[ 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 [2011/12/29 20:39]
bejcek List of Graphs
tex:triky [2014/09/23 17:20]
bejcek new page link
Line 110: Line 110:
    ...    ...
    \cleardoublepage\listofgraphs\phantomsection\addcontentsline{toc}{chapter}{List of Graphs}</code>    \cleardoublepage\listofgraphs\phantomsection\addcontentsline{toc}{chapter}{List of Graphs}</code>
 +  * **Crop** PDF **figure** by LaTeX<code>
 +   \graphicspath{{./images/}}
 +   \fbox{\includegraphics[scale=.4,trim=70 150 120 110,clip]{filename}}</code>
 +    * it't left bottom right top and crop ''./images/filename.pdf''!
 +    * ''fbox'' -- for debugging
 +    * ''scale'' or ''width'' or ''height''
 +    * 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 118: 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 ]