diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-10 00:56:14 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-10 00:56:14 +0000 |
commit | b22257368d625b44db34be3b61142a5023b54841 (patch) | |
tree | e5bb23c6ff50a85e1da82697cb340be090c3bddd | |
parent | 215363fec9737e98288cfeb81ab9fa654f5f186f (diff) |
[CWEB] Add 'language' for PDF creation.
Run 'cweave -lp+' followed by 'tex'+'dvipdfm' or 'xetex'.
git-svn-id: svn://tug.org/texlive/trunk@55499 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/plain/cweb/cwebbin/p+cwebmac.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/plain/cweb/cwebbin/p+cwebmac.tex b/Master/texmf-dist/tex/plain/cweb/cwebbin/p+cwebmac.tex new file mode 100644 index 00000000000..a7da7a8193b --- /dev/null +++ b/Master/texmf-dist/tex/plain/cweb/cwebbin/p+cwebmac.tex @@ -0,0 +1,5 @@ +% 'Language' to switch on PDF creation with standard 'tex' and 'xetex' +% created by Andreas Scherer in June 2020. Used with 'cweave -lp+'. +% This file is not copyrighted and can be used freely. +\ifx\undefined\botofcontents \let\pdf+ \input cwebmac % switch on PDF +\else\endinput\fi % too late, baby! |