EmbeddedObjects.lyx: English fixes from J.R. Hudson, part 2/2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34271 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-04-23 01:40:59 +00:00
parent fe7196d6cd
commit 4a476e6490
4 changed files with 129 additions and 99 deletions

View File

@ -5705,7 +5705,7 @@ name "sub:Longtable-Captions"
A longtable cannot be put into a table float because floats can only be
on one page.
But the caption environment of floats can also be used for longtables when
you use for a table row the longtable option
you use the longtable option
\family sans
Caption
\family default
@ -6061,8 +6061,8 @@ Note
1:
\series default
The table number is increased for every longtable, also if you didn't set
a caption for it.
The table number is increased for for every longtable, even if you did
not set a caption for it.
For this reason you could have the case that e.
\begin_inset space \thinspace{}
\end_inset
@ -6075,12 +6075,12 @@ Table
\begin_inset space ~
\end_inset
2.4 follows on Table
2.4 follows Table
\begin_inset space ~
\end_inset
2.1 in the list of tables if there are two longtables without captions.
To avoid this you can add the following command in TeX-Code behind every
To avoid this you can add the following command in TeX-Code after every
longtable without a caption:
\end_layout
@ -7401,7 +7401,7 @@ caption*{caption text}
\end_layout
\begin_layout Standard
in a dummy caption row that is marked as header.
in a dummy caption row that is marked as a header.
Table
\begin_inset space ~
\end_inset
@ -7413,7 +7413,7 @@ reference "tab:DiffCaptions"
\end_inset
is an example for a longtable with different heading where the second caption
is an example of a longtable with different heading where the second caption
doesn't include the table number.
\end_layout
@ -9338,8 +9338,8 @@ Longtables ! Calculation
\begin_layout Standard
LaTeX calculates the height of table pages and their page breaks using so
called chunks.
Chunks are pieces of the tables that are at once in LaTeX's memory.
The default value is historically set to only 20 table rows.
Chunks are parts of tables that held at the same time in LaTeX's memory.
The default value was historically set to only 20 table rows.
If you are using longtables with many pages this may slow down the creation
of your document.
You can safely increase the chunk size to values of 100-1000 by adding
@ -9371,13 +9371,25 @@ Longtables ! Floats
\begin_layout Standard
There might be problems when a float appears on the same page where a longtable
starts.
To avoid such situation, add the command
\series bold
To avoid such a situation, insert a
\begin_inset Quotes eld
\end_inset
\backslash
clearpage
\series default
as TeX-Code before your longtable.
clear page
\begin_inset Quotes erd
\end_inset
(menu
\family sans
Insert\SpecialChar \menuseparator
Formatting\SpecialChar \menuseparator
Clear
\begin_inset space ~
\end_inset
Page
\family default
) before your longtable.
\end_layout
\begin_layout Subsection
@ -9413,7 +9425,7 @@ By default tables are only broken between rows.
\begin_inset Quotes erd
\end_inset
as TeX-Code at this point of the cell where it can be broken.
as TeX-Code at the point of the cell where it can be broken.
Before the
\series bold
@ -9422,7 +9434,7 @@ By default tables are only broken between rows.
\backslash
\series default
command you have to insert in TeX-Code so many
command you have to insert in TeX-Code as many
\begin_inset Quotes eld
\end_inset
@ -9434,7 +9446,7 @@ By default tables are only broken between rows.
\begin_inset Quotes erd
\end_inset
characters like the number of the following table columns.
characters as the number of the following table columns.
The
\series bold
&
@ -9449,7 +9461,7 @@ By default tables are only broken between rows.
\begin_inset Newline newline
\end_inset
Behind the the
After the the
\series bold
\backslash
@ -9457,11 +9469,11 @@ Behind the the
\backslash
\series default
command, insert so many
command, insert aso many
\series bold
&
\series default
characters like the number of table columns before the current column.
characters as the number of table columns before the current column.
In Table
\begin_inset space ~
\end_inset
@ -9475,7 +9487,7 @@ reference "tab:ForcedPagebreak"
the cell that should be broken is in the second column followed by another
column.
Therefore the following command was inserted in the cell as TeX-Code behind
Therefore the following command was inserted in the cell as TeX-Code after
\begin_inset Quotes eld
\end_inset
@ -9516,15 +9528,15 @@ The
\begin_inset Quotes erd
\end_inset
in the third columns of the row was deleted.
in the third column of the row was deleted.
\series bold
\backslash
newpage
\series default
is only needed when a page break should definitively occur at this position,
otherwise it is only a possibility to break.
is only needed when a page break should definitely occur at this position,
otherwise it would be a conditional break.
If your footer row of the longtable has for a certain reason no upper line
but you would have a horizontal line where the cell is broken, use this
command instead:
@ -9562,7 +9574,7 @@ parfillskip}{0pt}
\begin_layout Standard
must be inserted as TeX-Code at the beginning of the cell.
This assures that the part of the cell that will be displayed on the new
This ensures that the part of the cell that will be displayed on the new
page appears with the full width.
\end_layout
@ -11004,8 +11016,8 @@ i
\end_layout
\begin_layout Standard
Adjusting a fixed width for a column, enables to enter text as a paragraph
with multiple lines and hyphenations.
Setting a fixed width for a column enables you to enter text as a paragraph
with multiple lines and hyphenation.
\end_layout
\begin_layout Standard
@ -11027,7 +11039,7 @@ reference "tab:Table-with-multiple"
cm and choose centered for the vertical and horizontal alignment.
The vertical alignment is used for all cells of the row.
As our text is smaller than than 2.5
As our text is smaller than 2.5
\begin_inset space \thinspace{}
\end_inset
@ -11046,7 +11058,7 @@ arg "newline-insert linebreak"
\begin_layout Standard
If you have a long word in a cell with a fixed width, it cannot be hyphenated
by LaTeX if it is the first entry.
Therefore you need to insert something, to make the word not being the
Therefore you need to insert something to prevent the word not being the
first entry.
So add a horizontal space of 0
\begin_inset space \thinspace{}
@ -11349,8 +11361,8 @@ Multicolumn Basics
\end_layout
\begin_layout Standard
To span a cell over multiple columns, mark as much cells within a line that
should be one spanned cell and use either the table-toolbar button
To merge cells over multiple columns, select as many cells within a row
as you want to merge and use either the table-toolbar button
\begin_inset Graphics
filename ../images/tabular-feature_multicolumn.png
scale 85
@ -11364,12 +11376,11 @@ Edit\SpecialChar \menuseparator
Table\SpecialChar \menuseparator
Multicolumn
\family default
, or right click on the marked cells and choose multicolumn in the appearing
table dialog under the tab
, or right click on the marked cells and choose
\family sans
Table Settings
Multicolumn
\family default
.
in the appearing context menu.
\end_layout
\begin_layout Standard
@ -11541,7 +11552,7 @@ Multicolumns ! Calculations
\end_layout
\begin_layout Standard
LyX supports multicolumns directly, but we have to take notice of the cell
LyX supports multicolumns directly, but we have to take account of the cell
width of the columns spanned by the multicolumn cell.
\end_layout
@ -11715,8 +11726,8 @@ centered alignment
\end_inset
cm in the table dialog.
The spanned columns should have exactly half the width of the multicolumn
cell, so that you would adjust a width of 1.25
The merged columns should have exactly half the width of the multicolumn
cell, so that you would set a width of 1.25
\begin_inset space \thinspace{}
\end_inset
@ -11883,7 +11894,7 @@ i
\end_layout
\begin_layout Standard
You can see that the first column has not the half width of the multicolumn
You can see that the first column has not half the width of the multicolumn
cell, it is a bit bigger.
The reason is that the given width of a cell
\begin_inset Formula $W_{g}$
@ -11905,15 +11916,15 @@ reference "cha:Explanation-of-Equation"
\end_inset
explains it in detail.
explains this in detail.
\end_layout
\begin_layout Standard
The needed given width
The given width
\begin_inset Formula $W_{g\, n}$
\end_inset
when
needed when
\emph on
n
\emph default
@ -11983,8 +11994,11 @@ usepackage{calc}
\end_layout
\begin_layout Standard
LyX does not allow to calculate lengths in the width-field of the table
dialog.
LyX does not allow you to calculate lengths in the
\family sans
Width
\family default
field of the table dialog.
Therefore you have to format the column by inserting a LaTeX-argument in
the dialog.
Here is an overview about the arguments:
@ -12068,7 +12082,7 @@ The command
Although we have chosen centered alignment for the text of the multicolumn
cell, it is still left aligned.
This is because LyX only applies the alignment to single columns.
So we have to use for the multicolumn the LaTeX-argument
So for the multicolumn cell we have to use the LaTeX-argument
\end_layout
\begin_layout Standard
@ -12104,8 +12118,8 @@ Table ! Multirows
\end_layout
\begin_layout Standard
In contrary to multicolumns multirows are not yet supported by LyX so a
bit of TeX-Code needs to be used.
Unlike multicolumns multirows are not yet supported by LyX; so a bit of
TeX-Code needs to be used.
To use multirows load the LaTeX-package
\series bold
multirow
@ -12334,7 +12348,7 @@ cm.
\series bold
}
\series default
in another TeX-Code-box behind the text.
in another TeX-Code-box after the text.
\end_layout
\begin_layout Standard
@ -12370,7 +12384,7 @@ centering}
in TeX-Code in the document preamble.
Then all entries of multirow cells in the document are centered.
If centering is only needed for several tables, you can renew the command
in an TeX-Code box just before the table instead of the preamble.
in a TeX-Code box just before the table instead of the preamble.
If the text should be right-aligned, replace
\series bold

