From 202a2e74aba102848dc83e873614709f760d6381 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 22 May 2011 22:11:58 +0000 Subject: chet (22may11) git-svn-id: svn://tug.org/texlive/trunk@22570 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/chet/chet.cls | 52 ++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 19 deletions(-) (limited to 'Master/texmf-dist/tex/latex/chet') diff --git a/Master/texmf-dist/tex/latex/chet/chet.cls b/Master/texmf-dist/tex/latex/chet/chet.cls index 082ae08764f..a0cab496cb6 100644 --- a/Master/texmf-dist/tex/latex/chet/chet.cls +++ b/Master/texmf-dist/tex/latex/chet/chet.cls @@ -352,7 +352,7 @@ % chetref.bst % Copyright 2011 Andreas Stergiou % -% This is is basically a copy of nb.bst, with minor stylistic changes. +% This is is basically a copy of nb.bst, with minor stylistic changes and additions. % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -540,13 +540,6 @@ FUNCTION {multi.page.check} multiresult } - - - - - - - INTEGERS { output.state } FUNCTION {output} @@ -611,7 +604,7 @@ FUNCTION {format.editor} { editor empty$ { "" } - { "ed.: " editor format.names * } + { "ed: " editor format.names * } if$ } @@ -788,14 +781,14 @@ FUNCTION {format.edition} FUNCTION {format.pages} { pages empty$ { "" } - { pages "p" * } + { "p.~" pages *} if$ } FUNCTION {do.inbook} { booktitle empty$ { } - { "in: \textit{``" booktitle * "''}" * output + { "in \textit{``" booktitle * "''}" * output format.edition output format.editor output format.publisher output @@ -834,19 +827,41 @@ FUNCTION {book} begin.entry format.authors output - format.btitle output -% format.bvolume output -% format.number.series output + format.btitle output format.edition output format.publisher output format.address output -% format.date output format.pages output format.note output fin.entry newline$ } +FUNCTION {inbook} +{ begin.entry + format.authors output + format.title output + "in \textit{``" booktitle * "''}" * output + format.edition output + format.editor output + format.pages output + format.publisher output + format.address output + fin.entry +} + +FUNCTION {inproceedings} + { begin.entry + format.authors output + format.title output + "in \textit{``" booktitle * "''}" * output + format.edition output + format.editor output + format.pages output + format.publisher output + format.address output + fin.entry +} FUNCTION {default.type} { article } @@ -926,6 +941,7 @@ EXECUTE {end.bib} \usepackage{cite} \usepackage{color} \usepackage{collref} +\usepackage{footmisc} \usepackage[left=2.5cm,right=2.5cm,top=2.5cm,bottom=3cm]{geometry} \usepackage[linktocpage]{hyperref} @@ -1038,6 +1054,8 @@ EXECUTE {end.bib} % Footnotes \newcommand{\foot}{\footnote} +\setlength{\skip\footins}{0.5cm} % Vertical spacing between text body and footnotes +\setlength{\footnotesep}{0.4cm} % Vertical separation of footnotes % Horizontal spacing between words @@ -1052,10 +1070,6 @@ EXECUTE {end.bib} \setlength{\jot}{5pt} -% Vertical spacing between text body and footnotes -\setlength{\skip\footins}{0.5cm} - - % Figure name \renewcommand{\figurename}{Fig.\!} -- cgit v1.2.3