diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-06-13 10:25:52 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-06-13 10:25:52 +0200 |
commit | 29f0b0efcee3b462b5469aec45763e820f3311a2 (patch) | |
tree | 0a13074743240bd985c4e817a2e7749336cc867b /common/classes/tex/DUsmallcaps | |
parent | 1dafbcc4532d63d389d9d33b3efae15452bcf0bb (diff) |
Added all the styles requirements
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}}} |