summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elbioimp/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/elbioimp/README')
-rw-r--r--macros/latex/contrib/elbioimp/README76
1 files changed, 76 insertions, 0 deletions
diff --git a/macros/latex/contrib/elbioimp/README b/macros/latex/contrib/elbioimp/README
new file mode 100644
index 0000000000..582912ff0d
--- /dev/null
+++ b/macros/latex/contrib/elbioimp/README
@@ -0,0 +1,76 @@
+Document class elbioimp
+-----------------------
+A LaTeX document class for the Journal of Electrical Bioimpedance
+Version 1.2 dated 2 March 2011
+
+
+Contents
+--------
+- Files
+- Licence
+- Requirements
+- Installation
+- Documentation
+- Use
+
+
+Files
+-----
+README - this file
+elbioimp.cls - the document class
+elbioimp.ins - a driver file for extracting elbioimp.cls from
+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 - the test document (processed)
+test-bib.bib - a bibliography for the test document
+test-ill.png - an illustration for the test document
+
+
+Licence
+-------
+
+This document class and the documentation are distributed according to
+the LaTeX Project Public License, see
+http://www.latex-project.org/lppl.txt
+
+
+Requirements
+------------
+The document class should run with any standard LaTeX distribution from
+2007 or later; it was tested with TeXlive 2007. The following packages
+are needed:
+
+caption - for adapting the figure and table captions
+ifthen - for adding an if-then-else-construct
+geometry - for specifying page dimensions
+mathptmx - for using the Times Roman font
+url - for typesetting e-mail addresses and URLs
+
+All these should be available in a standard LaTeX distribution.
+
+
+Installation
+------------
+
+Put elbioimp.cls in a folder when LaTeX will find it. (Remember to
+rebuild the file name database.)
+
+If you don't know how to do this, you can just put elbioimp.cls in the
+same folder as your LaTeX file.
+
+
+Documentation
+-------------
+
+See the enclosed file elbioimp.pdf. To create this PDF file, let LaTeX
+process elbioimp.dtx.
+
+
+Use
+---
+
+Make a copy of elbioimp-basis.tex. Modify the settings (as specified
+in the comments -- look particularly for the word "OPTION") and write
+your article.