]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/EmbeddedObjects.lyx
powerdot-example.lyx: update according to latest layout change
[lyx.git] / lib / doc / EmbeddedObjects.lyx
index 52fbc1aec42a5dc6d57be6a30c925dac4836a91e..a2645b1f998275479562ab84b6c499d95c0b61c0 100644 (file)
@@ -296,7 +296,7 @@ author: Uwe Stöhr
 
 
 \family sans
-Version 2.0.x
+Version 2.1.x
 \end_layout
 
 \begin_layout Standard
@@ -1782,7 +1782,7 @@ Table
 \begin_inset Newline newline
 \end_inset
 
- The default table has lines around any cell and the first row appears separated
+The default table has lines around any cell and the first row appears separated
  from the rest of the table.
  This separation occurs due to a double line: The cells of the first row
  have a line below them and the cells of the second row have a line above
@@ -2010,9 +2010,19 @@ Table ! Dialog
 
 \begin_layout Standard
 You can alter a table by clicking on it with the right mouse button, which
- brings up the table dialog.
- Here you can adjust the settings of that cell and row/column respectively
- where the cursor is currently placed.
+ brings up the context menu.
+ Under the menu entry 
+\family sans
+More
+\family default
+ you can adjust the settings of that cell and row/column respectively where
+ the cursor is currently placed.
+ The context menu 
+\family sans
+More\SpecialChar \menuseparator
+Settings
+\family default
+ opens the table dialog where you can adjust more things.
  Most of the dialog options also work on selections.
  This means if you select more cells, columns or rows, the action is done
  for the whole selection.
@@ -2035,8 +2045,11 @@ Apply
  every change you make in the dialog is directly applied.
  If you move the cursor to another table cell the dialog will then also
  be updated with the parameters of the new cell.
- If you change length values in the dialog you must press return to get
- the change applied.
+ If you change length values in the dialog you must press 
+\family sans
+Return
+\family default
+ to get the change applied.
 \begin_inset Newline newline
 \end_inset
 
@@ -2556,6 +2569,46 @@ arg   "inset-modify tabular delete-column"
  deletes the current column or selection
 \end_layout
 
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular move-row-up"
+\end_inset
+
+ moves the row up
+\end_layout
+
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular move-column-left"
+\end_inset
+
+ moves the column to the left
+\end_layout
+
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular move-row-down"
+\end_inset
+
+ moves the row down
+\end_layout
+
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular move-column-right"
+\end_inset
+
+ moves the column to the right
+\end_layout
+
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Info
@@ -12215,7 +12268,7 @@ reference "cha:Explanation-of-Equation"
 
 \begin_layout Standard
 The width 
-\begin_inset Formula $W_{g\, n}$
+\begin_inset Formula $W_{g\,n}$
 \end_inset
 
  which the user needs to set when 
 \emph default
  columns are spanned can be calculated, so that each column has a total
  width of 
-\begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
+\begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
 \end_inset
 
 :
 \begin_inset Formula 
 \begin{equation}
-W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
+W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
 \end{equation}
 
 \end_inset
@@ -15005,7 +15058,7 @@ status collapsed
 
 
 \backslash
-cmidrule(l{10pt}){1-1}
+cmidrule[2pt](l{10pt}){1-1}
 \end_layout
 
 \end_inset
@@ -15250,7 +15303,7 @@ cmidrule
 \series bold
 
 \backslash
-cmidrule[width](trim){startcol-endcol}
+cmidrule[height](trim){startcol-endcol}
 \end_layout
 
 \begin_layout Standard
@@ -15274,24 +15327,46 @@ s can manually be created by inserting the command as TeX-Code as the first
 \end_layout
 
 \begin_layout Standard
-The default for the width is 0.03
+The default for the optional 
+\series bold
+height
+\series default
+ is 0.03
 \begin_inset space \thinspace{}
 \end_inset
 
 em.
