aboutsummaryrefslogtreecommitdiff
path: root/latex_docutils/texmf/tex/latex/docUtils/DUsmallcaps
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2017-12-17 21:14:09 +0100
committerSébastien Dailly <sebastien@chimrod.com>2017-12-17 21:14:09 +0100
commit110af509a41e8c3bbc8f282be70a5d746423548f (patch)
treecf716db3fe56c59af6cdd30180f894d836f0527e /latex_docutils/texmf/tex/latex/docUtils/DUsmallcaps
parent5776999cb5862e41e408996cb2cc09a69a4265cc (diff)
Update latex conf
Diffstat (limited to 'latex_docutils/texmf/tex/latex/docUtils/DUsmallcaps')
-rw-r--r--latex_docutils/texmf/tex/latex/docUtils/DUsmallcaps/DUsmallcaps.sty4
1 files changed, 4 insertions, 0 deletions
diff --git a/latex_docutils/texmf/tex/latex/docUtils/DUsmallcaps/DUsmallcaps.sty b/latex_docutils/texmf/tex/latex/docUtils/DUsmallcaps/DUsmallcaps.sty
new file mode 100644
index 0000000..2b11be8
--- /dev/null
+++ b/latex_docutils/texmf/tex/latex/docUtils/DUsmallcaps/DUsmallcaps.sty
@@ -0,0 +1,4 @@
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{DUsmallcaps}[2017/04/16 Docutils smallcaps role]
+
+\newcommand{\DUrolesmallcaps}[1]{\textsc{\MakeLowercase{#1}}}