blob: 39ee2ac302aeb9f2bfae29154c00b4f8e38fa50c (
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
83
84
85
86
|
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
cmpj.bst BibTeX style file for Condensed Matter Physics
README This file
userguide/* user guide and template for preparing articles for
publishing in the Condensed Matter Physics journal
INSTALLATION
1. Download the file
http://mirror.ctan.org/macros/latex/contrib/cmpj.zip
2. Unpack the archive in some directory.
3. Move files to a directories on your LaTeX input path. Recommended TDS
location, for modern freeware installations of LaTeX, is
<local texmf tree>/tex/latex/cmpj/ for
cmpj.sty
cmp-logo.eps
cmp-logo.pdf
files, <local texmf tree>/bibtex/bst/cmpj/ for
cmpj.bst
file, and <local texmf tree>/doc/latex/cmpj/ for
template.tex
template.pdf
eps_demo.eps
eps_demo.pdf
icmphome.eps
icmphome.pdf
README
files.
4. 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
RELEASE NOTES FOR VERSION 1.15:
* First release uploaded to CTAN
Andrij Shvaika
for CMP journal
|