Skip to content

Commit 1ad254f

Browse files
claude: Remove pdfstandard conditional from hypersetup.latex
Match pandoc's template by removing the conditional that skipped pdflang when pdfstandard was set. Having pdflang in both \hypersetup and \DocumentMetadata is harmless (just redundant). This simplifies comparison for the passthrough branch. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ce0ea9a commit 1ad254f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/resources/formats/pdf/pandoc/hypersetup.latex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ $if(author-meta)$
66
pdfauthor={$author-meta$},
77
$endif$
88
$if(lang)$
9-
$if(pdfstandard)$
10-
$-- lang is set in DocumentMetadata instead
11-
$else$
129
pdflang={$lang$},
1310
$endif$
14-
$endif$
1511
$if(subject)$
1612
pdfsubject={$subject$},
1713
$endif$

0 commit comments

Comments
 (0)