View File

@ -11449,45 +11449,19 @@ Bearbeiten\SpecialChar \menuseparator
Tabelle\SpecialChar \menuseparator
Mehrfachspalte
\family default
oder den
\family sans
Tabellen-Einstellungen
\family default
-Dialog, in dem Sie auf der Karteikarte
\family sans
Tabellen-Einstellungen
\family default
, oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
\family sans
Mehrfachspalte
\family default
ankreuzen.
.
\end_layout
\begin_layout Standard
Mehrfachspalten haben ihre eigenen Einstellungen.
Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
Hier ist ein Beispiel, wobei
\begin_inset Quotes gld
\end_inset
B 2
\begin_inset Quotes grd
\end_inset
keine Mehrfachzeile ist, wie in Abschnitt
\begin_inset space ~
\end_inset
\begin_inset CommandInset ref
LatexCommand ref
reference "uab:Mehrfachzeilen"
\end_inset
beschrieben.
Es wurde nur eine Linie weggelassen:
Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
\end_layout
\begin_layout Standard

View File

@ -9254,13 +9254,29 @@ Tablas largas ! Flotantes
\begin_layout Standard
Podría haber problemas si un flotante aparece en la misma página donde comienza
una tabla larga.
Para evitarlo, añade el comando
\series bold
Para evitarlo, añade
\lang english
a
\begin_inset Quotes eld
\end_inset
\backslash
clearpage
\series default
en código TeX antes de la tabla.
clear page
\begin_inset Quotes erd
\end_inset
\lang spanish
(menu
\family sans
Insertar\SpecialChar \menuseparator
Formato\SpecialChar \menuseparator
Limpiar
\begin_inset space ~
\end_inset
página
\family default
) antes de la tabla.
\end_layout
\begin_layout Subsection
@ -11211,12 +11227,17 @@ Editar\SpecialChar \menuseparator
Tabla\SpecialChar \menuseparator
Multicolumna
\family default
, o clic derecho sobre las celdas marcadas y se selecciona en el diálogo,
bajo la solapa
, o clic derecho sobre las celdas marcadas y
\lang english
choose
\lang spanish
\family sans
Configuración
Multicolumna
\family default
, la casilla Multicolumna.
\lang english
in the appearing context menu.
\end_layout
\begin_layout Standard

View File

@ -9620,13 +9620,33 @@ Tableaux longs ! Flottants
\begin_layout Standard
Il peut y avoir des problèmes quand un flottant apparaît sur la page où
commence un tableau long.
Pour éviter une telle situation, ajoutez la commande
\series bold
Pour éviter une telle situation,
\lang english
insert a
\begin_inset Quotes eld
\end_inset
\backslash
clearpage
\series default
en tant que code TeX juste avant votre tableau long.
clear page
\begin_inset Quotes erd
\end_inset
(menu
\lang french
\family sans
Insérer\SpecialChar \menuseparator
Typographie
\begin_inset space ~
\end_inset
spéciale\SpecialChar \menuseparator
Saut de page (vide le tampon)
\family default
\begin_inset space \thinspace{}
\end_inset
) juste avant votre tableau long.
\end_layout
\begin_layout Subsection
@ -11622,12 +11642,13 @@ Tableau\SpecialChar \menuseparator
Multi-colonnes
\family default
, ou encore faites un clic droit sur les cellules sélectionnées et choisissez
multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
\family sans
Tableau
Multi-colonnes
\family default
.
\lang english
in the appearing context menu.
\end_layout
\begin_layout Standard