diff options
Diffstat (limited to 'common/classes/tex/DUsmallcaps')
-rw-r--r-- | common/classes/tex/DUsmallcaps/DUsmallcaps.sty | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/classes/tex/DUsmallcaps/DUsmallcaps.sty b/common/classes/tex/DUsmallcaps/DUsmallcaps.sty new file mode 100644 index 0000000..2b11be8 --- /dev/null +++ b/common/classes/tex/DUsmallcaps/DUsmallcaps.sty @@ -0,0 +1,4 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{DUsmallcaps}[2017/04/16 Docutils smallcaps role] + +\newcommand{\DUrolesmallcaps}[1]{\textsc{\MakeLowercase{#1}}} |