diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-10 21:13:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-10 21:13:31 +0000 |
commit | 01e26a2097ac4ec0ac7794f6b6902f8b46a760ee (patch) | |
tree | 88b97dff548776fba4d308ae2738f0155d9cde2c /Master/texmf-dist/tex/latex/thesis-titlepage-fhac/figbib_add.sty | |
parent | cd6c08d500d89a8557ee5abdefd453767dbcaefc (diff) |
new package thesis-titlepage-fhac (9apr06)
git-svn-id: svn://tug.org/texlive/trunk@1806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/thesis-titlepage-fhac/figbib_add.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/thesis-titlepage-fhac/figbib_add.sty | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/thesis-titlepage-fhac/figbib_add.sty b/Master/texmf-dist/tex/latex/thesis-titlepage-fhac/figbib_add.sty new file mode 100644 index 00000000000..81687b60e36 --- /dev/null +++ b/Master/texmf-dist/tex/latex/thesis-titlepage-fhac/figbib_add.sty @@ -0,0 +1,56 @@ +%% +%% This is file `figbib_add.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% fhACtitlepage.dtx (with options: `figbib') +%% fhACtitlepage: A LaTeX2e package to create a titlepage for a diploma +%% thesis at Fachhochschule Aachen. +%% +%% Copyright (C) 2006 Juergen A. Lamers <jaloma@dokutransdata.de> +%% +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesPackage{figbib_add}[2006/04/01] + +\let\if@figbiblistcaption\iftrue +\DeclareOption{nocaptionlist}{\let\if@figbiblistcaption\iffalse} + +\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{figbib}} +\ProcessOptions\relax +\RequirePackage{figbib} +\def\figbib@WriteEntry#1{% + \if@filesw\immediate\write\figbib@aux{\string\citation{#1}}\fi +} +\def\fbEntry#1{ +\figbib@WriteEntry{#1} +} + +\renewcommand*{\figbibitem}[6]{% + {% + \figbib@noexpands + \immediate\write\@auxout{\string\figbibdefmain{#1}{#2}} + \immediate\write\@auxout{\string\figbibdefadd{#1}{#3}} + \immediate\write\@auxout{\string\figbibdeffile{#1}{#4}} + \immediate\write\@auxout{\string\figbibdefcaption{#1}{#6}} + }% + \item[\ref{figbib:#1}% + ] + \if@figbiblistcaption% + #6 % + \else% + #2% + \fi \dotfill % + \if@figbibrefpage% + \ \pageref{figbib:#1}% + \fi% + \newline + \ifx #3\@empty\else% + #3. + \fi% + \if@figbibsource\ifx #5\@empty\else\ \figbibFrom\ #5\fi\fi% + % +} +\endinput +%% +%% End of file `figbib_add.sty'. |