From ef1eb210e028c35cf97dd569817e06c270b455d3 Mon Sep 17 00:00:00 2001 From: noctux Date: Mon, 26 Mar 2018 16:58:48 +0200 Subject: [PATCH] Fix typo in README.org The README uses the latex-command `\normalize` to return to a normal fontsize. The correct command, however, is `\normalsize`. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 9325d0e..85a54cd 100755 --- a/README.org +++ b/README.org @@ -1210,7 +1210,7 @@ For PDF (LaTeX), one solution is to surround the code block such as: #+begin_src R print("This block is in scriptsize") #+end_src -#+latex: \normalize +#+latex: \normalsize ** Line numbers