Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- magic lines
- \setlength{\topmargin}{-2cm}
- \setlength{\textheight}{9.5in}
- \setlength{\evensidemargin}{-1.2cm}
- \setlength{\oddsidemargin}{-1.2cm}
- \setlength{\textwidth}{7.3in}
- \def \baselinestretch{0.9}
- place then just before \begin{document}
- \begin{tabular}{@{}p{0.35\linewidth}p{0.10\linewidth}p{0.35\linewidth}p{0.2\linewidth}@{}}
- p m b positions of text in table
- http://tex.stackexchange.com/questions/35293/p-m-and-b-columns-in-tables
- centre with p
- http://tex.stackexchange.com/questions/157389/how-to-center-column-values-in-a-table
- % \@startsection {NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE}
- % optional * [ALTHEADING]{HEADING}
- % Generic command to start a section.
- % NAME : e.g., 'subsection'
- % LEVEL : a number, denoting depth of section -- e.g., chapter=1,
- % section = 2, etc. A section number will be printed if
- % and only if LEVEL gt or eq the value of the secnumdepth
- % counter.
- % INDENT : Indentation of heading from left margin
- % BEFORESKIP : Absolute value = skip to leave above the heading.
- % If negative, then paragraph indent of text following
- % heading is suppressed.
- % AFTERSKIP : if positive, then skip to leave below heading,
- % else - skip to leave to right of run-in heading.
- % STYLE : commands to set style
- % If '*' missing, then increments the counter. If it is present, then
- % there should be no [ALTHEADING] argument. A sectioning command
- % is normally defined to \@startsection + its first six arguments.
- \makeatother
- \raggedbottom
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement