summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ragged2e/test-koma.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/ragged2e/test-koma.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/ragged2e/test-koma.tex')
-rw-r--r--macros/latex/contrib/ragged2e/test-koma.tex37
1 files changed, 37 insertions, 0 deletions
diff --git a/macros/latex/contrib/ragged2e/test-koma.tex b/macros/latex/contrib/ragged2e/test-koma.tex
new file mode 100644
index 0000000000..35dfe75b89
--- /dev/null
+++ b/macros/latex/contrib/ragged2e/test-koma.tex
@@ -0,0 +1,37 @@
+\nofiles
+\documentclass[a5paper]{scrartcl}
+\usepackage[document,newcommands]{ragged2e}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage{microtype}
+\usepackage{geometry}
+
+\newcommand*{\Test}{%
+ \rmfamily
+ ``The purpose of this pronunciation exercise is to remind you that
+ \TeX{} is primarily concerned with high-quality technical
+ manuscripts: Its emphasis is on art and technology, as in the
+ underlying Greek word.
+ If you merely want to produce a passably good document ---
+ something acceptable and bascially readable but not really
+ beautiful --- a simpler system will usually suffice.
+ With \TeX{} the goal is to produce the \textsl{finest} quality:
+ this requires more attention to detail, but you will not find it
+ much harder to go the extra distance, and you'll be able to take
+ special pride in the finished product.''\par
+ \ttfamily
+ ``The purpose of this pronunciation exercise is to remind you that
+ \TeX{} is primarily concerned with high-quality technical
+ manuscripts: Its emphasis is on art and technology, as in the
+ underlying Greek word.
+ If you merely want to produce a passably good document ---
+ something acceptable and bascially readable but not really
+ beautiful --- a simpler system will usually suffice.
+ With \TeX{} the goal is to produce the \textsl{finest} quality:
+ this requires more attention to detail, but you will not find it
+ much harder to go the extra distance, and you'll be able to take
+ special pride in the finished product.''}
+
+\begin{document}
+\Test\footnote{\Test}
+\end{document}