Improved Markdown.

This commit is contained in:
Achim D. Brucker 2018-08-10 07:46:21 +01:00
parent 5fd6b66dfb
commit f5ca922ebc
2 changed files with 40 additions and 32 deletions

View File

@ -1,4 +1,5 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
@ -7,10 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
### Added ### Added
- The links to the embedded files (references) are typeset at the bottom of the paper. - The links to the embedded files (references) are typeset at the bottom of the paper.
- Support for `a4paper` for LNCS papers. - Support for `a4paper` for LNCS papers.
### Changed ### Changed
- Updated LNCS output to the requirements of [Springer's Consent to Publish v3](http://resource-cms.springer.com/springer-cms/rest/v1/content/731196/data/v3). - Updated LNCS output to the requirements of [Springer's Consent to Publish v3](http://resource-cms.springer.com/springer-cms/rest/v1/content/731196/data/v3).
- If `nourl` is active, the DOI is used as link for the QR code. - If `nourl` is active, the DOI is used as link for the QR code.
- Text is centered if no QR code (`nourl` + no DOI) is generated. - Text is centered if no QR code (`nourl` + no DOI) is generated.
@ -21,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## 1.0.0 - 2018-02-21 ## 1.0.0 - 2018-02-21
### Added ### Added
- Initial version uploaded to CTAN. - Initial version uploaded to CTAN.
[Unreleased]: https://github.com/adbrucker/authorarchive/compare/v1.0.0...HEAD [Unreleased]: https://github.com/adbrucker/authorarchive/compare/v1.0.0...HEAD

View File

@ -31,6 +31,7 @@ directory with your main LaTeX file.
## Usage ## Usage
A simple use for LNCS-formatted papers is as follows: A simple use for LNCS-formatted papers is as follows:
```tex ```tex
\usepackage[LNCS, \usepackage[LNCS,
key=brucker-authorarchive-2016, key=brucker-authorarchive-2016,
@ -45,19 +46,22 @@ A simple use for LNCS-formatted papers is as follows:
``` ```
The following layout-styles are pre-defined: The following layout-styles are pre-defined:
* `ACM` for the two-column layout used by many ACM conferences
* `ENTCS` for the Elsevier ENTCS layout - `ACM` for the two-column layout used by many ACM conferences
* `IEEE` for the two-column layout used by many IEEE conferences - `ENTCS` for the Elsevier ENTCS layout
* `LNCS` for the LNCS layout (as used by Springer) - `IEEE` for the two-column layout used by many IEEE conferences
* `LNI` for the Lecture Notes in Informatics, published by the GI - `LNCS` for the LNCS layout (as used by Springer)
- `LNI` for the Lecture Notes in Informatics, published by the GI
By re-defining the font command (`authorcrfont{}`) and the command that is By re-defining the font command (`authorcrfont{}`) and the command that is
used for positioning the copyright text (`\authorat{}`), the package can used for positioning the copyright text (`\authorat{}`), the package can
be adapted easily to other layouts. For example, be adapted easily to other layouts. For example,
```tex ```tex
\renewcommand{\authorcrfont}{\scriptsize} \renewcommand{\authorcrfont}{\scriptsize}
\renewcommand{\authorat}[1]{\put(25,56.5){#1}} \renewcommand{\authorat}[1]{\put(25,56.5){#1}}
``` ```
works nicely for Acta Informatica. works nicely for Acta Informatica.
### Boolean Switches ### Boolean Switches
@ -74,7 +78,7 @@ works nicely for Acta Informatica.
| Option | Default | Meaning | | Option | Default | Meaning |
| -- | -- | -- | | -- | -- | -- |
| `bibtexdir`| `.` | The directory where the bibliography entries are listed. | | `bibtexdir`| `.` | The directory where the bibliography entries are listed. |
| `baseurl` | https://git.logicalhacking.com/adbrucker/authorarchive/src/master | The URL used as prefix for building the links. | | `baseurl` | <https://git.logicalhacking.com/adbrucker/authorarchive/src/master> | The URL used as prefix for building the links. |
| `suffix` | `.pdf` | The suffix to use at links. | | `suffix` | `.pdf` | The suffix to use at links. |
| `publisher` | `UNKOWN PUBLISHER` | The name of the publisher. Default values are set by the series (`LNCS`, ...). | | `publisher` | `UNKOWN PUBLISHER` | The name of the publisher. Default values are set by the series (`LNCS`, ...). |
| `year` | `UNKOWN YEAR` | The year of the publication. | | `year` | `UNKOWN YEAR` | The year of the publication. |
@ -126,7 +130,7 @@ Sprinter states in his [Springer's Consent to Publish v3](http://resource-cms.sp
> "The final publication is available at Springer via > "The final publication is available at Springer via
> `http://dx.doi.org/[insert DOI]`". > `http://dx.doi.org/[insert DOI]`".
The DOI (Digital Object Identifier) can be found at the bottom of the first The DOI (Digital Object Identifier) can be found at the bottom of the first
page of the published paper. page of the published paper.
This package uses `https://doi.org` as `http://dx.doi.org` This package uses `https://doi.org` as `http://dx.doi.org`
[is deprecated](https://www.doi.org/factsheets/DOIIdentifierSpecs.html). [is deprecated](https://www.doi.org/factsheets/DOIIdentifierSpecs.html).
@ -189,7 +193,7 @@ Main author: [Achim D. Brucker](http://www.brucker.ch/)
### Contributors ### Contributors
* [Oliver Kopp](https://github.com/koppor/) - [Oliver Kopp](https://github.com/koppor/)
## License ## License