diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-21 23:15:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-21 23:15:51 +0000 |
commit | 890ca49fb2f088682804abc279975a8fd3a1bafb (patch) | |
tree | ef88b89dd155fa6aab806383c98c4d054b34c45b /Master | |
parent | 63fe8a2678da6a96cf25976f23bac34f3bc19872 (diff) |
chbibref doc update (21feb09)
git-svn-id: svn://tug.org/texlive/trunk@17120 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/chbibref/chbibref.pdf | bin | 0 -> 173194 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/chbibref/chbibref.tex | 44 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/chbibref/chbibref.sty (renamed from Master/texmf-dist/tex/latex/ltxmisc/chbibref.sty) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/chbibref.tlpsrc | 0 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc | 1 |
6 files changed, 46 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/chbibref/chbibref.pdf b/Master/texmf-dist/doc/latex/chbibref/chbibref.pdf Binary files differnew file mode 100644 index 00000000000..3fac0f13c6e --- /dev/null +++ b/Master/texmf-dist/doc/latex/chbibref/chbibref.pdf diff --git a/Master/texmf-dist/doc/latex/chbibref/chbibref.tex b/Master/texmf-dist/doc/latex/chbibref/chbibref.tex new file mode 100644 index 00000000000..d0872f17096 --- /dev/null +++ b/Master/texmf-dist/doc/latex/chbibref/chbibref.tex @@ -0,0 +1,44 @@ +\documentclass[fontsize=12pt, DIV=8, pagesize=auto]{scrartcl} + +\usepackage{fixltx2e} +\usepackage{etex} +\usepackage{xspace} +\usepackage{lmodern} +\usepackage[T1]{fontenc} +\usepackage{textcomp} +\usepackage{microtype} + +\newcommand*{\pkg}[1]{\textsf{#1}} +\newcommand*{\cs}[1]{\texttt{\textbackslash#1}} +\makeatletter +\newcommand*{\cmd}[1]{\cs{\expandafter\@gobble\string#1}} +\makeatother +\newcommand*{\meta}[1]{\textlangle\textsl{#1}\textrangle} +\newcommand*{\marg}[1]{\texttt{\{}\meta{#1}\texttt{\}}} + +\addtokomafont{title}{\rmfamily} + +\title{The \pkg{chbibref} package} +\author{Peter Wilson} +\date{2001/03/07} + + +\begin{document} + +\maketitle + +In the \pkg{article} class the title text printed by +\verb+\begin{thebibliography}+ is given by the value of \cmd{\refname} +(default \textsf{References}), while in the \pkg{report} and \pkg{chapter} +classes the text is given by the value of \cmd{\bibname} +(default \textsf{Bibliography}). + +The command \cmd{\setbibref}\marg{name} will set the title text for the +Bibliography or the References to `\meta{name}' for at least the \pkg{article}, +\pkg{report} and \pkg{book} standard \LaTeX\ classes, without having to be +concerned which class is being used. + +If you are using the \pkg{babel} package, put \verb+\setbibref{...}+ after +the \verb+\begin{document}+. + +\end{document} diff --git a/Master/texmf-dist/tex/latex/ltxmisc/chbibref.sty b/Master/texmf-dist/tex/latex/chbibref/chbibref.sty index 99bcfc74171..99bcfc74171 100644 --- a/Master/texmf-dist/tex/latex/ltxmisc/chbibref.sty +++ b/Master/texmf-dist/tex/latex/chbibref/chbibref.sty diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index d01ae0171e2..73597588902 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -58,7 +58,7 @@ my @TLP_working = qw( # these packages should be up to date cbcoptic cbfonts cc-pl ccaption ccicons cclicenses cd cdpbundl cell cellspace censor changebar changelayout changepage changes chappg chapterfolder - chem-journal chembst chemcompounds chemcono + chbibref chem-journal chembst chemcompounds chemcono chemstyle cherokee chess-problem-diagrams chessboard chessfss chicago-annote chletter chngcntr circ circuitikz cite citeref cjhebrew cjk cjkpunct cjw classicthesis diff --git a/Master/tlpkg/tlpsrc/chbibref.tlpsrc b/Master/tlpkg/tlpsrc/chbibref.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/chbibref.tlpsrc diff --git a/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc index b3313e3c08b..c29d573a499 100644 --- a/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc @@ -17,6 +17,7 @@ depend bibtopic depend bibtopicprefix depend bibunits depend cell +depend chbibref depend chicago depend chicago-annote depend chembst |