summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-nejm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-27 22:48:57 +0000
committerKarl Berry <karl@freefriends.org>2019-01-27 22:48:57 +0000
commite89a762d6eff1447eae6d9f96e8c28c42833c794 (patch)
treeb5300b18cea61f6a0342c0e83413bb091a0b1fe5 /Master/texmf-dist/doc/latex/biblatex-nejm
parent28cba6f445ffb947f79b93b3329f919c95ed39cc (diff)
biblatex-nejm
git-svn-id: svn://tug.org/texlive/trunk@49839 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-nejm')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-nejm/README15
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.pdfbin156008 -> 151990 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.tex52
3 files changed, 34 insertions, 33 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-nejm/README b/Master/texmf-dist/doc/latex/biblatex-nejm/README
index a021a2c656f..1ff30d59c7d 100644
--- a/Master/texmf-dist/doc/latex/biblatex-nejm/README
+++ b/Master/texmf-dist/doc/latex/biblatex-nejm/README
@@ -1,4 +1,4 @@
-%%$Id: nejm.bbx 9 2011-08-31 11:15:54Z marco $
+%%$Id: nejm.bbx 30 2018-07-28 11:01:00Z marco $
README biblatex-nejm
@@ -6,12 +6,17 @@ This package provides only a formated numeric style of the package
biblatex. The design based on the New England Journal of Medicine (NEJM).
--------------------------------
-v.04
+version 0.5.0
+- compatibility with newer biblatex releases
+- bug fixes
+
+--------------------------------
+version 0.4.0
- changed formating of date -- only year is printed
- added option printlang
--------------------------------
-v.03
+version 0.3.0
- changed required cite style of biblatex to numeric-comp
- changed required bibliography style of biblatex to standard
- added option sorting=none as standard
@@ -20,9 +25,9 @@ v.03
- execute option isbn=false
--------------------------------
-v.02
+version 0.2.0
- fixes bug
--------------------------------
-v.01
+version 0.1.0
- submitted style
diff --git a/Master/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.pdf b/Master/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.pdf
index bd926212980..a1438547b51 100644
--- a/Master/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.tex b/Master/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.tex
index d8b4ea09d08..898c5ae7f33 100644
--- a/Master/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-nejm/biblatex-nejm.tex
@@ -2,7 +2,7 @@
%%$Rev: 28 $
%%$Author: marco $
%%$Date: 2011-09-09 19:17:01 +0200 (Fr, 09. Sep 2011) $
-\def\biblatexnejmversiontex{v0.4}
+\def\biblatexnejmversiontex{v0.5}
\def\biblatexnejmpackagenametex{biblatex-nejm.tex}
\def\biblatexnejmsvntex$#1: #2 #3 #4-#5-#6 #7 #8${#4/#5/#6\space }
@@ -21,6 +21,8 @@
\usepackage[style=nejm,backend=biber]{biblatex}
\addbibresource{\jobname}
+\usepackage{hyperref}
+
\newcommand*{\biber}{Biber\xspace}
\newcommand*{\biblatex}{Biblatex\xspace}
\newcommand*{\biblatexnejm}{biblatex-nejm\xspace}
@@ -31,7 +33,7 @@
subtitle={Modification of \biblatex for New England Journal of Medicine (NEJM)},
url={\biblatexctan},
author={Marco Daniel},
- email={marco.daniel@mada-nada.de},
+ email={},
revision={\biblatexnejmversiontex},
date={\biblatexnejmsvnbbx$Id: biblatex-nejm.tex 28 2011-09-09 17:17:01Z marco $}}
@@ -83,6 +85,11 @@
\begin{document}
\printtitlepage
+
+\vspace*{25px}
+
+Please submit all feedback, issues, and pull requests to the official repository: \url{https://github.com/marcodaniel/biblatex-nejm}
+
\tableofcontents
@@ -91,6 +98,8 @@
This package is a contributed \biblatex style. The idea base on a question at \href{http://tex.stackexchange.com/questions/26891/biblatex-style-file-for-new-england-journal-of-medicine-nejm/26894#26894}{Stack Exchange}. The package itself only redefine existing macros and use some of the \biblatex options. This package doesn't provide some new feature. If you want to use additional feature you can use the options and commands of the package \biblatex itself.
+Please submit all feedback, issues, and pull requests to the official repository: \url{https://github.com/marcodaniel/biblatex-nejm}
+
\subsection[About]{About \sty{biblatex}}
\label{int:abt}
@@ -103,14 +112,12 @@ Copyright \textcopyright\ 2011 Marco Daniel. Permission is granted to copy, dist
\subsection{Feedback}
\label{int:feb}
-You can wrote me an \href{mailto:marco.daniel@mada-nada.de}{e-mail} or ask a question on \href{http://tex.stackexchange.com}{Stack Exchange}.
-
-In both cases it is very important that you provide a \href{http://www.minimalbeispiel.de/mini-en.html}{minimal working example}.
+Please submit all feedback, issues, and pull requests to the official repository: \url{https://github.com/marcodaniel/biblatex-nejm}
\section{Installation}
\label{inst}
-The package is avaidable on \href{http://www.ctan.org}{CTAN}. It will be installed by you package manager (\href{http://www.tug.org/texlive}{TeX Live} or \href{http://www.miktex.org}{MikTeX}).
+The package is available on \href{http://www.ctan.org}{CTAN}. It will be installed by you package manager (\href{http://www.tug.org/texlive}{TeX Live} or \href{http://www.miktex.org}{MikTeX}).
If you don't want to use the package manager you can install the files directly in the search path of your distribution or in you working folder.
@@ -184,7 +191,7 @@ Print the \bibfield{language}
\end{optionlist}
-\subsection{Bibliopgraphy Entries}
+\subsection{Bibliography Entries}
In relation to \secref{guidlines} the following code represented the examples in the \file{bib} file. The code will be automaticly used as the \file{bib} file.
\begin{lstlisting}[style=bibtex]{}
%% Examples for biblatex-nejm
@@ -241,29 +248,18 @@ In relation to \secref{guidlines} the following code represented the examples in
In the following table I present the standard cite-command with their output. The list of avaidable cite-commands is much bigger. For more details see the documentation of \href{\biblatexctan}{\biblatex}
\begin{table}[!ht]
-\tablesetup
-\renewcommand*\arraystretch{1.25}
-\begin{tabularx}{\textwidth}{@{}>{\ttfamily}p{80pt}*{3}{>{\qquad}c<{\qquad}}X@{}}
-\toprule
-\multicolumn{1}{@{}H}{\texttt{key}} &
-\multicolumn{1}{@{}H}{\texttt{\textbackslash cite}} &
-\multicolumn{1}{@{}H}{\texttt{\textbackslash parencite}}&
-\multicolumn{1}{@{}H}{\texttt{\textbackslash supercite}}&
-\multicolumn{1}{@{}H}{\texttt{\textbackslash textcite}} \\
-\cmidrule(r){1-1}\cmidrule(r){2-2}\cmidrule(r){3-3}\cmidrule(r){4-4}\cmidrule{5-5}
-Kuczmarski2000 & \cite{Kuczmarski2000} & \parencite{Kuczmarski2000}
- & \supercite{Kuczmarski2000} & \textcite{Kuczmarski2000}\\
-usposition2002 & \cite{usposition2002} & \parencite{usposition2002}
- & \supercite{usposition2002} & \textcite{usposition2002}\\
-Goadsby2001 & \cite{Goadsby2001} & \parencite{Goadsby2001}
- & \supercite{Goadsby2001} & \textcite{Goadsby2001}\\
-Shapiro2000 & \cite{Shapiro2000} & \parencite{Shapiro2000}
- & \supercite{Shapiro2000} & \textcite{Shapiro2000}\\
-\bottomrule
-\end{tabularx}
-\caption{Output for diffenrent cite-commands}
+\begin{tabular}{lllll}
+\hline
+\texttt{key} & \texttt{\textbackslash cite} & \texttt{\textbackslash parencite} & \texttt{\textbackslash supercite} & \texttt{\textbackslash textcite} \\ \hline
+Kuczmarski2000 & \cite{Kuczmarski2000} & \parencite{Kuczmarski2000} & \supercite{Kuczmarski2000} & \textcite{Kuczmarski2000} \\
+usposition2002 & \cite{usposition2002} & \parencite{usposition2002} & \supercite{usposition2002} & \textcite{usposition2002} \\
+Goadsby2001 & \cite{Goadsby2001} & \parencite{Goadsby2001} & \supercite{Goadsby2001} & \textcite{Goadsby2001} \\
+Shapiro2000 & \cite{Shapiro2000} & \parencite{Shapiro2000} & \supercite{Shapiro2000} & \textcite{Shapiro2000} \\ \hline
+\end{tabular}
+\caption{Output for different cite-commands}
\label{use:cite}
\end{table}
+
\subsection{Result of the bibliography}
\printbibliography