Advertisement
mayankjoin3

magic lines latex

Jun 19th, 2022
1,653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.72 KB | None | 0 0
  1. magic lines
  2.  
  3.  
  4.  
  5. \setlength{\topmargin}{-2cm}
  6.  
  7. \setlength{\textheight}{9.5in}
  8.  
  9. \setlength{\evensidemargin}{-1.2cm}
  10.  
  11. \setlength{\oddsidemargin}{-1.2cm}
  12.  
  13. \setlength{\textwidth}{7.3in}
  14.  
  15. \def \baselinestretch{0.9}
  16. place then just before \begin{document}
  17.    
  18.     \begin{tabular}{@{}p{0.35\linewidth}p{0.10\linewidth}p{0.35\linewidth}p{0.2\linewidth}@{}}
  19.        
  20.        
  21.         p m b positions of text in table
  22.         http://tex.stackexchange.com/questions/35293/p-m-and-b-columns-in-tables
  23.        
  24.         centre with p
  25.         http://tex.stackexchange.com/questions/157389/how-to-center-column-values-in-a-table
  26.        
  27.        
  28.        
  29.        
  30.         % \@startsection {NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE}
  31.         %            optional * [ALTHEADING]{HEADING}
  32.         %    Generic command to start a section.  
  33.         %    NAME       : e.g., 'subsection'
  34.         %    LEVEL      : a number, denoting depth of section -- e.g., chapter=1,
  35.         %                 section = 2, etc.  A section number will be printed if
  36.         %                 and only if LEVEL gt or eq the value of the secnumdepth
  37.         %                 counter.
  38.         %    INDENT     : Indentation of heading from left margin
  39.         %    BEFORESKIP : Absolute value = skip to leave above the heading.  
  40.         %                 If negative, then paragraph indent of text following
  41.         %                 heading is suppressed.
  42.         %    AFTERSKIP  : if positive, then skip to leave below heading,
  43.         %                       else - skip to leave to right of run-in heading.
  44.         %    STYLE      : commands to set style
  45.         %  If '*' missing, then increments the counter.  If it is present, then
  46.         %  there should be no [ALTHEADING] argument.  A sectioning command
  47.         %  is normally defined to \@startsection + its first six arguments.
  48.         \makeatother
  49.        
  50.         \raggedbottom
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement