[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: correct package handling of pdflscape-ltx.sty (c6c1e40)

Ulrike Fischer fischer at troubleshooting-tex.de
Sun Jun 13 18:07:26 CEST 2021


Repository : https://github.com/latex3/pdfresources
On branch  : develop
Link       : https://github.com/latex3/pdfresources/commit/c6c1e40f95652063916b1eea405f5321c364f1b6

>---------------------------------------------------------------

commit c6c1e40f95652063916b1eea405f5321c364f1b6
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sun Jun 13 18:07:26 2021 +0200

    correct package handling of pdflscape-ltx.sty


>---------------------------------------------------------------

c6c1e40f95652063916b1eea405f5321c364f1b6
 CHANGELOG.md               | 1 +
 firstaid/pdflscape-ltx.sty | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f8b0ae..165b17d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ this project uses date-based 'snapshot' version identifiers.
  
 ### Fixed
  - utf8/URI in l3pdftools didn't handle ? 
+ - option handling of pdflscape-ltx
  
 ## [2021-05-14]
 ### Fixed 
diff --git a/firstaid/pdflscape-ltx.sty b/firstaid/pdflscape-ltx.sty
index 43ac3a7..28b1ffb 100644
--- a/firstaid/pdflscape-ltx.sty
+++ b/firstaid/pdflscape-ltx.sty
@@ -25,6 +25,8 @@
 \ProvidesExplPackage{pdflscape-ltx}{2021-05-14}{0.95d}
  {Display of landscape pages in PDF - adaption of pdflscape to the PDFmanagement bundle (testphase)}
 
+\DeclareOption*{\PassOptionsToPackage\CurrentOption{graphics}}
+\ProcessOptions
 \RequirePackage{lscape}
 % this always turns in the same direction as pdflscape does too.
 % left and right would need





More information about the latex3-commits mailing list.