Skip to content

Instantly share code, notes, and snippets.

@sky-y
Last active April 24, 2019 03:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sky-y/ca8785b21dea88bedcc9783dd9a52ddd to your computer and use it in GitHub Desktop.
Save sky-y/ca8785b21dea88bedcc9783dd9a52ddd to your computer and use it in GitHub Desktop.
Beamer (LuaLaTeX) on Pandoc
$ pandoc pandoc-beamer.md --latex-engine=lualatex -t beamer -o pandoc-beamer.pdf
---
title: テスト
author: 藤原 由来
date: 2017年7月9日
classoption: 17px, aspectratio=169
header-includes:
- \usepackage{luatexja}
- \usepackage{luatexja-otf}
- \usepackage[sourcehan]{luatexja-preset}
- \renewcommand{\kanjifamilydefault}{\gtdefault}
- \setbeamerfont{frametitle}{size=\huge}
- \setbeamerfont{title}{size=\Huge}
- \setbeamerfont{author}{size=\large}
- \setbeamerfont{date}{size=\large}
- \setbeamerfont{item}{size=\large}
- \useinnertheme{circles}
- \definecolor{UniBlue}{RGB}{68,114,196}
- \definecolor{AlertOrange}{RGB}{255,76,0}
- \definecolor{AlmostBlack}{RGB}{38,38,38}
- \setbeamercolor{normal text}{fg=AlmostBlack}
- \setbeamercolor{structure}{fg=UniBlue}
theme: singapore
---
# PandocでBeamer
# テスト
- これは
- テスト
- です
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment