summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/univie-ling/tex/univie-ling-paper.cls
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-12-07 03:01:15 +0000
committerNorbert Preining <norbert@preining.info>2022-12-07 03:01:15 +0000
commit03b9a93a133d854a3f7a8043984aded34728edf6 (patch)
tree2851e88af03c17f21a6aa3b2a62d6a35a1ca7e40 /macros/latex/contrib/univie-ling/tex/univie-ling-paper.cls
parent9858bb195fd9c52c986155223a79c6fa1158e94c (diff)
CTAN sync 202212070301
Diffstat (limited to 'macros/latex/contrib/univie-ling/tex/univie-ling-paper.cls')
-rw-r--r--macros/latex/contrib/univie-ling/tex/univie-ling-paper.cls11
1 files changed, 7 insertions, 4 deletions
diff --git a/macros/latex/contrib/univie-ling/tex/univie-ling-paper.cls b/macros/latex/contrib/univie-ling/tex/univie-ling-paper.cls
index 639c8d0423..08eb9e55fe 100644
--- a/macros/latex/contrib/univie-ling/tex/univie-ling-paper.cls
+++ b/macros/latex/contrib/univie-ling/tex/univie-ling-paper.cls
@@ -32,7 +32,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{univie-ling-paper}[2022/10/21 v.2.1 Univie Linguistic Papers (JSp)]
+\ProvidesPackage{univie-ling-paper}[2022/12/06 v.2.2 Univie Linguistic Papers (JSp)]
%% ============================================================
@@ -62,7 +62,8 @@
% all=<true|false>
% Load all (most) packages
all.code:n =
- { \bool_if:nTF {#1} {
+ { \str_if_eq:NNTF { #1 } { true }
+ {
\@uvp@biblatextrue
\@uvp@captionptrue
\@uvp@refsptrue
@@ -96,7 +97,8 @@
% fontenc=<value|none>
% customize font encoding
fontenc.code:n =
- { \str_if_eq:NNTF { #1 } { none } {
+ { \str_if_eq:NNTF { #1 } { none }
+ {
\@uvp@usefontencfalse
}{
\def\uvp@fontenc{#1}
@@ -110,7 +112,8 @@
% polyglossia=<true|false>
% Load polyglossia
polyglossia.code:n =
- { \bool_if:nTF {#1} {
+ { \str_if_eq:NNTF { #1 } { true }
+ {
\@uvp@psfontsfalse
\@uvp@otffontstrue
\@uvp@polyglossiatrue