Fix some typos

This commit is contained in:
Carsten Dominik 2010-05-17 11:24:10 +02:00
parent 99afb931b2
commit b84aa975e0
1 changed files with 13 additions and 13 deletions

View File

@ -1911,7 +1911,7 @@ marked with vertical lines. Here is an example:
@end example @end example
It is also sufficient to just insert the column group starters after It is also sufficient to just insert the column group starters after
every vertical line you'd like to have: every vertical line you would like to have:
@example @example
| N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) | | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
@ -8726,10 +8726,10 @@ La@TeX{}, see the variable @code{org-entities} for the complete list.
@samp{...} are all converted into special commands creating hyphens of @samp{...} are all converted into special commands creating hyphens of
different lengths or a compact set of dots. different lengths or a compact set of dots.
If you'd like to see entities displayed as utf8 characters, use the following If you would like to see entities displayed as utf8 characters, use the
command@footnote{You can urn this on by default bu setting the variable following command@footnote{You can turn this on by default by setting the
@code{prg-pretty-entities}, or on a per-file base with the @code{#+STARTUP} variable @code{org-pretty-entities}, or on a per-file base with the
option @code{entitiespretty}.}: @code{#+STARTUP} option @code{entitiespretty}.}:
@table @kbd @table @kbd
@kindex C-c C-x \ @kindex C-c C-x \
@ -9723,12 +9723,12 @@ options that can be used in the optional argument of the
@code{figure} environment, add something like @samp{placement=[h!]} to the @code{figure} environment, add something like @samp{placement=[h!]} to the
Attributes. Attributes.
If you'd like to let text flow around the image, add the word @samp{wrap} to If you would like to let text flow around the image, add the word @samp{wrap}
the @code{#+ATTR_LaTeX:} line, which will make the figure occupy the left to the @code{#+ATTR_LaTeX:} line, which will make the figure occupy the left
half of the page. To fine-tune, the @code{placement} field will be the half of the page. To fine-tune, the @code{placement} field will be the set
set of additional arguments needed by the @code{wrapfigure} environment. of additional arguments needed by the @code{wrapfigure} environment. Note
Note that if you change the size of the image, you need to use compatible that if you change the size of the image, you need to use compatible settings
settings for @code{\includegraphics} and @code{wrapfigure}. for @code{\includegraphics} and @code{wrapfigure}.
@cindex #+CAPTION @cindex #+CAPTION
@cindex #+LABEL @cindex #+LABEL
@ -9928,7 +9928,7 @@ system. Check variables @code{org-export-docbook-xslt-proc-command} and
The stylesheet argument @code{%s} in variable The stylesheet argument @code{%s} in variable
@code{org-export-docbook-xslt-proc-command} is replaced by the value of @code{org-export-docbook-xslt-proc-command} is replaced by the value of
variable @code{org-export-docbook-xslt-stylesheet}, which needs to be set by variable @code{org-export-docbook-xslt-stylesheet}, which needs to be set by
the user. You can also overrule this global setting on a per-file bases by the user. You can also overrule this global setting on a per-file basis by
adding an in-buffer setting @code{#+XSLT:} to the Org file. adding an in-buffer setting @code{#+XSLT:} to the Org file.
@kindex C-c C-e v D @kindex C-c C-e v D
@ -10616,7 +10616,7 @@ excluded.
To ensure that links are preserved, care should be taken to replicate To ensure that links are preserved, care should be taken to replicate
your directory structure on the web server, and to use relative file your directory structure on the web server, and to use relative file
paths. For example, if your Org files are kept in @file{~/org} and your paths. For example, if your Org files are kept in @file{~/org} and your
publishable images in @file{~/images}, you'd link to an image with publishable images in @file{~/images}, you would link to an image with
@c @c
@example @example
file:../images/myimage.png file:../images/myimage.png