【发布时间】:2018-01-15 22:40:23
【问题描述】:
考虑一下我的标题和第一部分
---
title: "asdf"
author: "asdf"
date: "13 Januar 2018"
documentclass: report
output:
bookdown::pdf_book:
citation_package: biblatex
latex_engine: pdflatex
number_sections: yes
fig_caption: yes
---
# Introduction
Here begins my introduction
我想删除自动的“第 1 章”部分,即位于实际章节标题前面的部分(在本例中为 简介) 这不起作用
header-includes:
\renewcommand{\chaptername}{}
另外使用另一个文档类也不起作用,因为我需要在图标题中表示我的部分/章节的数量(例如图 3.1) 我想要的是得到一个标题 1 Introduction ,而不是 2 Methods 等等。 应该不难,但我想不通。 谢谢 格雷格
【问题讨论】:
标签: r knitr r-markdown bookdown