summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/onedown/examples/Fontsizes.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-12-09 03:03:37 +0000
committerNorbert Preining <norbert@preining.info>2023-12-09 03:03:37 +0000
commit1bac51c9be71358b55925783e16f3d8bc03d630b (patch)
tree3e7fe5a309cf68674318a5396ebb83fa5f7a051e /macros/latex/contrib/onedown/examples/Fontsizes.tex
parent24d8cd26aa53d1cac2260d29c6cf1c387a61a32a (diff)
CTAN sync 202312090303
Diffstat (limited to 'macros/latex/contrib/onedown/examples/Fontsizes.tex')
-rw-r--r--macros/latex/contrib/onedown/examples/Fontsizes.tex33
1 files changed, 0 insertions, 33 deletions
diff --git a/macros/latex/contrib/onedown/examples/Fontsizes.tex b/macros/latex/contrib/onedown/examples/Fontsizes.tex
deleted file mode 100644
index 24f4fd4ced..0000000000
--- a/macros/latex/contrib/onedown/examples/Fontsizes.tex
+++ /dev/null
@@ -1,33 +0,0 @@
-%\documentclass[onedown-examples]{subfiles}
-\documentclass[10pt]{report}
-%
-\usepackage{libertine}
-\usepackage{onedown}
-
-%
-\makeatletter
-\newcommand{\mysize}[1]{%
- \bgroup\noindent\csname#1\endcsname The #1 size is: \textbf{\csname#1\endcsname\f@size\,pt}.\\The baselineskip is \the\baselineskip\par\vskip2mm\egroup}
-\makeatother
-
-\begin{document}
-\noindent
-Here we show the different fontsizes with values and output. \\
-For the size commands \emph{ssmall} and \emph{HUGE} refer to package \textsf{moresizes}.
-\\[1em]
-%%%%%
-\mysize{tiny}
-\mysize{ssmall}
-\mysize{scriptsize}
-\mysize{footnotesize}
-\mysize{small}
-\mysize{normalsize}
-\mysize{large}
-\mysize{Large}
-\mysize{LARGE}
-\mysize{huge}
-\mysize{Huge}
-\mysize{HUGE}
-%%%%%
-\end{document}
-\endinput