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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
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:
cmpj3.sty Condensed Matter Physics journal style file v3.xx
cmpj2.sty Condensed Matter Physics journal style file v2.xx
cmpj.sty Condensed Matter Physics journal style file v1.xx
cmp-logo.eps EPS and PDF versions of the CMP logo required
cmp-logo.pdf by cmpj?.sty
cmpj-cc-by-small.eps EPS and PDF versions of the CC-BY icon required
cmpj-cc-by-small.pdf by cmpj3.sty
cmpj.bst BibTeX style file for Condensed Matter Physics (experimental)
cmpjxampl.bib Sample bibliography file
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
cmpj3.sty
cmpj2.sty
cmpj.sty
cmp-logo.eps
cmp-logo.pdf
cmpj-cc-by-small.eps
cmpj-cc-by-small.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
cmpjxampl.bib
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 require the 'doi', 'fancyhdr', 'graphicx', 'hyperref',
'hyperxmp', 'ifthen', 'tikz', 'url', and 'natbib' packages.
These packages are included in the current LaTeX distributions.
They are also available at CTAN (http://www.ctan.org/).
cmpj2.sty supports the 'droid' fonts for text and 'fourier' and
'txfonts' for math.
cmpj3.sty supports the 'newtx' fonts for text and math and
'droid' fonts for text sans-serif.
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 3.03:
* The license metadata for Creative Commons Attribution 4.0 International
License is now embedded into PDF.
* orcidlink.sty code to create the ORCID icon and link is embedded
in cmpj3.sty.
* Updated cmpj.bst.
* Updated user guide and template.
RELEASE NOTES FOR VERSION 3.02:
* cmpj3.sty and cmpj2.sty use new 'droid' font families names.
RELEASE NOTES FOR VERSION 3.01:
* New cmpj3.sty using 'newtx' fonts for text and math and
'droid' fonts for text sans-serif.
* Added options 'cc-by' for Creative Commons Attribution 4.0 International
License (default) and 'no-cc' for author retained copyright (obsolete).
* doi.sty code, modified to follow the CrossRef DOI display guidelines,
is embedded in cmpj3.sty.
* Updated cmpj.bst.
* Some minor changes in the cmpj2.sty code.
* Updated user guide and template.
RELEASE NOTES FOR VERSION 2.05:
* Corrected equation numbering in the appendixes.
* Added option 'nocopyright'.
* Updated user guide and template.
RELEASE NOTES FOR VERSION 2.03:
* Added support of the \url and \arxiv commands.
* Some minor changes in the cmpj2.sty code.
* Updated user guide and template.
RELEASE NOTES FOR VERSION 2.01:
* Added new cmpj2.sty with the support of the 'droid' fonts for text
and 'fourier' fonts and 'txfonts' for math.
* Updated user guide and template.
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
|