[ 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 [2012/08/30 22:28]
bejcek Crop PDF by LaTeX
tex:triky [2014/11/04 20:27]
bejcek broken link
Line 72: Line 72:
     * pseudocode //''algorithmicx''//     * pseudocode //''algorithmicx''//
     * trees: //''xytree''// (complicated), //''dtree''// (Obo, pstricks), //''xyling''// (Martin P., ''\B'' and ''\T'' must be relaxed)     * 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]])+    * tables: //''xtab''// (better than ''longtable'' or ''supertabular''), //''tabulary''// (pretty wrapped text in autosized cells, similar to ''tabularx''), //''booktabs''// (no vertical lines, ''\toprule'', ''\midrule''/''\cmidrule'', ''\bottomrule'' instead of ''\hline''/''\cline'') (all from this [[http://www.tug.org/pracjourn/2007-1/mori/mori.pdf|compendium]])
   * ''longtable'' or ''xtabular'' environment **cannot** be inside ''table'' environment. (Put it inside ''center'' instead, since you cannot use ''\centering'' as before.)    * ''longtable'' or ''xtabular'' environment **cannot** be inside ''table'' environment. (Put it inside ''center'' instead, since you cannot use ''\centering'' as before.) 
   * **Higher cells/rows in tables** can be achieved either by ''booktabs'' package, or (if you have to use **vertical lines** in tables) by inserting ''\toppadding'' and ''\bottompadding'' in every row:<code>   * **Higher cells/rows in tables** can be achieved either by ''booktabs'' package, or (if you have to use **vertical lines** in tables) by inserting ''\toppadding'' and ''\bottompadding'' in every row:<code>
Line 117: Line 117:
     * ''scale'' or ''width'' or ''height''     * ''scale'' or ''width'' or ''height''
     * other useful: ''bb=10 10 10 10'', ''angle=45'', ''keepaspectratio'', ''draft''     * other useful: ''bb=10 10 10 10'', ''angle=45'', ''keepaspectratio'', ''draft''
-     +  * Special counter/style/... in **enumerate**<code> 
 +   \renewcommand{\labelenumi}{\Alph{enumi}.} 
 +   \setcounter{lastenumi}{\theenumi} 
 +   \begin{enumerate} 
 +     \setcounter{enumi}{\thelastenumi} 
 +     ...</code>
  
 ==== počítání slov (a dalších věcí) ==== ==== počítání slov (a dalších věcí) ====
Line 126: Line 131:
  
 Podrobnosti v dokumentaci: ''texdoc texcount'' Podrobnosti v dokumentaci: ''texdoc texcount''
 +
 +==== Fonts ====
 +
 +  * ''fc-list'' -- list of known fonts
 +     * ''fc-list :lang=cs''
 +  * any font in ''~/.fonts'' is immediately found and ready for use
 +  * other font directories can be specified in ''~/.fonts.conf'' in ''dir''-element: ''<dir>~/.fonts</dir>''
  
 <html><hr/></html> <html><hr/></html>
  
-Some PBML and SCTL-specific issues are [[https://wiki.ufal.ms.mff.cuni.cz/tex:pbml|here]].+Some [[https://wiki.ufal.ms.mff.cuni.cz/tex:pbml|PBML]] and [[https://wiki.ufal.ms.mff.cuni.cz/tex:sctl|SCTL]]-specific issues can be found at these links.

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