diff options
author | Karl Berry <karl@freefriends.org> | 2023-04-05 20:01:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-04-05 20:01:20 +0000 |
commit | 609c33069313159275d5ca40618aecdace382e2c (patch) | |
tree | e8ff66ae6e4a8d5ddcf7f7a3a209aace17ab0e8f /Master/texmf-dist/doc/latex | |
parent | 4e2ef99b906502fbcb098bc6c1f487657ee43b58 (diff) |
osda (5apr23)
git-svn-id: svn://tug.org/texlive/trunk@66774 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/osda/README.md | 79 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/osda/example.png | bin | 0 -> 162079 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/osda/osda.pdf | bin | 0 -> 192843 bytes |
3 files changed, 79 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/osda/README.md b/Master/texmf-dist/doc/latex/osda/README.md new file mode 100644 index 00000000000..03de404407e --- /dev/null +++ b/Master/texmf-dist/doc/latex/osda/README.md @@ -0,0 +1,79 @@ +# latex-osda + +This LaTeX package contains commands useful for papers that are published in the +Proceedings of the Workshop on Open-Source Design Automation (OSDA). + +This package automatically places a copyright notice as an un-numbered +footnote on the title page of a document that calls ``\maketitle``, indicating +the information on the workshop where the paper was presented, along with +additional information on the host conference, the license under which the +document is published, and a link to the corresponding web page of the paper. +The generated copyright notice contains a logo of the workshop, and a QR code +that points to the paper's web page (to lead to further material). For cases +when the copyright notice is not automatically set in the title page's +footnote, the copyright notice can be set manually as well. + +![An example that shows the footnote on the title page](example.png) + +## Usage + +For the most basic use case, we just load the package, while giving a basic +set of package options: the year of the workshop, the license under which the +document is published, start/end pages of the paper in the workshop +proceedings, a paper URL under which further information on the paper is +available, and a Digital Object Identifier (DOI) that uniquely identifies the +publication. The following listing shows the command to load the package +with options that generates the copyright notice visible in the example image +above. + +``` +\usepackage[ + 2023, + cc-by, + pages={1}{6}, + url=https://osda.ws/r/aaVHo, + doi=10.1000/182, +]{osda} +``` + +Please consult the package documentation for more detailed instructions on how +to use the package. + + +## Geneate the LaTeX package + +To generate the LaTeX package ``osda.sty``, simply run the following command: + +``` +latex osda.ins +``` + +## Generate the documentation + +To generate a PDF ``osda.pdf`` with the package documentation, please run the following +command: + +``` +pdflatex osda.dtx +``` + +## License information + +Copyright 2023 by Christian Krieg (christian@osda.ws) + +This work (excluding the OSDA logo) may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 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.3 or later is +part of all distributions of LaTeX version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Christian Krieg. + +This work consists of the files osda.dtx and osda.ins and the derived file +osda.sty. + +The OSDA logo is a trademark of Christian Krieg and may only be used and/or +distributed in order to refer to the Workshop on Open-Source Design Automation. +Any other use is subject to prior written permission. diff --git a/Master/texmf-dist/doc/latex/osda/example.png b/Master/texmf-dist/doc/latex/osda/example.png Binary files differnew file mode 100644 index 00000000000..4f8b01b361a --- /dev/null +++ b/Master/texmf-dist/doc/latex/osda/example.png diff --git a/Master/texmf-dist/doc/latex/osda/osda.pdf b/Master/texmf-dist/doc/latex/osda/osda.pdf Binary files differnew file mode 100644 index 00000000000..51bdfa0b02c --- /dev/null +++ b/Master/texmf-dist/doc/latex/osda/osda.pdf |