summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/smalltableof
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/smalltableof')
-rw-r--r--Master/texmf-dist/tex/latex/smalltableof/smalltableof.sty39
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/smalltableof/smalltableof.sty b/Master/texmf-dist/tex/latex/smalltableof/smalltableof.sty
new file mode 100644
index 00000000000..c6d93421c04
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/smalltableof/smalltableof.sty
@@ -0,0 +1,39 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% smalltableof.sty
+%
+% Boretti Mathieu
+% ©2003
+%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{smalltableof}
+%
+% Fourni un chapitre sans numerotation, mais qui est dans la table des matieres
+\newcommand{\chapterNoNumber}[1]{\chapter*{#1}\addcontentsline{toc}{chapter}{#1}\markboth{{\MakeUppercase{ #1}}}{{\MakeUppercase{#1}}}}
+%
+% Fourni une section sans numerotation, mais qui est dans la table des matieres, et sans changer les page heading
+\newcommand{\sectionNoNumber}[1]{\section*{#1}\addcontentsline{toc}{section}{#1}}
+%
+% Fourni une commande pour inserer une table de ...
+\newcommand{\toc}[1]{\@starttoc{#1}}
+%
+%
+\newcommand{\tablesname}{Tables}
+%
+% Inclure une seul liste :
+\newcommand{\sectiontable}[2]{\sectionNoNumber{#1}\toc{#2}}
+%
+% Certain liste
+\newcommand{\sectiontableoffigure}{\sectiontable{\listfigurename}{lof}}
+\newcommand{\sectiontableoftable}{\sectiontable{\listtablename}{lot}}
+\newcommand{\tablechapter}{\chapterNoNumber{\tablesname}}
+%
+% Table par defaut :
+\newcommand{\stdtables}{\tablechapter\sectiontableoffigure\sectiontableoftable}
+%
+%
+\newcommand{\mabibliographie}[2]{\if@openright\cleardoublepage\else\clearpage\fi\addcontentsline{toc}{chapter}{\bibname}\bibliographystyle{#1}\bibliography{#2}}
+%
+% Some remaping
+\let\l@algorithm\l@table
+%
+% \ No newline at end of file