Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 206342

How to make R Markdown links with boxes like LaTeX documents?

$
0
0

First, I have a .Rmd file using knitr to generate a pdf, it only contains a link:

---
title: "My Title"
author: "my name"
date: "2020/2/6"
output: pdf_document
linkcolor: blue   
urlcolor: blue  
citecolor: blue  
---

[Stack Overflow](https://stackoverflow.com/)

and output is :

enter image description here

How can I change its pattern to default LaTeX style like:

enter image description here

Whatever it is a link, url or a cite, how to change it to LaTeX style with red or green boxes above?

Thanks!


Viewing all articles
Browse latest Browse all 206342

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>