From b0c3de0d53c5170f12a7666deb1a17937335add7 Mon Sep 17 00:00:00 2001 From: Krisztian Balog Date: Thu, 18 Feb 2021 19:08:18 +0100 Subject: [PATCH] Update LaTeX.md --- writing/LaTeX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writing/LaTeX.md b/writing/LaTeX.md index a78bb93..9b16075 100644 --- a/writing/LaTeX.md +++ b/writing/LaTeX.md @@ -14,7 +14,7 @@ ## Formatting - * Quotes: use \`\` and \'\' instead of \' and \' for nicer rendering (```Example''`) + * Quotes: use double quotes as \`\` .. \'\' (instead of \" ... \") to be rendered as curved quotation marks (i.e., \`-s on the left side instead of straight \'-s) * Use `\emph` for emphasizing text (not `\textit`!) * URLs in footnotes: `\footnote{\url{http://xxx.xx.xx}}` * Do not indent paragraphs after item lists and equations. This can be achieved by either using `%` (as opposed to an empty line) as separator or explicitly adding `\noindent`.