blob: 4512d0e654764058b1ffba34589cc8a25b40a969 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
LaTeX2e style for the Condensed Matter Physics journal
This directory contains macros and some documentation for typesetting
papers for submission to the Condensed Matter Physics journal published
by the Institute for Condensed Matter Physics of the National Academy
of Sciences of Ukraine.
Files in this directory are:
cmpj.sty Condensed Matter Physics journal style file
cmp-logo.eps EPS and PDF versions of the CMP logo required
cmp-logo.pdf by cmpj.sty
template.tex user guide and template for preparing articles for
template.pdf publishing in the Condensed Matter Physics journal
eps_demo.eps Examples of graphics used in template
eps_demo.pdf
icmphome.eps
icmphome.pdf
cmpj.bst BibTeX style file for Condensed Matter Physics
README This file
INSTALLATION
1. Download the file
http://mirror.ctan.org/macros/latex/contrib/cmpj.zip
2. Unpack the archive in the root directory of the local TeX installation
tree, for example
/usr/local/share/texmf/
or
/usr/share/texmf-local/
or
C:\Local TeX Files\
3. Update the file hash tables (also known as the file name database).
On teTeX and TeX Live systems, run texhash as root ('sudo texhash').
On MiKTeX, run 'initexmf --update-fndb' in a command window or use
the 'Refresh FNDB' button of the MiKTeX Options window.
ADDITIONAL FILES REQUIRED BY THIS PACKAGE
cmpj.sty requires the doi, fancyhdr, graphicx, hyperref, ifthen, and
natbib packages. These packages are included in the current LaTeX
distributions. They are also available at CTAN (http://www.ctan.org/).
USER GUIDE AND TEMPLATE
User-level documentation/template is available as template.tex and
template.pdf in the doc/latex/cmpj subdirectory.
LICENSE
This package can be redistributed and/or modified under the terms of
the LaTeX Project Public License (lppl).
CHANGES
RELEASE NOTES FOR VERSION 1.17:
* Corrected text height value from \textheight=227mm
to \textheight=646pt % = 227.0430331mm
* Changed definition of the \Real and \Img commands
* Updated user guide and template
* Repackaged according to TDS requirements.
RELEASE NOTES FOR VERSION 1.15:
* First release uploaded to CTAN
Andrij Shvaika
for CMP journal
|