Latex能够添加引用吗?像Markdown的
Latex能够添加引用吗?像Markdown的">"
目前的结论是,不能。
1、markdown的引用效果如下图所示:
hello this is cite style
2、Latex是否有blockquote? 好像没有 https://tex.stackexchange.com/questions/325695/how-to-style-blockquote
3、latex有 quote
\begin{quote}
This question has a possible solution, but it's for the ConTeXt writer,
which I can't use. ConTeXt: How to change the background color and
border of a Pandoc-generated blockquote? What would be a LaTeX solution
to achieve the same?
\end{quote}
效果如下: