diff options
| author | chris <chris@susephone> | 2019-04-23 17:36:25 -0400 |
|---|---|---|
| committer | chris <chris@susephone> | 2019-04-23 17:36:25 -0400 |
| commit | dda85e6d6e0d1d6b8ed853c44e31945e22c4bc56 (patch) | |
| tree | 7836bcd9847fce2485f490fd4e7e4389382e3127 /tweaklist.sty | |
| parent | 48db4aedbf8fa33c70808ece9c416bab19233bb4 (diff) | |
| download | cv-dda85e6d6e0d1d6b8ed853c44e31945e22c4bc56.tar cv-dda85e6d6e0d1d6b8ed853c44e31945e22c4bc56.tar.gz cv-dda85e6d6e0d1d6b8ed853c44e31945e22c4bc56.tar.bz2 cv-dda85e6d6e0d1d6b8ed853c44e31945e22c4bc56.tar.lz cv-dda85e6d6e0d1d6b8ed853c44e31945e22c4bc56.tar.xz cv-dda85e6d6e0d1d6b8ed853c44e31945e22c4bc56.tar.zst cv-dda85e6d6e0d1d6b8ed853c44e31945e22c4bc56.zip | |
looks like this is in an okay place now
Diffstat (limited to 'tweaklist.sty')
| -rw-r--r-- | tweaklist.sty | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/tweaklist.sty b/tweaklist.sty deleted file mode 100644 index adc9398..0000000 --- a/tweaklist.sty +++ /dev/null @@ -1,56 +0,0 @@ -%% start of file `tweaklist.sty'. -%% Original by Jakob Schiøtz, downloaded from http://dcwww.camd.dtu.dk/~schiotz/comp/LatexTips/tweaklist.sty; not found on ctan. -%% Modified by Xavier Danaux (xdanaux@gmail.com). -% -% The tweaklist.sty package redefines the itemize, enumerate and description packages, so that all parameters can be adjusted. -% This was done by copying the original definitions, and adding "hook commands" that are executed when entering the environment. -% The hook commands are initially empty, but can be redefined with \renewcommand. -% -% This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License version 1.3c, -% available at http://www.latex-project.org/lppl/. - - -% hooks for the itemize environment -\def\itemhook{} -\def\itemhooki{} -\def\itemhookii{} -\def\itemhookiii{} -\def\itemhookiv{} -% hooks for the enumerate environment -\def\enumhook{} -\def\enumhooki{} -\def\enumhookii{} -\def\enumhookiii{} -\def\enumhookiv{} -% hook for the description environment -\def\deschook{} -% original environment definitions, with hooks added -\def\enumerate{% - \ifnum \@enumdepth >\thr@@\@toodeep\else - \advance\@enumdepth\@ne - \edef\@enumctr{enum\romannumeral\the\@enumdepth}% - \expandafter - \list - \csname label\@enumctr\endcsname - {% - \enumhook \csname enumhook\romannumeral\the\@enumdepth\endcsname% - \usecounter\@enumctr\def\makelabel##1{\hss\llap{##1}}% - }% - \fi} -\def\itemize{% - \ifnum \@itemdepth >\thr@@\@toodeep\else - \advance\@itemdepth\@ne - \edef\@itemitem{labelitem\romannumeral\the\@itemdepth}% - \expandafter - \list - \csname\@itemitem\endcsname - {% - \itemhook \csname itemhook\romannumeral\the\@itemdepth\endcsname% - \def\makelabel##1{\hss\llap{##1}}% - }% - \fi} -\newenvironment{description} - {\list{}{\deschook\labelwidth\z@ \itemindent-\leftmargin - \let\makelabel\descriptionlabel}} - {\endlist} |
