[ 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 [2012/09/10 18:28]
bejcek fonty
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
 +  * 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 PBML and SCTL-specific issues are [[https://wiki.ufal.ms.mff.cuni.cz/tex:pbml|here]].

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