]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Use an info inset instead of a graphics one
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package arydshln
121 % used for tables with dashed lines
122 \newboolean{arydshln}
123 \IfFileExists{arydshln.sty}
124  {\usepackage{arydshln}
125   \setboolean{arydshln}{true}}
126  {\setboolean{arydshln}{false}}
127
128 % check for package marginnote
129 % used for margin notes
130 \newboolean{marginnote}
131 \IfFileExists{marginnote.sty}
132  {\usepackage{marginnote}
133   \let\marginpar\marginnote
134   \setboolean{marginnote}{true}}
135  {\setboolean{marginnote}{false}}
136
137 % check for package sidecap
138 % used for captions on the side
139 \newboolean{sidecap}
140 \IfFileExists{sidecap.sty}
141  {\usepackage{sidecap}
142   \setboolean{sidecap}{true}}
143  {\setboolean{sidecap}{false}}
144
145 % check for picinpar
146 % used for surrounded fixed objects
147 \newboolean{picinpar}
148 \IfFileExists{picinpar.sty}
149  {\usepackage{picinpar}
150   \setboolean{picinpar}{true}}
151  {\setboolean{picinpar}{false}}
152
153 % check for lettrine
154 \newboolean{lettrine}
155 \IfFileExists{lettrine.sty}
156  {\usepackage{lettrine}
157   \setboolean{lettrine}{true}}
158  {\setboolean{lettrine}{false}}
159
160 % check for diagbox
161 \newboolean{diagbox}
162 \IfFileExists{diagbox.sty}
163  {\usepackage{diagbox}
164   \setboolean{diagbox}{true}}
165  {\setboolean{diagbox}{false}}
166 \end_preamble
167 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
168 \use_default_options false
169 \begin_modules
170 initials
171 \end_modules
172 \maintain_unincluded_children false
173 \language english
174 \language_package default
175 \inputencoding auto
176 \fontencoding global
177 \font_roman default
178 \font_sans default
179 \font_typewriter default
180 \font_math auto
181 \font_default_family default
182 \use_non_tex_fonts false
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187 \graphics default
188 \default_output_format default
189 \output_sync 0
190 \bibtex_command default
191 \index_command default
192 \paperfontsize 12
193 \spacing single
194 \use_hyperref true
195 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
196 \pdf_author "LyX Team, Uwe Stöhr"
197 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
198 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
199 \pdf_bookmarks true
200 \pdf_bookmarksnumbered true
201 \pdf_bookmarksopen true
202 \pdf_bookmarksopenlevel 1
203 \pdf_breaklinks false
204 \pdf_pdfborder false
205 \pdf_colorlinks true
206 \pdf_backref false
207 \pdf_pdfusetitle false
208 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
209 \papersize default
210 \use_geometry false
211 \use_package amsmath 2
212 \use_package amssymb 2
213 \use_package cancel 0
214 \use_package esint 0
215 \use_package mathdots 1
216 \use_package mathtools 0
217 \use_package mhchem 1
218 \use_package stackrel 0
219 \use_package stmaryrd 0
220 \use_package undertilde 0
221 \cite_engine basic
222 \cite_engine_type default
223 \biblio_style plain
224 \use_bibtopic false
225 \use_indices false
226 \paperorientation portrait
227 \suppress_date false
228 \justification true
229 \use_refstyle 0
230 \notefontcolor #0000ff
231 \index Index
232 \shortcut idx
233 \color #008000
234 \end_index
235 \secnumdepth 3
236 \tocdepth 3
237 \paragraph_separation skip
238 \defskip medskip
239 \quotes_language english
240 \papercolumns 1
241 \papersides 2
242 \paperpagestyle default
243 \tracking_changes false
244 \output_changes false
245 \html_math_output 0
246 \html_css_as_file 0
247 \html_be_strict false
248 \end_header
249
250 \begin_body
251
252 \begin_layout Title
253 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
254  manual
255 \end_layout
256
257 \begin_layout Author
258 by the LyX Team
259 \begin_inset Foot
260 status collapsed
261
262 \begin_layout Plain Layout
263 \noindent
264 If you have comments or error corrections, please send them to the LyX Documenta
265 tion mailing list: 
266 \begin_inset CommandInset href
267 LatexCommand href
268 name "lyx-docs@lists.lyx.org"
269 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
270 type "mailto:"
271
272 \end_inset
273
274
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 author: Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 Version 2.1.x
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
317  
318 \series bold
319 arydshln
320 \series default
321
322 \series bold
323 colortbl
324 \series default
325
326 \series bold
327 diagbox, lettrine, marginnote, picinpar
328 \series default
329  and 
330 \series bold
331 sidecap
332 \series default
333  must be installed.
334  If they are not installed you can export the document anyway but the sections
335  where the packages are required won't appear in the output.
336 \end_layout
337
338 \begin_layout Plain Layout
339 The latest PDF-version of this document can be found here:
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \series bold
345 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
346 \end_layout
347
348 \end_inset
349
350
351 \end_layout
352
353 \begin_layout Chapter
354 Figures
355 \begin_inset Index idx
356 status collapsed
357
358 \begin_layout Plain Layout
359 Figures
360 \end_layout
361
362 \end_inset
363
364
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Graphics|see
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 {
376 \end_layout
377
378 \end_inset
379
380 Figures
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386 }
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Section
400 Graphics Dialog
401 \begin_inset Index idx
402 status collapsed
403
404 \begin_layout Plain Layout
405 Figures ! Graphics Dialog
406 \end_layout
407
408 \end_inset
409
410
411 \begin_inset CommandInset label
412 LatexCommand label
413 name "sec:Graphics-Dialog"
414
415 \end_inset
416
417
418 \end_layout
419
420 \begin_layout Standard
421 To insert an image into your document, place the cursor at the text position
422  you want and click on the toolbar icon 
423 \begin_inset Info
424 type  "icon"
425 arg   "dialog-show-new-inset graphics"
426 \end_inset
427
428  or use the menu 
429 \family sans
430 Insert\SpecialChar \menuseparator
431 Graphics
432 \family default
433 .
434  Then a dialog will appear to choose the file to load.
435  The image will appear in the output exactly at the position where it is
436  in the text.
437 \end_layout
438
439 \begin_layout Standard
440 The graphics dialog can be called at any time by clicking on an image.
441  This dialog has three tabs:
442 \end_layout
443
444 \begin_layout Description
445
446 \family sans
447 Graphics
448 \family default
449  Here you can choose an image file and adjust its appearance in the output.
450  The available units for the image size are explained in appendix
451 \begin_inset space ~
452 \end_inset
453
454
455 \begin_inset CommandInset ref
456 LatexCommand ref
457 reference "cha:Units-available-in"
458
459 \end_inset
460
461 .
462 \begin_inset Newline newline
463 \end_inset
464
465
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 Figures ! rotated
471 \end_layout
472
473 \end_inset
474
475 You can rotate images counter-clockwise by setting a rotation angle and
476  a rotation origin.
477  The image will also be rotated inside LyX.
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Figures ! scaled
487 \end_layout
488
489 \end_inset
490
491 Images can be scaled by using a percentage value or by setting the width
492  and height explicitly.
493  If you set only the width or only the height, the other size will be determined
494  automatically.
495  If you set both, then the image will be transformed to the given size,
496  possibly distorting it.
497  To prevent the image from distortion, use the option 
498 \family sans
499 Maintain aspect ratio
500 \family default
501 .
502  The image will then be scaled so that its width and height don't exceed
503  the specified dimensions.
504 \begin_inset Newline newline
505 \end_inset
506
507 Images can be opened in a program of your choice by right-clicking on it
508  and choosing the entry 
509 \family sans
510 Edit
511 \begin_inset space ~
512 \end_inset
513
514 externally
515 \family default
516  in the context menu.
517  The program can be set for every image format in the file format settings
518  in LyX's preferences.
519 \end_layout
520
521 \begin_layout Description
522
523 \family sans
524 Clipping
525 \family default
526  Alternatively to the usage of scaling units it is possible to set image
527  coordinates to adjust the height and width of the image in the output.
528  The coordinates can also be calculated automatically by pressing the button
529  
530 \family sans
531 Get
532 \begin_inset space ~
533 \end_inset
534
535 from
536 \begin_inset space ~
537 \end_inset
538
539 File
540 \family default
541 .
542  The option 
543 \family sans
544 Clip
545 \begin_inset space ~
546 \end_inset
547
548 to
549 \begin_inset space ~
550 \end_inset
551
552 bounding
553 \begin_inset space ~
554 \end_inset
555
556 box
557 \family default
558  will only print the image region within the given coordinates.
559  Normally you don't need to worry about image coordinates and can ignore
560  this tab.
561 \end_layout
562
563 \begin_layout Description
564
565 \family sans
566 LaTeX
567 \begin_inset space ~
568 \end_inset
569
570 and
571 \begin_inset space ~
572 \end_inset
573
574 LyX
575 \begin_inset space ~
576 \end_inset
577
578 options
579 \family default
580  In this tab you can modify the appearance of the image within LyX and LaTeX
581  experts can specify additional LaTeX options.
582 \begin_inset Newline newline
583 \end_inset
584
585 The option 
586 \family sans
587 Draft
588 \begin_inset space ~
589 \end_inset
590
591 mode
592 \family default
593  makes the image appear in the output only as a frame with the size of the
594  image.
595 \begin_inset Newline newline
596 \end_inset
597
598 The 
599 \family sans
600 Don't
601 \begin_inset space ~
602 \end_inset
603
604 unzip
605 \begin_inset space ~
606 \end_inset
607
608 on
609 \begin_inset space ~
610 \end_inset
611
612 export
613 \family default
614  option only affects zipped EPS-graphics, e.
615 \begin_inset space \thinspace{}
616 \end_inset
617
618 g.
619 \begin_inset space \space{}
620 \end_inset
621
622
623 \emph on
624 x.eps.gz
625 \emph default
626 .
627  When the option is used the images will not be unzipped on export, since
628  LaTeX can handle them as they are.
629 \begin_inset Newline newline
630 \end_inset
631
632 Zipped EPS-graphics are useful to save disk space when you choose PostScript
633  as output format, see appendix
634 \begin_inset space ~
635 \end_inset
636
637
638 \begin_inset CommandInset ref
639 LatexCommand ref
640 reference "sec:PostScript"
641
642 \end_inset
643
644 .
645  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
646  console:
647 \begin_inset Newline newline
648 \end_inset
649
650
651 \series bold
652 gzip x.eps
653 \series default
654
655 \begin_inset Newline newline
656 \end_inset
657
658
659 \series bold
660 zgrep %%Bounding x.eps.gz > x.eps.bb
661 \series default
662
663 \begin_inset Newline newline
664 \end_inset
665
666 The second command creates the bounding box file 
667 \begin_inset Quotes eld
668 \end_inset
669
670 x.eps.bb
671 \begin_inset Quotes erd
672 \end_inset
673
674  that is needed by LaTeX for zipped graphics.
675 \begin_inset Newline newline
676 \end_inset
677
678 In the section 
679 \family sans
680 Graphics
681 \begin_inset space ~
682 \end_inset
683
684 Group
685 \family default
686  you can define or join an image settings group.
687 \begin_inset Index idx
688 status collapsed
689
690 \begin_layout Plain Layout
691 Figures ! Settings grouping
692 \end_layout
693
694 \end_inset
695
696  Images within such a group share their settings, so adjusting one image
697  of the group automatically also adjusts all other images of the group in
698  the same way.
699  So you can for example change the size for a bunch of images without the
700  need to manually change each of them.
701  Joining an existing group can also be done using the context menu of the
702  image by checking the name of the desired group.
703 \end_layout
704
705 \begin_layout Standard
706 \begin_inset VSpace bigskip
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 This is an example image in EPS format
714 \begin_inset Foot
715 status collapsed
716
717 \begin_layout Plain Layout
718 Image formats are explained in section
719 \begin_inset space ~
720 \end_inset
721
722
723 \begin_inset CommandInset ref
724 LatexCommand ref
725 reference "sec:Image-Formats"
726
727 \end_inset
728
729 .
730 \end_layout
731
732 \end_inset
733
734  within a separate, horizontally centered paragraph:
735 \end_layout
736
737 \begin_layout Standard
738 \align center
739 \begin_inset Graphics
740         filename clipart/mobius.eps
741         scale 70
742         scaleBeforeRotation
743         rotateOrigin center
744
745 \end_inset
746
747
748 \end_layout
749
750 \begin_layout Standard
751 This is the same image like the one above but in draft mode:
752 \end_layout
753
754 \begin_layout Standard
755 \align center
756 \begin_inset Graphics
757         filename clipart/mobius.eps
758         scale 70
759         draft
760         scaleBeforeRotation
761         rotateOrigin center
762
763 \end_inset
764
765
766 \end_layout
767
768 \begin_layout Standard
769 \begin_inset Newpage newpage
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Section
776 Figure Floats
777 \begin_inset CommandInset label
778 LatexCommand label
779 name "sec:Figure-Floats"
780
781 \end_inset
782
783
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 Floats ! Figures
789 \end_layout
790
791 \end_inset
792
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 Figures ! Floats
799 \end_layout
800
801 \end_inset
802
803
804 \end_layout
805
806 \begin_layout Standard
807 For general explanations about floats, have a look at section
808 \begin_inset space ~
809 \end_inset
810
811
812 \begin_inset CommandInset ref
813 LatexCommand ref
814 reference "sec:FloatIntroduction"
815
816 \end_inset
817
818 .
819 \end_layout
820
821 \begin_layout Standard
822 The toolbar button 
823 \begin_inset Info
824 type  "icon"
825 arg   "float-insert figure"
826 \end_inset
827
828  and the menu 
829 \family sans
830 Insert\SpecialChar \menuseparator
831 Float\SpecialChar \menuseparator
832 Figure
833 \family default
834  inserts a float with a caption that has the label 
835 \begin_inset Quotes eld
836 \end_inset
837
838 Figure
839 \begin_inset space ~
840 \end_inset
841
842 #:
843 \begin_inset Quotes erd
844 \end_inset
845
846  (# is the actual number).
847  You can insert the image above the caption, like in Figure
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "fig:kill-plat"
855
856 \end_inset
857
858  or below the caption, like in Figure
859 \begin_inset space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "fig:escher"
866
867 \end_inset
868
869 .
870  More about caption placement is described in section
871 \begin_inset space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "sec:Caption-Placement"
878
879 \end_inset
880
881 .
882 \end_layout
883
884 \begin_layout Standard
885 \begin_inset Float figure
886 wide false
887 sideways false
888 status open
889
890 \begin_layout Plain Layout
891 \align center
892 \begin_inset Graphics
893         filename clipart/platypus.eps
894         width 50col%
895         scaleBeforeRotation
896         rotateOrigin center
897
898 \end_inset
899
900
901 \end_layout
902
903 \begin_layout Plain Layout
904 \begin_inset Caption Standard
905
906 \begin_layout Plain Layout
907 \begin_inset CommandInset label
908 LatexCommand label
909 name "fig:kill-plat"
910
911 \end_inset
912
913 A severely distorted platypus in a float.
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \end_inset
922
923
924 \end_layout
925
926 \begin_layout Standard
927 \begin_inset Float figure
928 wide false
929 sideways false
930 status open
931
932 \begin_layout Plain Layout
933 \begin_inset Caption Standard
934
935 \begin_layout Plain Layout
936 \begin_inset CommandInset label
937 LatexCommand label
938 name "fig:escher"
939
940 \end_inset
941
942 M.C.
943  Escher on acid.
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Plain Layout
952 \align center
953 \begin_inset Graphics
954         filename clipart/escher-lsd.eps
955         scale 80
956         scaleBeforeRotation
957         rotateOrigin center
958
959 \end_inset
960
961
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \begin_layout Standard
970 \begin_inset Index idx
971 status collapsed
972
973 \begin_layout Plain Layout
974 References ! to Figures
975 \end_layout
976
977 \end_inset
978
979 Figure
980 \begin_inset space ~
981 \end_inset
982
983
984 \begin_inset CommandInset ref
985 LatexCommand ref
986 reference "fig:kill-plat"
987
988 \end_inset
989
990  and 
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:escher"
994
995 \end_inset
996
997  are examples of referenced figures.
998  Figures can be referenced in the text by referencing their label.
999  To do this insert a label in the caption using the menu 
1000 \family sans
1001 Insert\SpecialChar \menuseparator
1002 Label
1003 \family default
1004  or the toolbar button 
1005 \begin_inset Info
1006 type  "icon"
1007 arg   "label-insert"
1008 \end_inset
1009
1010 .
1011  You can now refer to the label using the menu 
1012 \family sans
1013 Insert\SpecialChar \menuseparator
1014 Cross
1015 \begin_inset space ~
1016 \end_inset
1017
1018 reference
1019 \family default
1020  or the toolbar button 
1021 \begin_inset Info
1022 type  "icon"
1023 arg   "dialog-show-new-inset ref"
1024 \end_inset
1025
1026 .
1027  It is important to use references to floats, rather than using vague references
1028  like 
1029 \begin_inset Quotes eld
1030 \end_inset
1031
1032 the figure above
1033 \begin_inset Quotes erd
1034 \end_inset
1035
1036 , because LaTeX will reposition the floats in the final document and it
1037  might not be 
1038 \begin_inset Quotes eld
1039 \end_inset
1040
1041 above
1042 \begin_inset Quotes erd
1043 \end_inset
1044
1045  at all.
1046 \begin_inset Newline newline
1047 \end_inset
1048
1049 Referencing is explained in detail in section
1050 \begin_inset space ~
1051 \end_inset
1052
1053
1054 \begin_inset CommandInset ref
1055 LatexCommand ref
1056 reference "sec:Referencing-Floats"
1057
1058 \end_inset
1059
1060 .
1061 \end_layout
1062
1063 \begin_layout Standard
1064 Normally only one image is inserted to a figure float, but sometimes you
1065  might want to use two images with separate subcaptions.
1066  This can be done by inserting image floats into existing image floats.
1067  Note that only the main caption of the float is added to the List of Figures.
1068  Figure
1069 \begin_inset space ~
1070 \end_inset
1071
1072
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "fig:Two-distorted-images"
1076
1077 \end_inset
1078
1079  is an example of a figure float with two images set side by side.
1080  You can also set the images one below the other.
1081  Figure
1082 \begin_inset space ~
1083 \end_inset
1084
1085
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "fig:Undefinable-structure"
1089
1090 \end_inset
1091
1092  and 
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:A-Platypus"
1096
1097 \end_inset
1098
1099  are the subfigures.
1100 \end_layout
1101
1102 \begin_layout Standard
1103 \begin_inset Float figure
1104 wide false
1105 sideways false
1106 status open
1107
1108 \begin_layout Plain Layout
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \begin_inset Float figure
1114 wide false
1115 sideways false
1116 status collapsed
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption Standard
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Undefinable-structure"
1125
1126 \end_inset
1127
1128 Undefinable structure.
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Graphics
1138         filename clipart/escher-lsd.eps
1139         width 45col%
1140         scaleBeforeRotation
1141         groupId distorted
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \begin_inset space \hfill{}
1152 \end_inset
1153
1154
1155 \begin_inset Float figure
1156 wide false
1157 sideways false
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161 \begin_inset Caption Standard
1162
1163 \begin_layout Plain Layout
1164 \begin_inset CommandInset label
1165 LatexCommand label
1166 name "fig:A-Platypus"
1167
1168 \end_inset
1169
1170 A Platypus.
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \begin_layout Plain Layout
1179 \begin_inset Graphics
1180         filename clipart/platypus.eps
1181         width 45col%
1182         scaleBeforeRotation
1183         groupId distorted
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \begin_inset space \hfill{}
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \begin_layout Plain Layout
1200 \begin_inset Caption Standard
1201
1202 \begin_layout Plain Layout
1203 \begin_inset CommandInset label
1204 LatexCommand label
1205 name "fig:Two-distorted-images"
1206
1207 \end_inset
1208
1209
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig2:Two-distorted-images-2"
1213
1214 \end_inset
1215
1216 Two distorted images.
1217  Both images are in the image settings group named 
1218 \begin_inset Quotes eld
1219 \end_inset
1220
1221 distorted
1222 \begin_inset Quotes erd
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Standard
1239 \begin_inset Newpage newpage
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Section
1246 Image Formats
1247 \begin_inset CommandInset label
1248 LatexCommand label
1249 name "sec:Image-Formats"
1250
1251 \end_inset
1252
1253
1254 \begin_inset Index idx
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258 Image Formats
1259 \end_layout
1260
1261 \end_inset
1262
1263
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 Figures ! Image Formats
1269 \end_layout
1270
1271 \end_inset
1272
1273
1274 \end_layout
1275
1276 \begin_layout Standard
1277 You can insert images in any known file format.
1278  But as explained in appendix
1279 \begin_inset space ~
1280 \end_inset
1281
1282
1283 \begin_inset CommandInset ref
1284 LatexCommand ref
1285 reference "cha:Output-File-Formats"
1286
1287 \end_inset
1288
1289 , each output document format allows only a few image formats.
1290  LyX uses therefore the program 
1291 \family typewriter
1292 ImageMagick
1293 \family default
1294  in the background to convert the images to the right format.
1295  To increase your work flow by avoiding these conversions in the background,
1296  you could choose to use only the image formats that can directly be embedded
1297  in the output file format.
1298  The output file formats are explained in appendix
1299 \begin_inset space ~
1300 \end_inset
1301
1302
1303 \begin_inset CommandInset ref
1304 LatexCommand ref
1305 reference "cha:Output-File-Formats"
1306
1307 \end_inset
1308
1309 .
1310 \end_layout
1311
1312 \begin_layout Standard
1313 Similar to fonts there are two types of image formats:
1314 \end_layout
1315
1316 \begin_layout Description
1317 Bitmap
1318 \begin_inset space ~
1319 \end_inset
1320
1321 images consist of pixel values, often in a compressed form.
1322  They are therefore not fully scalable and look pixelated in large zooms.
1323  Well-known bitmap image formats are 
1324 \begin_inset Quotes eld
1325 \end_inset
1326
1327 Graphics Interchange Format
1328 \begin_inset Quotes erd
1329 \end_inset
1330
1331  (GIF, file extension 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .gif
1338 \family default
1339
1340 \begin_inset Quotes erd
1341 \end_inset
1342
1343 )
1344 \begin_inset Index idx
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348 GIF|see
1349 \begin_inset ERT
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353
1354 {
1355 \end_layout
1356
1357 \end_inset
1358
1359 Image formats
1360 \begin_inset ERT
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364
1365 }
1366 \end_layout
1367
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \end_inset
1374
1375
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379 Portable Network Graphics
1380 \begin_inset Quotes erd
1381 \end_inset
1382
1383  (PNG, file extension 
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387
1388 \family typewriter
1389 .png
1390 \family default
1391
1392 \begin_inset Quotes erd
1393 \end_inset
1394
1395 )
1396 \begin_inset Index idx
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400 PNG|see
1401 \begin_inset ERT
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405
1406 {
1407 \end_layout
1408
1409 \end_inset
1410
1411 Image formats
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 }
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \end_inset
1426
1427 , and 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431 Joint Photographic Experts Group
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435  (JPG, file extension 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .jpg
1442 \family default
1443
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447  or 
1448 \begin_inset Quotes eld
1449 \end_inset
1450
1451
1452 \family typewriter
1453 .jpeg
1454 \family default
1455
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459 )
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 JPG|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Image formats
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491 .
1492 \end_layout
1493
1494 \begin_layout Description
1495 Vector
1496 \begin_inset space ~
1497 \end_inset
1498
1499 images consist of vectors and can therefore be scaled to any size without
1500  data loss.
1501  The scaling ability is necessary if you want to create presentations, because
1502  presentations are always scaled by the video projector.
1503  Scaling is also useful for online documents to let the user zoom into diagrams.
1504 \begin_inset Newline newline
1505 \end_inset
1506
1507 Well-known scalable image formats are 
1508 \begin_inset Quotes eld
1509 \end_inset
1510
1511 Scalable Vector Graphics
1512 \begin_inset Quotes erd
1513 \end_inset
1514
1515  (SVG, file extension 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519
1520 \family typewriter
1521 .svg
1522 \family default
1523
1524 \begin_inset Quotes erd
1525 \end_inset
1526
1527 )
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 SVG|see
1533 \begin_inset ERT
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537
1538 {
1539 \end_layout
1540
1541 \end_inset
1542
1543 Image formats
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 }
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \begin_inset Quotes eld
1561 \end_inset
1562
1563 Encapsulated PostScript
1564 \begin_inset Quotes erd
1565 \end_inset
1566
1567  (EPS, file extension 
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .eps
1574 \family default
1575
1576 \begin_inset Quotes erd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index idx
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 EPS|see
1585 \begin_inset ERT
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589
1590 {
1591 \end_layout
1592
1593 \end_inset
1594
1595 Image formats
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 }
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610
1611
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 Portable Document Format
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619  (PDF, file extension 
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623
1624 \family typewriter
1625 .pdf
1626 \family default
1627
1628 \begin_inset Quotes erd
1629 \end_inset
1630
1631 )
1632 \begin_inset Index idx
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 PDF
1637 \end_layout
1638
1639 \end_inset
1640
1641 , and 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645 Windows Metafile
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649  (WMF, file extension 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653
1654 \family typewriter
1655 .wmf
1656 \family default
1657
1658 \begin_inset Quotes erd
1659 \end_inset
1660
1661 )
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 SVG|see
1667 \begin_inset ERT
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671
1672 {
1673 \end_layout
1674
1675 \end_inset
1676
1677 Image formats
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 }
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \end_inset
1692
1693 .
1694  We wrote 
1695 \begin_inset Quotes eld
1696 \end_inset
1697
1698 can be
1699 \begin_inset Quotes erd
1700 \end_inset
1701
1702 , because you can convert any bitmap image to a PDF or EPS-image and the
1703  result will still be a bitmap image.
1704  In such cases only a header with the image properties is added to the original
1705  image
1706 \begin_inset Foot
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 In the case of PDF, the original image is additionally compressed.
1711 \end_layout
1712
1713 \end_inset
1714
1715 .
1716  The PDF-files generated by 
1717 \family typewriter
1718 Adobe Photoshop
1719 \family default
1720  are for example bitmap images.
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Normally it is not possible to convert a bitmap image into a scalable one,
1725  only vice versa.
1726  Only the image formats PDF and EPS can directly be embedded to PDF and
1727  PostScript output files, respectively.
1728  SVG and WMF-images are recalculated to bitmaps when the output file is
1729  generated because there is currently no adequate WMF/SVG
1730 \begin_inset Formula $\to$
1731 \end_inset
1732
1733 PDF/EPS converter available.
1734 \end_layout
1735
1736 \begin_layout Chapter
1737 Tables
1738 \begin_inset Index idx
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Table
1743 \end_layout
1744
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \begin_layout Section
1751 Introduction
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Table ! Introduction
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \begin_layout Standard
1765 You can insert a table using either the toolbar button 
1766 \begin_inset Info
1767 type  "icon"
1768 arg   "tabular-insert"
1769 \end_inset
1770
1771  or the menu 
1772 \family sans
1773 Insert\SpecialChar \menuseparator
1774 Table
1775 \family default
1776 .
1777  The toolbar button offers you a graphical selection: move the mouse to
1778  set the column/row number of the table that should be created and then
1779  press a mouse button.
1780  When you use the menu to create a table, a dialog will appear, asking you
1781  for the number of rows and columns.
1782 \begin_inset Newline newline
1783 \end_inset
1784
1785 The default table has lines around any cell and the first row appears separated
1786  from the rest of the table.
1787  This separation occurs due to a double line: The cells of the first row
1788  have a line below them and the cells of the second row have a line above
1789  them.
1790  Here is an example table:
1791 \end_layout
1792
1793 \begin_layout Standard
1794 \align center
1795 \begin_inset Tabular
1796 <lyxtabular version="3" rows="4" columns="4">
1797 <features rotate="0" tabularvalignment="middle">
1798 <column alignment="center" valignment="top">
1799 <column alignment="center" valignment="top">
1800 <column alignment="center" valignment="top">
1801 <column alignment="center" valignment="top">
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \family roman
1818 \series medium
1819 \shape up
1820 \size normal
1821 \emph off
1822 \bar no
1823 \noun off
1824 \color none
1825 1
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834 2
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 3
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \family roman
1856 \series medium
1857 \shape up
1858 \size normal
1859 \emph off
1860 \bar no
1861 \noun off
1862 \color none
1863 A
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \family roman
1903 \series medium
1904 \shape up
1905 \size normal
1906 \emph off
1907 \bar no
1908 \noun off
1909 \color none
1910 B
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \family roman
1950 \series medium
1951 \shape up
1952 \size normal
1953 \emph off
1954 \bar no
1955 \noun off
1956 \color none
1957 C
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 </row>
1990 </lyxtabular>
1991
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Section
1998 Table Dialog
1999 \begin_inset Index idx
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003 Table ! Dialog
2004 \end_layout
2005
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_layout Standard
2012 You can alter a table by clicking on it with the right mouse button, which
2013  brings up the context menu.
2014  Under the menu entry 
2015 \family sans
2016 More
2017 \family default
2018  you can adjust the settings of that cell and row/column respectively where
2019  the cursor is currently placed.
2020  The context menu 
2021 \family sans
2022 More\SpecialChar \menuseparator
2023 Settings
2024 \family default
2025  opens the table dialog where you can adjust more things.
2026  Most of the dialog options also work on selections.
2027  This means if you select more cells, columns or rows, the action is done
2028  for the whole selection.
2029  Note that there is a difference between selecting the 
2030 \emph on
2031 contents
2032 \emph default
2033  of the cell, and the cell itself.
2034 \begin_inset Newline newline
2035 \end_inset
2036
2037 With the dialog option 
2038 \family sans
2039 Immediate
2040 \begin_inset space ~
2041 \end_inset
2042
2043 Apply
2044 \family default
2045  every change you make in the dialog is directly applied.
2046  If you move the cursor to another table cell the dialog will then also
2047  be updated with the parameters of the new cell.
2048  If you change length values in the dialog you must press 
2049 \family sans
2050 Return
2051 \family default
2052  to get the change applied.
2053 \begin_inset Newline newline
2054 \end_inset
2055
2056 You can alter tables with the following tabs of the table dialog:
2057 \end_layout
2058
2059 \begin_layout Description
2060
2061 \family sans
2062 Table
2063 \begin_inset space ~
2064 \end_inset
2065
2066 Settings
2067 \family default
2068  Here you can set the table width
2069 \begin_inset Index idx
2070 status collapsed
2071
2072 \begin_layout Plain Layout
2073 Table ! Width
2074 \end_layout
2075
2076 \end_inset
2077
2078 , and the horizontal alignment and the width of the current column.
2079  The alignment 
2080 \family sans
2081 At
2082 \begin_inset space ~
2083 \end_inset
2084
2085 Decimal
2086 \begin_inset space ~
2087 \end_inset
2088
2089 Separator
2090 \family default
2091  is described in section
2092 \begin_inset space ~
2093 \end_inset
2094
2095
2096 \begin_inset CommandInset ref
2097 LatexCommand ref
2098 reference "sub:Special-Cell-Alignment"
2099
2100 \end_inset
2101
2102 .
2103  When you have set a width you can also adjust the vertical alignment of
2104  the current row.
2105  A given width will allow the cell to have line breaks and multiple paragraphs
2106  of text, see sec.
2107 \begin_inset space \thinspace{}
2108 \end_inset
2109
2110
2111 \begin_inset CommandInset ref
2112 LatexCommand ref
2113 reference "sub:Multiple-Lines-in"
2114
2115 \end_inset
2116
2117 .
2118  If you set no width, the column is as wide as the content of its widest
2119  cell.
2120 \begin_inset Newline newline
2121 \end_inset
2122
2123 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2124  cell, see sec.
2125 \begin_inset space \thinspace{}
2126 \end_inset
2127
2128
2129 \begin_inset CommandInset ref
2130 LatexCommand ref
2131 reference "sub:Multicolumns"
2132
2133 \end_inset
2134
2135  or the cells of one column as multirow cell, see sec.
2136 \begin_inset space \thinspace{}
2137 \end_inset
2138
2139
2140 \begin_inset CommandInset ref
2141 LatexCommand ref
2142 reference "sub:Multirows"
2143
2144 \end_inset
2145
2146 .
2147 \begin_inset Newline newline
2148 \end_inset
2149
2150 The rotate check boxes rotate the current cell, a selection, or the whole
2151  table counter-clockwise by 90
2152 \begin_inset space \thinspace{}
2153 \end_inset
2154
2155 °.
2156  The rotation is not shown within LyX, only in the output.
2157  For more information see sec.
2158 \begin_inset space \thinspace{}
2159 \end_inset
2160
2161
2162 \begin_inset CommandInset ref
2163 LatexCommand ref
2164 reference "sec:Rotated-Table-Cells"
2165
2166 \end_inset
2167
2168 .
2169 \begin_inset Newline newline
2170 \end_inset
2171
2172
2173 \begin_inset Note Greyedout
2174 status open
2175
2176 \begin_layout Plain Layout
2177
2178 \series bold
2179 Note:
2180 \series default
2181  Not all DVI-viewers are able to display rotations.
2182 \end_layout
2183
2184 \end_inset
2185
2186
2187 \begin_inset Newline newline
2188 \end_inset
2189
2190 The table-wide vertical alignment is used for tables within text lines:
2191 \begin_inset Newline newline
2192 \end_inset
2193
2194 A line with tables with different alignments: 
2195 \begin_inset Tabular
2196 <lyxtabular version="3" rows="2" columns="2">
2197 <features rotate="0" tabularvalignment="top">
2198 <column alignment="center" valignment="top" width="0pt">
2199 <column alignment="center" valignment="top">
2200 <row>
2201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2202 \begin_inset Text
2203
2204 \begin_layout Plain Layout
2205
2206 \end_layout
2207
2208 \end_inset
2209 </cell>
2210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2211 \begin_inset Text
2212
2213 \begin_layout Plain Layout
2214
2215 \family roman
2216 \series medium
2217 \shape up
2218 \size normal
2219 \emph off
2220 \bar no
2221 \noun off
2222 \color none
2223 1
2224 \end_layout
2225
2226 \end_inset
2227 </cell>
2228 </row>
2229 <row>
2230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2231 \begin_inset Text
2232
2233 \begin_layout Plain Layout
2234
2235 \family roman
2236 \series medium
2237 \shape up
2238 \size normal
2239 \emph off
2240 \bar no
2241 \noun off
2242 \color none
2243 A
2244 \end_layout
2245
2246 \end_inset
2247 </cell>
2248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2249 \begin_inset Text
2250
2251 \begin_layout Plain Layout
2252
2253 \end_layout
2254
2255 \end_inset
2256 </cell>
2257 </row>
2258 </lyxtabular>
2259
2260 \end_inset
2261
2262  
2263 \begin_inset Tabular
2264 <lyxtabular version="3" rows="2" columns="2">
2265 <features rotate="0" tabularvalignment="middle">
2266 <column alignment="center" valignment="top">
2267 <column alignment="center" valignment="top">
2268 <row>
2269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2270 \begin_inset Text
2271
2272 \begin_layout Plain Layout
2273
2274 \end_layout
2275
2276 \end_inset
2277 </cell>
2278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2279 \begin_inset Text
2280
2281 \begin_layout Plain Layout
2282
2283 \family roman
2284 \series medium
2285 \shape up
2286 \size normal
2287 \emph off
2288 \bar no
2289 \noun off
2290 \color none
2291 1
2292 \end_layout
2293
2294 \end_inset
2295 </cell>
2296 </row>
2297 <row>
2298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2299 \begin_inset Text
2300
2301 \begin_layout Plain Layout
2302
2303 \family roman
2304 \series medium
2305 \shape up
2306 \size normal
2307 \emph off
2308 \bar no
2309 \noun off
2310 \color none
2311 A
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 </row>
2326 </lyxtabular>
2327
2328 \end_inset
2329
2330  
2331 \begin_inset Tabular
2332 <lyxtabular version="3" rows="2" columns="2">
2333 <features rotate="0" tabularvalignment="bottom">
2334 <column alignment="center" valignment="top" width="0pt">
2335 <column alignment="center" valignment="top">
2336 <row>
2337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341
2342 \end_layout
2343
2344 \end_inset
2345 </cell>
2346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout Plain Layout
2350
2351 \family roman
2352 \series medium
2353 \shape up
2354 \size normal
2355 \emph off
2356 \bar no
2357 \noun off
2358 \color none
2359 1
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 </row>
2365 <row>
2366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370
2371 \family roman
2372 \series medium
2373 \shape up
2374 \size normal
2375 \emph off
2376 \bar no
2377 \noun off
2378 \color none
2379 A
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2385 \begin_inset Text
2386
2387 \begin_layout Plain Layout
2388
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 </row>
2394 </lyxtabular>
2395
2396 \end_inset
2397
2398
2399 \begin_inset Newline newline
2400 \end_inset
2401
2402 It is also possible to enter a LaTeX-argument which is needed for special
2403  table formattings, see sec.
2404 \begin_inset space \thinspace{}
2405 \end_inset
2406
2407
2408 \begin_inset CommandInset ref
2409 LatexCommand ref
2410 reference "sub:Multicolumn-Calculations"
2411
2412 \end_inset
2413
2414  and 
2415 \begin_inset CommandInset ref
2416 LatexCommand ref
2417 reference "sec:Colored-Tables"
2418
2419 \end_inset
2420
2421 .
2422 \end_layout
2423
2424 \begin_layout Description
2425
2426 \family sans
2427 Borders
2428 \family default
2429  In this tab you can add and delete border lines for the current row/column.
2430 \begin_inset Newline newline
2431 \end_inset
2432
2433 Using the style option 
2434 \family sans
2435 Formal
2436 \family default
2437  will convert the table to a formal table as described in sec.
2438 \begin_inset space \thinspace{}
2439 \end_inset
2440
2441
2442 \begin_inset CommandInset ref
2443 LatexCommand ref
2444 reference "sec:Formal-Tables"
2445
2446 \end_inset
2447
2448 .
2449 \begin_inset Newline newline
2450 \end_inset
2451
2452 You can also add space here to table rows as described in sec.
2453 \begin_inset space \thinspace{}
2454 \end_inset
2455
2456
2457 \begin_inset CommandInset ref
2458 LatexCommand ref
2459 reference "sub:Row-Spacing"
2460
2461 \end_inset
2462
2463 .
2464 \end_layout
2465
2466 \begin_layout Description
2467
2468 \family sans
2469 Longtable
2470 \family default
2471  This tab is to make a table a so called 
2472 \begin_inset Quotes eld
2473 \end_inset
2474
2475
2476 \emph on
2477 longtable
2478 \emph default
2479
2480 \begin_inset Quotes erd
2481 \end_inset
2482
2483  that can run over several pages.
2484  Sections
2485 \begin_inset space ~
2486 \end_inset
2487
2488
2489 \begin_inset CommandInset ref
2490 LatexCommand ref
2491 reference "sec:Longtables"
2492
2493 \end_inset
2494
2495  and 
2496 \begin_inset CommandInset ref
2497 LatexCommand ref
2498 reference "sec:Special-Longtable-Issues"
2499
2500 \end_inset
2501
2502  describe the longtable features in detail.
2503 \end_layout
2504
2505 \begin_layout Section
2506 Table Toolbar
2507 \begin_inset Index idx
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511 Table ! Toolbar
2512 \end_layout
2513
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \begin_layout Standard
2520 The table toolbar is an alternative to the table dialog to be able to alter
2521  tables faster.
2522  It should normally appear at the bottom of LyX's main window when the cursor
2523  is inside a table.
2524  You can alternatively switch it on to appear always, by right-clicking
2525  in LyX's main menu bar.
2526 \end_layout
2527
2528 \begin_layout Standard
2529 The toolbar has the following icons:
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Info
2535 type  "icon"
2536 arg   "inset-modify tabular append-row"
2537 \end_inset
2538
2539  adds a row below the current cell or selection
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544 \begin_inset Info
2545 type  "icon"
2546 arg   "inset-modify tabular append-column"
2547 \end_inset
2548
2549  adds a column right beside the current cell or selection
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554 \begin_inset Info
2555 type  "icon"
2556 arg   "inset-modify tabular delete-row"
2557 \end_inset
2558
2559  deletes the current row or selection
2560 \end_layout
2561
2562 \begin_layout Labeling
2563 \labelwidthstring 00.00.0000
2564 \begin_inset Info
2565 type  "icon"
2566 arg   "inset-modify tabular delete-column"
2567 \end_inset
2568
2569  deletes the current column or selection
2570 \end_layout
2571
2572 \begin_layout Labeling
2573 \labelwidthstring 00.00.0000
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "inset-modify tabular move-row-up"
2577 \end_inset
2578
2579  moves the row up
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "inset-modify tabular move-column-left"
2587 \end_inset
2588
2589  moves the column to the left
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Info
2595 type  "icon"
2596 arg   "inset-modify tabular move-row-down"
2597 \end_inset
2598
2599  moves the row down
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "inset-modify tabular move-column-right"
2607 \end_inset
2608
2609  moves the column to the right
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "inset-modify tabular toggle-line-top"
2617 \end_inset
2618
2619  adds a line at the top of the current cell / row or of a selection
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "inset-modify tabular toggle-line-bottom"
2627 \end_inset
2628
2629  adds a line at the bottom of the current cell / row or of a selection
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "inset-modify tabular toggle-line-left"
2637 \end_inset
2638
2639  adds a line at the left side of the current cell / row or of a selection
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "inset-modify tabular toggle-line-right"
2647 \end_inset
2648
2649  adds a line at the right side of the current cell / row or of a selection
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "inset-modify tabular set-all-lines"
2657 \end_inset
2658
2659  adds lines around the current or selected cells - if the current cell no
2660  multicolumn cell this also affects the current row and column
2661 \end_layout
2662
2663 \begin_layout Labeling
2664 \labelwidthstring 00.00.0000
2665 \begin_inset Info
2666 type  "icon"
2667 arg   "inset-modify tabular unset-all-lines"
2668 \end_inset
2669
2670  deletes all lines of the current or selected cells - if the current cell
2671  no multicolumn cell this also affects the current row and column
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Info
2677 type  "icon"
2678 arg   "inset-modify tabular m-align-left"
2679 \end_inset
2680
2681  left-aligns the content of the current cell / column
2682 \end_layout
2683
2684 \begin_layout Labeling
2685 \labelwidthstring 00.00.0000
2686 \begin_inset Info
2687 type  "icon"
2688 arg   "inset-modify tabular m-align-center"
2689 \end_inset
2690
2691  centers the content of the current cell / column horizontally
2692 \end_layout
2693
2694 \begin_layout Labeling
2695 \labelwidthstring 00.00.0000
2696 \begin_inset Info
2697 type  "icon"
2698 arg   "inset-modify tabular m-align-right"
2699 \end_inset
2700
2701  right-aligns the content of the current cell / column
2702 \end_layout
2703
2704 \begin_layout Labeling
2705 \labelwidthstring 00.00.0000
2706 \begin_inset Info
2707 type  "icon"
2708 arg   "inset-modify tabular align-decimal"
2709 \end_inset
2710
2711  aligns the content of the current column at a character
2712 \end_layout
2713
2714 \begin_layout Labeling
2715 \labelwidthstring 00.00.0000
2716 \begin_inset Info
2717 type  "icon"
2718 arg   "inset-modify tabular m-valign-top"
2719 \end_inset
2720
2721  aligns the content of the current cell vertically to the top
2722 \end_layout
2723
2724 \begin_layout Labeling
2725 \labelwidthstring 00.00.0000
2726 \begin_inset Info
2727 type  "icon"
2728 arg   "inset-modify tabular m-valign-middle"
2729 \end_inset
2730
2731  centers the content of the current cell vertically
2732 \end_layout
2733
2734 \begin_layout Labeling
2735 \labelwidthstring 00.00.0000
2736 \begin_inset Info
2737 type  "icon"
2738 arg   "inset-modify tabular m-valign-bottom"
2739 \end_inset
2740
2741  aligns the content of the current cell vertically to the bottom
2742 \end_layout
2743
2744 \begin_layout Labeling
2745 \labelwidthstring 00.00.0000
2746 \begin_inset Info
2747 type  "icon"
2748 arg   "inset-modify tabular set-rotate-cell"
2749 \end_inset
2750
2751  rotates the current cell or selection counter-clockwise by 90°
2752 \end_layout
2753
2754 \begin_layout Labeling
2755 \labelwidthstring 00.00.0000
2756 \begin_inset Info
2757 type  "icon"
2758 arg   "inset-modify tabular set-rotate-tabular"
2759 \end_inset
2760
2761  rotates the whole table counter-clockwise by 90°
2762 \end_layout
2763
2764 \begin_layout Labeling
2765 \labelwidthstring 00.00.0000
2766 \begin_inset Info
2767 type  "icon"
2768 arg   "inset-modify tabular multicolumn"
2769 \end_inset
2770
2771  sets the current cell or selection as a multicolumn
2772 \end_layout
2773
2774 \begin_layout Labeling
2775 \labelwidthstring 00.00.0000
2776 \begin_inset Info
2777 type  "icon"
2778 arg   "inset-modify tabular multirow"
2779 \end_inset
2780
2781  sets the current cell or selection as a multirow
2782 \end_layout
2783
2784 \begin_layout Standard
2785 \begin_inset Note Greyedout
2786 status open
2787
2788 \begin_layout Plain Layout
2789
2790 \series bold
2791 Note:
2792 \series default
2793  For the output the vertical alignment of the first cell in a row is used
2794  for all following cells in the row.
2795 \end_layout
2796
2797 \end_inset
2798
2799
2800 \end_layout
2801
2802 \begin_layout Section
2803 Edit Table Menu
2804 \begin_inset Index idx
2805 status collapsed
2806
2807 \begin_layout Plain Layout
2808 Table ! Edit Menu
2809 \end_layout
2810
2811 \end_inset
2812
2813
2814 \end_layout
2815
2816 \begin_layout Standard
2817 In addition to the table dialog and toolbar, the menu 
2818 \family sans
2819 Edit\SpecialChar \menuseparator
2820 Table
2821 \family default
2822  allows you to add and delete border lines for the current row/column and
2823  to set the current selection as multicolumn.
2824  The menu is only available when the cursor is inside a table.
2825 \end_layout
2826
2827 \begin_layout Section
2828 Table Floats
2829 \begin_inset CommandInset label
2830 LatexCommand label
2831 name "sec:Table-Floats"
2832
2833 \end_inset
2834
2835
2836 \begin_inset Index idx
2837 status collapsed
2838
2839 \begin_layout Plain Layout
2840 Floats ! Tables
2841 \end_layout
2842
2843 \end_inset
2844
2845
2846 \begin_inset Index idx
2847 status collapsed
2848
2849 \begin_layout Plain Layout
2850 Table ! Floats
2851 \end_layout
2852
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \begin_layout Standard
2859 For general explanations about floats, have a look at section
2860 \begin_inset space ~
2861 \end_inset
2862
2863
2864 \begin_inset CommandInset ref
2865 LatexCommand ref
2866 reference "sec:FloatIntroduction"
2867
2868 \end_inset
2869
2870 .
2871 \end_layout
2872
2873 \begin_layout Standard
2874 \begin_inset Float table
2875 placement h
2876 wide false
2877 sideways false
2878 status open
2879
2880 \begin_layout Plain Layout
2881 \begin_inset Caption Standard
2882
2883 \begin_layout Plain Layout
2884 \begin_inset CommandInset label
2885 LatexCommand label
2886 name "tab:a table float"
2887
2888 \end_inset
2889
2890 A table float.
2891 \end_layout
2892
2893 \end_inset
2894
2895
2896 \end_layout
2897
2898 \begin_layout Plain Layout
2899 \align center
2900 \begin_inset Tabular
2901 <lyxtabular version="3" rows="3" columns="3">
2902 <features rotate="0" tabularvalignment="middle">
2903 <column alignment="center" valignment="top" width="0pt">
2904 <column alignment="center" valignment="top" width="0pt">
2905 <column alignment="center" valignment="top" width="0pt">
2906 <row>
2907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Plain Layout
2911
2912 \family roman
2913 \series medium
2914 \shape up
2915 \size normal
2916 \emph off
2917 \bar no
2918 \noun off
2919 \color none
2920 1
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929
2930 \family roman
2931 \series medium
2932 \shape up
2933 \size normal
2934 \emph off
2935 \bar no
2936 \noun off
2937 \color none
2938 2
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947
2948 \family roman
2949 \series medium
2950 \shape up
2951 \size normal
2952 \emph off
2953 \bar no
2954 \noun off
2955 \color none
2956 3
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 </row>
2962 <row>
2963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967
2968 \family roman
2969 \series medium
2970 \shape up
2971 \size normal
2972 \emph off
2973 \bar no
2974 \noun off
2975 \color none
2976 Joe
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Plain Layout
2985
2986 \family roman
2987 \series medium
2988 \shape up
2989 \size normal
2990 \emph off
2991 \bar no
2992 \noun off
2993 \color none
2994 Mary
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003
3004 \family roman
3005 \series medium
3006 \shape up
3007 \size normal
3008 \emph off
3009 \bar no
3010 \noun off
3011 \color none
3012 Ted
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 </row>
3018 <row>
3019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023
3024 \family roman
3025 \series medium
3026 \shape up
3027 \size normal
3028 \emph off
3029 \bar no
3030 \noun off
3031 \color none
3032 \begin_inset Formula $\int x^{2}dx$
3033 \end_inset
3034
3035
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044
3045 \family roman
3046 \series medium
3047 \shape up
3048 \size normal
3049 \emph off
3050 \bar no
3051 \noun off
3052 \color none
3053 \begin_inset Formula $\left[\begin{array}{cc}
3054 a & b\\
3055 c & d
3056 \end{array}\right]$
3057 \end_inset
3058
3059
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068
3069 \family roman
3070 \series medium
3071 \shape up
3072 \size normal
3073 \emph off
3074 \bar no
3075 \noun off
3076 \color none
3077 \begin_inset Formula $1+1=2$
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 </row>
3086 </lyxtabular>
3087
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \end_inset
3094
3095
3096 \end_layout
3097
3098 \begin_layout Standard
3099 Table floats can be inserted using the menu 
3100 \family sans
3101 Insert\SpecialChar \menuseparator
3102 Float\SpecialChar \menuseparator
3103 Table
3104 \family default
3105  or the toolbar button 
3106 \begin_inset Info
3107 type  "icon"
3108 arg   "float-insert table"
3109 \end_inset
3110
3111 .
3112 \end_layout
3113
3114 \begin_layout Standard
3115 The float appears as a collapsible box with a caption that has the label
3116  
3117 \begin_inset Quotes eld
3118 \end_inset
3119
3120 Table
3121 \begin_inset space ~
3122 \end_inset
3123
3124 #:
3125 \begin_inset Quotes erd
3126 \end_inset
3127
3128  (# is the actual table number).
3129  You can insert tables in the float above or below the caption.
3130 \end_layout
3131
3132 \begin_layout Standard
3133 Table
3134 \begin_inset space ~
3135 \end_inset
3136
3137
3138 \begin_inset CommandInset ref
3139 LatexCommand ref
3140 reference "tab:a table float"
3141
3142 \end_inset
3143
3144  is an example table within a table float.
3145 \end_layout
3146
3147 \begin_layout Standard
3148 Having the caption above the table is the common rule that is unfortunately
3149  not supported in LaTeX's standard classes.
3150  This means that, if you are using the document classes 
3151 \family sans
3152 article
3153 \family default
3154
3155 \family sans
3156 book
3157 \family default
3158
3159 \family sans
3160 letter
3161 \family default
3162 , or 
3163 \family sans
3164 report
3165 \family default
3166 , there will be no space between the caption and the table.
3167  To insert the needed space, add the following option to the load command
3168  of the LaTeX-package 
3169 \series bold
3170 caption
3171 \series default
3172
3173 \begin_inset Index idx
3174 status collapsed
3175
3176 \begin_layout Plain Layout
3177 LaTeX-packages ! caption
3178 \end_layout
3179
3180 \end_inset
3181
3182  in your document preamble
3183 \begin_inset Foot
3184 status collapsed
3185
3186 \begin_layout Plain Layout
3187 For more information have a look at section
3188 \begin_inset space ~
3189 \end_inset
3190
3191
3192 \begin_inset CommandInset ref
3193 LatexCommand ref
3194 reference "sec:Caption-Placement"
3195
3196 \end_inset
3197
3198 .
3199 \end_layout
3200
3201 \end_inset
3202
3203 :
3204 \end_layout
3205
3206 \begin_layout Standard
3207
3208 \series bold
3209 tableposition=top
3210 \end_layout
3211
3212 \begin_layout Standard
3213 The package 
3214 \series bold
3215 caption
3216 \series default
3217 , which is described in section
3218 \begin_inset space ~
3219 \end_inset
3220
3221
3222 \begin_inset CommandInset ref
3223 LatexCommand ref
3224 reference "sec:Caption-Formatting"
3225
3226 \end_inset
3227
3228 , is used to adjust the caption format.
3229 \end_layout
3230
3231 \begin_layout Standard
3232 \begin_inset Index idx
3233 status collapsed
3234
3235 \begin_layout Plain Layout
3236 References ! to Tables
3237 \end_layout
3238
3239 \end_inset
3240
3241 Tables can be cross-referenced in the text by referencing their label.
3242  To do this insert a label in the caption using the menu 
3243 \family sans
3244 Insert\SpecialChar \menuseparator
3245 Label
3246 \family default
3247  or the toolbar button 
3248 \begin_inset Info
3249 type  "icon"
3250 arg   "label-insert"
3251 \end_inset
3252
3253 .
3254  You can now refer to the label using the menu 
3255 \family sans
3256 Insert\SpecialChar \menuseparator
3257 Cross
3258 \begin_inset space ~
3259 \end_inset
3260
3261 reference
3262 \family default
3263  or the toolbar button 
3264 \begin_inset Info
3265 type  "icon"
3266 arg   "dialog-show-new-inset ref"
3267 \end_inset
3268
3269 .
3270 \begin_inset Newline newline
3271 \end_inset
3272
3273 Referencing is explained in detail in section
3274 \begin_inset space ~
3275 \end_inset
3276
3277
3278 \begin_inset CommandInset ref
3279 LatexCommand ref
3280 reference "sec:Referencing-Floats"
3281
3282 \end_inset
3283
3284 .
3285 \end_layout
3286
3287 \begin_layout Section
3288 Longtables
3289 \begin_inset CommandInset label
3290 LatexCommand label
3291 name "sec:Longtables"
3292
3293 \end_inset
3294
3295
3296 \begin_inset Index idx
3297 status collapsed
3298
3299 \begin_layout Plain Layout
3300 Longtables
3301 \end_layout
3302
3303 \end_inset
3304
3305
3306 \begin_inset Index idx
3307 status collapsed
3308
3309 \begin_layout Plain Layout
3310 Table ! Longtables
3311 \end_layout
3312
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \begin_layout Standard
3319 If the table is too long to fit on one page, you can use the option 
3320 \family sans
3321 Use
3322 \begin_inset space ~
3323 \end_inset
3324
3325 long
3326 \begin_inset space ~
3327 \end_inset
3328
3329 table
3330 \family default
3331  in the tab 
3332 \family sans
3333 Longtable
3334 \family default
3335  of the table dialog to split the table automatically over more pages.
3336  Doing this enables the following options:
3337 \end_layout
3338
3339 \begin_layout Description
3340 Header: The current row is defined to be a header row that appears on all
3341  pages of the longtable; except for the first page, if 
3342 \family sans
3343 First
3344 \begin_inset space ~
3345 \end_inset
3346
3347 header
3348 \family default
3349  is defined.
3350  This is therefore called the main header.
3351 \end_layout
3352
3353 \begin_layout Description
3354 First
3355 \begin_inset space ~
3356 \end_inset
3357
3358 header: The current row is defined to be a header row that appears on the
3359  first page of the longtable.
3360 \end_layout
3361
3362 \begin_layout Description
3363 Footer: The current row is defined to be a footer row that appears on all
3364  pages of the longtable; except for the last page, if 
3365 \family sans
3366 Last
3367 \begin_inset space ~
3368 \end_inset
3369
3370 footer
3371 \family default
3372  is defined.
3373 \end_layout
3374
3375 \begin_layout Description
3376 Last
3377 \begin_inset space ~
3378 \end_inset
3379
3380 footer: The current row is defined to be a footer row that appears on the
3381  last page of the longtable.
3382 \end_layout
3383
3384 \begin_layout Description
3385 Caption: The current row contains the table caption.
3386  The row is reset as single column and a caption is inserted.
3387  More about longtable captions is explained in sec.
3388 \begin_inset space \thinspace{}
3389 \end_inset
3390
3391
3392 \begin_inset CommandInset ref
3393 LatexCommand ref
3394 reference "sub:Longtable-Captions"
3395
3396 \end_inset
3397
3398 .
3399 \end_layout
3400
3401 \begin_layout Standard
3402 You can also specify a row where the table is split.
3403  See the following longtable to see how it works:
3404 \end_layout
3405
3406 \begin_layout Standard
3407 \align center
3408 \begin_inset Tabular
3409 <lyxtabular version="3" rows="69" columns="3">
3410 <features rotate="0" islongtable="true" longtabularalignment="center">
3411 <column alignment="left" valignment="top" width="0cm">
3412 <column alignment="left" valignment="top" width="0pt">
3413 <column alignment="center" valignment="top" width="0pt">
3414 <row endfirsthead="true">
3415 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Example Phone List (ignore the names)
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row endfirsthead="true">
3446 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 NAME
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \series bold
3472 TEL.
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 </row>
3478 <row endhead="true">
3479 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \series bold
3485 Example Phone List
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 </row>
3509 <row endhead="true">
3510 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514
3515 \series bold
3516 NAME
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536 TEL.
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 </row>
3542 <row endfoot="true">
3543 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547  continued on next page
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row>
3572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 Annovi
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 Silvia
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 111
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row>
3603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \series bold
3609 Bertoli
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 Stefano
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 111
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \series bold
3640 Bozzi
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 Walter
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 111
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 </row>
3664 <row>
3665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669
3670 \series bold
3671 Cachia
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 Maria
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 111
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 </row>
3695 <row>
3696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700
3701 \series bold
3702 Cachia
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Maurizio
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 111
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 <row>
3727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731
3732 \series bold
3733 Cinquemani
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 Giusi
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 111
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 </row>
3757 <row>
3758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762
3763 \series bold
3764 Colin
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 Bernard
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 111
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793
3794 \series bold
3795 Concli
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 Gianfranco
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 111
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row>
3820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \series bold
3826 Dal Bosco
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 Carolina
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 111
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 <row>
3851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855
3856 \series bold
3857 Dalpiaz
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 Annamaria
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 111
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 </row>
3881 <row>
3882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886
3887 \series bold
3888 Feliciello
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Domenico
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 111
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 </row>
3912 <row>
3913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917
3918 \series bold
3919 Focarelli
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 Paola
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 111
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 <row>
3944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948
3949 \series bold
3950 Galletti
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 Oreste
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 111
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 </row>
3974 <row>
3975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979
3980 \series bold
3981 Gasparini
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 Franca
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 111
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 </row>
4005 <row>
4006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010
4011 \series bold
4012 Rizzardi
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 Paola
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 111
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 </row>
4036 <row>
4037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041
4042 \series bold
4043 Lassini
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 Giancarlo
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 111
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 </row>
4067 <row>
4068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072
4073 \series bold
4074 Malfatti
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 Luciano
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 111
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \series bold
4105 Malfatti
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 Valeriano
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 111
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 </row>
4129 <row>
4130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134
4135 \series bold
4136 Meneguzzo
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Roberto
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 111
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 </row>
4160 <row>
4161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \series bold
4167 Mezzadra
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 Roberto
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 111
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 </row>
4191 <row>
4192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196
4197 \series bold
4198 Pirpamer
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 Erich
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 111
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 </row>
4222 <row>
4223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227
4228 \series bold
4229 Pochiesa
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 Paolo
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 111, 222
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 </row>
4253 <row>
4254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258
4259 \series bold
4260 Radina
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 Claudio
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 111
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289
4290 \series bold
4291 Stuffer
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 Oskar
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 111
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \series bold
4322 Tacchelli
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 Ugo
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 111
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 </row>
4346 <row>
4347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351
4352 \series bold
4353 Tezzele
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 Margit
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 111
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 </row>
4377 <row>
4378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382
4383 \series bold
4384 Unterkalmsteiner
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 Frieda
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 111
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 </row>
4408 <row>
4409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413
4414 \series bold
4415 Vieider
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 Hilde
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 111
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 </row>
4439 <row>
4440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444
4445 \series bold
4446 Vigna
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 Jürgen
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 111
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 </row>
4470 <row>
4471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475
4476 \series bold
4477 Weber
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 Maurizio
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 111
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 </row>
4501 <row>
4502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506
4507 \series bold
4508 Winkler
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 Franz
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 111
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 </row>
4532 <row>
4533 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537  
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \series bold
4568 Annovi
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 Silvia
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 555
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \series bold
4599 Bertoli
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Stefano
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 555
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 </row>
4623 <row>
4624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628
4629 \series bold
4630 Bozzi
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 Walter
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 555
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659
4660 \series bold
4661 Cachia
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 Maria
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 555
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 <row>
4686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690
4691 \series bold
4692 Cachia
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 Maurizio
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 555
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721
4722 \series bold
4723 Cinquemani
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 Giusi
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 555
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 </row>
4747 <row>
4748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752
4753 \series bold
4754 Colin
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 Bernard
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 555
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 <row>
4779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783
4784 \series bold
4785 Concli
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 Gianfranco
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 555
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 </row>
4809 <row>
4810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814
4815 \series bold
4816 Dal Bosco
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 Carolina
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 555
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 </row>
4840 <row>
4841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845
4846 \series bold
4847 Dalpiaz
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 Annamaria
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 555
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 </row>
4871 <row>
4872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876
4877 \series bold
4878 Feliciello
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 Domenico
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 555
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 </row>
4902 <row>
4903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907
4908 \series bold
4909 Focarelli
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 Paola
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 555
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 </row>
4933 <row>
4934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938
4939 \series bold
4940 Galletti
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 Oreste
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 555
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 </row>
4964 <row>
4965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969
4970 \series bold
4971 Gasparini
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 Franca
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 555
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 </row>
4995 <row>
4996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000
5001 \series bold
5002 Rizzardi
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 Paola
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 555
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 </row>
5026 <row>
5027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031
5032 \series bold
5033 Lassini
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 Giancarlo
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 555
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \series bold
5064 Malfatti
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 Luciano
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 555
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \series bold
5095 Malfatti
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 Valeriano
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 555
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row>
5120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \series bold
5126 Meneguzzo
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 Roberto
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 555
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row>
5151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \series bold
5157 Mezzadra
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 Roberto
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 555
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 </row>
5181 <row>
5182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \series bold
5188 Pirpamer
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 Erich
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 555
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 </row>
5212 <row>
5213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217
5218 \series bold
5219 Pochiesa
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 Paolo
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 555, 222
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 </row>
5243 <row>
5244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248
5249 \series bold
5250 Radina
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 Claudio
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 555
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 <row>
5275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \series bold
5281 Stuffer
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 Oskar
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 555
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 </row>
5305 <row>
5306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \series bold
5312 Tacchelli
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 Ugo
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 555
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 <row>
5337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341
5342 \series bold
5343 Tezzele
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 Margit
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 555
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 </row>
5367 <row>
5368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372
5373 \series bold
5374 Unterkalmsteiner
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 Frieda
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 555
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 </row>
5398 <row>
5399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403
5404 \series bold
5405 Vieider
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 Hilde
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 555
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 </row>
5429 <row>
5430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434
5435 \series bold
5436 Vigna
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 Jürgen
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 999
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 </row>
5460 <row>
5461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465
5466 \series bold
5467 Weber
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 Maurizio
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 555
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 </row>
5491 <row>
5492 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496
5497 \series bold
5498 Winkler
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 Franz
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 555
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 </row>
5522 <row endlastfoot="true">
5523 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 end
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 </row>
5551 </lyxtabular>
5552
5553 \end_inset
5554
5555
5556 \begin_inset ERT
5557 status collapsed
5558
5559 \begin_layout Plain Layout
5560
5561
5562 \backslash
5563 addtocounter{table}{-1}
5564 \end_layout
5565
5566 \end_inset
5567
5568
5569 \begin_inset Note Note
5570 status collapsed
5571
5572 \begin_layout Plain Layout
5573 See the first greyed-out note in section
5574 \begin_inset space ~
5575 \end_inset
5576
5577
5578 \begin_inset CommandInset ref
5579 LatexCommand ref
5580 reference "sub:Longtable-Captions"
5581
5582 \end_inset
5583
5584  for an explanation of this command.
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \begin_layout Subsection
5593 Footnotes in Longtables
5594 \begin_inset CommandInset label
5595 LatexCommand label
5596 name "sub:Footnotes-in-Longtables"
5597
5598 \end_inset
5599
5600
5601 \begin_inset Index idx
5602 status collapsed
5603
5604 \begin_layout Plain Layout
5605 Longtables ! Footnotes
5606 \end_layout
5607
5608 \end_inset
5609
5610
5611 \end_layout
5612
5613 \begin_layout Standard
5614 Footnotes can be inserted to every longtable cell.
5615  They appear at the bottom of the page where the table cell with the footnote
5616  appears.
5617  Table
5618 \begin_inset space ~
5619 \end_inset
5620
5621
5622 \begin_inset CommandInset ref
5623 LatexCommand ref
5624 reference "tab:DiffCaptions"
5625
5626 \end_inset
5627
5628  has for example a footnote.
5629 \end_layout
5630
5631 \begin_layout Subsection
5632 Longtable Alignment
5633 \begin_inset Index idx
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637 Longtables ! Alignment
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \begin_layout Standard
5646 The horizontal alignment of longtables can be set in the table settings
5647  dialog.
5648  For left- and right-alignment the table will be directly at the page border.
5649  To add space between the table and the border one has to set the alignment
5650  to center and change the value of the LaTeX-lengths 
5651 \series bold
5652
5653 \backslash
5654 LTleft 
5655 \series default
5656 or 
5657 \series bold
5658
5659 \backslash
5660 LTright
5661 \series default
5662  by inserting this line as TeX-Code before the longtable:
5663 \end_layout
5664
5665 \begin_layout Standard
5666
5667 \series bold
5668
5669 \backslash
5670 setlength{
5671 \backslash
5672 LTleft}{value}
5673 \end_layout
5674
5675 \begin_layout Standard
5676 The value can have any of the units listed in Table
5677 \begin_inset space ~
5678 \end_inset
5679
5680
5681 \begin_inset CommandInset ref
5682 LatexCommand ref
5683 reference "tab:Units"
5684
5685 \end_inset
5686
5687 .
5688  
5689 \series bold
5690
5691 \backslash
5692 LTleft
5693 \series default
5694  controls the horizontal distance from the left page border to the longtable,
5695  
5696 \series bold
5697
5698 \backslash
5699 LTright
5700 \series default
5701  the distance from the right side.
5702  The default value for both lengths is 
5703 \series bold
5704
5705 \backslash
5706 fill
5707 \series default
5708 , which is in this case the same as an horizontal fill in LyX.
5709 \end_layout
5710
5711 \begin_layout Standard
5712 The following longtable was centered and 
5713 \series bold
5714
5715 \backslash
5716 LTleft
5717 \series default
5718  set to 
5719 \family sans
5720 0.1
5721 \backslash
5722 columnwidth
5723 \family default
5724 :
5725 \begin_inset ERT
5726 status collapsed
5727
5728 \begin_layout Plain Layout
5729
5730
5731 \backslash
5732 setlength{
5733 \backslash
5734 LTleft}{0.1
5735 \backslash
5736 columnwidth}
5737 \end_layout
5738
5739 \end_inset
5740
5741
5742 \end_layout
5743
5744 \begin_layout Standard
5745 \begin_inset Tabular
5746 <lyxtabular version="3" rows="5" columns="5">
5747 <features rotate="0" islongtable="true" longtabularalignment="center">
5748 <column alignment="center" valignment="top">
5749 <column alignment="center" valignment="top" width="0pt">
5750 <column alignment="center" valignment="top">
5751 <column alignment="center" valignment="top">
5752 <column alignment="center" valignment="top">
5753 <row>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 1
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 2
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 3
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 4
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 5
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 </row>
5800 <row>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 asd
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 s
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 s
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 s
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 asd
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 asd
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 s
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 s
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 s
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 asd
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 asd
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 s
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 s
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 s
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 asd
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row>
5942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 asd
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 asd
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 asd
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 asd
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 asd
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 </row>
5988 </lyxtabular>
5989
5990 \end_inset
5991
5992
5993 \begin_inset ERT
5994 status collapsed
5995
5996 \begin_layout Plain Layout
5997
5998
5999 \backslash
6000 setlength{
6001 \backslash
6002 LTleft}{
6003 \backslash
6004 fill}
6005 \end_layout
6006
6007 \end_inset
6008
6009
6010 \begin_inset ERT
6011 status collapsed
6012
6013 \begin_layout Plain Layout
6014
6015
6016 \backslash
6017 addtocounter{table}{-1}
6018 \end_layout
6019
6020 \end_inset
6021
6022
6023 \begin_inset Note Note
6024 status collapsed
6025
6026 \begin_layout Plain Layout
6027 See the first greyed-out note in section
6028 \begin_inset space ~
6029 \end_inset
6030
6031
6032 \begin_inset CommandInset ref
6033 LatexCommand ref
6034 reference "sub:Longtable-Captions"
6035
6036 \end_inset
6037
6038  for an explanation of this command.
6039 \end_layout
6040
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \begin_layout Subsection
6047 Longtable Captions
6048 \begin_inset Index idx
6049 status collapsed
6050
6051 \begin_layout Plain Layout
6052 Longtables ! Captions
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \begin_inset CommandInset label
6059 LatexCommand label
6060 name "sub:Longtable-Captions"
6061
6062 \end_inset
6063
6064
6065 \end_layout
6066
6067 \begin_layout Standard
6068 A longtable cannot be put into a table float because floats can only be
6069  on one page.
6070  But the caption environment of floats can also be used for longtables when
6071  you use the longtable option 
6072 \family sans
6073 Caption
6074 \family default
6075  as described in sec.
6076 \begin_inset space \thinspace{}
6077 \end_inset
6078
6079
6080 \begin_inset CommandInset ref
6081 LatexCommand ref
6082 reference "sec:Longtables"
6083
6084 \end_inset
6085
6086 .
6087  Only one table row should contain a caption, either a header or a footer
6088  row.
6089 \end_layout
6090
6091 \begin_layout Standard
6092 Here is a short longtable to see how it works:
6093 \end_layout
6094
6095 \begin_layout Standard
6096 \begin_inset Tabular
6097 <lyxtabular version="3" rows="6" columns="5">
6098 <features rotate="0" islongtable="true" longtabularalignment="center">
6099 <column alignment="center" valignment="top">
6100 <column alignment="center" valignment="top">
6101 <column alignment="center" valignment="top">
6102 <column alignment="center" valignment="top">
6103 <column alignment="center" valignment="top">
6104 <row endfirsthead="true" caption="true">
6105 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 \begin_inset Caption Standard
6110
6111 \begin_layout Plain Layout
6112 Longtable with caption
6113 \begin_inset Argument 1
6114 status open
6115
6116 \begin_layout Plain Layout
6117 Longtable
6118 \end_layout
6119
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \end_inset
6126
6127
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 </row>
6169 <row>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 1
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 2
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 3
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 4
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 5
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 </row>
6216 <row>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 asd
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 s
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 s
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 s
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 asd
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 </row>
6263 <row>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 asd
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 s
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 s
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 s
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 asd
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 </row>
6310 <row>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 asd
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 s
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 s
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 asd
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 </row>
6357 <row>
6358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 asd
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 asd
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 asd
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 asd
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 </row>
6404 </lyxtabular>
6405
6406 \end_inset
6407
6408
6409 \end_layout
6410
6411 \begin_layout Standard
6412 \begin_inset VSpace medskip
6413 \end_inset
6414
6415
6416 \begin_inset Note Greyedout
6417 status open
6418
6419 \begin_layout Plain Layout
6420
6421 \series bold
6422 Note
6423 \begin_inset space ~
6424 \end_inset
6425
6426 1:
6427 \series default
6428  The table number is increased for every longtable, even if you did not
6429  set a caption for it.
6430  For this reason you could have the case that e.
6431 \begin_inset space \thinspace{}
6432 \end_inset
6433
6434 g.
6435 \begin_inset space \space{}
6436 \end_inset
6437
6438 Table
6439 \begin_inset space ~
6440 \end_inset
6441
6442 2.4 follows Table
6443 \begin_inset space ~
6444 \end_inset
6445
6446 2.1 in the list of tables if there are two longtables without captions.
6447  To avoid this you can add the following command in TeX-Code after every
6448  longtable without a caption:
6449 \end_layout
6450
6451 \begin_layout Plain Layout
6452
6453 \series bold
6454
6455 \backslash
6456 addtocounter{table}{-1}
6457 \end_layout
6458
6459 \begin_layout Plain Layout
6460 This is not needed when none of your longtables has a caption and you add
6461  the following code to the document preamble:
6462 \end_layout
6463
6464 \begin_layout Plain Layout
6465
6466 \series bold
6467
6468 \backslash
6469 let
6470 \backslash
6471 myEnd
6472 \backslash
6473 endlongtable
6474 \begin_inset Newline newline
6475 \end_inset
6476
6477
6478 \backslash
6479 renewcommand{
6480 \backslash
6481 endlongtable}{
6482 \backslash
6483 myEnd
6484 \backslash
6485 addtocounter{table}{-1}}
6486 \end_layout
6487
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \begin_layout Standard
6494 \begin_inset Note Greyedout
6495 status open
6496
6497 \begin_layout Plain Layout
6498
6499 \series bold
6500 Note
6501 \begin_inset space ~
6502 \end_inset
6503
6504 2:
6505 \series default
6506  If you are using
6507 \series bold
6508  hyperref
6509 \series default
6510
6511 \begin_inset Index idx
6512 status collapsed
6513
6514 \begin_layout Plain Layout
6515 LaTeX-packages ! hyperref
6516 \end_layout
6517
6518 \end_inset
6519
6520  in the 
6521 \family sans
6522 PDF Properties
6523 \family default
6524  of the 
6525 \family sans
6526 Document Settings
6527 \family default
6528  dialog to link cross-references, the link to a longtable caption will always
6529  point to the beginning of the document.
6530 \end_layout
6531
6532 \end_inset
6533
6534
6535 \end_layout
6536
6537 \begin_layout Subsubsection
6538 References to Longtables
6539 \begin_inset Index idx
6540 status collapsed
6541
6542 \begin_layout Plain Layout
6543 Longtables ! References
6544 \end_layout
6545
6546 \end_inset
6547
6548
6549 \end_layout
6550
6551 \begin_layout Standard
6552 \begin_inset Tabular
6553 <lyxtabular version="3" rows="6" columns="5">
6554 <features rotate="0" islongtable="true" longtabularalignment="center">
6555 <column alignment="center" valignment="top">
6556 <column alignment="center" valignment="top">
6557 <column alignment="center" valignment="top">
6558 <column alignment="center" valignment="top">
6559 <column alignment="center" valignment="top">
6560 <row endfirsthead="true" caption="true">
6561 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 \begin_inset Caption Standard
6566
6567 \begin_layout Plain Layout
6568 Referenced longtable
6569 \begin_inset CommandInset label
6570 LatexCommand label
6571 name "tab:RefExample"
6572
6573 \end_inset
6574
6575
6576 \end_layout
6577
6578 \end_inset
6579
6580
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 </row>
6622 <row>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 1
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 2
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 3
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 4
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 5
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 </row>
6669 <row>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 asd
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 s
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 s
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 s
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 asd
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 </row>
6716 <row>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 asd
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 s
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 s
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 s
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 asd
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 </row>
6763 <row>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 asd
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 s
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 s
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 s
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 asd
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 </row>
6810 <row>
6811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 asd
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 sad
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 asd
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 asd
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 </row>
6857 </lyxtabular>
6858
6859 \end_inset
6860
6861
6862 \end_layout
6863
6864 \begin_layout Standard
6865 To reference a longtable, insert a label into the caption.
6866 \end_layout
6867
6868 \begin_layout Standard
6869 This is a reference to Table
6870 \begin_inset space ~
6871 \end_inset
6872
6873
6874 \begin_inset CommandInset ref
6875 LatexCommand ref
6876 reference "tab:RefExample"
6877
6878 \end_inset
6879
6880 .
6881 \end_layout
6882
6883 \begin_layout Standard
6884 The caption layout can be set together with all other captions of your document
6885  using the LaTeX-package 
6886 \series bold
6887 caption
6888 \series default
6889
6890 \begin_inset Index idx
6891 status collapsed
6892
6893 \begin_layout Plain Layout
6894 LaTeX-packages ! caption
6895 \end_layout
6896
6897 \end_inset
6898
6899 , see section
6900 \begin_inset space ~
6901 \end_inset
6902
6903
6904 \begin_inset CommandInset ref
6905 LatexCommand ref
6906 reference "sec:Caption-Formatting"
6907
6908 \end_inset
6909
6910 .
6911 \end_layout
6912
6913 \begin_layout Subsubsection
6914 Caption Width
6915 \begin_inset Index idx
6916 status collapsed
6917
6918 \begin_layout Plain Layout
6919 Longtables ! Caption Width
6920 \end_layout
6921
6922 \end_inset
6923
6924
6925 \end_layout
6926
6927 \begin_layout Standard
6928 The maximal width of caption lines is defined by the length 
6929 \series bold
6930
6931 \backslash
6932 LTcapwidth
6933 \series default
6934 .
6935  Its default value is 4
6936 \begin_inset space \thinspace{}
6937 \end_inset
6938
6939 in.
6940  To change it add the following command to your document preamble or as
6941  TeX-Code into your document before the longtable that should be affected
6942 \end_layout
6943
6944 \begin_layout Standard
6945
6946 \series bold
6947
6948 \backslash
6949 setlength{
6950 \backslash
6951 LTcapwidth}{width}
6952 \end_layout
6953
6954 \begin_layout Standard
6955 where the width could have one of the units listed in appendix
6956 \begin_inset space ~
6957 \end_inset
6958
6959
6960 \begin_inset CommandInset ref
6961 LatexCommand ref
6962 reference "cha:Units-available-in"
6963
6964 \end_inset
6965
6966 .
6967 \end_layout
6968
6969 \begin_layout Standard
6970 The following tables show the difference:
6971 \end_layout
6972
6973 \begin_layout Standard
6974 \begin_inset Tabular
6975 <lyxtabular version="3" rows="6" columns="5">
6976 <features rotate="0" islongtable="true" longtabularalignment="center">
6977 <column alignment="center" valignment="top">
6978 <column alignment="center" valignment="top">
6979 <column alignment="center" valignment="top">
6980 <column alignment="center" valignment="top">
6981 <column alignment="center" valignment="top">
6982 <row endfirsthead="true" caption="true">
6983 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987 \begin_inset Caption Standard
6988
6989 \begin_layout Plain Layout
6990 long full title with default width long full title with default width long
6991  full title with default width
6992 \begin_inset Argument 1
6993 status collapsed
6994
6995 \begin_layout Plain Layout
6996 caption with default width
6997 \end_layout
6998
6999 \end_inset
7000
7001
7002 \end_layout
7003
7004 \end_inset
7005
7006
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 </row>
7048 <row>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 1
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 2
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 3
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 4
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 5
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 </row>
7095 <row>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 asd
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 s
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 s
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 s
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 asd
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 </row>
7142 <row>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 s
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 s
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 s
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 asd
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 asd
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 s
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 s
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 s
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 asd
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 asd
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 sad
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 asd
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 asd
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 </lyxtabular>
7284
7285 \end_inset
7286
7287
7288 \end_layout
7289
7290 \begin_layout Standard
7291 \begin_inset ERT
7292 status collapsed
7293
7294 \begin_layout Plain Layout
7295
7296
7297 \backslash
7298 setlength{
7299 \backslash
7300 LTcapwidth}{5cm}
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \begin_inset Tabular
7307 <lyxtabular version="3" rows="6" columns="5">
7308 <features rotate="0" islongtable="true" longtabularalignment="center">
7309 <column alignment="center" valignment="top">
7310 <column alignment="center" valignment="top">
7311 <column alignment="center" valignment="top">
7312 <column alignment="center" valignment="top">
7313 <column alignment="center" valignment="top">
7314 <row endfirsthead="true" caption="true">
7315 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 \begin_inset Caption Standard
7320
7321 \begin_layout Plain Layout
7322 long full title with width set to 5
7323 \begin_inset space \thinspace{}
7324 \end_inset
7325
7326 cm long full title with width set to 5
7327 \begin_inset space \thinspace{}
7328 \end_inset
7329
7330 cm long full title with width set to 5
7331 \begin_inset space \thinspace{}
7332 \end_inset
7333
7334 cm
7335 \begin_inset Argument 1
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339 caption with width
7340 \begin_inset space \thinspace{}
7341 \end_inset
7342
7343 =
7344 \begin_inset space \thinspace{}
7345 \end_inset
7346
7347 5
7348 \begin_inset space \thinspace{}
7349 \end_inset
7350
7351 cm
7352 \end_layout
7353
7354 \end_inset
7355
7356
7357 \end_layout
7358
7359 \end_inset
7360
7361
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 </row>
7403 <row>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 1
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417 2
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 3
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 4
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 5
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 </row>
7450 <row>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 asd
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 s
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 s
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 s
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 asd
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 asd
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 s
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 s
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 s
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 asd
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 </row>
7544 <row>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 asd
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 s
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 s
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 s
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 asd
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 </row>
7591 <row>
7592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 asd
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 sad
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 asd
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 asd
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 asd
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 </lyxtabular>
7639
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \begin_layout Standard
7646 \begin_inset ERT
7647 status collapsed
7648
7649 \begin_layout Plain Layout
7650
7651
7652 \backslash
7653 setlength{
7654 \backslash
7655 LTcapwidth}{4in}
7656 \end_layout
7657
7658 \end_inset
7659
7660
7661 \end_layout
7662
7663 \begin_layout Standard
7664 \begin_inset Note Greyedout
7665 status open
7666
7667 \begin_layout Plain Layout
7668
7669 \series bold
7670 Note:
7671 \series default
7672  When the LaTeX-package 
7673 \series bold
7674 caption
7675 \series default
7676
7677 \begin_inset Index idx
7678 status collapsed
7679
7680 \begin_layout Plain Layout
7681 LaTeX-packages ! caption
7682 \end_layout
7683
7684 \end_inset
7685
7686  is used, as in this document, the full page width is used for the caption
7687  when you use the default value of 4
7688 \begin_inset space \thinspace{}
7689 \end_inset
7690
7691 in for 
7692 \series bold
7693
7694 \backslash
7695 LTcapwidth
7696 \series default
7697 .
7698  To get in this case exactly a 4
7699 \begin_inset space \thinspace{}
7700 \end_inset
7701
7702 in wide caption, you can either use a value slightly different from 4.0
7703 \begin_inset space \thinspace{}
7704 \end_inset
7705
7706 in, e.
7707 \begin_inset space \thinspace{}
7708 \end_inset
7709
7710 g.
7711 \begin_inset space \space{}
7712 \end_inset
7713
7714 3.99
7715 \begin_inset space \thinspace{}
7716 \end_inset
7717
7718 in, or the LaTeX-command 
7719 \series bold
7720
7721 \backslash
7722 captionsetup{width=value}
7723 \series default
7724  that is provided by the 
7725 \series bold
7726 caption
7727 \series default
7728 -package.
7729 \end_layout
7730
7731 \end_inset
7732
7733
7734 \end_layout
7735
7736 \begin_layout Subsubsection
7737 Different Captions for Table Pages
7738 \begin_inset Index idx
7739 status collapsed
7740
7741 \begin_layout Plain Layout
7742 Longtables ! Different Captions for Pages
7743 \end_layout
7744
7745 \end_inset
7746
7747
7748 \end_layout
7749
7750 \begin_layout Standard
7751 When the table captions for the following pages should differ from the one
7752  of the first table page, mark a empty row as header which contains a caption.
7753  Then right-click on the caption and select in the context menu 
7754 \family sans
7755 Caption
7756 \begin_inset space ~
7757 \end_inset
7758
7759 (LongTableNoNumber)
7760 \family default
7761 .
7762  Table
7763 \begin_inset space ~
7764 \end_inset
7765
7766
7767 \begin_inset CommandInset ref
7768 LatexCommand ref
7769 reference "tab:DiffCaptions"
7770
7771 \end_inset
7772
7773  is an example of a longtable with different heading where the second caption
7774  does not include the table number.
7775 \end_layout
7776
7777 \begin_layout Standard
7778 \align center
7779 \begin_inset Tabular
7780 <lyxtabular version="3" rows="59" columns="3">
7781 <features rotate="0" islongtable="true" longtabularalignment="center">
7782 <column alignment="left" valignment="top" width="0cm">
7783 <column alignment="left" valignment="top" width="0pt">
7784 <column alignment="center" valignment="top" width="0pt">
7785 <row endfirsthead="true" caption="true">
7786 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790 \begin_inset Caption Standard
7791
7792 \begin_layout Plain Layout
7793 Example Phone List
7794 \begin_inset CommandInset label
7795 LatexCommand label
7796 name "tab:DiffCaptions"
7797
7798 \end_inset
7799
7800
7801 \begin_inset Argument 1
7802 status collapsed
7803
7804 \begin_layout Plain Layout
7805 Example Phone List
7806 \end_layout
7807
7808 \end_inset
7809
7810
7811 \end_layout
7812
7813 \end_inset
7814
7815
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row endfirsthead="true">
7840 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844
7845 \series bold
7846 Example Phone List (ignore the names)
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row endfirsthead="true">
7871 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \series bold
7877 NAME
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \series bold
7897 TEL.
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row endhead="true" caption="true">
7904 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 \begin_inset Caption LongTableNoNumber
7909
7910 \begin_layout Plain Layout
7911 Continued Example Phone List
7912 \end_layout
7913
7914 \end_inset
7915
7916
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row endhead="true">
7941 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Example Phone List
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row endhead="true">
7972 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 NAME
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \series bold
7998 TEL.
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row endfoot="true">
8005 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 continued on next page
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 Annovi
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 Silvia
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 111
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 </row>
8064 <row>
8065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \series bold
8071 Bertoli
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Stefano
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 111
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \series bold
8102 Bozzi
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 Walter
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 111
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 Cachia
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 Maria
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 111
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 <row>
8158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162
8163 \series bold
8164 Cachia
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 Maurizio
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 111
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 </row>
8188 <row>
8189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193
8194 \series bold
8195 Cinquemani
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Giusi
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 111
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \series bold
8226 Colin
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 Bernard
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 111
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row>
8251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255
8256 \series bold
8257 Concli
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 Gianfranco
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 111
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \series bold
8288 Dal Bosco
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 Carolina
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 111
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 </row>
8312 <row>
8313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317
8318 \series bold
8319 Dalpiaz
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 Annamaria
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 111
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \series bold
8350 Feliciello
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 Domenico
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 111
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 <row>
8375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379
8380 \series bold
8381 Focarelli
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 Paola
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 111
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \series bold
8412 Galletti
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 Oreste
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 111
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 </row>
8436 <row>
8437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441
8442 \series bold
8443 Gasparini
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 Franca
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 111
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \series bold
8474 Rizzardi
8475 \series default
8476
8477 \begin_inset Foot
8478 status open
8479
8480 \begin_layout Plain Layout
8481 Example footnote
8482 \end_layout
8483
8484 \end_inset
8485
8486
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Paola
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Lassini
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Giancarlo
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Malfatti
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Luciano
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \series bold
8579 Malfatti
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 Valeriano
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 Meneguzzo
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 Roberto
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 111
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \series bold
8641 Mezzadra
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 Roberto
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 111
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \series bold
8672 Pirpamer
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Erich
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 111
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \series bold
8703 Pochiesa
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 Paolo
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 111, 222
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \series bold
8734 Radina
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Claudio
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 111
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763
8764 \series bold
8765 Stuffer
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 Oskar
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 111
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794
8795 \series bold
8796 Tacchelli
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 Ugo
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 111
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \series bold
8827 Tezzele
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Margit
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 111
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \series bold
8858 Unterkalmsteiner
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 Frieda
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 111
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889 Vieider
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Hilde
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 111
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918
8919 \series bold
8920 Vigna
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 Jürgen
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 111
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 <row>
8945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949
8950 \series bold
8951 Weber
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 Maurizio
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 111
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \series bold
8982 Winkler
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 Franz
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 111
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011  
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Annovi
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Silvia
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Bertoli
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Stefano
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Bozzi
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Walter
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Cachia
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Maria
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Cachia
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Maurizio
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \series bold
9197 Cinquemani
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Giusi
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 555
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \series bold
9228 Colin
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 Bernard
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 555
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row>
9253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \series bold
9259 Concli
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 Gianfranco
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 555
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \series bold
9290 Dal Bosco
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 Carolina
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 555
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \series bold
9321 Dalpiaz
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 Annamaria
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 555
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \series bold
9352 Feliciello
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 Domenico
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 555
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \series bold
9383 Focarelli
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 Paola
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 555
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \series bold
9414 Galletti
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 Oreste
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 555
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row>
9439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \series bold
9445 Gasparini
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 Franca
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 555
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 <row>
9470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \series bold
9476 Rizzardi
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 Paola
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 555
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \series bold
9507 Lassini
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 Giancarlo
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 555
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 </row>
9531 <row>
9532 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \series bold
9538 Malfatti
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 Luciano
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 555
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row>
9563 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \series bold
9569 Malfatti
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578 Valeriano
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587 555
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 </row>
9593 <row>
9594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598
9599 \series bold
9600 Meneguzzo
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609 Roberto
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618 555
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 </row>
9624 <row>
9625 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629
9630 \series bold
9631 Mezzadra
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 Roberto
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649 555
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 </row>
9655 </lyxtabular>
9656
9657 \end_inset
9658
9659
9660 \end_layout
9661
9662 \begin_layout Section
9663 Special Longtable Issues
9664 \begin_inset CommandInset label
9665 LatexCommand label
9666 name "sec:Special-Longtable-Issues"
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \begin_layout Subsection
9674 Longtable Calculation
9675 \begin_inset Index idx
9676 status collapsed
9677
9678 \begin_layout Plain Layout
9679 Longtables ! Calculation
9680 \end_layout
9681
9682 \end_inset
9683
9684
9685 \end_layout
9686
9687 \begin_layout Standard
9688 LaTeX calculates the height of table pages and their page breaks using so
9689  called chunks.
9690  Chunks are parts of tables that held at the same time in LaTeX's memory.
9691  The default value was historically set to only 20 table rows.
9692  If you are using longtables with many pages this may slow down the creation
9693  of your document.
9694  You can safely increase the chunk size to values of 100-1000 by adding
9695  this command line to your document preamble:
9696 \end_layout
9697
9698 \begin_layout Standard
9699
9700 \series bold
9701
9702 \backslash
9703 setcounter{LTchunksize}{100}
9704 \end_layout
9705
9706 \begin_layout Subsection
9707 Floats and Longtables
9708 \begin_inset Index idx
9709 status collapsed
9710
9711 \begin_layout Plain Layout
9712 Longtables ! Floats
9713 \end_layout
9714
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \begin_layout Standard
9721 There might be problems when a float appears on the same page where a longtable
9722  starts.
9723  To avoid such a situation, insert a 
9724 \begin_inset Quotes eld
9725 \end_inset
9726
9727 clear page
9728 \begin_inset Quotes erd
9729 \end_inset
9730
9731  (menu 
9732 \family sans
9733 Insert\SpecialChar \menuseparator
9734 Formatting\SpecialChar \menuseparator
9735 Clear
9736 \begin_inset space ~
9737 \end_inset
9738
9739 Page
9740 \family default
9741 ) before your longtable.
9742 \end_layout
9743
9744 \begin_layout Subsection
9745 Forced Page Breaks
9746 \begin_inset Index idx
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750 Longtables ! Forced Page Breaks
9751 \end_layout
9752
9753 \end_inset
9754
9755
9756 \end_layout
9757
9758 \begin_layout Standard
9759 By default tables are only broken between rows.
9760  If you have a cell with multiples lines and want to have a page break within
9761  the cell, insert the new line command 
9762 \begin_inset Quotes eld
9763 \end_inset
9764
9765
9766 \series bold
9767
9768 \backslash
9769
9770 \backslash
9771
9772 \series default
9773
9774 \begin_inset Quotes erd
9775 \end_inset
9776
9777  as TeX-Code at the point of the cell where it can be broken.
9778  Before the 
9779 \series bold
9780
9781 \backslash
9782
9783 \backslash
9784
9785 \series default
9786  command you have to insert in TeX-Code as many 
9787 \begin_inset Quotes eld
9788 \end_inset
9789
9790
9791 \series bold
9792 &
9793 \series default
9794
9795 \begin_inset Quotes erd
9796 \end_inset
9797
9798  characters as the number of the following table columns.
9799  The 
9800 \series bold
9801 &
9802 \series default
9803  is the character to separate table cells.
9804  Write in TeX-Code after each 
9805 \series bold
9806 &
9807 \series default
9808  the content of the corresponding following cell and delete the content
9809  of these cells.
9810 \begin_inset Newline newline
9811 \end_inset
9812
9813 After the 
9814 \series bold
9815
9816 \backslash
9817
9818 \backslash
9819
9820 \series default
9821  command, insert as many 
9822 \series bold
9823 &
9824 \series default
9825  characters as the number of table columns before the current column.
9826  In Table
9827 \begin_inset space ~
9828 \end_inset
9829
9830
9831 \begin_inset CommandInset ref
9832 LatexCommand ref
9833 reference "tab:ForcedPagebreak"
9834
9835 \end_inset
9836
9837  the cell that should be broken is in the second column followed by another
9838  column.
9839  Therefore the following command was inserted in the cell as TeX-Code after
9840  
9841 \begin_inset Quotes eld
9842 \end_inset
9843
9844
9845 \emph on
9846 Castelchiodato,
9847 \emph default
9848
9849 \begin_inset Quotes erd
9850 \end_inset
9851
9852 :
9853 \end_layout
9854
9855 \begin_layout Standard
9856
9857 \series bold
9858 & 111
9859 \backslash
9860
9861 \backslash
9862  
9863 \backslash
9864 newpage
9865 \begin_inset Newline newline
9866 \end_inset
9867
9868 &
9869 \end_layout
9870
9871 \begin_layout Standard
9872 The 
9873 \begin_inset Quotes eld
9874 \end_inset
9875
9876 111
9877 \begin_inset Quotes erd
9878 \end_inset
9879
9880  in the third column of the row was deleted.
9881  
9882 \series bold
9883
9884 \backslash
9885 newpage
9886 \series default
9887  is only needed when a page break should definitely occur at this position,
9888  otherwise it would be a conditional break.
9889  If your footer row of the longtable has for a certain reason no upper line
9890  but you would have a horizontal line where the cell is broken, use this
9891  command instead:
9892 \end_layout
9893
9894 \begin_layout Standard
9895
9896 \series bold
9897 & 111
9898 \backslash
9899
9900 \backslash
9901
9902 \begin_inset Newline newline
9903 \end_inset
9904
9905
9906 \backslash
9907 hline &
9908 \end_layout
9909
9910 \begin_layout Standard
9911 When the cell to be broken is in the last column, the command
9912 \end_layout
9913
9914 \begin_layout Standard
9915
9916 \series bold
9917
9918 \backslash
9919 setlength{
9920 \backslash
9921 parfillskip}{0pt}
9922 \end_layout
9923
9924 \begin_layout Standard
9925 must be inserted as TeX-Code at the beginning of the cell.
9926  This ensures that the part of the cell that will be displayed on the new
9927  page appears with the full width.
9928 \end_layout
9929
9930 \begin_layout Standard
9931 \align center
9932 \begin_inset Tabular
9933 <lyxtabular version="3" rows="38" columns="3">
9934 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9935 <column alignment="left" valignment="top" width="0cm">
9936 <column alignment="left" valignment="top" width="3cm">
9937 <column alignment="center" valignment="top" width="0pt">
9938 <row endfirsthead="true" caption="true">
9939 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 \begin_inset Caption Standard
9944
9945 \begin_layout Plain Layout
9946 Table with forced page break in table cell
9947 \begin_inset CommandInset label
9948 LatexCommand label
9949 name "tab:ForcedPagebreak"
9950
9951 \end_inset
9952
9953
9954 \begin_inset Argument 1
9955 status collapsed
9956
9957 \begin_layout Plain Layout
9958 Table with forced page break in table cell
9959 \end_layout
9960
9961 \end_inset
9962
9963
9964 \end_layout
9965
9966 \end_inset
9967
9968
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 </row>
9992 <row endfirsthead="true">
9993 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \series bold
9999 Example Phone List (ignore the names)
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 </row>
10023 <row endfirsthead="true">
10024 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \series bold
10030 NAME
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \series bold
10050 TEL.
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row endhead="true">
10057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 \begin_inset ERT
10062 status collapsed
10063
10064 \begin_layout Plain Layout
10065
10066
10067 \backslash
10068 caption*{Continued Example Phone List}
10069 \backslash
10070
10071 \backslash
10072 %
10073 \end_layout
10074
10075 \end_inset
10076
10077
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 <row endhead="true">
10102 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \series bold
10108 Example Phone List
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 </row>
10132 <row endhead="true">
10133 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \series bold
10139 NAME
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \series bold
10159 TEL.
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 </row>
10165 <row endfoot="true">
10166 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 continued on next page
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 </row>
10194 <row>
10195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \series bold
10201 Annovi
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 Silvia
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 111
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 </row>
10225 <row>
10226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230
10231 \series bold
10232 Bertoli
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 Stefano
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 111
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 </row>
10256 <row>
10257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261
10262 \series bold
10263 Bozzi
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 Walter
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 111
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row>
10288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \series bold
10294 Cachia
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 Maria
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 111
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 </row>
10318 <row>
10319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323
10324 \series bold
10325 Cachia
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 Maurizio
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 111
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 </row>
10349 <row>
10350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354
10355 \series bold
10356 Cinquemani
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 Giusi
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 111
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 </row>
10380 <row>
10381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385
10386 \series bold
10387 Colin
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 Bernard
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 111
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row>
10412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \series bold
10418 Concli
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 Gianfranco
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 111
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row>
10443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447
10448 \series bold
10449 Dal Bosco
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 Carolina
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 111
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 </row>
10473 <row>
10474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478
10479 \series bold
10480 Dalpiaz
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Annamaria
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 111
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \series bold
10511 Feliciello
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 Domenico
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 111
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 </row>
10535 <row>
10536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540
10541 \series bold
10542 Focarelli
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 Paola
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 111
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 <row>
10567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571
10572 \series bold
10573 Galletti
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Oreste
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 111
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 </row>
10597 <row>
10598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602
10603 \series bold
10604 Gasparini
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 Franca
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 111
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 </row>
10628 <row>
10629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633
10634 \series bold
10635 Lassini
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 Giancarlo
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 111
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 </row>
10659 <row>
10660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664
10665 \series bold
10666 Malfatti
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 Luciano
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 111
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 <row>
10691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \series bold
10697 Malfatti
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 Valeriano
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 111
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 </row>
10721 <row>
10722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726
10727 \series bold
10728 Meneguzzo
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 Roberto
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 111
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 </row>
10752 <row>
10753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757
10758 \series bold
10759 Mezzadra
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 Roberto
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 111
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 </row>
10783 <row>
10784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \series bold
10790 Pirpamer
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 Erich
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 111
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 </row>
10814 <row>
10815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819
10820 \series bold
10821 Pochiesa
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 Paolo
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 111, 222
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 </row>
10845 <row>
10846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850
10851 \series bold
10852 Radina
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 Claudio
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 111
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 </row>
10876 <row>
10877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881
10882 \series bold
10883 Rizzardi
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 Paolo, 11.
10893  Fürst von Montecompatri, 11.
10894  Fürst von Sulmona und Vivaro, 10.
10895  Fürst von Rossano, 5.
10896  Herzog von Canemorte, 11.
10897  Herzog von Palombara, 5.
10898  Herzog von Castelchiodato,
10899 \begin_inset ERT
10900 status open
10901
10902 \begin_layout Plain Layout
10903
10904 & 111
10905 \backslash
10906
10907 \backslash
10908  
10909 \backslash
10910 newpage
10911 \end_layout
10912
10913 \begin_layout Plain Layout
10914
10915 &
10916 \end_layout
10917
10918 \end_inset
10919
10920  11.
10921  Herzog von Poggionativo, 11.
10922  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10923  Graf von Valinfreda, 11.
10924  Baron von Cropalati, 11.
10925  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 <row>
10941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945
10946 \series bold
10947 Stuffer
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956 Oskar
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 111
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 </row>
10971 <row>
10972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976
10977 \series bold
10978 Tacchelli
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 Ugo
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996 111
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 </row>
11002 <row>
11003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007
11008 \series bold
11009 Tezzele
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 Margit
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 111
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 </row>
11033 <row>
11034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038
11039 \series bold
11040 Unterkalmsteiner
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 Frieda
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 111
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 </row>
11064 <row>
11065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069
11070 \series bold
11071 Vieider
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 Hilde
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 111
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 </row>
11095 <row>
11096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100
11101 \series bold
11102 Vigna
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 Jürgen
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 111
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 </row>
11126 <row>
11127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131
11132 \series bold
11133 Weber
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 Maurizio
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 111
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 </row>
11157 <row>
11158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162
11163 \series bold
11164 Winkler
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 Franz
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 111
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 </row>
11188 </lyxtabular>
11189
11190 \end_inset
11191
11192
11193 \end_layout
11194
11195 \begin_layout Section
11196 Multiple Lines, Columns and Rows
11197 \end_layout
11198
11199 \begin_layout Subsection
11200 Multiple Lines in Table Cells
11201 \begin_inset CommandInset label
11202 LatexCommand label
11203 name "sub:Multiple-Lines-in"
11204
11205 \end_inset
11206
11207
11208 \begin_inset Index idx
11209 status collapsed
11210
11211 \begin_layout Plain Layout
11212 Multiple Lines in Table Cells
11213 \end_layout
11214
11215 \end_inset
11216
11217
11218 \begin_inset Index idx
11219 status collapsed
11220
11221 \begin_layout Plain Layout
11222 Table ! Linebreaks
11223 \end_layout
11224
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \begin_layout Standard
11231 \noindent
11232 \begin_inset Float table
11233 placement H
11234 wide false
11235 sideways false
11236 status open
11237
11238 \begin_layout Plain Layout
11239 \begin_inset Caption Standard
11240
11241 \begin_layout Plain Layout
11242 \begin_inset CommandInset label
11243 LatexCommand label
11244 name "tab:Table-with-multiple"
11245
11246 \end_inset
11247
11248 Table with multiple lines in cells
11249 \end_layout
11250
11251 \end_inset
11252
11253
11254 \end_layout
11255
11256 \begin_layout Plain Layout
11257 \align center
11258 \begin_inset Tabular
11259 <lyxtabular version="3" rows="3" columns="3">
11260 <features rotate="0" tabularvalignment="middle">
11261 <column alignment="center" valignment="middle" width="2.5cm">
11262 <column alignment="center" valignment="middle">
11263 <column alignment="center" valignment="middle">
11264 <row>
11265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 multiple
11270 \begin_inset Newline linebreak
11271 \end_inset
11272
11273 lines
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 b
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 c
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 </row>
11297 <row>
11298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 d
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 e
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 f
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 <row>
11327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 g
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 h
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 i
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 </row>
11355 </lyxtabular>
11356
11357 \end_inset
11358
11359
11360 \end_layout
11361
11362 \end_inset
11363
11364
11365 \end_layout
11366
11367 \begin_layout Standard
11368 Setting a fixed width for a column enables you to enter text as a paragraph
11369  with multiple lines and hyphenation.
11370 \end_layout
11371
11372 \begin_layout Standard
11373 To produce Table
11374 \begin_inset space ~
11375 \end_inset
11376
11377
11378 \begin_inset CommandInset ref
11379 LatexCommand ref
11380 reference "tab:Table-with-multiple"
11381
11382 \end_inset
11383
11384 , create a 3×3 table, mark the first cell and right-click on it.
11385  In the appearing table dialog we set a cell width of 2.5
11386 \begin_inset space \thinspace{}
11387 \end_inset
11388
11389 cm and choose centered for the vertical and horizontal alignment.
11390  The vertical alignment is used for all cells of the row.
11391  As our text is smaller than 2.5
11392 \begin_inset space \thinspace{}
11393 \end_inset
11394
11395 cm, only one line will appear.
11396  To get two lines, a justified line break (shortcut 
11397 \begin_inset Info
11398 type  "shortcut"
11399 arg   "newline-insert linebreak"
11400 \end_inset
11401
11402 ) was added.
11403  If the text is wider than the set cell width, it will automatically be
11404  broken to several lines.
11405 \end_layout
11406
11407 \begin_layout Standard
11408 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11409  by LaTeX if it is the first entry.
11410  Therefore you need to insert something to prevent the word not being the
11411  first entry.
11412  So add a horizontal space of 0
11413 \begin_inset space \thinspace{}
11414 \end_inset
11415
11416 pt before the word.
11417  As the space is zero, it doesn't change the output.
11418  Table
11419 \begin_inset space ~
11420 \end_inset
11421
11422
11423 \begin_inset CommandInset ref
11424 LatexCommand ref
11425 reference "tab:Table-with-and"
11426
11427 \end_inset
11428
11429  shows the effect.
11430 \end_layout
11431
11432 \begin_layout Standard
11433 \begin_inset Float table
11434 placement h
11435 wide false
11436 sideways false
11437 status open
11438
11439 \begin_layout Plain Layout
11440 \begin_inset Caption Standard
11441
11442 \begin_layout Plain Layout
11443 \begin_inset CommandInset label
11444 LatexCommand label
11445 name "tab:Table-with-and"
11446
11447 \end_inset
11448
11449 Table with and without hyphenation
11450 \end_layout
11451
11452 \end_inset
11453
11454
11455 \end_layout
11456
11457 \begin_layout Plain Layout
11458 \begin_inset space \hfill{}
11459 \end_inset
11460
11461
11462 \begin_inset Tabular
11463 <lyxtabular version="3" rows="3" columns="3">
11464 <features rotate="0" tabularvalignment="middle">
11465 <column alignment="center" valignment="middle" width="2.5cm">
11466 <column alignment="center" valignment="middle">
11467 <column alignment="center" valignment="middle">
11468 <row>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 verylongtablecellword
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 b
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 c
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 d
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 e
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 f
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 <row>
11527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 g
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 h
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 i
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 </row>
11555 </lyxtabular>
11556
11557 \end_inset
11558
11559
11560 \begin_inset space \hfill{}
11561 \end_inset
11562
11563
11564 \begin_inset Tabular
11565 <lyxtabular version="3" rows="3" columns="3">
11566 <features rotate="0" tabularvalignment="middle">
11567 <column alignment="center" valignment="middle" width="2.5cm">
11568 <column alignment="center" valignment="middle">
11569 <column alignment="center" valignment="middle">
11570 <row>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 \begin_inset space \hspace{}
11576 \length 0pt
11577 \end_inset
11578
11579 verylongtablecellword
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 b
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 c
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 </row>
11603 <row>
11604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 d
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 e
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 f
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 <row>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 g
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 h
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 i
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 </row>
11661 </lyxtabular>
11662
11663 \end_inset
11664
11665
11666 \begin_inset space \hfill{}
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \begin_layout Subsection
11678 Multicolumns
11679 \begin_inset CommandInset label
11680 LatexCommand label
11681 name "sub:Multicolumns"
11682
11683 \end_inset
11684
11685
11686 \begin_inset Index idx
11687 status collapsed
11688
11689 \begin_layout Plain Layout
11690 Multicolumns
11691 \end_layout
11692
11693 \end_inset
11694
11695
11696 \begin_inset Index idx
11697 status collapsed
11698
11699 \begin_layout Plain Layout
11700 Table ! Multicolumns
11701 \end_layout
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Subsubsection
11709 Multicolumn Basics
11710 \end_layout
11711
11712 \begin_layout Standard
11713 To merge cells over multiple columns, select as many cells within a row
11714  as you want to merge and use either the table-toolbar button 
11715 \begin_inset Info
11716 type  "icon"
11717 arg   "inset-modify tabular multicolumn"
11718 \end_inset
11719
11720 , or the menu 
11721 \family sans
11722 Edit\SpecialChar \menuseparator
11723 Table\SpecialChar \menuseparator
11724 Multicolumn
11725 \family default
11726 , or right click on the marked cells and choose 
11727 \family sans
11728 Multicolumn
11729 \family default
11730  in the context menu.
11731 \end_layout
11732
11733 \begin_layout Standard
11734 Multicolumns have there own cell settings.
11735  That means changing cell borders, cell alignment, and the width only affects
11736  the multicolumn.
11737  Here is an example table with a multicolumn cell in the first row and one
11738  in the last row without the upper border:
11739 \end_layout
11740
11741 \begin_layout Standard
11742 \align center
11743 \begin_inset Tabular
11744 <lyxtabular version="3" rows="3" columns="4">
11745 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11746 <column alignment="center" valignment="top" width="0pt">
11747 <column alignment="center" valignment="middle">
11748 <column alignment="center" valignment="top" width="0in">
11749 <column alignment="center" valignment="top" width="0pt">
11750 <row>
11751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 abc
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 def ghi
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 jkl
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 </row>
11788 <row>
11789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793
11794 \family roman
11795 \series medium
11796 \shape up
11797 \size normal
11798 \emph off
11799 \bar no
11800 \noun off
11801 \color none
11802 A
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 B
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 C
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 D
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 </row>
11835 <row>
11836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 1
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 2
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 3
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 4
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 </row>
11873 </lyxtabular>
11874
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \begin_layout Subsubsection
11881 Multicolumn Calculations
11882 \begin_inset CommandInset label
11883 LatexCommand label
11884 name "sub:Multicolumn-Calculations"
11885
11886 \end_inset
11887
11888
11889 \begin_inset Index idx
11890 status collapsed
11891
11892 \begin_layout Plain Layout
11893 Multicolumns ! Calculations
11894 \end_layout
11895
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \begin_layout Standard
11902 LyX supports multicolumns directly, but we have to take account of the cell
11903  width of the columns spanned by the multicolumn cell.
11904 \end_layout
11905
11906 \begin_layout Standard
11907 \begin_inset Float table
11908 placement h
11909 wide false
11910 sideways false
11911 status open
11912
11913 \begin_layout Plain Layout
11914 \begin_inset Caption Standard
11915
11916 \begin_layout Plain Layout
11917 \begin_inset CommandInset label
11918 LatexCommand label
11919 name "tab:Table-with-centered"
11920
11921 \end_inset
11922
11923 Table with centered multicolumn text above two columns that have exactly
11924  half the width of the multicolumn cell
11925 \begin_inset Argument 1
11926 status collapsed
11927
11928 \begin_layout Plain Layout
11929 Perfect multicolumn table
11930 \end_layout
11931
11932 \end_inset
11933
11934
11935 \end_layout
11936
11937 \end_inset
11938
11939
11940 \end_layout
11941
11942 \begin_layout Plain Layout
11943 \align center
11944 \begin_inset Tabular
11945 <lyxtabular version="3" rows="3" columns="3">
11946 <features rotate="0" tabularvalignment="middle">
11947 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11948 <column alignment="center" valignment="middle">
11949 <column alignment="center" valignment="top">
11950 <row>
11951 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 multiple lines multicolumn
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 c
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 </row>
11979 <row>
11980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984 d
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 e
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 f
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 </row>
12008 <row>
12009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 g
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022 h
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031 i
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 </row>
12037 </lyxtabular>
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \end_inset
12045
12046
12047 \end_layout
12048
12049 \begin_layout Standard
12050 To create for example Table
12051 \begin_inset space ~
12052 \end_inset
12053
12054
12055 \begin_inset CommandInset ref
12056 LatexCommand ref
12057 reference "tab:Table-with-centered"
12058
12059 \end_inset
12060
12061 , mark the first two cells in the first row of a 3×3 table and right-click
12062  on them.
12063  Now choose for this cell 
12064 \emph on
12065 multicolumn
12066 \emph default
12067
12068 \emph on
12069 centered alignment
12070 \emph default
12071  and a width of 2.5
12072 \begin_inset space \thinspace{}
12073 \end_inset
12074
12075 cm in the table dialog.
12076  The merged columns should have exactly half the width of the multicolumn
12077  cell, so that you would set a width of 1.25
12078 \begin_inset space \thinspace{}
12079 \end_inset
12080
12081 cm for the first column.
12082  The second column has then automatically a width of 1.25
12083 \begin_inset space \thinspace{}
12084 \end_inset
12085
12086 cm (multicolumn width - width of first column).
12087  This was done for Table
12088 \begin_inset space ~
12089 \end_inset
12090
12091
12092 \begin_inset CommandInset ref
12093 LatexCommand ref
12094 reference "tab:Table-without-half"
12095
12096 \end_inset
12097
12098 .
12099 \end_layout
12100
12101 \begin_layout Standard
12102 \begin_inset Float table
12103 wide false
12104 sideways false
12105 status open
12106
12107 \begin_layout Plain Layout
12108 \begin_inset Caption Standard
12109
12110 \begin_layout Plain Layout
12111 \begin_inset CommandInset label
12112 LatexCommand label
12113 name "tab:Table-without-half"
12114
12115 \end_inset
12116
12117 Table where the spanned table columns are not exactly half the width of
12118  the multicolumn cell
12119 \begin_inset Argument 1
12120 status collapsed
12121
12122 \begin_layout Plain Layout
12123 Imperfect multicolumn table
12124 \end_layout
12125
12126 \end_inset
12127
12128
12129 \end_layout
12130
12131 \end_inset
12132
12133
12134 \end_layout
12135
12136 \begin_layout Plain Layout
12137 \align center
12138 \begin_inset Tabular
12139 <lyxtabular version="3" rows="3" columns="3">
12140 <features rotate="0" tabularvalignment="middle">
12141 <column alignment="center" valignment="top" width="1.25cm">
12142 <column alignment="center" valignment="top">
12143 <column alignment="center" valignment="top">
12144 <row>
12145 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 multiple lines multicolumn
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167 c
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 </row>
12173 <row>
12174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 d
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187 e
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196 f
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 </row>
12202 <row>
12203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 g
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216 h
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Plain Layout
12225 i
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 </row>
12231 </lyxtabular>
12232
12233 \end_inset
12234
12235
12236 \end_layout
12237
12238 \end_inset
12239
12240
12241 \end_layout
12242
12243 \begin_layout Standard
12244 You can see that the first column is not half the width of the multicolumn
12245  cell, it is a bit bigger.
12246  The reason is that the specified width of a cell 
12247 \begin_inset Formula $W_{g}$
12248 \end_inset
12249
12250  is not its total width 
12251 \begin_inset Formula $W_{\mathrm{tot}}$
12252 \end_inset
12253
12254  because a cell is always a bit larger than specified.
12255  Appendix
12256 \begin_inset space ~
12257 \end_inset
12258
12259
12260 \begin_inset CommandInset ref
12261 LatexCommand ref
12262 reference "cha:Explanation-of-Equation"
12263
12264 \end_inset
12265
12266  explains this in detail.
12267 \end_layout
12268
12269 \begin_layout Standard
12270 The width 
12271 \begin_inset Formula $W_{g\,n}$
12272 \end_inset
12273
12274  which the user needs to set when 
12275 \emph on
12276 n
12277 \emph default
12278  columns are spanned can be calculated, so that each column has a total
12279  width of 
12280 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12281 \end_inset
12282
12283 :
12284 \begin_inset Formula 
12285 \begin{equation}
12286 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12287 \end{equation}
12288
12289 \end_inset
12290
12291
12292 \end_layout
12293
12294 \begin_layout Standard
12295 In our case we have 
12296 \begin_inset Formula $n=2$
12297 \end_inset
12298
12299
12300 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12301 \end_inset
12302
12303 cm and the default values for the lengths, so that equation 
12304 \begin_inset CommandInset ref
12305 LatexCommand ref
12306 reference "eq:Wgn"
12307
12308 \end_inset
12309
12310  becomes
12311 \begin_inset Formula 
12312 \begin{equation}
12313 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12314 \end{equation}
12315
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \begin_layout Standard
12322 To enable calculations in LaTeX, the LaTeX-package 
12323 \series bold
12324 calc
12325 \series default
12326  must be loaded with the document preamble line
12327 \begin_inset Index idx
12328 status collapsed
12329
12330 \begin_layout Plain Layout
12331 LaTeX-packages ! calc
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340
12341 \series bold
12342
12343 \backslash
12344 usepackage{calc}
12345 \end_layout
12346
12347 \begin_layout Standard
12348 LyX does not allow you to calculate lengths in the 
12349 \family sans
12350 Width
12351 \family default
12352  field of the table dialog.
12353  Therefore you have to format the column by inserting a LaTeX-argument in
12354  the dialog.
12355  Here is an overview about the arguments:
12356 \end_layout
12357
12358 \begin_layout Itemize
12359
12360 \series bold
12361 p{width}
12362 \series default
12363  creates cell with a fixed width, its text is vertically top-aligned
12364 \end_layout
12365
12366 \begin_layout Itemize
12367
12368 \series bold
12369 m{width}
12370 \series default
12371  creates cell with a fixed width, its text is vertically centered
12372 \end_layout
12373
12374 \begin_layout Itemize
12375
12376 \series bold
12377 b{width}
12378 \series default
12379  creates cell with a fixed width, its text is vertically bottom-aligned
12380 \end_layout
12381
12382 \begin_layout Standard
12383 By entering a LaTeX-argument, all cell settings set in the table dialog
12384  are overwritten.
12385 \end_layout
12386
12387 \begin_layout Standard
12388 \begin_inset Note Greyedout
12389 status open
12390
12391 \begin_layout Plain Layout
12392
12393 \series bold
12394 Note:
12395 \series default
12396  Due to a bug, LyX shows the overwritten settings anyway.
12397 \end_layout
12398
12399 \end_inset
12400
12401
12402 \end_layout
12403
12404 \begin_layout Standard
12405 As the text should be horizontally centered, the command 
12406 \series bold
12407
12408 \backslash
12409 centering
12410 \series default
12411  is added.
12412  You can now enter the following LaTeX-argument for the first spanned column:
12413 \end_layout
12414
12415 \begin_layout Standard
12416
12417 \series bold
12418 >{
12419 \backslash
12420 centering}m{1.25cm-6.2pt}
12421 \end_layout
12422
12423 \begin_layout Standard
12424 The command 
12425 \series bold
12426 >{ }
12427 \series default
12428  means, that the commands inside the braces are applied before the cell
12429  is created.
12430 \end_layout
12431
12432 \begin_layout Standard
12433 Although we have chosen centered alignment for the text of the multicolumn
12434  cell, it is still left aligned.
12435  This is because LyX only applies the alignment to single columns.
12436  So for the multicolumn cell we have to use the LaTeX-argument
12437 \end_layout
12438
12439 \begin_layout Standard
12440
12441 \series bold
12442 >{
12443 \backslash
12444 centering}m{2.5cm}
12445 \end_layout
12446
12447 \begin_layout Subsection
12448 Multirows
12449 \begin_inset CommandInset label
12450 LatexCommand label
12451 name "sub:Multirows"
12452
12453 \end_inset
12454
12455
12456 \begin_inset Index idx
12457 status collapsed
12458
12459 \begin_layout Plain Layout
12460 Multirows
12461 \end_layout
12462
12463 \end_inset
12464
12465
12466 \begin_inset Index idx
12467 status collapsed
12468
12469 \begin_layout Plain Layout
12470 Table ! Multirows
12471 \end_layout
12472
12473 \end_inset
12474
12475
12476 \end_layout
12477
12478 \begin_layout Standard
12479 To merge cells over multiple rows, select as many cells within a column
12480  as you want to merge and use either the table-toolbar button 
12481 \begin_inset Info
12482 type  "icon"
12483 arg   "inset-modify tabular multirow"
12484 \end_inset
12485
12486 , or the menu 
12487 \family sans
12488 Edit\SpecialChar \menuseparator
12489 Table\SpecialChar \menuseparator
12490 Multirow
12491 \family default
12492 , or right click on the marked cells and choose 
12493 \family sans
12494 Multirow
12495 \family default
12496  in the context menu.
12497 \end_layout
12498
12499 \begin_layout Standard
12500 Here is an example table with a multirow in the first column:
12501 \end_layout
12502
12503 \begin_layout Standard
12504 \align center
12505 \begin_inset Tabular
12506 <lyxtabular version="3" rows="3" columns="3">
12507 <features rotate="0" tabularvalignment="middle">
12508 <column alignment="center" valignment="top" width="0pt">
12509 <column alignment="center" valignment="top">
12510 <column alignment="center" valignment="top">
12511 <row>
12512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 a long cell entry
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 b
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 c
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 </row>
12540 <row>
12541 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 multirow
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 e
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 f
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 </row>
12569 <row>
12570 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 h
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 i
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 </row>
12598 </lyxtabular>
12599
12600 \end_inset
12601
12602
12603 \end_layout
12604
12605 \begin_layout Standard
12606 The width of multirow cells is set by setting the width and alignment for
12607  the whole column.
12608  The 
12609 \family sans
12610 Vertical Offset
12611 \family default
12612  shifts the content of the multirow up/down if the offset is positive/negative.
12613 \end_layout
12614
12615 \begin_layout Standard
12616 If the column of a multirow cell has no explicit width, the multirow cell
12617  inherits the alignment of the column.
12618  Otherwise it is by default left-aligned.
12619  To override the default, renew the command 
12620 \series bold
12621
12622 \backslash
12623 multirowsetup
12624 \series default
12625  with the command
12626 \end_layout
12627
12628 \begin_layout Standard
12629
12630 \series bold
12631
12632 \backslash
12633 renewcommand{
12634 \backslash
12635 multirowsetup}{
12636 \backslash
12637 centering}
12638 \end_layout
12639
12640 \begin_layout Standard
12641 in the document preamble.
12642  Then all entries of multirow cells in the document are centered.
12643  If centering is only needed for several tables, you can renew the command
12644  in a TeX-Code box just before the table instead of the preamble.
12645  If the text should be right-aligned, replace 
12646 \series bold
12647
12648 \backslash
12649 centering
12650 \series default
12651  by 
12652 \series bold
12653
12654 \backslash
12655 raggedleft
12656 \series default
12657 .
12658  To return to left-alignment 
12659 \series bold
12660
12661 \backslash
12662 raggedright
12663 \series default
12664  is used.
12665 \end_layout
12666
12667 \begin_layout Standard
12668 This is an example table with a right-aligned multirow cell that has a vertical
12669  offset of -4
12670 \begin_inset space \thinspace{}
12671 \end_inset
12672
12673 mm and is in a 3
12674 \begin_inset space \thinspace{}
12675 \end_inset
12676
12677 cm wide column:
12678 \end_layout
12679
12680 \begin_layout Standard
12681 \noindent
12682 \align center
12683 \begin_inset ERT
12684 status collapsed
12685
12686 \begin_layout Plain Layout
12687
12688
12689 \backslash
12690 renewcommand{
12691 \backslash
12692 multirowsetup}{
12693 \backslash
12694 raggedleft}
12695 \end_layout
12696
12697 \end_inset
12698
12699
12700 \begin_inset Tabular
12701 <lyxtabular version="3" rows="4" columns="3">
12702 <features rotate="0" tabularvalignment="middle">
12703 <column alignment="center" valignment="top" width="3cm">
12704 <column alignment="center" valignment="top">
12705 <column alignment="center" valignment="top">
12706 <row>
12707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 a long cell entry
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 b
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 c
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 </row>
12735 <row>
12736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 t
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 n
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 m
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 </row>
12764 <row>
12765 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 multirow
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 e
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 f
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 </row>
12793 <row>
12794 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 h
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 i
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 </row>
12822 </lyxtabular>
12823
12824 \end_inset
12825
12826
12827 \begin_inset ERT
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831
12832
12833 \backslash
12834 renewcommand{
12835 \backslash
12836 multirowsetup}{
12837 \backslash
12838 raggedright}
12839 \end_layout
12840
12841 \end_inset
12842
12843
12844 \end_layout
12845
12846 \begin_layout Standard
12847 To start a new line in a multirow you can use a forced line break (shortcut
12848  
12849 \begin_inset Info
12850 type  "shortcut"
12851 arg   "newline-insert newline"
12852 \end_inset
12853
12854 ) but this will not respect the cell lines as demonstrated in this table:
12855 \end_layout
12856
12857 \begin_layout Standard
12858 \noindent
12859 \align center
12860 \begin_inset Tabular
12861 <lyxtabular version="3" rows="3" columns="2">
12862 <features rotate="0" tabularvalignment="middle">
12863 <column alignment="left" valignment="middle" width="2cm">
12864 <column alignment="center" valignment="top">
12865 <row>
12866 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 aaa
12871 \begin_inset Newline newline
12872 \end_inset
12873
12874 aaa
12875 \begin_inset Newline newline
12876 \end_inset
12877
12878 wrong cell
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 ccc
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 </row>
12893 <row>
12894 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 ddd
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 </row>
12913 <row>
12914 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 bbb
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12924 \begin_inset Text
12925
12926 \begin_layout Plain Layout
12927 eee
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 </row>
12933 </lyxtabular>
12934
12935 \end_inset
12936
12937
12938 \end_layout
12939
12940 \begin_layout Standard
12941 Therefore be careful with forced line breaks.
12942 \end_layout
12943
12944 \begin_layout Subsection
12945 Cells with diagonal line(s)
12946 \end_layout
12947
12948 \begin_layout Standard
12949 To tell the reader what is meant by column and row headings in a table,
12950  it is helpful to split the first cell of the table by one or two diagonal
12951  lines.
12952  This can be achieved by loading the LaTeX-package 
12953 \series bold
12954 diagbox
12955 \series default
12956
12957 \begin_inset Index idx
12958 status collapsed
12959
12960 \begin_layout Plain Layout
12961 LaTeX-packages ! picinpar
12962 \end_layout
12963
12964 \end_inset
12965
12966  in the document preamble.
12967  The package provides the command 
12968 \series bold
12969
12970 \backslash
12971 diagbox
12972 \series default
12973  that is inserted as TeX-Code and that can take 2 or 3
12974 \begin_inset space ~
12975 \end_inset
12976
12977 arguments:
12978 \end_layout
12979
12980 \begin_layout Standard
12981
12982 \series bold
12983
12984 \backslash
12985 diagbox[options]{lower left}{upper right}
12986 \end_layout
12987
12988 \begin_layout Standard
12989
12990 \series bold
12991
12992 \backslash
12993 diagbox[options]{lower left}{upper left}{upper right}
12994 \end_layout
12995
12996 \begin_layout Standard
12997 The first scheme divides the cell by a single diagonal line and the arguments
12998  are placed below and above this line.
12999  The second scheme divides the cell by 2
13000 \begin_inset space ~
13001 \end_inset
13002
13003 lines.
13004 \end_layout
13005
13006 \begin_layout Standard
13007 \begin_inset ERT
13008 status collapsed
13009
13010 \begin_layout Plain Layout
13011
13012
13013 \backslash
13014 ifdiagbox
13015 \end_layout
13016
13017 \end_inset
13018
13019
13020 \begin_inset Note Note
13021 status open
13022
13023 \begin_layout Plain Layout
13024 The following section will only be displayed when the LaTeX-package 
13025 \series bold
13026 diagbox
13027 \series default
13028  is installed.
13029 \end_layout
13030
13031 \end_inset
13032
13033
13034 \end_layout
13035
13036 \begin_layout Standard
13037 Here is an example table where 
13038 \series bold
13039
13040 \backslash
13041 diagbox 
13042 \series default
13043 is used in the 2-argument scheme in the first cell:
13044 \begin_inset VSpace medskip
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \begin_layout Standard
13051 \noindent
13052 \begin_inset Tabular
13053 <lyxtabular version="3" rows="4" columns="4">
13054 <features rotate="0" tabularvalignment="middle">
13055 <column alignment="center" valignment="top">
13056 <column alignment="center" valignment="top">
13057 <column alignment="center" valignment="top">
13058 <column alignment="center" valignment="top">
13059 <row>
13060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 \begin_inset ERT
13065 status collapsed
13066
13067 \begin_layout Plain Layout
13068
13069
13070 \backslash
13071 diagbox{
13072 \end_layout
13073
13074 \end_inset
13075
13076 Name
13077 \begin_inset ERT
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081
13082 }{
13083 \end_layout
13084
13085 \end_inset
13086
13087 Parameter
13088 \begin_inset ERT
13089 status collapsed
13090
13091 \begin_layout Plain Layout
13092
13093 }
13094 \end_layout
13095
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 Thickness in nm
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 Transparency in %
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 Hardness in MPa
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 Perfect Green
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 45
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 80
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 504
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 </row>
13169 <row>
13170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 Dark Multi-P
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 60
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 72
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 982
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 </row>
13207 <row>
13208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 Crystal Clear Pro
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 18
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 86
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 374
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 </row>
13245 </lyxtabular>
13246
13247 \end_inset
13248
13249
13250 \begin_inset VSpace medskip
13251 \end_inset
13252
13253
13254 \end_layout
13255
13256 \begin_layout Standard
13257 The 3-argument scheme is for example useful for cross-tables of sports leagues
13258  or distances:
13259 \end_layout
13260
13261 \begin_layout Standard
13262 \noindent
13263 \align center
13264 \begin_inset Tabular
13265 <lyxtabular version="3" rows="4" columns="4">
13266 <features rotate="0" tabularvalignment="middle">
13267 <column alignment="center" valignment="top" width="0pt">
13268 <column alignment="center" valignment="top">
13269 <column alignment="center" valignment="top">
13270 <column alignment="center" valignment="top">
13271 <row>
13272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 \begin_inset ERT
13277 status collapsed
13278
13279 \begin_layout Plain Layout
13280
13281
13282 \backslash
13283 diagbox{
13284 \end_layout
13285
13286 \end_inset
13287
13288 Team home
13289 \begin_inset ERT
13290 status collapsed
13291
13292 \begin_layout Plain Layout
13293
13294 }{
13295 \end_layout
13296
13297 \end_inset
13298
13299 Result
13300 \begin_inset ERT
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304
13305 }{
13306 \end_layout
13307
13308 \end_inset
13309
13310 Team away
13311 \begin_inset ERT
13312 status collapsed
13313
13314 \begin_layout Plain Layout
13315
13316 }
13317 \end_layout
13318
13319 \end_inset
13320
13321
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 Tigers
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 Panthers
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 Falcons
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 </row>
13354 <row>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 Tigers
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 ---
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 1:3
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 0:1
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 </row>
13392 <row>
13393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 Panthers
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406 3:1
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 ---
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 0:0
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 <row>
13431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 Falcons
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Plain Layout
13444 1:0
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 0:0
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 ---
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 </row>
13468 </lyxtabular>
13469
13470 \end_inset
13471
13472
13473 \end_layout
13474
13475 \begin_layout Standard
13476 For larger cross-tables one might use split cells in 2 or every corner of
13477  the table like in this example:
13478 \end_layout
13479
13480 \begin_layout Standard
13481 \noindent
13482 \align center
13483 \begin_inset Tabular
13484 <lyxtabular version="3" rows="5" columns="5">
13485 <features rotate="0" tabularvalignment="middle">
13486 <column alignment="center" valignment="top" width="0pt">
13487 <column alignment="center" valignment="top">
13488 <column alignment="center" valignment="top">
13489 <column alignment="center" valignment="top">
13490 <column alignment="center" valignment="top">
13491 <row>
13492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 \begin_inset ERT
13497 status open
13498
13499 \begin_layout Plain Layout
13500
13501
13502 \backslash
13503 diagbox{
13504 \end_layout
13505
13506 \end_inset
13507
13508 Team home
13509 \begin_inset ERT
13510 status collapsed
13511
13512 \begin_layout Plain Layout
13513
13514 }{
13515 \end_layout
13516
13517 \end_inset
13518
13519 Result
13520 \begin_inset ERT
13521 status collapsed
13522
13523 \begin_layout Plain Layout
13524
13525 }{
13526 \end_layout
13527
13528 \end_inset
13529
13530 Team away
13531 \begin_inset ERT
13532 status collapsed
13533
13534 \begin_layout Plain Layout
13535
13536 }
13537 \end_layout
13538
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 Tigers
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 Panthers
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 Falcons
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 \begin_inset ERT
13578 status open
13579
13580 \begin_layout Plain Layout
13581
13582
13583 \backslash
13584 diagbox[dir=NE]{
13585 \end_layout
13586
13587 \end_inset
13588
13589 Team home
13590 \begin_inset ERT
13591 status collapsed
13592
13593 \begin_layout Plain Layout
13594
13595 }{
13596 \end_layout
13597
13598 \end_inset
13599
13600 Result
13601 \begin_inset ERT
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605
13606 }{
13607 \end_layout
13608
13609 \end_inset
13610
13611 Team away
13612 \begin_inset ERT
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616
13617 }
13618 \end_layout
13619
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 </row>
13628 <row>
13629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 Tigers
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642 ---
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 1:3
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 0:1
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 Tigers
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 </row>
13675 <row>
13676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 Panthers
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 3:1
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 ---
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 0:0
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 Panthers
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 </row>
13722 <row>
13723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 Falcons
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 1:0
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 0:0
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 ---
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 Falcons
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 </row>
13769 <row>
13770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 \begin_inset ERT
13775 status open
13776
13777 \begin_layout Plain Layout
13778
13779
13780 \backslash
13781 diagbox[dir=SW]{
13782 \end_layout
13783
13784 \end_inset
13785
13786 Team home
13787 \begin_inset ERT
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791
13792 }{
13793 \end_layout
13794
13795 \end_inset
13796
13797 Result
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803 }{
13804 \end_layout
13805
13806 \end_inset
13807
13808 Team away
13809 \begin_inset ERT
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813
13814 }
13815 \end_layout
13816
13817 \end_inset
13818
13819
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 Tigers
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 Panthers
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 Falcons
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 \begin_inset ERT
13856 status open
13857
13858 \begin_layout Plain Layout
13859
13860
13861 \backslash
13862 diagbox[dir=SE]{
13863 \end_layout
13864
13865 \end_inset
13866
13867 Team home
13868 \begin_inset ERT
13869 status collapsed
13870
13871 \begin_layout Plain Layout
13872
13873 }{
13874 \end_layout
13875
13876 \end_inset
13877
13878 Result
13879 \begin_inset ERT
13880 status collapsed
13881
13882 \begin_layout Plain Layout
13883
13884 }{
13885 \end_layout
13886
13887 \end_inset
13888
13889 Team away
13890 \begin_inset ERT
13891 status collapsed
13892
13893 \begin_layout Plain Layout
13894
13895 }
13896 \end_layout
13897
13898 \end_inset
13899
13900
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 </row>
13906 </lyxtabular>
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Standard
13914 To rotate the diagonal lines, the command option 
13915 \series bold
13916 dir=direction
13917 \series default
13918  is used.
13919  
13920 \emph on
13921 direction
13922 \emph default
13923  is either 
13924 \series bold
13925 NE
13926 \series default
13927
13928 \series bold
13929 DE
13930 \series default
13931
13932 \series bold
13933 SW
13934 \series default
13935  or 
13936 \series bold
13937 NW
13938 \series default
13939  and represent a point of a compass.
13940  
13941 \series bold
13942 SW
13943 \series default
13944  is for example the south-west corner.
13945  Thus in the lower left cell of the above table the command
13946 \end_layout
13947
13948 \begin_layout Standard
13949
13950 \series bold
13951
13952 \backslash
13953 diagbox[dir=SW]{Team home}{Result}{Team away}
13954 \end_layout
13955
13956 \begin_layout Standard
13957 is used.
13958  If no direction is given, it will be NW.
13959 \end_layout
13960
13961 \begin_layout Standard
13962 The necessary width of split cells is automatically calculated.
13963  Thus if you set a fixed column width smaller than the calculated one, the
13964  cell's content will protrude the cell borders:
13965 \end_layout
13966
13967 \begin_layout Standard
13968 \noindent
13969 \align center
13970 \begin_inset Tabular
13971 <lyxtabular version="3" rows="2" columns="2">
13972 <features rotate="0" tabularvalignment="middle">
13973 <column alignment="center" valignment="top" width="3cm">
13974 <column alignment="center" valignment="top">
13975 <row>
13976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980 \begin_inset ERT
13981 status collapsed
13982
13983 \begin_layout Plain Layout
13984
13985
13986 \backslash
13987 diagbox{
13988 \end_layout
13989
13990 \end_inset
13991
13992 Name
13993 \begin_inset ERT
13994 status collapsed
13995
13996 \begin_layout Plain Layout
13997
13998 }{
13999 \end_layout
14000
14001 \end_inset
14002
14003 Parameter
14004 \begin_inset ERT
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008
14009 }
14010 \end_layout
14011
14012 \end_inset
14013
14014
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 Thickness in nm
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 </row>
14029 <row>
14030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 Perfect Green
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 45
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 </row>
14049 </lyxtabular>
14050
14051 \end_inset
14052
14053
14054 \end_layout
14055
14056 \begin_layout Standard
14057 If you need a certain width for columns with a split cell, use the command
14058  option 
14059 \series bold
14060 width=3cm
14061 \series default
14062  (replace '3cm' by the width you need).
14063  In the following table the width of the first column is set to 4
14064 \begin_inset space \thinspace{}
14065 \end_inset
14066
14067 cm.
14068  For 
14069 \series bold
14070
14071 \backslash
14072 diagbox
14073 \series default
14074  a width of 4
14075 \begin_inset space \thinspace{}
14076 \end_inset
14077
14078 cm + 2
14079 \begin_inset space \thinspace{}
14080 \end_inset
14081
14082
14083 \backslash
14084 tabcolsep is necessary because the overall width is the width for the text
14085  (in this case the 4
14086 \begin_inset space \thinspace{}
14087 \end_inset
14088
14089 cm) plus two times the separation of the text and the cell border.
14090  The calculation of the width cannot be done in the command option of 
14091 \series bold
14092
14093 \backslash
14094 diagbox
14095 \series default
14096  so one needs to create a new length which can be used later.
14097  This is done with the TeX-Code commands
14098 \end_layout
14099
14100 \begin_layout Standard
14101
14102 \series bold
14103
14104 \backslash
14105 newlength{
14106 \backslash
14107 diagtest}
14108 \begin_inset Newline newline
14109 \end_inset
14110
14111
14112 \backslash
14113 setlength{
14114 \backslash
14115 diagtest}{4cm+2
14116 \backslash
14117 tabcolsep}
14118 \end_layout
14119
14120 \begin_layout Standard
14121 \begin_inset ERT
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125
14126
14127 \backslash
14128 newlength{
14129 \backslash
14130 diagtest}
14131 \end_layout
14132
14133 \begin_layout Plain Layout
14134
14135
14136 \backslash
14137 setlength{
14138 \backslash
14139 diagtest}{4cm+2
14140 \backslash
14141 tabcolsep}
14142 \end_layout
14143
14144 \end_inset
14145
14146
14147 \end_layout
14148
14149 \begin_layout Standard
14150 To enable calculations in LaTeX one needs to load the package 
14151 \series bold
14152 calc
14153 \series default
14154
14155 \begin_inset Index idx
14156 status collapsed
14157
14158 \begin_layout Plain Layout
14159 LaTeX-packages ! calc
14160 \end_layout
14161
14162 \end_inset
14163
14164  in the document preamble.
14165 \end_layout
14166
14167 \begin_layout Standard
14168 In this table you can now use the command
14169 \end_layout
14170
14171 \begin_layout Standard
14172
14173 \series bold
14174
14175 \backslash
14176 diagbox[width=
14177 \backslash
14178 diagtest]{A}{B}
14179 \end_layout
14180
14181 \begin_layout Standard
14182 in the first cell:
14183 \end_layout
14184
14185 \begin_layout Standard
14186 \noindent
14187 \align center
14188 \begin_inset Tabular
14189 <lyxtabular version="3" rows="2" columns="2">
14190 <features rotate="0" tabularvalignment="middle">
14191 <column alignment="center" valignment="top" width="4cm">
14192 <column alignment="center" valignment="top">
14193 <row>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 \begin_inset ERT
14199 status open
14200
14201 \begin_layout Plain Layout
14202
14203
14204 \backslash
14205 diagbox[width=
14206 \backslash
14207 diagtest]{
14208 \end_layout
14209
14210 \end_inset
14211
14212 A
14213 \begin_inset ERT
14214 status collapsed
14215
14216 \begin_layout Plain Layout
14217
14218 }{
14219 \end_layout
14220
14221 \end_inset
14222
14223 B
14224 \begin_inset ERT
14225 status collapsed
14226
14227 \begin_layout Plain Layout
14228
14229 }
14230 \end_layout
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Plain Layout
14243 Thickness in nm
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 </row>
14249 <row>
14250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 Perfect Green
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 45
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 </row>
14269 </lyxtabular>
14270
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \begin_layout Standard
14277 Note that the split cell needs to be the widest one in the column.
14278  Otherwise the length of the diagonal line cannot be calculated correctly
14279  like in this table:
14280 \end_layout
14281
14282 \begin_layout Standard
14283 \noindent
14284 \align center
14285 \begin_inset Tabular
14286 <lyxtabular version="3" rows="2" columns="2">
14287 <features rotate="0" tabularvalignment="middle">
14288 <column alignment="center" valignment="top" width="0pt">
14289 <column alignment="center" valignment="top">
14290 <row>
14291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 \begin_inset ERT
14296 status collapsed
14297
14298 \begin_layout Plain Layout
14299
14300
14301 \backslash
14302 diagbox{
14303 \end_layout
14304
14305 \end_inset
14306
14307 A
14308 \begin_inset ERT
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312
14313 }{
14314 \end_layout
14315
14316 \end_inset
14317
14318 B
14319 \begin_inset ERT
14320 status collapsed
14321
14322 \begin_layout Plain Layout
14323
14324 }
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 Thickness in nm
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 </row>
14344 <row>
14345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 Perfect Green
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 45
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 </row>
14364 </lyxtabular>
14365
14366 \end_inset
14367
14368
14369 \end_layout
14370
14371 \begin_layout Standard
14372 In this case use the 
14373 \series bold
14374 width
14375 \series default
14376  option of the 
14377 \series bold
14378
14379 \backslash
14380 diagbox
14381 \series default
14382  command.
14383  It is then not necessary to add 2
14384 \backslash
14385 tabcolsep because the cell width is now the width of the column.
14386  In this table a width of 3
14387 \begin_inset space \thinspace{}
14388 \end_inset
14389
14390 cm is used:
14391 \end_layout
14392
14393 \begin_layout Standard
14394 \noindent
14395 \align center
14396 \begin_inset Tabular
14397 <lyxtabular version="3" rows="2" columns="2">
14398 <features rotate="0" tabularvalignment="middle">
14399 <column alignment="center" valignment="top" width="0pt">
14400 <column alignment="center" valignment="top">
14401 <row>
14402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 \begin_inset ERT
14407 status open
14408
14409 \begin_layout Plain Layout
14410
14411
14412 \backslash
14413 diagbox[width=3cm]{
14414 \end_layout
14415
14416 \end_inset
14417
14418 A
14419 \begin_inset ERT
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423
14424 }{
14425 \end_layout
14426
14427 \end_inset
14428
14429 B
14430 \begin_inset ERT
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434
14435 }
14436 \end_layout
14437
14438 \end_inset
14439
14440
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 Thickness in nm
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 <row>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 Perfect Green
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 45
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 </lyxtabular>
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \begin_layout Standard
14483 For multiple text lines in split cells one needs some extra height to fit
14484  the text to the cell.
14485  This can be achieved with the 
14486 \series bold
14487
14488 \backslash
14489 diagbox
14490 \series default
14491  option 
14492 \series bold
14493 height=3cm
14494 \series default
14495  (replace '3cm' by the height you need).
14496  In the following table the command
14497 \end_layout
14498
14499 \begin_layout Standard
14500
14501 \series bold
14502
14503 \backslash
14504 diagbox[width=3cm,height=1.4cm]{A
14505 \backslash
14506
14507 \backslash
14508 B}{C
14509 \backslash
14510
14511 \backslash
14512 D}
14513 \end_layout
14514
14515 \begin_layout Standard
14516 is used in the first cell.
14517  The command 
14518 \series bold
14519
14520 \backslash
14521
14522 \backslash
14523
14524 \series default
14525  creates hereby the line break.
14526 \begin_inset Foot
14527 status collapsed
14528
14529 \begin_layout Plain Layout
14530 Breaking lines with 
14531 \family sans
14532 Ctrl+Return
14533 \family default
14534  is only possible when the column has a fixed width.
14535 \end_layout
14536
14537 \end_inset
14538
14539
14540 \end_layout
14541
14542 \begin_layout Standard
14543 \noindent
14544 \align center
14545 \begin_inset Tabular
14546 <lyxtabular version="3" rows="2" columns="2">
14547 <features rotate="0" tabularvalignment="middle">
14548 <column alignment="center" valignment="top">
14549 <column alignment="center" valignment="top">
14550 <row>
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555 \begin_inset ERT
14556 status open
14557
14558 \begin_layout Plain Layout
14559
14560
14561 \backslash
14562 diagbox[width=3cm,height=1.4cm]{
14563 \end_layout
14564
14565 \end_inset
14566
14567 A
14568 \begin_inset ERT
14569 status collapsed
14570
14571 \begin_layout Plain Layout
14572
14573
14574 \backslash
14575
14576 \backslash
14577
14578 \end_layout
14579
14580 \end_inset
14581
14582 B
14583 \begin_inset ERT
14584 status collapsed
14585
14586 \begin_layout Plain Layout
14587
14588 }{
14589 \end_layout
14590
14591 \end_inset
14592
14593 C
14594 \begin_inset ERT
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598
14599
14600 \backslash
14601
14602 \backslash
14603
14604 \end_layout
14605
14606 \end_inset
14607
14608 D
14609 \begin_inset ERT
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613
14614 }
14615 \end_layout
14616
14617 \end_inset
14618
14619
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14625 \begin_inset Text
14626
14627 \begin_layout Plain Layout
14628 Thickness in nm
14629 \end_layout
14630
14631 \end_inset
14632 </cell>
14633 </row>
14634 <row>
14635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639 Perfect Green
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
14644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14645 \begin_inset Text
14646
14647 \begin_layout Plain Layout
14648 45
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 </row>
14654 </lyxtabular>
14655
14656 \end_inset
14657
14658
14659 \end_layout
14660
14661 \begin_layout Standard
14662 \begin_inset ERT
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666
14667
14668 \backslash
14669 else
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \begin_inset Note Note
14676 status open
14677
14678 \begin_layout Plain Layout
14679 The following will be displayed when the LaTeX-package 
14680 \series bold
14681 diagbox
14682 \series default
14683  is not installed:
14684 \end_layout
14685
14686 \end_inset
14687
14688
14689 \end_layout
14690
14691 \begin_layout Standard
14692 You need to install the LaTeX-package 
14693 \series bold
14694 diagbox
14695 \series default
14696  to see the following part of this section in the output.
14697 \end_layout
14698
14699 \begin_layout Standard
14700 \begin_inset ERT
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704
14705
14706 \backslash
14707 fi
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \end_layout
14714
14715 \begin_layout Standard
14716 For more info about the LaTeX-package 
14717 \series bold
14718 diagbox
14719 \series default
14720 , see its documentation, 
14721 \begin_inset CommandInset citation
14722 LatexCommand cite
14723 key "diagbox"
14724
14725 \end_inset
14726
14727 .
14728 \end_layout
14729
14730 \begin_layout Section
14731 Formal Tables
14732 \begin_inset CommandInset label
14733 LatexCommand label
14734 name "sec:Formal-Tables"
14735
14736 \end_inset
14737
14738
14739 \begin_inset Index idx
14740 status collapsed
14741
14742 \begin_layout Plain Layout
14743 Table ! Formal
14744 \end_layout
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \begin_layout Standard
14752 Tables are often typeset in books similar to Table
14753 \begin_inset space ~
14754 \end_inset
14755
14756
14757 \begin_inset CommandInset ref
14758 LatexCommand ref
14759 reference "tab:Example-booktabs-table"
14760
14761 \end_inset
14762
14763 .
14764  This kind of tables is called 
14765 \begin_inset Quotes eld
14766 \end_inset
14767
14768
14769 \emph on
14770 formal
14771 \emph default
14772
14773 \begin_inset Quotes erd
14774 \end_inset
14775
14776 .
14777  To make a table a formal table use the option 
14778 \family sans
14779 Formal
14780 \family default
14781  in the 
14782 \family sans
14783 Borders
14784 \family default
14785  tab of the table dialog.
14786 \end_layout
14787
14788 \begin_layout Standard
14789 \begin_inset Float table
14790 placement h
14791 wide false
14792 sideways false
14793 status open
14794
14795 \begin_layout Plain Layout
14796 \begin_inset Caption Standard
14797
14798 \begin_layout Plain Layout
14799 \begin_inset CommandInset label
14800 LatexCommand label
14801 name "tab:Example-booktabs-table"
14802
14803 \end_inset
14804
14805 Example booktabs-table
14806 \end_layout
14807
14808 \end_inset
14809
14810
14811 \end_layout
14812
14813 \begin_layout Plain Layout
14814 \align center
14815 \begin_inset Tabular
14816 <lyxtabular version="3" rows="8" columns="4">
14817 <features rotate="0" booktabs="true" tabularvalignment="middle">
14818 <column alignment="center" valignment="top">
14819 <column alignment="center" valignment="top">
14820 <column alignment="center" valignment="top">
14821 <column alignment="center" valignment="top">
14822 <row>
14823 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827 System
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 <cell alignment="center" valignment="top" topline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836 Chip
14837 \begin_inset space \thinspace{}
14838 \end_inset
14839
14840 1
14841 \end_layout
14842
14843 \end_inset
14844 </cell>
14845 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849 Chip
14850 \begin_inset space \thinspace{}
14851 \end_inset
14852
14853 2
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 </row>
14868 <row>
14869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873 \begin_inset ERT
14874 status collapsed
14875
14876 \begin_layout Plain Layout
14877
14878
14879 \backslash
14880 cmidrule(r){2-2}
14881 \end_layout
14882
14883 \end_inset
14884
14885
14886 \begin_inset ERT
14887 status collapsed
14888
14889 \begin_layout Plain Layout
14890
14891
14892 \backslash
14893 cmidrule(l){3-4}
14894 \end_layout
14895
14896 \end_inset
14897
14898 Detector thickness in Âµm
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 300
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 300
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 <cell alignment="center" valignment="top" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 700
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 </row>
14931 <row>
14932 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 Edge angle in Â°
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" topline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 3.55
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 2.71
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 7.99
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row topspace="default">
14970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974 Spatial resolution in Âµm
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 4.26
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 10.17
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell alignment="center" valignment="top" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 10.56
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 </row>
15007 <row topspace="default">
15008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 MTF at 
15013 \begin_inset Formula $f_{\mathrm{max}}$
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 0.53
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 0.37
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 0.39
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 </row>
15049 <row topspace="default">
15050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 \begin_inset ERT
15055 status collapsed
15056
15057 \begin_layout Plain Layout
15058
15059
15060 \backslash
15061 cmidrule(l{10pt}){1-1}
15062 \end_layout
15063
15064 \end_inset
15065
15066 LSF-spatial resolution
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 </row>
15099 <row>
15100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 in Âµm
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 129.7
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 52.75
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 50.78
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 <row>
15138 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 in % of pixel size
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 76.3
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 95.9
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 92.3
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 </row>
15175 </lyxtabular>
15176
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \begin_layout Standard
15188 Spaces to table rows can be added using the 
15189 \family sans
15190 Borders
15191 \family default
15192  tab of the table dialog as described in section
15193 \begin_inset space ~
15194 \end_inset
15195
15196
15197 \begin_inset CommandInset ref
15198 LatexCommand ref
15199 reference "sub:Row-Spacing"
15200
15201 \end_inset
15202
15203 .
15204 \end_layout
15205
15206 \begin_layout Standard
15207 Unlike normal tables, formal tables have no vertical table lines.
15208  The horizontal table lines can be set as for normal tables but they appear
15209  with different widths in the output:
15210 \begin_inset Newline newline
15211 \end_inset
15212
15213 The first and the last table line have a default width of 0.08
15214 \begin_inset space \thinspace{}
15215 \end_inset
15216
15217 em while the other lines have a default width of 0.05
15218 \begin_inset space \thinspace{}
15219 \end_inset
15220
15221 em.
15222 \end_layout
15223
15224 \begin_layout Standard
15225 The default widths can be changed with the following preamble lines
15226 \end_layout
15227
15228 \begin_layout Standard
15229
15230 \series bold
15231
15232 \backslash
15233 let
15234 \backslash
15235 mytoprule
15236 \backslash
15237 toprule
15238 \begin_inset Newline newline
15239 \end_inset
15240
15241
15242 \backslash
15243 renewcommand{
15244 \backslash
15245 toprule}{
15246 \backslash
15247 mytoprule[width]}
15248 \end_layout
15249
15250 \begin_layout Standard
15251 This example is for the first line, the so called 
15252 \series bold
15253 toprule
15254 \series default
15255 .
15256  If you want to change the width for the last line, replace 
15257 \series bold
15258 toprule
15259 \series default
15260  by 
15261 \series bold
15262 bottomrule
15263 \series default
15264 .
15265  To change the width for the other lines replace 
15266 \series bold
15267 toprule
15268 \series default
15269  by 
15270 \series bold
15271 midrule
15272 \series default
15273 .
15274  You can use all units listed in appendix
15275 \begin_inset space ~
15276 \end_inset
15277
15278
15279 \begin_inset CommandInset ref
15280 LatexCommand ref
15281 reference "cha:Units-available-in"
15282
15283 \end_inset
15284
15285  to set the width.
15286 \end_layout
15287
15288 \begin_layout Standard
15289 Lines that do not span all table columns can be created by setting a table
15290  line for multicolumn cells.
15291  LyX will then internally use the command 
15292 \series bold
15293
15294 \backslash
15295 cmidrule
15296 \series default
15297  to create this line.
15298  Its full scheme is
15299 \end_layout
15300
15301 \begin_layout Standard
15302
15303 \series bold
15304
15305 \backslash
15306 cmidrule[width](trim){startcol-endcol}
15307 \end_layout
15308
15309 \begin_layout Standard
15310 The options of 
15311 \series bold
15312
15313 \backslash
15314 cmidrule
15315 \series default
15316  are currently not supported by LyX so you have to use TeX-Code to be able
15317  to use them.
15318  
15319 \series bold
15320
15321 \backslash
15322 cmidrule
15323 \series default
15324 s can manually be created by inserting the command as TeX-Code as the first
15325  cell entry of the first cell of a row.
15326  The line is then drawn in the output above the current row.
15327 \end_layout
15328
15329 \begin_layout Standard
15330 The default for the width is 0.03
15331 \begin_inset space \thinspace{}
15332 \end_inset
15333
15334 em.
15335  Startcol is the number of the column where the line starts and endcol the
15336  column number where the line ends.
15337  The endcol always needs to be specified, also when the line should span
15338  only one column.
15339  The optional parameter trim could be either 
15340 \emph on
15341 l{trimwidth}
15342 \emph default
15343 , or 
15344 \emph on
15345 r{trimwidth}
15346 \emph default
15347  where the trimwidth is also optional.
15348  Using for example the parameter 
15349 \emph on
15350 l{2pt}
15351 \emph default
15352  means that the line is trimmed from its left end by 2
15353 \begin_inset space \thinspace{}
15354 \end_inset
15355
15356 pt.
15357  If you don't specify the trimwidth the lines are trimmed by the default
15358  of 0.5
15359 \begin_inset space \thinspace{}
15360 \end_inset
15361
15362 em.
15363 \end_layout
15364
15365 \begin_layout Standard
15366 \begin_inset VSpace bigskip
15367 \end_inset
15368
15369 Table
15370 \begin_inset space ~
15371 \end_inset
15372
15373
15374 \begin_inset CommandInset ref
15375 LatexCommand ref
15376 reference "tab:Example-booktabs-table"
15377
15378 \end_inset
15379
15380  was created using the commands
15381 \end_layout
15382
15383 \begin_layout Standard
15384
15385 \series bold
15386
15387 \backslash
15388 cmidrule(r){2-2}
15389 \backslash
15390 cmidrule(l){3-4}
15391 \end_layout
15392
15393 \begin_layout Standard
15394 at the beginning of the second row and
15395 \end_layout
15396
15397 \begin_layout Standard
15398
15399 \series bold
15400
15401 \backslash
15402 cmidrule(l{10pt}){1-1}
15403 \end_layout
15404
15405 \begin_layout Standard
15406 in the sixth row.
15407 \end_layout
15408
15409 \begin_layout Standard
15410 \begin_inset VSpace bigskip
15411 \end_inset
15412
15413
15414 \end_layout
15415
15416 \begin_layout Standard
15417 You might want to have overlapping 
15418 \series bold
15419
15420 \backslash
15421 cmidrule
15422 \series default
15423 s as in in Table
15424 \begin_inset space ~
15425 \end_inset
15426
15427
15428 \begin_inset CommandInset ref
15429 LatexCommand ref
15430 reference "tab:Special-booktabs-table"
15431
15432 \end_inset
15433
15434 .
15435  This can be achieved with the TeX-Code command
15436 \end_layout
15437
15438 \begin_layout Standard
15439
15440 \series bold
15441
15442 \backslash
15443 morecmidrules
15444 \end_layout
15445
15446 \begin_layout Standard
15447 The command that was used for the second row of Table
15448 \begin_inset space ~
15449 \end_inset
15450
15451
15452 \begin_inset CommandInset ref
15453 LatexCommand ref
15454 reference "tab:Special-booktabs-table"
15455
15456 \end_inset
15457
15458  is
15459 \end_layout
15460
15461 \begin_layout Standard
15462
15463 \series bold
15464
15465 \backslash
15466 cmidrule(r){2-2}
15467 \backslash
15468 cmidrule(l){3-4}
15469 \backslash
15470 morecmidrules
15471 \backslash
15472 cmidrule{2-4}
15473 \end_layout
15474
15475 \begin_layout Standard
15476 The command for the sixth row is
15477 \end_layout
15478
15479 \begin_layout Standard
15480
15481 \series bold
15482
15483 \backslash
15484 midrule
15485 \backslash
15486 morecmidrules
15487 \backslash
15488 cmidrule{3-4}
15489 \end_layout
15490
15491 \begin_layout Standard
15492 \begin_inset VSpace bigskip
15493 \end_inset
15494
15495
15496 \end_layout
15497
15498 \begin_layout Standard
15499 If you are in any way not satisfied with the border line spacing, you can
15500  use the following command to produce lines that span over all table columns
15501 \series bold
15502 :
15503 \end_layout
15504
15505 \begin_layout Standard
15506
15507 \series bold
15508
15509 \backslash
15510 specialrule{width}{space above}{space below}
15511 \end_layout
15512
15513 \begin_layout Standard
15514 For more information about these features, refer to the manual of the LaTeX-pack
15515 age 
15516 \series bold
15517 booktabs
15518 \series default
15519  
15520 \begin_inset CommandInset citation
15521 LatexCommand cite
15522 key "booktabs"
15523
15524 \end_inset
15525
15526 .
15527 \begin_inset Index idx
15528 status collapsed
15529
15530 \begin_layout Plain Layout
15531 LaTeX-packages ! booktabs
15532 \end_layout
15533
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \begin_layout Standard
15540 \begin_inset Float table
15541 placement h
15542 wide false
15543 sideways false
15544 status open
15545
15546 \begin_layout Plain Layout
15547 \begin_inset Caption Standard
15548
15549 \begin_layout Plain Layout
15550 \begin_inset CommandInset label
15551 LatexCommand label
15552 name "tab:Special-booktabs-table"
15553
15554 \end_inset
15555
15556 Special booktabs-table
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Plain Layout
15565 \align center
15566 \begin_inset Tabular
15567 <lyxtabular version="3" rows="8" columns="4">
15568 <features rotate="0" booktabs="true" tabularvalignment="middle">
15569 <column alignment="center" valignment="top">
15570 <column alignment="center" valignment="top">
15571 <column alignment="center" valignment="top">
15572 <column alignment="center" valignment="top">
15573 <row>
15574 <cell alignment="center" valignment="top" topline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578 System
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" topline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 Chip
15588 \begin_inset space \thinspace{}
15589 \end_inset
15590
15591 1
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600 Chip
15601 \begin_inset space \thinspace{}
15602 \end_inset
15603
15604 2
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 </row>
15619 <row>
15620 <cell alignment="center" valignment="top" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624 \begin_inset ERT
15625 status collapsed
15626
15627 \begin_layout Plain Layout
15628
15629
15630 \backslash
15631 cmidrule(r){2-2}
15632 \end_layout
15633
15634 \end_inset
15635
15636
15637 \begin_inset ERT
15638 status collapsed
15639
15640 \begin_layout Plain Layout
15641
15642
15643 \backslash
15644 cmidrule(l){3-4}
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \begin_inset ERT
15651 status collapsed
15652
15653 \begin_layout Plain Layout
15654
15655
15656 \backslash
15657 morecmidrules 
15658 \end_layout
15659
15660 \end_inset
15661
15662
15663 \begin_inset ERT
15664 status collapsed
15665
15666 \begin_layout Plain Layout
15667
15668
15669 \backslash
15670 cmidrule{2-4}
15671 \end_layout
15672
15673 \end_inset
15674
15675 Detector thickness in Âµm
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684 300
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693 300
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702 700
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 </row>
15708 <row>
15709 <cell alignment="center" valignment="top" topline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 Edge angle in Â°
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" topline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722 3.55
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" topline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731 2.71
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" topline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 7.99
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 </row>
15746 <row topspace="default">
15747 <cell alignment="center" valignment="top" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 Spatial resolution in Âµm
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 4.26
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 10.17
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 10.56
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 </row>
15784 <row topspace="default">
15785 <cell alignment="center" valignment="top" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 MTF at 
15790 \begin_inset Formula $f_{\mathrm{max}}$
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 0.53
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 0.37
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 0.39
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 </row>
15826 <row>
15827 <cell alignment="center" valignment="top" topline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 \begin_inset ERT
15832 status collapsed
15833
15834 \begin_layout Plain Layout
15835
15836
15837 \backslash
15838 morecmidrules 
15839 \end_layout
15840
15841 \end_inset
15842
15843
15844 \begin_inset ERT
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848
15849
15850 \backslash
15851 cmidrule{3-4}
15852 \end_layout
15853
15854 \end_inset
15855
15856 LSF-spatial resolution
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 <cell alignment="center" valignment="top" topline="true" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 <cell alignment="center" valignment="top" topline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" topline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 </row>
15889 <row>
15890 <cell alignment="center" valignment="top" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 in Âµm
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell alignment="center" valignment="top" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903 129.7
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912 52.75
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921 50.78
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 </row>
15927 <row>
15928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 in % of pixel size
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 76.3
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 95.9
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 92.3
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 </lyxtabular>
15966
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \begin_layout Section
15978 Vertical Table Alignment
15979 \begin_inset Index idx
15980 status collapsed
15981
15982 \begin_layout Plain Layout
15983 Table ! Alignment
15984 \end_layout
15985
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \begin_layout Standard
15992 To align tables vertically in a text line, the table must be inside a box.
15993  The box can then be vertically aligned as described in section
15994 \begin_inset space ~
15995 \end_inset
15996
15997
15998 \begin_inset CommandInset ref
15999 LatexCommand ref
16000 reference "sec:Box-Dialog"
16001
16002 \end_inset
16003
16004 .
16005 \end_layout
16006
16007 \begin_layout Standard
16008 In the following example the tables are inside a minipage
16009 \begin_inset Foot
16010 status collapsed
16011
16012 \begin_layout Plain Layout
16013 Minipages are described in section
16014 \begin_inset space ~
16015 \end_inset
16016
16017
16018 \begin_inset CommandInset ref
16019 LatexCommand ref
16020 reference "sec:Minipages"
16021
16022 \end_inset
16023
16024 .
16025 \end_layout
16026
16027 \end_inset
16028
16029  box that has a width of 15
16030 \begin_inset space \thinspace{}
16031 \end_inset
16032
16033 col%:
16034 \end_layout
16035
16036 \begin_layout Itemize
16037 test 
16038 \begin_inset Box Frameless
16039 position "t"
16040 hor_pos "c"
16041 has_inner_box 1
16042 inner_pos "c"
16043 use_parbox 0
16044 use_makebox 0
16045 width "15col%"
16046 special "none"
16047 height "1in"
16048 height_special "totalheight"
16049 status collapsed
16050
16051 \begin_layout Plain Layout
16052 \begin_inset Tabular
16053 <lyxtabular version="3" rows="3" columns="3">
16054 <features rotate="0" tabularvalignment="middle">
16055 <column alignment="center" valignment="top">
16056 <column alignment="center" valignment="top">
16057 <column alignment="center" valignment="top">
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 a
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 d
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081 g
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 </row>
16087 <row>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 b
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 e
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110 h
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 </row>
16116 <row>
16117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 c
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 f
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 i
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 </row>
16145 </lyxtabular>
16146
16147 \end_inset
16148
16149
16150 \end_layout
16151
16152 \end_inset
16153
16154  test 
16155 \begin_inset ERT
16156 status collapsed
16157
16158 \begin_layout Plain Layout
16159
16160
16161 \backslash
16162 raisebox{0.85
16163 \backslash
16164 baselineskip}{
16165 \end_layout
16166
16167 \end_inset
16168
16169
16170 \begin_inset Box Frameless
16171 position "t"
16172 hor_pos "c"
16173 has_inner_box 1
16174 inner_pos "c"
16175 use_parbox 0
16176 use_makebox 0
16177 width "15col%"
16178 special "none"
16179 height "1in"
16180 height_special "totalheight"
16181 status collapsed
16182
16183 \begin_layout Plain Layout
16184 \begin_inset Tabular
16185 <lyxtabular version="3" rows="3" columns="3">
16186 <features rotate="0" tabularvalignment="middle">
16187 <column alignment="center" valignment="top">
16188 <column alignment="center" valignment="top">
16189 <column alignment="center" valignment="top">
16190 <row>
16191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 a
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204 d
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 g
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 </row>
16219 <row>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 b
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 e
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 h
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 </row>
16248 <row>
16249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 c
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 f
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 i
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 </lyxtabular>
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \end_inset
16285
16286
16287 \begin_inset ERT
16288 status collapsed
16289
16290 \begin_layout Plain Layout
16291
16292 }
16293 \end_layout
16294
16295 \end_inset
16296
16297
16298 \end_layout
16299
16300 \begin_layout Itemize
16301 test 
16302 \begin_inset Box Frameless
16303 position "c"
16304 hor_pos "c"
16305 has_inner_box 1
16306 inner_pos "c"
16307 use_parbox 0
16308 use_makebox 0
16309 width "15col%"
16310 special "none"
16311 height "1in"
16312 height_special "totalheight"
16313 status collapsed
16314
16315 \begin_layout Plain Layout
16316 \begin_inset Tabular
16317 <lyxtabular version="3" rows="3" columns="3">
16318 <features rotate="0" tabularvalignment="middle">
16319 <column alignment="center" valignment="top">
16320 <column alignment="center" valignment="top">
16321 <column alignment="center" valignment="top">
16322 <row>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 a
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 d
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 g
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 <row>
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 b
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365 e
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 h
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 </row>
16380 <row>
16381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 c
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 f
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 i
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 </row>
16409 </lyxtabular>
16410
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \begin_layout Itemize
16422 test 
16423 \begin_inset Box Frameless
16424 position "b"
16425 hor_pos "c"
16426 has_inner_box 1
16427 inner_pos "c"
16428 use_parbox 0
16429 use_makebox 0
16430 width "15col%"
16431 special "none"
16432 height "1in"
16433 height_special "totalheight"
16434 status collapsed
16435
16436 \begin_layout Plain Layout
16437 \begin_inset Tabular
16438 <lyxtabular version="3" rows="3" columns="3">
16439 <features rotate="0" tabularvalignment="middle">
16440 <column alignment="center" valignment="top">
16441 <column alignment="center" valignment="top">
16442 <column alignment="center" valignment="top">
16443 <row>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 a
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 d
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 g
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 </row>
16472 <row>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 b
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 e
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 h
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 c
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 f
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 i
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 </row>
16530 </lyxtabular>
16531
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538
16539  test 
16540 \begin_inset ERT
16541 status collapsed
16542
16543 \begin_layout Plain Layout
16544
16545
16546 \backslash
16547 raisebox{-0.32
16548 \backslash
16549 baselineskip}{
16550 \end_layout
16551
16552 \end_inset
16553
16554
16555 \begin_inset Box Frameless
16556 position "b"
16557 hor_pos "c"
16558 has_inner_box 1
16559 inner_pos "c"
16560 use_parbox 0
16561 use_makebox 0
16562 width "15col%"
16563 special "none"
16564 height "1in"
16565 height_special "totalheight"
16566 status collapsed
16567
16568 \begin_layout Plain Layout
16569 \begin_inset Tabular
16570 <lyxtabular version="3" rows="3" columns="3">
16571 <features rotate="0" tabularvalignment="middle">
16572 <column alignment="center" valignment="top">
16573 <column alignment="center" valignment="top">
16574 <column alignment="center" valignment="top">
16575 <row>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 a
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 d
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 g
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 b
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 e
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 h
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 <row>
16634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 c
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 f
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 i
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 </lyxtabular>
16663
16664 \end_inset
16665
16666
16667 \end_layout
16668
16669 \end_inset
16670
16671
16672 \begin_inset ERT
16673 status collapsed
16674
16675 \begin_layout Plain Layout
16676
16677 }
16678 \end_layout
16679
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \begin_layout Standard
16686 As you will see, the content of the first and last table row is not correctly
16687  aligned.
16688  To get this alignment, the minipage box must be set into a raisebox
16689 \begin_inset Foot
16690 status collapsed
16691
16692 \begin_layout Plain Layout
16693 Raiseboxes are described in section
16694 \begin_inset space ~
16695 \end_inset
16696
16697
16698 \begin_inset CommandInset ref
16699 LatexCommand ref
16700 reference "sub:Vertical-Alignment"
16701
16702 \end_inset
16703
16704 .
16705 \end_layout
16706
16707 \end_inset
16708
16709 .
16710  In the example above the second table in the first item is aligned using
16711  the TeX-Code-command
16712 \end_layout
16713
16714 \begin_layout Standard
16715
16716 \series bold
16717
16718 \backslash
16719 raisebox{0.85
16720 \backslash
16721 baselineskip}{
16722 \end_layout
16723
16724 \begin_layout Standard
16725 before the box.
16726  After the box the closing brace 
16727 \series bold
16728 }
16729 \series default
16730  is inserted as TeX-Code.
16731  For the second table in the last item the command
16732 \end_layout
16733
16734 \begin_layout Standard
16735
16736 \series bold
16737
16738 \backslash
16739 raisebox{-0.32
16740 \backslash
16741 baselineskip}{
16742 \end_layout
16743
16744 \begin_layout Standard
16745 is used.
16746 \end_layout
16747
16748 \begin_layout Standard
16749 \begin_inset Note Greyedout
16750 status open
16751
16752 \begin_layout Plain Layout
16753
16754 \series bold
16755 Note:
16756 \series default
16757  The alignment of the table row content to the surrounding text line is
16758  not exact.
16759  The required value for the 
16760 \series bold
16761
16762 \backslash
16763 raisebox
16764 \series default
16765  command for this alignment depends on the document font, the font size,
16766  and the table line thickness.
16767 \end_layout
16768
16769 \end_inset
16770
16771
16772 \end_layout
16773
16774 \begin_layout Section
16775 Colored Tables
16776 \begin_inset CommandInset label
16777 LatexCommand label
16778 name "sec:Colored-Tables"
16779
16780 \end_inset
16781
16782
16783 \begin_inset Index idx
16784 status collapsed
16785
16786 \begin_layout Plain Layout
16787 Table ! Color
16788 \end_layout
16789
16790 \end_inset
16791
16792
16793 \end_layout
16794
16795 \begin_layout Subsection
16796 Colored Cells
16797 \begin_inset Index idx
16798 status collapsed
16799
16800 \begin_layout Plain Layout
16801 Table Color ! for Cells
16802 \end_layout
16803
16804 \end_inset
16805
16806
16807 \begin_inset Index idx
16808 status collapsed
16809
16810 \begin_layout Plain Layout
16811 Color ! for Table Cells
16812 \end_layout
16813
16814 \end_inset
16815
16816
16817 \end_layout
16818
16819 \begin_layout Standard
16820 \begin_inset Float table
16821 placement h
16822 wide false
16823 sideways false
16824 status open
16825
16826 \begin_layout Plain Layout
16827 \begin_inset Caption Standard
16828
16829 \begin_layout Plain Layout
16830 \begin_inset CommandInset label
16831 LatexCommand label
16832 name "tab:Table-colored-without"
16833
16834 \end_inset
16835
16836 Table colored without using the package 
16837 \series bold
16838 colortbl
16839 \series default
16840
16841 \begin_inset Argument 1
16842 status collapsed
16843
16844 \begin_layout Plain Layout
16845 Table without colortbl
16846 \end_layout
16847
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \begin_layout Plain Layout
16859 \align center
16860 \begin_inset Tabular
16861 <lyxtabular version="3" rows="3" columns="3">
16862 <features rotate="0" tabularvalignment="middle">
16863 <column alignment="center" valignment="top">
16864 <column alignment="center" valignment="top">
16865 <column alignment="center" valignment="top">
16866 <row>
16867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871
16872 \color green
16873 a
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \color red
16884 b
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \color red
16895 c
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 </row>
16901 <row>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \color green
16908 d
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917
16918 \color blue
16919 e
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \color blue
16930 f
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 </row>
16936 <row>
16937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941
16942 \color green
16943 g
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \color blue
16954 h
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963
16964 \color blue
16965 i
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 </row>
16971 </lyxtabular>
16972
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \begin_layout Standard
16984 If you only need colored text, mark the cells and choose a color in the
16985  
16986 \family sans
16987 Text
16988 \begin_inset space ~
16989 \end_inset
16990
16991 Style
16992 \family default
16993  dialog (toolbar button 
16994 \begin_inset Info
16995 type  "icon"
16996 arg   "dialog-show character"
16997 \end_inset
16998
16999 ).
17000  This was used to create Table
17001 \begin_inset space ~
17002 \end_inset
17003
17004
17005 \begin_inset CommandInset ref
17006 LatexCommand ref
17007 reference "tab:Table-colored-without"
17008
17009 \end_inset
17010
17011 .
17012  In any other case you have to use the LaTeX-package 
17013 \series bold
17014 colortbl
17015 \series default
17016 .
17017 \begin_inset Index idx
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021 LaTeX-packages ! colortbl
17022 \end_layout
17023
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \begin_layout Standard
17030 \begin_inset ERT
17031 status collapsed
17032
17033 \begin_layout Plain Layout
17034
17035
17036 \backslash
17037 ifcolortbl
17038 \end_layout
17039
17040 \end_inset
17041
17042
17043 \begin_inset Note Note
17044 status open
17045
17046 \begin_layout Plain Layout
17047 The following section part will only be displayed when the LaTeX-package
17048  
17049 \series bold
17050 colortbl
17051 \series default
17052  is installed.
17053 \end_layout
17054
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \begin_layout Standard
17061 To create colored tables, 
17062 \series bold
17063 colortbl
17064 \series default
17065  must be loaded in the preamble with the line
17066 \end_layout
17067
17068 \begin_layout Standard
17069
17070 \series bold
17071
17072 \backslash
17073 usepackage{colortbl}
17074 \end_layout
17075
17076 \begin_layout Standard
17077 The color of a column is adjusted with the command
17078 \end_layout
17079
17080 \begin_layout Standard
17081
17082 \series bold
17083
17084 \backslash
17085 columncolor{name of color}
17086 \end_layout
17087
17088 \begin_layout Standard
17089 inside the command 
17090 \series bold
17091 >{ }
17092 \series default
17093 .
17094  More about the command 
17095 \series bold
17096 >{}
17097 \series default
17098  is contained in section
17099 \begin_inset space ~
17100 \end_inset
17101
17102
17103 \begin_inset CommandInset ref
17104 LatexCommand ref
17105 reference "sub:Multicolumn-Calculations"
17106
17107 \end_inset
17108
17109 .
17110 \end_layout
17111
17112 \begin_layout Standard
17113 The following color names are predefined:
17114 \end_layout
17115
17116 \begin_layout Standard
17117
17118 \family sans
17119 red
17120 \family default
17121
17122 \family sans
17123 green
17124 \family default
17125
17126 \family sans
17127 yellow
17128 \family default
17129
17130 \family sans
17131 blue
17132 \family default
17133
17134 \family sans
17135 cyan
17136 \family default
17137
17138 \family sans
17139 magenta
17140 \family default
17141
17142 \family sans
17143 black
17144 \family default
17145  and 
17146 \family sans
17147 white
17148 \end_layout
17149
17150 \begin_layout Standard
17151 \begin_inset VSpace medskip
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \begin_layout Standard
17158 If you add the options
17159 \end_layout
17160
17161 \begin_layout Standard
17162
17163 \series bold
17164 usenames,dvipsnames
17165 \end_layout
17166
17167 \begin_layout Standard
17168 to the document class options in the document settings, you can additionally
17169  use further 61
17170 \begin_inset space ~
17171 \end_inset
17172
17173 colors.
17174  These colors are listed in appendix
17175 \begin_inset space ~
17176 \end_inset
17177
17178
17179 \begin_inset CommandInset ref
17180 LatexCommand ref
17181 reference "chap:List-of-dvips-colornames"
17182
17183 \end_inset
17184
17185 .
17186  One of these colors, 
17187 \family sans
17188 Maroon
17189 \family default
17190 , is used as example in Table
17191 \begin_inset space ~
17192 \end_inset
17193
17194
17195 \begin_inset CommandInset ref
17196 LatexCommand ref
17197 reference "tab:Table-colored-using"
17198
17199 \end_inset
17200
17201 .
17202 \end_layout
17203
17204 \begin_layout Standard
17205 \begin_inset VSpace medskip
17206 \end_inset
17207
17208
17209 \end_layout
17210
17211 \begin_layout Standard
17212 You can also define your own color with the command
17213 \end_layout
17214
17215 \begin_layout Standard
17216
17217 \series bold
17218
17219 \backslash
17220 definecolor{color name}{color model}{color values}
17221 \end_layout
17222
17223 \begin_layout Standard
17224 The color model can be
17225 \end_layout
17226
17227 \begin_layout Labeling
17228 \labelwidthstring 00.00.0000
17229 cmyk: cyan, magenta, yellow, black
17230 \end_layout
17231
17232 \begin_layout Labeling
17233 \labelwidthstring 00.00.0000
17234 rgb: red, green blue
17235 \end_layout
17236
17237 \begin_layout Labeling
17238 \labelwidthstring 00.00.0000
17239 gray gray
17240 \end_layout
17241
17242 \begin_layout Standard
17243 and the color values are comma separated numbers between 0 and 1 describing
17244  the factor for the corresponding color of the color model.
17245 \end_layout
17246
17247 \begin_layout Standard
17248 You can e.
17249 \begin_inset space \thinspace{}
17250 \end_inset
17251
17252 g.
17253 \begin_inset space \space{}
17254 \end_inset
17255
17256 define the color "
17257 \emph on
17258 darkgreen
17259 \emph default
17260 " in the preamble with
17261 \end_layout
17262
17263 \begin_layout Standard
17264
17265 \series bold
17266
17267 \backslash
17268 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17269 \end_layout
17270
17271 \begin_layout Standard
17272 and the color "
17273 \emph on
17274 lightgray
17275 \emph default
17276 " with
17277 \end_layout
17278
17279 \begin_layout Standard
17280
17281 \series bold
17282
17283 \backslash
17284 definecolor{lightgray}{gray}{0.8}
17285 \end_layout
17286
17287 \begin_layout Standard
17288 \begin_inset VSpace medskip
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \begin_layout Standard
17295 Lines are colored with the command
17296 \end_layout
17297
17298 \begin_layout Standard
17299
17300 \series bold
17301
17302 \backslash
17303 rowcolor{name of color}
17304 \end_layout
17305
17306 \begin_layout Standard
17307 and cells are colored with the command
17308 \end_layout
17309
17310 \begin_layout Standard
17311
17312 \series bold
17313
17314 \backslash
17315 cellcolor{name of color}
17316 \end_layout
17317
17318 \begin_layout Standard
17319 Both commands are inserted at the beginning of a cell as TeX-Code.
17320 \end_layout
17321
17322 \begin_layout Standard
17323 To color characters in the table, mark the cells and use the 
17324 \family sans
17325 Text
17326 \begin_inset space ~
17327 \end_inset
17328
17329 Style
17330 \family default
17331  dialog.
17332  If a cell contains TeX-Code mark only the characters, otherwise the colored
17333  TeX-Code will cause LaTeX-errors.
17334 \end_layout
17335
17336 \begin_layout Standard
17337 \begin_inset Note Greyedout
17338 status open
17339
17340 \begin_layout Plain Layout
17341
17342 \series bold
17343 Note:
17344 \series default
17345  Not all DVI-viewers are able to display self-defined colors.
17346 \end_layout
17347
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \begin_layout Standard
17354 \begin_inset VSpace bigskip
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \begin_layout Standard
17361 To create Table
17362 \begin_inset space ~
17363 \end_inset
17364
17365
17366 \begin_inset CommandInset ref
17367 LatexCommand ref
17368 reference "tab:Table-colored-using"
17369
17370 \end_inset
17371
17372  do the following: The color of the first column should be 
17373 \emph on
17374 darkgreen
17375 \emph default
17376 .
17377  So insert
17378 \end_layout
17379
17380 \begin_layout Standard
17381
17382 \series bold
17383 >{
17384 \backslash
17385 columncolor{darkgreen}
17386 \backslash
17387 centering}c
17388 \end_layout
17389
17390 \begin_layout Standard
17391 as LaTeX-argument for this column.
17392  The first row should be light blue, therefore the TeX-Code command
17393 \end_layout
17394
17395 \begin_layout Standard
17396
17397 \series bold
17398
17399 \backslash
17400 rowcolor{cyan}
17401 \end_layout
17402
17403 \begin_layout Standard
17404 is inserted to the first cell of this row.
17405  Note that this overwrites the column color for the first cell.
17406  The last cell of the last row is colored maroon by inserting the TeX-Code
17407  command
17408 \end_layout
17409
17410 \begin_layout Standard
17411
17412 \series bold
17413
17414 \backslash
17415 cellcolor{Maroon}
17416 \end_layout
17417
17418 \begin_layout Standard
17419 The characters could now be colored using the menu 
17420 \family sans
17421 Edit\SpecialChar \menuseparator
17422 Text
17423 \begin_inset space ~
17424 \end_inset
17425
17426 Style
17427 \family default
17428 .
17429 \end_layout
17430
17431 \begin_layout Standard
17432 \begin_inset Float table
17433 placement h
17434 wide false
17435 sideways false
17436 status open
17437
17438 \begin_layout Plain Layout
17439 \begin_inset Caption Standard
17440
17441 \begin_layout Plain Layout
17442 \begin_inset CommandInset label
17443 LatexCommand label
17444 name "tab:Table-colored-using"
17445
17446 \end_inset
17447
17448 Table colored using the package 
17449 \series bold
17450 colortbl
17451 \series default
17452
17453 \begin_inset Argument 1
17454 status collapsed
17455
17456 \begin_layout Plain Layout
17457 Table with colortbl
17458 \end_layout
17459
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \end_inset
17466
17467
17468 \end_layout
17469
17470 \begin_layout Plain Layout
17471 \align center
17472 \begin_inset Tabular
17473 <lyxtabular version="3" rows="3" columns="3">
17474 <features rotate="0" tabularvalignment="middle">
17475 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17476 <column alignment="center" valignment="top">
17477 <column alignment="center" valignment="top">
17478 <row>
17479 <cell alignment="center" valignment="top" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483 \begin_inset ERT
17484 status collapsed
17485
17486 \begin_layout Plain Layout
17487
17488
17489 \backslash
17490 rowcolor{cyan}
17491 \end_layout
17492
17493 \end_inset
17494
17495
17496 \color magenta
17497 a
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506
17507 \color red
17508 b
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517
17518 \color red
17519 c
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 </row>
17525 <row>
17526 <cell alignment="center" valignment="top" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530
17531 \color yellow
17532 d
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541
17542 \color blue
17543 e
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552
17553 \color blue
17554 f
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 <row>
17561 <cell alignment="center" valignment="top" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565
17566 \color yellow
17567 g
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576
17577 \color blue
17578 h
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 <cell alignment="center" valignment="top" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587 \begin_inset ERT
17588 status collapsed
17589
17590 \begin_layout Plain Layout
17591
17592
17593 \backslash
17594 cellcolor{Maroon}
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \color green
17601 i
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 </row>
17607 </lyxtabular>
17608
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \begin_layout Standard
17620 \begin_inset ERT
17621 status collapsed
17622
17623 \begin_layout Plain Layout
17624
17625
17626 \backslash
17627 else
17628 \end_layout
17629
17630 \end_inset
17631
17632
17633 \begin_inset Note Note
17634 status open
17635
17636 \begin_layout Plain Layout
17637 The following will be displayed when the LaTeX-package 
17638 \series bold
17639 colortbl
17640 \series default
17641  is not installed:
17642 \end_layout
17643
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \begin_layout Standard
17650 You need to install the package 
17651 \series bold
17652 colortbl
17653 \series default
17654  to see the content of this section in the output.
17655 \end_layout
17656
17657 \begin_layout Standard
17658 \begin_inset ERT
17659 status collapsed
17660
17661 \begin_layout Plain Layout
17662
17663
17664 \backslash
17665 fi
17666 \end_layout
17667
17668 \end_inset
17669
17670
17671 \end_layout
17672
17673 \begin_layout Subsection
17674 Colored Rows
17675 \begin_inset Index idx
17676 status collapsed
17677
17678 \begin_layout Plain Layout
17679 Table Color ! for Rows
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \begin_inset Index idx
17686 status collapsed
17687
17688 \begin_layout Plain Layout
17689 Color ! for Table Rows
17690 \end_layout
17691
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \begin_layout Standard
17698 In case every second table row needs to be colored there is an alternative
17699  to the method described in the previous section: One loads the package
17700  
17701 \series bold
17702 xcolor
17703 \series default
17704
17705 \begin_inset Index idx
17706 status collapsed
17707
17708 \begin_layout Plain Layout
17709 LaTeX-packages ! xcolor
17710 \begin_inset ERT
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714
17715
17716 \backslash
17717 vspace{4mm}
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \end_inset
17726
17727  in the document preamble with the command
17728 \end_layout
17729
17730 \begin_layout Standard
17731
17732 \series bold
17733
17734 \backslash
17735 usepackage[table]{xcolor}
17736 \end_layout
17737
17738 \begin_layout Standard
17739
17740 \series bold
17741 xcolor
17742 \series default
17743  automatically loads also the package 
17744 \series bold
17745 colortbl
17746 \series default
17747
17748 \begin_inset Index idx
17749 status collapsed
17750
17751 \begin_layout Plain Layout
17752 LaTeX-packages ! colortbl
17753 \end_layout
17754
17755 \end_inset
17756
17757 , so 
17758 \series bold
17759 colortbl
17760 \series default
17761  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17762 \end_layout
17763
17764 \begin_layout Standard
17765 \begin_inset ERT
17766 status collapsed
17767
17768 \begin_layout Plain Layout
17769
17770
17771 \backslash
17772 ifcolortbl
17773 \end_layout
17774
17775 \end_inset
17776
17777
17778 \begin_inset Note Note
17779 status open
17780
17781 \begin_layout Plain Layout
17782 The following section part will only be displayed when the LaTeX-package
17783  
17784 \series bold
17785 colortbl
17786 \series default
17787  is installed.
17788 \end_layout
17789
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \begin_layout Standard
17796 The table rows are colored with the command
17797 \end_layout
17798
17799 \begin_layout Standard
17800
17801 \series bold
17802
17803 \backslash
17804 rowcolors[commands]{row number}{odd row color}{even row color}
17805 \end_layout
17806
17807 \begin_layout Standard
17808 that is either inserted in the document preamble or as TeX-Code before the
17809  first table to be colored.
17810  row
17811 \begin_inset space ~
17812 \end_inset
17813
17814 number is the number of the first row which should be colored according
17815  to the odd row color.
17816  commands can be additional commands that are executed before every table
17817  row.
17818  So for example the command
17819 \end_layout
17820
17821 \begin_layout Standard
17822
17823 \series bold
17824
17825 \backslash
17826 rowcolors{1}{white}{lightgray}
17827 \end_layout
17828
17829 \begin_layout Standard
17830 leads to the coloring scheme of Table
17831 \begin_inset space ~
17832 \end_inset
17833
17834
17835 \begin_inset CommandInset ref
17836 LatexCommand ref
17837 reference "tab:Table-rowcolors"
17838
17839 \end_inset
17840
17841 .
17842  The command
17843 \end_layout
17844
17845 \begin_layout Standard
17846
17847 \series bold
17848
17849 \backslash
17850 rowcolors[
17851 \backslash
17852 hline]{1}{lightgray}{cyan}
17853 \end_layout
17854
17855 \begin_layout Standard
17856 leads to the coloring scheme of Table
17857 \begin_inset space ~
17858 \end_inset
17859
17860
17861 \begin_inset CommandInset ref
17862 LatexCommand ref
17863 reference "tab:Table-rowcolors-2"
17864
17865 \end_inset
17866
17867 .
17868  If odd
17869 \begin_inset space ~
17870 \end_inset
17871
17872 row
17873 \begin_inset space ~
17874 \end_inset
17875
17876 color and/or even
17877 \begin_inset space ~
17878 \end_inset
17879
17880 row
17881 \begin_inset space ~
17882 \end_inset
17883
17884 color are left empty, no color will be used so that the command
17885 \end_layout
17886
17887 \begin_layout Standard
17888
17889 \series bold
17890
17891 \backslash
17892 rowcolors{1}{}{}
17893 \end_layout
17894
17895 \begin_layout Standard
17896 deletes all colors.
17897  
17898 \series bold
17899
17900 \backslash
17901 rowcolors
17902 \series default
17903  affects all tables following that command.
17904 \end_layout
17905
17906 \begin_layout Standard
17907 \begin_inset ERT
17908 status open
17909
17910 \begin_layout Plain Layout
17911
17912
17913 \backslash
17914 rowcolors{1}{white}{lightgray}
17915 \end_layout
17916
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \begin_layout Standard
17923 \begin_inset Float table
17924 placement h
17925 wide false
17926 sideways false
17927 status open
17928
17929 \begin_layout Plain Layout
17930 \begin_inset Caption Standard
17931
17932 \begin_layout Plain Layout
17933 \begin_inset CommandInset label
17934 LatexCommand label
17935 name "tab:Table-rowcolors"
17936
17937 \end_inset
17938
17939 Table where every second row is colored light gray.
17940 \end_layout
17941
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \begin_layout Plain Layout
17948 \align center
17949 \begin_inset Tabular
17950 <lyxtabular version="3" rows="4" columns="3">
17951 <features rotate="0" tabularvalignment="middle">
17952 <column alignment="center" valignment="top">
17953 <column alignment="center" valignment="top" width="0pt">
17954 <column alignment="center" valignment="top" width="0pt">
17955 <row>
17956 <cell alignment="center" valignment="top" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 X
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 <cell alignment="center" valignment="top" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969 Y
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 Z
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 </row>
17984 <row>
17985 <cell alignment="center" valignment="top" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 1
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 2
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell alignment="center" valignment="top" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007 3
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 </row>
18013 <row>
18014 <cell alignment="center" valignment="top" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 4
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027 5
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 6
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 </row>
18042 <row>
18043 <cell alignment="center" valignment="top" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 7
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 8
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 9
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 </row>
18071 </lyxtabular>
18072
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \begin_layout Standard
18084 \begin_inset ERT
18085 status open
18086
18087 \begin_layout Plain Layout
18088
18089
18090 \backslash
18091 rowcolors[
18092 \backslash
18093 hline]{1}{lightgray}{cyan}
18094 \end_layout
18095
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \begin_layout Standard
18102 \begin_inset Float table
18103 placement h
18104 wide false
18105 sideways false
18106 status open
18107
18108 \begin_layout Plain Layout
18109 \begin_inset Caption Standard
18110
18111 \begin_layout Plain Layout
18112 \begin_inset CommandInset label
18113 LatexCommand label
18114 name "tab:Table-rowcolors-2"
18115
18116 \end_inset
18117
18118 Table where every second row is colored cyan and at which there is a line
18119  between each row.
18120 \end_layout
18121
18122 \end_inset
18123
18124
18125 \end_layout
18126
18127 \begin_layout Plain Layout
18128 \align center
18129 \begin_inset Tabular
18130 <lyxtabular version="3" rows="4" columns="3">
18131 <features rotate="0" tabularvalignment="middle">
18132 <column alignment="center" valignment="top">
18133 <column alignment="center" valignment="top">
18134 <column alignment="center" valignment="top" width="0pt">
18135 <row>
18136 <cell alignment="center" valignment="top" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140 X
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 Y
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 Z
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 </row>
18164 <row>
18165 <cell alignment="center" valignment="top" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 1
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 2
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 <cell alignment="center" valignment="top" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187 3
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 </row>
18193 <row>
18194 <cell alignment="center" valignment="top" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 4
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 5
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 6
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 </row>
18222 <row>
18223 <cell alignment="center" valignment="top" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 7
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 8
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 9
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 </lyxtabular>
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \end_inset
18259
18260
18261 \end_layout
18262
18263 \begin_layout Standard
18264 \begin_inset ERT
18265 status collapsed
18266
18267 \begin_layout Plain Layout
18268
18269
18270 \backslash
18271 rowcolors{1}{}{}
18272 \end_layout
18273
18274 \end_inset
18275
18276
18277 \begin_inset Note Note
18278 status collapsed
18279
18280 \begin_layout Plain Layout
18281 turns off the row coloring
18282 \end_layout
18283
18284 \end_inset
18285
18286
18287 \end_layout
18288
18289 \begin_layout Standard
18290 \begin_inset ERT
18291 status collapsed
18292
18293 \begin_layout Plain Layout
18294
18295
18296 \backslash
18297 else
18298 \end_layout
18299
18300 \end_inset
18301
18302
18303 \begin_inset Note Note
18304 status open
18305
18306 \begin_layout Plain Layout
18307 The following will be displayed when the LaTeX-package 
18308 \series bold
18309 colortbl
18310 \series default
18311  is not installed:
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \end_layout
18318
18319 \begin_layout Standard
18320 You need to install the package 
18321 \series bold
18322 colortbl
18323 \series default
18324  to see the content of this section in the output.
18325 \end_layout
18326
18327 \begin_layout Standard
18328 \begin_inset ERT
18329 status collapsed
18330
18331 \begin_layout Plain Layout
18332
18333
18334 \backslash
18335 fi
18336 \end_layout
18337
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \begin_layout Subsection
18344 Colored Lines
18345 \begin_inset Index idx
18346 status collapsed
18347
18348 \begin_layout Plain Layout
18349 Table Color ! for Lines
18350 \end_layout
18351
18352 \end_inset
18353
18354
18355 \begin_inset Index idx
18356 status collapsed
18357
18358 \begin_layout Plain Layout
18359 Color ! for Table Lines
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \begin_layout Standard
18368 As described in section
18369 \begin_inset space ~
18370 \end_inset
18371
18372
18373 \begin_inset CommandInset ref
18374 LatexCommand ref
18375 reference "sub:Line-Thickness"
18376
18377 \end_inset
18378
18379 , the line thickness for all lines in a table can be adjusted with the length
18380  
18381 \series bold
18382
18383 \backslash
18384 arrayrulewidth
18385 \series default
18386 .
18387  It is set to 1.5
18388 \begin_inset space \thinspace{}
18389 \end_inset
18390
18391 pt for all tables of this section.
18392 \begin_inset ERT
18393 status collapsed
18394
18395 \begin_layout Plain Layout
18396
18397
18398 \backslash
18399 setlength{
18400 \backslash
18401 arrayrulewidth}{1.5pt}
18402 \end_layout
18403
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \begin_layout Standard
18410 To color vertical lines for example with green, create the following column
18411  format in the document preamble, according to the description in section
18412 \begin_inset space ~
18413 \end_inset
18414
18415
18416 \begin_inset CommandInset ref
18417 LatexCommand ref
18418 reference "sub:Customized-Format"
18419
18420 \end_inset
18421
18422 :
18423 \end_layout
18424
18425 \begin_layout Standard
18426
18427 \series bold
18428
18429 \backslash
18430 newcolumntype{W}{!{
18431 \backslash
18432 color{green}
18433 \backslash
18434 vline}}
18435 \end_layout
18436
18437 \begin_layout Standard
18438 For Table
18439 \begin_inset space ~
18440 \end_inset
18441
18442
18443 \begin_inset CommandInset ref
18444 LatexCommand ref
18445 reference "tab:Table-with-vertical-colored"
18446
18447 \end_inset
18448
18449  the LaTeX-argument
18450 \series bold
18451  WcW
18452 \series default
18453  was used for the last column and
18454 \series bold
18455  Wc
18456 \series default
18457  for the other columns.
18458 \end_layout
18459
18460 \begin_layout Standard
18461 If you want to have several colors, define more column formats.
18462 \end_layout
18463
18464 \begin_layout Standard
18465 \begin_inset Float table
18466 placement h
18467 wide false
18468 sideways false
18469 status open
18470
18471 \begin_layout Plain Layout
18472 \begin_inset Caption Standard
18473
18474 \begin_layout Plain Layout
18475 \begin_inset CommandInset label
18476 LatexCommand label
18477 name "tab:Table-with-vertical-colored"
18478
18479 \end_inset
18480
18481 Table with colored vertical lines
18482 \end_layout
18483
18484 \end_inset
18485
18486
18487 \end_layout
18488
18489 \begin_layout Plain Layout
18490 \align center
18491 \begin_inset Tabular
18492 <lyxtabular version="3" rows="3" columns="3">
18493 <features rotate="0" tabularvalignment="middle">
18494 <column alignment="center" valignment="top" special="Wc">
18495 <column alignment="center" valignment="top" special="Wc">
18496 <column alignment="center" valignment="top" special="WcW">
18497 <row>
18498 <cell alignment="center" valignment="top" topline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 sd
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 <cell alignment="center" valignment="top" topline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 </row>
18526 <row>
18527 <cell alignment="center" valignment="top" topline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 sd
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" topline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 </row>
18555 <row>
18556 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 sd
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 </row>
18584 </lyxtabular>
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \begin_layout Standard
18597 \begin_inset VSpace bigskip
18598 \end_inset
18599
18600 To color horizontal lines for example with red, as in Table
18601 \begin_inset space ~
18602 \end_inset
18603
18604
18605 \begin_inset CommandInset ref
18606 LatexCommand ref
18607 reference "tab:Table-with-horizontal-colored"
18608
18609 \end_inset
18610
18611 , insert these commands in TeX-Code before the table or table float:
18612 \end_layout
18613
18614 \begin_layout Standard
18615
18616 \series bold
18617
18618 \backslash
18619 let
18620 \backslash
18621 myHlineC
18622 \backslash
18623 hline
18624 \begin_inset Newline newline
18625 \end_inset
18626
18627
18628 \backslash
18629 renewcommand{
18630 \backslash
18631 hline}
18632 \begin_inset Newline newline
18633 \end_inset
18634
18635
18636 \begin_inset Phantom HPhantom
18637 status open
18638
18639 \begin_layout Plain Layout
18640
18641 \series bold
18642 \begin_inset space ~
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \end_inset
18649
18650 {
18651 \backslash
18652 arrayrulecolor{red}
18653 \backslash
18654 myHlineC
18655 \backslash
18656 arrayrulecolor{black}}
18657 \end_layout
18658
18659 \begin_layout Standard
18660 \begin_inset ERT
18661 status collapsed
18662
18663 \begin_layout Plain Layout
18664
18665
18666 \backslash
18667 let
18668 \backslash
18669 myHlineC
18670 \backslash
18671 hline
18672 \end_layout
18673
18674 \begin_layout Plain Layout
18675
18676
18677 \backslash
18678 renewcommand{
18679 \backslash
18680 hline}
18681 \end_layout
18682
18683 \begin_layout Plain Layout
18684
18685  {
18686 \backslash
18687 arrayrulecolor{red}
18688 \backslash
18689 myHlineC
18690 \backslash
18691 arrayrulecolor{black}}
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \begin_inset Float table
18698 placement h
18699 wide false
18700 sideways false
18701 status open
18702
18703 \begin_layout Plain Layout
18704 \begin_inset Caption Standard
18705
18706 \begin_layout Plain Layout
18707 \begin_inset CommandInset label
18708 LatexCommand label
18709 name "tab:Table-with-horizontal-colored"
18710
18711 \end_inset
18712
18713 Table with colored horizontal lines
18714 \end_layout
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \begin_layout Plain Layout
18722 \align center
18723 \begin_inset Tabular
18724 <lyxtabular version="3" rows="3" columns="3">
18725 <features rotate="0" tabularvalignment="middle">
18726 <column alignment="center" valignment="top">
18727 <column alignment="center" valignment="top">
18728 <column alignment="center" valignment="top">
18729 <row>
18730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 sd
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752
18753 \end_layout
18754
18755 \end_inset
18756 </cell>
18757 </row>
18758 <row>
18759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772 sd
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 </row>
18787 <row>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810 sd
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 </lyxtabular>
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Standard
18829 To return to the default line color black, insert this command in TeX-Code
18830  after the table or table float:
18831 \end_layout
18832
18833 \begin_layout Standard
18834
18835 \series bold
18836
18837 \backslash
18838 renewcommand{
18839 \backslash
18840 hline}{
18841 \backslash
18842 myHlineC}
18843 \end_layout
18844
18845 \begin_layout Standard
18846 Table
18847 \begin_inset space ~
18848 \end_inset
18849
18850
18851 \begin_inset CommandInset ref
18852 LatexCommand ref
18853 reference "tab:Table-with-colored"
18854
18855 \end_inset
18856
18857  is an example with colored vertical and horizontal lines.
18858 \end_layout
18859
18860 \begin_layout Standard
18861 \begin_inset Float table
18862 placement h
18863 wide false
18864 sideways false
18865 status open
18866
18867 \begin_layout Plain Layout
18868 \begin_inset Caption Standard
18869
18870 \begin_layout Plain Layout
18871 \begin_inset CommandInset label
18872 LatexCommand label
18873 name "tab:Table-with-colored"
18874
18875 \end_inset
18876
18877 Table with colored lines
18878 \end_layout
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \begin_layout Plain Layout
18886 \align center
18887 \begin_inset Tabular
18888 <lyxtabular version="3" rows="3" columns="3">
18889 <features rotate="0" tabularvalignment="middle">
18890 <column alignment="center" valignment="top" special="Wc">
18891 <column alignment="center" valignment="top" special="Wc">
18892 <column alignment="center" valignment="top" special="WcW">
18893 <row>
18894 <cell alignment="center" valignment="top" topline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 sd
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 </row>
18922 <row>
18923 <cell alignment="center" valignment="top" topline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 sd
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 </row>
18951 <row topspace="default">
18952 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 sd
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 </lyxtabular>
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \end_inset
18988
18989
18990 \end_layout
18991
18992 \begin_layout Standard
18993 \begin_inset ERT
18994 status collapsed
18995
18996 \begin_layout Plain Layout
18997
18998
18999 \backslash
19000 renewcommand{
19001 \backslash
19002 hline}{
19003 \backslash
19004 myHlineC}
19005 \end_layout
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \begin_layout Standard
19013 \begin_inset ERT
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017
19018
19019 \backslash
19020 setlength{
19021 \backslash
19022 arrayrulewidth}{0.4pt}
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Section
19031 Rotated Table Cells
19032 \begin_inset CommandInset label
19033 LatexCommand label
19034 name "sec:Rotated-Table-Cells"
19035
19036 \end_inset
19037
19038
19039 \begin_inset Index idx
19040 status collapsed
19041
19042 \begin_layout Plain Layout
19043 Table ! Rotated Cells
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \begin_inset Index idx
19050 status collapsed
19051
19052 \begin_layout Plain Layout
19053 Rotated Material
19054 \end_layout
19055
19056 \end_inset
19057
19058
19059 \end_layout
19060
19061 \begin_layout Standard
19062 \begin_inset Note Greyedout
19063 status open
19064
19065 \begin_layout Plain Layout
19066
19067 \series bold
19068 Note:
19069 \series default
19070  Not all DVI-viewers are able to display rotations.
19071 \end_layout
19072
19073 \end_inset
19074
19075
19076 \end_layout
19077
19078 \begin_layout Standard
19079 Currently LyX only offers to rotate table cells by 90
19080 \begin_inset space \thinspace{}
19081 \end_inset
19082
19083 ° counter-clockwise.
19084  To rotate cells by an angle of your choice, you have to add this to the
19085  document preamble:
19086 \end_layout
19087
19088 \begin_layout Standard
19089
19090 \series bold
19091
19092 \backslash
19093 @ifundefined{turnbox}{
19094 \backslash
19095 usepackage{rotating}}{}
19096 \end_layout
19097
19098 \begin_layout Standard
19099 In the table cell that should be rotated, add at the beginning this command
19100  as TeX-code:
19101 \end_layout
19102
19103 \begin_layout Standard
19104
19105 \series bold
19106
19107 \backslash
19108 begin{turn}{angle}
19109 \end_layout
19110
19111 \begin_layout Standard
19112 where angle is the rotation angle in Â°.
19113  At the end of the cell the command
19114 \end_layout
19115
19116 \begin_layout Standard
19117
19118 \series bold
19119
19120 \backslash
19121 end{turn}
19122 \end_layout
19123
19124 \begin_layout Standard
19125 is inserted as TeX-code.
19126 \end_layout
19127
19128 \begin_layout Standard
19129 Table
19130 \begin_inset space ~
19131 \end_inset
19132
19133
19134 \begin_inset CommandInset ref
19135 LatexCommand ref
19136 reference "tab:Table-with-rotated-multi"
19137
19138 \end_inset
19139
19140  is an example where 3
19141 \begin_inset space ~
19142 \end_inset
19143
19144 cells were rotated by 45
19145 \begin_inset space \thinspace{}
19146 \end_inset
19147
19148 °.
19149 \end_layout
19150
19151 \begin_layout Standard
19152 \begin_inset Float table
19153 wide false
19154 sideways false
19155 status open
19156
19157 \begin_layout Plain Layout
19158 \begin_inset Caption Standard
19159
19160 \begin_layout Plain Layout
19161 \begin_inset CommandInset label
19162 LatexCommand label
19163 name "tab:Table-with-rotated"
19164
19165 \end_inset
19166
19167 Table with rotated cells in the first row.
19168 \end_layout
19169
19170 \end_inset
19171
19172
19173 \end_layout
19174
19175 \begin_layout Plain Layout
19176 \noindent
19177 \align center
19178 \begin_inset Tabular
19179 <lyxtabular version="3" rows="2" columns="3">
19180 <features rotate="0" tabularvalignment="middle">
19181 <column alignment="center" valignment="top">
19182 <column alignment="center" valignment="top" width="0pt">
19183 <column alignment="center" valignment="top">
19184 <row>
19185 <cell alignment="center" valignment="top" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189 \begin_inset ERT
19190 status collapsed
19191
19192 \begin_layout Plain Layout
19193
19194
19195 \backslash
19196 begin{turn}{45}
19197 \end_layout
19198
19199 \end_inset
19200
19201 cups
19202 \begin_inset ERT
19203 status collapsed
19204
19205 \begin_layout Plain Layout
19206
19207
19208 \backslash
19209 end{turn}
19210 \end_layout
19211
19212 \end_inset
19213
19214
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 <cell alignment="center" valignment="top" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223 \begin_inset ERT
19224 status collapsed
19225
19226 \begin_layout Plain Layout
19227
19228
19229 \backslash
19230 begin{turn}{45}
19231 \end_layout
19232
19233 \end_inset
19234
19235 plates
19236 \begin_inset ERT
19237 status collapsed
19238
19239 \begin_layout Plain Layout
19240
19241
19242 \backslash
19243 end{turn}
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell alignment="center" valignment="top" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257 \begin_inset ERT
19258 status collapsed
19259
19260 \begin_layout Plain Layout
19261
19262
19263 \backslash
19264 begin{turn}{45}
19265 \end_layout
19266
19267 \end_inset
19268
19269 saucers
19270 \begin_inset ERT
19271 status collapsed
19272
19273 \begin_layout Plain Layout
19274
19275
19276 \backslash
19277 end{turn}
19278 \end_layout
19279
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 45
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 33
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311 21
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 </lyxtabular>
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \begin_layout Standard
19330 \begin_inset Note Greyedout
19331 status open
19332
19333 \begin_layout Plain Layout
19334
19335 \series bold
19336 Note:
19337 \series default
19338  Line breaks (shortcut 
19339 \begin_inset Info
19340 type  "shortcut"
19341 arg   "newline-insert newline"
19342 \end_inset
19343
19344 ) are not allowed in rotated cells.
19345 \end_layout
19346
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \begin_layout Standard
19353 If you want to rotate table cells containing line breaks, you have to put
19354  the cell content into a minipage or a parbox.
19355 \begin_inset Foot
19356 status collapsed
19357
19358 \begin_layout Plain Layout
19359 For more about these boxes see sec.
19360 \begin_inset space \thinspace{}
19361 \end_inset
19362
19363
19364 \begin_inset CommandInset ref
19365 LatexCommand ref
19366 reference "sec:Minipages"
19367
19368 \end_inset
19369
19370  and 
19371 \begin_inset CommandInset ref
19372 LatexCommand ref
19373 reference "sec:Parboxes"
19374
19375 \end_inset
19376
19377 .
19378 \end_layout
19379
19380 \end_inset
19381
19382  If you rotate this cell by 90
19383 \begin_inset space \thinspace{}
19384 \end_inset
19385
19386 ° the width of the box is the height of the cell.
19387  Table
19388 \begin_inset space ~
19389 \end_inset
19390
19391
19392 \begin_inset CommandInset ref
19393 LatexCommand ref
19394 reference "tab:Table-with-rotated-multi"
19395
19396 \end_inset
19397
19398  is an example for a rotated multiline cell where the box width was set
19399  to 3
19400 \begin_inset space \thinspace{}
19401 \end_inset
19402
19403 cm.
19404 \end_layout
19405
19406 \begin_layout Standard
19407 \begin_inset Float table
19408 wide false
19409 sideways false
19410 status open
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Caption Standard
19414
19415 \begin_layout Plain Layout
19416 \begin_inset CommandInset label
19417 LatexCommand label
19418 name "tab:Table-with-rotated-multi"
19419
19420 \end_inset
19421
19422 Table with rotated multiline cell.
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \begin_layout Plain Layout
19431 \noindent
19432 \align center
19433 \begin_inset Tabular
19434 <lyxtabular version="3" rows="2" columns="3">
19435 <features rotate="0" tabularvalignment="middle">
19436 <column alignment="center" valignment="top">
19437 <column alignment="center" valignment="top" width="0pt">
19438 <column alignment="center" valignment="top">
19439 <row>
19440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 a
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 \begin_inset Box Frameless
19454 position "t"
19455 hor_pos "c"
19456 has_inner_box 1
19457 inner_pos "t"
19458 use_parbox 0
19459 use_makebox 0
19460 width "3cm"
19461 special "none"
19462 height "1in"
19463 height_special "totalheight"
19464 status open
19465
19466 \begin_layout Plain Layout
19467 rotated cell
19468 \begin_inset Newline newline
19469 \end_inset
19470
19471 with line break
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 e
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 </row>
19491 <row>
19492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496 b
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505 c
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 d
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 </row>
19520 </lyxtabular>
19521
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \begin_layout Section
19533 Table Width Calculation
19534 \begin_inset CommandInset label
19535 LatexCommand label
19536 name "sec:Table-Width-Calculation"
19537
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \begin_layout Standard
19544 For wide tables it is sometimes difficult to assure that the table does
19545  not protrude over the page margin.
19546  Setting a fixed width for every column of the table is the solution, but
19547  what amount of space is needed for each column?
19548 \end_layout
19549
19550 \begin_layout Standard
19551 The table width 
19552 \begin_inset Formula $W_{\mathrm{table}}$
19553 \end_inset
19554
19555  can be calculated: Every column has the width of the specified column width
19556  
19557 \begin_inset Formula $W_{\mathrm{column}}$
19558 \end_inset
19559
19560  (that the content of the column can consume) plus two times the separation
19561  between the column content and the column border (LaTeX length
19562 \series bold
19563  
19564 \backslash
19565 tabcolsep
19566 \series default
19567 , default 6
19568 \begin_inset space \thinspace{}
19569 \end_inset
19570
19571 pt) plus the width of a border line (LaTeX length 
19572 \series bold
19573
19574 \backslash
19575 arrayrulewidth
19576 \series default
19577 , default 0.4
19578 \begin_inset space \thinspace{}
19579 \end_inset
19580
19581 pt): So if all 
19582 \begin_inset Formula $n$
19583 \end_inset
19584
19585
19586 \begin_inset space ~
19587 \end_inset
19588
19589 columns have the same width, the table width is
19590 \begin_inset Formula 
19591 \begin{equation}
19592 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19593 \end{equation}
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \begin_layout Standard
19601 The available width for a table is the space between the page margins or
19602  the width of a text column (for a two-column document) (LaTeX length 
19603 \series bold
19604
19605 \backslash
19606 columnwidth
19607 \series default
19608 ).
19609  If all table columns should have the same width and 
19610 \begin_inset Formula $W_{\mathrm{table}}$
19611 \end_inset
19612
19613  should be 1
19614 \begin_inset space \thinspace{}
19615 \end_inset
19616
19617
19618 \backslash
19619 columnwidth, 
19620 \begin_inset Formula $W_{\mathrm{column}}$
19621 \end_inset
19622
19623  can easily be calculated.
19624 \end_layout
19625
19626 \begin_layout Standard
19627 To be able to perform calculations you need to load the LaTeX-package 
19628 \series bold
19629 calc
19630 \series default
19631
19632 \begin_inset Index idx
19633 status collapsed
19634
19635 \begin_layout Plain Layout
19636 LaTeX-packages ! calc
19637 \end_layout
19638
19639 \end_inset
19640
19641  in the document preamble.
19642  To set the width in the table dialog you have to use the field 
19643 \family sans
19644 LaTeX argument
19645 \family default
19646 .
19647  The command scheme for this field is the same that is explained in section
19648 \begin_inset space ~
19649 \end_inset
19650
19651
19652 \begin_inset CommandInset ref
19653 LatexCommand ref
19654 reference "sub:Multicolumn-Calculations"
19655
19656 \end_inset
19657
19658 .
19659  For a table with 5
19660 \begin_inset space \thinspace{}
19661 \end_inset
19662
19663 columns with an uniform width and centered text, enter there for each column
19664  the command
19665 \end_layout
19666
19667 \begin_layout Standard
19668
19669 \series bold
19670 >{
19671 \backslash
19672 centering}p{(1
19673 \backslash
19674 columnwidth-62.4pt)/5}
19675 \end_layout
19676
19677 \begin_layout Standard
19678 For a table with 5
19679 \begin_inset space \thinspace{}
19680 \end_inset
19681
19682 columns where 2 should have 0.75
19683 \begin_inset space ~
19684 \end_inset
19685
19686 times the width than the 3 others, the calculation is
19687 \begin_inset Formula 
19688 \begin{align}
19689 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19690  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19691  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19692 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19693 \end{align}
19694
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \begin_layout Standard
19701 In the table therefore the command
19702 \end_layout
19703
19704 \begin_layout Standard
19705
19706 \series bold
19707 >{
19708 \backslash
19709 centering}p{(1
19710 \backslash
19711 columnwidth-62.4pt)/
19712 \backslash
19713 real{4.5}}
19714 \end_layout
19715
19716 \begin_layout Standard
19717 is used for the wider columns and
19718 \end_layout
19719
19720 \begin_layout Standard
19721
19722 \series bold
19723 >{
19724 \backslash
19725 centering}p{(1
19726 \backslash
19727 columnwidth-62.4pt)/
19728 \backslash
19729 real{4.5}*
19730 \backslash
19731 real{0.75}}
19732 \end_layout
19733
19734 \begin_layout Standard
19735 for the smaller ones:
19736 \end_layout
19737
19738 \begin_layout Standard
19739 \begin_inset Tabular
19740 <lyxtabular version="3" rows="2" columns="5">
19741 <features rotate="0" tabularvalignment="middle">
19742 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19743 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19744 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19745 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19746 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19747 <row>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 1
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 2
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 3
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779 4
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788 5
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 </row>
19794 <row>
19795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 111111 1111111 111111 111111111 11111 11111 1111
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817 2222 22222 222222 222222222 2222222 22 22222
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835 333333 333333 333333 33333 3333333 333
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 </lyxtabular>
19842
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \begin_layout Section
19849 Table Customization
19850 \begin_inset Index idx
19851 status collapsed
19852
19853 \begin_layout Plain Layout
19854 Table Customization
19855 \end_layout
19856
19857 \end_inset
19858
19859
19860 \begin_inset Index idx
19861 status collapsed
19862
19863 \begin_layout Plain Layout
19864 Table ! Customization
19865 \end_layout
19866
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \begin_layout Subsection
19873 Row Spacing
19874 \begin_inset CommandInset label
19875 LatexCommand label
19876 name "sub:Row-Spacing"
19877
19878 \end_inset
19879
19880
19881 \begin_inset Index idx
19882 status collapsed
19883
19884 \begin_layout Plain Layout
19885 Table Customization ! Row Spacing
19886 \end_layout
19887
19888 \end_inset
19889
19890
19891 \end_layout
19892
19893 \begin_layout Standard
19894 You can add vertical space to table rows in the 
19895 \family sans
19896 Borders
19897 \family default
19898  tab of the table dialog.
19899  You find there three possibilities:
19900 \end_layout
19901
19902 \begin_layout Description
19903 Top
19904 \begin_inset space ~
19905 \end_inset
19906
19907 of
19908 \begin_inset space ~
19909 \end_inset
19910
19911 row will add space above the characters of the table row.
19912  If the table is a formal table
19913 \begin_inset Foot
19914 status collapsed
19915
19916 \begin_layout Plain Layout
19917 Formal tables are explained in section
19918 \begin_inset space ~
19919 \end_inset
19920
19921
19922 \begin_inset CommandInset ref
19923 LatexCommand ref
19924 reference "sec:Formal-Tables"
19925
19926 \end_inset
19927
19928 .
19929 \end_layout
19930
19931 \end_inset
19932
19933  LyX will insert as default 0.5
19934 \begin_inset space \thinspace{}
19935 \end_inset
19936
19937 em space.
19938  For normal tables the inserted space will unfortunately destroy the vertical
19939  table lines as in the following table:
19940 \begin_inset VSpace medskip
19941 \end_inset
19942
19943
19944 \begin_inset Newline newline
19945 \end_inset
19946
19947
19948 \begin_inset space \hspace*{}
19949 \length 0pt
19950 \end_inset
19951
19952
19953 \begin_inset space \hfill{}
19954 \end_inset
19955
19956
19957 \begin_inset Tabular
19958 <lyxtabular version="3" rows="3" columns="1">
19959 <features rotate="0" tabularvalignment="middle">
19960 <column alignment="center" valignment="top">
19961 <row>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 A
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 </row>
19972 <row topspace="3mm">
19973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977 3
19978 \begin_inset space \thinspace{}
19979 \end_inset
19980
19981 mm space top of row
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 </row>
19987 <row>
19988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992 C
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 </lyxtabular>
19999
20000 \end_inset
20001
20002
20003 \begin_inset space \hfill{}
20004 \end_inset
20005
20006
20007 \begin_inset space \hspace*{}
20008 \length 0pt
20009 \end_inset
20010
20011
20012 \begin_inset VSpace medskip
20013 \end_inset
20014
20015
20016 \begin_inset Newline newline
20017 \end_inset
20018
20019 So inserting space in the top of row for normal tables is only useful when
20020  you don't have vertical lines.
20021 \end_layout
20022
20023 \begin_layout Description
20024 Bottom
20025 \begin_inset space ~
20026 \end_inset
20027
20028 of
20029 \begin_inset space ~
20030 \end_inset
20031
20032 row will add space below the characters of the table row.
20033  If the table is a formal table LyX will insert as default 0.5
20034 \begin_inset space \thinspace{}
20035 \end_inset
20036
20037 em space, for normal tables the default size is 2
20038 \begin_inset space \thinspace{}
20039 \end_inset
20040
20041 pt.
20042 \end_layout
20043
20044 \begin_layout Description
20045 Between
20046 \begin_inset space ~
20047 \end_inset
20048
20049 rows adds space between the current and the following row.
20050  If the table is a formal table LyX will insert as default 0.5
20051 \begin_inset space \thinspace{}
20052 \end_inset
20053
20054 em space.
20055  For normal tables the inserted space will unfortunately destroy the vertical
20056  table lines as in the following table:
20057 \begin_inset VSpace medskip
20058 \end_inset
20059
20060
20061 \begin_inset Newline newline
20062 \end_inset
20063
20064
20065 \begin_inset space \hspace*{}
20066 \length 0pt
20067 \end_inset
20068
20069
20070 \begin_inset space \hfill{}
20071 \end_inset
20072
20073
20074 \begin_inset Tabular
20075 <lyxtabular version="3" rows="3" columns="1">
20076 <features rotate="0" tabularvalignment="middle">
20077 <column alignment="center" valignment="top">
20078 <row>
20079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083 A
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 </row>
20089 <row interlinespace="3mm">
20090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 \begin_inset Formula $\downarrow$
20095 \end_inset
20096
20097  3
20098 \begin_inset space \thinspace{}
20099 \end_inset
20100
20101 mm space between row 
20102 \begin_inset Formula $\downarrow$
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 </row>
20111 <row>
20112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 \begin_inset Formula $\uparrow$
20117 \end_inset
20118
20119  3
20120 \begin_inset space \thinspace{}
20121 \end_inset
20122
20123 mm space between row 
20124 \begin_inset Formula $\uparrow$
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 </row>
20133 </lyxtabular>
20134
20135 \end_inset
20136
20137
20138 \begin_inset space \hfill{}
20139 \end_inset
20140
20141
20142 \begin_inset space \hspace*{}
20143 \length 0pt
20144 \end_inset
20145
20146
20147 \begin_inset VSpace medskip
20148 \end_inset
20149
20150
20151 \begin_inset Newline newline
20152 \end_inset
20153
20154 So inserting space between rows for normal tables is only useful when you
20155  don't have vertical lines.
20156 \end_layout
20157
20158 \begin_layout Standard
20159 \begin_inset VSpace bigskip
20160 \end_inset
20161
20162 When you want to add extra height to all cells of all tables, you can do
20163  this with the following preamble lines:
20164 \end_layout
20165
20166 \begin_layout Standard
20167
20168 \series bold
20169
20170 \backslash
20171 @ifundefined{extrarowheight}
20172 \begin_inset Newline newline
20173 \end_inset
20174
20175
20176 \begin_inset Phantom HPhantom
20177 status open
20178
20179 \begin_layout Plain Layout
20180
20181 \series bold
20182 \begin_inset space ~
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \end_inset
20189
20190 {
20191 \backslash
20192 usepackage{array}}{}
20193 \begin_inset Newline newline
20194 \end_inset
20195
20196
20197 \backslash
20198 setlength{
20199 \backslash
20200 extrarowheight}{height}
20201 \end_layout
20202
20203 \begin_layout Standard
20204 But this has the disadvantage that the cell texts are no longer exactly
20205  vertically centered.
20206  (The package 
20207 \series bold
20208 array
20209 \series default
20210  will be loaded automatically by LyX when you use self defined table formats.
20211  To avoid that it being loaded twice the command 
20212 \series bold
20213
20214 \backslash
20215 @ifundefined
20216 \series default
20217  is used in the above command.)
20218 \end_layout
20219
20220 \begin_layout Standard
20221 If you are using font sizes larger than the normal size, the table borders
20222  are often too close to the letters.
20223  This can be corrected by inserting the command 
20224 \series bold
20225
20226 \backslash
20227 strut
20228 \series default
20229  in TeX-Code at the beginning of a table row.
20230  Table
20231 \begin_inset space ~
20232 \end_inset
20233
20234
20235 \begin_inset CommandInset ref
20236 LatexCommand ref
20237 reference "tab:Vertical-alignment-of"
20238
20239 \end_inset
20240
20241  illustrates the effect.
20242 \end_layout
20243
20244 \begin_layout Standard
20245 \noindent
20246 \begin_inset Float table
20247 placement h
20248 wide false
20249 sideways false
20250 status open
20251
20252 \begin_layout Plain Layout
20253 \begin_inset Caption Standard
20254
20255 \begin_layout Plain Layout
20256 \begin_inset CommandInset label
20257 LatexCommand label
20258 name "tab:Vertical-alignment-of"
20259
20260 \end_inset
20261
20262 Vertical alignment of text with large font sizes.
20263 \end_layout
20264
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \begin_layout Plain Layout
20271 \begin_inset space \hfill{}
20272 \end_inset
20273
20274
20275 \begin_inset Float table
20276 wide false
20277 sideways false
20278 status collapsed
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Caption Standard
20282
20283 \begin_layout Plain Layout
20284 Normal table.
20285 \end_layout
20286
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \begin_layout Plain Layout
20293 \noindent
20294 \align center
20295 \begin_inset Tabular
20296 <lyxtabular version="3" rows="6" columns="1">
20297 <features rotate="0" tabularvalignment="middle">
20298 <column alignment="left" valignment="top">
20299 <row>
20300 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 Normal, g
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 </row>
20310 <row>
20311 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315
20316 \size large
20317 Large
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \size larger
20330 Larger
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 </row>
20336 <row>
20337 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341
20342 \size largest
20343 Largest
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 </row>
20349 <row>
20350 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354
20355 \size huge
20356 Huge
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 </row>
20362 <row>
20363 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367
20368 \size huge
20369 Huger
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 </lyxtabular>
20376
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \end_inset
20383
20384
20385 \begin_inset space \hfill{}
20386 \end_inset
20387
20388
20389 \begin_inset Float table
20390 wide false
20391 sideways false
20392 status collapsed
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Caption Standard
20396
20397 \begin_layout Plain Layout
20398 Table using the command 
20399 \series bold
20400
20401 \backslash
20402 strut
20403 \series default
20404 .
20405 \end_layout
20406
20407 \end_inset
20408
20409
20410 \end_layout
20411
20412 \begin_layout Plain Layout
20413 \noindent
20414 \align center
20415 \begin_inset Tabular
20416 <lyxtabular version="3" rows="6" columns="1">
20417 <features rotate="0" tabularvalignment="middle">
20418 <column alignment="left" valignment="top">
20419 <row>
20420 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 Normal, g
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 </row>
20430 <row>
20431 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435
20436 \size large
20437 \begin_inset ERT
20438 status collapsed
20439
20440 \begin_layout Plain Layout
20441
20442
20443 \backslash
20444 strut 
20445 \end_layout
20446
20447 \end_inset
20448
20449 Large
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 </row>
20455 <row>
20456 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460
20461 \size larger
20462 \begin_inset ERT
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466
20467
20468 \backslash
20469 strut 
20470 \end_layout
20471
20472 \end_inset
20473
20474 Larger
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \size largest
20487 \begin_inset ERT
20488 status collapsed
20489
20490 \begin_layout Plain Layout
20491
20492
20493 \backslash
20494 strut 
20495 \end_layout
20496
20497 \end_inset
20498
20499 Largest
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 <row>
20506 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \size huge
20512 \begin_inset ERT
20513 status collapsed
20514
20515 \begin_layout Plain Layout
20516
20517
20518 \backslash
20519 strut 
20520 \end_layout
20521
20522 \end_inset
20523
20524 Huge
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \size giant
20537 \begin_inset ERT
20538 status collapsed
20539
20540 \begin_layout Plain Layout
20541
20542
20543 \backslash
20544 strut 
20545 \end_layout
20546
20547 \end_inset
20548
20549
20550 \size huge
20551 Huger
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 </row>
20557 </lyxtabular>
20558
20559 \end_inset
20560
20561
20562 \end_layout
20563
20564 \end_inset
20565
20566
20567 \begin_inset space \hfill{}
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \begin_layout Subsection
20579 Special Cell Alignment
20580 \begin_inset CommandInset label
20581 LatexCommand label
20582 name "sub:Special-Cell-Alignment"
20583
20584 \end_inset
20585
20586
20587 \begin_inset Index idx
20588 status collapsed
20589
20590 \begin_layout Plain Layout
20591 Table Customization ! Special Cell Alignment
20592 \end_layout
20593
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \begin_layout Standard
20600 Sometimes it looks better when the cell entries of a column are aligned
20601  with a special character, e.
20602 \begin_inset space \thinspace{}
20603 \end_inset
20604
20605 g.
20606 \begin_inset space \space{}
20607 \end_inset
20608
20609 with the decimal separator as in Table
20610 \begin_inset space ~
20611 \end_inset
20612
20613
20614 \begin_inset CommandInset ref
20615 LatexCommand ref
20616 reference "tab:Table-cells-align"
20617
20618 \end_inset
20619
20620 .
20621  This alignment is achieved by setting the cursor into the column and then
20622  either pressing the toolbar button 
20623 \begin_inset Info
20624 type  "icon"
20625 arg   "inset-modify tabular align-decimal"
20626 \end_inset
20627
20628  or setting the alignment in the table settings to 
20629 \family sans
20630 At
20631 \begin_inset space ~
20632 \end_inset
20633
20634 Decimal
20635 \begin_inset space ~
20636 \end_inset
20637
20638 Separator
20639 \family default
20640 .
20641  The alignment character can be a character of your choice and is specified
20642  in the table settings.
20643 \end_layout
20644
20645 \begin_layout Standard
20646 \begin_inset Float table
20647 placement h
20648 wide false
20649 sideways false
20650 status open
20651
20652 \begin_layout Plain Layout
20653 \begin_inset Caption Standard
20654
20655 \begin_layout Plain Layout
20656 \begin_inset CommandInset label
20657 LatexCommand label
20658 name "tab:Table-cells-align"
20659
20660 \end_inset
20661
20662 Table cells of a column aligned with the decimal separator.
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \begin_layout Plain Layout
20671 \align center
20672 \begin_inset Tabular
20673 <lyxtabular version="3" rows="4" columns="1">
20674 <features rotate="0" booktabs="true" tabularvalignment="middle">
20675 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20676 <row>
20677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20678 \begin_inset Text
20679
20680 \begin_layout Plain Layout
20681 heading
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 </row>
20687 <row>
20688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20689 \begin_inset Text
20690
20691 \begin_layout Plain Layout
20692 12.6
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 <row>
20699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703 0.68
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 </row>
20709 <row>
20710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714 -123.0
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 </row>
20720 </lyxtabular>
20721
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \begin_layout Standard
20733 \begin_inset Float table
20734 placement h
20735 wide false
20736 sideways false
20737 status open
20738
20739 \begin_layout Plain Layout
20740 \begin_inset Caption Standard
20741
20742 \begin_layout Plain Layout
20743 \begin_inset CommandInset label
20744 LatexCommand label
20745 name "tab:Table-align-operator"
20746
20747 \end_inset
20748
20749 Table cells of a column aligned with the operators.
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Plain Layout
20758 \align center
20759 \begin_inset Tabular
20760 <lyxtabular version="3" rows="4" columns="2">
20761 <features rotate="0" booktabs="true" tabularvalignment="middle">
20762 <column alignment="right" valignment="top" width="0pt">
20763 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20764 <row>
20765 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769 heading
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 </row>
20784 <row>
20785 <cell alignment="center" valignment="top" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 \begin_inset Formula $12\,+$
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 <cell alignment="center" valignment="top" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Formula $\,6$
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 </row>
20810 <row>
20811 <cell alignment="center" valignment="top" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 \begin_inset Formula $0\,-$
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 \begin_inset Formula $\,68$
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 \begin_inset Formula $-123\,/$
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853 \begin_inset Formula $\,0$
20854 \end_inset
20855
20856
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 </row>
20862 </lyxtabular>
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \begin_layout Standard
20875 For alignments at characters in formulas this method does not work because
20876  the field to specify the alignment character does not allow formulas.
20877  In this case one need to use the method from Table
20878 \begin_inset space ~
20879 \end_inset
20880
20881
20882 \begin_inset CommandInset ref
20883 LatexCommand ref
20884 reference "tab:Table-align-operator"
20885
20886 \end_inset
20887
20888 .
20889  This table was created with a 4×2 table.
20890  The heading is a centered multicolumn.
20891  The first column is right-aligned and contains the first part including
20892  the operator.
20893  The second column is left aligned and contains the rest.
20894  A small space was added at the beginning of each cell of the second column
20895  to get the space that is usually around operators.
20896  To omit the space that is normally between two table columns, the following
20897  LaTeX-argument was used for the second column:
20898 \end_layout
20899
20900 \begin_layout Standard
20901
20902 \series bold
20903 @{}l
20904 \end_layout
20905
20906 \begin_layout Standard
20907 Table
20908 \begin_inset space ~
20909 \end_inset
20910
20911
20912 \begin_inset CommandInset ref
20913 LatexCommand ref
20914 reference "tab:Several-table-cell"
20915
20916 \end_inset
20917
20918  shows some example alignments.
20919  For the alignment with the relation sign, a small space was added like
20920  for the second column of Table
20921 \begin_inset space ~
20922 \end_inset
20923
20924
20925 \begin_inset CommandInset ref
20926 LatexCommand ref
20927 reference "tab:Table-align-operator"
20928
20929 \end_inset
20930
20931 .
20932 \end_layout
20933
20934 \begin_layout Standard
20935 \begin_inset Float table
20936 placement h
20937 wide false
20938 sideways false
20939 status open
20940
20941 \begin_layout Plain Layout
20942 \begin_inset Caption Standard
20943
20944 \begin_layout Plain Layout
20945 \begin_inset CommandInset label
20946 LatexCommand label
20947 name "tab:Several-table-cell"
20948
20949 \end_inset
20950
20951 Several table cell alignments.
20952 \end_layout
20953
20954 \end_inset
20955
20956
20957 \end_layout
20958
20959 \begin_layout Plain Layout
20960 \align center
20961 \begin_inset Tabular
20962 <lyxtabular version="3" rows="4" columns="6">
20963 <features rotate="0" tabularvalignment="middle">
20964 <column alignment="right" valignment="top">
20965 <column alignment="left" valignment="top" special="@{}l">
20966 <column alignment="right" valignment="top">
20967 <column alignment="left" valignment="top" special="@{}l">
20968 <column alignment="right" valignment="top">
20969 <column alignment="left" valignment="top" special="@{}l">
20970 <row>
20971 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 units
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 exponents
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 relations
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 </row>
21026 <row>
21027 <cell alignment="center" valignment="top" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 12×
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 24
21041 \begin_inset space \thinspace{}
21042 \end_inset
21043
21044 bottles
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 \begin_inset Formula $10\cdot$
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $10^{\mbox{-}17}$
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 <cell alignment="center" valignment="top" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 \begin_inset Formula $\Gamma(t)\propto$
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089 \begin_inset Formula $\:\Upsilon(t)$
21090 \end_inset
21091
21092
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 </row>
21098 <row>
21099 <cell alignment="center" valignment="top" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 1024×
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 768
21113 \begin_inset space \thinspace{}
21114 \end_inset
21115
21116 Pixels
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell alignment="center" valignment="top" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125 \begin_inset Formula $5.78\cdot$
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 \begin_inset Formula $10^{7}$
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 \begin_inset Formula $A\ne$
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 <cell alignment="center" valignment="top" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161 \begin_inset Formula $\:B_{\mathrm{red}}$
21162 \end_inset
21163
21164
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 </row>
21170 <row>
21171 <cell alignment="center" valignment="top" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175 32×
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 6
21185 \begin_inset space \thinspace{}
21186 \end_inset
21187
21188 cm
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell alignment="center" valignment="top" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 -
21198 \begin_inset Formula $33.5\cdot$
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210 \begin_inset Formula $10^{4}$
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 <cell alignment="center" valignment="top" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 \begin_inset Formula $\sin(\alpha)\ge$
21223 \end_inset
21224
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset Formula $\:\sin(\beta)$
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 </lyxtabular>
21244
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \begin_layout Subsection
21256 Customized Cell/Column Format
21257 \begin_inset CommandInset label
21258 LatexCommand label
21259 name "sub:Customized-Format"
21260
21261 \end_inset
21262
21263
21264 \begin_inset Index idx
21265 status collapsed
21266
21267 \begin_layout Plain Layout
21268 Table Customization ! Cell/Column Format
21269 \end_layout
21270
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \begin_layout Standard
21277 Calculating the required width for normal columns as described in section
21278 \begin_inset space ~
21279 \end_inset
21280
21281
21282 \begin_inset CommandInset ref
21283 LatexCommand ref
21284 reference "sec:Table-Width-Calculation"
21285
21286 \end_inset
21287
21288  or for spanned columns as described in section
21289 \begin_inset space ~
21290 \end_inset
21291
21292
21293 \begin_inset CommandInset ref
21294 LatexCommand ref
21295 reference "sub:Multicolumn-Calculations"
21296
21297 \end_inset
21298
21299  is very annoying if you have several tables where a calculation is necessary.
21300  To make life easier, you can define a cell/column format in the preamble,
21301  that can be used in all tables of the document.
21302  The format is defined with the command
21303 \end_layout
21304
21305 \begin_layout Standard
21306
21307 \series bold
21308
21309 \backslash
21310 newcolumntype{name of format}[number of arguments]{commands}
21311 \end_layout
21312
21313 \begin_layout Standard
21314 The format name may only consist of one letter.
21315  The letters 
21316 \emph on
21317 b
21318 \emph default
21319
21320 \emph on
21321 c
21322 \emph default
21323
21324 \emph on
21325 l
21326 \emph default
21327
21328 \emph on
21329 m
21330 \emph default
21331
21332 \emph on
21333 p
21334 \emph default
21335  and 
21336 \emph on
21337 r
21338 \emph default
21339  are predefined and cannot be used.
21340  But all letters are allowed as capitals.
21341 \end_layout
21342
21343 \begin_layout Standard
21344 \begin_inset VSpace medskip
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \begin_layout Standard
21351 For vertically and horizontally centered multicolumn cells with a fixed
21352  width you can define the cell format
21353 \end_layout
21354
21355 \begin_layout Standard
21356
21357 \series bold
21358
21359 \backslash
21360 newcolumntype{M}[1]{>{
21361 \backslash
21362 centering
21363 \backslash
21364 hspace{0pt}}m{#1}}
21365 \end_layout
21366
21367 \begin_layout Standard
21368 where 
21369 \series bold
21370
21371 \backslash
21372 hspace{0pt}
21373 \series default
21374  avoids the problem of hyphenating the first word, as described in section
21375 \begin_inset space ~
21376 \end_inset
21377
21378
21379 \begin_inset CommandInset ref
21380 LatexCommand ref
21381 reference "sub:Multiple-Lines-in"
21382
21383 \end_inset
21384
21385 .
21386  Now you can simply enter
21387 \end_layout
21388
21389 \begin_layout Standard
21390
21391 \series bold
21392 M{width}
21393 \end_layout
21394
21395 \begin_layout Standard
21396 as 
21397 \family sans
21398 LaTeX-argument
21399 \family default
21400  in the table dialog to create a multicolumn.
21401 \end_layout
21402
21403 \begin_layout Standard
21404 \begin_inset VSpace bigskip
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \begin_layout Standard
21411 For cells spanned by a multicolumn cell, you can define the format
21412 \end_layout
21413
21414 \begin_layout Standard
21415
21416 \series bold
21417
21418 \backslash
21419 newcolumntype{S}[2]{>{
21420 \backslash
21421 centering
21422 \backslash
21423 hspace{0pt}}
21424 \begin_inset Newline newline
21425 \end_inset
21426
21427
21428 \begin_inset Phantom HPhantom
21429 status open
21430
21431 \begin_layout Plain Layout
21432
21433 \series bold
21434
21435 \backslash
21436 newcolumntype
21437 \end_layout
21438
21439 \end_inset
21440
21441 m{(#1+(2
21442 \backslash
21443 tabcolsep+
21444 \backslash
21445 arrayrulewidth)*(1-#2))/#2}}
21446 \end_layout
21447
21448 \begin_layout Standard
21449 This format uses equation 
21450 \begin_inset CommandInset ref
21451 LatexCommand eqref
21452 reference "eq:Wgn"
21453
21454 \end_inset
21455
21456  to calculate the required width so that each spanned cell has the same
21457  width.
21458 \end_layout
21459
21460 \begin_layout Standard
21461 You can now enter
21462 \end_layout
21463
21464 \begin_layout Standard
21465
21466 \series bold
21467 S{width of multicolumn cell}{number of spanned columns}
21468 \end_layout
21469
21470 \begin_layout Standard
21471 as LaTeX-argument of the column.
21472 \end_layout
21473
21474 \begin_layout Standard
21475 \begin_inset VSpace bigskip
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \begin_layout Standard
21482 For colored columns, you can define
21483 \end_layout
21484
21485 \begin_layout Standard
21486
21487 \series bold
21488
21489 \backslash
21490 newcolumntype{K}[1]{>{
21491 \backslash
21492 columncolor{#1}
21493 \backslash
21494 hspace{0pt}}c}
21495 \end_layout
21496
21497 \begin_layout Standard
21498 The 
21499 \begin_inset Quotes eld
21500 \end_inset
21501
21502 c
21503 \begin_inset Quotes erd
21504 \end_inset
21505
21506  at the end creates a column with a flexible width whose text is horizontally
21507  centered.
21508  You can now enter
21509 \end_layout
21510
21511 \begin_layout Standard
21512
21513 \series bold
21514 K{color name}
21515 \end_layout
21516
21517 \begin_layout Standard
21518 as LaTeX-argument.
21519 \end_layout
21520
21521 \begin_layout Standard
21522 \begin_inset VSpace bigskip
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \begin_layout Standard
21529 To create Table
21530 \begin_inset space ~
21531 \end_inset
21532
21533
21534 \begin_inset CommandInset ref
21535 LatexCommand ref
21536 reference "tab:Table-using-user-defined"
21537
21538 \end_inset
21539
21540  use the LaTeX-arguments
21541 \end_layout
21542
21543 \begin_layout Standard
21544
21545 \series bold
21546 M{2.5cm}
21547 \end_layout
21548
21549 \begin_layout Standard
21550 for the first column and the multicolumn,
21551 \end_layout
21552
21553 \begin_layout Standard
21554
21555 \series bold
21556 K{red}
21557 \end_layout
21558
21559 \begin_layout Standard
21560 for the last column, and
21561 \end_layout
21562
21563 \begin_layout Standard
21564
21565 \series bold
21566 S{2.5cm}{2}
21567 \end_layout
21568
21569 \begin_layout Standard
21570 for the cells in the second column.
21571 \end_layout
21572
21573 \begin_layout Standard
21574 \begin_inset Float table
21575 placement h
21576 wide false
21577 sideways false
21578 status open
21579
21580 \begin_layout Plain Layout
21581 \begin_inset Caption Standard
21582
21583 \begin_layout Plain Layout
21584 \begin_inset CommandInset label
21585 LatexCommand label
21586 name "tab:Table-using-user-defined"
21587
21588 \end_inset
21589
21590 Table using user-defined table formats
21591 \end_layout
21592
21593 \end_inset
21594
21595
21596 \end_layout
21597
21598 \begin_layout Plain Layout
21599 \align center
21600 \begin_inset Tabular
21601 <lyxtabular version="3" rows="3" columns="4">
21602 <features rotate="0" tabularvalignment="middle">
21603 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21604 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21605 <column alignment="center" valignment="middle">
21606 <column alignment="center" valignment="middle" special="K{red}">
21607 <row>
21608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 verylongtablecellword
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 multiple lines multicolumn
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 c
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 </row>
21645 <row>
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 d
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 e
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 f
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 g
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688 h
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697 i
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 j
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 k
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 </lyxtabular>
21722
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \begin_layout Subsection
21734 Line Thickness
21735 \begin_inset CommandInset label
21736 LatexCommand label
21737 name "sub:Line-Thickness"
21738
21739 \end_inset
21740
21741
21742 \begin_inset Index idx
21743 status collapsed
21744
21745 \begin_layout Plain Layout
21746 Table Customization ! Line Thickness
21747 \end_layout
21748
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \begin_layout Standard
21755 The line thickness for all lines in a table can be adjusted with the length
21756  
21757 \series bold
21758
21759 \backslash
21760 arrayrulewidth
21761 \series default
21762 .
21763  To set for example a line thickness of 1.5
21764 \begin_inset space \thinspace{}
21765 \end_inset
21766
21767 pt, as in Table
21768 \begin_inset space ~
21769 \end_inset
21770
21771
21772 \begin_inset CommandInset ref
21773 LatexCommand ref
21774 reference "tab:Table-with-1.5"
21775
21776 \end_inset
21777
21778 , insert the command
21779 \end_layout
21780
21781 \begin_layout Standard
21782
21783 \series bold
21784
21785 \backslash
21786 setlength{
21787 \backslash
21788 arrayrulewidth}{1.5pt}
21789 \end_layout
21790
21791 \begin_layout Standard
21792 in TeX-Code before the table or table float.
21793  The changed thickness is valid for all subsequent tables.
21794  To use the default value again, set 
21795 \series bold
21796
21797 \backslash
21798 arrayrulewidth
21799 \series default
21800  to 0.4
21801 \begin_inset space \thinspace{}
21802 \end_inset
21803
21804 pt in TeX-Code after the table or table float.
21805 \end_layout
21806
21807 \begin_layout Standard
21808 \begin_inset ERT
21809 status collapsed
21810
21811 \begin_layout Plain Layout
21812
21813
21814 \backslash
21815 setlength{
21816 \backslash
21817 arrayrulewidth}{1.5pt}
21818 \end_layout
21819
21820 \end_inset
21821
21822
21823 \begin_inset Float table
21824 wide false
21825 sideways false
21826 status open
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Caption Standard
21830
21831 \begin_layout Plain Layout
21832 \begin_inset CommandInset label
21833 LatexCommand label
21834 name "tab:Table-with-1.5"
21835
21836 \end_inset
21837
21838 Table with 1.5
21839 \begin_inset space \thinspace{}
21840 \end_inset
21841
21842 pt thick lines
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Plain Layout
21851 \align center
21852 \begin_inset Tabular
21853 <lyxtabular version="3" rows="3" columns="3">
21854 <features rotate="0" tabularvalignment="middle">
21855 <column alignment="center" valignment="top">
21856 <column alignment="center" valignment="top">
21857 <column alignment="center" valignment="top">
21858 <row>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 sd
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 </row>
21887 <row>
21888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 sd
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 <row>
21917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 sd
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 </lyxtabular>
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953
21954
21955 \begin_inset ERT
21956 status collapsed
21957
21958 \begin_layout Plain Layout
21959
21960
21961 \backslash
21962 setlength{
21963 \backslash
21964 arrayrulewidth}{0.4pt}
21965 \end_layout
21966
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \begin_layout Standard
21973 \begin_inset VSpace bigskip
21974 \end_inset
21975
21976 To set the line thickness to 1.5
21977 \begin_inset space \thinspace{}
21978 \end_inset
21979
21980 pt only for horizontal lines, as in Table
21981 \begin_inset space ~
21982 \end_inset
21983
21984
21985 \begin_inset CommandInset ref
21986 LatexCommand ref
21987 reference "tab:Table-with-horizontal"
21988
21989 \end_inset
21990
21991 , insert these commands in TeX-Code before the table or table float:
21992 \end_layout
21993
21994 \begin_layout Standard
21995
21996 \series bold
21997
21998 \backslash
21999 let
22000 \backslash
22001 myHline
22002 \backslash
22003 hline
22004 \begin_inset Newline newline
22005 \end_inset
22006
22007
22008 \backslash
22009 renewcommand{
22010 \backslash
22011 hline}
22012 \begin_inset Newline newline
22013 \end_inset
22014
22015  {
22016 \backslash
22017 noalign{
22018 \backslash
22019 global
22020 \backslash
22021 arrayrulewidth 1.5pt}
22022 \begin_inset Newline newline
22023 \end_inset
22024
22025  
22026 \backslash
22027 myHline
22028 \backslash
22029 noalign{
22030 \backslash
22031 global
22032 \backslash
22033 arrayrulewidth 0.4pt}}
22034 \end_layout
22035
22036 \begin_layout Standard
22037 To return to the default line thickness, insert this command in TeX-Code
22038  after the table or table float:
22039 \end_layout
22040
22041 \begin_layout Standard
22042
22043 \series bold
22044
22045 \backslash
22046 renewcommand{
22047 \backslash
22048 hline}{
22049 \backslash
22050 myHline}
22051 \end_layout
22052
22053 \begin_layout Standard
22054 \begin_inset ERT
22055 status collapsed
22056
22057 \begin_layout Plain Layout
22058
22059
22060 \backslash
22061 let
22062 \backslash
22063 myHline
22064 \backslash
22065 hline
22066 \end_layout
22067
22068 \begin_layout Plain Layout
22069
22070
22071 \backslash
22072 renewcommand{
22073 \backslash
22074 hline}
22075 \end_layout
22076
22077 \begin_layout Plain Layout
22078
22079  {
22080 \backslash
22081 noalign{
22082 \backslash
22083 global
22084 \backslash
22085 arrayrulewidth 1.5pt}
22086 \end_layout
22087
22088 \begin_layout Plain Layout
22089
22090   
22091 \backslash
22092 myHline
22093 \backslash
22094 noalign{
22095 \backslash
22096 global
22097 \backslash
22098 arrayrulewidth 0.4pt}}
22099 \end_layout
22100
22101 \end_inset
22102
22103
22104 \begin_inset Float table
22105 wide false
22106 sideways false
22107 status open
22108
22109 \begin_layout Plain Layout
22110 \begin_inset Caption Standard
22111
22112 \begin_layout Plain Layout
22113 \begin_inset CommandInset label
22114 LatexCommand label
22115 name "tab:Table-with-horizontal"
22116
22117 \end_inset
22118
22119 Table with 1.5
22120 \begin_inset space \thinspace{}
22121 \end_inset
22122
22123 pt thick horizontal lines
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Plain Layout
22132 \align center
22133 \begin_inset Tabular
22134 <lyxtabular version="3" rows="3" columns="3">
22135 <features rotate="0" tabularvalignment="middle">
22136 <column alignment="center" valignment="top">
22137 <column alignment="center" valignment="top">
22138 <column alignment="center" valignment="top">
22139 <row>
22140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 sd
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 </row>
22168 <row>
22169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 sd
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 </row>
22197 <row>
22198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 sd
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 </row>
22226 </lyxtabular>
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \begin_inset ERT
22237 status collapsed
22238
22239 \begin_layout Plain Layout
22240
22241
22242 \backslash
22243 renewcommand{
22244 \backslash
22245 hline}{
22246 \backslash
22247 myHline}
22248 \end_layout
22249
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \begin_layout Standard
22256 \begin_inset VSpace bigskip
22257 \end_inset
22258
22259 To set the line thickness to 1.5
22260 \begin_inset space \thinspace{}
22261 \end_inset
22262
22263 pt only for vertical lines, create the following column format in the document
22264  preamble, according to the description in section
22265 \begin_inset space ~
22266 \end_inset
22267
22268
22269 \begin_inset CommandInset ref
22270 LatexCommand ref
22271 reference "sub:Customized-Format"
22272
22273 \end_inset
22274
22275 :
22276 \end_layout
22277
22278 \begin_layout Standard
22279
22280 \series bold
22281
22282 \backslash
22283 newcolumntype{V}{!{
22284 \backslash
22285 vrule width 1.5pt}}
22286 \end_layout
22287
22288 \begin_layout Standard
22289 For Table
22290 \begin_inset space ~
22291 \end_inset
22292
22293
22294 \begin_inset CommandInset ref
22295 LatexCommand ref
22296 reference "tab:Table-with-vertical"
22297
22298 \end_inset
22299
22300  the LaTeX-argument
22301 \end_layout
22302
22303 \begin_layout Standard
22304
22305 \series bold
22306 VcV
22307 \end_layout
22308
22309 \begin_layout Standard
22310 was used for the last column and
22311 \end_layout
22312
22313 \begin_layout Standard
22314
22315 \series bold
22316 Vc
22317 \end_layout
22318
22319 \begin_layout Standard
22320 for the other columns.
22321 \end_layout
22322
22323 \begin_layout Standard
22324 \begin_inset Float table
22325 wide false
22326 sideways false
22327 status open
22328
22329 \begin_layout Plain Layout
22330 \begin_inset Caption Standard
22331
22332 \begin_layout Plain Layout
22333 \begin_inset CommandInset label
22334 LatexCommand label
22335 name "tab:Table-with-vertical"
22336
22337 \end_inset
22338
22339 Table with 1.5
22340 \begin_inset space \thinspace{}
22341 \end_inset
22342
22343 pt thick vertical lines
22344 \end_layout
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Plain Layout
22352 \align center
22353 \begin_inset Tabular
22354 <lyxtabular version="3" rows="3" columns="3">
22355 <features rotate="0" tabularvalignment="middle">
22356 <column alignment="center" valignment="top" special="Vc">
22357 <column alignment="center" valignment="top" special="Vc">
22358 <column alignment="center" valignment="top" special="VcV">
22359 <row>
22360 <cell alignment="center" valignment="top" topline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 sd
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" topline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" topline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 </row>
22388 <row>
22389 <cell alignment="center" valignment="top" topline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402 sd
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 <cell alignment="center" valignment="top" topline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 </row>
22417 <row>
22418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440 sd
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 </row>
22446 </lyxtabular>
22447
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \begin_layout Subsection
22459 Dashed Lines
22460 \begin_inset Index idx
22461 status collapsed
22462
22463 \begin_layout Plain Layout
22464 Table Customization ! Dashed Lines
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \begin_layout Standard
22473 \begin_inset ERT
22474 status collapsed
22475
22476 \begin_layout Plain Layout
22477
22478
22479 \backslash
22480 ifarydshln
22481 \end_layout
22482
22483 \end_inset
22484
22485
22486 \begin_inset Note Note
22487 status open
22488
22489 \begin_layout Plain Layout
22490 The following section will only be displayed when the LaTeX-package 
22491 \series bold
22492 arydshln
22493 \series default
22494  is installed.
22495 \end_layout
22496
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \begin_layout Standard
22503 \begin_inset Float table
22504 placement H
22505 wide false
22506 sideways false
22507 status open
22508
22509 \begin_layout Plain Layout
22510 \begin_inset Caption Standard
22511
22512 \begin_layout Plain Layout
22513 \begin_inset CommandInset label
22514 LatexCommand label
22515 name "tab:Table-with-dashed"
22516
22517 \end_inset
22518
22519 Table with dashed lines
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Plain Layout
22528 \align center
22529 \begin_inset Tabular
22530 <lyxtabular version="3" rows="5" columns="5">
22531 <features rotate="0" tabularvalignment="middle">
22532 <column alignment="center" valignment="top">
22533 <column alignment="center" valignment="top">
22534 <column alignment="center" valignment="top" special=":c">
22535 <column alignment="center" valignment="top">
22536 <column alignment="center" valignment="top">
22537 <row>
22538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 a
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 b
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 c
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 d
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 e
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 f
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 g
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" topline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 h
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 i
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 j
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 </row>
22631 <row>
22632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 \begin_inset ERT
22637 status collapsed
22638
22639 \begin_layout Plain Layout
22640
22641
22642 \backslash
22643 hdashline 
22644 \end_layout
22645
22646 \end_inset
22647
22648 k
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657 l
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 m
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 n
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684 o
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 </row>
22690 <row>
22691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695 \begin_inset ERT
22696 status collapsed
22697
22698 \begin_layout Plain Layout
22699
22700
22701 \backslash
22702 cdashline{4-5}
22703 \end_layout
22704
22705 \end_inset
22706
22707 p
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 q
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 r
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 s
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 </row>
22749 <row>
22750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754 t
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 u
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 v
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781 w
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 x
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 </row>
22796 </lyxtabular>
22797
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \begin_layout Standard
22809 LyX does not natively support dashed lines, so you have to use TeX-Code.
22810  As a prerequisite the LaTeX-package 
22811 \series bold
22812 arydshln
22813 \series default
22814
22815 \begin_inset Index idx
22816 status collapsed
22817
22818 \begin_layout Plain Layout
22819 LaTeX-packages ! arydshln
22820 \end_layout
22821
22822 \end_inset
22823
22824  must be loaded in the document preamble with the command
22825 \end_layout
22826
22827 \begin_layout Standard
22828
22829 \series bold
22830
22831 \backslash
22832 usepackage{arydshln}
22833 \end_layout
22834
22835 \begin_layout Standard
22836 To make a vertical line dashed, enter the colon 
22837 \begin_inset Quotes eld
22838 \end_inset
22839
22840 :
22841 \begin_inset Quotes erd
22842 \end_inset
22843
22844  together with the character for the horizontal alignment as LaTeX-argument
22845  in the table cell dialog.
22846 \end_layout
22847
22848 \begin_layout Standard
22849 For a horizontal dashed line add the command
22850 \end_layout
22851
22852 \begin_layout Standard
22853
22854 \series bold
22855
22856 \backslash
22857 hdashline
22858 \end_layout
22859
22860 \begin_layout Standard
22861 in TeX-Code as first element of the first cell in the table row.
22862 \end_layout
22863
22864 \begin_layout Standard
22865 For dashed multicolumn lines use the command
22866 \end_layout
22867
22868 \begin_layout Standard
22869
22870 \series bold
22871
22872 \backslash
22873 cdashline{line number
22874 \series default
22875 }
22876 \end_layout
22877
22878 \begin_layout Standard
22879 in TeX-Code as the first element of the first cell in the table row.
22880  If you have for example a multicolumn spanning columns 2 to 4 and you want
22881  to have a dashed line above, add the command
22882 \end_layout
22883
22884 \begin_layout Standard
22885
22886 \series bold
22887
22888 \backslash
22889 cdashline{2-4}
22890 \end_layout
22891
22892 \begin_layout Standard
22893 as the first element of the first cell in the row of the multicolumn.
22894 \end_layout
22895
22896 \begin_layout Standard
22897 \begin_inset VSpace bigskip
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \begin_layout Standard
22904 Table
22905 \begin_inset space ~
22906 \end_inset
22907
22908
22909 \begin_inset CommandInset ref
22910 LatexCommand ref
22911 reference "tab:Table-with-dashed"
22912
22913 \end_inset
22914
22915  was created using 
22916 \begin_inset Quotes eld
22917 \end_inset
22918
22919
22920 \series bold
22921 :c
22922 \series default
22923
22924 \begin_inset Quotes erd
22925 \end_inset
22926
22927  as LaTeX-argument of the third column.
22928  The TeX-Code command 
22929 \series bold
22930
22931 \backslash
22932 hdashline
22933 \series default
22934  was inserted in the first cell of the third row and the TeX-Code command
22935 \begin_inset Newline newline
22936 \end_inset
22937
22938  
22939 \series bold
22940
22941 \backslash
22942 cdashline{4-5}
22943 \series default
22944  was inserted in the first cell of the fourth row.
22945 \end_layout
22946
22947 \begin_layout Standard
22948 \begin_inset VSpace bigskip
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \begin_layout Standard
22955 Tables with dashed lines can also be colored as shown by Table
22956 \begin_inset space ~
22957 \end_inset
22958
22959
22960 \begin_inset CommandInset ref
22961 LatexCommand ref
22962 reference "tab:Colored-table-with"
22963
22964 \end_inset
22965
22966 .
22967 \end_layout
22968
22969 \begin_layout Standard
22970 \begin_inset ERT
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974
22975
22976 \backslash
22977 setlength{
22978 \backslash
22979 arrayrulewidth}{1pt}
22980 \end_layout
22981
22982 \end_inset
22983
22984
22985 \begin_inset Note Note
22986 status collapsed
22987
22988 \begin_layout Plain Layout
22989 thicker lines for better visualization of the line color
22990 \end_layout
22991
22992 \end_inset
22993
22994
22995 \end_layout
22996
22997 \begin_layout Standard
22998 \begin_inset ERT
22999 status collapsed
23000
23001 \begin_layout Plain Layout
23002
23003
23004 \backslash
23005 dashgapcolor{green}
23006 \end_layout
23007
23008 \end_inset
23009
23010
23011 \begin_inset Note Note
23012 status collapsed
23013
23014 \begin_layout Plain Layout
23015 color gaps between dashes green
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \begin_layout Standard
23024 \begin_inset ERT
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028
23029
23030 \backslash
23031 let
23032 \backslash
23033 myHdashline
23034 \backslash
23035 hdashline
23036 \end_layout
23037
23038 \begin_layout Plain Layout
23039
23040
23041 \backslash
23042 renewcommand{
23043 \backslash
23044 hdashline}
23045 \end_layout
23046
23047 \begin_layout Plain Layout
23048
23049  {
23050 \backslash
23051 arrayrulecolor{red}
23052 \backslash
23053 myHdashline
23054 \backslash
23055 arrayrulecolor{black}}
23056 \end_layout
23057
23058 \end_inset
23059
23060
23061 \begin_inset Note Note
23062 status collapsed
23063
23064 \begin_layout Plain Layout
23065 color horizontal, dashed lines red
23066 \end_layout
23067
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \begin_layout Standard
23074 \begin_inset ERT
23075 status collapsed
23076
23077 \begin_layout Plain Layout
23078
23079
23080 \backslash
23081 let
23082 \backslash
23083 myCdashline
23084 \backslash
23085 cdashline
23086 \end_layout
23087
23088 \begin_layout Plain Layout
23089
23090
23091 \backslash
23092 renewcommand{
23093 \backslash
23094 cdashline}[1]
23095 \end_layout
23096
23097 \begin_layout Plain Layout
23098
23099  {
23100 \backslash
23101 arrayrulecolor{yellow}
23102 \backslash
23103 myCdashline{#1}
23104 \backslash
23105 arrayrulecolor{black}}
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \begin_inset Note Note
23112 status collapsed
23113
23114 \begin_layout Plain Layout
23115 color partial horizontal, dashed lines yellow
23116 \end_layout
23117
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \begin_layout Standard
23124 \begin_inset Float table
23125 placement h
23126 wide false
23127 sideways false
23128 status open
23129
23130 \begin_layout Plain Layout
23131 \begin_inset Caption Standard
23132
23133 \begin_layout Plain Layout
23134 \begin_inset CommandInset label
23135 LatexCommand label
23136 name "tab:Colored-table-with"
23137
23138 \end_inset
23139
23140 Colored table with dashed lines
23141 \end_layout
23142
23143 \end_inset
23144
23145
23146 \end_layout
23147
23148 \begin_layout Plain Layout
23149 \align center
23150 \begin_inset Tabular
23151 <lyxtabular version="3" rows="5" columns="5">
23152 <features rotate="0" tabularvalignment="middle">
23153 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23154 <column alignment="center" valignment="top" width="0pt">
23155 <column alignment="center" valignment="top" width="0pt" special=":c">
23156 <column alignment="center" valignment="top">
23157 <column alignment="center" valignment="top">
23158 <row>
23159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163 a
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 b
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181 c
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 d
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199 e
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 f
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 g
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 h
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 i
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 j
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 </row>
23252 <row>
23253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23254 \begin_inset Text
23255
23256 \begin_layout Plain Layout
23257 \begin_inset ERT
23258 status collapsed
23259
23260 \begin_layout Plain Layout
23261
23262
23263 \backslash
23264 hdashline 
23265 \end_layout
23266
23267 \end_inset
23268
23269
23270 \begin_inset ERT
23271 status collapsed
23272
23273 \begin_layout Plain Layout
23274
23275
23276 \backslash
23277 rowcolor{Gray}
23278 \end_layout
23279
23280 \end_inset
23281
23282 k
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 l
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 <cell alignment="center" valignment="top" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 m
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 n
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 o
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 </row>
23324 <row>
23325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329 \begin_inset ERT
23330 status collapsed
23331
23332 \begin_layout Plain Layout
23333
23334
23335 \backslash
23336 cdashline{4-5}
23337 \end_layout
23338
23339 \end_inset
23340
23341 p
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 q
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 r
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 s
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 </row>
23383 <row>
23384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388 t
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 u
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 v
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 w
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 \begin_inset ERT
23425 status collapsed
23426
23427 \begin_layout Plain Layout
23428
23429
23430 \backslash
23431 cellcolor{Maroon}
23432 \end_layout
23433
23434 \end_inset
23435
23436 i
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 </row>
23442 </lyxtabular>
23443
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \begin_layout Standard
23455 \begin_inset ERT
23456 status collapsed
23457
23458 \begin_layout Plain Layout
23459
23460
23461 \backslash
23462 renewcommand{
23463 \backslash
23464 hdashline}{
23465 \backslash
23466 myHdashline}
23467 \end_layout
23468
23469 \end_inset
23470
23471
23472 \begin_inset Note Note
23473 status collapsed
23474
23475 \begin_layout Plain Layout
23476 reset to default
23477 \end_layout
23478
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \begin_layout Standard
23485 \begin_inset ERT
23486 status collapsed
23487
23488 \begin_layout Plain Layout
23489
23490
23491 \backslash
23492 renewcommand{
23493 \backslash
23494 cdashline}{
23495 \backslash
23496 myCdashline}
23497 \end_layout
23498
23499 \end_inset
23500
23501
23502 \begin_inset Note Note
23503 status collapsed
23504
23505 \begin_layout Plain Layout
23506 reset to default
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \begin_layout Standard
23515 \begin_inset ERT
23516 status collapsed
23517
23518 \begin_layout Plain Layout
23519
23520
23521 \backslash
23522 nodashgapcolor
23523 \end_layout
23524
23525 \end_inset
23526
23527
23528 \begin_inset Note Note
23529 status collapsed
23530
23531 \begin_layout Plain Layout
23532 reset to default
23533 \end_layout
23534
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \begin_layout Standard
23541 \begin_inset ERT
23542 status collapsed
23543
23544 \begin_layout Plain Layout
23545
23546
23547 \backslash
23548 setlength{
23549 \backslash
23550 arrayrulewidth}{0.4pt}
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \begin_inset Note Note
23557 status collapsed
23558
23559 \begin_layout Plain Layout
23560 reset to default
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \begin_layout Standard
23569 The coloring of lines, columns and lines works as decribed in section
23570 \begin_inset space ~
23571 \end_inset
23572
23573
23574 \begin_inset CommandInset ref
23575 LatexCommand ref
23576 reference "sec:Colored-Tables"
23577
23578 \end_inset
23579
23580 .
23581  Coloring horizontal lines works analogically as described there as well,
23582  one only needs to replace in the commands 
23583 \series bold
23584
23585 \backslash
23586 myHlineC
23587 \series default
23588  by 
23589 \series bold
23590
23591 \backslash
23592 myHdashline
23593 \series default
23594  and 
23595 \backslash
23596
23597 \series bold
23598 hline
23599 \series default
23600  by 
23601 \series bold
23602
23603 \backslash
23604 hdashline
23605 \series default
23606 ; so one uses the command
23607 \end_layout
23608
23609 \begin_layout Standard
23610
23611 \series bold
23612
23613 \backslash
23614 let
23615 \backslash
23616 myHdashline
23617 \backslash
23618 hdashline
23619 \begin_inset Newline newline
23620 \end_inset
23621
23622
23623 \backslash
23624 renewcommand{
23625 \backslash
23626 hdashline}
23627 \begin_inset Newline newline
23628 \end_inset
23629
23630
23631 \begin_inset Phantom HPhantom
23632 status open
23633
23634 \begin_layout Plain Layout
23635 \begin_inset space ~
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \end_inset
23642
23643 {
23644 \backslash
23645 arrayrulecolor{red}
23646 \backslash
23647 myHdashline
23648 \backslash
23649 arrayrulecolor{black}}
23650 \end_layout
23651
23652 \begin_layout Standard
23653 To color 
23654 \series bold
23655
23656 \backslash
23657 cdashline
23658 \series default
23659 , the command is
23660 \end_layout
23661
23662 \begin_layout Standard
23663
23664 \series bold
23665
23666 \backslash
23667 let
23668 \backslash
23669 myCdashline
23670 \backslash
23671 cdashline
23672 \begin_inset Newline newline
23673 \end_inset
23674
23675
23676 \backslash
23677 renewcommand{
23678 \backslash
23679 cdashline}[1]
23680 \begin_inset Newline newline
23681 \end_inset
23682
23683
23684 \begin_inset Phantom HPhantom
23685 status open
23686
23687 \begin_layout Plain Layout
23688 \begin_inset space ~
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \end_inset
23695
23696 {
23697 \backslash
23698 arrayrulecolor{red}
23699 \backslash
23700 myCdashline{#1}
23701 \backslash
23702 arrayrulecolor{black}}
23703 \end_layout
23704
23705 \begin_layout Standard
23706 To get back the black line color, one needs to insert the following commands
23707  as TeX-Code behind the table:
23708 \end_layout
23709
23710 \begin_layout Standard
23711 For 
23712 \series bold
23713
23714 \backslash
23715 hdashline
23716 \end_layout
23717
23718 \begin_layout Standard
23719
23720 \series bold
23721
23722 \backslash
23723 renewcommand{
23724 \backslash
23725 hdashline}{
23726 \backslash
23727 myHdashline}
23728 \end_layout
23729
23730 \begin_layout Standard
23731 and for 
23732 \series bold
23733
23734 \backslash
23735 cdashline
23736 \end_layout
23737
23738 \begin_layout Standard
23739
23740 \series bold
23741
23742 \backslash
23743 renewcommand{
23744 \backslash
23745 cdashline}{
23746 \backslash
23747 myCdashline}
23748 \end_layout
23749
23750 \begin_layout Standard
23751 To color the gaps between the dashes the command
23752 \end_layout
23753
23754 \begin_layout Standard
23755
23756 \series bold
23757
23758 \backslash
23759 dashgapcolor{color}
23760 \end_layout
23761
23762 \begin_layout Standard
23763 can be used in front of a table as TeX-Code.
23764  color is hereby the name of a defined color.
23765  The command
23766 \end_layout
23767
23768 \begin_layout Standard
23769
23770 \series bold
23771
23772 \backslash
23773 nodashgapcolor
23774 \end_layout
23775
23776 \begin_layout Standard
23777 unsets the changes made by 
23778 \series bold
23779
23780 \backslash
23781 dashgapcolor
23782 \series default
23783 .
23784 \end_layout
23785
23786 \begin_layout Standard
23787 \begin_inset Note Greyedout
23788 status open
23789
23790 \begin_layout Plain Layout
23791
23792 \series bold
23793 \color none
23794 Note
23795 \series default
23796 : If there are multiple commands in a cell, the command of 
23797 \series bold
23798 arydshln
23799 \series default
23800  needs to be the first one in the cell.
23801  Therefore in cell 
23802 \emph on
23803 k
23804 \emph default
23805  of Table
23806 \begin_inset space ~
23807 \end_inset
23808
23809
23810 \begin_inset CommandInset ref
23811 LatexCommand ref
23812 reference "tab:Colored-table-with"
23813
23814 \end_inset
23815
23816  the command 
23817 \series bold
23818
23819 \backslash
23820 hdashline
23821 \series default
23822  is before 
23823 \series bold
23824
23825 \backslash
23826 rowcolor
23827 \series default
23828 .
23829 \end_layout
23830
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \begin_layout Standard
23837 \begin_inset Note Greyedout
23838 status open
23839
23840 \begin_layout Plain Layout
23841
23842 \series bold
23843 \color none
23844 Note:
23845 \series default
23846  The LaTeX-package 
23847 \series bold
23848 arydshln
23849 \series default
23850  must be loaded in the document preamble before the LaTeX-package 
23851 \series bold
23852 colortbl
23853 \series default
23854
23855 \begin_inset Index idx
23856 status collapsed
23857
23858 \begin_layout Plain Layout
23859 LaTeX-packages ! colortbl
23860 \end_layout
23861
23862 \end_inset
23863
23864 .
23865 \end_layout
23866
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \begin_layout Standard
23873 \begin_inset ERT
23874 status collapsed
23875
23876 \begin_layout Plain Layout
23877
23878
23879 \backslash
23880 else
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \begin_inset Note Note
23887 status open
23888
23889 \begin_layout Plain Layout
23890 The following will be displayed when the LaTeX-package 
23891 \series bold
23892 arydshln
23893 \series default
23894  is not installed:
23895 \end_layout
23896
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \begin_layout Standard
23903 You need to install the package 
23904 \series bold
23905 arydshln
23906 \series default
23907  to see the content of this section in the output.
23908 \end_layout
23909
23910 \begin_layout Standard
23911 \begin_inset ERT
23912 status collapsed
23913
23914 \begin_layout Plain Layout
23915
23916
23917 \backslash
23918 fi
23919 \end_layout
23920
23921 \end_inset
23922
23923
23924 \end_layout
23925
23926 \begin_layout Standard
23927 For more information about dashed lines see the documentation of 
23928 \series bold
23929 arydshln
23930 \series default
23931
23932 \begin_inset CommandInset citation
23933 LatexCommand cite
23934 key "arydshln"
23935
23936 \end_inset
23937
23938 .
23939 \end_layout
23940
23941 \begin_layout Chapter
23942 Floats
23943 \begin_inset CommandInset label
23944 LatexCommand label
23945 name "chap:Floats"
23946
23947 \end_inset
23948
23949
23950 \begin_inset Index idx
23951 status collapsed
23952
23953 \begin_layout Plain Layout
23954 Floats
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \begin_layout Section
23963 Introduction
23964 \begin_inset CommandInset label
23965 LatexCommand label
23966 name "sec:FloatIntroduction"
23967
23968 \end_inset
23969
23970
23971 \begin_inset Index idx
23972 status collapsed
23973
23974 \begin_layout Plain Layout
23975 Floats ! Introduction
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \begin_layout Standard
23984 A float is a block of text associated with some sort of label, which doesn't
23985  have a fixed location.
23986  It can 
23987 \begin_inset Quotes eld
23988 \end_inset
23989
23990 float
23991 \begin_inset Quotes erd
23992 \end_inset
23993
23994  forward or backward a page or two, to wherever it fits best.
23995  
23996 \family sans
23997 Footnotes
23998 \family default
23999  and 
24000 \family sans
24001 Margin
24002 \begin_inset space ~
24003 \end_inset
24004
24005 Notes
24006 \family default
24007  are also floats because they can float to the next page when there are
24008  too many notes on the page.
24009 \end_layout
24010
24011 \begin_layout Standard
24012 Floats allow a high quality layout.
24013  Images and tables can be spread evenly among the pages to avoid white space
24014  and pages without text.
24015  As the floating often destroys the context between the text and the image/table
24016 , every float can be referenced in the text.
24017  Floats are therefore numbered.
24018  Referencing is described in section
24019 \begin_inset space ~
24020 \end_inset
24021
24022
24023 \begin_inset CommandInset ref
24024 LatexCommand ref
24025 reference "sec:Referencing-Floats"
24026
24027 \end_inset
24028
24029 .
24030 \end_layout
24031
24032 \begin_layout Standard
24033 To insert a float, use the menu 
24034 \family sans
24035 Insert\SpecialChar \menuseparator
24036 Float
24037 \family default
24038  (toolbar button 
24039 \begin_inset Info
24040 type  "icon"
24041 arg   "float-insert figure"
24042 \end_inset
24043
24044  or 
24045 \begin_inset Info
24046 type  "icon"
24047 arg   "float-insert table"
24048 \end_inset
24049
24050 ).
24051  This inserts the 
24052 \family sans
24053 Caption
24054 \family default
24055  inset, a box with a label.
24056  The label will automatically be translated to the document language in
24057  the output.
24058  After the label you can insert the caption text.
24059  The image or table is inserted above or below the caption in a separate
24060  paragraph within the float.
24061  More about the caption placement is contained in section
24062 \begin_inset space ~
24063 \end_inset
24064
24065
24066 \begin_inset CommandInset ref
24067 LatexCommand ref
24068 reference "sec:Caption-Placement"
24069
24070 \end_inset
24071
24072 .
24073  To keep your LyX-document readable, you can open and close the float box
24074  by left-clicking on the box label.
24075  A closed float box looks like this: 
24076 \begin_inset Graphics
24077         filename clipart/floatQt4.png
24078         scale 70
24079         scaleBeforeRotation
24080
24081 \end_inset
24082
24083  â€“ a gray button with a red label.
24084 \end_layout
24085
24086 \begin_layout Standard
24087 It is recommended that you insert floats as separate standard paragraphs
24088  to avoid possible LaTeX-errors that can occur when the surrounding text
24089  is specially formatted.
24090 \end_layout
24091
24092 \begin_layout Standard
24093 Existing figures or tables can be put into a float by highlighting them
24094  and then pressing the corresponding toolbar button for a new float.
24095 \end_layout
24096
24097 \begin_layout Section
24098 Float Types
24099 \end_layout
24100
24101 \begin_layout Standard
24102 Besides figure and table floats that are described in sections
24103 \begin_inset space ~
24104 \end_inset
24105
24106
24107 \begin_inset CommandInset ref
24108 LatexCommand ref
24109 reference "sec:Figure-Floats"
24110
24111 \end_inset
24112
24113  and 
24114 \begin_inset CommandInset ref
24115 LatexCommand ref
24116 reference "sec:Table-Floats"
24117
24118 \end_inset
24119
24120  respectively, LyX offers the float types 
24121 \family sans
24122 Algorithm
24123 \family default
24124  and 
24125 \family sans
24126 Wrap
24127 \family default
24128 .
24129  The latter are explained in sec.
24130 \begin_inset space \thinspace{}
24131 \end_inset
24132
24133
24134 \begin_inset CommandInset ref
24135 LatexCommand ref
24136 reference "sec:Wrap-Floats"
24137
24138 \end_inset
24139
24140 .
24141 \end_layout
24142
24143 \begin_layout Subsection
24144 Algorithm Floats
24145 \begin_inset Index idx
24146 status collapsed
24147
24148 \begin_layout Plain Layout
24149 Floats ! Algorithms
24150 \end_layout
24151
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158 \begin_inset Float algorithm
24159 placement h
24160 wide false
24161 sideways false
24162 status open
24163
24164 \begin_layout Plain Layout
24165 \begin_inset Caption Standard
24166
24167 \begin_layout Plain Layout
24168 \begin_inset CommandInset label
24169 LatexCommand label
24170 name "alg:Example-Algorithm-float"
24171
24172 \end_inset
24173
24174 Example Algorithm float
24175 \end_layout
24176
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \begin_layout LyX-Code
24183 for I in 1..N loop
24184 \begin_inset Newline newline
24185 \end_inset
24186
24187  Sum:= Sum + A(I); /*comment*/
24188 \begin_inset Newline newline
24189 \end_inset
24190
24191 end loop
24192 \begin_inset VSpace -4mm
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \begin_layout Standard
24204 This float type is inserted with the menu 
24205 \family sans
24206 Insert\SpecialChar \menuseparator
24207 Float\SpecialChar \menuseparator
24208 Algorithm
24209 \family default
24210 .
24211  It is used for program codes and descriptions of algorithms and can be
24212  seen as an alternative to program code listings that are explained in chapter
24213 \begin_inset space ~
24214 \end_inset
24215
24216
24217 \begin_inset CommandInset ref
24218 LatexCommand ref
24219 reference "cha:Program-Code-Listings"
24220
24221 \end_inset
24222
24223 .
24224  A possible environment for algorithms is the 
24225 \family sans
24226 LyX-Code
24227 \family default
24228 , described in LyX's 
24229 \emph on
24230 Userguide
24231 \emph default
24232 .
24233  Algorithm
24234 \begin_inset space ~
24235 \end_inset
24236
24237
24238 \begin_inset CommandInset ref
24239 LatexCommand ref
24240 reference "alg:Example-Algorithm-float"
24241
24242 \end_inset
24243
24244  is an example of an algorithm float where -4
24245 \begin_inset space \thinspace{}
24246 \end_inset
24247
24248 mm vertical space was added at the end of the float to have the bottom rule
24249  exactly below the last text line.
24250 \end_layout
24251
24252 \begin_layout Standard
24253 The float label is not automatically translated into the document language.
24254  If your document is not in English, you have to do this manually by adding
24255  the following line to the document preamble
24256 \series bold
24257 :
24258 \end_layout
24259
24260 \begin_layout Standard
24261
24262 \series bold
24263
24264 \backslash
24265 floatname{algorithm}{your
24266 \begin_inset space ~
24267 \end_inset
24268
24269 name}
24270 \end_layout
24271
24272 \begin_layout Standard
24273 where 
24274 \family sans
24275 your
24276 \begin_inset space ~
24277 \end_inset
24278
24279 name
24280 \family default
24281  is the word 
24282 \begin_inset Quotes eld
24283 \end_inset
24284
24285
24286 \emph on
24287 algorithm
24288 \emph default
24289
24290 \begin_inset Quotes erd
24291 \end_inset
24292
24293  in your language.
24294 \end_layout
24295
24296 \begin_layout Standard
24297 To insert the list of algorithms you can use the menu 
24298 \family sans
24299 Insert\SpecialChar \menuseparator
24300 List
24301 \begin_inset space \thinspace{}
24302 \end_inset
24303
24304 /
24305 \begin_inset space \thinspace{}
24306 \end_inset
24307
24308 TOC\SpecialChar \menuseparator
24309 List of Algorithms
24310 \family default
24311  when your document has the same language as LyX's menu names.
24312  In other cases use this command in TeX-Code instead:
24313 \end_layout
24314
24315 \begin_layout Standard
24316
24317 \series bold
24318
24319 \backslash
24320 listof{algorithm}{your
24321 \begin_inset space ~
24322 \end_inset
24323
24324 name}
24325 \end_layout
24326
24327 \begin_layout Standard
24328 where 
24329 \family sans
24330 your
24331 \begin_inset space ~
24332 \end_inset
24333
24334 name
24335 \family default
24336  is the word 
24337 \begin_inset Quotes eld
24338 \end_inset
24339
24340
24341 \emph on
24342 List of Algorithm
24343 \emph default
24344 s
24345 \begin_inset Quotes erd
24346 \end_inset
24347
24348  in your language.
24349 \end_layout
24350
24351 \begin_layout Standard
24352 Algorithm floats are not by default numbered in the scheme 
24353 \begin_inset Quotes eld
24354 \end_inset
24355
24356 chapter.algorithm
24357 \begin_inset Quotes erd
24358 \end_inset
24359
24360  as is the case for table and figure floats in many document-classes.
24361  To number algorithm floats in the same scheme, add this command to your
24362  document preamble:
24363 \end_layout
24364
24365 \begin_layout Standard
24366
24367 \series bold
24368
24369 \backslash
24370 numberwithin{algorithm}{chapter}
24371 \end_layout
24372
24373 \begin_layout Standard
24374 To be able to use the command 
24375 \series bold
24376
24377 \backslash
24378 numberwithin
24379 \series default
24380 , set in the tab 
24381 \family sans
24382 Math
24383 \begin_inset space ~
24384 \end_inset
24385
24386 Options
24387 \family default
24388  in the document settings the option 
24389 \family sans
24390 Use
24391 \begin_inset space ~
24392 \end_inset
24393
24394 AMS
24395 \begin_inset space ~
24396 \end_inset
24397
24398 math
24399 \begin_inset space ~
24400 \end_inset
24401
24402 package
24403 \family default
24404 .
24405 \end_layout
24406
24407 \begin_layout Section
24408 Float Numbering
24409 \begin_inset Index idx
24410 status collapsed
24411
24412 \begin_layout Plain Layout
24413 Floats ! Numbering
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \begin_layout Standard
24422 Floats are usually numbered either independently from the sections the floats
24423  are in, or in the scheme 
24424 \begin_inset Quotes eld
24425 \end_inset
24426
24427 chapter.number
24428 \begin_inset Quotes erd
24429 \end_inset
24430
24431  or 
24432 \begin_inset Quotes eld
24433 \end_inset
24434
24435 section.number
24436 \begin_inset Quotes erd
24437 \end_inset
24438
24439 .
24440  This depends on the document class used.
24441 \end_layout
24442
24443 \begin_layout Standard
24444 To change section-independent numbering, you can use this command in the
24445  document preamble:
24446 \end_layout
24447
24448 \begin_layout Standard
24449
24450 \series bold
24451
24452 \backslash
24453 renewcommand{
24454 \backslash
24455 thetable}{
24456 \backslash
24457 roman{table}}
24458 \end_layout
24459
24460 \begin_layout Standard
24461
24462 \series bold
24463
24464 \backslash
24465 thetable
24466 \series default
24467  is the command that prints the table number.
24468  For figure floats, the command would be 
24469 \series bold
24470
24471 \backslash
24472 thefigure
24473 \series default
24474 .
24475  
24476 \series bold
24477
24478 \backslash
24479 roman
24480 \series default
24481  in the command above prints the table number as a small roman number.
24482 \end_layout
24483
24484 \begin_layout Standard
24485 To change the numbering scheme for example to 
24486 \begin_inset Quotes eld
24487 \end_inset
24488
24489 subsection.number
24490 \begin_inset Quotes erd
24491 \end_inset
24492
24493 , use this command in the preamble:
24494 \end_layout
24495
24496 \begin_layout Standard
24497
24498 \series bold
24499
24500 \backslash
24501 numberwithin{table}{subsection}
24502 \end_layout
24503
24504 \begin_layout Standard
24505 To be able to use the command 
24506 \series bold
24507
24508 \backslash
24509 numberwithin
24510 \series default
24511 , set in the tab 
24512 \family sans
24513 Math
24514 \begin_inset space ~
24515 \end_inset
24516
24517 Options
24518 \family default
24519  in the document settings the option 
24520 \family sans
24521 Use
24522 \begin_inset space ~
24523 \end_inset
24524
24525 AMS
24526 \begin_inset space ~
24527 \end_inset
24528
24529 math
24530 \begin_inset space ~
24531 \end_inset
24532
24533 package
24534 \family default
24535 .
24536 \end_layout
24537
24538 \begin_layout Standard
24539 Please also have a look at section
24540 \begin_inset space ~
24541 \end_inset
24542
24543
24544 \begin_inset CommandInset ref
24545 LatexCommand ref
24546 reference "sub:Footnote-Numbering"
24547
24548 \end_inset
24549
24550  for the details and important notes about the numbering commands.
24551 \end_layout
24552
24553 \begin_layout Section
24554 Referencing Floats
24555 \begin_inset CommandInset label
24556 LatexCommand label
24557 name "sec:Referencing-Floats"
24558
24559 \end_inset
24560
24561
24562 \begin_inset Index idx
24563 status collapsed
24564
24565 \begin_layout Plain Layout
24566 Floats ! References
24567 \end_layout
24568
24569 \end_inset
24570
24571
24572 \begin_inset Index idx
24573 status collapsed
24574
24575 \begin_layout Plain Layout
24576 References ! to Floats
24577 \end_layout
24578
24579 \end_inset
24580
24581
24582 \end_layout
24583
24584 \begin_layout Standard
24585 To reference a float, insert a label into its caption using the menu 
24586 \family sans
24587 Insert\SpecialChar \menuseparator
24588 Label
24589 \family default
24590  or the toolbar button 
24591 \begin_inset Info
24592 type  "icon"
24593 arg   "label-insert"
24594 \end_inset
24595
24596 .
24597  A grey label box like this one: 
24598 \begin_inset Graphics
24599         filename clipart/labelQt4.png
24600         scale 85
24601         scaleBeforeRotation
24602
24603 \end_inset
24604
24605  will be inserted and the label window pops up asking for the label text.
24606  LyX offers as text the first words of the caption with a prefix.
24607  The prefix depends on the float type, e.
24608 \begin_inset space \thinspace{}
24609 \end_inset
24610
24611 g.
24612 \begin_inset space \space{}
24613 \end_inset
24614
24615 for figure floats the prefix will be "
24616 \family sans
24617 fig:
24618 \family default
24619 ".
24620 \end_layout
24621
24622 \begin_layout Standard
24623 The label is used as anchor and name for the reference.
24624  You can refer to the label using the menu 
24625 \family sans
24626 Insert\SpecialChar \menuseparator
24627 Cross-reference
24628 \family default
24629  or the toolbar button 
24630 \begin_inset Info
24631 type  "icon"
24632 arg   "dialog-show-new-inset ref"
24633 \end_inset
24634
24635 .
24636  The cross-reference window appears showing all labels of the document.
24637  If you have multiple LyX-documents opened, choose the one you are working
24638  on from the drop-list at the top of the dialog.
24639  You can now sort the labels alphabetically and then choose one.
24640  A grey cross-reference box like this one: 
24641 \begin_inset Graphics
24642         filename clipart/referenceQt4.png
24643         scale 85
24644         scaleBeforeRotation
24645
24646 \end_inset
24647
24648  will be inserted.
24649  At the position of the cross-reference box the float number will appear
24650  in the output.
24651 \end_layout
24652
24653 \begin_layout Standard
24654 It is recommended that you use a protected space between the cross-reference
24655  name and its number to avoid line breaks between them.
24656  If a cross-reference refers to a non-existing label, you will see two question
24657  marks in the output instead of the reference.
24658 \end_layout
24659
24660 \begin_layout Standard
24661 You can change labels at any time by clicking on the label box.
24662  References to the changed label will automatically update their links to
24663  the new label text.
24664 \end_layout
24665
24666 \begin_layout Standard
24667 The button 
24668 \family sans
24669 Go
24670 \begin_inset space ~
24671 \end_inset
24672
24673 to
24674 \begin_inset space ~
24675 \end_inset
24676
24677 Label
24678 \family default
24679  in the cross-reference window sets the cursor before the referred label.
24680  The button text changes then to Go
24681 \begin_inset space ~
24682 \end_inset
24683
24684 Back and you can use it to set the cursor back to the cross-reference.
24685 \end_layout
24686
24687 \begin_layout Subsection
24688 Cross-Reference Formats
24689 \begin_inset CommandInset label
24690 LatexCommand label
24691 name "sub:Cross-Reference-Formats"
24692
24693 \end_inset
24694
24695
24696 \begin_inset Index idx
24697 status collapsed
24698
24699 \begin_layout Plain Layout
24700 References ! Formats
24701 \end_layout
24702
24703 \end_inset
24704
24705
24706 \end_layout
24707
24708 \begin_layout Standard
24709 There are six varieties of cross-references:
24710 \end_layout
24711
24712 \begin_layout Description
24713 <reference>: prints the float number, this is the default: 
24714 \begin_inset CommandInset ref
24715 LatexCommand ref
24716 reference "fig:Two-distorted-images"
24717
24718 \end_inset
24719
24720
24721 \end_layout
24722
24723 \begin_layout Description
24724 (<reference>): prints the float number within two parentheses, this is the
24725  style normally used to reference formulas, especially when the reference
24726  name 
24727 \begin_inset Quotes eld
24728 \end_inset
24729
24730 Equation
24731 \begin_inset Quotes erd
24732 \end_inset
24733
24734  is omitted: 
24735 \begin_inset CommandInset ref
24736 LatexCommand eqref
24737 reference "eq:Wgn"
24738
24739 \end_inset
24740
24741
24742 \end_layout
24743
24744 \begin_layout Description
24745 <page>: prints the page number: Page
24746 \begin_inset space ~
24747 \end_inset
24748
24749
24750 \begin_inset CommandInset ref
24751 LatexCommand pageref
24752 reference "fig:Two-distorted-images"
24753
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \begin_layout Description
24760 on
24761 \begin_inset space ~
24762 \end_inset
24763
24764 page
24765 \begin_inset space ~
24766 \end_inset
24767
24768 <page>: prints the text "on page" and the page number: 
24769 \begin_inset CommandInset ref
24770 LatexCommand vpageref
24771 reference "fig:Two-distorted-images"
24772
24773 \end_inset
24774
24775
24776 \end_layout
24777
24778 \begin_layout Description
24779 <reference>
24780 \begin_inset space ~
24781 \end_inset
24782
24783 on
24784 \begin_inset space ~
24785 \end_inset
24786
24787 page
24788 \begin_inset space ~
24789 \end_inset
24790
24791 <page>: prints the float number, the text "on page", and the page number:
24792  
24793 \begin_inset CommandInset ref
24794 LatexCommand vref
24795 reference "fig:Two-distorted-images"
24796
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \begin_layout Description
24803 Formatted
24804 \begin_inset space ~
24805 \end_inset
24806
24807 reference: prints a self-defined cross-reference format.
24808 \begin_inset Newline newline
24809 \end_inset
24810
24811
24812 \begin_inset Note Greyedout
24813 status open
24814
24815 \begin_layout Plain Layout
24816
24817 \series bold
24818 Note:
24819 \series default
24820  This feature is only available when you have the LaTeX-package 
24821 \series bold
24822 prettyref
24823 \series default
24824  or 
24825 \series bold
24826 refstyle
24827 \series default
24828
24829 \begin_inset Index idx
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833 LaTeX-packages ! prettyref
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \begin_inset Index idx
24840 status collapsed
24841
24842 \begin_layout Plain Layout
24843 LaTeX-packages ! refstyle
24844 \end_layout
24845
24846 \end_inset
24847
24848  installed.
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \begin_inset Newline newline
24855 \end_inset
24856
24857 You can select which LaTeX-package should be used for this feature by setting
24858  the option 
24859 \family sans
24860 Use refstyle (not prettyref) for cross-references
24861 \family default
24862  in the menu 
24863 \family sans
24864 Document\SpecialChar \menuseparator
24865 Settings\SpecialChar \menuseparator
24866 Document Class
24867 \family default
24868 .
24869  The format is specified by adding the command 
24870 \series bold
24871
24872 \backslash
24873 newrefformat
24874 \series default
24875  (prettyref) or 
24876 \series bold
24877
24878 \backslash
24879 newref
24880 \series default
24881  (refstyle) to the preamble of the document.
24882  For example redefining all references to figures (which have the label
24883  shortcut 
24884 \begin_inset Quotes eld
24885 \end_inset
24886
24887
24888 \family sans
24889 fig
24890 \family default
24891
24892 \begin_inset Quotes erd
24893 \end_inset
24894
24895 ) can be done with this command
24896 \begin_inset Newline newline
24897 \end_inset
24898
24899
24900 \series bold
24901
24902 \backslash
24903 newref{fig}{refcmd={Image on page 
24904 \backslash
24905 pageref{#1}}}
24906 \series default
24907
24908 \begin_inset Newline newline
24909 \end_inset
24910
24911 For more information about the format, have a look at the package documentations
24912
24913 \begin_inset CommandInset citation
24914 LatexCommand cite
24915 key "prettyref,refstyle"
24916
24917 \end_inset
24918
24919 .
24920 \end_layout
24921
24922 \begin_layout Description
24923 Textual
24924 \begin_inset space ~
24925 \end_inset
24926
24927 reference: prints the caption of the reference: 
24928 \begin_inset CommandInset ref
24929 LatexCommand nameref
24930 reference "fig:Two-distorted-images"
24931
24932 \end_inset
24933
24934
24935 \end_layout
24936
24937 \begin_layout Standard
24938
24939 \family sans
24940 <page>
24941 \family default
24942  will not print the page number if the label is on the previous, the same,
24943  or the next page.
24944  You will e.
24945 \begin_inset space \thinspace{}
24946 \end_inset
24947
24948 g.
24949 \begin_inset space \space{}
24950 \end_inset
24951
24952 see the text 
24953 \begin_inset Quotes eld
24954 \end_inset
24955
24956
24957 \family sans
24958 on this page
24959 \family default
24960
24961 \begin_inset Quotes erd
24962 \end_inset
24963
24964  instead.
24965  The style 
24966 \family sans
24967 <reference> on page <page>
24968 \family default
24969  will not print anything about the page if the label is on the same page.
24970 \end_layout
24971
24972 \begin_layout Standard
24973 The number and current page of the part of the document referred to in the
24974  output is automatically calculated by LaTeX.
24975  The varieties are adjusted in the field 
24976 \family sans
24977 Format
24978 \family default
24979  of the cross-reference window that appears when you click on the cross-referenc
24980 e box.
24981 \end_layout
24982
24983 \begin_layout Standard
24984 \begin_inset Note Greyedout
24985 status open
24986
24987 \begin_layout Plain Layout
24988
24989 \series bold
24990 Note:
24991 \series default
24992  It is recommended to use the LaTeX-package 
24993 \series bold
24994 refstyle
24995 \series default
24996
24997 \begin_inset Index idx
24998 status collapsed
24999
25000 \begin_layout Plain Layout
25001 LaTeX-packages ! refstyle
25002 \end_layout
25003
25004 \end_inset
25005
25006  because 
25007 \series bold
25008 prettyref
25009 \series default
25010
25011 \begin_inset Index idx
25012 status collapsed
25013
25014 \begin_layout Plain Layout
25015 LaTeX-packages ! prettyref
25016 \end_layout
25017
25018 \end_inset
25019
25020  does not know all of LyX's possible label shortcuts
25021 \begin_inset Foot
25022 status collapsed
25023
25024 \begin_layout Plain Layout
25025 \begin_inset Quotes eld
25026 \end_inset
25027
25028 fig:
25029 \begin_inset Quotes erd
25030 \end_inset
25031
25032  is for example LyX's shortcut for labels in figure captions.
25033 \end_layout
25034
25035 \end_inset
25036
25037  and is not internationalized.
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Standard
25046 \begin_inset Note Greyedout
25047 status open
25048
25049 \begin_layout Plain Layout
25050
25051 \series bold
25052 Note:
25053 \series default
25054  Due to a bug in the LaTeX-package 
25055 \series bold
25056 varioref
25057 \series default
25058  version 1.4w, some cross-reference formats will cause LaTeX errors for document
25059  languages that make the period character active (like French).
25060  For a workaround, see
25061 \begin_inset Newline newline
25062 \end_inset
25063
25064
25065 \begin_inset CommandInset href
25066 LatexCommand href
25067 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25068
25069 \end_inset
25070
25071 .
25072 \end_layout
25073
25074 \end_inset
25075
25076
25077 \end_layout
25078
25079 \begin_layout Subsection
25080 Automatic Reference Naming
25081 \begin_inset Index idx
25082 status collapsed
25083
25084 \begin_layout Plain Layout
25085 References ! Automatic Reference Naming
25086 \end_layout
25087
25088 \end_inset
25089
25090
25091 \end_layout
25092
25093 \begin_layout Standard
25094 The LaTeX-package 
25095 \series bold
25096 hyperref
25097 \series default
25098
25099 \begin_inset Index idx
25100 status collapsed
25101
25102 \begin_layout Plain Layout
25103 LaTeX-packages ! hyperref
25104 \end_layout
25105
25106 \end_inset
25107
25108 , that is enabled in the 
25109 \family sans
25110 PDF Properties
25111 \family default
25112  of the 
25113 \family sans
25114 Document Settings
25115 \family default
25116  dialog, provides a very useful feature that cross-references automatically
25117  include the name of the referenced floats (or text parts like 
25118 \emph on
25119 section
25120 \emph default
25121 ).
25122  So you will save having to write e.
25123 \begin_inset space \thinspace{}
25124 \end_inset
25125
25126 g.
25127 \begin_inset space \space{}
25128 \end_inset
25129
25130 the name 
25131 \begin_inset Quotes eld
25132 \end_inset
25133
25134 Figure
25135 \begin_inset Quotes erd
25136 \end_inset
25137
25138  before every reference to a figure.
25139  To use this feature, enable 
25140 \series bold
25141 hyperref
25142 \series default
25143  and insert this line to the LaTeX preamble:
25144 \end_layout
25145
25146 \begin_layout Standard
25147
25148 \series bold
25149
25150 \backslash
25151 AtBeginDocument{
25152 \backslash
25153 renewcommand{
25154 \backslash
25155 ref}[1]{
25156 \backslash
25157 mbox{
25158 \backslash
25159 autoref{#1}}}}
25160 \end_layout
25161
25162 \begin_layout Standard
25163 When you prefer other reference names than the default ones, for example
25164  you want instead of 
25165 \begin_inset Quotes eld
25166 \end_inset
25167
25168 section
25169 \begin_inset Quotes erd
25170 \end_inset
25171
25172  the name 
25173 \begin_inset Quotes eld
25174 \end_inset
25175
25176 sec.
25177 \begin_inset space \thinspace{}
25178 \end_inset
25179
25180
25181 \begin_inset Quotes eld
25182 \end_inset
25183
25184 , you can redefine the name by inserting this in the preamble:
25185 \end_layout
25186
25187 \begin_layout Standard
25188
25189 \series bold
25190
25191 \backslash
25192 addto
25193 \backslash
25194 extrasenglish{
25195 \backslash
25196 renewcommand{
25197 \backslash
25198 sectionautorefname}
25199 \begin_inset Newline newline
25200 \end_inset
25201
25202
25203 \begin_inset Phantom HPhantom
25204 status open
25205
25206 \begin_layout Plain Layout
25207
25208 \series bold
25209 \begin_inset space ~
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \end_inset
25216
25217 {sec.
25218 \backslash
25219 negthinspace}}
25220 \end_layout
25221
25222 \begin_layout Standard
25223 When you are using another document language than English, replace
25224 \begin_inset Newline newline
25225 \end_inset
25226
25227
25228 \series bold
25229
25230 \backslash
25231 extrasenglish
25232 \series default
25233  by 
25234 \series bold
25235
25236 \backslash
25237 extras***
25238 \series default
25239 , where *** is the name of the language used.
25240 \end_layout
25241
25242 \begin_layout Standard
25243 To get automatic names, but not for certain reference types, for example
25244  not for equations, use this preamble code:
25245 \end_layout
25246
25247 \begin_layout Standard
25248
25249 \series bold
25250
25251 \backslash
25252 addto
25253 \backslash
25254 extrasenglish{
25255 \backslash
25256 renewcommand*{
25257 \backslash
25258 equationautorefname}[1]{}}
25259 \end_layout
25260
25261 \begin_layout Standard
25262 More about this topic can be found in 
25263 \series bold
25264 hyperref
25265 \series default
25266 's documentation 
25267 \begin_inset CommandInset citation
25268 LatexCommand cite
25269 key "hyperref"
25270
25271 \end_inset
25272
25273 .
25274 \end_layout
25275
25276 \begin_layout Standard
25277 \begin_inset Note Greyedout
25278 status open
25279
25280 \begin_layout Plain Layout
25281
25282 \series bold
25283 Note:
25284 \series default
25285  Automatic reference naming cannot be used when you use cross-references
25286  in the 
25287 \family sans
25288 Formatted
25289 \begin_inset space ~
25290 \end_inset
25291
25292 reference
25293 \family default
25294  style, as described in section
25295 \begin_inset space ~
25296 \end_inset
25297
25298
25299 \begin_inset CommandInset ref
25300 LatexCommand ref
25301 reference "sub:Cross-Reference-Formats"
25302
25303 \end_inset
25304
25305 .
25306 \end_layout
25307
25308 \end_inset
25309
25310
25311 \end_layout
25312
25313 \begin_layout Standard
25314 The 
25315 \emph on
25316 Math
25317 \emph default
25318  manual is an example where automatic reference naming is used.
25319 \end_layout
25320
25321 \begin_layout Subsection
25322 Reference Position
25323 \begin_inset CommandInset label
25324 LatexCommand label
25325 name "sub:Reference-Position"
25326
25327 \end_inset
25328
25329
25330 \begin_inset Index idx
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334 References ! Reference Position
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \begin_layout Standard
25343 If you use 
25344 \series bold
25345 hyperref
25346 \series default
25347
25348 \begin_inset Index idx
25349 status collapsed
25350
25351 \begin_layout Plain Layout
25352 LaTeX-packages ! hyperref
25353 \end_layout
25354
25355 \end_inset
25356
25357  in the 
25358 \family sans
25359 PDF Properties
25360 \family default
25361  of the 
25362 \family sans
25363 Document Settings
25364 \family default
25365  dialog to link cross-references in the output, you will see that clicking
25366  on an image float reference jumps to the image label.
25367  The caption will be the first text part on the screen, so that you cannot
25368  see the image without scrolling.
25369  This is because the reference link anchor is placed at the position of
25370  the label.
25371  With the use of the package 
25372 \series bold
25373 hypcap
25374 \series default
25375
25376 \begin_inset Index idx
25377 status collapsed
25378
25379 \begin_layout Plain Layout
25380 LaTeX-packages ! hypcap
25381 \end_layout
25382
25383 \end_inset
25384
25385 , which is part of the LaTeX-package 
25386 \series bold
25387 oberdiek
25388 \series default
25389
25390 \begin_inset Index idx
25391 status collapsed
25392
25393 \begin_layout Plain Layout
25394 LaTeX-packages ! oberdiek
25395 \end_layout
25396
25397 \end_inset
25398
25399 , the link anchor is placed at the beginning of a float.
25400  To use this feature for figure floats, load 
25401 \series bold
25402 hypcap
25403 \series default
25404  in the document preamble with the line
25405 \end_layout
25406
25407 \begin_layout Standard
25408
25409 \series bold
25410
25411 \backslash
25412 usepackage[figure]{hypcap}
25413 \end_layout
25414
25415 \begin_layout Standard
25416 You can also use 
25417 \series bold
25418 hypcap
25419 \series default
25420  for all float types but this is not recommended for stability reasons.
25421  For more information, have a look at 
25422 \series bold
25423 hypcap
25424 \series default
25425 's manual 
25426 \begin_inset CommandInset citation
25427 LatexCommand cite
25428 key "hypcap"
25429
25430 \end_inset
25431
25432 .
25433 \end_layout
25434
25435 \begin_layout Standard
25436 \begin_inset Note Greyedout
25437 status open
25438
25439 \begin_layout Plain Layout
25440
25441 \series bold
25442 Note:
25443 \series default
25444  
25445 \series bold
25446 hypcap
25447 \series default
25448  has no effect on references to subfigures.
25449 \end_layout
25450
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \begin_layout Section
25457 Float Placement
25458 \begin_inset CommandInset label
25459 LatexCommand label
25460 name "sec:Float-Placement"
25461
25462 \end_inset
25463
25464
25465 \begin_inset Index idx
25466 status collapsed
25467
25468 \begin_layout Plain Layout
25469 Floats ! Placement
25470 \end_layout
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \begin_layout Standard
25478 Right-clicking on a float-box and clicking on 
25479 \family sans
25480 Settings
25481 \family default
25482  opens a dialog where you can alter the placement options that LaTeX uses
25483  for positioning the float.
25484 \begin_inset Newline newline
25485 \end_inset
25486
25487 The option 
25488 \family sans
25489 Span
25490 \begin_inset space ~
25491 \end_inset
25492
25493 columns
25494 \family default
25495  is only useful for two-column documents: If you select it, the float will
25496  span both columns on the page instead of being confined to just one.
25497 \begin_inset Newline newline
25498 \end_inset
25499
25500 The option 
25501 \family sans
25502 Rotate
25503 \begin_inset space ~
25504 \end_inset
25505
25506 sideways
25507 \family default
25508  is used to rotate floats, see section 
25509 \begin_inset CommandInset ref
25510 LatexCommand ref
25511 reference "sec:Rotated-Floats"
25512
25513 \end_inset
25514
25515 .
25516 \end_layout
25517
25518 \begin_layout Standard
25519 You can use one or more of the following options in the float dialog to
25520  set the placement for a particular float when you uncheck the option 
25521 \family sans
25522 Use
25523 \begin_inset space ~
25524 \end_inset
25525
25526 default
25527 \begin_inset space ~
25528 \end_inset
25529
25530 placement
25531 \family default
25532 :
25533 \end_layout
25534
25535 \begin_layout Description
25536 Here
25537 \begin_inset space ~
25538 \end_inset
25539
25540 if
25541 \begin_inset space ~
25542 \end_inset
25543
25544 possible try to place the float on the position where it has been inserted
25545 \end_layout
25546
25547 \begin_layout Description
25548 Top
25549 \begin_inset space ~
25550 \end_inset
25551
25552 of
25553 \begin_inset space ~
25554 \end_inset
25555
25556 page try to place the float at the top of the current page
25557 \end_layout
25558
25559 \begin_layout Description
25560 Bottom
25561 \begin_inset space ~
25562 \end_inset
25563
25564 of
25565 \begin_inset space ~
25566 \end_inset
25567
25568 page try to place the float at the bottom of the current page
25569 \end_layout
25570
25571 \begin_layout Description
25572 Page
25573 \begin_inset space ~
25574 \end_inset
25575
25576 of
25577 \begin_inset space ~
25578 \end_inset
25579
25580 floats try to place the float on its own page
25581 \end_layout
25582
25583 \begin_layout Standard
25584 The order of the above option is 
25585 \emph on
25586 always
25587 \emph default
25588  used by LaTeX.
25589  That means, if you use the default placement, LaTeX will first try out
25590  
25591 \family sans
25592 Here
25593 \begin_inset space ~
25594 \end_inset
25595
25596 if
25597 \begin_inset space ~
25598 \end_inset
25599
25600 possible
25601 \family default
25602 , then 
25603 \family sans
25604 Top
25605 \begin_inset space ~
25606 \end_inset
25607
25608 of
25609 \begin_inset space ~
25610 \end_inset
25611
25612 page
25613 \family default
25614 , and then the others.
25615  If you do not use the default, LaTeX will try only the checked options
25616  but in the same order.
25617  If none of the 4
25618 \begin_inset space ~
25619 \end_inset
25620
25621 placements is possible the procedure is internally repeated trying to put
25622  the float on the following page.
25623 \end_layout
25624
25625 \begin_layout Standard
25626 By default, each option has its own rules:
25627 \end_layout
25628
25629 \begin_layout Labeling
25630 \labelwidthstring 00.00.0000
25631
25632 \family sans
25633 Top
25634 \begin_inset space ~
25635 \end_inset
25636
25637 of
25638 \begin_inset space ~
25639 \end_inset
25640
25641 page
25642 \family default
25643  only floats occupying less than 70
25644 \begin_inset space \thinspace{}
25645 \end_inset
25646
25647 % of the page can be placed at the top of a page (
25648 \series bold
25649
25650 \backslash
25651 topfraction
25652 \series default
25653 )
25654 \end_layout
25655
25656 \begin_layout Labeling
25657 \labelwidthstring 00.00.0000
25658
25659 \family sans
25660 Bottom
25661 \begin_inset space ~
25662 \end_inset
25663
25664 of
25665 \begin_inset space ~
25666 \end_inset
25667
25668 page
25669 \family default
25670 : only floats occupying less than 30
25671 \begin_inset space \thinspace{}
25672 \end_inset
25673
25674 % of the page can be placed at the bottom of a page.
25675  (
25676 \series bold
25677
25678 \backslash
25679 bottomfraction
25680 \series default
25681 )
25682 \end_layout
25683
25684 \begin_layout Labeling
25685 \labelwidthstring 00.00.0000
25686
25687 \family sans
25688 Page
25689 \begin_inset space ~
25690 \end_inset
25691
25692 of
25693 \begin_inset space ~
25694 \end_inset
25695
25696 floats
25697 \family default
25698 : only if more than 50
25699 \begin_inset space \thinspace{}
25700 \end_inset
25701
25702 % of the page is occupied by floats, several floats can be set together
25703  on a page.
25704  (
25705 \series bold
25706
25707 \backslash
25708 floatpagefraction
25709 \series default
25710 )
25711 \end_layout
25712
25713 \begin_layout Standard
25714 If you don't like these rules, you can ignore them by using the additional
25715  option 
25716 \family sans
25717 Ignore
25718 \begin_inset space ~
25719 \end_inset
25720
25721 LaTeX
25722 \begin_inset space ~
25723 \end_inset
25724
25725 rules
25726 \family default
25727 .
25728 \begin_inset Newline newline
25729 \end_inset
25730
25731 You can also redefine the rules with LaTeX-commands that are given in parenthese
25732 s after the rules description above.
25733  To increase for example the often too small default of the bottom-rule
25734  to 50
25735 \begin_inset space \thinspace{}
25736 \end_inset
25737
25738 % of the page, add this line to your document preamble:
25739 \end_layout
25740
25741 \begin_layout Standard
25742
25743 \series bold
25744
25745 \backslash
25746 renewcommand{
25747 \backslash
25748 bottomfraction}{0.5}
25749 \end_layout
25750
25751 \begin_layout Standard
25752 Sometimes you might need, under all circumstances, a float to be placed
25753  exactly at the position where it is inserted.
25754  For this case you can use the option 
25755 \family sans
25756 Here
25757 \begin_inset space ~
25758 \end_inset
25759
25760 definitely
25761 \family default
25762 .
25763  Use this option very rarely and only if the document is almost ready to
25764  be printed, because the float is then no longer able to 
25765 \begin_inset Quotes eld
25766 \end_inset
25767
25768 float
25769 \begin_inset Quotes erd
25770 \end_inset
25771
25772  when you change your document and this will often destroy the page layout.
25773 \end_layout
25774
25775 \begin_layout Standard
25776 There are no placement options for text wrap floats, because they are always
25777  surrounded by the text of a certain paragraph.
25778 \begin_inset VSpace bigskip
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \begin_layout Standard
25785 Sometimes you have the problem that a float is placed at the top of a page
25786  while its corresponding section starts at the middle of the page, so that
25787  the reader could think the float is part of the previous section.
25788  To avoid this the LaTeX-command 
25789 \series bold
25790
25791 \backslash
25792 suppressfloats
25793 \series default
25794  can be used.
25795  It suppresses a given float placement for the page where it is inserted
25796  and can therefore be used to avoid floats being set before a section starts.
25797  To get this, add these commands to your document preamble:
25798 \end_layout
25799
25800 \begin_layout Standard
25801
25802 \series bold
25803
25804 \backslash
25805 let
25806 \backslash
25807 mySection
25808 \backslash
25809 section
25810 \begin_inset Newline newline
25811 \end_inset
25812
25813
25814 \backslash
25815 renewcommand{
25816 \backslash
25817 section}{
25818 \backslash
25819 suppressfloats[t]
25820 \backslash
25821 mySection}
25822 \end_layout
25823
25824 \begin_layout Standard
25825 You can define the same for all section headings, like chapters and subsections.
25826  This definition is not recommended to be used for small text parts like
25827  subsubsections because LaTeX may then have problems finding a suitable
25828  placement.
25829 \end_layout
25830
25831 \begin_layout Standard
25832 \begin_inset VSpace bigskip
25833 \end_inset
25834
25835 In some cases it is required to have all figures/tables at the end of the
25836  document.
25837  For this purpose the LaTeX-package 
25838 \series bold
25839 endfloat
25840 \series default
25841
25842 \begin_inset Index idx
25843 status collapsed
25844
25845 \begin_layout Plain Layout
25846 LaTeX-packages ! endfloat
25847 \end_layout
25848
25849 \end_inset
25850
25851  was developed.
25852  It puts all figure and table floats at the end of the document into their
25853  own sections.
25854  At the original float position a text hint like 
25855 \begin_inset Quotes eld
25856 \end_inset
25857
25858
25859 \family sans
25860 [Figure
25861 \begin_inset space ~
25862 \end_inset
25863
25864 3.2 about here.]
25865 \family default
25866
25867 \begin_inset Quotes erd
25868 \end_inset
25869
25870  is inserted.
25871  The endfloat-package is loaded in the preamble with the line
25872 \end_layout
25873
25874 \begin_layout Standard
25875
25876 \series bold
25877
25878 \backslash
25879 usepackage[options]{endfloat}
25880 \end_layout
25881
25882 \begin_layout Standard
25883 There are various package options to format the created figure/table sections.
25884  For more information we refer you to the 
25885 \series bold
25886 endfloat
25887 \series default
25888  documentation 
25889 \begin_inset CommandInset citation
25890 LatexCommand cite
25891 key "endfloat"
25892
25893 \end_inset
25894
25895 .
25896 \begin_inset Newline newline
25897 \end_inset
25898
25899
25900 \begin_inset Note Greyedout
25901 status open
25902
25903 \begin_layout Plain Layout
25904
25905 \series bold
25906 Note: endfloat
25907 \series default
25908  doesn't provide an automatic translation for the text hint, you have to
25909  do this manually, see section
25910 \begin_inset space ~
25911 \end_inset
25912
25913 4 in 
25914 \begin_inset CommandInset citation
25915 LatexCommand cite
25916 key "endfloat"
25917
25918 \end_inset
25919
25920 .
25921 \end_layout
25922
25923 \end_inset
25924
25925
25926 \begin_inset Newline newline
25927 \end_inset
25928
25929
25930 \begin_inset Note Greyedout
25931 status open
25932
25933 \begin_layout Plain Layout
25934
25935 \series bold
25936 Note:
25937 \series default
25938  There is currently a bug in 
25939 \series bold
25940 endfloat
25941 \series default
25942  when the caption contains a German 
25943 \begin_inset Quotes eld
25944 \end_inset
25945
25946 ß
25947 \begin_inset Quotes erd
25948 \end_inset
25949
25950 .
25951  Use in this case the command 
25952 \begin_inset Quotes eld
25953 \end_inset
25954
25955
25956 \series bold
25957
25958 \backslash
25959 ss
25960 \series default
25961
25962 \begin_inset Quotes erd
25963 \end_inset
25964
25965  in TeX-Code instead of 
25966 \begin_inset Quotes eld
25967 \end_inset
25968
25969 ß
25970 \begin_inset Quotes erd
25971 \end_inset
25972
25973 .
25974 \end_layout
25975
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \begin_layout Standard
25982 \begin_inset VSpace bigskip
25983 \end_inset
25984
25985 For more details about float placements, have a look at LaTeX books, 
25986 \begin_inset CommandInset citation
25987 LatexCommand cite
25988 key "latexcompanion,latexguide,latexbook"
25989
25990 \end_inset
25991
25992 .
25993 \end_layout
25994
25995 \begin_layout Section
25996 Rotated Floats
25997 \begin_inset CommandInset label
25998 LatexCommand label
25999 name "sec:Rotated-Floats"
26000
26001 \end_inset
26002
26003
26004 \begin_inset Index idx
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008 Floats ! Rotating
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 Especially for wide tables you might have floats rotated.
26018  To rotate a whole float including the caption, right-click on the float-box
26019  and use the option 
26020 \family sans
26021 Rotate
26022 \begin_inset space ~
26023 \end_inset
26024
26025 sideways
26026 \family default
26027 .
26028 \end_layout
26029
26030 \begin_layout Standard
26031 Rotated floats are always placed on a page of their own (or column of their
26032  own; in case you have a multi-column document).
26033  You can let them span several columns using the float settings option 
26034 \family sans
26035 Span
26036 \begin_inset space ~
26037 \end_inset
26038
26039 columns
26040 \family default
26041 .
26042  Floats are rotated so that you can read them from the outside margin.
26043  To force a certain rotation direction for all pages, you can add either
26044  the option 
26045 \series bold
26046 figuresleft
26047 \series default
26048  or 
26049 \series bold
26050 figuresright
26051 \series default
26052  to the document class options.
26053 \end_layout
26054
26055 \begin_layout Standard
26056 Referencing rotated floats is the same as for normal floats, the caption
26057  format is also the same: Table
26058 \begin_inset space ~
26059 \end_inset
26060
26061
26062 \begin_inset CommandInset ref
26063 LatexCommand ref
26064 reference "tab:Rotated-table"
26065
26066 \end_inset
26067
26068  is an example of a rotated table float.
26069 \end_layout
26070
26071 \begin_layout Standard
26072 \begin_inset Note Greyedout
26073 status open
26074
26075 \begin_layout Plain Layout
26076
26077 \series bold
26078 Note:
26079 \series default
26080  Not all DVI-viewers are able to display rotated floats.
26081 \end_layout
26082
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \begin_layout Standard
26089 \begin_inset Float table
26090 wide false
26091 sideways true
26092 status open
26093
26094 \begin_layout Plain Layout
26095 \begin_inset Caption Standard
26096
26097 \begin_layout Plain Layout
26098 \begin_inset CommandInset label
26099 LatexCommand label
26100 name "tab:Rotated-table"
26101
26102 \end_inset
26103
26104  Rotated table
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Plain Layout
26113 \align center
26114 \begin_inset Tabular
26115 <lyxtabular version="3" rows="1" columns="5">
26116 <features rotate="0" tabularvalignment="middle">
26117 <column alignment="center" valignment="top">
26118 <column alignment="center" valignment="top">
26119 <column alignment="center" valignment="top">
26120 <column alignment="center" valignment="top">
26121 <column alignment="center" valignment="top">
26122 <row>
26123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127 test
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136 b
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 c
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154 d
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163 e
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 </row>
26169 </lyxtabular>
26170
26171 \end_inset
26172
26173
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \begin_layout Section
26182 Subfloats
26183 \begin_inset Index idx
26184 status collapsed
26185
26186 \begin_layout Plain Layout
26187 Floats ! Subfloats
26188 \end_layout
26189
26190 \end_inset
26191
26192
26193 \end_layout
26194
26195 \begin_layout Standard
26196 Subfloats are for example used when a figure consists of several images.
26197  They are created by inserting a float into an existing float.
26198  The placement of the subfloats can be controlled in the same way as for
26199  paragraphs as shown in table
26200 \begin_inset space ~
26201 \end_inset
26202
26203
26204 \begin_inset CommandInset ref
26205 LatexCommand ref
26206 reference "tab:Two-subtables-side"
26207
26208 \end_inset
26209
26210  and 
26211 \begin_inset CommandInset ref
26212 LatexCommand ref
26213 reference "tab:Two-subtables-upon"
26214
26215 \end_inset
26216
26217 .
26218 \end_layout
26219
26220 \begin_layout Standard
26221 Referencing subfloats works as for normal floats: Table
26222 \begin_inset space ~
26223 \end_inset
26224
26225
26226 \begin_inset CommandInset ref
26227 LatexCommand ref
26228 reference "tab:This-is-subtable-a"
26229
26230 \end_inset
26231
26232  and 
26233 \begin_inset CommandInset ref
26234 LatexCommand ref
26235 reference "tab:This-is-subtable-b"
26236
26237 \end_inset
26238
26239  are subtables of table
26240 \begin_inset space ~
26241 \end_inset
26242
26243
26244 \begin_inset CommandInset ref
26245 LatexCommand ref
26246 reference "tab:Two-subtables-side"
26247
26248 \end_inset
26249
26250 .
26251 \end_layout
26252
26253 \begin_layout Standard
26254 \begin_inset Float table
26255 wide false
26256 sideways false
26257 status open
26258
26259 \begin_layout Plain Layout
26260 \begin_inset Caption Standard
26261
26262 \begin_layout Plain Layout
26263 \begin_inset CommandInset label
26264 LatexCommand label
26265 name "tab:Two-subtables-side"
26266
26267 \end_inset
26268
26269 Two subtables placed side by side.
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \begin_layout Plain Layout
26278 \align center
26279 \begin_inset space \hfill{}
26280 \end_inset
26281
26282
26283 \begin_inset Float table
26284 wide false
26285 sideways false
26286 status collapsed
26287
26288 \begin_layout Plain Layout
26289 \begin_inset Caption Standard
26290
26291 \begin_layout Plain Layout
26292 \begin_inset CommandInset label
26293 LatexCommand label
26294 name "tab:This-is-subtable-a"
26295
26296 \end_inset
26297
26298 This is subtable a.
26299 \end_layout
26300
26301 \end_inset
26302
26303
26304 \end_layout
26305
26306 \begin_layout Plain Layout
26307 \align center
26308 \begin_inset Tabular
26309 <lyxtabular version="3" rows="1" columns="5">
26310 <features rotate="0" tabularvalignment="middle">
26311 <column alignment="center" valignment="top">
26312 <column alignment="center" valignment="top">
26313 <column alignment="center" valignment="top">
26314 <column alignment="center" valignment="top">
26315 <column alignment="center" valignment="top">
26316 <row>
26317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 test
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 b
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 c
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 d
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357 e
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 </row>
26363 </lyxtabular>
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \begin_inset space \hfill{}
26374 \end_inset
26375
26376
26377 \begin_inset Float table
26378 wide false
26379 sideways false
26380 status collapsed
26381
26382 \begin_layout Plain Layout
26383 \begin_inset Caption Standard
26384
26385 \begin_layout Plain Layout
26386 \begin_inset CommandInset label
26387 LatexCommand label
26388 name "tab:This-is-subtable-b"
26389
26390 \end_inset
26391
26392 This is subtable b.
26393 \end_layout
26394
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \begin_layout Plain Layout
26401 \align center
26402 \begin_inset Tabular
26403 <lyxtabular version="3" rows="1" columns="5">
26404 <features rotate="0" tabularvalignment="middle">
26405 <column alignment="center" valignment="top">
26406 <column alignment="center" valignment="top">
26407 <column alignment="center" valignment="top">
26408 <column alignment="center" valignment="top">
26409 <column alignment="center" valignment="top">
26410 <row>
26411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415 e
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 d
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433 c
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442 b
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Plain Layout
26451 test
26452 \end_layout
26453
26454 \end_inset
26455 </cell>
26456 </row>
26457 </lyxtabular>
26458
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \begin_inset space \hfill{}
26468 \end_inset
26469
26470
26471 \end_layout
26472
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \begin_layout Standard
26479 \begin_inset Float table
26480 wide false
26481 sideways false
26482 status open
26483
26484 \begin_layout Plain Layout
26485 \begin_inset Caption Standard
26486
26487 \begin_layout Plain Layout
26488 \begin_inset CommandInset label
26489 LatexCommand label
26490 name "tab:Two-subtables-upon"
26491
26492 \end_inset
26493
26494 Two subtables placed one above the other.
26495  (a) table with 4 cells, (b) table with 5 cells.
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \begin_layout Plain Layout
26504 \align center
26505 \begin_inset Float table
26506 wide false
26507 sideways false
26508 status collapsed
26509
26510 \begin_layout Plain Layout
26511 \begin_inset Caption Standard
26512
26513 \begin_layout Plain Layout
26514
26515 \end_layout
26516
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \begin_layout Plain Layout
26523 \align center
26524 \begin_inset Tabular
26525 <lyxtabular version="3" rows="1" columns="4">
26526 <features rotate="0" tabularvalignment="middle">
26527 <column alignment="center" valignment="top">
26528 <column alignment="center" valignment="top">
26529 <column alignment="center" valignment="top">
26530 <column alignment="center" valignment="top">
26531 <row>
26532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 test
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545 test
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554 test
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Plain Layout
26563 test
26564 \end_layout
26565
26566 \end_inset
26567 </cell>
26568 </row>
26569 </lyxtabular>
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \end_inset
26577
26578
26579 \end_layout
26580
26581 \begin_layout Plain Layout
26582 \align center
26583 \begin_inset Float table
26584 wide false
26585 sideways false
26586 status collapsed
26587
26588 \begin_layout Plain Layout
26589 \begin_inset Caption Standard
26590
26591 \begin_layout Plain Layout
26592
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \begin_layout Plain Layout
26601 \align center
26602 \begin_inset Tabular
26603 <lyxtabular version="3" rows="1" columns="5">
26604 <features rotate="0" tabularvalignment="middle">
26605 <column alignment="center" valignment="top">
26606 <column alignment="center" valignment="top">
26607 <column alignment="center" valignment="top">
26608 <column alignment="center" valignment="top">
26609 <column alignment="center" valignment="top">
26610 <row>
26611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 a
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624 b
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633 c
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Plain Layout
26642 d
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651 e
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 </row>
26657 </lyxtabular>
26658
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \end_inset
26670
26671
26672 \end_layout
26673
26674 \begin_layout Section
26675 Floats Side by Side
26676 \begin_inset Index idx
26677 status collapsed
26678
26679 \begin_layout Plain Layout
26680 Floats ! Side by side
26681 \end_layout
26682
26683 \end_inset
26684
26685
26686 \end_layout
26687
26688 \begin_layout Standard
26689 To place floats side by side, as in Figures
26690 \begin_inset space ~
26691 \end_inset
26692
26693
26694 \begin_inset CommandInset ref
26695 LatexCommand ref
26696 reference "fig:Float-left"
26697
26698 \end_inset
26699
26700  and 
26701 \begin_inset CommandInset ref
26702 LatexCommand ref
26703 reference "fig:Float-right"
26704
26705 \end_inset
26706
26707 , only 
26708 \emph on
26709 one
26710 \emph default
26711  float is used.
26712  In it two minipage boxes are inserted.
26713 \begin_inset Foot
26714 status collapsed
26715
26716 \begin_layout Plain Layout
26717 Minipages are explained in section
26718 \begin_inset space ~
26719 \end_inset
26720
26721
26722 \begin_inset CommandInset ref
26723 LatexCommand ref
26724 reference "sec:Minipages"
26725
26726 \end_inset
26727
26728 .
26729 \end_layout
26730
26731 \end_inset
26732
26733  The width is set to 45
26734 \begin_inset space \thinspace{}
26735 \end_inset
26736
26737 -50
26738 \begin_inset space \thinspace{}
26739 \end_inset
26740
26741 column% and the box alignment to 
26742 \family sans
26743 Bottom
26744 \family default
26745  for each minipage.
26746  The minipage boxes contain the image and the caption in the same way as
26747  they are in a float.
26748  The only difference is that the image unit 
26749 \family sans
26750 Column
26751 \begin_inset space ~
26752 \end_inset
26753
26754 Width
26755 \begin_inset space ~
26756 \end_inset
26757
26758 %
26759 \family default
26760  is now calculated according to the width of the minipage boxes.
26761 \end_layout
26762
26763 \begin_layout Standard
26764 \begin_inset Float figure
26765 wide false
26766 sideways false
26767 status open
26768
26769 \begin_layout Plain Layout
26770 \begin_inset Box Frameless
26771 position "b"
26772 hor_pos "c"
26773 has_inner_box 1
26774 inner_pos "t"
26775 use_parbox 0
26776 use_makebox 0
26777 width "45col%"
26778 special "none"
26779 height "1in"
26780 height_special "totalheight"
26781 status open
26782
26783 \begin_layout Plain Layout
26784 \align center
26785 \begin_inset Graphics
26786         filename clipart/mobius.eps
26787         lyxscale 50
26788         width 100col%
26789         scaleBeforeRotation
26790
26791 \end_inset
26792
26793
26794 \end_layout
26795
26796 \begin_layout Plain Layout
26797 \begin_inset Caption Standard
26798
26799 \begin_layout Plain Layout
26800 \begin_inset CommandInset label
26801 LatexCommand label
26802 name "fig:Float-left"
26803
26804 \end_inset
26805
26806 Float on the left side.
26807 \end_layout
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \begin_inset space \hfill{}
26818 \end_inset
26819
26820
26821 \begin_inset Box Frameless
26822 position "b"
26823 hor_pos "c"
26824 has_inner_box 1
26825 inner_pos "t"
26826 use_parbox 0
26827 use_makebox 0
26828 width "45col%"
26829 special "none"
26830 height "1in"
26831 height_special "totalheight"
26832 status open
26833
26834 \begin_layout Plain Layout
26835 \align center
26836 \begin_inset Graphics
26837         filename clipart/platypus.eps
26838         lyxscale 50
26839         width 100col%
26840         scaleBeforeRotation
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \begin_layout Plain Layout
26848 \begin_inset Caption Standard
26849
26850 \begin_layout Plain Layout
26851 \begin_inset CommandInset label
26852 LatexCommand label
26853 name "fig:Float-right"
26854
26855 \end_inset
26856
26857 Float on the right side.
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \begin_layout Plain Layout
26871
26872 \end_layout
26873
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \begin_layout Section
26880 Caption Formatting
26881 \begin_inset Index idx
26882 status collapsed
26883
26884 \begin_layout Plain Layout
26885 Caption ! Formatting
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \begin_inset Index idx
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895 Floats ! Caption Formatting
26896 \end_layout
26897
26898 \end_inset
26899
26900
26901 \begin_inset CommandInset label
26902 LatexCommand label
26903 name "sec:Caption-Formatting"
26904
26905 \end_inset
26906
26907
26908 \end_layout
26909
26910 \begin_layout Standard
26911 The 
26912 \family sans
26913 Caption
26914 \family default
26915  environment is the default paragraph environment for 
26916 \family sans
26917 Floats
26918 \family default
26919 .
26920  On the LyX screen captions appear as a label, e.
26921 \begin_inset space \thinspace{}
26922 \end_inset
26923
26924 g.
26925 \begin_inset space \space{}
26926 \end_inset
26927
26928
26929 \begin_inset Quotes eld
26930 \end_inset
26931
26932
26933 \family sans
26934 Figure #:
26935 \family default
26936
26937 \begin_inset Quotes erd
26938 \end_inset
26939
26940  followed by the caption text.
26941  
26942 \begin_inset Quotes eld
26943 \end_inset
26944
26945 #
26946 \begin_inset Quotes erd
26947 \end_inset
26948
26949  is the actual reference number.
26950  By default the label and the number are in the same font as the caption
26951  text and a colon follows the number to divide the label from the text.
26952  This caption format is suitable for many but not all documents.
26953  
26954 \end_layout
26955
26956 \begin_layout Standard
26957 To change the default caption format, load the LaTeX-package 
26958 \series bold
26959 caption
26960 \series default
26961
26962 \begin_inset Index idx
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966 LaTeX-packages ! caption
26967 \end_layout
26968
26969 \end_inset
26970
26971  in the document preamble with this line:
26972 \end_layout
26973
26974 \begin_layout Standard
26975
26976 \series bold
26977
26978 \backslash
26979 usepackage[format definition]{caption}
26980 \end_layout
26981
26982 \begin_layout Standard
26983 To have for example the label and the number in sans-serif, bold font and
26984  the table captions always above the table as in this document, use the
26985  following command:
26986 \end_layout
26987
26988 \begin_layout Standard
26989
26990 \series bold
26991
26992 \backslash
26993 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26994 \end_layout
26995
26996 \begin_layout Standard
26997 You can also define different caption formats for the different float types.
26998  In this case load the 
26999 \series bold
27000 caption
27001 \series default
27002  package without format specific options and define the different formats
27003  with the help of the command
27004 \end_layout
27005
27006 \begin_layout Standard
27007
27008 \series bold
27009
27010 \backslash
27011 captionsetup[float type]{format definition}
27012 \end_layout
27013
27014 \begin_layout Standard
27015 in the document preamble.
27016  For example the caption formats of Figure
27017 \begin_inset space ~
27018 \end_inset
27019
27020
27021 \begin_inset CommandInset ref
27022 LatexCommand ref
27023 reference "fig:This-is-an-fig"
27024
27025 \end_inset
27026
27027  and Table
27028 \begin_inset space ~
27029 \end_inset
27030
27031
27032 \begin_inset CommandInset ref
27033 LatexCommand ref
27034 reference "tab:This-is-an-tab"
27035
27036 \end_inset
27037
27038  can be created using these commands in the document preamble:
27039 \end_layout
27040
27041 \begin_layout Standard
27042
27043 \series bold
27044
27045 \backslash
27046 usepackage[tableposition=top]{caption}
27047 \series default
27048
27049 \begin_inset Newline newline
27050 \end_inset
27051
27052
27053 \series bold
27054
27055 \backslash
27056 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27057 \begin_inset Newline newline
27058 \end_inset
27059
27060
27061 \begin_inset Phantom HPhantom
27062 status open
27063
27064 \begin_layout Plain Layout
27065
27066 \series bold
27067
27068 \backslash
27069 captionsetup[figure]{
27070 \end_layout
27071
27072 \end_inset
27073
27074 labelsep=period}
27075 \begin_inset Newline newline
27076 \end_inset
27077
27078
27079 \backslash
27080 captionsetup[table]{labelfont={bf,sf}}
27081 \end_layout
27082
27083 \begin_layout Standard
27084 \begin_inset Note Greyedout
27085 status open
27086
27087 \begin_layout Plain Layout
27088
27089 \series bold
27090 Note:
27091 \series default
27092  The option 
27093 \series bold
27094 tableposition=top
27095 \series default
27096  has no effect when a 
27097 \series bold
27098 KOMA-Script
27099 \series default
27100
27101 \begin_inset Index idx
27102 status collapsed
27103
27104 \begin_layout Plain Layout
27105 LaTeX-packages ! KOMA-Script
27106 \end_layout
27107
27108 \end_inset
27109
27110  document class is used.
27111  In this case the document class option 
27112 \series bold
27113 captions=tableheading
27114 \series default
27115  must be used.
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \begin_layout Standard
27124 For more information about the package 
27125 \series bold
27126 caption
27127 \series default
27128  we refer to its documentation 
27129 \begin_inset CommandInset citation
27130 LatexCommand cite
27131 key "caption"
27132
27133 \end_inset
27134
27135 .
27136 \end_layout
27137
27138 \begin_layout Standard
27139 To change the label name from e.
27140 \begin_inset space \thinspace{}
27141 \end_inset
27142
27143 g.
27144 \begin_inset space \space{}
27145 \end_inset
27146
27147
27148 \begin_inset Quotes eld
27149 \end_inset
27150
27151 Figure
27152 \begin_inset Quotes erd
27153 \end_inset
27154
27155  to 
27156 \begin_inset Quotes eld
27157 \end_inset
27158
27159 Image
27160 \begin_inset Quotes erd
27161 \end_inset
27162
27163  use this preamble command:
27164 \end_layout
27165
27166 \begin_layout Standard
27167
27168 \series bold
27169
27170 \backslash
27171 renewcommand{
27172 \backslash
27173 fnum@figure}{Image~
27174 \backslash
27175 thefigure}
27176 \end_layout
27177
27178 \begin_layout Standard
27179 where 
27180 \series bold
27181
27182 \backslash
27183 thefigure
27184 \series default
27185  inserts the figure number and
27186 \series bold
27187  
27188 \begin_inset Quotes eld
27189 \end_inset
27190
27191 ~
27192 \series default
27193
27194 \begin_inset Quotes erd
27195 \end_inset
27196
27197  creates a protected space.
27198 \end_layout
27199
27200 \begin_layout Standard
27201 \begin_inset VSpace bigskip
27202 \end_inset
27203
27204 If you are using a 
27205 \series bold
27206 KOMA-Script
27207 \series default
27208
27209 \begin_inset Index idx
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213 LaTeX-packages ! KOMA-Script
27214 \end_layout
27215
27216 \end_inset
27217
27218  document class (
27219 \family sans
27220 article (KOMA-Script)
27221 \family default
27222
27223 \family sans
27224 book (KOMA-Script)
27225 \family default
27226
27227 \family sans
27228 letter (KOMA-Script)
27229 \family default
27230 , or 
27231 \family sans
27232 report (KOMA-Script)
27233 \family default
27234
27235 \begin_inset space \thinspace{}
27236 \end_inset
27237
27238 ), you can alternatively to the 
27239 \series bold
27240 caption
27241 \series default
27242  package use 
27243 \series bold
27244 KOMA-Script
27245 \series default
27246 's built-in command 
27247 \series bold
27248
27249 \backslash
27250 setkomafont
27251 \series default
27252 .
27253  For example, to have the caption label in bold, add this command to your
27254  document preamble:
27255 \end_layout
27256
27257 \begin_layout Standard
27258
27259 \series bold
27260
27261 \backslash
27262 setkomafont{captionlabel}{
27263 \backslash
27264 bfseries}
27265 \end_layout
27266
27267 \begin_layout Standard
27268 For more information about 
27269 \series bold
27270
27271 \backslash
27272 setkomafont
27273 \series default
27274  we refer to the 
27275 \series bold
27276 KOMA-Script
27277 \series default
27278  documentation 
27279 \begin_inset CommandInset citation
27280 LatexCommand cite
27281 key "KOMA-Script"
27282
27283 \end_inset
27284
27285 .
27286 \end_layout
27287
27288 \begin_layout Standard
27289 \begin_inset ERT
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293
27294
27295 \backslash
27296 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27297 }
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \begin_inset Note Note
27304 status open
27305
27306 \begin_layout Plain Layout
27307 The caption format is changed only for this example.
27308 \end_layout
27309
27310 \end_inset
27311
27312
27313 \end_layout
27314
27315 \begin_layout Standard
27316 \begin_inset Float figure
27317 placement !p
27318 wide false
27319 sideways false
27320 status open
27321
27322 \begin_layout Plain Layout
27323 \align center
27324 \begin_inset Graphics
27325         filename clipart/mobius.eps
27326         lyxscale 50
27327         scale 50
27328         scaleBeforeRotation
27329
27330 \end_inset
27331
27332
27333 \end_layout
27334
27335 \begin_layout Plain Layout
27336 \begin_inset Caption Standard
27337
27338 \begin_layout Plain Layout
27339 \begin_inset CommandInset label
27340 LatexCommand label
27341 name "fig:This-is-an-fig"
27342
27343 \end_inset
27344
27345 This is an example figure caption that is longer than one line to show the
27346  different caption format.
27347  Here a self-defined caption format is used.
27348 \end_layout
27349
27350 \end_inset
27351
27352
27353 \end_layout
27354
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \begin_layout Standard
27361 \begin_inset ERT
27362 status collapsed
27363
27364 \begin_layout Plain Layout
27365
27366
27367 \backslash
27368 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27369 on}
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \begin_inset Float table
27379 placement !p
27380 wide false
27381 sideways false
27382 status open
27383
27384 \begin_layout Plain Layout
27385 \begin_inset Caption Standard
27386
27387 \begin_layout Plain Layout
27388 \begin_inset CommandInset label
27389 LatexCommand label
27390 name "tab:This-is-an-tab"
27391
27392 \end_inset
27393
27394 This is an example table caption that is longer than one line to show the
27395  different caption format.
27396  Here the standard caption format for tables in this document is used.
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \begin_layout Plain Layout
27405 \align center
27406 \begin_inset Tabular
27407 <lyxtabular version="3" rows="1" columns="5">
27408 <features rotate="0" tabularvalignment="middle">
27409 <column alignment="center" valignment="top">
27410 <column alignment="center" valignment="top">
27411 <column alignment="center" valignment="top">
27412 <column alignment="center" valignment="top">
27413 <column alignment="center" valignment="top">
27414 <row>
27415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27416 \begin_inset Text
27417
27418 \begin_layout Plain Layout
27419 a
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27425 \begin_inset Text
27426
27427 \begin_layout Plain Layout
27428 b
27429 \end_layout
27430
27431 \end_inset
27432 </cell>
27433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27434 \begin_inset Text
27435
27436 \begin_layout Plain Layout
27437 c
27438 \end_layout
27439
27440 \end_inset
27441 </cell>
27442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27443 \begin_inset Text
27444
27445 \begin_layout Plain Layout
27446 d
27447 \end_layout
27448
27449 \end_inset
27450 </cell>
27451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27452 \begin_inset Text
27453
27454 \begin_layout Plain Layout
27455 e
27456 \end_layout
27457
27458 \end_inset
27459 </cell>
27460 </row>
27461 </lyxtabular>
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \begin_layout Section
27474 Caption Placement
27475 \begin_inset Index idx
27476 status collapsed
27477
27478 \begin_layout Plain Layout
27479 Caption ! Placement
27480 \end_layout
27481
27482 \end_inset
27483
27484
27485 \begin_inset Index idx
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489 Floats ! Caption Placement
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \begin_inset CommandInset label
27496 LatexCommand label
27497 name "sec:Caption-Placement"
27498
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \begin_layout Standard
27505 The common caption placement rule is:
27506 \end_layout
27507
27508 \begin_layout Description
27509 Figure: Caption is set below the figure
27510 \end_layout
27511
27512 \begin_layout Description
27513 Table: Caption is set above the table
27514 \end_layout
27515
27516 \begin_layout Standard
27517 Having the caption above the table is unfortunately not supported in LaTeX's
27518  standard classes.
27519  That means if you are using the document classes 
27520 \family sans
27521 article
27522 \family default
27523
27524 \family sans
27525 book
27526 \family default
27527
27528 \family sans
27529 letter
27530 \family default
27531 , or 
27532 \family sans
27533 report
27534 \family default
27535  there will be no space between the caption and the table.
27536  To insert the necessary space, load the LaTeX-package 
27537 \series bold
27538 caption
27539 \series default
27540
27541 \begin_inset Index idx
27542 status collapsed
27543
27544 \begin_layout Plain Layout
27545 LaTeX-packages ! caption
27546 \end_layout
27547
27548 \end_inset
27549
27550  in your document preamble with the option
27551 \begin_inset Foot
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555 See section
27556 \begin_inset space ~
27557 \end_inset
27558
27559
27560 \begin_inset CommandInset ref
27561 LatexCommand ref
27562 reference "sec:Caption-Formatting"
27563
27564 \end_inset
27565
27566  for more information of the package 
27567 \series bold
27568 caption
27569 \series default
27570 .
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \end_layout
27577
27578 \begin_layout Standard
27579
27580 \series bold
27581 tableposition=top
27582 \end_layout
27583
27584 \begin_layout Standard
27585 If you are using a 
27586 \series bold
27587 KOMA-Script
27588 \series default
27589
27590 \begin_inset Index idx
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594 LaTeX-packages ! KOMA-Script
27595 \end_layout
27596
27597 \end_inset
27598
27599  document class (
27600 \family sans
27601 article (KOMA-Script)
27602 \family default
27603
27604 \family sans
27605 book (KOMA-Script)
27606 \family default
27607
27608 \family sans
27609 letter (KOMA-Script)
27610 \family default
27611 , or 
27612 \family sans
27613 report (KOMA-Script)
27614 \family default
27615
27616 \begin_inset space \thinspace{}
27617 \end_inset
27618
27619 ), you can alternatively to the 
27620 \series bold
27621 caption
27622 \series default
27623  package set the document class option
27624 \begin_inset Foot
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 That option is used in this document.
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \begin_layout Standard
27637
27638 \series bold
27639 captions=tableheading
27640 \end_layout
27641
27642 \begin_layout Standard
27643 In documents with a KOMA-Script document class you can also right-click
27644  on a caption and mark in the context menu if this should be a caption above
27645  or below the table/figure.
27646  This way you can override the document-wide caption placement for certain
27647  captions.
27648  Table
27649 \begin_inset space ~
27650 \end_inset
27651
27652
27653 \begin_inset CommandInset ref
27654 LatexCommand ref
27655 reference "tab:A-caption-marked"
27656
27657 \end_inset
27658
27659  is an example where the caption is marked a being below the table while
27660  it is above.
27661  For comparison the caption in Table
27662 \begin_inset space ~
27663 \end_inset
27664
27665
27666 \begin_inset CommandInset ref
27667 LatexCommand ref
27668 reference "tab:A-standard-table"
27669
27670 \end_inset
27671
27672  is not marked.
27673 \end_layout
27674
27675 \begin_layout Standard
27676 \begin_inset Float table
27677 wide false
27678 sideways false
27679 status open
27680
27681 \begin_layout Plain Layout
27682 \begin_inset Caption Below
27683
27684 \begin_layout Plain Layout
27685 \begin_inset CommandInset label
27686 LatexCommand label
27687 name "tab:A-caption-marked"
27688
27689 \end_inset
27690
27691 A caption marked as being below the table.
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \begin_layout Plain Layout
27700 \align center
27701 \begin_inset Tabular
27702 <lyxtabular version="3" rows="3" columns="3">
27703 <features rotate="0" tabularvalignment="middle">
27704 <column alignment="center" valignment="top" width="0pt">
27705 <column alignment="center" valignment="top" width="0pt">
27706 <column alignment="center" valignment="top" width="0pt">
27707 <row>
27708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27709 \begin_inset Text
27710
27711 \begin_layout Plain Layout
27712 1
27713 \end_layout
27714
27715 \end_inset
27716 </cell>
27717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27718 \begin_inset Text
27719
27720 \begin_layout Plain Layout
27721 2
27722 \end_layout
27723
27724 \end_inset
27725 </cell>
27726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27727 \begin_inset Text
27728
27729 \begin_layout Plain Layout
27730 3
27731 \end_layout
27732
27733 \end_inset
27734 </cell>
27735 </row>
27736 <row>
27737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27738 \begin_inset Text
27739
27740 \begin_layout Plain Layout
27741 Joe
27742 \end_layout
27743
27744 \end_inset
27745 </cell>
27746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27747 \begin_inset Text
27748
27749 \begin_layout Plain Layout
27750 Mary
27751 \end_layout
27752
27753 \end_inset
27754 </cell>
27755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27756 \begin_inset Text
27757
27758 \begin_layout Plain Layout
27759 Ted
27760 \end_layout
27761
27762 \end_inset
27763 </cell>
27764 </row>
27765 <row>
27766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27767 \begin_inset Text
27768
27769 \begin_layout Plain Layout
27770 \begin_inset Formula $\int x^{2}dx$
27771 \end_inset
27772
27773
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Plain Layout
27782 \begin_inset Formula $\left[\begin{array}{cc}
27783 a & b\\
27784 c & d
27785 \end{array}\right]$
27786 \end_inset
27787
27788
27789 \end_layout
27790
27791 \end_inset
27792 </cell>
27793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27794 \begin_inset Text
27795
27796 \begin_layout Plain Layout
27797 \begin_inset Formula $1+1=2$
27798 \end_inset
27799
27800
27801 \end_layout
27802
27803 \end_inset
27804 </cell>
27805 </row>
27806 </lyxtabular>
27807
27808 \end_inset
27809
27810
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Standard
27819 \begin_inset Float table
27820 wide false
27821 sideways false
27822 status open
27823
27824 \begin_layout Plain Layout
27825 \begin_inset Caption Standard
27826
27827 \begin_layout Plain Layout
27828 \begin_inset CommandInset label
27829 LatexCommand label
27830 name "tab:A-standard-table"
27831
27832 \end_inset
27833
27834 A standard table caption.
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \begin_layout Plain Layout
27843 \align center
27844 \begin_inset Tabular
27845 <lyxtabular version="3" rows="3" columns="3">
27846 <features rotate="0" tabularvalignment="middle">
27847 <column alignment="center" valignment="top" width="0pt">
27848 <column alignment="center" valignment="top" width="0pt">
27849 <column alignment="center" valignment="top" width="0pt">
27850 <row>
27851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Plain Layout
27855 1
27856 \end_layout
27857
27858 \end_inset
27859 </cell>
27860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27861 \begin_inset Text
27862
27863 \begin_layout Plain Layout
27864 2
27865 \end_layout
27866
27867 \end_inset
27868 </cell>
27869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27870 \begin_inset Text
27871
27872 \begin_layout Plain Layout
27873 3
27874 \end_layout
27875
27876 \end_inset
27877 </cell>
27878 </row>
27879 <row>
27880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27881 \begin_inset Text
27882
27883 \begin_layout Plain Layout
27884 Joe
27885 \end_layout
27886
27887 \end_inset
27888 </cell>
27889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27890 \begin_inset Text
27891
27892 \begin_layout Plain Layout
27893 Mary
27894 \end_layout
27895
27896 \end_inset
27897 </cell>
27898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27899 \begin_inset Text
27900
27901 \begin_layout Plain Layout
27902 Ted
27903 \end_layout
27904
27905 \end_inset
27906 </cell>
27907 </row>
27908 <row>
27909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27910 \begin_inset Text
27911
27912 \begin_layout Plain Layout
27913 \begin_inset Formula $\int x^{2}dx$
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \end_inset
27920 </cell>
27921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27922 \begin_inset Text
27923
27924 \begin_layout Plain Layout
27925 \begin_inset Formula $\left[\begin{array}{cc}
27926 a & b\\
27927 c & d
27928 \end{array}\right]$
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \end_inset
27935 </cell>
27936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27937 \begin_inset Text
27938
27939 \begin_layout Plain Layout
27940 \begin_inset Formula $1+1=2$
27941 \end_inset
27942
27943
27944 \end_layout
27945
27946 \end_inset
27947 </cell>
27948 </row>
27949 </lyxtabular>
27950
27951 \end_inset
27952
27953
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Standard
27962 \begin_inset VSpace bigskip
27963 \end_inset
27964
27965 It is also possible to set the caption beside a figure or table.
27966  To get this the LaTeX-package 
27967 \series bold
27968 sidecap
27969 \series default
27970
27971 \begin_inset Index idx
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975 LaTeX-packages ! sidecap
27976 \end_layout
27977
27978 \end_inset
27979
27980  has to be loaded in the document preamble with the line
27981 \end_layout
27982
27983 \begin_layout Standard
27984
27985 \series bold
27986
27987 \backslash
27988 usepackage[option]{sidecap}
27989 \end_layout
27990
27991 \begin_layout Standard
27992 If you set no option, the caption is placed on the side of the outer page
27993  margin â€“ to the right on odd pages, to the left on even pages.
27994  You can change the placement to inner margin with the option 
27995 \series bold
27996 innercaption
27997 \series default
27998 .
27999  To force the placement always to the right or left, use the option 
28000 \series bold
28001 rightcaption
28002 \series default
28003  or 
28004 \series bold
28005 leftcaption
28006 \series default
28007 , respectively.
28008 \end_layout
28009
28010 \begin_layout Standard
28011 \begin_inset ERT
28012 status collapsed
28013
28014 \begin_layout Plain Layout
28015
28016
28017 \backslash
28018 ifsidecap
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \begin_inset Note Note
28025 status open
28026
28027 \begin_layout Plain Layout
28028 The following section will only be displayed when the LaTeX-package 
28029 \series bold
28030 sidecap
28031 \series default
28032  is installed.
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Standard
28041 To place in LyX the caption of a float on the side, it is necessary to add
28042  these commands to the document preamble:
28043 \end_layout
28044
28045 \begin_layout Standard
28046 \noindent
28047 \begin_inset CommandInset line
28048 LatexCommand rule
28049 offset "0.5ex"
28050 width "100line%"
28051 height "1pt"
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059
28060 \series bold
28061
28062 \backslash
28063 newcommand{
28064 \backslash
28065 TabBesBeg}[1][1.0]{%
28066 \begin_inset Newline newline
28067 \end_inset
28068
28069
28070 \begin_inset Phantom HPhantom
28071 status open
28072
28073 \begin_layout Plain Layout
28074 \begin_inset space ~
28075 \end_inset
28076
28077
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \backslash
28084 let
28085 \backslash
28086 MyTable
28087 \backslash
28088 table
28089 \begin_inset Newline newline
28090 \end_inset
28091
28092
28093 \begin_inset Phantom HPhantom
28094 status open
28095
28096 \begin_layout Plain Layout
28097
28098 \series medium
28099 \begin_inset space ~
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \backslash
28109 let
28110 \backslash
28111 MyEndtable
28112 \backslash
28113 endtable
28114 \begin_inset Newline newline
28115 \end_inset
28116
28117
28118 \begin_inset Phantom HPhantom
28119 status open
28120
28121 \begin_layout Plain Layout
28122
28123 \series medium
28124 \begin_inset space ~
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \backslash
28134 renewenvironment{table}[1]{
28135 \backslash
28136 begin{SCtable}[#1]##1}{
28137 \backslash
28138 end{SCtable}}}
28139 \end_layout
28140
28141 \begin_layout Standard
28142
28143 \series bold
28144
28145 \backslash
28146 newcommand{
28147 \backslash
28148 TabBesEnd}{%
28149 \begin_inset Newline newline
28150 \end_inset
28151
28152
28153 \begin_inset Phantom HPhantom
28154 status open
28155
28156 \begin_layout Plain Layout
28157 \begin_inset space ~
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \end_inset
28164
28165
28166 \backslash
28167 let
28168 \backslash
28169 table
28170 \backslash
28171 MyTable
28172 \begin_inset Newline newline
28173 \end_inset
28174
28175
28176 \begin_inset Phantom HPhantom
28177 status open
28178
28179 \begin_layout Plain Layout
28180 \begin_inset space ~
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \backslash
28190 let
28191 \backslash
28192 endtable
28193 \backslash
28194 MyEndtable
28195 \end_layout
28196
28197 \begin_layout Standard
28198
28199 \series bold
28200
28201 \backslash
28202 newcommand{
28203 \backslash
28204 FigBesBeg}[1][1.0]{%
28205 \begin_inset Newline newline
28206 \end_inset
28207
28208
28209 \begin_inset Phantom HPhantom
28210 status open
28211
28212 \begin_layout Plain Layout
28213 \begin_inset space ~
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \end_inset
28220
28221
28222 \backslash
28223 let
28224 \backslash
28225 MyFigure
28226 \backslash
28227 figure
28228 \begin_inset Newline newline
28229 \end_inset
28230
28231
28232 \begin_inset Phantom HPhantom
28233 status open
28234
28235 \begin_layout Plain Layout
28236 \begin_inset space ~
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \backslash
28246 let
28247 \backslash
28248 MyEndfigure
28249 \backslash
28250 endfigure
28251 \begin_inset Newline newline
28252 \end_inset
28253
28254
28255 \begin_inset Phantom HPhantom
28256 status open
28257
28258 \begin_layout Plain Layout
28259 \begin_inset space ~
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \backslash
28269 renewenvironment{figure}[1]{
28270 \backslash
28271 begin{SCfigure}[#1]##1}{
28272 \backslash
28273 end{SCfigure}}}
28274 \end_layout
28275
28276 \begin_layout Standard
28277
28278 \series bold
28279
28280 \backslash
28281 newcommand{
28282 \backslash
28283 FigBesEnd}{%
28284 \begin_inset Newline newline
28285 \end_inset
28286
28287
28288 \begin_inset Phantom HPhantom
28289 status open
28290
28291 \begin_layout Plain Layout
28292 \begin_inset space ~
28293 \end_inset
28294
28295
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \backslash
28302 let
28303 \backslash
28304 figure
28305 \backslash
28306 MyFigure
28307 \begin_inset Newline newline
28308 \end_inset
28309
28310
28311 \begin_inset Phantom HPhantom
28312 status open
28313
28314 \begin_layout Plain Layout
28315 \begin_inset space ~
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \backslash
28325 let
28326 \backslash
28327 endfigure
28328 \backslash
28329 MyEndfigure}
28330 \end_layout
28331
28332 \begin_layout Standard
28333 \noindent
28334 \begin_inset CommandInset line
28335 LatexCommand rule
28336 offset "0.5ex"
28337 width "100line%"
28338 height "1pt"
28339
28340 \end_inset
28341
28342
28343 \end_layout
28344
28345 \begin_layout Standard
28346 The commands allow you to redefine the floats so that the caption is set
28347  on the side.
28348  For figure floats use the command
28349 \end_layout
28350
28351 \begin_layout Standard
28352
28353 \series bold
28354
28355 \backslash
28356 FigBesBeg
28357 \end_layout
28358
28359 \begin_layout Standard
28360 in TeX-Code before the float.
28361  And insert the command
28362 \end_layout
28363
28364 \begin_layout Standard
28365
28366 \series bold
28367
28368 \backslash
28369 FigBesEnd
28370 \end_layout
28371
28372 \begin_layout Standard
28373 in TeX-Code at the point where you want to get back to the original float
28374  definition.
28375 \end_layout
28376
28377 \begin_layout Standard
28378 For table floats use the corresponding commands
28379 \end_layout
28380
28381 \begin_layout Standard
28382
28383 \series bold
28384
28385 \backslash
28386 TabBesBeg
28387 \series default
28388  and 
28389 \series bold
28390
28391 \backslash
28392 TabBesEnd
28393 \end_layout
28394
28395 \begin_layout Standard
28396 Figure
28397 \begin_inset space ~
28398 \end_inset
28399
28400
28401 \begin_inset CommandInset ref
28402 LatexCommand ref
28403 reference "fig:cap-beside-fig"
28404
28405 \end_inset
28406
28407  and Table
28408 \begin_inset space ~
28409 \end_inset
28410
28411
28412 \begin_inset CommandInset ref
28413 LatexCommand ref
28414 reference "tab:cap-beside-tab"
28415
28416 \end_inset
28417
28418  are examples where the caption is set beside.
28419 \end_layout
28420
28421 \begin_layout Standard
28422 You can see in the examples that the caption text appears at the top of
28423  the floats for table floats and at the bottom for figure floats.
28424  To change this, you can use the command
28425 \end_layout
28426
28427 \begin_layout Standard
28428
28429 \series bold
28430
28431 \backslash
28432 sidecaptionvpos{float type}{placement}
28433 \end_layout
28434
28435 \begin_layout Standard
28436 in the document preamble or in TeX-Code before the float.
28437  The float type is either 
28438 \family sans
28439 figure
28440 \family default
28441  or 
28442 \family sans
28443 table
28444 \family default
28445 , the placement can be 
28446 \begin_inset Quotes eld
28447 \end_inset
28448
28449
28450 \family sans
28451 t
28452 \family default
28453
28454 \begin_inset Quotes erd
28455 \end_inset
28456
28457  for top, 
28458 \begin_inset Quotes eld
28459 \end_inset
28460
28461
28462 \family sans
28463 c
28464 \family default
28465
28466 \begin_inset Quotes erd
28467 \end_inset
28468
28469  for center, or 
28470 \begin_inset Quotes eld
28471 \end_inset
28472
28473
28474 \family sans
28475 b
28476 \family default
28477
28478 \begin_inset Quotes erd
28479 \end_inset
28480
28481  for bottom.
28482  To have for example the caption of figure floats vertically centered, use
28483  the command
28484 \end_layout
28485
28486 \begin_layout Standard
28487
28488 \series bold
28489
28490 \backslash
28491 sidecaptionvpos{figure}{c}
28492 \end_layout
28493
28494 \begin_layout Standard
28495 This was used for Figure
28496 \begin_inset space ~
28497 \end_inset
28498
28499
28500 \begin_inset CommandInset ref
28501 LatexCommand ref
28502 reference "fig:cap-beside-fig-2"
28503
28504 \end_inset
28505
28506 .
28507 \end_layout
28508
28509 \begin_layout Standard
28510 \begin_inset VSpace medskip
28511 \end_inset
28512
28513
28514 \end_layout
28515
28516 \begin_layout Standard
28517 The default caption width is the width of the image/table.
28518  For thin image/tables, like in Table
28519 \begin_inset space ~
28520 \end_inset
28521
28522
28523 \begin_inset CommandInset ref
28524 LatexCommand ref
28525 reference "tab:cap-beside-tab"
28526
28527 \end_inset
28528
28529 , this leads to captions that are too thin.
28530  You can increase the width by specifying a factor that will be multiplied
28531  with the image/table width to get the caption width.
28532  The caption width will automatically be recalculated in case it would protrude
28533  over the page or column margin due to the specified width.
28534  The 
28535 \emph on
28536 factor
28537 \emph default
28538  can either be given as optional argument for 
28539 \series bold
28540
28541 \backslash
28542 FigBesBeg
28543 \series default
28544 :
28545 \end_layout
28546
28547 \begin_layout Standard
28548
28549 \series bold
28550
28551 \backslash
28552 FigBesBeg[factor]
28553 \end_layout
28554
28555 \begin_layout Standard
28556 or in the definition of 
28557 \series bold
28558
28559 \backslash
28560 FigBesBeg
28561 \series default
28562  by replacing the 
28563 \series bold
28564 1.0
28565 \series default
28566  with another value.
28567  If you do the latter, your factor will be the default if 
28568 \series bold
28569
28570 \backslash
28571 FigBesBeg
28572 \series default
28573  is used without an argument.
28574  For Table
28575 \begin_inset space ~
28576 \end_inset
28577
28578
28579 \begin_inset CommandInset ref
28580 LatexCommand ref
28581 reference "tab:cap-beside-tab-wider"
28582
28583 \end_inset
28584
28585  the factor 5 was used.
28586 \end_layout
28587
28588 \begin_layout Standard
28589 \begin_inset Note Greyedout
28590 status open
28591
28592 \begin_layout Plain Layout
28593
28594 \series bold
28595 Note:
28596 \series default
28597  For floats with captions set beside, you cannot use the float placement
28598  option 
28599 \family sans
28600 Here
28601 \begin_inset space ~
28602 \end_inset
28603
28604 definitely
28605 \family default
28606  because it is not supported by 
28607 \series bold
28608 sidecap
28609 \series default
28610 .
28611 \end_layout
28612
28613 \end_inset
28614
28615
28616 \end_layout
28617
28618 \begin_layout Standard
28619 \begin_inset VSpace medskip
28620 \end_inset
28621
28622 For more information about the package 
28623 \series bold
28624 sidecap
28625 \series default
28626  we refer to its documentation 
28627 \begin_inset CommandInset citation
28628 LatexCommand cite
28629 key "sidecap"
28630
28631 \end_inset
28632
28633 .
28634 \end_layout
28635
28636 \begin_layout Standard
28637 \begin_inset Note Greyedout
28638 status open
28639
28640 \begin_layout Plain Layout
28641
28642 \series bold
28643 Note:
28644 \series default
28645  The LaTeX-package 
28646 \series bold
28647 hypcap
28648 \series default
28649
28650 \begin_inset Index idx
28651 status collapsed
28652
28653 \begin_layout Plain Layout
28654 LaTeX-packages ! hypcap
28655 \end_layout
28656
28657 \end_inset
28658
28659 , described in section
28660 \begin_inset space ~
28661 \end_inset
28662
28663
28664 \begin_inset CommandInset ref
28665 LatexCommand ref
28666 reference "sub:Reference-Position"
28667
28668 \end_inset
28669
28670 , has no effect on floats with the caption set beside.
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Standard
28679 \begin_inset ERT
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683
28684
28685 \backslash
28686 FigBesBeg
28687 \end_layout
28688
28689 \end_inset
28690
28691
28692 \end_layout
28693
28694 \begin_layout Standard
28695 \begin_inset Float figure
28696 wide false
28697 sideways false
28698 status open
28699
28700 \begin_layout Plain Layout
28701 \begin_inset Graphics
28702         filename clipart/escher-lsd.eps
28703         scale 75
28704         scaleBeforeRotation
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Plain Layout
28712 \begin_inset Caption Standard
28713
28714 \begin_layout Plain Layout
28715 \begin_inset CommandInset label
28716 LatexCommand label
28717 name "fig:cap-beside-fig"
28718
28719 \end_inset
28720
28721 This is a caption beside a figure.
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Standard
28735 \begin_inset ERT
28736 status collapsed
28737
28738 \begin_layout Plain Layout
28739
28740
28741 \backslash
28742 FigBesEnd
28743 \end_layout
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \begin_layout Standard
28751 \begin_inset ERT
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755
28756
28757 \backslash
28758 TabBesBeg
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Standard
28767 \begin_inset Float table
28768 wide false
28769 sideways false
28770 status open
28771
28772 \begin_layout Plain Layout
28773 \begin_inset Caption Standard
28774
28775 \begin_layout Plain Layout
28776 \begin_inset CommandInset label
28777 LatexCommand label
28778 name "tab:cap-beside-tab"
28779
28780 \end_inset
28781
28782 This is a caption beside a table.
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \begin_layout Plain Layout
28791 \begin_inset Tabular
28792 <lyxtabular version="3" rows="4" columns="5">
28793 <features rotate="0" tabularvalignment="middle">
28794 <column alignment="center" valignment="top">
28795 <column alignment="center" valignment="top">
28796 <column alignment="center" valignment="top">
28797 <column alignment="center" valignment="top">
28798 <column alignment="center" valignment="top">
28799 <row>
28800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28801 \begin_inset Text
28802
28803 \begin_layout Plain Layout
28804 a
28805 \end_layout
28806
28807 \end_inset
28808 </cell>
28809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28810 \begin_inset Text
28811
28812 \begin_layout Plain Layout
28813
28814 \end_layout
28815
28816 \end_inset
28817 </cell>
28818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28819 \begin_inset Text
28820
28821 \begin_layout Plain Layout
28822 b
28823 \end_layout
28824
28825 \end_inset
28826 </cell>
28827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28828 \begin_inset Text
28829
28830 \begin_layout Plain Layout
28831
28832 \end_layout
28833
28834 \end_inset
28835 </cell>
28836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28837 \begin_inset Text
28838
28839 \begin_layout Plain Layout
28840 c
28841 \end_layout
28842
28843 \end_inset
28844 </cell>
28845 </row>
28846 <row>
28847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28848 \begin_inset Text
28849
28850 \begin_layout Plain Layout
28851
28852 \end_layout
28853
28854 \end_inset
28855 </cell>
28856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28857 \begin_inset Text
28858
28859 \begin_layout Plain Layout
28860 d
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28866 \begin_inset Text
28867
28868 \begin_layout Plain Layout
28869
28870 \end_layout
28871
28872 \end_inset
28873 </cell>
28874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28875 \begin_inset Text
28876
28877 \begin_layout Plain Layout
28878 e
28879 \end_layout
28880
28881 \end_inset
28882 </cell>
28883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28884 \begin_inset Text
28885
28886 \begin_layout Plain Layout
28887
28888 \end_layout
28889
28890 \end_inset
28891 </cell>
28892 </row>
28893 <row>
28894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28895 \begin_inset Text
28896
28897 \begin_layout Plain Layout
28898 f
28899 \end_layout
28900
28901 \end_inset
28902 </cell>
28903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28904 \begin_inset Text
28905
28906 \begin_layout Plain Layout
28907
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Plain Layout
28916 g
28917 \end_layout
28918
28919 \end_inset
28920 </cell>
28921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28922 \begin_inset Text
28923
28924 \begin_layout Plain Layout
28925
28926 \end_layout
28927
28928 \end_inset
28929 </cell>
28930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28931 \begin_inset Text
28932
28933 \begin_layout Plain Layout
28934 h
28935 \end_layout
28936
28937 \end_inset
28938 </cell>
28939 </row>
28940 <row>
28941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28942 \begin_inset Text
28943
28944 \begin_layout Plain Layout
28945
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28951 \begin_inset Text
28952
28953 \begin_layout Plain Layout
28954 i
28955 \end_layout
28956
28957 \end_inset
28958 </cell>
28959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28960 \begin_inset Text
28961
28962 \begin_layout Plain Layout
28963
28964 \end_layout
28965
28966 \end_inset
28967 </cell>
28968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28969 \begin_inset Text
28970
28971 \begin_layout Plain Layout
28972 j
28973 \end_layout
28974
28975 \end_inset
28976 </cell>
28977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28978 \begin_inset Text
28979
28980 \begin_layout Plain Layout
28981
28982 \end_layout
28983
28984 \end_inset
28985 </cell>
28986 </row>
28987 </lyxtabular>
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \end_inset
28995
28996
28997 \end_layout
28998
28999 \begin_layout Standard
29000 \begin_inset ERT
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004
29005
29006 \backslash
29007 TabBesEnd
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \begin_layout Standard
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021
29022 \backslash
29023 FigBesBeg
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \begin_inset ERT
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033
29034
29035 \backslash
29036 sidecaptionvpos{figure}{c}
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \begin_inset Float figure
29043 wide false
29044 sideways false
29045 status open
29046
29047 \begin_layout Plain Layout
29048 \begin_inset Graphics
29049         filename clipart/escher-lsd.eps
29050         scale 75
29051         scaleBeforeRotation
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Plain Layout
29059 \begin_inset Caption Standard
29060
29061 \begin_layout Plain Layout
29062 \begin_inset CommandInset label
29063 LatexCommand label
29064 name "fig:cap-beside-fig-2"
29065
29066 \end_inset
29067
29068 This is a vertically centered caption beside a figure.
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \end_layout
29075
29076 \end_inset
29077
29078
29079 \end_layout
29080
29081 \begin_layout Standard
29082 \begin_inset ERT
29083 status collapsed
29084
29085 \begin_layout Plain Layout
29086
29087
29088 \backslash
29089 FigBesEnd
29090 \end_layout
29091
29092 \end_inset
29093
29094
29095 \end_layout
29096
29097 \begin_layout Standard
29098 \begin_inset ERT
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103
29104 \backslash
29105 TabBesBeg[5]
29106 \end_layout
29107
29108 \end_inset
29109
29110
29111 \end_layout
29112
29113 \begin_layout Standard
29114 \begin_inset Float table
29115 wide false
29116 sideways false
29117 status open
29118
29119 \begin_layout Plain Layout
29120 \begin_inset Caption Standard
29121
29122 \begin_layout Plain Layout
29123 \begin_inset CommandInset label
29124 LatexCommand label
29125 name "tab:cap-beside-tab-wider"
29126
29127 \end_inset
29128
29129 This caption is wider than the one in Table
29130 \begin_inset space ~
29131 \end_inset
29132
29133
29134 \begin_inset CommandInset ref
29135 LatexCommand ref
29136 reference "tab:cap-beside-tab"
29137
29138 \end_inset
29139
29140 .
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Plain Layout
29149 \begin_inset Tabular
29150 <lyxtabular version="3" rows="4" columns="5">
29151 <features rotate="0" tabularvalignment="middle">
29152 <column alignment="center" valignment="top">
29153 <column alignment="center" valignment="top">
29154 <column alignment="center" valignment="top">
29155 <column alignment="center" valignment="top">
29156 <column alignment="center" valignment="top">
29157 <row>
29158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29159 \begin_inset Text
29160
29161 \begin_layout Plain Layout
29162 a
29163 \end_layout
29164
29165 \end_inset
29166 </cell>
29167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29168 \begin_inset Text
29169
29170 \begin_layout Plain Layout
29171
29172 \end_layout
29173
29174 \end_inset
29175 </cell>
29176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29177 \begin_inset Text
29178
29179 \begin_layout Plain Layout
29180 b
29181 \end_layout
29182
29183 \end_inset
29184 </cell>
29185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29186 \begin_inset Text
29187
29188 \begin_layout Plain Layout
29189
29190 \end_layout
29191
29192 \end_inset
29193 </cell>
29194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29195 \begin_inset Text
29196
29197 \begin_layout Plain Layout
29198 c
29199 \end_layout
29200
29201 \end_inset
29202 </cell>
29203 </row>
29204 <row>
29205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29206 \begin_inset Text
29207
29208 \begin_layout Plain Layout
29209
29210 \end_layout
29211
29212 \end_inset
29213 </cell>
29214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29215 \begin_inset Text
29216
29217 \begin_layout Plain Layout
29218 d
29219 \end_layout
29220
29221 \end_inset
29222 </cell>
29223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29224 \begin_inset Text
29225
29226 \begin_layout Plain Layout
29227
29228 \end_layout
29229
29230 \end_inset
29231 </cell>
29232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29233 \begin_inset Text
29234
29235 \begin_layout Plain Layout
29236 e
29237 \end_layout
29238
29239 \end_inset
29240 </cell>
29241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29242 \begin_inset Text
29243
29244 \begin_layout Plain Layout
29245
29246 \end_layout
29247
29248 \end_inset
29249 </cell>
29250 </row>
29251 <row>
29252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29253 \begin_inset Text
29254
29255 \begin_layout Plain Layout
29256 f
29257 \end_layout
29258
29259 \end_inset
29260 </cell>
29261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29262 \begin_inset Text
29263
29264 \begin_layout Plain Layout
29265
29266 \end_layout
29267
29268 \end_inset
29269 </cell>
29270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29271 \begin_inset Text
29272
29273 \begin_layout Plain Layout
29274 g
29275 \end_layout
29276
29277 \end_inset
29278 </cell>
29279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29280 \begin_inset Text
29281
29282 \begin_layout Plain Layout
29283
29284 \end_layout
29285
29286 \end_inset
29287 </cell>
29288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29289 \begin_inset Text
29290
29291 \begin_layout Plain Layout
29292 h
29293 \end_layout
29294
29295 \end_inset
29296 </cell>
29297 </row>
29298 <row>
29299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29300 \begin_inset Text
29301
29302 \begin_layout Plain Layout
29303
29304 \end_layout
29305
29306 \end_inset
29307 </cell>
29308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29309 \begin_inset Text
29310
29311 \begin_layout Plain Layout
29312 i
29313 \end_layout
29314
29315 \end_inset
29316 </cell>
29317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29318 \begin_inset Text
29319
29320 \begin_layout Plain Layout
29321
29322 \end_layout
29323
29324 \end_inset
29325 </cell>
29326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29327 \begin_inset Text
29328
29329 \begin_layout Plain Layout
29330 j
29331 \end_layout
29332
29333 \end_inset
29334 </cell>
29335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Plain Layout
29339
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 </row>
29345 </lyxtabular>
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \begin_layout Standard
29358 \begin_inset ERT
29359 status collapsed
29360
29361 \begin_layout Plain Layout
29362
29363
29364 \backslash
29365 TabBesEnd
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Standard
29374 \begin_inset ERT
29375 status collapsed
29376
29377 \begin_layout Plain Layout
29378
29379
29380 \backslash
29381 else
29382 \end_layout
29383
29384 \end_inset
29385
29386
29387 \begin_inset Note Note
29388 status open
29389
29390 \begin_layout Plain Layout
29391 The following will be displayed when the LaTeX-package 
29392 \series bold
29393 sidecap
29394 \series default
29395  is not installed:
29396 \end_layout
29397
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \begin_layout Standard
29404 You need to install the LaTeX-package 
29405 \series bold
29406 sidecap
29407 \series default
29408  to see the following part of this section in the output.
29409 \end_layout
29410
29411 \begin_layout Standard
29412 \begin_inset ERT
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416
29417
29418 \backslash
29419 fi
29420 \end_layout
29421
29422 \end_inset
29423
29424
29425 \end_layout
29426
29427 \begin_layout Section
29428 Listings of Floats
29429 \begin_inset Index idx
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433 Floats ! Float Lists
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Standard
29442 Similar to the table of contents where the sections of the document are
29443  listed, there are listings for all float types, like the figures of the
29444  documents.
29445  You can insert them via the 
29446 \family sans
29447 Insert\SpecialChar \menuseparator
29448 List
29449 \begin_inset space ~
29450 \end_inset
29451
29452 /
29453 \begin_inset space ~
29454 \end_inset
29455
29456 TOC
29457 \family default
29458  sub menus.
29459 \end_layout
29460
29461 \begin_layout Standard
29462 The list entries are the float captions or its short title, the float number,
29463  and the page number where they appear in the document.
29464 \end_layout
29465
29466 \begin_layout Standard
29467 You can find the list of figures and tables at the end of this document.
29468 \end_layout
29469
29470 \begin_layout Chapter
29471 Notes
29472 \end_layout
29473
29474 \begin_layout Section
29475 LyX Notes
29476 \begin_inset Index idx
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480 Notes ! LyX Notes
29481 \end_layout
29482
29483 \end_inset
29484
29485
29486 \end_layout
29487
29488 \begin_layout Standard
29489 Notes are inserted with the toolbar button 
29490 \begin_inset Info
29491 type  "icon"
29492 arg   "note-insert"
29493 \end_inset
29494
29495  or the menu 
29496 \family sans
29497 Insert\SpecialChar \menuseparator
29498 Note
29499 \family default
29500 .
29501  There are three types of notes:
29502 \end_layout
29503
29504 \begin_layout Description
29505 LyX
29506 \begin_inset space ~
29507 \end_inset
29508
29509 Note This note type is for internal notes that won't appear in the output.
29510  Its note-box looks like this:
29511 \begin_inset Newline newline
29512 \end_inset
29513
29514
29515 \begin_inset Newline newline
29516 \end_inset
29517
29518
29519 \begin_inset Graphics
29520         filename clipart/LyXNoteImageQt4.png
29521         display false
29522         scale 85
29523         scaleBeforeRotation
29524
29525 \end_inset
29526
29527  
29528 \begin_inset Note Note
29529 status open
29530
29531 \begin_layout Plain Layout
29532 This is text in a note box that doesn't appear in the output.
29533 \end_layout
29534
29535 \end_inset
29536
29537
29538 \end_layout
29539
29540 \begin_layout Description
29541 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
29542 ent, when you export the document to LaTeX via the menu 
29543 \family sans
29544 File\SpecialChar \menuseparator
29545 Export\SpecialChar \menuseparator
29546 LaTeX (pdflatex) / (plain)
29547 \family default
29548 .
29549  Its note-box looks like this:
29550 \begin_inset Newline newline
29551 \end_inset
29552
29553
29554 \begin_inset Newline newline
29555 \end_inset
29556
29557
29558 \begin_inset Graphics
29559         filename clipart/CommentNoteImageQt4.png
29560         display false
29561         scale 85
29562         scaleBeforeRotation
29563
29564 \end_inset
29565
29566  
29567 \begin_inset Note Comment
29568 status open
29569
29570 \begin_layout Plain Layout
29571 This is text in a note box that only appears as comment in LaTeX-files.
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \begin_layout Description
29580 Greyed
29581 \begin_inset space ~
29582 \end_inset
29583
29584 Out This note will appear in the output as grey text.
29585  Its note-box looks like this:
29586 \begin_inset Newline newline
29587 \end_inset
29588
29589
29590 \begin_inset Newline newline
29591 \end_inset
29592
29593
29594 \begin_inset Graphics
29595         filename clipart/GreyedOutNoteImageQt4.png
29596         display false
29597         scale 85
29598         scaleBeforeRotation
29599
29600 \end_inset
29601
29602
29603 \begin_inset Newline newline
29604 \end_inset
29605
29606
29607 \begin_inset ERT
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611
29612
29613 \backslash
29614 renewenvironment{lyxgreyedout}
29615 \end_layout
29616
29617 \begin_layout Plain Layout
29618
29619 {
29620 \backslash
29621 textcolor[gray]{0.8}
29622 \backslash
29623 bgroup}{
29624 \backslash
29625 egroup}
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \begin_inset Note Greyedout
29632 status open
29633
29634 \begin_layout Plain Layout
29635 This is text
29636 \begin_inset Foot
29637 status open
29638
29639 \begin_layout Plain Layout
29640 This is an example footnote within a greyed out note.
29641 \end_layout
29642
29643 \end_inset
29644
29645  of a comment that appears in the output as grey text.
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \begin_inset ERT
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655
29656
29657 \backslash
29658 renewenvironment{lyxgreyedout}
29659 \end_layout
29660
29661 \begin_layout Plain Layout
29662
29663 {
29664 \backslash
29665 textcolor{blue}
29666 \backslash
29667 bgroup}{
29668 \backslash
29669 egroup}
29670 \end_layout
29671
29672 \end_inset
29673
29674
29675 \begin_inset Note Note
29676 status collapsed
29677
29678 \begin_layout Plain Layout
29679 The greyed out note is here redefined to show it with the original LyX definitio
29680 n because greyed out notes are redefined in the preamble of this document,
29681  as described below, to have blue text.
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \begin_inset Newline newline
29688 \end_inset
29689
29690
29691 \begin_inset Newline newline
29692 \end_inset
29693
29694 As you can see in the example, the first line of greyed out notes is a bit
29695  indented and greyed out notes can have footnotes.
29696 \end_layout
29697
29698 \begin_layout Standard
29699 \begin_inset VSpace bigskip
29700 \end_inset
29701
29702 When you use the toolbar button 
29703 \begin_inset Info
29704 type  "icon"
29705 arg   "note-insert"
29706 \end_inset
29707
29708  to insert notes, a 
29709 \family sans
29710 LyX
29711 \begin_inset space ~
29712 \end_inset
29713
29714 Note
29715 \family default
29716  is inserted.
29717  You can switch between the three note types by right-clicking on the note-box.
29718  
29719 \family roman
29720 \series medium
29721 \bar no
29722 If you want to turn existing text into a note, mark it and click on the
29723  note
29724 \family default
29725 \series default
29726 \bar default
29727  toolbar 
29728 \family roman
29729 \series medium
29730 \bar no
29731 button
29732 \family default
29733 \series default
29734 \bar default
29735 .
29736  To change a note to text, press the backspace key when the cursor is in
29737  the first position of a note, or press the delete key when the cursor is
29738  in the very last position of the note, respectively.
29739 \end_layout
29740
29741 \begin_layout Standard
29742 \begin_inset VSpace bigskip
29743 \end_inset
29744
29745 You can change the text color of the greyed out notes in the menu 
29746 \family sans
29747 Document\SpecialChar \menuseparator
29748 Settings\SpecialChar \menuseparator
29749 Colors
29750 \family default
29751 .
29752 \end_layout
29753
29754 \begin_layout Section
29755 Footnotes
29756 \begin_inset CommandInset label
29757 LatexCommand label
29758 name "sec:Footnotes"
29759
29760 \end_inset
29761
29762
29763 \begin_inset Index idx
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767 Notes ! Footnotes
29768 \end_layout
29769
29770 \end_inset
29771
29772
29773 \begin_inset Index idx
29774 status collapsed
29775
29776 \begin_layout Plain Layout
29777 Footnotes
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \end_layout
29784
29785 \begin_layout Standard
29786 Footnotes can be inserted using the toolbar button 
29787 \begin_inset Info
29788 type  "icon"
29789 arg   "footnote-insert"
29790 \end_inset
29791
29792  or the menu 
29793 \family sans
29794 Insert\SpecialChar \menuseparator
29795 Footnote
29796 \family default
29797 .
29798  You will then see the following footnote-box: 
29799 \begin_inset Graphics
29800         filename clipart/footnoteQt4.png
29801         scale 80
29802         scaleBeforeRotation
29803
29804 \end_inset
29805
29806  
29807 \family roman
29808 \series medium
29809 \bar no
29810 where you can enter the footnote text.
29811  If you want to turn existing text into a footnote, mark it and click on
29812  the footnote
29813 \family default
29814 \series default
29815 \bar default
29816  toolbar 
29817 \family roman
29818 \series medium
29819 \bar no
29820 button
29821 \family default
29822 \series default
29823 \bar default
29824 .
29825  To change a 
29826 \family roman
29827 \series medium
29828 \bar no
29829 footnote
29830 \family default
29831 \series default
29832 \bar default
29833  to text, press the 
29834 \family sans
29835 Backspace
29836 \family default
29837  key when the cursor is in the first position of a 
29838 \family roman
29839 \series medium
29840 \bar no
29841 footnote
29842 \family default
29843 \series default
29844 \bar default
29845 , or press the 
29846 \family sans
29847 Delete
29848 \family default
29849  key when the cursor is in the very last position of the 
29850 \family roman
29851 \series medium
29852 \bar no
29853 footnote
29854 \family default
29855 \series default
29856 \bar default
29857 , respectively.
29858 \end_layout
29859
29860 \begin_layout Standard
29861 Here is an example footnote:
29862 \family roman
29863 \series medium
29864 \bar no
29865
29866 \begin_inset Foot
29867 status open
29868
29869 \begin_layout Plain Layout
29870 \begin_inset CommandInset label
29871 LatexCommand label
29872 name "foot:This-is-an"
29873
29874 \end_inset
29875
29876 This is an example footnote.
29877 \end_layout
29878
29879 \end_inset
29880
29881
29882 \family default
29883 \series default
29884 \bar default
29885
29886 \begin_inset ERT
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890
29891
29892 \backslash
29893 newcounter{MyRepeatFoot}
29894 \end_layout
29895
29896 \begin_layout Plain Layout
29897
29898
29899 \backslash
29900 setcounter{MyRepeatFoot}{
29901 \backslash
29902 thefootnote}
29903 \end_layout
29904
29905 \end_inset
29906
29907
29908 \end_layout
29909
29910 \begin_layout Standard
29911 The footnote will appear in the output as a superscript number at the text
29912  position where the footnote box is placed.
29913  The footnote text is placed at the bottom of the current page.
29914  The footnote number is calculated by LaTeX; the numbers are consecutive.
29915  Whether the footnote number is reset for every chapter depends on your
29916  document class.
29917 \end_layout
29918
29919 \begin_layout Standard
29920 Footnotes can be referenced like floats: Insert a label into the footnote
29921  and cross-reference this label in the text as described in section
29922 \begin_inset space ~
29923 \end_inset
29924
29925
29926 \begin_inset CommandInset ref
29927 LatexCommand ref
29928 reference "sec:Referencing-Floats"
29929
29930 \end_inset
29931
29932 .
29933 \begin_inset Newline newline
29934 \end_inset
29935
29936 This is a cross-reference of Footnote
29937 \begin_inset space ~
29938 \end_inset
29939
29940
29941 \begin_inset CommandInset ref
29942 LatexCommand ref
29943 reference "foot:This-is-an"
29944
29945 \end_inset
29946
29947 .
29948 \end_layout
29949
29950 \begin_layout Standard
29951 \begin_inset VSpace defskip
29952 \end_inset
29953
29954 Footnotes in title environments are usually not numbered with symbols and
29955  they cannot contain several paragraphs.
29956  See for example the footnote in the titling of this document.
29957 \end_layout
29958
29959 \begin_layout Standard
29960 \begin_inset VSpace defskip
29961 \end_inset
29962
29963 Footnotes in tables are not printed by LaTeX due to technical reasons.
29964  However there exists another method to print them: Instead of the footnote
29965  the command 
29966 \series bold
29967
29968 \backslash
29969 footnotemark{}
29970 \series default
29971  is inserted as TeX-code.
29972  The text of the footnote is entered as an argument of the TeX-code command
29973  
29974 \series bold
29975
29976 \backslash
29977 footnotetext
29978 \series default
29979  after the table.
29980 \begin_inset Newline newline
29981 \end_inset
29982
29983 This was done for the following table with the command
29984 \end_layout
29985
29986 \begin_layout Standard
29987
29988 \series bold
29989
29990 \backslash
29991 footnotetext{
29992 \series default
29993 Printed table footnote.
29994 \series bold
29995 }
29996 \end_layout
29997
29998 \begin_layout Standard
29999 \begin_inset Tabular
30000 <lyxtabular version="3" rows="2" columns="1">
30001 <features rotate="0" tabularvalignment="middle">
30002 <column alignment="center" valignment="top">
30003 <row>
30004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30005 \begin_inset Text
30006
30007 \begin_layout Plain Layout
30008 This an example text.
30009 \begin_inset Foot
30010 status open
30011
30012 \begin_layout Plain Layout
30013 This footnote will not be printed!
30014 \end_layout
30015
30016 \end_inset
30017
30018
30019 \end_layout
30020
30021 \end_inset
30022 </cell>
30023 </row>
30024 <row>
30025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30026 \begin_inset Text
30027
30028 \begin_layout Plain Layout
30029 This an example text.
30030 \begin_inset ERT
30031 status collapsed
30032
30033 \begin_layout Plain Layout
30034
30035
30036 \backslash
30037 footnotemark{}
30038 \end_layout
30039
30040 \end_inset
30041
30042
30043 \end_layout
30044
30045 \end_inset
30046 </cell>
30047 </row>
30048 </lyxtabular>
30049
30050 \end_inset
30051
30052
30053 \begin_inset ERT
30054 status collapsed
30055
30056 \begin_layout Plain Layout
30057
30058
30059 \backslash
30060 footnotetext{
30061 \end_layout
30062
30063 \end_inset
30064
30065 Printed table footnote.
30066 \begin_inset ERT
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071 }
30072 \end_layout
30073
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \begin_layout Standard
30080 Footnotes in longtables are described in section
30081 \begin_inset space ~
30082 \end_inset
30083
30084
30085 \begin_inset CommandInset ref
30086 LatexCommand ref
30087 reference "sub:Footnotes-in-Longtables"
30088
30089 \end_inset
30090
30091 .
30092 \end_layout
30093
30094 \begin_layout Standard
30095 Footnotes in minipage boxes are printed, but inside the box and with a different
30096  numbering because a minipage box is like a page inside a page.
30097  (For more about minipages, see section
30098 \begin_inset space ~
30099 \end_inset
30100
30101
30102 \begin_inset CommandInset ref
30103 LatexCommand ref
30104 reference "sec:Minipages"
30105
30106 \end_inset
30107
30108 .) To get a footnote in the minipage that is output at the bottom of the
30109  page like normal footnotes, also use the method of 
30110 \series bold
30111
30112 \backslash
30113 footnotemark{}
30114 \series default
30115  and 
30116 \series bold
30117
30118 \backslash
30119 footnotetext
30120 \series default
30121 .
30122 \end_layout
30123
30124 \begin_layout Standard
30125 \begin_inset Box Frameless
30126 position "t"
30127 hor_pos "c"
30128 has_inner_box 1
30129 inner_pos "t"
30130 use_parbox 0
30131 use_makebox 0
30132 width "100col%"
30133 special "none"
30134 height "1in"
30135 height_special "totalheight"
30136 status open
30137
30138 \begin_layout Plain Layout
30139 This an example text in a minipage.
30140 \begin_inset Foot
30141 status open
30142
30143 \begin_layout Plain Layout
30144 Footnote in the minipage.
30145 \end_layout
30146
30147 \end_inset
30148
30149
30150 \end_layout
30151
30152 \begin_layout Plain Layout
30153 This an example text in a minipage.
30154 \begin_inset ERT
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158
30159
30160 \backslash
30161 footnotemark{}
30162 \end_layout
30163
30164 \end_inset
30165
30166
30167 \end_layout
30168
30169 \end_inset
30170
30171
30172 \end_layout
30173
30174 \begin_layout Standard
30175 \begin_inset ERT
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179
30180
30181 \backslash
30182 footnotetext{
30183 \end_layout
30184
30185 \end_inset
30186
30187 Footnote outside the minipage.
30188 \begin_inset ERT
30189 status collapsed
30190
30191 \begin_layout Plain Layout
30192
30193 }
30194 \end_layout
30195
30196 \end_inset
30197
30198
30199 \end_layout
30200
30201 \begin_layout Standard
30202 \begin_inset VSpace defskip
30203 \end_inset
30204
30205
30206 \end_layout
30207
30208 \begin_layout Standard
30209 To refer to the same footnote several times without printing the footnote
30210  text every time, use the command 
30211 \series bold
30212
30213 \backslash
30214 footnotemark[number]
30215 \series default
30216  in TeX-code.
30217 \begin_inset Newline newline
30218 \end_inset
30219
30220 As you do not know the number of the repeating footnote while you are writing
30221  the text, you have to store its number.
30222  For the following footnote mark example, these commands were inserted in
30223  TeX-code after Footnote
30224 \begin_inset space ~
30225 \end_inset
30226
30227
30228 \begin_inset CommandInset ref
30229 LatexCommand ref
30230 reference "foot:This-is-an"
30231
30232 \end_inset
30233
30234  to store the footnote number:
30235 \end_layout
30236
30237 \begin_layout Standard
30238
30239 \series bold
30240
30241 \backslash
30242 newcounter{MyRepeatFoot}
30243 \begin_inset Newline newline
30244 \end_inset
30245
30246
30247 \backslash
30248 setcounter{MyRepeatFoot}{
30249 \backslash
30250 thefootnote}
30251 \end_layout
30252
30253 \begin_layout Standard
30254 The footnote mark was then created with this command:
30255 \end_layout
30256
30257 \begin_layout Standard
30258
30259 \series bold
30260
30261 \backslash
30262 footnotemark[
30263 \backslash
30264 theMyRepeatFoot]
30265 \end_layout
30266
30267 \begin_layout Standard
30268 Here is a repeated footnote:
30269 \family roman
30270 \series medium
30271 \bar no
30272
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278
30279 \backslash
30280 footnotemark[
30281 \backslash
30282 theMyRepeatFoot]
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \end_layout
30289
30290 \begin_layout Standard
30291 If you want to repeat the previous footnote, you can omit the storage of
30292  the footnote number and just use this command instead:
30293 \end_layout
30294
30295 \begin_layout Standard
30296
30297 \series bold
30298
30299 \backslash
30300 footnotemark[
30301 \backslash
30302 thefootnote]
30303 \end_layout
30304
30305 \begin_layout Standard
30306 Here is another repeated footnote:
30307 \family roman
30308 \series medium
30309 \bar no
30310
30311 \begin_inset ERT
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315
30316
30317 \backslash
30318 footnotemark[
30319 \backslash
30320 thefootnote]
30321 \end_layout
30322
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Subsection
30329 Footnote Numbering
30330 \begin_inset CommandInset label
30331 LatexCommand label
30332 name "sub:Footnote-Numbering"
30333
30334 \end_inset
30335
30336
30337 \begin_inset Index idx
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341 Footnotes ! Numbering
30342 \end_layout
30343
30344 \end_inset
30345
30346
30347 \end_layout
30348
30349 \begin_layout Standard
30350 To reset the footnote number back to 1 after each section
30351 \family roman
30352 , add this command to your document preamble:
30353 \end_layout
30354
30355 \begin_layout Standard
30356
30357 \series bold
30358
30359 \backslash
30360 @addtoreset{footnote}{section}
30361 \end_layout
30362
30363 \begin_layout Standard
30364 \begin_inset VSpace bigskip
30365 \end_inset
30366
30367 The following preamble command changes the footnote numbering style to small
30368  roman numerals:
30369 \end_layout
30370
30371 \begin_layout Standard
30372
30373 \series bold
30374
30375 \backslash
30376 renewcommand{
30377 \backslash
30378 thefootnote}{
30379 \backslash
30380 roman{footnote}}
30381 \end_layout
30382
30383 \begin_layout Standard
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389
30390 \backslash
30391 renewcommand{
30392 \backslash
30393 thefootnote}{
30394 \backslash
30395 roman{footnote}}
30396 \end_layout
30397
30398 \end_inset
30399
30400  This is a footnote with roman numbering:
30401 \begin_inset Foot
30402 status open
30403
30404 \begin_layout Plain Layout
30405 This is an example footnote with roman numbering.
30406 \end_layout
30407
30408 \end_inset
30409
30410
30411 \end_layout
30412
30413 \begin_layout Standard
30414 To change the numbering style to capital roman numerals replace in the command
30415  above 
30416 \series bold
30417
30418 \backslash
30419 roman
30420 \series default
30421  by 
30422 \series bold
30423
30424 \backslash
30425 Roman
30426 \series default
30427 .
30428  To 
30429 \begin_inset Quotes eld
30430 \end_inset
30431
30432 number
30433 \begin_inset Quotes erd
30434 \end_inset
30435
30436  footnotes with capital or small Latin letters use 
30437 \series bold
30438
30439 \backslash
30440 Alph
30441 \series default
30442  or 
30443 \series bold
30444
30445 \backslash
30446 alph
30447 \series default
30448 , respectively.
30449  To 
30450 \begin_inset Quotes eld
30451 \end_inset
30452
30453 number
30454 \begin_inset Quotes erd
30455 \end_inset
30456
30457  footnotes with symbols use 
30458 \series bold
30459
30460 \backslash
30461 fnsymbol
30462 \series default
30463 .
30464 \end_layout
30465
30466 \begin_layout Standard
30467 \begin_inset Note Greyedout
30468 status open
30469
30470 \begin_layout Plain Layout
30471
30472 \series bold
30473 Note:
30474 \series default
30475  You can only number 26 footnotes with Latin letters, because this numbering
30476  is limited to single letters.
30477 \end_layout
30478
30479 \end_inset
30480
30481
30482 \begin_inset Newline newline
30483 \end_inset
30484
30485
30486 \begin_inset Note Greyedout
30487 status open
30488
30489 \begin_layout Plain Layout
30490
30491 \series bold
30492 Note:
30493 \series default
30494  You can only number 9 footnotes with symbols.
30495 \end_layout
30496
30497 \end_inset
30498
30499
30500 \end_layout
30501
30502 \begin_layout Standard
30503 To return to the default numbering style after you have changed to another
30504  one, use 
30505 \series bold
30506
30507 \backslash
30508 arabic
30509 \series default
30510  instead of 
30511 \series bold
30512
30513 \backslash
30514 roman
30515 \series default
30516  in the command above.
30517 \begin_inset ERT
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521
30522
30523 \backslash
30524 renewcommand{
30525 \backslash
30526 thefootnote}{
30527 \backslash
30528 arabic{footnote}}
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \end_layout
30535
30536 \begin_layout Standard
30537 \begin_inset VSpace bigskip
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \begin_layout Standard
30544 If you want to have footnotes numbered in the scheme 
30545 \begin_inset Quotes eld
30546 \end_inset
30547
30548 chapter.footnote
30549 \begin_inset Quotes erd
30550 \end_inset
30551
30552 , add the following command to your document preamble:
30553 \end_layout
30554
30555 \begin_layout Standard
30556
30557 \series bold
30558
30559 \backslash
30560 numberwithin{footnote}{chapter}
30561 \end_layout
30562
30563 \begin_layout Standard
30564 To be able to use the command 
30565 \series bold
30566
30567 \backslash
30568 numberwithin
30569 \series default
30570 , set in the tab 
30571 \family sans
30572 Math
30573 \begin_inset space ~
30574 \end_inset
30575
30576 Options
30577 \family default
30578  in the document settings the option 
30579 \family sans
30580 Use
30581 \begin_inset space ~
30582 \end_inset
30583
30584 AMS
30585 \begin_inset space ~
30586 \end_inset
30587
30588 math
30589 \begin_inset space ~
30590 \end_inset
30591
30592 package
30593 \family default
30594 .
30595 \end_layout
30596
30597 \begin_layout Standard
30598 \begin_inset ERT
30599 status collapsed
30600
30601 \begin_layout Plain Layout
30602
30603
30604 \backslash
30605 numberwithin{footnote}{chapter}
30606 \end_layout
30607
30608 \end_inset
30609
30610 This is another example footnote:
30611 \series bold
30612
30613 \begin_inset Foot
30614 status open
30615
30616 \begin_layout Plain Layout
30617 This is a footnote numbered in the scheme 
30618 \begin_inset Quotes eld
30619 \end_inset
30620
30621 chapter.footnote
30622 \begin_inset Quotes erd
30623 \end_inset
30624
30625 .
30626 \end_layout
30627
30628 \end_inset
30629
30630
30631 \series default
30632
30633 \begin_inset ERT
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637
30638
30639 \backslash
30640 renewcommand{
30641 \backslash
30642 thefootnote}{
30643 \backslash
30644 arabic{footnote}}
30645 \end_layout
30646
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Standard
30653 \begin_inset Note Greyedout
30654 status open
30655
30656 \begin_layout Plain Layout
30657
30658 \series bold
30659 Note:
30660 \series default
30661  
30662 \series bold
30663
30664 \backslash
30665 numberwithin
30666 \series default
30667  always prints out the footnote number as arabic number; previous redefinitions
30668  to get non-arabic numbers are overwritten.
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \end_layout
30675
30676 \begin_layout Standard
30677 So to get for example the scheme 
30678 \begin_inset Quotes eld
30679 \end_inset
30680
30681 chapter.
30682 \backslash
30683 Roman{footnote}
30684 \begin_inset Quotes erd
30685 \end_inset
30686
30687 , use this command instead of 
30688 \series bold
30689
30690 \backslash
30691 numberwithin
30692 \series default
30693 :
30694 \end_layout
30695
30696 \begin_layout Standard
30697
30698 \series bold
30699
30700 \backslash
30701 renewcommand{
30702 \backslash
30703 thefootnote}{
30704 \backslash
30705 thechapter.
30706 \backslash
30707 Roman{footnote}}
30708 \end_layout
30709
30710 \begin_layout Subsection
30711 Footnote Placement
30712 \begin_inset Index idx
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716 Footnotes ! Placement
30717 \end_layout
30718
30719 \end_inset
30720
30721
30722 \end_layout
30723
30724 \begin_layout Standard
30725 If you have several footnotes in one page, they appear without vertical
30726  space between them at the bottom of the page.
30727  To make them more readable you can e.
30728 \begin_inset space \thinspace{}
30729 \end_inset
30730
30731 g.
30732 \begin_inset space \space{}
30733 \end_inset
30734
30735 add 1.5
30736 \begin_inset space \thinspace{}
30737 \end_inset
30738
30739 mm space with the following preamble command:
30740 \end_layout
30741
30742 \begin_layout Standard
30743
30744 \series bold
30745
30746 \backslash
30747 let
30748 \backslash
30749 myFoot
30750 \backslash
30751 footnote
30752 \begin_inset Newline newline
30753 \end_inset
30754
30755
30756 \backslash
30757 renewcommand{
30758 \backslash
30759 footnote}[1]{
30760 \backslash
30761 myFoot{#1
30762 \backslash
30763 vspace{1.5mm}}}
30764 \end_layout
30765
30766 \begin_layout Standard
30767 \begin_inset VSpace bigskip
30768 \end_inset
30769
30770 In a two-column document the footnotes appear at the bottom of every column,
30771  see Figure
30772 \begin_inset space ~
30773 \end_inset
30774
30775
30776 \begin_inset CommandInset ref
30777 LatexCommand ref
30778 reference "fig:Standard-footnote-placement"
30779
30780 \end_inset
30781
30782 .
30783  If the footnotes should only appear at the bottom of the right column,
30784  as in Figure
30785 \begin_inset space ~
30786 \end_inset
30787
30788
30789 \begin_inset CommandInset ref
30790 LatexCommand ref
30791 reference "fig:Footnote-placement-in"
30792
30793 \end_inset
30794
30795 , use the LaTeX-package 
30796 \series bold
30797 ftnright
30798 \series default
30799
30800 \begin_inset Index idx
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804 LaTeX-packages ! ftnright
30805 \end_layout
30806
30807 \end_inset
30808
30809  with this command in the document preamble:
30810 \end_layout
30811
30812 \begin_layout Standard
30813
30814 \series bold
30815
30816 \backslash
30817 usepackage{ftnright}
30818 \end_layout
30819
30820 \begin_layout Standard
30821 \begin_inset Float figure
30822 placement !h
30823 wide false
30824 sideways false
30825 status open
30826
30827 \begin_layout Plain Layout
30828 \begin_inset ERT
30829 status collapsed
30830
30831 \begin_layout Plain Layout
30832
30833
30834 \backslash
30835 framebox{
30836 \end_layout
30837
30838 \end_inset
30839
30840
30841 \begin_inset Graphics
30842         filename clipart/without_fntright.pdf
30843         width 100col%
30844         scaleBeforeRotation
30845
30846 \end_inset
30847
30848
30849 \begin_inset ERT
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853
30854 }
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \end_layout
30861
30862 \begin_layout Plain Layout
30863 \begin_inset Caption Standard
30864
30865 \begin_layout Plain Layout
30866 \begin_inset CommandInset label
30867 LatexCommand label
30868 name "fig:Standard-footnote-placement"
30869
30870 \end_inset
30871
30872 Standard footnote placement in two-column documents.
30873 \end_layout
30874
30875 \end_inset
30876
30877
30878 \end_layout
30879
30880 \end_inset
30881
30882
30883 \end_layout
30884
30885 \begin_layout Standard
30886 \begin_inset Float figure
30887 placement !h
30888 wide false
30889 sideways false
30890 status open
30891
30892 \begin_layout Plain Layout
30893 \begin_inset ERT
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897
30898
30899 \backslash
30900 framebox{
30901 \end_layout
30902
30903 \end_inset
30904
30905
30906 \begin_inset Graphics
30907         filename clipart/with_fntright.pdf
30908         width 100col%
30909         scaleBeforeRotation
30910
30911 \end_inset
30912
30913
30914 \begin_inset ERT
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918
30919 }
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \end_layout
30926
30927 \begin_layout Plain Layout
30928 \begin_inset Caption Standard
30929
30930 \begin_layout Plain Layout
30931 \begin_inset CommandInset label
30932 LatexCommand label
30933 name "fig:Footnote-placement-in"
30934
30935 \end_inset
30936
30937 Footnote placement in two-column documents when the LaTeX-package 
30938 \series bold
30939 ftnright
30940 \series default
30941  is used.
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \end_inset
30950
30951
30952 \end_layout
30953
30954 \begin_layout Standard
30955 \begin_inset VSpace bigskip
30956 \end_inset
30957
30958 In some scientific literature it is usual to collect the footnotes and print
30959  them in a separate paragraph at the end of a section, as in Figure
30960 \begin_inset space ~
30961 \end_inset
30962
30963
30964 \begin_inset CommandInset ref
30965 LatexCommand ref
30966 reference "fig:Endnotes"
30967
30968 \end_inset
30969
30970 .
30971  They are then called 
30972 \begin_inset Quotes eld
30973 \end_inset
30974
30975 endnotes
30976 \begin_inset Quotes erd
30977 \end_inset
30978
30979 .
30980 \begin_inset Index idx
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984 Endnotes
30985 \end_layout
30986
30987 \end_inset
30988
30989  To use endnotes instead of footnotes in your document, load in the menu
30990  
30991 \family sans
30992 Document\SpecialChar \menuseparator
30993 Settings\SpecialChar \menuseparator
30994 Modules 
30995 \family default
30996 the module 
30997 \family sans
30998 Foot
30999 \begin_inset space ~
31000 \end_inset
31001
31002 to
31003 \begin_inset space ~
31004 \end_inset
31005
31006 End
31007 \family default
31008 .
31009  To insert the collected footnotes, insert the command
31010 \end_layout
31011
31012 \begin_layout Standard
31013
31014 \series bold
31015
31016 \backslash
31017 theendnotes
31018 \end_layout
31019
31020 \begin_layout Standard
31021 in TeX-Code at the end of a section or chapter.
31022 \end_layout
31023
31024 \begin_layout Standard
31025 \begin_inset Float figure
31026 wide false
31027 sideways false
31028 status open
31029
31030 \begin_layout Plain Layout
31031 \align center
31032 \begin_inset ERT
31033 status collapsed
31034
31035 \begin_layout Plain Layout
31036
31037
31038 \backslash
31039 framebox{
31040 \end_layout
31041
31042 \end_inset
31043
31044
31045 \begin_inset Graphics
31046         filename clipart/endnotes.pdf
31047         scaleBeforeRotation
31048
31049 \end_inset
31050
31051
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057 }
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \end_layout
31064
31065 \begin_layout Plain Layout
31066 \begin_inset Caption Standard
31067
31068 \begin_layout Plain Layout
31069 \begin_inset CommandInset label
31070 LatexCommand label
31071 name "fig:Endnotes"
31072
31073 \end_inset
31074
31075 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
31076  or chapters.
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \end_layout
31083
31084 \end_inset
31085
31086
31087 \end_layout
31088
31089 \begin_layout Standard
31090 \begin_inset VSpace medskip
31091 \end_inset
31092
31093 The paragraph heading for the endnotes isn't automatically translated into
31094  the document language, this must be done manually.
31095  The following preamble command translates the default English 
31096 \begin_inset Quotes eld
31097 \end_inset
31098
31099 Notes
31100 \begin_inset Quotes erd
31101 \end_inset
31102
31103  into the German 
31104 \begin_inset Quotes eld
31105 \end_inset
31106
31107 Anmerkungen
31108 \begin_inset Quotes erd
31109 \end_inset
31110
31111 :
31112 \end_layout
31113
31114 \begin_layout Standard
31115
31116 \series bold
31117
31118 \backslash
31119 renewcommand{
31120 \backslash
31121 notesname}{Anmerkungen}
31122 \end_layout
31123
31124 \begin_layout Standard
31125 \begin_inset VSpace medskip
31126 \end_inset
31127
31128 The numbering of endnotes can be changed like the footnote numbering as
31129  described in section
31130 \begin_inset space ~
31131 \end_inset
31132
31133
31134 \begin_inset CommandInset ref
31135 LatexCommand ref
31136 reference "sub:Footnote-Numbering"
31137
31138 \end_inset
31139
31140 ; just replace the command 
31141 \series bold
31142
31143 \backslash
31144 thefootnote
31145 \series default
31146  by 
31147 \series bold
31148
31149 \backslash
31150 theendnote
31151 \series default
31152 .
31153  To reset the endnote number use the command 
31154 \series bold
31155
31156 \backslash
31157 @addtoreset
31158 \series default
31159  as described in section
31160 \begin_inset space ~
31161 \end_inset
31162
31163
31164 \begin_inset CommandInset ref
31165 LatexCommand ref
31166 reference "sub:Footnote-Numbering"
31167
31168 \end_inset
31169
31170  and replace the command parameter 
31171 \series bold
31172 footnote
31173 \series default
31174  by 
31175 \series bold
31176 endnote
31177 \series default
31178 .
31179 \end_layout
31180
31181 \begin_layout Standard
31182 For endnotes there is the command 
31183 \series bold
31184
31185 \backslash
31186 endnotemark[number]
31187 \series default
31188  similar to the command 
31189 \series bold
31190
31191 \backslash
31192 footnotemark
31193 \series default
31194 , that is described in section
31195 \begin_inset space ~
31196 \end_inset
31197
31198
31199 \begin_inset CommandInset ref
31200 LatexCommand ref
31201 reference "sec:Footnotes"
31202
31203 \end_inset
31204
31205 .
31206 \end_layout
31207
31208 \begin_layout Standard
31209 \begin_inset VSpace bigskip
31210 \end_inset
31211
31212 Footnotes can also be placed in the page margin and the footnote text alignment
31213  can be changed, see the LaTeX-package 
31214 \series bold
31215 footmisc
31216 \series default
31217
31218 \begin_inset Index idx
31219 status collapsed
31220
31221 \begin_layout Plain Layout
31222 LaTeX-packages ! footmisc
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \begin_inset CommandInset citation
31229 LatexCommand cite
31230 key "footmisc"
31231
31232 \end_inset
31233
31234  for more information about this.
31235 \end_layout
31236
31237 \begin_layout Standard
31238 For various further footnote formatting issues have a look at LaTeX-books,
31239  
31240 \begin_inset CommandInset citation
31241 LatexCommand cite
31242 key "latexcompanion,latexguide,latexbook"
31243
31244 \end_inset
31245
31246 .
31247  If you are using a 
31248 \series bold
31249 KOMA-Script
31250 \series default
31251
31252 \begin_inset Index idx
31253 status collapsed
31254
31255 \begin_layout Plain Layout
31256 LaTeX-packages ! KOMA-Script
31257 \end_layout
31258
31259 \end_inset
31260
31261  document class, you can adjust all footnote settings using class-specific
31262  commands, see 
31263 \begin_inset CommandInset citation
31264 LatexCommand cite
31265 key "KOMA-Script"
31266
31267 \end_inset
31268
31269 .
31270 \end_layout
31271
31272 \begin_layout Section
31273 Margin Notes
31274 \begin_inset Index idx
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278 Notes ! Margin Notes
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \end_layout
31285
31286 \begin_layout Standard
31287 Margin notes look and behave in LyX like footnotes.
31288  They are inserted via the menu 
31289 \family sans
31290 Insert\SpecialChar \menuseparator
31291 Marginal
31292 \begin_inset space ~
31293 \end_inset
31294
31295 Note
31296 \family default
31297  or the toolbar button 
31298 \begin_inset Info
31299 type  "icon"
31300 arg   "marginalnote-insert"
31301 \end_inset
31302
31303 .
31304  A grey 
31305 \family roman
31306 \series medium
31307 box with the
31308 \family default
31309 \series default
31310  red 
31311 \family roman
31312 \series medium
31313 label 
31314 \begin_inset Quotes eld
31315 \end_inset
31316
31317 margin
31318 \begin_inset Quotes erd
31319 \end_inset
31320
31321  appears where you can enter the text of the margin note.
31322 \end_layout
31323
31324 \begin_layout Standard
31325 At the side is an example margin note.
31326
31327 \family roman
31328 \series medium
31329  
31330 \begin_inset Marginal
31331 status open
31332
31333 \begin_layout Plain Layout
31334 This is a margin note.
31335 \end_layout
31336
31337 \end_inset
31338
31339
31340 \end_layout
31341
31342 \begin_layout Standard
31343 Margin notes appear at the right side in single-sided documents.
31344  In double-sided documents they appear in the outer margin â€“ left on even
31345  pages, right on odd pages.
31346  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31347 d when the note appears in the left margin.
31348  The first line of the margin note is placed at the position of the text
31349  line where it is inserted in the document.
31350 \end_layout
31351
31352 \begin_layout Standard
31353 \begin_inset VSpace bigskip
31354 \end_inset
31355
31356 To place the margin note in the inner margin, add the command
31357 \end_layout
31358
31359 \begin_layout Standard
31360
31361 \series bold
31362
31363 \backslash
31364 reversemarginpar
31365 \end_layout
31366
31367 \begin_layout Standard
31368 in TeX-Code before a margin note.
31369  The new placement is valid for all subsequent margin notes.
31370  
31371 \begin_inset ERT
31372 status collapsed
31373
31374 \begin_layout Plain Layout
31375
31376
31377 \backslash
31378 reversemarginpar 
31379 \end_layout
31380
31381 \end_inset
31382
31383
31384 \begin_inset Marginal
31385 status open
31386
31387 \begin_layout Plain Layout
31388 This is a margin note in the inner margin.
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \series bold
31395
31396 \begin_inset Newline newline
31397 \end_inset
31398
31399
31400 \series default
31401
31402 \begin_inset Note Greyedout
31403 status open
31404
31405 \begin_layout Plain Layout
31406
31407 \series bold
31408 Note:
31409 \series default
31410  There is often not enough space in the inner margin so that the notes are
31411  not correctly displayed in the output.
31412 \end_layout
31413
31414 \end_inset
31415
31416
31417 \end_layout
31418
31419 \begin_layout Standard
31420 To return to the default placement insert the command
31421 \end_layout
31422
31423 \begin_layout Standard
31424
31425 \series bold
31426
31427 \backslash
31428 normalmarginpar
31429 \end_layout
31430
31431 \begin_layout Standard
31432 in TeX-Code.
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438
31439 \backslash
31440 normalmarginpar 
31441 \end_layout
31442
31443 \end_inset
31444
31445  
31446 \begin_inset Note Greyedout
31447 status open
31448
31449 \begin_layout Plain Layout
31450
31451 \series bold
31452 Note:
31453 \series default
31454  The command is ignored when it is within a paragraph where also the command
31455  
31456 \series bold
31457
31458 \backslash
31459 reversemarginpar
31460 \series default
31461  is inserted.
31462 \end_layout
31463
31464 \end_inset
31465
31466
31467 \end_layout
31468
31469 \begin_layout Standard
31470 \begin_inset VSpace bigskip
31471 \end_inset
31472
31473
31474 \family roman
31475 \series medium
31476
31477 \begin_inset Marginal
31478 status open
31479
31480 \begin_layout Plain Layout
31481 AVeryLongMarginParWord that isn't hyphenated.
31482 \end_layout
31483
31484 \end_inset
31485
31486
31487 \family default
31488 \series default
31489  Similar to the case described in section
31490 \begin_inset space ~
31491 \end_inset
31492
31493
31494 \begin_inset CommandInset ref
31495 LatexCommand ref
31496 reference "sub:Multiple-Lines-in"
31497
31498 \end_inset
31499
31500 , long words cannot be hyphenated when they are the first word in a margin
31501  note.
31502  To avoid this, insert 0
31503 \begin_inset space \thinspace{}
31504 \end_inset
31505
31506 pt horizontal space before the word
31507 \family roman
31508 \series medium
31509 .
31510  
31511 \begin_inset Marginal
31512 status open
31513
31514 \begin_layout Plain Layout
31515 \begin_inset space \hspace*{}
31516 \length 0pt
31517 \end_inset
31518
31519 AVeryLongMarginParWord that is hyphenated.
31520 \end_layout
31521
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \begin_layout Standard
31528 \begin_inset VSpace bigskip
31529 \end_inset
31530
31531
31532 \end_layout
31533
31534 \begin_layout Standard
31535 \begin_inset Note Greyedout
31536 status open
31537
31538 \begin_layout Plain Layout
31539
31540 \series bold
31541 Note:
31542 \series default
31543  Margin notes can normally not be used inside tables, floats, and footnotes.
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Standard
31552 \begin_inset VSpace bigskip
31553 \end_inset
31554
31555
31556 \end_layout
31557
31558 \begin_layout Standard
31559 \begin_inset ERT
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563
31564
31565 \backslash
31566 ifmarginnote
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \begin_inset Note Note
31573 status open
31574
31575 \begin_layout Plain Layout
31576 The following section will only be displayed when the LaTeX-package 
31577 \series bold
31578 marginnote
31579 \series default
31580  is installed.
31581 \end_layout
31582
31583 \end_inset
31584
31585
31586 \end_layout
31587
31588 \begin_layout Standard
31589 This restriction can be evaded by using the LaTeX-package 
31590 \series bold
31591 marginnote
31592 \series default
31593
31594 \begin_inset Index idx
31595 status collapsed
31596
31597 \begin_layout Plain Layout
31598 LaTeX-packages ! marginnote
31599 \end_layout
31600
31601 \end_inset
31602
31603 .
31604  By adding these two lines to your document preamble, the command used by
31605  LyX for margin notes is redefined to use the command provided by the 
31606 \series bold
31607 marginnote
31608 \series default
31609 -package:
31610 \end_layout
31611
31612 \begin_layout Standard
31613
31614 \series bold
31615
31616 \backslash
31617 usepackage{marginnote}
31618 \begin_inset Newline newline
31619 \end_inset
31620
31621
31622 \backslash
31623 let
31624 \backslash
31625 marginpar
31626 \backslash
31627 marginnote
31628 \end_layout
31629
31630 \begin_layout Standard
31631 This is also used in this document because 
31632 \series bold
31633 marginnote
31634 \series default
31635  has another useful feature: You can set a vertical offset for the note.
31636  This is often needed when too many margin notes are too close together
31637  or for a better page layout.
31638  The offset is set in LyX as TeX-Code directly after the margin note in
31639  the scheme
31640 \end_layout
31641
31642 \begin_layout Standard
31643
31644 \series bold
31645 [offset]
31646 \end_layout
31647
31648 \begin_layout Standard
31649 where the offset is a length with one of the units listed in Table
31650 \begin_inset space ~
31651 \end_inset
31652
31653
31654 \begin_inset CommandInset ref
31655 LatexCommand ref
31656 reference "tab:Units"
31657
31658 \end_inset
31659
31660 .
31661  A negative value shifts the note up, a positive value shifts it down.
31662  
31663 \family roman
31664 \series medium
31665 For example the margin note beside this text line is shifted up 1.5
31666 \begin_inset space \thinspace{}
31667 \end_inset
31668
31669 cm with the TeX-Code-command 
31670 \begin_inset Quotes eld
31671 \end_inset
31672
31673
31674 \family default
31675 \series bold
31676 [-1.5cm]
31677 \family roman
31678 \series medium
31679
31680 \begin_inset Quotes erd
31681 \end_inset
31682
31683
31684 \begin_inset Marginal
31685 status open
31686
31687 \begin_layout Plain Layout
31688 This margin note is shifted up 1.5
31689 \begin_inset space \thinspace{}
31690 \end_inset
31691
31692 cm from its original position.
31693 \end_layout
31694
31695 \end_inset
31696
31697
31698 \family default
31699 \series default
31700
31701 \begin_inset ERT
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705
31706 [-1.5cm]
31707 \end_layout
31708
31709 \end_inset
31710
31711
31712 \end_layout
31713
31714 \begin_layout Standard
31715 \begin_inset VSpace medskip
31716 \end_inset
31717
31718 With 
31719 \series bold
31720 marginnote
31721 \series default
31722  you can also change the alignment of the text in the margin note.
31723  For example the commands
31724 \end_layout
31725
31726 \begin_layout Standard
31727
31728 \series bold
31729
31730 \backslash
31731 renewcommand*{
31732 \backslash
31733 raggedleftmarginnote}{
31734 \backslash
31735 centering}
31736 \begin_inset Newline newline
31737 \end_inset
31738
31739
31740 \backslash
31741 renewcommand*{
31742 \backslash
31743 raggedrightmarginnote}{
31744 \backslash
31745 centering}
31746 \end_layout
31747
31748 \begin_layout Standard
31749 set the alignment to centered.
31750  
31751 \series bold
31752
31753 \backslash
31754 raggedleftmarginnote
31755 \series default
31756  denotes margin notes that appear at the left side.
31757 \family roman
31758 \series medium
31759
31760 \begin_inset ERT
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764
31765
31766 \backslash
31767 renewcommand*{
31768 \backslash
31769 raggedleftmarginnote}{
31770 \backslash
31771 centering}
31772 \end_layout
31773
31774 \begin_layout Plain Layout
31775
31776
31777 \backslash
31778 renewcommand*{
31779 \backslash
31780 raggedrightmarginnote}{
31781 \backslash
31782 centering}
31783 \end_layout
31784
31785 \end_inset
31786
31787
31788 \begin_inset Marginal
31789 status open
31790
31791 \begin_layout Plain Layout
31792 The text of this margin note is centered.
31793 \end_layout
31794
31795 \end_inset
31796
31797
31798 \family default
31799 \series default
31800  The default is
31801 \end_layout
31802
31803 \begin_layout Standard
31804
31805 \series bold
31806
31807 \backslash
31808 renewcommand*{
31809 \backslash
31810 raggedleftmarginnote}{
31811 \backslash
31812 raggedleft}
31813 \begin_inset Newline newline
31814 \end_inset
31815
31816
31817 \backslash
31818 renewcommand*{
31819 \backslash
31820 raggedrightmarginnote}{
31821 \backslash
31822 raggedright}
31823 \family roman
31824 \series medium
31825
31826 \begin_inset ERT
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830
31831
31832 \backslash
31833 renewcommand*{
31834 \backslash
31835 raggedleftmarginnote}{
31836 \backslash
31837 raggedleft}
31838 \end_layout
31839
31840 \begin_layout Plain Layout
31841
31842
31843 \backslash
31844 renewcommand*{
31845 \backslash
31846 raggedrightmarginnote}{
31847 \backslash
31848 raggedright}
31849 \end_layout
31850
31851 \end_inset
31852
31853
31854 \end_layout
31855
31856 \begin_layout Standard
31857 \begin_inset VSpace medskip
31858 \end_inset
31859
31860 For the other features of 
31861 \series bold
31862 marginnote
31863 \series default
31864  refer to its documentation 
31865 \begin_inset CommandInset citation
31866 LatexCommand cite
31867 key "marginnote"
31868
31869 \end_inset
31870
31871 .
31872 \end_layout
31873
31874 \begin_layout Standard
31875 \begin_inset VSpace bigskip
31876 \end_inset
31877
31878 You can adjust the layout of margin notes by changing its definition.
31879  To create for example a header for all margin notes with the underlined,
31880  sans-serif, and bold header text 
31881 \begin_inset Quotes eld
31882 \end_inset
31883
31884
31885 \family sans
31886 \series bold
31887 \bar under
31888 Attention!
31889 \family default
31890 \series default
31891 \bar default
31892
31893 \begin_inset Quotes erd
31894 \end_inset
31895
31896 , add this to your document preamble:
31897 \end_layout
31898
31899 \begin_layout Standard
31900
31901 \series bold
31902
31903 \backslash
31904 let
31905 \backslash
31906 myMarginpar
31907 \backslash
31908 marginpar
31909 \begin_inset Newline newline
31910 \end_inset
31911
31912
31913 \backslash
31914 renewcommand{
31915 \backslash
31916 marginpar}[1]{
31917 \backslash
31918 myMarginpar{%
31919 \begin_inset Newline newline
31920 \end_inset
31921
31922
31923 \begin_inset Phantom HPhantom
31924 status open
31925
31926 \begin_layout Plain Layout
31927
31928 \series bold
31929 \begin_inset space ~
31930 \end_inset
31931
31932
31933 \end_layout
31934
31935 \end_inset
31936
31937
31938 \backslash
31939 hspace{0pt}
31940 \backslash
31941 textsf{
31942 \backslash
31943 textbf{
31944 \backslash
31945 underbar{Attention!}}}%
31946 \begin_inset Newline newline
31947 \end_inset
31948
31949
31950 \begin_inset Phantom HPhantom
31951 status open
31952
31953 \begin_layout Plain Layout
31954
31955 \series bold
31956 \begin_inset space ~
31957 \end_inset
31958
31959
31960 \end_layout
31961
31962 \end_inset
31963
31964
31965 \backslash
31966 vspace{1.5mm}
31967 \backslash
31968
31969 \backslash
31970 #1}}
31971 \end_layout
31972
31973 \begin_layout Standard
31974
31975 \family roman
31976 \series medium
31977 \begin_inset ERT
31978 status collapsed
31979
31980 \begin_layout Plain Layout
31981
31982
31983 \backslash
31984 let
31985 \backslash
31986 myMarginpar
31987 \backslash
31988 marginpar
31989 \end_layout
31990
31991 \begin_layout Plain Layout
31992
31993
31994 \backslash
31995 renewcommand{
31996 \backslash
31997 marginpar}[1]{
31998 \backslash
31999 myMarginpar{%
32000 \end_layout
32001
32002 \begin_layout Plain Layout
32003
32004    
32005 \backslash
32006 textsf{
32007 \backslash
32008 textbf{
32009 \backslash
32010 underbar{Attention!}}}%
32011 \end_layout
32012
32013 \begin_layout Plain Layout
32014
32015    
32016 \backslash
32017 vspace{1.5mm}
32018 \backslash
32019
32020 \backslash
32021 #1}}
32022 \end_layout
32023
32024 \end_inset
32025
32026
32027 \begin_inset Marginal
32028 status open
32029
32030 \begin_layout Plain Layout
32031 This is a margin note with a defined heading.
32032 \end_layout
32033
32034 \end_inset
32035
32036
32037 \family default
32038 \series default
32039
32040 \begin_inset ERT
32041 status collapsed
32042
32043 \begin_layout Plain Layout
32044
32045 [-1.5cm]
32046 \end_layout
32047
32048 \end_inset
32049
32050
32051 \family roman
32052 \series medium
32053
32054 \begin_inset ERT
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058
32059
32060 \backslash
32061 renewcommand{
32062 \backslash
32063 marginpar}[1]{
32064 \backslash
32065 myMarginpar{#1}}
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \family default
32072 \series default
32073
32074 \begin_inset Note Note
32075 status collapsed
32076
32077 \begin_layout Plain Layout
32078 The margin note format is changed only for this example.
32079 \end_layout
32080
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \begin_layout Standard
32087 \begin_inset ERT
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091
32092
32093 \backslash
32094 else
32095 \end_layout
32096
32097 \end_inset
32098
32099
32100 \begin_inset Note Note
32101 status open
32102
32103 \begin_layout Plain Layout
32104 The following will be displayed when the LaTeX-package 
32105 \series bold
32106 marginnote
32107 \series default
32108  is not installed:
32109 \end_layout
32110
32111 \end_inset
32112
32113
32114 \end_layout
32115
32116 \begin_layout Standard
32117 You need to install the LaTeX-package 
32118 \series bold
32119 marginnote
32120 \series default
32121  to see the following part of this section in the output.
32122 \end_layout
32123
32124 \begin_layout Standard
32125 \begin_inset ERT
32126 status collapsed
32127
32128 \begin_layout Plain Layout
32129
32130
32131 \backslash
32132 fi
32133 \end_layout
32134
32135 \end_inset
32136
32137
32138 \end_layout
32139
32140 \begin_layout Chapter
32141 Boxes
32142 \end_layout
32143
32144 \begin_layout Section
32145 Introduction
32146 \begin_inset Index idx
32147 status collapsed
32148
32149 \begin_layout Plain Layout
32150 Boxes ! Introduction
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Standard
32159 Boxes are used to format a block of text.
32160  Boxes can be used to write documents with multiple languages, see section
32161 \begin_inset space ~
32162 \end_inset
32163
32164
32165 \begin_inset CommandInset ref
32166 LatexCommand ref
32167 reference "sec:Minipages"
32168
32169 \end_inset
32170
32171 , to frame texts, see section
32172 \begin_inset space ~
32173 \end_inset
32174
32175
32176 \begin_inset CommandInset ref
32177 LatexCommand ref
32178 reference "sec:Decoration"
32179
32180 \end_inset
32181
32182 , to prevent words from being hyphenated, see section
32183 \begin_inset space ~
32184 \end_inset
32185
32186
32187 \begin_inset CommandInset ref
32188 LatexCommand ref
32189 reference "sec:Prevent-Hyphenation"
32190
32191 \end_inset
32192
32193 , to align text, see section
32194 \begin_inset space ~
32195 \end_inset
32196
32197
32198 \begin_inset CommandInset ref
32199 LatexCommand ref
32200 reference "sub:Vertical-Alignment"
32201
32202 \end_inset
32203
32204 , or to set the background color of texts, see section
32205 \begin_inset space ~
32206 \end_inset
32207
32208
32209 \begin_inset CommandInset ref
32210 LatexCommand ref
32211 reference "sec:Colored-Boxes"
32212
32213 \end_inset
32214
32215 .
32216 \end_layout
32217
32218 \begin_layout Standard
32219 Boxes can be inserted with the menu 
32220 \family sans
32221 Insert\SpecialChar \menuseparator
32222 Box
32223 \family default
32224  or the toolbar button 
32225 \begin_inset Info
32226 type  "icon"
32227 arg   "box-insert Frameless"
32228 \end_inset
32229
32230 .
32231  A grey box with the label 
32232 \family sans
32233 Box (Minipage)
32234 \family default
32235
32236 \begin_inset Graphics
32237         filename clipart/BoxInsetDefaultQt4.png
32238         scale 85
32239         scaleBeforeRotation
32240
32241 \end_inset
32242
32243  will be inserted.
32244  The box type can be specified by right-clicking on the box and selecting
32245  
32246 \family sans
32247 Settings
32248 \family default
32249 .
32250  The box dialog offers the 
32251 \family sans
32252 Inner
32253 \begin_inset space ~
32254 \end_inset
32255
32256 Box
32257 \family default
32258  types 
32259 \family sans
32260 Makebox
32261 \family default
32262
32263 \family sans
32264 Parbox
32265 \family default
32266  and 
32267 \family sans
32268 Minipage
32269 \family default
32270 .
32271  The type 
32272 \family sans
32273 Minipage
32274 \family default
32275  is the default for new boxes and is explained in section
32276 \begin_inset space ~
32277 \end_inset
32278
32279
32280 \begin_inset CommandInset ref
32281 LatexCommand ref
32282 reference "sec:Minipages"
32283
32284 \end_inset
32285
32286 ; the type 
32287 \family sans
32288 Parbox
32289 \family default
32290  is described in section
32291 \begin_inset space ~
32292 \end_inset
32293
32294
32295 \begin_inset CommandInset ref
32296 LatexCommand ref
32297 reference "sec:Parboxes"
32298
32299 \end_inset
32300
32301  and the type 
32302 \family sans
32303 Makebox
32304 \family default
32305  in 
32306 \begin_inset CommandInset ref
32307 LatexCommand ref
32308 reference "sec:Prevent-Hyphenation"
32309
32310 \end_inset
32311
32312 .
32313 \end_layout
32314
32315 \begin_layout Standard
32316 Boxes are not numbered and can therefore not be referenced like floats or
32317  footnotes.
32318 \end_layout
32319
32320 \begin_layout Standard
32321 \begin_inset Note Greyedout
32322 status open
32323
32324 \begin_layout Plain Layout
32325
32326 \series bold
32327 Note:
32328 \series default
32329  Boxes must not be the item in an 
32330 \family sans
32331 Itemize
32332 \family default
32333  or 
32334 \family sans
32335 Description
32336 \family default
32337  environment.
32338 \end_layout
32339
32340 \end_inset
32341
32342
32343 \end_layout
32344
32345 \begin_layout Standard
32346 \begin_inset Note Greyedout
32347 status open
32348
32349 \begin_layout Plain Layout
32350
32351 \series bold
32352 Note:
32353 \series default
32354  For an unknown reason you can only set the 
32355 \family sans
32356 Inner
32357 \begin_inset space ~
32358 \end_inset
32359
32360 Box
32361 \family default
32362  type to 
32363 \family sans
32364 None
32365 \family default
32366  when you use a framed box.
32367  Boxes without an 
32368 \family sans
32369 Inner
32370 \begin_inset space ~
32371 \end_inset
32372
32373 Box
32374 \family default
32375  type and without frames are explained in section
32376 \begin_inset space ~
32377 \end_inset
32378
32379
32380 \begin_inset CommandInset ref
32381 LatexCommand ref
32382 reference "sec:Prevent-Hyphenation"
32383
32384 \end_inset
32385
32386 .
32387 \end_layout
32388
32389 \end_inset
32390
32391
32392 \end_layout
32393
32394 \begin_layout Section
32395 Box Dialog
32396 \begin_inset CommandInset label
32397 LatexCommand label
32398 name "sec:Box-Dialog"
32399
32400 \end_inset
32401
32402
32403 \begin_inset Index idx
32404 status collapsed
32405
32406 \begin_layout Plain Layout
32407 Boxes ! Box Dialog
32408 \end_layout
32409
32410 \end_inset
32411
32412
32413 \end_layout
32414
32415 \begin_layout Subsection
32416 Size
32417 \begin_inset Index idx
32418 status collapsed
32419
32420 \begin_layout Plain Layout
32421 Boxes ! Size
32422 \end_layout
32423
32424 \end_inset
32425
32426
32427 \end_layout
32428
32429 \begin_layout Standard
32430 In the box dialog you can adjust the box geometry in the fields 
32431 \family sans
32432 Width
32433 \family default
32434  and 
32435 \family sans
32436 Height
32437 \family default
32438 .
32439  The available units for the geometry are explained in Table
32440 \begin_inset space ~
32441 \end_inset
32442
32443
32444 \begin_inset CommandInset ref
32445 LatexCommand ref
32446 reference "tab:Units"
32447
32448 \end_inset
32449
32450 .
32451  The field 
32452 \family sans
32453 Height
32454 \family default
32455  offers the following additional sizes:
32456 \end_layout
32457
32458 \begin_layout Description
32459 Depth This is the plain text 
32460 \begin_inset Quotes eld
32461 \end_inset
32462
32463 height
32464 \begin_inset Quotes erd
32465 \end_inset
32466
32467 .
32468  It ignores the total depth when there are multiple text lines in the box:
32469 \begin_inset Newline newline
32470 \end_inset
32471
32472
32473 \begin_inset Newline newline
32474 \end_inset
32475
32476
32477 \begin_inset Newline newline
32478 \end_inset
32479
32480
32481 \begin_inset Box Boxed
32482 position "c"
32483 hor_pos "c"
32484 has_inner_box 1
32485 inner_pos "c"
32486 use_parbox 0
32487 use_makebox 0
32488 width "12col%"
32489 special "none"
32490 height "1in"
32491 height_special "depth"
32492 status collapsed
32493
32494 \begin_layout Plain Layout
32495 \align center
32496 Box height set to 1
32497 \begin_inset space \thinspace{}
32498 \end_inset
32499
32500 Depth
32501 \end_layout
32502
32503 \end_inset
32504
32505
32506 \begin_inset Newline newline
32507 \end_inset
32508
32509
32510 \begin_inset Newline newline
32511 \end_inset
32512
32513
32514 \end_layout
32515
32516 \begin_layout Description
32517 Height This is the height of the text that is inside the box.
32518  A value of e.
32519 \begin_inset space \thinspace{}
32520 \end_inset
32521
32522 g.
32523 \begin_inset space \space{}
32524 \end_inset
32525
32526 2 for this size will set the box height to 2
32527 \begin_inset space ~
32528 \end_inset
32529
32530 times the text height: 
32531 \begin_inset Box Boxed
32532 position "c"
32533 hor_pos "c"
32534 has_inner_box 1
32535 inner_pos "c"
32536 use_parbox 0
32537 use_makebox 0
32538 width "20col%"
32539 special "none"
32540 height "2in"
32541 height_special "height"
32542 status collapsed
32543
32544 \begin_layout Plain Layout
32545 \align center
32546 Box height set to 2
32547 \begin_inset space \thinspace{}
32548 \end_inset
32549
32550 Height
32551 \end_layout
32552
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \begin_layout Description
32559 Total
32560 \begin_inset space ~
32561 \end_inset
32562
32563 Height This is the Height
32564 \begin_inset space \thinspace{}
32565 \end_inset
32566
32567 +
32568 \begin_inset space \thinspace{}
32569 \end_inset
32570
32571 Depth: 
32572 \begin_inset Box Boxed
32573 position "c"
32574 hor_pos "c"
32575 has_inner_box 1
32576 inner_pos "c"
32577 use_parbox 0
32578 use_makebox 0
32579 width "20col%"
32580 special "none"
32581 height "1in"
32582 height_special "totalheight"
32583 status collapsed
32584
32585 \begin_layout Plain Layout
32586 \align center
32587 Box height set to 1
32588 \begin_inset space \thinspace{}
32589 \end_inset
32590
32591 Total
32592 \begin_inset space ~
32593 \end_inset
32594
32595 Height
32596 \end_layout
32597
32598 \end_inset
32599
32600
32601 \end_layout
32602
32603 \begin_layout Description
32604 Width This sets the width of the box as height: 
32605 \begin_inset Box Boxed
32606 position "c"
32607 hor_pos "c"
32608 has_inner_box 1
32609 inner_pos "c"
32610 use_parbox 0
32611 use_makebox 0
32612 width "12col%"
32613 special "none"
32614 height "1in"
32615 height_special "width"
32616 status collapsed
32617
32618 \begin_layout Plain Layout
32619 \align center
32620 Box height set to 1
32621 \begin_inset space \thinspace{}
32622 \end_inset
32623
32624 Width
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \end_layout
32631
32632 \begin_layout Subsection
32633 Alignment
32634 \begin_inset Index idx
32635 status collapsed
32636
32637 \begin_layout Plain Layout
32638 Boxes ! Alignment
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \end_layout
32645
32646 \begin_layout Standard
32647 When you have chosen an 
32648 \family sans
32649 Inner
32650 \begin_inset space ~
32651 \end_inset
32652
32653 Box
32654 \family default
32655 , the vertical box alignment can be:
32656 \end_layout
32657
32658 \begin_layout Description
32659 Top This is an example text line.
32660  
32661 \begin_inset Box Boxed
32662 position "t"
32663 hor_pos "c"
32664 has_inner_box 1
32665 inner_pos "c"
32666 use_parbox 0
32667 use_makebox 0
32668 width "12col%"
32669 special "none"
32670 height "1in"
32671 height_special "totalheight"
32672 status collapsed
32673
32674 \begin_layout Plain Layout
32675 \align center
32676 This box is top-aligned.
32677 \end_layout
32678
32679 \end_inset
32680
32681  This is an example text line.
32682 \end_layout
32683
32684 \begin_layout Description
32685 Middle This is an example text line.
32686  
32687 \begin_inset Box Boxed
32688 position "c"
32689 hor_pos "c"
32690 has_inner_box 1
32691 inner_pos "c"
32692 use_parbox 0
32693 use_makebox 0
32694 width "12col%"
32695 special "none"
32696 height "1in"
32697 height_special "totalheight"
32698 status collapsed
32699
32700 \begin_layout Plain Layout
32701 \align center
32702 This box is middle-aligned.
32703 \end_layout
32704
32705 \end_inset
32706
32707  This is an example text line.
32708 \end_layout
32709
32710 \begin_layout Description
32711 Bottom This is an example text line.
32712  
32713 \begin_inset Box Boxed
32714 position "b"
32715 hor_pos "c"
32716 has_inner_box 1
32717 inner_pos "c"
32718 use_parbox 0
32719 use_makebox 0
32720 width "12col%"
32721 special "none"
32722 height "1in"
32723 height_special "totalheight"
32724 status collapsed
32725
32726 \begin_layout Plain Layout
32727 \align center
32728 This box is bottom-aligned.
32729 \end_layout
32730
32731 \end_inset
32732
32733  This is an example text line.
32734 \end_layout
32735
32736 \begin_layout Standard
32737 \begin_inset Note Greyedout
32738 status open
32739
32740 \begin_layout Plain Layout
32741
32742 \series bold
32743 Note:
32744 \series default
32745  The vertical box alignment can be lost in the output when you have two
32746  boxes in a line and one has e.
32747 \begin_inset space \thinspace{}
32748 \end_inset
32749
32750 g.
32751 \begin_inset space \space{}
32752 \end_inset
32753
32754 a shadow and the other one not.
32755 \end_layout
32756
32757 \end_inset
32758
32759
32760 \end_layout
32761
32762 \begin_layout Standard
32763 The horizontal box alignment can be set via LyX's paragraph dialog when
32764  you set the box into its own paragraph.
32765 \end_layout
32766
32767 \begin_layout Standard
32768 \begin_inset VSpace bigskip
32769 \end_inset
32770
32771 When you have chosen an 
32772 \family sans
32773 Inner
32774 \begin_inset space ~
32775 \end_inset
32776
32777 Box
32778 \family default
32779 , the box content can be aligned vertically to:
32780 \end_layout
32781
32782 \begin_layout Description
32783 top This is an example text line.
32784  
32785 \begin_inset Box Boxed
32786 position "c"
32787 hor_pos "c"
32788 has_inner_box 1
32789 inner_pos "t"
32790 use_parbox 0
32791 use_makebox 0
32792 width "12col%"
32793 special "none"
32794 height "1.5in"
32795 height_special "totalheight"
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799 \align center
32800 This box text is top-aligned.
32801 \end_layout
32802
32803 \end_inset
32804
32805  This is an example text line.
32806 \end_layout
32807
32808 \begin_layout Description
32809 middle This is an example text line.
32810  
32811 \begin_inset Box Boxed
32812 position "c"
32813 hor_pos "c"
32814 has_inner_box 1
32815 inner_pos "c"
32816 use_parbox 0
32817 use_makebox 0
32818 width "12col%"
32819 special "none"
32820 height "1.5in"
32821 height_special "totalheight"
32822 status collapsed
32823
32824 \begin_layout Plain Layout
32825 \align center
32826 This box text is middle-aligned.
32827 \end_layout
32828
32829 \end_inset
32830
32831  This is an example text line.
32832 \end_layout
32833
32834 \begin_layout Description
32835 bottom This is an example text line.
32836  
32837 \begin_inset Box Boxed
32838 position "c"
32839 hor_pos "c"
32840 has_inner_box 1
32841 inner_pos "b"
32842 use_parbox 0
32843 use_makebox 0
32844 width "12col%"
32845 special "none"
32846 height "1.5in"
32847 height_special "totalheight"
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851 \align center
32852 This box text is bottom-aligned.
32853 \end_layout
32854
32855 \end_inset
32856
32857  This is an example text line.
32858 \end_layout
32859
32860 \begin_layout Description
32861 stretch This is an example text line.
32862  
32863 \begin_inset Box Boxed
32864 position "c"
32865 hor_pos "c"
32866 has_inner_box 1
32867 inner_pos "s"
32868 use_parbox 0
32869 use_makebox 0
32870 width "12col%"
32871 special "none"
32872 height "1.5in"
32873 height_special "totalheight"
32874 status collapsed
32875
32876 \begin_layout Plain Layout
32877 \align center
32878 This box
32879 \end_layout
32880
32881 \begin_layout Plain Layout
32882 \align center
32883 text is
32884 \end_layout
32885
32886 \begin_layout Plain Layout
32887 \align center
32888 stretched.
32889 \end_layout
32890
32891 \end_inset
32892
32893  This is an example text line.
32894 \end_layout
32895
32896 \begin_layout Standard
32897 To stretch the box content, it must consist of more than one paragraph.
32898  In the example above every text line is in an own paragraph.
32899 \end_layout
32900
32901 \begin_layout Standard
32902 \begin_inset VSpace bigskip
32903 \end_inset
32904
32905 To align the box content horizontally you can use LyX's paragraph dialog
32906  when you have chosen an 
32907 \family sans
32908 Inner
32909 \begin_inset space ~
32910 \end_inset
32911
32912 Box
32913 \family default
32914 .
32915 \end_layout
32916
32917 \begin_layout Standard
32918 \align center
32919 \begin_inset Box Boxed
32920 position "c"
32921 hor_pos "c"
32922 has_inner_box 1
32923 inner_pos "s"
32924 use_parbox 0
32925 use_makebox 0
32926 width "15col%"
32927 special "none"
32928 height "1.25in"
32929 height_special "totalheight"
32930 status collapsed
32931
32932 \begin_layout Plain Layout
32933 \align left
32934 This box
32935 \end_layout
32936
32937 \begin_layout Plain Layout
32938 \align center
32939 text is
32940 \end_layout
32941
32942 \begin_layout Plain Layout
32943 \align right
32944 stretched.
32945 \end_layout
32946
32947 \end_inset
32948
32949
32950 \end_layout
32951
32952 \begin_layout Standard
32953 If you have not set an 
32954 \family sans
32955 Inner
32956 \begin_inset space ~
32957 \end_inset
32958
32959 Box
32960 \family default
32961 , you can align the box content horizontally in the box dialog.
32962 \end_layout
32963
32964 \begin_layout Standard
32965 \align center
32966 \begin_inset Box Boxed
32967 position "c"
32968 hor_pos "s"
32969 has_inner_box 0
32970 inner_pos "s"
32971 use_parbox 0
32972 use_makebox 0
32973 width "90col%"
32974 special "none"
32975 height "1.25in"
32976 height_special "totalheight"
32977 status collapsed
32978
32979 \begin_layout Plain Layout
32980 This box text is horizontally stretched.
32981 \end_layout
32982
32983 \end_inset
32984
32985
32986 \end_layout
32987
32988 \begin_layout Subsection
32989 Decoration
32990 \begin_inset CommandInset label
32991 LatexCommand label
32992 name "sec:Decoration"
32993
32994 \end_inset
32995
32996
32997 \begin_inset Index idx
32998 status collapsed
32999
33000 \begin_layout Plain Layout
33001 Boxes ! Decoration
33002 \end_layout
33003
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \begin_layout Standard
33010 The type of the box can be specified in the box dialog in the drop-down
33011  list 
33012 \family sans
33013 Decoration
33014 \family default
33015 .
33016  The following types are possible:
33017 \end_layout
33018
33019 \begin_layout Description
33020 No
33021 \begin_inset space ~
33022 \end_inset
33023
33024 frame Nothing is drawn.
33025 \end_layout
33026
33027 \begin_layout Description
33028 Simple
33029 \begin_inset space ~
33030 \end_inset
33031
33032 rectangular
33033 \begin_inset space ~
33034 \end_inset
33035
33036 frame This draws a rectangular frame around the box.
33037  The frame line thickness has the size of 
33038 \series bold
33039
33040 \backslash
33041 fboxrule
33042 \series default
33043 .
33044  
33045 \begin_inset Box Boxed
33046 position "c"
33047 hor_pos "c"
33048 has_inner_box 1
33049 inner_pos "c"
33050 use_parbox 0
33051 use_makebox 0
33052 width "20col%"
33053 special "none"
33054 height "1in"
33055 height_special "totalheight"
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059 \align center
33060 Rectangular box
33061 \end_layout
33062
33063 \end_inset
33064
33065
33066 \end_layout
33067
33068 \begin_layout Description
33069 Oval
33070 \begin_inset space ~
33071 \end_inset
33072
33073 box,
33074 \begin_inset space ~
33075 \end_inset
33076
33077 thin This draws an oval frame around the box.
33078  The frame line thickness has the size 0.4
33079 \begin_inset space \thinspace{}
33080 \end_inset
33081
33082 pt.
33083  
33084 \begin_inset Box ovalbox
33085 position "c"
33086 hor_pos "c"
33087 has_inner_box 1
33088 inner_pos "c"
33089 use_parbox 0
33090 use_makebox 0
33091 width "20col%"
33092 special "none"
33093 height "1in"
33094 height_special "totalheight"
33095 status collapsed
33096
33097 \begin_layout Plain Layout
33098 \align center
33099 Oval box, thin
33100 \end_layout
33101
33102 \end_inset
33103
33104
33105 \end_layout
33106
33107 \begin_layout Description
33108 Oval
33109 \begin_inset space ~
33110 \end_inset
33111
33112 box,
33113 \begin_inset space ~
33114 \end_inset
33115
33116 thick This draws an oval frame around the box.
33117  The frame line thickness has the size 0.8
33118 \begin_inset space \thinspace{}
33119 \end_inset
33120
33121 pt.
33122  
33123 \begin_inset Box Ovalbox
33124 position "c"
33125 hor_pos "c"
33126 has_inner_box 1
33127 inner_pos "c"
33128 use_parbox 0
33129 use_makebox 0
33130 width "20col%"
33131 special "none"
33132 height "1in"
33133 height_special "totalheight"
33134 status collapsed
33135
33136 \begin_layout Plain Layout
33137 \align center
33138 Oval box, thick
33139 \end_layout
33140
33141 \end_inset
33142
33143
33144 \end_layout
33145
33146 \begin_layout Description
33147 Drop
33148 \begin_inset space ~
33149 \end_inset
33150
33151 shadow This draws a rectangular frame with a shadow around the box.
33152  The frame line thickness has the size of 
33153 \series bold
33154
33155 \backslash
33156 fboxrule
33157 \series default
33158 , the shadow has a width of 4
33159 \begin_inset space \thinspace{}
33160 \end_inset
33161
33162 pt.
33163  
33164 \begin_inset Box Shadowbox
33165 position "c"
33166 hor_pos "c"
33167 has_inner_box 1
33168 inner_pos "c"
33169 use_parbox 0
33170 use_makebox 0
33171 width "20col%"
33172 special "none"
33173 height "1in"
33174 height_special "totalheight"
33175 status collapsed
33176
33177 \begin_layout Plain Layout
33178 \align center
33179 Shadow box
33180 \end_layout
33181
33182 \end_inset
33183
33184
33185 \end_layout
33186
33187 \begin_layout Description
33188 Shaded
33189 \begin_inset space ~
33190 \end_inset
33191
33192 background This draws a box with a red background.
33193  Unlike colored boxes
33194 \begin_inset Foot
33195 status collapsed
33196
33197 \begin_layout Plain Layout
33198 see sec.
33199 \begin_inset space \thinspace{}
33200 \end_inset
33201
33202
33203 \begin_inset CommandInset ref
33204 LatexCommand ref
33205 reference "sec:Colored-Boxes"
33206
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \end_inset
33213
33214 , it always uses the whole column width and the box is set as its own paragraph.
33215  
33216 \begin_inset Box Shaded
33217 position "t"
33218 hor_pos "c"
33219 has_inner_box 0
33220 inner_pos "t"
33221 use_parbox 0
33222 use_makebox 0
33223 width "50col%"
33224 special "none"
33225 height "1in"
33226 height_special "totalheight"
33227 status collapsed
33228
33229 \begin_layout Plain Layout
33230 Shaded background box
33231 \end_layout
33232
33233 \end_inset
33234
33235
33236 \end_layout
33237
33238 \begin_layout Description
33239 Double
33240 \begin_inset space ~
33241 \end_inset
33242
33243 rectangular
33244 \begin_inset space ~
33245 \end_inset
33246
33247 frame This draws a double-line rectangular frame around the box.
33248  The line thickness of the inner frame is 0.75
33249 \begin_inset space \thinspace{}
33250 \end_inset
33251
33252
33253 \series bold
33254
33255 \backslash
33256 fboxrule
33257 \series default
33258 , the thickness of the outer frame is 1.5
33259 \begin_inset space \thinspace{}
33260 \end_inset
33261
33262
33263 \series bold
33264
33265 \backslash
33266 fboxrule
33267 \series default
33268 .
33269  The distance between the lines is 1.5
33270 \begin_inset space \thinspace{}
33271 \end_inset
33272
33273
33274 \series bold
33275
33276 \backslash
33277 fboxrule
33278 \series default
33279
33280 \begin_inset space \thinspace{}
33281 \end_inset
33282
33283 +
33284 \begin_inset space \thinspace{}
33285 \end_inset
33286
33287 0.5
33288 \begin_inset space \thinspace{}
33289 \end_inset
33290
33291 pt.
33292  
33293 \begin_inset Box Doublebox
33294 position "c"
33295 hor_pos "c"
33296 has_inner_box 1
33297 inner_pos "c"
33298 use_parbox 0
33299 use_makebox 0
33300 width "20col%"
33301 special "none"
33302 height "1in"
33303 height_special "totalheight"
33304 status collapsed
33305
33306 \begin_layout Plain Layout
33307 \align center
33308 Double rectangular box
33309 \end_layout
33310
33311 \end_inset
33312
33313
33314 \end_layout
33315
33316 \begin_layout Standard
33317 \begin_inset VSpace bigskip
33318 \end_inset
33319
33320 LyX's box label will reflect the different frame types.
33321  To be able to use all types, the LaTeX-package 
33322 \series bold
33323 fancybox
33324 \series default
33325
33326 \begin_inset Index idx
33327 status collapsed
33328
33329 \begin_layout Plain Layout
33330 LaTeX-packages ! fancybox
33331 \end_layout
33332
33333 \end_inset
33334
33335  must be installed.
33336 \end_layout
33337
33338 \begin_layout Standard
33339 \begin_inset VSpace bigskip
33340 \end_inset
33341
33342 When you use the decoration 
33343 \family sans
33344 simple rectangular frame
33345 \family default
33346  and no inner box, you can allow page breaks within a box.
33347  Note that then, unlike other framed boxes, the frame always uses the whole
33348  column width, the box is set as its own paragraph, and 
33349 \series bold
33350
33351 \backslash
33352 fboxrule
33353 \series default
33354  and 
33355 \series bold
33356
33357 \backslash
33358 fboxsep
33359 \series default
33360  have no effect on this box type.
33361  The frame line thickness has the size of 
33362 \series bold
33363
33364 \backslash
33365 FrameRule
33366 \series default
33367 .
33368  
33369 \begin_inset Box Framed
33370 position "t"
33371 hor_pos "c"
33372 has_inner_box 0
33373 inner_pos "t"
33374 use_parbox 0
33375 use_makebox 0
33376 width "100col%"
33377 special "none"
33378 height "1in"
33379 height_special "totalheight"
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383 Allow page break box
33384 \end_layout
33385
33386 \end_inset
33387
33388
33389 \end_layout
33390
33391 \begin_layout Section
33392 Box Customization
33393 \begin_inset Index idx
33394 status collapsed
33395
33396 \begin_layout Plain Layout
33397 Boxes ! Customization
33398 \end_layout
33399
33400 \end_inset
33401
33402
33403 \end_layout
33404
33405 \begin_layout Standard
33406 The default value for the size 
33407 \series bold
33408
33409 \backslash
33410 fboxrule
33411 \series default
33412  is 0.4
33413 \begin_inset space \thinspace{}
33414 \end_inset
33415
33416 pt.
33417  It can be changed with the following command in TeX-code to e.
33418 \begin_inset space \thinspace{}
33419 \end_inset
33420
33421 g.
33422 \begin_inset space \space{}
33423 \end_inset
33424
33425 2
33426 \begin_inset space \thinspace{}
33427 \end_inset
33428
33429 pt:
33430 \end_layout
33431
33432 \begin_layout Standard
33433
33434 \series bold
33435
33436 \backslash
33437 setlength{
33438 \backslash
33439 fboxrule}{2pt}
33440 \end_layout
33441
33442 \begin_layout Standard
33443 \begin_inset ERT
33444 status collapsed
33445
33446 \begin_layout Plain Layout
33447
33448
33449 \backslash
33450 setlength{
33451 \backslash
33452 fboxrule}{2pt}
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \begin_inset Box Boxed
33459 position "c"
33460 hor_pos "c"
33461 has_inner_box 1
33462 inner_pos "c"
33463 use_parbox 0
33464 use_makebox 0
33465 width "25col%"
33466 special "none"
33467 height "1in"
33468 height_special "totalheight"
33469 status open
33470
33471 \begin_layout Plain Layout
33472 \align center
33473 Rectangular box with 
33474 \series bold
33475
33476 \backslash
33477 fboxrule
33478 \series default
33479
33480 \begin_inset space \thinspace{}
33481 \end_inset
33482
33483 =
33484 \begin_inset space \thinspace{}
33485 \end_inset
33486
33487 2
33488 \begin_inset space \thinspace{}
33489 \end_inset
33490
33491 pt
33492 \end_layout
33493
33494 \end_inset
33495
33496
33497 \begin_inset ERT
33498 status collapsed
33499
33500 \begin_layout Plain Layout
33501
33502
33503 \backslash
33504 setlength{
33505 \backslash
33506 fboxrule}{0.4pt}
33507 \end_layout
33508
33509 \end_inset
33510
33511
33512 \end_layout
33513
33514 \begin_layout Standard
33515 \begin_inset VSpace bigskip
33516 \end_inset
33517
33518 The space between the frame and the box content is for all frame styles
33519  by default 3
33520 \begin_inset space \thinspace{}
33521 \end_inset
33522
33523 pt.
33524  You can change it by setting the length 
33525 \series bold
33526
33527 \backslash
33528 fboxsep
33529 \series default
33530  to another value.
33531  For example the command
33532 \end_layout
33533
33534 \begin_layout Standard
33535
33536 \series bold
33537
33538 \backslash
33539 setlength{
33540 \backslash
33541 fboxsep}{10pt}
33542 \end_layout
33543
33544 \begin_layout Standard
33545 sets the value to 10
33546 \begin_inset space \thinspace{}
33547 \end_inset
33548
33549 pt, as with the following box:
33550 \end_layout
33551
33552 \begin_layout Standard
33553 \begin_inset ERT
33554 status collapsed
33555
33556 \begin_layout Plain Layout
33557
33558
33559 \backslash
33560 setlength{
33561 \backslash
33562 fboxsep}{10pt}
33563 \end_layout
33564
33565 \end_inset
33566
33567
33568 \begin_inset Box Boxed
33569 position "c"
33570 hor_pos "c"
33571 has_inner_box 1
33572 inner_pos "c"
33573 use_parbox 0
33574 use_makebox 0
33575 width "25col%"
33576 special "none"
33577 height "1in"
33578 height_special "totalheight"
33579 status open
33580
33581 \begin_layout Plain Layout
33582 \align center
33583 Rectangular box with 
33584 \series bold
33585
33586 \backslash
33587 fboxsep
33588 \series default
33589
33590 \begin_inset space \thinspace{}
33591 \end_inset
33592
33593 =
33594 \begin_inset space \thinspace{}
33595 \end_inset
33596
33597 10
33598 \begin_inset space \thinspace{}
33599 \end_inset
33600
33601 pt
33602 \end_layout
33603
33604 \end_inset
33605
33606
33607 \begin_inset ERT
33608 status collapsed
33609
33610 \begin_layout Plain Layout
33611
33612
33613 \backslash
33614 setlength{
33615 \backslash
33616 fboxsep}{3pt}
33617 \end_layout
33618
33619 \end_inset
33620
33621
33622 \end_layout
33623
33624 \begin_layout Standard
33625 \begin_inset VSpace bigskip
33626 \end_inset
33627
33628 The diameter of the round corners of the oval boxes can be set with the
33629  command 
33630 \series bold
33631
33632 \backslash
33633 cornersize
33634 \series default
33635 .
33636  The command
33637 \end_layout
33638
33639 \begin_layout Standard
33640
33641 \series bold
33642
33643 \backslash
33644 cornersize*{1cm}
33645 \end_layout
33646
33647 \begin_layout Standard
33648 sets the diameter to 1
33649 \begin_inset space \thinspace{}
33650 \end_inset
33651
33652 cm.
33653  The command
33654 \end_layout
33655
33656 \begin_layout Standard
33657
33658 \series bold
33659
33660 \backslash
33661 cornersize{num}
33662 \end_layout
33663
33664 \begin_layout Standard
33665 sets the diameter to 
33666 \family sans
33667 num
33668 \begin_inset space \thinspace{}
33669 \end_inset
33670
33671 ×
33672 \begin_inset space \thinspace{}
33673 \end_inset
33674
33675 minimum(width and height of box)
33676 \family default
33677 .
33678  The default is 
33679 \series bold
33680
33681 \backslash
33682 cornersize{0.5}
33683 \series default
33684 .
33685 \end_layout
33686
33687 \begin_layout Standard
33688 \begin_inset ERT
33689 status collapsed
33690
33691 \begin_layout Plain Layout
33692
33693
33694 \backslash
33695 cornersize*{1.5cm}
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \begin_inset Box Ovalbox
33702 position "c"
33703 hor_pos "c"
33704 has_inner_box 1
33705 inner_pos "c"
33706 use_parbox 0
33707 use_makebox 0
33708 width "25col%"
33709 special "none"
33710 height "1in"
33711 height_special "totalheight"
33712 status open
33713
33714 \begin_layout Plain Layout
33715 \align center
33716 Oval box with 
33717 \series bold
33718
33719 \backslash
33720 cornersize
33721 \series default
33722
33723 \begin_inset space \thinspace{}
33724 \end_inset
33725
33726 =
33727 \begin_inset space \thinspace{}
33728 \end_inset
33729
33730 1.5
33731 \begin_inset space \thinspace{}
33732 \end_inset
33733
33734 cm
33735 \end_layout
33736
33737 \end_inset
33738
33739
33740 \begin_inset ERT
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744
33745
33746 \backslash
33747 cornersize{0.5}
33748 \end_layout
33749
33750 \end_inset
33751
33752
33753 \end_layout
33754
33755 \begin_layout Standard
33756 \begin_inset VSpace bigskip
33757 \end_inset
33758
33759 The size of the shadow can be adjusted by changing the length 
33760 \series bold
33761
33762 \backslash
33763 shadowsize
33764 \series default
33765 .
33766  It it set to 2
33767 \begin_inset space \thinspace{}
33768 \end_inset
33769
33770 pt for the following box by this command:
33771 \end_layout
33772
33773 \begin_layout Standard
33774
33775 \series bold
33776
33777 \backslash
33778 setlength{
33779 \backslash
33780 shadowsize}{2pt}
33781 \end_layout
33782
33783 \begin_layout Standard
33784 \begin_inset ERT
33785 status collapsed
33786
33787 \begin_layout Plain Layout
33788
33789
33790 \backslash
33791 setlength{
33792 \backslash
33793 shadowsize}{2pt}
33794 \end_layout
33795
33796 \end_inset
33797
33798
33799 \begin_inset Box Shadowbox
33800 position "c"
33801 hor_pos "c"
33802 has_inner_box 1
33803 inner_pos "c"
33804 use_parbox 0
33805 use_makebox 0
33806 width "25col%"
33807 special "none"
33808 height "1in"
33809 height_special "totalheight"
33810 status open
33811
33812 \begin_layout Plain Layout
33813 \align center
33814 Shadow box with 
33815 \series bold
33816
33817 \backslash
33818 shadowsize
33819 \series default
33820
33821 \begin_inset space \thinspace{}
33822 \end_inset
33823
33824 =
33825 \begin_inset space \thinspace{}
33826 \end_inset
33827
33828 2
33829 \begin_inset space \thinspace{}
33830 \end_inset
33831
33832 pt
33833 \end_layout
33834
33835 \end_inset
33836
33837
33838 \begin_inset ERT
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842
33843
33844 \backslash
33845 setlength{
33846 \backslash
33847 shadowsize}{4pt}
33848 \end_layout
33849
33850 \end_inset
33851
33852
33853 \end_layout
33854
33855 \begin_layout Standard
33856 \begin_inset VSpace bigskip
33857 \end_inset
33858
33859
33860 \end_layout
33861
33862 \begin_layout Standard
33863 The default value for the size 
33864 \series bold
33865
33866 \backslash
33867 FrameRule
33868 \series default
33869  is 0.4
33870 \begin_inset space \thinspace{}
33871 \end_inset
33872
33873 pt.
33874  The default space between the note content and the frame is 9
33875 \begin_inset space \thinspace{}
33876 \end_inset
33877
33878 pt and can be changed with the value of 
33879 \series bold
33880
33881 \backslash
33882 FrameSep
33883 \series default
33884 .
33885  For example the frame appearance of the following 
33886 \family sans
33887 box
33888 \family default
33889  is set with the TeX-Code commands
33890 \end_layout
33891
33892 \begin_layout Standard
33893
33894 \series bold
33895
33896 \backslash
33897 setlength{
33898 \backslash
33899 FrameRule}{5pt}
33900 \begin_inset Newline newline
33901 \end_inset
33902
33903
33904 \backslash
33905 setlength{
33906 \backslash
33907 FrameSep}{0.5cm}
33908 \end_layout
33909
33910 \begin_layout Standard
33911 \begin_inset ERT
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915
33916
33917 \backslash
33918 setlength{
33919 \backslash
33920 FrameRule}{5pt}
33921 \end_layout
33922
33923 \begin_layout Plain Layout
33924
33925
33926 \backslash
33927 setlength{
33928 \backslash
33929 FrameSep}{0.5cm}
33930 \end_layout
33931
33932 \end_inset
33933
33934
33935 \begin_inset Box Framed
33936 position "t"
33937 hor_pos "c"
33938 has_inner_box 0
33939 inner_pos "t"
33940 use_parbox 0
33941 use_makebox 0
33942 width "100col%"
33943 special "none"
33944 height "1in"
33945 height_special "totalheight"
33946 status open
33947
33948 \begin_layout Plain Layout
33949 This is text in an 
33950 \family sans
33951 allow page break
33952 \family default
33953  box.
33954 \end_layout
33955
33956 \end_inset
33957
33958
33959 \begin_inset ERT
33960 status collapsed
33961
33962 \begin_layout Plain Layout
33963
33964
33965 \backslash
33966 setlength{
33967 \backslash
33968 FrameRule}{0.4pt}
33969 \end_layout
33970
33971 \begin_layout Plain Layout
33972
33973
33974 \backslash
33975 setlength{
33976 \backslash
33977 FrameSep}{9pt}
33978 \end_layout
33979
33980 \end_inset
33981
33982
33983 \end_layout
33984
33985 \begin_layout Standard
33986 \begin_inset VSpace bigskip
33987 \end_inset
33988
33989
33990 \end_layout
33991
33992 \begin_layout Standard
33993 For 
33994 \family sans
33995 shaded background
33996 \family default
33997  boxes the default space between the box content and the box border is 3
33998 \begin_inset space \thinspace{}
33999 \end_inset
34000
34001 pt and can be changed with the value of 
34002 \series bold
34003
34004 \backslash
34005 fboxsep
34006 \series default
34007 .
34008  The default background color red can either be changed locally with the
34009  command 
34010 \series bold
34011
34012 \backslash
34013 definecolor{shadecolor}
34014 \series default
34015  or globally with the menu 
34016 \family sans
34017 Tools\SpecialChar \menuseparator
34018 Preferences\SpecialChar \menuseparator
34019 Colors\SpecialChar \menuseparator
34020 shaded
34021 \begin_inset space ~
34022 \end_inset
34023
34024 box
34025 \family default
34026 .
34027  The scheme of the 
34028 \series bold
34029
34030 \backslash
34031 definecolor
34032 \series default
34033  command is explained in section
34034 \begin_inset space ~
34035 \end_inset
34036
34037
34038 \begin_inset CommandInset ref
34039 LatexCommand ref
34040 reference "sec:Colored-Tables"
34041
34042 \end_inset
34043
34044 .
34045 \begin_inset Foot
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049 Note that 
34050 \series bold
34051
34052 \backslash
34053 definecolor
34054 \series default
34055  requires the LaTeX-package 
34056 \series bold
34057 color
34058 \series default
34059  in the preamble, see section
34060 \begin_inset space ~
34061 \end_inset
34062
34063
34064 \begin_inset CommandInset ref
34065 LatexCommand ref
34066 reference "sec:Colored-Boxes"
34067
34068 \end_inset
34069
34070 .
34071 \end_layout
34072
34073 \end_inset
34074
34075  For example the appearance of the following shaded background box is set
34076  with the TeX-Code commands
34077 \end_layout
34078
34079 \begin_layout Standard
34080
34081 \series bold
34082
34083 \backslash
34084 setlength{
34085 \backslash
34086 fboxsep}{0.5cm}
34087 \series default
34088
34089 \begin_inset Newline newline
34090 \end_inset
34091
34092
34093 \series bold
34094
34095 \backslash
34096 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34097 \end_layout
34098
34099 \begin_layout Standard
34100 \begin_inset ERT
34101 status collapsed
34102
34103 \begin_layout Plain Layout
34104
34105
34106 \backslash
34107 setlength{
34108 \backslash
34109 fboxsep}{0.5cm}
34110 \end_layout
34111
34112 \begin_layout Plain Layout
34113
34114
34115 \backslash
34116 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34117 \end_layout
34118
34119 \end_inset
34120
34121
34122 \begin_inset Box Shaded
34123 position "t"
34124 hor_pos "c"
34125 has_inner_box 0
34126 inner_pos "t"
34127 use_parbox 0
34128 use_makebox 0
34129 width "100col%"
34130 special "none"
34131 height "1in"
34132 height_special "totalheight"
34133 status open
34134
34135 \begin_layout Plain Layout
34136
34137 \color yellow
34138 This is yellow text in a
34139 \color none
34140  
34141 \family sans
34142 \color yellow
34143 shaded background
34144 \family default
34145 \color none
34146  
34147 \color yellow
34148 box with dark green background.
34149 \end_layout
34150
34151 \end_inset
34152
34153
34154 \begin_inset ERT
34155 status collapsed
34156
34157 \begin_layout Plain Layout
34158
34159
34160 \backslash
34161 setlength{
34162 \backslash
34163 fboxsep}{3pt}
34164 \end_layout
34165
34166 \begin_layout Plain Layout
34167
34168
34169 \backslash
34170 definecolor{shadecolor}{rgb}{1,0,0}
34171 \end_layout
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \begin_layout Standard
34179 \begin_inset VSpace bigskip
34180 \end_inset
34181
34182 Changed lengths and widths are valid for all boxes following the commands
34183  that change them.
34184 \end_layout
34185
34186 \begin_layout Section
34187 Minipages
34188 \begin_inset CommandInset label
34189 LatexCommand label
34190 name "sec:Minipages"
34191
34192 \end_inset
34193
34194
34195 \begin_inset Index idx
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199 Boxes ! Minipages
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Standard
34208 Minipages are treated by LaTeX as pages within pages and can therefore for
34209  example have their own footnotes.
34210 \end_layout
34211
34212 \begin_layout Standard
34213 Minipages are useful when you write documents with different languages.
34214 \end_layout
34215
34216 \begin_layout Standard
34217 Below are two example minipages side by side.
34218  Their width is set to 45
34219 \begin_inset space \thinspace{}
34220 \end_inset
34221
34222 col% and they are separated by a horizontal fill, that was inserted via
34223  the menu 
34224 \family sans
34225 Insert\SpecialChar \menuseparator
34226 Special
34227 \begin_inset space ~
34228 \end_inset
34229
34230 Formatting\SpecialChar \menuseparator
34231 Horizontal
34232 \begin_inset space ~
34233 \end_inset
34234
34235 Fill
34236 \family default
34237 .
34238 \begin_inset Newpage newpage
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \begin_layout Standard
34245 \begin_inset Box Frameless
34246 position "t"
34247 hor_pos "c"
34248 has_inner_box 1
34249 inner_pos "c"
34250 use_parbox 0
34251 use_makebox 0
34252 width "45col%"
34253 special "none"
34254 height "1in"
34255 height_special "totalheight"
34256 status open
34257
34258 \begin_layout Plain Layout
34259
34260 \lang ngerman
34261 Dies ist ein deutscher Text.
34262  Dies ist ein deutscher Text.
34263  Dies ist ein deutscher Text.
34264  Dies ist ein deutscher Text.
34265  Dies ist ein deutscher Text.
34266  Dies ist ein deutscher Text.
34267  Dies ist ein deutscher Text.
34268  Dies ist ein deutscher Text.
34269  Dies ist ein deutscher Text.
34270  Dies ist ein deutscher Text.
34271  Dies ist ein deutscher Text.
34272  Dies ist ein deutscher Text.
34273  Dies ist ein deutscher Text
34274 \begin_inset Foot
34275 status collapsed
34276
34277 \begin_layout Plain Layout
34278
34279 \lang ngerman
34280 Dies ist eine deutsche Fußnote.
34281 \end_layout
34282
34283 \end_inset
34284
34285 .
34286  Dies ist ein deutscher Text.
34287  Dies ist ein deutscher Text.
34288 \end_layout
34289
34290 \end_inset
34291
34292
34293 \begin_inset space \hfill{}
34294 \end_inset
34295
34296
34297 \begin_inset Box Frameless
34298 position "t"
34299 hor_pos "c"
34300 has_inner_box 1
34301 inner_pos "c"
34302 use_parbox 0
34303 use_makebox 0
34304 width "45col%"
34305 special "none"
34306 height "1in"
34307 height_special "totalheight"
34308 status open
34309
34310 \begin_layout Plain Layout
34311 This is an English Text.
34312  This is an English Text.
34313  This is an English Text.
34314  This is an English Text.
34315  This is an English Text.
34316  This is an English Text.
34317  This is an English Text.
34318  This is an English Text.
34319  This is an English Text.
34320  This is an English Text.
34321  This is an English Text.
34322  This is an English Text.
34323  This is an English Text.
34324  This is an English Text.
34325  This is an English Text.
34326  This is an English Text.
34327 \begin_inset Foot
34328 status collapsed
34329
34330 \begin_layout Plain Layout
34331 This is an English footnote.
34332 \end_layout
34333
34334 \end_inset
34335
34336  This is an English Text.
34337 \end_layout
34338
34339 \end_inset
34340
34341
34342 \end_layout
34343
34344 \begin_layout Standard
34345 \begin_inset VSpace bigskip
34346 \end_inset
34347
34348 The document-wide paragraph settings are ignored within minipages.
34349  That means that there will be no space between paragraphs in minipages
34350  although you set it to e.
34351 \begin_inset space \thinspace{}
34352 \end_inset
34353
34354 g.
34355 \begin_inset space \space{}
34356 \end_inset
34357
34358
34359 \family sans
34360 MedSkip
34361 \family default
34362  in the document settings.
34363 \end_layout
34364
34365 \begin_layout Standard
34366 Minipages can also be used to set a background color for text parts, see
34367  section
34368 \begin_inset space ~
34369 \end_inset
34370
34371
34372 \begin_inset CommandInset ref
34373 LatexCommand ref
34374 reference "sub:Color-for-Paragraphs"
34375
34376 \end_inset
34377
34378 .
34379 \end_layout
34380
34381 \begin_layout Standard
34382 \begin_inset Note Greyedout
34383 status open
34384
34385 \begin_layout Plain Layout
34386
34387 \series bold
34388 Note:
34389 \series default
34390  You cannot have floats or margin notes inside minipages but minipages can
34391  be used inside tables, floats, and other boxes.
34392 \end_layout
34393
34394 \end_inset
34395
34396
34397 \end_layout
34398
34399 \begin_layout Section
34400 Parboxes
34401 \begin_inset CommandInset label
34402 LatexCommand label
34403 name "sec:Parboxes"
34404
34405 \end_inset
34406
34407
34408 \begin_inset Index idx
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 Boxes ! Parboxes
34413 \end_layout
34414
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \begin_layout Standard
34421 Parboxes are very similar to minipages with the difference that they cannot
34422  have footnotes.
34423 \end_layout
34424
34425 \begin_layout Standard
34426 \align center
34427 \begin_inset Box Frameless
34428 position "t"
34429 hor_pos "c"
34430 has_inner_box 1
34431 inner_pos "t"
34432 use_parbox 1
34433 use_makebox 0
34434 width "33col%"
34435 special "none"
34436 height "1in"
34437 height_special "totalheight"
34438 status open
34439
34440 \begin_layout Plain Layout
34441 This a text within a parbox.
34442  This a text within a parbox.
34443 \end_layout
34444
34445 \begin_layout Plain Layout
34446 This footnote won't appear:
34447 \begin_inset Foot
34448 status collapsed
34449
34450 \begin_layout Plain Layout
34451 This footnote is inside a parbox and will therefore not appear.
34452 \end_layout
34453
34454 \end_inset
34455
34456
34457 \end_layout
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \begin_layout Section
34465 Boxes for Words and Characters
34466 \begin_inset Index idx
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470 Boxes ! for Characters
34471 \end_layout
34472
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \begin_layout Subsection
34479 Prevent Hyphenation
34480 \begin_inset CommandInset label
34481 LatexCommand label
34482 name "sec:Prevent-Hyphenation"
34483
34484 \end_inset
34485
34486
34487 \begin_inset Index idx
34488 status collapsed
34489
34490 \begin_layout Plain Layout
34491 Boxes ! to Prevent Hyphenation
34492 \end_layout
34493
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \begin_layout Standard
34500 You can use the box type 
34501 \family sans
34502 Makebox
34503 \family default
34504  to prevent words or text from being hyphenated.
34505 \begin_inset Newline newline
34506 \end_inset
34507
34508 Here is an example text:
34509 \end_layout
34510
34511 \begin_layout Standard
34512 This line is an example to show how you can prevent the hyphenation of 
34513 \begin_inset Quotes eld
34514 \end_inset
34515
34516 veryverylongword
34517 \begin_inset Quotes erd
34518 \end_inset
34519
34520 .
34521 \end_layout
34522
34523 \begin_layout Standard
34524 To prevent the hyphenation of the word 
34525 \begin_inset Quotes eld
34526 \end_inset
34527
34528 veryverylongword
34529 \begin_inset Quotes erd
34530 \end_inset
34531
34532 , put the word into a box, set the 
34533 \family sans
34534 Inner
34535 \begin_inset space ~
34536 \end_inset
34537
34538 box
34539 \family default
34540  to 
34541 \family sans
34542 Makebox
34543 \family default
34544  and use no explicit width.
34545 \end_layout
34546
34547 \begin_layout Standard
34548 This is the result:
34549 \end_layout
34550
34551 \begin_layout Standard
34552 This line is an example to show how you can prevent the hyphenation of 
34553 \begin_inset Box Frameless
34554 position "t"
34555 hor_pos "c"
34556 has_inner_box 1
34557 inner_pos "t"
34558 use_parbox 0
34559 use_makebox 1
34560 width ""
34561 special "none"
34562 height "1in"
34563 height_special "totalheight"
34564 status open
34565
34566 \begin_layout Plain Layout
34567 \begin_inset Quotes eld
34568 \end_inset
34569
34570 veryverylongword
34571 \begin_inset Quotes erd
34572 \end_inset
34573
34574
34575 \end_layout
34576
34577 \end_inset
34578
34579 .
34580 \end_layout
34581
34582 \begin_layout Standard
34583 You can alternatively set the command 
34584 \begin_inset Quotes eld
34585 \end_inset
34586
34587
34588 \series bold
34589
34590 \backslash
34591 -
34592 \series default
34593
34594 \begin_inset Quotes grd
34595 \end_inset
34596
34597  as TeX-Code directly before the word:
34598 \end_layout
34599
34600 \begin_layout Standard
34601 This line is an example to show how you can prevent the hyphenation of 
34602 \begin_inset Quotes eld
34603 \end_inset
34604
34605
34606 \begin_inset ERT
34607 status collapsed
34608
34609 \begin_layout Plain Layout
34610
34611
34612 \backslash
34613 -
34614 \end_layout
34615
34616 \end_inset
34617
34618 veryverylongword
34619 \begin_inset Quotes erd
34620 \end_inset
34621
34622 .
34623 \end_layout
34624
34625 \begin_layout Standard
34626 Of course the word now protrudes over the side margin.
34627  To avoid this, add via the menu 
34628 \family sans
34629 Insert\SpecialChar \menuseparator
34630 Formatting\SpecialChar \menuseparator
34631 Ragged
34632 \begin_inset space ~
34633 \end_inset
34634
34635 Line
34636 \begin_inset space ~
34637 \end_inset
34638
34639 Break
34640 \family default
34641  (shortcut 
34642 \begin_inset Info
34643 type  "shortcut"
34644 arg   "newline-insert newline"
34645 \end_inset
34646
34647 ) a line break before the word:
34648 \end_layout
34649
34650 \begin_layout Standard
34651 This line is an example to show how you can prevent the hyphenation of 
34652 \begin_inset Newline newline
34653 \end_inset
34654
34655
34656 \begin_inset Box Frameless
34657 position "t"
34658 hor_pos "c"
34659 has_inner_box 1
34660 inner_pos "t"
34661 use_parbox 0
34662 use_makebox 1
34663 width ""
34664 special "none"
34665 height "1in"
34666 height_special "totalheight"
34667 status open
34668
34669 \begin_layout Plain Layout
34670 \begin_inset Quotes eld
34671 \end_inset
34672
34673 veryverylongword
34674 \begin_inset Quotes erd
34675 \end_inset
34676
34677
34678 \end_layout
34679
34680 \end_inset
34681
34682 .
34683 \end_layout
34684
34685 \begin_layout Subsection
34686 Vertical Alignment
34687 \begin_inset CommandInset label
34688 LatexCommand label
34689 name "sub:Vertical-Alignment"
34690
34691 \end_inset
34692
34693
34694 \begin_inset Index idx
34695 status collapsed
34696
34697 \begin_layout Plain Layout
34698 Boxes ! for Vertical Alignment
34699 \end_layout
34700
34701 \end_inset
34702
34703
34704 \begin_inset Index idx
34705 status collapsed
34706
34707 \begin_layout Plain Layout
34708 Boxes ! Raiseboxes
34709 \end_layout
34710
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \begin_layout Standard
34717 With the help of the command 
34718 \series bold
34719
34720 \backslash
34721 raisebox
34722 \series default
34723  you can align words, characters or other boxes vertically relative to the
34724  surrounding text.
34725  
34726 \series bold
34727
34728 \backslash
34729 raisebox
34730 \series default
34731  is used with the following scheme:
34732 \end_layout
34733
34734 \begin_layout Standard
34735
34736 \series bold
34737
34738 \backslash
34739 raisebox{lift}[height][depth]{box content}
34740 \end_layout
34741
34742 \begin_layout Standard
34743 The lift can be a positive value to raise the box or a negative value to
34744  lower the box.
34745 \end_layout
34746
34747 \begin_layout Standard
34748 To align for example the word 
34749 \begin_inset Quotes eld
34750 \end_inset
34751
34752 preventing
34753 \begin_inset Quotes erd
34754 \end_inset
34755
34756  so that the bottom of the 
34757 \begin_inset Quotes eld
34758 \end_inset
34759
34760 deepest
34761 \begin_inset Quotes erd
34762 \end_inset
34763
34764  character 
34765 \begin_inset Quotes eld
34766 \end_inset
34767
34768 p
34769 \begin_inset Quotes erd
34770 \end_inset
34771
34772  is at the baseline, insert the command
34773 \end_layout
34774
34775 \begin_layout Standard
34776
34777 \series bold
34778
34779 \backslash
34780 raisebox{
34781 \backslash
34782 depth}{
34783 \end_layout
34784
34785 \begin_layout Standard
34786 in TeX-Code before the word.
34787  After the word insert a closing brace 
34788 \begin_inset Quotes eld
34789 \end_inset
34790
34791
34792 \series bold
34793 }
34794 \series default
34795
34796 \begin_inset Quotes erd
34797 \end_inset
34798
34799  in TeX-Code.
34800 \begin_inset Newline newline
34801 \end_inset
34802
34803 This is the result:
34804 \end_layout
34805
34806 \begin_layout Standard
34807 This is a text line with the word 
34808 \begin_inset ERT
34809 status collapsed
34810
34811 \begin_layout Plain Layout
34812
34813
34814 \backslash
34815 raisebox{
34816 \backslash
34817 depth}{
34818 \end_layout
34819
34820 \end_inset
34821
34822
34823 \begin_inset Quotes eld
34824 \end_inset
34825
34826 preventing
34827 \begin_inset Quotes erd
34828 \end_inset
34829
34830
34831 \begin_inset ERT
34832 status collapsed
34833
34834 \begin_layout Plain Layout
34835
34836 }
34837 \end_layout
34838
34839 \end_inset
34840
34841  as a raised word.
34842 \end_layout
34843
34844 \begin_layout Standard
34845 \begin_inset VSpace bigskip
34846 \end_inset
34847
34848 When you raise or lower characters in a line, the line distance will be
34849  spread:
34850 \end_layout
34851
34852 \begin_layout Standard
34853 This is a text line with the word 
34854 \begin_inset ERT
34855 status collapsed
34856
34857 \begin_layout Plain Layout
34858
34859
34860 \backslash
34861 raisebox{-
34862 \backslash
34863 depth}{
34864 \end_layout
34865
34866 \end_inset
34867
34868
34869 \begin_inset Quotes eld
34870 \end_inset
34871
34872 preventing
34873 \begin_inset Quotes erd
34874 \end_inset
34875
34876
34877 \begin_inset ERT
34878 status collapsed
34879
34880 \begin_layout Plain Layout
34881
34882 }
34883 \end_layout
34884
34885 \end_inset
34886
34887  as a lowered word.
34888 \begin_inset Newline newline
34889 \end_inset
34890
34891 This is a text line with the word 
34892 \begin_inset ERT
34893 status collapsed
34894
34895 \begin_layout Plain Layout
34896
34897
34898 \backslash
34899 raisebox{0.5cm}{
34900 \end_layout
34901
34902 \end_inset
34903
34904
34905 \begin_inset Quotes eld
34906 \end_inset
34907
34908 testing
34909 \begin_inset Quotes erd
34910 \end_inset
34911
34912
34913 \begin_inset ERT
34914 status collapsed
34915
34916 \begin_layout Plain Layout
34917
34918 }
34919 \end_layout
34920
34921 \end_inset
34922
34923  as a raised word.
34924 \end_layout
34925
34926 \begin_layout Standard
34927 If you want to prevent this for a certain reason, set the box height to
34928  a zero value.
34929  For example use
34930 \end_layout
34931
34932 \begin_layout Standard
34933
34934 \series bold
34935
34936 \backslash
34937 raisebox{-
34938 \backslash
34939 depth}[0pt]{
34940 \end_layout
34941
34942 \begin_layout Standard
34943 This is a text line with the word 
34944 \begin_inset ERT
34945 status collapsed
34946
34947 \begin_layout Plain Layout
34948
34949
34950 \backslash
34951 raisebox{-
34952 \backslash
34953 depth}[0pt]{
34954 \end_layout
34955
34956 \end_inset
34957
34958
34959 \begin_inset Quotes eld
34960 \end_inset
34961
34962 preventing
34963 \begin_inset Quotes erd
34964 \end_inset
34965
34966
34967 \begin_inset ERT
34968 status collapsed
34969
34970 \begin_layout Plain Layout
34971
34972 }
34973 \end_layout
34974
34975 \end_inset
34976
34977  as a lowered word.
34978 \begin_inset Newline newline
34979 \end_inset
34980
34981 This is a text line with the word 
34982 \begin_inset ERT
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986
34987
34988 \backslash
34989 raisebox{0.5cm}[0pt]{
34990 \end_layout
34991
34992 \end_inset
34993
34994
34995 \begin_inset Quotes eld
34996 \end_inset
34997
34998 testing
34999 \begin_inset Quotes erd
35000 \end_inset
35001
35002
35003 \begin_inset ERT
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007
35008 }
35009 \end_layout
35010
35011 \end_inset
35012
35013  as a raised word.
35014 \end_layout
35015
35016 \begin_layout Section
35017 Colored Boxes
35018 \begin_inset CommandInset label
35019 LatexCommand label
35020 name "sec:Colored-Boxes"
35021
35022 \end_inset
35023
35024
35025 \begin_inset Index idx
35026 status collapsed
35027
35028 \begin_layout Plain Layout
35029 Boxes ! Color
35030 \end_layout
35031
35032 \end_inset
35033
35034
35035 \end_layout
35036
35037 \begin_layout Subsection
35038 Color for Text
35039 \begin_inset Index idx
35040 status collapsed
35041
35042 \begin_layout Plain Layout
35043 Color ! for Text
35044 \end_layout
35045
35046 \end_inset
35047
35048
35049 \end_layout
35050
35051 \begin_layout Standard
35052 To color the background of text the text must be put into a so called 
35053 \begin_inset Quotes eld
35054 \end_inset
35055
35056 colorbox
35057 \begin_inset Quotes erd
35058 \end_inset
35059
35060 .
35061  This requires that the LaTeX-package 
35062 \series bold
35063 color
35064 \series default
35065
35066 \begin_inset Index idx
35067 status collapsed
35068
35069 \begin_layout Plain Layout
35070 LaTeX-packages ! color
35071 \end_layout
35072
35073 \end_inset
35074
35075  is loaded in the document preamble with the command
35076 \end_layout
35077
35078 \begin_layout Standard
35079
35080 \series bold
35081
35082 \backslash
35083 @ifundefined{textcolor}
35084 \begin_inset Newline newline
35085 \end_inset
35086
35087
35088 \begin_inset Phantom HPhantom
35089 status open
35090
35091 \begin_layout Plain Layout
35092
35093 \series bold
35094 \begin_inset space ~
35095 \end_inset
35096
35097
35098 \end_layout
35099
35100 \end_inset
35101
35102 {
35103 \backslash
35104 usepackage{color}}{}
35105 \end_layout
35106
35107 \begin_layout Standard
35108 The package 
35109 \series bold
35110 color
35111 \series default
35112  will be loaded automatically by LyX when you color text.
35113 \begin_inset Foot
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117 To avoid it being loaded twice the command 
35118 \series bold
35119
35120 \backslash
35121 @ifundefined
35122 \series default
35123  is used.
35124 \end_layout
35125
35126 \end_inset
35127
35128
35129 \end_layout
35130
35131 \begin_layout Standard
35132 \begin_inset VSpace medskip
35133 \end_inset
35134
35135 Colorboxes are created with the command 
35136 \series bold
35137
35138 \backslash
35139 colorbox
35140 \series default
35141 .
35142  This will be used with the following scheme:
35143 \end_layout
35144
35145 \begin_layout Standard
35146
35147 \series bold
35148
35149 \backslash
35150 colorbox{color}{box content}
35151 \end_layout
35152
35153 \begin_layout Standard
35154 The box content can also be a box and colorboxes can also be within other
35155  boxes.
35156 \end_layout
35157
35158 \begin_layout Standard
35159 The following colors are predefined:
35160 \begin_inset Newline newline
35161 \end_inset
35162
35163
35164 \family sans
35165 black
35166 \family default
35167
35168 \family sans
35169 blue
35170 \family default
35171
35172 \family sans
35173 cyan
35174 \family default
35175 \series bold
35176 ,
35177 \series default
35178  
35179 \family sans
35180 green
35181 \family default
35182
35183 \family sans
35184 magenta
35185 \family default
35186
35187 \family sans
35188 red
35189 \family default
35190
35191 \family sans
35192 white
35193 \family default
35194 , and 
35195 \family sans
35196 yellow
35197 \family default
35198 .
35199 \begin_inset Newline newline
35200 \end_inset
35201
35202 You can also define your own color as described in section
35203 \begin_inset space ~
35204 \end_inset
35205
35206
35207 \begin_inset CommandInset ref
35208 LatexCommand ref
35209 reference "sec:Colored-Tables"
35210
35211 \end_inset
35212
35213 .
35214 \end_layout
35215
35216 \begin_layout Standard
35217 To have e.
35218 \begin_inset space \thinspace{}
35219 \end_inset
35220
35221 g.
35222 \begin_inset space \space{}
35223 \end_inset
35224
35225 a red background for a word, insert the command
35226 \end_layout
35227
35228 \begin_layout Standard
35229
35230 \series bold
35231
35232 \backslash
35233 colorbox{red}{
35234 \end_layout
35235
35236 \begin_layout Standard
35237 before the word in TeX-Code.
35238  After the word insert a closing brace 
35239 \begin_inset Quotes eld
35240 \end_inset
35241
35242
35243 \series bold
35244 }
35245 \series default
35246
35247 \begin_inset Quotes erd
35248 \end_inset
35249
35250  in TeX-Code.
35251 \begin_inset Newline newline
35252 \end_inset
35253
35254 This is the result:
35255 \end_layout
35256
35257 \begin_layout Standard
35258 This is a line where the word 
35259 \begin_inset ERT
35260 status collapsed
35261
35262 \begin_layout Plain Layout
35263
35264
35265 \backslash
35266 colorbox{red}{
35267 \end_layout
35268
35269 \end_inset
35270
35271
35272 \begin_inset Quotes eld
35273 \end_inset
35274
35275 Attention!
35276 \begin_inset Quotes erd
35277 \end_inset
35278
35279
35280 \begin_inset ERT
35281 status collapsed
35282
35283 \begin_layout Plain Layout
35284
35285 }
35286 \end_layout
35287
35288 \end_inset
35289
35290  has a red background.
35291 \end_layout
35292
35293 \begin_layout Standard
35294 \begin_inset VSpace bigskip
35295 \end_inset
35296
35297 If you would like the box frame in a different color, you can use the command
35298  
35299 \series bold
35300
35301 \backslash
35302 fcolorbox
35303 \series default
35304  with the following scheme:
35305 \end_layout
35306
35307 \begin_layout Standard
35308
35309 \series bold
35310
35311 \backslash
35312 fcolorbox{frame color}{box color}{box content}
35313 \end_layout
35314
35315 \begin_layout Standard
35316
35317 \series bold
35318
35319 \backslash
35320 fcolorbox
35321 \series default
35322  is an extension to 
35323 \series bold
35324
35325 \backslash
35326 colorbox
35327 \series default
35328 .
35329  The frame thickness and the space between the frame and the box content
35330  can be adjusted with the lengths 
35331 \series bold
35332
35333 \backslash
35334 fboxrule
35335 \series default
35336  and 
35337 \series bold
35338
35339 \backslash
35340 fboxsep
35341 \series default
35342 , respectively, as described in section
35343 \begin_inset space ~
35344 \end_inset
35345
35346
35347 \begin_inset CommandInset ref
35348 LatexCommand ref
35349 reference "sec:Decoration"
35350
35351 \end_inset
35352
35353 .
35354 \end_layout
35355
35356 \begin_layout Standard
35357 For the following example the command
35358 \end_layout
35359
35360 \begin_layout Standard
35361
35362 \series bold
35363
35364 \backslash
35365 fcolorbox{cyan}{magenta}{
35366 \end_layout
35367
35368 \begin_layout Standard
35369 was used.
35370 \end_layout
35371
35372 \begin_layout Standard
35373 Here is an example where the frame line thickness was set to 1
35374 \begin_inset space \thinspace{}
35375 \end_inset
35376
35377 mm:
35378 \begin_inset Newline newline
35379 \end_inset
35380
35381
35382 \begin_inset ERT
35383 status collapsed
35384
35385 \begin_layout Plain Layout
35386
35387
35388 \backslash
35389 fboxrule 1mm 
35390 \backslash
35391 fboxsep 1mm
35392 \end_layout
35393
35394 \end_inset
35395
35396
35397 \begin_inset ERT
35398 status collapsed
35399
35400 \begin_layout Plain Layout
35401
35402
35403 \backslash
35404 fcolorbox{cyan}{magenta}{
35405 \end_layout
35406
35407 \end_inset
35408
35409 This is text within a colored, framed box.
35410 \begin_inset ERT
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414
35415 }
35416 \end_layout
35417
35418 \end_inset
35419
35420
35421 \end_layout
35422
35423 \begin_layout Standard
35424 \begin_inset VSpace bigskip
35425 \end_inset
35426
35427 Of course you can also have colored text inside a colorbox:
35428 \begin_inset Newline newline
35429 \end_inset
35430
35431
35432 \begin_inset ERT
35433 status collapsed
35434
35435 \begin_layout Plain Layout
35436
35437
35438 \backslash
35439 fcolorbox{cyan}{magenta}{
35440 \end_layout
35441
35442 \end_inset
35443
35444
35445 \color yellow
35446 This is colored text within a colored, framed box.
35447 \color none
35448
35449 \begin_inset ERT
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453
35454 }
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \begin_inset ERT
35461 status collapsed
35462
35463 \begin_layout Plain Layout
35464
35465
35466 \backslash
35467 fboxrule 0.4pt 
35468 \backslash
35469 fboxsep 3pt
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \begin_layout Standard
35478 \begin_inset VSpace medskip
35479 \end_inset
35480
35481
35482 \end_layout
35483
35484 \begin_layout Standard
35485 \begin_inset Note Greyedout
35486 status open
35487
35488 \begin_layout Plain Layout
35489
35490 \series bold
35491 Note:
35492 \series default
35493  Text in colorboxes cannot have line breaks.
35494  To color multiple text lines or paragraphs, use a box inside a colorbox
35495  as described in the following.
35496 \end_layout
35497
35498 \end_inset
35499
35500
35501 \end_layout
35502
35503 \begin_layout Subsection
35504 Color for Paragraphs
35505 \begin_inset CommandInset label
35506 LatexCommand label
35507 name "sub:Color-for-Paragraphs"
35508
35509 \end_inset
35510
35511
35512 \begin_inset Index idx
35513 status collapsed
35514
35515 \begin_layout Plain Layout
35516 Color ! for Paragraphs
35517 \end_layout
35518
35519 \end_inset
35520
35521
35522 \end_layout
35523
35524 \begin_layout Standard
35525 To set the background color for more than one text line, put the text into
35526  a minipage.
35527  Before the minipage insert the 
35528 \series bold
35529
35530 \backslash
35531 colorbox
35532 \series default
35533  command
35534 \end_layout
35535
35536 \begin_layout Standard
35537
35538 \series bold
35539
35540 \backslash
35541 colorbox{color}{
35542 \end_layout
35543
35544 \begin_layout Standard
35545 in TeX-Code.
35546  After the minipage insert a closing brace 
35547 \begin_inset Quotes eld
35548 \end_inset
35549
35550
35551 \series bold
35552 }
35553 \series default
35554
35555 \begin_inset Quotes erd
35556 \end_inset
35557
35558  in TeX-Code.
35559 \end_layout
35560
35561 \begin_layout Standard
35562 \begin_inset ERT
35563 status collapsed
35564
35565 \begin_layout Plain Layout
35566
35567
35568 \backslash
35569 colorbox{lightgrey}{
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \begin_inset Box Frameless
35576 position "t"
35577 hor_pos "c"
35578 has_inner_box 1
35579 inner_pos "t"
35580 use_parbox 0
35581 use_makebox 0
35582 width "100col%"
35583 special "none"
35584 height "1in"
35585 height_special "totalheight"
35586 status collapsed
35587
35588 \begin_layout Plain Layout
35589 This is text with background color.
35590  This is text with background color.
35591 \end_layout
35592
35593 \begin_layout Plain Layout
35594 \begin_inset VSpace defskip
35595 \end_inset
35596
35597 The text can have footnotes
35598 \begin_inset Foot
35599 status collapsed
35600
35601 \begin_layout Plain Layout
35602 Another example footnote
35603 \end_layout
35604
35605 \end_inset
35606
35607  and can include tables and figures.
35608 \end_layout
35609
35610 \begin_layout Plain Layout
35611 \align center
35612 \begin_inset Tabular
35613 <lyxtabular version="3" rows="3" columns="3">
35614 <features rotate="0" tabularvalignment="middle">
35615 <column alignment="center" valignment="top">
35616 <column alignment="center" valignment="top">
35617 <column alignment="center" valignment="top">
35618 <row>
35619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35620 \begin_inset Text
35621
35622 \begin_layout Plain Layout
35623 a
35624 \end_layout
35625
35626 \end_inset
35627 </cell>
35628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35629 \begin_inset Text
35630
35631 \begin_layout Plain Layout
35632 !
35633 \end_layout
35634
35635 \end_inset
35636 </cell>
35637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35638 \begin_inset Text
35639
35640 \begin_layout Plain Layout
35641 3
35642 \end_layout
35643
35644 \end_inset
35645 </cell>
35646 </row>
35647 <row>
35648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35649 \begin_inset Text
35650
35651 \begin_layout Plain Layout
35652 <
35653 \end_layout
35654
35655 \end_inset
35656 </cell>
35657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35658 \begin_inset Text
35659
35660 \begin_layout Plain Layout
35661 b2
35662 \begin_inset Quotes erd
35663 \end_inset
35664
35665 |
35666 \end_layout
35667
35668 \end_inset
35669 </cell>
35670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35671 \begin_inset Text
35672
35673 \begin_layout Plain Layout
35674 >
35675 \end_layout
35676
35677 \end_inset
35678 </cell>
35679 </row>
35680 <row>
35681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35682 \begin_inset Text
35683
35684 \begin_layout Plain Layout
35685 1
35686 \end_layout
35687
35688 \end_inset
35689 </cell>
35690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35691 \begin_inset Text
35692
35693 \begin_layout Plain Layout
35694 §
35695 \end_layout
35696
35697 \end_inset
35698 </cell>
35699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35700 \begin_inset Text
35701
35702 \begin_layout Plain Layout
35703 c
35704 \end_layout
35705
35706 \end_inset
35707 </cell>
35708 </row>
35709 </lyxtabular>
35710
35711 \end_inset
35712
35713
35714 \end_layout
35715
35716 \end_inset
35717
35718
35719 \begin_inset ERT
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723
35724 }
35725 \end_layout
35726
35727 \end_inset
35728
35729
35730 \end_layout
35731
35732 \begin_layout Section
35733 Rotated and Scaled Boxes
35734 \end_layout
35735
35736 \begin_layout Standard
35737 To use the commands described in this section, the LaTeX-package 
35738 \series bold
35739 graphicx
35740 \series default
35741
35742 \begin_inset Index idx
35743 status collapsed
35744
35745 \begin_layout Plain Layout
35746 LaTeX-packages ! graphicx
35747 \end_layout
35748
35749 \end_inset
35750
35751  needs to be loaded in the document preamble with the command
35752 \end_layout
35753
35754 \begin_layout Standard
35755
35756 \series bold
35757
35758 \backslash
35759 @ifundefined{rotatebox}
35760 \begin_inset Newline newline
35761 \end_inset
35762
35763
35764 \begin_inset Phantom HPhantom
35765 status open
35766
35767 \begin_layout Plain Layout
35768
35769 \series bold
35770 \begin_inset space ~
35771 \end_inset
35772
35773
35774 \end_layout
35775
35776 \end_inset
35777
35778 {
35779 \backslash
35780 usepackage{graphicx}}{}
35781 \end_layout
35782
35783 \begin_layout Standard
35784 \begin_inset Note Greyedout
35785 status open
35786
35787 \begin_layout Plain Layout
35788
35789 \series bold
35790 Note:
35791 \series default
35792  Not all DVI-viewers are able to display rotated or scaled material.
35793 \end_layout
35794
35795 \end_inset
35796
35797
35798 \end_layout
35799
35800 \begin_layout Standard
35801 \begin_inset Note Greyedout
35802 status open
35803
35804 \begin_layout Plain Layout
35805
35806 \series bold
35807 Note:
35808 \series default
35809  Floats are not allowed inside a rotated or scaled box.
35810 \end_layout
35811
35812 \end_inset
35813
35814
35815 \end_layout
35816
35817 \begin_layout Subsection
35818 Rotated Boxes
35819 \begin_inset Index idx
35820 status collapsed
35821
35822 \begin_layout Plain Layout
35823 Boxes ! rotated
35824 \end_layout
35825
35826 \end_inset
35827
35828
35829 \begin_inset Index idx
35830 status collapsed
35831
35832 \begin_layout Plain Layout
35833 Rotated Material
35834 \end_layout
35835
35836 \end_inset
35837
35838
35839 \end_layout
35840
35841 \begin_layout Standard
35842 To rotate material, you can put it into a rotated box.
35843  Such a box is created using the command 
35844 \series bold
35845
35846 \backslash
35847 rotatebox
35848 \series default
35849  in TeX-Code with the following scheme:
35850 \end_layout
35851
35852 \begin_layout Standard
35853
35854 \series bold
35855
35856 \backslash
35857 rotatebox[rotation origin]{rotation angle}{box content}
35858 \end_layout
35859
35860 \begin_layout Standard
35861 The rotation origin is specified in the form 
35862 \series bold
35863 origin=position
35864 \series default
35865 .
35866  The following positions are possible: 
35867 \emph on
35868 c
35869 \emph default
35870  (center), 
35871 \emph on
35872 l
35873 \emph default
35874  (left), 
35875 \emph on
35876 r
35877 \emph default
35878  (right), 
35879 \emph on
35880 b
35881 \emph default
35882  (bottom), 
35883 \emph on
35884 t
35885 \emph default
35886  (top), along with meaningful combinations of the four base positions.
35887  For example 
35888 \emph on
35889 lt
35890 \emph default
35891  means that the rotation origin is at the top left corner of the box.
35892  When no rotation origin is specified, the position 
35893 \emph on
35894 l
35895 \emph default
35896  will be used.
35897  The rotation angle is a number that can be negative that specifies the
35898  angle in degrees.
35899  The rotation direction is counterclockwise.
35900 \end_layout
35901
35902 \begin_layout Standard
35903 In the following example the command 
35904 \series bold
35905
35906 \backslash
35907 rotatebox[origin=c]{60}{
35908 \series default
35909  was inserted as TeX-Code before the text 
35910 \begin_inset Quotes eld
35911 \end_inset
35912
35913 with rotated
35914 \begin_inset Quotes erd
35915 \end_inset
35916
35917 ; after the text the box was closed by a closing brace 
35918 \series bold
35919 }
35920 \series default
35921  in TeX-Code.
35922 \end_layout
35923
35924 \begin_layout Standard
35925 This is a line 
35926 \begin_inset ERT
35927 status collapsed
35928
35929 \begin_layout Plain Layout
35930
35931
35932 \backslash
35933 rotatebox[origin=c]{60}{
35934 \end_layout
35935
35936 \end_inset
35937
35938 with rotated
35939 \begin_inset ERT
35940 status collapsed
35941
35942 \begin_layout Plain Layout
35943
35944 }
35945 \end_layout
35946
35947 \end_inset
35948
35949  text.
35950 \end_layout
35951
35952 \begin_layout Standard
35953 The box content can also be another box or an inline formula:
35954 \end_layout
35955
35956 \begin_layout Standard
35957 This is a line
35958 \begin_inset ERT
35959 status collapsed
35960
35961 \begin_layout Plain Layout
35962
35963
35964 \backslash
35965 rotatebox[origin=r]{-60}{
35966 \end_layout
35967
35968 \end_inset
35969
35970
35971 \begin_inset Box Doublebox
35972 position "c"
35973 hor_pos "c"
35974 has_inner_box 0
35975 inner_pos "c"
35976 use_parbox 0
35977 use_makebox 0
35978 width "1in"
35979 special "width"
35980 height "1in"
35981 height_special "totalheight"
35982 status collapsed
35983
35984 \begin_layout Plain Layout
35985 with rotated
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \begin_inset ERT
35992 status collapsed
35993
35994 \begin_layout Plain Layout
35995
35996 }
35997 \end_layout
35998
35999 \end_inset
36000
36001  framed text 
36002 \begin_inset ERT
36003 status collapsed
36004
36005 \begin_layout Plain Layout
36006
36007
36008 \backslash
36009 rotatebox[origin=lb]{60}{
36010 \end_layout
36011
36012 \end_inset
36013
36014
36015 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36016 \end_inset
36017
36018
36019 \begin_inset ERT
36020 status collapsed
36021
36022 \begin_layout Plain Layout
36023
36024 }
36025 \end_layout
36026
36027 \end_inset
36028
36029  and a formula.
36030 \end_layout
36031
36032 \begin_layout Standard
36033 or an image or table:
36034 \end_layout
36035
36036 \begin_layout Standard
36037 This is a line
36038 \begin_inset ERT
36039 status collapsed
36040
36041 \begin_layout Plain Layout
36042
36043
36044 \backslash
36045 rotatebox[origin=lb]{90}{
36046 \end_layout
36047
36048 \end_inset
36049
36050
36051 \begin_inset Graphics
36052         filename clipart/platypus.eps
36053         lyxscale 50
36054         width 25col%
36055
36056 \end_inset
36057
36058
36059 \begin_inset ERT
36060 status collapsed
36061
36062 \begin_layout Plain Layout
36063
36064 }
36065 \end_layout
36066
36067 \end_inset
36068
36069  with a rotated image 
36070 \begin_inset ERT
36071 status collapsed
36072
36073 \begin_layout Plain Layout
36074
36075
36076 \backslash
36077 rotatebox[origin=l]{-90}{
36078 \end_layout
36079
36080 \end_inset
36081
36082
36083 \begin_inset Tabular
36084 <lyxtabular version="3" rows="2" columns="2">
36085 <features rotate="0" tabularvalignment="middle">
36086 <column alignment="center" valignment="top">
36087 <column alignment="center" valignment="top">
36088 <row>
36089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36090 \begin_inset Text
36091
36092 \begin_layout Plain Layout
36093 q
36094 \end_layout
36095
36096 \end_inset
36097 </cell>
36098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36099 \begin_inset Text
36100
36101 \begin_layout Plain Layout
36102 w
36103 \end_layout
36104
36105 \end_inset
36106 </cell>
36107 </row>
36108 <row>
36109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36110 \begin_inset Text
36111
36112 \begin_layout Plain Layout
36113 e
36114 \end_layout
36115
36116 \end_inset
36117 </cell>
36118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36119 \begin_inset Text
36120
36121 \begin_layout Plain Layout
36122 r
36123 \end_layout
36124
36125 \end_inset
36126 </cell>
36127 </row>
36128 </lyxtabular>
36129
36130 \end_inset
36131
36132
36133 \begin_inset ERT
36134 status collapsed
36135
36136 \begin_layout Plain Layout
36137
36138 }
36139 \end_layout
36140
36141 \end_inset
36142
36143  and table.
36144 \begin_inset Index idx
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148 Figures ! rotated
36149 \end_layout
36150
36151 \end_inset
36152
36153
36154 \begin_inset Index idx
36155 status collapsed
36156
36157 \begin_layout Plain Layout
36158 Table Customization ! Rotating
36159 \end_layout
36160
36161 \end_inset
36162
36163
36164 \end_layout
36165
36166 \begin_layout Subsection
36167 Scaled Boxes
36168 \begin_inset Index idx
36169 status collapsed
36170
36171 \begin_layout Plain Layout
36172 Boxes ! scaled
36173 \end_layout
36174
36175 \end_inset
36176
36177
36178 \begin_inset Index idx
36179 status collapsed
36180
36181 \begin_layout Plain Layout
36182 Scaled Material
36183 \end_layout
36184
36185 \end_inset
36186
36187
36188 \end_layout
36189
36190 \begin_layout Standard
36191 To scale material the commands 
36192 \series bold
36193
36194 \backslash
36195 scalebox
36196 \series default
36197  and 
36198 \series bold
36199
36200 \backslash
36201 resizebox
36202 \series default
36203  can be used as TeX-Code.
36204 \end_layout
36205
36206 \begin_layout Standard
36207
36208 \series bold
36209
36210 \backslash
36211 scalebox
36212 \series default
36213  is used with the following scheme:
36214 \end_layout
36215
36216 \begin_layout Standard
36217
36218 \series bold
36219
36220 \backslash
36221 scalebox{horizontal}[vertical]{box content}
36222 \end_layout
36223
36224 \begin_layout Standard
36225 Horizontal and vertical are the corresponding scaling factors.
36226  If no vertical scaling factor is given, the horizontal factor will also
36227  be used as the vertical one.
36228 \end_layout
36229
36230 \begin_layout Standard
36231 The command 
36232 \series bold
36233
36234 \backslash
36235 scalebox{2}{Hello}
36236 \series default
36237  creates for example a double size 
36238 \begin_inset ERT
36239 status collapsed
36240
36241 \begin_layout Plain Layout
36242
36243
36244 \backslash
36245 scalebox{2}{
36246 \end_layout
36247
36248 \end_inset
36249
36250 Hello
36251 \begin_inset ERT
36252 status collapsed
36253
36254 \begin_layout Plain Layout
36255
36256 }
36257 \end_layout
36258
36259 \end_inset
36260
36261 , compared with the document text size.
36262 \end_layout
36263
36264 \begin_layout Standard
36265
36266 \series bold
36267
36268 \backslash
36269 scalebox{2}[1]{Hello}
36270 \series default
36271  on the other hand distorts the 
36272 \begin_inset ERT
36273 status collapsed
36274
36275 \begin_layout Plain Layout
36276
36277
36278 \backslash
36279 scalebox{2}[1]{
36280 \end_layout
36281
36282 \end_inset
36283
36284 Hello
36285 \begin_inset ERT
36286 status collapsed
36287
36288 \begin_layout Plain Layout
36289
36290 }
36291 \end_layout
36292
36293 \end_inset
36294
36295 .
36296 \end_layout
36297
36298 \begin_layout Standard
36299 If the scaling factor is negative, the box content will be mirrored.
36300  Therefore the command 
36301 \series bold
36302
36303 \backslash
36304 scalebox{-1}[1]{Hello}
36305 \series default
36306  can be used to create mirror writing: 
36307 \begin_inset ERT
36308 status collapsed
36309
36310 \begin_layout Plain Layout
36311
36312
36313 \backslash
36314 scalebox{-1}[1]{
36315 \end_layout
36316
36317 \end_inset
36318
36319 Hello
36320 \begin_inset ERT
36321 status collapsed
36322
36323 \begin_layout Plain Layout
36324
36325 }
36326 \end_layout
36327
36328 \end_inset
36329
36330
36331 \end_layout
36332
36333 \begin_layout Standard
36334
36335 \series bold
36336
36337 \backslash
36338 scalebox{1}[-1]{Hello}
36339 \series default
36340  reflects the 
36341 \begin_inset ERT
36342 status collapsed
36343
36344 \begin_layout Plain Layout
36345
36346
36347 \backslash
36348 scalebox{1}[-1]{
36349 \end_layout
36350
36351 \end_inset
36352
36353 Hello
36354 \begin_inset ERT
36355 status collapsed
36356
36357 \begin_layout Plain Layout
36358
36359 }
36360 \end_layout
36361
36362 \end_inset
36363
36364  at the base line.
36365 \end_layout
36366
36367 \begin_layout Standard
36368 Equivalent to 
36369 \series bold
36370
36371 \backslash
36372 scalebox{-1}[1]{box content}
36373 \series default
36374  there exists the command
36375 \begin_inset Newline newline
36376 \end_inset
36377
36378
36379 \series bold
36380
36381 \backslash
36382 reflectbox{box content}
36383 \series default
36384 .
36385 \end_layout
36386
36387 \begin_layout Standard
36388 \begin_inset VSpace bigskip
36389 \end_inset
36390
36391 The command 
36392 \series bold
36393
36394 \backslash
36395 resizebox
36396 \series default
36397  is used to scale the box to a defined width and height.
36398  The command scheme is:
36399 \end_layout
36400
36401 \begin_layout Standard
36402
36403 \series bold
36404
36405 \backslash
36406 resizebox{width}{height}{box content}
36407 \end_layout
36408
36409 \begin_layout Standard
36410 If one of the two command arguments given is an exclamation mark 
36411 \series bold
36412 !
36413 \series default
36414 , the size is set so that the aspect ratio of the box content is kept.
36415 \end_layout
36416
36417 \begin_layout Standard
36418 The command 
36419 \series bold
36420
36421 \backslash
36422 resizebox{2cm}{1cm}{Hello}
36423 \series default
36424  produces: 
36425 \begin_inset ERT
36426 status collapsed
36427
36428 \begin_layout Plain Layout
36429
36430
36431 \backslash
36432 resizebox{2cm}{1cm}{
36433 \end_layout
36434
36435 \end_inset
36436
36437 Hello
36438 \begin_inset ERT
36439 status collapsed
36440
36441 \begin_layout Plain Layout
36442
36443 }
36444 \end_layout
36445
36446 \end_inset
36447
36448
36449 \begin_inset Newline newline
36450 \end_inset
36451
36452 The command 
36453 \series bold
36454
36455 \backslash
36456 resizebox{2cm}{!}{Hello}
36457 \series default
36458  produces: 
36459 \begin_inset ERT
36460 status collapsed
36461
36462 \begin_layout Plain Layout
36463
36464
36465 \backslash
36466 resizebox{2cm}{!}{
36467 \end_layout
36468
36469 \end_inset
36470
36471 Hello
36472 \begin_inset ERT
36473 status collapsed
36474
36475 \begin_layout Plain Layout
36476
36477 }
36478 \end_layout
36479
36480 \end_inset
36481
36482
36483 \end_layout
36484
36485 \begin_layout Standard
36486 \begin_inset VSpace bigskip
36487 \end_inset
36488
36489
36490 \begin_inset Note Greyedout
36491 status open
36492
36493 \begin_layout Plain Layout
36494
36495 \series bold
36496 Note:
36497 \series default
36498  When arguments of 
36499 \series bold
36500
36501 \backslash
36502 scalebox
36503 \series default
36504  or 
36505 \series bold
36506
36507 \backslash
36508 resizebox
36509 \series default
36510  are set to zero, no LaTeX-errors occur when exporting the document but
36511  the exported files can not or only partly be displayed.
36512 \end_layout
36513
36514 \end_inset
36515
36516
36517 \end_layout
36518
36519 \begin_layout Standard
36520 \begin_inset VSpace bigskip
36521 \end_inset
36522
36523
36524 \end_layout
36525
36526 \begin_layout Standard
36527 The boxes can be combined in any order.
36528  E.
36529 \begin_inset space \thinspace{}
36530 \end_inset
36531
36532 g.
36533 \begin_inset space \space{}
36534 \end_inset
36535
36536 the command
36537 \begin_inset Newline newline
36538 \end_inset
36539
36540
36541 \series bold
36542
36543 \backslash
36544 rotatebox[origin=c]{-45}{
36545 \backslash
36546 resizebox{2cm}{!}{
36547 \backslash
36548 reflectbox{Hello}}}
36549 \begin_inset Newline newline
36550 \end_inset
36551
36552
36553 \series default
36554 produces:
36555 \end_layout
36556
36557 \begin_layout Standard
36558 \align center
36559 \begin_inset ERT
36560 status collapsed
36561
36562 \begin_layout Plain Layout
36563
36564
36565 \backslash
36566 rotatebox[origin=c]{-45}{
36567 \backslash
36568 resizebox{2cm}{!}{
36569 \backslash
36570 reflectbox{
36571 \end_layout
36572
36573 \end_inset
36574
36575 Hello
36576 \begin_inset ERT
36577 status collapsed
36578
36579 \begin_layout Plain Layout
36580
36581 }}}
36582 \end_layout
36583
36584 \end_inset
36585
36586
36587 \end_layout
36588
36589 \begin_layout Standard
36590 \noindent
36591 Images, tables, and inline formulas are allowed as box content:
36592 \end_layout
36593
36594 \begin_layout Standard
36595 \align center
36596 \begin_inset ERT
36597 status collapsed
36598
36599 \begin_layout Plain Layout
36600
36601
36602 \backslash
36603 rotatebox[origin=c]{-30}{
36604 \backslash
36605 resizebox{2cm}{!}{
36606 \backslash
36607 reflectbox{
36608 \end_layout
36609
36610 \end_inset
36611
36612
36613 \begin_inset Graphics
36614         filename clipart/platypus.eps
36615         lyxscale 50
36616         width 25col%
36617
36618 \end_inset
36619
36620
36621 \begin_inset ERT
36622 status collapsed
36623
36624 \begin_layout Plain Layout
36625
36626 }}}
36627 \end_layout
36628
36629 \end_inset
36630
36631
36632 \begin_inset ERT
36633 status collapsed
36634
36635 \begin_layout Plain Layout
36636
36637
36638 \backslash
36639 rotatebox[origin=c]{-45}{
36640 \backslash
36641 resizebox{2cm}{!}{
36642 \backslash
36643 reflectbox{
36644 \end_layout
36645
36646 \end_inset
36647
36648
36649 \begin_inset Tabular
36650 <lyxtabular version="3" rows="2" columns="2">
36651 <features rotate="0" tabularvalignment="middle">
36652 <column alignment="center" valignment="top">
36653 <column alignment="center" valignment="top">
36654 <row>
36655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36656 \begin_inset Text
36657
36658 \begin_layout Plain Layout
36659 q
36660 \end_layout
36661
36662 \end_inset
36663 </cell>
36664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36665 \begin_inset Text
36666
36667 \begin_layout Plain Layout
36668 w
36669 \end_layout
36670
36671 \end_inset
36672 </cell>
36673 </row>
36674 <row>
36675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36676 \begin_inset Text
36677
36678 \begin_layout Plain Layout
36679 e
36680 \end_layout
36681
36682 \end_inset
36683 </cell>
36684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36685 \begin_inset Text
36686
36687 \begin_layout Plain Layout
36688 r
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 </row>
36694 </lyxtabular>
36695
36696 \end_inset
36697
36698
36699 \begin_inset ERT
36700 status collapsed
36701
36702 \begin_layout Plain Layout
36703
36704 }}}
36705 \end_layout
36706
36707 \end_inset
36708
36709
36710 \begin_inset ERT
36711 status collapsed
36712
36713 \begin_layout Plain Layout
36714
36715
36716 \backslash
36717 rotatebox[origin=c]{-45}{
36718 \backslash
36719 resizebox{2cm}{!}{
36720 \backslash
36721 reflectbox{
36722 \end_layout
36723
36724 \end_inset
36725
36726
36727 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36728 \end_inset
36729
36730
36731 \begin_inset ERT
36732 status collapsed
36733
36734 \begin_layout Plain Layout
36735
36736 }}}
36737 \end_layout
36738
36739 \end_inset
36740
36741
36742 \begin_inset Index idx
36743 status collapsed
36744
36745 \begin_layout Plain Layout
36746 Figures ! scaled
36747 \end_layout
36748
36749 \end_inset
36750
36751
36752 \begin_inset Index idx
36753 status collapsed
36754
36755 \begin_layout Plain Layout
36756 Table Customization ! Scaling
36757 \end_layout
36758
36759 \end_inset
36760
36761
36762 \end_layout
36763
36764 \begin_layout Standard
36765 When the global formula style 
36766 \series bold
36767 fleqn
36768 \series default
36769  is used in the document
36770 \begin_inset Foot
36771 status collapsed
36772
36773 \begin_layout Plain Layout
36774 When 
36775 \begin_inset Quotes eld
36776 \end_inset
36777
36778 fleqn
36779 \begin_inset Quotes erd
36780 \end_inset
36781
36782  is added to the document class options.
36783 \end_layout
36784
36785 \end_inset
36786
36787 , display style formulas can also be scaled.
36788 \end_layout
36789
36790 \begin_layout Chapter
36791 Objects Surrounded by Text
36792 \begin_inset Index idx
36793 status collapsed
36794
36795 \begin_layout Plain Layout
36796 Surrounded by text
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Section
36805 Wrap Floats
36806 \begin_inset CommandInset label
36807 LatexCommand label
36808 name "sec:Wrap-Floats"
36809
36810 \end_inset
36811
36812
36813 \begin_inset Index idx
36814 status collapsed
36815
36816 \begin_layout Plain Layout
36817 Floats ! Wrap Floats
36818 \end_layout
36819
36820 \end_inset
36821
36822
36823 \begin_inset Index idx
36824 status collapsed
36825
36826 \begin_layout Plain Layout
36827 Surrounded by text ! Wrap Floats
36828 \end_layout
36829
36830 \end_inset
36831
36832
36833 \end_layout
36834
36835 \begin_layout Standard
36836 \begin_inset Wrap figure
36837 lines 0
36838 placement l
36839 overhang 1cm
36840 width "40col%"
36841 status open
36842
36843 \begin_layout Plain Layout
36844 \begin_inset Graphics
36845         filename clipart/mobius.eps
36846         width 40col%
36847         scaleBeforeRotation
36848         rotateOrigin center
36849
36850 \end_inset
36851
36852
36853 \end_layout
36854
36855 \begin_layout Plain Layout
36856 \begin_inset Caption Standard
36857
36858 \begin_layout Plain Layout
36859 \begin_inset CommandInset label
36860 LatexCommand label
36861 name "fig:This-is-a"
36862
36863 \end_inset
36864
36865 This is a figure wrap float.
36866 \end_layout
36867
36868 \end_inset
36869
36870
36871 \end_layout
36872
36873 \end_inset
36874
36875  This float type is used if you want to wrap text around a figure or table
36876  so that it only occupies some fraction of the column width.
36877  It can be inserted using the menu 
36878 \family sans
36879 Insert\SpecialChar \menuseparator
36880 Floats\SpecialChar \menuseparator
36881 Figure
36882 \begin_inset space ~
36883 \end_inset
36884
36885 Wrap
36886 \begin_inset space ~
36887 \end_inset
36888
36889 Float
36890 \family default
36891  or 
36892 \family sans
36893 Table
36894 \begin_inset space ~
36895 \end_inset
36896
36897 Wrap
36898 \begin_inset space ~
36899 \end_inset
36900
36901 Float
36902 \family default
36903  if the LaTeX-package 
36904 \series bold
36905 wrapfig
36906 \series default
36907
36908 \begin_inset Index idx
36909 status collapsed
36910
36911 \begin_layout Plain Layout
36912 LaTeX-packages ! wrapfig
36913 \end_layout
36914
36915 \end_inset
36916
36917  is installed.
36918 \begin_inset Foot
36919 status collapsed
36920
36921 \begin_layout Plain Layout
36922 Installing a LaTeX-package is explained it in the 
36923 \emph on
36924 LaTeX
36925 \begin_inset space ~
36926 \end_inset
36927
36928 Configuration
36929 \emph default
36930  manual.
36931 \end_layout
36932
36933 \end_inset
36934
36935  The settings of the float can be modified by right-clicking on the float
36936  box.
36937  The mandatory settings are the float 
36938 \family sans
36939 Placement
36940 \family default
36941  and its 
36942 \family sans
36943 Width
36944 \family default
36945 .
36946  Optional are the 
36947 \family sans
36948 Overhang
36949 \family default
36950  that specifies how much the float is set into the paragraph
36951 \begin_inset space \thinspace{}
36952 \end_inset
36953
36954 /
36955 \begin_inset space \thinspace{}
36956 \end_inset
36957
36958 page margin, and the 
36959 \family sans
36960 Line
36961 \begin_inset space ~
36962 \end_inset
36963
36964 span
36965 \family default
36966  that specifies how many text lines the float will approximately need.
36967  The line span is often hard to approximate; so it is better only to use
36968  it when you encounter float placement problems.
36969  You can furthermore decide if LaTeX is allowed to let the float float within
36970  the paragraph or to surrounding paragraphs.
36971  Figure
36972 \begin_inset space ~
36973 \end_inset
36974
36975
36976 \begin_inset CommandInset ref
36977 LatexCommand ref
36978 reference "fig:This-is-a"
36979
36980 \end_inset
36981
36982  is an example text wrap float with a width of 40
36983 \begin_inset space \thinspace{}
36984 \end_inset
36985
36986 col%, 1
36987 \begin_inset space \thinspace{}
36988 \end_inset
36989
36990 cm overhang, set to the left.
36991 \end_layout
36992
36993 \begin_layout Standard
36994 \begin_inset Note Greyedout
36995 status open
36996
36997 \begin_layout Plain Layout
36998
36999 \series bold
37000 Note:
37001 \series default
37002  Text
37003 \begin_inset space ~
37004 \end_inset
37005
37006 wrap float floats are fragile! E.
37007 \begin_inset space \thinspace{}
37008 \end_inset
37009
37010 g.
37011 \begin_inset space \space{}
37012 \end_inset
37013
37014 having a figure too close to the bottom of the page can mess things up in
37015  such a way that the float does not appear in the output or that it is placed
37016  over some other text.
37017 \end_layout
37018
37019 \end_inset
37020
37021
37022 \end_layout
37023
37024 \begin_layout Standard
37025 In general, the following applies for wrap floats:
37026 \end_layout
37027
37028 \begin_layout Itemize
37029 They should not be placed in paragraphs that run over a page break.
37030  That means that wrap floats are better inserted in their exact place when
37031  the document is almost finished and you are able to estimate where page
37032  breaks will appear.
37033 \end_layout
37034
37035 \begin_layout Itemize
37036 They should either be placed in their own paragraph before the paragraph
37037  where they should wrap into or within a paragraph.
37038 \end_layout
37039
37040 \begin_layout Itemize
37041 In consecutive paragraphs they may cause troubles, so ensure that there
37042  is a text paragraph between them as separator.
37043 \end_layout
37044
37045 \begin_layout Itemize
37046 They are not allowed in section headings or tables.
37047 \end_layout
37048
37049 \begin_layout Itemize
37050 Their numbering and referencing works as described in chap.
37051 \begin_inset space \thinspace{}
37052 \end_inset
37053
37054
37055 \begin_inset CommandInset ref
37056 LatexCommand ref
37057 reference "chap:Floats"
37058
37059 \end_inset
37060
37061 .
37062 \end_layout
37063
37064 \begin_layout Section
37065 Surrounded Fixed Objects
37066 \begin_inset Index idx
37067 status collapsed
37068
37069 \begin_layout Plain Layout
37070 Surrounded by text ! Fixed objects
37071 \end_layout
37072
37073 \end_inset
37074
37075
37076 \end_layout
37077
37078 \begin_layout Standard
37079 The wrap floats described in sec.
37080 \begin_inset space \thinspace{}
37081 \end_inset
37082
37083
37084 \begin_inset CommandInset ref
37085 LatexCommand ref
37086 reference "sec:Wrap-Floats"
37087
37088 \end_inset
37089
37090  have these positions in the paragraph:
37091 \end_layout
37092
37093 \begin_layout Standard
37094 \noindent
37095 \align center
37096 \begin_inset Tabular
37097 <lyxtabular version="3" rows="2" columns="2">
37098 <features rotate="0" tabularvalignment="middle">
37099 <column alignment="center" valignment="top">
37100 <column alignment="center" valignment="top">
37101 <row>
37102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106 \begin_inset Graphics
37107         filename ../images/dialog-show-new-inset_graphics.png
37108         scale 70
37109         scaleBeforeRotation
37110
37111 \end_inset
37112
37113
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122 text
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 </row>
37128 <row>
37129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133 text
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37139 \begin_inset Text
37140
37141 \begin_layout Plain Layout
37142 text
37143 \end_layout
37144
37145 \end_inset
37146 </cell>
37147 </row>
37148 </lyxtabular>
37149
37150 \end_inset
37151
37152  or 
37153 \begin_inset Tabular
37154 <lyxtabular version="3" rows="2" columns="2">
37155 <features rotate="0" tabularvalignment="middle">
37156 <column alignment="center" valignment="top">
37157 <column alignment="center" valignment="top">
37158 <row>
37159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37160 \begin_inset Text
37161
37162 \begin_layout Plain Layout
37163 text
37164 \end_layout
37165
37166 \end_inset
37167 </cell>
37168 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172 \begin_inset Graphics
37173         filename ../images/dialog-show-new-inset_graphics.png
37174         scale 70
37175         scaleBeforeRotation
37176
37177 \end_inset
37178
37179
37180 \end_layout
37181
37182 \end_inset
37183 </cell>
37184 </row>
37185 <row>
37186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37187 \begin_inset Text
37188
37189 \begin_layout Plain Layout
37190 text
37191 \end_layout
37192
37193 \end_inset
37194 </cell>
37195 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37196 \begin_inset Text
37197
37198 \begin_layout Plain Layout
37199 text
37200 \end_layout
37201
37202 \end_inset
37203 </cell>
37204 </row>
37205 </lyxtabular>
37206
37207 \end_inset
37208
37209
37210 \end_layout
37211
37212 \begin_layout Standard
37213 To get an object exactly at the position where it is inserted, for example
37214  to get one of these positions:
37215 \begin_inset VSpace defskip
37216 \end_inset
37217
37218
37219 \end_layout
37220
37221 \begin_layout Standard
37222 \noindent
37223 \align center
37224 \begin_inset Tabular
37225 <lyxtabular version="3" rows="2" columns="2">
37226 <features rotate="0" tabularvalignment="middle">
37227 <column alignment="center" valignment="top">
37228 <column alignment="center" valignment="top">
37229 <row>
37230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37231 \begin_inset Text
37232
37233 \begin_layout Plain Layout
37234 text
37235 \end_layout
37236
37237 \end_inset
37238 </cell>
37239 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243 text
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 </row>
37249 <row>
37250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37251 \begin_inset Text
37252
37253 \begin_layout Plain Layout
37254 \begin_inset Graphics
37255         filename ../images/dialog-show-new-inset_graphics.png
37256         scale 70
37257         scaleBeforeRotation
37258
37259 \end_inset
37260
37261
37262 \end_layout
37263
37264 \end_inset
37265 </cell>
37266 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37267 \begin_inset Text
37268
37269 \begin_layout Plain Layout
37270 text
37271 \end_layout
37272
37273 \end_inset
37274 </cell>
37275 </row>
37276 </lyxtabular>
37277
37278 \end_inset
37279
37280  
37281 \begin_inset Tabular
37282 <lyxtabular version="3" rows="2" columns="2">
37283 <features rotate="0" tabularvalignment="middle">
37284 <column alignment="center" valignment="top">
37285 <column alignment="center" valignment="top">
37286 <row>
37287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37288 \begin_inset Text
37289
37290 \begin_layout Plain Layout
37291 text
37292 \end_layout
37293
37294 \end_inset
37295 </cell>
37296 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300 text
37301 \end_layout
37302
37303 \end_inset
37304 </cell>
37305 </row>
37306 <row>
37307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37308 \begin_inset Text
37309
37310 \begin_layout Plain Layout
37311 text
37312 \end_layout
37313
37314 \end_inset
37315 </cell>
37316 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37317 \begin_inset Text
37318
37319 \begin_layout Plain Layout
37320 \begin_inset Graphics
37321         filename ../images/dialog-show-new-inset_graphics.png
37322         scale 70
37323         scaleBeforeRotation
37324
37325 \end_inset
37326
37327
37328 \end_layout
37329
37330 \end_inset
37331 </cell>
37332 </row>
37333 </lyxtabular>
37334
37335 \end_inset
37336
37337  
37338 \begin_inset Tabular
37339 <lyxtabular version="3" rows="2" columns="3">
37340 <features rotate="0" tabularvalignment="middle">
37341 <column alignment="center" valignment="top">
37342 <column alignment="center" valignment="top">
37343 <column alignment="center" valignment="top">
37344 <row>
37345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37346 \begin_inset Text
37347
37348 \begin_layout Plain Layout
37349 text
37350 \end_layout
37351
37352 \end_inset
37353 </cell>
37354 <cell alignment="center" valignment="top" topline="true" usebox="none">
37355 \begin_inset Text
37356
37357 \begin_layout Plain Layout
37358 \begin_inset Graphics
37359         filename ../images/dialog-show-new-inset_graphics.png
37360         scale 70
37361         scaleBeforeRotation
37362
37363 \end_inset
37364
37365
37366 \end_layout
37367
37368 \end_inset
37369 </cell>
37370 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37371 \begin_inset Text
37372
37373 \begin_layout Plain Layout
37374 text
37375 \end_layout
37376
37377 \end_inset
37378 </cell>
37379 </row>
37380 <row>
37381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37382 \begin_inset Text
37383
37384 \begin_layout Plain Layout
37385 text
37386 \end_layout
37387
37388 \end_inset
37389 </cell>
37390 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37391 \begin_inset Text
37392
37393 \begin_layout Plain Layout
37394 text
37395 \end_layout
37396
37397 \end_inset
37398 </cell>
37399 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37400 \begin_inset Text
37401
37402 \begin_layout Plain Layout
37403 text
37404 \end_layout
37405
37406 \end_inset
37407 </cell>
37408 </row>
37409 </lyxtabular>
37410
37411 \end_inset
37412
37413  
37414 \begin_inset Tabular
37415 <lyxtabular version="3" rows="2" columns="3">
37416 <features rotate="0" tabularvalignment="middle">
37417 <column alignment="center" valignment="top">
37418 <column alignment="center" valignment="top">
37419 <column alignment="center" valignment="top">
37420 <row>
37421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37422 \begin_inset Text
37423
37424 \begin_layout Plain Layout
37425 text
37426 \end_layout
37427
37428 \end_inset
37429 </cell>
37430 <cell alignment="center" valignment="top" topline="true" usebox="none">
37431 \begin_inset Text
37432
37433 \begin_layout Plain Layout
37434 text
37435 \end_layout
37436
37437 \end_inset
37438 </cell>
37439 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37440 \begin_inset Text
37441
37442 \begin_layout Plain Layout
37443 text
37444 \end_layout
37445
37446 \end_inset
37447 </cell>
37448 </row>
37449 <row>
37450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37451 \begin_inset Text
37452
37453 \begin_layout Plain Layout
37454 text
37455 \end_layout
37456
37457 \end_inset
37458 </cell>
37459 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463 \begin_inset Graphics
37464         filename ../images/dialog-show-new-inset_graphics.png
37465         scale 70
37466         scaleBeforeRotation
37467
37468 \end_inset
37469
37470
37471 \end_layout
37472
37473 \end_inset
37474 </cell>
37475 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37476 \begin_inset Text
37477
37478 \begin_layout Plain Layout
37479 text
37480 \end_layout
37481
37482 \end_inset
37483 </cell>
37484 </row>
37485 </lyxtabular>
37486
37487 \end_inset
37488
37489
37490 \end_layout
37491
37492 \begin_layout Standard
37493 \noindent
37494 \align center
37495 \begin_inset Tabular
37496 <lyxtabular version="3" rows="3" columns="2">
37497 <features rotate="0" tabularvalignment="middle">
37498 <column alignment="center" valignment="top">
37499 <column alignment="center" valignment="top">
37500 <row>
37501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37502 \begin_inset Text
37503
37504 \begin_layout Plain Layout
37505 text
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514 text
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 </row>
37520 <row>
37521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525 \begin_inset Graphics
37526         filename ../images/dialog-show-new-inset_graphics.png
37527         scale 70
37528         scaleBeforeRotation
37529
37530 \end_inset
37531
37532
37533 \end_layout
37534
37535 \end_inset
37536 </cell>
37537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37538 \begin_inset Text
37539
37540 \begin_layout Plain Layout
37541 text
37542 \end_layout
37543
37544 \end_inset
37545 </cell>
37546 </row>
37547 <row>
37548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37549 \begin_inset Text
37550
37551 \begin_layout Plain Layout
37552 text
37553 \end_layout
37554
37555 \end_inset
37556 </cell>
37557 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37558 \begin_inset Text
37559
37560 \begin_layout Plain Layout
37561 text
37562 \end_layout
37563
37564 \end_inset
37565 </cell>
37566 </row>
37567 </lyxtabular>
37568
37569 \end_inset
37570
37571  
37572 \begin_inset Tabular
37573 <lyxtabular version="3" rows="3" columns="3">
37574 <features rotate="0" tabularvalignment="middle">
37575 <column alignment="center" valignment="top">
37576 <column alignment="center" valignment="top">
37577 <column alignment="center" valignment="top">
37578 <row>
37579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37580 \begin_inset Text
37581
37582 \begin_layout Plain Layout
37583 text
37584 \end_layout
37585
37586 \end_inset
37587 </cell>
37588 <cell alignment="center" valignment="top" topline="true" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592 text
37593 \end_layout
37594
37595 \end_inset
37596 </cell>
37597 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37598 \begin_inset Text
37599
37600 \begin_layout Plain Layout
37601 text
37602 \end_layout
37603
37604 \end_inset
37605 </cell>
37606 </row>
37607 <row>
37608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37609 \begin_inset Text
37610
37611 \begin_layout Plain Layout
37612 text
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 <cell alignment="center" valignment="top" usebox="none">
37618 \begin_inset Text
37619
37620 \begin_layout Plain Layout
37621 \begin_inset Graphics
37622         filename ../images/dialog-show-new-inset_graphics.png
37623         scale 70
37624         scaleBeforeRotation
37625
37626 \end_inset
37627
37628
37629 \end_layout
37630
37631 \end_inset
37632 </cell>
37633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37634 \begin_inset Text
37635
37636 \begin_layout Plain Layout
37637 text
37638 \end_layout
37639
37640 \end_inset
37641 </cell>
37642 </row>
37643 <row>
37644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37645 \begin_inset Text
37646
37647 \begin_layout Plain Layout
37648 text
37649 \end_layout
37650
37651 \end_inset
37652 </cell>
37653 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37654 \begin_inset Text
37655
37656 \begin_layout Plain Layout
37657 text
37658 \end_layout
37659
37660 \end_inset
37661 </cell>
37662 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37663 \begin_inset Text
37664
37665 \begin_layout Plain Layout
37666 text
37667 \end_layout
37668
37669 \end_inset
37670 </cell>
37671 </row>
37672 </lyxtabular>
37673
37674 \end_inset
37675
37676  
37677 \begin_inset Tabular
37678 <lyxtabular version="3" rows="3" columns="2">
37679 <features rotate="0" tabularvalignment="middle">
37680 <column alignment="center" valignment="top">
37681 <column alignment="center" valignment="top">
37682 <row>
37683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687 text
37688 \end_layout
37689
37690 \end_inset
37691 </cell>
37692 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37693 \begin_inset Text
37694
37695 \begin_layout Plain Layout
37696 text
37697 \end_layout
37698
37699 \end_inset
37700 </cell>
37701 </row>
37702 <row>
37703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37704 \begin_inset Text
37705
37706 \begin_layout Plain Layout
37707 text
37708 \end_layout
37709
37710 \end_inset
37711 </cell>
37712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37713 \begin_inset Text
37714
37715 \begin_layout Plain Layout
37716 \begin_inset Graphics
37717         filename ../images/dialog-show-new-inset_graphics.png
37718         scale 70
37719         scaleBeforeRotation
37720
37721 \end_inset
37722
37723
37724 \end_layout
37725
37726 \end_inset
37727 </cell>
37728 </row>
37729 <row>
37730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37731 \begin_inset Text
37732
37733 \begin_layout Plain Layout
37734 text
37735 \end_layout
37736
37737 \end_inset
37738 </cell>
37739 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37740 \begin_inset Text
37741
37742 \begin_layout Plain Layout
37743 text
37744 \end_layout
37745
37746 \end_inset
37747 </cell>
37748 </row>
37749 </lyxtabular>
37750
37751 \end_inset
37752
37753
37754 \end_layout
37755
37756 \begin_layout Standard
37757 \noindent
37758 you can use the LaTeX-package 
37759 \series bold
37760 picinpar
37761 \series default
37762
37763 \begin_inset Index idx
37764 status collapsed
37765
37766 \begin_layout Plain Layout
37767 LaTeX-packages ! picinpar
37768 \end_layout
37769
37770 \end_inset
37771
37772 .
37773  Here is an example:
37774 \end_layout
37775
37776 \begin_layout Standard
37777 \begin_inset ERT
37778 status collapsed
37779
37780 \begin_layout Plain Layout
37781
37782
37783 \backslash
37784 ifpicinpar
37785 \end_layout
37786
37787 \end_inset
37788
37789
37790 \begin_inset Note Note
37791 status open
37792
37793 \begin_layout Plain Layout
37794 The following section will only be displayed when the LaTeX-package 
37795 \series bold
37796 picinpar
37797 \series default
37798  is installed.
37799 \end_layout
37800
37801 \end_inset
37802
37803
37804 \end_layout
37805
37806 \begin_layout Standard
37807 \begin_inset ERT
37808 status collapsed
37809
37810 \begin_layout Plain Layout
37811
37812
37813 \backslash
37814 begin{window}[2,c,{
37815 \end_layout
37816
37817 \end_inset
37818
37819
37820 \begin_inset Graphics
37821         filename clipart/mobius.eps
37822         lyxscale 60
37823         width 40col%
37824         scaleBeforeRotation
37825         rotateOrigin center
37826
37827 \end_inset
37828
37829
37830 \begin_inset ERT
37831 status collapsed
37832
37833 \begin_layout Plain Layout
37834
37835 },]
37836 \end_layout
37837
37838 \begin_layout Plain Layout
37839
37840 {}
37841 \end_layout
37842
37843 \end_inset
37844
37845
37846 \size small
37847 It was in the spring of the year 1894 that all London was interested, and
37848  the fashionable world dismayed, by the murder of the Honourable Ronald
37849  Adair under most unusual and inexplicable circumstances.
37850  The public has already learned those particulars of the crime which
37851 \size default
37852
37853 \begin_inset ERT
37854 status collapsed
37855
37856 \begin_layout Plain Layout
37857
37858
37859 \backslash
37860 footnotemark{}
37861 \end_layout
37862
37863 \end_inset
37864
37865
37866 \size small
37867  came out in the police investigation, but a good deal was suppressed upon
37868  that occasion, since the case for the prosecution was so overwhelmingly
37869  strong that it was not necessary to bring forward all the facts.
37870  Only now, at the end of nearly ten years, am I allowed to supply those
37871  missing links which make up the whole of that remarkable chain.
37872 \size default
37873
37874 \begin_inset ERT
37875 status collapsed
37876
37877 \begin_layout Plain Layout
37878
37879
37880 \backslash
37881 end{window}
37882 \end_layout
37883
37884 \end_inset
37885
37886
37887 \end_layout
37888
37889 \begin_layout Standard
37890 \begin_inset ERT
37891 status collapsed
37892
37893 \begin_layout Plain Layout
37894
37895
37896 \backslash
37897 footnotetext{
37898 \end_layout
37899
37900 \end_inset
37901
37902 Footnote of the paragraph with the fixed object.
37903 \begin_inset ERT
37904 status collapsed
37905
37906 \begin_layout Plain Layout
37907
37908 }
37909 \end_layout
37910
37911 \end_inset
37912
37913
37914 \end_layout
37915
37916 \begin_layout Standard
37917 Surrounded fixed objects are used to let text float around them, at which
37918  the object's position in the paragraph can be determined by the number
37919  of lines above it.
37920  In contrary to floats is it not possible to have a numbered caption.
37921 \end_layout
37922
37923 \begin_layout Standard
37924 A fixed object is inserted by adding the command
37925 \end_layout
37926
37927 \begin_layout Standard
37928
37929 \series bold
37930
37931 \backslash
37932 begin{window}[2,c,{
37933 \end_layout
37934
37935 \begin_layout Standard
37936 as TeX-Code at the beginning of the paragraph.
37937  The first parameter in the bracket, here '2', defines the number of lines
37938  above the object, the second, here 'c', the position of the object.
37939  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37940  Behind the command you insert the object.
37941  In this example an image with a width of 40
37942 \begin_inset space \thinspace{}
37943 \end_inset
37944
37945 % of the text column width was inserted.
37946  The object can also be a table, a box or an equation.
37947  Behind the object the command
37948 \end_layout
37949
37950 \begin_layout Standard
37951
37952 \series bold
37953 },description text]
37954 \begin_inset Newline newline
37955 \end_inset
37956
37957 {}
37958 \end_layout
37959
37960 \begin_layout Standard
37961 is inserted.
37962  Note that the 
37963 \begin_inset Quotes eld
37964 \end_inset
37965
37966
37967 \series bold
37968 {}
37969 \series default
37970
37971 \begin_inset Quotes erd
37972 \end_inset
37973
37974  is in the second line.
37975  The description text is optional.
37976  The text surrounding the object must be in the same paragraph as the object,
37977  so it must begin directly after the 
37978 \series bold
37979 {}
37980 \series default
37981 .
37982  At the end of the paragraph insert the command:
37983 \end_layout
37984
37985 \begin_layout Standard
37986
37987 \series bold
37988
37989 \backslash
37990 end{window}
37991 \end_layout
37992
37993 \begin_layout Standard
37994 Within a paragraph with a fixed object, you cannot insert footnotes in the
37995  normal way.
37996  You have to use instead the command 
37997 \series bold
37998
37999 \backslash
38000 footnotemark
38001 \series default
38002  inside the paragraph and outside the command 
38003 \series bold
38004
38005 \backslash
38006 footnotetext
38007 \series default
38008  as described in sec.
38009 \begin_inset space \thinspace{}
38010 \end_inset
38011
38012
38013 \begin_inset CommandInset ref
38014 LatexCommand ref
38015 reference "sec:Footnotes"
38016
38017 \end_inset
38018
38019 .
38020 \end_layout
38021
38022 \begin_layout Standard
38023 \begin_inset ERT
38024 status collapsed
38025
38026 \begin_layout Plain Layout
38027
38028
38029 \backslash
38030 else
38031 \end_layout
38032
38033 \end_inset
38034
38035
38036 \begin_inset Note Note
38037 status open
38038
38039 \begin_layout Plain Layout
38040 The following will be displayed when the LaTeX-package 
38041 \series bold
38042 picinpar
38043 \series default
38044  is not installed:
38045 \end_layout
38046
38047 \end_inset
38048
38049
38050 \end_layout
38051
38052 \begin_layout Standard
38053 You need to install the LaTeX-package 
38054 \series bold
38055 picinpar
38056 \series default
38057  to see the following part of this section in the output.
38058 \end_layout
38059
38060 \begin_layout Standard
38061 \begin_inset ERT
38062 status collapsed
38063
38064 \begin_layout Plain Layout
38065
38066
38067 \backslash
38068 fi
38069 \end_layout
38070
38071 \end_inset
38072
38073
38074 \end_layout
38075
38076 \begin_layout Section
38077 Initials
38078 \begin_inset Index idx
38079 status collapsed
38080
38081 \begin_layout Plain Layout
38082 Initials
38083 \end_layout
38084
38085 \end_inset
38086
38087
38088 \begin_inset Index idx
38089 status collapsed
38090
38091 \begin_layout Plain Layout
38092 Surrounded by text ! Initials
38093 \end_layout
38094
38095 \end_inset
38096
38097
38098 \end_layout
38099
38100 \begin_layout Standard
38101 To use initials, you must have the LaTeX-package 
38102 \series bold
38103 lettrine
38104 \series default
38105
38106 \begin_inset Index idx
38107 status collapsed
38108
38109 \begin_layout Plain Layout
38110 LaTeX-packages ! lettrine
38111 \end_layout
38112
38113 \end_inset
38114
38115  installed and use the module 
38116 \family sans
38117 Initials
38118 \family default
38119  in your document (menu 
38120 \family sans
38121 Document\SpecialChar \menuseparator
38122 Settings\SpecialChar \menuseparator
38123 Modules
38124 \family default
38125 ).
38126  To insert an initial, use the style 
38127 \family sans
38128 Initial
38129 \family default
38130 .
38131  This style has a mandatory and two optional arguments.
38132  The arguments are inserted via the 
38133 \family sans
38134 Insert
38135 \family default
38136  menu.
38137  The mandatory argument 
38138 \family sans
38139 Initial
38140 \family default
38141  contains the letter(s) that is the initial, the argument 
38142 \family sans
38143 Rest
38144 \begin_inset space ~
38145 \end_inset
38146
38147 of
38148 \begin_inset space ~
38149 \end_inset
38150
38151 Initial
38152 \family default
38153  contains the rest of the word or text of the initial letter(s).
38154  The argument 
38155 \family sans
38156 Options
38157 \family default
38158  contains parameters to modify the initial.
38159  For more information about the possible parameters see the documentation
38160  of 
38161 \series bold
38162 lettrine
38163 \series default
38164
38165 \begin_inset CommandInset citation
38166 LatexCommand cite
38167 key "lettrine"
38168
38169 \end_inset
38170
38171 .
38172  The style itself contains the text that is surrounding the initial.
38173  The usual style is hereby that the word whose first letter is the initial,
38174  is printed with 
38175 \shape smallcaps
38176 small caps
38177 \shape default
38178 .
38179 \end_layout
38180
38181 \begin_layout Standard
38182 Here are some examples:
38183 \end_layout
38184
38185 \begin_layout Standard
38186 \begin_inset ERT
38187 status collapsed
38188
38189 \begin_layout Plain Layout
38190
38191
38192 \backslash
38193 iflettrine
38194 \end_layout
38195
38196 \end_inset
38197
38198
38199 \begin_inset Note Note
38200 status open
38201
38202 \begin_layout Plain Layout
38203 The following section will only be displayed when the LaTeX-package 
38204 \series bold
38205 lettrine
38206 \series default
38207  is installed.
38208 \end_layout
38209
38210 \end_inset
38211
38212
38213 \end_layout
38214
38215 \begin_layout Enumerate
38216 No optional argument, the initial is the letter 'I' in the math font 
38217 \begin_inset Formula $\mathfrak{Fraktur}$
38218 \end_inset
38219
38220 :
38221 \end_layout
38222
38223 \begin_deeper
38224 \begin_layout Initial
38225 \begin_inset Argument 2
38226 status open
38227
38228 \begin_layout Plain Layout
38229 \begin_inset Formula $\mathfrak{I}$
38230 \end_inset
38231
38232
38233 \end_layout
38234
38235 \end_inset
38236
38237
38238 \begin_inset Argument 3
38239 status open
38240
38241 \begin_layout Plain Layout
38242 t
38243 \end_layout
38244
38245 \end_inset
38246
38247  was in the spring of the year 1894 that all London was interested, and
38248  the fashionable world dismayed, by the murder of the Honourable Ronald
38249  Adair under most unusual and inexplicable circumstances.
38250  The public has already learned those particulars of the crime which came
38251  out in the police investigation, but a good deal was suppressed upon that
38252  occasion, since the case for the prosecution was so overwhelmingly strong
38253  that it was not necessary to bring forward all the facts.
38254 \begin_inset Newpage newpage
38255 \end_inset
38256
38257
38258 \end_layout
38259
38260 \end_deeper
38261 \begin_layout Enumerate
38262 Only one line is surrounding the initial, which is formed by two letters
38263  in standard font and no text is printed in small caps:
38264 \end_layout
38265
38266 \begin_deeper
38267 \begin_layout Initial
38268 \begin_inset Argument 1
38269 status open
38270
38271 \begin_layout Plain Layout
38272 lines=1
38273 \end_layout
38274
38275 \end_inset
38276
38277
38278 \begin_inset Argument 2
38279 status open
38280
38281 \begin_layout Plain Layout
38282 It
38283 \end_layout
38284
38285 \end_inset
38286
38287  was in the spring of the year 1894 that all London was interested, and
38288  the fashionable world dismayed, by the murder of the Honourable Ronald
38289  Adair under most unusual and inexplicable circumstances.
38290  The public has already learned those particulars of the crime which came
38291  out in the police investigation, but a good deal was suppressed upon that
38292  occasion, since the case for the prosecution was so overwhelmingly strong
38293  that it was not necessary to bring forward all the facts.
38294 \end_layout
38295
38296 \end_deeper
38297 \begin_layout Enumerate
38298 Magenta, hanging initial over 3
38299 \begin_inset space ~
38300 \end_inset
38301
38302 lines in the math font 
38303 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38304 \end_inset
38305
38306 , the text 
38307 \begin_inset Quotes eld
38308 \end_inset
38309
38310 t was in the spring
38311 \begin_inset Quotes erd
38312 \end_inset
38313
38314  is in 
38315 \shape smallcaps
38316 small caps
38317 \shape default
38318 ; to color the initial, you must insert this command before the initial:
38319 \begin_inset Newline newline
38320 \end_inset
38321
38322
38323 \series bold
38324
38325 \backslash
38326 renewcommand{
38327 \backslash
38328 LettrineFontHook}{
38329 \backslash
38330 color{color}}
38331 \series default
38332
38333 \begin_inset Newline newline
38334 \end_inset
38335
38336 where the second 
38337 \emph on
38338 color
38339 \emph default
38340  can be 
38341 \begin_inset Quotes eld
38342 \end_inset
38343
38344 red
38345 \begin_inset Quotes erd
38346 \end_inset
38347
38348
38349 \begin_inset Quotes eld
38350 \end_inset
38351
38352 blue
38353 \begin_inset Quotes erd
38354 \end_inset
38355
38356
38357 \begin_inset Quotes eld
38358 \end_inset
38359
38360 green
38361 \begin_inset Quotes erd
38362 \end_inset
38363
38364
38365 \begin_inset Quotes eld
38366 \end_inset
38367
38368 yellow
38369 \begin_inset Quotes erd
38370 \end_inset
38371
38372
38373 \begin_inset Quotes eld
38374 \end_inset
38375
38376 cyan
38377 \begin_inset Quotes erd
38378 \end_inset
38379
38380
38381 \begin_inset Quotes eld
38382 \end_inset
38383
38384 magenta
38385 \begin_inset Quotes erd
38386 \end_inset
38387
38388
38389 \begin_inset Quotes eld
38390 \end_inset
38391
38392 black
38393 \begin_inset Quotes erd
38394 \end_inset
38395
38396  or 
38397 \begin_inset Quotes eld
38398 \end_inset
38399
38400 white
38401 \begin_inset Quotes erd
38402 \end_inset
38403
38404 , and add this command to the document preamble:
38405 \begin_inset Newline newline
38406 \end_inset
38407
38408
38409 \series bold
38410
38411 \backslash
38412 @ifundefined{textcolor}
38413 \begin_inset Newline newline
38414 \end_inset
38415
38416
38417 \begin_inset space ~
38418 \end_inset
38419
38420 {
38421 \backslash
38422 usepackage{color}}{}
38423 \end_layout
38424
38425 \begin_deeper
38426 \begin_layout Standard
38427 \begin_inset ERT
38428 status collapsed
38429
38430 \begin_layout Plain Layout
38431
38432
38433 \backslash
38434 renewcommand{
38435 \backslash
38436 LettrineFontHook}{
38437 \backslash
38438 color{magenta}}
38439 \end_layout
38440
38441 \end_inset
38442
38443
38444 \begin_inset Note Note
38445 status collapsed
38446
38447 \begin_layout Plain Layout
38448 makes the initial magenta
38449 \end_layout
38450
38451 \end_inset
38452
38453
38454 \end_layout
38455
38456 \begin_layout Initial
38457 \begin_inset Argument 1
38458 status open
38459
38460 \begin_layout Plain Layout
38461 lines=3, lhang=0.33, loversize=0.25
38462 \end_layout
38463
38464 \end_inset
38465
38466
38467 \begin_inset Argument 2
38468 status open
38469
38470 \begin_layout Plain Layout
38471 \begin_inset Formula $\mathcal{I}$
38472 \end_inset
38473
38474
38475 \end_layout
38476
38477 \end_inset
38478
38479
38480 \begin_inset Argument 3
38481 status open
38482
38483 \begin_layout Plain Layout
38484 t was in the spring
38485 \end_layout
38486
38487 \end_inset
38488
38489  of the year 1894 that all London was interested, and the fashionable world
38490  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38491  and inexplicable circumstances.
38492  The public has already learned those particulars of the crime which came
38493  out in the police investigation, but a good deal was suppressed upon that
38494  occasion, since the case for the prosecution was so overwhelmingly strong
38495  that it was not necessary to bring forward all the facts.
38496 \end_layout
38497
38498 \end_deeper
38499 \begin_layout Standard
38500 \begin_inset ERT
38501 status collapsed
38502
38503 \begin_layout Plain Layout
38504
38505
38506 \backslash
38507 else
38508 \end_layout
38509
38510 \end_inset
38511
38512
38513 \begin_inset Note Note
38514 status open
38515
38516 \begin_layout Plain Layout
38517 The following will be displayed when the LaTeX-package 
38518 \series bold
38519 lettrine
38520 \series default
38521  is not installed:
38522 \end_layout
38523
38524 \end_inset
38525
38526
38527 \end_layout
38528
38529 \begin_layout Standard
38530 You need to install the LaTeX-package 
38531 \series bold
38532 lettrine
38533 \series default
38534  to see the following part of this section in the output.
38535 \end_layout
38536
38537 \begin_layout Standard
38538 \begin_inset ERT
38539 status collapsed
38540
38541 \begin_layout Plain Layout
38542
38543
38544 \backslash
38545 fi
38546 \end_layout
38547
38548 \end_inset
38549
38550
38551 \end_layout
38552
38553 \begin_layout Chapter
38554 External Document Parts
38555 \begin_inset Index idx
38556 status collapsed
38557
38558 \begin_layout Plain Layout
38559 External Document Parts
38560 \end_layout
38561
38562 \end_inset
38563
38564
38565 \end_layout
38566
38567 \begin_layout Standard
38568 With the menu 
38569 \family sans
38570 Insert\SpecialChar \menuseparator
38571 File
38572 \family default
38573  you can insert external material into your document.
38574  This can be:
38575 \end_layout
38576
38577 \begin_layout Description
38578 LyX
38579 \begin_inset space ~
38580 \end_inset
38581
38582 Document Another LyX document; its content is directly inserted to your
38583  document.
38584 \end_layout
38585
38586 \begin_layout Description
38587 Plain
38588 \begin_inset space ~
38589 \end_inset
38590
38591 Text A text document; each line is inserted in your document as a separate
38592  paragraph.
38593 \end_layout
38594
38595 \begin_layout Description
38596 Plain
38597 \begin_inset space ~
38598 \end_inset
38599
38600 Text,
38601 \begin_inset space ~
38602 \end_inset
38603
38604 Join
38605 \begin_inset space ~
38606 \end_inset
38607
38608 Lines A text document; text lines are inserted in your document continuously
38609  but an empty text line creates a new paragraph.
38610 \end_layout
38611
38612 \begin_layout Description
38613 External
38614 \begin_inset space ~
38615 \end_inset
38616
38617 Material Files in various formats.
38618 \end_layout
38619
38620 \begin_layout Description
38621 Child
38622 \begin_inset space ~
38623 \end_inset
38624
38625 Document LyX or LaTeX-documents.
38626 \end_layout
38627
38628 \begin_layout Section
38629 External Material
38630 \begin_inset Index idx
38631 status collapsed
38632
38633 \begin_layout Plain Layout
38634 External Document Parts ! External Material
38635 \end_layout
38636
38637 \end_inset
38638
38639
38640 \end_layout
38641
38642 \begin_layout Standard
38643 The external material feature allows you to insert files into your document
38644  without converting them to a format that can be read by the document output
38645  format.
38646  LyX takes care of the necessary conversions.
38647  This is similar to images that can be inserted in various image formats
38648  in LyX documents.
38649  When you have enabled Instant Preview in LyX's preferences under 
38650 \family sans
38651 Look
38652 \begin_inset space ~
38653 \end_inset
38654
38655 and
38656 \begin_inset space ~
38657 \end_inset
38658
38659 feel\SpecialChar \menuseparator
38660 Graphics
38661 \family default
38662 , the external material types Dia and Xfig are directly shown in LyX.
38663 \end_layout
38664
38665 \begin_layout Standard
38666 External material can be inserted via the 
38667 \family sans
38668 External Material
38669 \family default
38670  dialog that is accessible with the menu 
38671 \family sans
38672 Insert\SpecialChar \menuseparator
38673 File\SpecialChar \menuseparator
38674 External
38675 \begin_inset space ~
38676 \end_inset
38677
38678 Material
38679 \family default
38680 .
38681  Currently the following file types (
38682 \family sans
38683 Templates
38684 \family default
38685 ) are allowed:
38686 \end_layout
38687
38688 \begin_layout Description
38689 ChessDiagram This template supports chess position diagrams made with the
38690  program 
38691 \series bold
38692
38693 \begin_inset CommandInset href
38694 LatexCommand href
38695 name "XBoard"
38696 target "http://en.wikipedia.org/wiki/XBoard"
38697
38698 \end_inset
38699
38700
38701 \series default
38702 .
38703 \end_layout
38704
38705 \begin_layout Description
38706 Date This inserts the date in the form 
38707 \emph on
38708 Day-Month-Year
38709 \emph default
38710 .
38711  This is a date inserted as external material: 
38712 \begin_inset External
38713         template Date
38714         filename .
38715
38716 \end_inset
38717
38718
38719 \begin_inset space ~
38720 \end_inset
38721
38722
38723 \begin_inset Note Note
38724 status open
38725
38726 \begin_layout Plain Layout
38727 Remove the protected space when bug 4398 is fixed!
38728 \end_layout
38729
38730 \end_inset
38731
38732
38733 \begin_inset Newline newline
38734 \end_inset
38735
38736 The date is not shown within LyX, only in the output.
38737  There are two other methods of inserting a date: Via menu 
38738 \family sans
38739 Insert\SpecialChar \menuseparator
38740 Date
38741 \family default
38742  and with the LaTeX command 
38743 \series bold
38744
38745 \backslash
38746 today
38747 \series default
38748  as TeX-Code.
38749  The different methods are compared in Table
38750 \begin_inset space ~
38751 \end_inset
38752
38753
38754 \begin_inset CommandInset ref
38755 LatexCommand ref
38756 reference "tab:Comparison-of-the"
38757
38758 \end_inset
38759
38760 .
38761 \end_layout
38762
38763 \begin_layout Description
38764 Dia This template supports diagrams created with the program 
38765 \series bold
38766
38767 \begin_inset CommandInset href
38768 LatexCommand href
38769 name "Dia"
38770 target "http://en.wikipedia.org/wiki/Dia_(software)"
38771
38772 \end_inset
38773
38774
38775 \series default
38776 .
38777 \end_layout
38778
38779 \begin_layout Description
38780 GnumericSpreadsheet With this template you can insert spreadsheets
38781 \begin_inset space \thinspace{}
38782 \end_inset
38783
38784 /
38785 \begin_inset space \thinspace{}
38786 \end_inset
38787
38788 tables in the format of 
38789 \series bold
38790
38791 \begin_inset CommandInset href
38792 LatexCommand href
38793 name "Gnumeric"
38794 target "http://en.wikipedia.org/wiki/Gnumeric"
38795
38796 \end_inset
38797
38798
38799 \series default
38800
38801 \begin_inset CommandInset href
38802 LatexCommand href
38803 name "OpenDocument"
38804 target "http://en.wikipedia.org/wiki/OpenDocument"
38805
38806 \end_inset
38807
38808
38809 \begin_inset CommandInset href
38810 LatexCommand href
38811 name "Microsoft Office XML"
38812 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38813
38814 \end_inset
38815
38816  and 
38817 \begin_inset CommandInset href
38818 LatexCommand href
38819 name "Office Open XML"
38820 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38821
38822 \end_inset
38823
38824 .
38825  For this feature LyX must have found the program 
38826 \family typewriter
38827 ssconvert
38828 \family default
38829  during its configuration.
38830  This program is part of Gnumeric, so that you must have Gnumeric installed,
38831  also if you don't have tables in the Gnumeric format.
38832  For examples and possible limitations have a look at LyX's example file
38833  
38834 \emph on
38835 spreadsheet.lyx
38836 \emph default
38837 .
38838 \end_layout
38839
38840 \begin_layout Description
38841 LilyPond This template is used for music notation typeset with the program
38842 \begin_inset Newline linebreak
38843 \end_inset
38844
38845
38846 \series bold
38847
38848 \begin_inset CommandInset href
38849 LatexCommand href
38850 name "LilyPond"
38851 target "http://en.wikipedia.org/wiki/LilyPond"
38852
38853 \end_inset
38854
38855
38856 \series default
38857 .
38858  For LyX's extended support for LilyPond have a look at LyX's example file
38859  
38860 \emph on
38861 lilypond.lyx
38862 \emph default
38863 .
38864 \end_layout
38865
38866 \begin_layout Description
38867 PDFPages With this template you can insert PDF documents to your document.
38868  To specify the range of pages that should be included, use the option 
38869 \series bold
38870 pages
38871 \series default
38872  in the 
38873 \family sans
38874 Option
38875 \family default
38876  field in the 
38877 \family sans
38878 LaTeX and LyX options
38879 \family default
38880  tab.
38881  The argument of this option is a comma separated list, containing page
38882  numbers (insert as option 
38883 \series bold
38884 pages={3,5,6,8}
38885 \series default
38886 ), ranges of page numbers (
38887 \series bold
38888 pages={4-9}
38889 \series default
38890 ) or any combination.
38891  To insert empty pages use {}.
38892  E.
38893 \begin_inset space \thinspace{}
38894 \end_inset
38895
38896 g.
38897 \begin_inset space ~
38898 \end_inset
38899
38900
38901 \series bold
38902 pages={3,{},8-11,15}
38903 \series default
38904  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38905  Page ranges are specified in the syntax 
38906 \emph on
38907 start
38908 \emph default
38909 -
38910 \emph on
38911 stop
38912 \emph default
38913 .
38914  This selects all pages from 
38915 \emph on
38916 start
38917 \emph default
38918  to 
38919 \emph on
38920 stop
38921 \emph default
38922 .
38923  Omitting 
38924 \emph on
38925 start
38926 \emph default
38927  defaults to the first page; omitting 
38928 \emph on
38929 stop
38930 \emph default
38931  defaults to the last page of the document.
38932  The last page can also be selected with the keyword 
38933 \series bold
38934 last
38935 \series default
38936 .
38937  (This is only permitted in a page range.) So 
38938 \series bold
38939 pages=-
38940 \series default
38941  will insert all pages of the document and 
38942 \series bold
38943 pages=last-1
38944 \series default
38945  will insert all pages in reverse order.
38946  If the pages option is not specified, only the first page of the PDF is
38947  inserted.
38948 \begin_inset Newline newline
38949 \end_inset
38950
38951 The option 
38952 \series bold
38953 noautoscale
38954 \series default
38955  inserts the pages with their original size, if this option is not given,
38956  the pages will be resized to fith the width of the page of your document.
38957  In the tab 
38958 \family sans
38959 Size and Rotation
38960 \family default
38961  you can specify the width and height of the input pages and their rotation.
38962  If another width than 100
38963 \begin_inset space \thinspace{}
38964 \end_inset
38965
38966 Scale% is used, the option 
38967 \series bold
38968 noautoscale
38969 \series default
38970  will be overwritten.
38971  For more info and possible options, have a look into the documentation
38972  of the LaTeX-package 
38973 \series bold
38974 pdfpages
38975 \series default
38976  
38977 \begin_inset CommandInset citation
38978 LatexCommand cite
38979 key "pdfpages"
38980
38981 \end_inset
38982
38983 .
38984 \begin_inset Index idx
38985 status collapsed
38986
38987 \begin_layout Plain Layout
38988 LaTeX-packages ! pdfpages
38989 \end_layout
38990
38991 \end_inset
38992
38993
38994 \begin_inset Newline newline
38995 \end_inset
38996
38997 To use this template in a 
38998 \family sans
38999 Beamer
39000 \family default
39001  presentation you need to first insert an 
39002 \family sans
39003 EndFrame
39004 \family default
39005  environment and in a subsequent paragraph a TeX-Code box containing the
39006  command 
39007 \series bold
39008
39009 \backslash
39010 setbeamertemplate{background canvas}{}
39011 \series default
39012 .
39013  Then you can insert as many paragraphs containing the PDFPages template
39014  as you wish.
39015  Behind the included PDF pages you can resume the Beamer presentation by
39016  beginning a new frame or by starting a new section.
39017  To avoid stray blank pages prior to the PDF pages, make sure to use the
39018  
39019 \family sans
39020 Default
39021 \family default
39022  alignment for the paragraph containing the template.
39023 \begin_inset Newline newline
39024 \end_inset
39025
39026 Here is an included PDF which is rotated by -5°: 
39027 \begin_inset External
39028         template PDFPages
39029         filename clipart/Abstract.pdf
39030         extra LaTeX "noautoscale, pages=-"
39031         rotateAngle -5
39032         rotateOrigin bottomleft
39033
39034 \end_inset
39035
39036
39037 \end_layout
39038
39039 \begin_layout Description
39040 RasterImage This can be used for bitmap images.
39041  The image can be treated in the 
39042 \family sans
39043 External material
39044 \family default
39045  dialog like the images that are usually included via the 
39046 \family sans
39047 Graphics
39048 \family default
39049  dialog as described in section
39050 \begin_inset space ~
39051 \end_inset
39052
39053
39054 \begin_inset CommandInset ref
39055 LatexCommand ref
39056 reference "sec:Graphics-Dialog"
39057
39058 \end_inset
39059
39060 .
39061  The difference to the normal image input is that only raster images are
39062  allowed; that means that PDF and EPS-images are not supported.
39063  Here is an inserted raster image: 
39064 \begin_inset External
39065         template RasterImage
39066         filename clipart/ToolbarEnvBox.png
39067
39068 \end_inset
39069
39070
39071 \end_layout
39072
39073 \begin_layout Description
39074 XFig This template supports images created with the program 
39075 \series bold
39076
39077 \begin_inset CommandInset href
39078 LatexCommand href
39079 name "Xfig"
39080 target "http://en.wikipedia.org/wiki/Xfig"
39081
39082 \end_inset
39083
39084
39085 \series default
39086 .
39087 \end_layout
39088
39089 \begin_layout Standard
39090 \begin_inset Float table
39091 placement !h
39092 wide false
39093 sideways false
39094 status open
39095
39096 \begin_layout Plain Layout
39097 \begin_inset Caption Standard
39098
39099 \begin_layout Plain Layout
39100 \begin_inset CommandInset label
39101 LatexCommand label
39102 name "tab:Comparison-of-the"
39103
39104 \end_inset
39105
39106 Comparison of the date input methods.
39107 \end_layout
39108
39109 \end_inset
39110
39111
39112 \end_layout
39113
39114 \begin_layout Plain Layout
39115 \align center
39116 \begin_inset Tabular
39117 <lyxtabular version="3" rows="4" columns="4">
39118 <features rotate="0" tabularvalignment="middle">
39119 <column alignment="center" valignment="top">
39120 <column alignment="center" valignment="top">
39121 <column alignment="center" valignment="top">
39122 <column alignment="center" valignment="top">
39123 <row>
39124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39125 \begin_inset Text
39126
39127 \begin_layout Plain Layout
39128 Document format
39129 \end_layout
39130
39131 \end_inset
39132 </cell>
39133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39134 \begin_inset Text
39135
39136 \begin_layout Plain Layout
39137
39138 \family sans
39139 External Material\SpecialChar \menuseparator
39140 Date
39141 \end_layout
39142
39143 \end_inset
39144 </cell>
39145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39146 \begin_inset Text
39147
39148 \begin_layout Plain Layout
39149
39150 \family sans
39151 Insert\SpecialChar \menuseparator
39152 Date
39153 \end_layout
39154
39155 \end_inset
39156 </cell>
39157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39158 \begin_inset Text
39159
39160 \begin_layout Plain Layout
39161 command 
39162 \series bold
39163
39164 \backslash
39165 today
39166 \end_layout
39167
39168 \end_inset
39169 </cell>
39170 </row>
39171 <row>
39172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39173 \begin_inset Text
39174
39175 \begin_layout Plain Layout
39176 LyX
39177 \end_layout
39178
39179 \end_inset
39180 </cell>
39181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39182 \begin_inset Text
39183
39184 \begin_layout Plain Layout
39185 as inset box
39186 \end_layout
39187
39188 \end_inset
39189 </cell>
39190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39191 \begin_inset Text
39192
39193 \begin_layout Plain Layout
39194 as date
39195 \end_layout
39196
39197 \end_inset
39198 </cell>
39199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39200 \begin_inset Text
39201
39202 \begin_layout Plain Layout
39203 as TeX-Code inset box
39204 \end_layout
39205
39206 \end_inset
39207 </cell>
39208 </row>
39209 <row>
39210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39211 \begin_inset Text
39212
39213 \begin_layout Plain Layout
39214 LaTeX
39215 \end_layout
39216
39217 \end_inset
39218 </cell>
39219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39220 \begin_inset Text
39221
39222 \begin_layout Plain Layout
39223 as date
39224 \end_layout
39225
39226 \end_inset
39227 </cell>
39228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39229 \begin_inset Text
39230
39231 \begin_layout Plain Layout
39232 as date
39233 \end_layout
39234
39235 \end_inset
39236 </cell>
39237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39238 \begin_inset Text
39239
39240 \begin_layout Plain Layout
39241 as command
39242 \end_layout
39243
39244 \end_inset
39245 </cell>
39246 </row>
39247 <row>
39248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39249 \begin_inset Text
39250
39251 \begin_layout Plain Layout
39252 DVI, PDF, PS
39253 \end_layout
39254
39255 \end_inset
39256 </cell>
39257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39258 \begin_inset Text
39259
39260 \begin_layout Plain Layout
39261 as date
39262 \end_layout
39263
39264 \end_inset
39265 </cell>
39266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39267 \begin_inset Text
39268
39269 \begin_layout Plain Layout
39270 as date
39271 \end_layout
39272
39273 \end_inset
39274 </cell>
39275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39276 \begin_inset Text
39277
39278 \begin_layout Plain Layout
39279 as date
39280 \end_layout
39281
39282 \end_inset
39283 </cell>
39284 </row>
39285 </lyxtabular>
39286
39287 \end_inset
39288
39289
39290 \end_layout
39291
39292 \end_inset
39293
39294
39295 \end_layout
39296
39297 \begin_layout Standard
39298 When you use the option 
39299 \family sans
39300 Draft
39301 \family default
39302  in the 
39303 \family sans
39304 File
39305 \family default
39306  tab of the 
39307 \family sans
39308 External Material
39309 \family default
39310  dialog, only the path to the inserted file is shown in the output.
39311 \begin_inset Newline newline
39312 \end_inset
39313
39314 External material is displayed in LyX either as a box like this: 
39315 \begin_inset Graphics
39316         filename clipart/ExternalMaterialQt4.png
39317         scale 85
39318         scaleBeforeRotation
39319
39320 \end_inset
39321
39322  or as image, depending on the option 
39323 \family sans
39324 Show in LyX
39325 \family default
39326  in the 
39327 \family sans
39328 LaTeX and LyX options
39329 \family default
39330  tab of the dialog.
39331 \end_layout
39332
39333 \begin_layout Standard
39334 The 
39335 \family sans
39336 \emph on
39337 Customization
39338 \family default
39339 \emph default
39340  manual explains how you can define your own templates.
39341 \end_layout
39342
39343 \begin_layout Section
39344 Child Documents
39345 \begin_inset CommandInset label
39346 LatexCommand label
39347 name "sec:Child-Documents"
39348
39349 \end_inset
39350
39351
39352 \begin_inset Index idx
39353 status collapsed
39354
39355 \begin_layout Plain Layout
39356 External Document Parts ! Child Documents
39357 \end_layout
39358
39359 \end_inset
39360
39361
39362 \begin_inset Index idx
39363 status collapsed
39364
39365 \begin_layout Plain Layout
39366 Files ! Include
39367 \end_layout
39368
39369 \end_inset
39370
39371
39372 \end_layout
39373
39374 \begin_layout Standard
39375 Child documents are used if you have a long document consisting of several
39376  larger parts or sections.
39377  For maintenance it is often useful and sometimes even required to split
39378  the document into several files that can be revised separately.
39379  The different documents are then the so called 
39380 \begin_inset Quotes eld
39381 \end_inset
39382
39383 child documents
39384 \begin_inset Quotes erd
39385 \end_inset
39386
39387 , and a master document connects them to print the full document or parts
39388  of it.
39389  A child document inherits elements from its master, for example the LaTeX
39390  preamble, the bibliography, and labels for cross-references.
39391 \end_layout
39392
39393 \begin_layout Standard
39394 To be able to work on child documents without the need to open their master,
39395  specify in the child document the master in the menu
39396 \family sans
39397  Document\SpecialChar \menuseparator
39398 Settings\SpecialChar \menuseparator
39399 Document
39400 \begin_inset space ~
39401 \end_inset
39402
39403 Class
39404 \family default
39405 .
39406  This master document will then be used in the background by LyX when you
39407  edit the child document.
39408 \end_layout
39409
39410 \begin_layout Standard
39411 Included documents are displayed in LyX as a box like this: 
39412 \begin_inset Graphics
39413         filename clipart/ChildDocumentQt4.png
39414         scale 85
39415         scaleBeforeRotation
39416
39417 \end_inset
39418
39419  To include child documents in a master document use the menu 
39420 \family sans
39421 Insert\SpecialChar \menuseparator
39422 File\SpecialChar \menuseparator
39423 Child
39424 \begin_inset space ~
39425 \end_inset
39426
39427 Documents
39428 \family default
39429 .
39430  A dialog pops up where you can choose between four include methods:
39431 \end_layout
39432
39433 \begin_layout Description
39434 Include You can include LyX- and LaTeX-documents.
39435  When you press the 
39436 \family sans
39437 Edit
39438 \family default
39439  button in the 
39440 \family sans
39441 Child Document
39442 \family default
39443  dialog, the included document will be opened in LyX in a new file tab so
39444  that you can modify it.
39445 \begin_inset Newline newline
39446 \end_inset
39447
39448
39449 \end_layout
39450
39451 \begin_layout Standard
39452 Here is a child document inserted using 
39453 \family sans
39454 Include
39455 \family default
39456
39457 \begin_inset CommandInset include
39458 LatexCommand include
39459 filename "DummyDocument1.lyx"
39460
39461 \end_inset
39462
39463
39464 \end_layout
39465
39466 \begin_layout Standard
39467 The section numbering includes the sections of the included files in the
39468  order they are inserted in the master document.
39469  The included example document has for example a subsection that is numbered
39470  as a subsection of this section.
39471  Labels of included documents can be referenced: Subsection
39472 \begin_inset space ~
39473 \end_inset
39474
39475
39476 \begin_inset CommandInset ref
39477 LatexCommand ref
39478 reference "sub:External-Subsection-1"
39479
39480 \end_inset
39481
39482 .
39483 \end_layout
39484
39485 \begin_layout Standard
39486 The preamble of the child document is ignored; only the preamble of the
39487  master document is used.
39488  Branches in child documents will be ignored by the master document when
39489  the master document does not have a branch with the same name.
39490  Included documents are inserted starting on a new page and ending with
39491  a page break.
39492 \end_layout
39493
39494 \begin_layout Standard
39495 \begin_inset Note Greyedout
39496 status open
39497
39498 \begin_layout Plain Layout
39499
39500 \series bold
39501 Note:
39502 \series default
39503  If you have included a LyX- or LaTeX-file, you are warned when you export/view
39504  the document in case the child document uses another document class than
39505  the master document as this will lead to unexpected outputs.
39506 \end_layout
39507
39508 \end_inset
39509
39510
39511 \end_layout
39512
39513 \begin_layout Description
39514 Input This method is very similar to the Include method.
39515  The differences are:
39516 \end_layout
39517
39518 \begin_deeper
39519 \begin_layout Itemize
39520 Input files don't start with a new page and don't end with a page break.
39521 \end_layout
39522
39523 \begin_layout Itemize
39524 Input files can be previewed in LyX when 
39525 \family sans
39526 Instant
39527 \begin_inset space ~
39528 \end_inset
39529
39530 Preview
39531 \family default
39532  is enabled in LyX's preferences under 
39533 \family sans
39534 Look
39535 \begin_inset space ~
39536 \end_inset
39537
39538 and
39539 \begin_inset space ~
39540 \end_inset
39541
39542 feel\SpecialChar \menuseparator
39543 Graphics
39544 \family default
39545 .
39546 \end_layout
39547
39548 \begin_layout Itemize
39549 You cannot exclude Input files via the menu 
39550 \family sans
39551 Document\SpecialChar \menuseparator
39552 Settings\SpecialChar \menuseparator
39553 Child Documents
39554 \family default
39555 .
39556 \end_layout
39557
39558 \end_deeper
39559 \begin_layout Standard
39560 Here is a child document inserted using 
39561 \family sans
39562 Input
39563 \family default
39564
39565 \begin_inset CommandInset include
39566 LatexCommand input
39567 filename "DummyDocument2.lyx"
39568
39569 \end_inset
39570
39571
39572 \end_layout
39573
39574 \begin_layout Description
39575 Verbatim With this method any text file can be included.
39576  The file is shown in the output with its source code; no command used in
39577  the text is invoked.
39578  You can use the option 
39579 \family sans
39580 Mark spaces in output
39581 \family default
39582  that displays the character 
39583 \begin_inset Quotes eld
39584 \end_inset
39585
39586
39587 \begin_inset ERT
39588 status collapsed
39589
39590 \begin_layout Plain Layout
39591
39592
39593 \backslash
39594 textvisiblespace 
39595 \end_layout
39596
39597 \end_inset
39598
39599
39600 \begin_inset Quotes erd
39601 \end_inset
39602
39603  for every space character in the source code.
39604  The difference from the method via the menu 
39605 \family sans
39606 Insert\SpecialChar \menuseparator
39607 File\SpecialChar \menuseparator
39608 Plain
39609 \begin_inset space ~
39610 \end_inset
39611
39612 Text
39613 \family default
39614  is that the document content is not shown in LyX.
39615 \end_layout
39616
39617 \begin_layout Standard
39618 Here is a child document inserted as Verbatim: 
39619 \begin_inset CommandInset include
39620 LatexCommand verbatiminput
39621 filename "DummyTextDocument.txt"
39622
39623 \end_inset
39624
39625
39626 \begin_inset VSpace bigskip
39627 \end_inset
39628
39629  Here is a child document inserted as Verbatim using the 
39630 \family sans
39631 Mark spaces in output
39632 \family default
39633  option: 
39634 \begin_inset CommandInset include
39635 LatexCommand verbatiminput*
39636 filename "DummyTextDocument.txt"
39637
39638 \end_inset
39639
39640
39641 \end_layout
39642
39643 \begin_layout Standard
39644 \begin_inset VSpace bigskip
39645 \end_inset
39646
39647
39648 \end_layout
39649
39650 \begin_layout Standard
39651 \begin_inset Note Greyedout
39652 status open
39653
39654 \begin_layout Plain Layout
39655
39656 \series bold
39657 Note:
39658 \series default
39659  As you can see in the examples above, the text of the documents included
39660  as 
39661 \family sans
39662 verbatim
39663 \family default
39664  is not broken at the end of the document lines.
39665 \end_layout
39666
39667 \end_inset
39668
39669
39670 \end_layout
39671
39672 \begin_layout Description
39673 Listings This type is described in chapter
39674 \begin_inset space ~
39675 \end_inset
39676
39677
39678 \begin_inset CommandInset ref
39679 LatexCommand ref
39680 reference "cha:Program-Code-Listings"
39681
39682 \end_inset
39683
39684 .
39685 \end_layout
39686
39687 \begin_layout Standard
39688 \begin_inset Note Greyedout
39689 status open
39690
39691 \begin_layout Plain Layout
39692
39693 \series bold
39694 Note:
39695 \series default
39696  Including the same document twice in a document using different methods
39697  could cause LaTeX-problems.
39698 \end_layout
39699
39700 \end_inset
39701
39702
39703 \end_layout
39704
39705 \begin_layout Standard
39706 If you want to view/export only selected children of your master document,
39707  either because you want to save compiling time or because you want to distribut
39708 e single chapters of the book you are just writing, you can exclude children
39709  from the output.
39710  This is done via the menu 
39711 \family sans
39712 Document\SpecialChar \menuseparator
39713 Settings\SpecialChar \menuseparator
39714 Child Documents
39715 \family default
39716 .
39717  You can exclude\SpecialChar \slash{}
39718 include children by double-clicking on the 
39719 \family sans
39720 include to output
39721 \family default
39722  column of the respective child document in the list (note that this only
39723  works for documents embedded via 
39724 \begin_inset Quotes eld
39725 \end_inset
39726
39727 Include
39728 \begin_inset Quotes erd
39729 \end_inset
39730
39731 , not with 
39732 \begin_inset Quotes eld
39733 \end_inset
39734
39735 Input
39736 \begin_inset Quotes erd
39737 \end_inset
39738
39739 ).
39740  If the option 
39741 \family sans
39742 Maintain counters and references
39743 \family default
39744  is enabled, LyX will assure that all page numbers, references etc.
39745 \begin_inset space ~
39746 \end_inset
39747
39748 are correct as if the whole document was processed.
39749  This is useful if you want the selected sub-documents to look exactly as
39750  in the context of the whole document.
39751  However, LyX needs to process the whole document in the background for
39752  this feature.
39753  So if you want to save compile time and if counters and references do not
39754  need to be correct, disable this checkbox.
39755 \end_layout
39756
39757 \begin_layout Standard
39758 Alternatively, you can put each included file into a branch.
39759 \begin_inset Foot
39760 status collapsed
39761
39762 \begin_layout Plain Layout
39763 Branches are described in section 
39764 \emph on
39765 Branches
39766 \emph default
39767  of the LyX 
39768 \emph on
39769 Userguide
39770 \emph default
39771 .
39772 \end_layout
39773
39774 \end_inset
39775
39776  By enabling\SpecialChar \slash{}
39777 disabling branches you can decide which included files will
39778  appear in the output.
39779  This has the advantage that it also works with Input'ed sub-documents.
39780  However, counters and references will not be maintained with this approach.
39781 \end_layout
39782
39783 \begin_layout Chapter
39784 Program Code Listings
39785 \begin_inset CommandInset label
39786 LatexCommand label
39787 name "cha:Program-Code-Listings"
39788
39789 \end_inset
39790
39791
39792 \begin_inset Index idx
39793 status collapsed
39794
39795 \begin_layout Plain Layout
39796 Listings
39797 \end_layout
39798
39799 \end_inset
39800
39801
39802 \begin_inset Index idx
39803 status collapsed
39804
39805 \begin_layout Plain Layout
39806 Program Code
39807 \end_layout
39808
39809 \end_inset
39810
39811
39812 \begin_inset Index idx
39813 status collapsed
39814
39815 \begin_layout Plain Layout
39816 Floats ! Listings
39817 \end_layout
39818
39819 \end_inset
39820
39821
39822 \end_layout
39823
39824 \begin_layout Standard
39825 To include and typeset program code you can use the 
39826 \family sans
39827 Listings
39828 \family default
39829  inset that can be inserted via the menu 
39830 \family sans
39831 Insert\SpecialChar \menuseparator
39832 Program Listing
39833 \family default
39834 .
39835  The LaTeX-package 
39836 \series bold
39837 listings
39838 \series default
39839
39840 \begin_inset Index idx
39841 status collapsed
39842
39843 \begin_layout Plain Layout
39844 LaTeX-packages ! listings
39845 \end_layout
39846
39847 \end_inset
39848
39849  provides a powerful and flexible way to insert program source code into
39850  your document.
39851 \end_layout
39852
39853 \begin_layout Standard
39854 Right-clicking on a listings inset opens the context menu containing where
39855  you can set the listings format.
39856 \end_layout
39857
39858 \begin_layout Standard
39859 By default, a listing starts a new paragraph in the output.
39860  The placement option 
39861 \family sans
39862 Inline
39863 \begin_inset space ~
39864 \end_inset
39865
39866 listing
39867 \family default
39868  prints the listing inline like this: 
39869 \begin_inset listings
39870 lstparams "language={C++}"
39871 inline true
39872 status open
39873
39874 \begin_layout Plain Layout
39875
39876 int a=5;
39877 \end_layout
39878
39879 \end_inset
39880
39881
39882 \begin_inset Newline newline
39883 \end_inset
39884
39885 The option 
39886 \family sans
39887 Float
39888 \family default
39889  creates a listings float where you can specify the placement options 
39890 \begin_inset Quotes eld
39891 \end_inset
39892
39893
39894 \family sans
39895 h
39896 \family default
39897
39898 \begin_inset Quotes erd
39899 \end_inset
39900
39901
39902 \begin_inset Quotes eld
39903 \end_inset
39904
39905
39906 \family sans
39907 t
39908 \family default
39909
39910 \begin_inset Quotes erd
39911 \end_inset
39912
39913
39914 \begin_inset Quotes eld
39915 \end_inset
39916
39917
39918 \family sans
39919 b
39920 \family default
39921
39922 \begin_inset Quotes erd
39923 \end_inset
39924
39925 , and 
39926 \begin_inset Quotes eld
39927 \end_inset
39928
39929
39930 \family sans
39931 p
39932 \family default
39933
39934 \begin_inset Quotes erd
39935 \end_inset
39936
39937  corresponding to the float placement options described in section
39938 \begin_inset space ~
39939 \end_inset
39940
39941
39942 \begin_inset CommandInset ref
39943 LatexCommand ref
39944 reference "sec:Float-Placement"
39945
39946 \end_inset
39947
39948 .
39949  The placement options can be mixed and are inserted without any separation,
39950  e.
39951 \begin_inset space \thinspace{}
39952 \end_inset
39953
39954 g.
39955 \begin_inset space \space{}
39956 \end_inset
39957
39958
39959 \begin_inset Quotes eld
39960 \end_inset
39961
39962
39963 \family sans
39964 htbp
39965 \family default
39966
39967 \begin_inset Quotes erd
39968 \end_inset
39969
39970 .
39971  The option 
39972 \begin_inset Quotes eld
39973 \end_inset
39974
39975 h
39976 \begin_inset Quotes erd
39977 \end_inset
39978
39979  has sometimes no effect, but you don't need to use the 
39980 \family sans
39981 Float
39982 \family default
39983  option in this case as also non-float listings can have captions and be
39984  referenced.
39985 \end_layout
39986
39987 \begin_layout Standard
39988 You can add captions to listings with the menu 
39989 \family sans
39990 Insert\SpecialChar \menuseparator
39991 Caption
39992 \family default
39993 .
39994  Listings can be referenced like floats: Listing
39995 \begin_inset space ~
39996 \end_inset
39997
39998
39999 \begin_inset CommandInset ref
40000 LatexCommand ref
40001 reference "lst:Example-Listing"
40002
40003 \end_inset
40004
40005 .
40006  A list of listings which contains all listings with captions can be created
40007  via the menu 
40008 \family sans
40009 Insert\SpecialChar \menuseparator
40010 List
40011 \begin_inset space ~
40012 \end_inset
40013
40014 /
40015 \begin_inset space ~
40016 \end_inset
40017
40018 TOC\SpecialChar \menuseparator
40019 List of Listings
40020 \family default
40021 .
40022  The list entries are the listing caption and the listing number.
40023 \end_layout
40024
40025 \begin_layout Standard
40026 \begin_inset listings
40027 lstparams "language=Python"
40028 inline false
40029 status open
40030
40031 \begin_layout Plain Layout
40032
40033 \begin_inset Caption Standard
40034
40035 \begin_layout Plain Layout
40036 \begin_inset CommandInset label
40037 LatexCommand label
40038 name "lst:Example-Listing"
40039
40040 \end_inset
40041
40042 Example Listing float
40043 \end_layout
40044
40045 \end_inset
40046
40047 # Example listing float
40048 \end_layout
40049
40050 \begin_layout Plain Layout
40051
40052 def func(param):
40053 \end_layout
40054
40055 \begin_layout Plain Layout
40056
40057     'this is a python function'
40058 \end_layout
40059
40060 \begin_layout Plain Layout
40061
40062     pass
40063 \end_layout
40064
40065 \end_inset
40066
40067
40068 \end_layout
40069
40070 \begin_layout Standard
40071 When you have set a programming language in the listings dialog, the keywords
40072  of this language will be recognized and specially typeset in the output.
40073  In the example listings the Python keyword 
40074 \begin_inset Quotes eld
40075 \end_inset
40076
40077 def
40078 \begin_inset Quotes erd
40079 \end_inset
40080
40081  is recognized and printed bold in the output.
40082 \end_layout
40083
40084 \begin_layout Standard
40085 \begin_inset Note Greyedout
40086 status open
40087
40088 \begin_layout Plain Layout
40089
40090 \series bold
40091 Note:
40092 \series default
40093  If you don't get bold keywords when using typewriter fonts, your 
40094 \family typewriter
40095 typewriter
40096 \family default
40097  font probably doesn't provide a bold shape.
40098  In this case select a different one in the menu 
40099 \family sans
40100 Document\SpecialChar \menuseparator
40101 Settings\SpecialChar \menuseparator
40102 Fonts
40103 \family default
40104 .
40105  (The fonts 
40106 \emph on
40107 LuxiMono, BeraMono
40108 \emph default
40109  and 
40110 \emph on
40111 Courier
40112 \emph default
40113  provide bold shapes.)
40114 \end_layout
40115
40116 \end_inset
40117
40118
40119 \end_layout
40120
40121 \begin_layout Standard
40122 In section 
40123 \family sans
40124 Line
40125 \begin_inset space ~
40126 \end_inset
40127
40128 numbering
40129 \family default
40130  of the listings dialog you can specify the line numbering style.
40131  You can insert a number to specify which lines are numbered in the field
40132  
40133 \family sans
40134 Step
40135 \family default
40136 .
40137  When you insert e.
40138 \begin_inset space \thinspace{}
40139 \end_inset
40140
40141 g.
40142 \begin_inset space \space{}
40143 \end_inset
40144
40145
40146 \begin_inset Quotes eld
40147 \end_inset
40148
40149 3
40150 \begin_inset Quotes erd
40151 \end_inset
40152
40153 , only every 3rd line will be numbered.
40154 \end_layout
40155
40156 \begin_layout Standard
40157 You can furthermore specify a range of lines; only these will then appear
40158  in the output.
40159  The option 
40160 \family sans
40161 Extended character table
40162 \family default
40163  should be used when you use national characters like the German umlauts
40164  in the listing.
40165 \begin_inset Newline newline
40166 \end_inset
40167
40168 Here is an example listing with left line numbering, step 
40169 \begin_inset Quotes eld
40170 \end_inset
40171
40172 3
40173 \begin_inset Quotes erd
40174 \end_inset
40175
40176 , language 
40177 \begin_inset Quotes eld
40178 \end_inset
40179
40180 Python
40181 \begin_inset Quotes erd
40182 \end_inset
40183
40184 , options 
40185 \begin_inset Quotes eld
40186 \end_inset
40187
40188 Extended character table
40189 \begin_inset Quotes erd
40190 \end_inset
40191
40192  and 
40193 \begin_inset Quotes eld
40194 \end_inset
40195
40196 Space
40197 \begin_inset space ~
40198 \end_inset
40199
40200 as
40201 \begin_inset space ~
40202 \end_inset
40203
40204 symbol
40205 \begin_inset Quotes erd
40206 \end_inset
40207
40208 , range lines 3
40209 \begin_inset space \thinspace{}
40210 \end_inset
40211
40212 -
40213 \begin_inset space \thinspace{}
40214 \end_inset
40215
40216 8:
40217 \end_layout
40218
40219 \begin_layout Standard
40220 \begin_inset listings
40221 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40222 inline false
40223 status open
40224
40225 \begin_layout Plain Layout
40226
40227 def func(param):
40228 \end_layout
40229
40230 \begin_layout Plain Layout
40231
40232     'this is a python function'
40233 \end_layout
40234
40235 \begin_layout Plain Layout
40236
40237     pass
40238 \end_layout
40239
40240 \begin_layout Plain Layout
40241
40242 def func(param):
40243 \end_layout
40244
40245 \begin_layout Plain Layout
40246
40247 'This is a German word: Tschüß'
40248 \end_layout
40249
40250 \begin_layout Plain Layout
40251
40252 pass
40253 \end_layout
40254
40255 \begin_layout Plain Layout
40256
40257 def func(param):
40258 \end_layout
40259
40260 \begin_layout Plain Layout
40261
40262 'this is a python function'
40263 \end_layout
40264
40265 \begin_layout Plain Layout
40266
40267 pass
40268 \end_layout
40269
40270 \end_inset
40271
40272
40273 \end_layout
40274
40275 \begin_layout Standard
40276 When you have tabulators in your listing, you can specify the number of
40277  characters that are spanned by a tabulator in the field 
40278 \family sans
40279 Tabulator
40280 \begin_inset space ~
40281 \end_inset
40282
40283 size
40284 \family default
40285 .
40286 \end_layout
40287
40288 \begin_layout Standard
40289 \begin_inset Note Greyedout
40290 status open
40291
40292 \begin_layout Plain Layout
40293
40294 \series bold
40295 Note:
40296 \series default
40297  Due to a bug in the 
40298 \series bold
40299 listings
40300 \series default
40301  package the line numbering is shifted by a line by every previous listing.
40302  That's the reason why the lines 2 and 5 are numbered in the above listing
40303  and not the lines 3 and 6.
40304 \end_layout
40305
40306 \end_inset
40307
40308
40309 \end_layout
40310
40311 \begin_layout Standard
40312 \begin_inset VSpace bigskip
40313 \end_inset
40314
40315
40316 \end_layout
40317
40318 \begin_layout Standard
40319 It is also possible to print lines from a file as listing.
40320  To do this, use the menu 
40321 \family sans
40322 Insert\SpecialChar \menuseparator
40323 File\SpecialChar \menuseparator
40324 Child Document
40325 \family default
40326  and choose the type 
40327 \family sans
40328 Listings
40329 \family default
40330 .
40331 \begin_inset Foot
40332 status collapsed
40333
40334 \begin_layout Plain Layout
40335 The other child document types are described in section
40336 \begin_inset space ~
40337 \end_inset
40338
40339
40340 \begin_inset CommandInset ref
40341 LatexCommand ref
40342 reference "sec:Child-Documents"
40343
40344 \end_inset
40345
40346 .
40347 \end_layout
40348
40349 \end_inset
40350
40351  In the child document dialog you can specify the listing parameters in
40352  a text box.
40353  To show a list of all available parameters, type in a question mark 
40354 \begin_inset Quotes eld
40355 \end_inset
40356
40357 ?
40358 \begin_inset Quotes erd
40359 \end_inset
40360
40361  in the text box.
40362 \end_layout
40363
40364 \begin_layout Standard
40365 To reference child document listings, write a label text into the corresponding
40366  field of the child document dialog.
40367  The label can then be referenced using the menu 
40368 \family sans
40369 Insert\SpecialChar \menuseparator
40370 Cross-Reference
40371 \family default
40372 .
40373 \end_layout
40374
40375 \begin_layout Standard
40376 Listing
40377 \begin_inset space ~
40378 \end_inset
40379
40380
40381 \begin_inset CommandInset ref
40382 LatexCommand ref
40383 reference "lst:file-listing"
40384
40385 \end_inset
40386
40387  is an example for a listing of a file; there the lines 10
40388 \begin_inset space \thinspace{}
40389 \end_inset
40390
40391 -
40392 \begin_inset space \thinspace{}
40393 \end_inset
40394
40395 15 of this LyX file are listed.
40396 \end_layout
40397
40398 \begin_layout Standard
40399 \begin_inset CommandInset include
40400 LatexCommand lstinputlisting
40401 filename "EmbeddedObjects.lyx"
40402 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40403
40404 \end_inset
40405
40406
40407 \end_layout
40408
40409 \begin_layout Standard
40410 \begin_inset VSpace bigskip
40411 \end_inset
40412
40413
40414 \end_layout
40415
40416 \begin_layout Standard
40417 Inserting a formula into a listing can be done the following way:
40418 \end_layout
40419
40420 \begin_layout Enumerate
40421 Open the listings dialog and add
40422 \begin_inset Newline newline
40423 \end_inset
40424
40425
40426 \family sans
40427 mathescape=true
40428 \family default
40429
40430 \begin_inset Newline newline
40431 \end_inset
40432
40433 to the field of the 
40434 \family sans
40435 Advanced
40436 \family default
40437  tab.
40438 \end_layout
40439
40440 \begin_layout Enumerate
40441 Create a formula outside the listing
40442 \end_layout
40443
40444 \begin_layout Enumerate
40445 Copy the content of the formula (not the formula inset) to the clipboard
40446  (shortcut 
40447 \begin_inset Info
40448 type  "shortcut"
40449 arg   "copy"
40450 \end_inset
40451
40452 )
40453 \end_layout
40454
40455 \begin_layout Enumerate
40456 In the listing write 
40457 \begin_inset Quotes eld
40458 \end_inset
40459
40460
40461 \family sans
40462 $$
40463 \family default
40464
40465 \begin_inset Quotes erd
40466 \end_inset
40467
40468  and copy from the clipboard between the dollar-signs (shortcut 
40469 \begin_inset Info
40470 type  "shortcut"
40471 arg   "paste"
40472 \end_inset
40473
40474 )
40475 \end_layout
40476
40477 \begin_layout Standard
40478 \begin_inset listings
40479 lstparams "language=Python,mathescape=true"
40480 inline false
40481 status open
40482
40483 \begin_layout Plain Layout
40484
40485 \begin_inset Caption Standard
40486
40487 \begin_layout Plain Layout
40488 Example Listing float containing a formula
40489 \end_layout
40490
40491 \end_inset
40492
40493 # Example listing float
40494 \end_layout
40495
40496 \begin_layout Plain Layout
40497
40498 def func(param):
40499 \end_layout
40500
40501 \begin_layout Plain Layout
40502
40503     # $
40504 \backslash
40505 prod_{n=1}^{
40506 \backslash
40507 infty}
40508 \backslash
40509 ,
40510 \backslash
40511 frac{1}{x^{2}}$
40512 \end_layout
40513
40514 \begin_layout Plain Layout
40515
40516     pass
40517 \end_layout
40518
40519 \end_inset
40520
40521
40522 \end_layout
40523
40524 \begin_layout Standard
40525 \begin_inset VSpace bigskip
40526 \end_inset
40527
40528
40529 \end_layout
40530
40531 \begin_layout Standard
40532 Global listings settings can be set in the 
40533 \family sans
40534 Document\SpecialChar \menuseparator
40535 Settings\SpecialChar \menuseparator
40536 Listings
40537 \family default
40538  dialog.
40539  To get there a list of available options, type in a question mark 
40540 \begin_inset Quotes eld
40541 \end_inset
40542
40543 ?
40544 \begin_inset Quotes erd
40545 \end_inset
40546
40547 .
40548 \end_layout
40549
40550 \begin_layout Standard
40551 For more information about the 
40552 \series bold
40553 listings
40554 \series default
40555  package, we refer to its documentation 
40556 \begin_inset CommandInset citation
40557 LatexCommand cite
40558 key "listings"
40559
40560 \end_inset
40561
40562 .
40563 \end_layout
40564
40565 \begin_layout Standard
40566 \begin_inset Newpage newpage
40567 \end_inset
40568
40569
40570 \end_layout
40571
40572 \begin_layout Chapter
40573 \start_of_appendix
40574 Units available in LyX
40575 \begin_inset Index idx
40576 status collapsed
40577
40578 \begin_layout Plain Layout
40579 Units
40580 \end_layout
40581
40582 \end_inset
40583
40584
40585 \begin_inset CommandInset label
40586 LatexCommand label
40587 name "cha:Units-available-in"
40588
40589 \end_inset
40590
40591
40592 \end_layout
40593
40594 \begin_layout Standard
40595 To understand the units described in this documentation, Table
40596 \begin_inset space ~
40597 \end_inset
40598
40599
40600 \begin_inset CommandInset ref
40601 LatexCommand ref
40602 reference "tab:Units"
40603
40604 \end_inset
40605
40606  explains all units available in LyX.
40607 \end_layout
40608
40609 \begin_layout Standard
40610 \begin_inset Float table
40611 placement h
40612 wide false
40613 sideways false
40614 status open
40615
40616 \begin_layout Plain Layout
40617 \begin_inset Caption Standard
40618
40619 \begin_layout Plain Layout
40620 \begin_inset CommandInset label
40621 LatexCommand label
40622 name "tab:Units"
40623
40624 \end_inset
40625
40626 Units
40627 \end_layout
40628
40629 \end_inset
40630
40631
40632 \end_layout
40633
40634 \begin_layout Plain Layout
40635 \begin_inset VSpace medskip
40636 \end_inset
40637
40638
40639 \end_layout
40640
40641 \begin_layout Plain Layout
40642 \align center
40643 \begin_inset Tabular
40644 <lyxtabular version="3" rows="20" columns="2">
40645 <features rotate="0" tabularvalignment="middle">
40646 <column alignment="center" valignment="top">
40647 <column alignment="center" valignment="top">
40648 <row>
40649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40650 \begin_inset Text
40651
40652 \begin_layout Plain Layout
40653 unit
40654 \end_layout
40655
40656 \end_inset
40657 </cell>
40658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40659 \begin_inset Text
40660
40661 \begin_layout Plain Layout
40662 name/description
40663 \end_layout
40664
40665 \end_inset
40666 </cell>
40667 </row>
40668 <row>
40669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40670 \begin_inset Text
40671
40672 \begin_layout Plain Layout
40673 mm
40674 \end_layout
40675
40676 \end_inset
40677 </cell>
40678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40679 \begin_inset Text
40680
40681 \begin_layout Plain Layout
40682 millimeter
40683 \end_layout
40684
40685 \end_inset
40686 </cell>
40687 </row>
40688 <row>
40689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40690 \begin_inset Text
40691
40692 \begin_layout Plain Layout
40693 cm
40694 \end_layout
40695
40696 \end_inset
40697 </cell>
40698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40699 \begin_inset Text
40700
40701 \begin_layout Plain Layout
40702 centimeter
40703 \end_layout
40704
40705 \end_inset
40706 </cell>
40707 </row>
40708 <row>
40709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40710 \begin_inset Text
40711
40712 \begin_layout Plain Layout
40713 in
40714 \end_layout
40715
40716 \end_inset
40717 </cell>
40718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40719 \begin_inset Text
40720
40721 \begin_layout Plain Layout
40722 inch
40723 \end_layout
40724
40725 \end_inset
40726 </cell>
40727 </row>
40728 <row>
40729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40730 \begin_inset Text
40731
40732 \begin_layout Plain Layout
40733 pt
40734 \end_layout
40735
40736 \end_inset
40737 </cell>
40738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40739 \begin_inset Text
40740
40741 \begin_layout Plain Layout
40742 point (72.27
40743 \begin_inset space \thinspace{}
40744 \end_inset
40745
40746 pt = 1
40747 \begin_inset space \thinspace{}
40748 \end_inset
40749
40750 in)
40751 \end_layout
40752
40753 \end_inset
40754 </cell>
40755 </row>
40756 <row>
40757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40758 \begin_inset Text
40759
40760 \begin_layout Plain Layout
40761 pc
40762 \end_layout
40763
40764 \end_inset
40765 </cell>
40766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40767 \begin_inset Text
40768
40769 \begin_layout Plain Layout
40770 pica (1
40771 \begin_inset space \thinspace{}
40772 \end_inset
40773
40774 pc = 12
40775 \begin_inset space \thinspace{}
40776 \end_inset
40777
40778 pt)
40779 \end_layout
40780
40781 \end_inset
40782 </cell>
40783 </row>
40784 <row>
40785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40786 \begin_inset Text
40787
40788 \begin_layout Plain Layout
40789 sp
40790 \end_layout
40791
40792 \end_inset
40793 </cell>
40794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40795 \begin_inset Text
40796
40797 \begin_layout Plain Layout
40798 scaled point (65536
40799 \begin_inset space \thinspace{}
40800 \end_inset
40801
40802 sp = 1
40803 \begin_inset space \thinspace{}
40804 \end_inset
40805
40806 pt)
40807 \end_layout
40808
40809 \end_inset
40810 </cell>
40811 </row>
40812 <row>
40813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40814 \begin_inset Text
40815
40816 \begin_layout Plain Layout
40817 bp
40818 \end_layout
40819
40820 \end_inset
40821 </cell>
40822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40823 \begin_inset Text
40824
40825 \begin_layout Plain Layout
40826 big point (72
40827 \begin_inset space \thinspace{}
40828 \end_inset
40829
40830 bp = 1
40831 \begin_inset space \thinspace{}
40832 \end_inset
40833
40834 in)
40835 \end_layout
40836
40837 \end_inset
40838 </cell>
40839 </row>
40840 <row>
40841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40842 \begin_inset Text
40843
40844 \begin_layout Plain Layout
40845 dd
40846 \end_layout
40847
40848 \end_inset
40849 </cell>
40850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40851 \begin_inset Text
40852
40853 \begin_layout Plain Layout
40854 didot (1
40855 \begin_inset space \thinspace{}
40856 \end_inset
40857
40858 dd 
40859 \begin_inset Formula $\approx$
40860 \end_inset
40861
40862  0.376
40863 \begin_inset space \thinspace{}
40864 \end_inset
40865
40866 mm)
40867 \end_layout
40868
40869 \end_inset
40870 </cell>
40871 </row>
40872 <row>
40873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40874 \begin_inset Text
40875
40876 \begin_layout Plain Layout
40877 cc
40878 \end_layout
40879
40880 \end_inset
40881 </cell>
40882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40883 \begin_inset Text
40884
40885 \begin_layout Plain Layout
40886 cicero (1
40887 \begin_inset space \thinspace{}
40888 \end_inset
40889
40890 cc = 12
40891 \begin_inset space \thinspace{}
40892 \end_inset
40893
40894 dd)
40895 \end_layout
40896
40897 \end_inset
40898 </cell>
40899 </row>
40900 <row>
40901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40902 \begin_inset Text
40903
40904 \begin_layout Plain Layout
40905 Scale%
40906 \end_layout
40907
40908 \end_inset
40909 </cell>
40910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40911 \begin_inset Text
40912
40913 \begin_layout Plain Layout
40914 % of original image width
40915 \end_layout
40916
40917 \end_inset
40918 </cell>
40919 </row>
40920 <row>
40921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40922 \begin_inset Text
40923
40924 \begin_layout Plain Layout
40925 text%
40926 \end_layout
40927
40928 \end_inset
40929 </cell>
40930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40931 \begin_inset Text
40932
40933 \begin_layout Plain Layout
40934 % of text width
40935 \end_layout
40936
40937 \end_inset
40938 </cell>
40939 </row>
40940 <row>
40941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40942 \begin_inset Text
40943
40944 \begin_layout Plain Layout
40945 col%
40946 \end_layout
40947
40948 \end_inset
40949 </cell>
40950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40951 \begin_inset Text
40952
40953 \begin_layout Plain Layout
40954 % of column width
40955 \end_layout
40956
40957 \end_inset
40958 </cell>
40959 </row>
40960 <row>
40961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40962 \begin_inset Text
40963
40964 \begin_layout Plain Layout
40965 page%
40966 \end_layout
40967
40968 \end_inset
40969 </cell>
40970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40971 \begin_inset Text
40972
40973 \begin_layout Plain Layout
40974 % of paper width
40975 \end_layout
40976
40977 \end_inset
40978 </cell>
40979 </row>
40980 <row>
40981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40982 \begin_inset Text
40983
40984 \begin_layout Plain Layout
40985 line%
40986 \end_layout
40987
40988 \end_inset
40989 </cell>
40990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40991 \begin_inset Text
40992
40993 \begin_layout Plain Layout
40994 % of line width
40995 \end_layout
40996
40997 \end_inset
40998 </cell>
40999 </row>
41000 <row>
41001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41002 \begin_inset Text
41003
41004 \begin_layout Plain Layout
41005 theight%
41006 \end_layout
41007
41008 \end_inset
41009 </cell>
41010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41011 \begin_inset Text
41012
41013 \begin_layout Plain Layout
41014 % of text height
41015 \end_layout
41016
41017 \end_inset
41018 </cell>
41019 </row>
41020 <row>
41021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41022 \begin_inset Text
41023
41024 \begin_layout Plain Layout
41025 pheight%
41026 \end_layout
41027
41028 \end_inset
41029 </cell>
41030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41031 \begin_inset Text
41032
41033 \begin_layout Plain Layout
41034 % of paper height
41035 \end_layout
41036
41037 \end_inset
41038 </cell>
41039 </row>
41040 <row>
41041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41042 \begin_inset Text
41043
41044 \begin_layout Plain Layout
41045 ex
41046 \end_layout
41047
41048 \end_inset
41049 </cell>
41050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41051 \begin_inset Text
41052
41053 \begin_layout Plain Layout
41054 height of letter 
41055 \emph on
41056 x
41057 \emph default
41058  in current font
41059 \end_layout
41060
41061 \end_inset
41062 </cell>
41063 </row>
41064 <row>
41065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41066 \begin_inset Text
41067
41068 \begin_layout Plain Layout
41069 em
41070 \end_layout
41071
41072 \end_inset
41073 </cell>
41074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41075 \begin_inset Text
41076
41077 \begin_layout Plain Layout
41078 width of letter 
41079 \emph on
41080 M
41081 \emph default
41082  in current font
41083 \end_layout
41084
41085 \end_inset
41086 </cell>
41087 </row>
41088 <row>
41089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41090 \begin_inset Text
41091
41092 \begin_layout Plain Layout
41093 mu
41094 \end_layout
41095
41096 \end_inset
41097 </cell>
41098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41099 \begin_inset Text
41100
41101 \begin_layout Plain Layout
41102 math unit (1
41103 \begin_inset space \thinspace{}
41104 \end_inset
41105
41106 mu = 1/18
41107 \begin_inset space \thinspace{}
41108 \end_inset
41109
41110 em)
41111 \end_layout
41112
41113 \end_inset
41114 </cell>
41115 </row>
41116 </lyxtabular>
41117
41118 \end_inset
41119
41120
41121 \end_layout
41122
41123 \end_inset
41124
41125
41126 \end_layout
41127
41128 \begin_layout Chapter
41129 Output File Formats with Graphics
41130 \begin_inset CommandInset label
41131 LatexCommand label
41132 name "cha:Output-File-Formats"
41133
41134 \end_inset
41135
41136
41137 \end_layout
41138
41139 \begin_layout Section
41140 DVI
41141 \begin_inset Index idx
41142 status collapsed
41143
41144 \begin_layout Plain Layout
41145 File Formats ! DVI
41146 \end_layout
41147
41148 \end_inset
41149
41150
41151 \begin_inset Index idx
41152 status collapsed
41153
41154 \begin_layout Plain Layout
41155 DVI|see
41156 \begin_inset ERT
41157 status collapsed
41158
41159 \begin_layout Plain Layout
41160
41161 {
41162 \end_layout
41163
41164 \end_inset
41165
41166 File Formats
41167 \begin_inset ERT
41168 status collapsed
41169
41170 \begin_layout Plain Layout
41171
41172 }
41173 \end_layout
41174
41175 \end_inset
41176
41177
41178 \end_layout
41179
41180 \end_inset
41181
41182
41183 \end_layout
41184
41185 \begin_layout Standard
41186 This file type has the extension 
41187 \begin_inset Quotes eld
41188 \end_inset
41189
41190
41191 \family typewriter
41192 .dvi
41193 \family default
41194
41195 \begin_inset Quotes erd
41196 \end_inset
41197
41198 .
41199  It is called 
41200 \begin_inset Quotes eld
41201 \end_inset
41202
41203 device-independent
41204 \begin_inset Quotes erd
41205 \end_inset
41206
41207  (DVI), because it is completely portable; you can move them from one machine
41208  to another without needing to do any sort of conversion.
41209  At the time when this file-format was developed, this was no matter of
41210  course.
41211  DVIs are used for quick previews and as pre-stage for other output formats,
41212  like PostScript.
41213 \end_layout
41214
41215 \begin_layout Standard
41216 \begin_inset Note Greyedout
41217 status open
41218
41219 \begin_layout Plain Layout
41220
41221 \series bold
41222 Note:
41223 \series default
41224  DVI-files do not contain images; they will only be a linked.
41225 \end_layout
41226
41227 \end_inset
41228
41229  So don't forget this, if you move your 
41230 \family typewriter
41231 .dvi
41232 \family default
41233  file to another computer.
41234  This property can also slow down your computer when you view the DVI, because
41235  the DVI-viewer has to convert the image in the background to make it visible
41236  when you scroll in the DVI.
41237  So it is recommended that you use PDF for files with many images.
41238 \end_layout
41239
41240 \begin_layout Standard
41241 You can export your document to DVI by using the menu 
41242 \family sans
41243 File\SpecialChar \menuseparator
41244 Export\SpecialChar \menuseparator
41245 DVI
41246 \family default
41247 .
41248  You can view your document as DVI via the 
41249 \family sans
41250 View
41251 \family default
41252  menu.
41253 \end_layout
41254
41255 \begin_layout Section
41256 PostScript
41257 \begin_inset CommandInset label
41258 LatexCommand label
41259 name "sec:PostScript"
41260
41261 \end_inset
41262
41263
41264 \begin_inset Index idx
41265 status collapsed
41266
41267 \begin_layout Plain Layout
41268 File Formats ! PostScript
41269 \end_layout
41270
41271 \end_inset
41272
41273
41274 \begin_inset Index idx
41275 status collapsed
41276
41277 \begin_layout Plain Layout
41278 PostScript|see
41279 \begin_inset ERT
41280 status collapsed
41281
41282 \begin_layout Plain Layout
41283
41284 {
41285 \end_layout
41286
41287 \end_inset
41288
41289 File Formats
41290 \begin_inset ERT
41291 status collapsed
41292
41293 \begin_layout Plain Layout
41294
41295 }
41296 \end_layout
41297
41298 \end_inset
41299
41300
41301 \end_layout
41302
41303 \end_inset
41304
41305
41306 \end_layout
41307
41308 \begin_layout Standard
41309 This file type has the extension 
41310 \begin_inset Quotes eld
41311 \end_inset
41312
41313
41314 \family typewriter
41315 .ps
41316 \family default
41317
41318 \begin_inset Quotes erd
41319 \end_inset
41320
41321 .
41322  PostScript was developed by the company 
41323 \family typewriter
41324 Adobe
41325 \family default
41326  as a printer language.
41327  The file therefore contains commands that the printer uses to print the
41328  file.
41329  PostScript can be seen as a 
41330 \begin_inset Quotes eld
41331 \end_inset
41332
41333 programming language
41334 \begin_inset Quotes erd
41335 \end_inset
41336
41337 ; you can calculate with it and draw diagrams and images
41338 \begin_inset Foot
41339 status collapsed
41340
41341 \begin_layout Plain Layout
41342 If you are interested to learn more about this, have a look at the LaTeX-package
41343  
41344 \series bold
41345 PSTricks
41346 \series default
41347  
41348 \begin_inset CommandInset citation
41349 LatexCommand cite
41350 key "pstricks"
41351
41352 \end_inset
41353
41354 .
41355 \end_layout
41356
41357 \end_inset
41358
41359 .
41360  Due to this ability, the files are often bigger than PDFs.
41361 \end_layout
41362
41363 \begin_layout Standard
41364 PostScript can only contain images in the format 
41365 \begin_inset Quotes eld
41366 \end_inset
41367
41368 Encapsulated PostScript
41369 \begin_inset Quotes erd
41370 \end_inset
41371
41372  (EPS, file extension 
41373 \begin_inset Quotes eld
41374 \end_inset
41375
41376
41377 \family typewriter
41378 .eps
41379 \family default
41380
41381 \begin_inset Quotes erd
41382 \end_inset
41383
41384 ).
41385  As LyX allows you to use any known image format in your document, it has
41386  to convert images in the background to EPS.
41387  If you have e.g.
41388 \begin_inset space ~
41389 \end_inset
41390
41391 50
41392 \begin_inset space ~
41393 \end_inset
41394
41395 images in your document, LyX has to do 50
41396 \begin_inset space ~
41397 \end_inset
41398
41399 conversions whenever you view or export your document.
41400  This will slow down your work flow with LyX drastically.
41401  So if you plan to use PostScript, you can insert your images directly as
41402  EPS to avoid this problem.
41403 \end_layout
41404
41405 \begin_layout Standard
41406 You can export your document to PostScript using the menu 
41407 \family sans
41408 File\SpecialChar \menuseparator
41409 Export\SpecialChar \menuseparator
41410 Postscript
41411 \family default
41412 .
41413  You can view your document as PostScript via the 
41414 \family sans
41415 View
41416 \family default
41417  menu.
41418 \end_layout
41419
41420 \begin_layout Section
41421 PDF
41422 \begin_inset Index idx
41423 status collapsed
41424
41425 \begin_layout Plain Layout
41426 File Formats ! PDF
41427 \end_layout
41428
41429 \end_inset
41430
41431
41432 \begin_inset Index idx
41433 status collapsed
41434
41435 \begin_layout Plain Layout
41436 PDF
41437 \end_layout
41438
41439 \end_inset
41440
41441
41442 \end_layout
41443
41444 \begin_layout Standard
41445 This file type has the extension 
41446 \begin_inset Quotes eld
41447 \end_inset
41448
41449
41450 \family typewriter
41451 .pdf
41452 \family default
41453
41454 \begin_inset Quotes erd
41455 \end_inset
41456
41457 .
41458  The 
41459 \begin_inset Quotes eld
41460 \end_inset
41461
41462 Portable Document Format
41463 \begin_inset Quotes erd
41464 \end_inset
41465
41466  (PDF) was developed by 
41467 \family typewriter
41468 Adobe
41469 \family default
41470  as a derivative of PostScript.
41471  It is more compressed and it uses fewer commands than PostScript.
41472  As the name 
41473 \begin_inset Quotes eld
41474 \end_inset
41475
41476 portable
41477 \begin_inset Quotes erd
41478 \end_inset
41479
41480  implies, it can be processed at any computer system and the printed output
41481  looks exactly the same.
41482 \end_layout
41483
41484 \begin_layout Standard
41485 PDF can contain images in its own PDF format, in the format 
41486 \begin_inset Quotes eld
41487 \end_inset
41488
41489 Joint Photographic Experts Group
41490 \begin_inset Quotes erd
41491 \end_inset
41492
41493  (JPG, file extension 
41494 \begin_inset Quotes eld
41495 \end_inset
41496
41497
41498 \family typewriter
41499 .jpg
41500 \family default
41501
41502 \begin_inset Quotes erd
41503 \end_inset
41504
41505  or 
41506 \begin_inset Quotes eld
41507 \end_inset
41508
41509
41510 \family typewriter
41511 .jpeg
41512 \family default
41513
41514 \begin_inset Quotes erd
41515 \end_inset
41516
41517 ), and in the format 
41518 \begin_inset Quotes eld
41519 \end_inset
41520
41521 Portable Network Graphics
41522 \begin_inset Quotes erd
41523 \end_inset
41524
41525  (PNG, file extension 
41526 \begin_inset Quotes eld
41527 \end_inset
41528
41529
41530 \family typewriter
41531 .png
41532 \family default
41533
41534 \begin_inset Quotes erd
41535 \end_inset
41536
41537 ).
41538  Nevertheless you can use any other image format, because LyX converts them
41539  in the background to one of these formats.
41540  But as described in the section about PostScript, the image conversion
41541  will slow down your work flow.
41542  So it is recommended that you use images in one of the three mentioned
41543  formats.
41544 \end_layout
41545
41546 \begin_layout Standard
41547 You can export your document to PDF via the menu 
41548 \family sans
41549 File\SpecialChar \menuseparator
41550 Export
41551 \family default
41552  in three different ways:
41553 \end_layout
41554
41555 \begin_layout Description
41556 PDF
41557 \begin_inset space ~
41558 \end_inset
41559
41560 (ps2pdf) This uses the program 
41561 \family typewriter
41562 ps2pdf
41563 \family default
41564  that creates a PDF from a PostScript-version of your file.
41565  The PostScript-version is produced by the program 
41566 \family typewriter
41567 dvips
41568 \family default
41569  which uses a DVI-version as intermediate step.
41570  So this export variant consists of three conversions.
41571 \end_layout
41572
41573 \begin_layout Description
41574 PDF
41575 \begin_inset space ~
41576 \end_inset
41577
41578 (dvipdfm) This uses the program 
41579 \family typewriter
41580 dvipdfm
41581 \family default
41582  that converts your file in the background to DVI and in a second step to
41583  PDF.
41584 \end_layout
41585
41586 \begin_layout Description
41587 PDF
41588 \begin_inset space ~
41589 \end_inset
41590
41591 (pdflatex) This uses the program 
41592 \family typewriter
41593 pdftex
41594 \family default
41595  that converts your file directly to PDF.
41596 \end_layout
41597
41598 \begin_layout Standard
41599 It is recommended that you use 
41600 \family sans
41601 PDF
41602 \begin_inset space ~
41603 \end_inset
41604
41605 (pdflatex)
41606 \family default
41607  because 
41608 \family typewriter
41609 pdftex
41610 \family default
41611  supports all features of actual PDF-versions, is quick and works stable.
41612  The program 
41613 \family typewriter
41614 dvipdfm
41615 \family default
41616  is not under development and therefore a bit outdated.
41617 \end_layout
41618
41619 \begin_layout Standard
41620 You can view your document as PDF via the 
41621 \family sans
41622 View
41623 \family default
41624  menu or by using a toolbar button.
41625 \end_layout
41626
41627 \begin_layout Chapter
41628 List of dvips color names
41629 \begin_inset CommandInset label
41630 LatexCommand label
41631 name "chap:List-of-dvips-colornames"
41632
41633 \end_inset
41634
41635
41636 \end_layout
41637
41638 \begin_layout Standard
41639 \begin_inset Tabular
41640 <lyxtabular version="3" rows="17" columns="4">
41641 <features rotate="0" tabularvalignment="middle">
41642 <column alignment="left" valignment="top" width="0pt">
41643 <column alignment="left" valignment="top" width="0pt">
41644 <column alignment="left" valignment="top" width="0pt">
41645 <column alignment="left" valignment="top" width="0pt">
41646 <row>
41647 <cell alignment="left" valignment="top" usebox="none">
41648 \begin_inset Text
41649
41650 \begin_layout Plain Layout
41651 \begin_inset ERT
41652 status collapsed
41653
41654 \begin_layout Plain Layout
41655
41656
41657 \backslash
41658 fcolorbox{black}{
41659 \end_layout
41660
41661 \end_inset
41662
41663 white
41664 \begin_inset ERT
41665 status collapsed
41666
41667 \begin_layout Plain Layout
41668
41669 }{
41670 \end_layout
41671
41672 \end_inset
41673
41674 Color
41675 \begin_inset ERT
41676 status collapsed
41677
41678 \begin_layout Plain Layout
41679
41680 }
41681 \end_layout
41682
41683 \end_inset
41684
41685  Color name
41686 \end_layout
41687
41688 \end_inset
41689 </cell>
41690 <cell alignment="left" valignment="top" usebox="none">
41691 \begin_inset Text
41692
41693 \begin_layout Plain Layout
41694 \begin_inset ERT
41695 status collapsed
41696
41697 \begin_layout Plain Layout
41698
41699
41700 \backslash
41701 fcolorbox{black}{
41702 \end_layout
41703
41704 \end_inset
41705
41706 white
41707 \begin_inset ERT
41708 status collapsed
41709
41710 \begin_layout Plain Layout
41711
41712 }{
41713 \end_layout
41714
41715 \end_inset
41716
41717 Color
41718 \begin_inset ERT
41719 status collapsed
41720
41721 \begin_layout Plain Layout
41722
41723 }
41724 \end_layout
41725
41726 \end_inset
41727
41728  Color name
41729 \end_layout
41730
41731 \end_inset
41732 </cell>
41733 <cell alignment="left" valignment="top" usebox="none">
41734 \begin_inset Text
41735
41736 \begin_layout Plain Layout
41737 \begin_inset ERT
41738 status collapsed
41739
41740 \begin_layout Plain Layout
41741
41742
41743 \backslash
41744 fcolorbox{black}{
41745 \end_layout
41746
41747 \end_inset
41748
41749 white
41750 \begin_inset ERT
41751 status collapsed
41752
41753 \begin_layout Plain Layout
41754
41755 }{
41756 \end_layout
41757
41758 \end_inset
41759
41760 Color
41761 \begin_inset ERT
41762 status collapsed
41763
41764 \begin_layout Plain Layout
41765
41766 }
41767 \end_layout
41768
41769 \end_inset
41770
41771  Color name
41772 \end_layout
41773
41774 \end_inset
41775 </cell>
41776 <cell alignment="left" valignment="top" usebox="none">
41777 \begin_inset Text
41778
41779 \begin_layout Plain Layout
41780 \begin_inset ERT
41781 status collapsed
41782
41783 \begin_layout Plain Layout
41784
41785
41786 \backslash
41787 fcolorbox{black}{
41788 \end_layout
41789
41790 \end_inset
41791
41792 white
41793 \begin_inset ERT
41794 status collapsed
41795
41796 \begin_layout Plain Layout
41797
41798 }{
41799 \end_layout
41800
41801 \end_inset
41802
41803 Color
41804 \begin_inset ERT
41805 status collapsed
41806
41807 \begin_layout Plain Layout
41808
41809 }
41810 \end_layout
41811
41812 \end_inset
41813
41814  Color name
41815 \end_layout
41816
41817 \end_inset
41818 </cell>
41819 </row>
41820 <row>
41821 <cell alignment="center" valignment="top" usebox="none">
41822 \begin_inset Text
41823
41824 \begin_layout Plain Layout
41825 \begin_inset ERT
41826 status collapsed
41827
41828 \begin_layout Plain Layout
41829
41830
41831 \backslash
41832 fcolorbox{black}{
41833 \end_layout
41834
41835 \end_inset
41836
41837 Apricot
41838 \begin_inset ERT
41839 status collapsed
41840
41841 \begin_layout Plain Layout
41842
41843 }{
41844 \end_layout
41845
41846 \end_inset
41847
41848
41849 \begin_inset Phantom Phantom
41850 status open
41851
41852 \begin_layout Plain Layout
41853 W
41854 \end_layout
41855
41856 \end_inset
41857
41858
41859 \begin_inset ERT
41860 status collapsed
41861
41862 \begin_layout Plain Layout
41863
41864 }
41865 \end_layout
41866
41867 \end_inset
41868
41869  Apricot
41870 \end_layout
41871
41872 \end_inset
41873 </cell>
41874 <cell alignment="center" valignment="top" usebox="none">
41875 \begin_inset Text
41876
41877 \begin_layout Plain Layout
41878 \begin_inset ERT
41879 status collapsed
41880
41881 \begin_layout Plain Layout
41882
41883
41884 \backslash
41885 fcolorbox{black}{
41886 \end_layout
41887
41888 \end_inset
41889
41890 Aquamarine
41891 \begin_inset ERT
41892 status collapsed
41893
41894 \begin_layout Plain Layout
41895
41896 }{
41897 \end_layout
41898
41899 \end_inset
41900
41901
41902 \begin_inset Phantom Phantom
41903 status open
41904
41905 \begin_layout Plain Layout
41906 W
41907 \end_layout
41908
41909 \end_inset
41910
41911
41912 \begin_inset ERT
41913 status collapsed
41914
41915 \begin_layout Plain Layout
41916
41917 }
41918 \end_layout
41919
41920 \end_inset
41921
41922  Aquamarine
41923 \end_layout
41924
41925 \end_inset
41926 </cell>
41927 <cell alignment="center" valignment="top" usebox="none">
41928 \begin_inset Text
41929
41930 \begin_layout Plain Layout
41931 \begin_inset ERT
41932 status collapsed
41933
41934 \begin_layout Plain Layout
41935
41936
41937 \backslash
41938 fcolorbox{black}{
41939 \end_layout
41940
41941 \end_inset
41942
41943 Bittersweet
41944 \begin_inset ERT
41945 status collapsed
41946
41947 \begin_layout Plain Layout
41948
41949 }{
41950 \end_layout
41951
41952 \end_inset
41953
41954
41955 \begin_inset Phantom Phantom
41956 status open
41957
41958 \begin_layout Plain Layout
41959 W
41960 \end_layout
41961
41962 \end_inset
41963
41964
41965 \begin_inset ERT
41966 status collapsed
41967
41968 \begin_layout Plain Layout
41969
41970 }
41971 \end_layout
41972
41973 \end_inset
41974
41975  Bittersweet
41976 \end_layout
41977
41978 \end_inset
41979 </cell>
41980 <cell alignment="center" valignment="top" usebox="none">
41981 \begin_inset Text
41982
41983 \begin_layout Plain Layout
41984 \begin_inset ERT
41985 status collapsed
41986
41987 \begin_layout Plain Layout
41988
41989
41990 \backslash
41991 fcolorbox{black}{
41992 \end_layout
41993
41994 \end_inset
41995
41996 BlueGreen
41997 \begin_inset ERT
41998 status collapsed
41999
42000 \begin_layout Plain Layout
42001
42002 }{
42003 \end_layout
42004
42005 \end_inset
42006
42007
42008 \begin_inset Phantom Phantom
42009 status open
42010
42011 \begin_layout Plain Layout
42012 W
42013 \end_layout
42014
42015 \end_inset
42016
42017
42018 \begin_inset ERT
42019 status collapsed
42020
42021 \begin_layout Plain Layout
42022
42023 }
42024 \end_layout
42025
42026 \end_inset
42027
42028  BlueGreen
42029 \end_layout
42030
42031 \end_inset
42032 </cell>
42033 </row>
42034 <row>
42035 <cell alignment="left" valignment="top" usebox="none">
42036 \begin_inset Text
42037
42038 \begin_layout Plain Layout
42039 \begin_inset ERT
42040 status collapsed
42041
42042 \begin_layout Plain Layout
42043
42044
42045 \backslash
42046 fcolorbox{black}{
42047 \end_layout
42048
42049 \end_inset
42050
42051 BlueViolet
42052 \begin_inset ERT
42053 status collapsed
42054
42055 \begin_layout Plain Layout
42056
42057 }{
42058 \end_layout
42059
42060 \end_inset
42061
42062
42063 \begin_inset Phantom Phantom
42064 status open
42065
42066 \begin_layout Plain Layout
42067 W
42068 \end_layout
42069
42070 \end_inset
42071
42072
42073 \begin_inset ERT
42074 status collapsed
42075
42076 \begin_layout Plain Layout
42077
42078 }
42079 \end_layout
42080
42081 \end_inset
42082
42083  BlueViolet
42084 \end_layout
42085
42086 \end_inset
42087 </cell>
42088 <cell alignment="left" valignment="top" usebox="none">
42089 \begin_inset Text
42090
42091 \begin_layout Plain Layout
42092 \begin_inset ERT
42093 status collapsed
42094
42095 \begin_layout Plain Layout
42096
42097
42098 \backslash
42099 fcolorbox{black}{
42100 \end_layout
42101
42102 \end_inset
42103
42104 BrickRed
42105 \begin_inset ERT
42106 status collapsed
42107
42108 \begin_layout Plain Layout
42109
42110 }{
42111 \end_layout
42112
42113 \end_inset
42114
42115
42116 \begin_inset Phantom Phantom
42117 status open
42118
42119 \begin_layout Plain Layout
42120 W
42121 \end_layout
42122
42123 \end_inset
42124
42125
42126 \begin_inset ERT
42127 status collapsed
42128
42129 \begin_layout Plain Layout
42130
42131 }
42132 \end_layout
42133
42134 \end_inset
42135
42136  BrickRed
42137 \end_layout
42138
42139 \end_inset
42140 </cell>
42141 <cell alignment="left" valignment="top" usebox="none">
42142 \begin_inset Text
42143
42144 \begin_layout Plain Layout
42145 \begin_inset ERT
42146 status collapsed
42147
42148 \begin_layout Plain Layout
42149
42150
42151 \backslash
42152 fcolorbox{black}{
42153 \end_layout
42154
42155 \end_inset
42156
42157 Brown
42158 \begin_inset ERT
42159 status collapsed
42160
42161 \begin_layout Plain Layout
42162
42163 }{
42164 \end_layout
42165
42166 \end_inset
42167
42168
42169 \begin_inset Phantom Phantom
42170 status open
42171
42172 \begin_layout Plain Layout
42173 W
42174 \end_layout
42175
42176 \end_inset
42177
42178
42179 \begin_inset ERT
42180 status collapsed
42181
42182 \begin_layout Plain Layout
42183
42184 }
42185 \end_layout
42186
42187 \end_inset
42188
42189  Brown
42190 \end_layout
42191
42192 \end_inset
42193 </cell>
42194 <cell alignment="left" valignment="top" usebox="none">
42195 \begin_inset Text
42196
42197 \begin_layout Plain Layout
42198 \begin_inset ERT
42199 status collapsed
42200
42201 \begin_layout Plain Layout
42202
42203
42204 \backslash
42205 fcolorbox{black}{
42206 \end_layout
42207
42208 \end_inset
42209
42210 BurntOrange
42211 \begin_inset ERT
42212 status collapsed
42213
42214 \begin_layout Plain Layout
42215
42216 }{
42217 \end_layout
42218
42219 \end_inset
42220
42221
42222 \begin_inset Phantom Phantom
42223 status open
42224
42225 \begin_layout Plain Layout
42226 W
42227 \end_layout
42228
42229 \end_inset
42230
42231
42232 \begin_inset ERT
42233 status collapsed
42234
42235 \begin_layout Plain Layout
42236
42237 }
42238 \end_layout
42239
42240 \end_inset
42241
42242  BurntOrange
42243 \end_layout
42244
42245 \end_inset
42246 </cell>
42247 </row>
42248 <row>
42249 <cell alignment="left" valignment="top" usebox="none">
42250 \begin_inset Text
42251
42252 \begin_layout Plain Layout
42253 \begin_inset ERT
42254 status collapsed
42255
42256 \begin_layout Plain Layout
42257
42258
42259 \backslash
42260 fcolorbox{black}{
42261 \end_layout
42262
42263 \end_inset
42264
42265 CadetBlue
42266 \begin_inset ERT
42267 status collapsed
42268
42269 \begin_layout Plain Layout
42270
42271 }{
42272 \end_layout
42273
42274 \end_inset
42275
42276
42277 \begin_inset Phantom Phantom
42278 status open
42279
42280 \begin_layout Plain Layout
42281 W
42282 \end_layout
42283
42284 \end_inset
42285
42286
42287 \begin_inset ERT
42288 status collapsed
42289
42290 \begin_layout Plain Layout
42291
42292 }
42293 \end_layout
42294
42295 \end_inset
42296
42297  CadetBlue
42298 \end_layout
42299
42300 \end_inset
42301 </cell>
42302 <cell alignment="left" valignment="top" usebox="none">
42303 \begin_inset Text
42304
42305 \begin_layout Plain Layout
42306 \begin_inset ERT
42307 status collapsed
42308
42309 \begin_layout Plain Layout
42310
42311
42312 \backslash
42313 fcolorbox{black}{
42314 \end_layout
42315
42316 \end_inset
42317
42318 CarnationPink
42319 \begin_inset ERT
42320 status collapsed
42321
42322 \begin_layout Plain Layout
42323
42324 }{
42325 \end_layout
42326
42327 \end_inset
42328
42329
42330 \begin_inset Phantom Phantom
42331 status open
42332
42333 \begin_layout Plain Layout
42334 W
42335 \end_layout
42336
42337 \end_inset
42338
42339
42340 \begin_inset ERT
42341 status collapsed
42342
42343 \begin_layout Plain Layout
42344
42345 }
42346 \end_layout
42347
42348 \end_inset
42349
42350  CarnationPink
42351 \end_layout
42352
42353 \end_inset
42354 </cell>
42355 <cell alignment="left" valignment="top" usebox="none">
42356 \begin_inset Text
42357
42358 \begin_layout Plain Layout
42359 \begin_inset ERT
42360 status collapsed
42361
42362 \begin_layout Plain Layout
42363
42364
42365 \backslash
42366 fcolorbox{black}{
42367 \end_layout
42368
42369 \end_inset
42370
42371 Cerulean
42372 \begin_inset ERT
42373 status collapsed
42374
42375 \begin_layout Plain Layout
42376
42377 }{
42378 \end_layout
42379
42380 \end_inset
42381
42382
42383 \begin_inset Phantom Phantom
42384 status open
42385
42386 \begin_layout Plain Layout
42387 W
42388 \end_layout
42389
42390 \end_inset
42391
42392
42393 \begin_inset ERT
42394 status collapsed
42395
42396 \begin_layout Plain Layout
42397
42398 }
42399 \end_layout
42400
42401 \end_inset
42402
42403  Cerulean
42404 \end_layout
42405
42406 \end_inset
42407 </cell>
42408 <cell alignment="left" valignment="top" usebox="none">
42409 \begin_inset Text
42410
42411 \begin_layout Plain Layout
42412 \begin_inset ERT
42413 status collapsed
42414
42415 \begin_layout Plain Layout
42416
42417
42418 \backslash
42419 fcolorbox{black}{
42420 \end_layout
42421
42422 \end_inset
42423
42424 CornflowerBlue
42425 \begin_inset ERT
42426 status collapsed
42427
42428 \begin_layout Plain Layout
42429
42430 }{
42431 \end_layout
42432
42433 \end_inset
42434
42435
42436 \begin_inset Phantom Phantom
42437 status open
42438
42439 \begin_layout Plain Layout
42440 W
42441 \end_layout
42442
42443 \end_inset
42444
42445
42446 \begin_inset ERT
42447 status collapsed
42448
42449 \begin_layout Plain Layout
42450
42451 }
42452 \end_layout
42453
42454 \end_inset
42455
42456  CornflowerBlue
42457 \end_layout
42458
42459 \end_inset
42460 </cell>
42461 </row>
42462 <row>
42463 <cell alignment="left" valignment="top" usebox="none">
42464 \begin_inset Text
42465
42466 \begin_layout Plain Layout
42467 \begin_inset ERT
42468 status collapsed
42469
42470 \begin_layout Plain Layout
42471
42472
42473 \backslash
42474 fcolorbox{black}{
42475 \end_layout
42476
42477 \end_inset
42478
42479 Dandelion
42480 \begin_inset ERT
42481 status collapsed
42482
42483 \begin_layout Plain Layout
42484
42485 }{
42486 \end_layout
42487
42488 \end_inset
42489
42490
42491 \begin_inset Phantom Phantom
42492 status open
42493
42494 \begin_layout Plain Layout
42495 W
42496 \end_layout
42497
42498 \end_inset
42499
42500
42501 \begin_inset ERT
42502 status collapsed
42503
42504 \begin_layout Plain Layout
42505
42506 }
42507 \end_layout
42508
42509 \end_inset
42510
42511  Dandelion
42512 \end_layout
42513
42514 \end_inset
42515 </cell>
42516 <cell alignment="left" valignment="top" usebox="none">
42517 \begin_inset Text
42518
42519 \begin_layout Plain Layout
42520 \begin_inset ERT
42521 status collapsed
42522
42523 \begin_layout Plain Layout
42524
42525
42526 \backslash
42527 fcolorbox{black}{
42528 \end_layout
42529
42530 \end_inset
42531
42532 DarkOrchid
42533 \begin_inset ERT
42534 status collapsed
42535
42536 \begin_layout Plain Layout
42537
42538 }{
42539 \end_layout
42540
42541 \end_inset
42542
42543
42544 \begin_inset Phantom Phantom
42545 status open
42546
42547 \begin_layout Plain Layout
42548 W
42549 \end_layout
42550
42551 \end_inset
42552
42553
42554 \begin_inset ERT
42555 status collapsed
42556
42557 \begin_layout Plain Layout
42558
42559 }
42560 \end_layout
42561
42562 \end_inset
42563
42564  DarkOrchid
42565 \end_layout
42566
42567 \end_inset
42568 </cell>
42569 <cell alignment="left" valignment="top" usebox="none">
42570 \begin_inset Text
42571
42572 \begin_layout Plain Layout
42573 \begin_inset ERT
42574 status collapsed
42575
42576 \begin_layout Plain Layout
42577
42578
42579 \backslash
42580 fcolorbox{black}{
42581 \end_layout
42582
42583 \end_inset
42584
42585 Emerald
42586 \begin_inset ERT
42587 status collapsed
42588
42589 \begin_layout Plain Layout
42590
42591 }{
42592 \end_layout
42593
42594 \end_inset
42595
42596
42597 \begin_inset Phantom Phantom
42598 status open
42599
42600 \begin_layout Plain Layout
42601 W
42602 \end_layout
42603
42604 \end_inset
42605
42606
42607 \begin_inset ERT
42608 status collapsed
42609
42610 \begin_layout Plain Layout
42611
42612 }
42613 \end_layout
42614
42615 \end_inset
42616
42617  Emerald
42618 \end_layout
42619
42620 \end_inset
42621 </cell>
42622 <cell alignment="left" valignment="top" usebox="none">
42623 \begin_inset Text
42624
42625 \begin_layout Plain Layout
42626 \begin_inset ERT
42627 status collapsed
42628
42629 \begin_layout Plain Layout
42630
42631
42632 \backslash
42633 fcolorbox{black}{
42634 \end_layout
42635
42636 \end_inset
42637
42638 ForestGreen
42639 \begin_inset ERT
42640 status collapsed
42641
42642 \begin_layout Plain Layout
42643
42644 }{
42645 \end_layout
42646
42647 \end_inset
42648
42649
42650 \begin_inset Phantom Phantom
42651 status open
42652
42653 \begin_layout Plain Layout
42654 W
42655 \end_layout
42656
42657 \end_inset
42658
42659
42660 \begin_inset ERT
42661 status collapsed
42662
42663 \begin_layout Plain Layout
42664
42665 }
42666 \end_layout
42667
42668 \end_inset
42669
42670  ForestGreen
42671 \end_layout
42672
42673 \end_inset
42674 </cell>
42675 </row>
42676 <row>
42677 <cell alignment="left" valignment="top" usebox="none">
42678 \begin_inset Text
42679
42680 \begin_layout Plain Layout
42681 \begin_inset ERT
42682 status collapsed
42683
42684 \begin_layout Plain Layout
42685
42686
42687 \backslash
42688 fcolorbox{black}{
42689 \end_layout
42690
42691 \end_inset
42692
42693 Fuchsia
42694 \begin_inset ERT
42695 status collapsed
42696
42697 \begin_layout Plain Layout
42698
42699 }{
42700 \end_layout
42701
42702 \end_inset
42703
42704
42705 \begin_inset Phantom Phantom
42706 status open
42707
42708 \begin_layout Plain Layout
42709 W
42710 \end_layout
42711
42712 \end_inset
42713
42714
42715 \begin_inset ERT
42716 status collapsed
42717
42718 \begin_layout Plain Layout
42719
42720 }
42721 \end_layout
42722
42723 \end_inset
42724
42725  Fuchsia
42726 \end_layout
42727
42728 \end_inset
42729 </cell>
42730 <cell alignment="left" valignment="top" usebox="none">
42731 \begin_inset Text
42732
42733 \begin_layout Plain Layout
42734 \begin_inset ERT
42735 status collapsed
42736
42737 \begin_layout Plain Layout
42738
42739
42740 \backslash
42741 fcolorbox{black}{
42742 \end_layout
42743
42744 \end_inset
42745
42746 Goldenrod
42747 \begin_inset ERT
42748 status collapsed
42749
42750 \begin_layout Plain Layout
42751
42752 }{
42753 \end_layout
42754
42755 \end_inset
42756
42757
42758 \begin_inset Phantom Phantom
42759 status open
42760
42761 \begin_layout Plain Layout
42762 W
42763 \end_layout
42764
42765 \end_inset
42766
42767
42768 \begin_inset ERT
42769 status collapsed
42770
42771 \begin_layout Plain Layout
42772
42773 }
42774 \end_layout
42775
42776 \end_inset
42777
42778  Goldenrod
42779 \end_layout
42780
42781 \end_inset
42782 </cell>
42783 <cell alignment="left" valignment="top" usebox="none">
42784 \begin_inset Text
42785
42786 \begin_layout Plain Layout
42787 \begin_inset ERT
42788 status collapsed
42789
42790 \begin_layout Plain Layout
42791
42792
42793 \backslash
42794 fcolorbox{black}{
42795 \end_layout
42796
42797 \end_inset
42798
42799 Gray
42800 \begin_inset ERT
42801 status collapsed
42802
42803 \begin_layout Plain Layout
42804
42805 }{
42806 \end_layout
42807
42808 \end_inset
42809
42810
42811 \begin_inset Phantom Phantom
42812 status open
42813
42814 \begin_layout Plain Layout
42815 W
42816 \end_layout
42817
42818 \end_inset
42819
42820
42821 \begin_inset ERT
42822 status collapsed
42823
42824 \begin_layout Plain Layout
42825
42826 }
42827 \end_layout
42828
42829 \end_inset
42830
42831  Gray
42832 \end_layout
42833
42834 \end_inset
42835 </cell>
42836 <cell alignment="left" valignment="top" usebox="none">
42837 \begin_inset Text
42838
42839 \begin_layout Plain Layout
42840 \begin_inset ERT
42841 status collapsed
42842
42843 \begin_layout Plain Layout
42844
42845
42846 \backslash
42847 fcolorbox{black}{
42848 \end_layout
42849
42850 \end_inset
42851
42852 GreenYellow
42853 \begin_inset ERT
42854 status collapsed
42855
42856 \begin_layout Plain Layout
42857
42858 }{
42859 \end_layout
42860
42861 \end_inset
42862
42863
42864 \begin_inset Phantom Phantom
42865 status open
42866
42867 \begin_layout Plain Layout
42868 W
42869 \end_layout
42870
42871 \end_inset
42872
42873
42874 \begin_inset ERT
42875 status collapsed
42876
42877 \begin_layout Plain Layout
42878
42879 }
42880 \end_layout
42881
42882 \end_inset
42883
42884  GreenYellow
42885 \end_layout
42886
42887 \end_inset
42888 </cell>
42889 </row>
42890 <row>
42891 <cell alignment="center" valignment="top" usebox="none">
42892 \begin_inset Text
42893
42894 \begin_layout Plain Layout
42895 \begin_inset ERT
42896 status collapsed
42897
42898 \begin_layout Plain Layout
42899
42900
42901 \backslash
42902 fcolorbox{black}{
42903 \end_layout
42904
42905 \end_inset
42906
42907 JungleGreen
42908 \begin_inset ERT
42909 status collapsed
42910
42911 \begin_layout Plain Layout
42912
42913 }{
42914 \end_layout
42915
42916 \end_inset
42917
42918
42919 \begin_inset Phantom Phantom
42920 status open
42921
42922 \begin_layout Plain Layout
42923 W
42924 \end_layout
42925
42926 \end_inset
42927
42928
42929 \begin_inset ERT
42930 status collapsed
42931
42932 \begin_layout Plain Layout
42933
42934 }
42935 \end_layout
42936
42937 \end_inset
42938
42939  JungleGreen
42940 \end_layout
42941
42942 \end_inset
42943 </cell>
42944 <cell alignment="center" valignment="top" usebox="none">
42945 \begin_inset Text
42946
42947 \begin_layout Plain Layout
42948 \begin_inset ERT
42949 status collapsed
42950
42951 \begin_layout Plain Layout
42952
42953
42954 \backslash
42955 fcolorbox{black}{
42956 \end_layout
42957
42958 \end_inset
42959
42960 Lavender
42961 \begin_inset ERT
42962 status collapsed
42963
42964 \begin_layout Plain Layout
42965
42966 }{
42967 \end_layout
42968
42969 \end_inset
42970
42971
42972 \begin_inset Phantom Phantom
42973 status open
42974
42975 \begin_layout Plain Layout
42976 W
42977 \end_layout
42978
42979 \end_inset
42980
42981
42982 \begin_inset ERT
42983 status collapsed
42984
42985 \begin_layout Plain Layout
42986
42987 }
42988 \end_layout
42989
42990 \end_inset
42991
42992  Lavender
42993 \end_layout
42994
42995 \end_inset
42996 </cell>
42997 <cell alignment="center" valignment="top" usebox="none">
42998 \begin_inset Text
42999
43000 \begin_layout Plain Layout
43001 \begin_inset ERT
43002 status collapsed
43003
43004 \begin_layout Plain Layout
43005
43006
43007 \backslash
43008 fcolorbox{black}{
43009 \end_layout
43010
43011 \end_inset
43012
43013 LimeGreen
43014 \begin_inset ERT
43015 status collapsed
43016
43017 \begin_layout Plain Layout
43018
43019 }{
43020 \end_layout
43021
43022 \end_inset
43023
43024
43025 \begin_inset Phantom Phantom
43026 status open
43027
43028 \begin_layout Plain Layout
43029 W
43030 \end_layout
43031
43032 \end_inset
43033
43034
43035 \begin_inset ERT
43036 status collapsed
43037
43038 \begin_layout Plain Layout
43039
43040 }
43041 \end_layout
43042
43043 \end_inset
43044
43045  LimeGreen
43046 \end_layout
43047
43048 \end_inset
43049 </cell>
43050 <cell alignment="center" valignment="top" usebox="none">
43051 \begin_inset Text
43052
43053 \begin_layout Plain Layout
43054 \begin_inset ERT
43055 status collapsed
43056
43057 \begin_layout Plain Layout
43058
43059
43060 \backslash
43061 fcolorbox{black}{
43062 \end_layout
43063
43064 \end_inset
43065
43066 Mahogany
43067 \begin_inset ERT
43068 status collapsed
43069
43070 \begin_layout Plain Layout
43071
43072 }{
43073 \end_layout
43074
43075 \end_inset
43076
43077
43078 \begin_inset Phantom Phantom
43079 status open
43080
43081 \begin_layout Plain Layout
43082 W
43083 \end_layout
43084
43085 \end_inset
43086
43087
43088 \begin_inset ERT
43089 status collapsed
43090
43091 \begin_layout Plain Layout
43092
43093 }
43094 \end_layout
43095
43096 \end_inset
43097
43098  Mahogany
43099 \end_layout
43100
43101 \end_inset
43102 </cell>
43103 </row>
43104 <row>
43105 <cell alignment="left" valignment="top" usebox="none">
43106 \begin_inset Text
43107
43108 \begin_layout Plain Layout
43109 \begin_inset ERT
43110 status collapsed
43111
43112 \begin_layout Plain Layout
43113
43114
43115 \backslash
43116 fcolorbox{black}{
43117 \end_layout
43118
43119 \end_inset
43120
43121 Mahogany
43122 \begin_inset ERT
43123 status collapsed
43124
43125 \begin_layout Plain Layout
43126
43127 }{
43128 \end_layout
43129
43130 \end_inset
43131
43132
43133 \begin_inset Phantom Phantom
43134 status open
43135
43136 \begin_layout Plain Layout
43137 W
43138 \end_layout
43139
43140 \end_inset
43141
43142
43143 \begin_inset ERT
43144 status collapsed
43145
43146 \begin_layout Plain Layout
43147
43148 }
43149 \end_layout
43150
43151 \end_inset
43152
43153  Mahogany
43154 \end_layout
43155
43156 \end_inset
43157 </cell>
43158 <cell alignment="left" valignment="top" usebox="none">
43159 \begin_inset Text
43160
43161 \begin_layout Plain Layout
43162 \begin_inset ERT
43163 status collapsed
43164
43165 \begin_layout Plain Layout
43166
43167
43168 \backslash
43169 fcolorbox{black}{
43170 \end_layout
43171
43172 \end_inset
43173
43174 Maroon
43175 \begin_inset ERT
43176 status collapsed
43177
43178 \begin_layout Plain Layout
43179
43180 }{
43181 \end_layout
43182
43183 \end_inset
43184
43185
43186 \begin_inset Phantom Phantom
43187 status open
43188
43189 \begin_layout Plain Layout
43190 W
43191 \end_layout
43192
43193 \end_inset
43194
43195
43196 \begin_inset ERT
43197 status collapsed
43198
43199 \begin_layout Plain Layout
43200
43201 }
43202 \end_layout
43203
43204 \end_inset
43205
43206  Maroon
43207 \end_layout
43208
43209 \end_inset
43210 </cell>
43211 <cell alignment="left" valignment="top" usebox="none">
43212 \begin_inset Text
43213
43214 \begin_layout Plain Layout
43215 \begin_inset ERT
43216 status collapsed
43217
43218 \begin_layout Plain Layout
43219
43220
43221 \backslash
43222 fcolorbox{black}{
43223 \end_layout
43224
43225 \end_inset
43226
43227 Melon
43228 \begin_inset ERT
43229 status collapsed
43230
43231 \begin_layout Plain Layout
43232
43233 }{
43234 \end_layout
43235
43236 \end_inset
43237
43238
43239 \begin_inset Phantom Phantom
43240 status open
43241
43242 \begin_layout Plain Layout
43243 W
43244 \end_layout
43245
43246 \end_inset
43247
43248
43249 \begin_inset ERT
43250 status collapsed
43251
43252 \begin_layout Plain Layout
43253
43254 }
43255 \end_layout
43256
43257 \end_inset
43258
43259  Melon
43260 \end_layout
43261
43262 \end_inset
43263 </cell>
43264 <cell alignment="left" valignment="top" usebox="none">
43265 \begin_inset Text
43266
43267 \begin_layout Plain Layout
43268 \begin_inset ERT
43269 status collapsed
43270
43271 \begin_layout Plain Layout
43272
43273
43274 \backslash
43275 fcolorbox{black}{
43276 \end_layout
43277
43278 \end_inset
43279
43280 MidnightBlue
43281 \begin_inset ERT
43282 status collapsed
43283
43284 \begin_layout Plain Layout
43285
43286 }{
43287 \end_layout
43288
43289 \end_inset
43290
43291
43292 \begin_inset Phantom Phantom
43293 status open
43294
43295 \begin_layout Plain Layout
43296 W
43297 \end_layout
43298
43299 \end_inset
43300
43301
43302 \begin_inset ERT
43303 status collapsed
43304
43305 \begin_layout Plain Layout
43306
43307 }
43308 \end_layout
43309
43310 \end_inset
43311
43312  MidnightBlue
43313 \end_layout
43314
43315 \end_inset
43316 </cell>
43317 </row>
43318 <row>
43319 <cell alignment="left" valignment="top" usebox="none">
43320 \begin_inset Text
43321
43322 \begin_layout Plain Layout
43323 \begin_inset ERT
43324 status collapsed
43325
43326 \begin_layout Plain Layout
43327
43328
43329 \backslash
43330 fcolorbox{black}{
43331 \end_layout
43332
43333 \end_inset
43334
43335 Mulberry
43336 \begin_inset ERT
43337 status collapsed
43338
43339 \begin_layout Plain Layout
43340
43341 }{
43342 \end_layout
43343
43344 \end_inset
43345
43346
43347 \begin_inset Phantom Phantom
43348 status open
43349
43350 \begin_layout Plain Layout
43351 W
43352 \end_layout
43353
43354 \end_inset
43355
43356
43357 \begin_inset ERT
43358 status collapsed
43359
43360 \begin_layout Plain Layout
43361
43362 }
43363 \end_layout
43364
43365 \end_inset
43366
43367  Mulberry
43368 \end_layout
43369
43370 \end_inset
43371 </cell>
43372 <cell alignment="left" valignment="top" usebox="none">
43373 \begin_inset Text
43374
43375 \begin_layout Plain Layout
43376 \begin_inset ERT
43377 status collapsed
43378
43379 \begin_layout Plain Layout
43380
43381
43382 \backslash
43383 fcolorbox{black}{
43384 \end_layout
43385
43386 \end_inset
43387
43388 NavyBlue
43389 \begin_inset ERT
43390 status collapsed
43391
43392 \begin_layout Plain Layout
43393
43394 }{
43395 \end_layout
43396
43397 \end_inset
43398
43399
43400 \begin_inset Phantom Phantom
43401 status open
43402
43403 \begin_layout Plain Layout
43404 W
43405 \end_layout
43406
43407 \end_inset
43408
43409
43410 \begin_inset ERT
43411 status collapsed
43412
43413 \begin_layout Plain Layout
43414
43415 }
43416 \end_layout
43417
43418 \end_inset
43419
43420  NavyBlue
43421 \end_layout
43422
43423 \end_inset
43424 </cell>
43425 <cell alignment="left" valignment="top" usebox="none">
43426 \begin_inset Text
43427
43428 \begin_layout Plain Layout
43429 \begin_inset ERT
43430 status collapsed
43431
43432 \begin_layout Plain Layout
43433
43434
43435 \backslash
43436 fcolorbox{black}{
43437 \end_layout
43438
43439 \end_inset
43440
43441 OliveGreen
43442 \begin_inset ERT
43443 status collapsed
43444
43445 \begin_layout Plain Layout
43446
43447 }{
43448 \end_layout
43449
43450 \end_inset
43451
43452
43453 \begin_inset Phantom Phantom
43454 status open
43455
43456 \begin_layout Plain Layout
43457 W
43458 \end_layout
43459
43460 \end_inset
43461
43462
43463 \begin_inset ERT
43464 status collapsed
43465
43466 \begin_layout Plain Layout
43467
43468 }
43469 \end_layout
43470
43471 \end_inset
43472
43473  OliveGreen
43474 \end_layout
43475
43476 \end_inset
43477 </cell>
43478 <cell alignment="left" valignment="top" usebox="none">
43479 \begin_inset Text
43480
43481 \begin_layout Plain Layout
43482 \begin_inset ERT
43483 status collapsed
43484
43485 \begin_layout Plain Layout
43486
43487
43488 \backslash
43489 fcolorbox{black}{
43490 \end_layout
43491
43492 \end_inset
43493
43494 Orange
43495 \begin_inset ERT
43496 status collapsed
43497
43498 \begin_layout Plain Layout
43499
43500 }{
43501 \end_layout
43502
43503 \end_inset
43504
43505
43506 \begin_inset Phantom Phantom
43507 status open
43508
43509 \begin_layout Plain Layout
43510 W
43511 \end_layout
43512
43513 \end_inset
43514
43515
43516 \begin_inset ERT
43517 status collapsed
43518
43519 \begin_layout Plain Layout
43520
43521 }
43522 \end_layout
43523
43524 \end_inset
43525
43526  Orange
43527 \end_layout
43528
43529 \end_inset
43530 </cell>
43531 </row>
43532 <row>
43533 <cell alignment="left" valignment="top" usebox="none">
43534 \begin_inset Text
43535
43536 \begin_layout Plain Layout
43537 \begin_inset ERT
43538 status collapsed
43539
43540 \begin_layout Plain Layout
43541
43542
43543 \backslash
43544 fcolorbox{black}{
43545 \end_layout
43546
43547 \end_inset
43548
43549 OrangeRed
43550 \begin_inset ERT
43551 status collapsed
43552
43553 \begin_layout Plain Layout
43554
43555 }{
43556 \end_layout
43557
43558 \end_inset
43559
43560
43561 \begin_inset Phantom Phantom
43562 status open
43563
43564 \begin_layout Plain Layout
43565 W
43566 \end_layout
43567
43568 \end_inset
43569
43570
43571 \begin_inset ERT
43572 status collapsed
43573
43574 \begin_layout Plain Layout
43575
43576 }
43577 \end_layout
43578
43579 \end_inset
43580
43581  OrangeRed
43582 \end_layout
43583
43584 \end_inset
43585 </cell>
43586 <cell alignment="left" valignment="top" usebox="none">
43587 \begin_inset Text
43588
43589 \begin_layout Plain Layout
43590 \begin_inset ERT
43591 status collapsed
43592
43593 \begin_layout Plain Layout
43594
43595
43596 \backslash
43597 fcolorbox{black}{
43598 \end_layout
43599
43600 \end_inset
43601
43602 Orchid
43603 \begin_inset ERT
43604 status collapsed
43605
43606 \begin_layout Plain Layout
43607
43608 }{
43609 \end_layout
43610
43611 \end_inset
43612
43613
43614 \begin_inset Phantom Phantom
43615 status open
43616
43617 \begin_layout Plain Layout
43618 W
43619 \end_layout
43620
43621 \end_inset
43622
43623
43624 \begin_inset ERT
43625 status collapsed
43626
43627 \begin_layout Plain Layout
43628
43629 }
43630 \end_layout
43631
43632 \end_inset
43633
43634  Orchid
43635 \end_layout
43636
43637 \end_inset
43638 </cell>
43639 <cell alignment="left" valignment="top" usebox="none">
43640 \begin_inset Text
43641
43642 \begin_layout Plain Layout
43643 \begin_inset ERT
43644 status collapsed
43645
43646 \begin_layout Plain Layout
43647
43648
43649 \backslash
43650 fcolorbox{black}{
43651 \end_layout
43652
43653 \end_inset
43654
43655 Peach
43656 \begin_inset ERT
43657 status collapsed
43658
43659 \begin_layout Plain Layout
43660
43661 }{
43662 \end_layout
43663
43664 \end_inset
43665
43666
43667 \begin_inset Phantom Phantom
43668 status open
43669
43670 \begin_layout Plain Layout
43671 W
43672 \end_layout
43673
43674 \end_inset
43675
43676
43677 \begin_inset ERT
43678 status collapsed
43679
43680 \begin_layout Plain Layout
43681
43682 }
43683 \end_layout
43684
43685 \end_inset
43686
43687  Peach
43688 \end_layout
43689
43690 \end_inset
43691 </cell>
43692 <cell alignment="left" valignment="top" usebox="none">
43693 \begin_inset Text
43694
43695 \begin_layout Plain Layout
43696 \begin_inset ERT
43697 status collapsed
43698
43699 \begin_layout Plain Layout
43700
43701
43702 \backslash
43703 fcolorbox{black}{
43704 \end_layout
43705
43706 \end_inset
43707
43708 Periwinkle
43709 \begin_inset ERT
43710 status collapsed
43711
43712 \begin_layout Plain Layout
43713
43714 }{
43715 \end_layout
43716
43717 \end_inset
43718
43719
43720 \begin_inset Phantom Phantom
43721 status open
43722
43723 \begin_layout Plain Layout
43724 W
43725 \end_layout
43726
43727 \end_inset
43728
43729
43730 \begin_inset ERT
43731 status collapsed
43732
43733 \begin_layout Plain Layout
43734
43735 }
43736 \end_layout
43737
43738 \end_inset
43739
43740  Periwinkle
43741 \end_layout
43742
43743 \end_inset
43744 </cell>
43745 </row>
43746 <row>
43747 <cell alignment="left" valignment="top" usebox="none">
43748 \begin_inset Text
43749
43750 \begin_layout Plain Layout
43751 \begin_inset ERT
43752 status collapsed
43753
43754 \begin_layout Plain Layout
43755
43756
43757 \backslash
43758 fcolorbox{black}{
43759 \end_layout
43760
43761 \end_inset
43762
43763 PineGreen
43764 \begin_inset ERT
43765 status collapsed
43766
43767 \begin_layout Plain Layout
43768
43769 }{
43770 \end_layout
43771
43772 \end_inset
43773
43774
43775 \begin_inset Phantom Phantom
43776 status open
43777
43778 \begin_layout Plain Layout
43779 W
43780 \end_layout
43781
43782 \end_inset
43783
43784
43785 \begin_inset ERT
43786 status collapsed
43787
43788 \begin_layout Plain Layout
43789
43790 }
43791 \end_layout
43792
43793 \end_inset
43794
43795  PineGreen
43796 \end_layout
43797
43798 \end_inset
43799 </cell>
43800 <cell alignment="left" valignment="top" usebox="none">
43801 \begin_inset Text
43802
43803 \begin_layout Plain Layout
43804 \begin_inset ERT
43805 status collapsed
43806
43807 \begin_layout Plain Layout
43808
43809
43810 \backslash
43811 fcolorbox{black}{
43812 \end_layout
43813
43814 \end_inset
43815
43816 Plum
43817 \begin_inset ERT
43818 status collapsed
43819
43820 \begin_layout Plain Layout
43821
43822 }{
43823 \end_layout
43824
43825 \end_inset
43826
43827
43828 \begin_inset Phantom Phantom
43829 status open
43830
43831 \begin_layout Plain Layout
43832 W
43833 \end_layout
43834
43835 \end_inset
43836
43837
43838 \begin_inset ERT
43839 status collapsed
43840
43841 \begin_layout Plain Layout
43842
43843 }
43844 \end_layout
43845
43846 \end_inset
43847
43848  Plum
43849 \end_layout
43850
43851 \end_inset
43852 </cell>
43853 <cell alignment="left" valignment="top" usebox="none">
43854 \begin_inset Text
43855
43856 \begin_layout Plain Layout
43857 \begin_inset ERT
43858 status collapsed
43859
43860 \begin_layout Plain Layout
43861
43862
43863 \backslash
43864 fcolorbox{black}{
43865 \end_layout
43866
43867 \end_inset
43868
43869 ProcessBlue
43870 \begin_inset ERT
43871 status collapsed
43872
43873 \begin_layout Plain Layout
43874
43875 }{
43876 \end_layout
43877
43878 \end_inset
43879
43880
43881 \begin_inset Phantom Phantom
43882 status open
43883
43884 \begin_layout Plain Layout
43885 W
43886 \end_layout
43887
43888 \end_inset
43889
43890
43891 \begin_inset ERT
43892 status collapsed
43893
43894 \begin_layout Plain Layout
43895
43896 }
43897 \end_layout
43898
43899 \end_inset
43900
43901  ProcessBlue
43902 \end_layout
43903
43904 \end_inset
43905 </cell>
43906 <cell alignment="left" valignment="top" usebox="none">
43907 \begin_inset Text
43908
43909 \begin_layout Plain Layout
43910 \begin_inset ERT
43911 status collapsed
43912
43913 \begin_layout Plain Layout
43914
43915
43916 \backslash
43917 fcolorbox{black}{
43918 \end_layout
43919
43920 \end_inset
43921
43922 Purple
43923 \begin_inset ERT
43924 status collapsed
43925
43926 \begin_layout Plain Layout
43927
43928 }{
43929 \end_layout
43930
43931 \end_inset
43932
43933
43934 \begin_inset Phantom Phantom
43935 status open
43936
43937 \begin_layout Plain Layout
43938 W
43939 \end_layout
43940
43941 \end_inset
43942
43943
43944 \begin_inset ERT
43945 status collapsed
43946
43947 \begin_layout Plain Layout
43948
43949 }
43950 \end_layout
43951
43952 \end_inset
43953
43954  Purple
43955 \end_layout
43956
43957 \end_inset
43958 </cell>
43959 </row>
43960 <row>
43961 <cell alignment="left" valignment="top" usebox="none">
43962 \begin_inset Text
43963
43964 \begin_layout Plain Layout
43965 \begin_inset ERT
43966 status collapsed
43967
43968 \begin_layout Plain Layout
43969
43970
43971 \backslash
43972 fcolorbox{black}{
43973 \end_layout
43974
43975 \end_inset
43976
43977 RawSienna
43978 \begin_inset ERT
43979 status collapsed
43980
43981 \begin_layout Plain Layout
43982
43983 }{
43984 \end_layout
43985
43986 \end_inset
43987
43988
43989 \begin_inset Phantom Phantom
43990 status open
43991
43992 \begin_layout Plain Layout
43993 W
43994 \end_layout
43995
43996 \end_inset
43997
43998
43999 \begin_inset ERT
44000 status collapsed
44001
44002 \begin_layout Plain Layout
44003
44004 }
44005 \end_layout
44006
44007 \end_inset
44008
44009  RawSienna
44010 \end_layout
44011
44012 \end_inset
44013 </cell>
44014 <cell alignment="left" valignment="top" usebox="none">
44015 \begin_inset Text
44016
44017 \begin_layout Plain Layout
44018 \begin_inset ERT
44019 status collapsed
44020
44021 \begin_layout Plain Layout
44022
44023
44024 \backslash
44025 fcolorbox{black}{
44026 \end_layout
44027
44028 \end_inset
44029
44030 RedOrange
44031 \begin_inset ERT
44032 status collapsed
44033
44034 \begin_layout Plain Layout
44035
44036 }{
44037 \end_layout
44038
44039 \end_inset
44040
44041
44042 \begin_inset Phantom Phantom
44043 status open
44044
44045 \begin_layout Plain Layout
44046 W
44047 \end_layout
44048
44049 \end_inset
44050
44051
44052 \begin_inset ERT
44053 status collapsed
44054
44055 \begin_layout Plain Layout
44056
44057 }
44058 \end_layout
44059
44060 \end_inset
44061
44062  RedOrange
44063 \end_layout
44064
44065 \end_inset
44066 </cell>
44067 <cell alignment="left" valignment="top" usebox="none">
44068 \begin_inset Text
44069
44070 \begin_layout Plain Layout
44071 \begin_inset ERT
44072 status collapsed
44073
44074 \begin_layout Plain Layout
44075
44076
44077 \backslash
44078 fcolorbox{black}{
44079 \end_layout
44080
44081 \end_inset
44082
44083 RedViolet
44084 \begin_inset ERT
44085 status collapsed
44086
44087 \begin_layout Plain Layout
44088
44089 }{
44090 \end_layout
44091
44092 \end_inset
44093
44094
44095 \begin_inset Phantom Phantom
44096 status open
44097
44098 \begin_layout Plain Layout
44099 W
44100 \end_layout
44101
44102 \end_inset
44103
44104
44105 \begin_inset ERT
44106 status collapsed
44107
44108 \begin_layout Plain Layout
44109
44110 }
44111 \end_layout
44112
44113 \end_inset
44114
44115  RedViolet
44116 \end_layout
44117
44118 \end_inset
44119 </cell>
44120 <cell alignment="left" valignment="top" usebox="none">
44121 \begin_inset Text
44122
44123 \begin_layout Plain Layout
44124 \begin_inset ERT
44125 status collapsed
44126
44127 \begin_layout Plain Layout
44128
44129
44130 \backslash
44131 fcolorbox{black}{
44132 \end_layout
44133
44134 \end_inset
44135
44136 Rhodamine
44137 \begin_inset ERT
44138 status collapsed
44139
44140 \begin_layout Plain Layout
44141
44142 }{
44143 \end_layout
44144
44145 \end_inset
44146
44147
44148 \begin_inset Phantom Phantom
44149 status open
44150
44151 \begin_layout Plain Layout
44152 W
44153 \end_layout
44154
44155 \end_inset
44156
44157
44158 \begin_inset ERT
44159 status collapsed
44160
44161 \begin_layout Plain Layout
44162
44163 }
44164 \end_layout
44165
44166 \end_inset
44167
44168  Rhodamine
44169 \end_layout
44170
44171 \end_inset
44172 </cell>
44173 </row>
44174 <row>
44175 <cell alignment="left" valignment="top" usebox="none">
44176 \begin_inset Text
44177
44178 \begin_layout Plain Layout
44179 \begin_inset ERT
44180 status collapsed
44181
44182 \begin_layout Plain Layout
44183
44184
44185 \backslash
44186 fcolorbox{black}{
44187 \end_layout
44188
44189 \end_inset
44190
44191 RoyalBlue
44192 \begin_inset ERT
44193 status collapsed
44194
44195 \begin_layout Plain Layout
44196
44197 }{
44198 \end_layout
44199
44200 \end_inset
44201
44202
44203 \begin_inset Phantom Phantom
44204 status open
44205
44206 \begin_layout Plain Layout
44207 W
44208 \end_layout
44209
44210 \end_inset
44211
44212
44213 \begin_inset ERT
44214 status collapsed
44215
44216 \begin_layout Plain Layout
44217
44218 }
44219 \end_layout
44220
44221 \end_inset
44222
44223  RoyalBlue
44224 \end_layout
44225
44226 \end_inset
44227 </cell>
44228 <cell alignment="left" valignment="top" usebox="none">
44229 \begin_inset Text
44230
44231 \begin_layout Plain Layout
44232 \begin_inset ERT
44233 status collapsed
44234
44235 \begin_layout Plain Layout
44236
44237
44238 \backslash
44239 fcolorbox{black}{
44240 \end_layout
44241
44242 \end_inset
44243
44244 RoyalPurple
44245 \begin_inset ERT
44246 status collapsed
44247
44248 \begin_layout Plain Layout
44249
44250 }{
44251 \end_layout
44252
44253 \end_inset
44254
44255
44256 \begin_inset Phantom Phantom
44257 status open
44258
44259 \begin_layout Plain Layout
44260 W
44261 \end_layout
44262
44263 \end_inset
44264
44265
44266 \begin_inset ERT
44267 status collapsed
44268
44269 \begin_layout Plain Layout
44270
44271 }
44272 \end_layout
44273
44274 \end_inset
44275
44276  RoyalPurple
44277 \end_layout
44278
44279 \end_inset
44280 </cell>
44281 <cell alignment="left" valignment="top" usebox="none">
44282 \begin_inset Text
44283
44284 \begin_layout Plain Layout
44285 \begin_inset ERT
44286 status collapsed
44287
44288 \begin_layout Plain Layout
44289
44290
44291 \backslash
44292 fcolorbox{black}{
44293 \end_layout
44294
44295 \end_inset
44296
44297 RubineRed
44298 \begin_inset ERT
44299 status collapsed
44300
44301 \begin_layout Plain Layout
44302
44303 }{
44304 \end_layout
44305
44306 \end_inset
44307
44308
44309 \begin_inset Phantom Phantom
44310 status open
44311
44312 \begin_layout Plain Layout
44313 W
44314 \end_layout
44315
44316 \end_inset
44317
44318
44319 \begin_inset ERT
44320 status collapsed
44321
44322 \begin_layout Plain Layout
44323
44324 }
44325 \end_layout
44326
44327 \end_inset
44328
44329  RubineRed
44330 \end_layout
44331
44332 \end_inset
44333 </cell>
44334 <cell alignment="left" valignment="top" usebox="none">
44335 \begin_inset Text
44336
44337 \begin_layout Plain Layout
44338 \begin_inset ERT
44339 status collapsed
44340
44341 \begin_layout Plain Layout
44342
44343
44344 \backslash
44345 fcolorbox{black}{
44346 \end_layout
44347
44348 \end_inset
44349
44350 Salmon
44351 \begin_inset ERT
44352 status collapsed
44353
44354 \begin_layout Plain Layout
44355
44356 }{
44357 \end_layout
44358
44359 \end_inset
44360
44361
44362 \begin_inset Phantom Phantom
44363 status open
44364
44365 \begin_layout Plain Layout
44366 W
44367 \end_layout
44368
44369 \end_inset
44370
44371
44372 \begin_inset ERT
44373 status collapsed
44374
44375 \begin_layout Plain Layout
44376
44377 }
44378 \end_layout
44379
44380 \end_inset
44381
44382  Salmon
44383 \end_layout
44384
44385 \end_inset
44386 </cell>
44387 </row>
44388 <row>
44389 <cell alignment="left" valignment="top" usebox="none">
44390 \begin_inset Text
44391
44392 \begin_layout Plain Layout
44393 \begin_inset ERT
44394 status collapsed
44395
44396 \begin_layout Plain Layout
44397
44398
44399 \backslash
44400 fcolorbox{black}{
44401 \end_layout
44402
44403 \end_inset
44404
44405 SeaGreen
44406 \begin_inset ERT
44407 status collapsed
44408
44409 \begin_layout Plain Layout
44410
44411 }{
44412 \end_layout
44413
44414 \end_inset
44415
44416
44417 \begin_inset Phantom Phantom
44418 status open
44419
44420 \begin_layout Plain Layout
44421 W
44422 \end_layout
44423
44424 \end_inset
44425
44426
44427 \begin_inset ERT
44428 status collapsed
44429
44430 \begin_layout Plain Layout
44431
44432 }
44433 \end_layout
44434
44435 \end_inset
44436
44437  SeaGreen
44438 \end_layout
44439
44440 \end_inset
44441 </cell>
44442 <cell alignment="left" valignment="top" usebox="none">
44443 \begin_inset Text
44444
44445 \begin_layout Plain Layout
44446 \begin_inset ERT
44447 status collapsed
44448
44449 \begin_layout Plain Layout
44450
44451
44452 \backslash
44453 fcolorbox{black}{
44454 \end_layout
44455
44456 \end_inset
44457
44458 Sepia
44459 \begin_inset ERT
44460 status collapsed
44461
44462 \begin_layout Plain Layout
44463
44464 }{
44465 \end_layout
44466
44467 \end_inset
44468
44469
44470 \begin_inset Phantom Phantom
44471 status open
44472
44473 \begin_layout Plain Layout
44474 W
44475 \end_layout
44476
44477 \end_inset
44478
44479
44480 \begin_inset ERT
44481 status collapsed
44482
44483 \begin_layout Plain Layout
44484
44485 }
44486 \end_layout
44487
44488 \end_inset
44489
44490  Sepia
44491 \end_layout
44492
44493 \end_inset
44494 </cell>
44495 <cell alignment="left" valignment="top" usebox="none">
44496 \begin_inset Text
44497
44498 \begin_layout Plain Layout
44499 \begin_inset ERT
44500 status collapsed
44501
44502 \begin_layout Plain Layout
44503
44504
44505 \backslash
44506 fcolorbox{black}{
44507 \end_layout
44508
44509 \end_inset
44510
44511 SkyBlue
44512 \begin_inset ERT
44513 status collapsed
44514
44515 \begin_layout Plain Layout
44516
44517 }{
44518 \end_layout
44519
44520 \end_inset
44521
44522
44523 \begin_inset Phantom Phantom
44524 status open
44525
44526 \begin_layout Plain Layout
44527 W
44528 \end_layout
44529
44530 \end_inset
44531
44532
44533 \begin_inset ERT
44534 status collapsed
44535
44536 \begin_layout Plain Layout
44537
44538 }
44539 \end_layout
44540
44541 \end_inset
44542
44543  SkyBlue
44544 \end_layout
44545
44546 \end_inset
44547 </cell>
44548 <cell alignment="left" valignment="top" usebox="none">
44549 \begin_inset Text
44550
44551 \begin_layout Plain Layout
44552 \begin_inset ERT
44553 status collapsed
44554
44555 \begin_layout Plain Layout
44556
44557
44558 \backslash
44559 fcolorbox{black}{
44560 \end_layout
44561
44562 \end_inset
44563
44564 SpringGreen
44565 \begin_inset ERT
44566 status collapsed
44567
44568 \begin_layout Plain Layout
44569
44570 }{
44571 \end_layout
44572
44573 \end_inset
44574
44575
44576 \begin_inset Phantom Phantom
44577 status open
44578
44579 \begin_layout Plain Layout
44580 W
44581 \end_layout
44582
44583 \end_inset
44584
44585
44586 \begin_inset ERT
44587 status collapsed
44588
44589 \begin_layout Plain Layout
44590
44591 }
44592 \end_layout
44593
44594 \end_inset
44595
44596  SpringGreen
44597 \end_layout
44598
44599 \end_inset
44600 </cell>
44601 </row>
44602 <row>
44603 <cell alignment="left" valignment="top" usebox="none">
44604 \begin_inset Text
44605
44606 \begin_layout Plain Layout
44607 \begin_inset ERT
44608 status collapsed
44609
44610 \begin_layout Plain Layout
44611
44612
44613 \backslash
44614 fcolorbox{black}{
44615 \end_layout
44616
44617 \end_inset
44618
44619 Tan
44620 \begin_inset ERT
44621 status collapsed
44622
44623 \begin_layout Plain Layout
44624
44625 }{
44626 \end_layout
44627
44628 \end_inset
44629
44630
44631 \begin_inset Phantom Phantom
44632 status open
44633
44634 \begin_layout Plain Layout
44635 W
44636 \end_layout
44637
44638 \end_inset
44639
44640
44641 \begin_inset ERT
44642 status collapsed
44643
44644 \begin_layout Plain Layout
44645
44646 }
44647 \end_layout
44648
44649 \end_inset
44650
44651  Tan
44652 \end_layout
44653
44654 \end_inset
44655 </cell>
44656 <cell alignment="left" valignment="top" usebox="none">
44657 \begin_inset Text
44658
44659 \begin_layout Plain Layout
44660 \begin_inset ERT
44661 status collapsed
44662
44663 \begin_layout Plain Layout
44664
44665
44666 \backslash
44667 fcolorbox{black}{
44668 \end_layout
44669
44670 \end_inset
44671
44672 TealBlue
44673 \begin_inset ERT
44674 status collapsed
44675
44676 \begin_layout Plain Layout
44677
44678 }{
44679 \end_layout
44680
44681 \end_inset
44682
44683
44684 \begin_inset Phantom Phantom
44685 status open
44686
44687 \begin_layout Plain Layout
44688 W
44689 \end_layout
44690
44691 \end_inset
44692
44693
44694 \begin_inset ERT
44695 status collapsed
44696
44697 \begin_layout Plain Layout
44698
44699 }
44700 \end_layout
44701
44702 \end_inset
44703
44704  TealBlue
44705 \end_layout
44706
44707 \end_inset
44708 </cell>
44709 <cell alignment="left" valignment="top" usebox="none">
44710 \begin_inset Text
44711
44712 \begin_layout Plain Layout
44713 \begin_inset ERT
44714 status collapsed
44715
44716 \begin_layout Plain Layout
44717
44718
44719 \backslash
44720 fcolorbox{black}{
44721 \end_layout
44722
44723 \end_inset
44724
44725 Thistle
44726 \begin_inset ERT
44727 status collapsed
44728
44729 \begin_layout Plain Layout
44730
44731 }{
44732 \end_layout
44733
44734 \end_inset
44735
44736
44737 \begin_inset Phantom Phantom
44738 status open
44739
44740 \begin_layout Plain Layout
44741 W
44742 \end_layout
44743
44744 \end_inset
44745
44746
44747 \begin_inset ERT
44748 status collapsed
44749
44750 \begin_layout Plain Layout
44751
44752 }
44753 \end_layout
44754
44755 \end_inset
44756
44757  Thistle
44758 \end_layout
44759
44760 \end_inset
44761 </cell>
44762 <cell alignment="left" valignment="top" usebox="none">
44763 \begin_inset Text
44764
44765 \begin_layout Plain Layout
44766 \begin_inset ERT
44767 status collapsed
44768
44769 \begin_layout Plain Layout
44770
44771
44772 \backslash
44773 fcolorbox{black}{
44774 \end_layout
44775
44776 \end_inset
44777
44778 Turquoise
44779 \begin_inset ERT
44780 status collapsed
44781
44782 \begin_layout Plain Layout
44783
44784 }{
44785 \end_layout
44786
44787 \end_inset
44788
44789
44790 \begin_inset Phantom Phantom
44791 status open
44792
44793 \begin_layout Plain Layout
44794 W
44795 \end_layout
44796
44797 \end_inset
44798
44799
44800 \begin_inset ERT
44801 status collapsed
44802
44803 \begin_layout Plain Layout
44804
44805 }
44806 \end_layout
44807
44808 \end_inset
44809
44810  Turquoise
44811 \end_layout
44812
44813 \end_inset
44814 </cell>
44815 </row>
44816 <row>
44817 <cell alignment="left" valignment="top" usebox="none">
44818 \begin_inset Text
44819
44820 \begin_layout Plain Layout
44821 \begin_inset ERT
44822 status collapsed
44823
44824 \begin_layout Plain Layout
44825
44826
44827 \backslash
44828 fcolorbox{black}{
44829 \end_layout
44830
44831 \end_inset
44832
44833 Violet
44834 \begin_inset ERT
44835 status collapsed
44836
44837 \begin_layout Plain Layout
44838
44839 }{
44840 \end_layout
44841
44842 \end_inset
44843
44844
44845 \begin_inset Phantom Phantom
44846 status open
44847
44848 \begin_layout Plain Layout
44849 W
44850 \end_layout
44851
44852 \end_inset
44853
44854
44855 \begin_inset ERT
44856 status collapsed
44857
44858 \begin_layout Plain Layout
44859
44860 }
44861 \end_layout
44862
44863 \end_inset
44864
44865  Violet
44866 \end_layout
44867
44868 \end_inset
44869 </cell>
44870 <cell alignment="left" valignment="top" usebox="none">
44871 \begin_inset Text
44872
44873 \begin_layout Plain Layout
44874 \begin_inset ERT
44875 status collapsed
44876
44877 \begin_layout Plain Layout
44878
44879
44880 \backslash
44881 fcolorbox{black}{
44882 \end_layout
44883
44884 \end_inset
44885
44886 VioletRed
44887 \begin_inset ERT
44888 status collapsed
44889
44890 \begin_layout Plain Layout
44891
44892 }{
44893 \end_layout
44894
44895 \end_inset
44896
44897
44898 \begin_inset Phantom Phantom
44899 status open
44900
44901 \begin_layout Plain Layout
44902 W
44903 \end_layout
44904
44905 \end_inset
44906
44907
44908 \begin_inset ERT
44909 status collapsed
44910
44911 \begin_layout Plain Layout
44912
44913 }
44914 \end_layout
44915
44916 \end_inset
44917
44918  VioletRed
44919 \end_layout
44920
44921 \end_inset
44922 </cell>
44923 <cell alignment="left" valignment="top" usebox="none">
44924 \begin_inset Text
44925
44926 \begin_layout Plain Layout
44927 \begin_inset ERT
44928 status collapsed
44929
44930 \begin_layout Plain Layout
44931
44932
44933 \backslash
44934 fcolorbox{black}{
44935 \end_layout
44936
44937 \end_inset
44938
44939 WildStrawberry
44940 \begin_inset ERT
44941 status collapsed
44942
44943 \begin_layout Plain Layout
44944
44945 }{
44946 \end_layout
44947
44948 \end_inset
44949
44950
44951 \begin_inset Phantom Phantom
44952 status open
44953
44954 \begin_layout Plain Layout
44955 W
44956 \end_layout
44957
44958 \end_inset
44959
44960
44961 \begin_inset ERT
44962 status collapsed
44963
44964 \begin_layout Plain Layout
44965
44966 }
44967 \end_layout
44968
44969 \end_inset
44970
44971  WildStrawberry
44972 \end_layout
44973
44974 \end_inset
44975 </cell>
44976 <cell alignment="left" valignment="top" usebox="none">
44977 \begin_inset Text
44978
44979 \begin_layout Plain Layout
44980 \begin_inset ERT
44981 status collapsed
44982
44983 \begin_layout Plain Layout
44984
44985
44986 \backslash
44987 fcolorbox{black}{
44988 \end_layout
44989
44990 \end_inset
44991
44992 YellowGreen
44993 \begin_inset ERT
44994 status collapsed
44995
44996 \begin_layout Plain Layout
44997
44998 }{
44999 \end_layout
45000
45001 \end_inset
45002
45003
45004 \begin_inset Phantom Phantom
45005 status open
45006
45007 \begin_layout Plain Layout
45008 W
45009 \end_layout
45010
45011 \end_inset
45012
45013
45014 \begin_inset ERT
45015 status collapsed
45016
45017 \begin_layout Plain Layout
45018
45019 }
45020 \end_layout
45021
45022 \end_inset
45023
45024  YellowGreen
45025 \end_layout
45026
45027 \end_inset
45028 </cell>
45029 </row>
45030 <row>
45031 <cell alignment="left" valignment="top" usebox="none">
45032 \begin_inset Text
45033
45034 \begin_layout Plain Layout
45035 \begin_inset ERT
45036 status collapsed
45037
45038 \begin_layout Plain Layout
45039
45040
45041 \backslash
45042 fcolorbox{black}{
45043 \end_layout
45044
45045 \end_inset
45046
45047 YellowOrange
45048 \begin_inset ERT
45049 status collapsed
45050
45051 \begin_layout Plain Layout
45052
45053 }{
45054 \end_layout
45055
45056 \end_inset
45057
45058
45059 \begin_inset Phantom Phantom
45060 status open
45061
45062 \begin_layout Plain Layout
45063 W
45064 \end_layout
45065
45066 \end_inset
45067
45068
45069 \begin_inset ERT
45070 status collapsed
45071
45072 \begin_layout Plain Layout
45073
45074 }
45075 \end_layout
45076
45077 \end_inset
45078
45079  YellowOrange
45080 \end_layout
45081
45082 \end_inset
45083 </cell>
45084 <cell alignment="left" valignment="top" usebox="none">
45085 \begin_inset Text
45086
45087 \begin_layout Plain Layout
45088
45089 \end_layout
45090
45091 \end_inset
45092 </cell>
45093 <cell alignment="left" valignment="top" usebox="none">
45094 \begin_inset Text
45095
45096 \begin_layout Plain Layout
45097
45098 \end_layout
45099
45100 \end_inset
45101 </cell>
45102 <cell alignment="left" valignment="top" usebox="none">
45103 \begin_inset Text
45104
45105 \begin_layout Plain Layout
45106
45107 \end_layout
45108
45109 \end_inset
45110 </cell>
45111 </row>
45112 </lyxtabular>
45113
45114 \end_inset
45115
45116
45117 \end_layout
45118
45119 \begin_layout Chapter
45120 Explanation of Equation
45121 \begin_inset space ~
45122 \end_inset
45123
45124 (
45125 \begin_inset CommandInset ref
45126 LatexCommand ref
45127 reference "eq:Wgn"
45128
45129 \end_inset
45130
45131 )
45132 \begin_inset CommandInset label
45133 LatexCommand label
45134 name "cha:Explanation-of-Equation"
45135
45136 \end_inset
45137
45138
45139 \end_layout
45140
45141 \begin_layout Standard
45142 We can calculate the total width of 
45143 \emph on
45144 n
45145 \emph default
45146  table cells 
45147 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45148 \end_inset
45149
45150  as follows:
45151 \begin_inset Formula 
45152 \begin{equation}
45153 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45154 \end{equation}
45155
45156 \end_inset
45157
45158 where 
45159 \begin_inset Formula $W_{g\,n}$
45160 \end_inset
45161
45162  is the given width of all cells, 
45163 \series bold
45164
45165 \backslash
45166 tabcolsep
45167 \series default
45168  is the LaTeX-length between the cell text and the cell border (its default
45169  value is 6
45170 \begin_inset space \thinspace{}
45171 \end_inset
45172
45173 pt).
45174  
45175 \series bold
45176
45177 \backslash
45178 arrayrulewidth
45179 \series default
45180  is the thickness of the cell border line, the default is 0.4
45181 \begin_inset space \thinspace{}
45182 \end_inset
45183
45184 pt.
45185 \end_layout
45186
45187 \begin_layout Standard
45188 Following equation
45189 \begin_inset space ~
45190 \end_inset
45191
45192
45193 \begin_inset CommandInset ref
45194 LatexCommand eqref
45195 reference "eq:Wtot_n"
45196
45197 \end_inset
45198
45199 , the total width of a multicolumn 
45200 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45201 \end_inset
45202
45203  is
45204 \begin_inset Formula 
45205 \begin{equation}
45206 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45207 \end{equation}
45208
45209 \end_inset
45210
45211
45212 \end_layout
45213
45214 \begin_layout Standard
45215 By setting equation
45216 \begin_inset space ~
45217 \end_inset
45218
45219
45220 \begin_inset CommandInset ref
45221 LatexCommand eqref
45222 reference "eq:Wtot_n"
45223
45224 \end_inset
45225
45226  and 
45227 \begin_inset CommandInset ref
45228 LatexCommand eqref
45229 reference "eq:Wtot_mult"
45230
45231 \end_inset
45232
45233  equal we can calculate the needed given width 
45234 \begin_inset Formula $W_{g\,n}$
45235 \end_inset
45236
45237  when 
45238 \emph on
45239 n
45240 \emph default
45241  columns are spanned, so that each column has a total width of 
45242 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45243 \end_inset
45244
45245 :
45246 \begin_inset Formula 
45247 \begin{equation}
45248 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45249 \end{equation}
45250
45251 \end_inset
45252
45253
45254 \end_layout
45255
45256 \begin_layout Bibliography
45257 \begin_inset CommandInset bibitem
45258 LatexCommand bibitem
45259 key "latexcompanion"
45260
45261 \end_inset
45262
45263 Frank Mittelbach and Michel Goossens: 
45264 \emph on
45265 The LaTeX Companion Second Edition.
45266
45267 \emph default
45268  Addison-Wesley, 2004
45269 \end_layout
45270
45271 \begin_layout Bibliography
45272 \begin_inset CommandInset bibitem
45273 LatexCommand bibitem
45274 key "latexguide"
45275
45276 \end_inset
45277
45278 Helmut Kopka and Patrick W.
45279  Daly: 
45280 \emph on
45281 A Guide to LaTeX Fourth Edition.
45282
45283 \emph default
45284  Addison-Wesley, 2003
45285 \end_layout
45286
45287 \begin_layout Bibliography
45288 \begin_inset CommandInset bibitem
45289 LatexCommand bibitem
45290 key "latexbook"
45291
45292 \end_inset
45293
45294 Leslie Lamport: 
45295 \emph on
45296 LaTeX: A Document Preparation System.
45297
45298 \emph default
45299  Addison-Wesley, second edition, 1994
45300 \end_layout
45301
45302 \begin_layout Bibliography
45303 \begin_inset CommandInset bibitem
45304 LatexCommand bibitem
45305 key "arydshln"
45306
45307 \end_inset
45308
45309 Documentation of the LaTeX-package 
45310 \series bold
45311
45312 \begin_inset CommandInset href
45313 LatexCommand href
45314 name "arydshln"
45315 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45316
45317 \end_inset
45318
45319
45320 \series default
45321
45322 \begin_inset Index idx
45323 status collapsed
45324
45325 \begin_layout Plain Layout
45326 LaTeX-packages ! arydshln
45327 \end_layout
45328
45329 \end_inset
45330
45331
45332 \end_layout
45333
45334 \begin_layout Bibliography
45335 \begin_inset CommandInset bibitem
45336 LatexCommand bibitem
45337 key "booktabs"
45338
45339 \end_inset
45340
45341 Documentation of the LaTeX-package 
45342 \series bold
45343
45344 \begin_inset CommandInset href
45345 LatexCommand href
45346 name "booktabs"
45347 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45348
45349 \end_inset
45350
45351
45352 \series default
45353
45354 \begin_inset Index idx
45355 status collapsed
45356
45357 \begin_layout Plain Layout
45358 LaTeX-packages ! booktabs
45359 \end_layout
45360
45361 \end_inset
45362
45363
45364 \end_layout
45365
45366 \begin_layout Bibliography
45367 \begin_inset CommandInset bibitem
45368 LatexCommand bibitem
45369 key "caption"
45370
45371 \end_inset
45372
45373 Documentation of the LaTeX-package 
45374 \series bold
45375
45376 \begin_inset CommandInset href
45377 LatexCommand href
45378 name "caption"
45379 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45380
45381 \end_inset
45382
45383
45384 \series default
45385
45386 \begin_inset Index idx
45387 status collapsed
45388
45389 \begin_layout Plain Layout
45390 LaTeX-packages ! caption
45391 \end_layout
45392
45393 \end_inset
45394
45395
45396 \end_layout
45397
45398 \begin_layout Bibliography
45399 \begin_inset CommandInset bibitem
45400 LatexCommand bibitem
45401 key "diagbox"
45402
45403 \end_inset
45404
45405 Documentation of the LaTeX-package 
45406 \series bold
45407
45408 \begin_inset CommandInset href
45409 LatexCommand href
45410 name "diagbox"
45411 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45412
45413 \end_inset
45414
45415
45416 \series default
45417
45418 \begin_inset Index idx
45419 status collapsed
45420
45421 \begin_layout Plain Layout
45422 LaTeX-packages ! diagbox
45423 \end_layout
45424
45425 \end_inset
45426
45427
45428 \end_layout
45429
45430 \begin_layout Bibliography
45431 \begin_inset CommandInset bibitem
45432 LatexCommand bibitem
45433 key "endfloat"
45434
45435 \end_inset
45436
45437 Documentation of the LaTeX-package 
45438 \series bold
45439
45440 \begin_inset CommandInset href
45441 LatexCommand href
45442 name "endfloat"
45443 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45444
45445 \end_inset
45446
45447
45448 \series default
45449
45450 \begin_inset Index idx
45451 status collapsed
45452
45453 \begin_layout Plain Layout
45454 LaTeX-packages ! endfloat
45455 \end_layout
45456
45457 \end_inset
45458
45459
45460 \end_layout
45461
45462 \begin_layout Bibliography
45463 \begin_inset CommandInset bibitem
45464 LatexCommand bibitem
45465 key "footmisc"
45466
45467 \end_inset
45468
45469 Documentation of the LaTeX-package 
45470 \series bold
45471
45472 \begin_inset CommandInset href
45473 LatexCommand href
45474 name "footmisc"
45475 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45476
45477 \end_inset
45478
45479
45480 \series default
45481
45482 \begin_inset Index idx
45483 status collapsed
45484
45485 \begin_layout Plain Layout
45486 LaTeX-packages ! footmisc
45487 \end_layout
45488
45489 \end_inset
45490
45491
45492 \end_layout
45493
45494 \begin_layout Bibliography
45495 \begin_inset CommandInset bibitem
45496 LatexCommand bibitem
45497 key "hypcap"
45498
45499 \end_inset
45500
45501 Documentation of the LaTeX-package 
45502 \series bold
45503
45504 \begin_inset CommandInset href
45505 LatexCommand href
45506 name "hypcap"
45507 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45508
45509 \end_inset
45510
45511
45512 \series default
45513
45514 \begin_inset Index idx
45515 status collapsed
45516
45517 \begin_layout Plain Layout
45518 LaTeX-packages ! hyperref
45519 \end_layout
45520
45521 \end_inset
45522
45523
45524 \end_layout
45525
45526 \begin_layout Bibliography
45527 \begin_inset CommandInset bibitem
45528 LatexCommand bibitem
45529 key "hyperref"
45530
45531 \end_inset
45532
45533 Documentation of the LaTeX-package 
45534 \series bold
45535
45536 \begin_inset CommandInset href
45537 LatexCommand href
45538 name "hyperref"
45539 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45540
45541 \end_inset
45542
45543
45544 \series default
45545
45546 \begin_inset Index idx
45547 status collapsed
45548
45549 \begin_layout Plain Layout
45550 LaTeX-packages ! hyperref
45551 \end_layout
45552
45553 \end_inset
45554
45555
45556 \end_layout
45557
45558 \begin_layout Bibliography
45559 \begin_inset CommandInset bibitem
45560 LatexCommand bibitem
45561 key "KOMA-Script"
45562
45563 \end_inset
45564
45565 Documentation of the LaTeX-package 
45566 \series bold
45567
45568 \begin_inset CommandInset href
45569 LatexCommand href
45570 name "KOMA-Script"
45571 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45572
45573 \end_inset
45574
45575
45576 \series default
45577
45578 \begin_inset Index idx
45579 status collapsed
45580
45581 \begin_layout Plain Layout
45582 LaTeX-packages ! KOMA-Script
45583 \end_layout
45584
45585 \end_inset
45586
45587
45588 \end_layout
45589
45590 \begin_layout Bibliography
45591 \begin_inset CommandInset bibitem
45592 LatexCommand bibitem
45593 key "lettrine"
45594
45595 \end_inset
45596
45597 Documentation of the LaTeX-package 
45598 \series bold
45599
45600 \begin_inset CommandInset href
45601 LatexCommand href
45602 name "lettrine"
45603 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45604
45605 \end_inset
45606
45607
45608 \series default
45609  and an 
45610 \begin_inset CommandInset href
45611 LatexCommand href
45612 name "example"
45613 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45614
45615 \end_inset
45616
45617
45618 \begin_inset Index idx
45619 status collapsed
45620
45621 \begin_layout Plain Layout
45622 LaTeX-packages ! lettrine
45623 \end_layout
45624
45625 \end_inset
45626
45627
45628 \end_layout
45629
45630 \begin_layout Bibliography
45631 \begin_inset CommandInset bibitem
45632 LatexCommand bibitem
45633 key "listings"
45634
45635 \end_inset
45636
45637 Documentation of the LaTeX-package 
45638 \series bold
45639
45640 \begin_inset CommandInset href
45641 LatexCommand href
45642 name "listings"
45643 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45644
45645 \end_inset
45646
45647
45648 \series default
45649
45650 \begin_inset Index idx
45651 status collapsed
45652
45653 \begin_layout Plain Layout
45654 LaTeX-packages ! listings
45655 \end_layout
45656
45657 \end_inset
45658
45659
45660 \end_layout
45661
45662 \begin_layout Bibliography
45663 \begin_inset CommandInset bibitem
45664 LatexCommand bibitem
45665 key "marginnote"
45666
45667 \end_inset
45668
45669 Documentation of the LaTeX-package 
45670 \series bold
45671
45672 \begin_inset CommandInset href
45673 LatexCommand href
45674 name "marginnote"
45675 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45676
45677 \end_inset
45678
45679
45680 \series default
45681
45682 \begin_inset Index idx
45683 status collapsed
45684
45685 \begin_layout Plain Layout
45686 LaTeX-packages ! marginnote
45687 \end_layout
45688
45689 \end_inset
45690
45691
45692 \end_layout
45693
45694 \begin_layout Bibliography
45695 \begin_inset CommandInset bibitem
45696 LatexCommand bibitem
45697 key "pdfpages"
45698
45699 \end_inset
45700
45701 Documentation of the LaTeX-package 
45702 \series bold
45703
45704 \begin_inset CommandInset href
45705 LatexCommand href
45706 name "pdfpages"
45707 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45708
45709 \end_inset
45710
45711
45712 \series default
45713
45714 \begin_inset Index idx
45715 status collapsed
45716
45717 \begin_layout Plain Layout
45718 LaTeX-packages ! pdfpages
45719 \end_layout
45720
45721 \end_inset
45722
45723
45724 \end_layout
45725
45726 \begin_layout Bibliography
45727 \begin_inset CommandInset bibitem
45728 LatexCommand bibitem
45729 key "prettyref"
45730
45731 \end_inset
45732
45733 Documentation of the LaTeX-package 
45734 \series bold
45735
45736 \begin_inset CommandInset href
45737 LatexCommand href
45738 name "prettyref"
45739 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45740
45741 \end_inset
45742
45743
45744 \series default
45745
45746 \begin_inset Index idx
45747 status collapsed
45748
45749 \begin_layout Plain Layout
45750 LaTeX-packages ! prettyref
45751 \end_layout
45752
45753 \end_inset
45754
45755
45756 \end_layout
45757
45758 \begin_layout Bibliography
45759 \begin_inset CommandInset bibitem
45760 LatexCommand bibitem
45761 key "pstricks"
45762
45763 \end_inset
45764
45765 Web page of the LaTeX-package 
45766 \series bold
45767
45768 \begin_inset CommandInset href
45769 LatexCommand href
45770 name "PSTricks"
45771 target "http://tug.org/PSTricks/"
45772
45773 \end_inset
45774
45775
45776 \series default
45777
45778 \begin_inset Index idx
45779 status collapsed
45780
45781 \begin_layout Plain Layout
45782 LaTeX-packages ! PSTricks
45783 \end_layout
45784
45785 \end_inset
45786
45787
45788 \end_layout
45789
45790 \begin_layout Bibliography
45791 \begin_inset CommandInset bibitem
45792 LatexCommand bibitem
45793 key "refstyle"
45794
45795 \end_inset
45796
45797 Documentation of the LaTeX-package 
45798 \series bold
45799
45800 \begin_inset CommandInset href
45801 LatexCommand href
45802 name "refstyle"
45803 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45804
45805 \end_inset
45806
45807
45808 \series default
45809
45810 \begin_inset Index idx
45811 status collapsed
45812
45813 \begin_layout Plain Layout
45814 LaTeX-packages ! refstyle
45815 \end_layout
45816
45817 \end_inset
45818
45819
45820 \end_layout
45821
45822 \begin_layout Bibliography
45823 \begin_inset CommandInset bibitem
45824 LatexCommand bibitem
45825 key "sidecap"
45826
45827 \end_inset
45828
45829 Documentation of the LaTeX-package 
45830 \series bold
45831
45832 \begin_inset CommandInset href
45833 LatexCommand href
45834 name "sidecap"
45835 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45836
45837 \end_inset
45838
45839
45840 \series default
45841
45842 \begin_inset Index idx
45843 status collapsed
45844
45845 \begin_layout Plain Layout
45846 LaTeX-packages ! sidecap
45847 \end_layout
45848
45849 \end_inset
45850
45851
45852 \end_layout
45853
45854 \begin_layout Bibliography
45855 \begin_inset CommandInset bibitem
45856 LatexCommand bibitem
45857 key "NewInLyX20"
45858
45859 \end_inset
45860
45861
45862 \begin_inset CommandInset href
45863 LatexCommand href
45864 name "Wiki page"
45865 target "http://wiki.lyx.org/LyX/NewInLyX20"
45866
45867 \end_inset
45868
45869  about new features in 
45870 \family sans
45871 LyX 2.0
45872 \family default
45873 .
45874 \end_layout
45875
45876 \begin_layout Standard
45877 \begin_inset CommandInset index_print
45878 LatexCommand printindex
45879 type "idx"
45880
45881 \end_inset
45882
45883
45884 \end_layout
45885
45886 \end_body
45887 \end_document