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/README | |
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/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/elbioimp/README | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/elbioimp/README b/Master/texmf-dist/doc/latex/elbioimp/README new file mode 100644 index 00000000000..9aeeb105575 --- /dev/null +++ b/Master/texmf-dist/doc/latex/elbioimp/README @@ -0,0 +1,76 @@ +Document class elbioimp +----------------------- +A LaTeX document class for the Journal of Electrical Bioimpedance +Version 1.0 dated 8 February 2010 + + +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 - a 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 +------------- + +Let LaTeX process elbioimp.dtx to create a documented version of the +source code. + + +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. |