diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-23 20:57:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-23 20:57:00 +0000 |
commit | d13f4aa60ac176e565e64bddd1c59f089551b2d0 (patch) | |
tree | 3970e743bc3ed8af1e5e19ccd7792ba3d252ecda /Master/texmf-dist/doc | |
parent | 926a641b7207115964a7dec7895970c380cb0af4 (diff) |
authorarchive (23jun19)
git-svn-id: svn://tug.org/texlive/trunk@51430 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
31 files changed, 437 insertions, 72 deletions
diff --git a/Master/texmf-dist/doc/latex/authorarchive/CHANGELOG.md b/Master/texmf-dist/doc/latex/authorarchive/CHANGELOG.md index 8c3de8a3c7d..4728ea73e5a 100644 --- a/Master/texmf-dist/doc/latex/authorarchive/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/authorarchive/CHANGELOG.md @@ -1,9 +1,37 @@ # Changelog + 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/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.0.0] - 2018-02-21 +## [1.1.1] - 2019-06-23 + +- Added PDF versions of the examples to the CTAN upload. + +### Added + +## [1.1.0] - 2019-06-23 + +### Added + +- The links to the embedded files (references) are typeset at the bottom of the paper. +- Support for `a4paper` for LNCS papers. + +### 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). +- If `nourl` is active, the DOI is used as link for the QR code. +- File embedding is implemented using the [intopdf](https://www.ctan.org/pkg/intopdf) package. Links to the embedded files are shown in the generated PDF. +- ACM format adapted to [acmart](https://github.com/borisveytsman/acmart) v1.50. +- Use [lastpage](https://ctan.org/pkg/lastpage) package instead of custom label. + +## 1.0.0 - 2018-02-21 + ### Added + - Initial version uploaded to CTAN. + +[Unreleased]: https://github.com/adbrucker/authorarchive/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/adbrucker/authorarchive/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/adbrucker/authorarchive/compare/v1.0.0...v1.1.0 diff --git a/Master/texmf-dist/doc/latex/authorarchive/LICENSE b/Master/texmf-dist/doc/latex/authorarchive/LICENSE index b7d556eb40f..f260d51cbc6 100644 --- a/Master/texmf-dist/doc/latex/authorarchive/LICENSE +++ b/Master/texmf-dist/doc/latex/authorarchive/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2008-2016 Achim D. Brucker +Copyright (c) 2008-2019 Achim D. Brucker All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Master/texmf-dist/doc/latex/authorarchive/README.md b/Master/texmf-dist/doc/latex/authorarchive/README.md index 6d84a54ecdc..f1bb3237a74 100644 --- a/Master/texmf-dist/doc/latex/authorarchive/README.md +++ b/Master/texmf-dist/doc/latex/authorarchive/README.md @@ -5,30 +5,40 @@ <!-- toc --> -- [Installation](#installation) -- [Usage](#usage) - * [Boolean Switches](#boolean-switches) - * [Key/Value Options](#keyvalue-options) -- [Embedding Bibliography Entries](#embedding-bibliography-entries) -- [Development](#development) -- [Alternative Packages](#alternative-packages) -- [License](#license) +- [authorarchive](#authorarchive) + - [Installation](#installation) + - [Usage](#usage) + - [Boolean Switches](#boolean-switches) + - [Key/Value Options](#key-value-options) + - [Embedding Bibliography Entries](#embedding-bibliography-entries) + - [Notes on Self-Archiving](#notes-on-self-archiving) + - [LNCS](#lncs) + - [Usage at arXiv.org](#usage-at-arxivorg) + - [Other publishers](#other-publishers) + - [Alternative Packages](#alternative-packages) + - [Authors](#authors) + - [Contributors](#contributors) + - [License](#license) + - [Master Repository](#master-repository) <!-- tocstop --> -## Installation -Copy `authorarchive.sty` in a directory that is searched by LaTeX -(e.g,. either your `texmf` tree or the local directory with your main -LaTeX file. +## Installation + +Copy `authorarchive.sty` and the directory `icons` in a directory that +is searched by LaTeX (e.g., either your `texmf` tree or the local +directory with your main LaTeX file). ## Usage + A simple use for LNCS-formatted papers is as follows: + ```tex \usepackage[LNCS, key=brucker-authorarchive-2016, year=2016, - publication={Anonymous et al. (eds). Proceedings of the International - Conference on LaTeX-Hacks, LNCS~42. Some Publisher, 2016.} + publication={Anonymous et al.\ (eds). Proceedings of the International + Conference on LaTeX-Hacks, LNCS~42. Some Publisher} startpage={42}, doi={00/00_00}, doiText={0/00\_00}, @@ -37,33 +47,39 @@ A simple use for LNCS-formatted papers is as follows: ``` The following layout-styles are pre-defined: -* `ACM` for the two-column layout used by many ACM conferences -* `IEEE` for the two-column layout used by many IEEE conferences -* `LNCS` for the LNCS layout (as used by Springer) -* `LNI` for the Lecture Notes in Informatics, published by the GI -* `ENTCS` for the Elsevier ENTCS layout + +- `ACM` for the two-column layout used by many ACM conferences +- `ENTCS` for the Elsevier ENTCS layout +- `IEEE` for the two-column layout used by many IEEE conferences +- `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 -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, + ```tex \renewcommand{\authorcrfont}{\scriptsize} \renewcommand{\authorat}[1]{\put(25,56.5){#1}} ``` + works nicely for Acta Informatica. ### Boolean Switches -| Switch | Meaning | -| -- | -- | -| `nocopyright` | If present, no publisher's copyright notice is printed. Usual case for LNCS. | -| `nourl` | If present, no link to the publication is inserted. | -| `nobib` | If present, no embedding of bibliographic entries is made. | + +| Switch | Meaning | +| -- | -- | +| `nocopyright` | If present, no publisher's copyright notice is printed. Usual case for LNCS. | +| `nourl` | If present, no link to the publication is inserted. | +| `nobib` | If present, no embedding of bibliographic entries is made. | +| `orcidicon` | For layouts displaying the author's ORCID identifiers as text, replace the ORCID identifier by the ORICD iD icon and a hyperlink (currently only supported for LNCS). | ### Key/Value Options + | Option | Default | Meaning | | -- | -- | -- | | `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. | | `publisher` | `UNKOWN PUBLISHER` | The name of the publisher. Default values are set by the series (`LNCS`, ...). | | `year` | `UNKOWN YEAR` | The year of the publication. | @@ -81,6 +97,7 @@ loaded automatically. This allows for configuring defaults (e.g., the baseurl) easily. ## Embedding Bibliography Entries + Mostly, it is hard for scientists to find the correct bibtex entry for a paper. One solution to this issue is to embed the respective `.bib` (BibTeX, for LaTeX users), `.enw` (Endnote), `.ris`, or `.word.xml` @@ -88,12 +105,80 @@ a paper. One solution to this issue is to embed the respective `.bib` file exist in `bibtexdir`, it gets embedded in the PDF. You can use the -[bibutils](https://sourceforge.net/p/bibutils/home/bib2xml/) for +[bibutils](https://sourceforge.net/p/bibutils/home/Bibutils/) for converting between these different formats for bibliographic -references easily. +references easily. + +## Notes on Self-Archiving + +Before using this package, please check with your signed copyright form, +which rights you have. Especially whether you may self-archive the preprint +or the postprint. For more information on that, read on at +<https://blogs.scientificamerican.com/information-culture/understanding-your-rights-pre-prints-post-prints-and-publisher-versions/>. + +None of the authors might be hold liable for copyright +violations by using this package. + +### LNCS + +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 Springer’s 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). + +Thus, the proposed configuration for Springer is as follows: + +```latex +\usepackage[LNCS, + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al.\ (eds). Proceedings of the International + Conference on LaTeX-Hacks, LNCS~42. Springer, 2016.} + startpage={42}, + doi={10.1038/authorarchive}, + nocopyright + ]{authorarchive} +``` + +## Usage at arXiv.org +arXiv.org deletes bib files when submitting a pre print. As workaround, this package +supports using the file suffix `.bibtex`. When no `.bib` is found, but a `.bibtex` +file, this file is used and embedded as `.bib` file into the PDF. + +## Other publishers + +In general, one does not need to specify a certain publisher (or LaTeX document class). +The default setting just prints the note centered at the bottom of the first page. + +```latex +\usepackage[ + key=brucker-authorarchive-2017, + year=2017, + publication={Anonymous et al.\ (eds). Proceedings of the International + Conference on LaTeX-Hacks, CEUR-WS Vol~42, 2017.} + startpage={42}, + doi={10.1039/authorarchive}, + nocopyright + ]{authorarchive} +``` + +Still, for some used document classes (e.g., `acmart`) there are specific +package options available hat produce an alternative layout. ## Alternative Packages + The package [coverpage](https://ctan.org/pkg/coverpage) prepends a separate PDF page before the first page of the paper. That page contains the bibliographic information as BibTeX entry. One is forced @@ -103,7 +188,7 @@ bottom of the first page of the paper and required links to the publisher are generated. The package -[llncsconf](https://git.logicalhacking.com/adbrucker/llncsconf) is a +[llncsconf](https://ctan.org/pkg/llncsconf) is a light-weight alternative to this package. It supports [LNCS](http://www.springer.com/de/it-informatik/lncs) only. In comparison to `authorarchive`, it provides support for the additional @@ -111,14 +196,23 @@ publication states "intended-to-submit" and "submitted", but no QR code and links to the author's archive URL. ## Authors + Main author: [Achim D. Brucker](http://www.brucker.ch/) ### Contributors -* [Oliver Kopp](https://github.com/koppor/) - +- [Oliver Kopp](https://github.com/koppor/) ## License + If not otherwise stated, all sub-projects are dual-licensed under a -2-clause BSD-style license and/or the LPPL version 1 or any later -version. +2-clause BSD-style license and/or the LPPL version 1.3c or (at your +opinion) any later version. + +SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause + +## Master Repository + +The master git repository for this project is hosted by the [Software +Assurance & Security Research Team](https://logicalhacking.com) at +<https://git.logicalhacking.com/adbrucker/authorarchive>. diff --git a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.tex b/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.tex deleted file mode 100644 index 7d29934c1ba..00000000000 --- a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.tex +++ /dev/null @@ -1,36 +0,0 @@ -\documentclass[final, runningheads, USenglish, pdftex]{llncs} -\usepackage[T1]{fontenc} -\usepackage[LNCS, - key=brucker-authorarchive-2016, - year=2016, - publication={Anonymous et al. (eds). Proceedings of the International - Conference on LaTeX-Hacks, LNCS~42. Some Publisher, 2016.} - startpage={42}, - doi={00/00_00}, - doiText={0/00\_00}, - nocopyright - ]{authorarchive} - -\usepackage{lipsum} - -\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} -\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}} -\institute{Some Departement, Somewhere} - -\begin{document} - \maketitle{} - - \begin{abstract} - \lipsum[1-2] - \end{abstract} - - \section{Introduction} - \lipsum[1-4] - - \section{Contribution} - \lipsum[5-10] - - \section{Conclusion} - \lipsum[10-12] -\end{document} - diff --git a/Master/texmf-dist/doc/latex/authorarchive/authorarchive.config b/Master/texmf-dist/doc/latex/authorarchive/examples/authorarchive.config index 44418c3121c..5c86ff6ae1e 100644 --- a/Master/texmf-dist/doc/latex/authorarchive/authorarchive.config +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/authorarchive.config @@ -1,3 +1,4 @@ \authorsetup{% - baseurl={https://git.logicalhacking.com/adbrucker/authorarchive/src/master} + baseurl={https://git.logicalhacking.com/adbrucker/authorarchive/src/master/examples} + ,bibtexdir={bib} } diff --git a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.bib b/Master/texmf-dist/doc/latex/authorarchive/examples/bib/brucker-authorarchive-2016.bib index f8b2af7ea0e..f8b2af7ea0e 100644 --- a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.bib +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/bib/brucker-authorarchive-2016.bib diff --git a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.enw b/Master/texmf-dist/doc/latex/authorarchive/examples/bib/brucker-authorarchive-2016.enw index f2b7a83318b..f2b7a83318b 100644 --- a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.enw +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/bib/brucker-authorarchive-2016.enw diff --git a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.ris b/Master/texmf-dist/doc/latex/authorarchive/examples/bib/brucker-authorarchive-2016.ris index 800f50667b6..800f50667b6 100644 --- a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.ris +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/bib/brucker-authorarchive-2016.ris diff --git a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.word.xml b/Master/texmf-dist/doc/latex/authorarchive/examples/bib/brucker-authorarchive-2016.word.xml index 26a59b6c02d..26a59b6c02d 100644 --- a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.word.xml +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/bib/brucker-authorarchive-2016.word.xml diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran-nourl.pdf b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran-nourl.pdf Binary files differnew file mode 100644 index 00000000000..57f924087ea --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran-nourl.pdf diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran-nourl.tex b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran-nourl.tex new file mode 100644 index 00000000000..147dce443d4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran-nourl.tex @@ -0,0 +1,22 @@ +\documentclass[conference]{IEEEtran} +\usepackage[T1]{fontenc} +\usepackage[IEEE, + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al.\ (eds). Proceedings of the International + Conference on LaTeX-Hacks. Some Publisher}, + startpage={42}, + nourl, + nocopyright + ]{../authorarchive} + +\usepackage{lipsum} + +\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} +\author{% + \IEEEauthorblockN{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}} + \IEEEauthorblockA{Some Departement \\ Somewhere} +} + +\input{input/body} + diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran.pdf b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran.pdf Binary files differnew file mode 100644 index 00000000000..537bd81131c --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran.pdf diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran.tex b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran.tex new file mode 100644 index 00000000000..6c13145db18 --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-IEEEtran.tex @@ -0,0 +1,23 @@ +\documentclass[conference]{IEEEtran} +\usepackage[T1]{fontenc} +\usepackage[IEEE, + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al.\ (eds). Proceedings of the International + Conference on LaTeX-Hacks. Some Publisher}, + startpage={42}, + doi={00/00_00}, + doiText={0/00\_00}, + nocopyright + ]{../authorarchive} + +\usepackage{lipsum} + +\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} +\author{% + \IEEEauthorblockN{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}} + \IEEEauthorblockA{Some Departement \\ Somewhere} +} + +\input{input/body} + diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-acmart.pdf b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-acmart.pdf Binary files differnew file mode 100644 index 00000000000..146a2adcb25 --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-acmart.pdf diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-acmart.tex b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-acmart.tex new file mode 100644 index 00000000000..34c6085e23a --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-acmart.tex @@ -0,0 +1,27 @@ +\documentclass[sigconf]{acmart} +\copyrightyear{2017} +\acmYear{2017} +\setcopyright{acmlicensed} +\acmConference[LHack '16]{1st International Conference on \LaTeX-Hacks}{December 4--6, 2017}{Salzburg, Austria} +\acmBooktitle{LHack '16: The 1st International Conference on \LaTeX-Hacks, December 4--6, 2017, Salzburg, Austria} +\acmPrice{15.00} +\acmDOI{10.1145/000000.000000} +\acmISBN{000-0-0000-0000-0/00/00} + +\usepackage[acmart, + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al. (eds). Proceedings of the International + Conference on LaTeX-Hacks, ACM, 2016}, + startpage={42}, + doi={00/0000}, + nocopyright + ]{../authorarchive} + +\usepackage{lipsum} + +\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} +\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}} + +\input{input/body} + diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-entcs.pdf b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-entcs.pdf Binary files differnew file mode 100644 index 00000000000..2a51cca7461 --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-entcs.pdf diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-entcs.tex b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-entcs.tex new file mode 100644 index 00000000000..9095d7970fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-entcs.tex @@ -0,0 +1,38 @@ +\documentclass{entcs} +\usepackage[T1]{fontenc} +\usepackage[ENTCS, + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al.\ (eds). Proceedings of the International + Conference on LaTeX-Hacks, Some Publisher}, + startpage={42}, + doi={00/00_00}, + doiText={0/00\_00}, + nocopyright + ]{../authorarchive} + +\usepackage{lipsum} + +\def\lastname{A.D. Brucker} + +\begin{document} + \begin{frontmatter} + \title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} + \author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}} + + \begin{abstract} + \lipsum[1-2] + \end{abstract} + + \end{frontmatter} + + \section{Introduction} + \lipsum[1-4] + + \section{Contribution} + \lipsum[5-10] + + \section{Conclusion} + \lipsum[11-12] +\end{document} + diff --git a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.pdf b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-llncs-a4.pdf Binary files differindex d651f6a6ade..70020cc5a95 100644 --- a/Master/texmf-dist/doc/latex/authorarchive/brucker-authorarchive-2016.pdf +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-llncs-a4.pdf diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-llncs-a4.tex b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-llncs-a4.tex new file mode 100644 index 00000000000..ca840ee71a8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-llncs-a4.tex @@ -0,0 +1,20 @@ +\documentclass[final, runningheads, USenglish, a4paper, pdftex]{llncs} +\usepackage[T1]{fontenc} +\usepackage[LNCS, + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al.\ (eds). Proceedings of the International + Conference on LaTeX-Hacks, LNCS~42. Some Publisher}, + startpage={42}, + doi={00/00_00}, + doiText={0/00\_00}, + nocopyright + ]{../authorarchive} + +\usepackage{lipsum} + +\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} +\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}} +\institute{Some Departement, Somewhere} + +\input{input/body} diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-llncs.pdf b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-llncs.pdf Binary files differnew file mode 100644 index 00000000000..15a6977bf1a --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-llncs.pdf diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-llncs.tex b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-llncs.tex new file mode 100644 index 00000000000..b1972ec0bee --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-llncs.tex @@ -0,0 +1,27 @@ +\documentclass[final, runningheads, USenglish, pdftex]{llncs} +\usepackage[T1]{fontenc} + +% Quickly make vector_iD_icon.pdf available to authorarchive. +% The global installation is described in ../README.md +\usepackage{graphicx} +\graphicspath{{../icons/}} + +\usepackage[LNCS, + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al.\ (eds). Proceedings of the International + Conference on LaTeX-Hacks, LNCS~42. Some Publisher}, + startpage={42}, + doi={00/00_00}, + doiText={0/00\_00}, + orcidicon, + nocopyright + ]{../authorarchive} + +\usepackage{lipsum} + +\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} +\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}\orcidID{0000-0002-6355-1200}} +\institute{Some Departement, Somewhere} + +\input{input/body} diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-lni.pdf b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-lni.pdf Binary files differnew file mode 100644 index 00000000000..2d2551092eb --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-lni.pdf diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-lni.tex b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-lni.tex new file mode 100644 index 00000000000..080e9f7d809 --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-lni.tex @@ -0,0 +1,24 @@ +\documentclass[english]{lni} +\usepackage[T1]{fontenc} +\usepackage[LNI, + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al.\ (eds). Proceedings of the International + Conference on LaTeX-Hacks. Some Publisher}, + startpage={42}, + doi={00/00_00}, + doiText={0/00\_00}, + nocopyright + ]{../authorarchive} + +\usepackage{lipsum} + +\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} +\author{% + \protect\href{http://www.brucker.ch/}{Achim D. Brucker}\\ + Some Departement\\ + Somewhere +} + +\input{input/body} + diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-sig-alternate.pdf b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-sig-alternate.pdf Binary files differnew file mode 100644 index 00000000000..786d613a7f9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-sig-alternate.pdf diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-sig-alternate.tex b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-sig-alternate.tex new file mode 100644 index 00000000000..e3b9b5613b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016-sig-alternate.tex @@ -0,0 +1,23 @@ +\documentclass[USenglish, pdftex, letterpaper]{sig-alternate} +\usepackage[ACM, + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al.\ (eds). Proceedings of the International + Conference on LaTeX-Hacks, ACM, 2016}, + startpage={42}, + doi={00/0000}, + nocopyright + ]{../authorarchive} + +\usepackage{lipsum} + +\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} + +\numberofauthors{1} +\author{ + \alignauthor + \protect\href{http://www.brucker.ch/}{Achim D. Brucker} +} + +\input{input/body} + diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016.pdf b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016.pdf Binary files differnew file mode 100644 index 00000000000..361e1af1d7c --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016.pdf diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016.tex b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016.tex new file mode 100644 index 00000000000..38c67a2faff --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/brucker-authorarchive-2016.tex @@ -0,0 +1,18 @@ +\documentclass[a4paper]{article} + +\usepackage[ + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al.\ (eds). Proceedings of the International + Workshop on LaTeX-Hacks}, + startpage={42}, + doi={00/0000}, + nocopyright + ]{../authorarchive} + +\usepackage{lipsum} + +\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} +\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}} + +\input{input/body} diff --git a/Master/texmf-dist/doc/latex/authorarchive/examples/input/body.tex b/Master/texmf-dist/doc/latex/authorarchive/examples/input/body.tex new file mode 100644 index 00000000000..d3c9340ed8e --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/examples/input/body.tex @@ -0,0 +1,18 @@ +\begin{document} + \maketitle{} + + \begin{abstract} + \lipsum[1-2] + \end{abstract} + + \section{Introduction} + \lipsum[1-4] + + \section{Contribution} + \lipsum[5-10] + + \section{Conclusion} + \lipsum[11-12] + +\end{document} + diff --git a/Master/texmf-dist/doc/latex/authorarchive/icons/README.md b/Master/texmf-dist/doc/latex/authorarchive/icons/README.md new file mode 100644 index 00000000000..6670cb04fba --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/icons/README.md @@ -0,0 +1,21 @@ +# Icons for the use with authorarchive + +This directory contains icons that might be used together with +the authorarchive LaTeX style. The use of these icons is +restricted by the respective copyright holders. + +## ORCID iD Icon + +The iD icon ([vector_iD_icon.svg](vector_iD_icon.svg)) was obtained in +SVG format from +<https://orcid.org/trademark-and-id-display-guidelines> and converted +to PDF ([vector_iD_icon.pdf](vector_iD_icon.pdf)) using +[Inkscape](https://inkscape.org). According to the use and (display +guidelines)[https://orcid.org/trademark-and-id-display-guidelines] of +the ORCID iD icons, it can be used for displaying ORCID identifiers. + +An alternative to including the iD icon as PDF image is the +[academicons](https://ctan.org/pkg/academicons) package. At the time +of writing, this package requires xe(la)tex or lua(la)tex while the +[authorarchive](https://ctan.org/pkg/authorarchive) packages requires +pdf(la)tex. diff --git a/Master/texmf-dist/doc/latex/authorarchive/icons/vector_iD_icon.pdf b/Master/texmf-dist/doc/latex/authorarchive/icons/vector_iD_icon.pdf Binary files differnew file mode 100644 index 00000000000..59824b11a1e --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/icons/vector_iD_icon.pdf diff --git a/Master/texmf-dist/doc/latex/authorarchive/icons/vector_iD_icon.svg b/Master/texmf-dist/doc/latex/authorarchive/icons/vector_iD_icon.svg new file mode 100644 index 00000000000..2bddf44f1b8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/authorarchive/icons/vector_iD_icon.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve">
+<style type="text/css">
+ .st0{fill:#A6CE39;}
+ .st1{fill:#FFFFFF;}
+</style>
+<path class="st0" d="M256,128c0,70.7-57.3,128-128,128C57.3,256,0,198.7,0,128C0,57.3,57.3,0,128,0C198.7,0,256,57.3,256,128z"/>
+<g>
+ <path class="st1" d="M86.3,186.2H70.9V79.1h15.4v48.4V186.2z"/>
+ <path class="st1" d="M108.9,79.1h41.6c39.6,0,57,28.3,57,53.6c0,27.5-21.5,53.6-56.8,53.6h-41.8V79.1z M124.3,172.4h24.5
+ c34.9,0,42.9-26.5,42.9-39.7c0-21.5-13.7-39.7-43.7-39.7h-23.7V172.4z"/>
+ <path class="st1" d="M88.7,56.8c0,5.5-4.5,10.1-10.1,10.1c-5.6,0-10.1-4.6-10.1-10.1c0-5.6,4.5-10.1,10.1-10.1
+ C84.2,46.7,88.7,51.3,88.7,56.8z"/>
+</g>
+</svg>
\ No newline at end of file |