quantumarticle
is the document class for typsetting articles in Quantum.
Click here to download the latest stable version.
To use the quantumarticle
document class with LaTeX simply start your document with the line:
\documentclass[your options]{quantumarticle}
Before you can do this however, you must make quantumarticle.cls
accessible to your LaTeX compiler. 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 you would first clone this git repositorygit clone https://github.com/quantum-journal/quantum-journal.git quantum-journal
and them from within bash execute:
$ cd quantum-journal/
$ ./install.sh
Similarly, under PowerShell:
PS > cd quantum-journal/
PS > ./install.ps1
-
Alternatively you can use
quantumarticle.cls
without installing it by simply downloading it directly via this link and 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 exchanging 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. -
To manually install
quantumarticle
, you can either clone this git repository or downloadquantumarticle.cls
directly via this link and then copy thequantumarticle.cls
file 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). -
Finally, you can use
quantumarticle.cls
without even downloading it at all on the collaborative writing platform overleaf by starting your 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 revtex, in texlive for example as part of texlive-publishers
), as well as at least either lmodern
or type1ec
. We recommend 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. You can also contact us via email under [email protected], but it may take significantly longer to get a response. In any case we need the full source of a document that produces the problem and the log file showing the error to help you.
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.