Skip to content

Commit

Permalink
fix the classoptions. Had onepage instead of oneside
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Dec 13, 2022
1 parent 510e6b8 commit ab157b7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ This template makes a custom title page using the information in the YAML (from
<a href="https://nmfs-opensci.github.io/quarto_titlepages/images/paste-CC55A28D.png"><img src="./images/bg-image.png" width="200"/></a>

------
This work is uses the [Quarto](https://quarto.org/), [citation](https://github.com/quarto-dev/quarto-cli/blob/main/CITATION.cff). The default document classes for Quarto are scrbook and scrartcl. This repo also includes a copy of the Springer [svmono](https://www.springernature.com/gp/authors/campaigns/latex-author-support) document class, CRC/Chapman & Hall krantz document class, and the Elsevier elsarticle document class.
This work is uses [Quarto](https://quarto.org/), [citation](https://github.com/quarto-dev/quarto-cli/blob/main/CITATION.cff). The default document classes for Quarto are scrbook and scrartcl. This repo also includes a copy of the Springer [svmono](https://www.springernature.com/gp/authors/campaigns/latex-author-support) document class, CRC/Chapman & Hall krantz document class, and the Elsevier elsarticle document class.
2 changes: 1 addition & 1 deletion titlepages/academic-static/article.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ editor: source
format:
pdf:
documentclass: scrbook
classoption: ["onepage", "openany"]
classoption: ["oneside", "open=any"]
template-partials:
- "before-body.tex"
- "_titlepage.tex"
Expand Down
2 changes: 1 addition & 1 deletion titlepages/bg-image/article.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ editor: source
format:
pdf:
documentclass: scrbook
classoption: ["onepage", "openany"]
classoption: ["oneside", "open=any"]
number-sections: true
template-partials:
- "before-body.tex"
Expand Down
2 changes: 1 addition & 1 deletion titlepages/classic-lined-static/article.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ editor: source
format:
pdf:
documentclass: scrbook
classoption: ["onepage", "openany"]
classoption: ["oneside", "open=any"]
template-partials:
- "before-body.tex"
- "_titlepage.tex"
Expand Down
2 changes: 1 addition & 1 deletion titlepages/multi-purpose-static/article.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ editor: source
format:
pdf:
documentclass: scrbook
classoption: ["onepage", "openany"]
classoption: ["oneside", "open=any"]
template-partials:
- "before-body.tex"
- "_titlepage.tex"
Expand Down
2 changes: 1 addition & 1 deletion titlepages/vline-static/article.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ editor: source
format:
pdf:
documentclass: scrbook
classoption: ["onepage", "openany"]
classoption: ["oneside", "open=any"]
template-partials:
- "before-body.tex"
- "_titlepage.tex"
Expand Down
2 changes: 1 addition & 1 deletion titlepages/vline/article.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ editor: source
format:
pdf:
documentclass: scrbook
classoption: ["onepage", "openany"]
classoption: ["oneside", "open=any"]
template-partials:
- "before-body.tex"
- "_titlepage.tex"
Expand Down

0 comments on commit ab157b7

Please sign in to comment.