Commit Graph

67 Commits

Author SHA1 Message Date
Achim D. Brucker 4a926f653e Merge branch 'fix-publisher-setting' of github.com:koppor/authorarchive into koppor-fix-publisher-setting 2023-08-27 15:17:51 +01:00
Achim D. Brucker 281a835ab7 Wrapped definition providing \BibTeX in an \AtBeginDocument{} statement. 2023-08-27 15:08:22 +01:00
Oliver Kopp 11283f3306 Also fix startpage 2023-08-25 11:15:45 +02:00
Oliver Kopp c9ff484c18 Fix setting publisher at \authorsetup 2023-08-23 16:45:00 +02:00
Oliver Kopp 145effe13f Fix \BibTeX definition 2023-08-23 16:23:12 +02:00
Achim D. Brucker f64a232a40 Post release update.
ci/woodpecker/push/build Pipeline failed Details
2023-02-10 06:25:25 +00:00
Achim D. Brucker fe808b04aa Switched to \newrobustcommand from etoolbox.
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/tag/build Pipeline failed Details
2022-11-30 07:35:07 +00:00
Oliver Kopp 2f5483e9b7 Fix filename in PDF 2022-11-25 17:14:40 +01:00
Oliver Kopp 66ebf7041f Use filename without path as filename of the attached file 2022-11-23 12:44:19 +01:00
Achim D. Brucker df2d50d3e1 Bug fix: \authorsetup{} did not allow to set the key attribute. Moreover, changed examples and documentation to document that \authorsetup{} is the preferred way of configuring authorarchive (fixes #23 on github)."
ci/woodpecker/push/build Pipeline was successful Details
2022-07-16 21:05:24 +01:00
Achim D. Brucker 5600365688 Bug fix: \ExplSyntaxOn command is in the wrong place (fixes #25 on github).
ci/woodpecker/push/build Pipeline was successful Details
2022-07-15 21:41:47 +01:00
Achim D. Brucker 8cb8a94a0b Removed typo. 2022-07-15 17:49:27 +01:00
Achim D. Brucker 05304af052 Use style orcidlink.sty instead of local logo for the ORCID icon.
ci/woodpecker/push/build Pipeline was successful Details
2022-07-15 17:40:52 +01:00
Achim D. Brucker 83d7e7e082 Use local definition of \BibTeX-logo as hvlogos conflicts, in certain settings, with LuaLaTeX. 2022-07-15 16:50:44 +01:00
Achim D. Brucker c77b9d0952 Removed failed attempt to set author and title PDF meta-attributes automatically (fixes #24 on github).
ci/woodpecker/push/build Pipeline was successful Details
2022-07-15 11:23:07 +01:00
Achim D. Brucker c0415914f1 Updated copyright range.
ci/woodpecker/push/build Pipeline was successful Details
2022-04-26 09:40:07 +01:00
Achim D. Brucker 2c2561e6a5 Updated development version information.
ci/woodpecker/push/build Pipeline was successful Details
2022-04-24 21:58:54 +01:00
Achim D. Brucker 9757cf38b2 Use hvlogos.sty instead of dtk-logos.sty. 2021-12-23 21:55:05 +00:00
Achim D. Brucker bd8eb3e711 If available, use pdfmanagement instead of \pdfpagesattr (closes #20). 2021-12-23 21:51:04 +00:00
Achim D. Brucker 135c05f4a4 Marked development version as unreleased.
adbrucker/authorarchive/master This commit looks good Details
2019-06-23 18:36:03 +01:00
Achim D. Brucker 7bfacbbec9 Updated version information for release of v1.1.1.
adbrucker/authorarchive/master This commit looks good Details
2019-06-23 18:22:42 +01:00
Achim D. Brucker cc79ffc241 Marked development version as unreleased.
adbrucker/authorarchive/master This commit looks good Details
2019-06-23 12:24:05 +01:00
Achim D. Brucker 7f716c7256 Updated version information for release of v1.1.0.
adbrucker/authorarchive/master This commit looks good Details
2019-06-23 12:04:59 +01:00
Achim D. Brucker e220493988 Updated copyright year. 2019-06-22 20:22:26 +01:00
Achim D. Brucker 9e4c2cef1c Merge branch 'add-support-for-dot-bibtex' of https://github.com/koppor/authorarchive into koppor-add-support-for-dot-bibtex 2019-06-16 17:41:27 +01:00
Oliver Kopp e47ec6627c Add arXiv.org workaround (and fix issue with missing \item) 2019-05-28 00:19:40 +02:00
Oliver Kopp 5647a5df0f Text uses full width if no QR code is generated 2019-05-19 23:25:42 +02:00
Achim D. Brucker 132cf84228 This commit implements two changes:
* If a dedicated publication/publisher option (e.g., IEEE, ACM, LNCS)
  is provided, do not overwrite publisher attribute. This allows to
  specify a different publisher if needed. This can, e.g., be use
  to specify a society of IEEE:

  \usepackage[IEEE,publisher={IEEE Computer Society}, ...]{authorarchive}

* Changed the default publisher for the IEEE option from "IEEE Computer
  Society" to "IEEE". Please use the publisher-option if you want to
  specify a society.

Closes: https://github.com/adbrucker/authorarchive/issues/12
2018-07-04 23:56:59 +01:00
Achim D. Brucker dab24ef4e5 If the option "startpage" is not given, do not refer to page page
ranges in the self archiving text.

Fixes: https://github.com/adbrucker/authorarchive/issues/10
2018-06-23 13:41:15 +01:00
Achim D. Brucker 758d081616 Use totpage for obtaining the page number of the last page, if totpage is already loaded (e.g., acmart loads totpage automatically). 2018-04-26 10:37:06 +01:00
Achim D. Brucker b9e9c3f686 Added option for replacing full ORCID identifier by ORCID iD icon and a hyperlink. 2018-04-25 09:57:54 +01:00
Achim D. Brucker b5c9a9fd77 Merge branch 'uselastpage' of https://github.com/koppor/authorarchive into koppor-uselastpage 2018-04-24 21:12:01 +01:00
Oliver Kopp 4c978c5e81 Add support for a4paper class option at LNCS 2018-04-17 07:37:33 +02:00
Oliver Kopp b6bf1cc419 Use lastpage package 2018-04-13 08:15:59 +02:00
Achim D. Brucker 664e0a518f Clarified LPPL version (1.3c or any later). 2018-03-30 21:38:45 +01:00
Oliver Kopp 10a2fa33dd Switch to intopdf 2018-03-15 10:32:57 +01:00
Achim D. Brucker 414c0caafc Improved/checked position of self-archiving text for all currently supported classes (and the default configuration using article.cls). 2018-03-07 22:11:17 +00:00
Achim D. Brucker 6b57b0e858 Bug fix: ensure \normallineskiplimit=0pt for qrcode generation. This fixed the qrcode generation for classes using a different value (e.g., amsart). 2018-03-04 21:56:14 +00:00
Achim D. Brucker 48d9b81f13 Added explicit line break after links to bibliographic content to avoid layout bug in doubleprint{}. 2018-03-04 15:09:47 +00:00
Achim D. Brucker 85cf360516 Avoid spurious spaces. 2018-03-04 14:06:58 +00:00
Achim D. Brucker 0de7c898cb Bug fix: fixed error when no bibliographic files were found and nobib
is not specified. Instead of a hard to trace "missing item",
         this is now an intentional error.
2018-03-04 12:45:32 +00:00
Achim D. Brucker 44e88520a3 Introduced option acmart for new ACM class and re-introduced existing setup for sig-alternate. 2018-03-03 21:20:20 +00:00
Achim D. Brucker 4d2d8a1e97 Merge branch 'patch-4' of https://github.com/koppor/authorarchive into koppor-patch-4 2018-03-03 21:04:49 +00:00
Achim D. Brucker d989d42bc4 Bug fix: ProvidesPackage instead of ProvideClass. 2018-03-03 19:41:19 +00:00
Achim D. Brucker 4acf660bce Added dummy date for development version. 2018-03-03 19:40:07 +00:00
Oliver Kopp a0c7b1e047 Improve URL wrapping 2018-02-28 07:36:57 +01:00
Oliver Kopp 469dce0710 Add SPDX-License-Identifier 2018-02-28 07:36:57 +01:00
Oliver Kopp acb4476cdf Add links to embedded files 2018-02-28 07:36:57 +01:00
Oliver Kopp 8f037be0d8 Update ACM 2018-02-28 07:36:56 +01:00
Oliver Kopp bb2a869db2 Better default placement 2018-02-28 07:36:56 +01:00