diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/chet/chetref.bst | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chet/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/chet/chet.sty | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/bibtex/bst/chet/chetref.bst b/Master/texmf-dist/bibtex/bst/chet/chetref.bst index 60cffb147b9..d56b28125bf 100644 --- a/Master/texmf-dist/bibtex/bst/chet/chetref.bst +++ b/Master/texmf-dist/bibtex/bst/chet/chetref.bst @@ -112,7 +112,7 @@ FUNCTION {format.names} s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } - { s nameptr "{f{.}.~}{vv~~}{ll}{,~jj}" format.name$ 't := + { s nameptr "{f.~}{vv~~}{ll}{,~jj}" format.name$ 't := nameptr #1 > { namesleft #1 > { ", " * t * } diff --git a/Master/texmf-dist/doc/latex/chet/README b/Master/texmf-dist/doc/latex/chet/README index 71a75e47292..2293f4ad9a7 100644 --- a/Master/texmf-dist/doc/latex/chet/README +++ b/Master/texmf-dist/doc/latex/chet/README @@ -8,6 +8,6 @@ LaTeX2e instead of TeX. The commands provided are to be used as faster alternatives to LaTeX's default environments (which can all still be used in chet). -To use chet just copy chet.sty in the folder of the TeX file you are -compiling (or in your path) and include \usepackage{chet} in the -preamble of your LaTeX file.
\ No newline at end of file +To use chet just copy chet.sty and chetref.bst in the folder of the TeX +file you are compiling (or in your path) and include \usepackage{chet} in +the preamble of your LaTeX file. diff --git a/Master/texmf-dist/tex/latex/chet/chet.sty b/Master/texmf-dist/tex/latex/chet/chet.sty index 5dee649e753..1ee51ec9129 100644 --- a/Master/texmf-dist/tex/latex/chet/chet.sty +++ b/Master/texmf-dist/tex/latex/chet/chet.sty @@ -137,13 +137,13 @@ % Table of contents formatting \setcounter{tocdepth}{3} -\renewcommand{\cfttoctitlefont}{\hfill\bfseries} -\renewcommand{\cftaftertoctitle}{\hfill} +\renewcommand{\cfttoctitlefont}{\bfseries} \renewcommand{\cftsecaftersnum}{.} \renewcommand{\cftsubsecaftersnum}{.} \renewcommand{\cftsubsubsecaftersnum}{.} \renewcommand{\cftdotsep}{8} \newcommand{\toc}{\tableofcontents} +\renewcommand\contentsname{\centerline{Contents}} % Numbered equation with optional label \NewDocumentCommand\eqn{mo}{% |