summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nameauth/compat.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-04 21:13:12 +0000
committerKarl Berry <karl@freefriends.org>2023-02-04 21:13:12 +0000
commit7f290ee226dfa7f4d24222946b79b3ab76037076 (patch)
tree51db40a79871d52df3f135639aee73de6d51d091 /Master/texmf-dist/doc/latex/nameauth/compat.tex
parentbc036b1a7bbed0b49ebef40170780e98435f0c71 (diff)
nameauth (4feb23)
git-svn-id: svn://tug.org/texlive/trunk@65731 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nameauth/compat.tex')
-rw-r--r--Master/texmf-dist/doc/latex/nameauth/compat.tex60
1 files changed, 60 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/nameauth/compat.tex b/Master/texmf-dist/doc/latex/nameauth/compat.tex
new file mode 100644
index 00000000000..0edc05be0bd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/nameauth/compat.tex
@@ -0,0 +1,60 @@
+%%
+%% This is file `compat.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% nameauth.dtx (with options: `compat')
+%%
+%% This is a generated file.
+%%
+%% Copyright (C) 2023 by Charles P. Schaum <charles[dot]schaum@comcast.net>
+%%
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3 of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%%
+%% https://www.latex-project.org/lppl.txt
+%%
+%% and version 1.3 or later is part of all distributions of LaTeX version
+%% 2005/12/01 or later.
+%%
+
+% This snippet assists backward compatibility for older
+% distributions of LaTeX and compatibility for multiple
+% LaTeX engines. It is not a standalone document.
+%
+\IfFileExists{iftex.sty}{\usepackage{iftex}}{}
+\unless\ifdefined\RequireTUTeX
+ \usepackage{ifxetex}
+ \usepackage{ifluatex}
+ \usepackage{ifpdf}
+\fi
+
+\ifxetex
+ \usepackage{fontspec}
+ \usepackage{polyglossia}
+ \setdefaultlanguage{american}
+\else
+ \ifluatex
+ \ifpdf
+ \usepackage{fontspec}
+ \usepackage{polyglossia}
+ \setdefaultlanguage{american}
+ \else
+ \IfFileExists{utf8-2018.def}{}
+ {\usepackage[utf8]{inputenc}}
+ \usepackage[TS1,T1]{fontenc}
+ \usepackage[american]{babel}
+ \usepackage{lmodern}
+ \fi
+ \else
+ \IfFileExists{utf8-2018.def}{}
+ {\usepackage[utf8]{inputenc}}
+ \usepackage[TS1,T1]{fontenc}
+ \usepackage[american]{babel}
+ \usepackage{lmodern}
+ \fi
+\fi
+