llncsconf/README.md

66 lines
3.1 KiB
Markdown
Raw Normal View History

2016-08-03 19:17:29 +00:00
# llncsconf
LaTeX package extending Springer's llncs class.
2016-08-03 19:25:03 +00:00
2016-08-04 15:25:47 +00:00
## Installation
Copy `llncsconf.sty` in a directory that is searched by LaTeX
(e.g,. either your `texmf` tree or the local directory with your main
LaTeX file.
## Usage
In a LaTeX file that uses Springer's `llncs` class, just add
2016-11-30 09:03:43 +00:00
```tex
2016-08-04 15:25:47 +00:00
\usepackage{llncsconf}
```
to use the style. The package supports the following options:
* `crop`: crops the page (PDF) to the page size (152x235mm) used by
the LNCS proceedings books (and the official PDFs offered by
Springer). Please ensure that you *do not* have the option
`a4paper` activated. Otherwise, cropping produces wrong results.
2016-08-04 15:25:47 +00:00
* `rcsinfo`: adds RCS revision information to the first page of
the document.
2016-08-04 15:25:47 +00:00
* `svninfo`: adds subversion/svn revision information to the
first page of the document.
2016-08-04 15:25:47 +00:00
* `llncs`: typesets a copy of Springer's copyright note. This should
satisfy Springer's requirements for self-archiving.
You need to supply the DOI using `\llncsdoi{DOI}`.
2016-08-04 15:25:47 +00:00
* `proceedings`: typesets a note in which proceedings the paper was
published (similar to `llncs` without Springer's availability note).
* `accepted`: adds a *accepted for publication at ...* note
to the first page. This is useful for the phase where the camera
ready version is prepared, but the publisher did not yet publish it.
* `submitted`: adds a *submitted to ... please to no distribute* note
to the first page.
* `intended`: adds a *submitted to ... please to no distribute* note
to the first page.
2016-08-04 15:25:47 +00:00
Moreover, the package requires two commands to be executed:
* `\conference{name of the conference}` which takes one argument,
i.e., the name of the conference. This is used when one of the
options `submitted` or `intended` is used for loading the package.
* `\llncs{book editors and title}{start page}` which takes two
arguments: first the information about the book (e.g., editors,
title) and, second, the start page of the chapter (contribution).
* `\llncsdoi{DOI}` which takes one argument,
i.e., the DOI of the final publication available at Springer's web site.
## Self-Archiving
Sprinter states in his [Springer's Consent to Publish v3](http://resource-cms.springer.com/springer-cms/rest/v1/content/731196/data/v3):
> Author may only post his/her own version, provided acknowledgment is given to the original source of publication and a link is inserted to the published article on Springers website.
> The link must be provided by inserting the DOI number of the article in the following sentence:
> "The final publication is available at Springer via `http://dx.doi.org/[insert DOI]`".
The DOI (Digital Object Identifier) can be found at the bottom of the first page of the published paper.
This package uses `https://doi.org` as `http://dx.doi.org` [is deprecated](https://www.doi.org/factsheets/DOIIdentifierSpecs.html).
2016-08-04 15:25:47 +00:00
2018-02-17 17:25:19 +00:00
## Authors
Main author: [Achim D. Brucker](http://www.brucker.ch/)
### Contributors
2018-02-18 17:03:31 +00:00
* [Oliver Kopp](https://github.com/koppor/)
2018-02-17 17:25:19 +00:00
2016-08-03 19:25:03 +00:00
## License
This project is dual-licensed under a 2-clause BSD-style license and/or
the LPPL version 1 or any later version.