[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Documentation fix
From: |
Robert Klein |
Subject: |
[O] Documentation fix |
Date: |
Mon, 15 May 2017 08:34:20 +0200 |
Hi,
there are two typos which causes compile to fail. Patch below.
PS: Probably there should be a comma after the “example”. Sorry, my
English not so good is...
Best regards
Robert
From 355901f48b9b81e9d5509f2df66e4f25eb23adae Mon Sep 17 00:00:00 2001
From: Robert Klein <address@hidden>
Date: Mon, 15 May 2017 08:31:19 +0200
Subject: [PATCH] Fix typos in Documentation
---
doc/org.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index d233001..d8173e7 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -11367,8 +11367,8 @@ The URL for the up link of exported HTML pages
(@code{org-html-link-up}). @cindex #+HTML_MATHJAX
@vindex org-html-mathjax-options
Options for MathJax (@code{org-html-mathjax-options}). MathJax is
used to -typeset @LaTeX{} math in HTML documents. @xref{Math
formatting in HTML -export} for an example.
+typeset @LaTeX{} math in HTML documents. For an example @pxref{Math
+formatting in HTML export}.
@item HTML_HEAD
@cindex #+HTML_HEAD
@@ -12198,7 +12198,7 @@ environments. @code{:spread} has no effect if
@code{:width} is not set. @vindex org-latex-tables-booktabs
@vindex org-latex-tables-centered
All three commands are toggles. @code{:booktabs} brings in modern
-typesetting enhancements to regular tables. The @code {booktabs}
package has +typesetting enhancements to regular tables. The
@code{booktabs} package has to be loaded through
@code{org-latex-packages-alist}. @code{:center} is for centering the
table. @code{:rmlines} removes all but the very first horizontal line
made of ASCII characters from "table.el" tables only.
--
2.6.6
- [O] Documentation fix,
Robert Klein <=
- Re: [O] Documentation fix, Nicolas Goaziou, 2017/05/15
- Re: [O] Documentation fix, Robert Klein, 2017/05/15
- Re: [O] Documentation fix, Nicolas Goaziou, 2017/05/15
- Re: [O] Documentation fix, Colin Baxter, 2017/05/15
- Re: [O] Documentation fix, Nicolas Goaziou, 2017/05/15
- Re: [O] Documentation fix, Colin Baxter, 2017/05/15
- Re: [O] Documentation fix, Nicolas Goaziou, 2017/05/23
- Re: [O] Documentation fix, Colin Baxter, 2017/05/24
- Re: [O] Documentation fix, Nicolas Goaziou, 2017/05/24
- Re: [O] Documentation fix, Colin Baxter, 2017/05/25