diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/interfaces/interfaces-umrand.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/interfaces/interfaces-umrand.sty | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/interfaces/interfaces-umrand.sty b/Master/texmf-dist/tex/latex/interfaces/interfaces-umrand.sty new file mode 100644 index 00000000000..8d3dae71633 --- /dev/null +++ b/Master/texmf-dist/tex/latex/interfaces/interfaces-umrand.sty @@ -0,0 +1,62 @@ +%% +%% This is file `interfaces-umrand.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% interfaces.dtx (with options: `umrand') +%% +%% This is a generated file. +%% +%% interfaces : 2010/10/20 v1.0 - interfaces : interfaces with keys for other packages (FC) +%% +%% This work 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 +%% http://www.latex-project.org/lppl.txt +%% +%% This work consists of the main source file interfaces.dtx +%% and the derived files +%% interfaces.sty, interfaces.pdf, interfaces.ins, +%% interfaces-base.sty, +%% interfaces-LaTeX.sty, +%% interfaces-tikz.sty, +%% interfaces-titlesec.sty, +%% interfaces-hyperref.sty, +%% interfaces-bookmark.sty, +%% interfaces-hypbmsec.sty,interfaces-hypbmsec.code.tex, +%% interfaces-fancyhdr.sty, +%% interfaces-marks.sty, +%% interfaces-tocloft.sty, +%% interfaces-makecell.sty, +%% interfaces-enumitem.sty, +%% interfaces-truncate.sty, +%% interfaces-appendix.sty, +%% interfaces-embedfile.sty, +%% interfaces-environ.sty, +%% interfaces-umrand.sty, +%% interfaces-scrlfile.sty, +%% interfaces-pgfkeys.sty, +%% interfaces-etoolbox.sty, +%% interfaces-fancyvrb.sty +%% +%% interfaces: interfaces with keys for other packages (FC) +%% Copyright (C) 2010 by Florent Chervet <florent.chervet@free.fr> +%% +\ProvidesPackage{interfaces-umrand} + [2010/07/23 v1.0 patch for umrand.sty ifnotempty (FC)] +\RequirePackage{interfaces-base} +\BeforePackage{umrand}{% + \let\itf@newif\newif + \def\itf@tp{\ifnotempty}% + \def\newif#1{\def\x{#1}\ifx\x\itf@tp \expandafter\@gobble + \else\expandafter\ltx@newif\fi{#1}}% +} +\AfterPackage{umrand}{% + \let\newif\itf@newif + \let\itf@newif\@undefined +} +\endinput +%% +%% End of file `interfaces-umrand.sty'. |