diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls index dfee3ec2b1f..32487e33057 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls @@ -31,7 +31,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{univie-ling-paper}[2018/04/25 v1.4 Univie Linguistic Papers (JSp)] +\ProvidesPackage{univie-ling-paper}[2018/09/03 v1.5 Univie Linguistic Papers (JSp)] \RequirePackage{xkeyval} @@ -652,6 +652,17 @@ This includes all drawings, sketches, graphics and internet sources.} \ifcovington \RequirePackage{covington} \renewcommand{\p@equation}[1]{(#1)} +\newenvironment{subexamples}{% + \begin{example} + \begin{enumerate}[leftmargin=1.35em] + \renewcommand\theenumi{\alph{enumi}} + \renewcommand\labelenumi{(\theenumi)} + \renewcommand\p@enumi{\theequation\,}% +}% +{% + \end{enumerate} + \end{example} +} \fi %% ============================================================= |