summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-03-18 20:48:34 +0000
committerKarl Berry <karl@freefriends.org>2011-03-18 20:48:34 +0000
commitba7499d75b8508b2df8e57c271da5148cb05e0ff (patch)
tree8f9e7c1b735f80e5cdca4bc5df3532a77532b2e0 /Master/texmf-dist/doc/latex
parentc9ed11b97f2a1825870dc8d0a75c61a035c3c3c3 (diff)
elbioimp (18mar11)
git-svn-id: svn://tug.org/texlive/trunk@21758 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/elbioimp/Makefile3
-rw-r--r--Master/texmf-dist/doc/latex/elbioimp/README8
-rw-r--r--Master/texmf-dist/doc/latex/elbioimp/elbioimp-basis.tex64
-rw-r--r--Master/texmf-dist/doc/latex/elbioimp/elbioimp.pdfbin288034 -> 289142 bytes
-rw-r--r--Master/texmf-dist/doc/latex/elbioimp/test1.tex14
5 files changed, 64 insertions, 25 deletions
diff --git a/Master/texmf-dist/doc/latex/elbioimp/Makefile b/Master/texmf-dist/doc/latex/elbioimp/Makefile
index aef127bf066..e69d9987920 100644
--- a/Master/texmf-dist/doc/latex/elbioimp/Makefile
+++ b/Master/texmf-dist/doc/latex/elbioimp/Makefile
@@ -20,6 +20,7 @@ distr: $(PACKAGE).pdf test1.pdf
zip elbioimp README Makefile $(PACKAGE).dtx $(PACKAGE).ins \
$(PACKAGE).cls $(PACKAGE).pdf test1.tex test-bib.bib \
test-ill.png $(PACKAGE)-basis.tex
+ cp elbioimp.pdf ~dag/www_docs/latex-links
clean:
- rm -f *.aux *.bbl *.blg *.glo *.gls *.idx *.ilg *.ind *.log *.zip *~
+ rm -f *.aux *.bbl *.blg *.dvi *.glo *.gls *.idx *.ilg *.ind *.log *.zip *~
diff --git a/Master/texmf-dist/doc/latex/elbioimp/README b/Master/texmf-dist/doc/latex/elbioimp/README
index a2fc56c6917..582912ff0d6 100644
--- a/Master/texmf-dist/doc/latex/elbioimp/README
+++ b/Master/texmf-dist/doc/latex/elbioimp/README
@@ -1,7 +1,7 @@
Document class elbioimp
-----------------------
A LaTeX document class for the Journal of Electrical Bioimpedance
-Version 1.1 dated 2 November 2010
+Version 1.2 dated 2 March 2011
Contents
@@ -23,7 +23,7 @@ elbioimp.dtx - combined documentation and code file
elbioimp.pdf - documented source code
elbioimp-basis.tex - a basis for writing your own articles
test1.tex - a test document
-test1.pdf - a test document (processed)
+test1.pdf - the test document (processed)
test-bib.bib - a bibliography for the test document
test-ill.png - an illustration for the test document
@@ -64,8 +64,8 @@ same folder as your LaTeX file.
Documentation
-------------
-Let LaTeX process elbioimp.dtx to create a documented version of the
-source code.
+See the enclosed file elbioimp.pdf. To create this PDF file, let LaTeX
+process elbioimp.dtx.
Use
diff --git a/Master/texmf-dist/doc/latex/elbioimp/elbioimp-basis.tex b/Master/texmf-dist/doc/latex/elbioimp/elbioimp-basis.tex
index 8eb6d6838bc..4379a782a85 100644
--- a/Master/texmf-dist/doc/latex/elbioimp/elbioimp-basis.tex
+++ b/Master/texmf-dist/doc/latex/elbioimp/elbioimp-basis.tex
@@ -10,13 +10,13 @@
\documentclass{elbioimp}
%% OPTION: Select encoding used in you LaTeX file:
-\usepackage[latin1]{inputenc} % ISO 8859-1 (standard single-byte
- % encoding in the Western world)
-% \usepackage[applemac]{inputenc} % Standard Mac encoding
-% \usepackage[utf8]{inputenc} % Unicode
+\usepackage[latin1]{inputenc} % ISO 8859-1 (standard single-byte
+ % encoding in the Western world)
+% \usepackage[applemac]{inputenc} % Standard Mac encoding
+% \usepackage[utf8]{inputenc} % Unicode in UTF-8
%% OPTION: Select your language:
-\usepackage[USenglish]{babel} % American English
+\usepackage[USenglish]{babel} % American English
% \usepackage[UKenglish]{babel} % British English
%% Other packages you might need:
@@ -27,10 +27,21 @@
%% OPTION: Document information:
\title{My title} % Article title
-\author{First author\thanks{Institution of first author}\and
- Second author\thanks{Institution of second author}\and
- Third author\thanks{Institution of third author}}
-
+\author{First author\affiliation{Institution of first author}\and
+ Second author\affiliation{Institution of second author}\and
+ Third author\affiliation{Institution of third author}}
+
+%% For identical affiliations:
+% \author{A Author\affiliation{Uni 1}\and
+% B Author\sameaffiliation}
+%
+%% In more complex cases, use \sameaffiliation[n].
+%% For example: Assume first and third author have the same affiliation:
+% \author{A Author\affiliation{Uni 1}\and
+% B Author\affiliation{Uni 2}\and
+% C Author\sameaffiliation[1]}
+
+%% OPTION: Keywords:
\keywords{Keyword1, keyword2, keyword3} % Article keywords
@@ -38,11 +49,12 @@
%% And, finally, the article itself:
\begin{document}
+%% NOTE: Always use \maketitle!
\maketitle
+%% NOTE: Always include an abstract!
\begin{abstract}
- %% OPTION: Always include an abstract!
Put your abstract here.
\end{abstract}
@@ -50,16 +62,38 @@
\section{Introduction} % Level 1 heading
\subsection{Previous results} % Level 2 heading
+\subsubsection{The 2001 investigations} % Level 3 heading
%% NOTE: Your text.
+%% REMEMBER:
+%% \# for # \% for % \{ for { \_ for _
+%% \$ for $ \& for & \} for }
+%% \textbackslash for \
+%% \textasciicircum for ^
+%% \textasciitilde fir ~
+%%
%% Use a blank line to separate paragraphs.
%% Use \url{...} for e-mail addresses and URLs.
-%\begin{figure} % Illustration
-% \includegraphics[options]{illustration1}
-% \caption{Figure caption}
-%\end{figure}
+%% OPTION: An illustration:
+% \begin{figure}
+% \centering
+% \includegraphics[width=\columnwidth]{illustration1}
+% \caption{Figure caption\label{a label}}
+% \end{figure}
+
+%% OPTION: A table:
+% \begin{table}
+% \centering
+% \begin{tabular}{|l|c|r|} %% l=left, c=center, r=right, |=vertical rule
+% \hline %% horizontal rule
+% A& B& C\\ %% & separates columns; \\ ends row
+% \hline
+% \end{tabular}
+% \caption{Table caption\label{a label}}
+% \end{table}
+
%% OPTION: Name of your BibTeX bibliography file:
-\bibliography{mybib} %% No .bib suffix!
+% \bibliography{mybib} %% No .bib suffix!
\end{document}
diff --git a/Master/texmf-dist/doc/latex/elbioimp/elbioimp.pdf b/Master/texmf-dist/doc/latex/elbioimp/elbioimp.pdf
index 3354eb46e31..9ba7942bfa0 100644
--- a/Master/texmf-dist/doc/latex/elbioimp/elbioimp.pdf
+++ b/Master/texmf-dist/doc/latex/elbioimp/elbioimp.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/elbioimp/test1.tex b/Master/texmf-dist/doc/latex/elbioimp/test1.tex
index 269a06d7ae5..93d913aba1f 100644
--- a/Master/texmf-dist/doc/latex/elbioimp/test1.tex
+++ b/Master/texmf-dist/doc/latex/elbioimp/test1.tex
@@ -7,9 +7,11 @@
\title{This is your template for Journal of Electrical Bioimpedance}
-\author{First B. Author\thanks{Department, University, City, Country}\and
- Second C. Coauthor\thanks{Company, City Country}\and
- Last Author\thanks{E-mail any correspondence to:
+\author{First B. Author\affiliation{Department, University, City, Country}\and
+ Second C. Coauthor\sameaffiliation\and
+ Third D. Coauthor\affiliation{Xyz company}\and
+ Fourth E. Coauthor\sameaffiliation[1]\and
+ Last Z. Author\affiliation{E-mail any correspondence to:
\textsf{myname@domain.com}}}
\keywords{Bioimpedance, current, voltage}
@@ -24,8 +26,7 @@
Electrical Bioimpedance. The journal accepts original research
papers and review articles within the broad field of electrical
bioimpedance. Use this document as a template if you are using
- Microsoft Word~6.0 or later. Otherwise, use this document as an
- instruction set. The paper size is A4 (21\,\texttimes\,29.7\,cm).
+ \LaTeX. The paper size is A4 (21\,\texttimes\,29.7\,cm).
\end{abstract}
@@ -93,6 +94,9 @@ into any discussion about the results.
\subsection{Concluding text}
\lipsum[1-9]
+\subsubsection{Additional comments}
+\lipsum[10-11]
+
\section{Discussion}
Now you can discuss your results. Emphasize the new and important