diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-11 00:00:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-11 00:00:33 +0000 |
commit | 15a76b17e0bbfa11f4e37a7d7036af75ea25d897 (patch) | |
tree | c9a1d6f0129206d0a1ea046bb59ea747304b6300 /Master/texmf-dist/doc/latex/elbioimp/elbioimp-basis.tex | |
parent | 38288f9d36ef949965f3ef831b4f0088ffa16c05 (diff) |
new package elbioimp (9feb10)
git-svn-id: svn://tug.org/texlive/trunk@16961 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/elbioimp/elbioimp-basis.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/elbioimp/elbioimp-basis.tex | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/elbioimp/elbioimp-basis.tex b/Master/texmf-dist/doc/latex/elbioimp/elbioimp-basis.tex new file mode 100644 index 00000000000..8eb6d6838bc --- /dev/null +++ b/Master/texmf-dist/doc/latex/elbioimp/elbioimp-basis.tex @@ -0,0 +1,65 @@ +%% Base file for an article submitted to the Journal of Electrical +%% Bioimpedance. + +%% 1. Make a copy of this file. +%% 2. Select your options (look for "OPTION" below). +%% 3. Add your text and illustrations. + + + +\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 + +%% OPTION: Select your language: +\usepackage[USenglish]{babel} % American English +% \usepackage[UKenglish]{babel} % British English + +%% Other packages you might need: +% \usepackage{graphicx} % Add this package if you have illustrations +% \usepackage{textcomp} % Additional characters + + +%% 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}} + +\keywords{Keyword1, keyword2, keyword3} % Article keywords + + + +%% And, finally, the article itself: + +\begin{document} +\maketitle + + +\begin{abstract} + %% OPTION: Always include an abstract! + Put your abstract here. + +\end{abstract} + + +\section{Introduction} % Level 1 heading +\subsection{Previous results} % Level 2 heading + +%% NOTE: Your text. +%% 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: Name of your BibTeX bibliography file: +\bibliography{mybib} %% No .bib suffix! +\end{document} |