File: acc.tex

package info (click to toggle)
hevea 2.38-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,824 kB
  • sloc: ml: 19,525; sh: 505; makefile: 311; ansic: 132
file content (44 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amssymb}
\usepackage{textcomp}
\renewcommand{\text@accent}[3]{}
\newcommand{\zyva}[1]
{\texttt{\string#1} & #1{A}#1{a} & #1{E}#1{e} & #1{I}#1{\i} & #1{O}#1{o} &
#1{U}#1{u} & #1{Y}#1{y} & #1{C}#1{c} & #1{}}

\begin{document}

\section*{Text accent}
This table shows the accented letters that \hevea{} can generate.
\begin{tabular}{c@{\quad}*{8}{c}}
 & \textbf{Aa} &  \textbf{Ee} & \textbf{I\i} & \textbf{Oo} & \textbf{Uu}
 & \textbf{Yy} & \textbf{Cc} & --- \\
\hline
\zyva{\"}\\
\zyva{\'}\\
\zyva{\.}\\
\zyva{\=}\\
\zyva{\^}\\
\zyva{\`}\\
\zyva{\~}\\
\zyva{\b}\\
\zyva{\c}\\
\zyva{\k}\\
\zyva{\r}\\
\zyva{\u}\\
\zyva{\v}\\
\zyva{\H}\\
\zyva{\textcircled}
\hline
\end{tabular}

\section*{A few ``blackboard'' letters}
$$
\begin{array}{c}
\mathbb{CNRZQ}
\end{array}
$$

\end{document}