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

How to make R Markdown links with boxs like LaTeX document?

$
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


Viewing all articles
Browse latest Browse all 208604

Latest Images

Trending Articles



Latest Images

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