[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tex:triky [2010/12/14 17:32]
bejcek figures side-by-side
tex:triky [2011/10/27 01:09]
bejcek tables and textwidth
Line 59: Line 59:
      \end{minipage}      \end{minipage}
     \end{figure}</code>     \end{figure}</code>
 +  * **Include completed PDF** and add page numbers and other headings: ''\usepackage{pdfpages}''<code>
 +    % settings
 +    \markright{Author Name}    % or e.g. package fancyhdr
 +    \setcounter{page}{13}      % number of first page
 +    % inserting (first page with pagenumber in the foot, others in the head with author name)
 +    \includepdf[pages=1, pagecommand={\thispagestyle{plain}}]{file.pdf}
 +    \includepdf[pages=2-, pagecommand={\thispagestyle{myheadings}}]{file.pdf}</code>
 +  * ''\textwidth'', ''\linewidth'', ''\columnwidth'', ''\hsize'' and others explained [[http://tex.stackexchange.com/questions/16942/difference-between-textwidth-linewidth-and-hsize|here]]
 +  * ''longtable'' or ''xtabular'' environment **cannot** be inside ''table'' environment. (Put it inside ''center'' instead, since you cannot use ''\centering'' as before.) 
   * Useful **packages**:   * Useful **packages**:
     * Source printing: //''fancyvrb''//, //''listings''//     * Source printing: //''fancyvrb''//, //''listings''//
     * //''fancyhdr''//     * //''fancyhdr''//
     * pseudocode //''algorithmicx''//     * pseudocode //''algorithmicx''//
 +    * trees: //''xytree''// (complicated), //''dtree''// (Obo, pstricks), //''xyling''// (Martin P., ''\B'' and ''\T'' must be relaxed)
 +    * tables: //''xtab''// (better than ''longtable'' or ''supertabular''), //''tabulary''// (pretty wrapped text in autosized cells, similar to ''tabularx''), //''booktabs''// (no vertical lines, ''\toprule'', ''\midrule'', ''\bottomrule'' instead of ''\hline'') (all from this [[www.tug.org/pracjourn/2007-1/mori/mori.pdf|compendium]])
  
 ==== počítání slov (a dalších věcí) ==== ==== počítání slov (a dalších věcí) ====

[ Back to the navigation ] [ Back to the content ]