]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
avoid float-conversion warning and simplify size computation
[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[2pt](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[height](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 optional 
15331 \series bold
15332 height
15333 \series default
15334  is 0.03
15335 \begin_inset space \thinspace{}
15336 \end_inset
15337
15338 em.
15339  
15340 \series bold
15341 startcol
15342 \series default
15343  is the number of the column where the line starts and 
15344 \series bold
15345 endcol
15346 \series default
15347  the column number where the line ends.
15348  The 
15349 \series bold
15350 endcol
15351 \series default
15352  always needs to be specified, also when the line should span only one column.
15353  The optional parameter 
15354 \series bold
15355 trim
15356 \series default
15357  could either be 
15358 \emph on
15359 l{trimwidth}
15360 \emph default
15361  or 
15362 \emph on
15363 r{trimwidth}
15364 \emph default
15365  where the 
15366 \emph on
15367 trimwidth
15368 \emph default
15369  is also optional.
15370  Using for example the parameter 
15371 \emph on
15372 l{2pt}
15373 \emph default
15374  means that the line is trimmed from its left end by 2
15375 \begin_inset space \thinspace{}
15376 \end_inset
15377
15378 pt.
15379  If you don't specify the 
15380 \emph on
15381 trimwidth
15382 \emph default
15383  the line is trimmed by the default of 0.5
15384 \begin_inset space \thinspace{}
15385 \end_inset
15386
15387 em.
15388 \end_layout
15389
15390 \begin_layout Standard
15391 \begin_inset VSpace bigskip
15392 \end_inset
15393
15394 Table
15395 \begin_inset space ~
15396 \end_inset
15397
15398
15399 \begin_inset CommandInset ref
15400 LatexCommand ref
15401 reference "tab:Example-booktabs-table"
15402
15403 \end_inset
15404
15405  was created using the commands
15406 \end_layout
15407
15408 \begin_layout Standard
15409
15410 \series bold
15411
15412 \backslash
15413 cmidrule(r){2-2}
15414 \backslash
15415 cmidrule(l){3-4}
15416 \end_layout
15417
15418 \begin_layout Standard
15419 at the beginning of the second row and
15420 \end_layout
15421
15422 \begin_layout Standard
15423
15424 \series bold
15425
15426 \backslash
15427 cmidrule[2pt](l{10pt}){1-1}
15428 \end_layout
15429
15430 \begin_layout Standard
15431 in the sixth row.
15432 \end_layout
15433
15434 \begin_layout Standard
15435 \begin_inset VSpace bigskip
15436 \end_inset
15437
15438
15439 \end_layout
15440
15441 \begin_layout Standard
15442 You might want to have overlapping 
15443 \series bold
15444
15445 \backslash
15446 cmidrule
15447 \series default
15448 s as in in Table
15449 \begin_inset space ~
15450 \end_inset
15451
15452
15453 \begin_inset CommandInset ref
15454 LatexCommand ref
15455 reference "tab:Special-booktabs-table"
15456
15457 \end_inset
15458
15459 .
15460  This can be achieved with the TeX-Code command
15461 \end_layout
15462
15463 \begin_layout Standard
15464
15465 \series bold
15466
15467 \backslash
15468 morecmidrules
15469 \end_layout
15470
15471 \begin_layout Standard
15472 The command that was used for the second row of Table
15473 \begin_inset space ~
15474 \end_inset
15475
15476
15477 \begin_inset CommandInset ref
15478 LatexCommand ref
15479 reference "tab:Special-booktabs-table"
15480
15481 \end_inset
15482
15483  is
15484 \end_layout
15485
15486 \begin_layout Standard
15487
15488 \series bold
15489
15490 \backslash
15491 cmidrule(r){2-2}
15492 \backslash
15493 cmidrule(l){3-4}
15494 \backslash
15495 morecmidrules
15496 \backslash
15497 cmidrule{2-4}
15498 \end_layout
15499
15500 \begin_layout Standard
15501 The command for the sixth row is
15502 \end_layout
15503
15504 \begin_layout Standard
15505
15506 \series bold
15507
15508 \backslash
15509 midrule
15510 \backslash
15511 morecmidrules
15512 \backslash
15513 cmidrule{3-4}
15514 \end_layout
15515
15516 \begin_layout Standard
15517 \begin_inset VSpace bigskip
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \begin_layout Standard
15524 If you are in any way not satisfied with the border line spacing, you can
15525  use the following command to produce lines that span over all table columns
15526 \series bold
15527 :
15528 \end_layout
15529
15530 \begin_layout Standard
15531
15532 \series bold
15533
15534 \backslash
15535 specialrule{width}{space above}{space below}
15536 \end_layout
15537
15538 \begin_layout Standard
15539 For more information about these features, refer to the manual of the LaTeX-pack
15540 age 
15541 \series bold
15542 booktabs
15543 \series default
15544  
15545 \begin_inset CommandInset citation
15546 LatexCommand cite
15547 key "booktabs"
15548
15549 \end_inset
15550
15551 .
15552 \begin_inset Index idx
15553 status collapsed
15554
15555 \begin_layout Plain Layout
15556 LaTeX-packages ! booktabs
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Standard
15565 \begin_inset Float table
15566 placement h
15567 wide false
15568 sideways false
15569 status open
15570
15571 \begin_layout Plain Layout
15572 \begin_inset Caption Standard
15573
15574 \begin_layout Plain Layout
15575 \begin_inset CommandInset label
15576 LatexCommand label
15577 name "tab:Special-booktabs-table"
15578
15579 \end_inset
15580
15581 Special booktabs-table
15582 \end_layout
15583
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \begin_layout Plain Layout
15590 \align center
15591 \begin_inset Tabular
15592 <lyxtabular version="3" rows="8" columns="4">
15593 <features rotate="0" booktabs="true" tabularvalignment="middle">
15594 <column alignment="center" valignment="top">
15595 <column alignment="center" valignment="top">
15596 <column alignment="center" valignment="top">
15597 <column alignment="center" valignment="top">
15598 <row>
15599 <cell alignment="center" valignment="top" topline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603 System
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612 Chip
15613 \begin_inset space \thinspace{}
15614 \end_inset
15615
15616 1
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625 Chip
15626 \begin_inset space \thinspace{}
15627 \end_inset
15628
15629 2
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 </row>
15644 <row>
15645 <cell alignment="center" valignment="top" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649 \begin_inset ERT
15650 status collapsed
15651
15652 \begin_layout Plain Layout
15653
15654
15655 \backslash
15656 cmidrule(r){2-2}
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \begin_inset ERT
15663 status collapsed
15664
15665 \begin_layout Plain Layout
15666
15667
15668 \backslash
15669 cmidrule(l){3-4}
15670 \end_layout
15671
15672 \end_inset
15673
15674
15675 \begin_inset ERT
15676 status collapsed
15677
15678 \begin_layout Plain Layout
15679
15680
15681 \backslash
15682 morecmidrules 
15683 \end_layout
15684
15685 \end_inset
15686
15687
15688 \begin_inset ERT
15689 status collapsed
15690
15691 \begin_layout Plain Layout
15692
15693
15694 \backslash
15695 cmidrule{2-4}
15696 \end_layout
15697
15698 \end_inset
15699
15700 Detector thickness in Âµm
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 300
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 300
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727 700
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 </row>
15733 <row>
15734 <cell alignment="center" valignment="top" topline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 Edge angle in Â°
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" topline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 3.55
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" topline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 2.71
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 7.99
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row topspace="default">
15772 <cell alignment="center" valignment="top" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 Spatial resolution in Âµm
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 4.26
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 10.17
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 10.56
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 </row>
15809 <row topspace="default">
15810 <cell alignment="center" valignment="top" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 MTF at 
15815 \begin_inset Formula $f_{\mathrm{max}}$
15816 \end_inset
15817
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827 0.53
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 <cell alignment="center" valignment="top" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836 0.37
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 <cell alignment="center" valignment="top" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845 0.39
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 </row>
15851 <row>
15852 <cell alignment="center" valignment="top" topline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856 \begin_inset ERT
15857 status collapsed
15858
15859 \begin_layout Plain Layout
15860
15861
15862 \backslash
15863 morecmidrules 
15864 \end_layout
15865
15866 \end_inset
15867
15868
15869 \begin_inset ERT
15870 status collapsed
15871
15872 \begin_layout Plain Layout
15873
15874
15875 \backslash
15876 cmidrule{3-4}
15877 \end_layout
15878
15879 \end_inset
15880
15881 LSF-spatial resolution
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" topline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" topline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 </row>
15914 <row>
15915 <cell alignment="center" valignment="top" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 in Âµm
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928 129.7
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 52.75
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 <cell alignment="center" valignment="top" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 50.78
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 </row>
15952 <row>
15953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 in % of pixel size
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 76.3
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975 95.9
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984 92.3
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 </row>
15990 </lyxtabular>
15991
15992 \end_inset
15993
15994
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \begin_layout Section
16003 Vertical Table Alignment
16004 \begin_inset Index idx
16005 status collapsed
16006
16007 \begin_layout Plain Layout
16008 Table ! Alignment
16009 \end_layout
16010
16011 \end_inset
16012
16013
16014 \end_layout
16015
16016 \begin_layout Standard
16017 To align tables vertically in a text line, the table must be inside a box.
16018  The box can then be vertically aligned as described in section
16019 \begin_inset space ~
16020 \end_inset
16021
16022
16023 \begin_inset CommandInset ref
16024 LatexCommand ref
16025 reference "sec:Box-Dialog"
16026
16027 \end_inset
16028
16029 .
16030 \end_layout
16031
16032 \begin_layout Standard
16033 In the following example the tables are inside a minipage
16034 \begin_inset Foot
16035 status collapsed
16036
16037 \begin_layout Plain Layout
16038 Minipages are described in section
16039 \begin_inset space ~
16040 \end_inset
16041
16042
16043 \begin_inset CommandInset ref
16044 LatexCommand ref
16045 reference "sec:Minipages"
16046
16047 \end_inset
16048
16049 .
16050 \end_layout
16051
16052 \end_inset
16053
16054  box that has a width of 15
16055 \begin_inset space \thinspace{}
16056 \end_inset
16057
16058 col%:
16059 \end_layout
16060
16061 \begin_layout Itemize
16062 test 
16063 \begin_inset Box Frameless
16064 position "t"
16065 hor_pos "c"
16066 has_inner_box 1
16067 inner_pos "c"
16068 use_parbox 0
16069 use_makebox 0
16070 width "15col%"
16071 special "none"
16072 height "1in"
16073 height_special "totalheight"
16074 status collapsed
16075
16076 \begin_layout Plain Layout
16077 \begin_inset Tabular
16078 <lyxtabular version="3" rows="3" columns="3">
16079 <features rotate="0" tabularvalignment="middle">
16080 <column alignment="center" valignment="top">
16081 <column alignment="center" valignment="top">
16082 <column alignment="center" valignment="top">
16083 <row>
16084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 a
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 d
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 g
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row>
16113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117 b
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Plain Layout
16126 e
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 h
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 <row>
16142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146 c
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155 f
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 i
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 </row>
16170 </lyxtabular>
16171
16172 \end_inset
16173
16174
16175 \end_layout
16176
16177 \end_inset
16178
16179  test 
16180 \begin_inset ERT
16181 status collapsed
16182
16183 \begin_layout Plain Layout
16184
16185
16186 \backslash
16187 raisebox{0.85
16188 \backslash
16189 baselineskip}{
16190 \end_layout
16191
16192 \end_inset
16193
16194
16195 \begin_inset Box Frameless
16196 position "t"
16197 hor_pos "c"
16198 has_inner_box 1
16199 inner_pos "c"
16200 use_parbox 0
16201 use_makebox 0
16202 width "15col%"
16203 special "none"
16204 height "1in"
16205 height_special "totalheight"
16206 status collapsed
16207
16208 \begin_layout Plain Layout
16209 \begin_inset Tabular
16210 <lyxtabular version="3" rows="3" columns="3">
16211 <features rotate="0" tabularvalignment="middle">
16212 <column alignment="center" valignment="top">
16213 <column alignment="center" valignment="top">
16214 <column alignment="center" valignment="top">
16215 <row>
16216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 a
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229 d
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 g
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row>
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 b
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258 e
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267 h
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 </row>
16273 <row>
16274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278 c
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 f
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 i
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 </row>
16302 </lyxtabular>
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \end_inset
16310
16311
16312 \begin_inset ERT
16313 status collapsed
16314
16315 \begin_layout Plain Layout
16316
16317 }
16318 \end_layout
16319
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \begin_layout Itemize
16326 test 
16327 \begin_inset Box Frameless
16328 position "c"
16329 hor_pos "c"
16330 has_inner_box 1
16331 inner_pos "c"
16332 use_parbox 0
16333 use_makebox 0
16334 width "15col%"
16335 special "none"
16336 height "1in"
16337 height_special "totalheight"
16338 status collapsed
16339
16340 \begin_layout Plain Layout
16341 \begin_inset Tabular
16342 <lyxtabular version="3" rows="3" columns="3">
16343 <features rotate="0" tabularvalignment="middle">
16344 <column alignment="center" valignment="top">
16345 <column alignment="center" valignment="top">
16346 <column alignment="center" valignment="top">
16347 <row>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 a
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 d
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 g
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 </row>
16376 <row>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 b
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 e
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 h
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 <row>
16406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 c
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 f
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 i
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 </row>
16434 </lyxtabular>
16435
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \end_inset
16442
16443
16444 \end_layout
16445
16446 \begin_layout Itemize
16447 test 
16448 \begin_inset Box Frameless
16449 position "b"
16450 hor_pos "c"
16451 has_inner_box 1
16452 inner_pos "c"
16453 use_parbox 0
16454 use_makebox 0
16455 width "15col%"
16456 special "none"
16457 height "1in"
16458 height_special "totalheight"
16459 status collapsed
16460
16461 \begin_layout Plain Layout
16462 \begin_inset Tabular
16463 <lyxtabular version="3" rows="3" columns="3">
16464 <features rotate="0" tabularvalignment="middle">
16465 <column alignment="center" valignment="top">
16466 <column alignment="center" valignment="top">
16467 <column alignment="center" valignment="top">
16468 <row>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 a
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 d
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 g
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 <row>
16498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 b
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 e
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 h
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 </row>
16526 <row>
16527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 c
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 f
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549 i
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 </row>
16555 </lyxtabular>
16556
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \end_inset
16563
16564  test 
16565 \begin_inset ERT
16566 status collapsed
16567
16568 \begin_layout Plain Layout
16569
16570
16571 \backslash
16572 raisebox{-0.32
16573 \backslash
16574 baselineskip}{
16575 \end_layout
16576
16577 \end_inset
16578
16579
16580 \begin_inset Box Frameless
16581 position "b"
16582 hor_pos "c"
16583 has_inner_box 1
16584 inner_pos "c"
16585 use_parbox 0
16586 use_makebox 0
16587 width "15col%"
16588 special "none"
16589 height "1in"
16590 height_special "totalheight"
16591 status collapsed
16592
16593 \begin_layout Plain Layout
16594 \begin_inset Tabular
16595 <lyxtabular version="3" rows="3" columns="3">
16596 <features rotate="0" tabularvalignment="middle">
16597 <column alignment="center" valignment="top">
16598 <column alignment="center" valignment="top">
16599 <column alignment="center" valignment="top">
16600 <row>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 a
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 d
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 g
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 b
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 e
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 h
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 </row>
16658 <row>
16659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 c
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672 f
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 i
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 </row>
16687 </lyxtabular>
16688
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \end_inset
16695
16696
16697 \begin_inset ERT
16698 status collapsed
16699
16700 \begin_layout Plain Layout
16701
16702 }
16703 \end_layout
16704
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \begin_layout Standard
16711 As you will see, the content of the first and last table row is not correctly
16712  aligned.
16713  To get this alignment, the minipage box must be set into a raisebox
16714 \begin_inset Foot
16715 status collapsed
16716
16717 \begin_layout Plain Layout
16718 Raiseboxes are described in section
16719 \begin_inset space ~
16720 \end_inset
16721
16722
16723 \begin_inset CommandInset ref
16724 LatexCommand ref
16725 reference "sub:Vertical-Alignment"
16726
16727 \end_inset
16728
16729 .
16730 \end_layout
16731
16732 \end_inset
16733
16734 .
16735  In the example above the second table in the first item is aligned using
16736  the TeX-Code-command
16737 \end_layout
16738
16739 \begin_layout Standard
16740
16741 \series bold
16742
16743 \backslash
16744 raisebox{0.85
16745 \backslash
16746 baselineskip}{
16747 \end_layout
16748
16749 \begin_layout Standard
16750 before the box.
16751  After the box the closing brace 
16752 \series bold
16753 }
16754 \series default
16755  is inserted as TeX-Code.
16756  For the second table in the last item the command
16757 \end_layout
16758
16759 \begin_layout Standard
16760
16761 \series bold
16762
16763 \backslash
16764 raisebox{-0.32
16765 \backslash
16766 baselineskip}{
16767 \end_layout
16768
16769 \begin_layout Standard
16770 is used.
16771 \end_layout
16772
16773 \begin_layout Standard
16774 \begin_inset Note Greyedout
16775 status open
16776
16777 \begin_layout Plain Layout
16778
16779 \series bold
16780 Note:
16781 \series default
16782  The alignment of the table row content to the surrounding text line is
16783  not exact.
16784  The required value for the 
16785 \series bold
16786
16787 \backslash
16788 raisebox
16789 \series default
16790  command for this alignment depends on the document font, the font size,
16791  and the table line thickness.
16792 \end_layout
16793
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \begin_layout Section
16800 Colored Tables
16801 \begin_inset CommandInset label
16802 LatexCommand label
16803 name "sec:Colored-Tables"
16804
16805 \end_inset
16806
16807
16808 \begin_inset Index idx
16809 status collapsed
16810
16811 \begin_layout Plain Layout
16812 Table ! Color
16813 \end_layout
16814
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \begin_layout Subsection
16821 Colored Cells
16822 \begin_inset Index idx
16823 status collapsed
16824
16825 \begin_layout Plain Layout
16826 Table Color ! for Cells
16827 \end_layout
16828
16829 \end_inset
16830
16831
16832 \begin_inset Index idx
16833 status collapsed
16834
16835 \begin_layout Plain Layout
16836 Color ! for Table Cells
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \begin_layout Standard
16845 \begin_inset Float table
16846 placement h
16847 wide false
16848 sideways false
16849 status open
16850
16851 \begin_layout Plain Layout
16852 \begin_inset Caption Standard
16853
16854 \begin_layout Plain Layout
16855 \begin_inset CommandInset label
16856 LatexCommand label
16857 name "tab:Table-colored-without"
16858
16859 \end_inset
16860
16861 Table colored without using the package 
16862 \series bold
16863 colortbl
16864 \series default
16865
16866 \begin_inset Argument 1
16867 status collapsed
16868
16869 \begin_layout Plain Layout
16870 Table without colortbl
16871 \end_layout
16872
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \begin_layout Plain Layout
16884 \align center
16885 \begin_inset Tabular
16886 <lyxtabular version="3" rows="3" columns="3">
16887 <features rotate="0" tabularvalignment="middle">
16888 <column alignment="center" valignment="top">
16889 <column alignment="center" valignment="top">
16890 <column alignment="center" valignment="top">
16891 <row>
16892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896
16897 \color green
16898 a
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \color red
16909 b
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \color red
16920 c
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 </row>
16926 <row>
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931
16932 \color green
16933 d
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \color blue
16944 e
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \color blue
16955 f
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 </row>
16961 <row>
16962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966
16967 \color green
16968 g
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \color blue
16979 h
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \color blue
16990 i
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 </lyxtabular>
16997
16998 \end_inset
16999
17000
17001 \end_layout
17002
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \begin_layout Standard
17009 If you only need colored text, mark the cells and choose a color in the
17010  
17011 \family sans
17012 Text
17013 \begin_inset space ~
17014 \end_inset
17015
17016 Style
17017 \family default
17018  dialog (toolbar button 
17019 \begin_inset Info
17020 type  "icon"
17021 arg   "dialog-show character"
17022 \end_inset
17023
17024 ).
17025  This was used to create Table
17026 \begin_inset space ~
17027 \end_inset
17028
17029
17030 \begin_inset CommandInset ref
17031 LatexCommand ref
17032 reference "tab:Table-colored-without"
17033
17034 \end_inset
17035
17036 .
17037  In any other case you have to use the LaTeX-package 
17038 \series bold
17039 colortbl
17040 \series default
17041 .
17042 \begin_inset Index idx
17043 status collapsed
17044
17045 \begin_layout Plain Layout
17046 LaTeX-packages ! colortbl
17047 \end_layout
17048
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \begin_layout Standard
17055 \begin_inset ERT
17056 status collapsed
17057
17058 \begin_layout Plain Layout
17059
17060
17061 \backslash
17062 ifcolortbl
17063 \end_layout
17064
17065 \end_inset
17066
17067
17068 \begin_inset Note Note
17069 status open
17070
17071 \begin_layout Plain Layout
17072 The following section part will only be displayed when the LaTeX-package
17073  
17074 \series bold
17075 colortbl
17076 \series default
17077  is installed.
17078 \end_layout
17079
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \begin_layout Standard
17086 To create colored tables, 
17087 \series bold
17088 colortbl
17089 \series default
17090  must be loaded in the preamble with the line
17091 \end_layout
17092
17093 \begin_layout Standard
17094
17095 \series bold
17096
17097 \backslash
17098 usepackage{colortbl}
17099 \end_layout
17100
17101 \begin_layout Standard
17102 The color of a column is adjusted with the command
17103 \end_layout
17104
17105 \begin_layout Standard
17106
17107 \series bold
17108
17109 \backslash
17110 columncolor{name of color}
17111 \end_layout
17112
17113 \begin_layout Standard
17114 inside the command 
17115 \series bold
17116 >{ }
17117 \series default
17118 .
17119  More about the command 
17120 \series bold
17121 >{}
17122 \series default
17123  is contained in section
17124 \begin_inset space ~
17125 \end_inset
17126
17127
17128 \begin_inset CommandInset ref
17129 LatexCommand ref
17130 reference "sub:Multicolumn-Calculations"
17131
17132 \end_inset
17133
17134 .
17135 \end_layout
17136
17137 \begin_layout Standard
17138 The following color names are predefined:
17139 \end_layout
17140
17141 \begin_layout Standard
17142
17143 \family sans
17144 red
17145 \family default
17146
17147 \family sans
17148 green
17149 \family default
17150
17151 \family sans
17152 yellow
17153 \family default
17154
17155 \family sans
17156 blue
17157 \family default
17158
17159 \family sans
17160 cyan
17161 \family default
17162
17163 \family sans
17164 magenta
17165 \family default
17166
17167 \family sans
17168 black
17169 \family default
17170  and 
17171 \family sans
17172 white
17173 \end_layout
17174
17175 \begin_layout Standard
17176 \begin_inset VSpace medskip
17177 \end_inset
17178
17179
17180 \end_layout
17181
17182 \begin_layout Standard
17183 If you add the options
17184 \end_layout
17185
17186 \begin_layout Standard
17187
17188 \series bold
17189 usenames,dvipsnames
17190 \end_layout
17191
17192 \begin_layout Standard
17193 to the document class options in the document settings, you can additionally
17194  use further 61
17195 \begin_inset space ~
17196 \end_inset
17197
17198 colors.
17199  These colors are listed in appendix
17200 \begin_inset space ~
17201 \end_inset
17202
17203
17204 \begin_inset CommandInset ref
17205 LatexCommand ref
17206 reference "chap:List-of-dvips-colornames"
17207
17208 \end_inset
17209
17210 .
17211  One of these colors, 
17212 \family sans
17213 Maroon
17214 \family default
17215 , is used as example in Table
17216 \begin_inset space ~
17217 \end_inset
17218
17219
17220 \begin_inset CommandInset ref
17221 LatexCommand ref
17222 reference "tab:Table-colored-using"
17223
17224 \end_inset
17225
17226 .
17227 \end_layout
17228
17229 \begin_layout Standard
17230 \begin_inset VSpace medskip
17231 \end_inset
17232
17233
17234 \end_layout
17235
17236 \begin_layout Standard
17237 You can also define your own color with the command
17238 \end_layout
17239
17240 \begin_layout Standard
17241
17242 \series bold
17243
17244 \backslash
17245 definecolor{color name}{color model}{color values}
17246 \end_layout
17247
17248 \begin_layout Standard
17249 The color model can be
17250 \end_layout
17251
17252 \begin_layout Labeling
17253 \labelwidthstring 00.00.0000
17254 cmyk: cyan, magenta, yellow, black
17255 \end_layout
17256
17257 \begin_layout Labeling
17258 \labelwidthstring 00.00.0000
17259 rgb: red, green blue
17260 \end_layout
17261
17262 \begin_layout Labeling
17263 \labelwidthstring 00.00.0000
17264 gray gray
17265 \end_layout
17266
17267 \begin_layout Standard
17268 and the color values are comma separated numbers between 0 and 1 describing
17269  the factor for the corresponding color of the color model.
17270 \end_layout
17271
17272 \begin_layout Standard
17273 You can e.
17274 \begin_inset space \thinspace{}
17275 \end_inset
17276
17277 g.
17278 \begin_inset space \space{}
17279 \end_inset
17280
17281 define the color "
17282 \emph on
17283 darkgreen
17284 \emph default
17285 " in the preamble with
17286 \end_layout
17287
17288 \begin_layout Standard
17289
17290 \series bold
17291
17292 \backslash
17293 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17294 \end_layout
17295
17296 \begin_layout Standard
17297 and the color "
17298 \emph on
17299 lightgray
17300 \emph default
17301 " with
17302 \end_layout
17303
17304 \begin_layout Standard
17305
17306 \series bold
17307
17308 \backslash
17309 definecolor{lightgray}{gray}{0.8}
17310 \end_layout
17311
17312 \begin_layout Standard
17313 \begin_inset VSpace medskip
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \begin_layout Standard
17320 Lines are colored with the command
17321 \end_layout
17322
17323 \begin_layout Standard
17324
17325 \series bold
17326
17327 \backslash
17328 rowcolor{name of color}
17329 \end_layout
17330
17331 \begin_layout Standard
17332 and cells are colored with the command
17333 \end_layout
17334
17335 \begin_layout Standard
17336
17337 \series bold
17338
17339 \backslash
17340 cellcolor{name of color}
17341 \end_layout
17342
17343 \begin_layout Standard
17344 Both commands are inserted at the beginning of a cell as TeX-Code.
17345 \end_layout
17346
17347 \begin_layout Standard
17348 To color characters in the table, mark the cells and use the 
17349 \family sans
17350 Text
17351 \begin_inset space ~
17352 \end_inset
17353
17354 Style
17355 \family default
17356  dialog.
17357  If a cell contains TeX-Code mark only the characters, otherwise the colored
17358  TeX-Code will cause LaTeX-errors.
17359 \end_layout
17360
17361 \begin_layout Standard
17362 \begin_inset Note Greyedout
17363 status open
17364
17365 \begin_layout Plain Layout
17366
17367 \series bold
17368 Note:
17369 \series default
17370  Not all DVI-viewers are able to display self-defined colors.
17371 \end_layout
17372
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \begin_layout Standard
17379 \begin_inset VSpace bigskip
17380 \end_inset
17381
17382
17383 \end_layout
17384
17385 \begin_layout Standard
17386 To create Table
17387 \begin_inset space ~
17388 \end_inset
17389
17390
17391 \begin_inset CommandInset ref
17392 LatexCommand ref
17393 reference "tab:Table-colored-using"
17394
17395 \end_inset
17396
17397  do the following: The color of the first column should be 
17398 \emph on
17399 darkgreen
17400 \emph default
17401 .
17402  So insert
17403 \end_layout
17404
17405 \begin_layout Standard
17406
17407 \series bold
17408 >{
17409 \backslash
17410 columncolor{darkgreen}
17411 \backslash
17412 centering}c
17413 \end_layout
17414
17415 \begin_layout Standard
17416 as LaTeX-argument for this column.
17417  The first row should be light blue, therefore the TeX-Code command
17418 \end_layout
17419
17420 \begin_layout Standard
17421
17422 \series bold
17423
17424 \backslash
17425 rowcolor{cyan}
17426 \end_layout
17427
17428 \begin_layout Standard
17429 is inserted to the first cell of this row.
17430  Note that this overwrites the column color for the first cell.
17431  The last cell of the last row is colored maroon by inserting the TeX-Code
17432  command
17433 \end_layout
17434
17435 \begin_layout Standard
17436
17437 \series bold
17438
17439 \backslash
17440 cellcolor{Maroon}
17441 \end_layout
17442
17443 \begin_layout Standard
17444 The characters could now be colored using the menu 
17445 \family sans
17446 Edit\SpecialChar \menuseparator
17447 Text
17448 \begin_inset space ~
17449 \end_inset
17450
17451 Style
17452 \family default
17453 .
17454 \end_layout
17455
17456 \begin_layout Standard
17457 \begin_inset Float table
17458 placement h
17459 wide false
17460 sideways false
17461 status open
17462
17463 \begin_layout Plain Layout
17464 \begin_inset Caption Standard
17465
17466 \begin_layout Plain Layout
17467 \begin_inset CommandInset label
17468 LatexCommand label
17469 name "tab:Table-colored-using"
17470
17471 \end_inset
17472
17473 Table colored using the package 
17474 \series bold
17475 colortbl
17476 \series default
17477
17478 \begin_inset Argument 1
17479 status collapsed
17480
17481 \begin_layout Plain Layout
17482 Table with colortbl
17483 \end_layout
17484
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \begin_layout Plain Layout
17496 \align center
17497 \begin_inset Tabular
17498 <lyxtabular version="3" rows="3" columns="3">
17499 <features rotate="0" tabularvalignment="middle">
17500 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17501 <column alignment="center" valignment="top">
17502 <column alignment="center" valignment="top">
17503 <row>
17504 <cell alignment="center" valignment="top" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 \begin_inset ERT
17509 status collapsed
17510
17511 \begin_layout Plain Layout
17512
17513
17514 \backslash
17515 rowcolor{cyan}
17516 \end_layout
17517
17518 \end_inset
17519
17520
17521 \color magenta
17522 a
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531
17532 \color red
17533 b
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542
17543 \color red
17544 c
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555
17556 \color yellow
17557 d
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566
17567 \color blue
17568 e
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577
17578 \color blue
17579 f
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 </row>
17585 <row>
17586 <cell alignment="center" valignment="top" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \color yellow
17592 g
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \color blue
17603 h
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 \begin_inset ERT
17613 status collapsed
17614
17615 \begin_layout Plain Layout
17616
17617
17618 \backslash
17619 cellcolor{Maroon}
17620 \end_layout
17621
17622 \end_inset
17623
17624
17625 \color green
17626 i
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 </row>
17632 </lyxtabular>
17633
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \end_layout
17643
17644 \begin_layout Standard
17645 \begin_inset ERT
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649
17650
17651 \backslash
17652 else
17653 \end_layout
17654
17655 \end_inset
17656
17657
17658 \begin_inset Note Note
17659 status open
17660
17661 \begin_layout Plain Layout
17662 The following will be displayed when the LaTeX-package 
17663 \series bold
17664 colortbl
17665 \series default
17666  is not installed:
17667 \end_layout
17668
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \begin_layout Standard
17675 You need to install the package 
17676 \series bold
17677 colortbl
17678 \series default
17679  to see the content of this section in the output.
17680 \end_layout
17681
17682 \begin_layout Standard
17683 \begin_inset ERT
17684 status collapsed
17685
17686 \begin_layout Plain Layout
17687
17688
17689 \backslash
17690 fi
17691 \end_layout
17692
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \begin_layout Subsection
17699 Colored Rows
17700 \begin_inset Index idx
17701 status collapsed
17702
17703 \begin_layout Plain Layout
17704 Table Color ! for Rows
17705 \end_layout
17706
17707 \end_inset
17708
17709
17710 \begin_inset Index idx
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714 Color ! for Table Rows
17715 \end_layout
17716
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \begin_layout Standard
17723 In case every second table row needs to be colored there is an alternative
17724  to the method described in the previous section: One loads the package
17725  
17726 \series bold
17727 xcolor
17728 \series default
17729
17730 \begin_inset Index idx
17731 status collapsed
17732
17733 \begin_layout Plain Layout
17734 LaTeX-packages ! xcolor
17735 \begin_inset ERT
17736 status collapsed
17737
17738 \begin_layout Plain Layout
17739
17740
17741 \backslash
17742 vspace{4mm}
17743 \end_layout
17744
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \end_inset
17751
17752  in the document preamble with the command
17753 \end_layout
17754
17755 \begin_layout Standard
17756
17757 \series bold
17758
17759 \backslash
17760 usepackage[table]{xcolor}
17761 \end_layout
17762
17763 \begin_layout Standard
17764
17765 \series bold
17766 xcolor
17767 \series default
17768  automatically loads also the package 
17769 \series bold
17770 colortbl
17771 \series default
17772
17773 \begin_inset Index idx
17774 status collapsed
17775
17776 \begin_layout Plain Layout
17777 LaTeX-packages ! colortbl
17778 \end_layout
17779
17780 \end_inset
17781
17782 , so 
17783 \series bold
17784 colortbl
17785 \series default
17786  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17787 \end_layout
17788
17789 \begin_layout Standard
17790 \begin_inset ERT
17791 status collapsed
17792
17793 \begin_layout Plain Layout
17794
17795
17796 \backslash
17797 ifcolortbl
17798 \end_layout
17799
17800 \end_inset
17801
17802
17803 \begin_inset Note Note
17804 status open
17805
17806 \begin_layout Plain Layout
17807 The following section part will only be displayed when the LaTeX-package
17808  
17809 \series bold
17810 colortbl
17811 \series default
17812  is installed.
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Standard
17821 The table rows are colored with the command
17822 \end_layout
17823
17824 \begin_layout Standard
17825
17826 \series bold
17827
17828 \backslash
17829 rowcolors[commands]{row number}{odd row color}{even row color}
17830 \end_layout
17831
17832 \begin_layout Standard
17833 that is either inserted in the document preamble or as TeX-Code before the
17834  first table to be colored.
17835  row
17836 \begin_inset space ~
17837 \end_inset
17838
17839 number is the number of the first row which should be colored according
17840  to the odd row color.
17841  commands can be additional commands that are executed before every table
17842  row.
17843  So for example the command
17844 \end_layout
17845
17846 \begin_layout Standard
17847
17848 \series bold
17849
17850 \backslash
17851 rowcolors{1}{white}{lightgray}
17852 \end_layout
17853
17854 \begin_layout Standard
17855 leads to the coloring scheme of Table
17856 \begin_inset space ~
17857 \end_inset
17858
17859
17860 \begin_inset CommandInset ref
17861 LatexCommand ref
17862 reference "tab:Table-rowcolors"
17863
17864 \end_inset
17865
17866 .
17867  The command
17868 \end_layout
17869
17870 \begin_layout Standard
17871
17872 \series bold
17873
17874 \backslash
17875 rowcolors[
17876 \backslash
17877 hline]{1}{lightgray}{cyan}
17878 \end_layout
17879
17880 \begin_layout Standard
17881 leads to the coloring scheme of Table
17882 \begin_inset space ~
17883 \end_inset
17884
17885
17886 \begin_inset CommandInset ref
17887 LatexCommand ref
17888 reference "tab:Table-rowcolors-2"
17889
17890 \end_inset
17891
17892 .
17893  If odd
17894 \begin_inset space ~
17895 \end_inset
17896
17897 row
17898 \begin_inset space ~
17899 \end_inset
17900
17901 color and/or even
17902 \begin_inset space ~
17903 \end_inset
17904
17905 row
17906 \begin_inset space ~
17907 \end_inset
17908
17909 color are left empty, no color will be used so that the command
17910 \end_layout
17911
17912 \begin_layout Standard
17913
17914 \series bold
17915
17916 \backslash
17917 rowcolors{1}{}{}
17918 \end_layout
17919
17920 \begin_layout Standard
17921 deletes all colors.
17922  
17923 \series bold
17924
17925 \backslash
17926 rowcolors
17927 \series default
17928  affects all tables following that command.
17929 \end_layout
17930
17931 \begin_layout Standard
17932 \begin_inset ERT
17933 status open
17934
17935 \begin_layout Plain Layout
17936
17937
17938 \backslash
17939 rowcolors{1}{white}{lightgray}
17940 \end_layout
17941
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \begin_layout Standard
17948 \begin_inset Float table
17949 placement h
17950 wide false
17951 sideways false
17952 status open
17953
17954 \begin_layout Plain Layout
17955 \begin_inset Caption Standard
17956
17957 \begin_layout Plain Layout
17958 \begin_inset CommandInset label
17959 LatexCommand label
17960 name "tab:Table-rowcolors"
17961
17962 \end_inset
17963
17964 Table where every second row is colored light gray.
17965 \end_layout
17966
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \begin_layout Plain Layout
17973 \align center
17974 \begin_inset Tabular
17975 <lyxtabular version="3" rows="4" columns="3">
17976 <features rotate="0" tabularvalignment="middle">
17977 <column alignment="center" valignment="top">
17978 <column alignment="center" valignment="top" width="0pt">
17979 <column alignment="center" valignment="top" width="0pt">
17980 <row>
17981 <cell alignment="center" valignment="top" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 X
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 Y
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 Z
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 </row>
18009 <row>
18010 <cell alignment="center" valignment="top" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 1
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 2
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 3
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 </row>
18038 <row>
18039 <cell alignment="center" valignment="top" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043 4
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 5
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 6
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 </row>
18067 <row>
18068 <cell alignment="center" valignment="top" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 7
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 8
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 <cell alignment="center" valignment="top" usebox="none">
18087 \begin_inset Text
18088
18089 \begin_layout Plain Layout
18090 9
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 </row>
18096 </lyxtabular>
18097
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \begin_layout Standard
18109 \begin_inset ERT
18110 status open
18111
18112 \begin_layout Plain Layout
18113
18114
18115 \backslash
18116 rowcolors[
18117 \backslash
18118 hline]{1}{lightgray}{cyan}
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \begin_layout Standard
18127 \begin_inset Float table
18128 placement h
18129 wide false
18130 sideways false
18131 status open
18132
18133 \begin_layout Plain Layout
18134 \begin_inset Caption Standard
18135
18136 \begin_layout Plain Layout
18137 \begin_inset CommandInset label
18138 LatexCommand label
18139 name "tab:Table-rowcolors-2"
18140
18141 \end_inset
18142
18143 Table where every second row is colored cyan and at which there is a line
18144  between each row.
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Plain Layout
18153 \align center
18154 \begin_inset Tabular
18155 <lyxtabular version="3" rows="4" columns="3">
18156 <features rotate="0" tabularvalignment="middle">
18157 <column alignment="center" valignment="top">
18158 <column alignment="center" valignment="top">
18159 <column alignment="center" valignment="top" width="0pt">
18160 <row>
18161 <cell alignment="center" valignment="top" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 X
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 Y
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 Z
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 </row>
18189 <row>
18190 <cell alignment="center" valignment="top" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 1
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell alignment="center" valignment="top" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 2
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 3
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 </row>
18218 <row>
18219 <cell alignment="center" valignment="top" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 4
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 5
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 6
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 </row>
18247 <row>
18248 <cell alignment="center" valignment="top" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252 7
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 <cell alignment="center" valignment="top" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 8
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 9
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 </row>
18276 </lyxtabular>
18277
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \begin_layout Standard
18289 \begin_inset ERT
18290 status collapsed
18291
18292 \begin_layout Plain Layout
18293
18294
18295 \backslash
18296 rowcolors{1}{}{}
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \begin_inset Note Note
18303 status collapsed
18304
18305 \begin_layout Plain Layout
18306 turns off the row coloring
18307 \end_layout
18308
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \begin_layout Standard
18315 \begin_inset ERT
18316 status collapsed
18317
18318 \begin_layout Plain Layout
18319
18320
18321 \backslash
18322 else
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \begin_inset Note Note
18329 status open
18330
18331 \begin_layout Plain Layout
18332 The following will be displayed when the LaTeX-package 
18333 \series bold
18334 colortbl
18335 \series default
18336  is not installed:
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \end_layout
18343
18344 \begin_layout Standard
18345 You need to install the package 
18346 \series bold
18347 colortbl
18348 \series default
18349  to see the content of this section in the output.
18350 \end_layout
18351
18352 \begin_layout Standard
18353 \begin_inset ERT
18354 status collapsed
18355
18356 \begin_layout Plain Layout
18357
18358
18359 \backslash
18360 fi
18361 \end_layout
18362
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \begin_layout Subsection
18369 Colored Lines
18370 \begin_inset Index idx
18371 status collapsed
18372
18373 \begin_layout Plain Layout
18374 Table Color ! for Lines
18375 \end_layout
18376
18377 \end_inset
18378
18379
18380 \begin_inset Index idx
18381 status collapsed
18382
18383 \begin_layout Plain Layout
18384 Color ! for Table Lines
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 As described in section
18394 \begin_inset space ~
18395 \end_inset
18396
18397
18398 \begin_inset CommandInset ref
18399 LatexCommand ref
18400 reference "sub:Line-Thickness"
18401
18402 \end_inset
18403
18404 , the line thickness for all lines in a table can be adjusted with the length
18405  
18406 \series bold
18407
18408 \backslash
18409 arrayrulewidth
18410 \series default
18411 .
18412  It is set to 1.5
18413 \begin_inset space \thinspace{}
18414 \end_inset
18415
18416 pt for all tables of this section.
18417 \begin_inset ERT
18418 status collapsed
18419
18420 \begin_layout Plain Layout
18421
18422
18423 \backslash
18424 setlength{
18425 \backslash
18426 arrayrulewidth}{1.5pt}
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \begin_layout Standard
18435 To color vertical lines for example with green, create the following column
18436  format in the document preamble, according to the description in section
18437 \begin_inset space ~
18438 \end_inset
18439
18440
18441 \begin_inset CommandInset ref
18442 LatexCommand ref
18443 reference "sub:Customized-Format"
18444
18445 \end_inset
18446
18447 :
18448 \end_layout
18449
18450 \begin_layout Standard
18451
18452 \series bold
18453
18454 \backslash
18455 newcolumntype{W}{!{
18456 \backslash
18457 color{green}
18458 \backslash
18459 vline}}
18460 \end_layout
18461
18462 \begin_layout Standard
18463 For Table
18464 \begin_inset space ~
18465 \end_inset
18466
18467
18468 \begin_inset CommandInset ref
18469 LatexCommand ref
18470 reference "tab:Table-with-vertical-colored"
18471
18472 \end_inset
18473
18474  the LaTeX-argument
18475 \series bold
18476  WcW
18477 \series default
18478  was used for the last column and
18479 \series bold
18480  Wc
18481 \series default
18482  for the other columns.
18483 \end_layout
18484
18485 \begin_layout Standard
18486 If you want to have several colors, define more column formats.
18487 \end_layout
18488
18489 \begin_layout Standard
18490 \begin_inset Float table
18491 placement h
18492 wide false
18493 sideways false
18494 status open
18495
18496 \begin_layout Plain Layout
18497 \begin_inset Caption Standard
18498
18499 \begin_layout Plain Layout
18500 \begin_inset CommandInset label
18501 LatexCommand label
18502 name "tab:Table-with-vertical-colored"
18503
18504 \end_inset
18505
18506 Table with colored vertical lines
18507 \end_layout
18508
18509 \end_inset
18510
18511
18512 \end_layout
18513
18514 \begin_layout Plain Layout
18515 \align center
18516 \begin_inset Tabular
18517 <lyxtabular version="3" rows="3" columns="3">
18518 <features rotate="0" tabularvalignment="middle">
18519 <column alignment="center" valignment="top" special="Wc">
18520 <column alignment="center" valignment="top" special="Wc">
18521 <column alignment="center" valignment="top" special="WcW">
18522 <row>
18523 <cell alignment="center" valignment="top" topline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 sd
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" topline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 </row>
18551 <row>
18552 <cell alignment="center" valignment="top" topline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 sd
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603 sd
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 </row>
18609 </lyxtabular>
18610
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset VSpace bigskip
18623 \end_inset
18624
18625 To color horizontal lines for example with red, as in Table
18626 \begin_inset space ~
18627 \end_inset
18628
18629
18630 \begin_inset CommandInset ref
18631 LatexCommand ref
18632 reference "tab:Table-with-horizontal-colored"
18633
18634 \end_inset
18635
18636 , insert these commands in TeX-Code before the table or table float:
18637 \end_layout
18638
18639 \begin_layout Standard
18640
18641 \series bold
18642
18643 \backslash
18644 let
18645 \backslash
18646 myHlineC
18647 \backslash
18648 hline
18649 \begin_inset Newline newline
18650 \end_inset
18651
18652
18653 \backslash
18654 renewcommand{
18655 \backslash
18656 hline}
18657 \begin_inset Newline newline
18658 \end_inset
18659
18660
18661 \begin_inset Phantom HPhantom
18662 status open
18663
18664 \begin_layout Plain Layout
18665
18666 \series bold
18667 \begin_inset space ~
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \end_inset
18674
18675 {
18676 \backslash
18677 arrayrulecolor{red}
18678 \backslash
18679 myHlineC
18680 \backslash
18681 arrayrulecolor{black}}
18682 \end_layout
18683
18684 \begin_layout Standard
18685 \begin_inset ERT
18686 status collapsed
18687
18688 \begin_layout Plain Layout
18689
18690
18691 \backslash
18692 let
18693 \backslash
18694 myHlineC
18695 \backslash
18696 hline
18697 \end_layout
18698
18699 \begin_layout Plain Layout
18700
18701
18702 \backslash
18703 renewcommand{
18704 \backslash
18705 hline}
18706 \end_layout
18707
18708 \begin_layout Plain Layout
18709
18710  {
18711 \backslash
18712 arrayrulecolor{red}
18713 \backslash
18714 myHlineC
18715 \backslash
18716 arrayrulecolor{black}}
18717 \end_layout
18718
18719 \end_inset
18720
18721
18722 \begin_inset Float table
18723 placement h
18724 wide false
18725 sideways false
18726 status open
18727
18728 \begin_layout Plain Layout
18729 \begin_inset Caption Standard
18730
18731 \begin_layout Plain Layout
18732 \begin_inset CommandInset label
18733 LatexCommand label
18734 name "tab:Table-with-horizontal-colored"
18735
18736 \end_inset
18737
18738 Table with colored horizontal lines
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \begin_layout Plain Layout
18747 \align center
18748 \begin_inset Tabular
18749 <lyxtabular version="3" rows="3" columns="3">
18750 <features rotate="0" tabularvalignment="middle">
18751 <column alignment="center" valignment="top">
18752 <column alignment="center" valignment="top">
18753 <column alignment="center" valignment="top">
18754 <row>
18755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759 sd
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 </row>
18783 <row>
18784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797 sd
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 </row>
18812 <row>
18813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835 sd
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 </row>
18841 </lyxtabular>
18842
18843 \end_inset
18844
18845
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 To return to the default line color black, insert this command in TeX-Code
18855  after the table or table float:
18856 \end_layout
18857
18858 \begin_layout Standard
18859
18860 \series bold
18861
18862 \backslash
18863 renewcommand{
18864 \backslash
18865 hline}{
18866 \backslash
18867 myHlineC}
18868 \end_layout
18869
18870 \begin_layout Standard
18871 Table
18872 \begin_inset space ~
18873 \end_inset
18874
18875
18876 \begin_inset CommandInset ref
18877 LatexCommand ref
18878 reference "tab:Table-with-colored"
18879
18880 \end_inset
18881
18882  is an example with colored vertical and horizontal lines.
18883 \end_layout
18884
18885 \begin_layout Standard
18886 \begin_inset Float table
18887 placement h
18888 wide false
18889 sideways false
18890 status open
18891
18892 \begin_layout Plain Layout
18893 \begin_inset Caption Standard
18894
18895 \begin_layout Plain Layout
18896 \begin_inset CommandInset label
18897 LatexCommand label
18898 name "tab:Table-with-colored"
18899
18900 \end_inset
18901
18902 Table with colored lines
18903 \end_layout
18904
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \begin_layout Plain Layout
18911 \align center
18912 \begin_inset Tabular
18913 <lyxtabular version="3" rows="3" columns="3">
18914 <features rotate="0" tabularvalignment="middle">
18915 <column alignment="center" valignment="top" special="Wc">
18916 <column alignment="center" valignment="top" special="Wc">
18917 <column alignment="center" valignment="top" special="WcW">
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923 sd
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 <row>
18948 <cell alignment="center" valignment="top" topline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" topline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961 sd
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 <row topspace="default">
18977 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 sd
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 </lyxtabular>
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \begin_layout Standard
19018 \begin_inset ERT
19019 status collapsed
19020
19021 \begin_layout Plain Layout
19022
19023
19024 \backslash
19025 renewcommand{
19026 \backslash
19027 hline}{
19028 \backslash
19029 myHlineC}
19030 \end_layout
19031
19032 \end_inset
19033
19034
19035 \end_layout
19036
19037 \begin_layout Standard
19038 \begin_inset ERT
19039 status collapsed
19040
19041 \begin_layout Plain Layout
19042
19043
19044 \backslash
19045 setlength{
19046 \backslash
19047 arrayrulewidth}{0.4pt}
19048 \end_layout
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \begin_layout Section
19056 Rotated Table Cells
19057 \begin_inset CommandInset label
19058 LatexCommand label
19059 name "sec:Rotated-Table-Cells"
19060
19061 \end_inset
19062
19063
19064 \begin_inset Index idx
19065 status collapsed
19066
19067 \begin_layout Plain Layout
19068 Table ! Rotated Cells
19069 \end_layout
19070
19071 \end_inset
19072
19073
19074 \begin_inset Index idx
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078 Rotated Material
19079 \end_layout
19080
19081 \end_inset
19082
19083
19084 \end_layout
19085
19086 \begin_layout Standard
19087 \begin_inset Note Greyedout
19088 status open
19089
19090 \begin_layout Plain Layout
19091
19092 \series bold
19093 Note:
19094 \series default
19095  Not all DVI-viewers are able to display rotations.
19096 \end_layout
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \begin_layout Standard
19104 Currently LyX only offers to rotate table cells by 90
19105 \begin_inset space \thinspace{}
19106 \end_inset
19107
19108 ° counter-clockwise.
19109  To rotate cells by an angle of your choice, you have to add this to the
19110  document preamble:
19111 \end_layout
19112
19113 \begin_layout Standard
19114
19115 \series bold
19116
19117 \backslash
19118 @ifundefined{turnbox}{
19119 \backslash
19120 usepackage{rotating}}{}
19121 \end_layout
19122
19123 \begin_layout Standard
19124 In the table cell that should be rotated, add at the beginning this command
19125  as TeX-code:
19126 \end_layout
19127
19128 \begin_layout Standard
19129
19130 \series bold
19131
19132 \backslash
19133 begin{turn}{angle}
19134 \end_layout
19135
19136 \begin_layout Standard
19137 where angle is the rotation angle in Â°.
19138  At the end of the cell the command
19139 \end_layout
19140
19141 \begin_layout Standard
19142
19143 \series bold
19144
19145 \backslash
19146 end{turn}
19147 \end_layout
19148
19149 \begin_layout Standard
19150 is inserted as TeX-code.
19151 \end_layout
19152
19153 \begin_layout Standard
19154 Table
19155 \begin_inset space ~
19156 \end_inset
19157
19158
19159 \begin_inset CommandInset ref
19160 LatexCommand ref
19161 reference "tab:Table-with-rotated-multi"
19162
19163 \end_inset
19164
19165  is an example where 3
19166 \begin_inset space ~
19167 \end_inset
19168
19169 cells were rotated by 45
19170 \begin_inset space \thinspace{}
19171 \end_inset
19172
19173 °.
19174 \end_layout
19175
19176 \begin_layout Standard
19177 \begin_inset Float table
19178 wide false
19179 sideways false
19180 status open
19181
19182 \begin_layout Plain Layout
19183 \begin_inset Caption Standard
19184
19185 \begin_layout Plain Layout
19186 \begin_inset CommandInset label
19187 LatexCommand label
19188 name "tab:Table-with-rotated"
19189
19190 \end_inset
19191
19192 Table with rotated cells in the first row.
19193 \end_layout
19194
19195 \end_inset
19196
19197
19198 \end_layout
19199
19200 \begin_layout Plain Layout
19201 \noindent
19202 \align center
19203 \begin_inset Tabular
19204 <lyxtabular version="3" rows="2" columns="3">
19205 <features rotate="0" tabularvalignment="middle">
19206 <column alignment="center" valignment="top">
19207 <column alignment="center" valignment="top" width="0pt">
19208 <column alignment="center" valignment="top">
19209 <row>
19210 <cell alignment="center" valignment="top" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214 \begin_inset ERT
19215 status collapsed
19216
19217 \begin_layout Plain Layout
19218
19219
19220 \backslash
19221 begin{turn}{45}
19222 \end_layout
19223
19224 \end_inset
19225
19226 cups
19227 \begin_inset ERT
19228 status collapsed
19229
19230 \begin_layout Plain Layout
19231
19232
19233 \backslash
19234 end{turn}
19235 \end_layout
19236
19237 \end_inset
19238
19239
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 <cell alignment="center" valignment="top" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248 \begin_inset ERT
19249 status collapsed
19250
19251 \begin_layout Plain Layout
19252
19253
19254 \backslash
19255 begin{turn}{45}
19256 \end_layout
19257
19258 \end_inset
19259
19260 plates
19261 \begin_inset ERT
19262 status collapsed
19263
19264 \begin_layout Plain Layout
19265
19266
19267 \backslash
19268 end{turn}
19269 \end_layout
19270
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 \begin_inset ERT
19283 status collapsed
19284
19285 \begin_layout Plain Layout
19286
19287
19288 \backslash
19289 begin{turn}{45}
19290 \end_layout
19291
19292 \end_inset
19293
19294 saucers
19295 \begin_inset ERT
19296 status collapsed
19297
19298 \begin_layout Plain Layout
19299
19300
19301 \backslash
19302 end{turn}
19303 \end_layout
19304
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 </row>
19313 <row>
19314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318 45
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327 33
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 21
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 </lyxtabular>
19343
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \end_inset
19350
19351
19352 \end_layout
19353
19354 \begin_layout Standard
19355 \begin_inset Note Greyedout
19356 status open
19357
19358 \begin_layout Plain Layout
19359
19360 \series bold
19361 Note:
19362 \series default
19363  Line breaks (shortcut 
19364 \begin_inset Info
19365 type  "shortcut"
19366 arg   "newline-insert newline"
19367 \end_inset
19368
19369 ) are not allowed in rotated cells.
19370 \end_layout
19371
19372 \end_inset
19373
19374
19375 \end_layout
19376
19377 \begin_layout Standard
19378 If you want to rotate table cells containing line breaks, you have to put
19379  the cell content into a minipage or a parbox.
19380 \begin_inset Foot
19381 status collapsed
19382
19383 \begin_layout Plain Layout
19384 For more about these boxes see sec.
19385 \begin_inset space \thinspace{}
19386 \end_inset
19387
19388
19389 \begin_inset CommandInset ref
19390 LatexCommand ref
19391 reference "sec:Minipages"
19392
19393 \end_inset
19394
19395  and 
19396 \begin_inset CommandInset ref
19397 LatexCommand ref
19398 reference "sec:Parboxes"
19399
19400 \end_inset
19401
19402 .
19403 \end_layout
19404
19405 \end_inset
19406
19407  If you rotate this cell by 90
19408 \begin_inset space \thinspace{}
19409 \end_inset
19410
19411 ° the width of the box is the height of the cell.
19412  Table
19413 \begin_inset space ~
19414 \end_inset
19415
19416
19417 \begin_inset CommandInset ref
19418 LatexCommand ref
19419 reference "tab:Table-with-rotated-multi"
19420
19421 \end_inset
19422
19423  is an example for a rotated multiline cell where the box width was set
19424  to 3
19425 \begin_inset space \thinspace{}
19426 \end_inset
19427
19428 cm.
19429 \end_layout
19430
19431 \begin_layout Standard
19432 \begin_inset Float table
19433 wide false
19434 sideways false
19435 status open
19436
19437 \begin_layout Plain Layout
19438 \begin_inset Caption Standard
19439
19440 \begin_layout Plain Layout
19441 \begin_inset CommandInset label
19442 LatexCommand label
19443 name "tab:Table-with-rotated-multi"
19444
19445 \end_inset
19446
19447 Table with rotated multiline cell.
19448 \end_layout
19449
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \begin_layout Plain Layout
19456 \noindent
19457 \align center
19458 \begin_inset Tabular
19459 <lyxtabular version="3" rows="2" columns="3">
19460 <features rotate="0" tabularvalignment="middle">
19461 <column alignment="center" valignment="top">
19462 <column alignment="center" valignment="top" width="0pt">
19463 <column alignment="center" valignment="top">
19464 <row>
19465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 a
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 \begin_inset Box Frameless
19479 position "t"
19480 hor_pos "c"
19481 has_inner_box 1
19482 inner_pos "t"
19483 use_parbox 0
19484 use_makebox 0
19485 width "3cm"
19486 special "none"
19487 height "1in"
19488 height_special "totalheight"
19489 status open
19490
19491 \begin_layout Plain Layout
19492 rotated cell
19493 \begin_inset Newline newline
19494 \end_inset
19495
19496 with line break
19497 \end_layout
19498
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510 e
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 </row>
19516 <row>
19517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521 b
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530 c
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 d
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 </row>
19545 </lyxtabular>
19546
19547 \end_inset
19548
19549
19550 \end_layout
19551
19552 \end_inset
19553
19554
19555 \end_layout
19556
19557 \begin_layout Section
19558 Table Width Calculation
19559 \begin_inset CommandInset label
19560 LatexCommand label
19561 name "sec:Table-Width-Calculation"
19562
19563 \end_inset
19564
19565
19566 \end_layout
19567
19568 \begin_layout Standard
19569 For wide tables it is sometimes difficult to assure that the table does
19570  not protrude over the page margin.
19571  Setting a fixed width for every column of the table is the solution, but
19572  what amount of space is needed for each column?
19573 \end_layout
19574
19575 \begin_layout Standard
19576 The table width 
19577 \begin_inset Formula $W_{\mathrm{table}}$
19578 \end_inset
19579
19580  can be calculated: Every column has the width of the specified column width
19581  
19582 \begin_inset Formula $W_{\mathrm{column}}$
19583 \end_inset
19584
19585  (that the content of the column can consume) plus two times the separation
19586  between the column content and the column border (LaTeX length
19587 \series bold
19588  
19589 \backslash
19590 tabcolsep
19591 \series default
19592 , default 6
19593 \begin_inset space \thinspace{}
19594 \end_inset
19595
19596 pt) plus the width of a border line (LaTeX length 
19597 \series bold
19598
19599 \backslash
19600 arrayrulewidth
19601 \series default
19602 , default 0.4
19603 \begin_inset space \thinspace{}
19604 \end_inset
19605
19606 pt): So if all 
19607 \begin_inset Formula $n$
19608 \end_inset
19609
19610
19611 \begin_inset space ~
19612 \end_inset
19613
19614 columns have the same width, the table width is
19615 \begin_inset Formula 
19616 \begin{equation}
19617 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19618 \end{equation}
19619
19620 \end_inset
19621
19622
19623 \end_layout
19624
19625 \begin_layout Standard
19626 The available width for a table is the space between the page margins or
19627  the width of a text column (for a two-column document) (LaTeX length 
19628 \series bold
19629
19630 \backslash
19631 columnwidth
19632 \series default
19633 ).
19634  If all table columns should have the same width and 
19635 \begin_inset Formula $W_{\mathrm{table}}$
19636 \end_inset
19637
19638  should be 1
19639 \begin_inset space \thinspace{}
19640 \end_inset
19641
19642
19643 \backslash
19644 columnwidth, 
19645 \begin_inset Formula $W_{\mathrm{column}}$
19646 \end_inset
19647
19648  can easily be calculated.
19649 \end_layout
19650
19651 \begin_layout Standard
19652 To be able to perform calculations you need to load the LaTeX-package 
19653 \series bold
19654 calc
19655 \series default
19656
19657 \begin_inset Index idx
19658 status collapsed
19659
19660 \begin_layout Plain Layout
19661 LaTeX-packages ! calc
19662 \end_layout
19663
19664 \end_inset
19665
19666  in the document preamble.
19667  To set the width in the table dialog you have to use the field 
19668 \family sans
19669 LaTeX argument
19670 \family default
19671 .
19672  The command scheme for this field is the same that is explained in section
19673 \begin_inset space ~
19674 \end_inset
19675
19676
19677 \begin_inset CommandInset ref
19678 LatexCommand ref
19679 reference "sub:Multicolumn-Calculations"
19680
19681 \end_inset
19682
19683 .
19684  For a table with 5
19685 \begin_inset space \thinspace{}
19686 \end_inset
19687
19688 columns with an uniform width and centered text, enter there for each column
19689  the command
19690 \end_layout
19691
19692 \begin_layout Standard
19693
19694 \series bold
19695 >{
19696 \backslash
19697 centering}p{(1
19698 \backslash
19699 columnwidth-62.4pt)/5}
19700 \end_layout
19701
19702 \begin_layout Standard
19703 For a table with 5
19704 \begin_inset space \thinspace{}
19705 \end_inset
19706
19707 columns where 2 should have 0.75
19708 \begin_inset space ~
19709 \end_inset
19710
19711 times the width than the 3 others, the calculation is
19712 \begin_inset Formula 
19713 \begin{align}
19714 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19715  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19716  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19717 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19718 \end{align}
19719
19720 \end_inset
19721
19722
19723 \end_layout
19724
19725 \begin_layout Standard
19726 In the table therefore the command
19727 \end_layout
19728
19729 \begin_layout Standard
19730
19731 \series bold
19732 >{
19733 \backslash
19734 centering}p{(1
19735 \backslash
19736 columnwidth-62.4pt)/
19737 \backslash
19738 real{4.5}}
19739 \end_layout
19740
19741 \begin_layout Standard
19742 is used for the wider columns and
19743 \end_layout
19744
19745 \begin_layout Standard
19746
19747 \series bold
19748 >{
19749 \backslash
19750 centering}p{(1
19751 \backslash
19752 columnwidth-62.4pt)/
19753 \backslash
19754 real{4.5}*
19755 \backslash
19756 real{0.75}}
19757 \end_layout
19758
19759 \begin_layout Standard
19760 for the smaller ones:
19761 \end_layout
19762
19763 \begin_layout Standard
19764 \begin_inset Tabular
19765 <lyxtabular version="3" rows="2" columns="5">
19766 <features rotate="0" tabularvalignment="middle">
19767 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19768 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19769 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19770 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19771 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19772 <row>
19773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 1
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786 2
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795 3
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804 4
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813 5
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 </row>
19819 <row>
19820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 111111 1111111 111111 111111111 11111 11111 1111
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 2222 22222 222222 222222222 2222222 22 22222
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860 333333 333333 333333 33333 3333333 333
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 </row>
19866 </lyxtabular>
19867
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \begin_layout Section
19874 Table Customization
19875 \begin_inset Index idx
19876 status collapsed
19877
19878 \begin_layout Plain Layout
19879 Table Customization
19880 \end_layout
19881
19882 \end_inset
19883
19884
19885 \begin_inset Index idx
19886 status collapsed
19887
19888 \begin_layout Plain Layout
19889 Table ! Customization
19890 \end_layout
19891
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \begin_layout Subsection
19898 Row Spacing
19899 \begin_inset CommandInset label
19900 LatexCommand label
19901 name "sub:Row-Spacing"
19902
19903 \end_inset
19904
19905
19906 \begin_inset Index idx
19907 status collapsed
19908
19909 \begin_layout Plain Layout
19910 Table Customization ! Row Spacing
19911 \end_layout
19912
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \begin_layout Standard
19919 You can add vertical space to table rows in the 
19920 \family sans
19921 Borders
19922 \family default
19923  tab of the table dialog.
19924  You find there three possibilities:
19925 \end_layout
19926
19927 \begin_layout Description
19928 Top
19929 \begin_inset space ~
19930 \end_inset
19931
19932 of
19933 \begin_inset space ~
19934 \end_inset
19935
19936 row will add space above the characters of the table row.
19937  If the table is a formal table
19938 \begin_inset Foot
19939 status collapsed
19940
19941 \begin_layout Plain Layout
19942 Formal tables are explained in section
19943 \begin_inset space ~
19944 \end_inset
19945
19946
19947 \begin_inset CommandInset ref
19948 LatexCommand ref
19949 reference "sec:Formal-Tables"
19950
19951 \end_inset
19952
19953 .
19954 \end_layout
19955
19956 \end_inset
19957
19958  LyX will insert as default 0.5
19959 \begin_inset space \thinspace{}
19960 \end_inset
19961
19962 em space.
19963  For normal tables the inserted space will unfortunately destroy the vertical
19964  table lines as in the following table:
19965 \begin_inset VSpace medskip
19966 \end_inset
19967
19968
19969 \begin_inset Newline newline
19970 \end_inset
19971
19972
19973 \begin_inset space \hspace*{}
19974 \length 0pt
19975 \end_inset
19976
19977
19978 \begin_inset space \hfill{}
19979 \end_inset
19980
19981
19982 \begin_inset Tabular
19983 <lyxtabular version="3" rows="3" columns="1">
19984 <features rotate="0" tabularvalignment="middle">
19985 <column alignment="center" valignment="top">
19986 <row>
19987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 A
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 </row>
19997 <row topspace="3mm">
19998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002 3
20003 \begin_inset space \thinspace{}
20004 \end_inset
20005
20006 mm space top of row
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 <row>
20013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 C
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 </row>
20023 </lyxtabular>
20024
20025 \end_inset
20026
20027
20028 \begin_inset space \hfill{}
20029 \end_inset
20030
20031
20032 \begin_inset space \hspace*{}
20033 \length 0pt
20034 \end_inset
20035
20036
20037 \begin_inset VSpace medskip
20038 \end_inset
20039
20040
20041 \begin_inset Newline newline
20042 \end_inset
20043
20044 So inserting space in the top of row for normal tables is only useful when
20045  you don't have vertical lines.
20046 \end_layout
20047
20048 \begin_layout Description
20049 Bottom
20050 \begin_inset space ~
20051 \end_inset
20052
20053 of
20054 \begin_inset space ~
20055 \end_inset
20056
20057 row will add space below the characters of the table row.
20058  If the table is a formal table LyX will insert as default 0.5
20059 \begin_inset space \thinspace{}
20060 \end_inset
20061
20062 em space, for normal tables the default size is 2
20063 \begin_inset space \thinspace{}
20064 \end_inset
20065
20066 pt.
20067 \end_layout
20068
20069 \begin_layout Description
20070 Between
20071 \begin_inset space ~
20072 \end_inset
20073
20074 rows adds space between the current and the following row.
20075  If the table is a formal table LyX will insert as default 0.5
20076 \begin_inset space \thinspace{}
20077 \end_inset
20078
20079 em space.
20080  For normal tables the inserted space will unfortunately destroy the vertical
20081  table lines as in the following table:
20082 \begin_inset VSpace medskip
20083 \end_inset
20084
20085
20086 \begin_inset Newline newline
20087 \end_inset
20088
20089
20090 \begin_inset space \hspace*{}
20091 \length 0pt
20092 \end_inset
20093
20094
20095 \begin_inset space \hfill{}
20096 \end_inset
20097
20098
20099 \begin_inset Tabular
20100 <lyxtabular version="3" rows="3" columns="1">
20101 <features rotate="0" tabularvalignment="middle">
20102 <column alignment="center" valignment="top">
20103 <row>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 A
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 </row>
20114 <row interlinespace="3mm">
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 \begin_inset Formula $\downarrow$
20120 \end_inset
20121
20122  3
20123 \begin_inset space \thinspace{}
20124 \end_inset
20125
20126 mm space between row 
20127 \begin_inset Formula $\downarrow$
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 </row>
20136 <row>
20137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141 \begin_inset Formula $\uparrow$
20142 \end_inset
20143
20144  3
20145 \begin_inset space \thinspace{}
20146 \end_inset
20147
20148 mm space between row 
20149 \begin_inset Formula $\uparrow$
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 </row>
20158 </lyxtabular>
20159
20160 \end_inset
20161
20162
20163 \begin_inset space \hfill{}
20164 \end_inset
20165
20166
20167 \begin_inset space \hspace*{}
20168 \length 0pt
20169 \end_inset
20170
20171
20172 \begin_inset VSpace medskip
20173 \end_inset
20174
20175
20176 \begin_inset Newline newline
20177 \end_inset
20178
20179 So inserting space between rows for normal tables is only useful when you
20180  don't have vertical lines.
20181 \end_layout
20182
20183 \begin_layout Standard
20184 \begin_inset VSpace bigskip
20185 \end_inset
20186
20187 When you want to add extra height to all cells of all tables, you can do
20188  this with the following preamble lines:
20189 \end_layout
20190
20191 \begin_layout Standard
20192
20193 \series bold
20194
20195 \backslash
20196 @ifundefined{extrarowheight}
20197 \begin_inset Newline newline
20198 \end_inset
20199
20200
20201 \begin_inset Phantom HPhantom
20202 status open
20203
20204 \begin_layout Plain Layout
20205
20206 \series bold
20207 \begin_inset space ~
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \end_inset
20214
20215 {
20216 \backslash
20217 usepackage{array}}{}
20218 \begin_inset Newline newline
20219 \end_inset
20220
20221
20222 \backslash
20223 setlength{
20224 \backslash
20225 extrarowheight}{height}
20226 \end_layout
20227
20228 \begin_layout Standard
20229 But this has the disadvantage that the cell texts are no longer exactly
20230  vertically centered.
20231  (The package 
20232 \series bold
20233 array
20234 \series default
20235  will be loaded automatically by LyX when you use self defined table formats.
20236  To avoid that it being loaded twice the command 
20237 \series bold
20238
20239 \backslash
20240 @ifundefined
20241 \series default
20242  is used in the above command.)
20243 \end_layout
20244
20245 \begin_layout Standard
20246 If you are using font sizes larger than the normal size, the table borders
20247  are often too close to the letters.
20248  This can be corrected by inserting the command 
20249 \series bold
20250
20251 \backslash
20252 strut
20253 \series default
20254  in TeX-Code at the beginning of a table row.
20255  Table
20256 \begin_inset space ~
20257 \end_inset
20258
20259
20260 \begin_inset CommandInset ref
20261 LatexCommand ref
20262 reference "tab:Vertical-alignment-of"
20263
20264 \end_inset
20265
20266  illustrates the effect.
20267 \end_layout
20268
20269 \begin_layout Standard
20270 \noindent
20271 \begin_inset Float table
20272 placement h
20273 wide false
20274 sideways false
20275 status open
20276
20277 \begin_layout Plain Layout
20278 \begin_inset Caption Standard
20279
20280 \begin_layout Plain Layout
20281 \begin_inset CommandInset label
20282 LatexCommand label
20283 name "tab:Vertical-alignment-of"
20284
20285 \end_inset
20286
20287 Vertical alignment of text with large font sizes.
20288 \end_layout
20289
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \begin_layout Plain Layout
20296 \begin_inset space \hfill{}
20297 \end_inset
20298
20299
20300 \begin_inset Float table
20301 wide false
20302 sideways false
20303 status collapsed
20304
20305 \begin_layout Plain Layout
20306 \begin_inset Caption Standard
20307
20308 \begin_layout Plain Layout
20309 Normal table.
20310 \end_layout
20311
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \begin_layout Plain Layout
20318 \noindent
20319 \align center
20320 \begin_inset Tabular
20321 <lyxtabular version="3" rows="6" columns="1">
20322 <features rotate="0" tabularvalignment="middle">
20323 <column alignment="left" valignment="top">
20324 <row>
20325 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329 Normal, g
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 </row>
20335 <row>
20336 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340
20341 \size large
20342 Large
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \size larger
20355 Larger
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 </row>
20361 <row>
20362 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366
20367 \size largest
20368 Largest
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 <row>
20375 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379
20380 \size huge
20381 Huge
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 </row>
20387 <row>
20388 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392
20393 \size huge
20394 Huger
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 </lyxtabular>
20401
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \end_inset
20408
20409
20410 \begin_inset space \hfill{}
20411 \end_inset
20412
20413
20414 \begin_inset Float table
20415 wide false
20416 sideways false
20417 status collapsed
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Caption Standard
20421
20422 \begin_layout Plain Layout
20423 Table using the command 
20424 \series bold
20425
20426 \backslash
20427 strut
20428 \series default
20429 .
20430 \end_layout
20431
20432 \end_inset
20433
20434
20435 \end_layout
20436
20437 \begin_layout Plain Layout
20438 \noindent
20439 \align center
20440 \begin_inset Tabular
20441 <lyxtabular version="3" rows="6" columns="1">
20442 <features rotate="0" tabularvalignment="middle">
20443 <column alignment="left" valignment="top">
20444 <row>
20445 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449 Normal, g
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 large
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 Large
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 larger
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 Larger
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 largest
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 Largest
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \size huge
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 Huge
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 </row>
20555 <row>
20556 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560
20561 \size giant
20562 \begin_inset ERT
20563 status collapsed
20564
20565 \begin_layout Plain Layout
20566
20567
20568 \backslash
20569 strut 
20570 \end_layout
20571
20572 \end_inset
20573
20574
20575 \size huge
20576 Huger
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 </lyxtabular>
20583
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \end_inset
20590
20591
20592 \begin_inset space \hfill{}
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \begin_layout Subsection
20604 Special Cell Alignment
20605 \begin_inset CommandInset label
20606 LatexCommand label
20607 name "sub:Special-Cell-Alignment"
20608
20609 \end_inset
20610
20611
20612 \begin_inset Index idx
20613 status collapsed
20614
20615 \begin_layout Plain Layout
20616 Table Customization ! Special Cell Alignment
20617 \end_layout
20618
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \begin_layout Standard
20625 Sometimes it looks better when the cell entries of a column are aligned
20626  with a special character, e.
20627 \begin_inset space \thinspace{}
20628 \end_inset
20629
20630 g.
20631 \begin_inset space \space{}
20632 \end_inset
20633
20634 with the decimal separator as in Table
20635 \begin_inset space ~
20636 \end_inset
20637
20638
20639 \begin_inset CommandInset ref
20640 LatexCommand ref
20641 reference "tab:Table-cells-align"
20642
20643 \end_inset
20644
20645 .
20646  This alignment is achieved by setting the cursor into the column and then
20647  either pressing the toolbar button 
20648 \begin_inset Info
20649 type  "icon"
20650 arg   "inset-modify tabular align-decimal"
20651 \end_inset
20652
20653  or setting the alignment in the table settings to 
20654 \family sans
20655 At
20656 \begin_inset space ~
20657 \end_inset
20658
20659 Decimal
20660 \begin_inset space ~
20661 \end_inset
20662
20663 Separator
20664 \family default
20665 .
20666  The alignment character can be a character of your choice and is specified
20667  in the table settings.
20668 \end_layout
20669
20670 \begin_layout Standard
20671 \begin_inset Float table
20672 placement h
20673 wide false
20674 sideways false
20675 status open
20676
20677 \begin_layout Plain Layout
20678 \begin_inset Caption Standard
20679
20680 \begin_layout Plain Layout
20681 \begin_inset CommandInset label
20682 LatexCommand label
20683 name "tab:Table-cells-align"
20684
20685 \end_inset
20686
20687 Table cells of a column aligned with the decimal separator.
20688 \end_layout
20689
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \begin_layout Plain Layout
20696 \align center
20697 \begin_inset Tabular
20698 <lyxtabular version="3" rows="4" columns="1">
20699 <features rotate="0" booktabs="true" tabularvalignment="middle">
20700 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20701 <row>
20702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706 heading
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 <row>
20713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717 12.6
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 </row>
20723 <row>
20724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 0.68
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 </row>
20734 <row>
20735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739 -123.0
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 </row>
20745 </lyxtabular>
20746
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Standard
20758 \begin_inset Float table
20759 placement h
20760 wide false
20761 sideways false
20762 status open
20763
20764 \begin_layout Plain Layout
20765 \begin_inset Caption Standard
20766
20767 \begin_layout Plain Layout
20768 \begin_inset CommandInset label
20769 LatexCommand label
20770 name "tab:Table-align-operator"
20771
20772 \end_inset
20773
20774 Table cells of a column aligned with the operators.
20775 \end_layout
20776
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \begin_layout Plain Layout
20783 \align center
20784 \begin_inset Tabular
20785 <lyxtabular version="3" rows="4" columns="2">
20786 <features rotate="0" booktabs="true" tabularvalignment="middle">
20787 <column alignment="right" valignment="top" width="0pt">
20788 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20789 <row>
20790 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794 heading
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 <row>
20810 <cell alignment="center" valignment="top" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814 \begin_inset Formula $12\,+$
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 \begin_inset Formula $\,6$
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 </row>
20835 <row>
20836 <cell alignment="center" valignment="top" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 \begin_inset Formula $0\,-$
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 \begin_inset Formula $\,68$
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 <row>
20862 <cell alignment="center" valignment="top" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866 \begin_inset Formula $-123\,/$
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 <cell alignment="center" valignment="top" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878 \begin_inset Formula $\,0$
20879 \end_inset
20880
20881
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 </row>
20887 </lyxtabular>
20888
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \begin_layout Standard
20900 For alignments at characters in formulas this method does not work because
20901  the field to specify the alignment character does not allow formulas.
20902  In this case one need to use the method from Table
20903 \begin_inset space ~
20904 \end_inset
20905
20906
20907 \begin_inset CommandInset ref
20908 LatexCommand ref
20909 reference "tab:Table-align-operator"
20910
20911 \end_inset
20912
20913 .
20914  This table was created with a 4×2 table.
20915  The heading is a centered multicolumn.
20916  The first column is right-aligned and contains the first part including
20917  the operator.
20918  The second column is left aligned and contains the rest.
20919  A small space was added at the beginning of each cell of the second column
20920  to get the space that is usually around operators.
20921  To omit the space that is normally between two table columns, the following
20922  LaTeX-argument was used for the second column:
20923 \end_layout
20924
20925 \begin_layout Standard
20926
20927 \series bold
20928 @{}l
20929 \end_layout
20930
20931 \begin_layout Standard
20932 Table
20933 \begin_inset space ~
20934 \end_inset
20935
20936
20937 \begin_inset CommandInset ref
20938 LatexCommand ref
20939 reference "tab:Several-table-cell"
20940
20941 \end_inset
20942
20943  shows some example alignments.
20944  For the alignment with the relation sign, a small space was added like
20945  for the second column of Table
20946 \begin_inset space ~
20947 \end_inset
20948
20949
20950 \begin_inset CommandInset ref
20951 LatexCommand ref
20952 reference "tab:Table-align-operator"
20953
20954 \end_inset
20955
20956 .
20957 \end_layout
20958
20959 \begin_layout Standard
20960 \begin_inset Float table
20961 placement h
20962 wide false
20963 sideways false
20964 status open
20965
20966 \begin_layout Plain Layout
20967 \begin_inset Caption Standard
20968
20969 \begin_layout Plain Layout
20970 \begin_inset CommandInset label
20971 LatexCommand label
20972 name "tab:Several-table-cell"
20973
20974 \end_inset
20975
20976 Several table cell alignments.
20977 \end_layout
20978
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \begin_layout Plain Layout
20985 \align center
20986 \begin_inset Tabular
20987 <lyxtabular version="3" rows="4" columns="6">
20988 <features rotate="0" tabularvalignment="middle">
20989 <column alignment="right" valignment="top">
20990 <column alignment="left" valignment="top" special="@{}l">
20991 <column alignment="right" valignment="top">
20992 <column alignment="left" valignment="top" special="@{}l">
20993 <column alignment="right" valignment="top">
20994 <column alignment="left" valignment="top" special="@{}l">
20995 <row>
20996 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000 units
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018 exponents
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 relations
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 </row>
21051 <row>
21052 <cell alignment="center" valignment="top" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 12×
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 24
21066 \begin_inset space \thinspace{}
21067 \end_inset
21068
21069 bottles
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 <cell alignment="center" valignment="top" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078 \begin_inset Formula $10\cdot$
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 \begin_inset Formula $10^{\mbox{-}17}$
21091 \end_inset
21092
21093
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 \begin_inset Formula $\Gamma(t)\propto$
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 <cell alignment="center" valignment="top" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114 \begin_inset Formula $\:\Upsilon(t)$
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 </row>
21123 <row>
21124 <cell alignment="center" valignment="top" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 1024×
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 768
21138 \begin_inset space \thinspace{}
21139 \end_inset
21140
21141 Pixels
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell alignment="center" valignment="top" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150 \begin_inset Formula $5.78\cdot$
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $10^{7}$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 <cell alignment="center" valignment="top" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174 \begin_inset Formula $A\ne$
21175 \end_inset
21176
21177
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 <cell alignment="center" valignment="top" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186 \begin_inset Formula $\:B_{\mathrm{red}}$
21187 \end_inset
21188
21189
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 </row>
21195 <row>
21196 <cell alignment="center" valignment="top" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 32×
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 6
21210 \begin_inset space \thinspace{}
21211 \end_inset
21212
21213 cm
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 -
21223 \begin_inset Formula $33.5\cdot$
21224 \end_inset
21225
21226
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235 \begin_inset Formula $10^{4}$
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 <cell alignment="center" valignment="top" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247 \begin_inset Formula $\sin(\alpha)\ge$
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 <cell alignment="center" valignment="top" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Formula $\:\sin(\beta)$
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 </row>
21268 </lyxtabular>
21269
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \end_inset
21276
21277
21278 \end_layout
21279
21280 \begin_layout Subsection
21281 Customized Cell/Column Format
21282 \begin_inset CommandInset label
21283 LatexCommand label
21284 name "sub:Customized-Format"
21285
21286 \end_inset
21287
21288
21289 \begin_inset Index idx
21290 status collapsed
21291
21292 \begin_layout Plain Layout
21293 Table Customization ! Cell/Column Format
21294 \end_layout
21295
21296 \end_inset
21297
21298
21299 \end_layout
21300
21301 \begin_layout Standard
21302 Calculating the required width for normal columns as described in section
21303 \begin_inset space ~
21304 \end_inset
21305
21306
21307 \begin_inset CommandInset ref
21308 LatexCommand ref
21309 reference "sec:Table-Width-Calculation"
21310
21311 \end_inset
21312
21313  or for spanned columns as described in section
21314 \begin_inset space ~
21315 \end_inset
21316
21317
21318 \begin_inset CommandInset ref
21319 LatexCommand ref
21320 reference "sub:Multicolumn-Calculations"
21321
21322 \end_inset
21323
21324  is very annoying if you have several tables where a calculation is necessary.
21325  To make life easier, you can define a cell/column format in the preamble,
21326  that can be used in all tables of the document.
21327  The format is defined with the command
21328 \end_layout
21329
21330 \begin_layout Standard
21331
21332 \series bold
21333
21334 \backslash
21335 newcolumntype{name of format}[number of arguments]{commands}
21336 \end_layout
21337
21338 \begin_layout Standard
21339 The format name may only consist of one letter.
21340  The letters 
21341 \emph on
21342 b
21343 \emph default
21344
21345 \emph on
21346 c
21347 \emph default
21348
21349 \emph on
21350 l
21351 \emph default
21352
21353 \emph on
21354 m
21355 \emph default
21356
21357 \emph on
21358 p
21359 \emph default
21360  and 
21361 \emph on
21362 r
21363 \emph default
21364  are predefined and cannot be used.
21365  But all letters are allowed as capitals.
21366 \end_layout
21367
21368 \begin_layout Standard
21369 \begin_inset VSpace medskip
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \begin_layout Standard
21376 For vertically and horizontally centered multicolumn cells with a fixed
21377  width you can define the cell format
21378 \end_layout
21379
21380 \begin_layout Standard
21381
21382 \series bold
21383
21384 \backslash
21385 newcolumntype{M}[1]{>{
21386 \backslash
21387 centering
21388 \backslash
21389 hspace{0pt}}m{#1}}
21390 \end_layout
21391
21392 \begin_layout Standard
21393 where 
21394 \series bold
21395
21396 \backslash
21397 hspace{0pt}
21398 \series default
21399  avoids the problem of hyphenating the first word, as described in section
21400 \begin_inset space ~
21401 \end_inset
21402
21403
21404 \begin_inset CommandInset ref
21405 LatexCommand ref
21406 reference "sub:Multiple-Lines-in"
21407
21408 \end_inset
21409
21410 .
21411  Now you can simply enter
21412 \end_layout
21413
21414 \begin_layout Standard
21415
21416 \series bold
21417 M{width}
21418 \end_layout
21419
21420 \begin_layout Standard
21421 as 
21422 \family sans
21423 LaTeX-argument
21424 \family default
21425  in the table dialog to create a multicolumn.
21426 \end_layout
21427
21428 \begin_layout Standard
21429 \begin_inset VSpace bigskip
21430 \end_inset
21431
21432
21433 \end_layout
21434
21435 \begin_layout Standard
21436 For cells spanned by a multicolumn cell, you can define the format
21437 \end_layout
21438
21439 \begin_layout Standard
21440
21441 \series bold
21442
21443 \backslash
21444 newcolumntype{S}[2]{>{
21445 \backslash
21446 centering
21447 \backslash
21448 hspace{0pt}}
21449 \begin_inset Newline newline
21450 \end_inset
21451
21452
21453 \begin_inset Phantom HPhantom
21454 status open
21455
21456 \begin_layout Plain Layout
21457
21458 \series bold
21459
21460 \backslash
21461 newcolumntype
21462 \end_layout
21463
21464 \end_inset
21465
21466 m{(#1+(2
21467 \backslash
21468 tabcolsep+
21469 \backslash
21470 arrayrulewidth)*(1-#2))/#2}}
21471 \end_layout
21472
21473 \begin_layout Standard
21474 This format uses equation 
21475 \begin_inset CommandInset ref
21476 LatexCommand eqref
21477 reference "eq:Wgn"
21478
21479 \end_inset
21480
21481  to calculate the required width so that each spanned cell has the same
21482  width.
21483 \end_layout
21484
21485 \begin_layout Standard
21486 You can now enter
21487 \end_layout
21488
21489 \begin_layout Standard
21490
21491 \series bold
21492 S{width of multicolumn cell}{number of spanned columns}
21493 \end_layout
21494
21495 \begin_layout Standard
21496 as LaTeX-argument of the column.
21497 \end_layout
21498
21499 \begin_layout Standard
21500 \begin_inset VSpace bigskip
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \begin_layout Standard
21507 For colored columns, you can define
21508 \end_layout
21509
21510 \begin_layout Standard
21511
21512 \series bold
21513
21514 \backslash
21515 newcolumntype{K}[1]{>{
21516 \backslash
21517 columncolor{#1}
21518 \backslash
21519 hspace{0pt}}c}
21520 \end_layout
21521
21522 \begin_layout Standard
21523 The 
21524 \begin_inset Quotes eld
21525 \end_inset
21526
21527 c
21528 \begin_inset Quotes erd
21529 \end_inset
21530
21531  at the end creates a column with a flexible width whose text is horizontally
21532  centered.
21533  You can now enter
21534 \end_layout
21535
21536 \begin_layout Standard
21537
21538 \series bold
21539 K{color name}
21540 \end_layout
21541
21542 \begin_layout Standard
21543 as LaTeX-argument.
21544 \end_layout
21545
21546 \begin_layout Standard
21547 \begin_inset VSpace bigskip
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \begin_layout Standard
21554 To create Table
21555 \begin_inset space ~
21556 \end_inset
21557
21558
21559 \begin_inset CommandInset ref
21560 LatexCommand ref
21561 reference "tab:Table-using-user-defined"
21562
21563 \end_inset
21564
21565  use the LaTeX-arguments
21566 \end_layout
21567
21568 \begin_layout Standard
21569
21570 \series bold
21571 M{2.5cm}
21572 \end_layout
21573
21574 \begin_layout Standard
21575 for the first column and the multicolumn,
21576 \end_layout
21577
21578 \begin_layout Standard
21579
21580 \series bold
21581 K{red}
21582 \end_layout
21583
21584 \begin_layout Standard
21585 for the last column, and
21586 \end_layout
21587
21588 \begin_layout Standard
21589
21590 \series bold
21591 S{2.5cm}{2}
21592 \end_layout
21593
21594 \begin_layout Standard
21595 for the cells in the second column.
21596 \end_layout
21597
21598 \begin_layout Standard
21599 \begin_inset Float table
21600 placement h
21601 wide false
21602 sideways false
21603 status open
21604
21605 \begin_layout Plain Layout
21606 \begin_inset Caption Standard
21607
21608 \begin_layout Plain Layout
21609 \begin_inset CommandInset label
21610 LatexCommand label
21611 name "tab:Table-using-user-defined"
21612
21613 \end_inset
21614
21615 Table using user-defined table formats
21616 \end_layout
21617
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \begin_layout Plain Layout
21624 \align center
21625 \begin_inset Tabular
21626 <lyxtabular version="3" rows="3" columns="4">
21627 <features rotate="0" tabularvalignment="middle">
21628 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21629 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21630 <column alignment="center" valignment="middle">
21631 <column alignment="center" valignment="middle" special="K{red}">
21632 <row>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 verylongtablecellword
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 multiple lines multicolumn
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 c
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 </row>
21670 <row>
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675 d
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 e
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 f
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 g
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 </row>
21708 <row>
21709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713 h
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722 i
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 j
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740 k
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 </lyxtabular>
21747
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \begin_layout Subsection
21759 Line Thickness
21760 \begin_inset CommandInset label
21761 LatexCommand label
21762 name "sub:Line-Thickness"
21763
21764 \end_inset
21765
21766
21767 \begin_inset Index idx
21768 status collapsed
21769
21770 \begin_layout Plain Layout
21771 Table Customization ! Line Thickness
21772 \end_layout
21773
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \begin_layout Standard
21780 The line thickness for all lines in a table can be adjusted with the length
21781  
21782 \series bold
21783
21784 \backslash
21785 arrayrulewidth
21786 \series default
21787 .
21788  To set for example a line thickness of 1.5
21789 \begin_inset space \thinspace{}
21790 \end_inset
21791
21792 pt, as in Table
21793 \begin_inset space ~
21794 \end_inset
21795
21796
21797 \begin_inset CommandInset ref
21798 LatexCommand ref
21799 reference "tab:Table-with-1.5"
21800
21801 \end_inset
21802
21803 , insert the command
21804 \end_layout
21805
21806 \begin_layout Standard
21807
21808 \series bold
21809
21810 \backslash
21811 setlength{
21812 \backslash
21813 arrayrulewidth}{1.5pt}
21814 \end_layout
21815
21816 \begin_layout Standard
21817 in TeX-Code before the table or table float.
21818  The changed thickness is valid for all subsequent tables.
21819  To use the default value again, set 
21820 \series bold
21821
21822 \backslash
21823 arrayrulewidth
21824 \series default
21825  to 0.4
21826 \begin_inset space \thinspace{}
21827 \end_inset
21828
21829 pt in TeX-Code after the table or table float.
21830 \end_layout
21831
21832 \begin_layout Standard
21833 \begin_inset ERT
21834 status collapsed
21835
21836 \begin_layout Plain Layout
21837
21838
21839 \backslash
21840 setlength{
21841 \backslash
21842 arrayrulewidth}{1.5pt}
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \begin_inset Float table
21849 wide false
21850 sideways false
21851 status open
21852
21853 \begin_layout Plain Layout
21854 \begin_inset Caption Standard
21855
21856 \begin_layout Plain Layout
21857 \begin_inset CommandInset label
21858 LatexCommand label
21859 name "tab:Table-with-1.5"
21860
21861 \end_inset
21862
21863 Table with 1.5
21864 \begin_inset space \thinspace{}
21865 \end_inset
21866
21867 pt thick lines
21868 \end_layout
21869
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \begin_layout Plain Layout
21876 \align center
21877 \begin_inset Tabular
21878 <lyxtabular version="3" rows="3" columns="3">
21879 <features rotate="0" tabularvalignment="middle">
21880 <column alignment="center" valignment="top">
21881 <column alignment="center" valignment="top">
21882 <column alignment="center" valignment="top">
21883 <row>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 sd
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 </row>
21912 <row>
21913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926 sd
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 </row>
21941 <row>
21942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21952 \begin_inset Text
21953
21954 \begin_layout Plain Layout
21955
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964 sd
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 </lyxtabular>
21971
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \end_inset
21978
21979
21980 \begin_inset ERT
21981 status collapsed
21982
21983 \begin_layout Plain Layout
21984
21985
21986 \backslash
21987 setlength{
21988 \backslash
21989 arrayrulewidth}{0.4pt}
21990 \end_layout
21991
21992 \end_inset
21993
21994
21995 \end_layout
21996
21997 \begin_layout Standard
21998 \begin_inset VSpace bigskip
21999 \end_inset
22000
22001 To set the line thickness to 1.5
22002 \begin_inset space \thinspace{}
22003 \end_inset
22004
22005 pt only for horizontal lines, as in Table
22006 \begin_inset space ~
22007 \end_inset
22008
22009
22010 \begin_inset CommandInset ref
22011 LatexCommand ref
22012 reference "tab:Table-with-horizontal"
22013
22014 \end_inset
22015
22016 , insert these commands in TeX-Code before the table or table float:
22017 \end_layout
22018
22019 \begin_layout Standard
22020
22021 \series bold
22022
22023 \backslash
22024 let
22025 \backslash
22026 myHline
22027 \backslash
22028 hline
22029 \begin_inset Newline newline
22030 \end_inset
22031
22032
22033 \backslash
22034 renewcommand{
22035 \backslash
22036 hline}
22037 \begin_inset Newline newline
22038 \end_inset
22039
22040  {
22041 \backslash
22042 noalign{
22043 \backslash
22044 global
22045 \backslash
22046 arrayrulewidth 1.5pt}
22047 \begin_inset Newline newline
22048 \end_inset
22049
22050  
22051 \backslash
22052 myHline
22053 \backslash
22054 noalign{
22055 \backslash
22056 global
22057 \backslash
22058 arrayrulewidth 0.4pt}}
22059 \end_layout
22060
22061 \begin_layout Standard
22062 To return to the default line thickness, insert this command in TeX-Code
22063  after the table or table float:
22064 \end_layout
22065
22066 \begin_layout Standard
22067
22068 \series bold
22069
22070 \backslash
22071 renewcommand{
22072 \backslash
22073 hline}{
22074 \backslash
22075 myHline}
22076 \end_layout
22077
22078 \begin_layout Standard
22079 \begin_inset ERT
22080 status collapsed
22081
22082 \begin_layout Plain Layout
22083
22084
22085 \backslash
22086 let
22087 \backslash
22088 myHline
22089 \backslash
22090 hline
22091 \end_layout
22092
22093 \begin_layout Plain Layout
22094
22095
22096 \backslash
22097 renewcommand{
22098 \backslash
22099 hline}
22100 \end_layout
22101
22102 \begin_layout Plain Layout
22103
22104  {
22105 \backslash
22106 noalign{
22107 \backslash
22108 global
22109 \backslash
22110 arrayrulewidth 1.5pt}
22111 \end_layout
22112
22113 \begin_layout Plain Layout
22114
22115   
22116 \backslash
22117 myHline
22118 \backslash
22119 noalign{
22120 \backslash
22121 global
22122 \backslash
22123 arrayrulewidth 0.4pt}}
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \begin_inset Float table
22130 wide false
22131 sideways false
22132 status open
22133
22134 \begin_layout Plain Layout
22135 \begin_inset Caption Standard
22136
22137 \begin_layout Plain Layout
22138 \begin_inset CommandInset label
22139 LatexCommand label
22140 name "tab:Table-with-horizontal"
22141
22142 \end_inset
22143
22144 Table with 1.5
22145 \begin_inset space \thinspace{}
22146 \end_inset
22147
22148 pt thick horizontal lines
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \begin_layout Plain Layout
22157 \align center
22158 \begin_inset Tabular
22159 <lyxtabular version="3" rows="3" columns="3">
22160 <features rotate="0" tabularvalignment="middle">
22161 <column alignment="center" valignment="top">
22162 <column alignment="center" valignment="top">
22163 <column alignment="center" valignment="top">
22164 <row>
22165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 sd
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 </row>
22193 <row>
22194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207 sd
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 </row>
22222 <row>
22223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245 sd
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 </lyxtabular>
22252
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \end_inset
22259
22260
22261 \begin_inset ERT
22262 status collapsed
22263
22264 \begin_layout Plain Layout
22265
22266
22267 \backslash
22268 renewcommand{
22269 \backslash
22270 hline}{
22271 \backslash
22272 myHline}
22273 \end_layout
22274
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \begin_layout Standard
22281 \begin_inset VSpace bigskip
22282 \end_inset
22283
22284 To set the line thickness to 1.5
22285 \begin_inset space \thinspace{}
22286 \end_inset
22287
22288 pt only for vertical lines, create the following column format in the document
22289  preamble, according to the description in section
22290 \begin_inset space ~
22291 \end_inset
22292
22293
22294 \begin_inset CommandInset ref
22295 LatexCommand ref
22296 reference "sub:Customized-Format"
22297
22298 \end_inset
22299
22300 :
22301 \end_layout
22302
22303 \begin_layout Standard
22304
22305 \series bold
22306
22307 \backslash
22308 newcolumntype{V}{!{
22309 \backslash
22310 vrule width 1.5pt}}
22311 \end_layout
22312
22313 \begin_layout Standard
22314 For Table
22315 \begin_inset space ~
22316 \end_inset
22317
22318
22319 \begin_inset CommandInset ref
22320 LatexCommand ref
22321 reference "tab:Table-with-vertical"
22322
22323 \end_inset
22324
22325  the LaTeX-argument
22326 \end_layout
22327
22328 \begin_layout Standard
22329
22330 \series bold
22331 VcV
22332 \end_layout
22333
22334 \begin_layout Standard
22335 was used for the last column and
22336 \end_layout
22337
22338 \begin_layout Standard
22339
22340 \series bold
22341 Vc
22342 \end_layout
22343
22344 \begin_layout Standard
22345 for the other columns.
22346 \end_layout
22347
22348 \begin_layout Standard
22349 \begin_inset Float table
22350 wide false
22351 sideways false
22352 status open
22353
22354 \begin_layout Plain Layout
22355 \begin_inset Caption Standard
22356
22357 \begin_layout Plain Layout
22358 \begin_inset CommandInset label
22359 LatexCommand label
22360 name "tab:Table-with-vertical"
22361
22362 \end_inset
22363
22364 Table with 1.5
22365 \begin_inset space \thinspace{}
22366 \end_inset
22367
22368 pt thick vertical lines
22369 \end_layout
22370
22371 \end_inset
22372
22373
22374 \end_layout
22375
22376 \begin_layout Plain Layout
22377 \align center
22378 \begin_inset Tabular
22379 <lyxtabular version="3" rows="3" columns="3">
22380 <features rotate="0" tabularvalignment="middle">
22381 <column alignment="center" valignment="top" special="Vc">
22382 <column alignment="center" valignment="top" special="Vc">
22383 <column alignment="center" valignment="top" special="VcV">
22384 <row>
22385 <cell alignment="center" valignment="top" topline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 sd
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" topline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 </row>
22413 <row>
22414 <cell alignment="center" valignment="top" topline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" topline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427 sd
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 <cell alignment="center" valignment="top" topline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 </row>
22442 <row>
22443 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 sd
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 </row>
22471 </lyxtabular>
22472
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \begin_layout Subsection
22484 Dashed Lines
22485 \begin_inset Index idx
22486 status collapsed
22487
22488 \begin_layout Plain Layout
22489 Table Customization ! Dashed Lines
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \begin_layout Standard
22498 \begin_inset ERT
22499 status collapsed
22500
22501 \begin_layout Plain Layout
22502
22503
22504 \backslash
22505 ifarydshln
22506 \end_layout
22507
22508 \end_inset
22509
22510
22511 \begin_inset Note Note
22512 status open
22513
22514 \begin_layout Plain Layout
22515 The following section will only be displayed when the LaTeX-package 
22516 \series bold
22517 arydshln
22518 \series default
22519  is installed.
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Standard
22528 \begin_inset Float table
22529 placement H
22530 wide false
22531 sideways false
22532 status open
22533
22534 \begin_layout Plain Layout
22535 \begin_inset Caption Standard
22536
22537 \begin_layout Plain Layout
22538 \begin_inset CommandInset label
22539 LatexCommand label
22540 name "tab:Table-with-dashed"
22541
22542 \end_inset
22543
22544 Table with dashed lines
22545 \end_layout
22546
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \begin_layout Plain Layout
22553 \align center
22554 \begin_inset Tabular
22555 <lyxtabular version="3" rows="5" columns="5">
22556 <features rotate="0" tabularvalignment="middle">
22557 <column alignment="center" valignment="top">
22558 <column alignment="center" valignment="top">
22559 <column alignment="center" valignment="top" special=":c">
22560 <column alignment="center" valignment="top">
22561 <column alignment="center" valignment="top">
22562 <row>
22563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 a
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 b
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 c
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 d
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 e
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 f
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 g
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" topline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 h
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 i
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 j
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 </row>
22656 <row>
22657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 \begin_inset ERT
22662 status collapsed
22663
22664 \begin_layout Plain Layout
22665
22666
22667 \backslash
22668 hdashline 
22669 \end_layout
22670
22671 \end_inset
22672
22673 k
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 l
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 m
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 n
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 o
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 <row>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 \begin_inset ERT
22721 status collapsed
22722
22723 \begin_layout Plain Layout
22724
22725
22726 \backslash
22727 cdashline{4-5}
22728 \end_layout
22729
22730 \end_inset
22731
22732 p
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 q
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 r
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 s
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 </row>
22774 <row>
22775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 t
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788 u
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 v
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 w
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 x
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 </row>
22821 </lyxtabular>
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \begin_layout Standard
22834 LyX does not natively support dashed lines, so you have to use TeX-Code.
22835  As a prerequisite the LaTeX-package 
22836 \series bold
22837 arydshln
22838 \series default
22839
22840 \begin_inset Index idx
22841 status collapsed
22842
22843 \begin_layout Plain Layout
22844 LaTeX-packages ! arydshln
22845 \end_layout
22846
22847 \end_inset
22848
22849  must be loaded in the document preamble with the command
22850 \end_layout
22851
22852 \begin_layout Standard
22853
22854 \series bold
22855
22856 \backslash
22857 usepackage{arydshln}
22858 \end_layout
22859
22860 \begin_layout Standard
22861 To make a vertical line dashed, enter the colon 
22862 \begin_inset Quotes eld
22863 \end_inset
22864
22865 :
22866 \begin_inset Quotes erd
22867 \end_inset
22868
22869  together with the character for the horizontal alignment as LaTeX-argument
22870  in the table cell dialog.
22871 \end_layout
22872
22873 \begin_layout Standard
22874 For a horizontal dashed line add the command
22875 \end_layout
22876
22877 \begin_layout Standard
22878
22879 \series bold
22880
22881 \backslash
22882 hdashline
22883 \end_layout
22884
22885 \begin_layout Standard
22886 in TeX-Code as first element of the first cell in the table row.
22887 \end_layout
22888
22889 \begin_layout Standard
22890 For dashed multicolumn lines use the command
22891 \end_layout
22892
22893 \begin_layout Standard
22894
22895 \series bold
22896
22897 \backslash
22898 cdashline{line number
22899 \series default
22900 }
22901 \end_layout
22902
22903 \begin_layout Standard
22904 in TeX-Code as the first element of the first cell in the table row.
22905  If you have for example a multicolumn spanning columns 2 to 4 and you want
22906  to have a dashed line above, add the command
22907 \end_layout
22908
22909 \begin_layout Standard
22910
22911 \series bold
22912
22913 \backslash
22914 cdashline{2-4}
22915 \end_layout
22916
22917 \begin_layout Standard
22918 as the first element of the first cell in the row of the multicolumn.
22919 \end_layout
22920
22921 \begin_layout Standard
22922 \begin_inset VSpace bigskip
22923 \end_inset
22924
22925
22926 \end_layout
22927
22928 \begin_layout Standard
22929 Table
22930 \begin_inset space ~
22931 \end_inset
22932
22933
22934 \begin_inset CommandInset ref
22935 LatexCommand ref
22936 reference "tab:Table-with-dashed"
22937
22938 \end_inset
22939
22940  was created using 
22941 \begin_inset Quotes eld
22942 \end_inset
22943
22944
22945 \series bold
22946 :c
22947 \series default
22948
22949 \begin_inset Quotes erd
22950 \end_inset
22951
22952  as LaTeX-argument of the third column.
22953  The TeX-Code command 
22954 \series bold
22955
22956 \backslash
22957 hdashline
22958 \series default
22959  was inserted in the first cell of the third row and the TeX-Code command
22960 \begin_inset Newline newline
22961 \end_inset
22962
22963  
22964 \series bold
22965
22966 \backslash
22967 cdashline{4-5}
22968 \series default
22969  was inserted in the first cell of the fourth row.
22970 \end_layout
22971
22972 \begin_layout Standard
22973 \begin_inset VSpace bigskip
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \begin_layout Standard
22980 Tables with dashed lines can also be colored as shown by Table
22981 \begin_inset space ~
22982 \end_inset
22983
22984
22985 \begin_inset CommandInset ref
22986 LatexCommand ref
22987 reference "tab:Colored-table-with"
22988
22989 \end_inset
22990
22991 .
22992 \end_layout
22993
22994 \begin_layout Standard
22995 \begin_inset ERT
22996 status collapsed
22997
22998 \begin_layout Plain Layout
22999
23000
23001 \backslash
23002 setlength{
23003 \backslash
23004 arrayrulewidth}{1pt}
23005 \end_layout
23006
23007 \end_inset
23008
23009
23010 \begin_inset Note Note
23011 status collapsed
23012
23013 \begin_layout Plain Layout
23014 thicker lines for better visualization of the line color
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Standard
23023 \begin_inset ERT
23024 status collapsed
23025
23026 \begin_layout Plain Layout
23027
23028
23029 \backslash
23030 dashgapcolor{green}
23031 \end_layout
23032
23033 \end_inset
23034
23035
23036 \begin_inset Note Note
23037 status collapsed
23038
23039 \begin_layout Plain Layout
23040 color gaps between dashes green
23041 \end_layout
23042
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \begin_layout Standard
23049 \begin_inset ERT
23050 status collapsed
23051
23052 \begin_layout Plain Layout
23053
23054
23055 \backslash
23056 let
23057 \backslash
23058 myHdashline
23059 \backslash
23060 hdashline
23061 \end_layout
23062
23063 \begin_layout Plain Layout
23064
23065
23066 \backslash
23067 renewcommand{
23068 \backslash
23069 hdashline}
23070 \end_layout
23071
23072 \begin_layout Plain Layout
23073
23074  {
23075 \backslash
23076 arrayrulecolor{red}
23077 \backslash
23078 myHdashline
23079 \backslash
23080 arrayrulecolor{black}}
23081 \end_layout
23082
23083 \end_inset
23084
23085
23086 \begin_inset Note Note
23087 status collapsed
23088
23089 \begin_layout Plain Layout
23090 color horizontal, dashed lines red
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \begin_layout Standard
23099 \begin_inset ERT
23100 status collapsed
23101
23102 \begin_layout Plain Layout
23103
23104
23105 \backslash
23106 let
23107 \backslash
23108 myCdashline
23109 \backslash
23110 cdashline
23111 \end_layout
23112
23113 \begin_layout Plain Layout
23114
23115
23116 \backslash
23117 renewcommand{
23118 \backslash
23119 cdashline}[1]
23120 \end_layout
23121
23122 \begin_layout Plain Layout
23123
23124  {
23125 \backslash
23126 arrayrulecolor{yellow}
23127 \backslash
23128 myCdashline{#1}
23129 \backslash
23130 arrayrulecolor{black}}
23131 \end_layout
23132
23133 \end_inset
23134
23135
23136 \begin_inset Note Note
23137 status collapsed
23138
23139 \begin_layout Plain Layout
23140 color partial horizontal, dashed lines yellow
23141 \end_layout
23142
23143 \end_inset
23144
23145
23146 \end_layout
23147
23148 \begin_layout Standard
23149 \begin_inset Float table
23150 placement h
23151 wide false
23152 sideways false
23153 status open
23154
23155 \begin_layout Plain Layout
23156 \begin_inset Caption Standard
23157
23158 \begin_layout Plain Layout
23159 \begin_inset CommandInset label
23160 LatexCommand label
23161 name "tab:Colored-table-with"
23162
23163 \end_inset
23164
23165 Colored table with dashed lines
23166 \end_layout
23167
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \begin_layout Plain Layout
23174 \align center
23175 \begin_inset Tabular
23176 <lyxtabular version="3" rows="5" columns="5">
23177 <features rotate="0" tabularvalignment="middle">
23178 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23179 <column alignment="center" valignment="top" width="0pt">
23180 <column alignment="center" valignment="top" width="0pt" special=":c">
23181 <column alignment="center" valignment="top">
23182 <column alignment="center" valignment="top">
23183 <row>
23184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23185 \begin_inset Text
23186
23187 \begin_layout Plain Layout
23188 a
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 <cell alignment="center" valignment="top" topline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197 b
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 c
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 d
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 e
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 </row>
23230 <row>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 f
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 <cell alignment="center" valignment="top" topline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 g
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 <cell alignment="center" valignment="top" topline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253 h
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 i
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 j
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 </row>
23277 <row>
23278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282 \begin_inset ERT
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286
23287
23288 \backslash
23289 hdashline 
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \begin_inset ERT
23296 status collapsed
23297
23298 \begin_layout Plain Layout
23299
23300
23301 \backslash
23302 rowcolor{Gray}
23303 \end_layout
23304
23305 \end_inset
23306
23307 k
23308 \end_layout
23309
23310 \end_inset
23311 </cell>
23312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316 l
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 <cell alignment="center" valignment="top" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 m
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 n
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 o
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 </row>
23349 <row>
23350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23351 \begin_inset Text
23352
23353 \begin_layout Plain Layout
23354 \begin_inset ERT
23355 status collapsed
23356
23357 \begin_layout Plain Layout
23358
23359
23360 \backslash
23361 cdashline{4-5}
23362 \end_layout
23363
23364 \end_inset
23365
23366 p
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 q
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 r
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 s
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 </row>
23408 <row>
23409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413 t
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 u
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 v
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 w
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449 \begin_inset ERT
23450 status collapsed
23451
23452 \begin_layout Plain Layout
23453
23454
23455 \backslash
23456 cellcolor{Maroon}
23457 \end_layout
23458
23459 \end_inset
23460
23461 i
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 </row>
23467 </lyxtabular>
23468
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \begin_layout Standard
23480 \begin_inset ERT
23481 status collapsed
23482
23483 \begin_layout Plain Layout
23484
23485
23486 \backslash
23487 renewcommand{
23488 \backslash
23489 hdashline}{
23490 \backslash
23491 myHdashline}
23492 \end_layout
23493
23494 \end_inset
23495
23496
23497 \begin_inset Note Note
23498 status collapsed
23499
23500 \begin_layout Plain Layout
23501 reset to default
23502 \end_layout
23503
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \begin_layout Standard
23510 \begin_inset ERT
23511 status collapsed
23512
23513 \begin_layout Plain Layout
23514
23515
23516 \backslash
23517 renewcommand{
23518 \backslash
23519 cdashline}{
23520 \backslash
23521 myCdashline}
23522 \end_layout
23523
23524 \end_inset
23525
23526
23527 \begin_inset Note Note
23528 status collapsed
23529
23530 \begin_layout Plain Layout
23531 reset to default
23532 \end_layout
23533
23534 \end_inset
23535
23536
23537 \end_layout
23538
23539 \begin_layout Standard
23540 \begin_inset ERT
23541 status collapsed
23542
23543 \begin_layout Plain Layout
23544
23545
23546 \backslash
23547 nodashgapcolor
23548 \end_layout
23549
23550 \end_inset
23551
23552
23553 \begin_inset Note Note
23554 status collapsed
23555
23556 \begin_layout Plain Layout
23557 reset to default
23558 \end_layout
23559
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \begin_layout Standard
23566 \begin_inset ERT
23567 status collapsed
23568
23569 \begin_layout Plain Layout
23570
23571
23572 \backslash
23573 setlength{
23574 \backslash
23575 arrayrulewidth}{0.4pt}
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \begin_inset Note Note
23582 status collapsed
23583
23584 \begin_layout Plain Layout
23585 reset to default
23586 \end_layout
23587
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \begin_layout Standard
23594 The coloring of lines, columns and lines works as decribed in section
23595 \begin_inset space ~
23596 \end_inset
23597
23598
23599 \begin_inset CommandInset ref
23600 LatexCommand ref
23601 reference "sec:Colored-Tables"
23602
23603 \end_inset
23604
23605 .
23606  Coloring horizontal lines works analogically as described there as well,
23607  one only needs to replace in the commands 
23608 \series bold
23609
23610 \backslash
23611 myHlineC
23612 \series default
23613  by 
23614 \series bold
23615
23616 \backslash
23617 myHdashline
23618 \series default
23619  and 
23620 \backslash
23621
23622 \series bold
23623 hline
23624 \series default
23625  by 
23626 \series bold
23627
23628 \backslash
23629 hdashline
23630 \series default
23631 ; so one uses the command
23632 \end_layout
23633
23634 \begin_layout Standard
23635
23636 \series bold
23637
23638 \backslash
23639 let
23640 \backslash
23641 myHdashline
23642 \backslash
23643 hdashline
23644 \begin_inset Newline newline
23645 \end_inset
23646
23647
23648 \backslash
23649 renewcommand{
23650 \backslash
23651 hdashline}
23652 \begin_inset Newline newline
23653 \end_inset
23654
23655
23656 \begin_inset Phantom HPhantom
23657 status open
23658
23659 \begin_layout Plain Layout
23660 \begin_inset space ~
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \end_inset
23667
23668 {
23669 \backslash
23670 arrayrulecolor{red}
23671 \backslash
23672 myHdashline
23673 \backslash
23674 arrayrulecolor{black}}
23675 \end_layout
23676
23677 \begin_layout Standard
23678 To color 
23679 \series bold
23680
23681 \backslash
23682 cdashline
23683 \series default
23684 , the command is
23685 \end_layout
23686
23687 \begin_layout Standard
23688
23689 \series bold
23690
23691 \backslash
23692 let
23693 \backslash
23694 myCdashline
23695 \backslash
23696 cdashline
23697 \begin_inset Newline newline
23698 \end_inset
23699
23700
23701 \backslash
23702 renewcommand{
23703 \backslash
23704 cdashline}[1]
23705 \begin_inset Newline newline
23706 \end_inset
23707
23708
23709 \begin_inset Phantom HPhantom
23710 status open
23711
23712 \begin_layout Plain Layout
23713 \begin_inset space ~
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \end_inset
23720
23721 {
23722 \backslash
23723 arrayrulecolor{red}
23724 \backslash
23725 myCdashline{#1}
23726 \backslash
23727 arrayrulecolor{black}}
23728 \end_layout
23729
23730 \begin_layout Standard
23731 To get back the black line color, one needs to insert the following commands
23732  as TeX-Code behind the table:
23733 \end_layout
23734
23735 \begin_layout Standard
23736 For 
23737 \series bold
23738
23739 \backslash
23740 hdashline
23741 \end_layout
23742
23743 \begin_layout Standard
23744
23745 \series bold
23746
23747 \backslash
23748 renewcommand{
23749 \backslash
23750 hdashline}{
23751 \backslash
23752 myHdashline}
23753 \end_layout
23754
23755 \begin_layout Standard
23756 and for 
23757 \series bold
23758
23759 \backslash
23760 cdashline
23761 \end_layout
23762
23763 \begin_layout Standard
23764
23765 \series bold
23766
23767 \backslash
23768 renewcommand{
23769 \backslash
23770 cdashline}{
23771 \backslash
23772 myCdashline}
23773 \end_layout
23774
23775 \begin_layout Standard
23776 To color the gaps between the dashes the command
23777 \end_layout
23778
23779 \begin_layout Standard
23780
23781 \series bold
23782
23783 \backslash
23784 dashgapcolor{color}
23785 \end_layout
23786
23787 \begin_layout Standard
23788 can be used in front of a table as TeX-Code.
23789  color is hereby the name of a defined color.
23790  The command
23791 \end_layout
23792
23793 \begin_layout Standard
23794
23795 \series bold
23796
23797 \backslash
23798 nodashgapcolor
23799 \end_layout
23800
23801 \begin_layout Standard
23802 unsets the changes made by 
23803 \series bold
23804
23805 \backslash
23806 dashgapcolor
23807 \series default
23808 .
23809 \end_layout
23810
23811 \begin_layout Standard
23812 \begin_inset Note Greyedout
23813 status open
23814
23815 \begin_layout Plain Layout
23816
23817 \series bold
23818 \color none
23819 Note
23820 \series default
23821 : If there are multiple commands in a cell, the command of 
23822 \series bold
23823 arydshln
23824 \series default
23825  needs to be the first one in the cell.
23826  Therefore in cell 
23827 \emph on
23828 k
23829 \emph default
23830  of Table
23831 \begin_inset space ~
23832 \end_inset
23833
23834
23835 \begin_inset CommandInset ref
23836 LatexCommand ref
23837 reference "tab:Colored-table-with"
23838
23839 \end_inset
23840
23841  the command 
23842 \series bold
23843
23844 \backslash
23845 hdashline
23846 \series default
23847  is before 
23848 \series bold
23849
23850 \backslash
23851 rowcolor
23852 \series default
23853 .
23854 \end_layout
23855
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \begin_layout Standard
23862 \begin_inset Note Greyedout
23863 status open
23864
23865 \begin_layout Plain Layout
23866
23867 \series bold
23868 \color none
23869 Note:
23870 \series default
23871  The LaTeX-package 
23872 \series bold
23873 arydshln
23874 \series default
23875  must be loaded in the document preamble before the LaTeX-package 
23876 \series bold
23877 colortbl
23878 \series default
23879
23880 \begin_inset Index idx
23881 status collapsed
23882
23883 \begin_layout Plain Layout
23884 LaTeX-packages ! colortbl
23885 \end_layout
23886
23887 \end_inset
23888
23889 .
23890 \end_layout
23891
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \begin_layout Standard
23898 \begin_inset ERT
23899 status collapsed
23900
23901 \begin_layout Plain Layout
23902
23903
23904 \backslash
23905 else
23906 \end_layout
23907
23908 \end_inset
23909
23910
23911 \begin_inset Note Note
23912 status open
23913
23914 \begin_layout Plain Layout
23915 The following will be displayed when the LaTeX-package 
23916 \series bold
23917 arydshln
23918 \series default
23919  is not installed:
23920 \end_layout
23921
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \begin_layout Standard
23928 You need to install the package 
23929 \series bold
23930 arydshln
23931 \series default
23932  to see the content of this section in the output.
23933 \end_layout
23934
23935 \begin_layout Standard
23936 \begin_inset ERT
23937 status collapsed
23938
23939 \begin_layout Plain Layout
23940
23941
23942 \backslash
23943 fi
23944 \end_layout
23945
23946 \end_inset
23947
23948
23949 \end_layout
23950
23951 \begin_layout Standard
23952 For more information about dashed lines see the documentation of 
23953 \series bold
23954 arydshln
23955 \series default
23956
23957 \begin_inset CommandInset citation
23958 LatexCommand cite
23959 key "arydshln"
23960
23961 \end_inset
23962
23963 .
23964 \end_layout
23965
23966 \begin_layout Chapter
23967 Floats
23968 \begin_inset CommandInset label
23969 LatexCommand label
23970 name "chap:Floats"
23971
23972 \end_inset
23973
23974
23975 \begin_inset Index idx
23976 status collapsed
23977
23978 \begin_layout Plain Layout
23979 Floats
23980 \end_layout
23981
23982 \end_inset
23983
23984
23985 \end_layout
23986
23987 \begin_layout Section
23988 Introduction
23989 \begin_inset CommandInset label
23990 LatexCommand label
23991 name "sec:FloatIntroduction"
23992
23993 \end_inset
23994
23995
23996 \begin_inset Index idx
23997 status collapsed
23998
23999 \begin_layout Plain Layout
24000 Floats ! Introduction
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \begin_layout Standard
24009 A float is a block of text associated with some sort of label, which doesn't
24010  have a fixed location.
24011  It can 
24012 \begin_inset Quotes eld
24013 \end_inset
24014
24015 float
24016 \begin_inset Quotes erd
24017 \end_inset
24018
24019  forward or backward a page or two, to wherever it fits best.
24020  
24021 \family sans
24022 Footnotes
24023 \family default
24024  and 
24025 \family sans
24026 Margin
24027 \begin_inset space ~
24028 \end_inset
24029
24030 Notes
24031 \family default
24032  are also floats because they can float to the next page when there are
24033  too many notes on the page.
24034 \end_layout
24035
24036 \begin_layout Standard
24037 Floats allow a high quality layout.
24038  Images and tables can be spread evenly among the pages to avoid white space
24039  and pages without text.
24040  As the floating often destroys the context between the text and the image/table
24041 , every float can be referenced in the text.
24042  Floats are therefore numbered.
24043  Referencing is described in section
24044 \begin_inset space ~
24045 \end_inset
24046
24047
24048 \begin_inset CommandInset ref
24049 LatexCommand ref
24050 reference "sec:Referencing-Floats"
24051
24052 \end_inset
24053
24054 .
24055 \end_layout
24056
24057 \begin_layout Standard
24058 To insert a float, use the menu 
24059 \family sans
24060 Insert\SpecialChar \menuseparator
24061 Float
24062 \family default
24063  (toolbar button 
24064 \begin_inset Info
24065 type  "icon"
24066 arg   "float-insert figure"
24067 \end_inset
24068
24069  or 
24070 \begin_inset Info
24071 type  "icon"
24072 arg   "float-insert table"
24073 \end_inset
24074
24075 ).
24076  This inserts the 
24077 \family sans
24078 Caption
24079 \family default
24080  inset, a box with a label.
24081  The label will automatically be translated to the document language in
24082  the output.
24083  After the label you can insert the caption text.
24084  The image or table is inserted above or below the caption in a separate
24085  paragraph within the float.
24086  More about the caption placement is contained in section
24087 \begin_inset space ~
24088 \end_inset
24089
24090
24091 \begin_inset CommandInset ref
24092 LatexCommand ref
24093 reference "sec:Caption-Placement"
24094
24095 \end_inset
24096
24097 .
24098  To keep your LyX-document readable, you can open and close the float box
24099  by left-clicking on the box label.
24100  A closed float box looks like this: 
24101 \begin_inset Graphics
24102         filename clipart/floatQt4.png
24103         scale 70
24104         scaleBeforeRotation
24105
24106 \end_inset
24107
24108  â€“ a gray button with a red label.
24109 \end_layout
24110
24111 \begin_layout Standard
24112 It is recommended that you insert floats as separate standard paragraphs
24113  to avoid possible LaTeX-errors that can occur when the surrounding text
24114  is specially formatted.
24115 \end_layout
24116
24117 \begin_layout Standard
24118 Existing figures or tables can be put into a float by highlighting them
24119  and then pressing the corresponding toolbar button for a new float.
24120 \end_layout
24121
24122 \begin_layout Section
24123 Float Types
24124 \end_layout
24125
24126 \begin_layout Standard
24127 Besides figure and table floats that are described in sections
24128 \begin_inset space ~
24129 \end_inset
24130
24131
24132 \begin_inset CommandInset ref
24133 LatexCommand ref
24134 reference "sec:Figure-Floats"
24135
24136 \end_inset
24137
24138  and 
24139 \begin_inset CommandInset ref
24140 LatexCommand ref
24141 reference "sec:Table-Floats"
24142
24143 \end_inset
24144
24145  respectively, LyX offers the float types 
24146 \family sans
24147 Algorithm
24148 \family default
24149  and 
24150 \family sans
24151 Wrap
24152 \family default
24153 .
24154  The latter are explained in sec.
24155 \begin_inset space \thinspace{}
24156 \end_inset
24157
24158
24159 \begin_inset CommandInset ref
24160 LatexCommand ref
24161 reference "sec:Wrap-Floats"
24162
24163 \end_inset
24164
24165 .
24166 \end_layout
24167
24168 \begin_layout Subsection
24169 Algorithm Floats
24170 \begin_inset Index idx
24171 status collapsed
24172
24173 \begin_layout Plain Layout
24174 Floats ! Algorithms
24175 \end_layout
24176
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \begin_layout Standard
24183 \begin_inset Float algorithm
24184 placement h
24185 wide false
24186 sideways false
24187 status open
24188
24189 \begin_layout Plain Layout
24190 \begin_inset Caption Standard
24191
24192 \begin_layout Plain Layout
24193 \begin_inset CommandInset label
24194 LatexCommand label
24195 name "alg:Example-Algorithm-float"
24196
24197 \end_inset
24198
24199 Example Algorithm float
24200 \end_layout
24201
24202 \end_inset
24203
24204
24205 \end_layout
24206
24207 \begin_layout LyX-Code
24208 for I in 1..N loop
24209 \begin_inset Newline newline
24210 \end_inset
24211
24212  Sum:= Sum + A(I); /*comment*/
24213 \begin_inset Newline newline
24214 \end_inset
24215
24216 end loop
24217 \begin_inset VSpace -4mm
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \end_inset
24224
24225
24226 \end_layout
24227
24228 \begin_layout Standard
24229 This float type is inserted with the menu 
24230 \family sans
24231 Insert\SpecialChar \menuseparator
24232 Float\SpecialChar \menuseparator
24233 Algorithm
24234 \family default
24235 .
24236  It is used for program codes and descriptions of algorithms and can be
24237  seen as an alternative to program code listings that are explained in chapter
24238 \begin_inset space ~
24239 \end_inset
24240
24241
24242 \begin_inset CommandInset ref
24243 LatexCommand ref
24244 reference "cha:Program-Code-Listings"
24245
24246 \end_inset
24247
24248 .
24249  A possible environment for algorithms is the 
24250 \family sans
24251 LyX-Code
24252 \family default
24253 , described in LyX's 
24254 \emph on
24255 Userguide
24256 \emph default
24257 .
24258  Algorithm
24259 \begin_inset space ~
24260 \end_inset
24261
24262
24263 \begin_inset CommandInset ref
24264 LatexCommand ref
24265 reference "alg:Example-Algorithm-float"
24266
24267 \end_inset
24268
24269  is an example of an algorithm float where -4
24270 \begin_inset space \thinspace{}
24271 \end_inset
24272
24273 mm vertical space was added at the end of the float to have the bottom rule
24274  exactly below the last text line.
24275 \end_layout
24276
24277 \begin_layout Standard
24278 The float label is not automatically translated into the document language.
24279  If your document is not in English, you have to do this manually by adding
24280  the following line to the document preamble
24281 \series bold
24282 :
24283 \end_layout
24284
24285 \begin_layout Standard
24286
24287 \series bold
24288
24289 \backslash
24290 floatname{algorithm}{your
24291 \begin_inset space ~
24292 \end_inset
24293
24294 name}
24295 \end_layout
24296
24297 \begin_layout Standard
24298 where 
24299 \family sans
24300 your
24301 \begin_inset space ~
24302 \end_inset
24303
24304 name
24305 \family default
24306  is the word 
24307 \begin_inset Quotes eld
24308 \end_inset
24309
24310
24311 \emph on
24312 algorithm
24313 \emph default
24314
24315 \begin_inset Quotes erd
24316 \end_inset
24317
24318  in your language.
24319 \end_layout
24320
24321 \begin_layout Standard
24322 To insert the list of algorithms you can use the menu 
24323 \family sans
24324 Insert\SpecialChar \menuseparator
24325 List
24326 \begin_inset space \thinspace{}
24327 \end_inset
24328
24329 /
24330 \begin_inset space \thinspace{}
24331 \end_inset
24332
24333 TOC\SpecialChar \menuseparator
24334 List of Algorithms
24335 \family default
24336  when your document has the same language as LyX's menu names.
24337  In other cases use this command in TeX-Code instead:
24338 \end_layout
24339
24340 \begin_layout Standard
24341
24342 \series bold
24343
24344 \backslash
24345 listof{algorithm}{your
24346 \begin_inset space ~
24347 \end_inset
24348
24349 name}
24350 \end_layout
24351
24352 \begin_layout Standard
24353 where 
24354 \family sans
24355 your
24356 \begin_inset space ~
24357 \end_inset
24358
24359 name
24360 \family default
24361  is the word 
24362 \begin_inset Quotes eld
24363 \end_inset
24364
24365
24366 \emph on
24367 List of Algorithm
24368 \emph default
24369 s
24370 \begin_inset Quotes erd
24371 \end_inset
24372
24373  in your language.
24374 \end_layout
24375
24376 \begin_layout Standard
24377 Algorithm floats are not by default numbered in the scheme 
24378 \begin_inset Quotes eld
24379 \end_inset
24380
24381 chapter.algorithm
24382 \begin_inset Quotes erd
24383 \end_inset
24384
24385  as is the case for table and figure floats in many document-classes.
24386  To number algorithm floats in the same scheme, add this command to your
24387  document preamble:
24388 \end_layout
24389
24390 \begin_layout Standard
24391
24392 \series bold
24393
24394 \backslash
24395 numberwithin{algorithm}{chapter}
24396 \end_layout
24397
24398 \begin_layout Standard
24399 To be able to use the command 
24400 \series bold
24401
24402 \backslash
24403 numberwithin
24404 \series default
24405 , set in the tab 
24406 \family sans
24407 Math
24408 \begin_inset space ~
24409 \end_inset
24410
24411 Options
24412 \family default
24413  in the document settings the option 
24414 \family sans
24415 Use
24416 \begin_inset space ~
24417 \end_inset
24418
24419 AMS
24420 \begin_inset space ~
24421 \end_inset
24422
24423 math
24424 \begin_inset space ~
24425 \end_inset
24426
24427 package
24428 \family default
24429 .
24430 \end_layout
24431
24432 \begin_layout Section
24433 Float Numbering
24434 \begin_inset Index idx
24435 status collapsed
24436
24437 \begin_layout Plain Layout
24438 Floats ! Numbering
24439 \end_layout
24440
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \begin_layout Standard
24447 Floats are usually numbered either independently from the sections the floats
24448  are in, or in the scheme 
24449 \begin_inset Quotes eld
24450 \end_inset
24451
24452 chapter.number
24453 \begin_inset Quotes erd
24454 \end_inset
24455
24456  or 
24457 \begin_inset Quotes eld
24458 \end_inset
24459
24460 section.number
24461 \begin_inset Quotes erd
24462 \end_inset
24463
24464 .
24465  This depends on the document class used.
24466 \end_layout
24467
24468 \begin_layout Standard
24469 To change section-independent numbering, you can use this command in the
24470  document preamble:
24471 \end_layout
24472
24473 \begin_layout Standard
24474
24475 \series bold
24476
24477 \backslash
24478 renewcommand{
24479 \backslash
24480 thetable}{
24481 \backslash
24482 roman{table}}
24483 \end_layout
24484
24485 \begin_layout Standard
24486
24487 \series bold
24488
24489 \backslash
24490 thetable
24491 \series default
24492  is the command that prints the table number.
24493  For figure floats, the command would be 
24494 \series bold
24495
24496 \backslash
24497 thefigure
24498 \series default
24499 .
24500  
24501 \series bold
24502
24503 \backslash
24504 roman
24505 \series default
24506  in the command above prints the table number as a small roman number.
24507 \end_layout
24508
24509 \begin_layout Standard
24510 To change the numbering scheme for example to 
24511 \begin_inset Quotes eld
24512 \end_inset
24513
24514 subsection.number
24515 \begin_inset Quotes erd
24516 \end_inset
24517
24518 , use this command in the preamble:
24519 \end_layout
24520
24521 \begin_layout Standard
24522
24523 \series bold
24524
24525 \backslash
24526 numberwithin{table}{subsection}
24527 \end_layout
24528
24529 \begin_layout Standard
24530 To be able to use the command 
24531 \series bold
24532
24533 \backslash
24534 numberwithin
24535 \series default
24536 , set in the tab 
24537 \family sans
24538 Math
24539 \begin_inset space ~
24540 \end_inset
24541
24542 Options
24543 \family default
24544  in the document settings the option 
24545 \family sans
24546 Use
24547 \begin_inset space ~
24548 \end_inset
24549
24550 AMS
24551 \begin_inset space ~
24552 \end_inset
24553
24554 math
24555 \begin_inset space ~
24556 \end_inset
24557
24558 package
24559 \family default
24560 .
24561 \end_layout
24562
24563 \begin_layout Standard
24564 Please also have a look at section
24565 \begin_inset space ~
24566 \end_inset
24567
24568
24569 \begin_inset CommandInset ref
24570 LatexCommand ref
24571 reference "sub:Footnote-Numbering"
24572
24573 \end_inset
24574
24575  for the details and important notes about the numbering commands.
24576 \end_layout
24577
24578 \begin_layout Section
24579 Referencing Floats
24580 \begin_inset CommandInset label
24581 LatexCommand label
24582 name "sec:Referencing-Floats"
24583
24584 \end_inset
24585
24586
24587 \begin_inset Index idx
24588 status collapsed
24589
24590 \begin_layout Plain Layout
24591 Floats ! References
24592 \end_layout
24593
24594 \end_inset
24595
24596
24597 \begin_inset Index idx
24598 status collapsed
24599
24600 \begin_layout Plain Layout
24601 References ! to Floats
24602 \end_layout
24603
24604 \end_inset
24605
24606
24607 \end_layout
24608
24609 \begin_layout Standard
24610 To reference a float, insert a label into its caption using the menu 
24611 \family sans
24612 Insert\SpecialChar \menuseparator
24613 Label
24614 \family default
24615  or the toolbar button 
24616 \begin_inset Info
24617 type  "icon"
24618 arg   "label-insert"
24619 \end_inset
24620
24621 .
24622  A grey label box like this one: 
24623 \begin_inset Graphics
24624         filename clipart/labelQt4.png
24625         scale 85
24626         scaleBeforeRotation
24627
24628 \end_inset
24629
24630  will be inserted and the label window pops up asking for the label text.
24631  LyX offers as text the first words of the caption with a prefix.
24632  The prefix depends on the float type, e.
24633 \begin_inset space \thinspace{}
24634 \end_inset
24635
24636 g.
24637 \begin_inset space \space{}
24638 \end_inset
24639
24640 for figure floats the prefix will be "
24641 \family sans
24642 fig:
24643 \family default
24644 ".
24645 \end_layout
24646
24647 \begin_layout Standard
24648 The label is used as anchor and name for the reference.
24649  You can refer to the label using the menu 
24650 \family sans
24651 Insert\SpecialChar \menuseparator
24652 Cross-reference
24653 \family default
24654  or the toolbar button 
24655 \begin_inset Info
24656 type  "icon"
24657 arg   "dialog-show-new-inset ref"
24658 \end_inset
24659
24660 .
24661  The cross-reference window appears showing all labels of the document.
24662  If you have multiple LyX-documents opened, choose the one you are working
24663  on from the drop-list at the top of the dialog.
24664  You can now sort the labels alphabetically and then choose one.
24665  A grey cross-reference box like this one: 
24666 \begin_inset Graphics
24667         filename clipart/referenceQt4.png
24668         scale 85
24669         scaleBeforeRotation
24670
24671 \end_inset
24672
24673  will be inserted.
24674  At the position of the cross-reference box the float number will appear
24675  in the output.
24676 \end_layout
24677
24678 \begin_layout Standard
24679 It is recommended that you use a protected space between the cross-reference
24680  name and its number to avoid line breaks between them.
24681  If a cross-reference refers to a non-existing label, you will see two question
24682  marks in the output instead of the reference.
24683 \end_layout
24684
24685 \begin_layout Standard
24686 You can change labels at any time by clicking on the label box.
24687  References to the changed label will automatically update their links to
24688  the new label text.
24689 \end_layout
24690
24691 \begin_layout Standard
24692 The button 
24693 \family sans
24694 Go
24695 \begin_inset space ~
24696 \end_inset
24697
24698 to
24699 \begin_inset space ~
24700 \end_inset
24701
24702 Label
24703 \family default
24704  in the cross-reference window sets the cursor before the referred label.
24705  The button text changes then to Go
24706 \begin_inset space ~
24707 \end_inset
24708
24709 Back and you can use it to set the cursor back to the cross-reference.
24710 \end_layout
24711
24712 \begin_layout Subsection
24713 Cross-Reference Formats
24714 \begin_inset CommandInset label
24715 LatexCommand label
24716 name "sub:Cross-Reference-Formats"
24717
24718 \end_inset
24719
24720
24721 \begin_inset Index idx
24722 status collapsed
24723
24724 \begin_layout Plain Layout
24725 References ! Formats
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \begin_layout Standard
24734 There are six varieties of cross-references:
24735 \end_layout
24736
24737 \begin_layout Description
24738 <reference>: prints the float number, this is the default: 
24739 \begin_inset CommandInset ref
24740 LatexCommand ref
24741 reference "fig:Two-distorted-images"
24742
24743 \end_inset
24744
24745
24746 \end_layout
24747
24748 \begin_layout Description
24749 (<reference>): prints the float number within two parentheses, this is the
24750  style normally used to reference formulas, especially when the reference
24751  name 
24752 \begin_inset Quotes eld
24753 \end_inset
24754
24755 Equation
24756 \begin_inset Quotes erd
24757 \end_inset
24758
24759  is omitted: 
24760 \begin_inset CommandInset ref
24761 LatexCommand eqref
24762 reference "eq:Wgn"
24763
24764 \end_inset
24765
24766
24767 \end_layout
24768
24769 \begin_layout Description
24770 <page>: prints the page number: Page
24771 \begin_inset space ~
24772 \end_inset
24773
24774
24775 \begin_inset CommandInset ref
24776 LatexCommand pageref
24777 reference "fig:Two-distorted-images"
24778
24779 \end_inset
24780
24781
24782 \end_layout
24783
24784 \begin_layout Description
24785 on
24786 \begin_inset space ~
24787 \end_inset
24788
24789 page
24790 \begin_inset space ~
24791 \end_inset
24792
24793 <page>: prints the text "on page" and the page number: 
24794 \begin_inset CommandInset ref
24795 LatexCommand vpageref
24796 reference "fig:Two-distorted-images"
24797
24798 \end_inset
24799
24800
24801 \end_layout
24802
24803 \begin_layout Description
24804 <reference>
24805 \begin_inset space ~
24806 \end_inset
24807
24808 on
24809 \begin_inset space ~
24810 \end_inset
24811
24812 page
24813 \begin_inset space ~
24814 \end_inset
24815
24816 <page>: prints the float number, the text "on page", and the page number:
24817  
24818 \begin_inset CommandInset ref
24819 LatexCommand vref
24820 reference "fig:Two-distorted-images"
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Description
24828 Formatted
24829 \begin_inset space ~
24830 \end_inset
24831
24832 reference: prints a self-defined cross-reference format.
24833 \begin_inset Newline newline
24834 \end_inset
24835
24836
24837 \begin_inset Note Greyedout
24838 status open
24839
24840 \begin_layout Plain Layout
24841
24842 \series bold
24843 Note:
24844 \series default
24845  This feature is only available when you have the LaTeX-package 
24846 \series bold
24847 prettyref
24848 \series default
24849  or 
24850 \series bold
24851 refstyle
24852 \series default
24853
24854 \begin_inset Index idx
24855 status collapsed
24856
24857 \begin_layout Plain Layout
24858 LaTeX-packages ! prettyref
24859 \end_layout
24860
24861 \end_inset
24862
24863
24864 \begin_inset Index idx
24865 status collapsed
24866
24867 \begin_layout Plain Layout
24868 LaTeX-packages ! refstyle
24869 \end_layout
24870
24871 \end_inset
24872
24873  installed.
24874 \end_layout
24875
24876 \end_inset
24877
24878
24879 \begin_inset Newline newline
24880 \end_inset
24881
24882 You can select which LaTeX-package should be used for this feature by setting
24883  the option 
24884 \family sans
24885 Use refstyle (not prettyref) for cross-references
24886 \family default
24887  in the menu 
24888 \family sans
24889 Document\SpecialChar \menuseparator
24890 Settings\SpecialChar \menuseparator
24891 Document Class
24892 \family default
24893 .
24894  The format is specified by adding the command 
24895 \series bold
24896
24897 \backslash
24898 newrefformat
24899 \series default
24900  (prettyref) or 
24901 \series bold
24902
24903 \backslash
24904 newref
24905 \series default
24906  (refstyle) to the preamble of the document.
24907  For example redefining all references to figures (which have the label
24908  shortcut 
24909 \begin_inset Quotes eld
24910 \end_inset
24911
24912
24913 \family sans
24914 fig
24915 \family default
24916
24917 \begin_inset Quotes erd
24918 \end_inset
24919
24920 ) can be done with this command
24921 \begin_inset Newline newline
24922 \end_inset
24923
24924
24925 \series bold
24926
24927 \backslash
24928 newref{fig}{refcmd={Image on page 
24929 \backslash
24930 pageref{#1}}}
24931 \series default
24932
24933 \begin_inset Newline newline
24934 \end_inset
24935
24936 For more information about the format, have a look at the package documentations
24937
24938 \begin_inset CommandInset citation
24939 LatexCommand cite
24940 key "prettyref,refstyle"
24941
24942 \end_inset
24943
24944 .
24945 \end_layout
24946
24947 \begin_layout Description
24948 Textual
24949 \begin_inset space ~
24950 \end_inset
24951
24952 reference: prints the caption of the reference: 
24953 \begin_inset CommandInset ref
24954 LatexCommand nameref
24955 reference "fig:Two-distorted-images"
24956
24957 \end_inset
24958
24959
24960 \end_layout
24961
24962 \begin_layout Standard
24963
24964 \family sans
24965 <page>
24966 \family default
24967  will not print the page number if the label is on the previous, the same,
24968  or the next page.
24969  You will e.
24970 \begin_inset space \thinspace{}
24971 \end_inset
24972
24973 g.
24974 \begin_inset space \space{}
24975 \end_inset
24976
24977 see the text 
24978 \begin_inset Quotes eld
24979 \end_inset
24980
24981
24982 \family sans
24983 on this page
24984 \family default
24985
24986 \begin_inset Quotes erd
24987 \end_inset
24988
24989  instead.
24990  The style 
24991 \family sans
24992 <reference> on page <page>
24993 \family default
24994  will not print anything about the page if the label is on the same page.
24995 \end_layout
24996
24997 \begin_layout Standard
24998 The number and current page of the part of the document referred to in the
24999  output is automatically calculated by LaTeX.
25000  The varieties are adjusted in the field 
25001 \family sans
25002 Format
25003 \family default
25004  of the cross-reference window that appears when you click on the cross-referenc
25005 e box.
25006 \end_layout
25007
25008 \begin_layout Standard
25009 \begin_inset Note Greyedout
25010 status open
25011
25012 \begin_layout Plain Layout
25013
25014 \series bold
25015 Note:
25016 \series default
25017  It is recommended to use the LaTeX-package 
25018 \series bold
25019 refstyle
25020 \series default
25021
25022 \begin_inset Index idx
25023 status collapsed
25024
25025 \begin_layout Plain Layout
25026 LaTeX-packages ! refstyle
25027 \end_layout
25028
25029 \end_inset
25030
25031  because 
25032 \series bold
25033 prettyref
25034 \series default
25035
25036 \begin_inset Index idx
25037 status collapsed
25038
25039 \begin_layout Plain Layout
25040 LaTeX-packages ! prettyref
25041 \end_layout
25042
25043 \end_inset
25044
25045  does not know all of LyX's possible label shortcuts
25046 \begin_inset Foot
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050 \begin_inset Quotes eld
25051 \end_inset
25052
25053 fig:
25054 \begin_inset Quotes erd
25055 \end_inset
25056
25057  is for example LyX's shortcut for labels in figure captions.
25058 \end_layout
25059
25060 \end_inset
25061
25062  and is not internationalized.
25063 \end_layout
25064
25065 \end_inset
25066
25067
25068 \end_layout
25069
25070 \begin_layout Standard
25071 \begin_inset Note Greyedout
25072 status open
25073
25074 \begin_layout Plain Layout
25075
25076 \series bold
25077 Note:
25078 \series default
25079  Due to a bug in the LaTeX-package 
25080 \series bold
25081 varioref
25082 \series default
25083  version 1.4w, some cross-reference formats will cause LaTeX errors for document
25084  languages that make the period character active (like French).
25085  For a workaround, see
25086 \begin_inset Newline newline
25087 \end_inset
25088
25089
25090 \begin_inset CommandInset href
25091 LatexCommand href
25092 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25093
25094 \end_inset
25095
25096 .
25097 \end_layout
25098
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \begin_layout Subsection
25105 Automatic Reference Naming
25106 \begin_inset Index idx
25107 status collapsed
25108
25109 \begin_layout Plain Layout
25110 References ! Automatic Reference Naming
25111 \end_layout
25112
25113 \end_inset
25114
25115
25116 \end_layout
25117
25118 \begin_layout Standard
25119 The LaTeX-package 
25120 \series bold
25121 hyperref
25122 \series default
25123
25124 \begin_inset Index idx
25125 status collapsed
25126
25127 \begin_layout Plain Layout
25128 LaTeX-packages ! hyperref
25129 \end_layout
25130
25131 \end_inset
25132
25133 , that is enabled in the 
25134 \family sans
25135 PDF Properties
25136 \family default
25137  of the 
25138 \family sans
25139 Document Settings
25140 \family default
25141  dialog, provides a very useful feature that cross-references automatically
25142  include the name of the referenced floats (or text parts like 
25143 \emph on
25144 section
25145 \emph default
25146 ).
25147  So you will save having to write e.
25148 \begin_inset space \thinspace{}
25149 \end_inset
25150
25151 g.
25152 \begin_inset space \space{}
25153 \end_inset
25154
25155 the name 
25156 \begin_inset Quotes eld
25157 \end_inset
25158
25159 Figure
25160 \begin_inset Quotes erd
25161 \end_inset
25162
25163  before every reference to a figure.
25164  To use this feature, enable 
25165 \series bold
25166 hyperref
25167 \series default
25168  and insert this line to the LaTeX preamble:
25169 \end_layout
25170
25171 \begin_layout Standard
25172
25173 \series bold
25174
25175 \backslash
25176 AtBeginDocument{
25177 \backslash
25178 renewcommand{
25179 \backslash
25180 ref}[1]{
25181 \backslash
25182 mbox{
25183 \backslash
25184 autoref{#1}}}}
25185 \end_layout
25186
25187 \begin_layout Standard
25188 When you prefer other reference names than the default ones, for example
25189  you want instead of 
25190 \begin_inset Quotes eld
25191 \end_inset
25192
25193 section
25194 \begin_inset Quotes erd
25195 \end_inset
25196
25197  the name 
25198 \begin_inset Quotes eld
25199 \end_inset
25200
25201 sec.
25202 \begin_inset space \thinspace{}
25203 \end_inset
25204
25205
25206 \begin_inset Quotes eld
25207 \end_inset
25208
25209 , you can redefine the name by inserting this in the preamble:
25210 \end_layout
25211
25212 \begin_layout Standard
25213
25214 \series bold
25215
25216 \backslash
25217 addto
25218 \backslash
25219 extrasenglish{
25220 \backslash
25221 renewcommand{
25222 \backslash
25223 sectionautorefname}
25224 \begin_inset Newline newline
25225 \end_inset
25226
25227
25228 \begin_inset Phantom HPhantom
25229 status open
25230
25231 \begin_layout Plain Layout
25232
25233 \series bold
25234 \begin_inset space ~
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \end_inset
25241
25242 {sec.
25243 \backslash
25244 negthinspace}}
25245 \end_layout
25246
25247 \begin_layout Standard
25248 When you are using another document language than English, replace
25249 \begin_inset Newline newline
25250 \end_inset
25251
25252
25253 \series bold
25254
25255 \backslash
25256 extrasenglish
25257 \series default
25258  by 
25259 \series bold
25260
25261 \backslash
25262 extras***
25263 \series default
25264 , where *** is the name of the language used.
25265 \end_layout
25266
25267 \begin_layout Standard
25268 To get automatic names, but not for certain reference types, for example
25269  not for equations, use this preamble code:
25270 \end_layout
25271
25272 \begin_layout Standard
25273
25274 \series bold
25275
25276 \backslash
25277 addto
25278 \backslash
25279 extrasenglish{
25280 \backslash
25281 renewcommand*{
25282 \backslash
25283 equationautorefname}[1]{}}
25284 \end_layout
25285
25286 \begin_layout Standard
25287 More about this topic can be found in 
25288 \series bold
25289 hyperref
25290 \series default
25291 's documentation 
25292 \begin_inset CommandInset citation
25293 LatexCommand cite
25294 key "hyperref"
25295
25296 \end_inset
25297
25298 .
25299 \end_layout
25300
25301 \begin_layout Standard
25302 \begin_inset Note Greyedout
25303 status open
25304
25305 \begin_layout Plain Layout
25306
25307 \series bold
25308 Note:
25309 \series default
25310  Automatic reference naming cannot be used when you use cross-references
25311  in the 
25312 \family sans
25313 Formatted
25314 \begin_inset space ~
25315 \end_inset
25316
25317 reference
25318 \family default
25319  style, as described in section
25320 \begin_inset space ~
25321 \end_inset
25322
25323
25324 \begin_inset CommandInset ref
25325 LatexCommand ref
25326 reference "sub:Cross-Reference-Formats"
25327
25328 \end_inset
25329
25330 .
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Standard
25339 The 
25340 \emph on
25341 Math
25342 \emph default
25343  manual is an example where automatic reference naming is used.
25344 \end_layout
25345
25346 \begin_layout Subsection
25347 Reference Position
25348 \begin_inset CommandInset label
25349 LatexCommand label
25350 name "sub:Reference-Position"
25351
25352 \end_inset
25353
25354
25355 \begin_inset Index idx
25356 status collapsed
25357
25358 \begin_layout Plain Layout
25359 References ! Reference Position
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \begin_layout Standard
25368 If you use 
25369 \series bold
25370 hyperref
25371 \series default
25372
25373 \begin_inset Index idx
25374 status collapsed
25375
25376 \begin_layout Plain Layout
25377 LaTeX-packages ! hyperref
25378 \end_layout
25379
25380 \end_inset
25381
25382  in the 
25383 \family sans
25384 PDF Properties
25385 \family default
25386  of the 
25387 \family sans
25388 Document Settings
25389 \family default
25390  dialog to link cross-references in the output, you will see that clicking
25391  on an image float reference jumps to the image label.
25392  The caption will be the first text part on the screen, so that you cannot
25393  see the image without scrolling.
25394  This is because the reference link anchor is placed at the position of
25395  the label.
25396  With the use of the package 
25397 \series bold
25398 hypcap
25399 \series default
25400
25401 \begin_inset Index idx
25402 status collapsed
25403
25404 \begin_layout Plain Layout
25405 LaTeX-packages ! hypcap
25406 \end_layout
25407
25408 \end_inset
25409
25410 , which is part of the LaTeX-package 
25411 \series bold
25412 oberdiek
25413 \series default
25414
25415 \begin_inset Index idx
25416 status collapsed
25417
25418 \begin_layout Plain Layout
25419 LaTeX-packages ! oberdiek
25420 \end_layout
25421
25422 \end_inset
25423
25424 , the link anchor is placed at the beginning of a float.
25425  To use this feature for figure floats, load 
25426 \series bold
25427 hypcap
25428 \series default
25429  in the document preamble with the line
25430 \end_layout
25431
25432 \begin_layout Standard
25433
25434 \series bold
25435
25436 \backslash
25437 usepackage[figure]{hypcap}
25438 \end_layout
25439
25440 \begin_layout Standard
25441 You can also use 
25442 \series bold
25443 hypcap
25444 \series default
25445  for all float types but this is not recommended for stability reasons.
25446  For more information, have a look at 
25447 \series bold
25448 hypcap
25449 \series default
25450 's manual 
25451 \begin_inset CommandInset citation
25452 LatexCommand cite
25453 key "hypcap"
25454
25455 \end_inset
25456
25457 .
25458 \end_layout
25459
25460 \begin_layout Standard
25461 \begin_inset Note Greyedout
25462 status open
25463
25464 \begin_layout Plain Layout
25465
25466 \series bold
25467 Note:
25468 \series default
25469  
25470 \series bold
25471 hypcap
25472 \series default
25473  has no effect on references to subfigures.
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \begin_layout Section
25482 Float Placement
25483 \begin_inset CommandInset label
25484 LatexCommand label
25485 name "sec:Float-Placement"
25486
25487 \end_inset
25488
25489
25490 \begin_inset Index idx
25491 status collapsed
25492
25493 \begin_layout Plain Layout
25494 Floats ! Placement
25495 \end_layout
25496
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \begin_layout Standard
25503 Right-clicking on a float-box and clicking on 
25504 \family sans
25505 Settings
25506 \family default
25507  opens a dialog where you can alter the placement options that LaTeX uses
25508  for positioning the float.
25509 \begin_inset Newline newline
25510 \end_inset
25511
25512 The option 
25513 \family sans
25514 Span
25515 \begin_inset space ~
25516 \end_inset
25517
25518 columns
25519 \family default
25520  is only useful for two-column documents: If you select it, the float will
25521  span both columns on the page instead of being confined to just one.
25522 \begin_inset Newline newline
25523 \end_inset
25524
25525 The option 
25526 \family sans
25527 Rotate
25528 \begin_inset space ~
25529 \end_inset
25530
25531 sideways
25532 \family default
25533  is used to rotate floats, see section 
25534 \begin_inset CommandInset ref
25535 LatexCommand ref
25536 reference "sec:Rotated-Floats"
25537
25538 \end_inset
25539
25540 .
25541 \end_layout
25542
25543 \begin_layout Standard
25544 You can use one or more of the following options in the float dialog to
25545  set the placement for a particular float when you uncheck the option 
25546 \family sans
25547 Use
25548 \begin_inset space ~
25549 \end_inset
25550
25551 default
25552 \begin_inset space ~
25553 \end_inset
25554
25555 placement
25556 \family default
25557 :
25558 \end_layout
25559
25560 \begin_layout Description
25561 Here
25562 \begin_inset space ~
25563 \end_inset
25564
25565 if
25566 \begin_inset space ~
25567 \end_inset
25568
25569 possible try to place the float on the position where it has been inserted
25570 \end_layout
25571
25572 \begin_layout Description
25573 Top
25574 \begin_inset space ~
25575 \end_inset
25576
25577 of
25578 \begin_inset space ~
25579 \end_inset
25580
25581 page try to place the float at the top of the current page
25582 \end_layout
25583
25584 \begin_layout Description
25585 Bottom
25586 \begin_inset space ~
25587 \end_inset
25588
25589 of
25590 \begin_inset space ~
25591 \end_inset
25592
25593 page try to place the float at the bottom of the current page
25594 \end_layout
25595
25596 \begin_layout Description
25597 Page
25598 \begin_inset space ~
25599 \end_inset
25600
25601 of
25602 \begin_inset space ~
25603 \end_inset
25604
25605 floats try to place the float on its own page
25606 \end_layout
25607
25608 \begin_layout Standard
25609 The order of the above option is 
25610 \emph on
25611 always
25612 \emph default
25613  used by LaTeX.
25614  That means, if you use the default placement, LaTeX will first try out
25615  
25616 \family sans
25617 Here
25618 \begin_inset space ~
25619 \end_inset
25620
25621 if
25622 \begin_inset space ~
25623 \end_inset
25624
25625 possible
25626 \family default
25627 , then 
25628 \family sans
25629 Top
25630 \begin_inset space ~
25631 \end_inset
25632
25633 of
25634 \begin_inset space ~
25635 \end_inset
25636
25637 page
25638 \family default
25639 , and then the others.
25640  If you do not use the default, LaTeX will try only the checked options
25641  but in the same order.
25642  If none of the 4
25643 \begin_inset space ~
25644 \end_inset
25645
25646 placements is possible the procedure is internally repeated trying to put
25647  the float on the following page.
25648 \end_layout
25649
25650 \begin_layout Standard
25651 By default, each option has its own rules:
25652 \end_layout
25653
25654 \begin_layout Labeling
25655 \labelwidthstring 00.00.0000
25656
25657 \family sans
25658 Top
25659 \begin_inset space ~
25660 \end_inset
25661
25662 of
25663 \begin_inset space ~
25664 \end_inset
25665
25666 page
25667 \family default
25668  only floats occupying less than 70
25669 \begin_inset space \thinspace{}
25670 \end_inset
25671
25672 % of the page can be placed at the top of a page (
25673 \series bold
25674
25675 \backslash
25676 topfraction
25677 \series default
25678 )
25679 \end_layout
25680
25681 \begin_layout Labeling
25682 \labelwidthstring 00.00.0000
25683
25684 \family sans
25685 Bottom
25686 \begin_inset space ~
25687 \end_inset
25688
25689 of
25690 \begin_inset space ~
25691 \end_inset
25692
25693 page
25694 \family default
25695 : only floats occupying less than 30
25696 \begin_inset space \thinspace{}
25697 \end_inset
25698
25699 % of the page can be placed at the bottom of a page.
25700  (
25701 \series bold
25702
25703 \backslash
25704 bottomfraction
25705 \series default
25706 )
25707 \end_layout
25708
25709 \begin_layout Labeling
25710 \labelwidthstring 00.00.0000
25711
25712 \family sans
25713 Page
25714 \begin_inset space ~
25715 \end_inset
25716
25717 of
25718 \begin_inset space ~
25719 \end_inset
25720
25721 floats
25722 \family default
25723 : only if more than 50
25724 \begin_inset space \thinspace{}
25725 \end_inset
25726
25727 % of the page is occupied by floats, several floats can be set together
25728  on a page.
25729  (
25730 \series bold
25731
25732 \backslash
25733 floatpagefraction
25734 \series default
25735 )
25736 \end_layout
25737
25738 \begin_layout Standard
25739 If you don't like these rules, you can ignore them by using the additional
25740  option 
25741 \family sans
25742 Ignore
25743 \begin_inset space ~
25744 \end_inset
25745
25746 LaTeX
25747 \begin_inset space ~
25748 \end_inset
25749
25750 rules
25751 \family default
25752 .
25753 \begin_inset Newline newline
25754 \end_inset
25755
25756 You can also redefine the rules with LaTeX-commands that are given in parenthese
25757 s after the rules description above.
25758  To increase for example the often too small default of the bottom-rule
25759  to 50
25760 \begin_inset space \thinspace{}
25761 \end_inset
25762
25763 % of the page, add this line to your document preamble:
25764 \end_layout
25765
25766 \begin_layout Standard
25767
25768 \series bold
25769
25770 \backslash
25771 renewcommand{
25772 \backslash
25773 bottomfraction}{0.5}
25774 \end_layout
25775
25776 \begin_layout Standard
25777 Sometimes you might need, under all circumstances, a float to be placed
25778  exactly at the position where it is inserted.
25779  For this case you can use the option 
25780 \family sans
25781 Here
25782 \begin_inset space ~
25783 \end_inset
25784
25785 definitely
25786 \family default
25787 .
25788  Use this option very rarely and only if the document is almost ready to
25789  be printed, because the float is then no longer able to 
25790 \begin_inset Quotes eld
25791 \end_inset
25792
25793 float
25794 \begin_inset Quotes erd
25795 \end_inset
25796
25797  when you change your document and this will often destroy the page layout.
25798 \end_layout
25799
25800 \begin_layout Standard
25801 There are no placement options for text wrap floats, because they are always
25802  surrounded by the text of a certain paragraph.
25803 \begin_inset VSpace bigskip
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_layout Standard
25810 Sometimes you have the problem that a float is placed at the top of a page
25811  while its corresponding section starts at the middle of the page, so that
25812  the reader could think the float is part of the previous section.
25813  To avoid this the LaTeX-command 
25814 \series bold
25815
25816 \backslash
25817 suppressfloats
25818 \series default
25819  can be used.
25820  It suppresses a given float placement for the page where it is inserted
25821  and can therefore be used to avoid floats being set before a section starts.
25822  To get this, add these commands to your document preamble:
25823 \end_layout
25824
25825 \begin_layout Standard
25826
25827 \series bold
25828
25829 \backslash
25830 let
25831 \backslash
25832 mySection
25833 \backslash
25834 section
25835 \begin_inset Newline newline
25836 \end_inset
25837
25838
25839 \backslash
25840 renewcommand{
25841 \backslash
25842 section}{
25843 \backslash
25844 suppressfloats[t]
25845 \backslash
25846 mySection}
25847 \end_layout
25848
25849 \begin_layout Standard
25850 You can define the same for all section headings, like chapters and subsections.
25851  This definition is not recommended to be used for small text parts like
25852  subsubsections because LaTeX may then have problems finding a suitable
25853  placement.
25854 \end_layout
25855
25856 \begin_layout Standard
25857 \begin_inset VSpace bigskip
25858 \end_inset
25859
25860 In some cases it is required to have all figures/tables at the end of the
25861  document.
25862  For this purpose the LaTeX-package 
25863 \series bold
25864 endfloat
25865 \series default
25866
25867 \begin_inset Index idx
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871 LaTeX-packages ! endfloat
25872 \end_layout
25873
25874 \end_inset
25875
25876  was developed.
25877  It puts all figure and table floats at the end of the document into their
25878  own sections.
25879  At the original float position a text hint like 
25880 \begin_inset Quotes eld
25881 \end_inset
25882
25883
25884 \family sans
25885 [Figure
25886 \begin_inset space ~
25887 \end_inset
25888
25889 3.2 about here.]
25890 \family default
25891
25892 \begin_inset Quotes erd
25893 \end_inset
25894
25895  is inserted.
25896  The endfloat-package is loaded in the preamble with the line
25897 \end_layout
25898
25899 \begin_layout Standard
25900
25901 \series bold
25902
25903 \backslash
25904 usepackage[options]{endfloat}
25905 \end_layout
25906
25907 \begin_layout Standard
25908 There are various package options to format the created figure/table sections.
25909  For more information we refer you to the 
25910 \series bold
25911 endfloat
25912 \series default
25913  documentation 
25914 \begin_inset CommandInset citation
25915 LatexCommand cite
25916 key "endfloat"
25917
25918 \end_inset
25919
25920 .
25921 \begin_inset Newline newline
25922 \end_inset
25923
25924
25925 \begin_inset Note Greyedout
25926 status open
25927
25928 \begin_layout Plain Layout
25929
25930 \series bold
25931 Note: endfloat
25932 \series default
25933  doesn't provide an automatic translation for the text hint, you have to
25934  do this manually, see section
25935 \begin_inset space ~
25936 \end_inset
25937
25938 4 in 
25939 \begin_inset CommandInset citation
25940 LatexCommand cite
25941 key "endfloat"
25942
25943 \end_inset
25944
25945 .
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \begin_inset Newline newline
25952 \end_inset
25953
25954
25955 \begin_inset Note Greyedout
25956 status open
25957
25958 \begin_layout Plain Layout
25959
25960 \series bold
25961 Note:
25962 \series default
25963  There is currently a bug in 
25964 \series bold
25965 endfloat
25966 \series default
25967  when the caption contains a German 
25968 \begin_inset Quotes eld
25969 \end_inset
25970
25971 ß
25972 \begin_inset Quotes erd
25973 \end_inset
25974
25975 .
25976  Use in this case the command 
25977 \begin_inset Quotes eld
25978 \end_inset
25979
25980
25981 \series bold
25982
25983 \backslash
25984 ss
25985 \series default
25986
25987 \begin_inset Quotes erd
25988 \end_inset
25989
25990  in TeX-Code instead of 
25991 \begin_inset Quotes eld
25992 \end_inset
25993
25994 ß
25995 \begin_inset Quotes erd
25996 \end_inset
25997
25998 .
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \begin_layout Standard
26007 \begin_inset VSpace bigskip
26008 \end_inset
26009
26010 For more details about float placements, have a look at LaTeX books, 
26011 \begin_inset CommandInset citation
26012 LatexCommand cite
26013 key "latexcompanion,latexguide,latexbook"
26014
26015 \end_inset
26016
26017 .
26018 \end_layout
26019
26020 \begin_layout Section
26021 Rotated Floats
26022 \begin_inset CommandInset label
26023 LatexCommand label
26024 name "sec:Rotated-Floats"
26025
26026 \end_inset
26027
26028
26029 \begin_inset Index idx
26030 status collapsed
26031
26032 \begin_layout Plain Layout
26033 Floats ! Rotating
26034 \end_layout
26035
26036 \end_inset
26037
26038
26039 \end_layout
26040
26041 \begin_layout Standard
26042 Especially for wide tables you might have floats rotated.
26043  To rotate a whole float including the caption, right-click on the float-box
26044  and use the option 
26045 \family sans
26046 Rotate
26047 \begin_inset space ~
26048 \end_inset
26049
26050 sideways
26051 \family default
26052 .
26053 \end_layout
26054
26055 \begin_layout Standard
26056 Rotated floats are always placed on a page of their own (or column of their
26057  own; in case you have a multi-column document).
26058  You can let them span several columns using the float settings option 
26059 \family sans
26060 Span
26061 \begin_inset space ~
26062 \end_inset
26063
26064 columns
26065 \family default
26066 .
26067  Floats are rotated so that you can read them from the outside margin.
26068  To force a certain rotation direction for all pages, you can add either
26069  the option 
26070 \series bold
26071 figuresleft
26072 \series default
26073  or 
26074 \series bold
26075 figuresright
26076 \series default
26077  to the document class options.
26078 \end_layout
26079
26080 \begin_layout Standard
26081 Referencing rotated floats is the same as for normal floats, the caption
26082  format is also the same: Table
26083 \begin_inset space ~
26084 \end_inset
26085
26086
26087 \begin_inset CommandInset ref
26088 LatexCommand ref
26089 reference "tab:Rotated-table"
26090
26091 \end_inset
26092
26093  is an example of a rotated table float.
26094 \end_layout
26095
26096 \begin_layout Standard
26097 \begin_inset Note Greyedout
26098 status open
26099
26100 \begin_layout Plain Layout
26101
26102 \series bold
26103 Note:
26104 \series default
26105  Not all DVI-viewers are able to display rotated floats.
26106 \end_layout
26107
26108 \end_inset
26109
26110
26111 \end_layout
26112
26113 \begin_layout Standard
26114 \begin_inset Float table
26115 wide false
26116 sideways true
26117 status open
26118
26119 \begin_layout Plain Layout
26120 \begin_inset Caption Standard
26121
26122 \begin_layout Plain Layout
26123 \begin_inset CommandInset label
26124 LatexCommand label
26125 name "tab:Rotated-table"
26126
26127 \end_inset
26128
26129  Rotated table
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \begin_layout Plain Layout
26138 \align center
26139 \begin_inset Tabular
26140 <lyxtabular version="3" rows="1" columns="5">
26141 <features rotate="0" tabularvalignment="middle">
26142 <column alignment="center" valignment="top">
26143 <column alignment="center" valignment="top">
26144 <column alignment="center" valignment="top">
26145 <column alignment="center" valignment="top">
26146 <column alignment="center" valignment="top">
26147 <row>
26148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152 test
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26158 \begin_inset Text
26159
26160 \begin_layout Plain Layout
26161 b
26162 \end_layout
26163
26164 \end_inset
26165 </cell>
26166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 c
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179 d
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188 e
26189 \end_layout
26190
26191 \end_inset
26192 </cell>
26193 </row>
26194 </lyxtabular>
26195
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \begin_layout Section
26207 Subfloats
26208 \begin_inset Index idx
26209 status collapsed
26210
26211 \begin_layout Plain Layout
26212 Floats ! Subfloats
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \begin_layout Standard
26221 Subfloats are for example used when a figure consists of several images.
26222  They are created by inserting a float into an existing float.
26223  The placement of the subfloats can be controlled in the same way as for
26224  paragraphs as shown in table
26225 \begin_inset space ~
26226 \end_inset
26227
26228
26229 \begin_inset CommandInset ref
26230 LatexCommand ref
26231 reference "tab:Two-subtables-side"
26232
26233 \end_inset
26234
26235  and 
26236 \begin_inset CommandInset ref
26237 LatexCommand ref
26238 reference "tab:Two-subtables-upon"
26239
26240 \end_inset
26241
26242 .
26243 \end_layout
26244
26245 \begin_layout Standard
26246 Referencing subfloats works as for normal floats: Table
26247 \begin_inset space ~
26248 \end_inset
26249
26250
26251 \begin_inset CommandInset ref
26252 LatexCommand ref
26253 reference "tab:This-is-subtable-a"
26254
26255 \end_inset
26256
26257  and 
26258 \begin_inset CommandInset ref
26259 LatexCommand ref
26260 reference "tab:This-is-subtable-b"
26261
26262 \end_inset
26263
26264  are subtables of table
26265 \begin_inset space ~
26266 \end_inset
26267
26268
26269 \begin_inset CommandInset ref
26270 LatexCommand ref
26271 reference "tab:Two-subtables-side"
26272
26273 \end_inset
26274
26275 .
26276 \end_layout
26277
26278 \begin_layout Standard
26279 \begin_inset Float table
26280 wide false
26281 sideways false
26282 status open
26283
26284 \begin_layout Plain Layout
26285 \begin_inset Caption Standard
26286
26287 \begin_layout Plain Layout
26288 \begin_inset CommandInset label
26289 LatexCommand label
26290 name "tab:Two-subtables-side"
26291
26292 \end_inset
26293
26294 Two subtables placed side by side.
26295 \end_layout
26296
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \begin_layout Plain Layout
26303 \align center
26304 \begin_inset space \hfill{}
26305 \end_inset
26306
26307
26308 \begin_inset Float table
26309 wide false
26310 sideways false
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314 \begin_inset Caption Standard
26315
26316 \begin_layout Plain Layout
26317 \begin_inset CommandInset label
26318 LatexCommand label
26319 name "tab:This-is-subtable-a"
26320
26321 \end_inset
26322
26323 This is subtable a.
26324 \end_layout
26325
26326 \end_inset
26327
26328
26329 \end_layout
26330
26331 \begin_layout Plain Layout
26332 \align center
26333 \begin_inset Tabular
26334 <lyxtabular version="3" rows="1" columns="5">
26335 <features rotate="0" tabularvalignment="middle">
26336 <column alignment="center" valignment="top">
26337 <column alignment="center" valignment="top">
26338 <column alignment="center" valignment="top">
26339 <column alignment="center" valignment="top">
26340 <column alignment="center" valignment="top">
26341 <row>
26342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346 test
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Plain Layout
26355 b
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 c
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 d
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Plain Layout
26382 e
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 </row>
26388 </lyxtabular>
26389
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \end_inset
26396
26397
26398 \begin_inset space \hfill{}
26399 \end_inset
26400
26401
26402 \begin_inset Float table
26403 wide false
26404 sideways false
26405 status collapsed
26406
26407 \begin_layout Plain Layout
26408 \begin_inset Caption Standard
26409
26410 \begin_layout Plain Layout
26411 \begin_inset CommandInset label
26412 LatexCommand label
26413 name "tab:This-is-subtable-b"
26414
26415 \end_inset
26416
26417 This is subtable b.
26418 \end_layout
26419
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \begin_layout Plain Layout
26426 \align center
26427 \begin_inset Tabular
26428 <lyxtabular version="3" rows="1" columns="5">
26429 <features rotate="0" tabularvalignment="middle">
26430 <column alignment="center" valignment="top">
26431 <column alignment="center" valignment="top">
26432 <column alignment="center" valignment="top">
26433 <column alignment="center" valignment="top">
26434 <column alignment="center" valignment="top">
26435 <row>
26436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440 e
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26446 \begin_inset Text
26447
26448 \begin_layout Plain Layout
26449 d
26450 \end_layout
26451
26452 \end_inset
26453 </cell>
26454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Plain Layout
26458 c
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 b
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Plain Layout
26476 test
26477 \end_layout
26478
26479 \end_inset
26480 </cell>
26481 </row>
26482 </lyxtabular>
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \end_inset
26490
26491
26492 \begin_inset space \hfill{}
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \begin_layout Standard
26504 \begin_inset Float table
26505 wide false
26506 sideways false
26507 status open
26508
26509 \begin_layout Plain Layout
26510 \begin_inset Caption Standard
26511
26512 \begin_layout Plain Layout
26513 \begin_inset CommandInset label
26514 LatexCommand label
26515 name "tab:Two-subtables-upon"
26516
26517 \end_inset
26518
26519 Two subtables placed one above the other.
26520  (a) table with 4 cells, (b) table with 5 cells.
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \begin_layout Plain Layout
26529 \align center
26530 \begin_inset Float table
26531 wide false
26532 sideways false
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536 \begin_inset Caption Standard
26537
26538 \begin_layout Plain Layout
26539
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Plain Layout
26548 \align center
26549 \begin_inset Tabular
26550 <lyxtabular version="3" rows="1" columns="4">
26551 <features rotate="0" tabularvalignment="middle">
26552 <column alignment="center" valignment="top">
26553 <column alignment="center" valignment="top">
26554 <column alignment="center" valignment="top">
26555 <column alignment="center" valignment="top">
26556 <row>
26557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561 test
26562 \end_layout
26563
26564 \end_inset
26565 </cell>
26566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26567 \begin_inset Text
26568
26569 \begin_layout Plain Layout
26570 test
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579 test
26580 \end_layout
26581
26582 \end_inset
26583 </cell>
26584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26585 \begin_inset Text
26586
26587 \begin_layout Plain Layout
26588 test
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 </row>
26594 </lyxtabular>
26595
26596 \end_inset
26597
26598
26599 \end_layout
26600
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \begin_layout Plain Layout
26607 \align center
26608 \begin_inset Float table
26609 wide false
26610 sideways false
26611 status collapsed
26612
26613 \begin_layout Plain Layout
26614 \begin_inset Caption Standard
26615
26616 \begin_layout Plain Layout
26617
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \begin_layout Plain Layout
26626 \align center
26627 \begin_inset Tabular
26628 <lyxtabular version="3" rows="1" columns="5">
26629 <features rotate="0" tabularvalignment="middle">
26630 <column alignment="center" valignment="top">
26631 <column alignment="center" valignment="top">
26632 <column alignment="center" valignment="top">
26633 <column alignment="center" valignment="top">
26634 <column alignment="center" valignment="top">
26635 <row>
26636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Plain Layout
26640 a
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 b
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 c
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 d
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676 e
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 </row>
26682 </lyxtabular>
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \end_inset
26690
26691
26692 \end_layout
26693
26694 \end_inset
26695
26696
26697 \end_layout
26698
26699 \begin_layout Section
26700 Floats Side by Side
26701 \begin_inset Index idx
26702 status collapsed
26703
26704 \begin_layout Plain Layout
26705 Floats ! Side by side
26706 \end_layout
26707
26708 \end_inset
26709
26710
26711 \end_layout
26712
26713 \begin_layout Standard
26714 To place floats side by side, as in Figures
26715 \begin_inset space ~
26716 \end_inset
26717
26718
26719 \begin_inset CommandInset ref
26720 LatexCommand ref
26721 reference "fig:Float-left"
26722
26723 \end_inset
26724
26725  and 
26726 \begin_inset CommandInset ref
26727 LatexCommand ref
26728 reference "fig:Float-right"
26729
26730 \end_inset
26731
26732 , only 
26733 \emph on
26734 one
26735 \emph default
26736  float is used.
26737  In it two minipage boxes are inserted.
26738 \begin_inset Foot
26739 status collapsed
26740
26741 \begin_layout Plain Layout
26742 Minipages are explained in section
26743 \begin_inset space ~
26744 \end_inset
26745
26746
26747 \begin_inset CommandInset ref
26748 LatexCommand ref
26749 reference "sec:Minipages"
26750
26751 \end_inset
26752
26753 .
26754 \end_layout
26755
26756 \end_inset
26757
26758  The width is set to 45
26759 \begin_inset space \thinspace{}
26760 \end_inset
26761
26762 -50
26763 \begin_inset space \thinspace{}
26764 \end_inset
26765
26766 column% and the box alignment to 
26767 \family sans
26768 Bottom
26769 \family default
26770  for each minipage.
26771  The minipage boxes contain the image and the caption in the same way as
26772  they are in a float.
26773  The only difference is that the image unit 
26774 \family sans
26775 Column
26776 \begin_inset space ~
26777 \end_inset
26778
26779 Width
26780 \begin_inset space ~
26781 \end_inset
26782
26783 %
26784 \family default
26785  is now calculated according to the width of the minipage boxes.
26786 \end_layout
26787
26788 \begin_layout Standard
26789 \begin_inset Float figure
26790 wide false
26791 sideways false
26792 status open
26793
26794 \begin_layout Plain Layout
26795 \begin_inset Box Frameless
26796 position "b"
26797 hor_pos "c"
26798 has_inner_box 1
26799 inner_pos "t"
26800 use_parbox 0
26801 use_makebox 0
26802 width "45col%"
26803 special "none"
26804 height "1in"
26805 height_special "totalheight"
26806 status open
26807
26808 \begin_layout Plain Layout
26809 \align center
26810 \begin_inset Graphics
26811         filename clipart/mobius.eps
26812         lyxscale 50
26813         width 100col%
26814         scaleBeforeRotation
26815
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \begin_layout Plain Layout
26822 \begin_inset Caption Standard
26823
26824 \begin_layout Plain Layout
26825 \begin_inset CommandInset label
26826 LatexCommand label
26827 name "fig:Float-left"
26828
26829 \end_inset
26830
26831 Float on the left side.
26832 \end_layout
26833
26834 \end_inset
26835
26836
26837 \end_layout
26838
26839 \end_inset
26840
26841
26842 \begin_inset space \hfill{}
26843 \end_inset
26844
26845
26846 \begin_inset Box Frameless
26847 position "b"
26848 hor_pos "c"
26849 has_inner_box 1
26850 inner_pos "t"
26851 use_parbox 0
26852 use_makebox 0
26853 width "45col%"
26854 special "none"
26855 height "1in"
26856 height_special "totalheight"
26857 status open
26858
26859 \begin_layout Plain Layout
26860 \align center
26861 \begin_inset Graphics
26862         filename clipart/platypus.eps
26863         lyxscale 50
26864         width 100col%
26865         scaleBeforeRotation
26866
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \begin_layout Plain Layout
26873 \begin_inset Caption Standard
26874
26875 \begin_layout Plain Layout
26876 \begin_inset CommandInset label
26877 LatexCommand label
26878 name "fig:Float-right"
26879
26880 \end_inset
26881
26882 Float on the right side.
26883 \end_layout
26884
26885 \end_inset
26886
26887
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \begin_layout Plain Layout
26896
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \begin_layout Section
26905 Caption Formatting
26906 \begin_inset Index idx
26907 status collapsed
26908
26909 \begin_layout Plain Layout
26910 Caption ! Formatting
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \begin_inset Index idx
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920 Floats ! Caption Formatting
26921 \end_layout
26922
26923 \end_inset
26924
26925
26926 \begin_inset CommandInset label
26927 LatexCommand label
26928 name "sec:Caption-Formatting"
26929
26930 \end_inset
26931
26932
26933 \end_layout
26934
26935 \begin_layout Standard
26936 The 
26937 \family sans
26938 Caption
26939 \family default
26940  environment is the default paragraph environment for 
26941 \family sans
26942 Floats
26943 \family default
26944 .
26945  On the LyX screen captions appear as a label, e.
26946 \begin_inset space \thinspace{}
26947 \end_inset
26948
26949 g.
26950 \begin_inset space \space{}
26951 \end_inset
26952
26953
26954 \begin_inset Quotes eld
26955 \end_inset
26956
26957
26958 \family sans
26959 Figure #:
26960 \family default
26961
26962 \begin_inset Quotes erd
26963 \end_inset
26964
26965  followed by the caption text.
26966  
26967 \begin_inset Quotes eld
26968 \end_inset
26969
26970 #
26971 \begin_inset Quotes erd
26972 \end_inset
26973
26974  is the actual reference number.
26975  By default the label and the number are in the same font as the caption
26976  text and a colon follows the number to divide the label from the text.
26977  This caption format is suitable for many but not all documents.
26978  
26979 \end_layout
26980
26981 \begin_layout Standard
26982 To change the default caption format, load the LaTeX-package 
26983 \series bold
26984 caption
26985 \series default
26986
26987 \begin_inset Index idx
26988 status collapsed
26989
26990 \begin_layout Plain Layout
26991 LaTeX-packages ! caption
26992 \end_layout
26993
26994 \end_inset
26995
26996  in the document preamble with this line:
26997 \end_layout
26998
26999 \begin_layout Standard
27000
27001 \series bold
27002
27003 \backslash
27004 usepackage[format definition]{caption}
27005 \end_layout
27006
27007 \begin_layout Standard
27008 To have for example the label and the number in sans-serif, bold font and
27009  the table captions always above the table as in this document, use the
27010  following command:
27011 \end_layout
27012
27013 \begin_layout Standard
27014
27015 \series bold
27016
27017 \backslash
27018 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27019 \end_layout
27020
27021 \begin_layout Standard
27022 You can also define different caption formats for the different float types.
27023  In this case load the 
27024 \series bold
27025 caption
27026 \series default
27027  package without format specific options and define the different formats
27028  with the help of the command
27029 \end_layout
27030
27031 \begin_layout Standard
27032
27033 \series bold
27034
27035 \backslash
27036 captionsetup[float type]{format definition}
27037 \end_layout
27038
27039 \begin_layout Standard
27040 in the document preamble.
27041  For example the caption formats of Figure
27042 \begin_inset space ~
27043 \end_inset
27044
27045
27046 \begin_inset CommandInset ref
27047 LatexCommand ref
27048 reference "fig:This-is-an-fig"
27049
27050 \end_inset
27051
27052  and Table
27053 \begin_inset space ~
27054 \end_inset
27055
27056
27057 \begin_inset CommandInset ref
27058 LatexCommand ref
27059 reference "tab:This-is-an-tab"
27060
27061 \end_inset
27062
27063  can be created using these commands in the document preamble:
27064 \end_layout
27065
27066 \begin_layout Standard
27067
27068 \series bold
27069
27070 \backslash
27071 usepackage[tableposition=top]{caption}
27072 \series default
27073
27074 \begin_inset Newline newline
27075 \end_inset
27076
27077
27078 \series bold
27079
27080 \backslash
27081 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27082 \begin_inset Newline newline
27083 \end_inset
27084
27085
27086 \begin_inset Phantom HPhantom
27087 status open
27088
27089 \begin_layout Plain Layout
27090
27091 \series bold
27092
27093 \backslash
27094 captionsetup[figure]{
27095 \end_layout
27096
27097 \end_inset
27098
27099 labelsep=period}
27100 \begin_inset Newline newline
27101 \end_inset
27102
27103
27104 \backslash
27105 captionsetup[table]{labelfont={bf,sf}}
27106 \end_layout
27107
27108 \begin_layout Standard
27109 \begin_inset Note Greyedout
27110 status open
27111
27112 \begin_layout Plain Layout
27113
27114 \series bold
27115 Note:
27116 \series default
27117  The option 
27118 \series bold
27119 tableposition=top
27120 \series default
27121  has no effect when a 
27122 \series bold
27123 KOMA-Script
27124 \series default
27125
27126 \begin_inset Index idx
27127 status collapsed
27128
27129 \begin_layout Plain Layout
27130 LaTeX-packages ! KOMA-Script
27131 \end_layout
27132
27133 \end_inset
27134
27135  document class is used.
27136  In this case the document class option 
27137 \series bold
27138 captions=tableheading
27139 \series default
27140  must be used.
27141 \end_layout
27142
27143 \end_inset
27144
27145
27146 \end_layout
27147
27148 \begin_layout Standard
27149 For more information about the package 
27150 \series bold
27151 caption
27152 \series default
27153  we refer to its documentation 
27154 \begin_inset CommandInset citation
27155 LatexCommand cite
27156 key "caption"
27157
27158 \end_inset
27159
27160 .
27161 \end_layout
27162
27163 \begin_layout Standard
27164 To change the label name from e.
27165 \begin_inset space \thinspace{}
27166 \end_inset
27167
27168 g.
27169 \begin_inset space \space{}
27170 \end_inset
27171
27172
27173 \begin_inset Quotes eld
27174 \end_inset
27175
27176 Figure
27177 \begin_inset Quotes erd
27178 \end_inset
27179
27180  to 
27181 \begin_inset Quotes eld
27182 \end_inset
27183
27184 Image
27185 \begin_inset Quotes erd
27186 \end_inset
27187
27188  use this preamble command:
27189 \end_layout
27190
27191 \begin_layout Standard
27192
27193 \series bold
27194
27195 \backslash
27196 renewcommand{
27197 \backslash
27198 fnum@figure}{Image~
27199 \backslash
27200 thefigure}
27201 \end_layout
27202
27203 \begin_layout Standard
27204 where 
27205 \series bold
27206
27207 \backslash
27208 thefigure
27209 \series default
27210  inserts the figure number and
27211 \series bold
27212  
27213 \begin_inset Quotes eld
27214 \end_inset
27215
27216 ~
27217 \series default
27218
27219 \begin_inset Quotes erd
27220 \end_inset
27221
27222  creates a protected space.
27223 \end_layout
27224
27225 \begin_layout Standard
27226 \begin_inset VSpace bigskip
27227 \end_inset
27228
27229 If you are using a 
27230 \series bold
27231 KOMA-Script
27232 \series default
27233
27234 \begin_inset Index idx
27235 status collapsed
27236
27237 \begin_layout Plain Layout
27238 LaTeX-packages ! KOMA-Script
27239 \end_layout
27240
27241 \end_inset
27242
27243  document class (
27244 \family sans
27245 article (KOMA-Script)
27246 \family default
27247
27248 \family sans
27249 book (KOMA-Script)
27250 \family default
27251
27252 \family sans
27253 letter (KOMA-Script)
27254 \family default
27255 , or 
27256 \family sans
27257 report (KOMA-Script)
27258 \family default
27259
27260 \begin_inset space \thinspace{}
27261 \end_inset
27262
27263 ), you can alternatively to the 
27264 \series bold
27265 caption
27266 \series default
27267  package use 
27268 \series bold
27269 KOMA-Script
27270 \series default
27271 's built-in command 
27272 \series bold
27273
27274 \backslash
27275 setkomafont
27276 \series default
27277 .
27278  For example, to have the caption label in bold, add this command to your
27279  document preamble:
27280 \end_layout
27281
27282 \begin_layout Standard
27283
27284 \series bold
27285
27286 \backslash
27287 setkomafont{captionlabel}{
27288 \backslash
27289 bfseries}
27290 \end_layout
27291
27292 \begin_layout Standard
27293 For more information about 
27294 \series bold
27295
27296 \backslash
27297 setkomafont
27298 \series default
27299  we refer to the 
27300 \series bold
27301 KOMA-Script
27302 \series default
27303  documentation 
27304 \begin_inset CommandInset citation
27305 LatexCommand cite
27306 key "KOMA-Script"
27307
27308 \end_inset
27309
27310 .
27311 \end_layout
27312
27313 \begin_layout Standard
27314 \begin_inset ERT
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318
27319
27320 \backslash
27321 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27322 }
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \begin_inset Note Note
27329 status open
27330
27331 \begin_layout Plain Layout
27332 The caption format is changed only for this example.
27333 \end_layout
27334
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \begin_layout Standard
27341 \begin_inset Float figure
27342 placement !p
27343 wide false
27344 sideways false
27345 status open
27346
27347 \begin_layout Plain Layout
27348 \align center
27349 \begin_inset Graphics
27350         filename clipart/mobius.eps
27351         lyxscale 50
27352         scale 50
27353         scaleBeforeRotation
27354
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \begin_layout Plain Layout
27361 \begin_inset Caption Standard
27362
27363 \begin_layout Plain Layout
27364 \begin_inset CommandInset label
27365 LatexCommand label
27366 name "fig:This-is-an-fig"
27367
27368 \end_inset
27369
27370 This is an example figure caption that is longer than one line to show the
27371  different caption format.
27372  Here a self-defined caption format is used.
27373 \end_layout
27374
27375 \end_inset
27376
27377
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \begin_layout Standard
27386 \begin_inset ERT
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390
27391
27392 \backslash
27393 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27394 on}
27395 \end_layout
27396
27397 \end_inset
27398
27399
27400 \end_layout
27401
27402 \begin_layout Standard
27403 \begin_inset Float table
27404 placement !p
27405 wide false
27406 sideways false
27407 status open
27408
27409 \begin_layout Plain Layout
27410 \begin_inset Caption Standard
27411
27412 \begin_layout Plain Layout
27413 \begin_inset CommandInset label
27414 LatexCommand label
27415 name "tab:This-is-an-tab"
27416
27417 \end_inset
27418
27419 This is an example table caption that is longer than one line to show the
27420  different caption format.
27421  Here the standard caption format for tables in this document is used.
27422 \end_layout
27423
27424 \end_inset
27425
27426
27427 \end_layout
27428
27429 \begin_layout Plain Layout
27430 \align center
27431 \begin_inset Tabular
27432 <lyxtabular version="3" rows="1" columns="5">
27433 <features rotate="0" tabularvalignment="middle">
27434 <column alignment="center" valignment="top">
27435 <column alignment="center" valignment="top">
27436 <column alignment="center" valignment="top">
27437 <column alignment="center" valignment="top">
27438 <column alignment="center" valignment="top">
27439 <row>
27440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27441 \begin_inset Text
27442
27443 \begin_layout Plain Layout
27444 a
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27450 \begin_inset Text
27451
27452 \begin_layout Plain Layout
27453 b
27454 \end_layout
27455
27456 \end_inset
27457 </cell>
27458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27459 \begin_inset Text
27460
27461 \begin_layout Plain Layout
27462 c
27463 \end_layout
27464
27465 \end_inset
27466 </cell>
27467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27468 \begin_inset Text
27469
27470 \begin_layout Plain Layout
27471 d
27472 \end_layout
27473
27474 \end_inset
27475 </cell>
27476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27477 \begin_inset Text
27478
27479 \begin_layout Plain Layout
27480 e
27481 \end_layout
27482
27483 \end_inset
27484 </cell>
27485 </row>
27486 </lyxtabular>
27487
27488 \end_inset
27489
27490
27491 \end_layout
27492
27493 \end_inset
27494
27495
27496 \end_layout
27497
27498 \begin_layout Section
27499 Caption Placement
27500 \begin_inset Index idx
27501 status collapsed
27502
27503 \begin_layout Plain Layout
27504 Caption ! Placement
27505 \end_layout
27506
27507 \end_inset
27508
27509
27510 \begin_inset Index idx
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514 Floats ! Caption Placement
27515 \end_layout
27516
27517 \end_inset
27518
27519
27520 \begin_inset CommandInset label
27521 LatexCommand label
27522 name "sec:Caption-Placement"
27523
27524 \end_inset
27525
27526
27527 \end_layout
27528
27529 \begin_layout Standard
27530 The common caption placement rule is:
27531 \end_layout
27532
27533 \begin_layout Description
27534 Figure: Caption is set below the figure
27535 \end_layout
27536
27537 \begin_layout Description
27538 Table: Caption is set above the table
27539 \end_layout
27540
27541 \begin_layout Standard
27542 Having the caption above the table is unfortunately not supported in LaTeX's
27543  standard classes.
27544  That means if you are using the document classes 
27545 \family sans
27546 article
27547 \family default
27548
27549 \family sans
27550 book
27551 \family default
27552
27553 \family sans
27554 letter
27555 \family default
27556 , or 
27557 \family sans
27558 report
27559 \family default
27560  there will be no space between the caption and the table.
27561  To insert the necessary space, load the LaTeX-package 
27562 \series bold
27563 caption
27564 \series default
27565
27566 \begin_inset Index idx
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570 LaTeX-packages ! caption
27571 \end_layout
27572
27573 \end_inset
27574
27575  in your document preamble with the option
27576 \begin_inset Foot
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580 See section
27581 \begin_inset space ~
27582 \end_inset
27583
27584
27585 \begin_inset CommandInset ref
27586 LatexCommand ref
27587 reference "sec:Caption-Formatting"
27588
27589 \end_inset
27590
27591  for more information of the package 
27592 \series bold
27593 caption
27594 \series default
27595 .
27596 \end_layout
27597
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \begin_layout Standard
27604
27605 \series bold
27606 tableposition=top
27607 \end_layout
27608
27609 \begin_layout Standard
27610 If you are using a 
27611 \series bold
27612 KOMA-Script
27613 \series default
27614
27615 \begin_inset Index idx
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619 LaTeX-packages ! KOMA-Script
27620 \end_layout
27621
27622 \end_inset
27623
27624  document class (
27625 \family sans
27626 article (KOMA-Script)
27627 \family default
27628
27629 \family sans
27630 book (KOMA-Script)
27631 \family default
27632
27633 \family sans
27634 letter (KOMA-Script)
27635 \family default
27636 , or 
27637 \family sans
27638 report (KOMA-Script)
27639 \family default
27640
27641 \begin_inset space \thinspace{}
27642 \end_inset
27643
27644 ), you can alternatively to the 
27645 \series bold
27646 caption
27647 \series default
27648  package set the document class option
27649 \begin_inset Foot
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653 That option is used in this document.
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Standard
27662
27663 \series bold
27664 captions=tableheading
27665 \end_layout
27666
27667 \begin_layout Standard
27668 In documents with a KOMA-Script document class you can also right-click
27669  on a caption and mark in the context menu if this should be a caption above
27670  or below the table/figure.
27671  This way you can override the document-wide caption placement for certain
27672  captions.
27673  Table
27674 \begin_inset space ~
27675 \end_inset
27676
27677
27678 \begin_inset CommandInset ref
27679 LatexCommand ref
27680 reference "tab:A-caption-marked"
27681
27682 \end_inset
27683
27684  is an example where the caption is marked a being below the table while
27685  it is above.
27686  For comparison the caption in Table
27687 \begin_inset space ~
27688 \end_inset
27689
27690
27691 \begin_inset CommandInset ref
27692 LatexCommand ref
27693 reference "tab:A-standard-table"
27694
27695 \end_inset
27696
27697  is not marked.
27698 \end_layout
27699
27700 \begin_layout Standard
27701 \begin_inset Float table
27702 wide false
27703 sideways false
27704 status open
27705
27706 \begin_layout Plain Layout
27707 \begin_inset Caption Below
27708
27709 \begin_layout Plain Layout
27710 \begin_inset CommandInset label
27711 LatexCommand label
27712 name "tab:A-caption-marked"
27713
27714 \end_inset
27715
27716 A caption marked as being below the table.
27717 \end_layout
27718
27719 \end_inset
27720
27721
27722 \end_layout
27723
27724 \begin_layout Plain Layout
27725 \align center
27726 \begin_inset Tabular
27727 <lyxtabular version="3" rows="3" columns="3">
27728 <features rotate="0" tabularvalignment="middle">
27729 <column alignment="center" valignment="top" width="0pt">
27730 <column alignment="center" valignment="top" width="0pt">
27731 <column alignment="center" valignment="top" width="0pt">
27732 <row>
27733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27734 \begin_inset Text
27735
27736 \begin_layout Plain Layout
27737 1
27738 \end_layout
27739
27740 \end_inset
27741 </cell>
27742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27743 \begin_inset Text
27744
27745 \begin_layout Plain Layout
27746 2
27747 \end_layout
27748
27749 \end_inset
27750 </cell>
27751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27752 \begin_inset Text
27753
27754 \begin_layout Plain Layout
27755 3
27756 \end_layout
27757
27758 \end_inset
27759 </cell>
27760 </row>
27761 <row>
27762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27763 \begin_inset Text
27764
27765 \begin_layout Plain Layout
27766 Joe
27767 \end_layout
27768
27769 \end_inset
27770 </cell>
27771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27772 \begin_inset Text
27773
27774 \begin_layout Plain Layout
27775 Mary
27776 \end_layout
27777
27778 \end_inset
27779 </cell>
27780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784 Ted
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 </row>
27790 <row>
27791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795 \begin_inset Formula $\int x^{2}dx$
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27804 \begin_inset Text
27805
27806 \begin_layout Plain Layout
27807 \begin_inset Formula $\left[\begin{array}{cc}
27808 a & b\\
27809 c & d
27810 \end{array}\right]$
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \end_inset
27817 </cell>
27818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27819 \begin_inset Text
27820
27821 \begin_layout Plain Layout
27822 \begin_inset Formula $1+1=2$
27823 \end_inset
27824
27825
27826 \end_layout
27827
27828 \end_inset
27829 </cell>
27830 </row>
27831 </lyxtabular>
27832
27833 \end_inset
27834
27835
27836 \end_layout
27837
27838 \end_inset
27839
27840
27841 \end_layout
27842
27843 \begin_layout Standard
27844 \begin_inset Float table
27845 wide false
27846 sideways false
27847 status open
27848
27849 \begin_layout Plain Layout
27850 \begin_inset Caption Standard
27851
27852 \begin_layout Plain Layout
27853 \begin_inset CommandInset label
27854 LatexCommand label
27855 name "tab:A-standard-table"
27856
27857 \end_inset
27858
27859 A standard table caption.
27860 \end_layout
27861
27862 \end_inset
27863
27864
27865 \end_layout
27866
27867 \begin_layout Plain Layout
27868 \align center
27869 \begin_inset Tabular
27870 <lyxtabular version="3" rows="3" columns="3">
27871 <features rotate="0" tabularvalignment="middle">
27872 <column alignment="center" valignment="top" width="0pt">
27873 <column alignment="center" valignment="top" width="0pt">
27874 <column alignment="center" valignment="top" width="0pt">
27875 <row>
27876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27877 \begin_inset Text
27878
27879 \begin_layout Plain Layout
27880 1
27881 \end_layout
27882
27883 \end_inset
27884 </cell>
27885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27886 \begin_inset Text
27887
27888 \begin_layout Plain Layout
27889 2
27890 \end_layout
27891
27892 \end_inset
27893 </cell>
27894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27895 \begin_inset Text
27896
27897 \begin_layout Plain Layout
27898 3
27899 \end_layout
27900
27901 \end_inset
27902 </cell>
27903 </row>
27904 <row>
27905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27906 \begin_inset Text
27907
27908 \begin_layout Plain Layout
27909 Joe
27910 \end_layout
27911
27912 \end_inset
27913 </cell>
27914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27915 \begin_inset Text
27916
27917 \begin_layout Plain Layout
27918 Mary
27919 \end_layout
27920
27921 \end_inset
27922 </cell>
27923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27924 \begin_inset Text
27925
27926 \begin_layout Plain Layout
27927 Ted
27928 \end_layout
27929
27930 \end_inset
27931 </cell>
27932 </row>
27933 <row>
27934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27935 \begin_inset Text
27936
27937 \begin_layout Plain Layout
27938 \begin_inset Formula $\int x^{2}dx$
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27947 \begin_inset Text
27948
27949 \begin_layout Plain Layout
27950 \begin_inset Formula $\left[\begin{array}{cc}
27951 a & b\\
27952 c & d
27953 \end{array}\right]$
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \end_inset
27960 </cell>
27961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27962 \begin_inset Text
27963
27964 \begin_layout Plain Layout
27965 \begin_inset Formula $1+1=2$
27966 \end_inset
27967
27968
27969 \end_layout
27970
27971 \end_inset
27972 </cell>
27973 </row>
27974 </lyxtabular>
27975
27976 \end_inset
27977
27978
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Standard
27987 \begin_inset VSpace bigskip
27988 \end_inset
27989
27990 It is also possible to set the caption beside a figure or table.
27991  To get this the LaTeX-package 
27992 \series bold
27993 sidecap
27994 \series default
27995
27996 \begin_inset Index idx
27997 status collapsed
27998
27999 \begin_layout Plain Layout
28000 LaTeX-packages ! sidecap
28001 \end_layout
28002
28003 \end_inset
28004
28005  has to be loaded in the document preamble with the line
28006 \end_layout
28007
28008 \begin_layout Standard
28009
28010 \series bold
28011
28012 \backslash
28013 usepackage[option]{sidecap}
28014 \end_layout
28015
28016 \begin_layout Standard
28017 If you set no option, the caption is placed on the side of the outer page
28018  margin â€“ to the right on odd pages, to the left on even pages.
28019  You can change the placement to inner margin with the option 
28020 \series bold
28021 innercaption
28022 \series default
28023 .
28024  To force the placement always to the right or left, use the option 
28025 \series bold
28026 rightcaption
28027 \series default
28028  or 
28029 \series bold
28030 leftcaption
28031 \series default
28032 , respectively.
28033 \end_layout
28034
28035 \begin_layout Standard
28036 \begin_inset ERT
28037 status collapsed
28038
28039 \begin_layout Plain Layout
28040
28041
28042 \backslash
28043 ifsidecap
28044 \end_layout
28045
28046 \end_inset
28047
28048
28049 \begin_inset Note Note
28050 status open
28051
28052 \begin_layout Plain Layout
28053 The following section will only be displayed when the LaTeX-package 
28054 \series bold
28055 sidecap
28056 \series default
28057  is installed.
28058 \end_layout
28059
28060 \end_inset
28061
28062
28063 \end_layout
28064
28065 \begin_layout Standard
28066 To place in LyX the caption of a float on the side, it is necessary to add
28067  these commands to the document preamble:
28068 \end_layout
28069
28070 \begin_layout Standard
28071 \noindent
28072 \begin_inset CommandInset line
28073 LatexCommand rule
28074 offset "0.5ex"
28075 width "100line%"
28076 height "1pt"
28077
28078 \end_inset
28079
28080
28081 \end_layout
28082
28083 \begin_layout Standard
28084
28085 \series bold
28086
28087 \backslash
28088 newcommand{
28089 \backslash
28090 TabBesBeg}[1][1.0]{%
28091 \begin_inset Newline newline
28092 \end_inset
28093
28094
28095 \begin_inset Phantom HPhantom
28096 status open
28097
28098 \begin_layout Plain Layout
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 MyTable
28112 \backslash
28113 table
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 let
28135 \backslash
28136 MyEndtable
28137 \backslash
28138 endtable
28139 \begin_inset Newline newline
28140 \end_inset
28141
28142
28143 \begin_inset Phantom HPhantom
28144 status open
28145
28146 \begin_layout Plain Layout
28147
28148 \series medium
28149 \begin_inset space ~
28150 \end_inset
28151
28152
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \backslash
28159 renewenvironment{table}[1]{
28160 \backslash
28161 begin{SCtable}[#1]##1}{
28162 \backslash
28163 end{SCtable}}}
28164 \end_layout
28165
28166 \begin_layout Standard
28167
28168 \series bold
28169
28170 \backslash
28171 newcommand{
28172 \backslash
28173 TabBesEnd}{%
28174 \begin_inset Newline newline
28175 \end_inset
28176
28177
28178 \begin_inset Phantom HPhantom
28179 status open
28180
28181 \begin_layout Plain Layout
28182 \begin_inset space ~
28183 \end_inset
28184
28185
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \backslash
28192 let
28193 \backslash
28194 table
28195 \backslash
28196 MyTable
28197 \begin_inset Newline newline
28198 \end_inset
28199
28200
28201 \begin_inset Phantom HPhantom
28202 status open
28203
28204 \begin_layout Plain Layout
28205 \begin_inset space ~
28206 \end_inset
28207
28208
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \backslash
28215 let
28216 \backslash
28217 endtable
28218 \backslash
28219 MyEndtable
28220 \end_layout
28221
28222 \begin_layout Standard
28223
28224 \series bold
28225
28226 \backslash
28227 newcommand{
28228 \backslash
28229 FigBesBeg}[1][1.0]{%
28230 \begin_inset Newline newline
28231 \end_inset
28232
28233
28234 \begin_inset Phantom HPhantom
28235 status open
28236
28237 \begin_layout Plain Layout
28238 \begin_inset space ~
28239 \end_inset
28240
28241
28242 \end_layout
28243
28244 \end_inset
28245
28246
28247 \backslash
28248 let
28249 \backslash
28250 MyFigure
28251 \backslash
28252 figure
28253 \begin_inset Newline newline
28254 \end_inset
28255
28256
28257 \begin_inset Phantom HPhantom
28258 status open
28259
28260 \begin_layout Plain Layout
28261 \begin_inset space ~
28262 \end_inset
28263
28264
28265 \end_layout
28266
28267 \end_inset
28268
28269
28270 \backslash
28271 let
28272 \backslash
28273 MyEndfigure
28274 \backslash
28275 endfigure
28276 \begin_inset Newline newline
28277 \end_inset
28278
28279
28280 \begin_inset Phantom HPhantom
28281 status open
28282
28283 \begin_layout Plain Layout
28284 \begin_inset space ~
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \end_inset
28291
28292
28293 \backslash
28294 renewenvironment{figure}[1]{
28295 \backslash
28296 begin{SCfigure}[#1]##1}{
28297 \backslash
28298 end{SCfigure}}}
28299 \end_layout
28300
28301 \begin_layout Standard
28302
28303 \series bold
28304
28305 \backslash
28306 newcommand{
28307 \backslash
28308 FigBesEnd}{%
28309 \begin_inset Newline newline
28310 \end_inset
28311
28312
28313 \begin_inset Phantom HPhantom
28314 status open
28315
28316 \begin_layout Plain Layout
28317 \begin_inset space ~
28318 \end_inset
28319
28320
28321 \end_layout
28322
28323 \end_inset
28324
28325
28326 \backslash
28327 let
28328 \backslash
28329 figure
28330 \backslash
28331 MyFigure
28332 \begin_inset Newline newline
28333 \end_inset
28334
28335
28336 \begin_inset Phantom HPhantom
28337 status open
28338
28339 \begin_layout Plain Layout
28340 \begin_inset space ~
28341 \end_inset
28342
28343
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \backslash
28350 let
28351 \backslash
28352 endfigure
28353 \backslash
28354 MyEndfigure}
28355 \end_layout
28356
28357 \begin_layout Standard
28358 \noindent
28359 \begin_inset CommandInset line
28360 LatexCommand rule
28361 offset "0.5ex"
28362 width "100line%"
28363 height "1pt"
28364
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \begin_layout Standard
28371 The commands allow you to redefine the floats so that the caption is set
28372  on the side.
28373  For figure floats use the command
28374 \end_layout
28375
28376 \begin_layout Standard
28377
28378 \series bold
28379
28380 \backslash
28381 FigBesBeg
28382 \end_layout
28383
28384 \begin_layout Standard
28385 in TeX-Code before the float.
28386  And insert the command
28387 \end_layout
28388
28389 \begin_layout Standard
28390
28391 \series bold
28392
28393 \backslash
28394 FigBesEnd
28395 \end_layout
28396
28397 \begin_layout Standard
28398 in TeX-Code at the point where you want to get back to the original float
28399  definition.
28400 \end_layout
28401
28402 \begin_layout Standard
28403 For table floats use the corresponding commands
28404 \end_layout
28405
28406 \begin_layout Standard
28407
28408 \series bold
28409
28410 \backslash
28411 TabBesBeg
28412 \series default
28413  and 
28414 \series bold
28415
28416 \backslash
28417 TabBesEnd
28418 \end_layout
28419
28420 \begin_layout Standard
28421 Figure
28422 \begin_inset space ~
28423 \end_inset
28424
28425
28426 \begin_inset CommandInset ref
28427 LatexCommand ref
28428 reference "fig:cap-beside-fig"
28429
28430 \end_inset
28431
28432  and Table
28433 \begin_inset space ~
28434 \end_inset
28435
28436
28437 \begin_inset CommandInset ref
28438 LatexCommand ref
28439 reference "tab:cap-beside-tab"
28440
28441 \end_inset
28442
28443  are examples where the caption is set beside.
28444 \end_layout
28445
28446 \begin_layout Standard
28447 You can see in the examples that the caption text appears at the top of
28448  the floats for table floats and at the bottom for figure floats.
28449  To change this, you can use the command
28450 \end_layout
28451
28452 \begin_layout Standard
28453
28454 \series bold
28455
28456 \backslash
28457 sidecaptionvpos{float type}{placement}
28458 \end_layout
28459
28460 \begin_layout Standard
28461 in the document preamble or in TeX-Code before the float.
28462  The float type is either 
28463 \family sans
28464 figure
28465 \family default
28466  or 
28467 \family sans
28468 table
28469 \family default
28470 , the placement can be 
28471 \begin_inset Quotes eld
28472 \end_inset
28473
28474
28475 \family sans
28476 t
28477 \family default
28478
28479 \begin_inset Quotes erd
28480 \end_inset
28481
28482  for top, 
28483 \begin_inset Quotes eld
28484 \end_inset
28485
28486
28487 \family sans
28488 c
28489 \family default
28490
28491 \begin_inset Quotes erd
28492 \end_inset
28493
28494  for center, or 
28495 \begin_inset Quotes eld
28496 \end_inset
28497
28498
28499 \family sans
28500 b
28501 \family default
28502
28503 \begin_inset Quotes erd
28504 \end_inset
28505
28506  for bottom.
28507  To have for example the caption of figure floats vertically centered, use
28508  the command
28509 \end_layout
28510
28511 \begin_layout Standard
28512
28513 \series bold
28514
28515 \backslash
28516 sidecaptionvpos{figure}{c}
28517 \end_layout
28518
28519 \begin_layout Standard
28520 This was used for Figure
28521 \begin_inset space ~
28522 \end_inset
28523
28524
28525 \begin_inset CommandInset ref
28526 LatexCommand ref
28527 reference "fig:cap-beside-fig-2"
28528
28529 \end_inset
28530
28531 .
28532 \end_layout
28533
28534 \begin_layout Standard
28535 \begin_inset VSpace medskip
28536 \end_inset
28537
28538
28539 \end_layout
28540
28541 \begin_layout Standard
28542 The default caption width is the width of the image/table.
28543  For thin image/tables, like in Table
28544 \begin_inset space ~
28545 \end_inset
28546
28547
28548 \begin_inset CommandInset ref
28549 LatexCommand ref
28550 reference "tab:cap-beside-tab"
28551
28552 \end_inset
28553
28554 , this leads to captions that are too thin.
28555  You can increase the width by specifying a factor that will be multiplied
28556  with the image/table width to get the caption width.
28557  The caption width will automatically be recalculated in case it would protrude
28558  over the page or column margin due to the specified width.
28559  The 
28560 \emph on
28561 factor
28562 \emph default
28563  can either be given as optional argument for 
28564 \series bold
28565
28566 \backslash
28567 FigBesBeg
28568 \series default
28569 :
28570 \end_layout
28571
28572 \begin_layout Standard
28573
28574 \series bold
28575
28576 \backslash
28577 FigBesBeg[factor]
28578 \end_layout
28579
28580 \begin_layout Standard
28581 or in the definition of 
28582 \series bold
28583
28584 \backslash
28585 FigBesBeg
28586 \series default
28587  by replacing the 
28588 \series bold
28589 1.0
28590 \series default
28591  with another value.
28592  If you do the latter, your factor will be the default if 
28593 \series bold
28594
28595 \backslash
28596 FigBesBeg
28597 \series default
28598  is used without an argument.
28599  For Table
28600 \begin_inset space ~
28601 \end_inset
28602
28603
28604 \begin_inset CommandInset ref
28605 LatexCommand ref
28606 reference "tab:cap-beside-tab-wider"
28607
28608 \end_inset
28609
28610  the factor 5 was used.
28611 \end_layout
28612
28613 \begin_layout Standard
28614 \begin_inset Note Greyedout
28615 status open
28616
28617 \begin_layout Plain Layout
28618
28619 \series bold
28620 Note:
28621 \series default
28622  For floats with captions set beside, you cannot use the float placement
28623  option 
28624 \family sans
28625 Here
28626 \begin_inset space ~
28627 \end_inset
28628
28629 definitely
28630 \family default
28631  because it is not supported by 
28632 \series bold
28633 sidecap
28634 \series default
28635 .
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Standard
28644 \begin_inset VSpace medskip
28645 \end_inset
28646
28647 For more information about the package 
28648 \series bold
28649 sidecap
28650 \series default
28651  we refer to its documentation 
28652 \begin_inset CommandInset citation
28653 LatexCommand cite
28654 key "sidecap"
28655
28656 \end_inset
28657
28658 .
28659 \end_layout
28660
28661 \begin_layout Standard
28662 \begin_inset Note Greyedout
28663 status open
28664
28665 \begin_layout Plain Layout
28666
28667 \series bold
28668 Note:
28669 \series default
28670  The LaTeX-package 
28671 \series bold
28672 hypcap
28673 \series default
28674
28675 \begin_inset Index idx
28676 status collapsed
28677
28678 \begin_layout Plain Layout
28679 LaTeX-packages ! hypcap
28680 \end_layout
28681
28682 \end_inset
28683
28684 , described in section
28685 \begin_inset space ~
28686 \end_inset
28687
28688
28689 \begin_inset CommandInset ref
28690 LatexCommand ref
28691 reference "sub:Reference-Position"
28692
28693 \end_inset
28694
28695 , has no effect on floats with the caption set beside.
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Standard
28704 \begin_inset ERT
28705 status collapsed
28706
28707 \begin_layout Plain Layout
28708
28709
28710 \backslash
28711 FigBesBeg
28712 \end_layout
28713
28714 \end_inset
28715
28716
28717 \end_layout
28718
28719 \begin_layout Standard
28720 \begin_inset Float figure
28721 wide false
28722 sideways false
28723 status open
28724
28725 \begin_layout Plain Layout
28726 \begin_inset Graphics
28727         filename clipart/escher-lsd.eps
28728         scale 75
28729         scaleBeforeRotation
28730
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \begin_layout Plain Layout
28737 \begin_inset Caption Standard
28738
28739 \begin_layout Plain Layout
28740 \begin_inset CommandInset label
28741 LatexCommand label
28742 name "fig:cap-beside-fig"
28743
28744 \end_inset
28745
28746 This is a caption beside a figure.
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \end_inset
28755
28756
28757 \end_layout
28758
28759 \begin_layout Standard
28760 \begin_inset ERT
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765
28766 \backslash
28767 FigBesEnd
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \end_layout
28774
28775 \begin_layout Standard
28776 \begin_inset ERT
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780
28781
28782 \backslash
28783 TabBesBeg
28784 \end_layout
28785
28786 \end_inset
28787
28788
28789 \end_layout
28790
28791 \begin_layout Standard
28792 \begin_inset Float table
28793 wide false
28794 sideways false
28795 status open
28796
28797 \begin_layout Plain Layout
28798 \begin_inset Caption Standard
28799
28800 \begin_layout Plain Layout
28801 \begin_inset CommandInset label
28802 LatexCommand label
28803 name "tab:cap-beside-tab"
28804
28805 \end_inset
28806
28807 This is a caption beside a table.
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Plain Layout
28816 \begin_inset Tabular
28817 <lyxtabular version="3" rows="4" columns="5">
28818 <features rotate="0" tabularvalignment="middle">
28819 <column alignment="center" valignment="top">
28820 <column alignment="center" valignment="top">
28821 <column alignment="center" valignment="top">
28822 <column alignment="center" valignment="top">
28823 <column alignment="center" valignment="top">
28824 <row>
28825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28826 \begin_inset Text
28827
28828 \begin_layout Plain Layout
28829 a
28830 \end_layout
28831
28832 \end_inset
28833 </cell>
28834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28835 \begin_inset Text
28836
28837 \begin_layout Plain Layout
28838
28839 \end_layout
28840
28841 \end_inset
28842 </cell>
28843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28844 \begin_inset Text
28845
28846 \begin_layout Plain Layout
28847 b
28848 \end_layout
28849
28850 \end_inset
28851 </cell>
28852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28853 \begin_inset Text
28854
28855 \begin_layout Plain Layout
28856
28857 \end_layout
28858
28859 \end_inset
28860 </cell>
28861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28862 \begin_inset Text
28863
28864 \begin_layout Plain Layout
28865 c
28866 \end_layout
28867
28868 \end_inset
28869 </cell>
28870 </row>
28871 <row>
28872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28873 \begin_inset Text
28874
28875 \begin_layout Plain Layout
28876
28877 \end_layout
28878
28879 \end_inset
28880 </cell>
28881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28882 \begin_inset Text
28883
28884 \begin_layout Plain Layout
28885 d
28886 \end_layout
28887
28888 \end_inset
28889 </cell>
28890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28891 \begin_inset Text
28892
28893 \begin_layout Plain Layout
28894
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28900 \begin_inset Text
28901
28902 \begin_layout Plain Layout
28903 e
28904 \end_layout
28905
28906 \end_inset
28907 </cell>
28908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28909 \begin_inset Text
28910
28911 \begin_layout Plain Layout
28912
28913 \end_layout
28914
28915 \end_inset
28916 </cell>
28917 </row>
28918 <row>
28919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28920 \begin_inset Text
28921
28922 \begin_layout Plain Layout
28923 f
28924 \end_layout
28925
28926 \end_inset
28927 </cell>
28928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28929 \begin_inset Text
28930
28931 \begin_layout Plain Layout
28932
28933 \end_layout
28934
28935 \end_inset
28936 </cell>
28937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28938 \begin_inset Text
28939
28940 \begin_layout Plain Layout
28941 g
28942 \end_layout
28943
28944 \end_inset
28945 </cell>
28946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28947 \begin_inset Text
28948
28949 \begin_layout Plain Layout
28950
28951 \end_layout
28952
28953 \end_inset
28954 </cell>
28955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28956 \begin_inset Text
28957
28958 \begin_layout Plain Layout
28959 h
28960 \end_layout
28961
28962 \end_inset
28963 </cell>
28964 </row>
28965 <row>
28966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28967 \begin_inset Text
28968
28969 \begin_layout Plain Layout
28970
28971 \end_layout
28972
28973 \end_inset
28974 </cell>
28975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28976 \begin_inset Text
28977
28978 \begin_layout Plain Layout
28979 i
28980 \end_layout
28981
28982 \end_inset
28983 </cell>
28984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28985 \begin_inset Text
28986
28987 \begin_layout Plain Layout
28988
28989 \end_layout
28990
28991 \end_inset
28992 </cell>
28993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28994 \begin_inset Text
28995
28996 \begin_layout Plain Layout
28997 j
28998 \end_layout
28999
29000 \end_inset
29001 </cell>
29002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29003 \begin_inset Text
29004
29005 \begin_layout Plain Layout
29006
29007 \end_layout
29008
29009 \end_inset
29010 </cell>
29011 </row>
29012 </lyxtabular>
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \end_inset
29020
29021
29022 \end_layout
29023
29024 \begin_layout Standard
29025 \begin_inset ERT
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029
29030
29031 \backslash
29032 TabBesEnd
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Standard
29041 \begin_inset ERT
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045
29046
29047 \backslash
29048 FigBesBeg
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \begin_inset ERT
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058
29059
29060 \backslash
29061 sidecaptionvpos{figure}{c}
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \begin_inset Float figure
29068 wide false
29069 sideways false
29070 status open
29071
29072 \begin_layout Plain Layout
29073 \begin_inset Graphics
29074         filename clipart/escher-lsd.eps
29075         scale 75
29076         scaleBeforeRotation
29077
29078 \end_inset
29079
29080
29081 \end_layout
29082
29083 \begin_layout Plain Layout
29084 \begin_inset Caption Standard
29085
29086 \begin_layout Plain Layout
29087 \begin_inset CommandInset label
29088 LatexCommand label
29089 name "fig:cap-beside-fig-2"
29090
29091 \end_inset
29092
29093 This is a vertically centered caption beside a figure.
29094 \end_layout
29095
29096 \end_inset
29097
29098
29099 \end_layout
29100
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \begin_layout Standard
29107 \begin_inset ERT
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111
29112
29113 \backslash
29114 FigBesEnd
29115 \end_layout
29116
29117 \end_inset
29118
29119
29120 \end_layout
29121
29122 \begin_layout Standard
29123 \begin_inset ERT
29124 status collapsed
29125
29126 \begin_layout Plain Layout
29127
29128
29129 \backslash
29130 TabBesBeg[5]
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \end_layout
29137
29138 \begin_layout Standard
29139 \begin_inset Float table
29140 wide false
29141 sideways false
29142 status open
29143
29144 \begin_layout Plain Layout
29145 \begin_inset Caption Standard
29146
29147 \begin_layout Plain Layout
29148 \begin_inset CommandInset label
29149 LatexCommand label
29150 name "tab:cap-beside-tab-wider"
29151
29152 \end_inset
29153
29154 This caption is wider than the one in Table
29155 \begin_inset space ~
29156 \end_inset
29157
29158
29159 \begin_inset CommandInset ref
29160 LatexCommand ref
29161 reference "tab:cap-beside-tab"
29162
29163 \end_inset
29164
29165 .
29166 \end_layout
29167
29168 \end_inset
29169
29170
29171 \end_layout
29172
29173 \begin_layout Plain Layout
29174 \begin_inset Tabular
29175 <lyxtabular version="3" rows="4" columns="5">
29176 <features rotate="0" tabularvalignment="middle">
29177 <column alignment="center" valignment="top">
29178 <column alignment="center" valignment="top">
29179 <column alignment="center" valignment="top">
29180 <column alignment="center" valignment="top">
29181 <column alignment="center" valignment="top">
29182 <row>
29183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29184 \begin_inset Text
29185
29186 \begin_layout Plain Layout
29187 a
29188 \end_layout
29189
29190 \end_inset
29191 </cell>
29192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29193 \begin_inset Text
29194
29195 \begin_layout Plain Layout
29196
29197 \end_layout
29198
29199 \end_inset
29200 </cell>
29201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29202 \begin_inset Text
29203
29204 \begin_layout Plain Layout
29205 b
29206 \end_layout
29207
29208 \end_inset
29209 </cell>
29210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29211 \begin_inset Text
29212
29213 \begin_layout Plain Layout
29214
29215 \end_layout
29216
29217 \end_inset
29218 </cell>
29219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29220 \begin_inset Text
29221
29222 \begin_layout Plain Layout
29223 c
29224 \end_layout
29225
29226 \end_inset
29227 </cell>
29228 </row>
29229 <row>
29230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29231 \begin_inset Text
29232
29233 \begin_layout Plain Layout
29234
29235 \end_layout
29236
29237 \end_inset
29238 </cell>
29239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29240 \begin_inset Text
29241
29242 \begin_layout Plain Layout
29243 d
29244 \end_layout
29245
29246 \end_inset
29247 </cell>
29248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29249 \begin_inset Text
29250
29251 \begin_layout Plain Layout
29252
29253 \end_layout
29254
29255 \end_inset
29256 </cell>
29257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29258 \begin_inset Text
29259
29260 \begin_layout Plain Layout
29261 e
29262 \end_layout
29263
29264 \end_inset
29265 </cell>
29266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29267 \begin_inset Text
29268
29269 \begin_layout Plain Layout
29270
29271 \end_layout
29272
29273 \end_inset
29274 </cell>
29275 </row>
29276 <row>
29277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29278 \begin_inset Text
29279
29280 \begin_layout Plain Layout
29281 f
29282 \end_layout
29283
29284 \end_inset
29285 </cell>
29286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29287 \begin_inset Text
29288
29289 \begin_layout Plain Layout
29290
29291 \end_layout
29292
29293 \end_inset
29294 </cell>
29295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29296 \begin_inset Text
29297
29298 \begin_layout Plain Layout
29299 g
29300 \end_layout
29301
29302 \end_inset
29303 </cell>
29304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29305 \begin_inset Text
29306
29307 \begin_layout Plain Layout
29308
29309 \end_layout
29310
29311 \end_inset
29312 </cell>
29313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29314 \begin_inset Text
29315
29316 \begin_layout Plain Layout
29317 h
29318 \end_layout
29319
29320 \end_inset
29321 </cell>
29322 </row>
29323 <row>
29324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29325 \begin_inset Text
29326
29327 \begin_layout Plain Layout
29328
29329 \end_layout
29330
29331 \end_inset
29332 </cell>
29333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29334 \begin_inset Text
29335
29336 \begin_layout Plain Layout
29337 i
29338 \end_layout
29339
29340 \end_inset
29341 </cell>
29342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29343 \begin_inset Text
29344
29345 \begin_layout Plain Layout
29346
29347 \end_layout
29348
29349 \end_inset
29350 </cell>
29351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29352 \begin_inset Text
29353
29354 \begin_layout Plain Layout
29355 j
29356 \end_layout
29357
29358 \end_inset
29359 </cell>
29360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29361 \begin_inset Text
29362
29363 \begin_layout Plain Layout
29364
29365 \end_layout
29366
29367 \end_inset
29368 </cell>
29369 </row>
29370 </lyxtabular>
29371
29372 \end_inset
29373
29374
29375 \end_layout
29376
29377 \end_inset
29378
29379
29380 \end_layout
29381
29382 \begin_layout Standard
29383 \begin_inset ERT
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387
29388
29389 \backslash
29390 TabBesEnd
29391 \end_layout
29392
29393 \end_inset
29394
29395
29396 \end_layout
29397
29398 \begin_layout Standard
29399 \begin_inset ERT
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403
29404
29405 \backslash
29406 else
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \begin_inset Note Note
29413 status open
29414
29415 \begin_layout Plain Layout
29416 The following will be displayed when the LaTeX-package 
29417 \series bold
29418 sidecap
29419 \series default
29420  is not installed:
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \end_layout
29427
29428 \begin_layout Standard
29429 You need to install the LaTeX-package 
29430 \series bold
29431 sidecap
29432 \series default
29433  to see the following part of this section in the output.
29434 \end_layout
29435
29436 \begin_layout Standard
29437 \begin_inset ERT
29438 status collapsed
29439
29440 \begin_layout Plain Layout
29441
29442
29443 \backslash
29444 fi
29445 \end_layout
29446
29447 \end_inset
29448
29449
29450 \end_layout
29451
29452 \begin_layout Section
29453 Listings of Floats
29454 \begin_inset Index idx
29455 status collapsed
29456
29457 \begin_layout Plain Layout
29458 Floats ! Float Lists
29459 \end_layout
29460
29461 \end_inset
29462
29463
29464 \end_layout
29465
29466 \begin_layout Standard
29467 Similar to the table of contents where the sections of the document are
29468  listed, there are listings for all float types, like the figures of the
29469  documents.
29470  You can insert them via the 
29471 \family sans
29472 Insert\SpecialChar \menuseparator
29473 List
29474 \begin_inset space ~
29475 \end_inset
29476
29477 /
29478 \begin_inset space ~
29479 \end_inset
29480
29481 TOC
29482 \family default
29483  sub menus.
29484 \end_layout
29485
29486 \begin_layout Standard
29487 The list entries are the float captions or its short title, the float number,
29488  and the page number where they appear in the document.
29489 \end_layout
29490
29491 \begin_layout Standard
29492 You can find the list of figures and tables at the end of this document.
29493 \end_layout
29494
29495 \begin_layout Chapter
29496 Notes
29497 \end_layout
29498
29499 \begin_layout Section
29500 LyX Notes
29501 \begin_inset Index idx
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505 Notes ! LyX Notes
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \end_layout
29512
29513 \begin_layout Standard
29514 Notes are inserted with the toolbar button 
29515 \begin_inset Info
29516 type  "icon"
29517 arg   "note-insert"
29518 \end_inset
29519
29520  or the menu 
29521 \family sans
29522 Insert\SpecialChar \menuseparator
29523 Note
29524 \family default
29525 .
29526  There are three types of notes:
29527 \end_layout
29528
29529 \begin_layout Description
29530 LyX
29531 \begin_inset space ~
29532 \end_inset
29533
29534 Note This note type is for internal notes that won't appear in the output.
29535  Its note-box looks like this:
29536 \begin_inset Newline newline
29537 \end_inset
29538
29539
29540 \begin_inset Newline newline
29541 \end_inset
29542
29543
29544 \begin_inset Graphics
29545         filename clipart/LyXNoteImageQt4.png
29546         display false
29547         scale 85
29548         scaleBeforeRotation
29549
29550 \end_inset
29551
29552  
29553 \begin_inset Note Note
29554 status open
29555
29556 \begin_layout Plain Layout
29557 This is text in a note box that doesn't appear in the output.
29558 \end_layout
29559
29560 \end_inset
29561
29562
29563 \end_layout
29564
29565 \begin_layout Description
29566 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
29567 ent, when you export the document to LaTeX via the menu 
29568 \family sans
29569 File\SpecialChar \menuseparator
29570 Export\SpecialChar \menuseparator
29571 LaTeX (pdflatex) / (plain)
29572 \family default
29573 .
29574  Its note-box looks like this:
29575 \begin_inset Newline newline
29576 \end_inset
29577
29578
29579 \begin_inset Newline newline
29580 \end_inset
29581
29582
29583 \begin_inset Graphics
29584         filename clipart/CommentNoteImageQt4.png
29585         display false
29586         scale 85
29587         scaleBeforeRotation
29588
29589 \end_inset
29590
29591  
29592 \begin_inset Note Comment
29593 status open
29594
29595 \begin_layout Plain Layout
29596 This is text in a note box that only appears as comment in LaTeX-files.
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \end_layout
29603
29604 \begin_layout Description
29605 Greyed
29606 \begin_inset space ~
29607 \end_inset
29608
29609 Out This note will appear in the output as grey text.
29610  Its note-box looks like this:
29611 \begin_inset Newline newline
29612 \end_inset
29613
29614
29615 \begin_inset Newline newline
29616 \end_inset
29617
29618
29619 \begin_inset Graphics
29620         filename clipart/GreyedOutNoteImageQt4.png
29621         display false
29622         scale 85
29623         scaleBeforeRotation
29624
29625 \end_inset
29626
29627
29628 \begin_inset Newline newline
29629 \end_inset
29630
29631
29632 \begin_inset ERT
29633 status collapsed
29634
29635 \begin_layout Plain Layout
29636
29637
29638 \backslash
29639 renewenvironment{lyxgreyedout}
29640 \end_layout
29641
29642 \begin_layout Plain Layout
29643
29644 {
29645 \backslash
29646 textcolor[gray]{0.8}
29647 \backslash
29648 bgroup}{
29649 \backslash
29650 egroup}
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \begin_inset Note Greyedout
29657 status open
29658
29659 \begin_layout Plain Layout
29660 This is text
29661 \begin_inset Foot
29662 status open
29663
29664 \begin_layout Plain Layout
29665 This is an example footnote within a greyed out note.
29666 \end_layout
29667
29668 \end_inset
29669
29670  of a comment that appears in the output as grey text.
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \begin_inset ERT
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680
29681
29682 \backslash
29683 renewenvironment{lyxgreyedout}
29684 \end_layout
29685
29686 \begin_layout Plain Layout
29687
29688 {
29689 \backslash
29690 textcolor{blue}
29691 \backslash
29692 bgroup}{
29693 \backslash
29694 egroup}
29695 \end_layout
29696
29697 \end_inset
29698
29699
29700 \begin_inset Note Note
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704 The greyed out note is here redefined to show it with the original LyX definitio
29705 n because greyed out notes are redefined in the preamble of this document,
29706  as described below, to have blue text.
29707 \end_layout
29708
29709 \end_inset
29710
29711
29712 \begin_inset Newline newline
29713 \end_inset
29714
29715
29716 \begin_inset Newline newline
29717 \end_inset
29718
29719 As you can see in the example, the first line of greyed out notes is a bit
29720  indented and greyed out notes can have footnotes.
29721 \end_layout
29722
29723 \begin_layout Standard
29724 \begin_inset VSpace bigskip
29725 \end_inset
29726
29727 When you use the toolbar button 
29728 \begin_inset Info
29729 type  "icon"
29730 arg   "note-insert"
29731 \end_inset
29732
29733  to insert notes, a 
29734 \family sans
29735 LyX
29736 \begin_inset space ~
29737 \end_inset
29738
29739 Note
29740 \family default
29741  is inserted.
29742  You can switch between the three note types by right-clicking on the note-box.
29743  
29744 \family roman
29745 \series medium
29746 \bar no
29747 If you want to turn existing text into a note, mark it and click on the
29748  note
29749 \family default
29750 \series default
29751 \bar default
29752  toolbar 
29753 \family roman
29754 \series medium
29755 \bar no
29756 button
29757 \family default
29758 \series default
29759 \bar default
29760 .
29761  To change a note to text, press the backspace key when the cursor is in
29762  the first position of a note, or press the delete key when the cursor is
29763  in the very last position of the note, respectively.
29764 \end_layout
29765
29766 \begin_layout Standard
29767 \begin_inset VSpace bigskip
29768 \end_inset
29769
29770 You can change the text color of the greyed out notes in the menu 
29771 \family sans
29772 Document\SpecialChar \menuseparator
29773 Settings\SpecialChar \menuseparator
29774 Colors
29775 \family default
29776 .
29777 \end_layout
29778
29779 \begin_layout Section
29780 Footnotes
29781 \begin_inset CommandInset label
29782 LatexCommand label
29783 name "sec:Footnotes"
29784
29785 \end_inset
29786
29787
29788 \begin_inset Index idx
29789 status collapsed
29790
29791 \begin_layout Plain Layout
29792 Notes ! Footnotes
29793 \end_layout
29794
29795 \end_inset
29796
29797
29798 \begin_inset Index idx
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802 Footnotes
29803 \end_layout
29804
29805 \end_inset
29806
29807
29808 \end_layout
29809
29810 \begin_layout Standard
29811 Footnotes can be inserted using the toolbar button 
29812 \begin_inset Info
29813 type  "icon"
29814 arg   "footnote-insert"
29815 \end_inset
29816
29817  or the menu 
29818 \family sans
29819 Insert\SpecialChar \menuseparator
29820 Footnote
29821 \family default
29822 .
29823  You will then see the following footnote-box: 
29824 \begin_inset Graphics
29825         filename clipart/footnoteQt4.png
29826         scale 80
29827         scaleBeforeRotation
29828
29829 \end_inset
29830
29831  
29832 \family roman
29833 \series medium
29834 \bar no
29835 where you can enter the footnote text.
29836  If you want to turn existing text into a footnote, mark it and click on
29837  the footnote
29838 \family default
29839 \series default
29840 \bar default
29841  toolbar 
29842 \family roman
29843 \series medium
29844 \bar no
29845 button
29846 \family default
29847 \series default
29848 \bar default
29849 .
29850  To change a 
29851 \family roman
29852 \series medium
29853 \bar no
29854 footnote
29855 \family default
29856 \series default
29857 \bar default
29858  to text, press the 
29859 \family sans
29860 Backspace
29861 \family default
29862  key when the cursor is in the first position of a 
29863 \family roman
29864 \series medium
29865 \bar no
29866 footnote
29867 \family default
29868 \series default
29869 \bar default
29870 , or press the 
29871 \family sans
29872 Delete
29873 \family default
29874  key when the cursor is in the very last position of the 
29875 \family roman
29876 \series medium
29877 \bar no
29878 footnote
29879 \family default
29880 \series default
29881 \bar default
29882 , respectively.
29883 \end_layout
29884
29885 \begin_layout Standard
29886 Here is an example footnote:
29887 \family roman
29888 \series medium
29889 \bar no
29890
29891 \begin_inset Foot
29892 status open
29893
29894 \begin_layout Plain Layout
29895 \begin_inset CommandInset label
29896 LatexCommand label
29897 name "foot:This-is-an"
29898
29899 \end_inset
29900
29901 This is an example footnote.
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \family default
29908 \series default
29909 \bar default
29910
29911 \begin_inset ERT
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915
29916
29917 \backslash
29918 newcounter{MyRepeatFoot}
29919 \end_layout
29920
29921 \begin_layout Plain Layout
29922
29923
29924 \backslash
29925 setcounter{MyRepeatFoot}{
29926 \backslash
29927 thefootnote}
29928 \end_layout
29929
29930 \end_inset
29931
29932
29933 \end_layout
29934
29935 \begin_layout Standard
29936 The footnote will appear in the output as a superscript number at the text
29937  position where the footnote box is placed.
29938  The footnote text is placed at the bottom of the current page.
29939  The footnote number is calculated by LaTeX; the numbers are consecutive.
29940  Whether the footnote number is reset for every chapter depends on your
29941  document class.
29942 \end_layout
29943
29944 \begin_layout Standard
29945 Footnotes can be referenced like floats: Insert a label into the footnote
29946  and cross-reference this label in the text as described in section
29947 \begin_inset space ~
29948 \end_inset
29949
29950
29951 \begin_inset CommandInset ref
29952 LatexCommand ref
29953 reference "sec:Referencing-Floats"
29954
29955 \end_inset
29956
29957 .
29958 \begin_inset Newline newline
29959 \end_inset
29960
29961 This is a cross-reference of Footnote
29962 \begin_inset space ~
29963 \end_inset
29964
29965
29966 \begin_inset CommandInset ref
29967 LatexCommand ref
29968 reference "foot:This-is-an"
29969
29970 \end_inset
29971
29972 .
29973 \end_layout
29974
29975 \begin_layout Standard
29976 \begin_inset VSpace defskip
29977 \end_inset
29978
29979 Footnotes in title environments are usually not numbered with symbols and
29980  they cannot contain several paragraphs.
29981  See for example the footnote in the titling of this document.
29982 \end_layout
29983
29984 \begin_layout Standard
29985 \begin_inset VSpace defskip
29986 \end_inset
29987
29988 Footnotes in tables are not printed by LaTeX due to technical reasons.
29989  However there exists another method to print them: Instead of the footnote
29990  the command 
29991 \series bold
29992
29993 \backslash
29994 footnotemark{}
29995 \series default
29996  is inserted as TeX-code.
29997  The text of the footnote is entered as an argument of the TeX-code command
29998  
29999 \series bold
30000
30001 \backslash
30002 footnotetext
30003 \series default
30004  after the table.
30005 \begin_inset Newline newline
30006 \end_inset
30007
30008 This was done for the following table with the command
30009 \end_layout
30010
30011 \begin_layout Standard
30012
30013 \series bold
30014
30015 \backslash
30016 footnotetext{
30017 \series default
30018 Printed table footnote.
30019 \series bold
30020 }
30021 \end_layout
30022
30023 \begin_layout Standard
30024 \begin_inset Tabular
30025 <lyxtabular version="3" rows="2" columns="1">
30026 <features rotate="0" tabularvalignment="middle">
30027 <column alignment="center" valignment="top">
30028 <row>
30029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30030 \begin_inset Text
30031
30032 \begin_layout Plain Layout
30033 This an example text.
30034 \begin_inset Foot
30035 status open
30036
30037 \begin_layout Plain Layout
30038 This footnote will not be printed!
30039 \end_layout
30040
30041 \end_inset
30042
30043
30044 \end_layout
30045
30046 \end_inset
30047 </cell>
30048 </row>
30049 <row>
30050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30051 \begin_inset Text
30052
30053 \begin_layout Plain Layout
30054 This an example text.
30055 \begin_inset ERT
30056 status collapsed
30057
30058 \begin_layout Plain Layout
30059
30060
30061 \backslash
30062 footnotemark{}
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \end_inset
30071 </cell>
30072 </row>
30073 </lyxtabular>
30074
30075 \end_inset
30076
30077
30078 \begin_inset ERT
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082
30083
30084 \backslash
30085 footnotetext{
30086 \end_layout
30087
30088 \end_inset
30089
30090 Printed table footnote.
30091 \begin_inset ERT
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095
30096 }
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Standard
30105 Footnotes in longtables are described in section
30106 \begin_inset space ~
30107 \end_inset
30108
30109
30110 \begin_inset CommandInset ref
30111 LatexCommand ref
30112 reference "sub:Footnotes-in-Longtables"
30113
30114 \end_inset
30115
30116 .
30117 \end_layout
30118
30119 \begin_layout Standard
30120 Footnotes in minipage boxes are printed, but inside the box and with a different
30121  numbering because a minipage box is like a page inside a page.
30122  (For more about minipages, see section
30123 \begin_inset space ~
30124 \end_inset
30125
30126
30127 \begin_inset CommandInset ref
30128 LatexCommand ref
30129 reference "sec:Minipages"
30130
30131 \end_inset
30132
30133 .) To get a footnote in the minipage that is output at the bottom of the
30134  page like normal footnotes, also use the method of 
30135 \series bold
30136
30137 \backslash
30138 footnotemark{}
30139 \series default
30140  and 
30141 \series bold
30142
30143 \backslash
30144 footnotetext
30145 \series default
30146 .
30147 \end_layout
30148
30149 \begin_layout Standard
30150 \begin_inset Box Frameless
30151 position "t"
30152 hor_pos "c"
30153 has_inner_box 1
30154 inner_pos "t"
30155 use_parbox 0
30156 use_makebox 0
30157 width "100col%"
30158 special "none"
30159 height "1in"
30160 height_special "totalheight"
30161 status open
30162
30163 \begin_layout Plain Layout
30164 This an example text in a minipage.
30165 \begin_inset Foot
30166 status open
30167
30168 \begin_layout Plain Layout
30169 Footnote in the minipage.
30170 \end_layout
30171
30172 \end_inset
30173
30174
30175 \end_layout
30176
30177 \begin_layout Plain Layout
30178 This an example text in a minipage.
30179 \begin_inset ERT
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183
30184
30185 \backslash
30186 footnotemark{}
30187 \end_layout
30188
30189 \end_inset
30190
30191
30192 \end_layout
30193
30194 \end_inset
30195
30196
30197 \end_layout
30198
30199 \begin_layout Standard
30200 \begin_inset ERT
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204
30205
30206 \backslash
30207 footnotetext{
30208 \end_layout
30209
30210 \end_inset
30211
30212 Footnote outside the minipage.
30213 \begin_inset ERT
30214 status collapsed
30215
30216 \begin_layout Plain Layout
30217
30218 }
30219 \end_layout
30220
30221 \end_inset
30222
30223
30224 \end_layout
30225
30226 \begin_layout Standard
30227 \begin_inset VSpace defskip
30228 \end_inset
30229
30230
30231 \end_layout
30232
30233 \begin_layout Standard
30234 To refer to the same footnote several times without printing the footnote
30235  text every time, use the command 
30236 \series bold
30237
30238 \backslash
30239 footnotemark[number]
30240 \series default
30241  in TeX-code.
30242 \begin_inset Newline newline
30243 \end_inset
30244
30245 As you do not know the number of the repeating footnote while you are writing
30246  the text, you have to store its number.
30247  For the following footnote mark example, these commands were inserted in
30248  TeX-code after Footnote
30249 \begin_inset space ~
30250 \end_inset
30251
30252
30253 \begin_inset CommandInset ref
30254 LatexCommand ref
30255 reference "foot:This-is-an"
30256
30257 \end_inset
30258
30259  to store the footnote number:
30260 \end_layout
30261
30262 \begin_layout Standard
30263
30264 \series bold
30265
30266 \backslash
30267 newcounter{MyRepeatFoot}
30268 \begin_inset Newline newline
30269 \end_inset
30270
30271
30272 \backslash
30273 setcounter{MyRepeatFoot}{
30274 \backslash
30275 thefootnote}
30276 \end_layout
30277
30278 \begin_layout Standard
30279 The footnote mark was then created with this command:
30280 \end_layout
30281
30282 \begin_layout Standard
30283
30284 \series bold
30285
30286 \backslash
30287 footnotemark[
30288 \backslash
30289 theMyRepeatFoot]
30290 \end_layout
30291
30292 \begin_layout Standard
30293 Here is a repeated footnote:
30294 \family roman
30295 \series medium
30296 \bar no
30297
30298 \begin_inset ERT
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302
30303
30304 \backslash
30305 footnotemark[
30306 \backslash
30307 theMyRepeatFoot]
30308 \end_layout
30309
30310 \end_inset
30311
30312
30313 \end_layout
30314
30315 \begin_layout Standard
30316 If you want to repeat the previous footnote, you can omit the storage of
30317  the footnote number and just use this command instead:
30318 \end_layout
30319
30320 \begin_layout Standard
30321
30322 \series bold
30323
30324 \backslash
30325 footnotemark[
30326 \backslash
30327 thefootnote]
30328 \end_layout
30329
30330 \begin_layout Standard
30331 Here is another repeated footnote:
30332 \family roman
30333 \series medium
30334 \bar no
30335
30336 \begin_inset ERT
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340
30341
30342 \backslash
30343 footnotemark[
30344 \backslash
30345 thefootnote]
30346 \end_layout
30347
30348 \end_inset
30349
30350
30351 \end_layout
30352
30353 \begin_layout Subsection
30354 Footnote Numbering
30355 \begin_inset CommandInset label
30356 LatexCommand label
30357 name "sub:Footnote-Numbering"
30358
30359 \end_inset
30360
30361
30362 \begin_inset Index idx
30363 status collapsed
30364
30365 \begin_layout Plain Layout
30366 Footnotes ! Numbering
30367 \end_layout
30368
30369 \end_inset
30370
30371
30372 \end_layout
30373
30374 \begin_layout Standard
30375 To reset the footnote number back to 1 after each section
30376 \family roman
30377 , add this command to your document preamble:
30378 \end_layout
30379
30380 \begin_layout Standard
30381
30382 \series bold
30383
30384 \backslash
30385 @addtoreset{footnote}{section}
30386 \end_layout
30387
30388 \begin_layout Standard
30389 \begin_inset VSpace bigskip
30390 \end_inset
30391
30392 The following preamble command changes the footnote numbering style to small
30393  roman numerals:
30394 \end_layout
30395
30396 \begin_layout Standard
30397
30398 \series bold
30399
30400 \backslash
30401 renewcommand{
30402 \backslash
30403 thefootnote}{
30404 \backslash
30405 roman{footnote}}
30406 \end_layout
30407
30408 \begin_layout Standard
30409 \begin_inset ERT
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413
30414
30415 \backslash
30416 renewcommand{
30417 \backslash
30418 thefootnote}{
30419 \backslash
30420 roman{footnote}}
30421 \end_layout
30422
30423 \end_inset
30424
30425  This is a footnote with roman numbering:
30426 \begin_inset Foot
30427 status open
30428
30429 \begin_layout Plain Layout
30430 This is an example footnote with roman numbering.
30431 \end_layout
30432
30433 \end_inset
30434
30435
30436 \end_layout
30437
30438 \begin_layout Standard
30439 To change the numbering style to capital roman numerals replace in the command
30440  above 
30441 \series bold
30442
30443 \backslash
30444 roman
30445 \series default
30446  by 
30447 \series bold
30448
30449 \backslash
30450 Roman
30451 \series default
30452 .
30453  To 
30454 \begin_inset Quotes eld
30455 \end_inset
30456
30457 number
30458 \begin_inset Quotes erd
30459 \end_inset
30460
30461  footnotes with capital or small Latin letters use 
30462 \series bold
30463
30464 \backslash
30465 Alph
30466 \series default
30467  or 
30468 \series bold
30469
30470 \backslash
30471 alph
30472 \series default
30473 , respectively.
30474  To 
30475 \begin_inset Quotes eld
30476 \end_inset
30477
30478 number
30479 \begin_inset Quotes erd
30480 \end_inset
30481
30482  footnotes with symbols use 
30483 \series bold
30484
30485 \backslash
30486 fnsymbol
30487 \series default
30488 .
30489 \end_layout
30490
30491 \begin_layout Standard
30492 \begin_inset Note Greyedout
30493 status open
30494
30495 \begin_layout Plain Layout
30496
30497 \series bold
30498 Note:
30499 \series default
30500  You can only number 26 footnotes with Latin letters, because this numbering
30501  is limited to single letters.
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \begin_inset Newline newline
30508 \end_inset
30509
30510
30511 \begin_inset Note Greyedout
30512 status open
30513
30514 \begin_layout Plain Layout
30515
30516 \series bold
30517 Note:
30518 \series default
30519  You can only number 9 footnotes with symbols.
30520 \end_layout
30521
30522 \end_inset
30523
30524
30525 \end_layout
30526
30527 \begin_layout Standard
30528 To return to the default numbering style after you have changed to another
30529  one, use 
30530 \series bold
30531
30532 \backslash
30533 arabic
30534 \series default
30535  instead of 
30536 \series bold
30537
30538 \backslash
30539 roman
30540 \series default
30541  in the command above.
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547
30548 \backslash
30549 renewcommand{
30550 \backslash
30551 thefootnote}{
30552 \backslash
30553 arabic{footnote}}
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 \begin_inset VSpace bigskip
30563 \end_inset
30564
30565
30566 \end_layout
30567
30568 \begin_layout Standard
30569 If you want to have footnotes numbered in the scheme 
30570 \begin_inset Quotes eld
30571 \end_inset
30572
30573 chapter.footnote
30574 \begin_inset Quotes erd
30575 \end_inset
30576
30577 , add the following command to your document preamble:
30578 \end_layout
30579
30580 \begin_layout Standard
30581
30582 \series bold
30583
30584 \backslash
30585 numberwithin{footnote}{chapter}
30586 \end_layout
30587
30588 \begin_layout Standard
30589 To be able to use the command 
30590 \series bold
30591
30592 \backslash
30593 numberwithin
30594 \series default
30595 , set in the tab 
30596 \family sans
30597 Math
30598 \begin_inset space ~
30599 \end_inset
30600
30601 Options
30602 \family default
30603  in the document settings the option 
30604 \family sans
30605 Use
30606 \begin_inset space ~
30607 \end_inset
30608
30609 AMS
30610 \begin_inset space ~
30611 \end_inset
30612
30613 math
30614 \begin_inset space ~
30615 \end_inset
30616
30617 package
30618 \family default
30619 .
30620 \end_layout
30621
30622 \begin_layout Standard
30623 \begin_inset ERT
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627
30628
30629 \backslash
30630 numberwithin{footnote}{chapter}
30631 \end_layout
30632
30633 \end_inset
30634
30635 This is another example footnote:
30636 \series bold
30637
30638 \begin_inset Foot
30639 status open
30640
30641 \begin_layout Plain Layout
30642 This is a footnote numbered in the scheme 
30643 \begin_inset Quotes eld
30644 \end_inset
30645
30646 chapter.footnote
30647 \begin_inset Quotes erd
30648 \end_inset
30649
30650 .
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \series default
30657
30658 \begin_inset ERT
30659 status collapsed
30660
30661 \begin_layout Plain Layout
30662
30663
30664 \backslash
30665 renewcommand{
30666 \backslash
30667 thefootnote}{
30668 \backslash
30669 arabic{footnote}}
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \end_layout
30676
30677 \begin_layout Standard
30678 \begin_inset Note Greyedout
30679 status open
30680
30681 \begin_layout Plain Layout
30682
30683 \series bold
30684 Note:
30685 \series default
30686  
30687 \series bold
30688
30689 \backslash
30690 numberwithin
30691 \series default
30692  always prints out the footnote number as arabic number; previous redefinitions
30693  to get non-arabic numbers are overwritten.
30694 \end_layout
30695
30696 \end_inset
30697
30698
30699 \end_layout
30700
30701 \begin_layout Standard
30702 So to get for example the scheme 
30703 \begin_inset Quotes eld
30704 \end_inset
30705
30706 chapter.
30707 \backslash
30708 Roman{footnote}
30709 \begin_inset Quotes erd
30710 \end_inset
30711
30712 , use this command instead of 
30713 \series bold
30714
30715 \backslash
30716 numberwithin
30717 \series default
30718 :
30719 \end_layout
30720
30721 \begin_layout Standard
30722
30723 \series bold
30724
30725 \backslash
30726 renewcommand{
30727 \backslash
30728 thefootnote}{
30729 \backslash
30730 thechapter.
30731 \backslash
30732 Roman{footnote}}
30733 \end_layout
30734
30735 \begin_layout Subsection
30736 Footnote Placement
30737 \begin_inset Index idx
30738 status collapsed
30739
30740 \begin_layout Plain Layout
30741 Footnotes ! Placement
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \end_layout
30748
30749 \begin_layout Standard
30750 If you have several footnotes in one page, they appear without vertical
30751  space between them at the bottom of the page.
30752  To make them more readable you can e.
30753 \begin_inset space \thinspace{}
30754 \end_inset
30755
30756 g.
30757 \begin_inset space \space{}
30758 \end_inset
30759
30760 add 1.5
30761 \begin_inset space \thinspace{}
30762 \end_inset
30763
30764 mm space with the following preamble command:
30765 \end_layout
30766
30767 \begin_layout Standard
30768
30769 \series bold
30770
30771 \backslash
30772 let
30773 \backslash
30774 myFoot
30775 \backslash
30776 footnote
30777 \begin_inset Newline newline
30778 \end_inset
30779
30780
30781 \backslash
30782 renewcommand{
30783 \backslash
30784 footnote}[1]{
30785 \backslash
30786 myFoot{#1
30787 \backslash
30788 vspace{1.5mm}}}
30789 \end_layout
30790
30791 \begin_layout Standard
30792 \begin_inset VSpace bigskip
30793 \end_inset
30794
30795 In a two-column document the footnotes appear at the bottom of every column,
30796  see Figure
30797 \begin_inset space ~
30798 \end_inset
30799
30800
30801 \begin_inset CommandInset ref
30802 LatexCommand ref
30803 reference "fig:Standard-footnote-placement"
30804
30805 \end_inset
30806
30807 .
30808  If the footnotes should only appear at the bottom of the right column,
30809  as in Figure
30810 \begin_inset space ~
30811 \end_inset
30812
30813
30814 \begin_inset CommandInset ref
30815 LatexCommand ref
30816 reference "fig:Footnote-placement-in"
30817
30818 \end_inset
30819
30820 , use the LaTeX-package 
30821 \series bold
30822 ftnright
30823 \series default
30824
30825 \begin_inset Index idx
30826 status collapsed
30827
30828 \begin_layout Plain Layout
30829 LaTeX-packages ! ftnright
30830 \end_layout
30831
30832 \end_inset
30833
30834  with this command in the document preamble:
30835 \end_layout
30836
30837 \begin_layout Standard
30838
30839 \series bold
30840
30841 \backslash
30842 usepackage{ftnright}
30843 \end_layout
30844
30845 \begin_layout Standard
30846 \begin_inset Float figure
30847 placement !h
30848 wide false
30849 sideways false
30850 status open
30851
30852 \begin_layout Plain Layout
30853 \begin_inset ERT
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857
30858
30859 \backslash
30860 framebox{
30861 \end_layout
30862
30863 \end_inset
30864
30865
30866 \begin_inset Graphics
30867         filename clipart/without_fntright.pdf
30868         width 100col%
30869         scaleBeforeRotation
30870
30871 \end_inset
30872
30873
30874 \begin_inset ERT
30875 status collapsed
30876
30877 \begin_layout Plain Layout
30878
30879 }
30880 \end_layout
30881
30882 \end_inset
30883
30884
30885 \end_layout
30886
30887 \begin_layout Plain Layout
30888 \begin_inset Caption Standard
30889
30890 \begin_layout Plain Layout
30891 \begin_inset CommandInset label
30892 LatexCommand label
30893 name "fig:Standard-footnote-placement"
30894
30895 \end_inset
30896
30897 Standard footnote placement in two-column documents.
30898 \end_layout
30899
30900 \end_inset
30901
30902
30903 \end_layout
30904
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \begin_layout Standard
30911 \begin_inset Float figure
30912 placement !h
30913 wide false
30914 sideways false
30915 status open
30916
30917 \begin_layout Plain Layout
30918 \begin_inset ERT
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922
30923
30924 \backslash
30925 framebox{
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \begin_inset Graphics
30932         filename clipart/with_fntright.pdf
30933         width 100col%
30934         scaleBeforeRotation
30935
30936 \end_inset
30937
30938
30939 \begin_inset ERT
30940 status collapsed
30941
30942 \begin_layout Plain Layout
30943
30944 }
30945 \end_layout
30946
30947 \end_inset
30948
30949
30950 \end_layout
30951
30952 \begin_layout Plain Layout
30953 \begin_inset Caption Standard
30954
30955 \begin_layout Plain Layout
30956 \begin_inset CommandInset label
30957 LatexCommand label
30958 name "fig:Footnote-placement-in"
30959
30960 \end_inset
30961
30962 Footnote placement in two-column documents when the LaTeX-package 
30963 \series bold
30964 ftnright
30965 \series default
30966  is used.
30967 \end_layout
30968
30969 \end_inset
30970
30971
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \end_layout
30978
30979 \begin_layout Standard
30980 \begin_inset VSpace bigskip
30981 \end_inset
30982
30983 In some scientific literature it is usual to collect the footnotes and print
30984  them in a separate paragraph at the end of a section, as in Figure
30985 \begin_inset space ~
30986 \end_inset
30987
30988
30989 \begin_inset CommandInset ref
30990 LatexCommand ref
30991 reference "fig:Endnotes"
30992
30993 \end_inset
30994
30995 .
30996  They are then called 
30997 \begin_inset Quotes eld
30998 \end_inset
30999
31000 endnotes
31001 \begin_inset Quotes erd
31002 \end_inset
31003
31004 .
31005 \begin_inset Index idx
31006 status collapsed
31007
31008 \begin_layout Plain Layout
31009 Endnotes
31010 \end_layout
31011
31012 \end_inset
31013
31014  To use endnotes instead of footnotes in your document, load in the menu
31015  
31016 \family sans
31017 Document\SpecialChar \menuseparator
31018 Settings\SpecialChar \menuseparator
31019 Modules 
31020 \family default
31021 the module 
31022 \family sans
31023 Foot
31024 \begin_inset space ~
31025 \end_inset
31026
31027 to
31028 \begin_inset space ~
31029 \end_inset
31030
31031 End
31032 \family default
31033 .
31034  To insert the collected footnotes, insert the command
31035 \end_layout
31036
31037 \begin_layout Standard
31038
31039 \series bold
31040
31041 \backslash
31042 theendnotes
31043 \end_layout
31044
31045 \begin_layout Standard
31046 in TeX-Code at the end of a section or chapter.
31047 \end_layout
31048
31049 \begin_layout Standard
31050 \begin_inset Float figure
31051 wide false
31052 sideways false
31053 status open
31054
31055 \begin_layout Plain Layout
31056 \align center
31057 \begin_inset ERT
31058 status collapsed
31059
31060 \begin_layout Plain Layout
31061
31062
31063 \backslash
31064 framebox{
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \begin_inset Graphics
31071         filename clipart/endnotes.pdf
31072         scaleBeforeRotation
31073
31074 \end_inset
31075
31076
31077 \begin_inset ERT
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081
31082 }
31083 \end_layout
31084
31085 \end_inset
31086
31087
31088 \end_layout
31089
31090 \begin_layout Plain Layout
31091 \begin_inset Caption Standard
31092
31093 \begin_layout Plain Layout
31094 \begin_inset CommandInset label
31095 LatexCommand label
31096 name "fig:Endnotes"
31097
31098 \end_inset
31099
31100 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
31101  or chapters.
31102 \end_layout
31103
31104 \end_inset
31105
31106
31107 \end_layout
31108
31109 \end_inset
31110
31111
31112 \end_layout
31113
31114 \begin_layout Standard
31115 \begin_inset VSpace medskip
31116 \end_inset
31117
31118 The paragraph heading for the endnotes isn't automatically translated into
31119  the document language, this must be done manually.
31120  The following preamble command translates the default English 
31121 \begin_inset Quotes eld
31122 \end_inset
31123
31124 Notes
31125 \begin_inset Quotes erd
31126 \end_inset
31127
31128  into the German 
31129 \begin_inset Quotes eld
31130 \end_inset
31131
31132 Anmerkungen
31133 \begin_inset Quotes erd
31134 \end_inset
31135
31136 :
31137 \end_layout
31138
31139 \begin_layout Standard
31140
31141 \series bold
31142
31143 \backslash
31144 renewcommand{
31145 \backslash
31146 notesname}{Anmerkungen}
31147 \end_layout
31148
31149 \begin_layout Standard
31150 \begin_inset VSpace medskip
31151 \end_inset
31152
31153 The numbering of endnotes can be changed like the footnote numbering as
31154  described in section
31155 \begin_inset space ~
31156 \end_inset
31157
31158
31159 \begin_inset CommandInset ref
31160 LatexCommand ref
31161 reference "sub:Footnote-Numbering"
31162
31163 \end_inset
31164
31165 ; just replace the command 
31166 \series bold
31167
31168 \backslash
31169 thefootnote
31170 \series default
31171  by 
31172 \series bold
31173
31174 \backslash
31175 theendnote
31176 \series default
31177 .
31178  To reset the endnote number use the command 
31179 \series bold
31180
31181 \backslash
31182 @addtoreset
31183 \series default
31184  as described in section
31185 \begin_inset space ~
31186 \end_inset
31187
31188
31189 \begin_inset CommandInset ref
31190 LatexCommand ref
31191 reference "sub:Footnote-Numbering"
31192
31193 \end_inset
31194
31195  and replace the command parameter 
31196 \series bold
31197 footnote
31198 \series default
31199  by 
31200 \series bold
31201 endnote
31202 \series default
31203 .
31204 \end_layout
31205
31206 \begin_layout Standard
31207 For endnotes there is the command 
31208 \series bold
31209
31210 \backslash
31211 endnotemark[number]
31212 \series default
31213  similar to the command 
31214 \series bold
31215
31216 \backslash
31217 footnotemark
31218 \series default
31219 , that is described in section
31220 \begin_inset space ~
31221 \end_inset
31222
31223
31224 \begin_inset CommandInset ref
31225 LatexCommand ref
31226 reference "sec:Footnotes"
31227
31228 \end_inset
31229
31230 .
31231 \end_layout
31232
31233 \begin_layout Standard
31234 \begin_inset VSpace bigskip
31235 \end_inset
31236
31237 Footnotes can also be placed in the page margin and the footnote text alignment
31238  can be changed, see the LaTeX-package 
31239 \series bold
31240 footmisc
31241 \series default
31242
31243 \begin_inset Index idx
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247 LaTeX-packages ! footmisc
31248 \end_layout
31249
31250 \end_inset
31251
31252
31253 \begin_inset CommandInset citation
31254 LatexCommand cite
31255 key "footmisc"
31256
31257 \end_inset
31258
31259  for more information about this.
31260 \end_layout
31261
31262 \begin_layout Standard
31263 For various further footnote formatting issues have a look at LaTeX-books,
31264  
31265 \begin_inset CommandInset citation
31266 LatexCommand cite
31267 key "latexcompanion,latexguide,latexbook"
31268
31269 \end_inset
31270
31271 .
31272  If you are using a 
31273 \series bold
31274 KOMA-Script
31275 \series default
31276
31277 \begin_inset Index idx
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281 LaTeX-packages ! KOMA-Script
31282 \end_layout
31283
31284 \end_inset
31285
31286  document class, you can adjust all footnote settings using class-specific
31287  commands, see 
31288 \begin_inset CommandInset citation
31289 LatexCommand cite
31290 key "KOMA-Script"
31291
31292 \end_inset
31293
31294 .
31295 \end_layout
31296
31297 \begin_layout Section
31298 Margin Notes
31299 \begin_inset Index idx
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303 Notes ! Margin Notes
31304 \end_layout
31305
31306 \end_inset
31307
31308
31309 \end_layout
31310
31311 \begin_layout Standard
31312 Margin notes look and behave in LyX like footnotes.
31313  They are inserted via the menu 
31314 \family sans
31315 Insert\SpecialChar \menuseparator
31316 Marginal
31317 \begin_inset space ~
31318 \end_inset
31319
31320 Note
31321 \family default
31322  or the toolbar button 
31323 \begin_inset Info
31324 type  "icon"
31325 arg   "marginalnote-insert"
31326 \end_inset
31327
31328 .
31329  A grey 
31330 \family roman
31331 \series medium
31332 box with the
31333 \family default
31334 \series default
31335  red 
31336 \family roman
31337 \series medium
31338 label 
31339 \begin_inset Quotes eld
31340 \end_inset
31341
31342 margin
31343 \begin_inset Quotes erd
31344 \end_inset
31345
31346  appears where you can enter the text of the margin note.
31347 \end_layout
31348
31349 \begin_layout Standard
31350 At the side is an example margin note.
31351
31352 \family roman
31353 \series medium
31354  
31355 \begin_inset Marginal
31356 status open
31357
31358 \begin_layout Plain Layout
31359 This is a margin note.
31360 \end_layout
31361
31362 \end_inset
31363
31364
31365 \end_layout
31366
31367 \begin_layout Standard
31368 Margin notes appear at the right side in single-sided documents.
31369  In double-sided documents they appear in the outer margin â€“ left on even
31370  pages, right on odd pages.
31371  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31372 d when the note appears in the left margin.
31373  The first line of the margin note is placed at the position of the text
31374  line where it is inserted in the document.
31375 \end_layout
31376
31377 \begin_layout Standard
31378 \begin_inset VSpace bigskip
31379 \end_inset
31380
31381 To place the margin note in the inner margin, add the command
31382 \end_layout
31383
31384 \begin_layout Standard
31385
31386 \series bold
31387
31388 \backslash
31389 reversemarginpar
31390 \end_layout
31391
31392 \begin_layout Standard
31393 in TeX-Code before a margin note.
31394  The new placement is valid for all subsequent margin notes.
31395  
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 reversemarginpar 
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \begin_inset Marginal
31410 status open
31411
31412 \begin_layout Plain Layout
31413 This is a margin note in the inner margin.
31414 \end_layout
31415
31416 \end_inset
31417
31418
31419 \series bold
31420
31421 \begin_inset Newline newline
31422 \end_inset
31423
31424
31425 \series default
31426
31427 \begin_inset Note Greyedout
31428 status open
31429
31430 \begin_layout Plain Layout
31431
31432 \series bold
31433 Note:
31434 \series default
31435  There is often not enough space in the inner margin so that the notes are
31436  not correctly displayed in the output.
31437 \end_layout
31438
31439 \end_inset
31440
31441
31442 \end_layout
31443
31444 \begin_layout Standard
31445 To return to the default placement insert the command
31446 \end_layout
31447
31448 \begin_layout Standard
31449
31450 \series bold
31451
31452 \backslash
31453 normalmarginpar
31454 \end_layout
31455
31456 \begin_layout Standard
31457 in TeX-Code.
31458 \begin_inset ERT
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462
31463
31464 \backslash
31465 normalmarginpar 
31466 \end_layout
31467
31468 \end_inset
31469
31470  
31471 \begin_inset Note Greyedout
31472 status open
31473
31474 \begin_layout Plain Layout
31475
31476 \series bold
31477 Note:
31478 \series default
31479  The command is ignored when it is within a paragraph where also the command
31480  
31481 \series bold
31482
31483 \backslash
31484 reversemarginpar
31485 \series default
31486  is inserted.
31487 \end_layout
31488
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \begin_layout Standard
31495 \begin_inset VSpace bigskip
31496 \end_inset
31497
31498
31499 \family roman
31500 \series medium
31501
31502 \begin_inset Marginal
31503 status open
31504
31505 \begin_layout Plain Layout
31506 AVeryLongMarginParWord that isn't hyphenated.
31507 \end_layout
31508
31509 \end_inset
31510
31511
31512 \family default
31513 \series default
31514  Similar to the case described in section
31515 \begin_inset space ~
31516 \end_inset
31517
31518
31519 \begin_inset CommandInset ref
31520 LatexCommand ref
31521 reference "sub:Multiple-Lines-in"
31522
31523 \end_inset
31524
31525 , long words cannot be hyphenated when they are the first word in a margin
31526  note.
31527  To avoid this, insert 0
31528 \begin_inset space \thinspace{}
31529 \end_inset
31530
31531 pt horizontal space before the word
31532 \family roman
31533 \series medium
31534 .
31535  
31536 \begin_inset Marginal
31537 status open
31538
31539 \begin_layout Plain Layout
31540 \begin_inset space \hspace*{}
31541 \length 0pt
31542 \end_inset
31543
31544 AVeryLongMarginParWord that is hyphenated.
31545 \end_layout
31546
31547 \end_inset
31548
31549
31550 \end_layout
31551
31552 \begin_layout Standard
31553 \begin_inset VSpace bigskip
31554 \end_inset
31555
31556
31557 \end_layout
31558
31559 \begin_layout Standard
31560 \begin_inset Note Greyedout
31561 status open
31562
31563 \begin_layout Plain Layout
31564
31565 \series bold
31566 Note:
31567 \series default
31568  Margin notes can normally not be used inside tables, floats, and footnotes.
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \begin_layout Standard
31577 \begin_inset VSpace bigskip
31578 \end_inset
31579
31580
31581 \end_layout
31582
31583 \begin_layout Standard
31584 \begin_inset ERT
31585 status collapsed
31586
31587 \begin_layout Plain Layout
31588
31589
31590 \backslash
31591 ifmarginnote
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \begin_inset Note Note
31598 status open
31599
31600 \begin_layout Plain Layout
31601 The following section will only be displayed when the LaTeX-package 
31602 \series bold
31603 marginnote
31604 \series default
31605  is installed.
31606 \end_layout
31607
31608 \end_inset
31609
31610
31611 \end_layout
31612
31613 \begin_layout Standard
31614 This restriction can be evaded by using the LaTeX-package 
31615 \series bold
31616 marginnote
31617 \series default
31618
31619 \begin_inset Index idx
31620 status collapsed
31621
31622 \begin_layout Plain Layout
31623 LaTeX-packages ! marginnote
31624 \end_layout
31625
31626 \end_inset
31627
31628 .
31629  By adding these two lines to your document preamble, the command used by
31630  LyX for margin notes is redefined to use the command provided by the 
31631 \series bold
31632 marginnote
31633 \series default
31634 -package:
31635 \end_layout
31636
31637 \begin_layout Standard
31638
31639 \series bold
31640
31641 \backslash
31642 usepackage{marginnote}
31643 \begin_inset Newline newline
31644 \end_inset
31645
31646
31647 \backslash
31648 let
31649 \backslash
31650 marginpar
31651 \backslash
31652 marginnote
31653 \end_layout
31654
31655 \begin_layout Standard
31656 This is also used in this document because 
31657 \series bold
31658 marginnote
31659 \series default
31660  has another useful feature: You can set a vertical offset for the note.
31661  This is often needed when too many margin notes are too close together
31662  or for a better page layout.
31663  The offset is set in LyX as TeX-Code directly after the margin note in
31664  the scheme
31665 \end_layout
31666
31667 \begin_layout Standard
31668
31669 \series bold
31670 [offset]
31671 \end_layout
31672
31673 \begin_layout Standard
31674 where the offset is a length with one of the units listed in Table
31675 \begin_inset space ~
31676 \end_inset
31677
31678
31679 \begin_inset CommandInset ref
31680 LatexCommand ref
31681 reference "tab:Units"
31682
31683 \end_inset
31684
31685 .
31686  A negative value shifts the note up, a positive value shifts it down.
31687  
31688 \family roman
31689 \series medium
31690 For example the margin note beside this text line is shifted up 1.5
31691 \begin_inset space \thinspace{}
31692 \end_inset
31693
31694 cm with the TeX-Code-command 
31695 \begin_inset Quotes eld
31696 \end_inset
31697
31698
31699 \family default
31700 \series bold
31701 [-1.5cm]
31702 \family roman
31703 \series medium
31704
31705 \begin_inset Quotes erd
31706 \end_inset
31707
31708
31709 \begin_inset Marginal
31710 status open
31711
31712 \begin_layout Plain Layout
31713 This margin note is shifted up 1.5
31714 \begin_inset space \thinspace{}
31715 \end_inset
31716
31717 cm from its original position.
31718 \end_layout
31719
31720 \end_inset
31721
31722
31723 \family default
31724 \series default
31725
31726 \begin_inset ERT
31727 status collapsed
31728
31729 \begin_layout Plain Layout
31730
31731 [-1.5cm]
31732 \end_layout
31733
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \begin_layout Standard
31740 \begin_inset VSpace medskip
31741 \end_inset
31742
31743 With 
31744 \series bold
31745 marginnote
31746 \series default
31747  you can also change the alignment of the text in the margin note.
31748  For example the commands
31749 \end_layout
31750
31751 \begin_layout Standard
31752
31753 \series bold
31754
31755 \backslash
31756 renewcommand*{
31757 \backslash
31758 raggedleftmarginnote}{
31759 \backslash
31760 centering}
31761 \begin_inset Newline newline
31762 \end_inset
31763
31764
31765 \backslash
31766 renewcommand*{
31767 \backslash
31768 raggedrightmarginnote}{
31769 \backslash
31770 centering}
31771 \end_layout
31772
31773 \begin_layout Standard
31774 set the alignment to centered.
31775  
31776 \series bold
31777
31778 \backslash
31779 raggedleftmarginnote
31780 \series default
31781  denotes margin notes that appear at the left side.
31782 \family roman
31783 \series medium
31784
31785 \begin_inset ERT
31786 status collapsed
31787
31788 \begin_layout Plain Layout
31789
31790
31791 \backslash
31792 renewcommand*{
31793 \backslash
31794 raggedleftmarginnote}{
31795 \backslash
31796 centering}
31797 \end_layout
31798
31799 \begin_layout Plain Layout
31800
31801
31802 \backslash
31803 renewcommand*{
31804 \backslash
31805 raggedrightmarginnote}{
31806 \backslash
31807 centering}
31808 \end_layout
31809
31810 \end_inset
31811
31812
31813 \begin_inset Marginal
31814 status open
31815
31816 \begin_layout Plain Layout
31817 The text of this margin note is centered.
31818 \end_layout
31819
31820 \end_inset
31821
31822
31823 \family default
31824 \series default
31825  The default is
31826 \end_layout
31827
31828 \begin_layout Standard
31829
31830 \series bold
31831
31832 \backslash
31833 renewcommand*{
31834 \backslash
31835 raggedleftmarginnote}{
31836 \backslash
31837 raggedleft}
31838 \begin_inset Newline newline
31839 \end_inset
31840
31841
31842 \backslash
31843 renewcommand*{
31844 \backslash
31845 raggedrightmarginnote}{
31846 \backslash
31847 raggedright}
31848 \family roman
31849 \series medium
31850
31851 \begin_inset ERT
31852 status collapsed
31853
31854 \begin_layout Plain Layout
31855
31856
31857 \backslash
31858 renewcommand*{
31859 \backslash
31860 raggedleftmarginnote}{
31861 \backslash
31862 raggedleft}
31863 \end_layout
31864
31865 \begin_layout Plain Layout
31866
31867
31868 \backslash
31869 renewcommand*{
31870 \backslash
31871 raggedrightmarginnote}{
31872 \backslash
31873 raggedright}
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \end_layout
31880
31881 \begin_layout Standard
31882 \begin_inset VSpace medskip
31883 \end_inset
31884
31885 For the other features of 
31886 \series bold
31887 marginnote
31888 \series default
31889  refer to its documentation 
31890 \begin_inset CommandInset citation
31891 LatexCommand cite
31892 key "marginnote"
31893
31894 \end_inset
31895
31896 .
31897 \end_layout
31898
31899 \begin_layout Standard
31900 \begin_inset VSpace bigskip
31901 \end_inset
31902
31903 You can adjust the layout of margin notes by changing its definition.
31904  To create for example a header for all margin notes with the underlined,
31905  sans-serif, and bold header text 
31906 \begin_inset Quotes eld
31907 \end_inset
31908
31909
31910 \family sans
31911 \series bold
31912 \bar under
31913 Attention!
31914 \family default
31915 \series default
31916 \bar default
31917
31918 \begin_inset Quotes erd
31919 \end_inset
31920
31921 , add this to your document preamble:
31922 \end_layout
31923
31924 \begin_layout Standard
31925
31926 \series bold
31927
31928 \backslash
31929 let
31930 \backslash
31931 myMarginpar
31932 \backslash
31933 marginpar
31934 \begin_inset Newline newline
31935 \end_inset
31936
31937
31938 \backslash
31939 renewcommand{
31940 \backslash
31941 marginpar}[1]{
31942 \backslash
31943 myMarginpar{%
31944 \begin_inset Newline newline
31945 \end_inset
31946
31947
31948 \begin_inset Phantom HPhantom
31949 status open
31950
31951 \begin_layout Plain Layout
31952
31953 \series bold
31954 \begin_inset space ~
31955 \end_inset
31956
31957
31958 \end_layout
31959
31960 \end_inset
31961
31962
31963 \backslash
31964 hspace{0pt}
31965 \backslash
31966 textsf{
31967 \backslash
31968 textbf{
31969 \backslash
31970 underbar{Attention!}}}%
31971 \begin_inset Newline newline
31972 \end_inset
31973
31974
31975 \begin_inset Phantom HPhantom
31976 status open
31977
31978 \begin_layout Plain Layout
31979
31980 \series bold
31981 \begin_inset space ~
31982 \end_inset
31983
31984
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \backslash
31991 vspace{1.5mm}
31992 \backslash
31993
31994 \backslash
31995 #1}}
31996 \end_layout
31997
31998 \begin_layout Standard
31999
32000 \family roman
32001 \series medium
32002 \begin_inset ERT
32003 status collapsed
32004
32005 \begin_layout Plain Layout
32006
32007
32008 \backslash
32009 let
32010 \backslash
32011 myMarginpar
32012 \backslash
32013 marginpar
32014 \end_layout
32015
32016 \begin_layout Plain Layout
32017
32018
32019 \backslash
32020 renewcommand{
32021 \backslash
32022 marginpar}[1]{
32023 \backslash
32024 myMarginpar{%
32025 \end_layout
32026
32027 \begin_layout Plain Layout
32028
32029    
32030 \backslash
32031 textsf{
32032 \backslash
32033 textbf{
32034 \backslash
32035 underbar{Attention!}}}%
32036 \end_layout
32037
32038 \begin_layout Plain Layout
32039
32040    
32041 \backslash
32042 vspace{1.5mm}
32043 \backslash
32044
32045 \backslash
32046 #1}}
32047 \end_layout
32048
32049 \end_inset
32050
32051
32052 \begin_inset Marginal
32053 status open
32054
32055 \begin_layout Plain Layout
32056 This is a margin note with a defined heading.
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \family default
32063 \series default
32064
32065 \begin_inset ERT
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069
32070 [-1.5cm]
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \family roman
32077 \series medium
32078
32079 \begin_inset ERT
32080 status collapsed
32081
32082 \begin_layout Plain Layout
32083
32084
32085 \backslash
32086 renewcommand{
32087 \backslash
32088 marginpar}[1]{
32089 \backslash
32090 myMarginpar{#1}}
32091 \end_layout
32092
32093 \end_inset
32094
32095
32096 \family default
32097 \series default
32098
32099 \begin_inset Note Note
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103 The margin note format is changed only for this example.
32104 \end_layout
32105
32106 \end_inset
32107
32108
32109 \end_layout
32110
32111 \begin_layout Standard
32112 \begin_inset ERT
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116
32117
32118 \backslash
32119 else
32120 \end_layout
32121
32122 \end_inset
32123
32124
32125 \begin_inset Note Note
32126 status open
32127
32128 \begin_layout Plain Layout
32129 The following will be displayed when the LaTeX-package 
32130 \series bold
32131 marginnote
32132 \series default
32133  is not installed:
32134 \end_layout
32135
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \begin_layout Standard
32142 You need to install the LaTeX-package 
32143 \series bold
32144 marginnote
32145 \series default
32146  to see the following part of this section in the output.
32147 \end_layout
32148
32149 \begin_layout Standard
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155
32156 \backslash
32157 fi
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \begin_layout Chapter
32166 Boxes
32167 \end_layout
32168
32169 \begin_layout Section
32170 Introduction
32171 \begin_inset Index idx
32172 status collapsed
32173
32174 \begin_layout Plain Layout
32175 Boxes ! Introduction
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 Boxes are used to format a block of text.
32185  Boxes can be used to write documents with multiple languages, see section
32186 \begin_inset space ~
32187 \end_inset
32188
32189
32190 \begin_inset CommandInset ref
32191 LatexCommand ref
32192 reference "sec:Minipages"
32193
32194 \end_inset
32195
32196 , to frame texts, see section
32197 \begin_inset space ~
32198 \end_inset
32199
32200
32201 \begin_inset CommandInset ref
32202 LatexCommand ref
32203 reference "sec:Decoration"
32204
32205 \end_inset
32206
32207 , to prevent words from being hyphenated, see section
32208 \begin_inset space ~
32209 \end_inset
32210
32211
32212 \begin_inset CommandInset ref
32213 LatexCommand ref
32214 reference "sec:Prevent-Hyphenation"
32215
32216 \end_inset
32217
32218 , to align text, see section
32219 \begin_inset space ~
32220 \end_inset
32221
32222
32223 \begin_inset CommandInset ref
32224 LatexCommand ref
32225 reference "sub:Vertical-Alignment"
32226
32227 \end_inset
32228
32229 , or to set the background color of texts, see section
32230 \begin_inset space ~
32231 \end_inset
32232
32233
32234 \begin_inset CommandInset ref
32235 LatexCommand ref
32236 reference "sec:Colored-Boxes"
32237
32238 \end_inset
32239
32240 .
32241 \end_layout
32242
32243 \begin_layout Standard
32244 Boxes can be inserted with the menu 
32245 \family sans
32246 Insert\SpecialChar \menuseparator
32247 Box
32248 \family default
32249  or the toolbar button 
32250 \begin_inset Info
32251 type  "icon"
32252 arg   "box-insert Frameless"
32253 \end_inset
32254
32255 .
32256  A grey box with the label 
32257 \family sans
32258 Box (Minipage)
32259 \family default
32260
32261 \begin_inset Graphics
32262         filename clipart/BoxInsetDefaultQt4.png
32263         scale 85
32264         scaleBeforeRotation
32265
32266 \end_inset
32267
32268  will be inserted.
32269  The box type can be specified by right-clicking on the box and selecting
32270  
32271 \family sans
32272 Settings
32273 \family default
32274 .
32275  The box dialog offers the 
32276 \family sans
32277 Inner
32278 \begin_inset space ~
32279 \end_inset
32280
32281 Box
32282 \family default
32283  types 
32284 \family sans
32285 Makebox
32286 \family default
32287
32288 \family sans
32289 Parbox
32290 \family default
32291  and 
32292 \family sans
32293 Minipage
32294 \family default
32295 .
32296  The type 
32297 \family sans
32298 Minipage
32299 \family default
32300  is the default for new boxes and is explained in section
32301 \begin_inset space ~
32302 \end_inset
32303
32304
32305 \begin_inset CommandInset ref
32306 LatexCommand ref
32307 reference "sec:Minipages"
32308
32309 \end_inset
32310
32311 ; the type 
32312 \family sans
32313 Parbox
32314 \family default
32315  is described in section
32316 \begin_inset space ~
32317 \end_inset
32318
32319
32320 \begin_inset CommandInset ref
32321 LatexCommand ref
32322 reference "sec:Parboxes"
32323
32324 \end_inset
32325
32326  and the type 
32327 \family sans
32328 Makebox
32329 \family default
32330  in 
32331 \begin_inset CommandInset ref
32332 LatexCommand ref
32333 reference "sec:Prevent-Hyphenation"
32334
32335 \end_inset
32336
32337 .
32338 \end_layout
32339
32340 \begin_layout Standard
32341 Boxes are not numbered and can therefore not be referenced like floats or
32342  footnotes.
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  Boxes must not be the item in an 
32355 \family sans
32356 Itemize
32357 \family default
32358  or 
32359 \family sans
32360 Description
32361 \family default
32362  environment.
32363 \end_layout
32364
32365 \end_inset
32366
32367
32368 \end_layout
32369
32370 \begin_layout Standard
32371 \begin_inset Note Greyedout
32372 status open
32373
32374 \begin_layout Plain Layout
32375
32376 \series bold
32377 Note:
32378 \series default
32379  For an unknown reason you can only set the 
32380 \family sans
32381 Inner
32382 \begin_inset space ~
32383 \end_inset
32384
32385 Box
32386 \family default
32387  type to 
32388 \family sans
32389 None
32390 \family default
32391  when you use a framed box.
32392  Boxes without an 
32393 \family sans
32394 Inner
32395 \begin_inset space ~
32396 \end_inset
32397
32398 Box
32399 \family default
32400  type and without frames are explained in section
32401 \begin_inset space ~
32402 \end_inset
32403
32404
32405 \begin_inset CommandInset ref
32406 LatexCommand ref
32407 reference "sec:Prevent-Hyphenation"
32408
32409 \end_inset
32410
32411 .
32412 \end_layout
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \begin_layout Section
32420 Box Dialog
32421 \begin_inset CommandInset label
32422 LatexCommand label
32423 name "sec:Box-Dialog"
32424
32425 \end_inset
32426
32427
32428 \begin_inset Index idx
32429 status collapsed
32430
32431 \begin_layout Plain Layout
32432 Boxes ! Box Dialog
32433 \end_layout
32434
32435 \end_inset
32436
32437
32438 \end_layout
32439
32440 \begin_layout Subsection
32441 Size
32442 \begin_inset Index idx
32443 status collapsed
32444
32445 \begin_layout Plain Layout
32446 Boxes ! Size
32447 \end_layout
32448
32449 \end_inset
32450
32451
32452 \end_layout
32453
32454 \begin_layout Standard
32455 In the box dialog you can adjust the box geometry in the fields 
32456 \family sans
32457 Width
32458 \family default
32459  and 
32460 \family sans
32461 Height
32462 \family default
32463 .
32464  The available units for the geometry are explained in Table
32465 \begin_inset space ~
32466 \end_inset
32467
32468
32469 \begin_inset CommandInset ref
32470 LatexCommand ref
32471 reference "tab:Units"
32472
32473 \end_inset
32474
32475 .
32476  The field 
32477 \family sans
32478 Height
32479 \family default
32480  offers the following additional sizes:
32481 \end_layout
32482
32483 \begin_layout Description
32484 Depth This is the plain text 
32485 \begin_inset Quotes eld
32486 \end_inset
32487
32488 height
32489 \begin_inset Quotes erd
32490 \end_inset
32491
32492 .
32493  It ignores the total depth when there are multiple text lines in the box:
32494 \begin_inset Newline newline
32495 \end_inset
32496
32497
32498 \begin_inset Newline newline
32499 \end_inset
32500
32501
32502 \begin_inset Newline newline
32503 \end_inset
32504
32505
32506 \begin_inset Box Boxed
32507 position "c"
32508 hor_pos "c"
32509 has_inner_box 1
32510 inner_pos "c"
32511 use_parbox 0
32512 use_makebox 0
32513 width "12col%"
32514 special "none"
32515 height "1in"
32516 height_special "depth"
32517 status collapsed
32518
32519 \begin_layout Plain Layout
32520 \align center
32521 Box height set to 1
32522 \begin_inset space \thinspace{}
32523 \end_inset
32524
32525 Depth
32526 \end_layout
32527
32528 \end_inset
32529
32530
32531 \begin_inset Newline newline
32532 \end_inset
32533
32534
32535 \begin_inset Newline newline
32536 \end_inset
32537
32538
32539 \end_layout
32540
32541 \begin_layout Description
32542 Height This is the height of the text that is inside the box.
32543  A value of e.
32544 \begin_inset space \thinspace{}
32545 \end_inset
32546
32547 g.
32548 \begin_inset space \space{}
32549 \end_inset
32550
32551 2 for this size will set the box height to 2
32552 \begin_inset space ~
32553 \end_inset
32554
32555 times the text height: 
32556 \begin_inset Box Boxed
32557 position "c"
32558 hor_pos "c"
32559 has_inner_box 1
32560 inner_pos "c"
32561 use_parbox 0
32562 use_makebox 0
32563 width "20col%"
32564 special "none"
32565 height "2in"
32566 height_special "height"
32567 status collapsed
32568
32569 \begin_layout Plain Layout
32570 \align center
32571 Box height set to 2
32572 \begin_inset space \thinspace{}
32573 \end_inset
32574
32575 Height
32576 \end_layout
32577
32578 \end_inset
32579
32580
32581 \end_layout
32582
32583 \begin_layout Description
32584 Total
32585 \begin_inset space ~
32586 \end_inset
32587
32588 Height This is the Height
32589 \begin_inset space \thinspace{}
32590 \end_inset
32591
32592 +
32593 \begin_inset space \thinspace{}
32594 \end_inset
32595
32596 Depth: 
32597 \begin_inset Box Boxed
32598 position "c"
32599 hor_pos "c"
32600 has_inner_box 1
32601 inner_pos "c"
32602 use_parbox 0
32603 use_makebox 0
32604 width "20col%"
32605 special "none"
32606 height "1in"
32607 height_special "totalheight"
32608 status collapsed
32609
32610 \begin_layout Plain Layout
32611 \align center
32612 Box height set to 1
32613 \begin_inset space \thinspace{}
32614 \end_inset
32615
32616 Total
32617 \begin_inset space ~
32618 \end_inset
32619
32620 Height
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Description
32629 Width This sets the width of the box as height: 
32630 \begin_inset Box Boxed
32631 position "c"
32632 hor_pos "c"
32633 has_inner_box 1
32634 inner_pos "c"
32635 use_parbox 0
32636 use_makebox 0
32637 width "12col%"
32638 special "none"
32639 height "1in"
32640 height_special "width"
32641 status collapsed
32642
32643 \begin_layout Plain Layout
32644 \align center
32645 Box height set to 1
32646 \begin_inset space \thinspace{}
32647 \end_inset
32648
32649 Width
32650 \end_layout
32651
32652 \end_inset
32653
32654
32655 \end_layout
32656
32657 \begin_layout Subsection
32658 Alignment
32659 \begin_inset Index idx
32660 status collapsed
32661
32662 \begin_layout Plain Layout
32663 Boxes ! Alignment
32664 \end_layout
32665
32666 \end_inset
32667
32668
32669 \end_layout
32670
32671 \begin_layout Standard
32672 When you have chosen an 
32673 \family sans
32674 Inner
32675 \begin_inset space ~
32676 \end_inset
32677
32678 Box
32679 \family default
32680 , the vertical box alignment can be:
32681 \end_layout
32682
32683 \begin_layout Description
32684 Top This is an example text line.
32685  
32686 \begin_inset Box Boxed
32687 position "t"
32688 hor_pos "c"
32689 has_inner_box 1
32690 inner_pos "c"
32691 use_parbox 0
32692 use_makebox 0
32693 width "12col%"
32694 special "none"
32695 height "1in"
32696 height_special "totalheight"
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700 \align center
32701 This box is top-aligned.
32702 \end_layout
32703
32704 \end_inset
32705
32706  This is an example text line.
32707 \end_layout
32708
32709 \begin_layout Description
32710 Middle This is an example text line.
32711  
32712 \begin_inset Box Boxed
32713 position "c"
32714 hor_pos "c"
32715 has_inner_box 1
32716 inner_pos "c"
32717 use_parbox 0
32718 use_makebox 0
32719 width "12col%"
32720 special "none"
32721 height "1in"
32722 height_special "totalheight"
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726 \align center
32727 This box is middle-aligned.
32728 \end_layout
32729
32730 \end_inset
32731
32732  This is an example text line.
32733 \end_layout
32734
32735 \begin_layout Description
32736 Bottom This is an example text line.
32737  
32738 \begin_inset Box Boxed
32739 position "b"
32740 hor_pos "c"
32741 has_inner_box 1
32742 inner_pos "c"
32743 use_parbox 0
32744 use_makebox 0
32745 width "12col%"
32746 special "none"
32747 height "1in"
32748 height_special "totalheight"
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752 \align center
32753 This box is bottom-aligned.
32754 \end_layout
32755
32756 \end_inset
32757
32758  This is an example text line.
32759 \end_layout
32760
32761 \begin_layout Standard
32762 \begin_inset Note Greyedout
32763 status open
32764
32765 \begin_layout Plain Layout
32766
32767 \series bold
32768 Note:
32769 \series default
32770  The vertical box alignment can be lost in the output when you have two
32771  boxes in a line and one has e.
32772 \begin_inset space \thinspace{}
32773 \end_inset
32774
32775 g.
32776 \begin_inset space \space{}
32777 \end_inset
32778
32779 a shadow and the other one not.
32780 \end_layout
32781
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \begin_layout Standard
32788 The horizontal box alignment can be set via LyX's paragraph dialog when
32789  you set the box into its own paragraph.
32790 \end_layout
32791
32792 \begin_layout Standard
32793 \begin_inset VSpace bigskip
32794 \end_inset
32795
32796 When you have chosen an 
32797 \family sans
32798 Inner
32799 \begin_inset space ~
32800 \end_inset
32801
32802 Box
32803 \family default
32804 , the box content can be aligned vertically to:
32805 \end_layout
32806
32807 \begin_layout Description
32808 top This is an example text line.
32809  
32810 \begin_inset Box Boxed
32811 position "c"
32812 hor_pos "c"
32813 has_inner_box 1
32814 inner_pos "t"
32815 use_parbox 0
32816 use_makebox 0
32817 width "12col%"
32818 special "none"
32819 height "1.5in"
32820 height_special "totalheight"
32821 status collapsed
32822
32823 \begin_layout Plain Layout
32824 \align center
32825 This box text is top-aligned.
32826 \end_layout
32827
32828 \end_inset
32829
32830  This is an example text line.
32831 \end_layout
32832
32833 \begin_layout Description
32834 middle This is an example text line.
32835  
32836 \begin_inset Box Boxed
32837 position "c"
32838 hor_pos "c"
32839 has_inner_box 1
32840 inner_pos "c"
32841 use_parbox 0
32842 use_makebox 0
32843 width "12col%"
32844 special "none"
32845 height "1.5in"
32846 height_special "totalheight"
32847 status collapsed
32848
32849 \begin_layout Plain Layout
32850 \align center
32851 This box text is middle-aligned.
32852 \end_layout
32853
32854 \end_inset
32855
32856  This is an example text line.
32857 \end_layout
32858
32859 \begin_layout Description
32860 bottom This is an example text line.
32861  
32862 \begin_inset Box Boxed
32863 position "c"
32864 hor_pos "c"
32865 has_inner_box 1
32866 inner_pos "b"
32867 use_parbox 0
32868 use_makebox 0
32869 width "12col%"
32870 special "none"
32871 height "1.5in"
32872 height_special "totalheight"
32873 status collapsed
32874
32875 \begin_layout Plain Layout
32876 \align center
32877 This box text is bottom-aligned.
32878 \end_layout
32879
32880 \end_inset
32881
32882  This is an example text line.
32883 \end_layout
32884
32885 \begin_layout Description
32886 stretch This is an example text line.
32887  
32888 \begin_inset Box Boxed
32889 position "c"
32890 hor_pos "c"
32891 has_inner_box 1
32892 inner_pos "s"
32893 use_parbox 0
32894 use_makebox 0
32895 width "12col%"
32896 special "none"
32897 height "1.5in"
32898 height_special "totalheight"
32899 status collapsed
32900
32901 \begin_layout Plain Layout
32902 \align center
32903 This box
32904 \end_layout
32905
32906 \begin_layout Plain Layout
32907 \align center
32908 text is
32909 \end_layout
32910
32911 \begin_layout Plain Layout
32912 \align center
32913 stretched.
32914 \end_layout
32915
32916 \end_inset
32917
32918  This is an example text line.
32919 \end_layout
32920
32921 \begin_layout Standard
32922 To stretch the box content, it must consist of more than one paragraph.
32923  In the example above every text line is in an own paragraph.
32924 \end_layout
32925
32926 \begin_layout Standard
32927 \begin_inset VSpace bigskip
32928 \end_inset
32929
32930 To align the box content horizontally you can use LyX's paragraph dialog
32931  when you have chosen an 
32932 \family sans
32933 Inner
32934 \begin_inset space ~
32935 \end_inset
32936
32937 Box
32938 \family default
32939 .
32940 \end_layout
32941
32942 \begin_layout Standard
32943 \align center
32944 \begin_inset Box Boxed
32945 position "c"
32946 hor_pos "c"
32947 has_inner_box 1
32948 inner_pos "s"
32949 use_parbox 0
32950 use_makebox 0
32951 width "15col%"
32952 special "none"
32953 height "1.25in"
32954 height_special "totalheight"
32955 status collapsed
32956
32957 \begin_layout Plain Layout
32958 \align left
32959 This box
32960 \end_layout
32961
32962 \begin_layout Plain Layout
32963 \align center
32964 text is
32965 \end_layout
32966
32967 \begin_layout Plain Layout
32968 \align right
32969 stretched.
32970 \end_layout
32971
32972 \end_inset
32973
32974
32975 \end_layout
32976
32977 \begin_layout Standard
32978 If you have not set an 
32979 \family sans
32980 Inner
32981 \begin_inset space ~
32982 \end_inset
32983
32984 Box
32985 \family default
32986 , you can align the box content horizontally in the box dialog.
32987 \end_layout
32988
32989 \begin_layout Standard
32990 \align center
32991 \begin_inset Box Boxed
32992 position "c"
32993 hor_pos "s"
32994 has_inner_box 0
32995 inner_pos "s"
32996 use_parbox 0
32997 use_makebox 0
32998 width "90col%"
32999 special "none"
33000 height "1.25in"
33001 height_special "totalheight"
33002 status collapsed
33003
33004 \begin_layout Plain Layout
33005 This box text is horizontally stretched.
33006 \end_layout
33007
33008 \end_inset
33009
33010
33011 \end_layout
33012
33013 \begin_layout Subsection
33014 Decoration
33015 \begin_inset CommandInset label
33016 LatexCommand label
33017 name "sec:Decoration"
33018
33019 \end_inset
33020
33021
33022 \begin_inset Index idx
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026 Boxes ! Decoration
33027 \end_layout
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Standard
33035 The type of the box can be specified in the box dialog in the drop-down
33036  list 
33037 \family sans
33038 Decoration
33039 \family default
33040 .
33041  The following types are possible:
33042 \end_layout
33043
33044 \begin_layout Description
33045 No
33046 \begin_inset space ~
33047 \end_inset
33048
33049 frame Nothing is drawn.
33050 \end_layout
33051
33052 \begin_layout Description
33053 Simple
33054 \begin_inset space ~
33055 \end_inset
33056
33057 rectangular
33058 \begin_inset space ~
33059 \end_inset
33060
33061 frame This draws a rectangular frame around the box.
33062  The frame line thickness has the size of 
33063 \series bold
33064
33065 \backslash
33066 fboxrule
33067 \series default
33068 .
33069  
33070 \begin_inset Box Boxed
33071 position "c"
33072 hor_pos "c"
33073 has_inner_box 1
33074 inner_pos "c"
33075 use_parbox 0
33076 use_makebox 0
33077 width "20col%"
33078 special "none"
33079 height "1in"
33080 height_special "totalheight"
33081 status collapsed
33082
33083 \begin_layout Plain Layout
33084 \align center
33085 Rectangular box
33086 \end_layout
33087
33088 \end_inset
33089
33090
33091 \end_layout
33092
33093 \begin_layout Description
33094 Oval
33095 \begin_inset space ~
33096 \end_inset
33097
33098 box,
33099 \begin_inset space ~
33100 \end_inset
33101
33102 thin This draws an oval frame around the box.
33103  The frame line thickness has the size 0.4
33104 \begin_inset space \thinspace{}
33105 \end_inset
33106
33107 pt.
33108  
33109 \begin_inset Box ovalbox
33110 position "c"
33111 hor_pos "c"
33112 has_inner_box 1
33113 inner_pos "c"
33114 use_parbox 0
33115 use_makebox 0
33116 width "20col%"
33117 special "none"
33118 height "1in"
33119 height_special "totalheight"
33120 status collapsed
33121
33122 \begin_layout Plain Layout
33123 \align center
33124 Oval box, thin
33125 \end_layout
33126
33127 \end_inset
33128
33129
33130 \end_layout
33131
33132 \begin_layout Description
33133 Oval
33134 \begin_inset space ~
33135 \end_inset
33136
33137 box,
33138 \begin_inset space ~
33139 \end_inset
33140
33141 thick This draws an oval frame around the box.
33142  The frame line thickness has the size 0.8
33143 \begin_inset space \thinspace{}
33144 \end_inset
33145
33146 pt.
33147  
33148 \begin_inset Box Ovalbox
33149 position "c"
33150 hor_pos "c"
33151 has_inner_box 1
33152 inner_pos "c"
33153 use_parbox 0
33154 use_makebox 0
33155 width "20col%"
33156 special "none"
33157 height "1in"
33158 height_special "totalheight"
33159 status collapsed
33160
33161 \begin_layout Plain Layout
33162 \align center
33163 Oval box, thick
33164 \end_layout
33165
33166 \end_inset
33167
33168
33169 \end_layout
33170
33171 \begin_layout Description
33172 Drop
33173 \begin_inset space ~
33174 \end_inset
33175
33176 shadow This draws a rectangular frame with a shadow around the box.
33177  The frame line thickness has the size of 
33178 \series bold
33179
33180 \backslash
33181 fboxrule
33182 \series default
33183 , the shadow has a width of 4
33184 \begin_inset space \thinspace{}
33185 \end_inset
33186
33187 pt.
33188  
33189 \begin_inset Box Shadowbox
33190 position "c"
33191 hor_pos "c"
33192 has_inner_box 1
33193 inner_pos "c"
33194 use_parbox 0
33195 use_makebox 0
33196 width "20col%"
33197 special "none"
33198 height "1in"
33199 height_special "totalheight"
33200 status collapsed
33201
33202 \begin_layout Plain Layout
33203 \align center
33204 Shadow box
33205 \end_layout
33206
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \begin_layout Description
33213 Shaded
33214 \begin_inset space ~
33215 \end_inset
33216
33217 background This draws a box with a red background.
33218  Unlike colored boxes
33219 \begin_inset Foot
33220 status collapsed
33221
33222 \begin_layout Plain Layout
33223 see sec.
33224 \begin_inset space \thinspace{}
33225 \end_inset
33226
33227
33228 \begin_inset CommandInset ref
33229 LatexCommand ref
33230 reference "sec:Colored-Boxes"
33231
33232 \end_inset
33233
33234
33235 \end_layout
33236
33237 \end_inset
33238
33239 , it always uses the whole column width and the box is set as its own paragraph.
33240  
33241 \begin_inset Box Shaded
33242 position "t"
33243 hor_pos "c"
33244 has_inner_box 0
33245 inner_pos "t"
33246 use_parbox 0
33247 use_makebox 0
33248 width "50col%"
33249 special "none"
33250 height "1in"
33251 height_special "totalheight"
33252 status collapsed
33253
33254 \begin_layout Plain Layout
33255 Shaded background box
33256 \end_layout
33257
33258 \end_inset
33259
33260
33261 \end_layout
33262
33263 \begin_layout Description
33264 Double
33265 \begin_inset space ~
33266 \end_inset
33267
33268 rectangular
33269 \begin_inset space ~
33270 \end_inset
33271
33272 frame This draws a double-line rectangular frame around the box.
33273  The line thickness of the inner frame is 0.75
33274 \begin_inset space \thinspace{}
33275 \end_inset
33276
33277
33278 \series bold
33279
33280 \backslash
33281 fboxrule
33282 \series default
33283 , the thickness of the outer frame is 1.5
33284 \begin_inset space \thinspace{}
33285 \end_inset
33286
33287
33288 \series bold
33289
33290 \backslash
33291 fboxrule
33292 \series default
33293 .
33294  The distance between the lines is 1.5
33295 \begin_inset space \thinspace{}
33296 \end_inset
33297
33298
33299 \series bold
33300
33301 \backslash
33302 fboxrule
33303 \series default
33304
33305 \begin_inset space \thinspace{}
33306 \end_inset
33307
33308 +
33309 \begin_inset space \thinspace{}
33310 \end_inset
33311
33312 0.5
33313 \begin_inset space \thinspace{}
33314 \end_inset
33315
33316 pt.
33317  
33318 \begin_inset Box Doublebox
33319 position "c"
33320 hor_pos "c"
33321 has_inner_box 1
33322 inner_pos "c"
33323 use_parbox 0
33324 use_makebox 0
33325 width "20col%"
33326 special "none"
33327 height "1in"
33328 height_special "totalheight"
33329 status collapsed
33330
33331 \begin_layout Plain Layout
33332 \align center
33333 Double rectangular box
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \begin_layout Standard
33342 \begin_inset VSpace bigskip
33343 \end_inset
33344
33345 LyX's box label will reflect the different frame types.
33346  To be able to use all types, the LaTeX-package 
33347 \series bold
33348 fancybox
33349 \series default
33350
33351 \begin_inset Index idx
33352 status collapsed
33353
33354 \begin_layout Plain Layout
33355 LaTeX-packages ! fancybox
33356 \end_layout
33357
33358 \end_inset
33359
33360  must be installed.
33361 \end_layout
33362
33363 \begin_layout Standard
33364 \begin_inset VSpace bigskip
33365 \end_inset
33366
33367 When you use the decoration 
33368 \family sans
33369 simple rectangular frame
33370 \family default
33371  and no inner box, you can allow page breaks within a box.
33372  Note that then, unlike other framed boxes, the frame always uses the whole
33373  column width, the box is set as its own paragraph, and 
33374 \series bold
33375
33376 \backslash
33377 fboxrule
33378 \series default
33379  and 
33380 \series bold
33381
33382 \backslash
33383 fboxsep
33384 \series default
33385  have no effect on this box type.
33386  The frame line thickness has the size of 
33387 \series bold
33388
33389 \backslash
33390 FrameRule
33391 \series default
33392 .
33393  
33394 \begin_inset Box Framed
33395 position "t"
33396 hor_pos "c"
33397 has_inner_box 0
33398 inner_pos "t"
33399 use_parbox 0
33400 use_makebox 0
33401 width "100col%"
33402 special "none"
33403 height "1in"
33404 height_special "totalheight"
33405 status collapsed
33406
33407 \begin_layout Plain Layout
33408 Allow page break box
33409 \end_layout
33410
33411 \end_inset
33412
33413
33414 \end_layout
33415
33416 \begin_layout Section
33417 Box Customization
33418 \begin_inset Index idx
33419 status collapsed
33420
33421 \begin_layout Plain Layout
33422 Boxes ! Customization
33423 \end_layout
33424
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \begin_layout Standard
33431 The default value for the size 
33432 \series bold
33433
33434 \backslash
33435 fboxrule
33436 \series default
33437  is 0.4
33438 \begin_inset space \thinspace{}
33439 \end_inset
33440
33441 pt.
33442  It can be changed with the following command in TeX-code to e.
33443 \begin_inset space \thinspace{}
33444 \end_inset
33445
33446 g.
33447 \begin_inset space \space{}
33448 \end_inset
33449
33450 2
33451 \begin_inset space \thinspace{}
33452 \end_inset
33453
33454 pt:
33455 \end_layout
33456
33457 \begin_layout Standard
33458
33459 \series bold
33460
33461 \backslash
33462 setlength{
33463 \backslash
33464 fboxrule}{2pt}
33465 \end_layout
33466
33467 \begin_layout Standard
33468 \begin_inset ERT
33469 status collapsed
33470
33471 \begin_layout Plain Layout
33472
33473
33474 \backslash
33475 setlength{
33476 \backslash
33477 fboxrule}{2pt}
33478 \end_layout
33479
33480 \end_inset
33481
33482
33483 \begin_inset Box Boxed
33484 position "c"
33485 hor_pos "c"
33486 has_inner_box 1
33487 inner_pos "c"
33488 use_parbox 0
33489 use_makebox 0
33490 width "25col%"
33491 special "none"
33492 height "1in"
33493 height_special "totalheight"
33494 status open
33495
33496 \begin_layout Plain Layout
33497 \align center
33498 Rectangular box with 
33499 \series bold
33500
33501 \backslash
33502 fboxrule
33503 \series default
33504
33505 \begin_inset space \thinspace{}
33506 \end_inset
33507
33508 =
33509 \begin_inset space \thinspace{}
33510 \end_inset
33511
33512 2
33513 \begin_inset space \thinspace{}
33514 \end_inset
33515
33516 pt
33517 \end_layout
33518
33519 \end_inset
33520
33521
33522 \begin_inset ERT
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526
33527
33528 \backslash
33529 setlength{
33530 \backslash
33531 fboxrule}{0.4pt}
33532 \end_layout
33533
33534 \end_inset
33535
33536
33537 \end_layout
33538
33539 \begin_layout Standard
33540 \begin_inset VSpace bigskip
33541 \end_inset
33542
33543 The space between the frame and the box content is for all frame styles
33544  by default 3
33545 \begin_inset space \thinspace{}
33546 \end_inset
33547
33548 pt.
33549  You can change it by setting the length 
33550 \series bold
33551
33552 \backslash
33553 fboxsep
33554 \series default
33555  to another value.
33556  For example the command
33557 \end_layout
33558
33559 \begin_layout Standard
33560
33561 \series bold
33562
33563 \backslash
33564 setlength{
33565 \backslash
33566 fboxsep}{10pt}
33567 \end_layout
33568
33569 \begin_layout Standard
33570 sets the value to 10
33571 \begin_inset space \thinspace{}
33572 \end_inset
33573
33574 pt, as with the following box:
33575 \end_layout
33576
33577 \begin_layout Standard
33578 \begin_inset ERT
33579 status collapsed
33580
33581 \begin_layout Plain Layout
33582
33583
33584 \backslash
33585 setlength{
33586 \backslash
33587 fboxsep}{10pt}
33588 \end_layout
33589
33590 \end_inset
33591
33592
33593 \begin_inset Box Boxed
33594 position "c"
33595 hor_pos "c"
33596 has_inner_box 1
33597 inner_pos "c"
33598 use_parbox 0
33599 use_makebox 0
33600 width "25col%"
33601 special "none"
33602 height "1in"
33603 height_special "totalheight"
33604 status open
33605
33606 \begin_layout Plain Layout
33607 \align center
33608 Rectangular box with 
33609 \series bold
33610
33611 \backslash
33612 fboxsep
33613 \series default
33614
33615 \begin_inset space \thinspace{}
33616 \end_inset
33617
33618 =
33619 \begin_inset space \thinspace{}
33620 \end_inset
33621
33622 10
33623 \begin_inset space \thinspace{}
33624 \end_inset
33625
33626 pt
33627 \end_layout
33628
33629 \end_inset
33630
33631
33632 \begin_inset ERT
33633 status collapsed
33634
33635 \begin_layout Plain Layout
33636
33637
33638 \backslash
33639 setlength{
33640 \backslash
33641 fboxsep}{3pt}
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \begin_layout Standard
33650 \begin_inset VSpace bigskip
33651 \end_inset
33652
33653 The diameter of the round corners of the oval boxes can be set with the
33654  command 
33655 \series bold
33656
33657 \backslash
33658 cornersize
33659 \series default
33660 .
33661  The command
33662 \end_layout
33663
33664 \begin_layout Standard
33665
33666 \series bold
33667
33668 \backslash
33669 cornersize*{1cm}
33670 \end_layout
33671
33672 \begin_layout Standard
33673 sets the diameter to 1
33674 \begin_inset space \thinspace{}
33675 \end_inset
33676
33677 cm.
33678  The command
33679 \end_layout
33680
33681 \begin_layout Standard
33682
33683 \series bold
33684
33685 \backslash
33686 cornersize{num}
33687 \end_layout
33688
33689 \begin_layout Standard
33690 sets the diameter to 
33691 \family sans
33692 num
33693 \begin_inset space \thinspace{}
33694 \end_inset
33695
33696 ×
33697 \begin_inset space \thinspace{}
33698 \end_inset
33699
33700 minimum(width and height of box)
33701 \family default
33702 .
33703  The default is 
33704 \series bold
33705
33706 \backslash
33707 cornersize{0.5}
33708 \series default
33709 .
33710 \end_layout
33711
33712 \begin_layout Standard
33713 \begin_inset ERT
33714 status collapsed
33715
33716 \begin_layout Plain Layout
33717
33718
33719 \backslash
33720 cornersize*{1.5cm}
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \begin_inset Box Ovalbox
33727 position "c"
33728 hor_pos "c"
33729 has_inner_box 1
33730 inner_pos "c"
33731 use_parbox 0
33732 use_makebox 0
33733 width "25col%"
33734 special "none"
33735 height "1in"
33736 height_special "totalheight"
33737 status open
33738
33739 \begin_layout Plain Layout
33740 \align center
33741 Oval box with 
33742 \series bold
33743
33744 \backslash
33745 cornersize
33746 \series default
33747
33748 \begin_inset space \thinspace{}
33749 \end_inset
33750
33751 =
33752 \begin_inset space \thinspace{}
33753 \end_inset
33754
33755 1.5
33756 \begin_inset space \thinspace{}
33757 \end_inset
33758
33759 cm
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \begin_inset ERT
33766 status collapsed
33767
33768 \begin_layout Plain Layout
33769
33770
33771 \backslash
33772 cornersize{0.5}
33773 \end_layout
33774
33775 \end_inset
33776
33777
33778 \end_layout
33779
33780 \begin_layout Standard
33781 \begin_inset VSpace bigskip
33782 \end_inset
33783
33784 The size of the shadow can be adjusted by changing the length 
33785 \series bold
33786
33787 \backslash
33788 shadowsize
33789 \series default
33790 .
33791  It it set to 2
33792 \begin_inset space \thinspace{}
33793 \end_inset
33794
33795 pt for the following box by this command:
33796 \end_layout
33797
33798 \begin_layout Standard
33799
33800 \series bold
33801
33802 \backslash
33803 setlength{
33804 \backslash
33805 shadowsize}{2pt}
33806 \end_layout
33807
33808 \begin_layout Standard
33809 \begin_inset ERT
33810 status collapsed
33811
33812 \begin_layout Plain Layout
33813
33814
33815 \backslash
33816 setlength{
33817 \backslash
33818 shadowsize}{2pt}
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \begin_inset Box Shadowbox
33825 position "c"
33826 hor_pos "c"
33827 has_inner_box 1
33828 inner_pos "c"
33829 use_parbox 0
33830 use_makebox 0
33831 width "25col%"
33832 special "none"
33833 height "1in"
33834 height_special "totalheight"
33835 status open
33836
33837 \begin_layout Plain Layout
33838 \align center
33839 Shadow box with 
33840 \series bold
33841
33842 \backslash
33843 shadowsize
33844 \series default
33845
33846 \begin_inset space \thinspace{}
33847 \end_inset
33848
33849 =
33850 \begin_inset space \thinspace{}
33851 \end_inset
33852
33853 2
33854 \begin_inset space \thinspace{}
33855 \end_inset
33856
33857 pt
33858 \end_layout
33859
33860 \end_inset
33861
33862
33863 \begin_inset ERT
33864 status collapsed
33865
33866 \begin_layout Plain Layout
33867
33868
33869 \backslash
33870 setlength{
33871 \backslash
33872 shadowsize}{4pt}
33873 \end_layout
33874
33875 \end_inset
33876
33877
33878 \end_layout
33879
33880 \begin_layout Standard
33881 \begin_inset VSpace bigskip
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \begin_layout Standard
33888 The default value for the size 
33889 \series bold
33890
33891 \backslash
33892 FrameRule
33893 \series default
33894  is 0.4
33895 \begin_inset space \thinspace{}
33896 \end_inset
33897
33898 pt.
33899  The default space between the note content and the frame is 9
33900 \begin_inset space \thinspace{}
33901 \end_inset
33902
33903 pt and can be changed with the value of 
33904 \series bold
33905
33906 \backslash
33907 FrameSep
33908 \series default
33909 .
33910  For example the frame appearance of the following 
33911 \family sans
33912 box
33913 \family default
33914  is set with the TeX-Code commands
33915 \end_layout
33916
33917 \begin_layout Standard
33918
33919 \series bold
33920
33921 \backslash
33922 setlength{
33923 \backslash
33924 FrameRule}{5pt}
33925 \begin_inset Newline newline
33926 \end_inset
33927
33928
33929 \backslash
33930 setlength{
33931 \backslash
33932 FrameSep}{0.5cm}
33933 \end_layout
33934
33935 \begin_layout Standard
33936 \begin_inset ERT
33937 status collapsed
33938
33939 \begin_layout Plain Layout
33940
33941
33942 \backslash
33943 setlength{
33944 \backslash
33945 FrameRule}{5pt}
33946 \end_layout
33947
33948 \begin_layout Plain Layout
33949
33950
33951 \backslash
33952 setlength{
33953 \backslash
33954 FrameSep}{0.5cm}
33955 \end_layout
33956
33957 \end_inset
33958
33959
33960 \begin_inset Box Framed
33961 position "t"
33962 hor_pos "c"
33963 has_inner_box 0
33964 inner_pos "t"
33965 use_parbox 0
33966 use_makebox 0
33967 width "100col%"
33968 special "none"
33969 height "1in"
33970 height_special "totalheight"
33971 status open
33972
33973 \begin_layout Plain Layout
33974 This is text in an 
33975 \family sans
33976 allow page break
33977 \family default
33978  box.
33979 \end_layout
33980
33981 \end_inset
33982
33983
33984 \begin_inset ERT
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988
33989
33990 \backslash
33991 setlength{
33992 \backslash
33993 FrameRule}{0.4pt}
33994 \end_layout
33995
33996 \begin_layout Plain Layout
33997
33998
33999 \backslash
34000 setlength{
34001 \backslash
34002 FrameSep}{9pt}
34003 \end_layout
34004
34005 \end_inset
34006
34007
34008 \end_layout
34009
34010 \begin_layout Standard
34011 \begin_inset VSpace bigskip
34012 \end_inset
34013
34014
34015 \end_layout
34016
34017 \begin_layout Standard
34018 For 
34019 \family sans
34020 shaded background
34021 \family default
34022  boxes the default space between the box content and the box border is 3
34023 \begin_inset space \thinspace{}
34024 \end_inset
34025
34026 pt and can be changed with the value of 
34027 \series bold
34028
34029 \backslash
34030 fboxsep
34031 \series default
34032 .
34033  The default background color red can either be changed locally with the
34034  command 
34035 \series bold
34036
34037 \backslash
34038 definecolor{shadecolor}
34039 \series default
34040  or globally with the menu 
34041 \family sans
34042 Tools\SpecialChar \menuseparator
34043 Preferences\SpecialChar \menuseparator
34044 Colors\SpecialChar \menuseparator
34045 shaded
34046 \begin_inset space ~
34047 \end_inset
34048
34049 box
34050 \family default
34051 .
34052  The scheme of the 
34053 \series bold
34054
34055 \backslash
34056 definecolor
34057 \series default
34058  command is explained in section
34059 \begin_inset space ~
34060 \end_inset
34061
34062
34063 \begin_inset CommandInset ref
34064 LatexCommand ref
34065 reference "sec:Colored-Tables"
34066
34067 \end_inset
34068
34069 .
34070 \begin_inset Foot
34071 status collapsed
34072
34073 \begin_layout Plain Layout
34074 Note that 
34075 \series bold
34076
34077 \backslash
34078 definecolor
34079 \series default
34080  requires the LaTeX-package 
34081 \series bold
34082 color
34083 \series default
34084  in the preamble, see section
34085 \begin_inset space ~
34086 \end_inset
34087
34088
34089 \begin_inset CommandInset ref
34090 LatexCommand ref
34091 reference "sec:Colored-Boxes"
34092
34093 \end_inset
34094
34095 .
34096 \end_layout
34097
34098 \end_inset
34099
34100  For example the appearance of the following shaded background box is set
34101  with the TeX-Code commands
34102 \end_layout
34103
34104 \begin_layout Standard
34105
34106 \series bold
34107
34108 \backslash
34109 setlength{
34110 \backslash
34111 fboxsep}{0.5cm}
34112 \series default
34113
34114 \begin_inset Newline newline
34115 \end_inset
34116
34117
34118 \series bold
34119
34120 \backslash
34121 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34122 \end_layout
34123
34124 \begin_layout Standard
34125 \begin_inset ERT
34126 status collapsed
34127
34128 \begin_layout Plain Layout
34129
34130
34131 \backslash
34132 setlength{
34133 \backslash
34134 fboxsep}{0.5cm}
34135 \end_layout
34136
34137 \begin_layout Plain Layout
34138
34139
34140 \backslash
34141 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34142 \end_layout
34143
34144 \end_inset
34145
34146
34147 \begin_inset Box Shaded
34148 position "t"
34149 hor_pos "c"
34150 has_inner_box 0
34151 inner_pos "t"
34152 use_parbox 0
34153 use_makebox 0
34154 width "100col%"
34155 special "none"
34156 height "1in"
34157 height_special "totalheight"
34158 status open
34159
34160 \begin_layout Plain Layout
34161
34162 \color yellow
34163 This is yellow text in a
34164 \color none
34165  
34166 \family sans
34167 \color yellow
34168 shaded background
34169 \family default
34170 \color none
34171  
34172 \color yellow
34173 box with dark green background.
34174 \end_layout
34175
34176 \end_inset
34177
34178
34179 \begin_inset ERT
34180 status collapsed
34181
34182 \begin_layout Plain Layout
34183
34184
34185 \backslash
34186 setlength{
34187 \backslash
34188 fboxsep}{3pt}
34189 \end_layout
34190
34191 \begin_layout Plain Layout
34192
34193
34194 \backslash
34195 definecolor{shadecolor}{rgb}{1,0,0}
34196 \end_layout
34197
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \begin_layout Standard
34204 \begin_inset VSpace bigskip
34205 \end_inset
34206
34207 Changed lengths and widths are valid for all boxes following the commands
34208  that change them.
34209 \end_layout
34210
34211 \begin_layout Section
34212 Minipages
34213 \begin_inset CommandInset label
34214 LatexCommand label
34215 name "sec:Minipages"
34216
34217 \end_inset
34218
34219
34220 \begin_inset Index idx
34221 status collapsed
34222
34223 \begin_layout Plain Layout
34224 Boxes ! Minipages
34225 \end_layout
34226
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Standard
34233 Minipages are treated by LaTeX as pages within pages and can therefore for
34234  example have their own footnotes.
34235 \end_layout
34236
34237 \begin_layout Standard
34238 Minipages are useful when you write documents with different languages.
34239 \end_layout
34240
34241 \begin_layout Standard
34242 Below are two example minipages side by side.
34243  Their width is set to 45
34244 \begin_inset space \thinspace{}
34245 \end_inset
34246
34247 col% and they are separated by a horizontal fill, that was inserted via
34248  the menu 
34249 \family sans
34250 Insert\SpecialChar \menuseparator
34251 Special
34252 \begin_inset space ~
34253 \end_inset
34254
34255 Formatting\SpecialChar \menuseparator
34256 Horizontal
34257 \begin_inset space ~
34258 \end_inset
34259
34260 Fill
34261 \family default
34262 .
34263 \begin_inset Newpage newpage
34264 \end_inset
34265
34266
34267 \end_layout
34268
34269 \begin_layout Standard
34270 \begin_inset Box Frameless
34271 position "t"
34272 hor_pos "c"
34273 has_inner_box 1
34274 inner_pos "c"
34275 use_parbox 0
34276 use_makebox 0
34277 width "45col%"
34278 special "none"
34279 height "1in"
34280 height_special "totalheight"
34281 status open
34282
34283 \begin_layout Plain Layout
34284
34285 \lang ngerman
34286 Dies ist ein deutscher Text.
34287  Dies ist ein deutscher Text.
34288  Dies ist ein deutscher Text.
34289  Dies ist ein deutscher Text.
34290  Dies ist ein deutscher Text.
34291  Dies ist ein deutscher Text.
34292  Dies ist ein deutscher Text.
34293  Dies ist ein deutscher Text.
34294  Dies ist ein deutscher Text.
34295  Dies ist ein deutscher Text.
34296  Dies ist ein deutscher Text.
34297  Dies ist ein deutscher Text.
34298  Dies ist ein deutscher Text
34299 \begin_inset Foot
34300 status collapsed
34301
34302 \begin_layout Plain Layout
34303
34304 \lang ngerman
34305 Dies ist eine deutsche Fußnote.
34306 \end_layout
34307
34308 \end_inset
34309
34310 .
34311  Dies ist ein deutscher Text.
34312  Dies ist ein deutscher Text.
34313 \end_layout
34314
34315 \end_inset
34316
34317
34318 \begin_inset space \hfill{}
34319 \end_inset
34320
34321
34322 \begin_inset Box Frameless
34323 position "t"
34324 hor_pos "c"
34325 has_inner_box 1
34326 inner_pos "c"
34327 use_parbox 0
34328 use_makebox 0
34329 width "45col%"
34330 special "none"
34331 height "1in"
34332 height_special "totalheight"
34333 status open
34334
34335 \begin_layout Plain Layout
34336 This is an English Text.
34337  This is an English Text.
34338  This is an English Text.
34339  This is an English Text.
34340  This is an English Text.
34341  This is an English Text.
34342  This is an English Text.
34343  This is an English Text.
34344  This is an English Text.
34345  This is an English Text.
34346  This is an English Text.
34347  This is an English Text.
34348  This is an English Text.
34349  This is an English Text.
34350  This is an English Text.
34351  This is an English Text.
34352 \begin_inset Foot
34353 status collapsed
34354
34355 \begin_layout Plain Layout
34356 This is an English footnote.
34357 \end_layout
34358
34359 \end_inset
34360
34361  This is an English Text.
34362 \end_layout
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \begin_layout Standard
34370 \begin_inset VSpace bigskip
34371 \end_inset
34372
34373 The document-wide paragraph settings are ignored within minipages.
34374  That means that there will be no space between paragraphs in minipages
34375  although you set it to e.
34376 \begin_inset space \thinspace{}
34377 \end_inset
34378
34379 g.
34380 \begin_inset space \space{}
34381 \end_inset
34382
34383
34384 \family sans
34385 MedSkip
34386 \family default
34387  in the document settings.
34388 \end_layout
34389
34390 \begin_layout Standard
34391 Minipages can also be used to set a background color for text parts, see
34392  section
34393 \begin_inset space ~
34394 \end_inset
34395
34396
34397 \begin_inset CommandInset ref
34398 LatexCommand ref
34399 reference "sub:Color-for-Paragraphs"
34400
34401 \end_inset
34402
34403 .
34404 \end_layout
34405
34406 \begin_layout Standard
34407 \begin_inset Note Greyedout
34408 status open
34409
34410 \begin_layout Plain Layout
34411
34412 \series bold
34413 Note:
34414 \series default
34415  You cannot have floats or margin notes inside minipages but minipages can
34416  be used inside tables, floats, and other boxes.
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Section
34425 Parboxes
34426 \begin_inset CommandInset label
34427 LatexCommand label
34428 name "sec:Parboxes"
34429
34430 \end_inset
34431
34432
34433 \begin_inset Index idx
34434 status collapsed
34435
34436 \begin_layout Plain Layout
34437 Boxes ! Parboxes
34438 \end_layout
34439
34440 \end_inset
34441
34442
34443 \end_layout
34444
34445 \begin_layout Standard
34446 Parboxes are very similar to minipages with the difference that they cannot
34447  have footnotes.
34448 \end_layout
34449
34450 \begin_layout Standard
34451 \align center
34452 \begin_inset Box Frameless
34453 position "t"
34454 hor_pos "c"
34455 has_inner_box 1
34456 inner_pos "t"
34457 use_parbox 1
34458 use_makebox 0
34459 width "33col%"
34460 special "none"
34461 height "1in"
34462 height_special "totalheight"
34463 status open
34464
34465 \begin_layout Plain Layout
34466 This a text within a parbox.
34467  This a text within a parbox.
34468 \end_layout
34469
34470 \begin_layout Plain Layout
34471 This footnote won't appear:
34472 \begin_inset Foot
34473 status collapsed
34474
34475 \begin_layout Plain Layout
34476 This footnote is inside a parbox and will therefore not appear.
34477 \end_layout
34478
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \end_inset
34485
34486
34487 \end_layout
34488
34489 \begin_layout Section
34490 Boxes for Words and Characters
34491 \begin_inset Index idx
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495 Boxes ! for Characters
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Subsection
34504 Prevent Hyphenation
34505 \begin_inset CommandInset label
34506 LatexCommand label
34507 name "sec:Prevent-Hyphenation"
34508
34509 \end_inset
34510
34511
34512 \begin_inset Index idx
34513 status collapsed
34514
34515 \begin_layout Plain Layout
34516 Boxes ! to Prevent Hyphenation
34517 \end_layout
34518
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Standard
34525 You can use the box type 
34526 \family sans
34527 Makebox
34528 \family default
34529  to prevent words or text from being hyphenated.
34530 \begin_inset Newline newline
34531 \end_inset
34532
34533 Here is an example text:
34534 \end_layout
34535
34536 \begin_layout Standard
34537 This line is an example to show how you can prevent the hyphenation of 
34538 \begin_inset Quotes eld
34539 \end_inset
34540
34541 veryverylongword
34542 \begin_inset Quotes erd
34543 \end_inset
34544
34545 .
34546 \end_layout
34547
34548 \begin_layout Standard
34549 To prevent the hyphenation of the word 
34550 \begin_inset Quotes eld
34551 \end_inset
34552
34553 veryverylongword
34554 \begin_inset Quotes erd
34555 \end_inset
34556
34557 , put the word into a box, set the 
34558 \family sans
34559 Inner
34560 \begin_inset space ~
34561 \end_inset
34562
34563 box
34564 \family default
34565  to 
34566 \family sans
34567 Makebox
34568 \family default
34569  and use no explicit width.
34570 \end_layout
34571
34572 \begin_layout Standard
34573 This is the result:
34574 \end_layout
34575
34576 \begin_layout Standard
34577 This line is an example to show how you can prevent the hyphenation of 
34578 \begin_inset Box Frameless
34579 position "t"
34580 hor_pos "c"
34581 has_inner_box 1
34582 inner_pos "t"
34583 use_parbox 0
34584 use_makebox 1
34585 width ""
34586 special "none"
34587 height "1in"
34588 height_special "totalheight"
34589 status open
34590
34591 \begin_layout Plain Layout
34592 \begin_inset Quotes eld
34593 \end_inset
34594
34595 veryverylongword
34596 \begin_inset Quotes erd
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \end_inset
34603
34604 .
34605 \end_layout
34606
34607 \begin_layout Standard
34608 You can alternatively set the command 
34609 \begin_inset Quotes eld
34610 \end_inset
34611
34612
34613 \series bold
34614
34615 \backslash
34616 -
34617 \series default
34618
34619 \begin_inset Quotes grd
34620 \end_inset
34621
34622  as TeX-Code directly before the word:
34623 \end_layout
34624
34625 \begin_layout Standard
34626 This line is an example to show how you can prevent the hyphenation of 
34627 \begin_inset Quotes eld
34628 \end_inset
34629
34630
34631 \begin_inset ERT
34632 status collapsed
34633
34634 \begin_layout Plain Layout
34635
34636
34637 \backslash
34638 -
34639 \end_layout
34640
34641 \end_inset
34642
34643 veryverylongword
34644 \begin_inset Quotes erd
34645 \end_inset
34646
34647 .
34648 \end_layout
34649
34650 \begin_layout Standard
34651 Of course the word now protrudes over the side margin.
34652  To avoid this, add via the menu 
34653 \family sans
34654 Insert\SpecialChar \menuseparator
34655 Formatting\SpecialChar \menuseparator
34656 Ragged
34657 \begin_inset space ~
34658 \end_inset
34659
34660 Line
34661 \begin_inset space ~
34662 \end_inset
34663
34664 Break
34665 \family default
34666  (shortcut 
34667 \begin_inset Info
34668 type  "shortcut"
34669 arg   "newline-insert newline"
34670 \end_inset
34671
34672 ) a line break before the word:
34673 \end_layout
34674
34675 \begin_layout Standard
34676 This line is an example to show how you can prevent the hyphenation of 
34677 \begin_inset Newline newline
34678 \end_inset
34679
34680
34681 \begin_inset Box Frameless
34682 position "t"
34683 hor_pos "c"
34684 has_inner_box 1
34685 inner_pos "t"
34686 use_parbox 0
34687 use_makebox 1
34688 width ""
34689 special "none"
34690 height "1in"
34691 height_special "totalheight"
34692 status open
34693
34694 \begin_layout Plain Layout
34695 \begin_inset Quotes eld
34696 \end_inset
34697
34698 veryverylongword
34699 \begin_inset Quotes erd
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \end_inset
34706
34707 .
34708 \end_layout
34709
34710 \begin_layout Subsection
34711 Vertical Alignment
34712 \begin_inset CommandInset label
34713 LatexCommand label
34714 name "sub:Vertical-Alignment"
34715
34716 \end_inset
34717
34718
34719 \begin_inset Index idx
34720 status collapsed
34721
34722 \begin_layout Plain Layout
34723 Boxes ! for Vertical Alignment
34724 \end_layout
34725
34726 \end_inset
34727
34728
34729 \begin_inset Index idx
34730 status collapsed
34731
34732 \begin_layout Plain Layout
34733 Boxes ! Raiseboxes
34734 \end_layout
34735
34736 \end_inset
34737
34738
34739 \end_layout
34740
34741 \begin_layout Standard
34742 With the help of the command 
34743 \series bold
34744
34745 \backslash
34746 raisebox
34747 \series default
34748  you can align words, characters or other boxes vertically relative to the
34749  surrounding text.
34750  
34751 \series bold
34752
34753 \backslash
34754 raisebox
34755 \series default
34756  is used with the following scheme:
34757 \end_layout
34758
34759 \begin_layout Standard
34760
34761 \series bold
34762
34763 \backslash
34764 raisebox{lift}[height][depth]{box content}
34765 \end_layout
34766
34767 \begin_layout Standard
34768 The lift can be a positive value to raise the box or a negative value to
34769  lower the box.
34770 \end_layout
34771
34772 \begin_layout Standard
34773 To align for example the word 
34774 \begin_inset Quotes eld
34775 \end_inset
34776
34777 preventing
34778 \begin_inset Quotes erd
34779 \end_inset
34780
34781  so that the bottom of the 
34782 \begin_inset Quotes eld
34783 \end_inset
34784
34785 deepest
34786 \begin_inset Quotes erd
34787 \end_inset
34788
34789  character 
34790 \begin_inset Quotes eld
34791 \end_inset
34792
34793 p
34794 \begin_inset Quotes erd
34795 \end_inset
34796
34797  is at the baseline, insert the command
34798 \end_layout
34799
34800 \begin_layout Standard
34801
34802 \series bold
34803
34804 \backslash
34805 raisebox{
34806 \backslash
34807 depth}{
34808 \end_layout
34809
34810 \begin_layout Standard
34811 in TeX-Code before the word.
34812  After the word insert a closing brace 
34813 \begin_inset Quotes eld
34814 \end_inset
34815
34816
34817 \series bold
34818 }
34819 \series default
34820
34821 \begin_inset Quotes erd
34822 \end_inset
34823
34824  in TeX-Code.
34825 \begin_inset Newline newline
34826 \end_inset
34827
34828 This is the result:
34829 \end_layout
34830
34831 \begin_layout Standard
34832 This is a text line with the word 
34833 \begin_inset ERT
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837
34838
34839 \backslash
34840 raisebox{
34841 \backslash
34842 depth}{
34843 \end_layout
34844
34845 \end_inset
34846
34847
34848 \begin_inset Quotes eld
34849 \end_inset
34850
34851 preventing
34852 \begin_inset Quotes erd
34853 \end_inset
34854
34855
34856 \begin_inset ERT
34857 status collapsed
34858
34859 \begin_layout Plain Layout
34860
34861 }
34862 \end_layout
34863
34864 \end_inset
34865
34866  as a raised word.
34867 \end_layout
34868
34869 \begin_layout Standard
34870 \begin_inset VSpace bigskip
34871 \end_inset
34872
34873 When you raise or lower characters in a line, the line distance will be
34874  spread:
34875 \end_layout
34876
34877 \begin_layout Standard
34878 This is a text line with the word 
34879 \begin_inset ERT
34880 status collapsed
34881
34882 \begin_layout Plain Layout
34883
34884
34885 \backslash
34886 raisebox{-
34887 \backslash
34888 depth}{
34889 \end_layout
34890
34891 \end_inset
34892
34893
34894 \begin_inset Quotes eld
34895 \end_inset
34896
34897 preventing
34898 \begin_inset Quotes erd
34899 \end_inset
34900
34901
34902 \begin_inset ERT
34903 status collapsed
34904
34905 \begin_layout Plain Layout
34906
34907 }
34908 \end_layout
34909
34910 \end_inset
34911
34912  as a lowered word.
34913 \begin_inset Newline newline
34914 \end_inset
34915
34916 This is a text line with the word 
34917 \begin_inset ERT
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921
34922
34923 \backslash
34924 raisebox{0.5cm}{
34925 \end_layout
34926
34927 \end_inset
34928
34929
34930 \begin_inset Quotes eld
34931 \end_inset
34932
34933 testing
34934 \begin_inset Quotes erd
34935 \end_inset
34936
34937
34938 \begin_inset ERT
34939 status collapsed
34940
34941 \begin_layout Plain Layout
34942
34943 }
34944 \end_layout
34945
34946 \end_inset
34947
34948  as a raised word.
34949 \end_layout
34950
34951 \begin_layout Standard
34952 If you want to prevent this for a certain reason, set the box height to
34953  a zero value.
34954  For example use
34955 \end_layout
34956
34957 \begin_layout Standard
34958
34959 \series bold
34960
34961 \backslash
34962 raisebox{-
34963 \backslash
34964 depth}[0pt]{
34965 \end_layout
34966
34967 \begin_layout Standard
34968 This is a text line with the word 
34969 \begin_inset ERT
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973
34974
34975 \backslash
34976 raisebox{-
34977 \backslash
34978 depth}[0pt]{
34979 \end_layout
34980
34981 \end_inset
34982
34983
34984 \begin_inset Quotes eld
34985 \end_inset
34986
34987 preventing
34988 \begin_inset Quotes erd
34989 \end_inset
34990
34991
34992 \begin_inset ERT
34993 status collapsed
34994
34995 \begin_layout Plain Layout
34996
34997 }
34998 \end_layout
34999
35000 \end_inset
35001
35002  as a lowered word.
35003 \begin_inset Newline newline
35004 \end_inset
35005
35006 This is a text line with the word 
35007 \begin_inset ERT
35008 status collapsed
35009
35010 \begin_layout Plain Layout
35011
35012
35013 \backslash
35014 raisebox{0.5cm}[0pt]{
35015 \end_layout
35016
35017 \end_inset
35018
35019
35020 \begin_inset Quotes eld
35021 \end_inset
35022
35023 testing
35024 \begin_inset Quotes erd
35025 \end_inset
35026
35027
35028 \begin_inset ERT
35029 status collapsed
35030
35031 \begin_layout Plain Layout
35032
35033 }
35034 \end_layout
35035
35036 \end_inset
35037
35038  as a raised word.
35039 \end_layout
35040
35041 \begin_layout Section
35042 Colored Boxes
35043 \begin_inset CommandInset label
35044 LatexCommand label
35045 name "sec:Colored-Boxes"
35046
35047 \end_inset
35048
35049
35050 \begin_inset Index idx
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054 Boxes ! Color
35055 \end_layout
35056
35057 \end_inset
35058
35059
35060 \end_layout
35061
35062 \begin_layout Subsection
35063 Color for Text
35064 \begin_inset Index idx
35065 status collapsed
35066
35067 \begin_layout Plain Layout
35068 Color ! for Text
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Standard
35077 To color the background of text the text must be put into a so called 
35078 \begin_inset Quotes eld
35079 \end_inset
35080
35081 colorbox
35082 \begin_inset Quotes erd
35083 \end_inset
35084
35085 .
35086  This requires that the LaTeX-package 
35087 \series bold
35088 color
35089 \series default
35090
35091 \begin_inset Index idx
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095 LaTeX-packages ! color
35096 \end_layout
35097
35098 \end_inset
35099
35100  is loaded in the document preamble with the command
35101 \end_layout
35102
35103 \begin_layout Standard
35104
35105 \series bold
35106
35107 \backslash
35108 @ifundefined{textcolor}
35109 \begin_inset Newline newline
35110 \end_inset
35111
35112
35113 \begin_inset Phantom HPhantom
35114 status open
35115
35116 \begin_layout Plain Layout
35117
35118 \series bold
35119 \begin_inset space ~
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \end_inset
35126
35127 {
35128 \backslash
35129 usepackage{color}}{}
35130 \end_layout
35131
35132 \begin_layout Standard
35133 The package 
35134 \series bold
35135 color
35136 \series default
35137  will be loaded automatically by LyX when you color text.
35138 \begin_inset Foot
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142 To avoid it being loaded twice the command 
35143 \series bold
35144
35145 \backslash
35146 @ifundefined
35147 \series default
35148  is used.
35149 \end_layout
35150
35151 \end_inset
35152
35153
35154 \end_layout
35155
35156 \begin_layout Standard
35157 \begin_inset VSpace medskip
35158 \end_inset
35159
35160 Colorboxes are created with the command 
35161 \series bold
35162
35163 \backslash
35164 colorbox
35165 \series default
35166 .
35167  This will be used with the following scheme:
35168 \end_layout
35169
35170 \begin_layout Standard
35171
35172 \series bold
35173
35174 \backslash
35175 colorbox{color}{box content}
35176 \end_layout
35177
35178 \begin_layout Standard
35179 The box content can also be a box and colorboxes can also be within other
35180  boxes.
35181 \end_layout
35182
35183 \begin_layout Standard
35184 The following colors are predefined:
35185 \begin_inset Newline newline
35186 \end_inset
35187
35188
35189 \family sans
35190 black
35191 \family default
35192
35193 \family sans
35194 blue
35195 \family default
35196
35197 \family sans
35198 cyan
35199 \family default
35200 \series bold
35201 ,
35202 \series default
35203  
35204 \family sans
35205 green
35206 \family default
35207
35208 \family sans
35209 magenta
35210 \family default
35211
35212 \family sans
35213 red
35214 \family default
35215
35216 \family sans
35217 white
35218 \family default
35219 , and 
35220 \family sans
35221 yellow
35222 \family default
35223 .
35224 \begin_inset Newline newline
35225 \end_inset
35226
35227 You can also define your own color as described in section
35228 \begin_inset space ~
35229 \end_inset
35230
35231
35232 \begin_inset CommandInset ref
35233 LatexCommand ref
35234 reference "sec:Colored-Tables"
35235
35236 \end_inset
35237
35238 .
35239 \end_layout
35240
35241 \begin_layout Standard
35242 To have e.
35243 \begin_inset space \thinspace{}
35244 \end_inset
35245
35246 g.
35247 \begin_inset space \space{}
35248 \end_inset
35249
35250 a red background for a word, insert the command
35251 \end_layout
35252
35253 \begin_layout Standard
35254
35255 \series bold
35256
35257 \backslash
35258 colorbox{red}{
35259 \end_layout
35260
35261 \begin_layout Standard
35262 before the word in TeX-Code.
35263  After the word insert a closing brace 
35264 \begin_inset Quotes eld
35265 \end_inset
35266
35267
35268 \series bold
35269 }
35270 \series default
35271
35272 \begin_inset Quotes erd
35273 \end_inset
35274
35275  in TeX-Code.
35276 \begin_inset Newline newline
35277 \end_inset
35278
35279 This is the result:
35280 \end_layout
35281
35282 \begin_layout Standard
35283 This is a line where the word 
35284 \begin_inset ERT
35285 status collapsed
35286
35287 \begin_layout Plain Layout
35288
35289
35290 \backslash
35291 colorbox{red}{
35292 \end_layout
35293
35294 \end_inset
35295
35296
35297 \begin_inset Quotes eld
35298 \end_inset
35299
35300 Attention!
35301 \begin_inset Quotes erd
35302 \end_inset
35303
35304
35305 \begin_inset ERT
35306 status collapsed
35307
35308 \begin_layout Plain Layout
35309
35310 }
35311 \end_layout
35312
35313 \end_inset
35314
35315  has a red background.
35316 \end_layout
35317
35318 \begin_layout Standard
35319 \begin_inset VSpace bigskip
35320 \end_inset
35321
35322 If you would like the box frame in a different color, you can use the command
35323  
35324 \series bold
35325
35326 \backslash
35327 fcolorbox
35328 \series default
35329  with the following scheme:
35330 \end_layout
35331
35332 \begin_layout Standard
35333
35334 \series bold
35335
35336 \backslash
35337 fcolorbox{frame color}{box color}{box content}
35338 \end_layout
35339
35340 \begin_layout Standard
35341
35342 \series bold
35343
35344 \backslash
35345 fcolorbox
35346 \series default
35347  is an extension to 
35348 \series bold
35349
35350 \backslash
35351 colorbox
35352 \series default
35353 .
35354  The frame thickness and the space between the frame and the box content
35355  can be adjusted with the lengths 
35356 \series bold
35357
35358 \backslash
35359 fboxrule
35360 \series default
35361  and 
35362 \series bold
35363
35364 \backslash
35365 fboxsep
35366 \series default
35367 , respectively, as described in section
35368 \begin_inset space ~
35369 \end_inset
35370
35371
35372 \begin_inset CommandInset ref
35373 LatexCommand ref
35374 reference "sec:Decoration"
35375
35376 \end_inset
35377
35378 .
35379 \end_layout
35380
35381 \begin_layout Standard
35382 For the following example the command
35383 \end_layout
35384
35385 \begin_layout Standard
35386
35387 \series bold
35388
35389 \backslash
35390 fcolorbox{cyan}{magenta}{
35391 \end_layout
35392
35393 \begin_layout Standard
35394 was used.
35395 \end_layout
35396
35397 \begin_layout Standard
35398 Here is an example where the frame line thickness was set to 1
35399 \begin_inset space \thinspace{}
35400 \end_inset
35401
35402 mm:
35403 \begin_inset Newline newline
35404 \end_inset
35405
35406
35407 \begin_inset ERT
35408 status collapsed
35409
35410 \begin_layout Plain Layout
35411
35412
35413 \backslash
35414 fboxrule 1mm 
35415 \backslash
35416 fboxsep 1mm
35417 \end_layout
35418
35419 \end_inset
35420
35421
35422 \begin_inset ERT
35423 status collapsed
35424
35425 \begin_layout Plain Layout
35426
35427
35428 \backslash
35429 fcolorbox{cyan}{magenta}{
35430 \end_layout
35431
35432 \end_inset
35433
35434 This is text within a colored, framed box.
35435 \begin_inset ERT
35436 status collapsed
35437
35438 \begin_layout Plain Layout
35439
35440 }
35441 \end_layout
35442
35443 \end_inset
35444
35445
35446 \end_layout
35447
35448 \begin_layout Standard
35449 \begin_inset VSpace bigskip
35450 \end_inset
35451
35452 Of course you can also have colored text inside a colorbox:
35453 \begin_inset Newline newline
35454 \end_inset
35455
35456
35457 \begin_inset ERT
35458 status collapsed
35459
35460 \begin_layout Plain Layout
35461
35462
35463 \backslash
35464 fcolorbox{cyan}{magenta}{
35465 \end_layout
35466
35467 \end_inset
35468
35469
35470 \color yellow
35471 This is colored text within a colored, framed box.
35472 \color none
35473
35474 \begin_inset ERT
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478
35479 }
35480 \end_layout
35481
35482 \end_inset
35483
35484
35485 \begin_inset ERT
35486 status collapsed
35487
35488 \begin_layout Plain Layout
35489
35490
35491 \backslash
35492 fboxrule 0.4pt 
35493 \backslash
35494 fboxsep 3pt
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \end_layout
35501
35502 \begin_layout Standard
35503 \begin_inset VSpace medskip
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \begin_layout Standard
35510 \begin_inset Note Greyedout
35511 status open
35512
35513 \begin_layout Plain Layout
35514
35515 \series bold
35516 Note:
35517 \series default
35518  Text in colorboxes cannot have line breaks.
35519  To color multiple text lines or paragraphs, use a box inside a colorbox
35520  as described in the following.
35521 \end_layout
35522
35523 \end_inset
35524
35525
35526 \end_layout
35527
35528 \begin_layout Subsection
35529 Color for Paragraphs
35530 \begin_inset CommandInset label
35531 LatexCommand label
35532 name "sub:Color-for-Paragraphs"
35533
35534 \end_inset
35535
35536
35537 \begin_inset Index idx
35538 status collapsed
35539
35540 \begin_layout Plain Layout
35541 Color ! for Paragraphs
35542 \end_layout
35543
35544 \end_inset
35545
35546
35547 \end_layout
35548
35549 \begin_layout Standard
35550 To set the background color for more than one text line, put the text into
35551  a minipage.
35552  Before the minipage insert the 
35553 \series bold
35554
35555 \backslash
35556 colorbox
35557 \series default
35558  command
35559 \end_layout
35560
35561 \begin_layout Standard
35562
35563 \series bold
35564
35565 \backslash
35566 colorbox{color}{
35567 \end_layout
35568
35569 \begin_layout Standard
35570 in TeX-Code.
35571  After the minipage insert a closing brace 
35572 \begin_inset Quotes eld
35573 \end_inset
35574
35575
35576 \series bold
35577 }
35578 \series default
35579
35580 \begin_inset Quotes erd
35581 \end_inset
35582
35583  in TeX-Code.
35584 \end_layout
35585
35586 \begin_layout Standard
35587 \begin_inset ERT
35588 status collapsed
35589
35590 \begin_layout Plain Layout
35591
35592
35593 \backslash
35594 colorbox{lightgrey}{
35595 \end_layout
35596
35597 \end_inset
35598
35599
35600 \begin_inset Box Frameless
35601 position "t"
35602 hor_pos "c"
35603 has_inner_box 1
35604 inner_pos "t"
35605 use_parbox 0
35606 use_makebox 0
35607 width "100col%"
35608 special "none"
35609 height "1in"
35610 height_special "totalheight"
35611 status collapsed
35612
35613 \begin_layout Plain Layout
35614 This is text with background color.
35615  This is text with background color.
35616 \end_layout
35617
35618 \begin_layout Plain Layout
35619 \begin_inset VSpace defskip
35620 \end_inset
35621
35622 The text can have footnotes
35623 \begin_inset Foot
35624 status collapsed
35625
35626 \begin_layout Plain Layout
35627 Another example footnote
35628 \end_layout
35629
35630 \end_inset
35631
35632  and can include tables and figures.
35633 \end_layout
35634
35635 \begin_layout Plain Layout
35636 \align center
35637 \begin_inset Tabular
35638 <lyxtabular version="3" rows="3" columns="3">
35639 <features rotate="0" tabularvalignment="middle">
35640 <column alignment="center" valignment="top">
35641 <column alignment="center" valignment="top">
35642 <column alignment="center" valignment="top">
35643 <row>
35644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35645 \begin_inset Text
35646
35647 \begin_layout Plain Layout
35648 a
35649 \end_layout
35650
35651 \end_inset
35652 </cell>
35653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35654 \begin_inset Text
35655
35656 \begin_layout Plain Layout
35657 !
35658 \end_layout
35659
35660 \end_inset
35661 </cell>
35662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35663 \begin_inset Text
35664
35665 \begin_layout Plain Layout
35666 3
35667 \end_layout
35668
35669 \end_inset
35670 </cell>
35671 </row>
35672 <row>
35673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35674 \begin_inset Text
35675
35676 \begin_layout Plain Layout
35677 <
35678 \end_layout
35679
35680 \end_inset
35681 </cell>
35682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35683 \begin_inset Text
35684
35685 \begin_layout Plain Layout
35686 b2
35687 \begin_inset Quotes erd
35688 \end_inset
35689
35690 |
35691 \end_layout
35692
35693 \end_inset
35694 </cell>
35695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35696 \begin_inset Text
35697
35698 \begin_layout Plain Layout
35699 >
35700 \end_layout
35701
35702 \end_inset
35703 </cell>
35704 </row>
35705 <row>
35706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35707 \begin_inset Text
35708
35709 \begin_layout Plain Layout
35710 1
35711 \end_layout
35712
35713 \end_inset
35714 </cell>
35715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35716 \begin_inset Text
35717
35718 \begin_layout Plain Layout
35719 §
35720 \end_layout
35721
35722 \end_inset
35723 </cell>
35724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35725 \begin_inset Text
35726
35727 \begin_layout Plain Layout
35728 c
35729 \end_layout
35730
35731 \end_inset
35732 </cell>
35733 </row>
35734 </lyxtabular>
35735
35736 \end_inset
35737
35738
35739 \end_layout
35740
35741 \end_inset
35742
35743
35744 \begin_inset ERT
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748
35749 }
35750 \end_layout
35751
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \begin_layout Section
35758 Rotated and Scaled Boxes
35759 \end_layout
35760
35761 \begin_layout Standard
35762 To use the commands described in this section, the LaTeX-package 
35763 \series bold
35764 graphicx
35765 \series default
35766
35767 \begin_inset Index idx
35768 status collapsed
35769
35770 \begin_layout Plain Layout
35771 LaTeX-packages ! graphicx
35772 \end_layout
35773
35774 \end_inset
35775
35776  needs to be loaded in the document preamble with the command
35777 \end_layout
35778
35779 \begin_layout Standard
35780
35781 \series bold
35782
35783 \backslash
35784 @ifundefined{rotatebox}
35785 \begin_inset Newline newline
35786 \end_inset
35787
35788
35789 \begin_inset Phantom HPhantom
35790 status open
35791
35792 \begin_layout Plain Layout
35793
35794 \series bold
35795 \begin_inset space ~
35796 \end_inset
35797
35798
35799 \end_layout
35800
35801 \end_inset
35802
35803 {
35804 \backslash
35805 usepackage{graphicx}}{}
35806 \end_layout
35807
35808 \begin_layout Standard
35809 \begin_inset Note Greyedout
35810 status open
35811
35812 \begin_layout Plain Layout
35813
35814 \series bold
35815 Note:
35816 \series default
35817  Not all DVI-viewers are able to display rotated or scaled material.
35818 \end_layout
35819
35820 \end_inset
35821
35822
35823 \end_layout
35824
35825 \begin_layout Standard
35826 \begin_inset Note Greyedout
35827 status open
35828
35829 \begin_layout Plain Layout
35830
35831 \series bold
35832 Note:
35833 \series default
35834  Floats are not allowed inside a rotated or scaled box.
35835 \end_layout
35836
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \begin_layout Subsection
35843 Rotated Boxes
35844 \begin_inset Index idx
35845 status collapsed
35846
35847 \begin_layout Plain Layout
35848 Boxes ! rotated
35849 \end_layout
35850
35851 \end_inset
35852
35853
35854 \begin_inset Index idx
35855 status collapsed
35856
35857 \begin_layout Plain Layout
35858 Rotated Material
35859 \end_layout
35860
35861 \end_inset
35862
35863
35864 \end_layout
35865
35866 \begin_layout Standard
35867 To rotate material, you can put it into a rotated box.
35868  Such a box is created using the command 
35869 \series bold
35870
35871 \backslash
35872 rotatebox
35873 \series default
35874  in TeX-Code with the following scheme:
35875 \end_layout
35876
35877 \begin_layout Standard
35878
35879 \series bold
35880
35881 \backslash
35882 rotatebox[rotation origin]{rotation angle}{box content}
35883 \end_layout
35884
35885 \begin_layout Standard
35886 The rotation origin is specified in the form 
35887 \series bold
35888 origin=position
35889 \series default
35890 .
35891  The following positions are possible: 
35892 \emph on
35893 c
35894 \emph default
35895  (center), 
35896 \emph on
35897 l
35898 \emph default
35899  (left), 
35900 \emph on
35901 r
35902 \emph default
35903  (right), 
35904 \emph on
35905 b
35906 \emph default
35907  (bottom), 
35908 \emph on
35909 t
35910 \emph default
35911  (top), along with meaningful combinations of the four base positions.
35912  For example 
35913 \emph on
35914 lt
35915 \emph default
35916  means that the rotation origin is at the top left corner of the box.
35917  When no rotation origin is specified, the position 
35918 \emph on
35919 l
35920 \emph default
35921  will be used.
35922  The rotation angle is a number that can be negative that specifies the
35923  angle in degrees.
35924  The rotation direction is counterclockwise.
35925 \end_layout
35926
35927 \begin_layout Standard
35928 In the following example the command 
35929 \series bold
35930
35931 \backslash
35932 rotatebox[origin=c]{60}{
35933 \series default
35934  was inserted as TeX-Code before the text 
35935 \begin_inset Quotes eld
35936 \end_inset
35937
35938 with rotated
35939 \begin_inset Quotes erd
35940 \end_inset
35941
35942 ; after the text the box was closed by a closing brace 
35943 \series bold
35944 }
35945 \series default
35946  in TeX-Code.
35947 \end_layout
35948
35949 \begin_layout Standard
35950 This is a line 
35951 \begin_inset ERT
35952 status collapsed
35953
35954 \begin_layout Plain Layout
35955
35956
35957 \backslash
35958 rotatebox[origin=c]{60}{
35959 \end_layout
35960
35961 \end_inset
35962
35963 with rotated
35964 \begin_inset ERT
35965 status collapsed
35966
35967 \begin_layout Plain Layout
35968
35969 }
35970 \end_layout
35971
35972 \end_inset
35973
35974  text.
35975 \end_layout
35976
35977 \begin_layout Standard
35978 The box content can also be another box or an inline formula:
35979 \end_layout
35980
35981 \begin_layout Standard
35982 This is a line
35983 \begin_inset ERT
35984 status collapsed
35985
35986 \begin_layout Plain Layout
35987
35988
35989 \backslash
35990 rotatebox[origin=r]{-60}{
35991 \end_layout
35992
35993 \end_inset
35994
35995
35996 \begin_inset Box Doublebox
35997 position "c"
35998 hor_pos "c"
35999 has_inner_box 0
36000 inner_pos "c"
36001 use_parbox 0
36002 use_makebox 0
36003 width "1in"
36004 special "width"
36005 height "1in"
36006 height_special "totalheight"
36007 status collapsed
36008
36009 \begin_layout Plain Layout
36010 with rotated
36011 \end_layout
36012
36013 \end_inset
36014
36015
36016 \begin_inset ERT
36017 status collapsed
36018
36019 \begin_layout Plain Layout
36020
36021 }
36022 \end_layout
36023
36024 \end_inset
36025
36026  framed text 
36027 \begin_inset ERT
36028 status collapsed
36029
36030 \begin_layout Plain Layout
36031
36032
36033 \backslash
36034 rotatebox[origin=lb]{60}{
36035 \end_layout
36036
36037 \end_inset
36038
36039
36040 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36041 \end_inset
36042
36043
36044 \begin_inset ERT
36045 status collapsed
36046
36047 \begin_layout Plain Layout
36048
36049 }
36050 \end_layout
36051
36052 \end_inset
36053
36054  and a formula.
36055 \end_layout
36056
36057 \begin_layout Standard
36058 or an image or table:
36059 \end_layout
36060
36061 \begin_layout Standard
36062 This is a line
36063 \begin_inset ERT
36064 status collapsed
36065
36066 \begin_layout Plain Layout
36067
36068
36069 \backslash
36070 rotatebox[origin=lb]{90}{
36071 \end_layout
36072
36073 \end_inset
36074
36075
36076 \begin_inset Graphics
36077         filename clipart/platypus.eps
36078         lyxscale 50
36079         width 25col%
36080
36081 \end_inset
36082
36083
36084 \begin_inset ERT
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088
36089 }
36090 \end_layout
36091
36092 \end_inset
36093
36094  with a rotated image 
36095 \begin_inset ERT
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099
36100
36101 \backslash
36102 rotatebox[origin=l]{-90}{
36103 \end_layout
36104
36105 \end_inset
36106
36107
36108 \begin_inset Tabular
36109 <lyxtabular version="3" rows="2" columns="2">
36110 <features rotate="0" tabularvalignment="middle">
36111 <column alignment="center" valignment="top">
36112 <column alignment="center" valignment="top">
36113 <row>
36114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36115 \begin_inset Text
36116
36117 \begin_layout Plain Layout
36118 q
36119 \end_layout
36120
36121 \end_inset
36122 </cell>
36123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36124 \begin_inset Text
36125
36126 \begin_layout Plain Layout
36127 w
36128 \end_layout
36129
36130 \end_inset
36131 </cell>
36132 </row>
36133 <row>
36134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36135 \begin_inset Text
36136
36137 \begin_layout Plain Layout
36138 e
36139 \end_layout
36140
36141 \end_inset
36142 </cell>
36143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36144 \begin_inset Text
36145
36146 \begin_layout Plain Layout
36147 r
36148 \end_layout
36149
36150 \end_inset
36151 </cell>
36152 </row>
36153 </lyxtabular>
36154
36155 \end_inset
36156
36157
36158 \begin_inset ERT
36159 status collapsed
36160
36161 \begin_layout Plain Layout
36162
36163 }
36164 \end_layout
36165
36166 \end_inset
36167
36168  and table.
36169 \begin_inset Index idx
36170 status collapsed
36171
36172 \begin_layout Plain Layout
36173 Figures ! rotated
36174 \end_layout
36175
36176 \end_inset
36177
36178
36179 \begin_inset Index idx
36180 status collapsed
36181
36182 \begin_layout Plain Layout
36183 Table Customization ! Rotating
36184 \end_layout
36185
36186 \end_inset
36187
36188
36189 \end_layout
36190
36191 \begin_layout Subsection
36192 Scaled Boxes
36193 \begin_inset Index idx
36194 status collapsed
36195
36196 \begin_layout Plain Layout
36197 Boxes ! scaled
36198 \end_layout
36199
36200 \end_inset
36201
36202
36203 \begin_inset Index idx
36204 status collapsed
36205
36206 \begin_layout Plain Layout
36207 Scaled Material
36208 \end_layout
36209
36210 \end_inset
36211
36212
36213 \end_layout
36214
36215 \begin_layout Standard
36216 To scale material the commands 
36217 \series bold
36218
36219 \backslash
36220 scalebox
36221 \series default
36222  and 
36223 \series bold
36224
36225 \backslash
36226 resizebox
36227 \series default
36228  can be used as TeX-Code.
36229 \end_layout
36230
36231 \begin_layout Standard
36232
36233 \series bold
36234
36235 \backslash
36236 scalebox
36237 \series default
36238  is used with the following scheme:
36239 \end_layout
36240
36241 \begin_layout Standard
36242
36243 \series bold
36244
36245 \backslash
36246 scalebox{horizontal}[vertical]{box content}
36247 \end_layout
36248
36249 \begin_layout Standard
36250 Horizontal and vertical are the corresponding scaling factors.
36251  If no vertical scaling factor is given, the horizontal factor will also
36252  be used as the vertical one.
36253 \end_layout
36254
36255 \begin_layout Standard
36256 The command 
36257 \series bold
36258
36259 \backslash
36260 scalebox{2}{Hello}
36261 \series default
36262  creates for example a double size 
36263 \begin_inset ERT
36264 status collapsed
36265
36266 \begin_layout Plain Layout
36267
36268
36269 \backslash
36270 scalebox{2}{
36271 \end_layout
36272
36273 \end_inset
36274
36275 Hello
36276 \begin_inset ERT
36277 status collapsed
36278
36279 \begin_layout Plain Layout
36280
36281 }
36282 \end_layout
36283
36284 \end_inset
36285
36286 , compared with the document text size.
36287 \end_layout
36288
36289 \begin_layout Standard
36290
36291 \series bold
36292
36293 \backslash
36294 scalebox{2}[1]{Hello}
36295 \series default
36296  on the other hand distorts the 
36297 \begin_inset ERT
36298 status collapsed
36299
36300 \begin_layout Plain Layout
36301
36302
36303 \backslash
36304 scalebox{2}[1]{
36305 \end_layout
36306
36307 \end_inset
36308
36309 Hello
36310 \begin_inset ERT
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314
36315 }
36316 \end_layout
36317
36318 \end_inset
36319
36320 .
36321 \end_layout
36322
36323 \begin_layout Standard
36324 If the scaling factor is negative, the box content will be mirrored.
36325  Therefore the command 
36326 \series bold
36327
36328 \backslash
36329 scalebox{-1}[1]{Hello}
36330 \series default
36331  can be used to create mirror writing: 
36332 \begin_inset ERT
36333 status collapsed
36334
36335 \begin_layout Plain Layout
36336
36337
36338 \backslash
36339 scalebox{-1}[1]{
36340 \end_layout
36341
36342 \end_inset
36343
36344 Hello
36345 \begin_inset ERT
36346 status collapsed
36347
36348 \begin_layout Plain Layout
36349
36350 }
36351 \end_layout
36352
36353 \end_inset
36354
36355
36356 \end_layout
36357
36358 \begin_layout Standard
36359
36360 \series bold
36361
36362 \backslash
36363 scalebox{1}[-1]{Hello}
36364 \series default
36365  reflects the 
36366 \begin_inset ERT
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370
36371
36372 \backslash
36373 scalebox{1}[-1]{
36374 \end_layout
36375
36376 \end_inset
36377
36378 Hello
36379 \begin_inset ERT
36380 status collapsed
36381
36382 \begin_layout Plain Layout
36383
36384 }
36385 \end_layout
36386
36387 \end_inset
36388
36389  at the base line.
36390 \end_layout
36391
36392 \begin_layout Standard
36393 Equivalent to 
36394 \series bold
36395
36396 \backslash
36397 scalebox{-1}[1]{box content}
36398 \series default
36399  there exists the command
36400 \begin_inset Newline newline
36401 \end_inset
36402
36403
36404 \series bold
36405
36406 \backslash
36407 reflectbox{box content}
36408 \series default
36409 .
36410 \end_layout
36411
36412 \begin_layout Standard
36413 \begin_inset VSpace bigskip
36414 \end_inset
36415
36416 The command 
36417 \series bold
36418
36419 \backslash
36420 resizebox
36421 \series default
36422  is used to scale the box to a defined width and height.
36423  The command scheme is:
36424 \end_layout
36425
36426 \begin_layout Standard
36427
36428 \series bold
36429
36430 \backslash
36431 resizebox{width}{height}{box content}
36432 \end_layout
36433
36434 \begin_layout Standard
36435 If one of the two command arguments given is an exclamation mark 
36436 \series bold
36437 !
36438 \series default
36439 , the size is set so that the aspect ratio of the box content is kept.
36440 \end_layout
36441
36442 \begin_layout Standard
36443 The command 
36444 \series bold
36445
36446 \backslash
36447 resizebox{2cm}{1cm}{Hello}
36448 \series default
36449  produces: 
36450 \begin_inset ERT
36451 status collapsed
36452
36453 \begin_layout Plain Layout
36454
36455
36456 \backslash
36457 resizebox{2cm}{1cm}{
36458 \end_layout
36459
36460 \end_inset
36461
36462 Hello
36463 \begin_inset ERT
36464 status collapsed
36465
36466 \begin_layout Plain Layout
36467
36468 }
36469 \end_layout
36470
36471 \end_inset
36472
36473
36474 \begin_inset Newline newline
36475 \end_inset
36476
36477 The command 
36478 \series bold
36479
36480 \backslash
36481 resizebox{2cm}{!}{Hello}
36482 \series default
36483  produces: 
36484 \begin_inset ERT
36485 status collapsed
36486
36487 \begin_layout Plain Layout
36488
36489
36490 \backslash
36491 resizebox{2cm}{!}{
36492 \end_layout
36493
36494 \end_inset
36495
36496 Hello
36497 \begin_inset ERT
36498 status collapsed
36499
36500 \begin_layout Plain Layout
36501
36502 }
36503 \end_layout
36504
36505 \end_inset
36506
36507
36508 \end_layout
36509
36510 \begin_layout Standard
36511 \begin_inset VSpace bigskip
36512 \end_inset
36513
36514
36515 \begin_inset Note Greyedout
36516 status open
36517
36518 \begin_layout Plain Layout
36519
36520 \series bold
36521 Note:
36522 \series default
36523  When arguments of 
36524 \series bold
36525
36526 \backslash
36527 scalebox
36528 \series default
36529  or 
36530 \series bold
36531
36532 \backslash
36533 resizebox
36534 \series default
36535  are set to zero, no LaTeX-errors occur when exporting the document but
36536  the exported files can not or only partly be displayed.
36537 \end_layout
36538
36539 \end_inset
36540
36541
36542 \end_layout
36543
36544 \begin_layout Standard
36545 \begin_inset VSpace bigskip
36546 \end_inset
36547
36548
36549 \end_layout
36550
36551 \begin_layout Standard
36552 The boxes can be combined in any order.
36553  E.
36554 \begin_inset space \thinspace{}
36555 \end_inset
36556
36557 g.
36558 \begin_inset space \space{}
36559 \end_inset
36560
36561 the command
36562 \begin_inset Newline newline
36563 \end_inset
36564
36565
36566 \series bold
36567
36568 \backslash
36569 rotatebox[origin=c]{-45}{
36570 \backslash
36571 resizebox{2cm}{!}{
36572 \backslash
36573 reflectbox{Hello}}}
36574 \begin_inset Newline newline
36575 \end_inset
36576
36577
36578 \series default
36579 produces:
36580 \end_layout
36581
36582 \begin_layout Standard
36583 \align center
36584 \begin_inset ERT
36585 status collapsed
36586
36587 \begin_layout Plain Layout
36588
36589
36590 \backslash
36591 rotatebox[origin=c]{-45}{
36592 \backslash
36593 resizebox{2cm}{!}{
36594 \backslash
36595 reflectbox{
36596 \end_layout
36597
36598 \end_inset
36599
36600 Hello
36601 \begin_inset ERT
36602 status collapsed
36603
36604 \begin_layout Plain Layout
36605
36606 }}}
36607 \end_layout
36608
36609 \end_inset
36610
36611
36612 \end_layout
36613
36614 \begin_layout Standard
36615 \noindent
36616 Images, tables, and inline formulas are allowed as box content:
36617 \end_layout
36618
36619 \begin_layout Standard
36620 \align center
36621 \begin_inset ERT
36622 status collapsed
36623
36624 \begin_layout Plain Layout
36625
36626
36627 \backslash
36628 rotatebox[origin=c]{-30}{
36629 \backslash
36630 resizebox{2cm}{!}{
36631 \backslash
36632 reflectbox{
36633 \end_layout
36634
36635 \end_inset
36636
36637
36638 \begin_inset Graphics
36639         filename clipart/platypus.eps
36640         lyxscale 50
36641         width 25col%
36642
36643 \end_inset
36644
36645
36646 \begin_inset ERT
36647 status collapsed
36648
36649 \begin_layout Plain Layout
36650
36651 }}}
36652 \end_layout
36653
36654 \end_inset
36655
36656
36657 \begin_inset ERT
36658 status collapsed
36659
36660 \begin_layout Plain Layout
36661
36662
36663 \backslash
36664 rotatebox[origin=c]{-45}{
36665 \backslash
36666 resizebox{2cm}{!}{
36667 \backslash
36668 reflectbox{
36669 \end_layout
36670
36671 \end_inset
36672
36673
36674 \begin_inset Tabular
36675 <lyxtabular version="3" rows="2" columns="2">
36676 <features rotate="0" tabularvalignment="middle">
36677 <column alignment="center" valignment="top">
36678 <column alignment="center" valignment="top">
36679 <row>
36680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Plain Layout
36684 q
36685 \end_layout
36686
36687 \end_inset
36688 </cell>
36689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36690 \begin_inset Text
36691
36692 \begin_layout Plain Layout
36693 w
36694 \end_layout
36695
36696 \end_inset
36697 </cell>
36698 </row>
36699 <row>
36700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36701 \begin_inset Text
36702
36703 \begin_layout Plain Layout
36704 e
36705 \end_layout
36706
36707 \end_inset
36708 </cell>
36709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36710 \begin_inset Text
36711
36712 \begin_layout Plain Layout
36713 r
36714 \end_layout
36715
36716 \end_inset
36717 </cell>
36718 </row>
36719 </lyxtabular>
36720
36721 \end_inset
36722
36723
36724 \begin_inset ERT
36725 status collapsed
36726
36727 \begin_layout Plain Layout
36728
36729 }}}
36730 \end_layout
36731
36732 \end_inset
36733
36734
36735 \begin_inset ERT
36736 status collapsed
36737
36738 \begin_layout Plain Layout
36739
36740
36741 \backslash
36742 rotatebox[origin=c]{-45}{
36743 \backslash
36744 resizebox{2cm}{!}{
36745 \backslash
36746 reflectbox{
36747 \end_layout
36748
36749 \end_inset
36750
36751
36752 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36753 \end_inset
36754
36755
36756 \begin_inset ERT
36757 status collapsed
36758
36759 \begin_layout Plain Layout
36760
36761 }}}
36762 \end_layout
36763
36764 \end_inset
36765
36766
36767 \begin_inset Index idx
36768 status collapsed
36769
36770 \begin_layout Plain Layout
36771 Figures ! scaled
36772 \end_layout
36773
36774 \end_inset
36775
36776
36777 \begin_inset Index idx
36778 status collapsed
36779
36780 \begin_layout Plain Layout
36781 Table Customization ! Scaling
36782 \end_layout
36783
36784 \end_inset
36785
36786
36787 \end_layout
36788
36789 \begin_layout Standard
36790 When the global formula style 
36791 \series bold
36792 fleqn
36793 \series default
36794  is used in the document
36795 \begin_inset Foot
36796 status collapsed
36797
36798 \begin_layout Plain Layout
36799 When 
36800 \begin_inset Quotes eld
36801 \end_inset
36802
36803 fleqn
36804 \begin_inset Quotes erd
36805 \end_inset
36806
36807  is added to the document class options.
36808 \end_layout
36809
36810 \end_inset
36811
36812 , display style formulas can also be scaled.
36813 \end_layout
36814
36815 \begin_layout Chapter
36816 Objects Surrounded by Text
36817 \begin_inset Index idx
36818 status collapsed
36819
36820 \begin_layout Plain Layout
36821 Surrounded by text
36822 \end_layout
36823
36824 \end_inset
36825
36826
36827 \end_layout
36828
36829 \begin_layout Section
36830 Wrap Floats
36831 \begin_inset CommandInset label
36832 LatexCommand label
36833 name "sec:Wrap-Floats"
36834
36835 \end_inset
36836
36837
36838 \begin_inset Index idx
36839 status collapsed
36840
36841 \begin_layout Plain Layout
36842 Floats ! Wrap Floats
36843 \end_layout
36844
36845 \end_inset
36846
36847
36848 \begin_inset Index idx
36849 status collapsed
36850
36851 \begin_layout Plain Layout
36852 Surrounded by text ! Wrap Floats
36853 \end_layout
36854
36855 \end_inset
36856
36857
36858 \end_layout
36859
36860 \begin_layout Standard
36861 \begin_inset Wrap figure
36862 lines 0
36863 placement l
36864 overhang 1cm
36865 width "40col%"
36866 status open
36867
36868 \begin_layout Plain Layout
36869 \begin_inset Graphics
36870         filename clipart/mobius.eps
36871         width 40col%
36872         scaleBeforeRotation
36873         rotateOrigin center
36874
36875 \end_inset
36876
36877
36878 \end_layout
36879
36880 \begin_layout Plain Layout
36881 \begin_inset Caption Standard
36882
36883 \begin_layout Plain Layout
36884 \begin_inset CommandInset label
36885 LatexCommand label
36886 name "fig:This-is-a"
36887
36888 \end_inset
36889
36890 This is a figure wrap float.
36891 \end_layout
36892
36893 \end_inset
36894
36895
36896 \end_layout
36897
36898 \end_inset
36899
36900  This float type is used if you want to wrap text around a figure or table
36901  so that it only occupies some fraction of the column width.
36902  It can be inserted using the menu 
36903 \family sans
36904 Insert\SpecialChar \menuseparator
36905 Floats\SpecialChar \menuseparator
36906 Figure
36907 \begin_inset space ~
36908 \end_inset
36909
36910 Wrap
36911 \begin_inset space ~
36912 \end_inset
36913
36914 Float
36915 \family default
36916  or 
36917 \family sans
36918 Table
36919 \begin_inset space ~
36920 \end_inset
36921
36922 Wrap
36923 \begin_inset space ~
36924 \end_inset
36925
36926 Float
36927 \family default
36928  if the LaTeX-package 
36929 \series bold
36930 wrapfig
36931 \series default
36932
36933 \begin_inset Index idx
36934 status collapsed
36935
36936 \begin_layout Plain Layout
36937 LaTeX-packages ! wrapfig
36938 \end_layout
36939
36940 \end_inset
36941
36942  is installed.
36943 \begin_inset Foot
36944 status collapsed
36945
36946 \begin_layout Plain Layout
36947 Installing a LaTeX-package is explained it in the 
36948 \emph on
36949 LaTeX
36950 \begin_inset space ~
36951 \end_inset
36952
36953 Configuration
36954 \emph default
36955  manual.
36956 \end_layout
36957
36958 \end_inset
36959
36960  The settings of the float can be modified by right-clicking on the float
36961  box.
36962  The mandatory settings are the float 
36963 \family sans
36964 Placement
36965 \family default
36966  and its 
36967 \family sans
36968 Width
36969 \family default
36970 .
36971  Optional are the 
36972 \family sans
36973 Overhang
36974 \family default
36975  that specifies how much the float is set into the paragraph
36976 \begin_inset space \thinspace{}
36977 \end_inset
36978
36979 /
36980 \begin_inset space \thinspace{}
36981 \end_inset
36982
36983 page margin, and the 
36984 \family sans
36985 Line
36986 \begin_inset space ~
36987 \end_inset
36988
36989 span
36990 \family default
36991  that specifies how many text lines the float will approximately need.
36992  The line span is often hard to approximate; so it is better only to use
36993  it when you encounter float placement problems.
36994  You can furthermore decide if LaTeX is allowed to let the float float within
36995  the paragraph or to surrounding paragraphs.
36996  Figure
36997 \begin_inset space ~
36998 \end_inset
36999
37000
37001 \begin_inset CommandInset ref
37002 LatexCommand ref
37003 reference "fig:This-is-a"
37004
37005 \end_inset
37006
37007  is an example text wrap float with a width of 40
37008 \begin_inset space \thinspace{}
37009 \end_inset
37010
37011 col%, 1
37012 \begin_inset space \thinspace{}
37013 \end_inset
37014
37015 cm overhang, set to the left.
37016 \end_layout
37017
37018 \begin_layout Standard
37019 \begin_inset Note Greyedout
37020 status open
37021
37022 \begin_layout Plain Layout
37023
37024 \series bold
37025 Note:
37026 \series default
37027  Text
37028 \begin_inset space ~
37029 \end_inset
37030
37031 wrap float floats are fragile! E.
37032 \begin_inset space \thinspace{}
37033 \end_inset
37034
37035 g.
37036 \begin_inset space \space{}
37037 \end_inset
37038
37039 having a figure too close to the bottom of the page can mess things up in
37040  such a way that the float does not appear in the output or that it is placed
37041  over some other text.
37042 \end_layout
37043
37044 \end_inset
37045
37046
37047 \end_layout
37048
37049 \begin_layout Standard
37050 In general, the following applies for wrap floats:
37051 \end_layout
37052
37053 \begin_layout Itemize
37054 They should not be placed in paragraphs that run over a page break.
37055  That means that wrap floats are better inserted in their exact place when
37056  the document is almost finished and you are able to estimate where page
37057  breaks will appear.
37058 \end_layout
37059
37060 \begin_layout Itemize
37061 They should either be placed in their own paragraph before the paragraph
37062  where they should wrap into or within a paragraph.
37063 \end_layout
37064
37065 \begin_layout Itemize
37066 In consecutive paragraphs they may cause troubles, so ensure that there
37067  is a text paragraph between them as separator.
37068 \end_layout
37069
37070 \begin_layout Itemize
37071 They are not allowed in section headings or tables.
37072 \end_layout
37073
37074 \begin_layout Itemize
37075 Their numbering and referencing works as described in chap.
37076 \begin_inset space \thinspace{}
37077 \end_inset
37078
37079
37080 \begin_inset CommandInset ref
37081 LatexCommand ref
37082 reference "chap:Floats"
37083
37084 \end_inset
37085
37086 .
37087 \end_layout
37088
37089 \begin_layout Section
37090 Surrounded Fixed Objects
37091 \begin_inset Index idx
37092 status collapsed
37093
37094 \begin_layout Plain Layout
37095 Surrounded by text ! Fixed objects
37096 \end_layout
37097
37098 \end_inset
37099
37100
37101 \end_layout
37102
37103 \begin_layout Standard
37104 The wrap floats described in sec.
37105 \begin_inset space \thinspace{}
37106 \end_inset
37107
37108
37109 \begin_inset CommandInset ref
37110 LatexCommand ref
37111 reference "sec:Wrap-Floats"
37112
37113 \end_inset
37114
37115  have these positions in the paragraph:
37116 \end_layout
37117
37118 \begin_layout Standard
37119 \noindent
37120 \align center
37121 \begin_inset Tabular
37122 <lyxtabular version="3" rows="2" columns="2">
37123 <features rotate="0" tabularvalignment="middle">
37124 <column alignment="center" valignment="top">
37125 <column alignment="center" valignment="top">
37126 <row>
37127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37128 \begin_inset Text
37129
37130 \begin_layout Plain Layout
37131 \begin_inset Graphics
37132         filename ../images/dialog-show-new-inset_graphics.png
37133         scale 70
37134         scaleBeforeRotation
37135
37136 \end_inset
37137
37138
37139 \end_layout
37140
37141 \end_inset
37142 </cell>
37143 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37144 \begin_inset Text
37145
37146 \begin_layout Plain Layout
37147 text
37148 \end_layout
37149
37150 \end_inset
37151 </cell>
37152 </row>
37153 <row>
37154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37155 \begin_inset Text
37156
37157 \begin_layout Plain Layout
37158 text
37159 \end_layout
37160
37161 \end_inset
37162 </cell>
37163 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37164 \begin_inset Text
37165
37166 \begin_layout Plain Layout
37167 text
37168 \end_layout
37169
37170 \end_inset
37171 </cell>
37172 </row>
37173 </lyxtabular>
37174
37175 \end_inset
37176
37177  or 
37178 \begin_inset Tabular
37179 <lyxtabular version="3" rows="2" columns="2">
37180 <features rotate="0" tabularvalignment="middle">
37181 <column alignment="center" valignment="top">
37182 <column alignment="center" valignment="top">
37183 <row>
37184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37185 \begin_inset Text
37186
37187 \begin_layout Plain Layout
37188 text
37189 \end_layout
37190
37191 \end_inset
37192 </cell>
37193 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37194 \begin_inset Text
37195
37196 \begin_layout Plain Layout
37197 \begin_inset Graphics
37198         filename ../images/dialog-show-new-inset_graphics.png
37199         scale 70
37200         scaleBeforeRotation
37201
37202 \end_inset
37203
37204
37205 \end_layout
37206
37207 \end_inset
37208 </cell>
37209 </row>
37210 <row>
37211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37212 \begin_inset Text
37213
37214 \begin_layout Plain Layout
37215 text
37216 \end_layout
37217
37218 \end_inset
37219 </cell>
37220 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37221 \begin_inset Text
37222
37223 \begin_layout Plain Layout
37224 text
37225 \end_layout
37226
37227 \end_inset
37228 </cell>
37229 </row>
37230 </lyxtabular>
37231
37232 \end_inset
37233
37234
37235 \end_layout
37236
37237 \begin_layout Standard
37238 To get an object exactly at the position where it is inserted, for example
37239  to get one of these positions:
37240 \begin_inset VSpace defskip
37241 \end_inset
37242
37243
37244 \end_layout
37245
37246 \begin_layout Standard
37247 \noindent
37248 \align center
37249 \begin_inset Tabular
37250 <lyxtabular version="3" rows="2" columns="2">
37251 <features rotate="0" tabularvalignment="middle">
37252 <column alignment="center" valignment="top">
37253 <column alignment="center" valignment="top">
37254 <row>
37255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37256 \begin_inset Text
37257
37258 \begin_layout Plain Layout
37259 text
37260 \end_layout
37261
37262 \end_inset
37263 </cell>
37264 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37265 \begin_inset Text
37266
37267 \begin_layout Plain Layout
37268 text
37269 \end_layout
37270
37271 \end_inset
37272 </cell>
37273 </row>
37274 <row>
37275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37276 \begin_inset Text
37277
37278 \begin_layout Plain Layout
37279 \begin_inset Graphics
37280         filename ../images/dialog-show-new-inset_graphics.png
37281         scale 70
37282         scaleBeforeRotation
37283
37284 \end_inset
37285
37286
37287 \end_layout
37288
37289 \end_inset
37290 </cell>
37291 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37292 \begin_inset Text
37293
37294 \begin_layout Plain Layout
37295 text
37296 \end_layout
37297
37298 \end_inset
37299 </cell>
37300 </row>
37301 </lyxtabular>
37302
37303 \end_inset
37304
37305  
37306 \begin_inset Tabular
37307 <lyxtabular version="3" rows="2" columns="2">
37308 <features rotate="0" tabularvalignment="middle">
37309 <column alignment="center" valignment="top">
37310 <column alignment="center" valignment="top">
37311 <row>
37312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37313 \begin_inset Text
37314
37315 \begin_layout Plain Layout
37316 text
37317 \end_layout
37318
37319 \end_inset
37320 </cell>
37321 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37322 \begin_inset Text
37323
37324 \begin_layout Plain Layout
37325 text
37326 \end_layout
37327
37328 \end_inset
37329 </cell>
37330 </row>
37331 <row>
37332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37333 \begin_inset Text
37334
37335 \begin_layout Plain Layout
37336 text
37337 \end_layout
37338
37339 \end_inset
37340 </cell>
37341 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37342 \begin_inset Text
37343
37344 \begin_layout Plain Layout
37345 \begin_inset Graphics
37346         filename ../images/dialog-show-new-inset_graphics.png
37347         scale 70
37348         scaleBeforeRotation
37349
37350 \end_inset
37351
37352
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 </row>
37358 </lyxtabular>
37359
37360 \end_inset
37361
37362  
37363 \begin_inset Tabular
37364 <lyxtabular version="3" rows="2" columns="3">
37365 <features rotate="0" tabularvalignment="middle">
37366 <column alignment="center" valignment="top">
37367 <column alignment="center" valignment="top">
37368 <column alignment="center" valignment="top">
37369 <row>
37370 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" usebox="none">
37380 \begin_inset Text
37381
37382 \begin_layout Plain Layout
37383 \begin_inset Graphics
37384         filename ../images/dialog-show-new-inset_graphics.png
37385         scale 70
37386         scaleBeforeRotation
37387
37388 \end_inset
37389
37390
37391 \end_layout
37392
37393 \end_inset
37394 </cell>
37395 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37396 \begin_inset Text
37397
37398 \begin_layout Plain Layout
37399 text
37400 \end_layout
37401
37402 \end_inset
37403 </cell>
37404 </row>
37405 <row>
37406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37407 \begin_inset Text
37408
37409 \begin_layout Plain Layout
37410 text
37411 \end_layout
37412
37413 \end_inset
37414 </cell>
37415 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37416 \begin_inset Text
37417
37418 \begin_layout Plain Layout
37419 text
37420 \end_layout
37421
37422 \end_inset
37423 </cell>
37424 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428 text
37429 \end_layout
37430
37431 \end_inset
37432 </cell>
37433 </row>
37434 </lyxtabular>
37435
37436 \end_inset
37437
37438  
37439 \begin_inset Tabular
37440 <lyxtabular version="3" rows="2" columns="3">
37441 <features rotate="0" tabularvalignment="middle">
37442 <column alignment="center" valignment="top">
37443 <column alignment="center" valignment="top">
37444 <column alignment="center" valignment="top">
37445 <row>
37446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37447 \begin_inset Text
37448
37449 \begin_layout Plain Layout
37450 text
37451 \end_layout
37452
37453 \end_inset
37454 </cell>
37455 <cell alignment="center" valignment="top" topline="true" usebox="none">
37456 \begin_inset Text
37457
37458 \begin_layout Plain Layout
37459 text
37460 \end_layout
37461
37462 \end_inset
37463 </cell>
37464 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37465 \begin_inset Text
37466
37467 \begin_layout Plain Layout
37468 text
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 </row>
37474 <row>
37475 <cell alignment="center" valignment="top" bottomline="true" leftline="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 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37485 \begin_inset Text
37486
37487 \begin_layout Plain Layout
37488 \begin_inset Graphics
37489         filename ../images/dialog-show-new-inset_graphics.png
37490         scale 70
37491         scaleBeforeRotation
37492
37493 \end_inset
37494
37495
37496 \end_layout
37497
37498 \end_inset
37499 </cell>
37500 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504 text
37505 \end_layout
37506
37507 \end_inset
37508 </cell>
37509 </row>
37510 </lyxtabular>
37511
37512 \end_inset
37513
37514
37515 \end_layout
37516
37517 \begin_layout Standard
37518 \noindent
37519 \align center
37520 \begin_inset Tabular
37521 <lyxtabular version="3" rows="3" columns="2">
37522 <features rotate="0" tabularvalignment="middle">
37523 <column alignment="center" valignment="top">
37524 <column alignment="center" valignment="top">
37525 <row>
37526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37527 \begin_inset Text
37528
37529 \begin_layout Plain Layout
37530 text
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37536 \begin_inset Text
37537
37538 \begin_layout Plain Layout
37539 text
37540 \end_layout
37541
37542 \end_inset
37543 </cell>
37544 </row>
37545 <row>
37546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37547 \begin_inset Text
37548
37549 \begin_layout Plain Layout
37550 \begin_inset Graphics
37551         filename ../images/dialog-show-new-inset_graphics.png
37552         scale 70
37553         scaleBeforeRotation
37554
37555 \end_inset
37556
37557
37558 \end_layout
37559
37560 \end_inset
37561 </cell>
37562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37563 \begin_inset Text
37564
37565 \begin_layout Plain Layout
37566 text
37567 \end_layout
37568
37569 \end_inset
37570 </cell>
37571 </row>
37572 <row>
37573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37574 \begin_inset Text
37575
37576 \begin_layout Plain Layout
37577 text
37578 \end_layout
37579
37580 \end_inset
37581 </cell>
37582 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586 text
37587 \end_layout
37588
37589 \end_inset
37590 </cell>
37591 </row>
37592 </lyxtabular>
37593
37594 \end_inset
37595
37596  
37597 \begin_inset Tabular
37598 <lyxtabular version="3" rows="3" columns="3">
37599 <features rotate="0" tabularvalignment="middle">
37600 <column alignment="center" valignment="top">
37601 <column alignment="center" valignment="top">
37602 <column alignment="center" valignment="top">
37603 <row>
37604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37605 \begin_inset Text
37606
37607 \begin_layout Plain Layout
37608 text
37609 \end_layout
37610
37611 \end_inset
37612 </cell>
37613 <cell alignment="center" valignment="top" topline="true" usebox="none">
37614 \begin_inset Text
37615
37616 \begin_layout Plain Layout
37617 text
37618 \end_layout
37619
37620 \end_inset
37621 </cell>
37622 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626 text
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 </row>
37632 <row>
37633 <cell alignment="center" valignment="top" leftline="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 <cell alignment="center" valignment="top" usebox="none">
37643 \begin_inset Text
37644
37645 \begin_layout Plain Layout
37646 \begin_inset Graphics
37647         filename ../images/dialog-show-new-inset_graphics.png
37648         scale 70
37649         scaleBeforeRotation
37650
37651 \end_inset
37652
37653
37654 \end_layout
37655
37656 \end_inset
37657 </cell>
37658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37659 \begin_inset Text
37660
37661 \begin_layout Plain Layout
37662 text
37663 \end_layout
37664
37665 \end_inset
37666 </cell>
37667 </row>
37668 <row>
37669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37670 \begin_inset Text
37671
37672 \begin_layout Plain Layout
37673 text
37674 \end_layout
37675
37676 \end_inset
37677 </cell>
37678 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37679 \begin_inset Text
37680
37681 \begin_layout Plain Layout
37682 text
37683 \end_layout
37684
37685 \end_inset
37686 </cell>
37687 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37688 \begin_inset Text
37689
37690 \begin_layout Plain Layout
37691 text
37692 \end_layout
37693
37694 \end_inset
37695 </cell>
37696 </row>
37697 </lyxtabular>
37698
37699 \end_inset
37700
37701  
37702 \begin_inset Tabular
37703 <lyxtabular version="3" rows="3" columns="2">
37704 <features rotate="0" tabularvalignment="middle">
37705 <column alignment="center" valignment="top">
37706 <column alignment="center" valignment="top">
37707 <row>
37708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712 text
37713 \end_layout
37714
37715 \end_inset
37716 </cell>
37717 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37718 \begin_inset Text
37719
37720 \begin_layout Plain Layout
37721 text
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 </row>
37727 <row>
37728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37729 \begin_inset Text
37730
37731 \begin_layout Plain Layout
37732 text
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37738 \begin_inset Text
37739
37740 \begin_layout Plain Layout
37741 \begin_inset Graphics
37742         filename ../images/dialog-show-new-inset_graphics.png
37743         scale 70
37744         scaleBeforeRotation
37745
37746 \end_inset
37747
37748
37749 \end_layout
37750
37751 \end_inset
37752 </cell>
37753 </row>
37754 <row>
37755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37756 \begin_inset Text
37757
37758 \begin_layout Plain Layout
37759 text
37760 \end_layout
37761
37762 \end_inset
37763 </cell>
37764 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37765 \begin_inset Text
37766
37767 \begin_layout Plain Layout
37768 text
37769 \end_layout
37770
37771 \end_inset
37772 </cell>
37773 </row>
37774 </lyxtabular>
37775
37776 \end_inset
37777
37778
37779 \end_layout
37780
37781 \begin_layout Standard
37782 \noindent
37783 you can use the LaTeX-package 
37784 \series bold
37785 picinpar
37786 \series default
37787
37788 \begin_inset Index idx
37789 status collapsed
37790
37791 \begin_layout Plain Layout
37792 LaTeX-packages ! picinpar
37793 \end_layout
37794
37795 \end_inset
37796
37797 .
37798  Here is an example:
37799 \end_layout
37800
37801 \begin_layout Standard
37802 \begin_inset ERT
37803 status collapsed
37804
37805 \begin_layout Plain Layout
37806
37807
37808 \backslash
37809 ifpicinpar
37810 \end_layout
37811
37812 \end_inset
37813
37814
37815 \begin_inset Note Note
37816 status open
37817
37818 \begin_layout Plain Layout
37819 The following section will only be displayed when the LaTeX-package 
37820 \series bold
37821 picinpar
37822 \series default
37823  is installed.
37824 \end_layout
37825
37826 \end_inset
37827
37828
37829 \end_layout
37830
37831 \begin_layout Standard
37832 \begin_inset ERT
37833 status collapsed
37834
37835 \begin_layout Plain Layout
37836
37837
37838 \backslash
37839 begin{window}[2,c,{
37840 \end_layout
37841
37842 \end_inset
37843
37844
37845 \begin_inset Graphics
37846         filename clipart/mobius.eps
37847         lyxscale 60
37848         width 40col%
37849         scaleBeforeRotation
37850         rotateOrigin center
37851
37852 \end_inset
37853
37854
37855 \begin_inset ERT
37856 status collapsed
37857
37858 \begin_layout Plain Layout
37859
37860 },]
37861 \end_layout
37862
37863 \begin_layout Plain Layout
37864
37865 {}
37866 \end_layout
37867
37868 \end_inset
37869
37870
37871 \size small
37872 It was in the spring of the year 1894 that all London was interested, and
37873  the fashionable world dismayed, by the murder of the Honourable Ronald
37874  Adair under most unusual and inexplicable circumstances.
37875  The public has already learned those particulars of the crime which
37876 \size default
37877
37878 \begin_inset ERT
37879 status collapsed
37880
37881 \begin_layout Plain Layout
37882
37883
37884 \backslash
37885 footnotemark{}
37886 \end_layout
37887
37888 \end_inset
37889
37890
37891 \size small
37892  came out in the police investigation, but a good deal was suppressed upon
37893  that occasion, since the case for the prosecution was so overwhelmingly
37894  strong that it was not necessary to bring forward all the facts.
37895  Only now, at the end of nearly ten years, am I allowed to supply those
37896  missing links which make up the whole of that remarkable chain.
37897 \size default
37898
37899 \begin_inset ERT
37900 status collapsed
37901
37902 \begin_layout Plain Layout
37903
37904
37905 \backslash
37906 end{window}
37907 \end_layout
37908
37909 \end_inset
37910
37911
37912 \end_layout
37913
37914 \begin_layout Standard
37915 \begin_inset ERT
37916 status collapsed
37917
37918 \begin_layout Plain Layout
37919
37920
37921 \backslash
37922 footnotetext{
37923 \end_layout
37924
37925 \end_inset
37926
37927 Footnote of the paragraph with the fixed object.
37928 \begin_inset ERT
37929 status collapsed
37930
37931 \begin_layout Plain Layout
37932
37933 }
37934 \end_layout
37935
37936 \end_inset
37937
37938
37939 \end_layout
37940
37941 \begin_layout Standard
37942 Surrounded fixed objects are used to let text float around them, at which
37943  the object's position in the paragraph can be determined by the number
37944  of lines above it.
37945  In contrary to floats is it not possible to have a numbered caption.
37946 \end_layout
37947
37948 \begin_layout Standard
37949 A fixed object is inserted by adding the command
37950 \end_layout
37951
37952 \begin_layout Standard
37953
37954 \series bold
37955
37956 \backslash
37957 begin{window}[2,c,{
37958 \end_layout
37959
37960 \begin_layout Standard
37961 as TeX-Code at the beginning of the paragraph.
37962  The first parameter in the bracket, here '2', defines the number of lines
37963  above the object, the second, here 'c', the position of the object.
37964  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37965  Behind the command you insert the object.
37966  In this example an image with a width of 40
37967 \begin_inset space \thinspace{}
37968 \end_inset
37969
37970 % of the text column width was inserted.
37971  The object can also be a table, a box or an equation.
37972  Behind the object the command
37973 \end_layout
37974
37975 \begin_layout Standard
37976
37977 \series bold
37978 },description text]
37979 \begin_inset Newline newline
37980 \end_inset
37981
37982 {}
37983 \end_layout
37984
37985 \begin_layout Standard
37986 is inserted.
37987  Note that the 
37988 \begin_inset Quotes eld
37989 \end_inset
37990
37991
37992 \series bold
37993 {}
37994 \series default
37995
37996 \begin_inset Quotes erd
37997 \end_inset
37998
37999  is in the second line.
38000  The description text is optional.
38001  The text surrounding the object must be in the same paragraph as the object,
38002  so it must begin directly after the 
38003 \series bold
38004 {}
38005 \series default
38006 .
38007  At the end of the paragraph insert the command:
38008 \end_layout
38009
38010 \begin_layout Standard
38011
38012 \series bold
38013
38014 \backslash
38015 end{window}
38016 \end_layout
38017
38018 \begin_layout Standard
38019 Within a paragraph with a fixed object, you cannot insert footnotes in the
38020  normal way.
38021  You have to use instead the command 
38022 \series bold
38023
38024 \backslash
38025 footnotemark
38026 \series default
38027  inside the paragraph and outside the command 
38028 \series bold
38029
38030 \backslash
38031 footnotetext
38032 \series default
38033  as described in sec.
38034 \begin_inset space \thinspace{}
38035 \end_inset
38036
38037
38038 \begin_inset CommandInset ref
38039 LatexCommand ref
38040 reference "sec:Footnotes"
38041
38042 \end_inset
38043
38044 .
38045 \end_layout
38046
38047 \begin_layout Standard
38048 \begin_inset ERT
38049 status collapsed
38050
38051 \begin_layout Plain Layout
38052
38053
38054 \backslash
38055 else
38056 \end_layout
38057
38058 \end_inset
38059
38060
38061 \begin_inset Note Note
38062 status open
38063
38064 \begin_layout Plain Layout
38065 The following will be displayed when the LaTeX-package 
38066 \series bold
38067 picinpar
38068 \series default
38069  is not installed:
38070 \end_layout
38071
38072 \end_inset
38073
38074
38075 \end_layout
38076
38077 \begin_layout Standard
38078 You need to install the LaTeX-package 
38079 \series bold
38080 picinpar
38081 \series default
38082  to see the following part of this section in the output.
38083 \end_layout
38084
38085 \begin_layout Standard
38086 \begin_inset ERT
38087 status collapsed
38088
38089 \begin_layout Plain Layout
38090
38091
38092 \backslash
38093 fi
38094 \end_layout
38095
38096 \end_inset
38097
38098
38099 \end_layout
38100
38101 \begin_layout Section
38102 Initials
38103 \begin_inset Index idx
38104 status collapsed
38105
38106 \begin_layout Plain Layout
38107 Initials
38108 \end_layout
38109
38110 \end_inset
38111
38112
38113 \begin_inset Index idx
38114 status collapsed
38115
38116 \begin_layout Plain Layout
38117 Surrounded by text ! Initials
38118 \end_layout
38119
38120 \end_inset
38121
38122
38123 \end_layout
38124
38125 \begin_layout Standard
38126 To use initials, you must have the LaTeX-package 
38127 \series bold
38128 lettrine
38129 \series default
38130
38131 \begin_inset Index idx
38132 status collapsed
38133
38134 \begin_layout Plain Layout
38135 LaTeX-packages ! lettrine
38136 \end_layout
38137
38138 \end_inset
38139
38140  installed and use the module 
38141 \family sans
38142 Initials
38143 \family default
38144  in your document (menu 
38145 \family sans
38146 Document\SpecialChar \menuseparator
38147 Settings\SpecialChar \menuseparator
38148 Modules
38149 \family default
38150 ).
38151  To insert an initial, use the style 
38152 \family sans
38153 Initial
38154 \family default
38155 .
38156  This style has a mandatory and two optional arguments.
38157  The arguments are inserted via the 
38158 \family sans
38159 Insert
38160 \family default
38161  menu.
38162  The mandatory argument 
38163 \family sans
38164 Initial
38165 \family default
38166  contains the letter(s) that is the initial, the argument 
38167 \family sans
38168 Rest
38169 \begin_inset space ~
38170 \end_inset
38171
38172 of
38173 \begin_inset space ~
38174 \end_inset
38175
38176 Initial
38177 \family default
38178  contains the rest of the word or text of the initial letter(s).
38179  The argument 
38180 \family sans
38181 Options
38182 \family default
38183  contains parameters to modify the initial.
38184  For more information about the possible parameters see the documentation
38185  of 
38186 \series bold
38187 lettrine
38188 \series default
38189
38190 \begin_inset CommandInset citation
38191 LatexCommand cite
38192 key "lettrine"
38193
38194 \end_inset
38195
38196 .
38197  The style itself contains the text that is surrounding the initial.
38198  The usual style is hereby that the word whose first letter is the initial,
38199  is printed with 
38200 \shape smallcaps
38201 small caps
38202 \shape default
38203 .
38204 \end_layout
38205
38206 \begin_layout Standard
38207 Here are some examples:
38208 \end_layout
38209
38210 \begin_layout Standard
38211 \begin_inset ERT
38212 status collapsed
38213
38214 \begin_layout Plain Layout
38215
38216
38217 \backslash
38218 iflettrine
38219 \end_layout
38220
38221 \end_inset
38222
38223
38224 \begin_inset Note Note
38225 status open
38226
38227 \begin_layout Plain Layout
38228 The following section will only be displayed when the LaTeX-package 
38229 \series bold
38230 lettrine
38231 \series default
38232  is installed.
38233 \end_layout
38234
38235 \end_inset
38236
38237
38238 \end_layout
38239
38240 \begin_layout Enumerate
38241 No optional argument, the initial is the letter 'I' in the math font 
38242 \begin_inset Formula $\mathfrak{Fraktur}$
38243 \end_inset
38244
38245 :
38246 \end_layout
38247
38248 \begin_deeper
38249 \begin_layout Initial
38250 \begin_inset Argument 2
38251 status open
38252
38253 \begin_layout Plain Layout
38254 \begin_inset Formula $\mathfrak{I}$
38255 \end_inset
38256
38257
38258 \end_layout
38259
38260 \end_inset
38261
38262
38263 \begin_inset Argument 3
38264 status open
38265
38266 \begin_layout Plain Layout
38267 t
38268 \end_layout
38269
38270 \end_inset
38271
38272  was in the spring of the year 1894 that all London was interested, and
38273  the fashionable world dismayed, by the murder of the Honourable Ronald
38274  Adair under most unusual and inexplicable circumstances.
38275  The public has already learned those particulars of the crime which came
38276  out in the police investigation, but a good deal was suppressed upon that
38277  occasion, since the case for the prosecution was so overwhelmingly strong
38278  that it was not necessary to bring forward all the facts.
38279 \begin_inset Newpage newpage
38280 \end_inset
38281
38282
38283 \end_layout
38284
38285 \end_deeper
38286 \begin_layout Enumerate
38287 Only one line is surrounding the initial, which is formed by two letters
38288  in standard font and no text is printed in small caps:
38289 \end_layout
38290
38291 \begin_deeper
38292 \begin_layout Initial
38293 \begin_inset Argument 1
38294 status open
38295
38296 \begin_layout Plain Layout
38297 lines=1
38298 \end_layout
38299
38300 \end_inset
38301
38302
38303 \begin_inset Argument 2
38304 status open
38305
38306 \begin_layout Plain Layout
38307 It
38308 \end_layout
38309
38310 \end_inset
38311
38312  was in the spring of the year 1894 that all London was interested, and
38313  the fashionable world dismayed, by the murder of the Honourable Ronald
38314  Adair under most unusual and inexplicable circumstances.
38315  The public has already learned those particulars of the crime which came
38316  out in the police investigation, but a good deal was suppressed upon that
38317  occasion, since the case for the prosecution was so overwhelmingly strong
38318  that it was not necessary to bring forward all the facts.
38319 \end_layout
38320
38321 \end_deeper
38322 \begin_layout Enumerate
38323 Magenta, hanging initial over 3
38324 \begin_inset space ~
38325 \end_inset
38326
38327 lines in the math font 
38328 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38329 \end_inset
38330
38331 , the text 
38332 \begin_inset Quotes eld
38333 \end_inset
38334
38335 t was in the spring
38336 \begin_inset Quotes erd
38337 \end_inset
38338
38339  is in 
38340 \shape smallcaps
38341 small caps
38342 \shape default
38343 ; to color the initial, you must insert this command before the initial:
38344 \begin_inset Newline newline
38345 \end_inset
38346
38347
38348 \series bold
38349
38350 \backslash
38351 renewcommand{
38352 \backslash
38353 LettrineFontHook}{
38354 \backslash
38355 color{color}}
38356 \series default
38357
38358 \begin_inset Newline newline
38359 \end_inset
38360
38361 where the second 
38362 \emph on
38363 color
38364 \emph default
38365  can be 
38366 \begin_inset Quotes eld
38367 \end_inset
38368
38369 red
38370 \begin_inset Quotes erd
38371 \end_inset
38372
38373
38374 \begin_inset Quotes eld
38375 \end_inset
38376
38377 blue
38378 \begin_inset Quotes erd
38379 \end_inset
38380
38381
38382 \begin_inset Quotes eld
38383 \end_inset
38384
38385 green
38386 \begin_inset Quotes erd
38387 \end_inset
38388
38389
38390 \begin_inset Quotes eld
38391 \end_inset
38392
38393 yellow
38394 \begin_inset Quotes erd
38395 \end_inset
38396
38397
38398 \begin_inset Quotes eld
38399 \end_inset
38400
38401 cyan
38402 \begin_inset Quotes erd
38403 \end_inset
38404
38405
38406 \begin_inset Quotes eld
38407 \end_inset
38408
38409 magenta
38410 \begin_inset Quotes erd
38411 \end_inset
38412
38413
38414 \begin_inset Quotes eld
38415 \end_inset
38416
38417 black
38418 \begin_inset Quotes erd
38419 \end_inset
38420
38421  or 
38422 \begin_inset Quotes eld
38423 \end_inset
38424
38425 white
38426 \begin_inset Quotes erd
38427 \end_inset
38428
38429 , and add this command to the document preamble:
38430 \begin_inset Newline newline
38431 \end_inset
38432
38433
38434 \series bold
38435
38436 \backslash
38437 @ifundefined{textcolor}
38438 \begin_inset Newline newline
38439 \end_inset
38440
38441
38442 \begin_inset space ~
38443 \end_inset
38444
38445 {
38446 \backslash
38447 usepackage{color}}{}
38448 \end_layout
38449
38450 \begin_deeper
38451 \begin_layout Standard
38452 \begin_inset ERT
38453 status collapsed
38454
38455 \begin_layout Plain Layout
38456
38457
38458 \backslash
38459 renewcommand{
38460 \backslash
38461 LettrineFontHook}{
38462 \backslash
38463 color{magenta}}
38464 \end_layout
38465
38466 \end_inset
38467
38468
38469 \begin_inset Note Note
38470 status collapsed
38471
38472 \begin_layout Plain Layout
38473 makes the initial magenta
38474 \end_layout
38475
38476 \end_inset
38477
38478
38479 \end_layout
38480
38481 \begin_layout Initial
38482 \begin_inset Argument 1
38483 status open
38484
38485 \begin_layout Plain Layout
38486 lines=3, lhang=0.33, loversize=0.25
38487 \end_layout
38488
38489 \end_inset
38490
38491
38492 \begin_inset Argument 2
38493 status open
38494
38495 \begin_layout Plain Layout
38496 \begin_inset Formula $\mathcal{I}$
38497 \end_inset
38498
38499
38500 \end_layout
38501
38502 \end_inset
38503
38504
38505 \begin_inset Argument 3
38506 status open
38507
38508 \begin_layout Plain Layout
38509 t was in the spring
38510 \end_layout
38511
38512 \end_inset
38513
38514  of the year 1894 that all London was interested, and the fashionable world
38515  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38516  and inexplicable circumstances.
38517  The public has already learned those particulars of the crime which came
38518  out in the police investigation, but a good deal was suppressed upon that
38519  occasion, since the case for the prosecution was so overwhelmingly strong
38520  that it was not necessary to bring forward all the facts.
38521 \end_layout
38522
38523 \end_deeper
38524 \begin_layout Standard
38525 \begin_inset ERT
38526 status collapsed
38527
38528 \begin_layout Plain Layout
38529
38530
38531 \backslash
38532 else
38533 \end_layout
38534
38535 \end_inset
38536
38537
38538 \begin_inset Note Note
38539 status open
38540
38541 \begin_layout Plain Layout
38542 The following will be displayed when the LaTeX-package 
38543 \series bold
38544 lettrine
38545 \series default
38546  is not installed:
38547 \end_layout
38548
38549 \end_inset
38550
38551
38552 \end_layout
38553
38554 \begin_layout Standard
38555 You need to install the LaTeX-package 
38556 \series bold
38557 lettrine
38558 \series default
38559  to see the following part of this section in the output.
38560 \end_layout
38561
38562 \begin_layout Standard
38563 \begin_inset ERT
38564 status collapsed
38565
38566 \begin_layout Plain Layout
38567
38568
38569 \backslash
38570 fi
38571 \end_layout
38572
38573 \end_inset
38574
38575
38576 \end_layout
38577
38578 \begin_layout Chapter
38579 External Document Parts
38580 \begin_inset Index idx
38581 status collapsed
38582
38583 \begin_layout Plain Layout
38584 External Document Parts
38585 \end_layout
38586
38587 \end_inset
38588
38589
38590 \end_layout
38591
38592 \begin_layout Standard
38593 With the menu 
38594 \family sans
38595 Insert\SpecialChar \menuseparator
38596 File
38597 \family default
38598  you can insert external material into your document.
38599  This can be:
38600 \end_layout
38601
38602 \begin_layout Description
38603 LyX
38604 \begin_inset space ~
38605 \end_inset
38606
38607 Document Another LyX document; its content is directly inserted to your
38608  document.
38609 \end_layout
38610
38611 \begin_layout Description
38612 Plain
38613 \begin_inset space ~
38614 \end_inset
38615
38616 Text A text document; each line is inserted in your document as a separate
38617  paragraph.
38618 \end_layout
38619
38620 \begin_layout Description
38621 Plain
38622 \begin_inset space ~
38623 \end_inset
38624
38625 Text,
38626 \begin_inset space ~
38627 \end_inset
38628
38629 Join
38630 \begin_inset space ~
38631 \end_inset
38632
38633 Lines A text document; text lines are inserted in your document continuously
38634  but an empty text line creates a new paragraph.
38635 \end_layout
38636
38637 \begin_layout Description
38638 External
38639 \begin_inset space ~
38640 \end_inset
38641
38642 Material Files in various formats.
38643 \end_layout
38644
38645 \begin_layout Description
38646 Child
38647 \begin_inset space ~
38648 \end_inset
38649
38650 Document LyX or LaTeX-documents.
38651 \end_layout
38652
38653 \begin_layout Section
38654 External Material
38655 \begin_inset Index idx
38656 status collapsed
38657
38658 \begin_layout Plain Layout
38659 External Document Parts ! External Material
38660 \end_layout
38661
38662 \end_inset
38663
38664
38665 \end_layout
38666
38667 \begin_layout Standard
38668 The external material feature allows you to insert files into your document
38669  without converting them to a format that can be read by the document output
38670  format.
38671  LyX takes care of the necessary conversions.
38672  This is similar to images that can be inserted in various image formats
38673  in LyX documents.
38674  When you have enabled Instant Preview in LyX's preferences under 
38675 \family sans
38676 Look
38677 \begin_inset space ~
38678 \end_inset
38679
38680 and
38681 \begin_inset space ~
38682 \end_inset
38683
38684 feel\SpecialChar \menuseparator
38685 Graphics
38686 \family default
38687 , the external material types Dia and Xfig are directly shown in LyX.
38688 \end_layout
38689
38690 \begin_layout Standard
38691 External material can be inserted via the 
38692 \family sans
38693 External Material
38694 \family default
38695  dialog that is accessible with the menu 
38696 \family sans
38697 Insert\SpecialChar \menuseparator
38698 File\SpecialChar \menuseparator
38699 External
38700 \begin_inset space ~
38701 \end_inset
38702
38703 Material
38704 \family default
38705 .
38706  Currently the following file types (
38707 \family sans
38708 Templates
38709 \family default
38710 ) are allowed:
38711 \end_layout
38712
38713 \begin_layout Description
38714 ChessDiagram This template supports chess position diagrams made with the
38715  program 
38716 \series bold
38717
38718 \begin_inset CommandInset href
38719 LatexCommand href
38720 name "XBoard"
38721 target "http://en.wikipedia.org/wiki/XBoard"
38722
38723 \end_inset
38724
38725
38726 \series default
38727 .
38728 \end_layout
38729
38730 \begin_layout Description
38731 Date This inserts the date in the form 
38732 \emph on
38733 Day-Month-Year
38734 \emph default
38735 .
38736  This is a date inserted as external material: 
38737 \begin_inset External
38738         template Date
38739         filename .
38740
38741 \end_inset
38742
38743
38744 \begin_inset space ~
38745 \end_inset
38746
38747
38748 \begin_inset Note Note
38749 status open
38750
38751 \begin_layout Plain Layout
38752 Remove the protected space when bug 4398 is fixed!
38753 \end_layout
38754
38755 \end_inset
38756
38757
38758 \begin_inset Newline newline
38759 \end_inset
38760
38761 The date is not shown within LyX, only in the output.
38762  There are two other methods of inserting a date: Via menu 
38763 \family sans
38764 Insert\SpecialChar \menuseparator
38765 Date
38766 \family default
38767  and with the LaTeX command 
38768 \series bold
38769
38770 \backslash
38771 today
38772 \series default
38773  as TeX-Code.
38774  The different methods are compared in Table
38775 \begin_inset space ~
38776 \end_inset
38777
38778
38779 \begin_inset CommandInset ref
38780 LatexCommand ref
38781 reference "tab:Comparison-of-the"
38782
38783 \end_inset
38784
38785 .
38786 \end_layout
38787
38788 \begin_layout Description
38789 Dia This template supports diagrams created with the program 
38790 \series bold
38791
38792 \begin_inset CommandInset href
38793 LatexCommand href
38794 name "Dia"
38795 target "http://en.wikipedia.org/wiki/Dia_(software)"
38796
38797 \end_inset
38798
38799
38800 \series default
38801 .
38802 \end_layout
38803
38804 \begin_layout Description
38805 GnumericSpreadsheet With this template you can insert spreadsheets
38806 \begin_inset space \thinspace{}
38807 \end_inset
38808
38809 /
38810 \begin_inset space \thinspace{}
38811 \end_inset
38812
38813 tables in the format of 
38814 \series bold
38815
38816 \begin_inset CommandInset href
38817 LatexCommand href
38818 name "Gnumeric"
38819 target "http://en.wikipedia.org/wiki/Gnumeric"
38820
38821 \end_inset
38822
38823
38824 \series default
38825
38826 \begin_inset CommandInset href
38827 LatexCommand href
38828 name "OpenDocument"
38829 target "http://en.wikipedia.org/wiki/OpenDocument"
38830
38831 \end_inset
38832
38833
38834 \begin_inset CommandInset href
38835 LatexCommand href
38836 name "Microsoft Office XML"
38837 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38838
38839 \end_inset
38840
38841  and 
38842 \begin_inset CommandInset href
38843 LatexCommand href
38844 name "Office Open XML"
38845 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38846
38847 \end_inset
38848
38849 .
38850  For this feature LyX must have found the program 
38851 \family typewriter
38852 ssconvert
38853 \family default
38854  during its configuration.
38855  This program is part of Gnumeric, so that you must have Gnumeric installed,
38856  also if you don't have tables in the Gnumeric format.
38857  For examples and possible limitations have a look at LyX's example file
38858  
38859 \emph on
38860 spreadsheet.lyx
38861 \emph default
38862 .
38863 \end_layout
38864
38865 \begin_layout Description
38866 LilyPond This template is used for music notation typeset with the program
38867 \begin_inset Newline linebreak
38868 \end_inset
38869
38870
38871 \series bold
38872
38873 \begin_inset CommandInset href
38874 LatexCommand href
38875 name "LilyPond"
38876 target "http://en.wikipedia.org/wiki/LilyPond"
38877
38878 \end_inset
38879
38880
38881 \series default
38882 .
38883  For LyX's extended support for LilyPond have a look at LyX's example file
38884  
38885 \emph on
38886 lilypond.lyx
38887 \emph default
38888 .
38889 \end_layout
38890
38891 \begin_layout Description
38892 PDFPages With this template you can insert PDF documents to your document.
38893  To specify the range of pages that should be included, use the option 
38894 \series bold
38895 pages
38896 \series default
38897  in the 
38898 \family sans
38899 Option
38900 \family default
38901  field in the 
38902 \family sans
38903 LaTeX and LyX options
38904 \family default
38905  tab.
38906  The argument of this option is a comma separated list, containing page
38907  numbers (insert as option 
38908 \series bold
38909 pages={3,5,6,8}
38910 \series default
38911 ), ranges of page numbers (
38912 \series bold
38913 pages={4-9}
38914 \series default
38915 ) or any combination.
38916  To insert empty pages use {}.
38917  E.
38918 \begin_inset space \thinspace{}
38919 \end_inset
38920
38921 g.
38922 \begin_inset space ~
38923 \end_inset
38924
38925
38926 \series bold
38927 pages={3,{},8-11,15}
38928 \series default
38929  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38930  Page ranges are specified in the syntax 
38931 \emph on
38932 start
38933 \emph default
38934 -
38935 \emph on
38936 stop
38937 \emph default
38938 .
38939  This selects all pages from 
38940 \emph on
38941 start
38942 \emph default
38943  to 
38944 \emph on
38945 stop
38946 \emph default
38947 .
38948  Omitting 
38949 \emph on
38950 start
38951 \emph default
38952  defaults to the first page; omitting 
38953 \emph on
38954 stop
38955 \emph default
38956  defaults to the last page of the document.
38957  The last page can also be selected with the keyword 
38958 \series bold
38959 last
38960 \series default
38961 .
38962  (This is only permitted in a page range.) So 
38963 \series bold
38964 pages=-
38965 \series default
38966  will insert all pages of the document and 
38967 \series bold
38968 pages=last-1
38969 \series default
38970  will insert all pages in reverse order.
38971  If the pages option is not specified, only the first page of the PDF is
38972  inserted.
38973 \begin_inset Newline newline
38974 \end_inset
38975
38976 The option 
38977 \series bold
38978 noautoscale
38979 \series default
38980  inserts the pages with their original size, if this option is not given,
38981  the pages will be resized to fith the width of the page of your document.
38982  In the tab 
38983 \family sans
38984 Size and Rotation
38985 \family default
38986  you can specify the width and height of the input pages and their rotation.
38987  If another width than 100
38988 \begin_inset space \thinspace{}
38989 \end_inset
38990
38991 Scale% is used, the option 
38992 \series bold
38993 noautoscale
38994 \series default
38995  will be overwritten.
38996  For more info and possible options, have a look into the documentation
38997  of the LaTeX-package 
38998 \series bold
38999 pdfpages
39000 \series default
39001  
39002 \begin_inset CommandInset citation
39003 LatexCommand cite
39004 key "pdfpages"
39005
39006 \end_inset
39007
39008 .
39009 \begin_inset Index idx
39010 status collapsed
39011
39012 \begin_layout Plain Layout
39013 LaTeX-packages ! pdfpages
39014 \end_layout
39015
39016 \end_inset
39017
39018
39019 \begin_inset Newline newline
39020 \end_inset
39021
39022 To use this template in a 
39023 \family sans
39024 Beamer
39025 \family default
39026  presentation you need to first insert an 
39027 \family sans
39028 EndFrame
39029 \family default
39030  environment and in a subsequent paragraph a TeX-Code box containing the
39031  command 
39032 \series bold
39033
39034 \backslash
39035 setbeamertemplate{background canvas}{}
39036 \series default
39037 .
39038  Then you can insert as many paragraphs containing the PDFPages template
39039  as you wish.
39040  Behind the included PDF pages you can resume the Beamer presentation by
39041  beginning a new frame or by starting a new section.
39042  To avoid stray blank pages prior to the PDF pages, make sure to use the
39043  
39044 \family sans
39045 Default
39046 \family default
39047  alignment for the paragraph containing the template.
39048 \begin_inset Newline newline
39049 \end_inset
39050
39051 Here is an included PDF which is rotated by -5°: 
39052 \begin_inset External
39053         template PDFPages
39054         filename clipart/Abstract.pdf
39055         extra LaTeX "noautoscale, pages=-"
39056         rotateAngle -5
39057         rotateOrigin bottomleft
39058
39059 \end_inset
39060
39061
39062 \end_layout
39063
39064 \begin_layout Description
39065 RasterImage This can be used for bitmap images.
39066  The image can be treated in the 
39067 \family sans
39068 External material
39069 \family default
39070  dialog like the images that are usually included via the 
39071 \family sans
39072 Graphics
39073 \family default
39074  dialog as described in section
39075 \begin_inset space ~
39076 \end_inset
39077
39078
39079 \begin_inset CommandInset ref
39080 LatexCommand ref
39081 reference "sec:Graphics-Dialog"
39082
39083 \end_inset
39084
39085 .
39086  The difference to the normal image input is that only raster images are
39087  allowed; that means that PDF and EPS-images are not supported.
39088  Here is an inserted raster image: 
39089 \begin_inset External
39090         template RasterImage
39091         filename clipart/ToolbarEnvBox.png
39092
39093 \end_inset
39094
39095
39096 \end_layout
39097
39098 \begin_layout Description
39099 XFig This template supports images created with the program 
39100 \series bold
39101
39102 \begin_inset CommandInset href
39103 LatexCommand href
39104 name "Xfig"
39105 target "http://en.wikipedia.org/wiki/Xfig"
39106
39107 \end_inset
39108
39109
39110 \series default
39111 .
39112 \end_layout
39113
39114 \begin_layout Standard
39115 \begin_inset Float table
39116 placement !h
39117 wide false
39118 sideways false
39119 status open
39120
39121 \begin_layout Plain Layout
39122 \begin_inset Caption Standard
39123
39124 \begin_layout Plain Layout
39125 \begin_inset CommandInset label
39126 LatexCommand label
39127 name "tab:Comparison-of-the"
39128
39129 \end_inset
39130
39131 Comparison of the date input methods.
39132 \end_layout
39133
39134 \end_inset
39135
39136
39137 \end_layout
39138
39139 \begin_layout Plain Layout
39140 \align center
39141 \begin_inset Tabular
39142 <lyxtabular version="3" rows="4" columns="4">
39143 <features rotate="0" tabularvalignment="middle">
39144 <column alignment="center" valignment="top">
39145 <column alignment="center" valignment="top">
39146 <column alignment="center" valignment="top">
39147 <column alignment="center" valignment="top">
39148 <row>
39149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39150 \begin_inset Text
39151
39152 \begin_layout Plain Layout
39153 Document format
39154 \end_layout
39155
39156 \end_inset
39157 </cell>
39158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39159 \begin_inset Text
39160
39161 \begin_layout Plain Layout
39162
39163 \family sans
39164 External Material\SpecialChar \menuseparator
39165 Date
39166 \end_layout
39167
39168 \end_inset
39169 </cell>
39170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39171 \begin_inset Text
39172
39173 \begin_layout Plain Layout
39174
39175 \family sans
39176 Insert\SpecialChar \menuseparator
39177 Date
39178 \end_layout
39179
39180 \end_inset
39181 </cell>
39182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39183 \begin_inset Text
39184
39185 \begin_layout Plain Layout
39186 command 
39187 \series bold
39188
39189 \backslash
39190 today
39191 \end_layout
39192
39193 \end_inset
39194 </cell>
39195 </row>
39196 <row>
39197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39198 \begin_inset Text
39199
39200 \begin_layout Plain Layout
39201 LyX
39202 \end_layout
39203
39204 \end_inset
39205 </cell>
39206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39207 \begin_inset Text
39208
39209 \begin_layout Plain Layout
39210 as inset box
39211 \end_layout
39212
39213 \end_inset
39214 </cell>
39215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39216 \begin_inset Text
39217
39218 \begin_layout Plain Layout
39219 as date
39220 \end_layout
39221
39222 \end_inset
39223 </cell>
39224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39225 \begin_inset Text
39226
39227 \begin_layout Plain Layout
39228 as TeX-Code inset box
39229 \end_layout
39230
39231 \end_inset
39232 </cell>
39233 </row>
39234 <row>
39235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39236 \begin_inset Text
39237
39238 \begin_layout Plain Layout
39239 LaTeX
39240 \end_layout
39241
39242 \end_inset
39243 </cell>
39244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39245 \begin_inset Text
39246
39247 \begin_layout Plain Layout
39248 as date
39249 \end_layout
39250
39251 \end_inset
39252 </cell>
39253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39254 \begin_inset Text
39255
39256 \begin_layout Plain Layout
39257 as date
39258 \end_layout
39259
39260 \end_inset
39261 </cell>
39262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39263 \begin_inset Text
39264
39265 \begin_layout Plain Layout
39266 as command
39267 \end_layout
39268
39269 \end_inset
39270 </cell>
39271 </row>
39272 <row>
39273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39274 \begin_inset Text
39275
39276 \begin_layout Plain Layout
39277 DVI, PDF, PS
39278 \end_layout
39279
39280 \end_inset
39281 </cell>
39282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39283 \begin_inset Text
39284
39285 \begin_layout Plain Layout
39286 as date
39287 \end_layout
39288
39289 \end_inset
39290 </cell>
39291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39292 \begin_inset Text
39293
39294 \begin_layout Plain Layout
39295 as date
39296 \end_layout
39297
39298 \end_inset
39299 </cell>
39300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39301 \begin_inset Text
39302
39303 \begin_layout Plain Layout
39304 as date
39305 \end_layout
39306
39307 \end_inset
39308 </cell>
39309 </row>
39310 </lyxtabular>
39311
39312 \end_inset
39313
39314
39315 \end_layout
39316
39317 \end_inset
39318
39319
39320 \end_layout
39321
39322 \begin_layout Standard
39323 When you use the option 
39324 \family sans
39325 Draft
39326 \family default
39327  in the 
39328 \family sans
39329 File
39330 \family default
39331  tab of the 
39332 \family sans
39333 External Material
39334 \family default
39335  dialog, only the path to the inserted file is shown in the output.
39336 \begin_inset Newline newline
39337 \end_inset
39338
39339 External material is displayed in LyX either as a box like this: 
39340 \begin_inset Graphics
39341         filename clipart/ExternalMaterialQt4.png
39342         scale 85
39343         scaleBeforeRotation
39344
39345 \end_inset
39346
39347  or as image, depending on the option 
39348 \family sans
39349 Show in LyX
39350 \family default
39351  in the 
39352 \family sans
39353 LaTeX and LyX options
39354 \family default
39355  tab of the dialog.
39356 \end_layout
39357
39358 \begin_layout Standard
39359 The 
39360 \family sans
39361 \emph on
39362 Customization
39363 \family default
39364 \emph default
39365  manual explains how you can define your own templates.
39366 \end_layout
39367
39368 \begin_layout Section
39369 Child Documents
39370 \begin_inset CommandInset label
39371 LatexCommand label
39372 name "sec:Child-Documents"
39373
39374 \end_inset
39375
39376
39377 \begin_inset Index idx
39378 status collapsed
39379
39380 \begin_layout Plain Layout
39381 External Document Parts ! Child Documents
39382 \end_layout
39383
39384 \end_inset
39385
39386
39387 \begin_inset Index idx
39388 status collapsed
39389
39390 \begin_layout Plain Layout
39391 Files ! Include
39392 \end_layout
39393
39394 \end_inset
39395
39396
39397 \end_layout
39398
39399 \begin_layout Standard
39400 Child documents are used if you have a long document consisting of several
39401  larger parts or sections.
39402  For maintenance it is often useful and sometimes even required to split
39403  the document into several files that can be revised separately.
39404  The different documents are then the so called 
39405 \begin_inset Quotes eld
39406 \end_inset
39407
39408 child documents
39409 \begin_inset Quotes erd
39410 \end_inset
39411
39412 , and a master document connects them to print the full document or parts
39413  of it.
39414  A child document inherits elements from its master, for example the LaTeX
39415  preamble, the bibliography, and labels for cross-references.
39416 \end_layout
39417
39418 \begin_layout Standard
39419 To be able to work on child documents without the need to open their master,
39420  specify in the child document the master in the menu
39421 \family sans
39422  Document\SpecialChar \menuseparator
39423 Settings\SpecialChar \menuseparator
39424 Document
39425 \begin_inset space ~
39426 \end_inset
39427
39428 Class
39429 \family default
39430 .
39431  This master document will then be used in the background by LyX when you
39432  edit the child document.
39433 \end_layout
39434
39435 \begin_layout Standard
39436 Included documents are displayed in LyX as a box like this: 
39437 \begin_inset Graphics
39438         filename clipart/ChildDocumentQt4.png
39439         scale 85
39440         scaleBeforeRotation
39441
39442 \end_inset
39443
39444  To include child documents in a master document use the menu 
39445 \family sans
39446 Insert\SpecialChar \menuseparator
39447 File\SpecialChar \menuseparator
39448 Child
39449 \begin_inset space ~
39450 \end_inset
39451
39452 Documents
39453 \family default
39454 .
39455  A dialog pops up where you can choose between four include methods:
39456 \end_layout
39457
39458 \begin_layout Description
39459 Include You can include LyX- and LaTeX-documents.
39460  When you press the 
39461 \family sans
39462 Edit
39463 \family default
39464  button in the 
39465 \family sans
39466 Child Document
39467 \family default
39468  dialog, the included document will be opened in LyX in a new file tab so
39469  that you can modify it.
39470 \begin_inset Newline newline
39471 \end_inset
39472
39473
39474 \end_layout
39475
39476 \begin_layout Standard
39477 Here is a child document inserted using 
39478 \family sans
39479 Include
39480 \family default
39481
39482 \begin_inset CommandInset include
39483 LatexCommand include
39484 filename "DummyDocument1.lyx"
39485
39486 \end_inset
39487
39488
39489 \end_layout
39490
39491 \begin_layout Standard
39492 The section numbering includes the sections of the included files in the
39493  order they are inserted in the master document.
39494  The included example document has for example a subsection that is numbered
39495  as a subsection of this section.
39496  Labels of included documents can be referenced: Subsection
39497 \begin_inset space ~
39498 \end_inset
39499
39500
39501 \begin_inset CommandInset ref
39502 LatexCommand ref
39503 reference "sub:External-Subsection-1"
39504
39505 \end_inset
39506
39507 .
39508 \end_layout
39509
39510 \begin_layout Standard
39511 The preamble of the child document is ignored; only the preamble of the
39512  master document is used.
39513  Branches in child documents will be ignored by the master document when
39514  the master document does not have a branch with the same name.
39515  Included documents are inserted starting on a new page and ending with
39516  a page break.
39517 \end_layout
39518
39519 \begin_layout Standard
39520 \begin_inset Note Greyedout
39521 status open
39522
39523 \begin_layout Plain Layout
39524
39525 \series bold
39526 Note:
39527 \series default
39528  If you have included a LyX- or LaTeX-file, you are warned when you export/view
39529  the document in case the child document uses another document class than
39530  the master document as this will lead to unexpected outputs.
39531 \end_layout
39532
39533 \end_inset
39534
39535
39536 \end_layout
39537
39538 \begin_layout Description
39539 Input This method is very similar to the Include method.
39540  The differences are:
39541 \end_layout
39542
39543 \begin_deeper
39544 \begin_layout Itemize
39545 Input files don't start with a new page and don't end with a page break.
39546 \end_layout
39547
39548 \begin_layout Itemize
39549 Input files can be previewed in LyX when 
39550 \family sans
39551 Instant
39552 \begin_inset space ~
39553 \end_inset
39554
39555 Preview
39556 \family default
39557  is enabled in LyX's preferences under 
39558 \family sans
39559 Look
39560 \begin_inset space ~
39561 \end_inset
39562
39563 and
39564 \begin_inset space ~
39565 \end_inset
39566
39567 feel\SpecialChar \menuseparator
39568 Graphics
39569 \family default
39570 .
39571 \end_layout
39572
39573 \begin_layout Itemize
39574 You cannot exclude Input files via the menu 
39575 \family sans
39576 Document\SpecialChar \menuseparator
39577 Settings\SpecialChar \menuseparator
39578 Child Documents
39579 \family default
39580 .
39581 \end_layout
39582
39583 \end_deeper
39584 \begin_layout Standard
39585 Here is a child document inserted using 
39586 \family sans
39587 Input
39588 \family default
39589
39590 \begin_inset CommandInset include
39591 LatexCommand input
39592 filename "DummyDocument2.lyx"
39593
39594 \end_inset
39595
39596
39597 \end_layout
39598
39599 \begin_layout Description
39600 Verbatim With this method any text file can be included.
39601  The file is shown in the output with its source code; no command used in
39602  the text is invoked.
39603  You can use the option 
39604 \family sans
39605 Mark spaces in output
39606 \family default
39607  that displays the character 
39608 \begin_inset Quotes eld
39609 \end_inset
39610
39611
39612 \begin_inset ERT
39613 status collapsed
39614
39615 \begin_layout Plain Layout
39616
39617
39618 \backslash
39619 textvisiblespace 
39620 \end_layout
39621
39622 \end_inset
39623
39624
39625 \begin_inset Quotes erd
39626 \end_inset
39627
39628  for every space character in the source code.
39629  The difference from the method via the menu 
39630 \family sans
39631 Insert\SpecialChar \menuseparator
39632 File\SpecialChar \menuseparator
39633 Plain
39634 \begin_inset space ~
39635 \end_inset
39636
39637 Text
39638 \family default
39639  is that the document content is not shown in LyX.
39640 \end_layout
39641
39642 \begin_layout Standard
39643 Here is a child document inserted as Verbatim: 
39644 \begin_inset CommandInset include
39645 LatexCommand verbatiminput
39646 filename "DummyTextDocument.txt"
39647
39648 \end_inset
39649
39650
39651 \begin_inset VSpace bigskip
39652 \end_inset
39653
39654  Here is a child document inserted as Verbatim using the 
39655 \family sans
39656 Mark spaces in output
39657 \family default
39658  option: 
39659 \begin_inset CommandInset include
39660 LatexCommand verbatiminput*
39661 filename "DummyTextDocument.txt"
39662
39663 \end_inset
39664
39665
39666 \end_layout
39667
39668 \begin_layout Standard
39669 \begin_inset VSpace bigskip
39670 \end_inset
39671
39672
39673 \end_layout
39674
39675 \begin_layout Standard
39676 \begin_inset Note Greyedout
39677 status open
39678
39679 \begin_layout Plain Layout
39680
39681 \series bold
39682 Note:
39683 \series default
39684  As you can see in the examples above, the text of the documents included
39685  as 
39686 \family sans
39687 verbatim
39688 \family default
39689  is not broken at the end of the document lines.
39690 \end_layout
39691
39692 \end_inset
39693
39694
39695 \end_layout
39696
39697 \begin_layout Description
39698 Listings This type is described in chapter
39699 \begin_inset space ~
39700 \end_inset
39701
39702
39703 \begin_inset CommandInset ref
39704 LatexCommand ref
39705 reference "cha:Program-Code-Listings"
39706
39707 \end_inset
39708
39709 .
39710 \end_layout
39711
39712 \begin_layout Standard
39713 \begin_inset Note Greyedout
39714 status open
39715
39716 \begin_layout Plain Layout
39717
39718 \series bold
39719 Note:
39720 \series default
39721  Including the same document twice in a document using different methods
39722  could cause LaTeX-problems.
39723 \end_layout
39724
39725 \end_inset
39726
39727
39728 \end_layout
39729
39730 \begin_layout Standard
39731 If you want to view/export only selected children of your master document,
39732  either because you want to save compiling time or because you want to distribut
39733 e single chapters of the book you are just writing, you can exclude children
39734  from the output.
39735  This is done via the menu 
39736 \family sans
39737 Document\SpecialChar \menuseparator
39738 Settings\SpecialChar \menuseparator
39739 Child Documents
39740 \family default
39741 .
39742  You can exclude\SpecialChar \slash{}
39743 include children by double-clicking on the 
39744 \family sans
39745 include to output
39746 \family default
39747  column of the respective child document in the list (note that this only
39748  works for documents embedded via 
39749 \begin_inset Quotes eld
39750 \end_inset
39751
39752 Include
39753 \begin_inset Quotes erd
39754 \end_inset
39755
39756 , not with 
39757 \begin_inset Quotes eld
39758 \end_inset
39759
39760 Input
39761 \begin_inset Quotes erd
39762 \end_inset
39763
39764 ).
39765  If the option 
39766 \family sans
39767 Maintain counters and references
39768 \family default
39769  is enabled, LyX will assure that all page numbers, references etc.
39770 \begin_inset space ~
39771 \end_inset
39772
39773 are correct as if the whole document was processed.
39774  This is useful if you want the selected sub-documents to look exactly as
39775  in the context of the whole document.
39776  However, LyX needs to process the whole document in the background for
39777  this feature.
39778  So if you want to save compile time and if counters and references do not
39779  need to be correct, disable this checkbox.
39780 \end_layout
39781
39782 \begin_layout Standard
39783 Alternatively, you can put each included file into a branch.
39784 \begin_inset Foot
39785 status collapsed
39786
39787 \begin_layout Plain Layout
39788 Branches are described in section 
39789 \emph on
39790 Branches
39791 \emph default
39792  of the LyX 
39793 \emph on
39794 Userguide
39795 \emph default
39796 .
39797 \end_layout
39798
39799 \end_inset
39800
39801  By enabling\SpecialChar \slash{}
39802 disabling branches you can decide which included files will
39803  appear in the output.
39804  This has the advantage that it also works with Input'ed sub-documents.
39805  However, counters and references will not be maintained with this approach.
39806 \end_layout
39807
39808 \begin_layout Chapter
39809 Program Code Listings
39810 \begin_inset CommandInset label
39811 LatexCommand label
39812 name "cha:Program-Code-Listings"
39813
39814 \end_inset
39815
39816
39817 \begin_inset Index idx
39818 status collapsed
39819
39820 \begin_layout Plain Layout
39821 Listings
39822 \end_layout
39823
39824 \end_inset
39825
39826
39827 \begin_inset Index idx
39828 status collapsed
39829
39830 \begin_layout Plain Layout
39831 Program Code
39832 \end_layout
39833
39834 \end_inset
39835
39836
39837 \begin_inset Index idx
39838 status collapsed
39839
39840 \begin_layout Plain Layout
39841 Floats ! Listings
39842 \end_layout
39843
39844 \end_inset
39845
39846
39847 \end_layout
39848
39849 \begin_layout Standard
39850 To include and typeset program code you can use the 
39851 \family sans
39852 Listings
39853 \family default
39854  inset that can be inserted via the menu 
39855 \family sans
39856 Insert\SpecialChar \menuseparator
39857 Program Listing
39858 \family default
39859 .
39860  The LaTeX-package 
39861 \series bold
39862 listings
39863 \series default
39864
39865 \begin_inset Index idx
39866 status collapsed
39867
39868 \begin_layout Plain Layout
39869 LaTeX-packages ! listings
39870 \end_layout
39871
39872 \end_inset
39873
39874  provides a powerful and flexible way to insert program source code into
39875  your document.
39876 \end_layout
39877
39878 \begin_layout Standard
39879 Right-clicking on a listings inset opens the context menu containing where
39880  you can set the listings format.
39881 \end_layout
39882
39883 \begin_layout Standard
39884 By default, a listing starts a new paragraph in the output.
39885  The placement option 
39886 \family sans
39887 Inline
39888 \begin_inset space ~
39889 \end_inset
39890
39891 listing
39892 \family default
39893  prints the listing inline like this: 
39894 \begin_inset listings
39895 lstparams "language={C++}"
39896 inline true
39897 status open
39898
39899 \begin_layout Plain Layout
39900
39901 int a=5;
39902 \end_layout
39903
39904 \end_inset
39905
39906
39907 \begin_inset Newline newline
39908 \end_inset
39909
39910 The option 
39911 \family sans
39912 Float
39913 \family default
39914  creates a listings float where you can specify the placement options 
39915 \begin_inset Quotes eld
39916 \end_inset
39917
39918
39919 \family sans
39920 h
39921 \family default
39922
39923 \begin_inset Quotes erd
39924 \end_inset
39925
39926
39927 \begin_inset Quotes eld
39928 \end_inset
39929
39930
39931 \family sans
39932 t
39933 \family default
39934
39935 \begin_inset Quotes erd
39936 \end_inset
39937
39938
39939 \begin_inset Quotes eld
39940 \end_inset
39941
39942
39943 \family sans
39944 b
39945 \family default
39946
39947 \begin_inset Quotes erd
39948 \end_inset
39949
39950 , and 
39951 \begin_inset Quotes eld
39952 \end_inset
39953
39954
39955 \family sans
39956 p
39957 \family default
39958
39959 \begin_inset Quotes erd
39960 \end_inset
39961
39962  corresponding to the float placement options described in section
39963 \begin_inset space ~
39964 \end_inset
39965
39966
39967 \begin_inset CommandInset ref
39968 LatexCommand ref
39969 reference "sec:Float-Placement"
39970
39971 \end_inset
39972
39973 .
39974  The placement options can be mixed and are inserted without any separation,
39975  e.
39976 \begin_inset space \thinspace{}
39977 \end_inset
39978
39979 g.
39980 \begin_inset space \space{}
39981 \end_inset
39982
39983
39984 \begin_inset Quotes eld
39985 \end_inset
39986
39987
39988 \family sans
39989 htbp
39990 \family default
39991
39992 \begin_inset Quotes erd
39993 \end_inset
39994
39995 .
39996  The option 
39997 \begin_inset Quotes eld
39998 \end_inset
39999
40000 h
40001 \begin_inset Quotes erd
40002 \end_inset
40003
40004  has sometimes no effect, but you don't need to use the 
40005 \family sans
40006 Float
40007 \family default
40008  option in this case as also non-float listings can have captions and be
40009  referenced.
40010 \end_layout
40011
40012 \begin_layout Standard
40013 You can add captions to listings with the menu 
40014 \family sans
40015 Insert\SpecialChar \menuseparator
40016 Caption
40017 \family default
40018 .
40019  Listings can be referenced like floats: Listing
40020 \begin_inset space ~
40021 \end_inset
40022
40023
40024 \begin_inset CommandInset ref
40025 LatexCommand ref
40026 reference "lst:Example-Listing"
40027
40028 \end_inset
40029
40030 .
40031  A list of listings which contains all listings with captions can be created
40032  via the menu 
40033 \family sans
40034 Insert\SpecialChar \menuseparator
40035 List
40036 \begin_inset space ~
40037 \end_inset
40038
40039 /
40040 \begin_inset space ~
40041 \end_inset
40042
40043 TOC\SpecialChar \menuseparator
40044 List of Listings
40045 \family default
40046 .
40047  The list entries are the listing caption and the listing number.
40048 \end_layout
40049
40050 \begin_layout Standard
40051 \begin_inset listings
40052 lstparams "language=Python"
40053 inline false
40054 status open
40055
40056 \begin_layout Plain Layout
40057
40058 \begin_inset Caption Standard
40059
40060 \begin_layout Plain Layout
40061 \begin_inset CommandInset label
40062 LatexCommand label
40063 name "lst:Example-Listing"
40064
40065 \end_inset
40066
40067 Example Listing float
40068 \end_layout
40069
40070 \end_inset
40071
40072 # Example listing float
40073 \end_layout
40074
40075 \begin_layout Plain Layout
40076
40077 def func(param):
40078 \end_layout
40079
40080 \begin_layout Plain Layout
40081
40082     'this is a python function'
40083 \end_layout
40084
40085 \begin_layout Plain Layout
40086
40087     pass
40088 \end_layout
40089
40090 \end_inset
40091
40092
40093 \end_layout
40094
40095 \begin_layout Standard
40096 When you have set a programming language in the listings dialog, the keywords
40097  of this language will be recognized and specially typeset in the output.
40098  In the example listings the Python keyword 
40099 \begin_inset Quotes eld
40100 \end_inset
40101
40102 def
40103 \begin_inset Quotes erd
40104 \end_inset
40105
40106  is recognized and printed bold in the output.
40107 \end_layout
40108
40109 \begin_layout Standard
40110 \begin_inset Note Greyedout
40111 status open
40112
40113 \begin_layout Plain Layout
40114
40115 \series bold
40116 Note:
40117 \series default
40118  If you don't get bold keywords when using typewriter fonts, your 
40119 \family typewriter
40120 typewriter
40121 \family default
40122  font probably doesn't provide a bold shape.
40123  In this case select a different one in the menu 
40124 \family sans
40125 Document\SpecialChar \menuseparator
40126 Settings\SpecialChar \menuseparator
40127 Fonts
40128 \family default
40129 .
40130  (The fonts 
40131 \emph on
40132 LuxiMono, BeraMono
40133 \emph default
40134  and 
40135 \emph on
40136 Courier
40137 \emph default
40138  provide bold shapes.)
40139 \end_layout
40140
40141 \end_inset
40142
40143
40144 \end_layout
40145
40146 \begin_layout Standard
40147 In section 
40148 \family sans
40149 Line
40150 \begin_inset space ~
40151 \end_inset
40152
40153 numbering
40154 \family default
40155  of the listings dialog you can specify the line numbering style.
40156  You can insert a number to specify which lines are numbered in the field
40157  
40158 \family sans
40159 Step
40160 \family default
40161 .
40162  When you insert e.
40163 \begin_inset space \thinspace{}
40164 \end_inset
40165
40166 g.
40167 \begin_inset space \space{}
40168 \end_inset
40169
40170
40171 \begin_inset Quotes eld
40172 \end_inset
40173
40174 3
40175 \begin_inset Quotes erd
40176 \end_inset
40177
40178 , only every 3rd line will be numbered.
40179 \end_layout
40180
40181 \begin_layout Standard
40182 You can furthermore specify a range of lines; only these will then appear
40183  in the output.
40184  The option 
40185 \family sans
40186 Extended character table
40187 \family default
40188  should be used when you use national characters like the German umlauts
40189  in the listing.
40190 \begin_inset Newline newline
40191 \end_inset
40192
40193 Here is an example listing with left line numbering, step 
40194 \begin_inset Quotes eld
40195 \end_inset
40196
40197 3
40198 \begin_inset Quotes erd
40199 \end_inset
40200
40201 , language 
40202 \begin_inset Quotes eld
40203 \end_inset
40204
40205 Python
40206 \begin_inset Quotes erd
40207 \end_inset
40208
40209 , options 
40210 \begin_inset Quotes eld
40211 \end_inset
40212
40213 Extended character table
40214 \begin_inset Quotes erd
40215 \end_inset
40216
40217  and 
40218 \begin_inset Quotes eld
40219 \end_inset
40220
40221 Space
40222 \begin_inset space ~
40223 \end_inset
40224
40225 as
40226 \begin_inset space ~
40227 \end_inset
40228
40229 symbol
40230 \begin_inset Quotes erd
40231 \end_inset
40232
40233 , range lines 3
40234 \begin_inset space \thinspace{}
40235 \end_inset
40236
40237 -
40238 \begin_inset space \thinspace{}
40239 \end_inset
40240
40241 8:
40242 \end_layout
40243
40244 \begin_layout Standard
40245 \begin_inset listings
40246 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40247 inline false
40248 status open
40249
40250 \begin_layout Plain Layout
40251
40252 def func(param):
40253 \end_layout
40254
40255 \begin_layout Plain Layout
40256
40257     'this is a python function'
40258 \end_layout
40259
40260 \begin_layout Plain Layout
40261
40262     pass
40263 \end_layout
40264
40265 \begin_layout Plain Layout
40266
40267 def func(param):
40268 \end_layout
40269
40270 \begin_layout Plain Layout
40271
40272 'This is a German word: Tschüß'
40273 \end_layout
40274
40275 \begin_layout Plain Layout
40276
40277 pass
40278 \end_layout
40279
40280 \begin_layout Plain Layout
40281
40282 def func(param):
40283 \end_layout
40284
40285 \begin_layout Plain Layout
40286
40287 'this is a python function'
40288 \end_layout
40289
40290 \begin_layout Plain Layout
40291
40292 pass
40293 \end_layout
40294
40295 \end_inset
40296
40297
40298 \end_layout
40299
40300 \begin_layout Standard
40301 When you have tabulators in your listing, you can specify the number of
40302  characters that are spanned by a tabulator in the field 
40303 \family sans
40304 Tabulator
40305 \begin_inset space ~
40306 \end_inset
40307
40308 size
40309 \family default
40310 .
40311 \end_layout
40312
40313 \begin_layout Standard
40314 \begin_inset Note Greyedout
40315 status open
40316
40317 \begin_layout Plain Layout
40318
40319 \series bold
40320 Note:
40321 \series default
40322  Due to a bug in the 
40323 \series bold
40324 listings
40325 \series default
40326  package the line numbering is shifted by a line by every previous listing.
40327  That's the reason why the lines 2 and 5 are numbered in the above listing
40328  and not the lines 3 and 6.
40329 \end_layout
40330
40331 \end_inset
40332
40333
40334 \end_layout
40335
40336 \begin_layout Standard
40337 \begin_inset VSpace bigskip
40338 \end_inset
40339
40340
40341 \end_layout
40342
40343 \begin_layout Standard
40344 It is also possible to print lines from a file as listing.
40345  To do this, use the menu 
40346 \family sans
40347 Insert\SpecialChar \menuseparator
40348 File\SpecialChar \menuseparator
40349 Child Document
40350 \family default
40351  and choose the type 
40352 \family sans
40353 Listings
40354 \family default
40355 .
40356 \begin_inset Foot
40357 status collapsed
40358
40359 \begin_layout Plain Layout
40360 The other child document types are described in section
40361 \begin_inset space ~
40362 \end_inset
40363
40364
40365 \begin_inset CommandInset ref
40366 LatexCommand ref
40367 reference "sec:Child-Documents"
40368
40369 \end_inset
40370
40371 .
40372 \end_layout
40373
40374 \end_inset
40375
40376  In the child document dialog you can specify the listing parameters in
40377  a text box.
40378  To show a list of all available parameters, type in a question mark 
40379 \begin_inset Quotes eld
40380 \end_inset
40381
40382 ?
40383 \begin_inset Quotes erd
40384 \end_inset
40385
40386  in the text box.
40387 \end_layout
40388
40389 \begin_layout Standard
40390 To reference child document listings, write a label text into the corresponding
40391  field of the child document dialog.
40392  The label can then be referenced using the menu 
40393 \family sans
40394 Insert\SpecialChar \menuseparator
40395 Cross-Reference
40396 \family default
40397 .
40398 \end_layout
40399
40400 \begin_layout Standard
40401 Listing
40402 \begin_inset space ~
40403 \end_inset
40404
40405
40406 \begin_inset CommandInset ref
40407 LatexCommand ref
40408 reference "lst:file-listing"
40409
40410 \end_inset
40411
40412  is an example for a listing of a file; there the lines 10
40413 \begin_inset space \thinspace{}
40414 \end_inset
40415
40416 -
40417 \begin_inset space \thinspace{}
40418 \end_inset
40419
40420 15 of this LyX file are listed.
40421 \end_layout
40422
40423 \begin_layout Standard
40424 \begin_inset CommandInset include
40425 LatexCommand lstinputlisting
40426 filename "EmbeddedObjects.lyx"
40427 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40428
40429 \end_inset
40430
40431
40432 \end_layout
40433
40434 \begin_layout Standard
40435 \begin_inset VSpace bigskip
40436 \end_inset
40437
40438
40439 \end_layout
40440
40441 \begin_layout Standard
40442 Inserting a formula into a listing can be done the following way:
40443 \end_layout
40444
40445 \begin_layout Enumerate
40446 Open the listings dialog and add
40447 \begin_inset Newline newline
40448 \end_inset
40449
40450
40451 \family sans
40452 mathescape=true
40453 \family default
40454
40455 \begin_inset Newline newline
40456 \end_inset
40457
40458 to the field of the 
40459 \family sans
40460 Advanced
40461 \family default
40462  tab.
40463 \end_layout
40464
40465 \begin_layout Enumerate
40466 Create a formula outside the listing
40467 \end_layout
40468
40469 \begin_layout Enumerate
40470 Copy the content of the formula (not the formula inset) to the clipboard
40471  (shortcut 
40472 \begin_inset Info
40473 type  "shortcut"
40474 arg   "copy"
40475 \end_inset
40476
40477 )
40478 \end_layout
40479
40480 \begin_layout Enumerate
40481 In the listing write 
40482 \begin_inset Quotes eld
40483 \end_inset
40484
40485
40486 \family sans
40487 $$
40488 \family default
40489
40490 \begin_inset Quotes erd
40491 \end_inset
40492
40493  and copy from the clipboard between the dollar-signs (shortcut 
40494 \begin_inset Info
40495 type  "shortcut"
40496 arg   "paste"
40497 \end_inset
40498
40499 )
40500 \end_layout
40501
40502 \begin_layout Standard
40503 \begin_inset listings
40504 lstparams "language=Python,mathescape=true"
40505 inline false
40506 status open
40507
40508 \begin_layout Plain Layout
40509
40510 \begin_inset Caption Standard
40511
40512 \begin_layout Plain Layout
40513 Example Listing float containing a formula
40514 \end_layout
40515
40516 \end_inset
40517
40518 # Example listing float
40519 \end_layout
40520
40521 \begin_layout Plain Layout
40522
40523 def func(param):
40524 \end_layout
40525
40526 \begin_layout Plain Layout
40527
40528     # $
40529 \backslash
40530 prod_{n=1}^{
40531 \backslash
40532 infty}
40533 \backslash
40534 ,
40535 \backslash
40536 frac{1}{x^{2}}$
40537 \end_layout
40538
40539 \begin_layout Plain Layout
40540
40541     pass
40542 \end_layout
40543
40544 \end_inset
40545
40546
40547 \end_layout
40548
40549 \begin_layout Standard
40550 \begin_inset VSpace bigskip
40551 \end_inset
40552
40553
40554 \end_layout
40555
40556 \begin_layout Standard
40557 Global listings settings can be set in the 
40558 \family sans
40559 Document\SpecialChar \menuseparator
40560 Settings\SpecialChar \menuseparator
40561 Listings
40562 \family default
40563  dialog.
40564  To get there a list of available options, type in a question mark 
40565 \begin_inset Quotes eld
40566 \end_inset
40567
40568 ?
40569 \begin_inset Quotes erd
40570 \end_inset
40571
40572 .
40573 \end_layout
40574
40575 \begin_layout Standard
40576 For more information about the 
40577 \series bold
40578 listings
40579 \series default
40580  package, we refer to its documentation 
40581 \begin_inset CommandInset citation
40582 LatexCommand cite
40583 key "listings"
40584
40585 \end_inset
40586
40587 .
40588 \end_layout
40589
40590 \begin_layout Standard
40591 \begin_inset Newpage newpage
40592 \end_inset
40593
40594
40595 \end_layout
40596
40597 \begin_layout Chapter
40598 \start_of_appendix
40599 Units available in LyX
40600 \begin_inset Index idx
40601 status collapsed
40602
40603 \begin_layout Plain Layout
40604 Units
40605 \end_layout
40606
40607 \end_inset
40608
40609
40610 \begin_inset CommandInset label
40611 LatexCommand label
40612 name "cha:Units-available-in"
40613
40614 \end_inset
40615
40616
40617 \end_layout
40618
40619 \begin_layout Standard
40620 To understand the units described in this documentation, Table
40621 \begin_inset space ~
40622 \end_inset
40623
40624
40625 \begin_inset CommandInset ref
40626 LatexCommand ref
40627 reference "tab:Units"
40628
40629 \end_inset
40630
40631  explains all units available in LyX.
40632 \end_layout
40633
40634 \begin_layout Standard
40635 \begin_inset Float table
40636 placement h
40637 wide false
40638 sideways false
40639 status open
40640
40641 \begin_layout Plain Layout
40642 \begin_inset Caption Standard
40643
40644 \begin_layout Plain Layout
40645 \begin_inset CommandInset label
40646 LatexCommand label
40647 name "tab:Units"
40648
40649 \end_inset
40650
40651 Units
40652 \end_layout
40653
40654 \end_inset
40655
40656
40657 \end_layout
40658
40659 \begin_layout Plain Layout
40660 \begin_inset VSpace medskip
40661 \end_inset
40662
40663
40664 \end_layout
40665
40666 \begin_layout Plain Layout
40667 \align center
40668 \begin_inset Tabular
40669 <lyxtabular version="3" rows="20" columns="2">
40670 <features rotate="0" tabularvalignment="middle">
40671 <column alignment="center" valignment="top">
40672 <column alignment="center" valignment="top">
40673 <row>
40674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40675 \begin_inset Text
40676
40677 \begin_layout Plain Layout
40678 unit
40679 \end_layout
40680
40681 \end_inset
40682 </cell>
40683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40684 \begin_inset Text
40685
40686 \begin_layout Plain Layout
40687 name/description
40688 \end_layout
40689
40690 \end_inset
40691 </cell>
40692 </row>
40693 <row>
40694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40695 \begin_inset Text
40696
40697 \begin_layout Plain Layout
40698 mm
40699 \end_layout
40700
40701 \end_inset
40702 </cell>
40703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40704 \begin_inset Text
40705
40706 \begin_layout Plain Layout
40707 millimeter
40708 \end_layout
40709
40710 \end_inset
40711 </cell>
40712 </row>
40713 <row>
40714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40715 \begin_inset Text
40716
40717 \begin_layout Plain Layout
40718 cm
40719 \end_layout
40720
40721 \end_inset
40722 </cell>
40723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40724 \begin_inset Text
40725
40726 \begin_layout Plain Layout
40727 centimeter
40728 \end_layout
40729
40730 \end_inset
40731 </cell>
40732 </row>
40733 <row>
40734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40735 \begin_inset Text
40736
40737 \begin_layout Plain Layout
40738 in
40739 \end_layout
40740
40741 \end_inset
40742 </cell>
40743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40744 \begin_inset Text
40745
40746 \begin_layout Plain Layout
40747 inch
40748 \end_layout
40749
40750 \end_inset
40751 </cell>
40752 </row>
40753 <row>
40754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40755 \begin_inset Text
40756
40757 \begin_layout Plain Layout
40758 pt
40759 \end_layout
40760
40761 \end_inset
40762 </cell>
40763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40764 \begin_inset Text
40765
40766 \begin_layout Plain Layout
40767 point (72.27
40768 \begin_inset space \thinspace{}
40769 \end_inset
40770
40771 pt = 1
40772 \begin_inset space \thinspace{}
40773 \end_inset
40774
40775 in)
40776 \end_layout
40777
40778 \end_inset
40779 </cell>
40780 </row>
40781 <row>
40782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40783 \begin_inset Text
40784
40785 \begin_layout Plain Layout
40786 pc
40787 \end_layout
40788
40789 \end_inset
40790 </cell>
40791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40792 \begin_inset Text
40793
40794 \begin_layout Plain Layout
40795 pica (1
40796 \begin_inset space \thinspace{}
40797 \end_inset
40798
40799 pc = 12
40800 \begin_inset space \thinspace{}
40801 \end_inset
40802
40803 pt)
40804 \end_layout
40805
40806 \end_inset
40807 </cell>
40808 </row>
40809 <row>
40810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40811 \begin_inset Text
40812
40813 \begin_layout Plain Layout
40814 sp
40815 \end_layout
40816
40817 \end_inset
40818 </cell>
40819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40820 \begin_inset Text
40821
40822 \begin_layout Plain Layout
40823 scaled point (65536
40824 \begin_inset space \thinspace{}
40825 \end_inset
40826
40827 sp = 1
40828 \begin_inset space \thinspace{}
40829 \end_inset
40830
40831 pt)
40832 \end_layout
40833
40834 \end_inset
40835 </cell>
40836 </row>
40837 <row>
40838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40839 \begin_inset Text
40840
40841 \begin_layout Plain Layout
40842 bp
40843 \end_layout
40844
40845 \end_inset
40846 </cell>
40847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40848 \begin_inset Text
40849
40850 \begin_layout Plain Layout
40851 big point (72
40852 \begin_inset space \thinspace{}
40853 \end_inset
40854
40855 bp = 1
40856 \begin_inset space \thinspace{}
40857 \end_inset
40858
40859 in)
40860 \end_layout
40861
40862 \end_inset
40863 </cell>
40864 </row>
40865 <row>
40866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40867 \begin_inset Text
40868
40869 \begin_layout Plain Layout
40870 dd
40871 \end_layout
40872
40873 \end_inset
40874 </cell>
40875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40876 \begin_inset Text
40877
40878 \begin_layout Plain Layout
40879 didot (1
40880 \begin_inset space \thinspace{}
40881 \end_inset
40882
40883 dd 
40884 \begin_inset Formula $\approx$
40885 \end_inset
40886
40887  0.376
40888 \begin_inset space \thinspace{}
40889 \end_inset
40890
40891 mm)
40892 \end_layout
40893
40894 \end_inset
40895 </cell>
40896 </row>
40897 <row>
40898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40899 \begin_inset Text
40900
40901 \begin_layout Plain Layout
40902 cc
40903 \end_layout
40904
40905 \end_inset
40906 </cell>
40907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40908 \begin_inset Text
40909
40910 \begin_layout Plain Layout
40911 cicero (1
40912 \begin_inset space \thinspace{}
40913 \end_inset
40914
40915 cc = 12
40916 \begin_inset space \thinspace{}
40917 \end_inset
40918
40919 dd)
40920 \end_layout
40921
40922 \end_inset
40923 </cell>
40924 </row>
40925 <row>
40926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40927 \begin_inset Text
40928
40929 \begin_layout Plain Layout
40930 Scale%
40931 \end_layout
40932
40933 \end_inset
40934 </cell>
40935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40936 \begin_inset Text
40937
40938 \begin_layout Plain Layout
40939 % of original image width
40940 \end_layout
40941
40942 \end_inset
40943 </cell>
40944 </row>
40945 <row>
40946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40947 \begin_inset Text
40948
40949 \begin_layout Plain Layout
40950 text%
40951 \end_layout
40952
40953 \end_inset
40954 </cell>
40955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40956 \begin_inset Text
40957
40958 \begin_layout Plain Layout
40959 % of text width
40960 \end_layout
40961
40962 \end_inset
40963 </cell>
40964 </row>
40965 <row>
40966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40967 \begin_inset Text
40968
40969 \begin_layout Plain Layout
40970 col%
40971 \end_layout
40972
40973 \end_inset
40974 </cell>
40975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40976 \begin_inset Text
40977
40978 \begin_layout Plain Layout
40979 % of column width
40980 \end_layout
40981
40982 \end_inset
40983 </cell>
40984 </row>
40985 <row>
40986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40987 \begin_inset Text
40988
40989 \begin_layout Plain Layout
40990 page%
40991 \end_layout
40992
40993 \end_inset
40994 </cell>
40995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40996 \begin_inset Text
40997
40998 \begin_layout Plain Layout
40999 % of paper width
41000 \end_layout
41001
41002 \end_inset
41003 </cell>
41004 </row>
41005 <row>
41006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41007 \begin_inset Text
41008
41009 \begin_layout Plain Layout
41010 line%
41011 \end_layout
41012
41013 \end_inset
41014 </cell>
41015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41016 \begin_inset Text
41017
41018 \begin_layout Plain Layout
41019 % of line width
41020 \end_layout
41021
41022 \end_inset
41023 </cell>
41024 </row>
41025 <row>
41026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41027 \begin_inset Text
41028
41029 \begin_layout Plain Layout
41030 theight%
41031 \end_layout
41032
41033 \end_inset
41034 </cell>
41035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41036 \begin_inset Text
41037
41038 \begin_layout Plain Layout
41039 % of text height
41040 \end_layout
41041
41042 \end_inset
41043 </cell>
41044 </row>
41045 <row>
41046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41047 \begin_inset Text
41048
41049 \begin_layout Plain Layout
41050 pheight%
41051 \end_layout
41052
41053 \end_inset
41054 </cell>
41055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41056 \begin_inset Text
41057
41058 \begin_layout Plain Layout
41059 % of paper height
41060 \end_layout
41061
41062 \end_inset
41063 </cell>
41064 </row>
41065 <row>
41066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41067 \begin_inset Text
41068
41069 \begin_layout Plain Layout
41070 ex
41071 \end_layout
41072
41073 \end_inset
41074 </cell>
41075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41076 \begin_inset Text
41077
41078 \begin_layout Plain Layout
41079 height of letter 
41080 \emph on
41081 x
41082 \emph default
41083  in current font
41084 \end_layout
41085
41086 \end_inset
41087 </cell>
41088 </row>
41089 <row>
41090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41091 \begin_inset Text
41092
41093 \begin_layout Plain Layout
41094 em
41095 \end_layout
41096
41097 \end_inset
41098 </cell>
41099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41100 \begin_inset Text
41101
41102 \begin_layout Plain Layout
41103 width of letter 
41104 \emph on
41105 M
41106 \emph default
41107  in current font
41108 \end_layout
41109
41110 \end_inset
41111 </cell>
41112 </row>
41113 <row>
41114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41115 \begin_inset Text
41116
41117 \begin_layout Plain Layout
41118 mu
41119 \end_layout
41120
41121 \end_inset
41122 </cell>
41123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41124 \begin_inset Text
41125
41126 \begin_layout Plain Layout
41127 math unit (1
41128 \begin_inset space \thinspace{}
41129 \end_inset
41130
41131 mu = 1/18
41132 \begin_inset space \thinspace{}
41133 \end_inset
41134
41135 em)
41136 \end_layout
41137
41138 \end_inset
41139 </cell>
41140 </row>
41141 </lyxtabular>
41142
41143 \end_inset
41144
41145
41146 \end_layout
41147
41148 \end_inset
41149
41150
41151 \end_layout
41152
41153 \begin_layout Chapter
41154 Output File Formats with Graphics
41155 \begin_inset CommandInset label
41156 LatexCommand label
41157 name "cha:Output-File-Formats"
41158
41159 \end_inset
41160
41161
41162 \end_layout
41163
41164 \begin_layout Section
41165 DVI
41166 \begin_inset Index idx
41167 status collapsed
41168
41169 \begin_layout Plain Layout
41170 File Formats ! DVI
41171 \end_layout
41172
41173 \end_inset
41174
41175
41176 \begin_inset Index idx
41177 status collapsed
41178
41179 \begin_layout Plain Layout
41180 DVI|see
41181 \begin_inset ERT
41182 status collapsed
41183
41184 \begin_layout Plain Layout
41185
41186 {
41187 \end_layout
41188
41189 \end_inset
41190
41191 File Formats
41192 \begin_inset ERT
41193 status collapsed
41194
41195 \begin_layout Plain Layout
41196
41197 }
41198 \end_layout
41199
41200 \end_inset
41201
41202
41203 \end_layout
41204
41205 \end_inset
41206
41207
41208 \end_layout
41209
41210 \begin_layout Standard
41211 This file type has the extension 
41212 \begin_inset Quotes eld
41213 \end_inset
41214
41215
41216 \family typewriter
41217 .dvi
41218 \family default
41219
41220 \begin_inset Quotes erd
41221 \end_inset
41222
41223 .
41224  It is called 
41225 \begin_inset Quotes eld
41226 \end_inset
41227
41228 device-independent
41229 \begin_inset Quotes erd
41230 \end_inset
41231
41232  (DVI), because it is completely portable; you can move them from one machine
41233  to another without needing to do any sort of conversion.
41234  At the time when this file-format was developed, this was no matter of
41235  course.
41236  DVIs are used for quick previews and as pre-stage for other output formats,
41237  like PostScript.
41238 \end_layout
41239
41240 \begin_layout Standard
41241 \begin_inset Note Greyedout
41242 status open
41243
41244 \begin_layout Plain Layout
41245
41246 \series bold
41247 Note:
41248 \series default
41249  DVI-files do not contain images; they will only be a linked.
41250 \end_layout
41251
41252 \end_inset
41253
41254  So don't forget this, if you move your 
41255 \family typewriter
41256 .dvi
41257 \family default
41258  file to another computer.
41259  This property can also slow down your computer when you view the DVI, because
41260  the DVI-viewer has to convert the image in the background to make it visible
41261  when you scroll in the DVI.
41262  So it is recommended that you use PDF for files with many images.
41263 \end_layout
41264
41265 \begin_layout Standard
41266 You can export your document to DVI by using the menu 
41267 \family sans
41268 File\SpecialChar \menuseparator
41269 Export\SpecialChar \menuseparator
41270 DVI
41271 \family default
41272 .
41273  You can view your document as DVI via the 
41274 \family sans
41275 View
41276 \family default
41277  menu.
41278 \end_layout
41279
41280 \begin_layout Section
41281 PostScript
41282 \begin_inset CommandInset label
41283 LatexCommand label
41284 name "sec:PostScript"
41285
41286 \end_inset
41287
41288
41289 \begin_inset Index idx
41290 status collapsed
41291
41292 \begin_layout Plain Layout
41293 File Formats ! PostScript
41294 \end_layout
41295
41296 \end_inset
41297
41298
41299 \begin_inset Index idx
41300 status collapsed
41301
41302 \begin_layout Plain Layout
41303 PostScript|see
41304 \begin_inset ERT
41305 status collapsed
41306
41307 \begin_layout Plain Layout
41308
41309 {
41310 \end_layout
41311
41312 \end_inset
41313
41314 File Formats
41315 \begin_inset ERT
41316 status collapsed
41317
41318 \begin_layout Plain Layout
41319
41320 }
41321 \end_layout
41322
41323 \end_inset
41324
41325
41326 \end_layout
41327
41328 \end_inset
41329
41330
41331 \end_layout
41332
41333 \begin_layout Standard
41334 This file type has the extension 
41335 \begin_inset Quotes eld
41336 \end_inset
41337
41338
41339 \family typewriter
41340 .ps
41341 \family default
41342
41343 \begin_inset Quotes erd
41344 \end_inset
41345
41346 .
41347  PostScript was developed by the company 
41348 \family typewriter
41349 Adobe
41350 \family default
41351  as a printer language.
41352  The file therefore contains commands that the printer uses to print the
41353  file.
41354  PostScript can be seen as a 
41355 \begin_inset Quotes eld
41356 \end_inset
41357
41358 programming language
41359 \begin_inset Quotes erd
41360 \end_inset
41361
41362 ; you can calculate with it and draw diagrams and images
41363 \begin_inset Foot
41364 status collapsed
41365
41366 \begin_layout Plain Layout
41367 If you are interested to learn more about this, have a look at the LaTeX-package
41368  
41369 \series bold
41370 PSTricks
41371 \series default
41372  
41373 \begin_inset CommandInset citation
41374 LatexCommand cite
41375 key "pstricks"
41376
41377 \end_inset
41378
41379 .
41380 \end_layout
41381
41382 \end_inset
41383
41384 .
41385  Due to this ability, the files are often bigger than PDFs.
41386 \end_layout
41387
41388 \begin_layout Standard
41389 PostScript can only contain images in the format 
41390 \begin_inset Quotes eld
41391 \end_inset
41392
41393 Encapsulated PostScript
41394 \begin_inset Quotes erd
41395 \end_inset
41396
41397  (EPS, file extension 
41398 \begin_inset Quotes eld
41399 \end_inset
41400
41401
41402 \family typewriter
41403 .eps
41404 \family default
41405
41406 \begin_inset Quotes erd
41407 \end_inset
41408
41409 ).
41410  As LyX allows you to use any known image format in your document, it has
41411  to convert images in the background to EPS.
41412  If you have e.g.
41413 \begin_inset space ~
41414 \end_inset
41415
41416 50
41417 \begin_inset space ~
41418 \end_inset
41419
41420 images in your document, LyX has to do 50
41421 \begin_inset space ~
41422 \end_inset
41423
41424 conversions whenever you view or export your document.
41425  This will slow down your work flow with LyX drastically.
41426  So if you plan to use PostScript, you can insert your images directly as
41427  EPS to avoid this problem.
41428 \end_layout
41429
41430 \begin_layout Standard
41431 You can export your document to PostScript using the menu 
41432 \family sans
41433 File\SpecialChar \menuseparator
41434 Export\SpecialChar \menuseparator
41435 Postscript
41436 \family default
41437 .
41438  You can view your document as PostScript via the 
41439 \family sans
41440 View
41441 \family default
41442  menu.
41443 \end_layout
41444
41445 \begin_layout Section
41446 PDF
41447 \begin_inset Index idx
41448 status collapsed
41449
41450 \begin_layout Plain Layout
41451 File Formats ! PDF
41452 \end_layout
41453
41454 \end_inset
41455
41456
41457 \begin_inset Index idx
41458 status collapsed
41459
41460 \begin_layout Plain Layout
41461 PDF
41462 \end_layout
41463
41464 \end_inset
41465
41466
41467 \end_layout
41468
41469 \begin_layout Standard
41470 This file type has the extension 
41471 \begin_inset Quotes eld
41472 \end_inset
41473
41474
41475 \family typewriter
41476 .pdf
41477 \family default
41478
41479 \begin_inset Quotes erd
41480 \end_inset
41481
41482 .
41483  The 
41484 \begin_inset Quotes eld
41485 \end_inset
41486
41487 Portable Document Format
41488 \begin_inset Quotes erd
41489 \end_inset
41490
41491  (PDF) was developed by 
41492 \family typewriter
41493 Adobe
41494 \family default
41495  as a derivative of PostScript.
41496  It is more compressed and it uses fewer commands than PostScript.
41497  As the name 
41498 \begin_inset Quotes eld
41499 \end_inset
41500
41501 portable
41502 \begin_inset Quotes erd
41503 \end_inset
41504
41505  implies, it can be processed at any computer system and the printed output
41506  looks exactly the same.
41507 \end_layout
41508
41509 \begin_layout Standard
41510 PDF can contain images in its own PDF format, in the format 
41511 \begin_inset Quotes eld
41512 \end_inset
41513
41514 Joint Photographic Experts Group
41515 \begin_inset Quotes erd
41516 \end_inset
41517
41518  (JPG, file extension 
41519 \begin_inset Quotes eld
41520 \end_inset
41521
41522
41523 \family typewriter
41524 .jpg
41525 \family default
41526
41527 \begin_inset Quotes erd
41528 \end_inset
41529
41530  or 
41531 \begin_inset Quotes eld
41532 \end_inset
41533
41534
41535 \family typewriter
41536 .jpeg
41537 \family default
41538
41539 \begin_inset Quotes erd
41540 \end_inset
41541
41542 ), and in the format 
41543 \begin_inset Quotes eld
41544 \end_inset
41545
41546 Portable Network Graphics
41547 \begin_inset Quotes erd
41548 \end_inset
41549
41550  (PNG, file extension 
41551 \begin_inset Quotes eld
41552 \end_inset
41553
41554
41555 \family typewriter
41556 .png
41557 \family default
41558
41559 \begin_inset Quotes erd
41560 \end_inset
41561
41562 ).
41563  Nevertheless you can use any other image format, because LyX converts them
41564  in the background to one of these formats.
41565  But as described in the section about PostScript, the image conversion
41566  will slow down your work flow.
41567  So it is recommended that you use images in one of the three mentioned
41568  formats.
41569 \end_layout
41570
41571 \begin_layout Standard
41572 You can export your document to PDF via the menu 
41573 \family sans
41574 File\SpecialChar \menuseparator
41575 Export
41576 \family default
41577  in three different ways:
41578 \end_layout
41579
41580 \begin_layout Description
41581 PDF
41582 \begin_inset space ~
41583 \end_inset
41584
41585 (ps2pdf) This uses the program 
41586 \family typewriter
41587 ps2pdf
41588 \family default
41589  that creates a PDF from a PostScript-version of your file.
41590  The PostScript-version is produced by the program 
41591 \family typewriter
41592 dvips
41593 \family default
41594  which uses a DVI-version as intermediate step.
41595  So this export variant consists of three conversions.
41596 \end_layout
41597
41598 \begin_layout Description
41599 PDF
41600 \begin_inset space ~
41601 \end_inset
41602
41603 (dvipdfm) This uses the program 
41604 \family typewriter
41605 dvipdfm
41606 \family default
41607  that converts your file in the background to DVI and in a second step to
41608  PDF.
41609 \end_layout
41610
41611 \begin_layout Description
41612 PDF
41613 \begin_inset space ~
41614 \end_inset
41615
41616 (pdflatex) This uses the program 
41617 \family typewriter
41618 pdftex
41619 \family default
41620  that converts your file directly to PDF.
41621 \end_layout
41622
41623 \begin_layout Standard
41624 It is recommended that you use 
41625 \family sans
41626 PDF
41627 \begin_inset space ~
41628 \end_inset
41629
41630 (pdflatex)
41631 \family default
41632  because 
41633 \family typewriter
41634 pdftex
41635 \family default
41636  supports all features of actual PDF-versions, is quick and works stable.
41637  The program 
41638 \family typewriter
41639 dvipdfm
41640 \family default
41641  is not under development and therefore a bit outdated.
41642 \end_layout
41643
41644 \begin_layout Standard
41645 You can view your document as PDF via the 
41646 \family sans
41647 View
41648 \family default
41649  menu or by using a toolbar button.
41650 \end_layout
41651
41652 \begin_layout Chapter
41653 List of dvips color names
41654 \begin_inset CommandInset label
41655 LatexCommand label
41656 name "chap:List-of-dvips-colornames"
41657
41658 \end_inset
41659
41660
41661 \end_layout
41662
41663 \begin_layout Standard
41664 \begin_inset Tabular
41665 <lyxtabular version="3" rows="17" columns="4">
41666 <features rotate="0" tabularvalignment="middle">
41667 <column alignment="left" valignment="top" width="0pt">
41668 <column alignment="left" valignment="top" width="0pt">
41669 <column alignment="left" valignment="top" width="0pt">
41670 <column alignment="left" valignment="top" width="0pt">
41671 <row>
41672 <cell alignment="left" valignment="top" usebox="none">
41673 \begin_inset Text
41674
41675 \begin_layout Plain Layout
41676 \begin_inset ERT
41677 status collapsed
41678
41679 \begin_layout Plain Layout
41680
41681
41682 \backslash
41683 fcolorbox{black}{
41684 \end_layout
41685
41686 \end_inset
41687
41688 white
41689 \begin_inset ERT
41690 status collapsed
41691
41692 \begin_layout Plain Layout
41693
41694 }{
41695 \end_layout
41696
41697 \end_inset
41698
41699 Color
41700 \begin_inset ERT
41701 status collapsed
41702
41703 \begin_layout Plain Layout
41704
41705 }
41706 \end_layout
41707
41708 \end_inset
41709
41710  Color name
41711 \end_layout
41712
41713 \end_inset
41714 </cell>
41715 <cell alignment="left" valignment="top" usebox="none">
41716 \begin_inset Text
41717
41718 \begin_layout Plain Layout
41719 \begin_inset ERT
41720 status collapsed
41721
41722 \begin_layout Plain Layout
41723
41724
41725 \backslash
41726 fcolorbox{black}{
41727 \end_layout
41728
41729 \end_inset
41730
41731 white
41732 \begin_inset ERT
41733 status collapsed
41734
41735 \begin_layout Plain Layout
41736
41737 }{
41738 \end_layout
41739
41740 \end_inset
41741
41742 Color
41743 \begin_inset ERT
41744 status collapsed
41745
41746 \begin_layout Plain Layout
41747
41748 }
41749 \end_layout
41750
41751 \end_inset
41752
41753  Color name
41754 \end_layout
41755
41756 \end_inset
41757 </cell>
41758 <cell alignment="left" valignment="top" usebox="none">
41759 \begin_inset Text
41760
41761 \begin_layout Plain Layout
41762 \begin_inset ERT
41763 status collapsed
41764
41765 \begin_layout Plain Layout
41766
41767
41768 \backslash
41769 fcolorbox{black}{
41770 \end_layout
41771
41772 \end_inset
41773
41774 white
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780 }{
41781 \end_layout
41782
41783 \end_inset
41784
41785 Color
41786 \begin_inset ERT
41787 status collapsed
41788
41789 \begin_layout Plain Layout
41790
41791 }
41792 \end_layout
41793
41794 \end_inset
41795
41796  Color name
41797 \end_layout
41798
41799 \end_inset
41800 </cell>
41801 <cell alignment="left" valignment="top" usebox="none">
41802 \begin_inset Text
41803
41804 \begin_layout Plain Layout
41805 \begin_inset ERT
41806 status collapsed
41807
41808 \begin_layout Plain Layout
41809
41810
41811 \backslash
41812 fcolorbox{black}{
41813 \end_layout
41814
41815 \end_inset
41816
41817 white
41818 \begin_inset ERT
41819 status collapsed
41820
41821 \begin_layout Plain Layout
41822
41823 }{
41824 \end_layout
41825
41826 \end_inset
41827
41828 Color
41829 \begin_inset ERT
41830 status collapsed
41831
41832 \begin_layout Plain Layout
41833
41834 }
41835 \end_layout
41836
41837 \end_inset
41838
41839  Color name
41840 \end_layout
41841
41842 \end_inset
41843 </cell>
41844 </row>
41845 <row>
41846 <cell alignment="center" valignment="top" usebox="none">
41847 \begin_inset Text
41848
41849 \begin_layout Plain Layout
41850 \begin_inset ERT
41851 status collapsed
41852
41853 \begin_layout Plain Layout
41854
41855
41856 \backslash
41857 fcolorbox{black}{
41858 \end_layout
41859
41860 \end_inset
41861
41862 Apricot
41863 \begin_inset ERT
41864 status collapsed
41865
41866 \begin_layout Plain Layout
41867
41868 }{
41869 \end_layout
41870
41871 \end_inset
41872
41873
41874 \begin_inset Phantom Phantom
41875 status open
41876
41877 \begin_layout Plain Layout
41878 W
41879 \end_layout
41880
41881 \end_inset
41882
41883
41884 \begin_inset ERT
41885 status collapsed
41886
41887 \begin_layout Plain Layout
41888
41889 }
41890 \end_layout
41891
41892 \end_inset
41893
41894  Apricot
41895 \end_layout
41896
41897 \end_inset
41898 </cell>
41899 <cell alignment="center" valignment="top" usebox="none">
41900 \begin_inset Text
41901
41902 \begin_layout Plain Layout
41903 \begin_inset ERT
41904 status collapsed
41905
41906 \begin_layout Plain Layout
41907
41908
41909 \backslash
41910 fcolorbox{black}{
41911 \end_layout
41912
41913 \end_inset
41914
41915 Aquamarine
41916 \begin_inset ERT
41917 status collapsed
41918
41919 \begin_layout Plain Layout
41920
41921 }{
41922 \end_layout
41923
41924 \end_inset
41925
41926
41927 \begin_inset Phantom Phantom
41928 status open
41929
41930 \begin_layout Plain Layout
41931 W
41932 \end_layout
41933
41934 \end_inset
41935
41936
41937 \begin_inset ERT
41938 status collapsed
41939
41940 \begin_layout Plain Layout
41941
41942 }
41943 \end_layout
41944
41945 \end_inset
41946
41947  Aquamarine
41948 \end_layout
41949
41950 \end_inset
41951 </cell>
41952 <cell alignment="center" valignment="top" usebox="none">
41953 \begin_inset Text
41954
41955 \begin_layout Plain Layout
41956 \begin_inset ERT
41957 status collapsed
41958
41959 \begin_layout Plain Layout
41960
41961
41962 \backslash
41963 fcolorbox{black}{
41964 \end_layout
41965
41966 \end_inset
41967
41968 Bittersweet
41969 \begin_inset ERT
41970 status collapsed
41971
41972 \begin_layout Plain Layout
41973
41974 }{
41975 \end_layout
41976
41977 \end_inset
41978
41979
41980 \begin_inset Phantom Phantom
41981 status open
41982
41983 \begin_layout Plain Layout
41984 W
41985 \end_layout
41986
41987 \end_inset
41988
41989
41990 \begin_inset ERT
41991 status collapsed
41992
41993 \begin_layout Plain Layout
41994
41995 }
41996 \end_layout
41997
41998 \end_inset
41999
42000  Bittersweet
42001 \end_layout
42002
42003 \end_inset
42004 </cell>
42005 <cell alignment="center" valignment="top" usebox="none">
42006 \begin_inset Text
42007
42008 \begin_layout Plain Layout
42009 \begin_inset ERT
42010 status collapsed
42011
42012 \begin_layout Plain Layout
42013
42014
42015 \backslash
42016 fcolorbox{black}{
42017 \end_layout
42018
42019 \end_inset
42020
42021 BlueGreen
42022 \begin_inset ERT
42023 status collapsed
42024
42025 \begin_layout Plain Layout
42026
42027 }{
42028 \end_layout
42029
42030 \end_inset
42031
42032
42033 \begin_inset Phantom Phantom
42034 status open
42035
42036 \begin_layout Plain Layout
42037 W
42038 \end_layout
42039
42040 \end_inset
42041
42042
42043 \begin_inset ERT
42044 status collapsed
42045
42046 \begin_layout Plain Layout
42047
42048 }
42049 \end_layout
42050
42051 \end_inset
42052
42053  BlueGreen
42054 \end_layout
42055
42056 \end_inset
42057 </cell>
42058 </row>
42059 <row>
42060 <cell alignment="left" valignment="top" usebox="none">
42061 \begin_inset Text
42062
42063 \begin_layout Plain Layout
42064 \begin_inset ERT
42065 status collapsed
42066
42067 \begin_layout Plain Layout
42068
42069
42070 \backslash
42071 fcolorbox{black}{
42072 \end_layout
42073
42074 \end_inset
42075
42076 BlueViolet
42077 \begin_inset ERT
42078 status collapsed
42079
42080 \begin_layout Plain Layout
42081
42082 }{
42083 \end_layout
42084
42085 \end_inset
42086
42087
42088 \begin_inset Phantom Phantom
42089 status open
42090
42091 \begin_layout Plain Layout
42092 W
42093 \end_layout
42094
42095 \end_inset
42096
42097
42098 \begin_inset ERT
42099 status collapsed
42100
42101 \begin_layout Plain Layout
42102
42103 }
42104 \end_layout
42105
42106 \end_inset
42107
42108  BlueViolet
42109 \end_layout
42110
42111 \end_inset
42112 </cell>
42113 <cell alignment="left" valignment="top" usebox="none">
42114 \begin_inset Text
42115
42116 \begin_layout Plain Layout
42117 \begin_inset ERT
42118 status collapsed
42119
42120 \begin_layout Plain Layout
42121
42122
42123 \backslash
42124 fcolorbox{black}{
42125 \end_layout
42126
42127 \end_inset
42128
42129 BrickRed
42130 \begin_inset ERT
42131 status collapsed
42132
42133 \begin_layout Plain Layout
42134
42135 }{
42136 \end_layout
42137
42138 \end_inset
42139
42140
42141 \begin_inset Phantom Phantom
42142 status open
42143
42144 \begin_layout Plain Layout
42145 W
42146 \end_layout
42147
42148 \end_inset
42149
42150
42151 \begin_inset ERT
42152 status collapsed
42153
42154 \begin_layout Plain Layout
42155
42156 }
42157 \end_layout
42158
42159 \end_inset
42160
42161  BrickRed
42162 \end_layout
42163
42164 \end_inset
42165 </cell>
42166 <cell alignment="left" valignment="top" usebox="none">
42167 \begin_inset Text
42168
42169 \begin_layout Plain Layout
42170 \begin_inset ERT
42171 status collapsed
42172
42173 \begin_layout Plain Layout
42174
42175
42176 \backslash
42177 fcolorbox{black}{
42178 \end_layout
42179
42180 \end_inset
42181
42182 Brown
42183 \begin_inset ERT
42184 status collapsed
42185
42186 \begin_layout Plain Layout
42187
42188 }{
42189 \end_layout
42190
42191 \end_inset
42192
42193
42194 \begin_inset Phantom Phantom
42195 status open
42196
42197 \begin_layout Plain Layout
42198 W
42199 \end_layout
42200
42201 \end_inset
42202
42203
42204 \begin_inset ERT
42205 status collapsed
42206
42207 \begin_layout Plain Layout
42208
42209 }
42210 \end_layout
42211
42212 \end_inset
42213
42214  Brown
42215 \end_layout
42216
42217 \end_inset
42218 </cell>
42219 <cell alignment="left" valignment="top" usebox="none">
42220 \begin_inset Text
42221
42222 \begin_layout Plain Layout
42223 \begin_inset ERT
42224 status collapsed
42225
42226 \begin_layout Plain Layout
42227
42228
42229 \backslash
42230 fcolorbox{black}{
42231 \end_layout
42232
42233 \end_inset
42234
42235 BurntOrange
42236 \begin_inset ERT
42237 status collapsed
42238
42239 \begin_layout Plain Layout
42240
42241 }{
42242 \end_layout
42243
42244 \end_inset
42245
42246
42247 \begin_inset Phantom Phantom
42248 status open
42249
42250 \begin_layout Plain Layout
42251 W
42252 \end_layout
42253
42254 \end_inset
42255
42256
42257 \begin_inset ERT
42258 status collapsed
42259
42260 \begin_layout Plain Layout
42261
42262 }
42263 \end_layout
42264
42265 \end_inset
42266
42267  BurntOrange
42268 \end_layout
42269
42270 \end_inset
42271 </cell>
42272 </row>
42273 <row>
42274 <cell alignment="left" valignment="top" usebox="none">
42275 \begin_inset Text
42276
42277 \begin_layout Plain Layout
42278 \begin_inset ERT
42279 status collapsed
42280
42281 \begin_layout Plain Layout
42282
42283
42284 \backslash
42285 fcolorbox{black}{
42286 \end_layout
42287
42288 \end_inset
42289
42290 CadetBlue
42291 \begin_inset ERT
42292 status collapsed
42293
42294 \begin_layout Plain Layout
42295
42296 }{
42297 \end_layout
42298
42299 \end_inset
42300
42301
42302 \begin_inset Phantom Phantom
42303 status open
42304
42305 \begin_layout Plain Layout
42306 W
42307 \end_layout
42308
42309 \end_inset
42310
42311
42312 \begin_inset ERT
42313 status collapsed
42314
42315 \begin_layout Plain Layout
42316
42317 }
42318 \end_layout
42319
42320 \end_inset
42321
42322  CadetBlue
42323 \end_layout
42324
42325 \end_inset
42326 </cell>
42327 <cell alignment="left" valignment="top" usebox="none">
42328 \begin_inset Text
42329
42330 \begin_layout Plain Layout
42331 \begin_inset ERT
42332 status collapsed
42333
42334 \begin_layout Plain Layout
42335
42336
42337 \backslash
42338 fcolorbox{black}{
42339 \end_layout
42340
42341 \end_inset
42342
42343 CarnationPink
42344 \begin_inset ERT
42345 status collapsed
42346
42347 \begin_layout Plain Layout
42348
42349 }{
42350 \end_layout
42351
42352 \end_inset
42353
42354
42355 \begin_inset Phantom Phantom
42356 status open
42357
42358 \begin_layout Plain Layout
42359 W
42360 \end_layout
42361
42362 \end_inset
42363
42364
42365 \begin_inset ERT
42366 status collapsed
42367
42368 \begin_layout Plain Layout
42369
42370 }
42371 \end_layout
42372
42373 \end_inset
42374
42375  CarnationPink
42376 \end_layout
42377
42378 \end_inset
42379 </cell>
42380 <cell alignment="left" valignment="top" usebox="none">
42381 \begin_inset Text
42382
42383 \begin_layout Plain Layout
42384 \begin_inset ERT
42385 status collapsed
42386
42387 \begin_layout Plain Layout
42388
42389
42390 \backslash
42391 fcolorbox{black}{
42392 \end_layout
42393
42394 \end_inset
42395
42396 Cerulean
42397 \begin_inset ERT
42398 status collapsed
42399
42400 \begin_layout Plain Layout
42401
42402 }{
42403 \end_layout
42404
42405 \end_inset
42406
42407
42408 \begin_inset Phantom Phantom
42409 status open
42410
42411 \begin_layout Plain Layout
42412 W
42413 \end_layout
42414
42415 \end_inset
42416
42417
42418 \begin_inset ERT
42419 status collapsed
42420
42421 \begin_layout Plain Layout
42422
42423 }
42424 \end_layout
42425
42426 \end_inset
42427
42428  Cerulean
42429 \end_layout
42430
42431 \end_inset
42432 </cell>
42433 <cell alignment="left" valignment="top" usebox="none">
42434 \begin_inset Text
42435
42436 \begin_layout Plain Layout
42437 \begin_inset ERT
42438 status collapsed
42439
42440 \begin_layout Plain Layout
42441
42442
42443 \backslash
42444 fcolorbox{black}{
42445 \end_layout
42446
42447 \end_inset
42448
42449 CornflowerBlue
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455 }{
42456 \end_layout
42457
42458 \end_inset
42459
42460
42461 \begin_inset Phantom Phantom
42462 status open
42463
42464 \begin_layout Plain Layout
42465 W
42466 \end_layout
42467
42468 \end_inset
42469
42470
42471 \begin_inset ERT
42472 status collapsed
42473
42474 \begin_layout Plain Layout
42475
42476 }
42477 \end_layout
42478
42479 \end_inset
42480
42481  CornflowerBlue
42482 \end_layout
42483
42484 \end_inset
42485 </cell>
42486 </row>
42487 <row>
42488 <cell alignment="left" valignment="top" usebox="none">
42489 \begin_inset Text
42490
42491 \begin_layout Plain Layout
42492 \begin_inset ERT
42493 status collapsed
42494
42495 \begin_layout Plain Layout
42496
42497
42498 \backslash
42499 fcolorbox{black}{
42500 \end_layout
42501
42502 \end_inset
42503
42504 Dandelion
42505 \begin_inset ERT
42506 status collapsed
42507
42508 \begin_layout Plain Layout
42509
42510 }{
42511 \end_layout
42512
42513 \end_inset
42514
42515
42516 \begin_inset Phantom Phantom
42517 status open
42518
42519 \begin_layout Plain Layout
42520 W
42521 \end_layout
42522
42523 \end_inset
42524
42525
42526 \begin_inset ERT
42527 status collapsed
42528
42529 \begin_layout Plain Layout
42530
42531 }
42532 \end_layout
42533
42534 \end_inset
42535
42536  Dandelion
42537 \end_layout
42538
42539 \end_inset
42540 </cell>
42541 <cell alignment="left" valignment="top" usebox="none">
42542 \begin_inset Text
42543
42544 \begin_layout Plain Layout
42545 \begin_inset ERT
42546 status collapsed
42547
42548 \begin_layout Plain Layout
42549
42550
42551 \backslash
42552 fcolorbox{black}{
42553 \end_layout
42554
42555 \end_inset
42556
42557 DarkOrchid
42558 \begin_inset ERT
42559 status collapsed
42560
42561 \begin_layout Plain Layout
42562
42563 }{
42564 \end_layout
42565
42566 \end_inset
42567
42568
42569 \begin_inset Phantom Phantom
42570 status open
42571
42572 \begin_layout Plain Layout
42573 W
42574 \end_layout
42575
42576 \end_inset
42577
42578
42579 \begin_inset ERT
42580 status collapsed
42581
42582 \begin_layout Plain Layout
42583
42584 }
42585 \end_layout
42586
42587 \end_inset
42588
42589  DarkOrchid
42590 \end_layout
42591
42592 \end_inset
42593 </cell>
42594 <cell alignment="left" valignment="top" usebox="none">
42595 \begin_inset Text
42596
42597 \begin_layout Plain Layout
42598 \begin_inset ERT
42599 status collapsed
42600
42601 \begin_layout Plain Layout
42602
42603
42604 \backslash
42605 fcolorbox{black}{
42606 \end_layout
42607
42608 \end_inset
42609
42610 Emerald
42611 \begin_inset ERT
42612 status collapsed
42613
42614 \begin_layout Plain Layout
42615
42616 }{
42617 \end_layout
42618
42619 \end_inset
42620
42621
42622 \begin_inset Phantom Phantom
42623 status open
42624
42625 \begin_layout Plain Layout
42626 W
42627 \end_layout
42628
42629 \end_inset
42630
42631
42632 \begin_inset ERT
42633 status collapsed
42634
42635 \begin_layout Plain Layout
42636
42637 }
42638 \end_layout
42639
42640 \end_inset
42641
42642  Emerald
42643 \end_layout
42644
42645 \end_inset
42646 </cell>
42647 <cell alignment="left" valignment="top" usebox="none">
42648 \begin_inset Text
42649
42650 \begin_layout Plain Layout
42651 \begin_inset ERT
42652 status collapsed
42653
42654 \begin_layout Plain Layout
42655
42656
42657 \backslash
42658 fcolorbox{black}{
42659 \end_layout
42660
42661 \end_inset
42662
42663 ForestGreen
42664 \begin_inset ERT
42665 status collapsed
42666
42667 \begin_layout Plain Layout
42668
42669 }{
42670 \end_layout
42671
42672 \end_inset
42673
42674
42675 \begin_inset Phantom Phantom
42676 status open
42677
42678 \begin_layout Plain Layout
42679 W
42680 \end_layout
42681
42682 \end_inset
42683
42684
42685 \begin_inset ERT
42686 status collapsed
42687
42688 \begin_layout Plain Layout
42689
42690 }
42691 \end_layout
42692
42693 \end_inset
42694
42695  ForestGreen
42696 \end_layout
42697
42698 \end_inset
42699 </cell>
42700 </row>
42701 <row>
42702 <cell alignment="left" valignment="top" usebox="none">
42703 \begin_inset Text
42704
42705 \begin_layout Plain Layout
42706 \begin_inset ERT
42707 status collapsed
42708
42709 \begin_layout Plain Layout
42710
42711
42712 \backslash
42713 fcolorbox{black}{
42714 \end_layout
42715
42716 \end_inset
42717
42718 Fuchsia
42719 \begin_inset ERT
42720 status collapsed
42721
42722 \begin_layout Plain Layout
42723
42724 }{
42725 \end_layout
42726
42727 \end_inset
42728
42729
42730 \begin_inset Phantom Phantom
42731 status open
42732
42733 \begin_layout Plain Layout
42734 W
42735 \end_layout
42736
42737 \end_inset
42738
42739
42740 \begin_inset ERT
42741 status collapsed
42742
42743 \begin_layout Plain Layout
42744
42745 }
42746 \end_layout
42747
42748 \end_inset
42749
42750  Fuchsia
42751 \end_layout
42752
42753 \end_inset
42754 </cell>
42755 <cell alignment="left" valignment="top" usebox="none">
42756 \begin_inset Text
42757
42758 \begin_layout Plain Layout
42759 \begin_inset ERT
42760 status collapsed
42761
42762 \begin_layout Plain Layout
42763
42764
42765 \backslash
42766 fcolorbox{black}{
42767 \end_layout
42768
42769 \end_inset
42770
42771 Goldenrod
42772 \begin_inset ERT
42773 status collapsed
42774
42775 \begin_layout Plain Layout
42776
42777 }{
42778 \end_layout
42779
42780 \end_inset
42781
42782
42783 \begin_inset Phantom Phantom
42784 status open
42785
42786 \begin_layout Plain Layout
42787 W
42788 \end_layout
42789
42790 \end_inset
42791
42792
42793 \begin_inset ERT
42794 status collapsed
42795
42796 \begin_layout Plain Layout
42797
42798 }
42799 \end_layout
42800
42801 \end_inset
42802
42803  Goldenrod
42804 \end_layout
42805
42806 \end_inset
42807 </cell>
42808 <cell alignment="left" valignment="top" usebox="none">
42809 \begin_inset Text
42810
42811 \begin_layout Plain Layout
42812 \begin_inset ERT
42813 status collapsed
42814
42815 \begin_layout Plain Layout
42816
42817
42818 \backslash
42819 fcolorbox{black}{
42820 \end_layout
42821
42822 \end_inset
42823
42824 Gray
42825 \begin_inset ERT
42826 status collapsed
42827
42828 \begin_layout Plain Layout
42829
42830 }{
42831 \end_layout
42832
42833 \end_inset
42834
42835
42836 \begin_inset Phantom Phantom
42837 status open
42838
42839 \begin_layout Plain Layout
42840 W
42841 \end_layout
42842
42843 \end_inset
42844
42845
42846 \begin_inset ERT
42847 status collapsed
42848
42849 \begin_layout Plain Layout
42850
42851 }
42852 \end_layout
42853
42854 \end_inset
42855
42856  Gray
42857 \end_layout
42858
42859 \end_inset
42860 </cell>
42861 <cell alignment="left" valignment="top" usebox="none">
42862 \begin_inset Text
42863
42864 \begin_layout Plain Layout
42865 \begin_inset ERT
42866 status collapsed
42867
42868 \begin_layout Plain Layout
42869
42870
42871 \backslash
42872 fcolorbox{black}{
42873 \end_layout
42874
42875 \end_inset
42876
42877 GreenYellow
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883 }{
42884 \end_layout
42885
42886 \end_inset
42887
42888
42889 \begin_inset Phantom Phantom
42890 status open
42891
42892 \begin_layout Plain Layout
42893 W
42894 \end_layout
42895
42896 \end_inset
42897
42898
42899 \begin_inset ERT
42900 status collapsed
42901
42902 \begin_layout Plain Layout
42903
42904 }
42905 \end_layout
42906
42907 \end_inset
42908
42909  GreenYellow
42910 \end_layout
42911
42912 \end_inset
42913 </cell>
42914 </row>
42915 <row>
42916 <cell alignment="center" valignment="top" usebox="none">
42917 \begin_inset Text
42918
42919 \begin_layout Plain Layout
42920 \begin_inset ERT
42921 status collapsed
42922
42923 \begin_layout Plain Layout
42924
42925
42926 \backslash
42927 fcolorbox{black}{
42928 \end_layout
42929
42930 \end_inset
42931
42932 JungleGreen
42933 \begin_inset ERT
42934 status collapsed
42935
42936 \begin_layout Plain Layout
42937
42938 }{
42939 \end_layout
42940
42941 \end_inset
42942
42943
42944 \begin_inset Phantom Phantom
42945 status open
42946
42947 \begin_layout Plain Layout
42948 W
42949 \end_layout
42950
42951 \end_inset
42952
42953
42954 \begin_inset ERT
42955 status collapsed
42956
42957 \begin_layout Plain Layout
42958
42959 }
42960 \end_layout
42961
42962 \end_inset
42963
42964  JungleGreen
42965 \end_layout
42966
42967 \end_inset
42968 </cell>
42969 <cell alignment="center" valignment="top" usebox="none">
42970 \begin_inset Text
42971
42972 \begin_layout Plain Layout
42973 \begin_inset ERT
42974 status collapsed
42975
42976 \begin_layout Plain Layout
42977
42978
42979 \backslash
42980 fcolorbox{black}{
42981 \end_layout
42982
42983 \end_inset
42984
42985 Lavender
42986 \begin_inset ERT
42987 status collapsed
42988
42989 \begin_layout Plain Layout
42990
42991 }{
42992 \end_layout
42993
42994 \end_inset
42995
42996
42997 \begin_inset Phantom Phantom
42998 status open
42999
43000 \begin_layout Plain Layout
43001 W
43002 \end_layout
43003
43004 \end_inset
43005
43006
43007 \begin_inset ERT
43008 status collapsed
43009
43010 \begin_layout Plain Layout
43011
43012 }
43013 \end_layout
43014
43015 \end_inset
43016
43017  Lavender
43018 \end_layout
43019
43020 \end_inset
43021 </cell>
43022 <cell alignment="center" valignment="top" usebox="none">
43023 \begin_inset Text
43024
43025 \begin_layout Plain Layout
43026 \begin_inset ERT
43027 status collapsed
43028
43029 \begin_layout Plain Layout
43030
43031
43032 \backslash
43033 fcolorbox{black}{
43034 \end_layout
43035
43036 \end_inset
43037
43038 LimeGreen
43039 \begin_inset ERT
43040 status collapsed
43041
43042 \begin_layout Plain Layout
43043
43044 }{
43045 \end_layout
43046
43047 \end_inset
43048
43049
43050 \begin_inset Phantom Phantom
43051 status open
43052
43053 \begin_layout Plain Layout
43054 W
43055 \end_layout
43056
43057 \end_inset
43058
43059
43060 \begin_inset ERT
43061 status collapsed
43062
43063 \begin_layout Plain Layout
43064
43065 }
43066 \end_layout
43067
43068 \end_inset
43069
43070  LimeGreen
43071 \end_layout
43072
43073 \end_inset
43074 </cell>
43075 <cell alignment="center" valignment="top" usebox="none">
43076 \begin_inset Text
43077
43078 \begin_layout Plain Layout
43079 \begin_inset ERT
43080 status collapsed
43081
43082 \begin_layout Plain Layout
43083
43084
43085 \backslash
43086 fcolorbox{black}{
43087 \end_layout
43088
43089 \end_inset
43090
43091 Mahogany
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097 }{
43098 \end_layout
43099
43100 \end_inset
43101
43102
43103 \begin_inset Phantom Phantom
43104 status open
43105
43106 \begin_layout Plain Layout
43107 W
43108 \end_layout
43109
43110 \end_inset
43111
43112
43113 \begin_inset ERT
43114 status collapsed
43115
43116 \begin_layout Plain Layout
43117
43118 }
43119 \end_layout
43120
43121 \end_inset
43122
43123  Mahogany
43124 \end_layout
43125
43126 \end_inset
43127 </cell>
43128 </row>
43129 <row>
43130 <cell alignment="left" valignment="top" usebox="none">
43131 \begin_inset Text
43132
43133 \begin_layout Plain Layout
43134 \begin_inset ERT
43135 status collapsed
43136
43137 \begin_layout Plain Layout
43138
43139
43140 \backslash
43141 fcolorbox{black}{
43142 \end_layout
43143
43144 \end_inset
43145
43146 Mahogany
43147 \begin_inset ERT
43148 status collapsed
43149
43150 \begin_layout Plain Layout
43151
43152 }{
43153 \end_layout
43154
43155 \end_inset
43156
43157
43158 \begin_inset Phantom Phantom
43159 status open
43160
43161 \begin_layout Plain Layout
43162 W
43163 \end_layout
43164
43165 \end_inset
43166
43167
43168 \begin_inset ERT
43169 status collapsed
43170
43171 \begin_layout Plain Layout
43172
43173 }
43174 \end_layout
43175
43176 \end_inset
43177
43178  Mahogany
43179 \end_layout
43180
43181 \end_inset
43182 </cell>
43183 <cell alignment="left" valignment="top" usebox="none">
43184 \begin_inset Text
43185
43186 \begin_layout Plain Layout
43187 \begin_inset ERT
43188 status collapsed
43189
43190 \begin_layout Plain Layout
43191
43192
43193 \backslash
43194 fcolorbox{black}{
43195 \end_layout
43196
43197 \end_inset
43198
43199 Maroon
43200 \begin_inset ERT
43201 status collapsed
43202
43203 \begin_layout Plain Layout
43204
43205 }{
43206 \end_layout
43207
43208 \end_inset
43209
43210
43211 \begin_inset Phantom Phantom
43212 status open
43213
43214 \begin_layout Plain Layout
43215 W
43216 \end_layout
43217
43218 \end_inset
43219
43220
43221 \begin_inset ERT
43222 status collapsed
43223
43224 \begin_layout Plain Layout
43225
43226 }
43227 \end_layout
43228
43229 \end_inset
43230
43231  Maroon
43232 \end_layout
43233
43234 \end_inset
43235 </cell>
43236 <cell alignment="left" valignment="top" usebox="none">
43237 \begin_inset Text
43238
43239 \begin_layout Plain Layout
43240 \begin_inset ERT
43241 status collapsed
43242
43243 \begin_layout Plain Layout
43244
43245
43246 \backslash
43247 fcolorbox{black}{
43248 \end_layout
43249
43250 \end_inset
43251
43252 Melon
43253 \begin_inset ERT
43254 status collapsed
43255
43256 \begin_layout Plain Layout
43257
43258 }{
43259 \end_layout
43260
43261 \end_inset
43262
43263
43264 \begin_inset Phantom Phantom
43265 status open
43266
43267 \begin_layout Plain Layout
43268 W
43269 \end_layout
43270
43271 \end_inset
43272
43273
43274 \begin_inset ERT
43275 status collapsed
43276
43277 \begin_layout Plain Layout
43278
43279 }
43280 \end_layout
43281
43282 \end_inset
43283
43284  Melon
43285 \end_layout
43286
43287 \end_inset
43288 </cell>
43289 <cell alignment="left" valignment="top" usebox="none">
43290 \begin_inset Text
43291
43292 \begin_layout Plain Layout
43293 \begin_inset ERT
43294 status collapsed
43295
43296 \begin_layout Plain Layout
43297
43298
43299 \backslash
43300 fcolorbox{black}{
43301 \end_layout
43302
43303 \end_inset
43304
43305 MidnightBlue
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311 }{
43312 \end_layout
43313
43314 \end_inset
43315
43316
43317 \begin_inset Phantom Phantom
43318 status open
43319
43320 \begin_layout Plain Layout
43321 W
43322 \end_layout
43323
43324 \end_inset
43325
43326
43327 \begin_inset ERT
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331
43332 }
43333 \end_layout
43334
43335 \end_inset
43336
43337  MidnightBlue
43338 \end_layout
43339
43340 \end_inset
43341 </cell>
43342 </row>
43343 <row>
43344 <cell alignment="left" valignment="top" usebox="none">
43345 \begin_inset Text
43346
43347 \begin_layout Plain Layout
43348 \begin_inset ERT
43349 status collapsed
43350
43351 \begin_layout Plain Layout
43352
43353
43354 \backslash
43355 fcolorbox{black}{
43356 \end_layout
43357
43358 \end_inset
43359
43360 Mulberry
43361 \begin_inset ERT
43362 status collapsed
43363
43364 \begin_layout Plain Layout
43365
43366 }{
43367 \end_layout
43368
43369 \end_inset
43370
43371
43372 \begin_inset Phantom Phantom
43373 status open
43374
43375 \begin_layout Plain Layout
43376 W
43377 \end_layout
43378
43379 \end_inset
43380
43381
43382 \begin_inset ERT
43383 status collapsed
43384
43385 \begin_layout Plain Layout
43386
43387 }
43388 \end_layout
43389
43390 \end_inset
43391
43392  Mulberry
43393 \end_layout
43394
43395 \end_inset
43396 </cell>
43397 <cell alignment="left" valignment="top" usebox="none">
43398 \begin_inset Text
43399
43400 \begin_layout Plain Layout
43401 \begin_inset ERT
43402 status collapsed
43403
43404 \begin_layout Plain Layout
43405
43406
43407 \backslash
43408 fcolorbox{black}{
43409 \end_layout
43410
43411 \end_inset
43412
43413 NavyBlue
43414 \begin_inset ERT
43415 status collapsed
43416
43417 \begin_layout Plain Layout
43418
43419 }{
43420 \end_layout
43421
43422 \end_inset
43423
43424
43425 \begin_inset Phantom Phantom
43426 status open
43427
43428 \begin_layout Plain Layout
43429 W
43430 \end_layout
43431
43432 \end_inset
43433
43434
43435 \begin_inset ERT
43436 status collapsed
43437
43438 \begin_layout Plain Layout
43439
43440 }
43441 \end_layout
43442
43443 \end_inset
43444
43445  NavyBlue
43446 \end_layout
43447
43448 \end_inset
43449 </cell>
43450 <cell alignment="left" valignment="top" usebox="none">
43451 \begin_inset Text
43452
43453 \begin_layout Plain Layout
43454 \begin_inset ERT
43455 status collapsed
43456
43457 \begin_layout Plain Layout
43458
43459
43460 \backslash
43461 fcolorbox{black}{
43462 \end_layout
43463
43464 \end_inset
43465
43466 OliveGreen
43467 \begin_inset ERT
43468 status collapsed
43469
43470 \begin_layout Plain Layout
43471
43472 }{
43473 \end_layout
43474
43475 \end_inset
43476
43477
43478 \begin_inset Phantom Phantom
43479 status open
43480
43481 \begin_layout Plain Layout
43482 W
43483 \end_layout
43484
43485 \end_inset
43486
43487
43488 \begin_inset ERT
43489 status collapsed
43490
43491 \begin_layout Plain Layout
43492
43493 }
43494 \end_layout
43495
43496 \end_inset
43497
43498  OliveGreen
43499 \end_layout
43500
43501 \end_inset
43502 </cell>
43503 <cell alignment="left" valignment="top" usebox="none">
43504 \begin_inset Text
43505
43506 \begin_layout Plain Layout
43507 \begin_inset ERT
43508 status collapsed
43509
43510 \begin_layout Plain Layout
43511
43512
43513 \backslash
43514 fcolorbox{black}{
43515 \end_layout
43516
43517 \end_inset
43518
43519 Orange
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525 }{
43526 \end_layout
43527
43528 \end_inset
43529
43530
43531 \begin_inset Phantom Phantom
43532 status open
43533
43534 \begin_layout Plain Layout
43535 W
43536 \end_layout
43537
43538 \end_inset
43539
43540
43541 \begin_inset ERT
43542 status collapsed
43543
43544 \begin_layout Plain Layout
43545
43546 }
43547 \end_layout
43548
43549 \end_inset
43550
43551  Orange
43552 \end_layout
43553
43554 \end_inset
43555 </cell>
43556 </row>
43557 <row>
43558 <cell alignment="left" valignment="top" usebox="none">
43559 \begin_inset Text
43560
43561 \begin_layout Plain Layout
43562 \begin_inset ERT
43563 status collapsed
43564
43565 \begin_layout Plain Layout
43566
43567
43568 \backslash
43569 fcolorbox{black}{
43570 \end_layout
43571
43572 \end_inset
43573
43574 OrangeRed
43575 \begin_inset ERT
43576 status collapsed
43577
43578 \begin_layout Plain Layout
43579
43580 }{
43581 \end_layout
43582
43583 \end_inset
43584
43585
43586 \begin_inset Phantom Phantom
43587 status open
43588
43589 \begin_layout Plain Layout
43590 W
43591 \end_layout
43592
43593 \end_inset
43594
43595
43596 \begin_inset ERT
43597 status collapsed
43598
43599 \begin_layout Plain Layout
43600
43601 }
43602 \end_layout
43603
43604 \end_inset
43605
43606  OrangeRed
43607 \end_layout
43608
43609 \end_inset
43610 </cell>
43611 <cell alignment="left" valignment="top" usebox="none">
43612 \begin_inset Text
43613
43614 \begin_layout Plain Layout
43615 \begin_inset ERT
43616 status collapsed
43617
43618 \begin_layout Plain Layout
43619
43620
43621 \backslash
43622 fcolorbox{black}{
43623 \end_layout
43624
43625 \end_inset
43626
43627 Orchid
43628 \begin_inset ERT
43629 status collapsed
43630
43631 \begin_layout Plain Layout
43632
43633 }{
43634 \end_layout
43635
43636 \end_inset
43637
43638
43639 \begin_inset Phantom Phantom
43640 status open
43641
43642 \begin_layout Plain Layout
43643 W
43644 \end_layout
43645
43646 \end_inset
43647
43648
43649 \begin_inset ERT
43650 status collapsed
43651
43652 \begin_layout Plain Layout
43653
43654 }
43655 \end_layout
43656
43657 \end_inset
43658
43659  Orchid
43660 \end_layout
43661
43662 \end_inset
43663 </cell>
43664 <cell alignment="left" valignment="top" usebox="none">
43665 \begin_inset Text
43666
43667 \begin_layout Plain Layout
43668 \begin_inset ERT
43669 status collapsed
43670
43671 \begin_layout Plain Layout
43672
43673
43674 \backslash
43675 fcolorbox{black}{
43676 \end_layout
43677
43678 \end_inset
43679
43680 Peach
43681 \begin_inset ERT
43682 status collapsed
43683
43684 \begin_layout Plain Layout
43685
43686 }{
43687 \end_layout
43688
43689 \end_inset
43690
43691
43692 \begin_inset Phantom Phantom
43693 status open
43694
43695 \begin_layout Plain Layout
43696 W
43697 \end_layout
43698
43699 \end_inset
43700
43701
43702 \begin_inset ERT
43703 status collapsed
43704
43705 \begin_layout Plain Layout
43706
43707 }
43708 \end_layout
43709
43710 \end_inset
43711
43712  Peach
43713 \end_layout
43714
43715 \end_inset
43716 </cell>
43717 <cell alignment="left" valignment="top" usebox="none">
43718 \begin_inset Text
43719
43720 \begin_layout Plain Layout
43721 \begin_inset ERT
43722 status collapsed
43723
43724 \begin_layout Plain Layout
43725
43726
43727 \backslash
43728 fcolorbox{black}{
43729 \end_layout
43730
43731 \end_inset
43732
43733 Periwinkle
43734 \begin_inset ERT
43735 status collapsed
43736
43737 \begin_layout Plain Layout
43738
43739 }{
43740 \end_layout
43741
43742 \end_inset
43743
43744
43745 \begin_inset Phantom Phantom
43746 status open
43747
43748 \begin_layout Plain Layout
43749 W
43750 \end_layout
43751
43752 \end_inset
43753
43754
43755 \begin_inset ERT
43756 status collapsed
43757
43758 \begin_layout Plain Layout
43759
43760 }
43761 \end_layout
43762
43763 \end_inset
43764
43765  Periwinkle
43766 \end_layout
43767
43768 \end_inset
43769 </cell>
43770 </row>
43771 <row>
43772 <cell alignment="left" valignment="top" usebox="none">
43773 \begin_inset Text
43774
43775 \begin_layout Plain Layout
43776 \begin_inset ERT
43777 status collapsed
43778
43779 \begin_layout Plain Layout
43780
43781
43782 \backslash
43783 fcolorbox{black}{
43784 \end_layout
43785
43786 \end_inset
43787
43788 PineGreen
43789 \begin_inset ERT
43790 status collapsed
43791
43792 \begin_layout Plain Layout
43793
43794 }{
43795 \end_layout
43796
43797 \end_inset
43798
43799
43800 \begin_inset Phantom Phantom
43801 status open
43802
43803 \begin_layout Plain Layout
43804 W
43805 \end_layout
43806
43807 \end_inset
43808
43809
43810 \begin_inset ERT
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814
43815 }
43816 \end_layout
43817
43818 \end_inset
43819
43820  PineGreen
43821 \end_layout
43822
43823 \end_inset
43824 </cell>
43825 <cell alignment="left" valignment="top" usebox="none">
43826 \begin_inset Text
43827
43828 \begin_layout Plain Layout
43829 \begin_inset ERT
43830 status collapsed
43831
43832 \begin_layout Plain Layout
43833
43834
43835 \backslash
43836 fcolorbox{black}{
43837 \end_layout
43838
43839 \end_inset
43840
43841 Plum
43842 \begin_inset ERT
43843 status collapsed
43844
43845 \begin_layout Plain Layout
43846
43847 }{
43848 \end_layout
43849
43850 \end_inset
43851
43852
43853 \begin_inset Phantom Phantom
43854 status open
43855
43856 \begin_layout Plain Layout
43857 W
43858 \end_layout
43859
43860 \end_inset
43861
43862
43863 \begin_inset ERT
43864 status collapsed
43865
43866 \begin_layout Plain Layout
43867
43868 }
43869 \end_layout
43870
43871 \end_inset
43872
43873  Plum
43874 \end_layout
43875
43876 \end_inset
43877 </cell>
43878 <cell alignment="left" valignment="top" usebox="none">
43879 \begin_inset Text
43880
43881 \begin_layout Plain Layout
43882 \begin_inset ERT
43883 status collapsed
43884
43885 \begin_layout Plain Layout
43886
43887
43888 \backslash
43889 fcolorbox{black}{
43890 \end_layout
43891
43892 \end_inset
43893
43894 ProcessBlue
43895 \begin_inset ERT
43896 status collapsed
43897
43898 \begin_layout Plain Layout
43899
43900 }{
43901 \end_layout
43902
43903 \end_inset
43904
43905
43906 \begin_inset Phantom Phantom
43907 status open
43908
43909 \begin_layout Plain Layout
43910 W
43911 \end_layout
43912
43913 \end_inset
43914
43915
43916 \begin_inset ERT
43917 status collapsed
43918
43919 \begin_layout Plain Layout
43920
43921 }
43922 \end_layout
43923
43924 \end_inset
43925
43926  ProcessBlue
43927 \end_layout
43928
43929 \end_inset
43930 </cell>
43931 <cell alignment="left" valignment="top" usebox="none">
43932 \begin_inset Text
43933
43934 \begin_layout Plain Layout
43935 \begin_inset ERT
43936 status collapsed
43937
43938 \begin_layout Plain Layout
43939
43940
43941 \backslash
43942 fcolorbox{black}{
43943 \end_layout
43944
43945 \end_inset
43946
43947 Purple
43948 \begin_inset ERT
43949 status collapsed
43950
43951 \begin_layout Plain Layout
43952
43953 }{
43954 \end_layout
43955
43956 \end_inset
43957
43958
43959 \begin_inset Phantom Phantom
43960 status open
43961
43962 \begin_layout Plain Layout
43963 W
43964 \end_layout
43965
43966 \end_inset
43967
43968
43969 \begin_inset ERT
43970 status collapsed
43971
43972 \begin_layout Plain Layout
43973
43974 }
43975 \end_layout
43976
43977 \end_inset
43978
43979  Purple
43980 \end_layout
43981
43982 \end_inset
43983 </cell>
43984 </row>
43985 <row>
43986 <cell alignment="left" valignment="top" usebox="none">
43987 \begin_inset Text
43988
43989 \begin_layout Plain Layout
43990 \begin_inset ERT
43991 status collapsed
43992
43993 \begin_layout Plain Layout
43994
43995
43996 \backslash
43997 fcolorbox{black}{
43998 \end_layout
43999
44000 \end_inset
44001
44002 RawSienna
44003 \begin_inset ERT
44004 status collapsed
44005
44006 \begin_layout Plain Layout
44007
44008 }{
44009 \end_layout
44010
44011 \end_inset
44012
44013
44014 \begin_inset Phantom Phantom
44015 status open
44016
44017 \begin_layout Plain Layout
44018 W
44019 \end_layout
44020
44021 \end_inset
44022
44023
44024 \begin_inset ERT
44025 status collapsed
44026
44027 \begin_layout Plain Layout
44028
44029 }
44030 \end_layout
44031
44032 \end_inset
44033
44034  RawSienna
44035 \end_layout
44036
44037 \end_inset
44038 </cell>
44039 <cell alignment="left" valignment="top" usebox="none">
44040 \begin_inset Text
44041
44042 \begin_layout Plain Layout
44043 \begin_inset ERT
44044 status collapsed
44045
44046 \begin_layout Plain Layout
44047
44048
44049 \backslash
44050 fcolorbox{black}{
44051 \end_layout
44052
44053 \end_inset
44054
44055 RedOrange
44056 \begin_inset ERT
44057 status collapsed
44058
44059 \begin_layout Plain Layout
44060
44061 }{
44062 \end_layout
44063
44064 \end_inset
44065
44066
44067 \begin_inset Phantom Phantom
44068 status open
44069
44070 \begin_layout Plain Layout
44071 W
44072 \end_layout
44073
44074 \end_inset
44075
44076
44077 \begin_inset ERT
44078 status collapsed
44079
44080 \begin_layout Plain Layout
44081
44082 }
44083 \end_layout
44084
44085 \end_inset
44086
44087  RedOrange
44088 \end_layout
44089
44090 \end_inset
44091 </cell>
44092 <cell alignment="left" valignment="top" usebox="none">
44093 \begin_inset Text
44094
44095 \begin_layout Plain Layout
44096 \begin_inset ERT
44097 status collapsed
44098
44099 \begin_layout Plain Layout
44100
44101
44102 \backslash
44103 fcolorbox{black}{
44104 \end_layout
44105
44106 \end_inset
44107
44108 RedViolet
44109 \begin_inset ERT
44110 status collapsed
44111
44112 \begin_layout Plain Layout
44113
44114 }{
44115 \end_layout
44116
44117 \end_inset
44118
44119
44120 \begin_inset Phantom Phantom
44121 status open
44122
44123 \begin_layout Plain Layout
44124 W
44125 \end_layout
44126
44127 \end_inset
44128
44129
44130 \begin_inset ERT
44131 status collapsed
44132
44133 \begin_layout Plain Layout
44134
44135 }
44136 \end_layout
44137
44138 \end_inset
44139
44140  RedViolet
44141 \end_layout
44142
44143 \end_inset
44144 </cell>
44145 <cell alignment="left" valignment="top" usebox="none">
44146 \begin_inset Text
44147
44148 \begin_layout Plain Layout
44149 \begin_inset ERT
44150 status collapsed
44151
44152 \begin_layout Plain Layout
44153
44154
44155 \backslash
44156 fcolorbox{black}{
44157 \end_layout
44158
44159 \end_inset
44160
44161 Rhodamine
44162 \begin_inset ERT
44163 status collapsed
44164
44165 \begin_layout Plain Layout
44166
44167 }{
44168 \end_layout
44169
44170 \end_inset
44171
44172
44173 \begin_inset Phantom Phantom
44174 status open
44175
44176 \begin_layout Plain Layout
44177 W
44178 \end_layout
44179
44180 \end_inset
44181
44182
44183 \begin_inset ERT
44184 status collapsed
44185
44186 \begin_layout Plain Layout
44187
44188 }
44189 \end_layout
44190
44191 \end_inset
44192
44193  Rhodamine
44194 \end_layout
44195
44196 \end_inset
44197 </cell>
44198 </row>
44199 <row>
44200 <cell alignment="left" valignment="top" usebox="none">
44201 \begin_inset Text
44202
44203 \begin_layout Plain Layout
44204 \begin_inset ERT
44205 status collapsed
44206
44207 \begin_layout Plain Layout
44208
44209
44210 \backslash
44211 fcolorbox{black}{
44212 \end_layout
44213
44214 \end_inset
44215
44216 RoyalBlue
44217 \begin_inset ERT
44218 status collapsed
44219
44220 \begin_layout Plain Layout
44221
44222 }{
44223 \end_layout
44224
44225 \end_inset
44226
44227
44228 \begin_inset Phantom Phantom
44229 status open
44230
44231 \begin_layout Plain Layout
44232 W
44233 \end_layout
44234
44235 \end_inset
44236
44237
44238 \begin_inset ERT
44239 status collapsed
44240
44241 \begin_layout Plain Layout
44242
44243 }
44244 \end_layout
44245
44246 \end_inset
44247
44248  RoyalBlue
44249 \end_layout
44250
44251 \end_inset
44252 </cell>
44253 <cell alignment="left" valignment="top" usebox="none">
44254 \begin_inset Text
44255
44256 \begin_layout Plain Layout
44257 \begin_inset ERT
44258 status collapsed
44259
44260 \begin_layout Plain Layout
44261
44262
44263 \backslash
44264 fcolorbox{black}{
44265 \end_layout
44266
44267 \end_inset
44268
44269 RoyalPurple
44270 \begin_inset ERT
44271 status collapsed
44272
44273 \begin_layout Plain Layout
44274
44275 }{
44276 \end_layout
44277
44278 \end_inset
44279
44280
44281 \begin_inset Phantom Phantom
44282 status open
44283
44284 \begin_layout Plain Layout
44285 W
44286 \end_layout
44287
44288 \end_inset
44289
44290
44291 \begin_inset ERT
44292 status collapsed
44293
44294 \begin_layout Plain Layout
44295
44296 }
44297 \end_layout
44298
44299 \end_inset
44300
44301  RoyalPurple
44302 \end_layout
44303
44304 \end_inset
44305 </cell>
44306 <cell alignment="left" valignment="top" usebox="none">
44307 \begin_inset Text
44308
44309 \begin_layout Plain Layout
44310 \begin_inset ERT
44311 status collapsed
44312
44313 \begin_layout Plain Layout
44314
44315
44316 \backslash
44317 fcolorbox{black}{
44318 \end_layout
44319
44320 \end_inset
44321
44322 RubineRed
44323 \begin_inset ERT
44324 status collapsed
44325
44326 \begin_layout Plain Layout
44327
44328 }{
44329 \end_layout
44330
44331 \end_inset
44332
44333
44334 \begin_inset Phantom Phantom
44335 status open
44336
44337 \begin_layout Plain Layout
44338 W
44339 \end_layout
44340
44341 \end_inset
44342
44343
44344 \begin_inset ERT
44345 status collapsed
44346
44347 \begin_layout Plain Layout
44348
44349 }
44350 \end_layout
44351
44352 \end_inset
44353
44354  RubineRed
44355 \end_layout
44356
44357 \end_inset
44358 </cell>
44359 <cell alignment="left" valignment="top" usebox="none">
44360 \begin_inset Text
44361
44362 \begin_layout Plain Layout
44363 \begin_inset ERT
44364 status collapsed
44365
44366 \begin_layout Plain Layout
44367
44368
44369 \backslash
44370 fcolorbox{black}{
44371 \end_layout
44372
44373 \end_inset
44374
44375 Salmon
44376 \begin_inset ERT
44377 status collapsed
44378
44379 \begin_layout Plain Layout
44380
44381 }{
44382 \end_layout
44383
44384 \end_inset
44385
44386
44387 \begin_inset Phantom Phantom
44388 status open
44389
44390 \begin_layout Plain Layout
44391 W
44392 \end_layout
44393
44394 \end_inset
44395
44396
44397 \begin_inset ERT
44398 status collapsed
44399
44400 \begin_layout Plain Layout
44401
44402 }
44403 \end_layout
44404
44405 \end_inset
44406
44407  Salmon
44408 \end_layout
44409
44410 \end_inset
44411 </cell>
44412 </row>
44413 <row>
44414 <cell alignment="left" valignment="top" usebox="none">
44415 \begin_inset Text
44416
44417 \begin_layout Plain Layout
44418 \begin_inset ERT
44419 status collapsed
44420
44421 \begin_layout Plain Layout
44422
44423
44424 \backslash
44425 fcolorbox{black}{
44426 \end_layout
44427
44428 \end_inset
44429
44430 SeaGreen
44431 \begin_inset ERT
44432 status collapsed
44433
44434 \begin_layout Plain Layout
44435
44436 }{
44437 \end_layout
44438
44439 \end_inset
44440
44441
44442 \begin_inset Phantom Phantom
44443 status open
44444
44445 \begin_layout Plain Layout
44446 W
44447 \end_layout
44448
44449 \end_inset
44450
44451
44452 \begin_inset ERT
44453 status collapsed
44454
44455 \begin_layout Plain Layout
44456
44457 }
44458 \end_layout
44459
44460 \end_inset
44461
44462  SeaGreen
44463 \end_layout
44464
44465 \end_inset
44466 </cell>
44467 <cell alignment="left" valignment="top" usebox="none">
44468 \begin_inset Text
44469
44470 \begin_layout Plain Layout
44471 \begin_inset ERT
44472 status collapsed
44473
44474 \begin_layout Plain Layout
44475
44476
44477 \backslash
44478 fcolorbox{black}{
44479 \end_layout
44480
44481 \end_inset
44482
44483 Sepia
44484 \begin_inset ERT
44485 status collapsed
44486
44487 \begin_layout Plain Layout
44488
44489 }{
44490 \end_layout
44491
44492 \end_inset
44493
44494
44495 \begin_inset Phantom Phantom
44496 status open
44497
44498 \begin_layout Plain Layout
44499 W
44500 \end_layout
44501
44502 \end_inset
44503
44504
44505 \begin_inset ERT
44506 status collapsed
44507
44508 \begin_layout Plain Layout
44509
44510 }
44511 \end_layout
44512
44513 \end_inset
44514
44515  Sepia
44516 \end_layout
44517
44518 \end_inset
44519 </cell>
44520 <cell alignment="left" valignment="top" usebox="none">
44521 \begin_inset Text
44522
44523 \begin_layout Plain Layout
44524 \begin_inset ERT
44525 status collapsed
44526
44527 \begin_layout Plain Layout
44528
44529
44530 \backslash
44531 fcolorbox{black}{
44532 \end_layout
44533
44534 \end_inset
44535
44536 SkyBlue
44537 \begin_inset ERT
44538 status collapsed
44539
44540 \begin_layout Plain Layout
44541
44542 }{
44543 \end_layout
44544
44545 \end_inset
44546
44547
44548 \begin_inset Phantom Phantom
44549 status open
44550
44551 \begin_layout Plain Layout
44552 W
44553 \end_layout
44554
44555 \end_inset
44556
44557
44558 \begin_inset ERT
44559 status collapsed
44560
44561 \begin_layout Plain Layout
44562
44563 }
44564 \end_layout
44565
44566 \end_inset
44567
44568  SkyBlue
44569 \end_layout
44570
44571 \end_inset
44572 </cell>
44573 <cell alignment="left" valignment="top" usebox="none">
44574 \begin_inset Text
44575
44576 \begin_layout Plain Layout
44577 \begin_inset ERT
44578 status collapsed
44579
44580 \begin_layout Plain Layout
44581
44582
44583 \backslash
44584 fcolorbox{black}{
44585 \end_layout
44586
44587 \end_inset
44588
44589 SpringGreen
44590 \begin_inset ERT
44591 status collapsed
44592
44593 \begin_layout Plain Layout
44594
44595 }{
44596 \end_layout
44597
44598 \end_inset
44599
44600
44601 \begin_inset Phantom Phantom
44602 status open
44603
44604 \begin_layout Plain Layout
44605 W
44606 \end_layout
44607
44608 \end_inset
44609
44610
44611 \begin_inset ERT
44612 status collapsed
44613
44614 \begin_layout Plain Layout
44615
44616 }
44617 \end_layout
44618
44619 \end_inset
44620
44621  SpringGreen
44622 \end_layout
44623
44624 \end_inset
44625 </cell>
44626 </row>
44627 <row>
44628 <cell alignment="left" valignment="top" usebox="none">
44629 \begin_inset Text
44630
44631 \begin_layout Plain Layout
44632 \begin_inset ERT
44633 status collapsed
44634
44635 \begin_layout Plain Layout
44636
44637
44638 \backslash
44639 fcolorbox{black}{
44640 \end_layout
44641
44642 \end_inset
44643
44644 Tan
44645 \begin_inset ERT
44646 status collapsed
44647
44648 \begin_layout Plain Layout
44649
44650 }{
44651 \end_layout
44652
44653 \end_inset
44654
44655
44656 \begin_inset Phantom Phantom
44657 status open
44658
44659 \begin_layout Plain Layout
44660 W
44661 \end_layout
44662
44663 \end_inset
44664
44665
44666 \begin_inset ERT
44667 status collapsed
44668
44669 \begin_layout Plain Layout
44670
44671 }
44672 \end_layout
44673
44674 \end_inset
44675
44676  Tan
44677 \end_layout
44678
44679 \end_inset
44680 </cell>
44681 <cell alignment="left" valignment="top" usebox="none">
44682 \begin_inset Text
44683
44684 \begin_layout Plain Layout
44685 \begin_inset ERT
44686 status collapsed
44687
44688 \begin_layout Plain Layout
44689
44690
44691 \backslash
44692 fcolorbox{black}{
44693 \end_layout
44694
44695 \end_inset
44696
44697 TealBlue
44698 \begin_inset ERT
44699 status collapsed
44700
44701 \begin_layout Plain Layout
44702
44703 }{
44704 \end_layout
44705
44706 \end_inset
44707
44708
44709 \begin_inset Phantom Phantom
44710 status open
44711
44712 \begin_layout Plain Layout
44713 W
44714 \end_layout
44715
44716 \end_inset
44717
44718
44719 \begin_inset ERT
44720 status collapsed
44721
44722 \begin_layout Plain Layout
44723
44724 }
44725 \end_layout
44726
44727 \end_inset
44728
44729  TealBlue
44730 \end_layout
44731
44732 \end_inset
44733 </cell>
44734 <cell alignment="left" valignment="top" usebox="none">
44735 \begin_inset Text
44736
44737 \begin_layout Plain Layout
44738 \begin_inset ERT
44739 status collapsed
44740
44741 \begin_layout Plain Layout
44742
44743
44744 \backslash
44745 fcolorbox{black}{
44746 \end_layout
44747
44748 \end_inset
44749
44750 Thistle
44751 \begin_inset ERT
44752 status collapsed
44753
44754 \begin_layout Plain Layout
44755
44756 }{
44757 \end_layout
44758
44759 \end_inset
44760
44761
44762 \begin_inset Phantom Phantom
44763 status open
44764
44765 \begin_layout Plain Layout
44766 W
44767 \end_layout
44768
44769 \end_inset
44770
44771
44772 \begin_inset ERT
44773 status collapsed
44774
44775 \begin_layout Plain Layout
44776
44777 }
44778 \end_layout
44779
44780 \end_inset
44781
44782  Thistle
44783 \end_layout
44784
44785 \end_inset
44786 </cell>
44787 <cell alignment="left" valignment="top" usebox="none">
44788 \begin_inset Text
44789
44790 \begin_layout Plain Layout
44791 \begin_inset ERT
44792 status collapsed
44793
44794 \begin_layout Plain Layout
44795
44796
44797 \backslash
44798 fcolorbox{black}{
44799 \end_layout
44800
44801 \end_inset
44802
44803 Turquoise
44804 \begin_inset ERT
44805 status collapsed
44806
44807 \begin_layout Plain Layout
44808
44809 }{
44810 \end_layout
44811
44812 \end_inset
44813
44814
44815 \begin_inset Phantom Phantom
44816 status open
44817
44818 \begin_layout Plain Layout
44819 W
44820 \end_layout
44821
44822 \end_inset
44823
44824
44825 \begin_inset ERT
44826 status collapsed
44827
44828 \begin_layout Plain Layout
44829
44830 }
44831 \end_layout
44832
44833 \end_inset
44834
44835  Turquoise
44836 \end_layout
44837
44838 \end_inset
44839 </cell>
44840 </row>
44841 <row>
44842 <cell alignment="left" valignment="top" usebox="none">
44843 \begin_inset Text
44844
44845 \begin_layout Plain Layout
44846 \begin_inset ERT
44847 status collapsed
44848
44849 \begin_layout Plain Layout
44850
44851
44852 \backslash
44853 fcolorbox{black}{
44854 \end_layout
44855
44856 \end_inset
44857
44858 Violet
44859 \begin_inset ERT
44860 status collapsed
44861
44862 \begin_layout Plain Layout
44863
44864 }{
44865 \end_layout
44866
44867 \end_inset
44868
44869
44870 \begin_inset Phantom Phantom
44871 status open
44872
44873 \begin_layout Plain Layout
44874 W
44875 \end_layout
44876
44877 \end_inset
44878
44879
44880 \begin_inset ERT
44881 status collapsed
44882
44883 \begin_layout Plain Layout
44884
44885 }
44886 \end_layout
44887
44888 \end_inset
44889
44890  Violet
44891 \end_layout
44892
44893 \end_inset
44894 </cell>
44895 <cell alignment="left" valignment="top" usebox="none">
44896 \begin_inset Text
44897
44898 \begin_layout Plain Layout
44899 \begin_inset ERT
44900 status collapsed
44901
44902 \begin_layout Plain Layout
44903
44904
44905 \backslash
44906 fcolorbox{black}{
44907 \end_layout
44908
44909 \end_inset
44910
44911 VioletRed
44912 \begin_inset ERT
44913 status collapsed
44914
44915 \begin_layout Plain Layout
44916
44917 }{
44918 \end_layout
44919
44920 \end_inset
44921
44922
44923 \begin_inset Phantom Phantom
44924 status open
44925
44926 \begin_layout Plain Layout
44927 W
44928 \end_layout
44929
44930 \end_inset
44931
44932
44933 \begin_inset ERT
44934 status collapsed
44935
44936 \begin_layout Plain Layout
44937
44938 }
44939 \end_layout
44940
44941 \end_inset
44942
44943  VioletRed
44944 \end_layout
44945
44946 \end_inset
44947 </cell>
44948 <cell alignment="left" valignment="top" usebox="none">
44949 \begin_inset Text
44950
44951 \begin_layout Plain Layout
44952 \begin_inset ERT
44953 status collapsed
44954
44955 \begin_layout Plain Layout
44956
44957
44958 \backslash
44959 fcolorbox{black}{
44960 \end_layout
44961
44962 \end_inset
44963
44964 WildStrawberry
44965 \begin_inset ERT
44966 status collapsed
44967
44968 \begin_layout Plain Layout
44969
44970 }{
44971 \end_layout
44972
44973 \end_inset
44974
44975
44976 \begin_inset Phantom Phantom
44977 status open
44978
44979 \begin_layout Plain Layout
44980 W
44981 \end_layout
44982
44983 \end_inset
44984
44985
44986 \begin_inset ERT
44987 status collapsed
44988
44989 \begin_layout Plain Layout
44990
44991 }
44992 \end_layout
44993
44994 \end_inset
44995
44996  WildStrawberry
44997 \end_layout
44998
44999 \end_inset
45000 </cell>
45001 <cell alignment="left" valignment="top" usebox="none">
45002 \begin_inset Text
45003
45004 \begin_layout Plain Layout
45005 \begin_inset ERT
45006 status collapsed
45007
45008 \begin_layout Plain Layout
45009
45010
45011 \backslash
45012 fcolorbox{black}{
45013 \end_layout
45014
45015 \end_inset
45016
45017 YellowGreen
45018 \begin_inset ERT
45019 status collapsed
45020
45021 \begin_layout Plain Layout
45022
45023 }{
45024 \end_layout
45025
45026 \end_inset
45027
45028
45029 \begin_inset Phantom Phantom
45030 status open
45031
45032 \begin_layout Plain Layout
45033 W
45034 \end_layout
45035
45036 \end_inset
45037
45038
45039 \begin_inset ERT
45040 status collapsed
45041
45042 \begin_layout Plain Layout
45043
45044 }
45045 \end_layout
45046
45047 \end_inset
45048
45049  YellowGreen
45050 \end_layout
45051
45052 \end_inset
45053 </cell>
45054 </row>
45055 <row>
45056 <cell alignment="left" valignment="top" usebox="none">
45057 \begin_inset Text
45058
45059 \begin_layout Plain Layout
45060 \begin_inset ERT
45061 status collapsed
45062
45063 \begin_layout Plain Layout
45064
45065
45066 \backslash
45067 fcolorbox{black}{
45068 \end_layout
45069
45070 \end_inset
45071
45072 YellowOrange
45073 \begin_inset ERT
45074 status collapsed
45075
45076 \begin_layout Plain Layout
45077
45078 }{
45079 \end_layout
45080
45081 \end_inset
45082
45083
45084 \begin_inset Phantom Phantom
45085 status open
45086
45087 \begin_layout Plain Layout
45088 W
45089 \end_layout
45090
45091 \end_inset
45092
45093
45094 \begin_inset ERT
45095 status collapsed
45096
45097 \begin_layout Plain Layout
45098
45099 }
45100 \end_layout
45101
45102 \end_inset
45103
45104  YellowOrange
45105 \end_layout
45106
45107 \end_inset
45108 </cell>
45109 <cell alignment="left" valignment="top" usebox="none">
45110 \begin_inset Text
45111
45112 \begin_layout Plain Layout
45113
45114 \end_layout
45115
45116 \end_inset
45117 </cell>
45118 <cell alignment="left" valignment="top" usebox="none">
45119 \begin_inset Text
45120
45121 \begin_layout Plain Layout
45122
45123 \end_layout
45124
45125 \end_inset
45126 </cell>
45127 <cell alignment="left" valignment="top" usebox="none">
45128 \begin_inset Text
45129
45130 \begin_layout Plain Layout
45131
45132 \end_layout
45133
45134 \end_inset
45135 </cell>
45136 </row>
45137 </lyxtabular>
45138
45139 \end_inset
45140
45141
45142 \end_layout
45143
45144 \begin_layout Chapter
45145 Explanation of Equation
45146 \begin_inset space ~
45147 \end_inset
45148
45149 (
45150 \begin_inset CommandInset ref
45151 LatexCommand ref
45152 reference "eq:Wgn"
45153
45154 \end_inset
45155
45156 )
45157 \begin_inset CommandInset label
45158 LatexCommand label
45159 name "cha:Explanation-of-Equation"
45160
45161 \end_inset
45162
45163
45164 \end_layout
45165
45166 \begin_layout Standard
45167 We can calculate the total width of 
45168 \emph on
45169 n
45170 \emph default
45171  table cells 
45172 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45173 \end_inset
45174
45175  as follows:
45176 \begin_inset Formula 
45177 \begin{equation}
45178 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45179 \end{equation}
45180
45181 \end_inset
45182
45183 where 
45184 \begin_inset Formula $W_{g\,n}$
45185 \end_inset
45186
45187  is the given width of all cells, 
45188 \series bold
45189
45190 \backslash
45191 tabcolsep
45192 \series default
45193  is the LaTeX-length between the cell text and the cell border (its default
45194  value is 6
45195 \begin_inset space \thinspace{}
45196 \end_inset
45197
45198 pt).
45199  
45200 \series bold
45201
45202 \backslash
45203 arrayrulewidth
45204 \series default
45205  is the thickness of the cell border line, the default is 0.4
45206 \begin_inset space \thinspace{}
45207 \end_inset
45208
45209 pt.
45210 \end_layout
45211
45212 \begin_layout Standard
45213 Following equation
45214 \begin_inset space ~
45215 \end_inset
45216
45217
45218 \begin_inset CommandInset ref
45219 LatexCommand eqref
45220 reference "eq:Wtot_n"
45221
45222 \end_inset
45223
45224 , the total width of a multicolumn 
45225 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45226 \end_inset
45227
45228  is
45229 \begin_inset Formula 
45230 \begin{equation}
45231 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45232 \end{equation}
45233
45234 \end_inset
45235
45236
45237 \end_layout
45238
45239 \begin_layout Standard
45240 By setting equation
45241 \begin_inset space ~
45242 \end_inset
45243
45244
45245 \begin_inset CommandInset ref
45246 LatexCommand eqref
45247 reference "eq:Wtot_n"
45248
45249 \end_inset
45250
45251  and 
45252 \begin_inset CommandInset ref
45253 LatexCommand eqref
45254 reference "eq:Wtot_mult"
45255
45256 \end_inset
45257
45258  equal we can calculate the needed given width 
45259 \begin_inset Formula $W_{g\,n}$
45260 \end_inset
45261
45262  when 
45263 \emph on
45264 n
45265 \emph default
45266  columns are spanned, so that each column has a total width of 
45267 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45268 \end_inset
45269
45270 :
45271 \begin_inset Formula 
45272 \begin{equation}
45273 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45274 \end{equation}
45275
45276 \end_inset
45277
45278
45279 \end_layout
45280
45281 \begin_layout Bibliography
45282 \begin_inset CommandInset bibitem
45283 LatexCommand bibitem
45284 key "latexcompanion"
45285
45286 \end_inset
45287
45288 Frank Mittelbach and Michel Goossens: 
45289 \emph on
45290 The LaTeX Companion Second Edition.
45291
45292 \emph default
45293  Addison-Wesley, 2004
45294 \end_layout
45295
45296 \begin_layout Bibliography
45297 \begin_inset CommandInset bibitem
45298 LatexCommand bibitem
45299 key "latexguide"
45300
45301 \end_inset
45302
45303 Helmut Kopka and Patrick W.
45304  Daly: 
45305 \emph on
45306 A Guide to LaTeX Fourth Edition.
45307
45308 \emph default
45309  Addison-Wesley, 2003
45310 \end_layout
45311
45312 \begin_layout Bibliography
45313 \begin_inset CommandInset bibitem
45314 LatexCommand bibitem
45315 key "latexbook"
45316
45317 \end_inset
45318
45319 Leslie Lamport: 
45320 \emph on
45321 LaTeX: A Document Preparation System.
45322
45323 \emph default
45324  Addison-Wesley, second edition, 1994
45325 \end_layout
45326
45327 \begin_layout Bibliography
45328 \begin_inset CommandInset bibitem
45329 LatexCommand bibitem
45330 key "arydshln"
45331
45332 \end_inset
45333
45334 Documentation of the LaTeX-package 
45335 \series bold
45336
45337 \begin_inset CommandInset href
45338 LatexCommand href
45339 name "arydshln"
45340 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45341
45342 \end_inset
45343
45344
45345 \series default
45346
45347 \begin_inset Index idx
45348 status collapsed
45349
45350 \begin_layout Plain Layout
45351 LaTeX-packages ! arydshln
45352 \end_layout
45353
45354 \end_inset
45355
45356
45357 \end_layout
45358
45359 \begin_layout Bibliography
45360 \begin_inset CommandInset bibitem
45361 LatexCommand bibitem
45362 key "booktabs"
45363
45364 \end_inset
45365
45366 Documentation of the LaTeX-package 
45367 \series bold
45368
45369 \begin_inset CommandInset href
45370 LatexCommand href
45371 name "booktabs"
45372 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45373
45374 \end_inset
45375
45376
45377 \series default
45378
45379 \begin_inset Index idx
45380 status collapsed
45381
45382 \begin_layout Plain Layout
45383 LaTeX-packages ! booktabs
45384 \end_layout
45385
45386 \end_inset
45387
45388
45389 \end_layout
45390
45391 \begin_layout Bibliography
45392 \begin_inset CommandInset bibitem
45393 LatexCommand bibitem
45394 key "caption"
45395
45396 \end_inset
45397
45398 Documentation of the LaTeX-package 
45399 \series bold
45400
45401 \begin_inset CommandInset href
45402 LatexCommand href
45403 name "caption"
45404 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45405
45406 \end_inset
45407
45408
45409 \series default
45410
45411 \begin_inset Index idx
45412 status collapsed
45413
45414 \begin_layout Plain Layout
45415 LaTeX-packages ! caption
45416 \end_layout
45417
45418 \end_inset
45419
45420
45421 \end_layout
45422
45423 \begin_layout Bibliography
45424 \begin_inset CommandInset bibitem
45425 LatexCommand bibitem
45426 key "diagbox"
45427
45428 \end_inset
45429
45430 Documentation of the LaTeX-package 
45431 \series bold
45432
45433 \begin_inset CommandInset href
45434 LatexCommand href
45435 name "diagbox"
45436 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45437
45438 \end_inset
45439
45440
45441 \series default
45442
45443 \begin_inset Index idx
45444 status collapsed
45445
45446 \begin_layout Plain Layout
45447 LaTeX-packages ! diagbox
45448 \end_layout
45449
45450 \end_inset
45451
45452
45453 \end_layout
45454
45455 \begin_layout Bibliography
45456 \begin_inset CommandInset bibitem
45457 LatexCommand bibitem
45458 key "endfloat"
45459
45460 \end_inset
45461
45462 Documentation of the LaTeX-package 
45463 \series bold
45464
45465 \begin_inset CommandInset href
45466 LatexCommand href
45467 name "endfloat"
45468 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45469
45470 \end_inset
45471
45472
45473 \series default
45474
45475 \begin_inset Index idx
45476 status collapsed
45477
45478 \begin_layout Plain Layout
45479 LaTeX-packages ! endfloat
45480 \end_layout
45481
45482 \end_inset
45483
45484
45485 \end_layout
45486
45487 \begin_layout Bibliography
45488 \begin_inset CommandInset bibitem
45489 LatexCommand bibitem
45490 key "footmisc"
45491
45492 \end_inset
45493
45494 Documentation of the LaTeX-package 
45495 \series bold
45496
45497 \begin_inset CommandInset href
45498 LatexCommand href
45499 name "footmisc"
45500 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45501
45502 \end_inset
45503
45504
45505 \series default
45506
45507 \begin_inset Index idx
45508 status collapsed
45509
45510 \begin_layout Plain Layout
45511 LaTeX-packages ! footmisc
45512 \end_layout
45513
45514 \end_inset
45515
45516
45517 \end_layout
45518
45519 \begin_layout Bibliography
45520 \begin_inset CommandInset bibitem
45521 LatexCommand bibitem
45522 key "hypcap"
45523
45524 \end_inset
45525
45526 Documentation of the LaTeX-package 
45527 \series bold
45528
45529 \begin_inset CommandInset href
45530 LatexCommand href
45531 name "hypcap"
45532 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45533
45534 \end_inset
45535
45536
45537 \series default
45538
45539 \begin_inset Index idx
45540 status collapsed
45541
45542 \begin_layout Plain Layout
45543 LaTeX-packages ! hyperref
45544 \end_layout
45545
45546 \end_inset
45547
45548
45549 \end_layout
45550
45551 \begin_layout Bibliography
45552 \begin_inset CommandInset bibitem
45553 LatexCommand bibitem
45554 key "hyperref"
45555
45556 \end_inset
45557
45558 Documentation of the LaTeX-package 
45559 \series bold
45560
45561 \begin_inset CommandInset href
45562 LatexCommand href
45563 name "hyperref"
45564 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45565
45566 \end_inset
45567
45568
45569 \series default
45570
45571 \begin_inset Index idx
45572 status collapsed
45573
45574 \begin_layout Plain Layout
45575 LaTeX-packages ! hyperref
45576 \end_layout
45577
45578 \end_inset
45579
45580
45581 \end_layout
45582
45583 \begin_layout Bibliography
45584 \begin_inset CommandInset bibitem
45585 LatexCommand bibitem
45586 key "KOMA-Script"
45587
45588 \end_inset
45589
45590 Documentation of the LaTeX-package 
45591 \series bold
45592
45593 \begin_inset CommandInset href
45594 LatexCommand href
45595 name "KOMA-Script"
45596 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45597
45598 \end_inset
45599
45600
45601 \series default
45602
45603 \begin_inset Index idx
45604 status collapsed
45605
45606 \begin_layout Plain Layout
45607 LaTeX-packages ! KOMA-Script
45608 \end_layout
45609
45610 \end_inset
45611
45612
45613 \end_layout
45614
45615 \begin_layout Bibliography
45616 \begin_inset CommandInset bibitem
45617 LatexCommand bibitem
45618 key "lettrine"
45619
45620 \end_inset
45621
45622 Documentation of the LaTeX-package 
45623 \series bold
45624
45625 \begin_inset CommandInset href
45626 LatexCommand href
45627 name "lettrine"
45628 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45629
45630 \end_inset
45631
45632
45633 \series default
45634  and an 
45635 \begin_inset CommandInset href
45636 LatexCommand href
45637 name "example"
45638 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45639
45640 \end_inset
45641
45642
45643 \begin_inset Index idx
45644 status collapsed
45645
45646 \begin_layout Plain Layout
45647 LaTeX-packages ! lettrine
45648 \end_layout
45649
45650 \end_inset
45651
45652
45653 \end_layout
45654
45655 \begin_layout Bibliography
45656 \begin_inset CommandInset bibitem
45657 LatexCommand bibitem
45658 key "listings"
45659
45660 \end_inset
45661
45662 Documentation of the LaTeX-package 
45663 \series bold
45664
45665 \begin_inset CommandInset href
45666 LatexCommand href
45667 name "listings"
45668 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45669
45670 \end_inset
45671
45672
45673 \series default
45674
45675 \begin_inset Index idx
45676 status collapsed
45677
45678 \begin_layout Plain Layout
45679 LaTeX-packages ! listings
45680 \end_layout
45681
45682 \end_inset
45683
45684
45685 \end_layout
45686
45687 \begin_layout Bibliography
45688 \begin_inset CommandInset bibitem
45689 LatexCommand bibitem
45690 key "marginnote"
45691
45692 \end_inset
45693
45694 Documentation of the LaTeX-package 
45695 \series bold
45696
45697 \begin_inset CommandInset href
45698 LatexCommand href
45699 name "marginnote"
45700 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45701
45702 \end_inset
45703
45704
45705 \series default
45706
45707 \begin_inset Index idx
45708 status collapsed
45709
45710 \begin_layout Plain Layout
45711 LaTeX-packages ! marginnote
45712 \end_layout
45713
45714 \end_inset
45715
45716
45717 \end_layout
45718
45719 \begin_layout Bibliography
45720 \begin_inset CommandInset bibitem
45721 LatexCommand bibitem
45722 key "pdfpages"
45723
45724 \end_inset
45725
45726 Documentation of the LaTeX-package 
45727 \series bold
45728
45729 \begin_inset CommandInset href
45730 LatexCommand href
45731 name "pdfpages"
45732 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45733
45734 \end_inset
45735
45736
45737 \series default
45738
45739 \begin_inset Index idx
45740 status collapsed
45741
45742 \begin_layout Plain Layout
45743 LaTeX-packages ! pdfpages
45744 \end_layout
45745
45746 \end_inset
45747
45748
45749 \end_layout
45750
45751 \begin_layout Bibliography
45752 \begin_inset CommandInset bibitem
45753 LatexCommand bibitem
45754 key "prettyref"
45755
45756 \end_inset
45757
45758 Documentation of the LaTeX-package 
45759 \series bold
45760
45761 \begin_inset CommandInset href
45762 LatexCommand href
45763 name "prettyref"
45764 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45765
45766 \end_inset
45767
45768
45769 \series default
45770
45771 \begin_inset Index idx
45772 status collapsed
45773
45774 \begin_layout Plain Layout
45775 LaTeX-packages ! prettyref
45776 \end_layout
45777
45778 \end_inset
45779
45780
45781 \end_layout
45782
45783 \begin_layout Bibliography
45784 \begin_inset CommandInset bibitem
45785 LatexCommand bibitem
45786 key "pstricks"
45787
45788 \end_inset
45789
45790 Web page of the LaTeX-package 
45791 \series bold
45792
45793 \begin_inset CommandInset href
45794 LatexCommand href
45795 name "PSTricks"
45796 target "http://tug.org/PSTricks/"
45797
45798 \end_inset
45799
45800
45801 \series default
45802
45803 \begin_inset Index idx
45804 status collapsed
45805
45806 \begin_layout Plain Layout
45807 LaTeX-packages ! PSTricks
45808 \end_layout
45809
45810 \end_inset
45811
45812
45813 \end_layout
45814
45815 \begin_layout Bibliography
45816 \begin_inset CommandInset bibitem
45817 LatexCommand bibitem
45818 key "refstyle"
45819
45820 \end_inset
45821
45822 Documentation of the LaTeX-package 
45823 \series bold
45824
45825 \begin_inset CommandInset href
45826 LatexCommand href
45827 name "refstyle"
45828 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45829
45830 \end_inset
45831
45832
45833 \series default
45834
45835 \begin_inset Index idx
45836 status collapsed
45837
45838 \begin_layout Plain Layout
45839 LaTeX-packages ! refstyle
45840 \end_layout
45841
45842 \end_inset
45843
45844
45845 \end_layout
45846
45847 \begin_layout Bibliography
45848 \begin_inset CommandInset bibitem
45849 LatexCommand bibitem
45850 key "sidecap"
45851
45852 \end_inset
45853
45854 Documentation of the LaTeX-package 
45855 \series bold
45856
45857 \begin_inset CommandInset href
45858 LatexCommand href
45859 name "sidecap"
45860 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45861
45862 \end_inset
45863
45864
45865 \series default
45866
45867 \begin_inset Index idx
45868 status collapsed
45869
45870 \begin_layout Plain Layout
45871 LaTeX-packages ! sidecap
45872 \end_layout
45873
45874 \end_inset
45875
45876
45877 \end_layout
45878
45879 \begin_layout Bibliography
45880 \begin_inset CommandInset bibitem
45881 LatexCommand bibitem
45882 key "NewInLyX20"
45883
45884 \end_inset
45885
45886
45887 \begin_inset CommandInset href
45888 LatexCommand href
45889 name "Wiki page"
45890 target "http://wiki.lyx.org/LyX/NewInLyX20"
45891
45892 \end_inset
45893
45894  about new features in 
45895 \family sans
45896 LyX 2.0
45897 \family default
45898 .
45899 \end_layout
45900
45901 \begin_layout Standard
45902 \begin_inset CommandInset index_print
45903 LatexCommand printindex
45904 type "idx"
45905
45906 \end_inset
45907
45908
45909 \end_layout
45910
45911 \end_body
45912 \end_document