diff --git a/README.md b/README.md index e9bb47b..912175e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This will install the extension and create an example qmd file that you can use For each format, there is a template file available. See: -- **RevealJS:** [RevealJS Slide Demo](https://quarto.thecoatlessprofessor.com/stanford/demos/template-html.html) ([Source](docs/demos/template-revealjs.qmd)) +- **RevealJS:** [RevealJS Slide Demo](https://quarto.thecoatlessprofessor.com/stanford/demos/template-revealjs.html) ([Source](docs/demos/template-revealjs.qmd)) - **Beamer:** [Slide Demo](https://quarto.thecoatlessprofessor.com/stanford/demos/template-beamer.pdf) ([Source](docs/demos/template-beamer.qmd)) - **HTML:** [HTML Page Demo](https://quarto.thecoatlessprofessor.com/stanford/demos/template-html.html) ([Source](docs/demos/template-html.qmd)) @@ -37,4 +37,4 @@ There was a prior work attempt at packaging the theme into a Quarto extension. ## Developer notes -For the Beamer theme to work, we overloaded different [latex template partials](https://quarto.org/docs/journals/templates.html#latex-partials) in Quarto. Notably, we overloaded the [title.tex](https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/pdf/pandoc/title.tex) (authors and institute modifications) and [before-body.tex](https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/pdf/pandoc/before-body.tex) (to remove bar on title slide). Further customizations were set in [front-matter.tex](https://github.com/coatless-quarto/stanford/main/_extensions/stanford/beamer/front-matter.tex) (designate [theme folder](https://tex.stackexchange.com/a/284157/53878), load theme, and set theme specific commands). \ No newline at end of file +For the Beamer theme to work, we overloaded different [latex template partials](https://quarto.org/docs/journals/templates.html#latex-partials) in Quarto. Notably, we overloaded the [title.tex](https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/pdf/pandoc/title.tex) (authors and institute modifications) and [before-body.tex](https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/pdf/pandoc/before-body.tex) (to remove bar on title slide). Further customizations were set in [front-matter.tex](https://github.com/coatless-quarto/stanford/main/_extensions/stanford/beamer/front-matter.tex) (designate [theme folder](https://tex.stackexchange.com/a/284157/53878), load theme, and set theme specific commands).