summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.tex40
1 files changed, 0 insertions, 40 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.tex
deleted file mode 100644
index 0cdae525b58..00000000000
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.tex
+++ /dev/null
@@ -1,40 +0,0 @@
- % This file is public domain
- % If you want to use arara, you need the following directive:
- % arara: pdflatex: { synctex: on }
-\documentclass{article}
-
-\usepackage{mfirstuc-english}
-
-\begin{document}
-
-\makefirstuc{abc}.
-
-\makefirstuc{{\em abc}}.
-
-\makefirstuc{\emph{abc}}.
-
-\makefirstuc{\ae bc}.
-
-\makefirstuc{{\ae}bc}.
-
-\newcommand{\abc}{abc}%
-\xmakefirstuc{\abc}.
-
-\capitalisewords{the wind in the willows}
-
-\capitalisewords{a book of rhyme.}
-
-\MFUclear
-
-\capitalisewords{the wind in the willows}
-
-\capitalisewords{a book of rhyme.}
-
-\capitalisewords{a book\space of rhyme.}
-
-\newcommand{\mytitle}{a book\space of rhyme.}
-\capitalisewords{\mytitle}
-
-\xcapitalisewords{\mytitle}
-
-\end{document}