From 59405b711ceebf34e6683b2fc748294b993c8a18 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Tue, 23 Feb 2016 03:08:53 +0000 Subject: texk/dvi2tty: New convention git-svn-id: svn://tug.org/texlive/trunk@39831 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/texk/dvi2tty/dvi2tty-src/test/test.tex | 122 +++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 Build/source/texk/dvi2tty/dvi2tty-src/test/test.tex (limited to 'Build/source/texk/dvi2tty/dvi2tty-src/test/test.tex') diff --git a/Build/source/texk/dvi2tty/dvi2tty-src/test/test.tex b/Build/source/texk/dvi2tty/dvi2tty-src/test/test.tex new file mode 100644 index 00000000000..a282f0a8fe7 --- /dev/null +++ b/Build/source/texk/dvi2tty/dvi2tty-src/test/test.tex @@ -0,0 +1,122 @@ + +\documentstyle{article} + +\begin{document} + +accents: \'{e} + +\LaTeX + +now inline: bla\'{e} test + +now inline: bla \'{e}test + +now inline: bla \'{e} test + +real spaces~~~xxx + +tildes accent \~o + +horizontal 2 - is -- + +horizontal 3 - is --- + +ligatures: ffl fi fl Yp + +what about vertical bars | + +horizontal bar - + +and tildes ~ + +< funny carrots > + +copyright \copyright + +pounds \pounds + +euro \Euro +$ +diamond \Diamond +$ +scandinavian ae \ae AE {\AE} o {\o} O {\O} AA {\AA} aa {\aa} Z {\v z} + + +$ +alpha \alpha +$ +eta \eta + +nu \nu + +tau \tau + +beta \beta + +theta \theta + +xi \xi + +upsilon \upsilon + +gamma \gamma + +iota \iota + +phi \phi + +delta \delta + +kappa \kappa + +pi \pi + +chi \chi + +epsilon \epsilon + +lambda \lambda + +rho \rho + +psi \psi + +zeta \zeta + +mu \mu + +sigma \sigma + +omega \omega + + +\begin{tabular}{ l | c || r | } +\hline + 1 & 2 & 3 \\ + 4 & 5 & 6 \\ + 7 & 8 & 9 \\ +\hline +\end{tabular} + +so far not in verbatim (tt font) + +\begin{verbatim} +now in verbatim (tt font) +accents: \'{e} +\LaTeX +now inline: bla\'{e} test +now inline: bla \'{e}test +now inline: bla \'{e} test +real spaces~~~xxx +tildes accent \~o +horizontal 2 - is -- +horizontal 3 - is --- +ligatures: ffl fi fl Yp +what about vertical bars | +horizontal bar - +and tildes ~ +< funny carrots > +or other symbols: \\ { } [ ] _ ^ ? = ; / . , + * ( ) ' & % $ # " ! +\end{verbatim} + +\end{document} -- cgit v1.2.3