Browse Source

add `xstring` module for string manipulation in LaTeX

remotes/origin/cmake
Romain Goffe 13 years ago
parent
commit
25988d064a
  1. 2
      crepbook.cls
  2. 3
      tex/xstring.sty
  3. 1166
      tex/xstring.tex

2
crepbook.cls

@ -49,6 +49,7 @@
urlcolor=tango-blue-3]{hyperref}
\RequirePackage{tikz}
\RequirePackage{tex/licence}
\RequirePackage{tex/xstring}
\iflyric%
\tabsfalse%
@ -87,6 +88,7 @@
\def\picture#1{\gdef\@picture{#1}}
\def\picturecopyright#1{\gdef\@picturecopyright{#1}}
\def\footer#1{\gdef\@footer{#1}}
\def\lang#1{\gdef\@lang{#1}}
\clearheadinfo
\renewcommand\maketitle{

3
tex/xstring.sty

@ -0,0 +1,3 @@
\input xstring.tex
\ProvidesPackage{xstring}[\xstringdate\space\space v\xstringversion\space\space String manipulations (C Tellechea)]
\endinput

1166
tex/xstring.tex

File diff suppressed because it is too large
Loading…
Cancel
Save