All Projects → BruceZhaoR → Zh-beamer

BruceZhaoR / Zh-beamer

Licence: MIT license
Template for creating Chinese beamer & PDF on Windows

Programming Languages

TeX
3793 projects

Projects that are alternatives of or similar to Zh-beamer

uslides
Rmarkdown template for pretty university-themed beamer presentations.
Stars: ✭ 37 (-2.63%)
Mutual labels:  beamer
PanBook
Pandoc LaTeX,Epub模板,用于生成书籍,幻灯片(beamer),简历,论文等(cv, thesis, ebook,beamer)
Stars: ✭ 190 (+400%)
Mutual labels:  beamer
uni-stuttgart-beamer-template
Unofficial LaTeX template for Beamer presentations at the University of Stuttgart, Germany
Stars: ✭ 16 (-57.89%)
Mutual labels:  beamer
ex syslogger
ExSyslogger is an Elixir Logger custom backend to syslog.
Stars: ✭ 13 (-65.79%)
Mutual labels:  beamer
stanford-beamer-presentation
This is an unofficial LaTeX Beamer presentation template for Stanford University.
Stars: ✭ 47 (+23.68%)
Mutual labels:  beamer
latex-beamer-teamplates
My LaTeX Beamer Templates for Daily Presentation and Documentation.
Stars: ✭ 14 (-63.16%)
Mutual labels:  beamer
usyd-beamer-theme
A Beamer theme that adheres to the University of Sydney Branding
Stars: ✭ 24 (-36.84%)
Mutual labels:  beamer
SCU Beamer Slide-demo
四川大学非官方Beamer模板 | Unofficial Beamer Template for Sichuan University
Stars: ✭ 28 (-26.32%)
Mutual labels:  beamer
org-beamer-cn
[Deprecated] org-mode Simple Chinese Template for Beamer
Stars: ✭ 23 (-39.47%)
Mutual labels:  beamer
kmbeamer
My themes for Beamer.
Stars: ✭ 108 (+184.21%)
Mutual labels:  beamer
sthlmNordBeamerTheme
sthlmNord is LaTeX Beamer deck theme inspired by the arctic north blueish colour palette of Nord. Code base is HEAVILY influenced by hsrmbeamer and mtheme. WIP
Stars: ✭ 56 (+47.37%)
Mutual labels:  beamer
latex-preamble-and-examples
A LaTeX preample for Computer Science handins and presentations (Danish and English) with reverse-engineerable examples
Stars: ✭ 19 (-50%)
Mutual labels:  beamer
HK-journalist
An Auto Report Generator for Python Programs
Stars: ✭ 68 (+78.95%)
Mutual labels:  beamer
R-Markdown-Template
R Markdown Templates For Chinese Users
Stars: ✭ 21 (-44.74%)
Mutual labels:  rmarkdown-article-template

Zh-beamer

Create Chinese Beamer & PDF with rmarkdown on Windows.

Requirement

Must have installed MikTex 2.9 and pandoc 1.15. To test whether have installed pandoc ,just run pandoc -v in the Windows Cmd (win+R -> cmd ->Enter).

Usage

For Chinese Beamer:

  1. download this repository
  2. open the test.Rmd
  3. press Ctrl + Shift + K (knit PDF)
  4. wait a minute and see what has been generated.

Just click new R Markdown -> presentation -> PDF(Beamer). Edit the file, then press knit. If you haven't run the code before, it wil take about 2minutes to render Rmd to PDF.

Notice: the beamer_default.tex & _output.yaml & the Rmd file should be in the same fold!

You can also customise the beamer theme in the Output Options, which next to knit PDF. Or you can directly change default theme and fonttheme in the _output.yaml file.

If you encounter a problem, please don't hesitate to creat an issue. You'd better print the error info.

Beamer.pdf,Here are the snapshots:

img2 img3 img4

For Chinese PDF

  1. the Rmd file is in the Chinese-PDF fold
  2. open the code.Rmd
  3. press Ctrl + Shift + K (knit PDF)
  4. you will encounter 43 error.

Notice: it's because that your MikTex lacks some related packages. So you need to open the default.latex and the MikTex Packages Manager to download the packages that are used in the default.latex.

I don't know how many times I have tried, but it worked at last. Good luck, my friend!

Chinese.pdf, Here are the snapshots:

img1 img2 img3

License

Licensed under theApache License, Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].