diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-03 21:13:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-03 21:13:16 +0000 |
commit | 58a234fa3ade348318dca1e7dda75b251a7635ce (patch) | |
tree | ebfa1102ea7000aafd753b69f74436fbd57d6e7c /Master/texmf-dist/tex/latex/univie-ling/univie-ling-paper.cls | |
parent | a2ccafd92ea630542d85873ed29d47dcd386a865 (diff) |
univie-ling (3sep18)
git-svn-id: svn://tug.org/texlive/trunk@48567 c570f23f-e606-0410-a88d-b1316a301751
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 %% ============================================================= |