next up previous contents
Next: Mathematical Text and other Up: Documents in a Foreign Previous: Documents in a Foreign

Foreign Symbols

Many Western languages use symbols and accents that do not appear in normal English. LATEX provides a convenient method of generating accents and other symbols. Figure 1 shows accents that can be placed on any existing character--simply replace the o in the curly braces with the letter you wish to accent.


  
Figure 1: Accents

Some other foreign characters are encoded directly, when they cannot be built as combinations. Figure 2 shows foreign-language symbols which are available, and Figure 3 shows some special non-English symbols. Note that these characters cannot immediately be followed by other characters, so you must follow them with a space or with empty curly braces, as in:

\Lukasiewicz invented prefix (Polish) notation.

which is produced by

\L{}ukasiewicz invented prefix (Polish) notation.


  
Figure 2: Foreign language symbols
\begin{figure}
\begin{center}
\begin{tabular}{clclclclcl}
\oe & \verb*+\oe+ &
\O...
...ss+ &
?\lq  & \verb*+?\lq + &
!\lq  & \verb*+!\lq +\\
\end{tabular}\end{center}\end{figure}


  
Figure 3: Special Language Symbols
\begin{figure}
\begin{center}
\begin{tabular}{clclclclcl}
\dag & \verb*+\dag+ &
...
...pyright+ \\
\pounds & \verb*+\pounds+ \\
\end{tabular}\end{center}\end{figure}



Alex Rolfe
1999-10-29