summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/comicneue/comicneue-otf-specimen.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/comicneue/comicneue-otf-specimen.tex')
-rw-r--r--Master/texmf-dist/doc/latex/comicneue/comicneue-otf-specimen.tex40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/comicneue/comicneue-otf-specimen.tex b/Master/texmf-dist/doc/latex/comicneue/comicneue-otf-specimen.tex
new file mode 100644
index 00000000000..4aabbe7976d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/comicneue/comicneue-otf-specimen.tex
@@ -0,0 +1,40 @@
+\documentclass[varwidth]{standalone}
+\usepackage{array}
+\usepackage[default,opentype]{comicneue}
+
+\newcommand*\spA{abcde}
+\newcommand*\spB{01469}
+\newcommand*\spr[1][\spA]{& #1 & #1 & #1 \\}
+\begin{document}
+Normal
+\begin{tabular}{
+ >{}l
+ >{\comicneuelight}c
+ >{\comicneue}c
+ >{\comicneue\bfseries}c }
+ & Light & Regular & Bold \\
+ normal \spr
+ italic \spr[\itshape\spA]
+ capitals \spr[\MakeUppercase\spA]
+ italic capitals \spr[\itshape\MakeUppercase\spA]
+ numbers \spr[\spB]
+ italic numbers \spr[\itshape\spB]
+\end{tabular}
+
+\comicneueangular
+Angular
+\begin{tabular}{
+ >{}l
+ >{\comicneueangularlight}c
+ >{\comicneueangular}c
+ >{\comicneueangular\bfseries}c }
+ & Light & Regular & Bold \\
+ normal \spr
+ italic \spr[\itshape\spA]
+ capitals \spr[\MakeUppercase\spA]
+ italic capitals \spr[\itshape\MakeUppercase\spA]
+ numbers \spr[\spB]
+ italic numbers \spr[\itshape\spB]
+\end{tabular}
+
+\end{document} \ No newline at end of file