summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvi2tty/dvi2tty-src/test
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/texk/dvi2tty/dvi2tty-src/test
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvi2tty/dvi2tty-src/test')
-rw-r--r--Build/source/texk/dvi2tty/dvi2tty-src/test/ligtest.dvibin780 -> 0 bytes
-rw-r--r--Build/source/texk/dvi2tty/dvi2tty-src/test/ligtest.tex35
-rw-r--r--Build/source/texk/dvi2tty/dvi2tty-src/test/table.dvibin307552 -> 0 bytes
-rw-r--r--Build/source/texk/dvi2tty/dvi2tty-src/test/table.tex343
-rw-r--r--Build/source/texk/dvi2tty/dvi2tty-src/test/test.dvibin2516 -> 0 bytes
-rw-r--r--Build/source/texk/dvi2tty/dvi2tty-src/test/test.tex122
-rw-r--r--Build/source/texk/dvi2tty/dvi2tty-src/test/test_org.dvibin748 -> 0 bytes
7 files changed, 0 insertions, 500 deletions
diff --git a/Build/source/texk/dvi2tty/dvi2tty-src/test/ligtest.dvi b/Build/source/texk/dvi2tty/dvi2tty-src/test/ligtest.dvi
deleted file mode 100644
index b715d670d8e..00000000000
--- a/Build/source/texk/dvi2tty/dvi2tty-src/test/ligtest.dvi
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvi2tty/dvi2tty-src/test/ligtest.tex b/Build/source/texk/dvi2tty/dvi2tty-src/test/ligtest.tex
deleted file mode 100644
index 22bf91dafd9..00000000000
--- a/Build/source/texk/dvi2tty/dvi2tty-src/test/ligtest.tex
+++ /dev/null
@@ -1,35 +0,0 @@
-\documentstyle{article}
-
-\begin{document}
-
-hello.
-
-dollar \$
-ampersand \&
-procent \%
-matje \#
-leftbrace \{
-rightbrace \}
-underscore \_
-
-dagger \dag
-ddagger \ddag
-section \S
-paragraph \P
-copyright \copyright
-pound \pounds
-
-\begin{itemize}
-\item item 1
-\item \begin{itemize}
- \item item 2.1
- \end{itemize}
-\end{itemize}
-bye.
-
-maths: \[ 1 + 2 = 5 / 3 * 1 - 1 \]
-
-
-
-
-\end{document}
diff --git a/Build/source/texk/dvi2tty/dvi2tty-src/test/table.dvi b/Build/source/texk/dvi2tty/dvi2tty-src/test/table.dvi
deleted file mode 100644
index 2f28a73d337..00000000000
--- a/Build/source/texk/dvi2tty/dvi2tty-src/test/table.dvi
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvi2tty/dvi2tty-src/test/table.tex b/Build/source/texk/dvi2tty/dvi2tty-src/test/table.tex
deleted file mode 100644
index a69588ce5bd..00000000000
--- a/Build/source/texk/dvi2tty/dvi2tty-src/test/table.tex
+++ /dev/null
@@ -1,343 +0,0 @@
-% You may freely use, modify and/or distribute this file.
-
-\documentclass{report}
-\topmargin 0mm
-\textheight 210mm
-\usepackage[OT1,OT2,T2A,T2B,T2C,X2,T1]{fontenc}
-\usepackage{textcomp}
-\usepackage{color}
-\parindent0pt
-
-\newcommand\BC[1]{%
- \textcolor{blue}{%
- {\usefont{OT1}{cmr}{m}{n}\selectfont(}%
- \textcolor{black}{#1}%
- {\usefont{OT1}{cmr}{m}{n}\selectfont)}%
- }%
-}
-\newcommand\B[2]{%
- \BC{#1}\BC{#2}%
-}
-\makeatletter
-\newcounter{i} \newcounter{j} \newcounter{s} \newcounter{m}
-
-\newcommand\Mktable[1]{%
- \c@i=0 \@whilenum\c@i<#1 \do{%
- {\usefont{OT1}{cmtt}{m}{n}\selectfont
- "\ifcase\c@i00\or10\or20\or30\or40\or50\or60\or70\or
- 80\or90\or A0\or B0\or C0\or D0\or E0\or F0\fi:}%
- \c@m=\c@i \multiply\c@m16
- \c@j=0 \@whilenum\c@j<16 \do{%
- \c@s=\c@j \advance\c@s\c@m
- \BC{\char\c@s}%
- \advance\c@j1
- }%
- \par
- \advance\c@i1
- }
-}
-\newcommand\MktableSevenBit{\Mktable{8}}
-\newcommand\MktableEightBit{\Mktable{16}}
-\makeatother
-
-
-\begin{document}
-\chapter{Code Tables}
-\section{OT1}
-\subsection{cmr}
-{
- \fontencoding{OT1}\selectfont
- \MktableSevenBit
-}
-\subsection{cmtt}
-{
- \fontencoding{OT1}\selectfont\ttfamily
- \MktableSevenBit
-}
-
-\newpage
-\section{OML}
-\subsection{cmmi}
-{
- \usefont{OML}{cmr}{m}{n}\selectfont
- \MktableSevenBit
-}
-\section{OMS}
-\subsection{cmsy}
-{
- \usefont{OMS}{cmr}{m}{n}\selectfont
- \MktableSevenBit
-}
-
-\newpage
-\section{OT2}
-\subsection{wnr}
-{
- \fontencoding{OT2}\selectfont
- \MktableSevenBit
-}
-\subsection{wntt}
-{
- \fontencoding{OT2}\selectfont\ttfamily
- \MktableSevenBit
-}
-
-\newpage
-\section{T1}
-\subsection{ecrm}
-{
- \fontencoding{T1}\selectfont
- \MktableEightBit
-}
-\subsection{ectt}
-{
- \fontencoding{T1}\selectfont\ttfamily
- \MktableEightBit
-}
-
-\newpage
-\section{TS1}
-\subsection{tcrm}
-{
- \fontencoding{TS1}\selectfont
- \MktableEightBit
-}
-
-
-\newpage
-\section{T2A}
-\subsection{larm}
-{
- \fontencoding{T2A}\selectfont
- \MktableEightBit
-}
-\subsection{latt}
-{
- \fontencoding{T2A}\selectfont\ttfamily
- \MktableEightBit
-}
-
-
-\newpage
-\section{T2B}
-\subsection{lbrm}
-{
- \fontencoding{T2B}\selectfont
- \MktableEightBit
-}
-\subsection{lbtt}
-{
- \fontencoding{T2B}\selectfont\ttfamily
- \MktableEightBit
-}
-
-\newpage
-\section{T2C}
-\subsection{lcrm}
-{
- \fontencoding{T2C}\selectfont
- \MktableEightBit
-}
-\subsection{lctt}
-{
- \fontencoding{T2C}\selectfont\ttfamily
- \MktableEightBit
-}
-
-\newpage
-\section{X2}
-\subsection{rxrm}
-{
- \fontencoding{X2}\selectfont
- \MktableEightBit
-}
-\subsection{rxtt}
-{
- \fontencoding{X2}\selectfont\ttfamily
- \MktableEightBit
-}
-
-
-
-\chapter{Composition}
-\section{OT1}
-\subsection{cmr}
-{
- \fontencoding{OT1}\selectfont
- in Latin-1:\\
- ligature \B{\AE}{\ae}\\
- stroke \B{\O}{\o}\\
- grave \B{\`A}{\`a} \B{\`E}{\`e} \B{\`I}{\`i} \B{\`O}{\`o} \B{\`U}{\`u}\\
- acute \B{\'A}{\'a} \B{\'E}{\'e} \B{\'I}{\'i} \B{\'O}{\'o} \B{\'U}{\'u} \B{\'Y}{\'y}\\
- circumflex \B{\^A}{\^a} \B{\^E}{\^e} \B{\^I}{\^i} \B{\^O}{\^o} \B{\^U}{\^u}\\
- tilde \B{\~A}{\~a} \B{\~O}{\~o}\\
- diaeresis \B{\"A}{\"a} \B{\"E}{\"e} \B{\"I}{\"i} \B{\"O}{\"o} \B{\"U}{\"u} \B{-}{\"y}\\
- ring above \B\AA\aa\\
- cedilla \B{\c{C}}{\c{c}}\\
- tilde \B{\~N}{\~n}
-
- in T1 encoding but not in Latin-1:\\
- ligature \BC{ff}\BC{fi}\BC{fl}\BC{ffi}\BC{ffl} \B{\OE}{\oe} \B{\IJ}{\ij}\\% \B{\NG}{\ng}\\
- stroke \B{\L}{\l}\\
- acute \B{\'C}{\'c} \B{\'L}{\'l} \B{\'N}{\'n} \B{\'R}{\'r} \B{\'S}{\'s} \B{\'Z}{\'z}\\
- caron \B{\v{C}}{\v{c}} \B{\v{D}}{\v{d}} \B{\v{E}}{\v{e}} \B{\v{L}}{\v{l}} \B{\v{N}}{\v{n}}
- \B{\v{R}}{\v{r}} \B{\v{S}}{\v{s}} \B{\v{T}}{\v{t}} \B{\v{Z}}{\v{z}}\\
- breve \B{\u{A}}{\u{a}} \B{\u{G}}{\u{g}}\\
-% ogonek \B{\k{A}}{\k{a}} \B{\k{E}}{\k{e}}\\
- double acute \B{\H{O}}{\H{o}} \B{\H{U}}{\H{u}}\\
- cedilla \B{\c{S}}{\c{s}} \B{\c{T}}{\c{t}}\\
- diaeresis \B{\"Y}{-}\\
- ring above \B{\r{U}}{\r{u}}\\
- dot \B{\.Z}{\.z} \B{\.I}{-}
-}
-\subsection{cmtt}
-{
- \fontencoding{OT1}\selectfont\ttfamily
- in Latin-1:\\
- ligature \B{\AE}{\ae}\\
- stroke \B{\O}{\o}\\
- grave \B{\`A}{\`a} \B{\`E}{\`e} \B{\`I}{\`i} \B{\`O}{\`o} \B{\`U}{\`u}\\
- acute \B{\'A}{\'a} \B{\'E}{\'e} \B{\'I}{\'i} \B{\'O}{\'o} \B{\'U}{\'u} \B{\'Y}{\'y}\\
- circumflex \B{\^A}{\^a} \B{\^E}{\^e} \B{\^I}{\^i} \B{\^O}{\^o} \B{\^U}{\^u}\\
- tilde \B{\~A}{\~a} \B{\~O}{\~o}\\
- diaeresis \B{\"A}{\"a} \B{\"E}{\"e} \B{\"I}{\"i} \B{\"O}{\"o} \B{\"U}{\"u} \B{-}{\"y}\\
- ring above \B\AA\aa\\
- cedilla \B{\c{C}}{\c{c}}\\
- tilde \B{\~N}{\~n}
-
- in T1 encoding but not in Latin-1:\\
- ligature \BC{ff}\BC{fi}\BC{fl}\BC{ffi}\BC{ffl} \B{\OE}{\oe} \B{\IJ}{\ij}\\% \B{\NG}{\ng}\\
-% stroke \B{\L}{\l}\\
- acute \B{\'C}{\'c} \B{\'L}{\'l} \B{\'N}{\'n} \B{\'R}{\'r} \B{\'S}{\'s} \B{\'Z}{\'z}\\
- caron \B{\v{C}}{\v{c}} \B{\v{D}}{\v{d}} \B{\v{E}}{\v{e}} \B{\v{L}}{\v{l}} \B{\v{N}}{\v{n}}
- \B{\v{R}}{\v{r}} \B{\v{S}}{\v{s}} \B{\v{T}}{\v{t}} \B{\v{Z}}{\v{z}}\\
- breve \B{\u{A}}{\u{a}} \B{\u{G}}{\u{g}}\\
-% ogonek \B{\k{A}}{\k{a}} \B{\k{E}}{\k{e}}\\
-% double acute \B{\H{O}}{\H{o}} \B{\H{U}}{\H{u}}\\
- cedilla \B{\c{S}}{\c{s}} \B{\c{T}}{\c{t}}\\
- diaeresis \B{\"Y}{-}\\
- ring above \B{\r{U}}{\r{u}}\\
-% dot \B{\.Z}{\.z} \B{\.I}{-}
-}
-
-\section{T1}
-\subsection{ecrm}
-{
- \fontencoding{T1}\selectfont
- in Latin-1:\\
- ligature \B{\AE}{\ae}\\
- stroke \B{\O}{\o} \B{\DH}{\dh}\\
- grave \B{\`A}{\`a} \B{\`E}{\`e} \B{\`I}{\`i} \B{\`O}{\`o} \B{\`U}{\`u}\\
- acute \B{\'A}{\'a} \B{\'E}{\'e} \B{\'I}{\'i} \B{\'O}{\'o} \B{\'U}{\'u} \B{\'Y}{\'y}\\
- circumflex \B{\^A}{\^a} \B{\^E}{\^e} \B{\^I}{\^i} \B{\^O}{\^o} \B{\^U}{\^u}\\
- tilde \B{\~A}{\~a} \B{\~O}{\~o}\\
- diaeresis \B{\"A}{\"a} \B{\"E}{\"e} \B{\"I}{\"i} \B{\"O}{\"o} \B{\"U}{\"u} \B{-}{\"y}\\
- ring above \B\AA\aa\\
- cedilla \B{\c{C}}{\c{c}}\\
- tilde \B{\~N}{\~n}
-
- in T1 encoding but not in Latin-1:\\
- ligature \BC{ff}\BC{fi}\BC{fl}\BC{ffi}\BC{ffl} \B{\OE}{\oe} \B{\IJ}{\ij} \B{\NG}{\ng}\\
- stroke \B{\L}{\l} \B{-}{\dj}\\
- acute \B{\'C}{\'c} \B{\'L}{\'l} \B{\'N}{\'n} \B{\'R}{\'r} \B{\'S}{\'s} \B{\'Z}{\'z}\\
- caron \B{\v{C}}{\v{c}} \B{\v{D}}{\v{d}} \B{\v{E}}{\v{e}} \B{\v{L}}{\v{l}} \B{\v{N}}{\v{n}}
- \B{\v{R}}{\v{r}} \B{\v{S}}{\v{s}} \B{\v{T}}{\v{t}} \B{\v{Z}}{\v{z}}\\
- breve \B{\u{A}}{\u{a}} \B{\u{G}}{\u{g}}\\
- ogonek \B{\k{A}}{\k{a}} \B{\k{E}}{\k{e}}\\
- double acute \B{\H{O}}{\H{o}} \B{\H{U}}{\H{u}}\\
- cedilla \B{\c{S}}{\c{s}} \B{\c{T}}{\c{t}}\\
- diaeresis \B{\"Y}{-}\\
- ring above \B{\r{U}}{\r{u}}\\
- dot \B{\.Z}{\.z} \B{\.I}{-}
-}
-\subsection{ectt}
-{
- \fontencoding{T1}\selectfont\ttfamily
- in Latin-1:\\
- ligature \B{\AE}{\ae}\\
- stroke \B{\O}{\o} \B{\DH}{\dh}\\
- grave \B{\`A}{\`a} \B{\`E}{\`e} \B{\`I}{\`i} \B{\`O}{\`o} \B{\`U}{\`u}\\
- acute \B{\'A}{\'a} \B{\'E}{\'e} \B{\'I}{\'i} \B{\'O}{\'o} \B{\'U}{\'u} \B{\'Y}{\'y}\\
- circumflex \B{\^A}{\^a} \B{\^E}{\^e} \B{\^I}{\^i} \B{\^O}{\^o} \B{\^U}{\^u}\\
- tilde \B{\~A}{\~a} \B{\~O}{\~o}\\
- diaeresis \B{\"A}{\"a} \B{\"E}{\"e} \B{\"I}{\"i} \B{\"O}{\"o} \B{\"U}{\"u} \B{-}{\"y}\\
- ring above \B\AA\aa\\
- cedilla \B{\c{C}}{\c{c}}\\
- tilde \B{\~N}{\~n}
-
- in T1 encoding but not in Latin-1:\\
- ligature \BC{ff}\BC{fi}\BC{fl}\BC{ffi}\BC{ffl} \B{\OE}{\oe} \B{\IJ}{\ij} \B{\NG}{\ng}\\
- stroke \B{\L}{\l} \B{-}{\dj}\\
- acute \B{\'C}{\'c} \B{\'L}{\'l} \B{\'N}{\'n} \B{\'R}{\'r} \B{\'S}{\'s} \B{\'Z}{\'z}\\
- caron \B{\v{C}}{\v{c}} \B{\v{D}}{\v{d}} \B{\v{E}}{\v{e}} \B{\v{L}}{\v{l}} \B{\v{N}}{\v{n}}
- \B{\v{R}}{\v{r}} \B{\v{S}}{\v{s}} \B{\v{T}}{\v{t}} \B{\v{Z}}{\v{z}}\\
- breve \B{\u{A}}{\u{a}} \B{\u{G}}{\u{g}}\\
- ogonek \B{\k{A}}{\k{a}} \B{\k{E}}{\k{e}}\\
- double acute \B{\H{O}}{\H{o}} \B{\H{U}}{\H{u}}\\
- cedilla \B{\c{S}}{\c{s}} \B{\c{T}}{\c{t}}\\
- diaeresis \B{\"Y}{-}\\
- ring above \B{\r{U}}{\r{u}}\\
- dot \B{\.Z}{\.z} \B{\.I}{-}
-}
-
-\section{T2A}
-\subsection{larm}
-{
- \fontencoding{T2A}\selectfont
- in Latin-1:\\
- ligature \B{\AE}{\ae}\\
- stroke \B{\O}{\o}\\
- grave \B{\`A}{\`a} \B{\`E}{\`e} \B{\`I}{\`i} \B{\`O}{\`o} \B{\`U}{\`u}\\
- acute \B{\'A}{\'a} \B{\'E}{\'e} \B{\'I}{\'i} \B{\'O}{\'o} \B{\'U}{\'u} \B{\'Y}{\'y}\\
- circumflex \B{\^A}{\^a} \B{\^E}{\^e} \B{\^I}{\^i} \B{\^O}{\^o} \B{\^U}{\^u}\\
- tilde \B{\~A}{\~a} \B{\~O}{\~o}\\
- diaeresis \B{\"A}{\"a} \B{\"E}{\"e} \B{\"I}{\"i} \B{\"O}{\"o} \B{\"U}{\"u} \B{-}{\"y}\\
- ring above \B\AA\aa\\
- cedilla \B{\c{C}}{\c{c}}\\
- tilde \B{\~N}{\~n}
-
- in T1 encoding but not in Latin-1:\\
- ligature \BC{ff}\BC{fi}\BC{fl}\BC{ffi}\BC{ffl} \B{\OE}{\oe} \B{\IJ}{\ij}\\% \B{\NG}{\ng}\\
- stroke \B{\L}{\l}\\
- acute \B{\'C}{\'c} \B{\'L}{\'l} \B{\'N}{\'n} \B{\'R}{\'r} \B{\'S}{\'s} \B{\'Z}{\'z}\\
- caron \B{\v{C}}{\v{c}} \B{\v{D}}{\v{d}} \B{\v{E}}{\v{e}} \B{\v{L}}{\v{l}} \B{\v{N}}{\v{n}}
- \B{\v{R}}{\v{r}} \B{\v{S}}{\v{s}} \B{\v{T}}{\v{t}} \B{\v{Z}}{\v{z}}\\
- breve \B{\u{A}}{\u{a}} \B{\u{G}}{\u{g}}\\
- ogonek \B{\k{A}}{\k{a}} \B{\k{E}}{\k{e}}\\
- double acute \B{\H{O}}{\H{o}} \B{\H{U}}{\H{u}}\\
- cedilla \B{\c{S}}{\c{s}} \B{\c{T}}{\c{t}}\\
- diaeresis \B{\"Y}{-}\\
- ring above \B{\r{U}}{\r{u}}\\
- dot \B{\.Z}{\.z} \B{\.I}{-}
-}
-\subsection{latt}
-{
- \fontencoding{T2A}\selectfont\ttfamily
- in Latin-1:\\
- ligature \B{\AE}{\ae}\\
- stroke \B{\O}{\o}\\
- grave \B{\`A}{\`a} \B{\`E}{\`e} \B{\`I}{\`i} \B{\`O}{\`o} \B{\`U}{\`u}\\
- acute \B{\'A}{\'a} \B{\'E}{\'e} \B{\'I}{\'i} \B{\'O}{\'o} \B{\'U}{\'u} \B{\'Y}{\'y}\\
- circumflex \B{\^A}{\^a} \B{\^E}{\^e} \B{\^I}{\^i} \B{\^O}{\^o} \B{\^U}{\^u}\\
- tilde \B{\~A}{\~a} \B{\~O}{\~o}\\
- diaeresis \B{\"A}{\"a} \B{\"E}{\"e} \B{\"I}{\"i} \B{\"O}{\"o} \B{\"U}{\"u} \B{-}{\"y}\\
- ring above \B\AA\aa\\
- cedilla \B{\c{C}}{\c{c}}\\
- tilde \B{\~N}{\~n}
-
- in T1 encoding but not in Latin-1:\\
- ligature \BC{ff}\BC{fi}\BC{fl}\BC{ffi}\BC{ffl} \B{\OE}{\oe} \B{\IJ}{\ij}\\% \B{\NG}{\ng}\\
-% stroke \B{\L}{\l}\\
- acute \B{\'C}{\'c} \B{\'L}{\'l} \B{\'N}{\'n} \B{\'R}{\'r} \B{\'S}{\'s} \B{\'Z}{\'z}\\
- caron \B{\v{C}}{\v{c}} \B{\v{D}}{\v{d}} \B{\v{E}}{\v{e}} \B{\v{L}}{\v{l}} \B{\v{N}}{\v{n}}
- \B{\v{R}}{\v{r}} \B{\v{S}}{\v{s}} \B{\v{T}}{\v{t}} \B{\v{Z}}{\v{z}}\\
- breve \B{\u{A}}{\u{a}} \B{\u{G}}{\u{g}}\\
- ogonek \B{\k{A}}{\k{a}} \B{\k{E}}{\k{e}}\\
- double acute \B{\H{O}}{\H{o}} \B{\H{U}}{\H{u}}\\
- cedilla \B{\c{S}}{\c{s}} \B{\c{T}}{\c{t}}\\
- diaeresis \B{\"Y}{-}\\
- ring above \B{\r{U}}{\r{u}}\\
- dot \B{\.Z}{\.z} \B{\.I}{-}
-}
-
-\end{document}
diff --git a/Build/source/texk/dvi2tty/dvi2tty-src/test/test.dvi b/Build/source/texk/dvi2tty/dvi2tty-src/test/test.dvi
deleted file mode 100644
index b1c0c097ab4..00000000000
--- a/Build/source/texk/dvi2tty/dvi2tty-src/test/test.dvi
+++ /dev/null
Binary files differ
diff --git a/Build/source/texk/dvi2tty/dvi2tty-src/test/test.tex b/Build/source/texk/dvi2tty/dvi2tty-src/test/test.tex
deleted file mode 100644
index a282f0a8fe7..00000000000
--- a/Build/source/texk/dvi2tty/dvi2tty-src/test/test.tex
+++ /dev/null
@@ -1,122 +0,0 @@
-
-\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}
diff --git a/Build/source/texk/dvi2tty/dvi2tty-src/test/test_org.dvi b/Build/source/texk/dvi2tty/dvi2tty-src/test/test_org.dvi
deleted file mode 100644
index 072ec09acf4..00000000000
--- a/Build/source/texk/dvi2tty/dvi2tty-src/test/test_org.dvi
+++ /dev/null
Binary files differ