Description Usage Arguments Details Value See Also
bookdown::pdf_book wrapper format for Japanese typesetting with XeLaTeX or LuaLaTeX /bookdown
で PDF文書をビルドする場合, 日本語を適切に表示するためにいろいろ必要だった調整を済ませたフォーマット.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | pdf_document2_ja(
toc = FALSE,
toc_unnumbered = TRUE,
toc_depth = 3,
toc_bib = FALSE,
toc_appendix = FALSE,
number_sections = TRUE,
fig_align = "center",
fig_caption = TRUE,
fig_crop = TRUE,
fig_height = 4.5,
fig_width = 6.5,
dev = "cairo_pdf",
dev_args = NULL,
out_width = "100%",
out_height = "100%",
out_extra = "keepaspectratio",
df_print = "default",
quote_footer = NULL,
highlight = "default",
highlight_bw = FALSE,
code_rownumber = TRUE,
code_softwrapped = TRUE,
block_style = c("default", "kframe", "tcolorbox"),
tombow = FALSE,
add_folio = FALSE,
template = "default",
keep_tex = TRUE,
keep_md = TRUE,
latex_engine = c("xelatex", "lualatex", "tectonic"),
citation_package = "biblatex",
citation_options = "default",
latexmk_emulation = !citation_package == "natbib",
extract_media = FALSE,
includes = NULL,
md_extensions = NULL,
output_extensions = NULL,
pandoc_args = NULL,
extra_dependencies = NULL,
...
)
|
toc |
See
|
toc_unnumbered |
Whether to add unnumberred headers to the table of contents. |
toc_bib |
Whether to add the bibliography section to the table of contents. |
toc_appendix |
Whether to add the appendix to the table of contents. |
number_sections |
See
|
fig_caption |
See
|
quote_footer |
If a character vector of length 2 and the quote footer
starts with three dashes (---), |
highlight_bw |
Whether to convert colors for syntax highlighting to black-and-white (grayscale). |
code_rownumber |
logical. コードセルに行番号を表示するかどうか. |
block_style |
character. |
tombow |
logical. 製本時に必要なトンボ (trim markers) を付けるかどうか. トンボは |
add_folio |
logical. 製本時に全ページにノンブルが必要な場合があるらしいので全ページに表示したい時に. |
citation_options |
character. |
latexmk_emulation |
logical. パッケージオプション |
extract_media |
logical. markdown 構文の画像貼り付けに URL が使用されていた場合, ダウンロードするかどうか. Pandoc の |
pandoc_args |
See
|
... |
Other arguments to be passed to |
code_softwrap |
logical チャンク内のコードを自動折り返しするかどうか. YAML メタデータ |
bookdown packages's pdf_document2 format for Japanese typesetting with XeLaTeX/LuaLaTeX
基本的に YAML フロントマター (+ _ouput.yml
) や knitr チャンクオプションで設定できることをデフォルト値として埋め込んだだけ. index.Rmd
rmarkdown_output_format
Other pdf formats:
beamer_presentation_ja()
,
pdf_book_ja_r()
,
pdf_book_ja()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.