~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to docs/syntax/symbol.syn

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2001-08-29 23:15:17 UTC
  • Revision ID: james.westby@ubuntu.com-20010829231517-thxsp7ctuab584ia
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\begin{diagram}{Recognised symbols}{symbols}
 
2
\begin{mysyntdiag}
 
3
\synt{letter} \( \lit*{A ... Z} \\ \lit*{a ... z} \) 
 
4
\end{mysyntdiag}
 
5
\begin{mysyntdiag}
 
6
\synt{digit}  \lit*{0 ... 9}
 
7
\end{mysyntdiag}
 
8
\begin{mysyntdiag}
 
9
\synt{hex\ digit} 
 
10
\( \lit*{0 ... 9} \\ \lit*{A ... F} \\ \lit*{a ...f} \) 
 
11
\end{mysyntdiag}
 
12
\end{diagram}
 
 
b'\\ No newline at end of file'