diff options
author | Norbert Preining <norbert@preining.info> | 2020-08-03 12:20:29 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-08-03 12:20:29 +0900 |
commit | 4bcfa3eaae54bdcda7561a5464a22f731a3509ed (patch) | |
tree | 4d00a777096855e7405dfbef8ea181863d674dd4 /texmf-dist/tex | |
parent | 6702092fd01de6e5cb8bf4eddb1a76cb00669c8d (diff) |
aeb-mlink update
Diffstat (limited to 'texmf-dist/tex')
-rw-r--r-- | texmf-dist/tex/latex/aeb-mlink/aeb_mlink.sty | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/texmf-dist/tex/latex/aeb-mlink/aeb_mlink.sty b/texmf-dist/tex/latex/aeb-mlink/aeb_mlink.sty index 81ee7b21..5bafd453 100644 --- a/texmf-dist/tex/latex/aeb-mlink/aeb_mlink.sty +++ b/texmf-dist/tex/latex/aeb-mlink/aeb_mlink.sty @@ -19,10 +19,42 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{aeb_mlink} - [2020/01/06 v2.3.5 AeB MLink (dps)] + [2020/07/12 v2.3.6 AeB MLink (dps)] \RequirePackage{xkeyval} \RequirePackage{ifpdf}[2006/02/20] \RequirePackage{ifxetex}[2006/08/21] +\ifpdf + \let\ML@action\endinput +\else + \ifxetex + \let\ML@action\endinput + \else + \let\ML@action\relax + \fi +\fi +\ifx\ML@action\endinput +\RequirePackage{hyperref} +\RequirePackage{eforms}[2018/08/16] +\@ifundefined{mlhypertext}{\newcommand}{\renewcommand}% +\mlhypertext[2][]{#2} +\newcommand\mlhyperlink[3][]{#3} +\newcommand\mlhyperref[3][]{#3} +\newcommand\mlNameref[2][]{#2} +\newcommand\mlnameref[2][]{#2} +\newcommand\mlhref[3][]{#3} +\newcommand\mlurl[2][]{\expandafter\Hurl\expandafter{#2}} +\let\mlMarksOn\relax +\let\mlMarksOff\relax +\let\turnSyllbCntOn\relax +\let\turnSyllbCntOff\relax +\def\mlcs#1{\texttt{\@backslashchar#1}} +\def\mlMaxNSylls{30} +\PackageWarningNoLine{aeb_mlink} + {PDF creation requires Adobe Distiller.\MessageBreak + Workflow is latex > dvips > distiller; otherwise,\MessageBreak + this package does nothing} +\fi +\ML@action % \endinput or \relax \newif\if@ml@dvips \@ml@dvipstrue \def\mlcsarg#1#2{\expandafter#1\csname#2\endcsname} \DeclareOptionX{dvipsone}{\def\eq@drivernum{0}\@ml@dvipsfalse |