[ 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

Next revision
Previous revision
user:ptacek:latex [2006/03/28 09:47]
ptacek
user:ptacek:latex [2009/06/23 15:26] (current)
ptacek
Line 1: Line 1:
-ť:\\  +ť: 
-''\def\softt{{\leavevmode\setbox1=\hbox{t}%\\ +<code> 
 +''\def\softt{{\leavevmode\setbox1=\hbox{t}%
 \hbox to \wd1{t\kern-0.6ex{\char039}\hss}}}'' \hbox to \wd1{t\kern-0.6ex{\char039}\hss}}}''
  
 \softt{} \softt{}
 +</code>
 +
 +ů:
 +<code>
 +\accent23u
 +\r{u} as ring
 +</code>
 +
 +eps:
 +<code>
 +\usepackage{graphicx}
 +
 +\begin{figure*}[htb!]
 +\begin{center}
 +\includegraphics[scale=0.55]{sample-tecto.eps}
 +\caption{(Simplified) PDT 2.0 t-tree corresponding to the sentence
 +  \textit{`P\v{r}esto uveden\'\i{}m lh\accent23u{}ty ve smlouv\v{e} by
 +    se bylo p\v{r}ede\v{s}lo \v{c}etn\'{y}m nedorozum\v{e}n\'\i{}m,
 +    kter\'{a} se nyn\'\i{} objevila a kter\'{a} n\'{a}s mrz\'\i{}.'}
 +  (But still, stating the period in the contract would prevent
 +  frequent misunderstandings which have now arisen and which we are
 +  sorry about.) }
 +\label{fig:ttree}
 +\end{center}
 +\end{figure*}
 +</code>
 +
 +wdslatex citation:
 +<code>
 +  \citep[e.g.][]{label} = [e.g. Name, year]
 +  \citet{label} Name [year] in sentence that continues
 +</code>

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