quantumarticle
is the document class for typsetting articles in Quantum.
To use the quantumarticle
document class with LaTeX simply start your documment with the line:
\documentclass[your options]{quantumarticle}
Before you can do this however, you must install quantumarticle.cls
. You have several options for doing this:
- The
quantumarticle
class is provided with install scripts for bash and PowerShell. These scripts should work for Windows 7 or later with MiKTeX, or for TeX Live with Linux or macOS / OS X. To install the class into your user-local LaTeX directory from within bash:
$ cd quantum-journal/
$ ./install.sh
Similarly, under PowerShell:
PS > cd quantum-journal/
PS > ./install.ps1
-
To manually install
quantumarticle
, copyquantumarticle.cls
totexmf/tex/latex/quantumarticle
within your home directory (under Linux, macOS, and OS X~/
, or under Windows typicallyC:\Users\[your username]
) and runtexhash
(TeX Live) orinitexmf --update-fndb
(MiKTeX). -
Alternatively you can use
quantumarticle.cls
without installing it by simply putting it in the same folder as your main LaTeX source file. This can be the most convenient option if you are working on a manuscript together with collaborators that do not want to installquantumarticle.cls
and are exchaning the source files of your manuscript via email or cloud storage services. When you upload your manuscript to the arXiv you will anyway have to includequantumarticle.cls
along with other source files. -
Finally, you can use
quantumarticle.cls
without even downloading it at all on the collaborative writing platform overleaf by starting you project from thequantumarticle
template as well as with the ShareLaTeX online LaTeX editor by using thequantumarticle
template there.
quantumarticle.cls
should work with any reasonably recent LaTeX distribution. It further requires the following packages: xkeyval
, etoolbox
, geometry
, xcolor
, fancyhdr
, tikz
, hyperref
, ltxgrid and ltxcmds (often distributed along with retex, in texlive for example as part of texlive-publishers
), as well as at least either lmodern
or type1ec
. We recoomend to have natbib
and at least one of bbm
or dsfont
installed. All of these should be included in the full install variant of your LaTeX distribution (for example texlive-full
).
The quantumarticle
class tries to be maximally compatible with existing document classes, such as, article
, revtex
, iopart
, and elsarticle
. It supports all standard options, like twocolumn
, onecolumn
, titlepage
, as well as the standard syntax for defining the title page with the \author
, \address
, and \affiliation
commands and the abstract
environment.
In case you encounter problems using the article class please consider opening a bug report in our bug-tracker on github or contact us via email under [email protected].
Improvements submitted as pull requests against the development
branch are very much appreciated!
Copyright 2017 Verein zur Förderung des Open Access Publizierens in den Quantenwissenschaften (http://quantum-journal.org/about/)
quantumarticle.cls
is derived from article.cls
available from
https://www.ctan.org/pkg/article
It may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version. The latest version of this license is in http://www.latex-project.org/lppl.txt and version 1.3c or later is part of all distributions of LaTeX version 2005/12/01 or later.