Number of each line of text in rmarkdown PDF
1 answer
Add the package lineno
to the header. Here is an example .Rmd file
---
title: "Line Number Example"
header-includes:
- \usepackage{lineno}
- \linenumbers
output:
pdf_document
---
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
There is a lot of text that goes here. There is a lot of text that goes here.
+7
source to share