summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chet
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-22 22:11:58 +0000
committerKarl Berry <karl@freefriends.org>2011-05-22 22:11:58 +0000
commit202a2e74aba102848dc83e873614709f760d6381 (patch)
treeb0aaf089e2c36fe187f46744c08f9437fa40840c /Master/texmf-dist/tex/latex/chet
parent6e7639ea832d72d76a258941e5751db5c9ced17f (diff)
chet (22may11)
git-svn-id: svn://tug.org/texlive/trunk@22570 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chet')
-rw-r--r--Master/texmf-dist/tex/latex/chet/chet.cls52
1 files changed, 33 insertions, 19 deletions
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.\!}