[ 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 [2012/08/31 12:30]
bejcek labelenumi
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í) ====

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