- Startcol is the number of the column where the line starts and endcol the
- column number where the line ends.
- The endcol always needs to be specified, also when the line should span
- only one column.
- The optional parameter trim could be either 
+\series bold
+startcol
+\series default
+ is the number of the column where the line starts and 
+\series bold
+endcol
+\series default
+ the column number where the line ends.
+ The 
+\series bold
+endcol
+\series default
+ always needs to be specified, also when the line should span only one column.
+ The optional parameter 
+\series bold
+trim
+\series default
+ could either be 
 \emph on
 l{trimwidth}
 \emph default
-, or 
+ or 
 \emph on
 r{trimwidth}
 \emph default
- where the trimwidth is also optional.
+ where the 
+\emph on
+trimwidth
+\emph default
+ is also optional.
  Using for example the parameter 
 \emph on
 l{2pt}
@@ -15301,8 +15376,11 @@ l{2pt}
 \end_inset
 
 pt.
- If you don't specify the trimwidth the lines are trimmed by the default
- of 0.5
+ If you don't specify the 
+\emph on
+trimwidth
+\emph default
+ the line is trimmed by the default of 0.5
 \begin_inset space \thinspace{}
 \end_inset
 
@@ -15346,7 +15424,7 @@ at the beginning of the second row and
 \series bold
 
 \backslash
-cmidrule(l{10pt}){1-1}
+cmidrule[2pt](l{10pt}){1-1}
 \end_layout
 
 \begin_layout Standard
@@ -19633,9 +19711,9 @@ columns where 2 should have 0.75
 times the width than the 3 others, the calculation is
 \begin_inset Formula 
 \begin{align}
-\backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
+\backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
- & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
+ & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
 \end{align}
 
@@ -21105,7 +21183,7 @@ Pixels
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\: B_{\mathrm{red}}$
+\begin_inset Formula $\:B_{\mathrm{red}}$
 \end_inset
 
 
@@ -29898,6 +29976,15 @@ reference "foot:This-is-an"
 \begin_inset VSpace defskip
 \end_inset
 
+Footnotes in title environments are usually not numbered with symbols and
+ they cannot contain several paragraphs.
+ See for example the footnote in the titling of this document.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace defskip
+\end_inset
+
 Footnotes in tables are not printed by LaTeX due to technical reasons.
  However there exists another method to print them: Instead of the footnote
  the command 
@@ -45082,19 +45169,19 @@ We can calculate the total width of
 n
 \emph default
  table cells 
-\begin_inset Formula $W_{\mathrm{tot\, n}}$
+\begin_inset Formula $W_{\mathrm{tot\,n}}$
 \end_inset
 
  as follows:
 \begin_inset Formula 
 \begin{equation}
-W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
+W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
 \end{equation}
 
 \end_inset
 
 where 
-\begin_inset Formula $W_{g\, n}$
+\begin_inset Formula $W_{g\,n}$
 \end_inset
 
  is the given width of all cells, 
@@ -45135,13 +45222,13 @@ reference "eq:Wtot_n"
 \end_inset
 
 , the total width of a multicolumn 
-\begin_inset Formula $W_{\mathrm{tot\, mult}}$
+\begin_inset Formula $W_{\mathrm{tot\,mult}}$
 \end_inset
 
  is
 \begin_inset Formula 
 \begin{equation}
-W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
+W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
 \end{equation}
 
 \end_inset
@@ -45169,7 +45256,7 @@ reference "eq:Wtot_mult"
 \end_inset
 
  equal we can calculate the needed given width 
-\begin_inset Formula $W_{g\, n}$
+\begin_inset Formula $W_{g\,n}$
 \end_inset
 
  when 
@@ -45177,13 +45264,13 @@ reference "eq:Wtot_mult"
 n
 \emph default
  columns are spanned, so that each column has a total width of 
-\begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
+\begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
 \end_inset
 
 :
 \begin_inset Formula 
 \begin{equation}
-W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
+W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
 \end{equation}
 
 \end_inset
@@ -45506,7 +45593,7 @@ Documentation of the LaTeX-package
 \begin_inset CommandInset href
 LatexCommand href
 name "KOMA-Script"
-target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
+target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
 
 \end_inset