summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-03 21:13:16 +0000
committerKarl Berry <karl@freefriends.org>2018-09-03 21:13:16 +0000
commit58a234fa3ade348318dca1e7dda75b251a7635ce (patch)
treeebfa1102ea7000aafd753b69f74436fbd57d6e7c /Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls
parenta2ccafd92ea630542d85873ed29d47dcd386a865 (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-wlg.cls')
-rw-r--r--Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls19
1 files changed, 15 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls
index 8d0041005a7..0fd75b9a5e8 100644
--- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls
+++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling-wlg.cls
@@ -32,7 +32,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{univie-ling-wlg}[2018/04/25 v1.4 WLG journal layout (JSp)]
+\ProvidesPackage{univie-ling-wlg}[2018/09/03 v1.5 WLG journal layout (JSp)]
%% ============================================================
@@ -75,10 +75,10 @@
% expertfonts=<true|false>
% Load MinionPro
\define@boolkey+{wlg}{expertf}[true]{%
- \ifKV@wlg@covington
- \covingtontrue
+ \ifKV@wlg@expertf
+ \experttrue
\else
- \covingtonfalse
+ \expertfalse
\fi
}{%
\ClassWarning{univie-ling-wlg}{unknown expertfonts value}%
@@ -863,6 +863,17 @@ pdfborder={0 0 0}
\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