Skip to content

Commit c465036

Browse files
committed
1 parent a6f6d48 commit c465036

File tree

11 files changed

+6
-94
lines changed

11 files changed

+6
-94
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,14 @@ quarto add andrewheiss/hikmah-academic-quarto
3838

3939
(will be documented better soon!)
4040

41-
- Bibliography generation with both `biblatex` and `biblatex-chicago`
41+
- Bibliography generation with either (1) `citeproc` or (2) `biblatex`
42+
and `biblatex-chicago`
4243
- Support for Quarto’s complex [author/affiliation
4344
schema](https://quarto.org/docs/journals/authors.html)
4445
- Fancy title block
45-
- Epigraphs
46+
- ~~Epigraphs~~ Use
47+
[`fancy-epigraphs`](https://github.com/andrewheiss/fancy-epigraphs-quarto)
48+
for epigraph support
4649
- Title page in manuscripty PDF
4750
- Ability to move floats and notes to the end of the document in
4851
manuscripty PDF

README.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ quarto add andrewheiss/hikmah-academic-quarto
4343
- Bibliography generation with either (1) `citeproc` or (2) `biblatex` and `biblatex-chicago`
4444
- Support for Quarto's complex [author/affiliation schema](https://quarto.org/docs/journals/authors.html)
4545
- Fancy title block
46-
- Epigraphs
46+
- ~~Epigraphs~~ Use [`fancy-epigraphs`](https://github.com/andrewheiss/fancy-epigraphs-quarto) for epigraph support
4747
- Title page in manuscripty PDF
4848
- Ability to move floats and notes to the end of the document in manuscripty PDF
4949
- Styles for peer review response memos

_extensions/hikmah-manuscript/partials/before-body.tex

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,6 @@
8989
\textbf{$title$$if(subtitle)$:\\$subtitle$$endif$}
9090
\end{center}
9191

92-
$if(epigraph)$
93-
$for(epigraph)$
94-
$if(epigraph.source)$
95-
\epigraph{$epigraph.text$}{---$epigraph.source$}
96-
$else$
97-
\epigraph{$epigraph.text$}
98-
$endif$
99-
$endfor$
100-
$endif$
101-
10292
% -------------------
10393
% END TITLE SECTION
10494
% -------------------
105-
106-

_extensions/hikmah-manuscript/partials/title.tex

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@
5757
% Use regular heading style
5858
\pagestyle{normal}
5959

60-
61-
$if(epigraph)$
62-
% -----------
63-
% Epigraphs
64-
% -----------
65-
\usepackage{epigraph}
66-
\renewcommand{\epigraphsize}{\footnotesize}
67-
\setlength{\epigraphrule}{0em}
68-
\setlength{\beforeepigraphskip}{0em}
69-
\setlength{\afterepigraphskip}{1em}
70-
$endif$
71-
7260
$if(biblatex)$
7361
% ----------
7462
% BibLaTeX

_extensions/hikmah-manuscript/templates/odt-manuscript.odt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,6 @@ $if(subtitle)$
6969
<text:p text:style-name="Subtitle">$subtitle$</text:p>
7070
$endif$
7171

72-
$if(epigraph)$
73-
$for(epigraph)$
74-
$if(epigraph.source)$
75-
<text:p text:style-name="Epigraph">$epigraph.text$</text:p>
76-
<text:p text:style-name="Epigraph source">—$epigraph.source$</text:p>
77-
<text:p text:style-name="Epigraph"></text:p>
78-
$else$
79-
<text:p text:style-name="Epigraph">$epigraph.text$</text:p>
80-
<text:p text:style-name="Epigraph"></text:p>
81-
$endif$
82-
$endfor$
83-
$endif$
84-
8572
$for(include-before)$
8673
$include-before$
8774
$endfor$

_extensions/hikmah/partials/before-body.tex

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@
3333
$for(keywords/last)$$keywords$$endfor$
3434
\end{keywords}
3535
$endif$
36-
37-
$if(epigraph)$
38-
$for(epigraph)$
39-
$if(epigraph.source)$
40-
\epigraph{$epigraph.text$}{---$epigraph.source$}
41-
$else$
42-
\epigraph{$epigraph.text$}
43-
$endif$
44-
$endfor$
45-
$endif$
4636
% -------------------
4737
% END TITLE SECTION
4838
% -------------------
49-
50-

_extensions/hikmah/partials/title-block.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,3 @@
1717
</div>
1818
$endif$
1919
</header>
20-
$if(epigraph)$
21-
<div class="epigraph-wrapper clearfix">
22-
<figure class="text-end w-50 float-end">
23-
$for(epigraph)$
24-
<blockquote class="blockquote">
25-
<p>$epigraph.text$</p>
26-
</blockquote>
27-
$if(epigraph.source)$
28-
<figcaption class="blockquote-footer">
29-
$epigraph.source$
30-
</figcaption>
31-
$endif$
32-
$endfor$
33-
</figure>
34-
</div>
35-
$endif$

_extensions/hikmah/partials/title.tex

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22
% END-OF-PREAMBLE STUFF
33
% -----------------------
44

5-
$if(epigraph)$
6-
% -----------
7-
% Epigraphs
8-
% -----------
9-
\usepackage{epigraph}
10-
\renewcommand{\epigraphsize}{\sffamily\footnotesize}
11-
\setlength{\epigraphrule}{0em}
12-
\setlength{\beforeepigraphskip}{-2em}
13-
\setlength{\afterepigraphskip}{1em}
14-
$endif$
15-
165
$if(biblatex)$
176
% ----------
187
% BibLaTeX

hikmah-testing-custom.qmd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ keywords:
4242
- espionage
4343
- brains
4444
date: August 24, 2022
45-
epigraph:
46-
- text: War is good for business.
47-
source: Ferengi Rule of Aquisition 34
48-
- text: Peace is good for business.
49-
source: Ferengi Rule of Aquisition 35
5045
bibliography: references.bib
5146
format:
5247
hikmah-pdf:

hikmah-testing-default.qmd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ keywords:
4242
- espionage
4343
- brains
4444
date: August 24, 2022
45-
epigraph:
46-
- text: War is good for business.
47-
source: Ferengi Rule of Acquisition 34
48-
- text: Peace is good for business.
49-
source: Ferengi Rule of Acquisition 35
5045
bibliography: references.bib
5146
format:
5247
hikmah-pdf: default

template.qmd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ keywords:
4242
- espionage
4343
- brains
4444
date: August 24, 2022
45-
epigraph:
46-
- text: War is good for business.
47-
source: Ferengi Rule of Aquisition 34
48-
- text: Peace is good for business.
49-
source: Ferengi Rule of Aquisition 35
5045
bibliography: references.bib
5146
format:
5247
hikmah-pdf: default

0 commit comments

Comments
 (0)