Skip to content

Commit 505ac68

Browse files
jeremymanningclaude
andcommitted
Add publisher line to HTML title page
The PDF shows "Contextual Dynamics Lab, Dartmouth College" below the title but the HTML version was missing this line. Added the \@publisher macro output to the maketitle configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 1a567e6 commit 505ac68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tufte.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
\renewcommand{\maketitle}{%
3636
\begingroup%
3737
\endparagraph\HCode{<h1>}\@title\HCode{</h1>}%
38+
\HCode{<p class="subtitle publisher">}\@publisher\HCode{</p>}%
3839
\HCode{<p class="subtitle">}\@author\HCode{</p>}%
3940
\HCode{<p class="subtitle">}\@date\HCode{</p>}%
4041
\endgroup

0 commit comments

Comments
 (0)