diff options
author | Norbert Preining <norbert@preining.info> | 2022-10-09 03:01:22 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-10-09 03:01:22 +0000 |
commit | fec5c6c870d9c855fe6be355b088ca729184bdff (patch) | |
tree | 71a8248165da824302289afde2f8bc38397181d6 /biblio/ctan-bibdata/README | |
parent | 54f6d0a2d0879db458c3cdc6b2e666c67a0da7b0 (diff) |
CTAN sync 202210090301
Diffstat (limited to 'biblio/ctan-bibdata/README')
-rw-r--r-- | biblio/ctan-bibdata/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/biblio/ctan-bibdata/README b/biblio/ctan-bibdata/README new file mode 100644 index 0000000000..71a8e191fe --- /dev/null +++ b/biblio/ctan-bibdata/README @@ -0,0 +1,36 @@ +The CTAN Bibliography + +%% This file is provided under the terms of the LPPL v1.3 or +%% later. Full text see https://ctan.org/license/lppl1.3 + +The data entries are saved as \texttt{manual}, which can easily be changed by +any editor via the replace function. If you are still using the old \texttt{bibtex} +program instead of \texttt{biber}, you have to define your bibliography +style file (\texttt{.bst}.). + +For \texttt{biber/biblatex} there exists an own \texttt{ctan.bbx} file which uses +all the entry types listed in the following example: + +@manual{a0poster, + title = {The \texttt{a0poster} package}, + subtitle = {Support for designing posters on large paper}, + author = {Gerlinde Kettl and Matthias Weiser}, + date = {2016-06-24}, + version = {1.22b}, + license = {lppl}, + url = {https://mirror.ctan.org/macros/latex/contrib/a0poster}, + pkgurl = {https://ctan.org/pkg/a0poster}, + note = {Provides fonts in sizes of 12pt up to 107pt and also makes sure + that in math formulas the symbols appear in the right size. Can + also create a PostScript header file for + which ensures that the poster will be + printed in the right size. Supported sizes are DIN A0, DIN A1, + DIN A2 and DIN A3.}, +} + +\texttt{ctan.bbx} is based on \texttt{authortitle} which can be changed easily in +the file. + +The file \texttt{ctan.bib} will be updated every day. + +hvoss@tug.org
\ No newline at end of file |