Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 523737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:29:36+00:00 2026-05-13T08:29:36+00:00

I am writing a personal statement in latex. I don’t want the big margin

  • 0

I am writing a personal statement in latex. I don’t want the big margin at the top of the page not big title taking a lot of space. I just like to make the layout compact but still clearly spaced with title, name and other necessary information, since there may be restriction on the number of pages. One example would be http://www.hsc.unt.edu/education/CIM/Documents/PS-Sample2_000.pdf. I wonder where to find some good latex templates or examples?

Thanks and regards!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T08:29:37+00:00Added an answer on May 13, 2026 at 8:29 am

    I would use the geometry package to establish the desired margins. To get the margins in your sample document, try:

    \usepackage[left=1in,right=1in,top=1in,bottom=1in]{geometry}
    

    Your next requirement was to fix the title block. LaTeX uses the internal command \@maketitle to format the title block. You can redefine this as you like. To achieve the same title block style as in the sample document, use:

    \usepackage[svgnames]{xcolor}% provides colors for text
    \makeatletter% since there's an at-sign (@) in the command name
    \renewcommand{\@maketitle}{%
      \begin{center}
        \parskip\baselineskip% skip a line between paragraphs in the title block
        \parindent=0pt% don't indent paragraphs in the title block
        \textcolor{red}{\bf\@title}\par
        \textbf{\@author}\par
        %\@date% remove the percent sign at the beginning of this line if you want the date printed
      \end{center}
    }
    \makeatother% resets the meaning of the at-sign (@)
    

    The \@title, \@author, and \@date commands will print the title, author, and date. You can use whatever formatting commands you like to set the text in bold, different colors, etc.

    Put all of the above commands in the preamble of the document. The preamble is the space between \documentclass and \begin{document}.

    \documentclass{article}
    
    % this is the preamble
    % put all of the above code in here
    
    \title{Personal Statement}
    \author{Tim}
    
    \begin{document}
    
    \maketitle% prints the title block
    
    Emergency medicine has always been a passion of mine\ldots
    
    \end{document}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing an OS X application for my personal use where I want to
I'm writing a template page for a personal site I'm designing, and I'm going
INITIAL NOTE: This is just for a personal tinkering project; I'm not writing enterprise
I'm writing an application for personal use that will track how often I reach
So I'm writing a disposable script for my own personal single use and I
Writing Classic ASP code in JScript has a lot going for it: more humane
Writing my first C# application...never touched the language before and not much of a
Hey, I'm writing a personal bookmarking application, and looking for a way to keep
I'm writing a small ajax class for personal use. In the class, I have
I am writing a small personal file-server with Play! and it's my first web

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.