Compare commits
26 Commits
Author | SHA1 | Date | |
---|---|---|---|
47eb90b7d6 | |||
54d884e286 | |||
4f090cd8b8 | |||
f8189b2d8a | |||
3b3c718502 | |||
8857a6481f | |||
f22a4f018e | |||
140dde786e | |||
2d29d803f6 | |||
87bb66436f | |||
9828313d9e | |||
fdbce17e66 | |||
76ab509967 | |||
d8f1acc3cf | |||
06f36211ba | |||
c130290a11 | |||
180148b6c4 | |||
f6a61e203a | |||
8ecd1d94a0 | |||
9757cf38b2 | |||
bd8eb3e711 | |||
|
b987812c76 | ||
70f2c95408 | |||
a00acaaf44 | |||
|
4bfa26bc60 | ||
135c05f4a4 |
12
.ci/Jenkinsfile
vendored
12
.ci/Jenkinsfile
vendored
@ -1,12 +0,0 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build PDFs') {
|
||||
steps {
|
||||
sh 'docker run -v $PWD/:/authorarchive logicalhacking:debian4isabelle sh -c "cd /authorarchive/examples && (for i in *.tex; do pdflatex \\$i; pdflatex \\$i; pdflatex \\$i; done)"'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
148
.gitignore
vendored
148
.gitignore
vendored
@ -1,148 +0,0 @@
|
||||
# ---> TeX
|
||||
## class files for examples
|
||||
examples/acmart.cls
|
||||
examples/entcs.cls
|
||||
examples/IEEEtran.cls
|
||||
examples/llncs.cls
|
||||
examples/lni.cls
|
||||
examples/sig-alternate.cls
|
||||
examples/*.pdf
|
||||
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.fls
|
||||
*.out
|
||||
*.toc
|
||||
|
||||
## Intermediate documents:
|
||||
*.dvi
|
||||
*-converted-to.*
|
||||
# these rules might exclude image files for figures etc.
|
||||
# *.ps
|
||||
# *.eps
|
||||
# *.pdf
|
||||
|
||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*-blx.aux
|
||||
*-blx.bib
|
||||
*.brf
|
||||
*.run.xml
|
||||
|
||||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
|
||||
## Auxiliary and intermediate files from other packages:
|
||||
|
||||
|
||||
# algorithms
|
||||
*.alg
|
||||
*.loa
|
||||
|
||||
# achemso
|
||||
acs-*.bib
|
||||
|
||||
# amsthm
|
||||
*.thm
|
||||
|
||||
# beamer
|
||||
*.nav
|
||||
*.snm
|
||||
*.vrb
|
||||
|
||||
#(e)ledmac/(e)ledpar
|
||||
*.end
|
||||
*.[1-9]
|
||||
*.[1-9][0-9]
|
||||
*.[1-9][0-9][0-9]
|
||||
*.[1-9]R
|
||||
*.[1-9][0-9]R
|
||||
*.[1-9][0-9][0-9]R
|
||||
*.eledsec[1-9]
|
||||
*.eledsec[1-9]R
|
||||
*.eledsec[1-9][0-9]
|
||||
*.eledsec[1-9][0-9]R
|
||||
*.eledsec[1-9][0-9][0-9]
|
||||
*.eledsec[1-9][0-9][0-9]R
|
||||
|
||||
# glossaries
|
||||
*.acn
|
||||
*.acr
|
||||
*.glg
|
||||
*.glo
|
||||
*.gls
|
||||
|
||||
# gnuplottex
|
||||
*-gnuplottex-*
|
||||
|
||||
# hyperref
|
||||
*.brf
|
||||
|
||||
# knitr
|
||||
*-concordance.tex
|
||||
*.tikz
|
||||
*-tikzDictionary
|
||||
|
||||
# listings
|
||||
*.lol
|
||||
|
||||
# makeidx
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
*.ist
|
||||
|
||||
# minitoc
|
||||
*.maf
|
||||
*.mtc
|
||||
*.mtc[0-9]
|
||||
*.mtc[1-9][0-9]
|
||||
|
||||
# minted
|
||||
_minted*
|
||||
*.pyg
|
||||
|
||||
# morewrites
|
||||
*.mw
|
||||
|
||||
# mylatexformat
|
||||
*.fmt
|
||||
|
||||
# nomencl
|
||||
*.nlo
|
||||
|
||||
# sagetex
|
||||
*.sagetex.sage
|
||||
*.sagetex.py
|
||||
*.sagetex.scmd
|
||||
|
||||
# sympy
|
||||
*.sout
|
||||
*.sympy
|
||||
sympy-plots-for-*.tex/
|
||||
|
||||
# TikZ & PGF
|
||||
*.dpth
|
||||
*.md5
|
||||
*.auxlock
|
||||
|
||||
# todonotes
|
||||
*.tdo
|
||||
|
||||
# xindy
|
||||
*.xdy
|
||||
|
||||
# WinEdt
|
||||
*.bak
|
||||
*.sav
|
||||
|
||||
authorarchive.zip
|
22
CHANGELOG.md
22
CHANGELOG.md
@ -5,13 +5,20 @@ 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.1.1] - 2019-06-23
|
||||
## [1.2.0] - 2022-04-24
|
||||
|
||||
- Added PDF versions of the examples to the CTAN upload.
|
||||
### Changed
|
||||
|
||||
- If available, use pdfmanagement instead of \pdfpagesattr
|
||||
- Use hvlogos.sty instead of dtk-logos.sty
|
||||
|
||||
## [1.1.1] – 2019-06-23
|
||||
|
||||
### Added
|
||||
|
||||
## [1.1.0] - 2019-06-23
|
||||
- Added PDF versions of the examples to the CTAN upload.
|
||||
|
||||
## [1.1.0] – 2019-06-23
|
||||
|
||||
### Added
|
||||
|
||||
@ -26,12 +33,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
- 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
|
||||
## 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
|
||||
[Unreleased]: https://git.logicalhacking.com/adbrucker/authorarchive/compare/v1.2.0...HEAD
|
||||
[1.2.0]: https://git.logicalhacking.com/adbrucker/authorarchive/compare/v1.1.1...v1.2.0
|
||||
[1.1.1]: https://git.logicalhacking.com/adbrucker/authorarchive/compare/v1.1.0...v1.1.1
|
||||
[1.1.0]: https://git.logicalhacking.com/adbrucker/authorarchive/compare/v1.0.0...v1.1.0
|
||||
|
17
Makefile
17
Makefile
@ -1,17 +0,0 @@
|
||||
authorarchive.zip: * examples/*.tex
|
||||
rm -rf authorarchive
|
||||
mkdir -p authorarchive/examples
|
||||
cp -r icons authorarchive
|
||||
(cd examples; for i in *.tex; do pdflatex $$i; pdflatex $$i; pdflatex $$i; done)
|
||||
cp examples/*.tex authorarchive/examples/
|
||||
cp examples/*.pdf authorarchive/examples/
|
||||
cp examples/*.config authorarchive/examples/
|
||||
cp -r examples/bib authorarchive/examples/
|
||||
cp -r examples/input authorarchive/examples/
|
||||
cp *.sty authorarchive
|
||||
cp LICENSE authorarchive
|
||||
cp *.md authorarchive
|
||||
chmod -R go+u-w authorarchive
|
||||
zip -r authorarchive.zip authorarchive
|
||||
rm -rf authorarchive
|
||||
|
@ -209,10 +209,13 @@ If not otherwise stated, all sub-projects are dual-licensed under a
|
||||
2-clause BSD-style license and/or the LPPL version 1.3c or (at your
|
||||
opinion) any later version.
|
||||
|
||||
```yaml
|
||||
SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause
|
||||
```
|
||||
|
||||
## Master Repository
|
||||
## Upstream Repository
|
||||
|
||||
The master git repository for this project is hosted by the [Software
|
||||
Assurance & Security Research Team](https://logicalhacking.com) at
|
||||
The upstream git repository, i.e., the single source of truth, for this
|
||||
project is hosted by the
|
||||
[Software Assurance & Security Research Team](https://logicalhacking.com) at
|
||||
<https://git.logicalhacking.com/adbrucker/authorarchive>.
|
||||
|
@ -11,7 +11,7 @@
|
||||
%% SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause
|
||||
\NeedsTeXFormat{LaTeX2e}\relax
|
||||
\ProvidesPackage{authorarchive}
|
||||
[2019/06/23 v1.1.1%
|
||||
[2022/04/22 Unreleased v1.2.0
|
||||
Self-archiving information for scientific publications.]
|
||||
%
|
||||
\PassOptionsToPackage{hyphens}{url}
|
||||
@ -25,7 +25,7 @@
|
||||
\RequirePackage{hyperref}
|
||||
\RequirePackage{calc}
|
||||
\RequirePackage{qrcode}
|
||||
\RequirePackage{dtk-logos}
|
||||
\RequirePackage{hvlogos}
|
||||
%
|
||||
%Better url breaking
|
||||
\g@addto@macro{\UrlBreaks}{\UrlOrds}
|
||||
@ -157,10 +157,22 @@
|
||||
}{}
|
||||
\renewcommand{\authorcrfont}{\scriptsize}
|
||||
\@ifclasswith{llncs}{a4paper}{%
|
||||
\pdfpagesattr{/CropBox [92 114 523 780]}%
|
||||
\ExplSyntaxOn
|
||||
\@ifundefined{pdfmanagement_add:nnn}{%
|
||||
\pdfpagesattr{/CropBox [92 114 523 780]}%
|
||||
}{%
|
||||
\pdfmanagement_add:nnn {Pages}{CropBox}{[92~114~523~780]}
|
||||
}%
|
||||
\ExplSyntaxOff
|
||||
\renewcommand{\authorat}[1]{\put(\LenToUnit{\AA@x},40){#1}}%
|
||||
}{%
|
||||
\pdfpagesattr{/CropBox [92 65 523 731]}% LNCS page: 152x235 mm
|
||||
\ExplSyntaxOn
|
||||
\@ifundefined{pdfmanagement_add:nnn}{%
|
||||
\pdfpagesattr{/CropBox [92 65 523 731]}% LNCS page: 152x235 mm
|
||||
}{%
|
||||
\pdfmanagement_add:nnn {Pages}{CropBox}{[92~62~523~731]}
|
||||
}%
|
||||
\ExplSyntaxOff
|
||||
\renewcommand{\authorat}[1]{\put(\LenToUnit{\AA@x},23){#1}}
|
||||
}
|
||||
\setlength{\AA@width}{\textwidth}
|
||||
|
BIN
examples/brucker-authorarchive-2016-IEEEtran-nourl.pdf
Normal file
BIN
examples/brucker-authorarchive-2016-IEEEtran-nourl.pdf
Normal file
Binary file not shown.
@ -18,5 +18,22 @@
|
||||
\IEEEauthorblockA{Some Departement \\ Somewhere}
|
||||
}
|
||||
|
||||
\input{input/body}
|
||||
|
||||
\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}
|
||||
|
||||
|
BIN
examples/brucker-authorarchive-2016-IEEEtran.pdf
Normal file
BIN
examples/brucker-authorarchive-2016-IEEEtran.pdf
Normal file
Binary file not shown.
@ -19,5 +19,22 @@
|
||||
\IEEEauthorblockA{Some Departement \\ Somewhere}
|
||||
}
|
||||
|
||||
\input{input/body}
|
||||
|
||||
\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}
|
||||
|
||||
|
BIN
examples/brucker-authorarchive-2016-acmart.pdf
Normal file
BIN
examples/brucker-authorarchive-2016-acmart.pdf
Normal file
Binary file not shown.
@ -22,6 +22,21 @@
|
||||
|
||||
\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}
|
||||
|
||||
\input{input/body}
|
||||
\begin{document}
|
||||
\maketitle{}
|
||||
|
||||
\section{Introduction}
|
||||
\lipsum[1-4]
|
||||
|
||||
\section{Contribution}
|
||||
\lipsum[5-10]
|
||||
|
||||
\section{Conclusion}
|
||||
\lipsum[11-12]
|
||||
|
||||
\end{document}
|
||||
|
||||
|
BIN
examples/brucker-authorarchive-2016-entcs.pdf
Normal file
BIN
examples/brucker-authorarchive-2016-entcs.pdf
Normal file
Binary file not shown.
BIN
examples/brucker-authorarchive-2016-llncs-a4.pdf
Normal file
BIN
examples/brucker-authorarchive-2016-llncs-a4.pdf
Normal file
Binary file not shown.
@ -17,4 +17,21 @@
|
||||
\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}}
|
||||
\institute{Some Departement, Somewhere}
|
||||
|
||||
\input{input/body}
|
||||
\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}
|
||||
|
||||
|
BIN
examples/brucker-authorarchive-2016-llncs.pdf
Normal file
BIN
examples/brucker-authorarchive-2016-llncs.pdf
Normal file
Binary file not shown.
@ -24,4 +24,21 @@
|
||||
\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}\orcidID{0000-0002-6355-1200}}
|
||||
\institute{Some Departement, Somewhere}
|
||||
|
||||
\input{input/body}
|
||||
\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}
|
||||
|
||||
|
BIN
examples/brucker-authorarchive-2016-lni.pdf
Normal file
BIN
examples/brucker-authorarchive-2016-lni.pdf
Normal file
Binary file not shown.
@ -1,16 +1,17 @@
|
||||
\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}
|
||||
|
||||
\AtEndPreamble{
|
||||
\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}
|
||||
@ -20,5 +21,21 @@
|
||||
Somewhere
|
||||
}
|
||||
|
||||
\input{input/body}
|
||||
\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}
|
||||
|
||||
|
@ -1,23 +0,0 @@
|
||||
\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}
|
||||
|
BIN
examples/brucker-authorarchive-2016.pdf
Normal file
BIN
examples/brucker-authorarchive-2016.pdf
Normal file
Binary file not shown.
@ -15,4 +15,21 @@
|
||||
\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX}
|
||||
\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}}
|
||||
|
||||
\input{input/body}
|
||||
\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}
|
||||
|
||||
|
@ -1,18 +0,0 @@
|
||||
\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}
|
||||
|
Loading…
Reference in New Issue
Block a user