- 已编辑
前段时间看到一个 汉风主题的 beamer 幻灯片 https://github.com/liantze/pgfornament-han 样式很合口味,就又基于它做了个 R Markdown 的模版,见 https://github.com/XiangyunHuang/notesdown/blob/master/examples/beamer-pgfornament-han.Rmd
效果见下一贴
前段时间看到一个 汉风主题的 beamer 幻灯片 https://github.com/liantze/pgfornament-han 样式很合口味,就又基于它做了个 R Markdown 的模版,见 https://github.com/XiangyunHuang/notesdown/blob/master/examples/beamer-pgfornament-han.Rmd
效果见下一贴
非常棒!字体整成隶书和这个画风更搭。
chuxinyuan 字体这种我就不写到模版中去了,大家选择自己喜欢的配置即可
有xarigan 版本的吗?
---
title: "中文 beamer 幻灯片"
documentclass: ctexbeamer
output:
bookdown::pdf_book:
base_format: rmarkdown::beamer_presentation
toc: no
latex_engine: xelatex
citation_package: natbib
theme: Xiaoshan # https://www.ctan.org/pkg/pgfornament-han https://github.com/liantze/pgfornament-han/
template: null
dev: "cairo_pdf"
pandoc_args: !expr rmarkdown:::pandoc_lua_filters("latex-div.lua")
classoption: "fontset=adobe,zihao=false"
aspectratio: 1610
biblio-style: plainnat
natbiboptions: "authoryear,round"
link-citations: yes
colorlinks: yes
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
# R 语言
## Markdown 语法 {#sec:markdown}
轻微强调
: 这是倾斜的文字 _下划线表示强调_, and this is *星花表示强调*.
特别强调
: 这是加粗的文字 **strong emphasis** and __with underscores__.
强烈强调
: 这是斜体加粗的文字 ***三个星花***
删除线
: This ~~is deleted text.~~
上下标
: H~2~O is a liquid. 2^10^ is 1024. C^137^ 是一种放射性元素
Table: (\#tab:insert-tab) 表格标题^[附有脚注]
| First Header | Second Header |
| :----------- | :------------ |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
# 充版面
## 各种 block {.allowframebreaks}
::: {.block data-latex="{Metropolis 走极简风}"}
因此「萧山」主题也走极简风。
:::
::: {.exampleblock data-latex="{Metropolis 走极简风}"}
因此「萧山」主题也走极简风。
:::
::: {.alertblock data-latex="{Metropolis 走极简风}"}
因此「萧山」主题也走极简风。
:::
::: {.theorem data-latex="{Metropolis 走极简风}"}
因此「萧山」主题也走极简风。
:::
::: {.proof data-latex="{Metropolis 走极简风}"}
因此「萧山」主题也走极简风。
:::
## 暂停
::: {.alertblock data-latex="{Metropolis 走极简风}"}
因此「萧山」主题也走极简风。
:::
. . .
::: {.theorem data-latex="{Metropolis 走极简风}"}
因此「萧山」主题也走极简风。
:::
. . .
::: {.proof data-latex="{Metropolis 走极简风}"}
因此「萧山」主题也走极简风。
:::
## 主题
```bash
tlmgr install pgfornament pgfornament-han needspace xpatch
```
## {.standout}
谢谢!
光是上面那个模版,要用起来一般来说需要的软件工具多达
红色进度条里好像有啥东西,是进度数字吗? 进度条可以设几个小竖线吗?不然预测不了进度啊~哈哈。
这样吧,我立个 flag 就是写篇文章介绍如何搬迁 LaTeX 幻灯片模版,及其用到的(上面的)技术栈,搬迁书籍类的模版其实也适用,然后还是以上面介绍的模版为例
chuxinyuan 主要是里面用到的汉风LaTeX Ornaments 不知道在用css更好实现。其它格式应该问题不大。