Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double Space and Line Numbers for R MArkdown #28

Open
medewitt opened this issue Mar 20, 2019 · 1 comment
Open

Double Space and Line Numbers for R MArkdown #28

medewitt opened this issue Mar 20, 2019 · 1 comment

Comments

@medewitt
Copy link
Contributor

@francojc Could you post your yaml text for how you got double spacing and line numbers. That was super neat.

@francojc
Copy link

Here's the full yaml header:

---
title: "Corpus Studies of Syntax"
author: "Jerid Francom"
date: '\today{}'
output:
  pdf_document:
    keep_tex: yes
    number_sections: yes
    toc: yes
  word_document:
    toc: yes
fontsize: 11pt
geometry: margin=3cm
header-includes:
  - \usepackage{setspace}
  - \doublespacing
  - \usepackage{lineno}
  - \linenumbers
  # - \setlength{\parindent}{2em}
  # - \setlength{\parskip}{0em}
link-citations: yes
bibliography: /Users/francojc/Documents/Bib/library.bib
csl: /Users/francojc/Documents/Styles/apa-no-doi-no-issue.csl
biblio-style: apalike
nocite: |
  @Chomsky1957, @Anderson1978, @Garnsey1997
---

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants