summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jneurosci
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-07 00:17:00 +0000
committerKarl Berry <karl@freefriends.org>2010-03-07 00:17:00 +0000
commit805dc788dfc05bc8910ee226eac82f74a0154e35 (patch)
tree4b99457a51021708626417b12af3adf6a7a11795 /Master/texmf-dist/doc/latex/jneurosci
parent9967bda63f2d6667933bd305d313b67828e34f78 (diff)
jneurosci doc update (6mar10)
git-svn-id: svn://tug.org/texlive/trunk@17346 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/jneurosci')
-rw-r--r--Master/texmf-dist/doc/latex/jneurosci/jneurosci.pdfbin0 -> 244554 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jneurosci/jneurosci.tex81
2 files changed, 81 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/jneurosci/jneurosci.pdf b/Master/texmf-dist/doc/latex/jneurosci/jneurosci.pdf
new file mode 100644
index 00000000000..d924d01f479
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/jneurosci/jneurosci.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jneurosci/jneurosci.tex b/Master/texmf-dist/doc/latex/jneurosci/jneurosci.tex
new file mode 100644
index 00000000000..0e890ffaa9f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/jneurosci/jneurosci.tex
@@ -0,0 +1,81 @@
+\documentclass[DIV=8, parskip=half, pagesize=auto]{scrartcl}
+
+\usepackage{fixltx2e}
+\usepackage{etex}
+\usepackage{xspace}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\usepackage[utf8]{inputenc}
+\usepackage{booktabs}
+\usepackage{microtype}
+\usepackage{hyperref}
+
+\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}}
+\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{jneurosci} package\thanks{This manual corresponds to \pkg{jneurosci}~v1.00, dated~2004 April 06.}}
+\author{Matthias Hennig (\mail{hennig@cn.stir.ac.uk})}
+\date{2004 April 06}
+
+
+\begin{document}
+
+\maketitle
+
+\noindent
+This is a slightly modified version of the \pkg{namedplus} style, which fully conforms
+with the Journal of Neuroscience citation style.
+
+The following citation labels are implemented:
+%
+\begin{labeling}{\cmd{\citeauthoryear}\marg{author-info}\marg{year}:}
+\item[\cmd{\citeauthoryear}\marg{author-info}\marg{year}:] these labels are processed by the following commands:
+\item[\cmd{\cite}\marg{key}:] which produces citations with both author and year, enclosed in parens.
+\item[\cmd{\shortcite}\marg{key}:] which produces citations with year only, enclosed in parens
+\item[\cmd{\citeauthor}\marg{key}:] which produces the author information only
+\item[\cmd{\citeyear}\marg{key}:] which produces the year information only
+\item[\cmd{\citetext}\marg{key}:] which produces Author (Year)
+\item[\cmd{\citenoparens}\marg{key}:] which produces Author, Year
+\end{labeling}
+
+The output looks like that:
+%
+\begin{labeling}{\cmd{\citetext}\marg{key}:}
+\item[\cmd{\cite}\marg{key}:] (Strettoi and Masland, 1996; Kolb, 1997; Masland, 2001) and (Fisher et al., 1975)
+\item[\cmd{\citetext}\marg{key}:] for reviews, see McNaughton (1990); Müller and Kaupp (1998); Fain et al. (2001).
+\end{labeling}
+
+The bibliography follows J~Neurosci conventions, e.\,g.:
+%
+\begin{itemize}
+\item Koch C (1999) Biophysics of Computation: Information Processing in Single Neurons Oxford University Press.
+\item Enroth-Cugell C, Robson JG (1966) The contrast sensitivity of retinal ganglion cells of the cat. J~Physiol 187:517-552.
+\end{itemize}
+
+This is a modified version of the \pkg{namedplus} style by:
+
+\begin{tabular}{@{}ll@{}}
+ \toprule
+ A. David Redish & \mail{adr@nsma.arizona.edu} \\
+ Post-doc & \url{http://www.cs.cmu.edu/~dredish} \\
+ \multicolumn{2}{@{}l@{}}{Neural Systems, Memory and Aging, Univ of AZ, Tucson AZ} \\
+ \bottomrule
+\end{tabular}
+
+which was in turn modified by:\\
+Oren Patashnik (\mail{PATASHNIK@SCORE.STANFORD.EDU})
+
+and finally modified by:\\
+Matthias H Hennig, University of Edinburgh, \mail{mhennig@inf.ed.ac.uk}
+
+\end{document}
+