]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
61eecb6c6f5e9a82523a520a8373de64c6747298
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC is numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package arydshln
107 % used for tables with dashed lines
108 \newboolean{arydshln}
109 \IfFileExists{arydshln.sty}
110  {\usepackage{arydshln}
111   \setboolean{arydshln}{true}}
112  {\setboolean{arydshln}{false}}
113
114 % check for package marginnote
115 % used for margin notes
116 \newboolean{marginnote}
117 \IfFileExists{marginnote.sty}
118  {\usepackage{marginnote}
119   \let\marginpar\marginnote
120   \setboolean{marginnote}{true}}
121  {\setboolean{marginnote}{false}}
122
123 % check for package sidecap
124 % used for captions on the side
125 \newboolean{sidecap}
126 \IfFileExists{sidecap.sty}
127  {\usepackage{sidecap}
128   \setboolean{sidecap}{true}}
129  {\setboolean{sidecap}{false}}
130
131 % check for picinpar
132 % used for surrounded fixed objects
133 \newboolean{picinpar}
134 \IfFileExists{picinpar.sty}
135  {\usepackage{picinpar}
136   \setboolean{picinpar}{true}}
137  {\setboolean{picinpar}{false}}
138
139 % check for lettrine
140 \newboolean{lettrine}
141 \IfFileExists{lettrine.sty}
142  {\usepackage{lettrine}
143   \setboolean{lettrine}{true}}
144  {\setboolean{lettrine}{false}}
145
146 % check for diagbox
147 \newboolean{diagbox}
148 \IfFileExists{diagbox.sty}
149  {\usepackage{diagbox}
150   \setboolean{diagbox}{true}}
151  {\setboolean{diagbox}{false}}
152 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
154 \use_default_options false
155 \begin_modules
156 initials
157 graphicboxes
158 \end_modules
159 \maintain_unincluded_children false
160 \language english
161 \language_package default
162 \inputencoding auto
163 \fontencoding global
164 \font_roman "lmodern" "default"
165 \font_sans "lmss" "default"
166 \font_typewriter "lmtt" "default"
167 \font_math "auto" "auto"
168 \font_default_family default
169 \use_non_tex_fonts false
170 \font_sc false
171 \font_osf false
172 \font_sf_scale 100 100
173 \font_tt_scale 100 100
174 \use_microtype false
175 \use_dash_ligatures true
176 \graphics default
177 \default_output_format pdf2
178 \output_sync 0
179 \bibtex_command default
180 \index_command default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
185 \pdf_author "LyX Team, Uwe Stöhr"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pdfusetitle false
197 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
198 \papersize default
199 \use_geometry false
200 \use_package amsmath 2
201 \use_package amssymb 2
202 \use_package cancel 0
203 \use_package esint 0
204 \use_package mathdots 1
205 \use_package mathtools 0
206 \use_package mhchem 1
207 \use_package stackrel 0
208 \use_package stmaryrd 0
209 \use_package undertilde 0
210 \cite_engine basic
211 \cite_engine_type default
212 \biblio_style plain
213 \use_bibtopic false
214 \use_indices false
215 \paperorientation portrait
216 \suppress_date false
217 \justification true
218 \use_refstyle 0
219 \use_minted 0
220 \notefontcolor #0000ff
221 \index Index
222 \shortcut idx
223 \color #008000
224 \end_index
225 \secnumdepth 3
226 \tocdepth 3
227 \paragraph_separation skip
228 \defskip medskip
229 \is_math_indent 0
230 \math_numbering_side default
231 \quotes_style english
232 \dynamic_quotes 0
233 \papercolumns 1
234 \papersides 2
235 \paperpagestyle default
236 \tracking_changes false
237 \output_changes false
238 \html_math_output 0
239 \html_css_as_file 0
240 \html_be_strict false
241 \end_header
242
243 \begin_body
244
245 \begin_layout Title
246 \SpecialChar LyX
247 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
248 \end_layout
249
250 \begin_layout Author
251 by the \SpecialChar LyX
252  Team
253 \begin_inset Foot
254 status collapsed
255
256 \begin_layout Plain Layout
257 \noindent
258 If you have comments or error corrections, please send them to the \SpecialChar LyX
259  Documentatio
260 n mailing list: 
261 \begin_inset CommandInset href
262 LatexCommand href
263 name "lyx-docs@lists.lyx.org"
264 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
265 type "mailto:"
266 literal "false"
267
268 \end_inset
269
270
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Note Note
277 status collapsed
278
279 \begin_layout Plain Layout
280 author: Uwe Stöhr
281 \end_layout
282
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \family sans
295 Version 2.2.x
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset CommandInset toc
300 LatexCommand tableofcontents
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset Note Note
309 status open
310
311 \begin_layout Plain Layout
312 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
313 -packages 
314 \series bold
315 arydshln
316 \series default
317
318 \series bold
319 colortbl
320 \series default
321
322 \series bold
323 diagbox, lettrine, marginnote, picinpar
324 \series default
325  and 
326 \series bold
327 sidecap
328 \series default
329  must be installed.
330  If they are not installed you can export the document anyway but the sections
331  where the packages are required won't appear in the output.
332 \end_layout
333
334 \begin_layout Plain Layout
335 The latest PDF-version of this document can be found here:
336 \begin_inset Newline newline
337 \end_inset
338
339
340 \series bold
341 http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
342 \end_layout
343
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Chapter
350 Figures
351 \begin_inset Index idx
352 status collapsed
353
354 \begin_layout Plain Layout
355 Figures
356 \end_layout
357
358 \end_inset
359
360
361 \begin_inset Index idx
362 status collapsed
363
364 \begin_layout Plain Layout
365 Graphics|see
366 \begin_inset ERT
367 status collapsed
368
369 \begin_layout Plain Layout
370
371 {
372 \end_layout
373
374 \end_inset
375
376 Figures
377 \begin_inset ERT
378 status collapsed
379
380 \begin_layout Plain Layout
381
382 }
383 \end_layout
384
385 \end_inset
386
387
388 \end_layout
389
390 \end_inset
391
392
393 \end_layout
394
395 \begin_layout Section
396 Graphics Dialog
397 \begin_inset Index idx
398 status collapsed
399
400 \begin_layout Plain Layout
401 Figures ! Graphics Dialog
402 \end_layout
403
404 \end_inset
405
406
407 \begin_inset CommandInset label
408 LatexCommand label
409 name "sec:Graphics-Dialog"
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Standard
417 To insert an image into your document, place the cursor at the text position
418  you want and click on the toolbar icon 
419 \begin_inset Info
420 type  "icon"
421 arg   "dialog-show-new-inset graphics"
422 \end_inset
423
424  or use the menu 
425 \family sans
426 Insert\SpecialChar menuseparator
427 Graphics
428 \family default
429 .
430  Then a dialog will appear to choose the file to load.
431  The image will appear in the output exactly at the position where it is
432  in the text.
433 \end_layout
434
435 \begin_layout Standard
436 The graphics dialog can be called at any time by clicking on an image.
437  This dialog has three tabs:
438 \end_layout
439
440 \begin_layout Description
441
442 \family sans
443 Graphics
444 \family default
445  Here you can choose an image file and adjust its appearance in the output.
446  The available units for the image size are explained in appendix
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "cha:Units-available-in"
454
455 \end_inset
456
457 .
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index idx
463 status collapsed
464
465 \begin_layout Plain Layout
466 Figures ! rotated
467 \end_layout
468
469 \end_inset
470
471 You can rotate images counter-clockwise by setting a rotation angle and
472  a rotation origin.
473  The image will also be rotated inside \SpecialChar LyX
474 .
475 \begin_inset Newline newline
476 \end_inset
477
478
479 \begin_inset Index idx
480 status collapsed
481
482 \begin_layout Plain Layout
483 Figures ! scaled
484 \end_layout
485
486 \end_inset
487
488 Images can be scaled by using a percentage value or by setting the width
489  and height explicitly.
490  If you set only the width or only the height, the other size will be determined
491  automatically.
492  If you set both, then the image will be transformed to the given size,
493  possibly distorting it.
494  To prevent the image from distortion, use the option 
495 \family sans
496 Maintain aspect ratio
497 \family default
498 .
499  The image will then be scaled so that its width and height don't exceed
500  the specified dimensions.
501 \begin_inset Newline newline
502 \end_inset
503
504 Images can be opened in a program of your choice by right-clicking on it
505  and choosing the entry 
506 \family sans
507 Edit
508 \begin_inset space ~
509 \end_inset
510
511 externally
512 \family default
513  in the context menu.
514  The program can be set for every image format in the file format settings
515  in \SpecialChar LyX
516 's preferences.
517 \end_layout
518
519 \begin_layout Description
520
521 \family sans
522 Clipping
523 \family default
524  Alternatively to the usage of scaling units it is possible to set image
525  coordinates to adjust the height and width of the image in the output.
526  The coordinates can also be calculated automatically by pressing the button
527  
528 \family sans
529 Get
530 \begin_inset space ~
531 \end_inset
532
533 from
534 \begin_inset space ~
535 \end_inset
536
537 File
538 \family default
539 .
540  The option 
541 \family sans
542 Clip
543 \begin_inset space ~
544 \end_inset
545
546 to
547 \begin_inset space ~
548 \end_inset
549
550 bounding
551 \begin_inset space ~
552 \end_inset
553
554 box
555 \family default
556  will only print the image region within the given coordinates.
557  Normally you don't need to worry about image coordinates and can ignore
558  this tab.
559 \end_layout
560
561 \begin_layout Description
562
563 \family sans
564 LaTeX
565 \begin_inset space ~
566 \end_inset
567
568 and
569 \begin_inset space ~
570 \end_inset
571
572 LyX
573 \begin_inset space ~
574 \end_inset
575
576 options
577 \family default
578  In this tab you can modify the appearance of the image within \SpecialChar LyX
579  and \SpecialChar LaTeX
580  experts
581  can specify additional \SpecialChar LaTeX
582  options.
583 \begin_inset Newline newline
584 \end_inset
585
586 The option 
587 \family sans
588 Draft
589 \begin_inset space ~
590 \end_inset
591
592 mode
593 \family default
594  makes the image appear in the output only as a frame with the size of the
595  image.
596 \begin_inset Newline newline
597 \end_inset
598
599 In the section 
600 \family sans
601 Graphics
602 \begin_inset space ~
603 \end_inset
604
605 Group
606 \family default
607  you can define or join an image settings group.
608 \begin_inset Index idx
609 status collapsed
610
611 \begin_layout Plain Layout
612 Figures ! Settings grouping
613 \end_layout
614
615 \end_inset
616
617  Images within such a group share their settings, so adjusting one image
618  of the group automatically also adjusts all other images of the group in
619  the same way.
620  So you can for example change the size for a bunch of images without the
621  need to manually change each of them.
622  Joining an existing group can also be done using the context menu of the
623  image by checking the name of the desired group.
624 \end_layout
625
626 \begin_layout Standard
627 \begin_inset VSpace bigskip
628 \end_inset
629
630
631 \end_layout
632
633 \begin_layout Standard
634 This is an example image in PDF format
635 \begin_inset Foot
636 status collapsed
637
638 \begin_layout Plain Layout
639 Image formats are explained in section
640 \begin_inset space ~
641 \end_inset
642
643
644 \begin_inset CommandInset ref
645 LatexCommand ref
646 reference "sec:Image-Formats"
647
648 \end_inset
649
650 .
651 \end_layout
652
653 \end_inset
654
655  within a separate, horizontally centered paragraph:
656 \end_layout
657
658 \begin_layout Standard
659 \align center
660 \begin_inset Graphics
661         filename clipart/2D-intensity-plot.pdf
662         scaleBeforeRotation
663         rotateOrigin center
664
665 \end_inset
666
667
668 \end_layout
669
670 \begin_layout Standard
671 This is the same image like the one above but in draft mode:
672 \end_layout
673
674 \begin_layout Standard
675 \align center
676 \begin_inset Graphics
677         filename clipart/2D-intensity-plot.pdf
678         draft
679         scaleBeforeRotation
680         rotateOrigin center
681
682 \end_inset
683
684
685 \end_layout
686
687 \begin_layout Standard
688 \begin_inset Newpage newpage
689 \end_inset
690
691
692 \end_layout
693
694 \begin_layout Section
695 Figure Floats
696 \begin_inset CommandInset label
697 LatexCommand label
698 name "sec:Figure-Floats"
699
700 \end_inset
701
702
703 \begin_inset Index idx
704 status collapsed
705
706 \begin_layout Plain Layout
707 Floats ! Figures
708 \end_layout
709
710 \end_inset
711
712
713 \begin_inset Index idx
714 status collapsed
715
716 \begin_layout Plain Layout
717 Figures ! Floats
718 \end_layout
719
720 \end_inset
721
722
723 \end_layout
724
725 \begin_layout Standard
726 For general explanations about floats, have a look at section
727 \begin_inset space ~
728 \end_inset
729
730
731 \begin_inset CommandInset ref
732 LatexCommand ref
733 reference "sec:FloatIntroduction"
734
735 \end_inset
736
737 .
738 \end_layout
739
740 \begin_layout Standard
741 The toolbar button 
742 \begin_inset Info
743 type  "icon"
744 arg   "float-insert figure"
745 \end_inset
746
747  and the menu 
748 \family sans
749 Insert\SpecialChar menuseparator
750 Float\SpecialChar menuseparator
751 Figure
752 \family default
753  inserts a float with a caption that has the label 
754 \begin_inset Quotes eld
755 \end_inset
756
757 Figure
758 \begin_inset space ~
759 \end_inset
760
761 #:
762 \begin_inset Quotes erd
763 \end_inset
764
765  (# is the actual number).
766  You can insert the image above the caption, like in Figure
767 \begin_inset space ~
768 \end_inset
769
770
771 \begin_inset CommandInset ref
772 LatexCommand ref
773 reference "fig:A-star-structure"
774
775 \end_inset
776
777  or below the caption, like in Figure
778 \begin_inset space ~
779 \end_inset
780
781
782 \begin_inset CommandInset ref
783 LatexCommand ref
784 reference "fig:A-3D-object"
785
786 \end_inset
787
788 .
789  More about caption placement is described in section
790 \begin_inset space ~
791 \end_inset
792
793
794 \begin_inset CommandInset ref
795 LatexCommand ref
796 reference "sec:Caption-Placement"
797
798 \end_inset
799
800 .
801 \end_layout
802
803 \begin_layout Standard
804 \begin_inset Float figure
805 wide false
806 sideways false
807 status open
808
809 \begin_layout Plain Layout
810 \align center
811 \begin_inset Graphics
812         filename clipart/Star-structure.pdf
813         width 50col%
814         scaleBeforeRotation
815         rotateOrigin center
816
817 \end_inset
818
819
820 \end_layout
821
822 \begin_layout Plain Layout
823 \begin_inset Caption Standard
824
825 \begin_layout Plain Layout
826 \begin_inset CommandInset label
827 LatexCommand label
828 name "fig:A-star-structure"
829
830 \end_inset
831
832 A star structure in a float.
833 \end_layout
834
835 \end_inset
836
837
838 \end_layout
839
840 \end_inset
841
842
843 \end_layout
844
845 \begin_layout Standard
846 \begin_inset Float figure
847 wide false
848 sideways false
849 status open
850
851 \begin_layout Plain Layout
852 \begin_inset Caption Standard
853
854 \begin_layout Plain Layout
855 \begin_inset CommandInset label
856 LatexCommand label
857 name "fig:A-3D-object"
858
859 \end_inset
860
861 A 3D object.
862 \end_layout
863
864 \end_inset
865
866
867 \end_layout
868
869 \begin_layout Plain Layout
870 \align center
871 \begin_inset Graphics
872         filename clipart/3D-structure-distort.pdf
873         scale 80
874         scaleBeforeRotation
875         rotateOrigin center
876
877 \end_inset
878
879
880 \end_layout
881
882 \end_inset
883
884
885 \end_layout
886
887 \begin_layout Standard
888 \begin_inset Index idx
889 status collapsed
890
891 \begin_layout Plain Layout
892 References ! to Figures
893 \end_layout
894
895 \end_inset
896
897 Figure
898 \begin_inset space ~
899 \end_inset
900
901
902 \begin_inset CommandInset ref
903 LatexCommand ref
904 reference "fig:A-star-structure"
905
906 \end_inset
907
908  and 
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:A-3D-object"
912
913 \end_inset
914
915  are examples of referenced figures.
916  Figures can be referenced in the text by referencing their label.
917  To do this insert a label in the caption using the menu 
918 \family sans
919 Insert\SpecialChar menuseparator
920 Label
921 \family default
922  or the toolbar button 
923 \begin_inset Info
924 type  "icon"
925 arg   "label-insert"
926 \end_inset
927
928 .
929  You can now refer to the label using the menu 
930 \family sans
931 Insert\SpecialChar menuseparator
932 Cross
933 \begin_inset space ~
934 \end_inset
935
936 reference
937 \family default
938  or the toolbar button 
939 \begin_inset Info
940 type  "icon"
941 arg   "dialog-show-new-inset ref"
942 \end_inset
943
944 .
945  It is important to use references to floats, rather than using vague references
946  like 
947 \begin_inset Quotes eld
948 \end_inset
949
950 the figure above
951 \begin_inset Quotes erd
952 \end_inset
953
954 , because \SpecialChar LaTeX
955  will reposition the floats in the final document and it might
956  not be 
957 \begin_inset Quotes eld
958 \end_inset
959
960 above
961 \begin_inset Quotes erd
962 \end_inset
963
964  at all.
965 \begin_inset Newline newline
966 \end_inset
967
968 Referencing is explained in detail in section
969 \begin_inset space ~
970 \end_inset
971
972
973 \begin_inset CommandInset ref
974 LatexCommand ref
975 reference "sec:Referencing-Floats"
976
977 \end_inset
978
979 .
980 \end_layout
981
982 \begin_layout Standard
983 Normally only one image is inserted to a figure float, but sometimes you
984  might want to use two images with separate subcaptions.
985  This can be done by inserting image floats into existing image floats.
986  Note that only the main caption of the float is added to the List of Figures.
987  Figure
988 \begin_inset space ~
989 \end_inset
990
991
992 \begin_inset CommandInset ref
993 LatexCommand ref
994 reference "fig:Two-distorted-images"
995
996 \end_inset
997
998  is an example of a figure float with two images set side by side.
999  You can also set the images one below the other.
1000  Figure
1001 \begin_inset space ~
1002 \end_inset
1003
1004
1005 \begin_inset CommandInset ref
1006 LatexCommand ref
1007 reference "fig:Pink-object"
1008
1009 \end_inset
1010
1011  and 
1012 \begin_inset CommandInset ref
1013 LatexCommand ref
1014 reference "fig:A-star"
1015
1016 \end_inset
1017
1018  are the subfigures.
1019 \end_layout
1020
1021 \begin_layout Standard
1022 \begin_inset Float figure
1023 wide false
1024 sideways false
1025 status open
1026
1027 \begin_layout Plain Layout
1028 \begin_inset space \hfill{}
1029 \end_inset
1030
1031
1032 \begin_inset Float figure
1033 wide false
1034 sideways false
1035 status collapsed
1036
1037 \begin_layout Plain Layout
1038 \begin_inset Caption Standard
1039
1040 \begin_layout Plain Layout
1041 \begin_inset CommandInset label
1042 LatexCommand label
1043 name "fig:Pink-object"
1044
1045 \end_inset
1046
1047 Pink object.
1048 \end_layout
1049
1050 \end_inset
1051
1052
1053 \end_layout
1054
1055 \begin_layout Plain Layout
1056 \begin_inset Graphics
1057         filename clipart/3D-structure-distort.pdf
1058         width 45col%
1059         scaleBeforeRotation
1060         groupId distorted
1061
1062 \end_inset
1063
1064
1065 \end_layout
1066
1067 \end_inset
1068
1069
1070 \begin_inset space \hfill{}
1071 \end_inset
1072
1073
1074 \begin_inset Float figure
1075 wide false
1076 sideways false
1077 status collapsed
1078
1079 \begin_layout Plain Layout
1080 \begin_inset Caption Standard
1081
1082 \begin_layout Plain Layout
1083 \begin_inset CommandInset label
1084 LatexCommand label
1085 name "fig:A-star"
1086
1087 \end_inset
1088
1089 A star.
1090 \end_layout
1091
1092 \end_inset
1093
1094
1095 \end_layout
1096
1097 \begin_layout Plain Layout
1098 \begin_inset Graphics
1099         filename clipart/Star-structure.pdf
1100         width 45col%
1101         scaleBeforeRotation
1102         groupId distorted
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \end_inset
1110
1111
1112 \begin_inset space \hfill{}
1113 \end_inset
1114
1115
1116 \end_layout
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:Two-distorted-images"
1125
1126 \end_inset
1127
1128 Two distorted images.
1129  Both images are in the image settings group named 
1130 \begin_inset Quotes eld
1131 \end_inset
1132
1133 distorted
1134 \begin_inset Quotes erd
1135 \end_inset
1136
1137 .
1138 \end_layout
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \begin_layout Standard
1151 \begin_inset Newpage newpage
1152 \end_inset
1153
1154
1155 \end_layout
1156
1157 \begin_layout Section
1158 Image Formats
1159 \begin_inset CommandInset label
1160 LatexCommand label
1161 name "sec:Image-Formats"
1162
1163 \end_inset
1164
1165
1166 \begin_inset Index idx
1167 status collapsed
1168
1169 \begin_layout Plain Layout
1170 Image Formats
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \begin_inset Index idx
1177 status collapsed
1178
1179 \begin_layout Plain Layout
1180 Figures ! Image Formats
1181 \end_layout
1182
1183 \end_inset
1184
1185
1186 \end_layout
1187
1188 \begin_layout Standard
1189 You can insert images in any known file format.
1190  But as explained in appendix
1191 \begin_inset space ~
1192 \end_inset
1193
1194
1195 \begin_inset CommandInset ref
1196 LatexCommand ref
1197 reference "cha:Output-File-Formats"
1198
1199 \end_inset
1200
1201 , each output document format allows only a few image formats.
1202  \SpecialChar LyX
1203  uses therefore the program 
1204 \family typewriter
1205 ImageMagick
1206 \family default
1207  in the background to convert the images to the right format.
1208  To increase your work flow by avoiding these conversions in the background,
1209  you could choose to use only the image formats that can directly be embedded
1210  in the output file format.
1211  The output file formats are explained in appendix
1212 \begin_inset space ~
1213 \end_inset
1214
1215
1216 \begin_inset CommandInset ref
1217 LatexCommand ref
1218 reference "cha:Output-File-Formats"
1219
1220 \end_inset
1221
1222 .
1223 \end_layout
1224
1225 \begin_layout Standard
1226 Similar to fonts there are two types of image formats:
1227 \end_layout
1228
1229 \begin_layout Description
1230 Bitmap
1231 \begin_inset space ~
1232 \end_inset
1233
1234 images consist of pixel values, often in a compressed form.
1235  They are therefore not fully scalable and look pixelated in large zooms.
1236  Well-known bitmap image formats are 
1237 \begin_inset Quotes eld
1238 \end_inset
1239
1240 Graphics Interchange Format
1241 \begin_inset Quotes erd
1242 \end_inset
1243
1244  (GIF, file extension 
1245 \begin_inset Quotes eld
1246 \end_inset
1247
1248
1249 \family typewriter
1250 .gif
1251 \family default
1252
1253 \begin_inset Quotes erd
1254 \end_inset
1255
1256 )
1257 \begin_inset Index idx
1258 status collapsed
1259
1260 \begin_layout Plain Layout
1261 GIF|see
1262 \begin_inset ERT
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266
1267 {
1268 \end_layout
1269
1270 \end_inset
1271
1272 Image formats
1273 \begin_inset ERT
1274 status collapsed
1275
1276 \begin_layout Plain Layout
1277
1278 }
1279 \end_layout
1280
1281 \end_inset
1282
1283
1284 \end_layout
1285
1286 \end_inset
1287
1288
1289 \begin_inset Quotes eld
1290 \end_inset
1291
1292 Portable Network Graphics
1293 \begin_inset Quotes erd
1294 \end_inset
1295
1296  (PNG, file extension 
1297 \begin_inset Quotes eld
1298 \end_inset
1299
1300
1301 \family typewriter
1302 .png
1303 \family default
1304
1305 \begin_inset Quotes erd
1306 \end_inset
1307
1308 )
1309 \begin_inset Index idx
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313 PNG|see
1314 \begin_inset ERT
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318
1319 {
1320 \end_layout
1321
1322 \end_inset
1323
1324 Image formats
1325 \begin_inset ERT
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329
1330 }
1331 \end_layout
1332
1333 \end_inset
1334
1335
1336 \end_layout
1337
1338 \end_inset
1339
1340 , and 
1341 \begin_inset Quotes eld
1342 \end_inset
1343
1344 Joint Photographic Experts Group
1345 \begin_inset Quotes erd
1346 \end_inset
1347
1348  (JPG, file extension 
1349 \begin_inset Quotes eld
1350 \end_inset
1351
1352
1353 \family typewriter
1354 .jpg
1355 \family default
1356
1357 \begin_inset Quotes erd
1358 \end_inset
1359
1360  or 
1361 \begin_inset Quotes eld
1362 \end_inset
1363
1364
1365 \family typewriter
1366 .jpeg
1367 \family default
1368
1369 \begin_inset Quotes erd
1370 \end_inset
1371
1372 )
1373 \begin_inset Index idx
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 JPG|see
1378 \begin_inset ERT
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382
1383 {
1384 \end_layout
1385
1386 \end_inset
1387
1388 Image formats
1389 \begin_inset ERT
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393
1394 }
1395 \end_layout
1396
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \end_inset
1403
1404 .
1405 \end_layout
1406
1407 \begin_layout Description
1408 Vector
1409 \begin_inset space ~
1410 \end_inset
1411
1412 images consist of vectors and can therefore be scaled to any size without
1413  data loss.
1414  The scaling ability is necessary if you want to create presentations, because
1415  presentations are always scaled by the video projector.
1416  Scaling is also useful for online documents to let the user zoom into diagrams.
1417 \begin_inset Newline newline
1418 \end_inset
1419
1420 Well-known scalable image formats are 
1421 \begin_inset Quotes eld
1422 \end_inset
1423
1424 Scalable Vector Graphics
1425 \begin_inset Quotes erd
1426 \end_inset
1427
1428  (SVG, file extension 
1429 \begin_inset Quotes eld
1430 \end_inset
1431
1432
1433 \family typewriter
1434 .svg
1435 \family default
1436
1437 \begin_inset Quotes erd
1438 \end_inset
1439
1440 )
1441 \begin_inset Index idx
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 SVG|see
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 {
1452 \end_layout
1453
1454 \end_inset
1455
1456 Image formats
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 }
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \begin_inset Quotes eld
1474 \end_inset
1475
1476 Encapsulated PostScript
1477 \begin_inset Quotes erd
1478 \end_inset
1479
1480  (EPS, file extension 
1481 \begin_inset Quotes eld
1482 \end_inset
1483
1484
1485 \family typewriter
1486 .eps
1487 \family default
1488
1489 \begin_inset Quotes erd
1490 \end_inset
1491
1492 )
1493 \begin_inset Index idx
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497 EPS|see
1498 \begin_inset ERT
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502
1503 {
1504 \end_layout
1505
1506 \end_inset
1507
1508 Image formats
1509 \begin_inset ERT
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513
1514 }
1515 \end_layout
1516
1517 \end_inset
1518
1519
1520 \end_layout
1521
1522 \end_inset
1523
1524
1525 \begin_inset Quotes eld
1526 \end_inset
1527
1528 Portable Document Format
1529 \begin_inset Quotes erd
1530 \end_inset
1531
1532  (PDF, file extension 
1533 \begin_inset Quotes eld
1534 \end_inset
1535
1536
1537 \family typewriter
1538 .pdf
1539 \family default
1540
1541 \begin_inset Quotes erd
1542 \end_inset
1543
1544 )
1545 \begin_inset Index idx
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549 PDF
1550 \end_layout
1551
1552 \end_inset
1553
1554 , and 
1555 \begin_inset Quotes eld
1556 \end_inset
1557
1558 Windows Metafile
1559 \begin_inset Quotes erd
1560 \end_inset
1561
1562  (WMF, file extension 
1563 \begin_inset Quotes eld
1564 \end_inset
1565
1566
1567 \family typewriter
1568 .wmf
1569 \family default
1570
1571 \begin_inset Quotes erd
1572 \end_inset
1573
1574 )
1575 \begin_inset Index idx
1576 status collapsed
1577
1578 \begin_layout Plain Layout
1579 SVG|see
1580 \begin_inset ERT
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584
1585 {
1586 \end_layout
1587
1588 \end_inset
1589
1590 Image formats
1591 \begin_inset ERT
1592 status collapsed
1593
1594 \begin_layout Plain Layout
1595
1596 }
1597 \end_layout
1598
1599 \end_inset
1600
1601
1602 \end_layout
1603
1604 \end_inset
1605
1606 .
1607  We wrote 
1608 \begin_inset Quotes eld
1609 \end_inset
1610
1611 can be
1612 \begin_inset Quotes erd
1613 \end_inset
1614
1615 , because you can convert any bitmap image to a PDF or EPS-image and the
1616  result will still be a bitmap image.
1617  In such cases only a header with the image properties is added to the original
1618  image
1619 \begin_inset Foot
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 In the case of PDF, the original image is additionally compressed.
1624 \end_layout
1625
1626 \end_inset
1627
1628 .
1629  The PDF-files generated by 
1630 \family typewriter
1631 Adobe Photoshop
1632 \family default
1633  are for example bitmap images.
1634 \end_layout
1635
1636 \begin_layout Standard
1637 Normally it is not possible to convert a bitmap image into a scalable one,
1638  only vice versa.
1639  Only the image formats PDF and EPS can directly be embedded to PDF and
1640  PostScript output files, respectively.
1641  SVG and WMF-images are recalculated to bitmaps when the output file is
1642  generated because there is currently no adequate WMF/SVG
1643 \begin_inset Formula $\to$
1644 \end_inset
1645
1646 PDF/EPS converter available.
1647 \end_layout
1648
1649 \begin_layout Chapter
1650 Tables
1651 \begin_inset Index idx
1652 status collapsed
1653
1654 \begin_layout Plain Layout
1655 Table
1656 \end_layout
1657
1658 \end_inset
1659
1660
1661 \end_layout
1662
1663 \begin_layout Section
1664 Introduction
1665 \begin_inset Index idx
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669 Table ! Introduction
1670 \end_layout
1671
1672 \end_inset
1673
1674
1675 \end_layout
1676
1677 \begin_layout Standard
1678 You can insert a table using either the toolbar button 
1679 \begin_inset Info
1680 type  "icon"
1681 arg   "tabular-insert"
1682 \end_inset
1683
1684  or the menu 
1685 \family sans
1686 Insert\SpecialChar menuseparator
1687 Table
1688 \family default
1689 .
1690  The toolbar button offers you a graphical selection: move the mouse to
1691  set the column/row number of the table that should be created and then
1692  press a mouse button.
1693  When you use the menu to create a table, a dialog will appear, asking you
1694  for the number of rows and columns.
1695 \begin_inset Newline newline
1696 \end_inset
1697
1698 The default table has lines around any cell and the first row appears separated
1699  from the rest of the table.
1700  This separation occurs due to a double line: The cells of the first row
1701  have a line below them and the cells of the second row have a line above
1702  them.
1703  Here is an example table:
1704 \end_layout
1705
1706 \begin_layout Standard
1707 \align center
1708 \begin_inset Tabular
1709 <lyxtabular version="3" rows="4" columns="4">
1710 <features tabularvalignment="middle">
1711 <column alignment="center" valignment="top">
1712 <column alignment="center" valignment="top">
1713 <column alignment="center" valignment="top">
1714 <column alignment="center" valignment="top">
1715 <row>
1716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729
1730 \family roman
1731 \series medium
1732 \shape up
1733 \size normal
1734 \emph off
1735 \bar no
1736 \noun off
1737 \color none
1738 1
1739 \end_layout
1740
1741 \end_inset
1742 </cell>
1743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1744 \begin_inset Text
1745
1746 \begin_layout Plain Layout
1747 2
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756 3
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 </row>
1762 <row>
1763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767
1768 \family roman
1769 \series medium
1770 \shape up
1771 \size normal
1772 \emph off
1773 \bar no
1774 \noun off
1775 \color none
1776 A
1777 \end_layout
1778
1779 \end_inset
1780 </cell>
1781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 </row>
1809 <row>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \family roman
1816 \series medium
1817 \shape up
1818 \size normal
1819 \emph off
1820 \bar no
1821 \noun off
1822 \color none
1823 B
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \family roman
1863 \series medium
1864 \shape up
1865 \size normal
1866 \emph off
1867 \bar no
1868 \noun off
1869 \color none
1870 C
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 </row>
1903 </lyxtabular>
1904
1905 \end_inset
1906
1907
1908 \end_layout
1909
1910 \begin_layout Section
1911 Table Dialog
1912 \begin_inset Index idx
1913 status collapsed
1914
1915 \begin_layout Plain Layout
1916 Table ! Dialog
1917 \end_layout
1918
1919 \end_inset
1920
1921
1922 \end_layout
1923
1924 \begin_layout Standard
1925 You can alter a table by clicking on it with the right mouse button, which
1926  brings up the context menu.
1927  Under the menu entry 
1928 \family sans
1929 More
1930 \family default
1931  you can adjust the settings of that cell and row/column respectively where
1932  the cursor is currently placed.
1933  The context menu 
1934 \family sans
1935 More\SpecialChar menuseparator
1936 Settings
1937 \family default
1938  opens the table dialog where you can adjust more things.
1939  Most of the dialog options also work on selections.
1940  This means if you select more cells, columns or rows, the action is done
1941  for the whole selection.
1942  Note that there is a difference between selecting the 
1943 \emph on
1944 contents
1945 \emph default
1946  of the cell, and the cell itself.
1947 \begin_inset Newline newline
1948 \end_inset
1949
1950 With the dialog option 
1951 \family sans
1952 Immediate
1953 \begin_inset space ~
1954 \end_inset
1955
1956 Apply
1957 \family default
1958  every change you make in the dialog is directly applied.
1959  If you move the cursor to another table cell the dialog will then also
1960  be updated with the parameters of the new cell.
1961  If you change length values in the dialog you must press 
1962 \family sans
1963 Return
1964 \family default
1965  to get the change applied.
1966 \begin_inset Newline newline
1967 \end_inset
1968
1969 You can alter tables with the following tabs of the table dialog:
1970 \end_layout
1971
1972 \begin_layout Description
1973 Table
1974 \begin_inset space ~
1975 \end_inset
1976
1977 Settings Here you can set the table width
1978 \begin_inset Index idx
1979 status collapsed
1980
1981 \begin_layout Plain Layout
1982 Table ! Width
1983 \end_layout
1984
1985 \end_inset
1986
1987 , and the horizontal alignment and the width of the current column.
1988  The alignment 
1989 \family sans
1990 At
1991 \begin_inset space ~
1992 \end_inset
1993
1994 Decimal
1995 \begin_inset space ~
1996 \end_inset
1997
1998 Separator
1999 \family default
2000  is described in section
2001 \begin_inset space ~
2002 \end_inset
2003
2004
2005 \begin_inset CommandInset ref
2006 LatexCommand ref
2007 reference "subsec:Special-Cell-Alignment"
2008
2009 \end_inset
2010
2011 .
2012  When you have set a width you can also adjust the vertical alignment of
2013  the current row.
2014  A given width will allow the cell to have line breaks and multiple paragraphs
2015  of text, see sec.
2016 \begin_inset space \thinspace{}
2017 \end_inset
2018
2019
2020 \begin_inset CommandInset ref
2021 LatexCommand ref
2022 reference "subsec:Multiple-Lines-in"
2023
2024 \end_inset
2025
2026 .
2027  If you set no width, the column is as wide as the content of its widest
2028  cell.
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2033  cell, see sec.
2034 \begin_inset space \thinspace{}
2035 \end_inset
2036
2037
2038 \begin_inset CommandInset ref
2039 LatexCommand ref
2040 reference "subsec:Multicolumns"
2041
2042 \end_inset
2043
2044  or the cells of one column as multirow cell, see sec.
2045 \begin_inset space \thinspace{}
2046 \end_inset
2047
2048
2049 \begin_inset CommandInset ref
2050 LatexCommand ref
2051 reference "subsec:Multirows"
2052
2053 \end_inset
2054
2055 .
2056 \begin_inset Newline newline
2057 \end_inset
2058
2059 The rotate check boxes rotate the current cell, a selection, or the whole
2060  table counter-clockwise by 90
2061 \begin_inset space \thinspace{}
2062 \end_inset
2063
2064 °.
2065  The rotation is not shown within \SpecialChar LyX
2066 , only in the output.
2067  For more information see sec.
2068 \begin_inset space \thinspace{}
2069 \end_inset
2070
2071
2072 \begin_inset CommandInset ref
2073 LatexCommand ref
2074 reference "sec:Rotated-Table-Cells"
2075
2076 \end_inset
2077
2078 .
2079 \begin_inset Newline newline
2080 \end_inset
2081
2082
2083 \begin_inset Note Greyedout
2084 status open
2085
2086 \begin_layout Plain Layout
2087
2088 \series bold
2089 Note:
2090 \series default
2091  Not all DVI-viewers are able to display rotations.
2092 \end_layout
2093
2094 \end_inset
2095
2096
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 The table-wide vertical alignment is used for tables within text lines:
2101 \begin_inset Newline newline
2102 \end_inset
2103
2104 A line with tables with different alignments: 
2105 \begin_inset Tabular
2106 <lyxtabular version="3" rows="2" columns="2">
2107 <features tabularvalignment="top">
2108 <column alignment="center" valignment="top" width="0pt">
2109 <column alignment="center" valignment="top">
2110 <row>
2111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2112 \begin_inset Text
2113
2114 \begin_layout Plain Layout
2115
2116 \end_layout
2117
2118 \end_inset
2119 </cell>
2120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2121 \begin_inset Text
2122
2123 \begin_layout Plain Layout
2124
2125 \family roman
2126 \series medium
2127 \shape up
2128 \size normal
2129 \emph off
2130 \bar no
2131 \noun off
2132 \color none
2133 1
2134 \end_layout
2135
2136 \end_inset
2137 </cell>
2138 </row>
2139 <row>
2140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2141 \begin_inset Text
2142
2143 \begin_layout Plain Layout
2144
2145 \family roman
2146 \series medium
2147 \shape up
2148 \size normal
2149 \emph off
2150 \bar no
2151 \noun off
2152 \color none
2153 A
2154 \end_layout
2155
2156 \end_inset
2157 </cell>
2158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2159 \begin_inset Text
2160
2161 \begin_layout Plain Layout
2162
2163 \end_layout
2164
2165 \end_inset
2166 </cell>
2167 </row>
2168 </lyxtabular>
2169
2170 \end_inset
2171
2172  
2173 \begin_inset Tabular
2174 <lyxtabular version="3" rows="2" columns="2">
2175 <features tabularvalignment="middle">
2176 <column alignment="center" valignment="top">
2177 <column alignment="center" valignment="top">
2178 <row>
2179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2180 \begin_inset Text
2181
2182 \begin_layout Plain Layout
2183
2184 \end_layout
2185
2186 \end_inset
2187 </cell>
2188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2189 \begin_inset Text
2190
2191 \begin_layout Plain Layout
2192
2193 \family roman
2194 \series medium
2195 \shape up
2196 \size normal
2197 \emph off
2198 \bar no
2199 \noun off
2200 \color none
2201 1
2202 \end_layout
2203
2204 \end_inset
2205 </cell>
2206 </row>
2207 <row>
2208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2209 \begin_inset Text
2210
2211 \begin_layout Plain Layout
2212
2213 \family roman
2214 \series medium
2215 \shape up
2216 \size normal
2217 \emph off
2218 \bar no
2219 \noun off
2220 \color none
2221 A
2222 \end_layout
2223
2224 \end_inset
2225 </cell>
2226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2227 \begin_inset Text
2228
2229 \begin_layout Plain Layout
2230
2231 \end_layout
2232
2233 \end_inset
2234 </cell>
2235 </row>
2236 </lyxtabular>
2237
2238 \end_inset
2239
2240  
2241 \begin_inset Tabular
2242 <lyxtabular version="3" rows="2" columns="2">
2243 <features tabularvalignment="bottom">
2244 <column alignment="center" valignment="top" width="0pt">
2245 <column alignment="center" valignment="top">
2246 <row>
2247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2248 \begin_inset Text
2249
2250 \begin_layout Plain Layout
2251
2252 \end_layout
2253
2254 \end_inset
2255 </cell>
2256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2257 \begin_inset Text
2258
2259 \begin_layout Plain Layout
2260
2261 \family roman
2262 \series medium
2263 \shape up
2264 \size normal
2265 \emph off
2266 \bar no
2267 \noun off
2268 \color none
2269 1
2270 \end_layout
2271
2272 \end_inset
2273 </cell>
2274 </row>
2275 <row>
2276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2277 \begin_inset Text
2278
2279 \begin_layout Plain Layout
2280
2281 \family roman
2282 \series medium
2283 \shape up
2284 \size normal
2285 \emph off
2286 \bar no
2287 \noun off
2288 \color none
2289 A
2290 \end_layout
2291
2292 \end_inset
2293 </cell>
2294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2295 \begin_inset Text
2296
2297 \begin_layout Plain Layout
2298
2299 \end_layout
2300
2301 \end_inset
2302 </cell>
2303 </row>
2304 </lyxtabular>
2305
2306 \end_inset
2307
2308
2309 \begin_inset Newline newline
2310 \end_inset
2311
2312 It is also possible to enter a \SpecialChar LaTeX
2313 -argument which is needed for special table
2314  formattings, see sec.
2315 \begin_inset space \thinspace{}
2316 \end_inset
2317
2318
2319 \begin_inset CommandInset ref
2320 LatexCommand ref
2321 reference "subsec:Multicolumn-Calculations"
2322
2323 \end_inset
2324
2325  and 
2326 \begin_inset CommandInset ref
2327 LatexCommand ref
2328 reference "sec:Colored-Tables"
2329
2330 \end_inset
2331
2332 .
2333 \end_layout
2334
2335 \begin_layout Description
2336 Borders In this tab you can add and delete border lines for the current
2337  row/column.
2338 \begin_inset Newline newline
2339 \end_inset
2340
2341 Using the style option 
2342 \family sans
2343 Formal
2344 \family default
2345  will convert the table to a formal table as described in sec.
2346 \begin_inset space \thinspace{}
2347 \end_inset
2348
2349
2350 \begin_inset CommandInset ref
2351 LatexCommand ref
2352 reference "sec:Formal-Tables"
2353
2354 \end_inset
2355
2356 .
2357 \begin_inset Newline newline
2358 \end_inset
2359
2360 You can also add space here to table rows as described in sec.
2361 \begin_inset space \thinspace{}
2362 \end_inset
2363
2364
2365 \begin_inset CommandInset ref
2366 LatexCommand ref
2367 reference "subsec:Row-Spacing"
2368
2369 \end_inset
2370
2371 .
2372 \end_layout
2373
2374 \begin_layout Description
2375 Multi-page
2376 \begin_inset space ~
2377 \end_inset
2378
2379 table This tab is to make a table a multi-page table that can run over several
2380  pages.
2381  Sections
2382 \begin_inset space ~
2383 \end_inset
2384
2385
2386 \begin_inset CommandInset ref
2387 LatexCommand ref
2388 reference "sec:Multi-page-Tables"
2389
2390 \end_inset
2391
2392  and 
2393 \begin_inset CommandInset ref
2394 LatexCommand ref
2395 reference "sec:Special-Longtable-Issues"
2396
2397 \end_inset
2398
2399  describe the multi-page table features in detail.
2400 \end_layout
2401
2402 \begin_layout Section
2403 Table Toolbar
2404 \begin_inset Index idx
2405 status collapsed
2406
2407 \begin_layout Plain Layout
2408 Table ! Toolbar
2409 \end_layout
2410
2411 \end_inset
2412
2413
2414 \end_layout
2415
2416 \begin_layout Standard
2417 The table toolbar is an alternative to the table dialog to be able to alter
2418  tables faster.
2419  It should normally appear at the bottom of \SpecialChar LyX
2420 's main window when the cursor
2421  is inside a table.
2422  You can alternatively switch it on to appear always, by right-clicking
2423  in \SpecialChar LyX
2424 's main menu bar.
2425 \end_layout
2426
2427 \begin_layout Standard
2428 The toolbar has the following icons:
2429 \end_layout
2430
2431 \begin_layout Labeling
2432 \labelwidthstring 00.00.0000
2433 \begin_inset Info
2434 type  "icon"
2435 arg   "tabular-feature append-row"
2436 \end_inset
2437
2438  adds a row below the current cell or selection
2439 \end_layout
2440
2441 \begin_layout Labeling
2442 \labelwidthstring 00.00.0000
2443 \begin_inset Info
2444 type  "icon"
2445 arg   "tabular-feature append-column"
2446 \end_inset
2447
2448  adds a column right beside the current cell or selection
2449 \end_layout
2450
2451 \begin_layout Labeling
2452 \labelwidthstring 00.00.0000
2453 \begin_inset Info
2454 type  "icon"
2455 arg   "tabular-feature delete-row"
2456 \end_inset
2457
2458  deletes the current row or selection
2459 \end_layout
2460
2461 \begin_layout Labeling
2462 \labelwidthstring 00.00.0000
2463 \begin_inset Info
2464 type  "icon"
2465 arg   "tabular-feature delete-column"
2466 \end_inset
2467
2468  deletes the current column or selection
2469 \end_layout
2470
2471 \begin_layout Labeling
2472 \labelwidthstring 00.00.0000
2473 \begin_inset Info
2474 type  "icon"
2475 arg   "tabular-feature move-row-up"
2476 \end_inset
2477
2478  moves the row up
2479 \end_layout
2480
2481 \begin_layout Labeling
2482 \labelwidthstring 00.00.0000
2483 \begin_inset Info
2484 type  "icon"
2485 arg   "tabular-feature move-column-left"
2486 \end_inset
2487
2488  moves the column to the left
2489 \end_layout
2490
2491 \begin_layout Labeling
2492 \labelwidthstring 00.00.0000
2493 \begin_inset Info
2494 type  "icon"
2495 arg   "tabular-feature move-row-down"
2496 \end_inset
2497
2498  moves the row down
2499 \end_layout
2500
2501 \begin_layout Labeling
2502 \labelwidthstring 00.00.0000
2503 \begin_inset Info
2504 type  "icon"
2505 arg   "tabular-feature move-column-right"
2506 \end_inset
2507
2508  moves the column to the right
2509 \end_layout
2510
2511 \begin_layout Labeling
2512 \labelwidthstring 00.00.0000
2513 \begin_inset Info
2514 type  "icon"
2515 arg   "tabular-feature toggle-line-top"
2516 \end_inset
2517
2518  adds a line at the top of the current cell / row or of a selection
2519 \end_layout
2520
2521 \begin_layout Labeling
2522 \labelwidthstring 00.00.0000
2523 \begin_inset Info
2524 type  "icon"
2525 arg   "tabular-feature toggle-line-bottom"
2526 \end_inset
2527
2528  adds a line at the bottom of the current cell / row or of a selection
2529 \end_layout
2530
2531 \begin_layout Labeling
2532 \labelwidthstring 00.00.0000
2533 \begin_inset Info
2534 type  "icon"
2535 arg   "tabular-feature toggle-line-left"
2536 \end_inset
2537
2538  adds a line at the left side of the current cell / row or of a selection
2539 \end_layout
2540
2541 \begin_layout Labeling
2542 \labelwidthstring 00.00.0000
2543 \begin_inset Info
2544 type  "icon"
2545 arg   "tabular-feature toggle-line-right"
2546 \end_inset
2547
2548  adds a line at the right side of the current cell / row or of a selection
2549 \end_layout
2550
2551 \begin_layout Labeling
2552 \labelwidthstring 00.00.0000
2553 \begin_inset Info
2554 type  "icon"
2555 arg   "tabular-feature set-all-lines"
2556 \end_inset
2557
2558  adds lines around the current or selected cells - if the current cell no
2559  multicolumn cell this also affects the current row and column
2560 \end_layout
2561
2562 \begin_layout Labeling
2563 \labelwidthstring 00.00.0000
2564 \begin_inset Info
2565 type  "icon"
2566 arg   "tabular-feature unset-all-lines"
2567 \end_inset
2568
2569  deletes all lines of the current or selected cells - if the current cell
2570  no multicolumn cell this also affects the current row and column
2571 \end_layout
2572
2573 \begin_layout Labeling
2574 \labelwidthstring 00.00.0000
2575 \begin_inset Info
2576 type  "icon"
2577 arg   "tabular-feature m-align-left"
2578 \end_inset
2579
2580  left-aligns the content of the current cell / column
2581 \end_layout
2582
2583 \begin_layout Labeling
2584 \labelwidthstring 00.00.0000
2585 \begin_inset Info
2586 type  "icon"
2587 arg   "tabular-feature m-align-center"
2588 \end_inset
2589
2590  centers the content of the current cell / column horizontally
2591 \end_layout
2592
2593 \begin_layout Labeling
2594 \labelwidthstring 00.00.0000
2595 \begin_inset Info
2596 type  "icon"
2597 arg   "tabular-feature m-align-right"
2598 \end_inset
2599
2600  right-aligns the content of the current cell / column
2601 \end_layout
2602
2603 \begin_layout Labeling
2604 \labelwidthstring 00.00.0000
2605 \begin_inset Info
2606 type  "icon"
2607 arg   "tabular-feature align-decimal"
2608 \end_inset
2609
2610  aligns the content of the current column at a character
2611 \end_layout
2612
2613 \begin_layout Labeling
2614 \labelwidthstring 00.00.0000
2615 \begin_inset Info
2616 type  "icon"
2617 arg   "tabular-feature m-valign-top"
2618 \end_inset
2619
2620  aligns the content of the current cell vertically to the top
2621 \end_layout
2622
2623 \begin_layout Labeling
2624 \labelwidthstring 00.00.0000
2625 \begin_inset Info
2626 type  "icon"
2627 arg   "tabular-feature m-valign-middle"
2628 \end_inset
2629
2630  centers the content of the current cell vertically
2631 \end_layout
2632
2633 \begin_layout Labeling
2634 \labelwidthstring 00.00.0000
2635 \begin_inset Info
2636 type  "icon"
2637 arg   "tabular-feature m-valign-bottom"
2638 \end_inset
2639
2640  aligns the content of the current cell vertically to the bottom
2641 \end_layout
2642
2643 \begin_layout Labeling
2644 \labelwidthstring 00.00.0000
2645 \begin_inset Info
2646 type  "icon"
2647 arg   "tabular-feature set-rotate-cell"
2648 \end_inset
2649
2650  rotates the current cell or selection counter-clockwise by 90°
2651 \end_layout
2652
2653 \begin_layout Labeling
2654 \labelwidthstring 00.00.0000
2655 \begin_inset Info
2656 type  "icon"
2657 arg   "tabular-feature set-rotate-tabular"
2658 \end_inset
2659
2660  rotates the whole table counter-clockwise by 90°
2661 \end_layout
2662
2663 \begin_layout Labeling
2664 \labelwidthstring 00.00.0000
2665 \begin_inset Info
2666 type  "icon"
2667 arg   "tabular-feature multicolumn"
2668 \end_inset
2669
2670  sets the current cell or selection as a multicolumn
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675 \begin_inset Info
2676 type  "icon"
2677 arg   "tabular-feature multirow"
2678 \end_inset
2679
2680  sets the current cell or selection as a multirow
2681 \end_layout
2682
2683 \begin_layout Standard
2684 \begin_inset Note Greyedout
2685 status open
2686
2687 \begin_layout Plain Layout
2688
2689 \series bold
2690 Note:
2691 \series default
2692  For the output the vertical alignment of the first cell in a row is used
2693  for all following cells in the row.
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \end_layout
2700
2701 \begin_layout Section
2702 Edit Table Menu
2703 \begin_inset Index idx
2704 status collapsed
2705
2706 \begin_layout Plain Layout
2707 Table ! Edit Menu
2708 \end_layout
2709
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \begin_layout Standard
2716 In addition to the table dialog and toolbar, the menu 
2717 \family sans
2718 Edit\SpecialChar menuseparator
2719 Table
2720 \family default
2721  allows you to add and delete border lines for the current row/column and
2722  to set the current selection as multicolumn.
2723  The menu is only available when the cursor is inside a table.
2724 \end_layout
2725
2726 \begin_layout Section
2727 Table Floats
2728 \begin_inset CommandInset label
2729 LatexCommand label
2730 name "sec:Table-Floats"
2731
2732 \end_inset
2733
2734
2735 \begin_inset Index idx
2736 status collapsed
2737
2738 \begin_layout Plain Layout
2739 Floats ! Tables
2740 \end_layout
2741
2742 \end_inset
2743
2744
2745 \begin_inset Index idx
2746 status collapsed
2747
2748 \begin_layout Plain Layout
2749 Table ! Floats
2750 \end_layout
2751
2752 \end_inset
2753
2754
2755 \end_layout
2756
2757 \begin_layout Standard
2758 For general explanations about floats, have a look at section
2759 \begin_inset space ~
2760 \end_inset
2761
2762
2763 \begin_inset CommandInset ref
2764 LatexCommand ref
2765 reference "sec:FloatIntroduction"
2766
2767 \end_inset
2768
2769 .
2770 \end_layout
2771
2772 \begin_layout Standard
2773 \begin_inset Float table
2774 placement h
2775 wide false
2776 sideways false
2777 status open
2778
2779 \begin_layout Plain Layout
2780 \begin_inset Caption Standard
2781
2782 \begin_layout Plain Layout
2783 \begin_inset CommandInset label
2784 LatexCommand label
2785 name "tab:a table float"
2786
2787 \end_inset
2788
2789 A table float.
2790 \end_layout
2791
2792 \end_inset
2793
2794
2795 \end_layout
2796
2797 \begin_layout Plain Layout
2798 \align center
2799 \begin_inset Tabular
2800 <lyxtabular version="3" rows="3" columns="3">
2801 <features tabularvalignment="middle">
2802 <column alignment="center" valignment="top" width="0pt">
2803 <column alignment="center" valignment="top" width="0pt">
2804 <column alignment="center" valignment="top" width="0pt">
2805 <row>
2806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810
2811 \family roman
2812 \series medium
2813 \shape up
2814 \size normal
2815 \emph off
2816 \bar no
2817 \noun off
2818 \color none
2819 1
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Plain Layout
2828
2829 \family roman
2830 \series medium
2831 \shape up
2832 \size normal
2833 \emph off
2834 \bar no
2835 \noun off
2836 \color none
2837 2
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2843 \begin_inset Text
2844
2845 \begin_layout Plain Layout
2846
2847 \family roman
2848 \series medium
2849 \shape up
2850 \size normal
2851 \emph off
2852 \bar no
2853 \noun off
2854 \color none
2855 3
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 </row>
2861 <row>
2862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Plain Layout
2866
2867 \family roman
2868 \series medium
2869 \shape up
2870 \size normal
2871 \emph off
2872 \bar no
2873 \noun off
2874 \color none
2875 Joe
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Plain Layout
2884
2885 \family roman
2886 \series medium
2887 \shape up
2888 \size normal
2889 \emph off
2890 \bar no
2891 \noun off
2892 \color none
2893 Mary
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2899 \begin_inset Text
2900
2901 \begin_layout Plain Layout
2902
2903 \family roman
2904 \series medium
2905 \shape up
2906 \size normal
2907 \emph off
2908 \bar no
2909 \noun off
2910 \color none
2911 Ted
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 </row>
2917 <row>
2918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Plain Layout
2922
2923 \family roman
2924 \series medium
2925 \shape up
2926 \size normal
2927 \emph off
2928 \bar no
2929 \noun off
2930 \color none
2931 \begin_inset Formula $\int x^{2}dx$
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943
2944 \family roman
2945 \series medium
2946 \shape up
2947 \size normal
2948 \emph off
2949 \bar no
2950 \noun off
2951 \color none
2952 \begin_inset Formula $\left[\begin{array}{cc}
2953 a & b\\
2954 c & d
2955 \end{array}\right]$
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 \begin_inset Formula $1+1=2$
2977 \end_inset
2978
2979
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 </row>
2985 </lyxtabular>
2986
2987 \end_inset
2988
2989
2990 \end_layout
2991
2992 \end_inset
2993
2994
2995 \end_layout
2996
2997 \begin_layout Standard
2998 Table floats can be inserted using the menu 
2999 \family sans
3000 Insert\SpecialChar menuseparator
3001 Float\SpecialChar menuseparator
3002 Table
3003 \family default
3004  or the toolbar button 
3005 \begin_inset Info
3006 type  "icon"
3007 arg   "float-insert table"
3008 \end_inset
3009
3010 .
3011 \end_layout
3012
3013 \begin_layout Standard
3014 The float appears as a collapsible box with a caption that has the label
3015  
3016 \begin_inset Quotes eld
3017 \end_inset
3018
3019 Table
3020 \begin_inset space ~
3021 \end_inset
3022
3023 #:
3024 \begin_inset Quotes erd
3025 \end_inset
3026
3027  (# is the actual table number).
3028  You can insert tables in the float above or below the caption.
3029 \end_layout
3030
3031 \begin_layout Standard
3032 Table
3033 \begin_inset space ~
3034 \end_inset
3035
3036
3037 \begin_inset CommandInset ref
3038 LatexCommand ref
3039 reference "tab:a table float"
3040
3041 \end_inset
3042
3043  is an example table within a table float.
3044 \end_layout
3045
3046 \begin_layout Standard
3047 Having the caption above the table is the common rule that is unfortunately
3048  not supported in \SpecialChar LaTeX
3049 's standard classes.
3050  This means that, if you are using the document classes 
3051 \family sans
3052 article
3053 \family default
3054
3055 \family sans
3056 book
3057 \family default
3058
3059 \family sans
3060 letter
3061 \family default
3062 , or 
3063 \family sans
3064 report
3065 \family default
3066 , there will be no space between the caption and the table.
3067  To insert the needed space, add the following option to the load command
3068  of the \SpecialChar LaTeX
3069 -package 
3070 \series bold
3071 caption
3072 \series default
3073
3074 \begin_inset Index idx
3075 status collapsed
3076
3077 \begin_layout Plain Layout
3078 \SpecialChar LaTeX
3079 -packages ! caption
3080 \end_layout
3081
3082 \end_inset
3083
3084  in your document preamble:
3085 \begin_inset Foot
3086 status collapsed
3087
3088 \begin_layout Plain Layout
3089 For more information have a look at section
3090 \begin_inset space ~
3091 \end_inset
3092
3093
3094 \begin_inset CommandInset ref
3095 LatexCommand ref
3096 reference "sec:Caption-Placement"
3097
3098 \end_inset
3099
3100 .
3101 \end_layout
3102
3103 \end_inset
3104
3105
3106 \end_layout
3107
3108 \begin_layout Standard
3109
3110 \series bold
3111 tableposition=top
3112 \end_layout
3113
3114 \begin_layout Standard
3115 The package 
3116 \series bold
3117 caption
3118 \series default
3119 , which is described in section
3120 \begin_inset space ~
3121 \end_inset
3122
3123
3124 \begin_inset CommandInset ref
3125 LatexCommand ref
3126 reference "sec:Caption-Formatting"
3127
3128 \end_inset
3129
3130 , is used to adjust the caption format.
3131 \end_layout
3132
3133 \begin_layout Standard
3134 \begin_inset Index idx
3135 status collapsed
3136
3137 \begin_layout Plain Layout
3138 References ! to Tables
3139 \end_layout
3140
3141 \end_inset
3142
3143 Tables can be cross-referenced in the text by referencing their label.
3144  To do this insert a label in the caption using the menu 
3145 \family sans
3146 Insert\SpecialChar menuseparator
3147 Label
3148 \family default
3149  or the toolbar button 
3150 \begin_inset Info
3151 type  "icon"
3152 arg   "label-insert"
3153 \end_inset
3154
3155 .
3156  You can now refer to the label using the menu 
3157 \family sans
3158 Insert\SpecialChar menuseparator
3159 Cross
3160 \begin_inset space ~
3161 \end_inset
3162
3163 reference
3164 \family default
3165  or the toolbar button 
3166 \begin_inset Info
3167 type  "icon"
3168 arg   "dialog-show-new-inset ref"
3169 \end_inset
3170
3171 .
3172 \begin_inset Newline newline
3173 \end_inset
3174
3175 Referencing is explained in detail in section
3176 \begin_inset space ~
3177 \end_inset
3178
3179
3180 \begin_inset CommandInset ref
3181 LatexCommand ref
3182 reference "sec:Referencing-Floats"
3183
3184 \end_inset
3185
3186 .
3187 \end_layout
3188
3189 \begin_layout Section
3190
3191 \family sans
3192 Multi-page Table
3193 \family default
3194 s
3195 \begin_inset CommandInset label
3196 LatexCommand label
3197 name "sec:Multi-page-Tables"
3198
3199 \end_inset
3200
3201
3202 \begin_inset Index idx
3203 status collapsed
3204
3205 \begin_layout Plain Layout
3206 Multi-page Table
3207 \end_layout
3208
3209 \end_inset
3210
3211
3212 \begin_inset Index idx
3213 status collapsed
3214
3215 \begin_layout Plain Layout
3216 Table ! Multi-page Table
3217 \end_layout
3218
3219 \end_inset
3220
3221
3222 \end_layout
3223
3224 \begin_layout Standard
3225 If the table is too long to fit on one page, you can use the option 
3226 \family sans
3227 Use
3228 \begin_inset space ~
3229 \end_inset
3230
3231 multi-page
3232 \family default
3233  table in the tab 
3234 \family sans
3235 Multi-page
3236 \begin_inset space ~
3237 \end_inset
3238
3239 table
3240 \family default
3241  of the table dialog to split the table automatically over more pages.
3242  Doing this enables the following options:
3243 \end_layout
3244
3245 \begin_layout Description
3246 Header: The current row is defined to be a header row that appears on all
3247  pages of the multi-page table; except for the first page, if 
3248 \family sans
3249 First
3250 \begin_inset space ~
3251 \end_inset
3252
3253 header
3254 \family default
3255  is defined.
3256  This is therefore called the main header.
3257 \end_layout
3258
3259 \begin_layout Description
3260 First
3261 \begin_inset space ~
3262 \end_inset
3263
3264 header: The current row is defined to be a header row that appears on the
3265  first page of the multi-page table.
3266 \end_layout
3267
3268 \begin_layout Description
3269 Footer: The current row is defined to be a footer row that appears on all
3270  pages of the multi-page table; except for the last page, if 
3271 \family sans
3272 Last
3273 \begin_inset space ~
3274 \end_inset
3275
3276 footer
3277 \family default
3278  is defined.
3279 \end_layout
3280
3281 \begin_layout Description
3282 Last
3283 \begin_inset space ~
3284 \end_inset
3285
3286 footer: The current row is defined to be a footer row that appears on the
3287  last page of the multi-page table.
3288 \end_layout
3289
3290 \begin_layout Description
3291 Caption: The current row contains the table caption.
3292  The row is reset as single column and a caption is inserted.
3293  More about multi-page table captions is explained in sec.
3294 \begin_inset space \thinspace{}
3295 \end_inset
3296
3297
3298 \begin_inset CommandInset ref
3299 LatexCommand ref
3300 reference "subsec:Multi-page-Table-Captions"
3301
3302 \end_inset
3303
3304 .
3305 \end_layout
3306
3307 \begin_layout Standard
3308 You can also specify a row where the table is split.
3309  See the following multi-page table to see how it works:
3310 \end_layout
3311
3312 \begin_layout Standard
3313 \align center
3314 \begin_inset Tabular
3315 <lyxtabular version="3" rows="69" columns="3">
3316 <features islongtable="true" longtabularalignment="center">
3317 <column alignment="left" valignment="top" width="0cm">
3318 <column alignment="left" valignment="top" width="0pt">
3319 <column alignment="center" valignment="top" width="0pt">
3320 <row endfirsthead="true">
3321 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \series bold
3327 Example Phone List (ignore the names)
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row endfirsthead="true">
3352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 NAME
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376
3377 \series bold
3378 TEL.
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 </row>
3384 <row endhead="true">
3385 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389
3390 \series bold
3391 Example Phone List
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 </row>
3415 <row endhead="true">
3416 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420
3421 \series bold
3422 NAME
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440
3441 \series bold
3442 TEL.
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 </row>
3448 <row endfoot="true">
3449 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453  continued on next page
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row>
3478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482
3483 \series bold
3484 Annovi
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 Silvia
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 111
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 </row>
3508 <row>
3509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513
3514 \series bold
3515 Bertoli
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 Stefano
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 111
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544
3545 \series bold
3546 Bozzi
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 Walter
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 111
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row>
3571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575
3576 \series bold
3577 Cachia
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 Maria
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 111
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 </row>
3601 <row>
3602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606
3607 \series bold
3608 Cachia
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 Maurizio
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 111
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 <row>
3633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637
3638 \series bold
3639 Cinquemani
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 Giusi
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 111
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 </row>
3663 <row>
3664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668
3669 \series bold
3670 Colin
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 Bernard
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 111
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 </row>
3694 <row>
3695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699
3700 \series bold
3701 Concli
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 Gianfranco
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 111
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 </row>
3725 <row>
3726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730
3731 \series bold
3732 Dal Bosco
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 Carolina
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 111
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 </row>
3756 <row>
3757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761
3762 \series bold
3763 Dalpiaz
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 Annamaria
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 111
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 </row>
3787 <row>
3788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792
3793 \series bold
3794 Feliciello
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 Domenico
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 111
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 </row>
3818 <row>
3819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823
3824 \series bold
3825 Focarelli
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 Paola
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 111
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 </row>
3849 <row>
3850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854
3855 \series bold
3856 Galletti
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 Oreste
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 111
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 </row>
3880 <row>
3881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885
3886 \series bold
3887 Gasparini
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 Franca
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 111
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 </row>
3911 <row>
3912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916
3917 \series bold
3918 Rizzardi
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 Paola
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 111
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 </row>
3942 <row>
3943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947
3948 \series bold
3949 Lassini
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 Giancarlo
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 111
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 </row>
3973 <row>
3974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978
3979 \series bold
3980 Malfatti
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 Luciano
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 111
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 </row>
4004 <row>
4005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009
4010 \series bold
4011 Malfatti
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 Valeriano
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 111
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 </row>
4035 <row>
4036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040
4041 \series bold
4042 Meneguzzo
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 Roberto
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 111
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 </row>
4066 <row>
4067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071
4072 \series bold
4073 Mezzadra
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 Roberto
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 111
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 </row>
4097 <row>
4098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102
4103 \series bold
4104 Pirpamer
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 Erich
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 111
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 </row>
4128 <row>
4129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133
4134 \series bold
4135 Pochiesa
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 Paolo
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 111, 222
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row>
4160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \series bold
4166 Radina
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 Claudio
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 111
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 </row>
4190 <row>
4191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195
4196 \series bold
4197 Stuffer
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 Oskar
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 111
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 </row>
4221 <row>
4222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226
4227 \series bold
4228 Tacchelli
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 Ugo
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 111
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 </row>
4252 <row>
4253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257
4258 \series bold
4259 Tezzele
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 Margit
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 111
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row>
4284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288
4289 \series bold
4290 Unterkalmsteiner
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 Frieda
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 111
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 </row>
4314 <row>
4315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319
4320 \series bold
4321 Vieider
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 Hilde
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 111
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 </row>
4345 <row>
4346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350
4351 \series bold
4352 Vigna
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 Jürgen
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 111
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 </row>
4376 <row>
4377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381
4382 \series bold
4383 Weber
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 Maurizio
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 111
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 </row>
4407 <row>
4408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412
4413 \series bold
4414 Winkler
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 Franz
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 111
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 </row>
4438 <row>
4439 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443  
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472
4473 \series bold
4474 Annovi
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 Silvia
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 555
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503
4504 \series bold
4505 Bertoli
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 Stefano
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 555
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 <row>
4530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534
4535 \series bold
4536 Bozzi
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 Walter
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 555
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 </row>
4560 <row>
4561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565
4566 \series bold
4567 Cachia
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 Maria
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 555
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 </row>
4591 <row>
4592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596
4597 \series bold
4598 Cachia
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 Maurizio
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 555
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 </row>
4622 <row>
4623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627
4628 \series bold
4629 Cinquemani
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 Giusi
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 555
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 </row>
4653 <row>
4654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658
4659 \series bold
4660 Colin
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 Bernard
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 555
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 </row>
4684 <row>
4685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689
4690 \series bold
4691 Concli
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 Gianfranco
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 555
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 </row>
4715 <row>
4716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720
4721 \series bold
4722 Dal Bosco
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 Carolina
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 555
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 </row>
4746 <row>
4747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751
4752 \series bold
4753 Dalpiaz
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 Annamaria
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 555
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 </row>
4777 <row>
4778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782
4783 \series bold
4784 Feliciello
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 Domenico
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 555
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 </row>
4808 <row>
4809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813
4814 \series bold
4815 Focarelli
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 Paola
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 555
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 </row>
4839 <row>
4840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844
4845 \series bold
4846 Galletti
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 Oreste
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 555
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 </row>
4870 <row>
4871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875
4876 \series bold
4877 Gasparini
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 Franca
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 555
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 </row>
4901 <row>
4902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906
4907 \series bold
4908 Rizzardi
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 Paola
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 555
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 </row>
4932 <row>
4933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937
4938 \series bold
4939 Lassini
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 Giancarlo
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 555
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 </row>
4963 <row>
4964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968
4969 \series bold
4970 Malfatti
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 Luciano
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 555
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 </row>
4994 <row>
4995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999
5000 \series bold
5001 Malfatti
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 Valeriano
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 555
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 </row>
5025 <row>
5026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030
5031 \series bold
5032 Meneguzzo
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 Roberto
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 555
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 </row>
5056 <row>
5057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061
5062 \series bold
5063 Mezzadra
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 Roberto
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 555
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 </row>
5087 <row>
5088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092
5093 \series bold
5094 Pirpamer
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 Erich
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 555
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 </row>
5118 <row>
5119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123
5124 \series bold
5125 Pochiesa
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 Paolo
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 555, 222
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 </row>
5149 <row>
5150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154
5155 \series bold
5156 Radina
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 Claudio
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 555
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 </row>
5180 <row>
5181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185
5186 \series bold
5187 Stuffer
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 Oskar
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 555
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 </row>
5211 <row>
5212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216
5217 \series bold
5218 Tacchelli
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 Ugo
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 555
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 </row>
5242 <row>
5243 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247
5248 \series bold
5249 Tezzele
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 Margit
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 555
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 </row>
5273 <row>
5274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Plain Layout
5278
5279 \series bold
5280 Unterkalmsteiner
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 Frieda
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 555
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 </row>
5304 <row>
5305 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309
5310 \series bold
5311 Vieider
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell alignment="center" valignment="top" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320 Hilde
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 555
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 </row>
5335 <row>
5336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5337 \begin_inset Text
5338
5339 \begin_layout Plain Layout
5340
5341 \series bold
5342 Vigna
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 Jürgen
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 999
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 </row>
5366 <row>
5367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371
5372 \series bold
5373 Weber
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 Maurizio
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 555
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 </row>
5397 <row>
5398 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402
5403 \series bold
5404 Winkler
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 Franz
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 555
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 </row>
5428 <row endlastfoot="true">
5429 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 end
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 </row>
5457 </lyxtabular>
5458
5459 \end_inset
5460
5461
5462 \begin_inset ERT
5463 status collapsed
5464
5465 \begin_layout Plain Layout
5466
5467
5468 \backslash
5469 addtocounter{table}{-1}
5470 \end_layout
5471
5472 \end_inset
5473
5474
5475 \begin_inset Note Note
5476 status collapsed
5477
5478 \begin_layout Plain Layout
5479 See the first greyed-out note in section
5480 \begin_inset space ~
5481 \end_inset
5482
5483
5484 \begin_inset CommandInset ref
5485 LatexCommand ref
5486 reference "subsec:Multi-page-Table-Captions"
5487
5488 \end_inset
5489
5490  for an explanation of this command.
5491 \end_layout
5492
5493 \end_inset
5494
5495
5496 \end_layout
5497
5498 \begin_layout Subsection
5499 Footnotes in Multi-page tables
5500 \begin_inset CommandInset label
5501 LatexCommand label
5502 name "subsec:Footnotes-in-Multi-page"
5503
5504 \end_inset
5505
5506
5507 \begin_inset Index idx
5508 status collapsed
5509
5510 \begin_layout Plain Layout
5511 Table ! Multi-page Table ! Footnotes
5512 \end_layout
5513
5514 \end_inset
5515
5516
5517 \end_layout
5518
5519 \begin_layout Standard
5520 Footnotes can be inserted to every Multi-page table cell.
5521  They appear at the bottom of the page where the table cell with the footnote
5522  appears.
5523  Table
5524 \begin_inset space ~
5525 \end_inset
5526
5527
5528 \begin_inset CommandInset ref
5529 LatexCommand ref
5530 reference "tab:DiffCaptions"
5531
5532 \end_inset
5533
5534  has for example a footnote.
5535 \end_layout
5536
5537 \begin_layout Subsection
5538 Multi-page Table Alignment
5539 \begin_inset Index idx
5540 status collapsed
5541
5542 \begin_layout Plain Layout
5543 Table ! Multi-page Table ! Alignment
5544 \end_layout
5545
5546 \end_inset
5547
5548
5549 \end_layout
5550
5551 \begin_layout Standard
5552 The horizontal alignment of multi-page tables can be set in the table settings
5553  dialog.
5554  For left- and right-alignment the table will be directly at the page border.
5555  To add space between the table and the border one has to set the alignment
5556  to center and change the value of the \SpecialChar LaTeX
5557 -lengths 
5558 \series bold
5559
5560 \backslash
5561 LTleft 
5562 \series default
5563 or 
5564 \series bold
5565
5566 \backslash
5567 LTright
5568 \series default
5569  by inserting this line as \SpecialChar TeX
5570  Code before the multi-page table:
5571 \end_layout
5572
5573 \begin_layout Standard
5574
5575 \series bold
5576
5577 \backslash
5578 setlength{
5579 \backslash
5580 LTleft}{value}
5581 \end_layout
5582
5583 \begin_layout Standard
5584 The value can have any of the units listed in Table
5585 \begin_inset space ~
5586 \end_inset
5587
5588
5589 \begin_inset CommandInset ref
5590 LatexCommand ref
5591 reference "tab:Units"
5592
5593 \end_inset
5594
5595 .
5596  
5597 \series bold
5598
5599 \backslash
5600 LTleft
5601 \series default
5602  controls the horizontal distance from the left page border to the multi-page
5603  table, 
5604 \series bold
5605
5606 \backslash
5607 LTright
5608 \series default
5609  the distance from the right side.
5610  The default value for both lengths is 
5611 \series bold
5612
5613 \backslash
5614 fill
5615 \series default
5616 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5617 .
5618 \end_layout
5619
5620 \begin_layout Standard
5621 The following multi-page table was centered and 
5622 \series bold
5623
5624 \backslash
5625 LTleft
5626 \series default
5627  set to 
5628 \family sans
5629 0.1
5630 \backslash
5631 columnwidth
5632 \family default
5633 :
5634 \begin_inset ERT
5635 status collapsed
5636
5637 \begin_layout Plain Layout
5638
5639
5640 \backslash
5641 setlength{
5642 \backslash
5643 LTleft}{0.1
5644 \backslash
5645 columnwidth}
5646 \end_layout
5647
5648 \end_inset
5649
5650
5651 \end_layout
5652
5653 \begin_layout Standard
5654 \begin_inset Tabular
5655 <lyxtabular version="3" rows="5" columns="5">
5656 <features islongtable="true" longtabularalignment="center">
5657 <column alignment="center" valignment="top">
5658 <column alignment="center" valignment="top" width="0pt">
5659 <column alignment="center" valignment="top">
5660 <column alignment="center" valignment="top">
5661 <column alignment="center" valignment="top">
5662 <row>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 1
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 2
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 3
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 4
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 5
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 </row>
5709 <row>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 asd
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 s
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 s
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 s
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 asd
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 </row>
5756 <row>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 asd
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 s
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 s
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 s
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 asd
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 </row>
5803 <row>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 asd
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 s
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 s
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 s
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 asd
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 asd
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 asd
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 asd
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 asd
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 </row>
5897 </lyxtabular>
5898
5899 \end_inset
5900
5901
5902 \begin_inset ERT
5903 status collapsed
5904
5905 \begin_layout Plain Layout
5906
5907
5908 \backslash
5909 setlength{
5910 \backslash
5911 LTleft}{
5912 \backslash
5913 fill}
5914 \end_layout
5915
5916 \end_inset
5917
5918
5919 \begin_inset ERT
5920 status collapsed
5921
5922 \begin_layout Plain Layout
5923
5924
5925 \backslash
5926 addtocounter{table}{-1}
5927 \end_layout
5928
5929 \end_inset
5930
5931
5932 \begin_inset Note Note
5933 status collapsed
5934
5935 \begin_layout Plain Layout
5936 See the first greyed-out note in section
5937 \begin_inset space ~
5938 \end_inset
5939
5940
5941 \begin_inset CommandInset ref
5942 LatexCommand ref
5943 reference "subsec:Multi-page-Table-Captions"
5944
5945 \end_inset
5946
5947  for an explanation of this command.
5948 \end_layout
5949
5950 \end_inset
5951
5952
5953 \end_layout
5954
5955 \begin_layout Subsection
5956 Multi-page Table Captions
5957 \begin_inset Index idx
5958 status collapsed
5959
5960 \begin_layout Plain Layout
5961 Table ! Multi-page Table ! Captions
5962 \end_layout
5963
5964 \end_inset
5965
5966
5967 \begin_inset CommandInset label
5968 LatexCommand label
5969 name "subsec:Multi-page-Table-Captions"
5970
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \begin_layout Standard
5977 A multi-page table cannot be put into a table float because floats can only
5978  be on one page.
5979  But the caption environment of floats can also be used for multi-page tables
5980  when you use the multi-page table option 
5981 \family sans
5982 Caption
5983 \family default
5984  as described in sec.
5985 \begin_inset space \thinspace{}
5986 \end_inset
5987
5988
5989 \begin_inset CommandInset ref
5990 LatexCommand ref
5991 reference "sec:Multi-page-Tables"
5992
5993 \end_inset
5994
5995 .
5996  Only one table row should contain a caption, either a header or a footer
5997  row.
5998 \end_layout
5999
6000 \begin_layout Standard
6001 Here is a short multi-page table to see how it works:
6002 \end_layout
6003
6004 \begin_layout Standard
6005 \begin_inset Tabular
6006 <lyxtabular version="3" rows="6" columns="5">
6007 <features islongtable="true" longtabularalignment="center">
6008 <column alignment="center" valignment="top">
6009 <column alignment="center" valignment="top">
6010 <column alignment="center" valignment="top">
6011 <column alignment="center" valignment="top">
6012 <column alignment="center" valignment="top">
6013 <row endfirsthead="true" caption="true">
6014 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 \begin_inset Caption Standard
6019
6020 \begin_layout Plain Layout
6021 Multi-page table with caption
6022 \begin_inset Argument 1
6023 status open
6024
6025 \begin_layout Plain Layout
6026 Multi-page table
6027 \end_layout
6028
6029 \end_inset
6030
6031
6032 \end_layout
6033
6034 \end_inset
6035
6036
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 </row>
6078 <row>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 1
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 2
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 3
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 4
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 5
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 </row>
6125 <row>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 asd
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 s
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 s
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 s
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 asd
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 </row>
6172 <row>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 asd
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 s
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 s
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 s
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 asd
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 </row>
6219 <row>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 asd
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 s
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 s
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 s
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 asd
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 </row>
6266 <row>
6267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 asd
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 asd
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 asd
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 asd
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 asd
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 </row>
6313 </lyxtabular>
6314
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \begin_layout Standard
6321 \begin_inset VSpace medskip
6322 \end_inset
6323
6324
6325 \begin_inset Note Greyedout
6326 status open
6327
6328 \begin_layout Plain Layout
6329
6330 \series bold
6331 Note
6332 \begin_inset space ~
6333 \end_inset
6334
6335 1:
6336 \series default
6337  The table number is increased for every multi-page table, even if you did
6338  not set a caption for it.
6339  For this reason you could have the case that e.
6340 \begin_inset space \thinspace{}
6341 \end_inset
6342
6343 g.
6344 \begin_inset space \space{}
6345 \end_inset
6346
6347 Table
6348 \begin_inset space ~
6349 \end_inset
6350
6351 2.4 follows Table
6352 \begin_inset space ~
6353 \end_inset
6354
6355 2.1 in the list of tables if there are two multi-page tables without captions.
6356  To avoid this you can add the following command in \SpecialChar TeX
6357  Code after every multi-page
6358  table without a caption:
6359 \end_layout
6360
6361 \begin_layout Plain Layout
6362
6363 \series bold
6364
6365 \backslash
6366 addtocounter{table}{-1}
6367 \end_layout
6368
6369 \begin_layout Plain Layout
6370 This is not needed when none of your multi-page tables has a caption and
6371  you add the following code to the document preamble:
6372 \end_layout
6373
6374 \begin_layout Plain Layout
6375
6376 \series bold
6377
6378 \backslash
6379 let
6380 \backslash
6381 myEnd
6382 \backslash
6383 endlongtable
6384 \begin_inset Newline newline
6385 \end_inset
6386
6387
6388 \backslash
6389 renewcommand{
6390 \backslash
6391 endlongtable}{
6392 \backslash
6393 myEnd
6394 \backslash
6395 addtocounter{table}{-1}}
6396 \end_layout
6397
6398 \end_inset
6399
6400
6401 \end_layout
6402
6403 \begin_layout Standard
6404 \begin_inset Note Greyedout
6405 status open
6406
6407 \begin_layout Plain Layout
6408
6409 \series bold
6410 Note
6411 \begin_inset space ~
6412 \end_inset
6413
6414 2:
6415 \series default
6416  If you are using
6417 \series bold
6418  hyperref
6419 \series default
6420
6421 \begin_inset Index idx
6422 status collapsed
6423
6424 \begin_layout Plain Layout
6425 \SpecialChar LaTeX
6426 -packages ! hyperref
6427 \end_layout
6428
6429 \end_inset
6430
6431  in the 
6432 \family sans
6433 PDF Properties
6434 \family default
6435  of the 
6436 \family sans
6437 Document Settings
6438 \family default
6439  dialog to link cross-references, the link to a multi-page table caption
6440  will always point to the beginning of the document.
6441 \end_layout
6442
6443 \end_inset
6444
6445
6446 \end_layout
6447
6448 \begin_layout Subsubsection
6449 References to multi-page tables
6450 \begin_inset Index idx
6451 status collapsed
6452
6453 \begin_layout Plain Layout
6454 Table ! Multi-page Table ! References
6455 \end_layout
6456
6457 \end_inset
6458
6459
6460 \end_layout
6461
6462 \begin_layout Standard
6463 \begin_inset Tabular
6464 <lyxtabular version="3" rows="6" columns="5">
6465 <features islongtable="true" longtabularalignment="center">
6466 <column alignment="center" valignment="top">
6467 <column alignment="center" valignment="top">
6468 <column alignment="center" valignment="top">
6469 <column alignment="center" valignment="top">
6470 <column alignment="center" valignment="top">
6471 <row endfirsthead="true" caption="true">
6472 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 \begin_inset Caption Standard
6477
6478 \begin_layout Plain Layout
6479 Referenced multi-page table
6480 \begin_inset CommandInset label
6481 LatexCommand label
6482 name "tab:Referenced-multi-page-table"
6483
6484 \end_inset
6485
6486
6487 \end_layout
6488
6489 \end_inset
6490
6491
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 </row>
6533 <row>
6534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538 1
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Plain Layout
6547 2
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556 3
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 4
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 5
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 </row>
6580 <row>
6581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 asd
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 s
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 s
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 s
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 asd
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 </row>
6627 <row>
6628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 asd
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641 s
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 s
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 s
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 asd
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 </row>
6674 <row>
6675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679 asd
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 s
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 s
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706 s
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 asd
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 </row>
6721 <row>
6722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 asd
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 sad
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 asd
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 asd
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 asd
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 </row>
6768 </lyxtabular>
6769
6770 \end_inset
6771
6772
6773 \end_layout
6774
6775 \begin_layout Standard
6776 To reference a multi-page table, insert a label into the caption.
6777 \end_layout
6778
6779 \begin_layout Standard
6780 This is a reference to Table
6781 \begin_inset space ~
6782 \end_inset
6783
6784
6785 \begin_inset CommandInset ref
6786 LatexCommand ref
6787 reference "tab:Referenced-multi-page-table"
6788
6789 \end_inset
6790
6791 .
6792 \end_layout
6793
6794 \begin_layout Standard
6795 The caption layout can be set together with all other captions of your document
6796  using the \SpecialChar LaTeX
6797 -package 
6798 \series bold
6799 caption
6800 \series default
6801
6802 \begin_inset Index idx
6803 status collapsed
6804
6805 \begin_layout Plain Layout
6806 \SpecialChar LaTeX
6807 -packages ! caption
6808 \end_layout
6809
6810 \end_inset
6811
6812 , see section
6813 \begin_inset space ~
6814 \end_inset
6815
6816
6817 \begin_inset CommandInset ref
6818 LatexCommand ref
6819 reference "sec:Caption-Formatting"
6820
6821 \end_inset
6822
6823 .
6824 \end_layout
6825
6826 \begin_layout Subsubsection
6827 Caption Width
6828 \begin_inset Index idx
6829 status collapsed
6830
6831 \begin_layout Plain Layout
6832 Table ! Multi-page Table ! Caption Width
6833 \end_layout
6834
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \begin_layout Standard
6841 The maximal width of caption lines is defined by the length 
6842 \series bold
6843
6844 \backslash
6845 LTcapwidth
6846 \series default
6847 .
6848  Its default value is 4
6849 \begin_inset space \thinspace{}
6850 \end_inset
6851
6852 in.
6853  To change it add the following command to your document preamble or as
6854  \SpecialChar TeX
6855  Code into your document before the multi-page table that should be affected
6856 \end_layout
6857
6858 \begin_layout Standard
6859
6860 \series bold
6861
6862 \backslash
6863 setlength{
6864 \backslash
6865 LTcapwidth}{width}
6866 \end_layout
6867
6868 \begin_layout Standard
6869 where the 
6870 \family sans
6871 width
6872 \family default
6873  can have one of the units listed in appendix
6874 \begin_inset space ~
6875 \end_inset
6876
6877
6878 \begin_inset CommandInset ref
6879 LatexCommand ref
6880 reference "cha:Units-available-in"
6881
6882 \end_inset
6883
6884 .
6885 \end_layout
6886
6887 \begin_layout Standard
6888 The following tables show the difference:
6889 \end_layout
6890
6891 \begin_layout Standard
6892 \begin_inset Tabular
6893 <lyxtabular version="3" rows="6" columns="5">
6894 <features islongtable="true" longtabularalignment="center">
6895 <column alignment="center" valignment="top">
6896 <column alignment="center" valignment="top">
6897 <column alignment="center" valignment="top">
6898 <column alignment="center" valignment="top">
6899 <column alignment="center" valignment="top">
6900 <row endfirsthead="true" caption="true">
6901 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 \begin_inset Caption Standard
6906
6907 \begin_layout Plain Layout
6908 Long full title with default width long full title with default width long
6909  full title with default width
6910 \begin_inset Argument 1
6911 status collapsed
6912
6913 \begin_layout Plain Layout
6914 caption with default width
6915 \end_layout
6916
6917 \end_inset
6918
6919
6920 \end_layout
6921
6922 \end_inset
6923
6924
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 </row>
6966 <row>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 1
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 2
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 3
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 4
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 5
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 </row>
7013 <row>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 asd
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 s
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 s
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 s
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054 asd
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 </row>
7060 <row>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 asd
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 s
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 s
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 s
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 asd
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 </row>
7107 <row>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 asd
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 s
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 s
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139 s
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 asd
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 </row>
7154 <row>
7155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 asd
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 sad
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 asd
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 asd
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 asd
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 </row>
7201 </lyxtabular>
7202
7203 \end_inset
7204
7205
7206 \end_layout
7207
7208 \begin_layout Standard
7209 \begin_inset ERT
7210 status collapsed
7211
7212 \begin_layout Plain Layout
7213
7214
7215 \backslash
7216 setlength{
7217 \backslash
7218 LTcapwidth}{5cm}
7219 \end_layout
7220
7221 \end_inset
7222
7223
7224 \begin_inset Tabular
7225 <lyxtabular version="3" rows="6" columns="5">
7226 <features islongtable="true" longtabularalignment="center">
7227 <column alignment="center" valignment="top">
7228 <column alignment="center" valignment="top">
7229 <column alignment="center" valignment="top">
7230 <column alignment="center" valignment="top">
7231 <column alignment="center" valignment="top">
7232 <row endfirsthead="true" caption="true">
7233 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 \begin_inset Caption Standard
7238
7239 \begin_layout Plain Layout
7240 Long full title with width set to 5
7241 \begin_inset space \thinspace{}
7242 \end_inset
7243
7244 cm long full title with width set to 5
7245 \begin_inset space \thinspace{}
7246 \end_inset
7247
7248 cm long full title with width set to 5
7249 \begin_inset space \thinspace{}
7250 \end_inset
7251
7252 cm
7253 \begin_inset Argument 1
7254 status collapsed
7255
7256 \begin_layout Plain Layout
7257 caption with width
7258 \begin_inset space \thinspace{}
7259 \end_inset
7260
7261 =
7262 \begin_inset space \thinspace{}
7263 \end_inset
7264
7265 5
7266 \begin_inset space \thinspace{}
7267 \end_inset
7268
7269 cm
7270 \end_layout
7271
7272 \end_inset
7273
7274
7275 \end_layout
7276
7277 \end_inset
7278
7279
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 </row>
7321 <row>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 1
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 2
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 3
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 4
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 5
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 </row>
7368 <row>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 asd
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 s
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 s
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 s
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 asd
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 </row>
7415 <row>
7416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 asd
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 s
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 s
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 s
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 asd
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 </row>
7462 <row>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 asd
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 s
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 s
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 s
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503 asd
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 <row>
7510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 asd
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 sad
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 asd
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541 asd
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 asd
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 </row>
7556 </lyxtabular>
7557
7558 \end_inset
7559
7560
7561 \end_layout
7562
7563 \begin_layout Standard
7564 \begin_inset ERT
7565 status collapsed
7566
7567 \begin_layout Plain Layout
7568
7569
7570 \backslash
7571 setlength{
7572 \backslash
7573 LTcapwidth}{4in}
7574 \end_layout
7575
7576 \end_inset
7577
7578
7579 \end_layout
7580
7581 \begin_layout Standard
7582 \begin_inset Note Greyedout
7583 status open
7584
7585 \begin_layout Plain Layout
7586
7587 \series bold
7588 Note:
7589 \series default
7590  When the \SpecialChar LaTeX
7591 -package 
7592 \series bold
7593 caption
7594 \series default
7595
7596 \begin_inset Index idx
7597 status collapsed
7598
7599 \begin_layout Plain Layout
7600 \SpecialChar LaTeX
7601 -packages ! caption
7602 \end_layout
7603
7604 \end_inset
7605
7606  is used, as in this document, the full page width is used for the caption
7607  when you use the default value of 4
7608 \begin_inset space \thinspace{}
7609 \end_inset
7610
7611 in for 
7612 \series bold
7613
7614 \backslash
7615 LTcapwidth
7616 \series default
7617 .
7618  To get in this case exactly a 4
7619 \begin_inset space \thinspace{}
7620 \end_inset
7621
7622 in wide caption, you can either use a value slightly different from 4.0
7623 \begin_inset space \thinspace{}
7624 \end_inset
7625
7626 in, e.
7627 \begin_inset space \thinspace{}
7628 \end_inset
7629
7630 g.
7631 \begin_inset space \space{}
7632 \end_inset
7633
7634 3.99
7635 \begin_inset space \thinspace{}
7636 \end_inset
7637
7638 in, or the \SpecialChar LaTeX
7639 -command 
7640 \series bold
7641
7642 \backslash
7643 captionsetup{width=value}
7644 \series default
7645  that is provided by the 
7646 \series bold
7647 caption
7648 \series default
7649 -package.
7650 \end_layout
7651
7652 \end_inset
7653
7654
7655 \end_layout
7656
7657 \begin_layout Subsubsection
7658 Different Captions for Table Pages
7659 \begin_inset Index idx
7660 status collapsed
7661
7662 \begin_layout Plain Layout
7663 Table ! Multi-page Table ! Different Captions for Pages
7664 \end_layout
7665
7666 \end_inset
7667
7668
7669 \end_layout
7670
7671 \begin_layout Standard
7672 When the table captions for the following pages should differ from the one
7673  of the first table page, mark a empty row as header which contains a caption.
7674  Then right-click on the caption and select in the context menu 
7675 \family sans
7676 Caption
7677 \begin_inset space ~
7678 \end_inset
7679
7680 (Unnumbered)
7681 \family default
7682 .
7683  Table
7684 \begin_inset space ~
7685 \end_inset
7686
7687
7688 \begin_inset CommandInset ref
7689 LatexCommand ref
7690 reference "tab:DiffCaptions"
7691
7692 \end_inset
7693
7694  is an example of a multi-page table with different heading where the second
7695  caption does not include the table number.
7696 \end_layout
7697
7698 \begin_layout Standard
7699 \align center
7700 \begin_inset Tabular
7701 <lyxtabular version="3" rows="59" columns="3">
7702 <features islongtable="true" longtabularalignment="center">
7703 <column alignment="left" valignment="top" width="0cm">
7704 <column alignment="left" valignment="top" width="0pt">
7705 <column alignment="center" valignment="top" width="0pt">
7706 <row endfirsthead="true" caption="true">
7707 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 \begin_inset Caption Standard
7712
7713 \begin_layout Plain Layout
7714 Example Phone List
7715 \begin_inset CommandInset label
7716 LatexCommand label
7717 name "tab:DiffCaptions"
7718
7719 \end_inset
7720
7721
7722 \begin_inset Argument 1
7723 status collapsed
7724
7725 \begin_layout Plain Layout
7726 Example Phone List
7727 \end_layout
7728
7729 \end_inset
7730
7731
7732 \end_layout
7733
7734 \end_inset
7735
7736
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row endfirsthead="true">
7761 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \series bold
7767 Example Phone List (ignore the names)
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 <row endfirsthead="true">
7792 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \series bold
7798 NAME
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816
7817 \series bold
7818 TEL.
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 <row endhead="true" caption="true">
7825 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829 \begin_inset Caption Unnumbered
7830
7831 \begin_layout Plain Layout
7832 Continued Example Phone List
7833 \end_layout
7834
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 </row>
7861 <row endhead="true">
7862 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \series bold
7868 Example Phone List
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 </row>
7892 <row endhead="true">
7893 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897
7898 \series bold
7899 NAME
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917
7918 \series bold
7919 TEL.
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row endfoot="true">
7926 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 continued on next page
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 </row>
7954 <row>
7955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959
7960 \series bold
7961 Annovi
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 Silvia
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 111
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 </row>
7985 <row>
7986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990
7991 \series bold
7992 Bertoli
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 Stefano
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 111
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 </row>
8016 <row>
8017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021
8022 \series bold
8023 Bozzi
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 Walter
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 111
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \series bold
8054 Cachia
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 Maria
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072 111
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 </row>
8078 <row>
8079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \series bold
8085 Cachia
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 Maurizio
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 111
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 </row>
8109 <row>
8110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114
8115 \series bold
8116 Cinquemani
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Giusi
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 111
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \series bold
8147 Colin
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 Bernard
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 111
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \series bold
8178 Concli
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 Gianfranco
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 111
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 <row>
8203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207
8208 \series bold
8209 Dal Bosco
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 Carolina
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 111
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \series bold
8240 Dalpiaz
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 Annamaria
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 111
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 <row>
8265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269
8270 \series bold
8271 Feliciello
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 Domenico
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 111
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \series bold
8302 Focarelli
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 Paola
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 111
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331
8332 \series bold
8333 Galletti
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 Oreste
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 111
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \series bold
8364 Gasparini
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 Franca
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 111
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 </row>
8388 <row>
8389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393
8394 \series bold
8395 Rizzardi
8396 \series default
8397
8398 \begin_inset Foot
8399 status open
8400
8401 \begin_layout Plain Layout
8402 Example footnote
8403 \end_layout
8404
8405 \end_inset
8406
8407
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 Paola
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 111
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 </row>
8431 <row>
8432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \series bold
8438 Lassini
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 Giancarlo
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 111
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \series bold
8469 Malfatti
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 Luciano
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 111
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \series bold
8500 Malfatti
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 Valeriano
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 111
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \series bold
8531 Meneguzzo
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 Roberto
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 111
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row>
8556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \series bold
8562 Mezzadra
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 Roberto
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 111
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \series bold
8593 Pirpamer
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 Erich
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 111
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 </row>
8617 <row>
8618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622
8623 \series bold
8624 Pochiesa
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 Paolo
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 111, 222
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \series bold
8655 Radina
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 Claudio
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 111
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 </row>
8679 <row>
8680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684
8685 \series bold
8686 Stuffer
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 Oskar
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 111
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \series bold
8717 Tacchelli
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 Ugo
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 111
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row>
8742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746
8747 \series bold
8748 Tezzele
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 Margit
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 111
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777
8778 \series bold
8779 Unterkalmsteiner
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 Frieda
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 111
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 </row>
8803 <row>
8804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808
8809 \series bold
8810 Vieider
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 Hilde
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 111
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839
8840 \series bold
8841 Vigna
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 Jürgen
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 111
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 </row>
8865 <row>
8866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870
8871 \series bold
8872 Weber
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 Maurizio
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 111
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 </row>
8896 <row>
8897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901
8902 \series bold
8903 Winkler
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 Franz
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 111
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 </row>
8927 <row>
8928 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932  
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963 Annovi
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 Silvia
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 555
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \series bold
8994 Bertoli
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 Stefano
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 555
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \series bold
9025 Bozzi
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 Walter
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 555
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \series bold
9056 Cachia
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 Maria
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 555
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 <row>
9081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085
9086 \series bold
9087 Cachia
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 Maurizio
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 555
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \series bold
9118 Cinquemani
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 Giusi
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 555
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \series bold
9149 Colin
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 Bernard
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 555
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178
9179 \series bold
9180 Concli
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 Gianfranco
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 555
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 </row>
9204 <row>
9205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209
9210 \series bold
9211 Dal Bosco
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 Carolina
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229 555
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row>
9236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \series bold
9242 Dalpiaz
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 Annamaria
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 555
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row>
9267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271
9272 \series bold
9273 Feliciello
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 Domenico
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291 555
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \series bold
9304 Focarelli
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 Paola
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 555
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \series bold
9335 Galletti
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 Oreste
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353 555
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 </row>
9359 <row>
9360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \series bold
9366 Gasparini
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 Franca
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 555
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 </row>
9390 <row>
9391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \series bold
9397 Rizzardi
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 Paola
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 555
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 <row>
9422 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \series bold
9428 Lassini
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 Giancarlo
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446 555
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 </row>
9452 <row>
9453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \series bold
9459 Malfatti
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 Luciano
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477 555
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 </row>
9483 <row>
9484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \series bold
9490 Malfatti
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499 Valeriano
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508 555
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 <row>
9515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519
9520 \series bold
9521 Meneguzzo
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530 Roberto
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539 555
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 </row>
9545 <row>
9546 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550
9551 \series bold
9552 Mezzadra
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561 Roberto
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570 555
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 </row>
9576 </lyxtabular>
9577
9578 \end_inset
9579
9580
9581 \end_layout
9582
9583 \begin_layout Section
9584 Special Multi-page Table Issues
9585 \begin_inset CommandInset label
9586 LatexCommand label
9587 name "sec:Special-Longtable-Issues"
9588
9589 \end_inset
9590
9591
9592 \end_layout
9593
9594 \begin_layout Subsection
9595 Multi-page Table Calculation
9596 \begin_inset Index idx
9597 status collapsed
9598
9599 \begin_layout Plain Layout
9600 Table ! Multi-page Table ! Calculation
9601 \end_layout
9602
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \begin_layout Standard
9609 \SpecialChar LaTeX
9610  calculates the height of table pages and their page breaks using so called
9611  chunks.
9612  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9613 's memory.
9614  The default value was historically set to only 20
9615 \begin_inset space ~
9616 \end_inset
9617
9618 table rows.
9619  If you are using multi-page tables with many pages this may slow down the
9620  creation of your document.
9621  You can safely increase the chunk size to values of 100
9622 \begin_inset space \thinspace{}
9623 \end_inset
9624
9625 --
9626 \begin_inset space \thinspace{}
9627 \end_inset
9628
9629 1000 by adding this command line to your document preamble:
9630 \end_layout
9631
9632 \begin_layout Standard
9633
9634 \series bold
9635
9636 \backslash
9637 setcounter{LTchunksize}{100}
9638 \end_layout
9639
9640 \begin_layout Subsection
9641 Floats and Multi-page Tables
9642 \begin_inset Index idx
9643 status collapsed
9644
9645 \begin_layout Plain Layout
9646 Table ! Multi-page Table ! Floats
9647 \end_layout
9648
9649 \end_inset
9650
9651
9652 \end_layout
9653
9654 \begin_layout Standard
9655 There might be problems when a float appears on the same page where a multi-page
9656  table starts.
9657  To avoid such a situation, insert a 
9658 \begin_inset Quotes eld
9659 \end_inset
9660
9661 clear page
9662 \begin_inset Quotes erd
9663 \end_inset
9664
9665  (menu 
9666 \family sans
9667 Insert\SpecialChar menuseparator
9668 Formatting\SpecialChar menuseparator
9669 Clear
9670 \begin_inset space ~
9671 \end_inset
9672
9673 Page
9674 \family default
9675 ) before your multi-page table.
9676 \end_layout
9677
9678 \begin_layout Subsection
9679 Forced Page Breaks
9680 \begin_inset Index idx
9681 status collapsed
9682
9683 \begin_layout Plain Layout
9684 Table ! Multi-page Table ! Forced Page Breaks
9685 \end_layout
9686
9687 \end_inset
9688
9689
9690 \end_layout
9691
9692 \begin_layout Standard
9693 By default tables are only broken between rows.
9694  If you have a cell with multiples lines and want to have a page break within
9695  the cell, insert the new line command 
9696 \begin_inset Quotes eld
9697 \end_inset
9698
9699
9700 \series bold
9701
9702 \backslash
9703
9704 \backslash
9705
9706 \series default
9707
9708 \begin_inset Quotes erd
9709 \end_inset
9710
9711  as \SpecialChar TeX
9712  Code at the point of the cell where it can be broken.
9713  Before the 
9714 \series bold
9715
9716 \backslash
9717
9718 \backslash
9719
9720 \series default
9721  command you have to insert in \SpecialChar TeX
9722  Code as many 
9723 \begin_inset Quotes eld
9724 \end_inset
9725
9726
9727 \series bold
9728 &
9729 \series default
9730
9731 \begin_inset Quotes erd
9732 \end_inset
9733
9734  characters as the number of the following table columns.
9735  The 
9736 \series bold
9737 &
9738 \series default
9739  is the character to separate table cells.
9740  Write in \SpecialChar TeX
9741  Code after each 
9742 \series bold
9743 &
9744 \series default
9745  the content of the corresponding following cell and delete the content
9746  of these cells.
9747 \begin_inset Newline newline
9748 \end_inset
9749
9750 After the 
9751 \series bold
9752
9753 \backslash
9754
9755 \backslash
9756
9757 \series default
9758  command, insert as many 
9759 \series bold
9760 &
9761 \series default
9762  characters as the number of table columns before the current column.
9763  In Table
9764 \begin_inset space ~
9765 \end_inset
9766
9767
9768 \begin_inset CommandInset ref
9769 LatexCommand ref
9770 reference "tab:ForcedPagebreak"
9771
9772 \end_inset
9773
9774  the cell that should be broken is in the second column followed by another
9775  column.
9776  Therefore the following command was inserted in the cell as \SpecialChar TeX
9777  Code after
9778  
9779 \begin_inset Quotes eld
9780 \end_inset
9781
9782
9783 \emph on
9784 Castelchiodato,
9785 \emph default
9786
9787 \begin_inset Quotes erd
9788 \end_inset
9789
9790 :
9791 \end_layout
9792
9793 \begin_layout Standard
9794
9795 \series bold
9796 & 111
9797 \backslash
9798
9799 \backslash
9800  
9801 \backslash
9802 newpage
9803 \begin_inset Newline newline
9804 \end_inset
9805
9806 &
9807 \end_layout
9808
9809 \begin_layout Standard
9810 The 
9811 \begin_inset Quotes eld
9812 \end_inset
9813
9814 111
9815 \begin_inset Quotes erd
9816 \end_inset
9817
9818  in the third column of the row was deleted.
9819  
9820 \series bold
9821
9822 \backslash
9823 newpage
9824 \series default
9825  is only needed when a page break should definitely occur at this position,
9826  otherwise it would be a conditional break.
9827  If your footer row of the multi-page table has for a certain reason no
9828  upper line but you would have a horizontal line where the cell is broken,
9829  use this command instead:
9830 \end_layout
9831
9832 \begin_layout Standard
9833
9834 \series bold
9835 & 111
9836 \backslash
9837
9838 \backslash
9839
9840 \begin_inset Newline newline
9841 \end_inset
9842
9843
9844 \backslash
9845 hline &
9846 \end_layout
9847
9848 \begin_layout Standard
9849 When the cell to be broken is in the last column, the command
9850 \end_layout
9851
9852 \begin_layout Standard
9853
9854 \series bold
9855
9856 \backslash
9857 setlength{
9858 \backslash
9859 parfillskip}{0pt}
9860 \end_layout
9861
9862 \begin_layout Standard
9863 must be inserted as \SpecialChar TeX
9864  Code at the beginning of the cell.
9865  This ensures that the part of the cell that will be displayed on the new
9866  page appears with the full width.
9867 \end_layout
9868
9869 \begin_layout Standard
9870 \align center
9871 \begin_inset Tabular
9872 <lyxtabular version="3" rows="38" columns="3">
9873 <features islongtable="true" longtabularalignment="center">
9874 <column alignment="left" valignment="top" width="0cm">
9875 <column alignment="left" valignment="top" width="3cm">
9876 <column alignment="center" valignment="top" width="0pt">
9877 <row endfirsthead="true" caption="true">
9878 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882 \begin_inset Caption Standard
9883
9884 \begin_layout Plain Layout
9885 Table with forced page break in table cell
9886 \begin_inset CommandInset label
9887 LatexCommand label
9888 name "tab:ForcedPagebreak"
9889
9890 \end_inset
9891
9892
9893 \begin_inset Argument 1
9894 status collapsed
9895
9896 \begin_layout Plain Layout
9897 Table with forced page break in table cell
9898 \end_layout
9899
9900 \end_inset
9901
9902
9903 \end_layout
9904
9905 \end_inset
9906
9907
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row endfirsthead="true">
9932 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936
9937 \series bold
9938 Example Phone List (ignore the names)
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 <row endfirsthead="true">
9963 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \series bold
9969 NAME
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987
9988 \series bold
9989 TEL.
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 </row>
9995 <row endhead="true" caption="true">
9996 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 \begin_inset Caption Unnumbered
10001
10002 \begin_layout Plain Layout
10003 Continued Example Phone List
10004 \end_layout
10005
10006 \end_inset
10007
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell multicolumn="2" alignment="left" valignment="top" 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 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 </row>
10032 <row endhead="true">
10033 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \series bold
10039 Example Phone List
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row endhead="true">
10064 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \series bold
10070 NAME
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \series bold
10090 TEL.
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row endfoot="true">
10097 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 continued on next page
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 </row>
10125 <row>
10126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \series bold
10132 Annovi
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 Silvia
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 111
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \series bold
10163 Bertoli
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 Stefano
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 111
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 </row>
10187 <row>
10188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \series bold
10194 Bozzi
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 Walter
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 111
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \series bold
10225 Cachia
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Maria
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 111
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row>
10250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \series bold
10256 Cachia
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Maurizio
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 111
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Cinquemani
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Giusi
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 111
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 Colin
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Bernard
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 111
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \series bold
10349 Concli
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Gianfranco
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 111
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \series bold
10380 Dal Bosco
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Carolina
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 111
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \series bold
10411 Dalpiaz
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 Annamaria
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 111
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \series bold
10442 Feliciello
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Domenico
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 111
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \series bold
10473 Focarelli
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Paola
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 111
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 </row>
10497 <row>
10498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502
10503 \series bold
10504 Galletti
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 Oreste
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 111
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 <row>
10529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \series bold
10535 Gasparini
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 Franca
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 111
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 <row>
10560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564
10565 \series bold
10566 Lassini
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Giancarlo
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 111
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \series bold
10597 Malfatti
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Luciano
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 111
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row>
10622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \series bold
10628 Malfatti
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Valeriano
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 111
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \series bold
10659 Meneguzzo
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Roberto
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 111
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 </row>
10683 <row>
10684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688
10689 \series bold
10690 Mezzadra
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 Roberto
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 111
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 </row>
10714 <row>
10715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719
10720 \series bold
10721 Pirpamer
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 Erich
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 111
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 </row>
10745 <row>
10746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \series bold
10752 Pochiesa
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 Paolo
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 111, 222
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row>
10777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781
10782 \series bold
10783 Radina
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 Claudio
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 111
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812
10813 \series bold
10814 Rizzardi
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823 Paolo, 11.
10824  Fürst von Montecompatri, 11.
10825  Fürst von Sulmona und Vivaro, 10.
10826  Fürst von Rossano, 5.
10827  Herzog von Canemorte, 11.
10828  Herzog von Palombara, 5.
10829  Herzog von Castelchiodato,
10830 \begin_inset ERT
10831 status open
10832
10833 \begin_layout Plain Layout
10834
10835 & 111
10836 \backslash
10837
10838 \backslash
10839  
10840 \backslash
10841 newpage
10842 \end_layout
10843
10844 \begin_layout Plain Layout
10845
10846 &
10847 \end_layout
10848
10849 \end_inset
10850
10851  11.
10852  Herzog von Poggionativo, 11.
10853  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10854  Graf von Valinfreda, 11.
10855  Baron von Cropalati, 11.
10856  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 </row>
10871 <row>
10872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876
10877 \series bold
10878 Stuffer
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 Oskar
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 111
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 </row>
10902 <row>
10903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \series bold
10909 Tacchelli
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 Ugo
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 111
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 </row>
10933 <row>
10934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938
10939 \series bold
10940 Tezzele
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 Margit
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 111
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \series bold
10971 Unterkalmsteiner
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 Frieda
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 111
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 </row>
10995 <row>
10996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \series bold
11002 Vieider
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 Hilde
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 111
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row>
11027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \series bold
11033 Vigna
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 Jürgen
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 111
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 </row>
11057 <row>
11058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \series bold
11064 Weber
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 Maurizio
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 111
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 <row>
11089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093
11094 \series bold
11095 Winkler
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 Franz
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 111
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 </row>
11119 </lyxtabular>
11120
11121 \end_inset
11122
11123
11124 \end_layout
11125
11126 \begin_layout Section
11127 Multiple Lines, Columns and Rows
11128 \end_layout
11129
11130 \begin_layout Subsection
11131 Multiple Lines in Table Cells
11132 \begin_inset CommandInset label
11133 LatexCommand label
11134 name "subsec:Multiple-Lines-in"
11135
11136 \end_inset
11137
11138
11139 \begin_inset Index idx
11140 status collapsed
11141
11142 \begin_layout Plain Layout
11143 Multiple Lines in Table Cells
11144 \end_layout
11145
11146 \end_inset
11147
11148
11149 \begin_inset Index idx
11150 status collapsed
11151
11152 \begin_layout Plain Layout
11153 Table ! Linebreaks
11154 \end_layout
11155
11156 \end_inset
11157
11158
11159 \end_layout
11160
11161 \begin_layout Standard
11162 \noindent
11163 \begin_inset Float table
11164 placement H
11165 wide false
11166 sideways false
11167 status open
11168
11169 \begin_layout Plain Layout
11170 \begin_inset Caption Standard
11171
11172 \begin_layout Plain Layout
11173 \begin_inset CommandInset label
11174 LatexCommand label
11175 name "tab:Table-with-multiple"
11176
11177 \end_inset
11178
11179 Table with multiple lines in cells
11180 \end_layout
11181
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \begin_layout Plain Layout
11188 \align center
11189 \begin_inset Tabular
11190 <lyxtabular version="3" rows="3" columns="3">
11191 <features tabularvalignment="middle">
11192 <column alignment="center" valignment="middle" width="2.5cm">
11193 <column alignment="center" valignment="middle">
11194 <column alignment="center" valignment="middle">
11195 <row>
11196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 multiple
11201 \begin_inset Newline linebreak
11202 \end_inset
11203
11204 lines
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 b
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 c
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 d
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 e
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 f
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 <row>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 g
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 h
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 i
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 </row>
11286 </lyxtabular>
11287
11288 \end_inset
11289
11290
11291 \end_layout
11292
11293 \end_inset
11294
11295
11296 \end_layout
11297
11298 \begin_layout Standard
11299 Setting a fixed width for a column enables you to enter text as a paragraph
11300  with multiple lines and hyphenation.
11301 \end_layout
11302
11303 \begin_layout Standard
11304 To produce Table
11305 \begin_inset space ~
11306 \end_inset
11307
11308
11309 \begin_inset CommandInset ref
11310 LatexCommand ref
11311 reference "tab:Table-with-multiple"
11312
11313 \end_inset
11314
11315 , create a 3×3 table, mark the first cell and right-click on it.
11316  In the appearing table dialog we set a cell width of 2.5
11317 \begin_inset space \thinspace{}
11318 \end_inset
11319
11320 cm and choose centered for the vertical and horizontal alignment.
11321  The vertical alignment is used for all cells of the row.
11322  As our text is smaller than 2.5
11323 \begin_inset space \thinspace{}
11324 \end_inset
11325
11326 cm, only one line will appear.
11327  To get two lines, a justified line break (shortcut 
11328 \begin_inset Info
11329 type  "shortcut"
11330 arg   "newline-insert linebreak"
11331 \end_inset
11332
11333 ) was added.
11334  If the text is wider than the set cell width, it will automatically be
11335  broken to several lines.
11336 \end_layout
11337
11338 \begin_layout Standard
11339 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11340  by \SpecialChar LaTeX
11341  if it is the first entry.
11342  Therefore you need to insert something to prevent the word not being the
11343  first entry.
11344  So add a horizontal space of 0
11345 \begin_inset space \thinspace{}
11346 \end_inset
11347
11348 pt before the word.
11349  As the space is zero, it doesn't change the output.
11350  Table
11351 \begin_inset space ~
11352 \end_inset
11353
11354
11355 \begin_inset CommandInset ref
11356 LatexCommand ref
11357 reference "tab:Table-with-and"
11358
11359 \end_inset
11360
11361  shows the effect.
11362 \end_layout
11363
11364 \begin_layout Standard
11365 \begin_inset Float table
11366 placement h
11367 wide false
11368 sideways false
11369 status open
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Caption Standard
11373
11374 \begin_layout Plain Layout
11375 \begin_inset CommandInset label
11376 LatexCommand label
11377 name "tab:Table-with-and"
11378
11379 \end_inset
11380
11381 Table with and without hyphenation
11382 \end_layout
11383
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \begin_layout Plain Layout
11390 \begin_inset space \hfill{}
11391 \end_inset
11392
11393
11394 \begin_inset Tabular
11395 <lyxtabular version="3" rows="3" columns="3">
11396 <features tabularvalignment="middle">
11397 <column alignment="center" valignment="middle" width="2.5cm">
11398 <column alignment="center" valignment="middle">
11399 <column alignment="center" valignment="middle">
11400 <row>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 verylongtablecellword
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 b
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 c
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 </row>
11429 <row>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 d
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 e
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 f
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 g
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 h
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 i
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 </lyxtabular>
11488
11489 \end_inset
11490
11491
11492 \begin_inset space \hfill{}
11493 \end_inset
11494
11495
11496 \begin_inset Tabular
11497 <lyxtabular version="3" rows="3" columns="3">
11498 <features tabularvalignment="middle">
11499 <column alignment="center" valignment="middle" width="2.5cm">
11500 <column alignment="center" valignment="middle">
11501 <column alignment="center" valignment="middle">
11502 <row>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 \begin_inset space \hspace{}
11508 \length 0pt
11509 \end_inset
11510
11511 verylongtablecellword
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 b
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 c
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 <row>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 d
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 e
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 f
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 <row>
11565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 g
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 h
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 i
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 </row>
11593 </lyxtabular>
11594
11595 \end_inset
11596
11597
11598 \begin_inset space \hfill{}
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \begin_layout Subsection
11610 Multicolumns
11611 \begin_inset CommandInset label
11612 LatexCommand label
11613 name "subsec:Multicolumns"
11614
11615 \end_inset
11616
11617
11618 \begin_inset Index idx
11619 status collapsed
11620
11621 \begin_layout Plain Layout
11622 Multicolumns
11623 \end_layout
11624
11625 \end_inset
11626
11627
11628 \begin_inset Index idx
11629 status collapsed
11630
11631 \begin_layout Plain Layout
11632 Table ! Multicolumns
11633 \end_layout
11634
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \begin_layout Subsubsection
11641 Multicolumn Basics
11642 \end_layout
11643
11644 \begin_layout Standard
11645 To merge cells over multiple columns, select as many cells within a row
11646  as you want to merge and use either the table-toolbar button 
11647 \begin_inset Info
11648 type  "icon"
11649 arg   "tabular-feature multicolumn"
11650 \end_inset
11651
11652 , or the menu 
11653 \family sans
11654 Edit\SpecialChar menuseparator
11655 Table\SpecialChar menuseparator
11656 Multicolumn
11657 \family default
11658 , or right click on the marked cells and choose 
11659 \family sans
11660 Multicolumn
11661 \family default
11662  in the context menu.
11663 \end_layout
11664
11665 \begin_layout Standard
11666 Multicolumns have their own cell settings.
11667  That means changing cell borders, cell alignment, and the width only affects
11668  the multicolumn.
11669  Here is an example table with a multicolumn cell in the first row and one
11670  in the last row without the upper border:
11671 \end_layout
11672
11673 \begin_layout Standard
11674 \align center
11675 \begin_inset Tabular
11676 <lyxtabular version="3" rows="3" columns="4">
11677 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11678 <column alignment="center" valignment="top" width="0pt">
11679 <column alignment="center" valignment="middle">
11680 <column alignment="center" valignment="top" width="0in">
11681 <column alignment="center" valignment="top" width="0pt">
11682 <row>
11683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 abc
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 def ghi
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 jkl
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 </row>
11720 <row>
11721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725
11726 \family roman
11727 \series medium
11728 \shape up
11729 \size normal
11730 \emph off
11731 \bar no
11732 \noun off
11733 \color none
11734 A
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 B
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 C
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 D
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 </row>
11767 <row>
11768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772 1
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 2
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 3
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 4
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 </row>
11805 </lyxtabular>
11806
11807 \end_inset
11808
11809
11810 \end_layout
11811
11812 \begin_layout Subsubsection
11813 Multicolumn Calculations
11814 \begin_inset CommandInset label
11815 LatexCommand label
11816 name "subsec:Multicolumn-Calculations"
11817
11818 \end_inset
11819
11820
11821 \begin_inset Index idx
11822 status collapsed
11823
11824 \begin_layout Plain Layout
11825 Multicolumns ! Calculations
11826 \end_layout
11827
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Standard
11834 \SpecialChar LyX
11835  supports multicolumns directly, but we have to take account of the cell
11836  width of the columns spanned by the multicolumn cell.
11837 \end_layout
11838
11839 \begin_layout Standard
11840 \begin_inset Float table
11841 placement h
11842 wide false
11843 sideways false
11844 status open
11845
11846 \begin_layout Plain Layout
11847 \begin_inset Caption Standard
11848
11849 \begin_layout Plain Layout
11850 \begin_inset CommandInset label
11851 LatexCommand label
11852 name "tab:Table-with-centered"
11853
11854 \end_inset
11855
11856 Table with centered multicolumn text above two columns that have exactly
11857  half the width of the multicolumn cell
11858 \begin_inset Argument 1
11859 status collapsed
11860
11861 \begin_layout Plain Layout
11862 Perfect multicolumn table
11863 \end_layout
11864
11865 \end_inset
11866
11867
11868 \end_layout
11869
11870 \end_inset
11871
11872
11873 \end_layout
11874
11875 \begin_layout Plain Layout
11876 \align center
11877 \begin_inset Tabular
11878 <lyxtabular version="3" rows="3" columns="3">
11879 <features tabularvalignment="middle">
11880 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11881 <column alignment="center" valignment="middle">
11882 <column alignment="center" valignment="top">
11883 <row>
11884 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 multiple lines multicolumn
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 c
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 </row>
11912 <row>
11913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 d
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 e
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 f
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 </row>
11941 <row>
11942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 g
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 h
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 i
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 </row>
11970 </lyxtabular>
11971
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \end_inset
11978
11979
11980 \end_layout
11981
11982 \begin_layout Standard
11983 To create for example Table
11984 \begin_inset space ~
11985 \end_inset
11986
11987
11988 \begin_inset CommandInset ref
11989 LatexCommand ref
11990 reference "tab:Table-with-centered"
11991
11992 \end_inset
11993
11994 , mark the first two cells in the first row of a 3×3 table and right-click
11995  on them.
11996  Now choose for this cell 
11997 \emph on
11998 multicolumn
11999 \emph default
12000
12001 \emph on
12002 centered alignment
12003 \emph default
12004  and a width of 2.5
12005 \begin_inset space \thinspace{}
12006 \end_inset
12007
12008 cm in the table dialog.
12009  The merged columns should have exactly half the width of the multicolumn
12010  cell, so that you would set a width of 1.25
12011 \begin_inset space \thinspace{}
12012 \end_inset
12013
12014 cm for the first column.
12015  The second column has then automatically a width of 1.25
12016 \begin_inset space \thinspace{}
12017 \end_inset
12018
12019 cm (multicolumn width - width of first column).
12020  This was done for Table
12021 \begin_inset space ~
12022 \end_inset
12023
12024
12025 \begin_inset CommandInset ref
12026 LatexCommand ref
12027 reference "tab:Table-without-half"
12028
12029 \end_inset
12030
12031 .
12032 \end_layout
12033
12034 \begin_layout Standard
12035 \begin_inset Float table
12036 wide false
12037 sideways false
12038 status open
12039
12040 \begin_layout Plain Layout
12041 \begin_inset Caption Standard
12042
12043 \begin_layout Plain Layout
12044 \begin_inset CommandInset label
12045 LatexCommand label
12046 name "tab:Table-without-half"
12047
12048 \end_inset
12049
12050 Table where the spanned table columns are not exactly half the width of
12051  the multicolumn cell
12052 \begin_inset Argument 1
12053 status collapsed
12054
12055 \begin_layout Plain Layout
12056 Imperfect multicolumn table
12057 \end_layout
12058
12059 \end_inset
12060
12061
12062 \end_layout
12063
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \begin_layout Plain Layout
12070 \align center
12071 \begin_inset Tabular
12072 <lyxtabular version="3" rows="3" columns="3">
12073 <features tabularvalignment="middle">
12074 <column alignment="center" valignment="top" width="1.25cm">
12075 <column alignment="center" valignment="top">
12076 <column alignment="center" valignment="top">
12077 <row>
12078 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082 multiple lines multicolumn
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12097 \begin_inset Text
12098
12099 \begin_layout Plain Layout
12100 c
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 </row>
12106 <row>
12107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111 d
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 e
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12126 \begin_inset Text
12127
12128 \begin_layout Plain Layout
12129 f
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 </row>
12135 <row>
12136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140 g
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 h
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 i
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 </row>
12164 </lyxtabular>
12165
12166 \end_inset
12167
12168
12169 \end_layout
12170
12171 \end_inset
12172
12173
12174 \end_layout
12175
12176 \begin_layout Standard
12177 You can see that the first column is not half the width of the multicolumn
12178  cell, it is a bit bigger.
12179  The reason is that the specified width of a cell 
12180 \begin_inset Formula $W_{g}$
12181 \end_inset
12182
12183  is not its total width 
12184 \begin_inset Formula $W_{\mathrm{tot}}$
12185 \end_inset
12186
12187  because a cell is always a bit larger than specified.
12188  Appendix
12189 \begin_inset space ~
12190 \end_inset
12191
12192
12193 \begin_inset CommandInset ref
12194 LatexCommand ref
12195 reference "cha:Explanation-of-Equation"
12196
12197 \end_inset
12198
12199  explains this in detail.
12200 \end_layout
12201
12202 \begin_layout Standard
12203 The width 
12204 \begin_inset Formula $W_{g\,n}$
12205 \end_inset
12206
12207  which the user needs to set when 
12208 \emph on
12209 n
12210 \emph default
12211  columns are spanned can be calculated, so that each column has a total
12212  width of 
12213 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12214 \end_inset
12215
12216 :
12217 \begin_inset Formula 
12218 \begin{equation}
12219 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12220 \end{equation}
12221
12222 \end_inset
12223
12224
12225 \end_layout
12226
12227 \begin_layout Standard
12228 In our case we have 
12229 \begin_inset Formula $n=2$
12230 \end_inset
12231
12232
12233 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12234 \end_inset
12235
12236 cm and the default values for the lengths, so that equation 
12237 \begin_inset CommandInset ref
12238 LatexCommand ref
12239 reference "eq:Wgn"
12240
12241 \end_inset
12242
12243  becomes
12244 \begin_inset Formula 
12245 \begin{equation}
12246 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12247 \end{equation}
12248
12249 \end_inset
12250
12251
12252 \end_layout
12253
12254 \begin_layout Standard
12255 To enable calculations in \SpecialChar LaTeX
12256 , the \SpecialChar LaTeX
12257 -package 
12258 \series bold
12259 calc
12260 \series default
12261  must be loaded with the document preamble line
12262 \begin_inset Index idx
12263 status collapsed
12264
12265 \begin_layout Plain Layout
12266 \SpecialChar LaTeX
12267 -packages ! calc
12268 \end_layout
12269
12270 \end_inset
12271
12272
12273 \end_layout
12274
12275 \begin_layout Standard
12276
12277 \series bold
12278
12279 \backslash
12280 usepackage{calc}
12281 \end_layout
12282
12283 \begin_layout Standard
12284 \SpecialChar LyX
12285  does not allow you to calculate lengths in the 
12286 \family sans
12287 Width
12288 \family default
12289  field of the table dialog.
12290  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12291 -argument in the
12292  dialog.
12293  Here is an overview about the arguments:
12294 \end_layout
12295
12296 \begin_layout Itemize
12297
12298 \series bold
12299 p{width}
12300 \series default
12301  creates cell with a fixed width, its text is vertically top-aligned
12302 \end_layout
12303
12304 \begin_layout Itemize
12305
12306 \series bold
12307 m{width}
12308 \series default
12309  creates cell with a fixed width, its text is vertically centered
12310 \end_layout
12311
12312 \begin_layout Itemize
12313
12314 \series bold
12315 b{width}
12316 \series default
12317  creates cell with a fixed width, its text is vertically bottom-aligned
12318 \end_layout
12319
12320 \begin_layout Standard
12321 By entering a \SpecialChar LaTeX
12322 -argument, all cell settings set in the table dialog are overwritt
12323 en.
12324 \end_layout
12325
12326 \begin_layout Standard
12327 \begin_inset Note Greyedout
12328 status open
12329
12330 \begin_layout Plain Layout
12331
12332 \series bold
12333 Note:
12334 \series default
12335  Due to a bug, \SpecialChar LyX
12336  shows the overwritten settings anyway.
12337 \end_layout
12338
12339 \end_inset
12340
12341
12342 \end_layout
12343
12344 \begin_layout Standard
12345 As the text should be horizontally centered, the command 
12346 \series bold
12347
12348 \backslash
12349 centering
12350 \series default
12351  is added.
12352  You can now enter the following \SpecialChar LaTeX
12353 -argument for the first spanned column:
12354 \end_layout
12355
12356 \begin_layout Standard
12357
12358 \series bold
12359 >{
12360 \backslash
12361 centering}m{1.25cm-6.2pt}
12362 \end_layout
12363
12364 \begin_layout Standard
12365 The command 
12366 \series bold
12367 >{ }
12368 \series default
12369  means, that the commands inside the braces are applied before the cell
12370  is created.
12371 \end_layout
12372
12373 \begin_layout Standard
12374 Although we have chosen centered alignment for the text of the multicolumn
12375  cell, it is still left aligned.
12376  This is because \SpecialChar LyX
12377  only applies the alignment to single columns.
12378  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12379 -argument
12380 \end_layout
12381
12382 \begin_layout Standard
12383
12384 \series bold
12385 >{
12386 \backslash
12387 centering}m{2.5cm}
12388 \end_layout
12389
12390 \begin_layout Subsection
12391 Multirows
12392 \begin_inset CommandInset label
12393 LatexCommand label
12394 name "subsec:Multirows"
12395
12396 \end_inset
12397
12398
12399 \begin_inset Index idx
12400 status collapsed
12401
12402 \begin_layout Plain Layout
12403 Multirows
12404 \end_layout
12405
12406 \end_inset
12407
12408
12409 \begin_inset Index idx
12410 status collapsed
12411
12412 \begin_layout Plain Layout
12413 Table ! Multirows
12414 \end_layout
12415
12416 \end_inset
12417
12418
12419 \end_layout
12420
12421 \begin_layout Standard
12422 To merge cells over multiple rows, select as many cells within a column
12423  as you want to merge and use either the table-toolbar button 
12424 \begin_inset Info
12425 type  "icon"
12426 arg   "tabular-feature multirow"
12427 \end_inset
12428
12429 , or the menu 
12430 \family sans
12431 Edit\SpecialChar menuseparator
12432 Table\SpecialChar menuseparator
12433 Multirow
12434 \family default
12435 , or right click on the marked cells and choose 
12436 \family sans
12437 Multirow
12438 \family default
12439  in the context menu.
12440 \end_layout
12441
12442 \begin_layout Standard
12443 Here is an example table with a multirow in the first column:
12444 \end_layout
12445
12446 \begin_layout Standard
12447 \align center
12448 \begin_inset Tabular
12449 <lyxtabular version="3" rows="3" columns="3">
12450 <features tabularvalignment="middle">
12451 <column alignment="center" valignment="top" width="0pt">
12452 <column alignment="center" valignment="top">
12453 <column alignment="center" valignment="top">
12454 <row>
12455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459 a long cell entry
12460 \end_layout
12461
12462 \end_inset
12463 </cell>
12464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12465 \begin_inset Text
12466
12467 \begin_layout Plain Layout
12468 b
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Plain Layout
12477 c
12478 \end_layout
12479
12480 \end_inset
12481 </cell>
12482 </row>
12483 <row>
12484 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12485 \begin_inset Text
12486
12487 \begin_layout Plain Layout
12488 multirow
12489 \end_layout
12490
12491 \end_inset
12492 </cell>
12493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 e
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 f
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 </row>
12512 <row>
12513 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 h
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 i
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 </row>
12541 </lyxtabular>
12542
12543 \end_inset
12544
12545
12546 \end_layout
12547
12548 \begin_layout Standard
12549 The width of multirow cells is set by setting the width and alignment for
12550  the whole column.
12551  The 
12552 \family sans
12553 Vertical Offset
12554 \family default
12555  shifts the content of the multirow up/down if the offset is positive/negative.
12556 \end_layout
12557
12558 \begin_layout Standard
12559 If the column of a multirow cell has no explicit width, the multirow cell
12560  inherits the alignment of the column.
12561  Otherwise it is by default left-aligned.
12562  To override the default, renew the command 
12563 \series bold
12564
12565 \backslash
12566 multirowsetup
12567 \series default
12568  with the command
12569 \end_layout
12570
12571 \begin_layout Standard
12572
12573 \series bold
12574
12575 \backslash
12576 renewcommand{
12577 \backslash
12578 multirowsetup}{
12579 \backslash
12580 centering}
12581 \end_layout
12582
12583 \begin_layout Standard
12584 in the document preamble.
12585  Then all entries of multirow cells in the document are centered.
12586  If centering is only needed for several tables, you can renew the command
12587  in a \SpecialChar TeX
12588  Code box just before the table instead of the preamble.
12589  If the text should be right-aligned, replace 
12590 \series bold
12591
12592 \backslash
12593 centering
12594 \series default
12595  by 
12596 \series bold
12597
12598 \backslash
12599 raggedleft
12600 \series default
12601 .
12602  To return to left-alignment 
12603 \series bold
12604
12605 \backslash
12606 raggedright
12607 \series default
12608  is used.
12609 \end_layout
12610
12611 \begin_layout Standard
12612 This is an example table with a right-aligned multirow cell that has a vertical
12613  offset of -4
12614 \begin_inset space \thinspace{}
12615 \end_inset
12616
12617 mm and is in a 3
12618 \begin_inset space \thinspace{}
12619 \end_inset
12620
12621 cm wide column:
12622 \end_layout
12623
12624 \begin_layout Standard
12625 \noindent
12626 \align center
12627 \begin_inset ERT
12628 status collapsed
12629
12630 \begin_layout Plain Layout
12631
12632
12633 \backslash
12634 renewcommand{
12635 \backslash
12636 multirowsetup}{
12637 \backslash
12638 raggedleft}
12639 \end_layout
12640
12641 \end_inset
12642
12643
12644 \begin_inset Tabular
12645 <lyxtabular version="3" rows="4" columns="3">
12646 <features tabularvalignment="middle">
12647 <column alignment="center" valignment="top" width="3cm">
12648 <column alignment="center" valignment="top">
12649 <column alignment="center" valignment="top">
12650 <row>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 a long cell entry
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 b
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 c
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 </row>
12679 <row>
12680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 t
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 n
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 m
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 </row>
12708 <row>
12709 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713 multirow
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Plain Layout
12722 e
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 f
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 </row>
12737 <row>
12738 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12739 \begin_inset Text
12740
12741 \begin_layout Plain Layout
12742
12743 \end_layout
12744
12745 \end_inset
12746 </cell>
12747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751 h
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 i
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 </row>
12766 </lyxtabular>
12767
12768 \end_inset
12769
12770
12771 \begin_inset ERT
12772 status collapsed
12773
12774 \begin_layout Plain Layout
12775
12776
12777 \backslash
12778 renewcommand{
12779 \backslash
12780 multirowsetup}{
12781 \backslash
12782 raggedright}
12783 \end_layout
12784
12785 \end_inset
12786
12787
12788 \end_layout
12789
12790 \begin_layout Standard
12791 To start a new line in a multirow you can use a forced line break (shortcut
12792  
12793 \begin_inset Info
12794 type  "shortcut"
12795 arg   "newline-insert newline"
12796 \end_inset
12797
12798 ) but this will not respect the cell lines as demonstrated in this table:
12799 \end_layout
12800
12801 \begin_layout Standard
12802 \noindent
12803 \align center
12804 \begin_inset Tabular
12805 <lyxtabular version="3" rows="3" columns="2">
12806 <features tabularvalignment="middle">
12807 <column alignment="left" valignment="middle" width="2cm">
12808 <column alignment="center" valignment="top">
12809 <row>
12810 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 aaa
12815 \begin_inset Newline newline
12816 \end_inset
12817
12818 aaa
12819 \begin_inset Newline newline
12820 \end_inset
12821
12822 wrong cell
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 ccc
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 </row>
12837 <row>
12838 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 ddd
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 </row>
12857 <row>
12858 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 bbb
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 eee
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 </row>
12877 </lyxtabular>
12878
12879 \end_inset
12880
12881
12882 \end_layout
12883
12884 \begin_layout Standard
12885 Therefore be careful with forced line breaks.
12886 \end_layout
12887
12888 \begin_layout Subsection
12889 Cells with diagonal line(s)
12890 \end_layout
12891
12892 \begin_layout Standard
12893 To tell the reader what is meant by column and row headings in a table,
12894  it is helpful to split the first cell of the table by one or two diagonal
12895  lines.
12896  This can be achieved by loading the \SpecialChar LaTeX
12897  package 
12898 \series bold
12899 diagbox
12900 \series default
12901
12902 \begin_inset Index idx
12903 status collapsed
12904
12905 \begin_layout Plain Layout
12906 \SpecialChar LaTeX
12907 -packages ! picinpar
12908 \end_layout
12909
12910 \end_inset
12911
12912  in the document preamble.
12913  The package provides the command 
12914 \series bold
12915
12916 \backslash
12917 diagbox
12918 \series default
12919  that is inserted as \SpecialChar TeX
12920  Code and that can take 2 or 3
12921 \begin_inset space ~
12922 \end_inset
12923
12924 arguments:
12925 \end_layout
12926
12927 \begin_layout Standard
12928
12929 \series bold
12930
12931 \backslash
12932 diagbox[options]{lower left}{upper right}
12933 \end_layout
12934
12935 \begin_layout Standard
12936
12937 \series bold
12938
12939 \backslash
12940 diagbox[options]{lower left}{upper left}{upper right}
12941 \end_layout
12942
12943 \begin_layout Standard
12944 The first scheme divides the cell by a single diagonal line and the arguments
12945  are placed below and above this line.
12946  The second scheme divides the cell by 2
12947 \begin_inset space ~
12948 \end_inset
12949
12950 lines.
12951 \end_layout
12952
12953 \begin_layout Standard
12954 \begin_inset ERT
12955 status collapsed
12956
12957 \begin_layout Plain Layout
12958
12959
12960 \backslash
12961 ifdiagbox
12962 \end_layout
12963
12964 \end_inset
12965
12966
12967 \begin_inset Note Note
12968 status open
12969
12970 \begin_layout Plain Layout
12971 The following section will only be displayed when the \SpecialChar LaTeX
12972 -package 
12973 \series bold
12974 diagbox
12975 \series default
12976  is installed.
12977 \end_layout
12978
12979 \end_inset
12980
12981
12982 \end_layout
12983
12984 \begin_layout Standard
12985 Here is an example table where 
12986 \series bold
12987
12988 \backslash
12989 diagbox 
12990 \series default
12991 is used in the 2-argument scheme in the first cell:
12992 \begin_inset VSpace medskip
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \begin_layout Standard
12999 \noindent
13000 \begin_inset Tabular
13001 <lyxtabular version="3" rows="4" columns="4">
13002 <features tabularvalignment="middle">
13003 <column alignment="center" valignment="top">
13004 <column alignment="center" valignment="top">
13005 <column alignment="center" valignment="top">
13006 <column alignment="center" valignment="top">
13007 <row>
13008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 \begin_inset ERT
13013 status collapsed
13014
13015 \begin_layout Plain Layout
13016
13017
13018 \backslash
13019 diagbox{
13020 \end_layout
13021
13022 \end_inset
13023
13024 Name
13025 \begin_inset ERT
13026 status collapsed
13027
13028 \begin_layout Plain Layout
13029
13030 }{
13031 \end_layout
13032
13033 \end_inset
13034
13035 Parameter
13036 \begin_inset ERT
13037 status collapsed
13038
13039 \begin_layout Plain Layout
13040
13041 }
13042 \end_layout
13043
13044 \end_inset
13045
13046
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 Thickness in nm
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
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 Transparency in %
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13070 \begin_inset Text
13071
13072 \begin_layout Plain Layout
13073 Hardness in MPa
13074 \end_layout
13075
13076 \end_inset
13077 </cell>
13078 </row>
13079 <row>
13080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 Perfect Green
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093 45
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 80
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 504
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 </row>
13117 <row>
13118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13119 \begin_inset Text
13120
13121 \begin_layout Plain Layout
13122 Dark Multi-P
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 60
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 72
13141 \end_layout
13142
13143 \end_inset
13144 </cell>
13145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149 982
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 </row>
13155 <row>
13156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13157 \begin_inset Text
13158
13159 \begin_layout Plain Layout
13160 Crystal Clear Pro
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169 18
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Plain Layout
13178 86
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Plain Layout
13187 374
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 </row>
13193 </lyxtabular>
13194
13195 \end_inset
13196
13197
13198 \begin_inset VSpace medskip
13199 \end_inset
13200
13201
13202 \end_layout
13203
13204 \begin_layout Standard
13205 The 3-argument scheme is for example useful for cross-tables of sports leagues
13206  or distances:
13207 \end_layout
13208
13209 \begin_layout Standard
13210 \noindent
13211 \align center
13212 \begin_inset Tabular
13213 <lyxtabular version="3" rows="4" columns="4">
13214 <features tabularvalignment="middle">
13215 <column alignment="center" valignment="top" width="0pt">
13216 <column alignment="center" valignment="top">
13217 <column alignment="center" valignment="top">
13218 <column alignment="center" valignment="top">
13219 <row>
13220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 \begin_inset ERT
13225 status collapsed
13226
13227 \begin_layout Plain Layout
13228
13229
13230 \backslash
13231 diagbox{
13232 \end_layout
13233
13234 \end_inset
13235
13236 Team home
13237 \begin_inset ERT
13238 status collapsed
13239
13240 \begin_layout Plain Layout
13241
13242 }{
13243 \end_layout
13244
13245 \end_inset
13246
13247 Result
13248 \begin_inset ERT
13249 status collapsed
13250
13251 \begin_layout Plain Layout
13252
13253 }{
13254 \end_layout
13255
13256 \end_inset
13257
13258 Team away
13259 \begin_inset ERT
13260 status collapsed
13261
13262 \begin_layout Plain Layout
13263
13264 }
13265 \end_layout
13266
13267 \end_inset
13268
13269
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 Tigers
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 Panthers
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 Falcons
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 </row>
13302 <row>
13303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 Tigers
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 —
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325 1:3
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334 0:1
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 </row>
13340 <row>
13341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 Panthers
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 3:1
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 —
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 0:0
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 </row>
13378 <row>
13379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 Falcons
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 1:0
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 0:0
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 —
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 </row>
13416 </lyxtabular>
13417
13418 \end_inset
13419
13420
13421 \end_layout
13422
13423 \begin_layout Standard
13424 For larger cross-tables one might use split cells in 2 or every corner of
13425  the table like in this example:
13426 \end_layout
13427
13428 \begin_layout Standard
13429 \noindent
13430 \align center
13431 \begin_inset Tabular
13432 <lyxtabular version="3" rows="5" columns="5">
13433 <features tabularvalignment="middle">
13434 <column alignment="center" valignment="top" width="0pt">
13435 <column alignment="center" valignment="top">
13436 <column alignment="center" valignment="top">
13437 <column alignment="center" valignment="top">
13438 <column alignment="center" valignment="top">
13439 <row>
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 \begin_inset ERT
13445 status open
13446
13447 \begin_layout Plain Layout
13448
13449
13450 \backslash
13451 diagbox{
13452 \end_layout
13453
13454 \end_inset
13455
13456 Team home
13457 \begin_inset ERT
13458 status collapsed
13459
13460 \begin_layout Plain Layout
13461
13462 }{
13463 \end_layout
13464
13465 \end_inset
13466
13467 Result
13468 \begin_inset ERT
13469 status collapsed
13470
13471 \begin_layout Plain Layout
13472
13473 }{
13474 \end_layout
13475
13476 \end_inset
13477
13478 Team away
13479 \begin_inset ERT
13480 status collapsed
13481
13482 \begin_layout Plain Layout
13483
13484 }
13485 \end_layout
13486
13487 \end_inset
13488
13489
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 Tigers
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 Panthers
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 Falcons
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 \begin_inset ERT
13526 status open
13527
13528 \begin_layout Plain Layout
13529
13530
13531 \backslash
13532 diagbox[dir=NE]{
13533 \end_layout
13534
13535 \end_inset
13536
13537 Team home
13538 \begin_inset ERT
13539 status collapsed
13540
13541 \begin_layout Plain Layout
13542
13543 }{
13544 \end_layout
13545
13546 \end_inset
13547
13548 Result
13549 \begin_inset ERT
13550 status collapsed
13551
13552 \begin_layout Plain Layout
13553
13554 }{
13555 \end_layout
13556
13557 \end_inset
13558
13559 Team away
13560 \begin_inset ERT
13561 status collapsed
13562
13563 \begin_layout Plain Layout
13564
13565 }
13566 \end_layout
13567
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 </row>
13576 <row>
13577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581 Tigers
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 —
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Plain Layout
13599 1:3
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 0:1
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 Tigers
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 </row>
13623 <row>
13624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Plain Layout
13628 Panthers
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637 3:1
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 —
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 0:0
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 Panthers
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 </row>
13670 <row>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 Falcons
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 1:0
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 0:0
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 —
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 Falcons
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 </row>
13717 <row>
13718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 \begin_inset ERT
13723 status open
13724
13725 \begin_layout Plain Layout
13726
13727
13728 \backslash
13729 diagbox[dir=SW]{
13730 \end_layout
13731
13732 \end_inset
13733
13734 Team home
13735 \begin_inset ERT
13736 status collapsed
13737
13738 \begin_layout Plain Layout
13739
13740 }{
13741 \end_layout
13742
13743 \end_inset
13744
13745 Result
13746 \begin_inset ERT
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750
13751 }{
13752 \end_layout
13753
13754 \end_inset
13755
13756 Team away
13757 \begin_inset ERT
13758 status collapsed
13759
13760 \begin_layout Plain Layout
13761
13762 }
13763 \end_layout
13764
13765 \end_inset
13766
13767
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 Tigers
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 Panthers
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 Falcons
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 \begin_inset ERT
13804 status open
13805
13806 \begin_layout Plain Layout
13807
13808
13809 \backslash
13810 diagbox[dir=SE]{
13811 \end_layout
13812
13813 \end_inset
13814
13815 Team home
13816 \begin_inset ERT
13817 status collapsed
13818
13819 \begin_layout Plain Layout
13820
13821 }{
13822 \end_layout
13823
13824 \end_inset
13825
13826 Result
13827 \begin_inset ERT
13828 status collapsed
13829
13830 \begin_layout Plain Layout
13831
13832 }{
13833 \end_layout
13834
13835 \end_inset
13836
13837 Team away
13838 \begin_inset ERT
13839 status collapsed
13840
13841 \begin_layout Plain Layout
13842
13843 }
13844 \end_layout
13845
13846 \end_inset
13847
13848
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 </row>
13854 </lyxtabular>
13855
13856 \end_inset
13857
13858
13859 \end_layout
13860
13861 \begin_layout Standard
13862 To rotate the diagonal lines, the command option 
13863 \series bold
13864 dir=direction
13865 \series default
13866  is used.
13867  
13868 \emph on
13869 direction
13870 \emph default
13871  is either 
13872 \series bold
13873 NE
13874 \series default
13875
13876 \series bold
13877 SE
13878 \series default
13879
13880 \series bold
13881 SW
13882 \series default
13883  or 
13884 \series bold
13885 NW
13886 \series default
13887  and represent a point of a compass.
13888  
13889 \series bold
13890 SW
13891 \series default
13892  is for example the south-west corner.
13893  Thus in the lower left cell of the above table the command
13894 \end_layout
13895
13896 \begin_layout Standard
13897
13898 \series bold
13899
13900 \backslash
13901 diagbox[dir=SW]{Team home}{Result}{Team away}
13902 \end_layout
13903
13904 \begin_layout Standard
13905 is used.
13906  If no direction is given, it will be NW.
13907 \end_layout
13908
13909 \begin_layout Standard
13910 The necessary width of split cells is automatically calculated.
13911  Thus if you set a fixed column width smaller than the calculated one, the
13912  cell's content will protrude the cell borders:
13913 \end_layout
13914
13915 \begin_layout Standard
13916 \noindent
13917 \align center
13918 \begin_inset Tabular
13919 <lyxtabular version="3" rows="2" columns="2">
13920 <features tabularvalignment="middle">
13921 <column alignment="center" valignment="top" width="3cm">
13922 <column alignment="center" valignment="top">
13923 <row>
13924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 \begin_inset ERT
13929 status collapsed
13930
13931 \begin_layout Plain Layout
13932
13933
13934 \backslash
13935 diagbox{
13936 \end_layout
13937
13938 \end_inset
13939
13940 Name
13941 \begin_inset ERT
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945
13946 }{
13947 \end_layout
13948
13949 \end_inset
13950
13951 Parameter
13952 \begin_inset ERT
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956
13957 }
13958 \end_layout
13959
13960 \end_inset
13961
13962
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971 Thickness in nm
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 </row>
13977 <row>
13978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 Perfect Green
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991 45
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 </row>
13997 </lyxtabular>
13998
13999 \end_inset
14000
14001
14002 \end_layout
14003
14004 \begin_layout Standard
14005 If you need a certain width for columns with a split cell, use the command
14006  option 
14007 \series bold
14008 width=3cm
14009 \series default
14010  (replace '3cm' by the width you need).
14011  In the following table the width of the first column is set to 4
14012 \begin_inset space \thinspace{}
14013 \end_inset
14014
14015 cm.
14016  For 
14017 \series bold
14018
14019 \backslash
14020 diagbox
14021 \series default
14022  a width of 4
14023 \begin_inset space \thinspace{}
14024 \end_inset
14025
14026 cm + 2
14027 \begin_inset space \thinspace{}
14028 \end_inset
14029
14030
14031 \backslash
14032 tabcolsep is necessary because the overall width is the width for the text
14033  (in this case the 4
14034 \begin_inset space \thinspace{}
14035 \end_inset
14036
14037 cm) plus two times the separation of the text and the cell border.
14038  The calculation of the width cannot be done in the command option of 
14039 \series bold
14040
14041 \backslash
14042 diagbox
14043 \series default
14044  so one needs to create a new length which can be used later.
14045  This is done with the \SpecialChar TeX
14046  Code commands
14047 \end_layout
14048
14049 \begin_layout Standard
14050
14051 \series bold
14052
14053 \backslash
14054 newlength{
14055 \backslash
14056 diagtest}
14057 \begin_inset Newline newline
14058 \end_inset
14059
14060
14061 \backslash
14062 setlength{
14063 \backslash
14064 diagtest}{4cm+2
14065 \backslash
14066 tabcolsep}
14067 \end_layout
14068
14069 \begin_layout Standard
14070 \begin_inset ERT
14071 status collapsed
14072
14073 \begin_layout Plain Layout
14074
14075
14076 \backslash
14077 newlength{
14078 \backslash
14079 diagtest}
14080 \end_layout
14081
14082 \begin_layout Plain Layout
14083
14084
14085 \backslash
14086 setlength{
14087 \backslash
14088 diagtest}{4cm+2
14089 \backslash
14090 tabcolsep}
14091 \end_layout
14092
14093 \end_inset
14094
14095
14096 \end_layout
14097
14098 \begin_layout Standard
14099 To enable calculations in \SpecialChar LaTeX
14100  one needs to load the package 
14101 \series bold
14102 calc
14103 \series default
14104
14105 \begin_inset Index idx
14106 status collapsed
14107
14108 \begin_layout Plain Layout
14109 \SpecialChar LaTeX
14110 -packages ! calc
14111 \end_layout
14112
14113 \end_inset
14114
14115  in the document preamble.
14116 \end_layout
14117
14118 \begin_layout Standard
14119 In this table you can now use the command
14120 \end_layout
14121
14122 \begin_layout Standard
14123
14124 \series bold
14125
14126 \backslash
14127 diagbox[width=
14128 \backslash
14129 diagtest]{A}{B}
14130 \end_layout
14131
14132 \begin_layout Standard
14133 in the first cell:
14134 \end_layout
14135
14136 \begin_layout Standard
14137 \noindent
14138 \align center
14139 \begin_inset Tabular
14140 <lyxtabular version="3" rows="2" columns="2">
14141 <features tabularvalignment="middle">
14142 <column alignment="center" valignment="top" width="4cm">
14143 <column alignment="center" valignment="top">
14144 <row>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 \begin_inset ERT
14150 status open
14151
14152 \begin_layout Plain Layout
14153
14154
14155 \backslash
14156 diagbox[width=
14157 \backslash
14158 diagtest]{
14159 \end_layout
14160
14161 \end_inset
14162
14163 A
14164 \begin_inset ERT
14165 status collapsed
14166
14167 \begin_layout Plain Layout
14168
14169 }{
14170 \end_layout
14171
14172 \end_inset
14173
14174 B
14175 \begin_inset ERT
14176 status collapsed
14177
14178 \begin_layout Plain Layout
14179
14180 }
14181 \end_layout
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194 Thickness in nm
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 </row>
14200 <row>
14201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 Perfect Green
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Plain Layout
14214 45
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 </row>
14220 </lyxtabular>
14221
14222 \end_inset
14223
14224
14225 \end_layout
14226
14227 \begin_layout Standard
14228 Note that the split cell needs to be the widest one in the column.
14229  Otherwise the length of the diagonal line cannot be calculated correctly
14230  like in this table:
14231 \end_layout
14232
14233 \begin_layout Standard
14234 \noindent
14235 \align center
14236 \begin_inset Tabular
14237 <lyxtabular version="3" rows="2" columns="2">
14238 <features tabularvalignment="middle">
14239 <column alignment="center" valignment="top" width="0pt">
14240 <column alignment="center" valignment="top">
14241 <row>
14242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 \begin_inset ERT
14247 status collapsed
14248
14249 \begin_layout Plain Layout
14250
14251
14252 \backslash
14253 diagbox{
14254 \end_layout
14255
14256 \end_inset
14257
14258 A
14259 \begin_inset ERT
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263
14264 }{
14265 \end_layout
14266
14267 \end_inset
14268
14269 B
14270 \begin_inset ERT
14271 status collapsed
14272
14273 \begin_layout Plain Layout
14274
14275 }
14276 \end_layout
14277
14278 \end_inset
14279
14280
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 Thickness in nm
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 </row>
14295 <row>
14296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 Perfect Green
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309 45
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 </row>
14315 </lyxtabular>
14316
14317 \end_inset
14318
14319
14320 \end_layout
14321
14322 \begin_layout Standard
14323 In this case use the 
14324 \series bold
14325 width
14326 \series default
14327  option of the 
14328 \series bold
14329
14330 \backslash
14331 diagbox
14332 \series default
14333  command.
14334  It is then not necessary to add 2
14335 \backslash
14336 tabcolsep because the cell width is now the width of the column.
14337  In this table a width of 3
14338 \begin_inset space \thinspace{}
14339 \end_inset
14340
14341 cm is used:
14342 \end_layout
14343
14344 \begin_layout Standard
14345 \noindent
14346 \align center
14347 \begin_inset Tabular
14348 <lyxtabular version="3" rows="2" columns="2">
14349 <features tabularvalignment="middle">
14350 <column alignment="center" valignment="top" width="0pt">
14351 <column alignment="center" valignment="top">
14352 <row>
14353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 \begin_inset ERT
14358 status open
14359
14360 \begin_layout Plain Layout
14361
14362
14363 \backslash
14364 diagbox[width=3cm]{
14365 \end_layout
14366
14367 \end_inset
14368
14369 A
14370 \begin_inset ERT
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374
14375 }{
14376 \end_layout
14377
14378 \end_inset
14379
14380 B
14381 \begin_inset ERT
14382 status collapsed
14383
14384 \begin_layout Plain Layout
14385
14386 }
14387 \end_layout
14388
14389 \end_inset
14390
14391
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400 Thickness in nm
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 </row>
14406 <row>
14407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 Perfect Green
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 45
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 </row>
14426 </lyxtabular>
14427
14428 \end_inset
14429
14430
14431 \end_layout
14432
14433 \begin_layout Standard
14434 For multiple text lines in split cells one needs some extra height to fit
14435  the text to the cell.
14436  This can be achieved with the 
14437 \series bold
14438
14439 \backslash
14440 diagbox
14441 \series default
14442  option 
14443 \series bold
14444 height=3cm
14445 \series default
14446  (replace '3cm' by the height you need).
14447  In the following table the command
14448 \end_layout
14449
14450 \begin_layout Standard
14451
14452 \series bold
14453
14454 \backslash
14455 diagbox[width=3cm,height=1.4cm]{A
14456 \backslash
14457
14458 \backslash
14459 B}{C
14460 \backslash
14461
14462 \backslash
14463 D}
14464 \end_layout
14465
14466 \begin_layout Standard
14467 is used in the first cell.
14468  The command 
14469 \series bold
14470
14471 \backslash
14472
14473 \backslash
14474
14475 \series default
14476  creates hereby the line break.
14477 \begin_inset Foot
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481 Breaking lines with 
14482 \family sans
14483 Ctrl+Return
14484 \family default
14485  is only possible when the column has a fixed width.
14486 \end_layout
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \noindent
14495 \align center
14496 \begin_inset Tabular
14497 <lyxtabular version="3" rows="2" columns="2">
14498 <features tabularvalignment="middle">
14499 <column alignment="center" valignment="top">
14500 <column alignment="center" valignment="top">
14501 <row>
14502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14503 \begin_inset Text
14504
14505 \begin_layout Plain Layout
14506 \begin_inset ERT
14507 status open
14508
14509 \begin_layout Plain Layout
14510
14511
14512 \backslash
14513 diagbox[width=3cm,height=1.4cm]{
14514 \end_layout
14515
14516 \end_inset
14517
14518 A
14519 \begin_inset ERT
14520 status collapsed
14521
14522 \begin_layout Plain Layout
14523
14524
14525 \backslash
14526
14527 \backslash
14528
14529 \end_layout
14530
14531 \end_inset
14532
14533 B
14534 \begin_inset ERT
14535 status collapsed
14536
14537 \begin_layout Plain Layout
14538
14539 }{
14540 \end_layout
14541
14542 \end_inset
14543
14544 C
14545 \begin_inset ERT
14546 status collapsed
14547
14548 \begin_layout Plain Layout
14549
14550
14551 \backslash
14552
14553 \backslash
14554
14555 \end_layout
14556
14557 \end_inset
14558
14559 D
14560 \begin_inset ERT
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564
14565 }
14566 \end_layout
14567
14568 \end_inset
14569
14570
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579 Thickness in nm
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 </row>
14585 <row>
14586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 Perfect Green
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 45
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 </row>
14605 </lyxtabular>
14606
14607 \end_inset
14608
14609
14610 \end_layout
14611
14612 \begin_layout Standard
14613 \begin_inset ERT
14614 status collapsed
14615
14616 \begin_layout Plain Layout
14617
14618
14619 \backslash
14620 else
14621 \end_layout
14622
14623 \end_inset
14624
14625
14626 \begin_inset Note Note
14627 status open
14628
14629 \begin_layout Plain Layout
14630 The following will be displayed when the \SpecialChar LaTeX
14631 -package 
14632 \series bold
14633 diagbox
14634 \series default
14635  is not installed:
14636 \end_layout
14637
14638 \end_inset
14639
14640
14641 \end_layout
14642
14643 \begin_layout Standard
14644 You need to install the \SpecialChar LaTeX
14645 -package 
14646 \series bold
14647 diagbox
14648 \series default
14649  to see the following part of this section in the output.
14650 \end_layout
14651
14652 \begin_layout Standard
14653 \begin_inset ERT
14654 status collapsed
14655
14656 \begin_layout Plain Layout
14657
14658
14659 \backslash
14660 fi
14661 \end_layout
14662
14663 \end_inset
14664
14665
14666 \end_layout
14667
14668 \begin_layout Standard
14669 For more info about the \SpecialChar LaTeX
14670 -package 
14671 \series bold
14672 diagbox
14673 \series default
14674 , see its documentation, 
14675 \begin_inset CommandInset citation
14676 LatexCommand cite
14677 key "diagbox"
14678 literal "true"
14679
14680 \end_inset
14681
14682 .
14683 \end_layout
14684
14685 \begin_layout Section
14686 Formal Tables
14687 \begin_inset CommandInset label
14688 LatexCommand label
14689 name "sec:Formal-Tables"
14690
14691 \end_inset
14692
14693
14694 \begin_inset Index idx
14695 status collapsed
14696
14697 \begin_layout Plain Layout
14698 Table ! Formal
14699 \end_layout
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \begin_layout Standard
14707 Tables are often typeset in books similar to Table
14708 \begin_inset space ~
14709 \end_inset
14710
14711
14712 \begin_inset CommandInset ref
14713 LatexCommand ref
14714 reference "tab:Example-booktabs-table"
14715
14716 \end_inset
14717
14718 .
14719  This kind of tables is called 
14720 \begin_inset Quotes eld
14721 \end_inset
14722
14723
14724 \emph on
14725 formal
14726 \emph default
14727
14728 \begin_inset Quotes erd
14729 \end_inset
14730
14731 .
14732  To make a table a formal table use the option 
14733 \family sans
14734 Formal
14735 \family default
14736  in the 
14737 \family sans
14738 Borders
14739 \family default
14740  tab of the table dialog.
14741 \end_layout
14742
14743 \begin_layout Standard
14744 \begin_inset Float table
14745 placement h
14746 wide false
14747 sideways false
14748 status open
14749
14750 \begin_layout Plain Layout
14751 \begin_inset Caption Standard
14752
14753 \begin_layout Plain Layout
14754 \begin_inset CommandInset label
14755 LatexCommand label
14756 name "tab:Example-booktabs-table"
14757
14758 \end_inset
14759
14760 Example booktabs-table
14761 \end_layout
14762
14763 \end_inset
14764
14765
14766 \end_layout
14767
14768 \begin_layout Plain Layout
14769 \align center
14770 \begin_inset Tabular
14771 <lyxtabular version="3" rows="8" columns="4">
14772 <features booktabs="true" tabularvalignment="middle">
14773 <column alignment="center" valignment="top">
14774 <column alignment="center" valignment="top">
14775 <column alignment="center" valignment="top">
14776 <column alignment="center" valignment="top">
14777 <row>
14778 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782 System
14783 \end_layout
14784
14785 \end_inset
14786 </cell>
14787 <cell alignment="center" valignment="top" topline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791 Chip
14792 \begin_inset space \thinspace{}
14793 \end_inset
14794
14795 1
14796 \end_layout
14797
14798 \end_inset
14799 </cell>
14800 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804 Chip
14805 \begin_inset space \thinspace{}
14806 \end_inset
14807
14808 2
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 </row>
14823 <row>
14824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14825 \begin_inset Text
14826
14827 \begin_layout Plain Layout
14828 \begin_inset ERT
14829 status collapsed
14830
14831 \begin_layout Plain Layout
14832
14833
14834 \backslash
14835 cmidrule(r){2-2}
14836 \end_layout
14837
14838 \end_inset
14839
14840
14841 \begin_inset ERT
14842 status collapsed
14843
14844 \begin_layout Plain Layout
14845
14846
14847 \backslash
14848 cmidrule(l){3-4}
14849 \end_layout
14850
14851 \end_inset
14852
14853 Detector thickness in Âµm
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell alignment="center" valignment="top" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862 300
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 <cell alignment="center" valignment="top" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871 300
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 <cell alignment="center" valignment="top" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880 700
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 </row>
14886 <row>
14887 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891 Edge angle in Â°
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 <cell alignment="center" valignment="top" topline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Plain Layout
14900 3.55
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 <cell alignment="center" valignment="top" topline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 2.71
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell alignment="center" valignment="top" topline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918 7.99
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 </row>
14924 <row topspace="default">
14925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929 Spatial resolution in Âµm
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 4.26
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 <cell alignment="center" valignment="top" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947 10.17
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 <cell alignment="center" valignment="top" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 10.56
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 </row>
14962 <row topspace="default">
14963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 MTF at 
14968 \begin_inset Formula $f_{\mathrm{max}}$
14969 \end_inset
14970
14971
14972 \end_layout
14973
14974 \end_inset
14975 </cell>
14976 <cell alignment="center" valignment="top" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 0.53
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 0.37
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 <cell alignment="center" valignment="top" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998 0.39
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 </row>
15004 <row topspace="default">
15005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 \begin_inset ERT
15010 status collapsed
15011
15012 \begin_layout Plain Layout
15013
15014
15015 \backslash
15016 cmidrule[2pt](l{10pt}){1-1}
15017 \end_layout
15018
15019 \end_inset
15020
15021 LSF-spatial resolution
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 </row>
15054 <row>
15055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 in Âµm
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 129.7
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 52.75
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 50.78
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row>
15093 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097 in % of pixel size
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 76.3
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 95.9
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124 92.3
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 </row>
15130 </lyxtabular>
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \begin_layout Standard
15143 Spaces to table rows can be added using the 
15144 \family sans
15145 Borders
15146 \family default
15147  tab of the table dialog as described in section
15148 \begin_inset space ~
15149 \end_inset
15150
15151
15152 \begin_inset CommandInset ref
15153 LatexCommand ref
15154 reference "subsec:Row-Spacing"
15155
15156 \end_inset
15157
15158 .
15159 \end_layout
15160
15161 \begin_layout Standard
15162 Unlike normal tables, formal tables have no vertical table lines.
15163  The horizontal table lines can be set as for normal tables but they appear
15164  with different widths in the output:
15165 \begin_inset Newline newline
15166 \end_inset
15167
15168 The first and the last table line have a default width of 0.08
15169 \begin_inset space \thinspace{}
15170 \end_inset
15171
15172 em while the other lines have a default width of 0.05
15173 \begin_inset space \thinspace{}
15174 \end_inset
15175
15176 em.
15177 \end_layout
15178
15179 \begin_layout Standard
15180 The default widths can be changed with the following preamble lines
15181 \end_layout
15182
15183 \begin_layout Standard
15184
15185 \series bold
15186
15187 \backslash
15188 let
15189 \backslash
15190 mytoprule
15191 \backslash
15192 toprule
15193 \begin_inset Newline newline
15194 \end_inset
15195
15196
15197 \backslash
15198 renewcommand{
15199 \backslash
15200 toprule}{
15201 \backslash
15202 mytoprule[width]}
15203 \end_layout
15204
15205 \begin_layout Standard
15206 This example is for the first line, the so called 
15207 \series bold
15208 toprule
15209 \series default
15210 .
15211  If you want to change the width for the last line, replace 
15212 \series bold
15213 toprule
15214 \series default
15215  by 
15216 \series bold
15217 bottomrule
15218 \series default
15219 .
15220  To change the width for the other lines replace 
15221 \series bold
15222 toprule
15223 \series default
15224  by 
15225 \series bold
15226 midrule
15227 \series default
15228 .
15229  You can use all units listed in appendix
15230 \begin_inset space ~
15231 \end_inset
15232
15233
15234 \begin_inset CommandInset ref
15235 LatexCommand ref
15236 reference "cha:Units-available-in"
15237
15238 \end_inset
15239
15240  to set the width.
15241 \end_layout
15242
15243 \begin_layout Standard
15244 Lines that do not span all table columns can be created by setting a table
15245  line for multicolumn cells.
15246  \SpecialChar LyX
15247  will then internally use the command 
15248 \series bold
15249
15250 \backslash
15251 cmidrule
15252 \series default
15253  to create this line.
15254  Its full scheme is
15255 \end_layout
15256
15257 \begin_layout Standard
15258
15259 \series bold
15260
15261 \backslash
15262 cmidrule[height](trim){startcol-endcol}
15263 \end_layout
15264
15265 \begin_layout Standard
15266 The options of 
15267 \series bold
15268
15269 \backslash
15270 cmidrule
15271 \series default
15272  are currently not supported by \SpecialChar LyX
15273  so you have to use \SpecialChar TeX
15274  Code to be able to
15275  use them.
15276  
15277 \series bold
15278
15279 \backslash
15280 cmidrule
15281 \series default
15282 s can manually be created by inserting the command as \SpecialChar TeX
15283  Code as the first
15284  cell entry of the first cell of a row.
15285  The line is then drawn in the output above the current row.
15286 \end_layout
15287
15288 \begin_layout Standard
15289 The default for the optional 
15290 \series bold
15291 height
15292 \series default
15293  is 0.03
15294 \begin_inset space \thinspace{}
15295 \end_inset
15296
15297 em.
15298  
15299 \series bold
15300 startcol
15301 \series default
15302  is the number of the column where the line starts and 
15303 \series bold
15304 endcol
15305 \series default
15306  the column number where the line ends.
15307  The 
15308 \series bold
15309 endcol
15310 \series default
15311  always needs to be specified, also when the line should span only one column.
15312  The optional parameter 
15313 \series bold
15314 trim
15315 \series default
15316  could either be 
15317 \emph on
15318 l{trimwidth}
15319 \emph default
15320  or 
15321 \emph on
15322 r{trimwidth}
15323 \emph default
15324  where the 
15325 \emph on
15326 trimwidth
15327 \emph default
15328  is also optional.
15329  Using for example the parameter 
15330 \emph on
15331 l{2pt}
15332 \emph default
15333  means that the line is trimmed from its left end by 2
15334 \begin_inset space \thinspace{}
15335 \end_inset
15336
15337 pt.
15338  If you don't specify the 
15339 \emph on
15340 trimwidth
15341 \emph default
15342  the line is trimmed by the default of 0.5
15343 \begin_inset space \thinspace{}
15344 \end_inset
15345
15346 em.
15347 \end_layout
15348
15349 \begin_layout Standard
15350 \begin_inset VSpace bigskip
15351 \end_inset
15352
15353 Table
15354 \begin_inset space ~
15355 \end_inset
15356
15357
15358 \begin_inset CommandInset ref
15359 LatexCommand ref
15360 reference "tab:Example-booktabs-table"
15361
15362 \end_inset
15363
15364  was created using the commands
15365 \end_layout
15366
15367 \begin_layout Standard
15368
15369 \series bold
15370
15371 \backslash
15372 cmidrule(r){2-2}
15373 \backslash
15374 cmidrule(l){3-4}
15375 \end_layout
15376
15377 \begin_layout Standard
15378 at the beginning of the second row and
15379 \end_layout
15380
15381 \begin_layout Standard
15382
15383 \series bold
15384
15385 \backslash
15386 cmidrule[2pt](l{10pt}){1-1}
15387 \end_layout
15388
15389 \begin_layout Standard
15390 in the sixth row.
15391 \end_layout
15392
15393 \begin_layout Standard
15394 \begin_inset VSpace bigskip
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \begin_layout Standard
15401 You might want to have overlapping 
15402 \series bold
15403
15404 \backslash
15405 cmidrule
15406 \series default
15407 s as in in Table
15408 \begin_inset space ~
15409 \end_inset
15410
15411
15412 \begin_inset CommandInset ref
15413 LatexCommand ref
15414 reference "tab:Special-booktabs-table"
15415
15416 \end_inset
15417
15418 .
15419  This can be achieved with the \SpecialChar TeX
15420  Code command
15421 \end_layout
15422
15423 \begin_layout Standard
15424
15425 \series bold
15426
15427 \backslash
15428 morecmidrules
15429 \end_layout
15430
15431 \begin_layout Standard
15432 The command that was used for the second row of Table
15433 \begin_inset space ~
15434 \end_inset
15435
15436
15437 \begin_inset CommandInset ref
15438 LatexCommand ref
15439 reference "tab:Special-booktabs-table"
15440
15441 \end_inset
15442
15443  is
15444 \end_layout
15445
15446 \begin_layout Standard
15447
15448 \series bold
15449
15450 \backslash
15451 cmidrule(r){2-2}
15452 \backslash
15453 cmidrule(l){3-4}
15454 \backslash
15455 morecmidrules
15456 \backslash
15457 cmidrule{2-4}
15458 \end_layout
15459
15460 \begin_layout Standard
15461 The command for the sixth row is
15462 \end_layout
15463
15464 \begin_layout Standard
15465
15466 \series bold
15467
15468 \backslash
15469 midrule
15470 \backslash
15471 morecmidrules
15472 \backslash
15473 cmidrule{3-4}
15474 \end_layout
15475
15476 \begin_layout Standard
15477 \begin_inset VSpace bigskip
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \begin_layout Standard
15484 If you are in any way not satisfied with the border line spacing, you can
15485  use the following command to produce lines that span over all table columns
15486 \series bold
15487 :
15488 \end_layout
15489
15490 \begin_layout Standard
15491
15492 \series bold
15493
15494 \backslash
15495 specialrule{width}{space above}{space below}
15496 \end_layout
15497
15498 \begin_layout Standard
15499 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15500 -package
15501  
15502 \series bold
15503 booktabs
15504 \series default
15505  
15506 \begin_inset CommandInset citation
15507 LatexCommand cite
15508 key "booktabs"
15509 literal "true"
15510
15511 \end_inset
15512
15513 .
15514 \begin_inset Index idx
15515 status collapsed
15516
15517 \begin_layout Plain Layout
15518 \SpecialChar LaTeX
15519 -packages ! booktabs
15520 \end_layout
15521
15522 \end_inset
15523
15524
15525 \end_layout
15526
15527 \begin_layout Standard
15528 \begin_inset Float table
15529 placement h
15530 wide false
15531 sideways false
15532 status open
15533
15534 \begin_layout Plain Layout
15535 \begin_inset Caption Standard
15536
15537 \begin_layout Plain Layout
15538 \begin_inset CommandInset label
15539 LatexCommand label
15540 name "tab:Special-booktabs-table"
15541
15542 \end_inset
15543
15544 Special booktabs-table
15545 \end_layout
15546
15547 \end_inset
15548
15549
15550 \end_layout
15551
15552 \begin_layout Plain Layout
15553 \align center
15554 \begin_inset Tabular
15555 <lyxtabular version="3" rows="8" columns="4">
15556 <features booktabs="true" tabularvalignment="middle">
15557 <column alignment="center" valignment="top">
15558 <column alignment="center" valignment="top">
15559 <column alignment="center" valignment="top">
15560 <column alignment="center" valignment="top">
15561 <row>
15562 <cell alignment="center" valignment="top" topline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566 System
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 <cell alignment="center" valignment="top" topline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575 Chip
15576 \begin_inset space \thinspace{}
15577 \end_inset
15578
15579 1
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 Chip
15589 \begin_inset space \thinspace{}
15590 \end_inset
15591
15592 2
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 </row>
15607 <row>
15608 <cell alignment="center" valignment="top" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612 \begin_inset ERT
15613 status collapsed
15614
15615 \begin_layout Plain Layout
15616
15617
15618 \backslash
15619 cmidrule(r){2-2}
15620 \end_layout
15621
15622 \end_inset
15623
15624
15625 \begin_inset ERT
15626 status collapsed
15627
15628 \begin_layout Plain Layout
15629
15630
15631 \backslash
15632 cmidrule(l){3-4}
15633 \end_layout
15634
15635 \end_inset
15636
15637
15638 \begin_inset ERT
15639 status collapsed
15640
15641 \begin_layout Plain Layout
15642
15643
15644 \backslash
15645 morecmidrules 
15646 \end_layout
15647
15648 \end_inset
15649
15650
15651 \begin_inset ERT
15652 status collapsed
15653
15654 \begin_layout Plain Layout
15655
15656
15657 \backslash
15658 cmidrule{2-4}
15659 \end_layout
15660
15661 \end_inset
15662
15663 Detector thickness in Âµm
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 <cell alignment="center" valignment="top" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672 300
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681 300
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 <cell alignment="center" valignment="top" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690 700
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 </row>
15696 <row>
15697 <cell alignment="center" valignment="top" topline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701 Edge angle in Â°
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710 3.55
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719 2.71
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 <cell alignment="center" valignment="top" topline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Plain Layout
15728 7.99
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 </row>
15734 <row topspace="default">
15735 <cell alignment="center" valignment="top" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739 Spatial resolution in Âµm
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 4.26
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 <cell alignment="center" valignment="top" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757 10.17
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 <cell alignment="center" valignment="top" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 10.56
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 </row>
15772 <row topspace="default">
15773 <cell alignment="center" valignment="top" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 MTF at 
15778 \begin_inset Formula $f_{\mathrm{max}}$
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 0.53
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799 0.37
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 <cell alignment="center" valignment="top" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808 0.39
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 </row>
15814 <row>
15815 <cell alignment="center" valignment="top" topline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 \begin_inset ERT
15820 status collapsed
15821
15822 \begin_layout Plain Layout
15823
15824
15825 \backslash
15826 morecmidrules 
15827 \end_layout
15828
15829 \end_inset
15830
15831
15832 \begin_inset ERT
15833 status collapsed
15834
15835 \begin_layout Plain Layout
15836
15837
15838 \backslash
15839 cmidrule{3-4}
15840 \end_layout
15841
15842 \end_inset
15843
15844 LSF-spatial resolution
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 <cell alignment="center" valignment="top" topline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" topline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 </row>
15877 <row>
15878 <cell alignment="center" valignment="top" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882 in Âµm
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 129.7
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 52.75
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 50.78
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 <row>
15916 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 in % of pixel size
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 76.3
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 95.9
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 92.3
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 </lyxtabular>
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \end_inset
15961
15962
15963 \end_layout
15964
15965 \begin_layout Section
15966 Vertical Table Alignment
15967 \begin_inset Index idx
15968 status collapsed
15969
15970 \begin_layout Plain Layout
15971 Table ! Alignment
15972 \end_layout
15973
15974 \end_inset
15975
15976
15977 \end_layout
15978
15979 \begin_layout Standard
15980 To align tables vertically in a text line, the table must be inside a box.
15981  The box can then be vertically aligned as described in section
15982 \begin_inset space ~
15983 \end_inset
15984
15985
15986 \begin_inset CommandInset ref
15987 LatexCommand ref
15988 reference "sec:Box-Dialog"
15989
15990 \end_inset
15991
15992 .
15993 \end_layout
15994
15995 \begin_layout Standard
15996 In the following example the tables are inside a minipage
15997 \begin_inset Foot
15998 status collapsed
15999
16000 \begin_layout Plain Layout
16001 Minipages are described in section
16002 \begin_inset space ~
16003 \end_inset
16004
16005
16006 \begin_inset CommandInset ref
16007 LatexCommand ref
16008 reference "sec:Minipages"
16009
16010 \end_inset
16011
16012 .
16013 \end_layout
16014
16015 \end_inset
16016
16017  box that has a width of 15
16018 \begin_inset space \thinspace{}
16019 \end_inset
16020
16021 col%:
16022 \end_layout
16023
16024 \begin_layout Itemize
16025 test 
16026 \begin_inset Box Frameless
16027 position "t"
16028 hor_pos "c"
16029 has_inner_box 1
16030 inner_pos "c"
16031 use_parbox 0
16032 use_makebox 0
16033 width "15col%"
16034 special "none"
16035 height "1in"
16036 height_special "totalheight"
16037 thickness "0.4pt"
16038 separation "3pt"
16039 shadowsize "4pt"
16040 framecolor "black"
16041 backgroundcolor "none"
16042 status collapsed
16043
16044 \begin_layout Plain Layout
16045 \begin_inset Tabular
16046 <lyxtabular version="3" rows="3" columns="3">
16047 <features tabularvalignment="middle">
16048 <column alignment="center" valignment="top">
16049 <column alignment="center" valignment="top">
16050 <column alignment="center" valignment="top">
16051 <row>
16052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056 a
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 d
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074 g
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 </row>
16080 <row>
16081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085 b
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 e
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 h
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 </row>
16109 <row>
16110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114 c
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123 f
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132 i
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 </row>
16138 </lyxtabular>
16139
16140 \end_inset
16141
16142
16143 \end_layout
16144
16145 \end_inset
16146
16147  test 
16148 \begin_inset ERT
16149 status collapsed
16150
16151 \begin_layout Plain Layout
16152
16153
16154 \backslash
16155 raisebox{0.85
16156 \backslash
16157 baselineskip}{
16158 \end_layout
16159
16160 \end_inset
16161
16162
16163 \begin_inset Box Frameless
16164 position "t"
16165 hor_pos "c"
16166 has_inner_box 1
16167 inner_pos "c"
16168 use_parbox 0
16169 use_makebox 0
16170 width "15col%"
16171 special "none"
16172 height "1in"
16173 height_special "totalheight"
16174 thickness "0.4pt"
16175 separation "3pt"
16176 shadowsize "4pt"
16177 framecolor "black"
16178 backgroundcolor "none"
16179 status collapsed
16180
16181 \begin_layout Plain Layout
16182 \begin_inset Tabular
16183 <lyxtabular version="3" rows="3" columns="3">
16184 <features tabularvalignment="middle">
16185 <column alignment="center" valignment="top">
16186 <column alignment="center" valignment="top">
16187 <column alignment="center" valignment="top">
16188 <row>
16189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 a
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 d
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211 g
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 </row>
16217 <row>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 b
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 e
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 h
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 </row>
16246 <row>
16247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251 c
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 f
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269 i
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 </row>
16275 </lyxtabular>
16276
16277 \end_inset
16278
16279
16280 \end_layout
16281
16282 \end_inset
16283
16284
16285 \begin_inset ERT
16286 status collapsed
16287
16288 \begin_layout Plain Layout
16289
16290 }
16291 \end_layout
16292
16293 \end_inset
16294
16295
16296 \end_layout
16297
16298 \begin_layout Itemize
16299 test 
16300 \begin_inset Box Frameless
16301 position "c"
16302 hor_pos "c"
16303 has_inner_box 1
16304 inner_pos "c"
16305 use_parbox 0
16306 use_makebox 0
16307 width "15col%"
16308 special "none"
16309 height "1in"
16310 height_special "totalheight"
16311 thickness "0.4pt"
16312 separation "3pt"
16313 shadowsize "4pt"
16314 framecolor "black"
16315 backgroundcolor "none"
16316 status collapsed
16317
16318 \begin_layout Plain Layout
16319 \begin_inset Tabular
16320 <lyxtabular version="3" rows="3" columns="3">
16321 <features tabularvalignment="middle">
16322 <column alignment="center" valignment="top">
16323 <column alignment="center" valignment="top">
16324 <column alignment="center" valignment="top">
16325 <row>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330 a
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 d
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 g
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 </row>
16354 <row>
16355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 b
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368 e
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 h
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 <row>
16384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388 c
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397 f
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 i
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 </row>
16412 </lyxtabular>
16413
16414 \end_inset
16415
16416
16417 \end_layout
16418
16419 \end_inset
16420
16421
16422 \end_layout
16423
16424 \begin_layout Itemize
16425 test 
16426 \begin_inset Box Frameless
16427 position "b"
16428 hor_pos "c"
16429 has_inner_box 1
16430 inner_pos "c"
16431 use_parbox 0
16432 use_makebox 0
16433 width "15col%"
16434 special "none"
16435 height "1in"
16436 height_special "totalheight"
16437 thickness "0.4pt"
16438 separation "3pt"
16439 shadowsize "4pt"
16440 framecolor "black"
16441 backgroundcolor "none"
16442 status collapsed
16443
16444 \begin_layout Plain Layout
16445 \begin_inset Tabular
16446 <lyxtabular version="3" rows="3" columns="3">
16447 <features tabularvalignment="middle">
16448 <column alignment="center" valignment="top">
16449 <column alignment="center" valignment="top">
16450 <column alignment="center" valignment="top">
16451 <row>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 a
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 d
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 g
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 </row>
16480 <row>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 b
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 e
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503 h
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 </row>
16509 <row>
16510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 c
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 f
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 i
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 </lyxtabular>
16539
16540 \end_inset
16541
16542
16543 \end_layout
16544
16545 \end_inset
16546
16547  test 
16548 \begin_inset ERT
16549 status collapsed
16550
16551 \begin_layout Plain Layout
16552
16553
16554 \backslash
16555 raisebox{-0.32
16556 \backslash
16557 baselineskip}{
16558 \end_layout
16559
16560 \end_inset
16561
16562
16563 \begin_inset Box Frameless
16564 position "b"
16565 hor_pos "c"
16566 has_inner_box 1
16567 inner_pos "c"
16568 use_parbox 0
16569 use_makebox 0
16570 width "15col%"
16571 special "none"
16572 height "1in"
16573 height_special "totalheight"
16574 thickness "0.4pt"
16575 separation "3pt"
16576 shadowsize "4pt"
16577 framecolor "black"
16578 backgroundcolor "none"
16579 status collapsed
16580
16581 \begin_layout Plain Layout
16582 \begin_inset Tabular
16583 <lyxtabular version="3" rows="3" columns="3">
16584 <features tabularvalignment="middle">
16585 <column alignment="center" valignment="top">
16586 <column alignment="center" valignment="top">
16587 <column alignment="center" valignment="top">
16588 <row>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593 a
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 d
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 g
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 </row>
16617 <row>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 b
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631 e
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 h
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 </row>
16646 <row>
16647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 c
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 f
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 i
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 </lyxtabular>
16676
16677 \end_inset
16678
16679
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \begin_inset ERT
16686 status collapsed
16687
16688 \begin_layout Plain Layout
16689
16690 }
16691 \end_layout
16692
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \begin_layout Standard
16699 As you will see, the content of the first and last table row is not correctly
16700  aligned.
16701  To get this alignment, the minipage box must be set into a raisebox.
16702 \begin_inset Foot
16703 status collapsed
16704
16705 \begin_layout Plain Layout
16706 Raiseboxes are described in section
16707 \begin_inset space ~
16708 \end_inset
16709
16710
16711 \begin_inset CommandInset ref
16712 LatexCommand ref
16713 reference "subsec:Vertical-Alignment"
16714
16715 \end_inset
16716
16717 .
16718 \end_layout
16719
16720 \end_inset
16721
16722  In the example above the second table in the first item is aligned using
16723  the \SpecialChar TeX
16724  Code command
16725 \end_layout
16726
16727 \begin_layout Standard
16728
16729 \series bold
16730
16731 \backslash
16732 raisebox{0.85
16733 \backslash
16734 baselineskip}{
16735 \end_layout
16736
16737 \begin_layout Standard
16738 before the box.
16739  After the box the closing brace 
16740 \series bold
16741 }
16742 \series default
16743  is inserted as \SpecialChar TeX
16744  Code.
16745  For the second table in the last item the command
16746 \end_layout
16747
16748 \begin_layout Standard
16749
16750 \series bold
16751
16752 \backslash
16753 raisebox{-0.32
16754 \backslash
16755 baselineskip}{
16756 \end_layout
16757
16758 \begin_layout Standard
16759 is used.
16760 \end_layout
16761
16762 \begin_layout Standard
16763 \begin_inset Note Greyedout
16764 status open
16765
16766 \begin_layout Plain Layout
16767
16768 \series bold
16769 Note:
16770 \series default
16771  The alignment of the table row content to the surrounding text line is
16772  not exact.
16773  The required value for the 
16774 \series bold
16775
16776 \backslash
16777 raisebox
16778 \series default
16779  command for this alignment depends on the document font, the font size,
16780  and the table line thickness.
16781 \end_layout
16782
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \begin_layout Section
16789 Colored Tables
16790 \begin_inset CommandInset label
16791 LatexCommand label
16792 name "sec:Colored-Tables"
16793
16794 \end_inset
16795
16796
16797 \begin_inset Index idx
16798 status collapsed
16799
16800 \begin_layout Plain Layout
16801 Table ! Color
16802 \end_layout
16803
16804 \end_inset
16805
16806
16807 \end_layout
16808
16809 \begin_layout Subsection
16810 Colored Cells
16811 \begin_inset Index idx
16812 status collapsed
16813
16814 \begin_layout Plain Layout
16815 Table Color ! for Cells
16816 \end_layout
16817
16818 \end_inset
16819
16820
16821 \begin_inset Index idx
16822 status collapsed
16823
16824 \begin_layout Plain Layout
16825 Color ! for Table Cells
16826 \end_layout
16827
16828 \end_inset
16829
16830
16831 \end_layout
16832
16833 \begin_layout Standard
16834 \begin_inset Float table
16835 placement h
16836 wide false
16837 sideways false
16838 status open
16839
16840 \begin_layout Plain Layout
16841 \begin_inset Caption Standard
16842
16843 \begin_layout Plain Layout
16844 \begin_inset CommandInset label
16845 LatexCommand label
16846 name "tab:Table-colored-without"
16847
16848 \end_inset
16849
16850 Table colored without using the package 
16851 \series bold
16852 colortbl
16853 \series default
16854
16855 \begin_inset Argument 1
16856 status collapsed
16857
16858 \begin_layout Plain Layout
16859 Table without colortbl
16860 \end_layout
16861
16862 \end_inset
16863
16864
16865 \end_layout
16866
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \begin_layout Plain Layout
16873 \align center
16874 \begin_inset Tabular
16875 <lyxtabular version="3" rows="3" columns="3">
16876 <features tabularvalignment="middle">
16877 <column alignment="center" valignment="top">
16878 <column alignment="center" valignment="top">
16879 <column alignment="center" valignment="top">
16880 <row>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885
16886 \color green
16887 a
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
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 red
16898 b
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \color red
16909 c
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row>
16916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \color green
16922 d
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
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 blue
16933 e
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \color blue
16944 f
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955
16956 \color green
16957 g
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
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 blue
16968 h
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \color blue
16979 i
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 </lyxtabular>
16986
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \begin_layout Standard
16998 If you only need colored text, mark the cells and choose a color in the
16999  
17000 \family sans
17001 Text
17002 \begin_inset space ~
17003 \end_inset
17004
17005 Style
17006 \family default
17007  dialog (toolbar button 
17008 \begin_inset Info
17009 type  "icon"
17010 arg   "dialog-show character"
17011 \end_inset
17012
17013 ).
17014  This was used to create Table
17015 \begin_inset space ~
17016 \end_inset
17017
17018
17019 \begin_inset CommandInset ref
17020 LatexCommand ref
17021 reference "tab:Table-colored-without"
17022
17023 \end_inset
17024
17025 .
17026  In any other case you have to use the \SpecialChar LaTeX
17027 -package 
17028 \series bold
17029 colortbl
17030 \series default
17031 .
17032 \begin_inset Index idx
17033 status collapsed
17034
17035 \begin_layout Plain Layout
17036 \SpecialChar LaTeX
17037 -packages ! colortbl
17038 \end_layout
17039
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \begin_layout Standard
17046 \begin_inset ERT
17047 status collapsed
17048
17049 \begin_layout Plain Layout
17050
17051
17052 \backslash
17053 ifcolortbl
17054 \end_layout
17055
17056 \end_inset
17057
17058
17059 \begin_inset Note Note
17060 status open
17061
17062 \begin_layout Plain Layout
17063 The following section part will only be displayed when the \SpecialChar LaTeX
17064 -package 
17065 \series bold
17066 colortbl
17067 \series default
17068  is installed.
17069 \end_layout
17070
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \begin_layout Standard
17077 To create colored tables, 
17078 \series bold
17079 colortbl
17080 \series default
17081  must be loaded in the preamble with the line
17082 \end_layout
17083
17084 \begin_layout Standard
17085
17086 \series bold
17087
17088 \backslash
17089 usepackage{colortbl}
17090 \end_layout
17091
17092 \begin_layout Standard
17093 The color of a column is adjusted with the command
17094 \end_layout
17095
17096 \begin_layout Standard
17097
17098 \series bold
17099
17100 \backslash
17101 columncolor{name of color}
17102 \end_layout
17103
17104 \begin_layout Standard
17105 inside the command 
17106 \series bold
17107 >{ }
17108 \series default
17109 .
17110  More about the command 
17111 \series bold
17112 >{}
17113 \series default
17114  is contained in section
17115 \begin_inset space ~
17116 \end_inset
17117
17118
17119 \begin_inset CommandInset ref
17120 LatexCommand ref
17121 reference "subsec:Multicolumn-Calculations"
17122
17123 \end_inset
17124
17125 .
17126 \end_layout
17127
17128 \begin_layout Standard
17129 The following color names are predefined:
17130 \end_layout
17131
17132 \begin_layout Standard
17133
17134 \family sans
17135 red
17136 \family default
17137
17138 \family sans
17139 green
17140 \family default
17141
17142 \family sans
17143 yellow
17144 \family default
17145
17146 \family sans
17147 blue
17148 \family default
17149
17150 \family sans
17151 cyan
17152 \family default
17153
17154 \family sans
17155 magenta
17156 \family default
17157
17158 \family sans
17159 black
17160 \family default
17161  and 
17162 \family sans
17163 white
17164 \end_layout
17165
17166 \begin_layout Standard
17167 \begin_inset VSpace medskip
17168 \end_inset
17169
17170
17171 \end_layout
17172
17173 \begin_layout Standard
17174 If you add the option
17175 \end_layout
17176
17177 \begin_layout Standard
17178
17179 \series bold
17180 dvipsnames
17181 \end_layout
17182
17183 \begin_layout Standard
17184 to the document class options in the document settings, you can additionally
17185  use further 61
17186 \begin_inset space ~
17187 \end_inset
17188
17189 colors.
17190  These colors are listed in appendix
17191 \begin_inset space ~
17192 \end_inset
17193
17194
17195 \begin_inset CommandInset ref
17196 LatexCommand ref
17197 reference "chap:List-of-dvips-colornames"
17198
17199 \end_inset
17200
17201 .
17202  One of these colors, 
17203 \family sans
17204 Maroon
17205 \family default
17206 , is used as example in Table
17207 \begin_inset space ~
17208 \end_inset
17209
17210
17211 \begin_inset CommandInset ref
17212 LatexCommand ref
17213 reference "tab:Table-colored-using"
17214
17215 \end_inset
17216
17217 .
17218 \end_layout
17219
17220 \begin_layout Standard
17221 \begin_inset VSpace medskip
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \begin_layout Standard
17228 You can also define your own color with the command
17229 \end_layout
17230
17231 \begin_layout Standard
17232
17233 \series bold
17234
17235 \backslash
17236 definecolor{color name}{color model}{color values}
17237 \end_layout
17238
17239 \begin_layout Standard
17240 The color model can be
17241 \end_layout
17242
17243 \begin_layout Labeling
17244 \labelwidthstring 00.00.0000
17245 cmyk: cyan, magenta, yellow, black
17246 \end_layout
17247
17248 \begin_layout Labeling
17249 \labelwidthstring 00.00.0000
17250 rgb: red, green blue
17251 \end_layout
17252
17253 \begin_layout Labeling
17254 \labelwidthstring 00.00.0000
17255 gray gray
17256 \end_layout
17257
17258 \begin_layout Standard
17259 and the color values are comma separated numbers between 0 and 1 describing
17260  the factor for the corresponding color of the color model.
17261 \end_layout
17262
17263 \begin_layout Standard
17264 You can e.
17265 \begin_inset space \thinspace{}
17266 \end_inset
17267
17268 g.
17269 \begin_inset space \space{}
17270 \end_inset
17271
17272 define the color "
17273 \emph on
17274 darkgreen
17275 \emph default
17276 " in the preamble with
17277 \end_layout
17278
17279 \begin_layout Standard
17280
17281 \series bold
17282
17283 \backslash
17284 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17285 \end_layout
17286
17287 \begin_layout Standard
17288 and the color "
17289 \emph on
17290 lightgray
17291 \emph default
17292 " with
17293 \end_layout
17294
17295 \begin_layout Standard
17296
17297 \series bold
17298
17299 \backslash
17300 definecolor{lightgray}{gray}{0.8}
17301 \end_layout
17302
17303 \begin_layout Standard
17304 \begin_inset VSpace medskip
17305 \end_inset
17306
17307
17308 \end_layout
17309
17310 \begin_layout Standard
17311 Lines are colored with the command
17312 \end_layout
17313
17314 \begin_layout Standard
17315
17316 \series bold
17317
17318 \backslash
17319 rowcolor{name of color}
17320 \end_layout
17321
17322 \begin_layout Standard
17323 and cells are colored with the command
17324 \end_layout
17325
17326 \begin_layout Standard
17327
17328 \series bold
17329
17330 \backslash
17331 cellcolor{name of color}
17332 \end_layout
17333
17334 \begin_layout Standard
17335 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17336  Code.
17337 \end_layout
17338
17339 \begin_layout Standard
17340 To color characters in the table, mark the cells and use the 
17341 \family sans
17342 Text
17343 \begin_inset space ~
17344 \end_inset
17345
17346 Style
17347 \family default
17348  dialog.
17349  If a cell contains \SpecialChar TeX
17350  Code mark only the characters, otherwise the colored
17351  \SpecialChar TeX
17352  Code will cause \SpecialChar LaTeX
17353  errors.
17354 \end_layout
17355
17356 \begin_layout Standard
17357 \begin_inset Note Greyedout
17358 status open
17359
17360 \begin_layout Plain Layout
17361
17362 \series bold
17363 Note:
17364 \series default
17365  Not all DVI-viewers are able to display self-defined colors.
17366 \end_layout
17367
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \begin_layout Standard
17374 \begin_inset VSpace bigskip
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \begin_layout Standard
17381 To create Table
17382 \begin_inset space ~
17383 \end_inset
17384
17385
17386 \begin_inset CommandInset ref
17387 LatexCommand ref
17388 reference "tab:Table-colored-using"
17389
17390 \end_inset
17391
17392  do the following: The color of the first column should be 
17393 \emph on
17394 darkgreen
17395 \emph default
17396 .
17397  So insert
17398 \end_layout
17399
17400 \begin_layout Standard
17401
17402 \series bold
17403 >{
17404 \backslash
17405 columncolor{darkgreen}
17406 \backslash
17407 centering}c
17408 \end_layout
17409
17410 \begin_layout Standard
17411 as \SpecialChar LaTeX
17412 -argument for this column.
17413  The first row should be light blue, therefore the \SpecialChar TeX
17414  Code command
17415 \end_layout
17416
17417 \begin_layout Standard
17418
17419 \series bold
17420
17421 \backslash
17422 rowcolor{cyan}
17423 \end_layout
17424
17425 \begin_layout Standard
17426 is inserted to the first cell of this row.
17427  Note that this overwrites the column color for the first cell.
17428  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17429  Code
17430  command
17431 \end_layout
17432
17433 \begin_layout Standard
17434
17435 \series bold
17436
17437 \backslash
17438 cellcolor{Maroon}
17439 \end_layout
17440
17441 \begin_layout Standard
17442 The characters could now be colored using the menu 
17443 \family sans
17444 Edit\SpecialChar menuseparator
17445 Text
17446 \begin_inset space ~
17447 \end_inset
17448
17449 Style
17450 \family default
17451 .
17452 \end_layout
17453
17454 \begin_layout Standard
17455 \begin_inset Float table
17456 placement h
17457 wide false
17458 sideways false
17459 status open
17460
17461 \begin_layout Plain Layout
17462 \begin_inset Caption Standard
17463
17464 \begin_layout Plain Layout
17465 \begin_inset CommandInset label
17466 LatexCommand label
17467 name "tab:Table-colored-using"
17468
17469 \end_inset
17470
17471 Table colored using the package 
17472 \series bold
17473 colortbl
17474 \series default
17475
17476 \begin_inset Argument 1
17477 status collapsed
17478
17479 \begin_layout Plain Layout
17480 Table with colortbl
17481 \end_layout
17482
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \end_inset
17489
17490
17491 \end_layout
17492
17493 \begin_layout Plain Layout
17494 \align center
17495 \begin_inset Tabular
17496 <lyxtabular version="3" rows="3" columns="3">
17497 <features tabularvalignment="middle">
17498 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17499 <column alignment="center" valignment="top">
17500 <column alignment="center" valignment="top">
17501 <row>
17502 <cell alignment="center" valignment="top" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 \begin_inset ERT
17507 status collapsed
17508
17509 \begin_layout Plain Layout
17510
17511
17512 \backslash
17513 rowcolor{cyan}
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \color magenta
17520 a
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529
17530 \color red
17531 b
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540
17541 \color red
17542 c
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 </row>
17548 <row>
17549 <cell alignment="center" valignment="top" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553
17554 \color yellow
17555 d
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 <cell alignment="center" valignment="top" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564
17565 \color blue
17566 e
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575
17576 \color blue
17577 f
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 </row>
17583 <row>
17584 <cell alignment="center" valignment="top" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588
17589 \color yellow
17590 g
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 <cell alignment="center" valignment="top" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599
17600 \color blue
17601 h
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 <cell alignment="center" valignment="top" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610 \begin_inset ERT
17611 status collapsed
17612
17613 \begin_layout Plain Layout
17614
17615
17616 \backslash
17617 cellcolor{Maroon}
17618 \end_layout
17619
17620 \end_inset
17621
17622
17623 \color green
17624 i
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 </row>
17630 </lyxtabular>
17631
17632 \end_inset
17633
17634
17635 \end_layout
17636
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \begin_layout Standard
17643 \begin_inset ERT
17644 status collapsed
17645
17646 \begin_layout Plain Layout
17647
17648
17649 \backslash
17650 else
17651 \end_layout
17652
17653 \end_inset
17654
17655
17656 \begin_inset Note Note
17657 status open
17658
17659 \begin_layout Plain Layout
17660 The following will be displayed when the \SpecialChar LaTeX
17661 -package 
17662 \series bold
17663 colortbl
17664 \series default
17665  is not installed:
17666 \end_layout
17667
17668 \end_inset
17669
17670
17671 \end_layout
17672
17673 \begin_layout Standard
17674 You need to install the package 
17675 \series bold
17676 colortbl
17677 \series default
17678  to see the content of this section in the output.
17679 \end_layout
17680
17681 \begin_layout Standard
17682 \begin_inset ERT
17683 status collapsed
17684
17685 \begin_layout Plain Layout
17686
17687
17688 \backslash
17689 fi
17690 \end_layout
17691
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \begin_layout Subsection
17698 Colored Rows
17699 \begin_inset Index idx
17700 status collapsed
17701
17702 \begin_layout Plain Layout
17703 Table Color ! for Rows
17704 \end_layout
17705
17706 \end_inset
17707
17708
17709 \begin_inset Index idx
17710 status collapsed
17711
17712 \begin_layout Plain Layout
17713 Color ! for Table Rows
17714 \end_layout
17715
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \begin_layout Standard
17722 In case every second table row needs to be colored there is an alternative
17723  to the method described in the previous section: One loads the package
17724  
17725 \series bold
17726 xcolor
17727 \series default
17728
17729 \begin_inset Index idx
17730 status collapsed
17731
17732 \begin_layout Plain Layout
17733 \SpecialChar LaTeX
17734 -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 \SpecialChar LaTeX
17778 -packages ! colortbl
17779 \end_layout
17780
17781 \end_inset
17782
17783 , so 
17784 \series bold
17785 colortbl
17786 \series default
17787  must be installed in your \SpecialChar LaTeX
17788 -distribution, otherwise you get \SpecialChar LaTeX
17789 -errors.
17790 \end_layout
17791
17792 \begin_layout Standard
17793 \begin_inset ERT
17794 status collapsed
17795
17796 \begin_layout Plain Layout
17797
17798
17799 \backslash
17800 ifcolortbl
17801 \end_layout
17802
17803 \end_inset
17804
17805
17806 \begin_inset Note Note
17807 status open
17808
17809 \begin_layout Plain Layout
17810 The following section part will only be displayed when the \SpecialChar LaTeX
17811 -package 
17812 \series bold
17813 colortbl
17814 \series default
17815  is installed.
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \begin_layout Standard
17824 The table rows are colored with the command
17825 \end_layout
17826
17827 \begin_layout Standard
17828
17829 \series bold
17830
17831 \backslash
17832 rowcolors[commands]{row number}{odd row color}{even row color}
17833 \end_layout
17834
17835 \begin_layout Standard
17836 that is either inserted in the document preamble or as \SpecialChar TeX
17837  Code before the
17838  first table to be colored.
17839  row
17840 \begin_inset space ~
17841 \end_inset
17842
17843 number is the number of the first row which should be colored according
17844  to the odd row color.
17845  commands can be additional commands that are executed before every table
17846  row.
17847  So for example the command
17848 \end_layout
17849
17850 \begin_layout Standard
17851
17852 \series bold
17853
17854 \backslash
17855 rowcolors{1}{white}{lightgray}
17856 \end_layout
17857
17858 \begin_layout Standard
17859 leads to the coloring scheme of Table
17860 \begin_inset space ~
17861 \end_inset
17862
17863
17864 \begin_inset CommandInset ref
17865 LatexCommand ref
17866 reference "tab:Table-rowcolors"
17867
17868 \end_inset
17869
17870 .
17871  The command
17872 \end_layout
17873
17874 \begin_layout Standard
17875
17876 \series bold
17877
17878 \backslash
17879 rowcolors[
17880 \backslash
17881 hline]{1}{lightgray}{cyan}
17882 \end_layout
17883
17884 \begin_layout Standard
17885 leads to the coloring scheme of Table
17886 \begin_inset space ~
17887 \end_inset
17888
17889
17890 \begin_inset CommandInset ref
17891 LatexCommand ref
17892 reference "tab:Table-rowcolors-2"
17893
17894 \end_inset
17895
17896 .
17897  If odd
17898 \begin_inset space ~
17899 \end_inset
17900
17901 row
17902 \begin_inset space ~
17903 \end_inset
17904
17905 color and/or even
17906 \begin_inset space ~
17907 \end_inset
17908
17909 row
17910 \begin_inset space ~
17911 \end_inset
17912
17913 color are left empty, no color will be used so that the command
17914 \end_layout
17915
17916 \begin_layout Standard
17917
17918 \series bold
17919
17920 \backslash
17921 rowcolors{1}{}{}
17922 \end_layout
17923
17924 \begin_layout Standard
17925 deletes all colors.
17926  
17927 \series bold
17928
17929 \backslash
17930 rowcolors
17931 \series default
17932  affects all tables following that command.
17933 \end_layout
17934
17935 \begin_layout Standard
17936 \begin_inset ERT
17937 status open
17938
17939 \begin_layout Plain Layout
17940
17941
17942 \backslash
17943 rowcolors{1}{white}{lightgray}
17944 \end_layout
17945
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Standard
17952 \begin_inset Float table
17953 placement h
17954 wide false
17955 sideways false
17956 status open
17957
17958 \begin_layout Plain Layout
17959 \begin_inset Caption Standard
17960
17961 \begin_layout Plain Layout
17962 \begin_inset CommandInset label
17963 LatexCommand label
17964 name "tab:Table-rowcolors"
17965
17966 \end_inset
17967
17968 Table where every second row is colored light gray.
17969 \end_layout
17970
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \begin_layout Plain Layout
17977 \align center
17978 \begin_inset Tabular
17979 <lyxtabular version="3" rows="4" columns="3">
17980 <features tabularvalignment="middle">
17981 <column alignment="center" valignment="top">
17982 <column alignment="center" valignment="top" width="0pt">
17983 <column alignment="center" valignment="top" width="0pt">
17984 <row>
17985 <cell alignment="center" valignment="top" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 X
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 Y
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell alignment="center" valignment="top" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007 Z
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 </row>
18013 <row>
18014 <cell alignment="center" valignment="top" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 1
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027 2
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 3
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 </row>
18042 <row>
18043 <cell alignment="center" valignment="top" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 4
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 5
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 6
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 </row>
18071 <row>
18072 <cell alignment="center" valignment="top" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076 7
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085 8
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 9
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 </row>
18100 </lyxtabular>
18101
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Standard
18113 \begin_inset ERT
18114 status open
18115
18116 \begin_layout Plain Layout
18117
18118
18119 \backslash
18120 rowcolors[
18121 \backslash
18122 hline]{1}{lightgray}{cyan}
18123 \end_layout
18124
18125 \end_inset
18126
18127
18128 \end_layout
18129
18130 \begin_layout Standard
18131 \begin_inset Float table
18132 placement h
18133 wide false
18134 sideways false
18135 status open
18136
18137 \begin_layout Plain Layout
18138 \begin_inset Caption Standard
18139
18140 \begin_layout Plain Layout
18141 \begin_inset CommandInset label
18142 LatexCommand label
18143 name "tab:Table-rowcolors-2"
18144
18145 \end_inset
18146
18147 Table where every second row is colored cyan and at which there is a line
18148  between each row.
18149 \end_layout
18150
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \begin_layout Plain Layout
18157 \align center
18158 \begin_inset Tabular
18159 <lyxtabular version="3" rows="4" columns="3">
18160 <features tabularvalignment="middle">
18161 <column alignment="center" valignment="top">
18162 <column alignment="center" valignment="top">
18163 <column alignment="center" valignment="top" width="0pt">
18164 <row>
18165 <cell alignment="center" valignment="top" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 X
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 Y
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 <cell alignment="center" valignment="top" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187 Z
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 </row>
18193 <row>
18194 <cell alignment="center" valignment="top" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 1
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 2
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 3
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 </row>
18222 <row>
18223 <cell alignment="center" valignment="top" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 4
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 5
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 6
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 <row>
18252 <cell alignment="center" valignment="top" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256 7
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 <cell alignment="center" valignment="top" usebox="none">
18262 \begin_inset Text
18263
18264 \begin_layout Plain Layout
18265 8
18266 \end_layout
18267
18268 \end_inset
18269 </cell>
18270 <cell alignment="center" valignment="top" usebox="none">
18271 \begin_inset Text
18272
18273 \begin_layout Plain Layout
18274 9
18275 \end_layout
18276
18277 \end_inset
18278 </cell>
18279 </row>
18280 </lyxtabular>
18281
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \begin_layout Standard
18293 \begin_inset ERT
18294 status collapsed
18295
18296 \begin_layout Plain Layout
18297
18298
18299 \backslash
18300 rowcolors{1}{}{}
18301 \end_layout
18302
18303 \end_inset
18304
18305
18306 \begin_inset Note Note
18307 status collapsed
18308
18309 \begin_layout Plain Layout
18310 turns off the row coloring
18311 \end_layout
18312
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \begin_layout Standard
18319 \begin_inset ERT
18320 status collapsed
18321
18322 \begin_layout Plain Layout
18323
18324
18325 \backslash
18326 else
18327 \end_layout
18328
18329 \end_inset
18330
18331
18332 \begin_inset Note Note
18333 status open
18334
18335 \begin_layout Plain Layout
18336 The following will be displayed when the \SpecialChar LaTeX
18337 -package 
18338 \series bold
18339 colortbl
18340 \series default
18341  is not installed:
18342 \end_layout
18343
18344 \end_inset
18345
18346
18347 \end_layout
18348
18349 \begin_layout Standard
18350 You need to install the package 
18351 \series bold
18352 colortbl
18353 \series default
18354  to see the content of this section in the output.
18355 \end_layout
18356
18357 \begin_layout Standard
18358 \begin_inset ERT
18359 status collapsed
18360
18361 \begin_layout Plain Layout
18362
18363
18364 \backslash
18365 fi
18366 \end_layout
18367
18368 \end_inset
18369
18370
18371 \end_layout
18372
18373 \begin_layout Subsection
18374 Colored Lines
18375 \begin_inset Index idx
18376 status collapsed
18377
18378 \begin_layout Plain Layout
18379 Table Color ! for Lines
18380 \end_layout
18381
18382 \end_inset
18383
18384
18385 \begin_inset Index idx
18386 status collapsed
18387
18388 \begin_layout Plain Layout
18389 Color ! for Table Lines
18390 \end_layout
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Standard
18398 As described in section
18399 \begin_inset space ~
18400 \end_inset
18401
18402
18403 \begin_inset CommandInset ref
18404 LatexCommand ref
18405 reference "subsec:Line-Thickness"
18406
18407 \end_inset
18408
18409 , the line thickness for all lines in a table can be adjusted with the length
18410  
18411 \series bold
18412
18413 \backslash
18414 arrayrulewidth
18415 \series default
18416 .
18417  It is set to 1.5
18418 \begin_inset space \thinspace{}
18419 \end_inset
18420
18421 pt for all tables of this section.
18422 \begin_inset ERT
18423 status collapsed
18424
18425 \begin_layout Plain Layout
18426
18427
18428 \backslash
18429 setlength{
18430 \backslash
18431 arrayrulewidth}{1.5pt}
18432 \end_layout
18433
18434 \end_inset
18435
18436
18437 \end_layout
18438
18439 \begin_layout Standard
18440 To color vertical lines for example with green, create the following column
18441  format in the document preamble, according to the description in section
18442 \begin_inset space ~
18443 \end_inset
18444
18445
18446 \begin_inset CommandInset ref
18447 LatexCommand ref
18448 reference "subsec:Customized-Format"
18449
18450 \end_inset
18451
18452 :
18453 \end_layout
18454
18455 \begin_layout Standard
18456
18457 \series bold
18458
18459 \backslash
18460 newcolumntype{W}{!{
18461 \backslash
18462 color{green}
18463 \backslash
18464 vline}}
18465 \end_layout
18466
18467 \begin_layout Standard
18468 For Table
18469 \begin_inset space ~
18470 \end_inset
18471
18472
18473 \begin_inset CommandInset ref
18474 LatexCommand ref
18475 reference "tab:Table-with-vertical-colored"
18476
18477 \end_inset
18478
18479  the \SpecialChar LaTeX
18480 -argument
18481 \series bold
18482  WcW
18483 \series default
18484  was used for the last column and
18485 \series bold
18486  Wc
18487 \series default
18488  for the other columns.
18489 \end_layout
18490
18491 \begin_layout Standard
18492 If you want to have several colors, define more column formats.
18493 \end_layout
18494
18495 \begin_layout Standard
18496 \begin_inset Float table
18497 placement h
18498 wide false
18499 sideways false
18500 status open
18501
18502 \begin_layout Plain Layout
18503 \begin_inset Caption Standard
18504
18505 \begin_layout Plain Layout
18506 \begin_inset CommandInset label
18507 LatexCommand label
18508 name "tab:Table-with-vertical-colored"
18509
18510 \end_inset
18511
18512 Table with colored vertical lines
18513 \end_layout
18514
18515 \end_inset
18516
18517
18518 \end_layout
18519
18520 \begin_layout Plain Layout
18521 \align center
18522 \begin_inset Tabular
18523 <lyxtabular version="3" rows="3" columns="3">
18524 <features tabularvalignment="middle">
18525 <column alignment="center" valignment="top" special="Wc">
18526 <column alignment="center" valignment="top" special="Wc">
18527 <column alignment="center" valignment="top" special="WcW">
18528 <row>
18529 <cell alignment="center" valignment="top" topline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 sd
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" topline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 </row>
18557 <row>
18558 <cell alignment="center" valignment="top" topline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" topline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 sd
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" topline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 </row>
18586 <row>
18587 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 sd
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 </row>
18615 </lyxtabular>
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \begin_layout Standard
18628 \begin_inset VSpace bigskip
18629 \end_inset
18630
18631 To color all horizontal lines for example with red, as in Table
18632 \begin_inset space ~
18633 \end_inset
18634
18635
18636 \begin_inset CommandInset ref
18637 LatexCommand ref
18638 reference "tab:Table-with-horizontal-colored"
18639
18640 \end_inset
18641
18642 , insert these commands in \SpecialChar TeX
18643  code before the table or table float:
18644 \end_layout
18645
18646 \begin_layout Standard
18647
18648 \series bold
18649
18650 \backslash
18651 let
18652 \backslash
18653 myHlineC
18654 \backslash
18655 hline
18656 \begin_inset Newline newline
18657 \end_inset
18658
18659
18660 \backslash
18661 renewcommand{
18662 \backslash
18663 hline}
18664 \begin_inset Newline newline
18665 \end_inset
18666
18667
18668 \begin_inset Phantom HPhantom
18669 status open
18670
18671 \begin_layout Plain Layout
18672
18673 \series bold
18674 \begin_inset space ~
18675 \end_inset
18676
18677
18678 \end_layout
18679
18680 \end_inset
18681
18682 {
18683 \backslash
18684 arrayrulecolor{red}
18685 \backslash
18686 myHlineC
18687 \backslash
18688 arrayrulecolor{black}}
18689 \end_layout
18690
18691 \begin_layout Standard
18692 \begin_inset ERT
18693 status collapsed
18694
18695 \begin_layout Plain Layout
18696
18697
18698 \backslash
18699 let
18700 \backslash
18701 myHlineC
18702 \backslash
18703 hline
18704 \end_layout
18705
18706 \begin_layout Plain Layout
18707
18708
18709 \backslash
18710 renewcommand{
18711 \backslash
18712 hline}
18713 \end_layout
18714
18715 \begin_layout Plain Layout
18716
18717  {
18718 \backslash
18719 arrayrulecolor{red}
18720 \backslash
18721 myHlineC
18722 \backslash
18723 arrayrulecolor{black}}
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \begin_inset Float table
18730 placement h
18731 wide false
18732 sideways false
18733 status open
18734
18735 \begin_layout Plain Layout
18736 \begin_inset Caption Standard
18737
18738 \begin_layout Plain Layout
18739 \begin_inset CommandInset label
18740 LatexCommand label
18741 name "tab:Table-with-horizontal-colored"
18742
18743 \end_inset
18744
18745 Table with colored horizontal lines
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \begin_layout Plain Layout
18754 \align center
18755 \begin_inset Tabular
18756 <lyxtabular version="3" rows="3" columns="3">
18757 <features tabularvalignment="middle">
18758 <column alignment="center" valignment="top">
18759 <column alignment="center" valignment="top">
18760 <column alignment="center" valignment="top">
18761 <row>
18762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766 sd
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 </row>
18790 <row>
18791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 sd
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813
18814 \end_layout
18815
18816 \end_inset
18817 </cell>
18818 </row>
18819 <row>
18820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842 sd
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 </row>
18848 </lyxtabular>
18849
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \end_inset
18856
18857
18858 \end_layout
18859
18860 \begin_layout Standard
18861 To return to the default line color black, insert this command in \SpecialChar TeX
18862  code
18863  after the table or table float:
18864 \end_layout
18865
18866 \begin_layout Standard
18867
18868 \series bold
18869
18870 \backslash
18871 renewcommand{
18872 \backslash
18873 hline}{
18874 \backslash
18875 myHlineC}
18876 \end_layout
18877
18878 \begin_layout Standard
18879 Table
18880 \begin_inset space ~
18881 \end_inset
18882
18883
18884 \begin_inset CommandInset ref
18885 LatexCommand ref
18886 reference "tab:Table-with-colored"
18887
18888 \end_inset
18889
18890  is an example with colored vertical and horizontal lines.
18891 \end_layout
18892
18893 \begin_layout Standard
18894 \begin_inset Float table
18895 placement h
18896 wide false
18897 sideways false
18898 status open
18899
18900 \begin_layout Plain Layout
18901 \begin_inset Caption Standard
18902
18903 \begin_layout Plain Layout
18904 \begin_inset CommandInset label
18905 LatexCommand label
18906 name "tab:Table-with-colored"
18907
18908 \end_inset
18909
18910 Table with colored lines
18911 \end_layout
18912
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \begin_layout Plain Layout
18919 \align center
18920 \begin_inset Tabular
18921 <lyxtabular version="3" rows="3" columns="3">
18922 <features tabularvalignment="middle">
18923 <column alignment="center" valignment="top" special="Wc">
18924 <column alignment="center" valignment="top" special="Wc">
18925 <column alignment="center" valignment="top" special="WcW">
18926 <row>
18927 <cell alignment="center" valignment="top" topline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 sd
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 </row>
18955 <row>
18956 <cell alignment="center" valignment="top" topline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 <cell alignment="center" valignment="top" topline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969 sd
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 </row>
18984 <row topspace="default">
18985 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007 sd
19008 \end_layout
19009
19010 \end_inset
19011 </cell>
19012 </row>
19013 </lyxtabular>
19014
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Standard
19026 \begin_inset ERT
19027 status collapsed
19028
19029 \begin_layout Plain Layout
19030
19031
19032 \backslash
19033 renewcommand{
19034 \backslash
19035 hline}{
19036 \backslash
19037 myHlineC}
19038 \end_layout
19039
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \begin_layout Standard
19046 \begin_inset ERT
19047 status collapsed
19048
19049 \begin_layout Plain Layout
19050
19051
19052 \backslash
19053 setlength{
19054 \backslash
19055 arrayrulewidth}{1.2pt}
19056 \end_layout
19057
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \begin_layout Standard
19064 To color only some of the table lines another strategy is necessary.
19065  To color all following horizontal lines, insert this command as \SpecialChar TeX
19066  code as
19067  last thing in the row that should be above the first colored line:
19068 \end_layout
19069
19070 \begin_layout Standard
19071
19072 \series bold
19073
19074 \backslash
19075
19076 \backslash
19077
19078 \backslash
19079 arrayrulecolor{blue}%
19080 \end_layout
19081
19082 \begin_layout Standard
19083 To go back to black lines, add this command as first thing in the row that
19084  is above the black lines:
19085 \end_layout
19086
19087 \begin_layout Standard
19088
19089 \series bold
19090
19091 \backslash
19092 arrayrulecolor{black}
19093 \end_layout
19094
19095 \begin_layout Standard
19096 With this one can color table lines like in Table
19097 \begin_inset space ~
19098 \end_inset
19099
19100
19101 \begin_inset CommandInset ref
19102 LatexCommand ref
19103 reference "tab:Table-with-different-hor"
19104
19105 \end_inset
19106
19107 .
19108  However, with this method it is not possible to color the line above the
19109  first row of a table.
19110 \end_layout
19111
19112 \begin_layout Standard
19113 \begin_inset Float table
19114 wide false
19115 sideways false
19116 status open
19117
19118 \begin_layout Plain Layout
19119 \begin_inset Caption Standard
19120
19121 \begin_layout Plain Layout
19122 \begin_inset CommandInset label
19123 LatexCommand label
19124 name "tab:Table-with-different-hor"
19125
19126 \end_inset
19127
19128 Table with different horizontal line colors.
19129 \end_layout
19130
19131 \end_inset
19132
19133
19134 \end_layout
19135
19136 \begin_layout Plain Layout
19137 \align center
19138 \begin_inset Tabular
19139 <lyxtabular version="3" rows="6" columns="7">
19140 <features tabularvalignment="middle">
19141 <column alignment="center" valignment="top">
19142 <column alignment="center" valignment="top">
19143 <column alignment="center" valignment="top">
19144 <column alignment="center" valignment="top">
19145 <column alignment="center" valignment="top">
19146 <column alignment="center" valignment="top">
19147 <column alignment="center" valignment="top">
19148 <row>
19149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 <cell alignment="center" valignment="top" topline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 <cell alignment="center" valignment="top" topline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171
19172 \end_layout
19173
19174 \end_inset
19175 </cell>
19176 <cell alignment="center" valignment="top" topline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 <cell alignment="center" valignment="top" topline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \end_layout
19191
19192 \end_inset
19193 </cell>
19194 <cell alignment="center" valignment="top" topline="true" usebox="none">
19195 \begin_inset Text
19196
19197 \begin_layout Plain Layout
19198
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207 \begin_inset ERT
19208 status open
19209
19210 \begin_layout Plain Layout
19211
19212
19213 \backslash
19214
19215 \backslash
19216
19217 \backslash
19218 arrayrulecolor{blue}%
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 </row>
19229 <row>
19230 <cell alignment="center" valignment="top" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234 Y
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252
19253 \end_layout
19254
19255 \end_inset
19256 </cell>
19257 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 Y
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 </row>
19294 <row>
19295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299 \begin_inset ERT
19300 status open
19301
19302 \begin_layout Plain Layout
19303
19304
19305 \backslash
19306 arrayrulecolor{black}
19307 \end_layout
19308
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 <cell alignment="center" valignment="top" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 </row>
19371 <row>
19372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 <cell alignment="center" valignment="top" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Plain Layout
19385
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 <cell alignment="center" valignment="top" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 <cell alignment="center" valignment="top" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 <cell alignment="center" valignment="top" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset ERT
19431 status collapsed
19432
19433 \begin_layout Plain Layout
19434
19435
19436 \backslash
19437
19438 \backslash
19439
19440 \backslash
19441 arrayrulecolor{green}%
19442 \end_layout
19443
19444 \end_inset
19445
19446
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 </row>
19452 <row>
19453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 </row>
19517 <row>
19518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522 \begin_inset ERT
19523 status collapsed
19524
19525 \begin_layout Plain Layout
19526
19527
19528 \backslash
19529 arrayrulecolor{black}
19530 \end_layout
19531
19532 \end_inset
19533
19534 B
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588 \begin_inset ERT
19589 status collapsed
19590
19591 \begin_layout Plain Layout
19592
19593
19594 \backslash
19595
19596 \backslash
19597
19598 \backslash
19599 arrayrulecolor{blue}%
19600 \end_layout
19601
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 </row>
19610 </lyxtabular>
19611
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Standard
19623 To change the color of vertical lines within a row, like in Table
19624 \begin_inset space ~
19625 \end_inset
19626
19627
19628 \begin_inset CommandInset ref
19629 LatexCommand ref
19630 reference "tab:Table-with-different-ver"
19631
19632 \end_inset
19633
19634 , one needs to use multicolumns.
19635  At first one needs to remove all vertical lines that don't run along the
19636  whole column.
19637  Now one colors all lines using the command
19638 \end_layout
19639
19640 \begin_layout Standard
19641
19642 \series bold
19643
19644 \backslash
19645
19646 \backslash
19647
19648 \backslash
19649 arrayrulecolor{blue}%
19650 \end_layout
19651
19652 \begin_layout Standard
19653 as above.
19654  Finally one inserts this command as \SpecialChar TeX
19655  code to every cell in the row where
19656  one needs a vertical line in a different color:
19657 \end_layout
19658
19659 \begin_layout Standard
19660
19661 \series bold
19662
19663 \backslash
19664 multicolumn{1}{!{
19665 \backslash
19666 color{green}
19667 \backslash
19668 vline}c!{
19669 \backslash
19670 color{red}
19671 \backslash
19672 vline}}{
19673 \end_layout
19674
19675 \begin_layout Standard
19676 This adds a vertical line to both sides of the cell.
19677  The left one will be green, the right one red.
19678  If no color change is necessary one can omit the 
19679 \series bold
19680
19681 \backslash
19682 color
19683 \series default
19684  command in the above command.
19685  To get for example a black left line and a blue right line you can write:
19686 \end_layout
19687
19688 \begin_layout Standard
19689
19690 \series bold
19691
19692 \backslash
19693 multicolumn{1}{!{
19694 \backslash
19695 color{black}
19696 \backslash
19697 vline}c|}{
19698 \end_layout
19699
19700 \begin_layout Standard
19701 because the color blue was already set for all lines.
19702  The 
19703 \series bold
19704 |
19705 \series default
19706  creates hereby the vertical line while 
19707 \series bold
19708
19709 \backslash
19710 vline
19711 \series default
19712  does this when 
19713 \series bold
19714
19715 \backslash
19716 color
19717 \series default
19718  is used.
19719  To set vertical lines without changing any color use
19720 \end_layout
19721
19722 \begin_layout Standard
19723
19724 \series bold
19725
19726 \backslash
19727 multicolumn{1}{|c|}{
19728 \end_layout
19729
19730 \begin_layout Standard
19731 After this command insert the cell content the normal way and end the cell
19732  with a closing brace 
19733 \series bold
19734 }
19735 \series default
19736  in \SpecialChar TeX
19737  code.
19738 \end_layout
19739
19740 \begin_layout Standard
19741 \begin_inset Float table
19742 wide false
19743 sideways false
19744 status open
19745
19746 \begin_layout Plain Layout
19747 \begin_inset Caption Standard
19748
19749 \begin_layout Plain Layout
19750 \begin_inset CommandInset label
19751 LatexCommand label
19752 name "tab:Table-with-different-ver"
19753
19754 \end_inset
19755
19756 Table with different vertical line colors in one row.
19757 \end_layout
19758
19759 \end_inset
19760
19761
19762 \end_layout
19763
19764 \begin_layout Plain Layout
19765 \align center
19766 \begin_inset Tabular
19767 <lyxtabular version="3" rows="5" columns="7">
19768 <features tabularvalignment="middle">
19769 <column alignment="center" valignment="top">
19770 <column alignment="center" valignment="top">
19771 <column alignment="center" valignment="top">
19772 <column alignment="center" valignment="top">
19773 <column alignment="center" valignment="top">
19774 <column alignment="center" valignment="top">
19775 <column alignment="center" valignment="top">
19776 <row>
19777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 <cell alignment="center" valignment="top" topline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" topline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 <cell alignment="center" valignment="top" topline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835 \begin_inset ERT
19836 status open
19837
19838 \begin_layout Plain Layout
19839
19840
19841 \backslash
19842
19843 \backslash
19844
19845 \backslash
19846 arrayrulecolor{red}%
19847 \end_layout
19848
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 \begin_inset ERT
19863 status open
19864
19865 \begin_layout Plain Layout
19866
19867
19868 \backslash
19869 multicolumn{1}{!{
19870 \backslash
19871 color{black}
19872 \backslash
19873 vline}c|}{
19874 \end_layout
19875
19876 \end_inset
19877
19878 Y
19879 \begin_inset ERT
19880 status collapsed
19881
19882 \begin_layout Plain Layout
19883
19884 }
19885 \end_layout
19886
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 \begin_inset ERT
19935 status open
19936
19937 \begin_layout Plain Layout
19938
19939
19940 \backslash
19941 multicolumn{1}{c|}{
19942 \end_layout
19943
19944 \end_inset
19945
19946
19947 \begin_inset ERT
19948 status collapsed
19949
19950 \begin_layout Plain Layout
19951
19952 }
19953 \end_layout
19954
19955 \end_inset
19956
19957
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 \begin_inset ERT
19967 status open
19968
19969 \begin_layout Plain Layout
19970
19971
19972 \backslash
19973 multicolumn{1}{c!{
19974 \backslash
19975 color{black}
19976 \backslash
19977 vline}}{
19978 \end_layout
19979
19980 \end_inset
19981
19982 Y
19983 \begin_inset ERT
19984 status collapsed
19985
19986 \begin_layout Plain Layout
19987
19988 }
19989 \end_layout
19990
19991 \end_inset
19992
19993
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 </row>
19999 <row>
20000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004 \begin_inset ERT
20005 status collapsed
20006
20007 \begin_layout Plain Layout
20008
20009
20010 \backslash
20011 arrayrulecolor{black}
20012 \end_layout
20013
20014 \end_inset
20015
20016
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 <cell alignment="center" valignment="top" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 <cell alignment="center" valignment="top" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 <cell alignment="center" valignment="top" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070 \begin_inset ERT
20071 status collapsed
20072
20073 \begin_layout Plain Layout
20074
20075
20076 \backslash
20077
20078 \backslash
20079
20080 \backslash
20081 arrayrulecolor{magenta}%
20082 \end_layout
20083
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 <row>
20093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 \begin_inset ERT
20098 status collapsed
20099
20100 \begin_layout Plain Layout
20101
20102
20103 \backslash
20104 multicolumn{1}{|c!{
20105 \backslash
20106 color{red}
20107 \backslash
20108 vline}}{
20109 \end_layout
20110
20111 \end_inset
20112
20113
20114 \begin_inset ERT
20115 status collapsed
20116
20117 \begin_layout Plain Layout
20118
20119 }
20120 \end_layout
20121
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133 \begin_inset ERT
20134 status collapsed
20135
20136 \begin_layout Plain Layout
20137
20138
20139 \backslash
20140 multicolumn{1}{c!{
20141 \backslash
20142 color{green}
20143 \backslash
20144 vline}}{
20145 \end_layout
20146
20147 \end_inset
20148
20149
20150 \begin_inset ERT
20151 status collapsed
20152
20153 \begin_layout Plain Layout
20154
20155 }
20156 \end_layout
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 \begin_inset ERT
20170 status collapsed
20171
20172 \begin_layout Plain Layout
20173
20174
20175 \backslash
20176 multicolumn{1}{c!{
20177 \backslash
20178 color{yellow}
20179 \backslash
20180 vline}}{
20181 \end_layout
20182
20183 \end_inset
20184
20185
20186 \begin_inset ERT
20187 status collapsed
20188
20189 \begin_layout Plain Layout
20190
20191 }
20192 \end_layout
20193
20194 \end_inset
20195
20196
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 \begin_inset ERT
20206 status collapsed
20207
20208 \begin_layout Plain Layout
20209
20210
20211 \backslash
20212 multicolumn{1}{c!{
20213 \backslash
20214 color{blue}
20215 \backslash
20216 vline}}{
20217 \end_layout
20218
20219 \end_inset
20220
20221
20222 \begin_inset ERT
20223 status collapsed
20224
20225 \begin_layout Plain Layout
20226
20227 }
20228 \end_layout
20229
20230 \end_inset
20231
20232
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 \begin_inset ERT
20242 status collapsed
20243
20244 \begin_layout Plain Layout
20245
20246
20247 \backslash
20248 multicolumn{1}{c!{
20249 \backslash
20250 color{cyan}
20251 \backslash
20252 vline}}{
20253 \end_layout
20254
20255 \end_inset
20256
20257
20258 \begin_inset ERT
20259 status collapsed
20260
20261 \begin_layout Plain Layout
20262
20263 }
20264 \end_layout
20265
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277 \begin_inset ERT
20278 status collapsed
20279
20280 \begin_layout Plain Layout
20281
20282
20283 \backslash
20284 multicolumn{1}{c!{
20285 \backslash
20286 color{black}
20287 \backslash
20288 vline}}{
20289 \end_layout
20290
20291 \end_inset
20292
20293
20294 \begin_inset ERT
20295 status collapsed
20296
20297 \begin_layout Plain Layout
20298
20299 }
20300 \end_layout
20301
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 \begin_inset ERT
20314 status collapsed
20315
20316 \begin_layout Plain Layout
20317
20318
20319 \backslash
20320 multicolumn{1}{c|}{
20321 \end_layout
20322
20323 \end_inset
20324
20325
20326 \begin_inset ERT
20327 status collapsed
20328
20329 \begin_layout Plain Layout
20330
20331 }
20332 \end_layout
20333
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 </row>
20342 <row>
20343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 \begin_inset ERT
20348 status collapsed
20349
20350 \begin_layout Plain Layout
20351
20352
20353 \backslash
20354 arrayrulecolor{black}
20355 \end_layout
20356
20357 \end_inset
20358
20359 B
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 </lyxtabular>
20420
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Standard
20432 \begin_inset ERT
20433 status collapsed
20434
20435 \begin_layout Plain Layout
20436
20437
20438 \backslash
20439 setlength{
20440 \backslash
20441 arrayrulewidth}{0.4pt}
20442 \end_layout
20443
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \begin_layout Section
20450 Rotated Table Cells
20451 \begin_inset CommandInset label
20452 LatexCommand label
20453 name "sec:Rotated-Table-Cells"
20454
20455 \end_inset
20456
20457
20458 \begin_inset Index idx
20459 status collapsed
20460
20461 \begin_layout Plain Layout
20462 Table ! Rotated Cells
20463 \end_layout
20464
20465 \end_inset
20466
20467
20468 \begin_inset Index idx
20469 status collapsed
20470
20471 \begin_layout Plain Layout
20472 Rotated Material
20473 \end_layout
20474
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \begin_layout Standard
20481 \begin_inset Note Greyedout
20482 status open
20483
20484 \begin_layout Plain Layout
20485
20486 \series bold
20487 Note:
20488 \series default
20489  Not all DVI-viewers are able to display rotations.
20490 \end_layout
20491
20492 \end_inset
20493
20494
20495 \end_layout
20496
20497 \begin_layout Standard
20498 Table
20499 \begin_inset space ~
20500 \end_inset
20501
20502
20503 \begin_inset CommandInset ref
20504 LatexCommand ref
20505 reference "tab:Table-with-rotated-multi"
20506
20507 \end_inset
20508
20509  is an example where 3
20510 \begin_inset space ~
20511 \end_inset
20512
20513 cells were rotated by 45
20514 \begin_inset space \thinspace{}
20515 \end_inset
20516
20517 °.
20518 \end_layout
20519
20520 \begin_layout Standard
20521 \begin_inset Float table
20522 placement h
20523 wide false
20524 sideways false
20525 status open
20526
20527 \begin_layout Plain Layout
20528 \begin_inset Caption Standard
20529
20530 \begin_layout Plain Layout
20531 \begin_inset CommandInset label
20532 LatexCommand label
20533 name "tab:Table-with-rotated"
20534
20535 \end_inset
20536
20537 Table with rotated cells in the first row.
20538 \end_layout
20539
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \begin_layout Plain Layout
20546 \noindent
20547 \align center
20548 \begin_inset Tabular
20549 <lyxtabular version="3" rows="2" columns="3">
20550 <features tabularvalignment="middle">
20551 <column alignment="center" valignment="top" width="0pt">
20552 <column alignment="center" valignment="top" width="0pt">
20553 <column alignment="center" valignment="top" width="0pt">
20554 <row>
20555 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559 cups
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568 plates
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577 saucers
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 </row>
20583 <row>
20584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588 45
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597 33
20598 \end_layout
20599
20600 \end_inset
20601 </cell>
20602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606 21
20607 \end_layout
20608
20609 \end_inset
20610 </cell>
20611 </row>
20612 </lyxtabular>
20613
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \begin_layout Standard
20625 \begin_inset Note Greyedout
20626 status open
20627
20628 \begin_layout Plain Layout
20629
20630 \series bold
20631 Note:
20632 \series default
20633  Line breaks (shortcut 
20634 \begin_inset Info
20635 type  "shortcut"
20636 arg   "newline-insert newline"
20637 \end_inset
20638
20639 ) are not allowed in rotated cells.
20640 \end_layout
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \begin_layout Standard
20648 If you want to rotate table cells containing line breaks, you have to put
20649  the cell content into a minipage or a parbox.
20650 \begin_inset Foot
20651 status collapsed
20652
20653 \begin_layout Plain Layout
20654 For more about these boxes see sec.
20655 \begin_inset space \thinspace{}
20656 \end_inset
20657
20658
20659 \begin_inset CommandInset ref
20660 LatexCommand ref
20661 reference "sec:Minipages"
20662
20663 \end_inset
20664
20665  and 
20666 \begin_inset CommandInset ref
20667 LatexCommand ref
20668 reference "sec:Parboxes"
20669
20670 \end_inset
20671
20672 .
20673 \end_layout
20674
20675 \end_inset
20676
20677  If you rotate this cell by 90
20678 \begin_inset space \thinspace{}
20679 \end_inset
20680
20681 ° the width of the box is the height of the cell.
20682  Table
20683 \begin_inset space ~
20684 \end_inset
20685
20686
20687 \begin_inset CommandInset ref
20688 LatexCommand ref
20689 reference "tab:Table-with-rotated-multi"
20690
20691 \end_inset
20692
20693  is an example for a rotated multiline cell where the box width was set
20694  to 3
20695 \begin_inset space \thinspace{}
20696 \end_inset
20697
20698 cm.
20699 \end_layout
20700
20701 \begin_layout Standard
20702 \begin_inset Float table
20703 wide false
20704 sideways false
20705 status open
20706
20707 \begin_layout Plain Layout
20708 \begin_inset Caption Standard
20709
20710 \begin_layout Plain Layout
20711 \begin_inset CommandInset label
20712 LatexCommand label
20713 name "tab:Table-with-rotated-multi"
20714
20715 \end_inset
20716
20717 Table with rotated multiline cell.
20718 \end_layout
20719
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \begin_layout Plain Layout
20726 \noindent
20727 \align center
20728 \begin_inset Tabular
20729 <lyxtabular version="3" rows="2" columns="3">
20730 <features tabularvalignment="middle">
20731 <column alignment="center" valignment="top">
20732 <column alignment="center" valignment="top" width="0pt">
20733 <column alignment="center" valignment="top">
20734 <row>
20735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739 a
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 \begin_inset Box Frameless
20749 position "t"
20750 hor_pos "c"
20751 has_inner_box 1
20752 inner_pos "t"
20753 use_parbox 0
20754 use_makebox 0
20755 width "3cm"
20756 special "none"
20757 height "1in"
20758 height_special "totalheight"
20759 thickness "0.4pt"
20760 separation "3pt"
20761 shadowsize "4pt"
20762 framecolor "black"
20763 backgroundcolor "none"
20764 status open
20765
20766 \begin_layout Plain Layout
20767 rotated cell
20768 \begin_inset Newline newline
20769 \end_inset
20770
20771 with line break
20772 \end_layout
20773
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785 e
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 </row>
20791 <row>
20792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796 b
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805 c
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814 d
20815 \end_layout
20816
20817 \end_inset
20818 </cell>
20819 </row>
20820 </lyxtabular>
20821
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \begin_layout Section
20833 Table Width Calculation
20834 \begin_inset CommandInset label
20835 LatexCommand label
20836 name "sec:Table-Width-Calculation"
20837
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \begin_layout Standard
20844 For wide tables it is sometimes difficult to assure that the table does
20845  not protrude over the page margin.
20846  Setting a fixed width for every column of the table is the solution, but
20847  what amount of space is needed for each column?
20848 \end_layout
20849
20850 \begin_layout Standard
20851 The table width 
20852 \begin_inset Formula $W_{\mathrm{table}}$
20853 \end_inset
20854
20855  can be calculated: Every column has the width of the specified column width
20856  
20857 \begin_inset Formula $W_{\mathrm{column}}$
20858 \end_inset
20859
20860  (that the content of the column can consume) plus two times the separation
20861  between the column content and the column border (\SpecialChar LaTeX
20862  length
20863 \series bold
20864  
20865 \backslash
20866 tabcolsep
20867 \series default
20868 , default 6
20869 \begin_inset space \thinspace{}
20870 \end_inset
20871
20872 pt) plus the width of a border line (\SpecialChar LaTeX
20873  length 
20874 \series bold
20875
20876 \backslash
20877 arrayrulewidth
20878 \series default
20879 , default 0.4
20880 \begin_inset space \thinspace{}
20881 \end_inset
20882
20883 pt): So if all 
20884 \begin_inset Formula $n$
20885 \end_inset
20886
20887
20888 \begin_inset space ~
20889 \end_inset
20890
20891 columns have the same width, the table width is
20892 \begin_inset Formula 
20893 \begin{equation}
20894 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20895 \end{equation}
20896
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \begin_layout Standard
20903 The available width for a table is the space between the page margins or
20904  the width of a text column (for a two-column document) (\SpecialChar LaTeX
20905  length 
20906 \series bold
20907
20908 \backslash
20909 columnwidth
20910 \series default
20911 ).
20912  If all table columns should have the same width and 
20913 \begin_inset Formula $W_{\mathrm{table}}$
20914 \end_inset
20915
20916  should be 1
20917 \begin_inset space \thinspace{}
20918 \end_inset
20919
20920
20921 \backslash
20922 columnwidth, 
20923 \begin_inset Formula $W_{\mathrm{column}}$
20924 \end_inset
20925
20926  can easily be calculated.
20927 \end_layout
20928
20929 \begin_layout Standard
20930 To be able to perform calculations you need to load the \SpecialChar LaTeX
20931 -package 
20932 \series bold
20933 calc
20934 \series default
20935
20936 \begin_inset Index idx
20937 status collapsed
20938
20939 \begin_layout Plain Layout
20940 \SpecialChar LaTeX
20941 -packages ! calc
20942 \end_layout
20943
20944 \end_inset
20945
20946  in the document preamble.
20947  To set the width in the table dialog you have to use the field 
20948 \family sans
20949 \SpecialChar LaTeX
20950  argument
20951 \family default
20952 .
20953  The command scheme for this field is the same that is explained in section
20954 \begin_inset space ~
20955 \end_inset
20956
20957
20958 \begin_inset CommandInset ref
20959 LatexCommand ref
20960 reference "subsec:Multicolumn-Calculations"
20961
20962 \end_inset
20963
20964 .
20965  For a table with 5
20966 \begin_inset space \thinspace{}
20967 \end_inset
20968
20969 columns with an uniform width and centered text, enter there for each column
20970  the command
20971 \end_layout
20972
20973 \begin_layout Standard
20974
20975 \series bold
20976 >{
20977 \backslash
20978 centering}p{(1
20979 \backslash
20980 columnwidth-62.4pt)/5}
20981 \end_layout
20982
20983 \begin_layout Standard
20984 For a table with 5
20985 \begin_inset space \thinspace{}
20986 \end_inset
20987
20988 columns where 2 should have 0.75
20989 \begin_inset space ~
20990 \end_inset
20991
20992 times the width than the 3 others, the calculation is
20993 \begin_inset Formula 
20994 \begin{align}
20995 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20996  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20997  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20998 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20999 \end{align}
21000
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \begin_layout Standard
21007 In the table therefore the command
21008 \end_layout
21009
21010 \begin_layout Standard
21011
21012 \series bold
21013 >{
21014 \backslash
21015 centering}p{(1
21016 \backslash
21017 columnwidth-62.4pt)/
21018 \backslash
21019 real{4.5}}
21020 \end_layout
21021
21022 \begin_layout Standard
21023 is used for the wider columns and
21024 \end_layout
21025
21026 \begin_layout Standard
21027
21028 \series bold
21029 >{
21030 \backslash
21031 centering}p{(1
21032 \backslash
21033 columnwidth-62.4pt)/
21034 \backslash
21035 real{4.5}*
21036 \backslash
21037 real{0.75}}
21038 \end_layout
21039
21040 \begin_layout Standard
21041 for the smaller ones:
21042 \end_layout
21043
21044 \begin_layout Standard
21045 \begin_inset Tabular
21046 <lyxtabular version="3" rows="2" columns="5">
21047 <features tabularvalignment="middle">
21048 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21049 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21050 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21051 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21052 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21053 <row>
21054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21055 \begin_inset Text
21056
21057 \begin_layout Plain Layout
21058 1
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067 2
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 3
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 4
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094 5
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 </row>
21100 <row>
21101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 111111 1111111 111111 111111111 11111 11111 1111
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 2222 22222 222222 222222222 2222222 22 22222
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 333333 333333 333333 33333 3333333 333
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 </row>
21147 </lyxtabular>
21148
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \begin_layout Section
21155 Table Customization
21156 \begin_inset Index idx
21157 status collapsed
21158
21159 \begin_layout Plain Layout
21160 Table Customization
21161 \end_layout
21162
21163 \end_inset
21164
21165
21166 \begin_inset Index idx
21167 status collapsed
21168
21169 \begin_layout Plain Layout
21170 Table ! Customization
21171 \end_layout
21172
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \begin_layout Subsection
21179 Row Spacing
21180 \begin_inset CommandInset label
21181 LatexCommand label
21182 name "subsec:Row-Spacing"
21183
21184 \end_inset
21185
21186
21187 \begin_inset Index idx
21188 status collapsed
21189
21190 \begin_layout Plain Layout
21191 Table Customization ! Row Spacing
21192 \end_layout
21193
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \begin_layout Standard
21200 You can add vertical space to table rows in the 
21201 \family sans
21202 Borders
21203 \family default
21204  tab of the table dialog.
21205  You find there three possibilities:
21206 \end_layout
21207
21208 \begin_layout Description
21209 Top
21210 \begin_inset space ~
21211 \end_inset
21212
21213 of
21214 \begin_inset space ~
21215 \end_inset
21216
21217 row will add space above the characters of the table row.
21218  If the table is a formal table
21219 \begin_inset Foot
21220 status collapsed
21221
21222 \begin_layout Plain Layout
21223 Formal tables are explained in section
21224 \begin_inset space ~
21225 \end_inset
21226
21227
21228 \begin_inset CommandInset ref
21229 LatexCommand ref
21230 reference "sec:Formal-Tables"
21231
21232 \end_inset
21233
21234 .
21235 \end_layout
21236
21237 \end_inset
21238
21239  \SpecialChar LyX
21240  will insert as default 0.5
21241 \begin_inset space \thinspace{}
21242 \end_inset
21243
21244 em space.
21245  For normal tables the inserted space will unfortunately destroy the vertical
21246  table lines as in the following table:
21247 \begin_inset VSpace medskip
21248 \end_inset
21249
21250
21251 \begin_inset Newline newline
21252 \end_inset
21253
21254
21255 \begin_inset space \hspace*{}
21256 \length 0pt
21257 \end_inset
21258
21259
21260 \begin_inset space \hfill{}
21261 \end_inset
21262
21263
21264 \begin_inset Tabular
21265 <lyxtabular version="3" rows="3" columns="1">
21266 <features tabularvalignment="middle">
21267 <column alignment="center" valignment="top">
21268 <row>
21269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 A
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 </row>
21279 <row topspace="3mm">
21280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 3
21285 \begin_inset space \thinspace{}
21286 \end_inset
21287
21288 mm space top of row
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 <row>
21295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299 C
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 </row>
21305 </lyxtabular>
21306
21307 \end_inset
21308
21309
21310 \begin_inset space \hfill{}
21311 \end_inset
21312
21313
21314 \begin_inset space \hspace*{}
21315 \length 0pt
21316 \end_inset
21317
21318
21319 \begin_inset VSpace medskip
21320 \end_inset
21321
21322
21323 \begin_inset Newline newline
21324 \end_inset
21325
21326 So inserting space in the top of row for normal tables is only useful when
21327  you don't have vertical lines.
21328 \end_layout
21329
21330 \begin_layout Description
21331 Bottom
21332 \begin_inset space ~
21333 \end_inset
21334
21335 of
21336 \begin_inset space ~
21337 \end_inset
21338
21339 row will add space below the characters of the table row.
21340  If the table is a formal table \SpecialChar LyX
21341  will insert as default 0.5
21342 \begin_inset space \thinspace{}
21343 \end_inset
21344
21345 em space, for normal tables the default size is 2
21346 \begin_inset space \thinspace{}
21347 \end_inset
21348
21349 pt.
21350 \end_layout
21351
21352 \begin_layout Description
21353 Between
21354 \begin_inset space ~
21355 \end_inset
21356
21357 rows adds space between the current and the following row.
21358  If the table is a formal table \SpecialChar LyX
21359  will insert as default 0.5
21360 \begin_inset space \thinspace{}
21361 \end_inset
21362
21363 em space.
21364  For normal tables the inserted space will unfortunately destroy the vertical
21365  table lines as in the following table:
21366 \begin_inset VSpace medskip
21367 \end_inset
21368
21369
21370 \begin_inset Newline newline
21371 \end_inset
21372
21373
21374 \begin_inset space \hspace*{}
21375 \length 0pt
21376 \end_inset
21377
21378
21379 \begin_inset space \hfill{}
21380 \end_inset
21381
21382
21383 \begin_inset Tabular
21384 <lyxtabular version="3" rows="3" columns="1">
21385 <features tabularvalignment="middle">
21386 <column alignment="center" valignment="top">
21387 <row>
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 A
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 <row interlinespace="3mm">
21399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\downarrow$
21404 \end_inset
21405
21406  3
21407 \begin_inset space \thinspace{}
21408 \end_inset
21409
21410 mm space between row 
21411 \begin_inset Formula $\downarrow$
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 </row>
21420 <row>
21421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 \begin_inset Formula $\uparrow$
21426 \end_inset
21427
21428  3
21429 \begin_inset space \thinspace{}
21430 \end_inset
21431
21432 mm space between row 
21433 \begin_inset Formula $\uparrow$
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 </row>
21442 </lyxtabular>
21443
21444 \end_inset
21445
21446
21447 \begin_inset space \hfill{}
21448 \end_inset
21449
21450
21451 \begin_inset space \hspace*{}
21452 \length 0pt
21453 \end_inset
21454
21455
21456 \begin_inset VSpace medskip
21457 \end_inset
21458
21459
21460 \begin_inset Newline newline
21461 \end_inset
21462
21463 So inserting space between rows for normal tables is only useful when you
21464  don't have vertical lines.
21465 \end_layout
21466
21467 \begin_layout Standard
21468 \begin_inset VSpace bigskip
21469 \end_inset
21470
21471 When you want to add extra height to all cells of all tables, you can do
21472  this with the following preamble lines:
21473 \end_layout
21474
21475 \begin_layout Standard
21476
21477 \series bold
21478
21479 \backslash
21480 @ifundefined{extrarowheight}
21481 \begin_inset Newline newline
21482 \end_inset
21483
21484
21485 \begin_inset Phantom HPhantom
21486 status open
21487
21488 \begin_layout Plain Layout
21489
21490 \series bold
21491 \begin_inset space ~
21492 \end_inset
21493
21494
21495 \end_layout
21496
21497 \end_inset
21498
21499 {
21500 \backslash
21501 usepackage{array}}{}
21502 \begin_inset Newline newline
21503 \end_inset
21504
21505
21506 \backslash
21507 setlength{
21508 \backslash
21509 extrarowheight}{height}
21510 \series default
21511
21512 \begin_inset Note Note
21513 status collapsed
21514
21515 \begin_layout Plain Layout
21516 The package 
21517 \series bold
21518 array
21519 \series default
21520  will be loaded automatically by \SpecialChar LyX
21521  when you use self defined table formats.
21522  To avoid that it is loaded twice the command 
21523 \series bold
21524
21525 \backslash
21526 @ifundefined
21527 \series default
21528  is used in the above command.
21529 \end_layout
21530
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \begin_layout Standard
21537 where the 
21538 \family sans
21539 height
21540 \family default
21541  can have one of the units listed in appendix
21542 \begin_inset space ~
21543 \end_inset
21544
21545
21546 \begin_inset CommandInset ref
21547 LatexCommand ref
21548 reference "cha:Units-available-in"
21549
21550 \end_inset
21551
21552 .
21553  But this has the disadvantage that the cell texts are no longer exactly
21554  vertically centered.
21555 \end_layout
21556
21557 \begin_layout Standard
21558 If you are using font sizes larger than the normal size, the table borders
21559  are often too close to the letters.
21560  This can be corrected by inserting the command 
21561 \series bold
21562
21563 \backslash
21564 strut
21565 \series default
21566  in \SpecialChar TeX
21567  Code at the beginning of a table row.
21568  Table
21569 \begin_inset space ~
21570 \end_inset
21571
21572
21573 \begin_inset CommandInset ref
21574 LatexCommand ref
21575 reference "tab:Vertical-alignment-of"
21576
21577 \end_inset
21578
21579  illustrates the effect.
21580 \end_layout
21581
21582 \begin_layout Standard
21583 \noindent
21584 \begin_inset Float table
21585 placement h
21586 wide false
21587 sideways false
21588 status open
21589
21590 \begin_layout Plain Layout
21591 \begin_inset Caption Standard
21592
21593 \begin_layout Plain Layout
21594 \begin_inset CommandInset label
21595 LatexCommand label
21596 name "tab:Vertical-alignment-of"
21597
21598 \end_inset
21599
21600 Vertical alignment of text with large font sizes.
21601 \end_layout
21602
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \begin_layout Plain Layout
21609 \begin_inset space \hfill{}
21610 \end_inset
21611
21612
21613 \begin_inset Float table
21614 wide false
21615 sideways false
21616 status collapsed
21617
21618 \begin_layout Plain Layout
21619 \begin_inset Caption Standard
21620
21621 \begin_layout Plain Layout
21622 Normal table.
21623 \end_layout
21624
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \begin_layout Plain Layout
21631 \noindent
21632 \align center
21633 \begin_inset Tabular
21634 <lyxtabular version="3" rows="6" columns="1">
21635 <features tabularvalignment="middle">
21636 <column alignment="left" valignment="top">
21637 <row>
21638 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 Normal, g
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 </row>
21648 <row>
21649 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653
21654 \size large
21655 Large
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 </row>
21661 <row>
21662 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666
21667 \size larger
21668 Larger
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 </row>
21674 <row>
21675 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679
21680 \size largest
21681 Largest
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 </row>
21687 <row>
21688 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692
21693 \size huge
21694 Huge
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 </row>
21700 <row>
21701 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705
21706 \size huge
21707 Huger
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 </row>
21713 </lyxtabular>
21714
21715 \end_inset
21716
21717
21718 \end_layout
21719
21720 \end_inset
21721
21722
21723 \begin_inset space \hfill{}
21724 \end_inset
21725
21726
21727 \begin_inset Float table
21728 wide false
21729 sideways false
21730 status collapsed
21731
21732 \begin_layout Plain Layout
21733 \begin_inset Caption Standard
21734
21735 \begin_layout Plain Layout
21736 Table using the command 
21737 \series bold
21738
21739 \backslash
21740 strut
21741 \series default
21742 .
21743 \end_layout
21744
21745 \end_inset
21746
21747
21748 \end_layout
21749
21750 \begin_layout Plain Layout
21751 \noindent
21752 \align center
21753 \begin_inset Tabular
21754 <lyxtabular version="3" rows="6" columns="1">
21755 <features tabularvalignment="middle">
21756 <column alignment="left" valignment="top">
21757 <row>
21758 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 Normal, g
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 </row>
21768 <row>
21769 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \size large
21775 \begin_inset ERT
21776 status collapsed
21777
21778 \begin_layout Plain Layout
21779
21780
21781 \backslash
21782 strut 
21783 \end_layout
21784
21785 \end_inset
21786
21787 Large
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 </row>
21793 <row>
21794 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798
21799 \size larger
21800 \begin_inset ERT
21801 status collapsed
21802
21803 \begin_layout Plain Layout
21804
21805
21806 \backslash
21807 strut 
21808 \end_layout
21809
21810 \end_inset
21811
21812 Larger
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 </row>
21818 <row>
21819 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823
21824 \size largest
21825 \begin_inset ERT
21826 status collapsed
21827
21828 \begin_layout Plain Layout
21829
21830
21831 \backslash
21832 strut 
21833 \end_layout
21834
21835 \end_inset
21836
21837 Largest
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 </row>
21843 <row>
21844 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848
21849 \size huge
21850 \begin_inset ERT
21851 status collapsed
21852
21853 \begin_layout Plain Layout
21854
21855
21856 \backslash
21857 strut 
21858 \end_layout
21859
21860 \end_inset
21861
21862 Huge
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 </row>
21868 <row>
21869 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873
21874 \size giant
21875 \begin_inset ERT
21876 status collapsed
21877
21878 \begin_layout Plain Layout
21879
21880
21881 \backslash
21882 strut 
21883 \end_layout
21884
21885 \end_inset
21886
21887
21888 \size huge
21889 Huger
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 </lyxtabular>
21896
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903
21904
21905 \begin_inset space \hfill{}
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \begin_layout Subsection
21917 Special Cell Alignment
21918 \begin_inset CommandInset label
21919 LatexCommand label
21920 name "subsec:Special-Cell-Alignment"
21921
21922 \end_inset
21923
21924
21925 \begin_inset Index idx
21926 status collapsed
21927
21928 \begin_layout Plain Layout
21929 Table Customization ! Special Cell Alignment
21930 \end_layout
21931
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \begin_layout Standard
21938 Sometimes it looks better when the cell entries of a column are aligned
21939  with a special character, e.
21940 \begin_inset space \thinspace{}
21941 \end_inset
21942
21943 g.
21944 \begin_inset space \space{}
21945 \end_inset
21946
21947 with the decimal separator as in Table
21948 \begin_inset space ~
21949 \end_inset
21950
21951
21952 \begin_inset CommandInset ref
21953 LatexCommand ref
21954 reference "tab:Table-cells-align"
21955
21956 \end_inset
21957
21958 .
21959  This alignment is achieved by setting the cursor into the column and then
21960  either pressing the toolbar button 
21961 \begin_inset Info
21962 type  "icon"
21963 arg   "tabular-feature align-decimal"
21964 \end_inset
21965
21966  or setting the alignment in the table settings to 
21967 \family sans
21968 At
21969 \begin_inset space ~
21970 \end_inset
21971
21972 Decimal
21973 \begin_inset space ~
21974 \end_inset
21975
21976 Separator
21977 \family default
21978 .
21979  The alignment character can be a character of your choice and is specified
21980  in the table settings.
21981 \end_layout
21982
21983 \begin_layout Standard
21984 \begin_inset Float table
21985 placement h
21986 wide false
21987 sideways false
21988 status open
21989
21990 \begin_layout Plain Layout
21991 \begin_inset Caption Standard
21992
21993 \begin_layout Plain Layout
21994 \begin_inset CommandInset label
21995 LatexCommand label
21996 name "tab:Table-cells-align"
21997
21998 \end_inset
21999
22000 Table cells of a column aligned with the decimal separator.
22001 \end_layout
22002
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \begin_layout Plain Layout
22009 \align center
22010 \begin_inset Tabular
22011 <lyxtabular version="3" rows="4" columns="1">
22012 <features booktabs="true" tabularvalignment="middle">
22013 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22014 <row>
22015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 heading
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 </row>
22025 <row>
22026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22027 \begin_inset Text
22028
22029 \begin_layout Plain Layout
22030 12.6
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 </row>
22036 <row>
22037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041 0.68
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 <row>
22048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052 -123.0
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 </row>
22058 </lyxtabular>
22059
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \begin_layout Standard
22071 \begin_inset Float table
22072 placement h
22073 wide false
22074 sideways false
22075 status open
22076
22077 \begin_layout Plain Layout
22078 \begin_inset Caption Standard
22079
22080 \begin_layout Plain Layout
22081 \begin_inset CommandInset label
22082 LatexCommand label
22083 name "tab:Table-align-operator"
22084
22085 \end_inset
22086
22087 Table cells of a column aligned with the operators.
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \begin_layout Plain Layout
22096 \align center
22097 \begin_inset Tabular
22098 <lyxtabular version="3" rows="4" columns="2">
22099 <features booktabs="true" tabularvalignment="middle">
22100 <column alignment="right" valignment="top" width="0pt">
22101 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22102 <row>
22103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 heading
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 </row>
22122 <row>
22123 <cell alignment="center" valignment="top" usebox="none">
22124 \begin_inset Text
22125
22126 \begin_layout Plain Layout
22127 \begin_inset Formula $12\,+$
22128 \end_inset
22129
22130
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 \begin_inset Formula $\,6$
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 </row>
22148 <row>
22149 <cell alignment="center" valignment="top" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153 \begin_inset Formula $0\,-$
22154 \end_inset
22155
22156
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell alignment="center" valignment="top" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165 \begin_inset Formula $\,68$
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 </row>
22174 <row>
22175 <cell alignment="center" valignment="top" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 \begin_inset Formula $-123\,/$
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 \begin_inset Formula $\,0$
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 </lyxtabular>
22201
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \begin_layout Standard
22213 For alignments at characters in formulas this method does not work because
22214  the field to specify the alignment character does not allow formulas.
22215  In this case one need to use the method from Table
22216 \begin_inset space ~
22217 \end_inset
22218
22219
22220 \begin_inset CommandInset ref
22221 LatexCommand ref
22222 reference "tab:Table-align-operator"
22223
22224 \end_inset
22225
22226 .
22227  This table was created with a 4×2 table.
22228  The heading is a centered multicolumn.
22229  The first column is right-aligned and contains the first part including
22230  the operator.
22231  The second column is left aligned and contains the rest.
22232  A small space was added at the beginning of each cell of the second column
22233  to get the space that is usually around operators.
22234  To omit the space that is normally between two table columns, the following
22235  \SpecialChar LaTeX
22236 -argument was used for the second column:
22237 \end_layout
22238
22239 \begin_layout Standard
22240
22241 \series bold
22242 @{}l
22243 \end_layout
22244
22245 \begin_layout Standard
22246 Table
22247 \begin_inset space ~
22248 \end_inset
22249
22250
22251 \begin_inset CommandInset ref
22252 LatexCommand ref
22253 reference "tab:Several-table-cell"
22254
22255 \end_inset
22256
22257  shows some example alignments.
22258  For the alignment with the relation sign, a small space was added like
22259  for the second column of Table
22260 \begin_inset space ~
22261 \end_inset
22262
22263
22264 \begin_inset CommandInset ref
22265 LatexCommand ref
22266 reference "tab:Table-align-operator"
22267
22268 \end_inset
22269
22270 .
22271 \end_layout
22272
22273 \begin_layout Standard
22274 \begin_inset Float table
22275 placement h
22276 wide false
22277 sideways false
22278 status open
22279
22280 \begin_layout Plain Layout
22281 \begin_inset Caption Standard
22282
22283 \begin_layout Plain Layout
22284 \begin_inset CommandInset label
22285 LatexCommand label
22286 name "tab:Several-table-cell"
22287
22288 \end_inset
22289
22290 Several table cell alignments.
22291 \end_layout
22292
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \begin_layout Plain Layout
22299 \align center
22300 \begin_inset Tabular
22301 <lyxtabular version="3" rows="4" columns="6">
22302 <features tabularvalignment="middle">
22303 <column alignment="right" valignment="top">
22304 <column alignment="left" valignment="top" special="@{}l">
22305 <column alignment="right" valignment="top">
22306 <column alignment="left" valignment="top" special="@{}l">
22307 <column alignment="right" valignment="top">
22308 <column alignment="left" valignment="top" special="@{}l">
22309 <row>
22310 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 units
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332 exponents
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 relations
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 </row>
22365 <row>
22366 <cell alignment="center" valignment="top" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370 12×
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 24
22380 \begin_inset space \thinspace{}
22381 \end_inset
22382
22383 bottles
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 \begin_inset Formula $10\cdot$
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 \begin_inset Formula $10^{\mbox{-}17}$
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 \begin_inset Formula $\Gamma(t)\propto$
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 <cell alignment="center" valignment="top" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428 \begin_inset Formula $\:\Upsilon(t)$
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 </row>
22437 <row>
22438 <cell alignment="center" valignment="top" usebox="none">
22439 \begin_inset Text
22440
22441 \begin_layout Plain Layout
22442 1024×
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22448 \begin_inset Text
22449
22450 \begin_layout Plain Layout
22451 768
22452 \begin_inset space \thinspace{}
22453 \end_inset
22454
22455 Pixels
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 \begin_inset Formula $5.78\cdot$
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476 \begin_inset Formula $10^{7}$
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Formula $A\ne$
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 \begin_inset Formula $\:B_{\mathrm{red}}$
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 </row>
22509 <row>
22510 <cell alignment="center" valignment="top" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 32×
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22520 \begin_inset Text
22521
22522 \begin_layout Plain Layout
22523 6
22524 \begin_inset space \thinspace{}
22525 \end_inset
22526
22527 cm
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 -
22537 \begin_inset Formula $33.5\cdot$
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 \begin_inset Formula $10^{4}$
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 <cell alignment="center" valignment="top" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 \begin_inset Formula $\sin(\alpha)\ge$
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 \begin_inset Formula $\:\sin(\beta)$
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 </row>
22582 </lyxtabular>
22583
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \begin_layout Subsection
22595 Customized Cell/Column Format
22596 \begin_inset CommandInset label
22597 LatexCommand label
22598 name "subsec:Customized-Format"
22599
22600 \end_inset
22601
22602
22603 \begin_inset Index idx
22604 status collapsed
22605
22606 \begin_layout Plain Layout
22607 Table Customization ! Cell/Column Format
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \begin_layout Standard
22616 Calculating the required width for normal columns as described in section
22617 \begin_inset space ~
22618 \end_inset
22619
22620
22621 \begin_inset CommandInset ref
22622 LatexCommand ref
22623 reference "sec:Table-Width-Calculation"
22624
22625 \end_inset
22626
22627  or for spanned columns as described in section
22628 \begin_inset space ~
22629 \end_inset
22630
22631
22632 \begin_inset CommandInset ref
22633 LatexCommand ref
22634 reference "subsec:Multicolumn-Calculations"
22635
22636 \end_inset
22637
22638  is very annoying if you have several tables where a calculation is necessary.
22639  To make life easier, you can define a cell/column format in the preamble,
22640  that can be used in all tables of the document.
22641  The format is defined with the command
22642 \end_layout
22643
22644 \begin_layout Standard
22645
22646 \series bold
22647
22648 \backslash
22649 newcolumntype{name of format}[number of arguments]{commands}
22650 \end_layout
22651
22652 \begin_layout Standard
22653 The format name may only consist of one letter.
22654  The letters 
22655 \emph on
22656 b
22657 \emph default
22658
22659 \emph on
22660 c
22661 \emph default
22662
22663 \emph on
22664 l
22665 \emph default
22666
22667 \emph on
22668 m
22669 \emph default
22670
22671 \emph on
22672 p
22673 \emph default
22674  and 
22675 \emph on
22676 r
22677 \emph default
22678  are predefined and cannot be used.
22679  But all letters are allowed as capitals.
22680 \end_layout
22681
22682 \begin_layout Standard
22683 \begin_inset VSpace medskip
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \begin_layout Standard
22690 For vertically and horizontally centered multicolumn cells with a fixed
22691  width you can define the cell format
22692 \end_layout
22693
22694 \begin_layout Standard
22695
22696 \series bold
22697
22698 \backslash
22699 newcolumntype{M}[1]{>{
22700 \backslash
22701 centering
22702 \backslash
22703 hspace{0pt}}m{#1}}
22704 \end_layout
22705
22706 \begin_layout Standard
22707 where 
22708 \series bold
22709
22710 \backslash
22711 hspace{0pt}
22712 \series default
22713  avoids the problem of hyphenating the first word, as described in section
22714 \begin_inset space ~
22715 \end_inset
22716
22717
22718 \begin_inset CommandInset ref
22719 LatexCommand ref
22720 reference "subsec:Multiple-Lines-in"
22721
22722 \end_inset
22723
22724 .
22725  Now you can simply enter
22726 \end_layout
22727
22728 \begin_layout Standard
22729
22730 \series bold
22731 M{width}
22732 \end_layout
22733
22734 \begin_layout Standard
22735 as 
22736 \family sans
22737 \SpecialChar LaTeX
22738 -argument
22739 \family default
22740  in the table dialog to create a multicolumn.
22741 \end_layout
22742
22743 \begin_layout Standard
22744 \begin_inset VSpace bigskip
22745 \end_inset
22746
22747
22748 \end_layout
22749
22750 \begin_layout Standard
22751 For cells spanned by a multicolumn cell, you can define the format
22752 \end_layout
22753
22754 \begin_layout Standard
22755
22756 \series bold
22757
22758 \backslash
22759 newcolumntype{S}[2]{>{
22760 \backslash
22761 centering
22762 \backslash
22763 hspace{0pt}}
22764 \begin_inset Newline newline
22765 \end_inset
22766
22767
22768 \begin_inset Phantom HPhantom
22769 status open
22770
22771 \begin_layout Plain Layout
22772
22773 \series bold
22774
22775 \backslash
22776 newcolumntype
22777 \end_layout
22778
22779 \end_inset
22780
22781 m{(#1+(2
22782 \backslash
22783 tabcolsep+
22784 \backslash
22785 arrayrulewidth)*(1-#2))/#2}}
22786 \end_layout
22787
22788 \begin_layout Standard
22789 This format uses equation 
22790 \begin_inset CommandInset ref
22791 LatexCommand eqref
22792 reference "eq:Wgn"
22793
22794 \end_inset
22795
22796  to calculate the required width so that each spanned cell has the same
22797  width.
22798 \end_layout
22799
22800 \begin_layout Standard
22801 You can now enter
22802 \end_layout
22803
22804 \begin_layout Standard
22805
22806 \series bold
22807 S{width of multicolumn cell}{number of spanned columns}
22808 \end_layout
22809
22810 \begin_layout Standard
22811 as \SpecialChar LaTeX
22812 -argument of the column.
22813 \end_layout
22814
22815 \begin_layout Standard
22816 \begin_inset VSpace bigskip
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \begin_layout Standard
22823 For colored columns, you can define
22824 \end_layout
22825
22826 \begin_layout Standard
22827
22828 \series bold
22829
22830 \backslash
22831 newcolumntype{K}[1]{>{
22832 \backslash
22833 columncolor{#1}
22834 \backslash
22835 hspace{0pt}}c}
22836 \end_layout
22837
22838 \begin_layout Standard
22839 The 
22840 \begin_inset Quotes eld
22841 \end_inset
22842
22843 c
22844 \begin_inset Quotes erd
22845 \end_inset
22846
22847  at the end creates a column with a flexible width whose text is horizontally
22848  centered.
22849  You can now enter
22850 \end_layout
22851
22852 \begin_layout Standard
22853
22854 \series bold
22855 K{color name}
22856 \end_layout
22857
22858 \begin_layout Standard
22859 as \SpecialChar LaTeX
22860 -argument.
22861 \end_layout
22862
22863 \begin_layout Standard
22864 \begin_inset VSpace bigskip
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \begin_layout Standard
22871 To create Table
22872 \begin_inset space ~
22873 \end_inset
22874
22875
22876 \begin_inset CommandInset ref
22877 LatexCommand ref
22878 reference "tab:Table-using-user-defined"
22879
22880 \end_inset
22881
22882  use the \SpecialChar LaTeX
22883 -arguments
22884 \end_layout
22885
22886 \begin_layout Standard
22887
22888 \series bold
22889 M{2.5cm}
22890 \end_layout
22891
22892 \begin_layout Standard
22893 for the first column and the multicolumn,
22894 \end_layout
22895
22896 \begin_layout Standard
22897
22898 \series bold
22899 K{red}
22900 \end_layout
22901
22902 \begin_layout Standard
22903 for the last column, and
22904 \end_layout
22905
22906 \begin_layout Standard
22907
22908 \series bold
22909 S{2.5cm}{2}
22910 \end_layout
22911
22912 \begin_layout Standard
22913 for the cells in the second column.
22914 \end_layout
22915
22916 \begin_layout Standard
22917 \begin_inset Float table
22918 placement h
22919 wide false
22920 sideways false
22921 status open
22922
22923 \begin_layout Plain Layout
22924 \begin_inset Caption Standard
22925
22926 \begin_layout Plain Layout
22927 \begin_inset CommandInset label
22928 LatexCommand label
22929 name "tab:Table-using-user-defined"
22930
22931 \end_inset
22932
22933 Table using user-defined table formats
22934 \end_layout
22935
22936 \end_inset
22937
22938
22939 \end_layout
22940
22941 \begin_layout Plain Layout
22942 \align center
22943 \begin_inset Tabular
22944 <lyxtabular version="3" rows="3" columns="4">
22945 <features tabularvalignment="middle">
22946 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22947 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22948 <column alignment="center" valignment="middle">
22949 <column alignment="center" valignment="middle" special="K{red}">
22950 <row>
22951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 verylongtablecellword
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 multiple lines multicolumn
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 c
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 </row>
22988 <row>
22989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 d
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 e
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 f
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020 g
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 </row>
23026 <row>
23027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031 h
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 i
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049 j
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058 k
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 </lyxtabular>
23065
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \begin_layout Subsection
23077 Line Thickness
23078 \begin_inset CommandInset label
23079 LatexCommand label
23080 name "subsec:Line-Thickness"
23081
23082 \end_inset
23083
23084
23085 \begin_inset Index idx
23086 status collapsed
23087
23088 \begin_layout Plain Layout
23089 Table Customization ! Line Thickness
23090 \end_layout
23091
23092 \end_inset
23093
23094
23095 \end_layout
23096
23097 \begin_layout Standard
23098 The line thickness for all lines in a table can be adjusted with the length
23099  
23100 \series bold
23101
23102 \backslash
23103 arrayrulewidth
23104 \series default
23105 .
23106  To set for example a line thickness of 1.5
23107 \begin_inset space \thinspace{}
23108 \end_inset
23109
23110 pt, as in Table
23111 \begin_inset space ~
23112 \end_inset
23113
23114
23115 \begin_inset CommandInset ref
23116 LatexCommand ref
23117 reference "tab:Table-with-1.5"
23118
23119 \end_inset
23120
23121 , insert the command
23122 \end_layout
23123
23124 \begin_layout Standard
23125
23126 \series bold
23127
23128 \backslash
23129 setlength{
23130 \backslash
23131 arrayrulewidth}{1.5pt}
23132 \end_layout
23133
23134 \begin_layout Standard
23135 in \SpecialChar TeX
23136  Code before the table or table float.
23137  The changed thickness is valid for all subsequent tables.
23138  To use the default value again, set 
23139 \series bold
23140
23141 \backslash
23142 arrayrulewidth
23143 \series default
23144  to 0.4
23145 \begin_inset space \thinspace{}
23146 \end_inset
23147
23148 pt in \SpecialChar TeX
23149  Code after the table or table float.
23150 \end_layout
23151
23152 \begin_layout Standard
23153 \begin_inset ERT
23154 status collapsed
23155
23156 \begin_layout Plain Layout
23157
23158
23159 \backslash
23160 setlength{
23161 \backslash
23162 arrayrulewidth}{1.5pt}
23163 \end_layout
23164
23165 \end_inset
23166
23167
23168 \begin_inset Float table
23169 wide false
23170 sideways false
23171 status open
23172
23173 \begin_layout Plain Layout
23174 \begin_inset Caption Standard
23175
23176 \begin_layout Plain Layout
23177 \begin_inset CommandInset label
23178 LatexCommand label
23179 name "tab:Table-with-1.5"
23180
23181 \end_inset
23182
23183 Table with 1.5
23184 \begin_inset space \thinspace{}
23185 \end_inset
23186
23187 pt thick lines
23188 \end_layout
23189
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \begin_layout Plain Layout
23196 \align center
23197 \begin_inset Tabular
23198 <lyxtabular version="3" rows="3" columns="3">
23199 <features tabularvalignment="middle">
23200 <column alignment="center" valignment="top">
23201 <column alignment="center" valignment="top">
23202 <column alignment="center" valignment="top">
23203 <row>
23204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208 sd
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 </row>
23232 <row>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 sd
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 </row>
23261 <row>
23262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266
23267 \end_layout
23268
23269 \end_inset
23270 </cell>
23271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284 sd
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 </row>
23290 </lyxtabular>
23291
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \end_inset
23298
23299
23300 \begin_inset ERT
23301 status collapsed
23302
23303 \begin_layout Plain Layout
23304
23305
23306 \backslash
23307 setlength{
23308 \backslash
23309 arrayrulewidth}{0.4pt}
23310 \end_layout
23311
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \begin_layout Standard
23318 \begin_inset VSpace bigskip
23319 \end_inset
23320
23321 To set the line thickness to 1.5
23322 \begin_inset space \thinspace{}
23323 \end_inset
23324
23325 pt only for horizontal lines, as in Table
23326 \begin_inset space ~
23327 \end_inset
23328
23329
23330 \begin_inset CommandInset ref
23331 LatexCommand ref
23332 reference "tab:Table-with-horizontal"
23333
23334 \end_inset
23335
23336 , insert these commands in \SpecialChar TeX
23337  Code before the table or table float:
23338 \end_layout
23339
23340 \begin_layout Standard
23341
23342 \series bold
23343
23344 \backslash
23345 let
23346 \backslash
23347 myHline
23348 \backslash
23349 hline
23350 \begin_inset Newline newline
23351 \end_inset
23352
23353
23354 \backslash
23355 renewcommand{
23356 \backslash
23357 hline}
23358 \begin_inset Newline newline
23359 \end_inset
23360
23361  {
23362 \backslash
23363 noalign{
23364 \backslash
23365 global
23366 \backslash
23367 arrayrulewidth 1.5pt}
23368 \begin_inset Newline newline
23369 \end_inset
23370
23371  
23372 \backslash
23373 myHline
23374 \backslash
23375 noalign{
23376 \backslash
23377 global
23378 \backslash
23379 arrayrulewidth 0.4pt}}
23380 \end_layout
23381
23382 \begin_layout Standard
23383 To return to the default line thickness, insert this command in \SpecialChar TeX
23384  Code after
23385  the table or table float:
23386 \end_layout
23387
23388 \begin_layout Standard
23389
23390 \series bold
23391
23392 \backslash
23393 renewcommand{
23394 \backslash
23395 hline}{
23396 \backslash
23397 myHline}
23398 \end_layout
23399
23400 \begin_layout Standard
23401 \begin_inset ERT
23402 status collapsed
23403
23404 \begin_layout Plain Layout
23405
23406
23407 \backslash
23408 let
23409 \backslash
23410 myHline
23411 \backslash
23412 hline
23413 \end_layout
23414
23415 \begin_layout Plain Layout
23416
23417
23418 \backslash
23419 renewcommand{
23420 \backslash
23421 hline}
23422 \end_layout
23423
23424 \begin_layout Plain Layout
23425
23426  {
23427 \backslash
23428 noalign{
23429 \backslash
23430 global
23431 \backslash
23432 arrayrulewidth 1.5pt}
23433 \end_layout
23434
23435 \begin_layout Plain Layout
23436
23437   
23438 \backslash
23439 myHline
23440 \backslash
23441 noalign{
23442 \backslash
23443 global
23444 \backslash
23445 arrayrulewidth 0.4pt}}
23446 \end_layout
23447
23448 \end_inset
23449
23450
23451 \begin_inset Float table
23452 wide false
23453 sideways false
23454 status open
23455
23456 \begin_layout Plain Layout
23457 \begin_inset Caption Standard
23458
23459 \begin_layout Plain Layout
23460 \begin_inset CommandInset label
23461 LatexCommand label
23462 name "tab:Table-with-horizontal"
23463
23464 \end_inset
23465
23466 Table with 1.5
23467 \begin_inset space \thinspace{}
23468 \end_inset
23469
23470 pt thick horizontal lines
23471 \end_layout
23472
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \begin_layout Plain Layout
23479 \align center
23480 \begin_inset Tabular
23481 <lyxtabular version="3" rows="3" columns="3">
23482 <features tabularvalignment="middle">
23483 <column alignment="center" valignment="top">
23484 <column alignment="center" valignment="top">
23485 <column alignment="center" valignment="top">
23486 <row>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 sd
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 </row>
23515 <row>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529 sd
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 </row>
23544 <row>
23545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567 sd
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 </row>
23573 </lyxtabular>
23574
23575 \end_inset
23576
23577
23578 \end_layout
23579
23580 \end_inset
23581
23582
23583 \begin_inset ERT
23584 status collapsed
23585
23586 \begin_layout Plain Layout
23587
23588
23589 \backslash
23590 renewcommand{
23591 \backslash
23592 hline}{
23593 \backslash
23594 myHline}
23595 \end_layout
23596
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \begin_layout Standard
23603 \begin_inset VSpace bigskip
23604 \end_inset
23605
23606 To set the line thickness to 1.5
23607 \begin_inset space \thinspace{}
23608 \end_inset
23609
23610 pt only for vertical lines, create the following column format in the document
23611  preamble, according to the description in section
23612 \begin_inset space ~
23613 \end_inset
23614
23615
23616 \begin_inset CommandInset ref
23617 LatexCommand ref
23618 reference "subsec:Customized-Format"
23619
23620 \end_inset
23621
23622 :
23623 \end_layout
23624
23625 \begin_layout Standard
23626
23627 \series bold
23628
23629 \backslash
23630 newcolumntype{V}{!{
23631 \backslash
23632 vrule width 1.5pt}}
23633 \end_layout
23634
23635 \begin_layout Standard
23636 For Table
23637 \begin_inset space ~
23638 \end_inset
23639
23640
23641 \begin_inset CommandInset ref
23642 LatexCommand ref
23643 reference "tab:Table-with-vertical"
23644
23645 \end_inset
23646
23647  the \SpecialChar LaTeX
23648 -argument
23649 \end_layout
23650
23651 \begin_layout Standard
23652
23653 \series bold
23654 VcV
23655 \end_layout
23656
23657 \begin_layout Standard
23658 was used for the last column and
23659 \end_layout
23660
23661 \begin_layout Standard
23662
23663 \series bold
23664 Vc
23665 \end_layout
23666
23667 \begin_layout Standard
23668 for the other columns.
23669 \end_layout
23670
23671 \begin_layout Standard
23672 \begin_inset Float table
23673 wide false
23674 sideways false
23675 status open
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Caption Standard
23679
23680 \begin_layout Plain Layout
23681 \begin_inset CommandInset label
23682 LatexCommand label
23683 name "tab:Table-with-vertical"
23684
23685 \end_inset
23686
23687 Table with 1.5
23688 \begin_inset space \thinspace{}
23689 \end_inset
23690
23691 pt thick vertical lines
23692 \end_layout
23693
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \begin_layout Plain Layout
23700 \align center
23701 \begin_inset Tabular
23702 <lyxtabular version="3" rows="3" columns="3">
23703 <features tabularvalignment="middle">
23704 <column alignment="center" valignment="top" special="Vc">
23705 <column alignment="center" valignment="top" special="Vc">
23706 <column alignment="center" valignment="top" special="VcV">
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 sd
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 <cell alignment="center" valignment="top" topline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 <cell alignment="center" valignment="top" topline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 </row>
23736 <row>
23737 <cell alignment="center" valignment="top" topline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" topline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750 sd
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 </row>
23765 <row>
23766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 sd
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 </row>
23794 </lyxtabular>
23795
23796 \end_inset
23797
23798
23799 \end_layout
23800
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \begin_layout Subsection
23807 Dashed Lines
23808 \begin_inset Index idx
23809 status collapsed
23810
23811 \begin_layout Plain Layout
23812 Table Customization ! Dashed Lines
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \begin_layout Standard
23821 \begin_inset ERT
23822 status collapsed
23823
23824 \begin_layout Plain Layout
23825
23826
23827 \backslash
23828 ifarydshln
23829 \end_layout
23830
23831 \end_inset
23832
23833
23834 \begin_inset Note Note
23835 status open
23836
23837 \begin_layout Plain Layout
23838 The following section will only be displayed when the \SpecialChar LaTeX
23839 -package 
23840 \series bold
23841 arydshln
23842 \series default
23843  is installed.
23844 \end_layout
23845
23846 \end_inset
23847
23848
23849 \end_layout
23850
23851 \begin_layout Standard
23852 \begin_inset Float table
23853 placement H
23854 wide false
23855 sideways false
23856 status open
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Caption Standard
23860
23861 \begin_layout Plain Layout
23862 \begin_inset CommandInset label
23863 LatexCommand label
23864 name "tab:Table-with-dashed"
23865
23866 \end_inset
23867
23868 Table with dashed lines
23869 \end_layout
23870
23871 \end_inset
23872
23873
23874 \end_layout
23875
23876 \begin_layout Plain Layout
23877 \align center
23878 \begin_inset Tabular
23879 <lyxtabular version="3" rows="5" columns="5">
23880 <features tabularvalignment="middle">
23881 <column alignment="center" valignment="top">
23882 <column alignment="center" valignment="top">
23883 <column alignment="center" valignment="top" special=":c">
23884 <column alignment="center" valignment="top">
23885 <column alignment="center" valignment="top">
23886 <row>
23887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 a
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900 b
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 c
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918 d
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927 e
23928 \end_layout
23929
23930 \end_inset
23931 </cell>
23932 </row>
23933 <row>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 f
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947 g
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 <cell alignment="center" valignment="top" topline="true" usebox="none">
23953 \begin_inset Text
23954
23955 \begin_layout Plain Layout
23956 h
23957 \end_layout
23958
23959 \end_inset
23960 </cell>
23961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23962 \begin_inset Text
23963
23964 \begin_layout Plain Layout
23965 i
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974 j
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 </row>
23980 <row>
23981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985 \begin_inset ERT
23986 status collapsed
23987
23988 \begin_layout Plain Layout
23989
23990
23991 \backslash
23992 hdashline 
23993 \end_layout
23994
23995 \end_inset
23996
23997 k
23998 \end_layout
23999
24000 \end_inset
24001 </cell>
24002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24003 \begin_inset Text
24004
24005 \begin_layout Plain Layout
24006 l
24007 \end_layout
24008
24009 \end_inset
24010 </cell>
24011 <cell alignment="center" valignment="top" usebox="none">
24012 \begin_inset Text
24013
24014 \begin_layout Plain Layout
24015 m
24016 \end_layout
24017
24018 \end_inset
24019 </cell>
24020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24021 \begin_inset Text
24022
24023 \begin_layout Plain Layout
24024 n
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033 o
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 \begin_inset ERT
24045 status collapsed
24046
24047 \begin_layout Plain Layout
24048
24049
24050 \backslash
24051 cdashline{4-5}
24052 \end_layout
24053
24054 \end_inset
24055
24056 p
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24062 \begin_inset Text
24063
24064 \begin_layout Plain Layout
24065 q
24066 \end_layout
24067
24068 \end_inset
24069 </cell>
24070 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074 r
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083 s
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 </row>
24098 <row>
24099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 t
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112 u
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121 v
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 w
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139 x
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 </row>
24145 </lyxtabular>
24146
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158 \SpecialChar LyX
24159  does not natively support dashed lines, so you have to use \SpecialChar TeX
24160  Code.
24161  As a prerequisite the \SpecialChar LaTeX
24162  package 
24163 \series bold
24164 arydshln
24165 \series default
24166
24167 \begin_inset Index idx
24168 status collapsed
24169
24170 \begin_layout Plain Layout
24171 \SpecialChar LaTeX
24172 -packages ! arydshln
24173 \end_layout
24174
24175 \end_inset
24176
24177  must be loaded in the document preamble with the command
24178 \end_layout
24179
24180 \begin_layout Standard
24181
24182 \series bold
24183
24184 \backslash
24185 usepackage{arydshln}
24186 \end_layout
24187
24188 \begin_layout Standard
24189 To make a vertical line dashed, enter the colon 
24190 \begin_inset Quotes eld
24191 \end_inset
24192
24193 :
24194 \begin_inset Quotes erd
24195 \end_inset
24196
24197  together with the character for the horizontal alignment as \SpecialChar LaTeX
24198  argument in
24199  the table cell dialog.
24200 \end_layout
24201
24202 \begin_layout Standard
24203 For a horizontal dashed line add the command
24204 \end_layout
24205
24206 \begin_layout Standard
24207
24208 \series bold
24209
24210 \backslash
24211 hdashline
24212 \end_layout
24213
24214 \begin_layout Standard
24215 in \SpecialChar TeX
24216  Code as first element of the first cell in the table row.
24217 \end_layout
24218
24219 \begin_layout Standard
24220 For dashed multicolumn lines use the command
24221 \end_layout
24222
24223 \begin_layout Standard
24224
24225 \series bold
24226
24227 \backslash
24228 cdashline{line number
24229 \series default
24230 }
24231 \end_layout
24232
24233 \begin_layout Standard
24234 in \SpecialChar TeX
24235  Code as the first element of the first cell in the table row.
24236  If you have for example a multicolumn spanning columns 2 to 4 and you want
24237  to have a dashed line above, add the command
24238 \end_layout
24239
24240 \begin_layout Standard
24241
24242 \series bold
24243
24244 \backslash
24245 cdashline{2-4}
24246 \end_layout
24247
24248 \begin_layout Standard
24249 as the first element of the first cell in the row of the multicolumn.
24250 \end_layout
24251
24252 \begin_layout Standard
24253 \begin_inset VSpace bigskip
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \begin_layout Standard
24260 Table
24261 \begin_inset space ~
24262 \end_inset
24263
24264
24265 \begin_inset CommandInset ref
24266 LatexCommand ref
24267 reference "tab:Table-with-dashed"
24268
24269 \end_inset
24270
24271  was created using 
24272 \begin_inset Quotes eld
24273 \end_inset
24274
24275
24276 \series bold
24277 :c
24278 \series default
24279
24280 \begin_inset Quotes erd
24281 \end_inset
24282
24283  as \SpecialChar LaTeX
24284  argument of the third column.
24285  The \SpecialChar TeX
24286  Code command 
24287 \series bold
24288
24289 \backslash
24290 hdashline
24291 \series default
24292  was inserted in the first cell of the third row and the \SpecialChar TeX
24293  Code command
24294 \begin_inset Newline newline
24295 \end_inset
24296
24297  
24298 \series bold
24299
24300 \backslash
24301 cdashline{4-5}
24302 \series default
24303  was inserted in the first cell of the fourth row.
24304 \end_layout
24305
24306 \begin_layout Standard
24307 \begin_inset VSpace bigskip
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \begin_layout Standard
24314 Tables with dashed lines can also be colored as shown by Table
24315 \begin_inset space ~
24316 \end_inset
24317
24318
24319 \begin_inset CommandInset ref
24320 LatexCommand ref
24321 reference "tab:Colored-table-with"
24322
24323 \end_inset
24324
24325 .
24326 \end_layout
24327
24328 \begin_layout Standard
24329 \begin_inset ERT
24330 status collapsed
24331
24332 \begin_layout Plain Layout
24333
24334
24335 \backslash
24336 setlength{
24337 \backslash
24338 arrayrulewidth}{1pt}
24339 \end_layout
24340
24341 \end_inset
24342
24343
24344 \begin_inset Note Note
24345 status collapsed
24346
24347 \begin_layout Plain Layout
24348 thicker lines for better visualization of the line color
24349 \end_layout
24350
24351 \end_inset
24352
24353
24354 \end_layout
24355
24356 \begin_layout Standard
24357 \begin_inset ERT
24358 status collapsed
24359
24360 \begin_layout Plain Layout
24361
24362
24363 \backslash
24364 dashgapcolor{green}
24365 \end_layout
24366
24367 \end_inset
24368
24369
24370 \begin_inset Note Note
24371 status collapsed
24372
24373 \begin_layout Plain Layout
24374 color gaps between dashes green
24375 \end_layout
24376
24377 \end_inset
24378
24379
24380 \end_layout
24381
24382 \begin_layout Standard
24383 \begin_inset ERT
24384 status collapsed
24385
24386 \begin_layout Plain Layout
24387
24388
24389 \backslash
24390 let
24391 \backslash
24392 myHdashline
24393 \backslash
24394 hdashline
24395 \end_layout
24396
24397 \begin_layout Plain Layout
24398
24399
24400 \backslash
24401 renewcommand{
24402 \backslash
24403 hdashline}
24404 \end_layout
24405
24406 \begin_layout Plain Layout
24407
24408  {
24409 \backslash
24410 arrayrulecolor{red}
24411 \backslash
24412 myHdashline
24413 \backslash
24414 arrayrulecolor{black}}
24415 \end_layout
24416
24417 \end_inset
24418
24419
24420 \begin_inset Note Note
24421 status collapsed
24422
24423 \begin_layout Plain Layout
24424 color horizontal, dashed lines red
24425 \end_layout
24426
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \begin_layout Standard
24433 \begin_inset ERT
24434 status collapsed
24435
24436 \begin_layout Plain Layout
24437
24438
24439 \backslash
24440 let
24441 \backslash
24442 myCdashline
24443 \backslash
24444 cdashline
24445 \end_layout
24446
24447 \begin_layout Plain Layout
24448
24449
24450 \backslash
24451 renewcommand{
24452 \backslash
24453 cdashline}[1]
24454 \end_layout
24455
24456 \begin_layout Plain Layout
24457
24458  {
24459 \backslash
24460 arrayrulecolor{yellow}
24461 \backslash
24462 myCdashline{#1}
24463 \backslash
24464 arrayrulecolor{black}}
24465 \end_layout
24466
24467 \end_inset
24468
24469
24470 \begin_inset Note Note
24471 status collapsed
24472
24473 \begin_layout Plain Layout
24474 color partial horizontal, dashed lines yellow
24475 \end_layout
24476
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \begin_layout Standard
24483 \begin_inset Float table
24484 placement h
24485 wide false
24486 sideways false
24487 status open
24488
24489 \begin_layout Plain Layout
24490 \begin_inset Caption Standard
24491
24492 \begin_layout Plain Layout
24493 \begin_inset CommandInset label
24494 LatexCommand label
24495 name "tab:Colored-table-with"
24496
24497 \end_inset
24498
24499 Colored table with dashed lines
24500 \end_layout
24501
24502 \end_inset
24503
24504
24505 \end_layout
24506
24507 \begin_layout Plain Layout
24508 \align center
24509 \begin_inset Tabular
24510 <lyxtabular version="3" rows="5" columns="5">
24511 <features tabularvalignment="middle">
24512 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24513 <column alignment="center" valignment="top" width="0pt">
24514 <column alignment="center" valignment="top" width="0pt" special=":c">
24515 <column alignment="center" valignment="top">
24516 <column alignment="center" valignment="top">
24517 <row>
24518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522 a
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531 b
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell alignment="center" valignment="top" topline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540 c
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549 d
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558 e
24559 \end_layout
24560
24561 \end_inset
24562 </cell>
24563 </row>
24564 <row>
24565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569 f
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578 g
24579 \end_layout
24580
24581 \end_inset
24582 </cell>
24583 <cell alignment="center" valignment="top" topline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587 h
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596 i
24597 \end_layout
24598
24599 \end_inset
24600 </cell>
24601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24602 \begin_inset Text
24603
24604 \begin_layout Plain Layout
24605 j
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 </row>
24611 <row>
24612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616 \begin_inset ERT
24617 status collapsed
24618
24619 \begin_layout Plain Layout
24620
24621
24622 \backslash
24623 hdashline 
24624 \end_layout
24625
24626 \end_inset
24627
24628
24629 \begin_inset ERT
24630 status collapsed
24631
24632 \begin_layout Plain Layout
24633
24634
24635 \backslash
24636 rowcolor{Gray}
24637 \end_layout
24638
24639 \end_inset
24640
24641 k
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650 l
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659 m
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668 n
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677 o
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 </row>
24683 <row>
24684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688 \begin_inset ERT
24689 status collapsed
24690
24691 \begin_layout Plain Layout
24692
24693
24694 \backslash
24695 cdashline{4-5}
24696 \end_layout
24697
24698 \end_inset
24699
24700 p
24701 \end_layout
24702
24703 \end_inset
24704 </cell>
24705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709 q
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718 r
24719 \end_layout
24720
24721 \end_inset
24722 </cell>
24723 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24724 \begin_inset Text
24725
24726 \begin_layout Plain Layout
24727 s
24728 \end_layout
24729
24730 \end_inset
24731 </cell>
24732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 </row>
24742 <row>
24743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24744 \begin_inset Text
24745
24746 \begin_layout Plain Layout
24747 t
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756 u
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765 v
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24771 \begin_inset Text
24772
24773 \begin_layout Plain Layout
24774 w
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783 \begin_inset ERT
24784 status collapsed
24785
24786 \begin_layout Plain Layout
24787
24788
24789 \backslash
24790 cellcolor{Maroon}
24791 \end_layout
24792
24793 \end_inset
24794
24795 i
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 </row>
24801 </lyxtabular>
24802
24803 \end_inset
24804
24805
24806 \end_layout
24807
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \begin_layout Standard
24814 \begin_inset ERT
24815 status collapsed
24816
24817 \begin_layout Plain Layout
24818
24819
24820 \backslash
24821 renewcommand{
24822 \backslash
24823 hdashline}{
24824 \backslash
24825 myHdashline}
24826 \end_layout
24827
24828 \end_inset
24829
24830
24831 \begin_inset Note Note
24832 status collapsed
24833
24834 \begin_layout Plain Layout
24835 reset to default
24836 \end_layout
24837
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \begin_layout Standard
24844 \begin_inset ERT
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848
24849
24850 \backslash
24851 renewcommand{
24852 \backslash
24853 cdashline}{
24854 \backslash
24855 myCdashline}
24856 \end_layout
24857
24858 \end_inset
24859
24860
24861 \begin_inset Note Note
24862 status collapsed
24863
24864 \begin_layout Plain Layout
24865 reset to default
24866 \end_layout
24867
24868 \end_inset
24869
24870
24871 \end_layout
24872
24873 \begin_layout Standard
24874 \begin_inset ERT
24875 status collapsed
24876
24877 \begin_layout Plain Layout
24878
24879
24880 \backslash
24881 nodashgapcolor
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \begin_inset Note Note
24888 status collapsed
24889
24890 \begin_layout Plain Layout
24891 reset to default
24892 \end_layout
24893
24894 \end_inset
24895
24896
24897 \end_layout
24898
24899 \begin_layout Standard
24900 \begin_inset ERT
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904
24905
24906 \backslash
24907 setlength{
24908 \backslash
24909 arrayrulewidth}{0.4pt}
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \begin_inset Note Note
24916 status collapsed
24917
24918 \begin_layout Plain Layout
24919 reset to default
24920 \end_layout
24921
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \begin_layout Standard
24928 The coloring of lines, columns and lines works as decribed in section
24929 \begin_inset space ~
24930 \end_inset
24931
24932
24933 \begin_inset CommandInset ref
24934 LatexCommand ref
24935 reference "sec:Colored-Tables"
24936
24937 \end_inset
24938
24939 .
24940  Coloring horizontal lines works analogically as described there as well,
24941  one only needs to replace in the commands 
24942 \series bold
24943
24944 \backslash
24945 myHlineC
24946 \series default
24947  by 
24948 \series bold
24949
24950 \backslash
24951 myHdashline
24952 \series default
24953  and 
24954 \backslash
24955
24956 \series bold
24957 hline
24958 \series default
24959  by 
24960 \series bold
24961
24962 \backslash
24963 hdashline
24964 \series default
24965 ; so one uses the command
24966 \end_layout
24967
24968 \begin_layout Standard
24969
24970 \series bold
24971
24972 \backslash
24973 let
24974 \backslash
24975 myHdashline
24976 \backslash
24977 hdashline
24978 \begin_inset Newline newline
24979 \end_inset
24980
24981
24982 \backslash
24983 renewcommand{
24984 \backslash
24985 hdashline}
24986 \begin_inset Newline newline
24987 \end_inset
24988
24989
24990 \begin_inset Phantom HPhantom
24991 status open
24992
24993 \begin_layout Plain Layout
24994 \begin_inset space ~
24995 \end_inset
24996
24997
24998 \end_layout
24999
25000 \end_inset
25001
25002 {
25003 \backslash
25004 arrayrulecolor{red}
25005 \backslash
25006 myHdashline
25007 \backslash
25008 arrayrulecolor{black}}
25009 \end_layout
25010
25011 \begin_layout Standard
25012 To color 
25013 \series bold
25014
25015 \backslash
25016 cdashline
25017 \series default
25018 , the command is
25019 \end_layout
25020
25021 \begin_layout Standard
25022
25023 \series bold
25024
25025 \backslash
25026 let
25027 \backslash
25028 myCdashline
25029 \backslash
25030 cdashline
25031 \begin_inset Newline newline
25032 \end_inset
25033
25034
25035 \backslash
25036 renewcommand{
25037 \backslash
25038 cdashline}[1]
25039 \begin_inset Newline newline
25040 \end_inset
25041
25042
25043 \begin_inset Phantom HPhantom
25044 status open
25045
25046 \begin_layout Plain Layout
25047 \begin_inset space ~
25048 \end_inset
25049
25050
25051 \end_layout
25052
25053 \end_inset
25054
25055 {
25056 \backslash
25057 arrayrulecolor{red}
25058 \backslash
25059 myCdashline{#1}
25060 \backslash
25061 arrayrulecolor{black}}
25062 \end_layout
25063
25064 \begin_layout Standard
25065 To get back the black line color, one needs to insert the following commands
25066  as \SpecialChar TeX
25067  Code behind the table:
25068 \end_layout
25069
25070 \begin_layout Standard
25071 For 
25072 \series bold
25073
25074 \backslash
25075 hdashline
25076 \end_layout
25077
25078 \begin_layout Standard
25079
25080 \series bold
25081
25082 \backslash
25083 renewcommand{
25084 \backslash
25085 hdashline}{
25086 \backslash
25087 myHdashline}
25088 \end_layout
25089
25090 \begin_layout Standard
25091 and for 
25092 \series bold
25093
25094 \backslash
25095 cdashline
25096 \end_layout
25097
25098 \begin_layout Standard
25099
25100 \series bold
25101
25102 \backslash
25103 renewcommand{
25104 \backslash
25105 cdashline}{
25106 \backslash
25107 myCdashline}
25108 \end_layout
25109
25110 \begin_layout Standard
25111 To color the gaps between the dashes the command
25112 \end_layout
25113
25114 \begin_layout Standard
25115
25116 \series bold
25117
25118 \backslash
25119 dashgapcolor{color}
25120 \end_layout
25121
25122 \begin_layout Standard
25123 can be used in front of a table as \SpecialChar TeX
25124  Code.
25125  color is hereby the name of a defined color.
25126  The command
25127 \end_layout
25128
25129 \begin_layout Standard
25130
25131 \series bold
25132
25133 \backslash
25134 nodashgapcolor
25135 \end_layout
25136
25137 \begin_layout Standard
25138 unsets the changes made by 
25139 \series bold
25140
25141 \backslash
25142 dashgapcolor
25143 \series default
25144 .
25145 \end_layout
25146
25147 \begin_layout Standard
25148 \begin_inset Note Greyedout
25149 status open
25150
25151 \begin_layout Plain Layout
25152
25153 \series bold
25154 \color none
25155 Note
25156 \series default
25157 : If there are multiple commands in a cell, the command of 
25158 \series bold
25159 arydshln
25160 \series default
25161  needs to be the first one in the cell.
25162  Therefore in cell 
25163 \emph on
25164 k
25165 \emph default
25166  of Table
25167 \begin_inset space ~
25168 \end_inset
25169
25170
25171 \begin_inset CommandInset ref
25172 LatexCommand ref
25173 reference "tab:Colored-table-with"
25174
25175 \end_inset
25176
25177  the command 
25178 \series bold
25179
25180 \backslash
25181 hdashline
25182 \series default
25183  is before 
25184 \series bold
25185
25186 \backslash
25187 rowcolor
25188 \series default
25189 .
25190 \end_layout
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \begin_layout Standard
25198 \begin_inset Note Greyedout
25199 status open
25200
25201 \begin_layout Plain Layout
25202
25203 \series bold
25204 \color none
25205 Note:
25206 \series default
25207  The \SpecialChar LaTeX
25208 -package 
25209 \series bold
25210 arydshln
25211 \series default
25212  must be loaded in the document preamble before the \SpecialChar LaTeX
25213 -package 
25214 \series bold
25215 colortbl
25216 \series default
25217
25218 \begin_inset Index idx
25219 status collapsed
25220
25221 \begin_layout Plain Layout
25222 \SpecialChar LaTeX
25223 -packages ! colortbl
25224 \end_layout
25225
25226 \end_inset
25227
25228 .
25229 \end_layout
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \begin_layout Standard
25237 \begin_inset ERT
25238 status collapsed
25239
25240 \begin_layout Plain Layout
25241
25242
25243 \backslash
25244 else
25245 \end_layout
25246
25247 \end_inset
25248
25249
25250 \begin_inset Note Note
25251 status open
25252
25253 \begin_layout Plain Layout
25254 The following will be displayed when the \SpecialChar LaTeX
25255 -package 
25256 \series bold
25257 arydshln
25258 \series default
25259  is not installed:
25260 \end_layout
25261
25262 \end_inset
25263
25264
25265 \end_layout
25266
25267 \begin_layout Standard
25268 You need to install the package 
25269 \series bold
25270 arydshln
25271 \series default
25272  to see the content of this section in the output.
25273 \end_layout
25274
25275 \begin_layout Standard
25276 \begin_inset ERT
25277 status collapsed
25278
25279 \begin_layout Plain Layout
25280
25281
25282 \backslash
25283 fi
25284 \end_layout
25285
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \begin_layout Standard
25292 For more information about dashed lines see the documentation of 
25293 \series bold
25294 arydshln
25295 \series default
25296
25297 \begin_inset CommandInset citation
25298 LatexCommand cite
25299 key "arydshln"
25300 literal "true"
25301
25302 \end_inset
25303
25304 .
25305 \end_layout
25306
25307 \begin_layout Chapter
25308 Floats
25309 \begin_inset CommandInset label
25310 LatexCommand label
25311 name "chap:Floats"
25312
25313 \end_inset
25314
25315
25316 \begin_inset Index idx
25317 status collapsed
25318
25319 \begin_layout Plain Layout
25320 Floats
25321 \end_layout
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Section
25329 Introduction
25330 \begin_inset CommandInset label
25331 LatexCommand label
25332 name "sec:FloatIntroduction"
25333
25334 \end_inset
25335
25336
25337 \begin_inset Index idx
25338 status collapsed
25339
25340 \begin_layout Plain Layout
25341 Floats ! Introduction
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Standard
25350 A float is a block of text associated with some sort of label, which doesn't
25351  have a fixed location.
25352  It can 
25353 \begin_inset Quotes eld
25354 \end_inset
25355
25356 float
25357 \begin_inset Quotes erd
25358 \end_inset
25359
25360  forward or backward a page or two, to wherever it fits best.
25361  
25362 \family sans
25363 Footnotes
25364 \family default
25365  and 
25366 \family sans
25367 Margin
25368 \begin_inset space ~
25369 \end_inset
25370
25371 Notes
25372 \family default
25373  are also floats because they can float to the next page when there are
25374  too many notes on the page.
25375 \end_layout
25376
25377 \begin_layout Standard
25378 Floats allow a high quality layout.
25379  Images and tables can be spread evenly among the pages to avoid white space
25380  and pages without text.
25381  As the floating often destroys the context between the text and the image/table
25382 , every float can be referenced in the text.
25383  Floats are therefore numbered.
25384  Referencing is described in section
25385 \begin_inset space ~
25386 \end_inset
25387
25388
25389 \begin_inset CommandInset ref
25390 LatexCommand ref
25391 reference "sec:Referencing-Floats"
25392
25393 \end_inset
25394
25395 .
25396 \end_layout
25397
25398 \begin_layout Standard
25399 To insert a float, use the menu 
25400 \family sans
25401 Insert\SpecialChar menuseparator
25402 Float
25403 \family default
25404  (toolbar button 
25405 \begin_inset Info
25406 type  "icon"
25407 arg   "float-insert figure"
25408 \end_inset
25409
25410  or 
25411 \begin_inset Info
25412 type  "icon"
25413 arg   "float-insert table"
25414 \end_inset
25415
25416 ).
25417  This inserts the 
25418 \family sans
25419 Caption
25420 \family default
25421  inset, a box with a label.
25422  The label will automatically be translated to the document language in
25423  the output.
25424  After the label you can insert the caption text.
25425  The image or table is inserted above or below the caption in a separate
25426  paragraph within the float.
25427  More about the caption placement is contained in section
25428 \begin_inset space ~
25429 \end_inset
25430
25431
25432 \begin_inset CommandInset ref
25433 LatexCommand ref
25434 reference "sec:Caption-Placement"
25435
25436 \end_inset
25437
25438 .
25439  To keep your \SpecialChar LyX
25440  document readable, you can open and close the float box by
25441  left-clicking on the box label.
25442  A closed float box looks like this: 
25443 \begin_inset Graphics
25444         filename clipart/float.png
25445         scale 95
25446         scaleBeforeRotation
25447
25448 \end_inset
25449
25450  â€“ a gray button with a red label.
25451 \end_layout
25452
25453 \begin_layout Standard
25454 It is recommended that you insert floats as separate standard paragraphs
25455  to avoid possible \SpecialChar LaTeX
25456 -errors that can occur when the surrounding text is specially
25457  formatted.
25458 \end_layout
25459
25460 \begin_layout Standard
25461 Existing figures or tables can be put into a float by highlighting them
25462  and then pressing the corresponding toolbar button for a new float.
25463 \end_layout
25464
25465 \begin_layout Section
25466 Float Types
25467 \end_layout
25468
25469 \begin_layout Standard
25470 Besides figure and table floats that are described in sections
25471 \begin_inset space ~
25472 \end_inset
25473
25474
25475 \begin_inset CommandInset ref
25476 LatexCommand ref
25477 reference "sec:Figure-Floats"
25478
25479 \end_inset
25480
25481  and 
25482 \begin_inset CommandInset ref
25483 LatexCommand ref
25484 reference "sec:Table-Floats"
25485
25486 \end_inset
25487
25488  respectively, \SpecialChar LyX
25489  offers the float types 
25490 \family sans
25491 Algorithm
25492 \family default
25493  and 
25494 \family sans
25495 Wrap
25496 \family default
25497 .
25498  The latter are explained in sec.
25499 \begin_inset space \thinspace{}
25500 \end_inset
25501
25502
25503 \begin_inset CommandInset ref
25504 LatexCommand ref
25505 reference "sec:Wrap-Floats"
25506
25507 \end_inset
25508
25509 .
25510 \end_layout
25511
25512 \begin_layout Subsection
25513 Algorithm Floats
25514 \begin_inset Index idx
25515 status collapsed
25516
25517 \begin_layout Plain Layout
25518 Floats ! Algorithms
25519 \end_layout
25520
25521 \end_inset
25522
25523
25524 \end_layout
25525
25526 \begin_layout Standard
25527 \begin_inset Float algorithm
25528 placement h
25529 wide false
25530 sideways false
25531 status open
25532
25533 \begin_layout Plain Layout
25534 \begin_inset Caption Standard
25535
25536 \begin_layout Plain Layout
25537 \begin_inset CommandInset label
25538 LatexCommand label
25539 name "alg:Example-Algorithm-float"
25540
25541 \end_inset
25542
25543 Example Algorithm float
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout LyX-Code
25552 for I in 1..N loop
25553 \begin_inset Newline newline
25554 \end_inset
25555
25556  Sum:= Sum + A(I); /*comment*/
25557 \begin_inset Newline newline
25558 \end_inset
25559
25560 end loop
25561 \begin_inset VSpace -4mm
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \begin_layout Standard
25573 This float type is inserted with the menu 
25574 \family sans
25575 Insert\SpecialChar menuseparator
25576 Float\SpecialChar menuseparator
25577 Algorithm
25578 \family default
25579 .
25580  It is used for program codes and descriptions of algorithms and can be
25581  seen as an alternative to program code listings that are explained in chapter
25582 \begin_inset space ~
25583 \end_inset
25584
25585
25586 \begin_inset CommandInset ref
25587 LatexCommand ref
25588 reference "cha:Program-Code-Listings"
25589
25590 \end_inset
25591
25592 .
25593  A possible environment for algorithms is the 
25594 \family sans
25595 \SpecialChar LyX
25596  Code
25597 \family default
25598 , described in \SpecialChar LyX
25599 's 
25600 \emph on
25601 Userguide
25602 \emph default
25603 .
25604  Algorithm
25605 \begin_inset space ~
25606 \end_inset
25607
25608
25609 \begin_inset CommandInset ref
25610 LatexCommand ref
25611 reference "alg:Example-Algorithm-float"
25612
25613 \end_inset
25614
25615  is an example of an algorithm float where -4
25616 \begin_inset space \thinspace{}
25617 \end_inset
25618
25619 mm vertical space was added at the end of the float to have the bottom rule
25620  exactly below the last text line.
25621 \end_layout
25622
25623 \begin_layout Standard
25624 The float label is not automatically translated into the document language.
25625  If your document is not in English, you have to do this manually by adding
25626  the following line to the document preamble
25627 \series bold
25628 :
25629 \end_layout
25630
25631 \begin_layout Standard
25632
25633 \series bold
25634
25635 \backslash
25636 floatname{algorithm}{your
25637 \begin_inset space ~
25638 \end_inset
25639
25640 name}
25641 \end_layout
25642
25643 \begin_layout Standard
25644 where 
25645 \family sans
25646 your
25647 \begin_inset space ~
25648 \end_inset
25649
25650 name
25651 \family default
25652  is the word 
25653 \begin_inset Quotes eld
25654 \end_inset
25655
25656
25657 \emph on
25658 algorithm
25659 \emph default
25660
25661 \begin_inset Quotes erd
25662 \end_inset
25663
25664  in your language.
25665 \end_layout
25666
25667 \begin_layout Standard
25668 To insert the list of algorithms you can use the menu 
25669 \family sans
25670 Insert\SpecialChar menuseparator
25671 List
25672 \begin_inset space \thinspace{}
25673 \end_inset
25674
25675 /
25676 \begin_inset space \thinspace{}
25677 \end_inset
25678
25679 TOC\SpecialChar menuseparator
25680 List of Algorithms
25681 \family default
25682  when your document has the same language as \SpecialChar LyX
25683 's menu names.
25684  In other cases use this command in \SpecialChar TeX
25685  Code instead:
25686 \end_layout
25687
25688 \begin_layout Standard
25689
25690 \series bold
25691
25692 \backslash
25693 listof{algorithm}{your
25694 \begin_inset space ~
25695 \end_inset
25696
25697 name}
25698 \end_layout
25699
25700 \begin_layout Standard
25701 where 
25702 \family sans
25703 your
25704 \begin_inset space ~
25705 \end_inset
25706
25707 name
25708 \family default
25709  is the word 
25710 \begin_inset Quotes eld
25711 \end_inset
25712
25713
25714 \emph on
25715 List of Algorithm
25716 \emph default
25717 s
25718 \begin_inset Quotes erd
25719 \end_inset
25720
25721  in your language.
25722 \end_layout
25723
25724 \begin_layout Standard
25725 Algorithm floats are not by default numbered in the scheme 
25726 \begin_inset Quotes eld
25727 \end_inset
25728
25729 chapter.algorithm
25730 \begin_inset Quotes erd
25731 \end_inset
25732
25733  as is the case for table and figure floats in many document-classes.
25734  To number algorithm floats in the same scheme, add this command to your
25735  document preamble:
25736 \end_layout
25737
25738 \begin_layout Standard
25739
25740 \series bold
25741
25742 \backslash
25743 numberwithin{algorithm}{chapter}
25744 \end_layout
25745
25746 \begin_layout Standard
25747 To be able to use the command 
25748 \series bold
25749
25750 \backslash
25751 numberwithin
25752 \series default
25753 , set in the tab 
25754 \family sans
25755 Math
25756 \begin_inset space ~
25757 \end_inset
25758
25759 Options
25760 \family default
25761  in the document settings the option 
25762 \family sans
25763 Use
25764 \begin_inset space ~
25765 \end_inset
25766
25767 AMS
25768 \begin_inset space ~
25769 \end_inset
25770
25771 math
25772 \begin_inset space ~
25773 \end_inset
25774
25775 package
25776 \family default
25777 .
25778 \end_layout
25779
25780 \begin_layout Section
25781 Float Numbering
25782 \begin_inset Index idx
25783 status collapsed
25784
25785 \begin_layout Plain Layout
25786 Floats ! Numbering
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \end_layout
25793
25794 \begin_layout Standard
25795 Floats are usually numbered either independently from the sections the floats
25796  are in, or in the scheme 
25797 \begin_inset Quotes eld
25798 \end_inset
25799
25800 chapter.number
25801 \begin_inset Quotes erd
25802 \end_inset
25803
25804  or 
25805 \begin_inset Quotes eld
25806 \end_inset
25807
25808 section.number
25809 \begin_inset Quotes erd
25810 \end_inset
25811
25812 .
25813  This depends on the document class used.
25814 \end_layout
25815
25816 \begin_layout Standard
25817 To change section-independent numbering, you can use this command in the
25818  document preamble:
25819 \end_layout
25820
25821 \begin_layout Standard
25822
25823 \series bold
25824
25825 \backslash
25826 renewcommand{
25827 \backslash
25828 thetable}{
25829 \backslash
25830 roman{table}}
25831 \end_layout
25832
25833 \begin_layout Standard
25834
25835 \series bold
25836
25837 \backslash
25838 thetable
25839 \series default
25840  is the command that prints the table number.
25841  For figure floats, the command would be 
25842 \series bold
25843
25844 \backslash
25845 thefigure
25846 \series default
25847 .
25848  
25849 \series bold
25850
25851 \backslash
25852 roman
25853 \series default
25854  in the command above prints the table number as a small roman number.
25855 \end_layout
25856
25857 \begin_layout Standard
25858 To change the numbering scheme for example to 
25859 \begin_inset Quotes eld
25860 \end_inset
25861
25862 subsection.number
25863 \begin_inset Quotes erd
25864 \end_inset
25865
25866 , use this command in the preamble:
25867 \end_layout
25868
25869 \begin_layout Standard
25870
25871 \series bold
25872
25873 \backslash
25874 numberwithin{table}{subsection}
25875 \end_layout
25876
25877 \begin_layout Standard
25878 To be able to use the command 
25879 \series bold
25880
25881 \backslash
25882 numberwithin
25883 \series default
25884 , set in the tab 
25885 \family sans
25886 Math
25887 \begin_inset space ~
25888 \end_inset
25889
25890 Options
25891 \family default
25892  in the document settings the option 
25893 \family sans
25894 Use
25895 \begin_inset space ~
25896 \end_inset
25897
25898 AMS
25899 \begin_inset space ~
25900 \end_inset
25901
25902 math
25903 \begin_inset space ~
25904 \end_inset
25905
25906 package
25907 \family default
25908 .
25909 \end_layout
25910
25911 \begin_layout Standard
25912 Please also have a look at section
25913 \begin_inset space ~
25914 \end_inset
25915
25916
25917 \begin_inset CommandInset ref
25918 LatexCommand ref
25919 reference "subsec:Footnote-Numbering"
25920
25921 \end_inset
25922
25923  for the details and important notes about the numbering commands.
25924 \end_layout
25925
25926 \begin_layout Section
25927 Referencing Floats
25928 \begin_inset CommandInset label
25929 LatexCommand label
25930 name "sec:Referencing-Floats"
25931
25932 \end_inset
25933
25934
25935 \begin_inset Index idx
25936 status collapsed
25937
25938 \begin_layout Plain Layout
25939 Floats ! References
25940 \end_layout
25941
25942 \end_inset
25943
25944
25945 \begin_inset Index idx
25946 status collapsed
25947
25948 \begin_layout Plain Layout
25949 References ! to Floats
25950 \end_layout
25951
25952 \end_inset
25953
25954
25955 \end_layout
25956
25957 \begin_layout Standard
25958 To reference a float, insert a label into its caption using the menu 
25959 \family sans
25960 Insert\SpecialChar menuseparator
25961 Label
25962 \family default
25963  or the toolbar button 
25964 \begin_inset Info
25965 type  "icon"
25966 arg   "label-insert"
25967 \end_inset
25968
25969 .
25970  A grey label box like this one: 
25971 \begin_inset Graphics
25972         filename clipart/label.png
25973         scaleBeforeRotation
25974
25975 \end_inset
25976
25977  will be inserted and the label window pops up asking for the label text.
25978  \SpecialChar LyX
25979  offers as text the first words of the caption with a prefix.
25980  The prefix depends on the float type, e.
25981 \begin_inset space \thinspace{}
25982 \end_inset
25983
25984 g.
25985 \begin_inset space \space{}
25986 \end_inset
25987
25988 for figure floats the prefix will be "
25989 \family sans
25990 fig:
25991 \family default
25992 ".
25993 \end_layout
25994
25995 \begin_layout Standard
25996 The label is used as anchor and name for the reference.
25997  You can refer to the label using the menu 
25998 \family sans
25999 Insert\SpecialChar menuseparator
26000 Cross-reference
26001 \family default
26002  or the toolbar button 
26003 \begin_inset Info
26004 type  "icon"
26005 arg   "dialog-show-new-inset ref"
26006 \end_inset
26007
26008 .
26009  The cross-reference window appears showing all labels of the document.
26010  If you have multiple \SpecialChar LyX
26011  documents opened, choose the one you are working
26012  on from the drop-list at the top of the dialog.
26013  You can now sort the labels alphabetically and then choose one.
26014  A grey cross-reference box like this one: 
26015 \begin_inset Graphics
26016         filename clipart/reference.png
26017         scaleBeforeRotation
26018
26019 \end_inset
26020
26021  will be inserted.
26022  At the position of the cross-reference box the float number will appear
26023  in the output.
26024 \end_layout
26025
26026 \begin_layout Standard
26027 It is recommended that you use a protected space between the cross-reference
26028  name and its number to avoid line breaks between them.
26029  If a cross-reference refers to a non-existing label, you will see two question
26030  marks in the output instead of the reference.
26031 \end_layout
26032
26033 \begin_layout Standard
26034 You can change labels at any time by clicking on the label box.
26035  References to the changed label will automatically update their links to
26036  the new label text.
26037 \end_layout
26038
26039 \begin_layout Standard
26040 The button 
26041 \family sans
26042 Go
26043 \begin_inset space ~
26044 \end_inset
26045
26046 to
26047 \begin_inset space ~
26048 \end_inset
26049
26050 Label
26051 \family default
26052  in the cross-reference window sets the cursor before the referred label.
26053  The button text changes then to Go
26054 \begin_inset space ~
26055 \end_inset
26056
26057 Back and you can use it to set the cursor back to the cross-reference.
26058 \end_layout
26059
26060 \begin_layout Subsection
26061 Cross-Reference Formats
26062 \begin_inset CommandInset label
26063 LatexCommand label
26064 name "subsec:Cross-Reference-Formats"
26065
26066 \end_inset
26067
26068
26069 \begin_inset Index idx
26070 status collapsed
26071
26072 \begin_layout Plain Layout
26073 References ! Formats
26074 \end_layout
26075
26076 \end_inset
26077
26078
26079 \end_layout
26080
26081 \begin_layout Standard
26082 There are six varieties of cross-references:
26083 \end_layout
26084
26085 \begin_layout Description
26086 <reference>: prints the float number, this is the default: 
26087 \begin_inset CommandInset ref
26088 LatexCommand ref
26089 reference "fig:Two-distorted-images"
26090
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \begin_layout Description
26097 (<reference>): prints the float number within two parentheses, this is the
26098  style normally used to reference formulas, especially when the reference
26099  name 
26100 \begin_inset Quotes eld
26101 \end_inset
26102
26103 Equation
26104 \begin_inset Quotes erd
26105 \end_inset
26106
26107  is omitted: 
26108 \begin_inset CommandInset ref
26109 LatexCommand eqref
26110 reference "eq:Wgn"
26111
26112 \end_inset
26113
26114
26115 \end_layout
26116
26117 \begin_layout Description
26118 <page>: prints the page number: Page
26119 \begin_inset space ~
26120 \end_inset
26121
26122
26123 \begin_inset CommandInset ref
26124 LatexCommand pageref
26125 reference "fig:Two-distorted-images"
26126
26127 \end_inset
26128
26129
26130 \end_layout
26131
26132 \begin_layout Description
26133 on
26134 \begin_inset space ~
26135 \end_inset
26136
26137 page
26138 \begin_inset space ~
26139 \end_inset
26140
26141 <page>: prints the text "on page" and the page number: 
26142 \begin_inset CommandInset ref
26143 LatexCommand vpageref
26144 reference "fig:Two-distorted-images"
26145
26146 \end_inset
26147
26148
26149 \end_layout
26150
26151 \begin_layout Description
26152 <reference>
26153 \begin_inset space ~
26154 \end_inset
26155
26156 on
26157 \begin_inset space ~
26158 \end_inset
26159
26160 page
26161 \begin_inset space ~
26162 \end_inset
26163
26164 <page>: prints the float number, the text "on page", and the page number:
26165  
26166 \begin_inset CommandInset ref
26167 LatexCommand vref
26168 reference "fig:Two-distorted-images"
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \begin_layout Description
26176 Formatted
26177 \begin_inset space ~
26178 \end_inset
26179
26180 reference: prints a self-defined cross-reference format.
26181 \begin_inset Newline newline
26182 \end_inset
26183
26184
26185 \begin_inset Note Greyedout
26186 status open
26187
26188 \begin_layout Plain Layout
26189
26190 \series bold
26191 Note:
26192 \series default
26193  This feature is only available when you have the \SpecialChar LaTeX
26194 -package 
26195 \series bold
26196 prettyref
26197 \series default
26198  or 
26199 \series bold
26200 refstyle
26201 \series default
26202
26203 \begin_inset Index idx
26204 status collapsed
26205
26206 \begin_layout Plain Layout
26207 \SpecialChar LaTeX
26208 -packages ! prettyref
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \begin_inset Index idx
26215 status collapsed
26216
26217 \begin_layout Plain Layout
26218 \SpecialChar LaTeX
26219 -packages ! refstyle
26220 \end_layout
26221
26222 \end_inset
26223
26224  installed.
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \begin_inset Newline newline
26231 \end_inset
26232
26233 You can select which \SpecialChar LaTeX
26234 -package should be used for this feature by setting
26235  the option 
26236 \family sans
26237 Use refstyle (not prettyref) for cross-references
26238 \family default
26239  in the menu 
26240 \family sans
26241 Document\SpecialChar menuseparator
26242 Settings\SpecialChar menuseparator
26243 Document Class
26244 \family default
26245 .
26246  The format is specified by adding the command 
26247 \series bold
26248
26249 \backslash
26250 newrefformat
26251 \series default
26252  (prettyref) or 
26253 \series bold
26254
26255 \backslash
26256 newref
26257 \series default
26258  (refstyle) to the preamble of the document.
26259  For example redefining all references to figures (which have the label
26260  prefix 
26261 \begin_inset Quotes eld
26262 \end_inset
26263
26264
26265 \family sans
26266 fig
26267 \family default
26268
26269 \begin_inset Quotes erd
26270 \end_inset
26271
26272 ) can be done with this command
26273 \begin_inset Newline newline
26274 \end_inset
26275
26276
26277 \series bold
26278
26279 \backslash
26280 newref{fig}{refcmd={Image on page 
26281 \backslash
26282 pageref{#1}}}
26283 \series default
26284
26285 \begin_inset Newline newline
26286 \end_inset
26287
26288 For more information about the format, have a look at the package documentations
26289
26290 \begin_inset CommandInset citation
26291 LatexCommand cite
26292 key "prettyref,refstyle"
26293 literal "true"
26294
26295 \end_inset
26296
26297 .
26298 \begin_inset Newline newline
26299 \end_inset
26300
26301 The options 
26302 \family sans
26303 Plural
26304 \family default
26305  and 
26306 \family sans
26307 Capitalized
26308 \family default
26309  are only available if you use the \SpecialChar LaTeX
26310 -package 
26311 \series bold
26312 refstyle
26313 \series default
26314 .
26315  
26316 \family sans
26317 Plural
26318 \family default
26319  adds an 
26320 \emph on
26321 s
26322 \emph default
26323  to the name, e.
26324 \begin_inset space \thinspace{}
26325 \end_inset
26326
26327 g.
26328 \begin_inset space \space{}
26329 \end_inset
26330
26331
26332 \begin_inset Quotes eld
26333 \end_inset
26334
26335 figures
26336 \begin_inset Quotes erd
26337 \end_inset
26338
26339
26340 \family sans
26341 Capitalized
26342 \family default
26343  outputs the name capitalized, e.
26344 \begin_inset space \thinspace{}
26345 \end_inset
26346
26347 g.
26348 \begin_inset space \space{}
26349 \end_inset
26350
26351
26352 \begin_inset Quotes eld
26353 \end_inset
26354
26355 Figure
26356 \begin_inset Quotes erd
26357 \end_inset
26358
26359 .
26360  Both options can be combined to get e.
26361 \begin_inset space \thinspace{}
26362 \end_inset
26363
26364 g.
26365 \begin_inset space \space{}
26366 \end_inset
26367
26368
26369 \begin_inset Quotes eld
26370 \end_inset
26371
26372 Figures
26373 \begin_inset Quotes erd
26374 \end_inset
26375
26376 .
26377 \end_layout
26378
26379 \begin_layout Description
26380 Textual
26381 \begin_inset space ~
26382 \end_inset
26383
26384 reference: prints the caption of the reference: 
26385 \begin_inset CommandInset ref
26386 LatexCommand nameref
26387 reference "fig:Two-distorted-images"
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \begin_layout Description
26395 Label
26396 \begin_inset space ~
26397 \end_inset
26398
26399 only: prints only the \SpecialChar LaTeX
26400  label for the reference: 
26401 \begin_inset CommandInset ref
26402 LatexCommand labelonly
26403 reference "fig:Two-distorted-images"
26404 plural "false"
26405 caps "false"
26406 noprefix "false"
26407
26408 \end_inset
26409
26410
26411 \begin_inset Newline newline
26412 \end_inset
26413
26414 This allows to use the label for commands in \SpecialChar TeX
26415  code.
26416  With the option 
26417 \family sans
26418 No Prefix
26419 \family default
26420  one can omit the prefix of the label name: 
26421 \begin_inset CommandInset ref
26422 LatexCommand labelonly
26423 reference "fig:Two-distorted-images"
26424 plural "false"
26425 caps "false"
26426 noprefix "true"
26427
26428 \end_inset
26429
26430
26431 \end_layout
26432
26433 \begin_layout Standard
26434
26435 \family sans
26436 <page>
26437 \family default
26438  will not print the page number if the label is on the previous, the same,
26439  or the next page.
26440  You will e.
26441 \begin_inset space \thinspace{}
26442 \end_inset
26443
26444 g.
26445 \begin_inset space \space{}
26446 \end_inset
26447
26448 see the text 
26449 \begin_inset Quotes eld
26450 \end_inset
26451
26452
26453 \family sans
26454 on this page
26455 \family default
26456
26457 \begin_inset Quotes erd
26458 \end_inset
26459
26460  instead.
26461  The style 
26462 \family sans
26463 <reference> on page <page>
26464 \family default
26465  will not print anything about the page if the label is on the same page.
26466 \end_layout
26467
26468 \begin_layout Standard
26469 The number and current page of the part of the document referred to in the
26470  output is automatically calculated by \SpecialChar LaTeX
26471 .
26472  The varieties are adjusted in the field 
26473 \family sans
26474 Format
26475 \family default
26476  of the cross-reference window that appears when you click on the cross-referenc
26477 e box.
26478 \end_layout
26479
26480 \begin_layout Standard
26481 \begin_inset Note Greyedout
26482 status open
26483
26484 \begin_layout Plain Layout
26485
26486 \series bold
26487 Note:
26488 \series default
26489  It is recommended to use the \SpecialChar LaTeX
26490 -package 
26491 \series bold
26492 refstyle
26493 \series default
26494
26495 \begin_inset Index idx
26496 status collapsed
26497
26498 \begin_layout Plain Layout
26499 \SpecialChar LaTeX
26500 -packages ! refstyle
26501 \end_layout
26502
26503 \end_inset
26504
26505  because 
26506 \series bold
26507 prettyref
26508 \series default
26509
26510 \begin_inset Index idx
26511 status collapsed
26512
26513 \begin_layout Plain Layout
26514 \SpecialChar LaTeX
26515 -packages ! prettyref
26516 \end_layout
26517
26518 \end_inset
26519
26520  does not know all of \SpecialChar LyX
26521 's possible label shortcuts
26522 \begin_inset Foot
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526 \begin_inset Quotes eld
26527 \end_inset
26528
26529 fig:
26530 \begin_inset Quotes erd
26531 \end_inset
26532
26533  is for example \SpecialChar LyX
26534 's shortcut for labels in figure captions.
26535 \end_layout
26536
26537 \end_inset
26538
26539  and is not internationalized.
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Subsection
26548 Automatic Reference Naming
26549 \begin_inset Index idx
26550 status collapsed
26551
26552 \begin_layout Plain Layout
26553 References ! Automatic Reference Naming
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \begin_layout Standard
26562 The \SpecialChar LaTeX
26563 -package 
26564 \series bold
26565 hyperref
26566 \series default
26567
26568 \begin_inset Index idx
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572 \SpecialChar LaTeX
26573 -packages ! hyperref
26574 \end_layout
26575
26576 \end_inset
26577
26578 , that is enabled in the 
26579 \family sans
26580 PDF Properties
26581 \family default
26582  of the 
26583 \family sans
26584 Document Settings
26585 \family default
26586  dialog, provides a very useful feature that cross-references automatically
26587  include the name of the referenced floats (or text parts like 
26588 \emph on
26589 section
26590 \emph default
26591 ).
26592  So you will save having to write e.
26593 \begin_inset space \thinspace{}
26594 \end_inset
26595
26596 g.
26597 \begin_inset space \space{}
26598 \end_inset
26599
26600 the name 
26601 \begin_inset Quotes eld
26602 \end_inset
26603
26604 Figure
26605 \begin_inset Quotes erd
26606 \end_inset
26607
26608  before every reference to a figure.
26609  To use this feature, enable 
26610 \series bold
26611 hyperref
26612 \series default
26613  and insert this line to the \SpecialChar LaTeX
26614  preamble:
26615 \end_layout
26616
26617 \begin_layout Standard
26618
26619 \series bold
26620
26621 \backslash
26622 AtBeginDocument{
26623 \backslash
26624 renewcommand{
26625 \backslash
26626 ref}[1]{
26627 \backslash
26628 mbox{
26629 \backslash
26630 autoref{#1}}}}
26631 \end_layout
26632
26633 \begin_layout Standard
26634 When you prefer other reference names than the default ones, for example
26635  you want instead of 
26636 \begin_inset Quotes eld
26637 \end_inset
26638
26639 section
26640 \begin_inset Quotes erd
26641 \end_inset
26642
26643  the name 
26644 \begin_inset Quotes eld
26645 \end_inset
26646
26647 sec.
26648 \begin_inset space \thinspace{}
26649 \end_inset
26650
26651
26652 \begin_inset Quotes eld
26653 \end_inset
26654
26655 , you can redefine the name by inserting this in the preamble:
26656 \end_layout
26657
26658 \begin_layout Standard
26659
26660 \series bold
26661
26662 \backslash
26663 addto
26664 \backslash
26665 extrasenglish{
26666 \backslash
26667 renewcommand{
26668 \backslash
26669 sectionautorefname}
26670 \begin_inset Newline newline
26671 \end_inset
26672
26673
26674 \begin_inset Phantom HPhantom
26675 status open
26676
26677 \begin_layout Plain Layout
26678
26679 \series bold
26680 \begin_inset space ~
26681 \end_inset
26682
26683
26684 \end_layout
26685
26686 \end_inset
26687
26688 {sec.
26689 \backslash
26690 negthinspace}}
26691 \end_layout
26692
26693 \begin_layout Standard
26694 When you are using another document language than English, replace
26695 \begin_inset Newline newline
26696 \end_inset
26697
26698
26699 \series bold
26700
26701 \backslash
26702 extrasenglish
26703 \series default
26704  by 
26705 \series bold
26706
26707 \backslash
26708 extras***
26709 \series default
26710 , where *** is the name of the language used.
26711 \end_layout
26712
26713 \begin_layout Standard
26714 To get automatic names, but not for certain reference types, for example
26715  not for equations, use this preamble code:
26716 \end_layout
26717
26718 \begin_layout Standard
26719
26720 \series bold
26721
26722 \backslash
26723 addto
26724 \backslash
26725 extrasenglish{
26726 \backslash
26727 renewcommand*{
26728 \backslash
26729 equationautorefname}[1]{}}
26730 \end_layout
26731
26732 \begin_layout Standard
26733 More about this topic can be found in 
26734 \series bold
26735 hyperref
26736 \series default
26737 's documentation 
26738 \begin_inset CommandInset citation
26739 LatexCommand cite
26740 key "hyperref"
26741 literal "true"
26742
26743 \end_inset
26744
26745 .
26746 \end_layout
26747
26748 \begin_layout Standard
26749 \begin_inset Note Greyedout
26750 status open
26751
26752 \begin_layout Plain Layout
26753
26754 \series bold
26755 Note:
26756 \series default
26757  Automatic reference naming cannot be used when you use cross-references
26758  in the 
26759 \family sans
26760 Formatted
26761 \begin_inset space ~
26762 \end_inset
26763
26764 reference
26765 \family default
26766  style, as described in section
26767 \begin_inset space ~
26768 \end_inset
26769
26770
26771 \begin_inset CommandInset ref
26772 LatexCommand ref
26773 reference "subsec:Cross-Reference-Formats"
26774
26775 \end_inset
26776
26777 .
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \end_layout
26784
26785 \begin_layout Standard
26786 The 
26787 \emph on
26788 Math
26789 \emph default
26790  manual is an example where automatic reference naming is used.
26791 \end_layout
26792
26793 \begin_layout Subsection
26794 Reference Position
26795 \begin_inset CommandInset label
26796 LatexCommand label
26797 name "subsec:Reference-Position"
26798
26799 \end_inset
26800
26801
26802 \begin_inset Index idx
26803 status collapsed
26804
26805 \begin_layout Plain Layout
26806 References ! Reference Position
26807 \end_layout
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \begin_layout Standard
26815 If you use 
26816 \series bold
26817 hyperref
26818 \series default
26819
26820 \begin_inset Index idx
26821 status collapsed
26822
26823 \begin_layout Plain Layout
26824 \SpecialChar LaTeX
26825 -packages ! hyperref
26826 \end_layout
26827
26828 \end_inset
26829
26830  in the 
26831 \family sans
26832 PDF Properties
26833 \family default
26834  of the 
26835 \family sans
26836 Document Settings
26837 \family default
26838  dialog to link cross-references in the output, you will see that clicking
26839  on an image float reference jumps to the image label.
26840  The caption will be the first text part on the screen, so that you cannot
26841  see the image without scrolling.
26842  This is because the reference link anchor is placed at the position of
26843  the label.
26844  With the use of the package 
26845 \series bold
26846 hypcap
26847 \series default
26848
26849 \begin_inset Index idx
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853 \SpecialChar LaTeX
26854 -packages ! hypcap
26855 \end_layout
26856
26857 \end_inset
26858
26859 , which is part of the \SpecialChar LaTeX
26860 -package 
26861 \series bold
26862 oberdiek
26863 \series default
26864
26865 \begin_inset Index idx
26866 status collapsed
26867
26868 \begin_layout Plain Layout
26869 \SpecialChar LaTeX
26870 -packages ! oberdiek
26871 \end_layout
26872
26873 \end_inset
26874
26875 , the link anchor is placed at the beginning of a float.
26876  To use this feature for figure floats, load 
26877 \series bold
26878 hypcap
26879 \series default
26880  in the document preamble with the line
26881 \end_layout
26882
26883 \begin_layout Standard
26884
26885 \series bold
26886
26887 \backslash
26888 usepackage[figure]{hypcap}
26889 \end_layout
26890
26891 \begin_layout Standard
26892 You can also use 
26893 \series bold
26894 hypcap
26895 \series default
26896  for all float types but this is not recommended for stability reasons.
26897  For more information, have a look at 
26898 \series bold
26899 hypcap
26900 \series default
26901 's manual 
26902 \begin_inset CommandInset citation
26903 LatexCommand cite
26904 key "hypcap"
26905 literal "true"
26906
26907 \end_inset
26908
26909 .
26910 \end_layout
26911
26912 \begin_layout Standard
26913 \begin_inset Note Greyedout
26914 status open
26915
26916 \begin_layout Plain Layout
26917
26918 \series bold
26919 Note:
26920 \series default
26921  
26922 \series bold
26923 hypcap
26924 \series default
26925  has no effect on references to subfigures.
26926 \end_layout
26927
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \begin_layout Section
26934 Float Placement
26935 \begin_inset CommandInset label
26936 LatexCommand label
26937 name "sec:Float-Placement"
26938
26939 \end_inset
26940
26941
26942 \begin_inset Index idx
26943 status collapsed
26944
26945 \begin_layout Plain Layout
26946 Floats ! Placement
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \begin_layout Standard
26955 Right-clicking on a float-box and clicking on 
26956 \family sans
26957 Settings
26958 \family default
26959  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
26960  uses for
26961  positioning the float.
26962 \begin_inset Newline newline
26963 \end_inset
26964
26965 The option 
26966 \family sans
26967 Span
26968 \begin_inset space ~
26969 \end_inset
26970
26971 columns
26972 \family default
26973  is only useful for two-column documents: If you select it, the float will
26974  span both columns on the page instead of being confined to just one.
26975 \begin_inset Newline newline
26976 \end_inset
26977
26978 The option 
26979 \family sans
26980 Rotate
26981 \begin_inset space ~
26982 \end_inset
26983
26984 sideways
26985 \family default
26986  is used to rotate floats, see section 
26987 \begin_inset CommandInset ref
26988 LatexCommand ref
26989 reference "sec:Rotated-Floats"
26990
26991 \end_inset
26992
26993 .
26994 \end_layout
26995
26996 \begin_layout Standard
26997 You can use one or more of the following options in the float dialog to
26998  set the placement for a particular float when you uncheck the option 
26999 \family sans
27000 Use
27001 \begin_inset space ~
27002 \end_inset
27003
27004 default
27005 \begin_inset space ~
27006 \end_inset
27007
27008 placement
27009 \family default
27010 :
27011 \end_layout
27012
27013 \begin_layout Description
27014 Here
27015 \begin_inset space ~
27016 \end_inset
27017
27018 if
27019 \begin_inset space ~
27020 \end_inset
27021
27022 possible try to place the float on the position where it has been inserted
27023 \end_layout
27024
27025 \begin_layout Description
27026 Top
27027 \begin_inset space ~
27028 \end_inset
27029
27030 of
27031 \begin_inset space ~
27032 \end_inset
27033
27034 page try to place the float at the top of the current page
27035 \end_layout
27036
27037 \begin_layout Description
27038 Bottom
27039 \begin_inset space ~
27040 \end_inset
27041
27042 of
27043 \begin_inset space ~
27044 \end_inset
27045
27046 page try to place the float at the bottom of the current page
27047 \end_layout
27048
27049 \begin_layout Description
27050 Page
27051 \begin_inset space ~
27052 \end_inset
27053
27054 of
27055 \begin_inset space ~
27056 \end_inset
27057
27058 floats try to place the float on its own page
27059 \end_layout
27060
27061 \begin_layout Standard
27062 The order of the above option is 
27063 \emph on
27064 always
27065 \emph default
27066  used by \SpecialChar LaTeX
27067 .
27068  That means, if you use the default placement, \SpecialChar LaTeX
27069  will first try out 
27070 \family sans
27071 Here
27072 \begin_inset space ~
27073 \end_inset
27074
27075 if
27076 \begin_inset space ~
27077 \end_inset
27078
27079 possible
27080 \family default
27081 , then 
27082 \family sans
27083 Top
27084 \begin_inset space ~
27085 \end_inset
27086
27087 of
27088 \begin_inset space ~
27089 \end_inset
27090
27091 page
27092 \family default
27093 , and then the others.
27094  If you do not use the default, \SpecialChar LaTeX
27095  will try only the checked options but in
27096  the same order.
27097  If none of the 4
27098 \begin_inset space ~
27099 \end_inset
27100
27101 placements is possible the procedure is internally repeated trying to put
27102  the float on the following page.
27103 \end_layout
27104
27105 \begin_layout Standard
27106 By default, each option has its own rules:
27107 \end_layout
27108
27109 \begin_layout Labeling
27110 \labelwidthstring 00.00.0000
27111
27112 \family sans
27113 Top
27114 \begin_inset space ~
27115 \end_inset
27116
27117 of
27118 \begin_inset space ~
27119 \end_inset
27120
27121 page
27122 \family default
27123  only floats occupying less than 70
27124 \begin_inset space \thinspace{}
27125 \end_inset
27126
27127 % of the page can be placed at the top of a page (
27128 \series bold
27129
27130 \backslash
27131 topfraction
27132 \series default
27133 )
27134 \end_layout
27135
27136 \begin_layout Labeling
27137 \labelwidthstring 00.00.0000
27138
27139 \family sans
27140 Bottom
27141 \begin_inset space ~
27142 \end_inset
27143
27144 of
27145 \begin_inset space ~
27146 \end_inset
27147
27148 page
27149 \family default
27150 : only floats occupying less than 30
27151 \begin_inset space \thinspace{}
27152 \end_inset
27153
27154 % of the page can be placed at the bottom of a page.
27155  (
27156 \series bold
27157
27158 \backslash
27159 bottomfraction
27160 \series default
27161 )
27162 \end_layout
27163
27164 \begin_layout Labeling
27165 \labelwidthstring 00.00.0000
27166
27167 \family sans
27168 Page
27169 \begin_inset space ~
27170 \end_inset
27171
27172 of
27173 \begin_inset space ~
27174 \end_inset
27175
27176 floats
27177 \family default
27178 : only if more than 50
27179 \begin_inset space \thinspace{}
27180 \end_inset
27181
27182 % of the page is occupied by floats, several floats can be set together
27183  on a page.
27184  (
27185 \series bold
27186
27187 \backslash
27188 floatpagefraction
27189 \series default
27190 )
27191 \end_layout
27192
27193 \begin_layout Standard
27194 If you don't like these rules, you can ignore them by using the additional
27195  option 
27196 \family sans
27197 Ignore
27198 \begin_inset space ~
27199 \end_inset
27200
27201 \SpecialChar LaTeX
27202
27203 \begin_inset space ~
27204 \end_inset
27205
27206 rules
27207 \family default
27208 .
27209 \begin_inset Newline newline
27210 \end_inset
27211
27212 You can also redefine the rules with \SpecialChar LaTeX
27213 -commands that are given in parentheses
27214  after the rules description above.
27215  To increase for example the often too small default of the bottom-rule
27216  to 50
27217 \begin_inset space \thinspace{}
27218 \end_inset
27219
27220 % of the page, add this line to your document preamble:
27221 \end_layout
27222
27223 \begin_layout Standard
27224
27225 \series bold
27226
27227 \backslash
27228 renewcommand{
27229 \backslash
27230 bottomfraction}{0.5}
27231 \end_layout
27232
27233 \begin_layout Standard
27234 Sometimes you might need, under all circumstances, a float to be placed
27235  exactly at the position where it is inserted.
27236  For this case you can use the option 
27237 \family sans
27238 Here
27239 \begin_inset space ~
27240 \end_inset
27241
27242 definitely
27243 \family default
27244 .
27245  Use this option very rarely and only if the document is almost ready to
27246  be printed, because the float is then no longer able to 
27247 \begin_inset Quotes eld
27248 \end_inset
27249
27250 float
27251 \begin_inset Quotes erd
27252 \end_inset
27253
27254  when you change your document and this will often destroy the page layout.
27255 \end_layout
27256
27257 \begin_layout Standard
27258 There are no placement options for text wrap floats, because they are always
27259  surrounded by the text of a certain paragraph.
27260 \begin_inset VSpace bigskip
27261 \end_inset
27262
27263
27264 \end_layout
27265
27266 \begin_layout Standard
27267 Sometimes you have the problem that a float is placed at the top of a page
27268  while its corresponding section starts at the middle of the page, so that
27269  the reader could think the float is part of the previous section.
27270  To avoid this the \SpecialChar LaTeX
27271 -command 
27272 \series bold
27273
27274 \backslash
27275 suppressfloats
27276 \series default
27277  can be used.
27278  It suppresses a given float placement for the page where it is inserted
27279  and can therefore be used to avoid floats being set before a section starts.
27280  To get this, add these commands to your document preamble:
27281 \end_layout
27282
27283 \begin_layout Standard
27284
27285 \series bold
27286
27287 \backslash
27288 let
27289 \backslash
27290 mySection
27291 \backslash
27292 section
27293 \begin_inset Newline newline
27294 \end_inset
27295
27296
27297 \backslash
27298 renewcommand{
27299 \backslash
27300 section}{
27301 \backslash
27302 suppressfloats[t]
27303 \backslash
27304 mySection}
27305 \end_layout
27306
27307 \begin_layout Standard
27308 You can define the same for all section headings, like chapters and subsections.
27309  This definition is not recommended to be used for small text parts like
27310  subsubsections because \SpecialChar LaTeX
27311  may then have problems finding a suitable placement.
27312 \end_layout
27313
27314 \begin_layout Standard
27315 \begin_inset VSpace bigskip
27316 \end_inset
27317
27318 In some cases it is required to have all figures/tables at the end of the
27319  document.
27320  For this purpose the \SpecialChar LaTeX
27321 -package 
27322 \series bold
27323 endfloat
27324 \series default
27325
27326 \begin_inset Index idx
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330 \SpecialChar LaTeX
27331 -packages ! endfloat
27332 \end_layout
27333
27334 \end_inset
27335
27336  was developed.
27337  It puts all figure and table floats at the end of the document into their
27338  own sections.
27339  At the original float position a text hint like 
27340 \begin_inset Quotes eld
27341 \end_inset
27342
27343
27344 \family sans
27345 [Figure
27346 \begin_inset space ~
27347 \end_inset
27348
27349 3.2 about here.]
27350 \family default
27351
27352 \begin_inset Quotes erd
27353 \end_inset
27354
27355  is inserted.
27356  The endfloat-package is loaded in the preamble with the line
27357 \end_layout
27358
27359 \begin_layout Standard
27360
27361 \series bold
27362
27363 \backslash
27364 usepackage[options]{endfloat}
27365 \end_layout
27366
27367 \begin_layout Standard
27368 There are various package options to format the created figure/table sections.
27369  For more information we refer you to the 
27370 \series bold
27371 endfloat
27372 \series default
27373  documentation 
27374 \begin_inset CommandInset citation
27375 LatexCommand cite
27376 key "endfloat"
27377 literal "true"
27378
27379 \end_inset
27380
27381 .
27382 \begin_inset Newline newline
27383 \end_inset
27384
27385
27386 \begin_inset Note Greyedout
27387 status open
27388
27389 \begin_layout Plain Layout
27390
27391 \series bold
27392 Note: endfloat
27393 \series default
27394  doesn't provide an automatic translation for the text hint, you have to
27395  do this manually, see section
27396 \begin_inset space ~
27397 \end_inset
27398
27399 4 in 
27400 \begin_inset CommandInset citation
27401 LatexCommand cite
27402 key "endfloat"
27403 literal "true"
27404
27405 \end_inset
27406
27407 .
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \begin_inset Newline newline
27414 \end_inset
27415
27416
27417 \begin_inset Note Greyedout
27418 status open
27419
27420 \begin_layout Plain Layout
27421
27422 \series bold
27423 Note:
27424 \series default
27425  There is currently a bug in 
27426 \series bold
27427 endfloat
27428 \series default
27429  when the caption contains a German 
27430 \begin_inset Quotes eld
27431 \end_inset
27432
27433 ß
27434 \begin_inset Quotes erd
27435 \end_inset
27436
27437 .
27438  Use in this case the command 
27439 \begin_inset Quotes eld
27440 \end_inset
27441
27442
27443 \series bold
27444
27445 \backslash
27446 ss
27447 \series default
27448
27449 \begin_inset Quotes erd
27450 \end_inset
27451
27452  in \SpecialChar TeX
27453  Code instead of 
27454 \begin_inset Quotes eld
27455 \end_inset
27456
27457 ß
27458 \begin_inset Quotes erd
27459 \end_inset
27460
27461 .
27462 \end_layout
27463
27464 \end_inset
27465
27466
27467 \end_layout
27468
27469 \begin_layout Standard
27470 \begin_inset VSpace bigskip
27471 \end_inset
27472
27473 For more details about float placements, have a look at \SpecialChar LaTeX
27474  books, 
27475 \begin_inset CommandInset citation
27476 LatexCommand cite
27477 key "latexcompanion,latexguide,latexbook"
27478 literal "true"
27479
27480 \end_inset
27481
27482 .
27483 \end_layout
27484
27485 \begin_layout Section
27486 Rotated Floats
27487 \begin_inset CommandInset label
27488 LatexCommand label
27489 name "sec:Rotated-Floats"
27490
27491 \end_inset
27492
27493
27494 \begin_inset Index idx
27495 status collapsed
27496
27497 \begin_layout Plain Layout
27498 Floats ! Rotating
27499 \end_layout
27500
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \begin_layout Standard
27507 Especially for wide tables you might have floats rotated.
27508  To rotate a whole float including the caption, right-click on the float-box
27509  and use the option 
27510 \family sans
27511 Rotate
27512 \begin_inset space ~
27513 \end_inset
27514
27515 sideways
27516 \family default
27517 .
27518 \end_layout
27519
27520 \begin_layout Standard
27521 Rotated floats are always placed on a page of their own (or column of their
27522  own; in case you have a multi-column document).
27523  You can let them span several columns using the float settings option 
27524 \family sans
27525 Span
27526 \begin_inset space ~
27527 \end_inset
27528
27529 columns
27530 \family default
27531 .
27532  Floats are rotated so that you can read them from the outside margin.
27533  To force a certain rotation direction for all pages, you can add either
27534  the option 
27535 \series bold
27536 figuresleft
27537 \series default
27538  or 
27539 \series bold
27540 figuresright
27541 \series default
27542  to the document class options.
27543 \end_layout
27544
27545 \begin_layout Standard
27546 Referencing rotated floats is the same as for normal floats, the caption
27547  format is also the same: Table
27548 \begin_inset space ~
27549 \end_inset
27550
27551
27552 \begin_inset CommandInset ref
27553 LatexCommand ref
27554 reference "tab:Rotated-table"
27555
27556 \end_inset
27557
27558  is an example of a rotated table float.
27559 \end_layout
27560
27561 \begin_layout Standard
27562 \begin_inset Note Greyedout
27563 status open
27564
27565 \begin_layout Plain Layout
27566
27567 \series bold
27568 Note:
27569 \series default
27570  Not all DVI-viewers are able to display rotated floats.
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \end_layout
27577
27578 \begin_layout Standard
27579 \begin_inset Float table
27580 wide false
27581 sideways true
27582 status open
27583
27584 \begin_layout Plain Layout
27585 \begin_inset Caption Standard
27586
27587 \begin_layout Plain Layout
27588 \begin_inset CommandInset label
27589 LatexCommand label
27590 name "tab:Rotated-table"
27591
27592 \end_inset
27593
27594  Rotated table
27595 \end_layout
27596
27597 \end_inset
27598
27599
27600 \end_layout
27601
27602 \begin_layout Plain Layout
27603 \align center
27604 \begin_inset Tabular
27605 <lyxtabular version="3" rows="1" columns="5">
27606 <features tabularvalignment="middle">
27607 <column alignment="center" valignment="top">
27608 <column alignment="center" valignment="top">
27609 <column alignment="center" valignment="top">
27610 <column alignment="center" valignment="top">
27611 <column alignment="center" valignment="top">
27612 <row>
27613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27614 \begin_inset Text
27615
27616 \begin_layout Plain Layout
27617 test
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626 b
27627 \end_layout
27628
27629 \end_inset
27630 </cell>
27631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27632 \begin_inset Text
27633
27634 \begin_layout Plain Layout
27635 c
27636 \end_layout
27637
27638 \end_inset
27639 </cell>
27640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27641 \begin_inset Text
27642
27643 \begin_layout Plain Layout
27644 d
27645 \end_layout
27646
27647 \end_inset
27648 </cell>
27649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27650 \begin_inset Text
27651
27652 \begin_layout Plain Layout
27653 e
27654 \end_layout
27655
27656 \end_inset
27657 </cell>
27658 </row>
27659 </lyxtabular>
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \begin_layout Section
27672 Subfloats
27673 \begin_inset Index idx
27674 status collapsed
27675
27676 \begin_layout Plain Layout
27677 Floats ! Subfloats
27678 \end_layout
27679
27680 \end_inset
27681
27682
27683 \end_layout
27684
27685 \begin_layout Standard
27686 Subfloats are for example used when a figure consists of several images.
27687  They are created by inserting a float into an existing float.
27688  The placement of the subfloats can be controlled in the same way as for
27689  paragraphs as shown in table
27690 \begin_inset space ~
27691 \end_inset
27692
27693
27694 \begin_inset CommandInset ref
27695 LatexCommand ref
27696 reference "tab:Two-subtables-side"
27697
27698 \end_inset
27699
27700  and 
27701 \begin_inset CommandInset ref
27702 LatexCommand ref
27703 reference "tab:Two-subtables-upon"
27704
27705 \end_inset
27706
27707 .
27708 \end_layout
27709
27710 \begin_layout Standard
27711 Referencing subfloats works as for normal floats: Table
27712 \begin_inset space ~
27713 \end_inset
27714
27715
27716 \begin_inset CommandInset ref
27717 LatexCommand ref
27718 reference "tab:This-is-subtable-a"
27719
27720 \end_inset
27721
27722  and 
27723 \begin_inset CommandInset ref
27724 LatexCommand ref
27725 reference "tab:This-is-subtable-b"
27726
27727 \end_inset
27728
27729  are subtables of table
27730 \begin_inset space ~
27731 \end_inset
27732
27733
27734 \begin_inset CommandInset ref
27735 LatexCommand ref
27736 reference "tab:Two-subtables-side"
27737
27738 \end_inset
27739
27740 .
27741 \end_layout
27742
27743 \begin_layout Standard
27744 \begin_inset Float table
27745 wide false
27746 sideways false
27747 status open
27748
27749 \begin_layout Plain Layout
27750 \begin_inset Caption Standard
27751
27752 \begin_layout Plain Layout
27753 \begin_inset CommandInset label
27754 LatexCommand label
27755 name "tab:Two-subtables-side"
27756
27757 \end_inset
27758
27759 Two subtables placed side by side.
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \begin_layout Plain Layout
27768 \align center
27769 \begin_inset space \hfill{}
27770 \end_inset
27771
27772
27773 \begin_inset Float table
27774 wide false
27775 sideways false
27776 status collapsed
27777
27778 \begin_layout Plain Layout
27779 \begin_inset Caption Standard
27780
27781 \begin_layout Plain Layout
27782 \begin_inset CommandInset label
27783 LatexCommand label
27784 name "tab:This-is-subtable-a"
27785
27786 \end_inset
27787
27788 This is subtable a.
27789 \end_layout
27790
27791 \end_inset
27792
27793
27794 \end_layout
27795
27796 \begin_layout Plain Layout
27797 \align center
27798 \begin_inset Tabular
27799 <lyxtabular version="3" rows="1" columns="5">
27800 <features tabularvalignment="middle">
27801 <column alignment="center" valignment="top">
27802 <column alignment="center" valignment="top">
27803 <column alignment="center" valignment="top">
27804 <column alignment="center" valignment="top">
27805 <column alignment="center" valignment="top">
27806 <row>
27807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Plain Layout
27811 test
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Plain Layout
27820 b
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Plain Layout
27829 c
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Plain Layout
27838 d
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27844 \begin_inset Text
27845
27846 \begin_layout Plain Layout
27847 e
27848 \end_layout
27849
27850 \end_inset
27851 </cell>
27852 </row>
27853 </lyxtabular>
27854
27855 \end_inset
27856
27857
27858 \end_layout
27859
27860 \end_inset
27861
27862
27863 \begin_inset space \hfill{}
27864 \end_inset
27865
27866
27867 \begin_inset Float table
27868 wide false
27869 sideways false
27870 status collapsed
27871
27872 \begin_layout Plain Layout
27873 \begin_inset Caption Standard
27874
27875 \begin_layout Plain Layout
27876 \begin_inset CommandInset label
27877 LatexCommand label
27878 name "tab:This-is-subtable-b"
27879
27880 \end_inset
27881
27882 This is subtable b.
27883 \end_layout
27884
27885 \end_inset
27886
27887
27888 \end_layout
27889
27890 \begin_layout Plain Layout
27891 \align center
27892 \begin_inset Tabular
27893 <lyxtabular version="3" rows="1" columns="5">
27894 <features tabularvalignment="middle">
27895 <column alignment="center" valignment="top">
27896 <column alignment="center" valignment="top">
27897 <column alignment="center" valignment="top">
27898 <column alignment="center" valignment="top">
27899 <column alignment="center" valignment="top">
27900 <row>
27901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905 e
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27911 \begin_inset Text
27912
27913 \begin_layout Plain Layout
27914 d
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 c
27924 \end_layout
27925
27926 \end_inset
27927 </cell>
27928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27929 \begin_inset Text
27930
27931 \begin_layout Plain Layout
27932 b
27933 \end_layout
27934
27935 \end_inset
27936 </cell>
27937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27938 \begin_inset Text
27939
27940 \begin_layout Plain Layout
27941 test
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 </row>
27947 </lyxtabular>
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \end_inset
27955
27956
27957 \begin_inset space \hfill{}
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \begin_layout Standard
27969 \begin_inset Float table
27970 wide false
27971 sideways false
27972 status open
27973
27974 \begin_layout Plain Layout
27975 \begin_inset Caption Standard
27976
27977 \begin_layout Plain Layout
27978 \begin_inset CommandInset label
27979 LatexCommand label
27980 name "tab:Two-subtables-upon"
27981
27982 \end_inset
27983
27984 Two subtables placed one above the other.
27985  (a) table with 4 cells, (b) table with 5 cells.
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \begin_layout Plain Layout
27994 \align center
27995 \begin_inset Float table
27996 wide false
27997 sideways false
27998 status collapsed
27999
28000 \begin_layout Plain Layout
28001 \begin_inset Caption Standard
28002
28003 \begin_layout Plain Layout
28004
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \begin_layout Plain Layout
28013 \align center
28014 \begin_inset Tabular
28015 <lyxtabular version="3" rows="1" columns="4">
28016 <features tabularvalignment="middle">
28017 <column alignment="center" valignment="top">
28018 <column alignment="center" valignment="top">
28019 <column alignment="center" valignment="top">
28020 <column alignment="center" valignment="top">
28021 <row>
28022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28023 \begin_inset Text
28024
28025 \begin_layout Plain Layout
28026 test
28027 \end_layout
28028
28029 \end_inset
28030 </cell>
28031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28032 \begin_inset Text
28033
28034 \begin_layout Plain Layout
28035 test
28036 \end_layout
28037
28038 \end_inset
28039 </cell>
28040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28041 \begin_inset Text
28042
28043 \begin_layout Plain Layout
28044 test
28045 \end_layout
28046
28047 \end_inset
28048 </cell>
28049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28050 \begin_inset Text
28051
28052 \begin_layout Plain Layout
28053 test
28054 \end_layout
28055
28056 \end_inset
28057 </cell>
28058 </row>
28059 </lyxtabular>
28060
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \begin_layout Plain Layout
28072 \align center
28073 \begin_inset Float table
28074 wide false
28075 sideways false
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079 \begin_inset Caption Standard
28080
28081 \begin_layout Plain Layout
28082
28083 \end_layout
28084
28085 \end_inset
28086
28087
28088 \end_layout
28089
28090 \begin_layout Plain Layout
28091 \align center
28092 \begin_inset Tabular
28093 <lyxtabular version="3" rows="1" columns="5">
28094 <features tabularvalignment="middle">
28095 <column alignment="center" valignment="top">
28096 <column alignment="center" valignment="top">
28097 <column alignment="center" valignment="top">
28098 <column alignment="center" valignment="top">
28099 <column alignment="center" valignment="top">
28100 <row>
28101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28102 \begin_inset Text
28103
28104 \begin_layout Plain Layout
28105 a
28106 \end_layout
28107
28108 \end_inset
28109 </cell>
28110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28111 \begin_inset Text
28112
28113 \begin_layout Plain Layout
28114 b
28115 \end_layout
28116
28117 \end_inset
28118 </cell>
28119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28120 \begin_inset Text
28121
28122 \begin_layout Plain Layout
28123 c
28124 \end_layout
28125
28126 \end_inset
28127 </cell>
28128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28129 \begin_inset Text
28130
28131 \begin_layout Plain Layout
28132 d
28133 \end_layout
28134
28135 \end_inset
28136 </cell>
28137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28138 \begin_inset Text
28139
28140 \begin_layout Plain Layout
28141 e
28142 \end_layout
28143
28144 \end_inset
28145 </cell>
28146 </row>
28147 </lyxtabular>
28148
28149 \end_inset
28150
28151
28152 \end_layout
28153
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \begin_layout Section
28165 Floats Side by Side
28166 \begin_inset Index idx
28167 status collapsed
28168
28169 \begin_layout Plain Layout
28170 Floats ! Side by side
28171 \end_layout
28172
28173 \end_inset
28174
28175
28176 \end_layout
28177
28178 \begin_layout Standard
28179 To place floats side by side, as in Figures
28180 \begin_inset space ~
28181 \end_inset
28182
28183
28184 \begin_inset CommandInset ref
28185 LatexCommand ref
28186 reference "fig:Float-left"
28187
28188 \end_inset
28189
28190  and 
28191 \begin_inset CommandInset ref
28192 LatexCommand ref
28193 reference "fig:Float-right"
28194
28195 \end_inset
28196
28197 , only 
28198 \emph on
28199 one
28200 \emph default
28201  float is used.
28202  In it two minipage boxes are inserted.
28203 \begin_inset Foot
28204 status collapsed
28205
28206 \begin_layout Plain Layout
28207 Minipages are explained in section
28208 \begin_inset space ~
28209 \end_inset
28210
28211
28212 \begin_inset CommandInset ref
28213 LatexCommand ref
28214 reference "sec:Minipages"
28215
28216 \end_inset
28217
28218 .
28219 \end_layout
28220
28221 \end_inset
28222
28223  The width is set to 45
28224 \begin_inset space \thinspace{}
28225 \end_inset
28226
28227 -50
28228 \begin_inset space \thinspace{}
28229 \end_inset
28230
28231 column% and the box alignment to 
28232 \family sans
28233 Bottom
28234 \family default
28235  for each minipage.
28236  The minipage boxes contain the image and the caption in the same way as
28237  they are in a float.
28238  The only difference is that the image unit 
28239 \family sans
28240 Column
28241 \begin_inset space ~
28242 \end_inset
28243
28244 Width
28245 \begin_inset space ~
28246 \end_inset
28247
28248 %
28249 \family default
28250  is now calculated according to the width of the minipage boxes.
28251 \end_layout
28252
28253 \begin_layout Standard
28254 \begin_inset Float figure
28255 wide false
28256 sideways false
28257 status open
28258
28259 \begin_layout Plain Layout
28260 \begin_inset Box Frameless
28261 position "b"
28262 hor_pos "c"
28263 has_inner_box 1
28264 inner_pos "t"
28265 use_parbox 0
28266 use_makebox 0
28267 width "45col%"
28268 special "none"
28269 height "1in"
28270 height_special "totalheight"
28271 thickness "0.4pt"
28272 separation "3pt"
28273 shadowsize "4pt"
28274 framecolor "black"
28275 backgroundcolor "none"
28276 status open
28277
28278 \begin_layout Plain Layout
28279 \align center
28280 \begin_inset Graphics
28281         filename clipart/2D-intensity-plot.pdf
28282         width 100col%
28283         scaleBeforeRotation
28284
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \begin_layout Plain Layout
28291 \begin_inset Caption Standard
28292
28293 \begin_layout Plain Layout
28294 \begin_inset CommandInset label
28295 LatexCommand label
28296 name "fig:Float-left"
28297
28298 \end_inset
28299
28300 Float on the left side.
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \begin_inset space \hfill{}
28312 \end_inset
28313
28314
28315 \begin_inset Box Frameless
28316 position "b"
28317 hor_pos "c"
28318 has_inner_box 1
28319 inner_pos "t"
28320 use_parbox 0
28321 use_makebox 0
28322 width "45col%"
28323 special "none"
28324 height "1in"
28325 height_special "totalheight"
28326 thickness "0.4pt"
28327 separation "3pt"
28328 shadowsize "4pt"
28329 framecolor "black"
28330 backgroundcolor "none"
28331 status open
28332
28333 \begin_layout Plain Layout
28334 \align center
28335 \begin_inset Graphics
28336         filename clipart/Star-structure.pdf
28337         width 100col%
28338         scaleBeforeRotation
28339
28340 \end_inset
28341
28342
28343 \end_layout
28344
28345 \begin_layout Plain Layout
28346 \begin_inset Caption Standard
28347
28348 \begin_layout Plain Layout
28349 \begin_inset CommandInset label
28350 LatexCommand label
28351 name "fig:Float-right"
28352
28353 \end_inset
28354
28355 Float on the right side.
28356 \end_layout
28357
28358 \end_inset
28359
28360
28361 \end_layout
28362
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \begin_layout Standard
28374 An alternative and simpler solution is to use the module 
28375 \family sans
28376 Variable-width Minipages
28377 \family default
28378 , see sec.
28379 \begin_inset space \thinspace{}
28380 \end_inset
28381
28382
28383 \begin_inset CommandInset ref
28384 LatexCommand ref
28385 reference "sec:Minipages"
28386
28387 \end_inset
28388
28389 .
28390  Variable-width minipages adapt automatically to the width of the figures
28391  and tables.
28392  They do not require an explicit width to be given, and they improve the
28393  horizontal alignment of the figures.
28394  The LyX example file 
28395 \emph on
28396 varwidth-floats-side-by-side
28397 \emph default
28398  gives examples of how to do this.
28399 \end_layout
28400
28401 \begin_layout Section
28402 Caption Formatting
28403 \begin_inset Index idx
28404 status collapsed
28405
28406 \begin_layout Plain Layout
28407 Caption ! Formatting
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \begin_inset Index idx
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417 Floats ! Caption Formatting
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \begin_inset CommandInset label
28424 LatexCommand label
28425 name "sec:Caption-Formatting"
28426
28427 \end_inset
28428
28429
28430 \end_layout
28431
28432 \begin_layout Standard
28433 The 
28434 \family sans
28435 Caption
28436 \family default
28437  environment is the default paragraph environment for 
28438 \family sans
28439 Floats
28440 \family default
28441 .
28442  On the \SpecialChar LyX
28443  screen captions appear as a label, e.
28444 \begin_inset space \thinspace{}
28445 \end_inset
28446
28447 g.
28448 \begin_inset space \space{}
28449 \end_inset
28450
28451
28452 \begin_inset Quotes eld
28453 \end_inset
28454
28455
28456 \family sans
28457 Figure #:
28458 \family default
28459
28460 \begin_inset Quotes erd
28461 \end_inset
28462
28463  followed by the caption text.
28464  
28465 \begin_inset Quotes eld
28466 \end_inset
28467
28468 #
28469 \begin_inset Quotes erd
28470 \end_inset
28471
28472  is the actual reference number.
28473  By default the label and the number are in the same font as the caption
28474  text and a colon follows the number to divide the label from the text.
28475  This caption format is suitable for many but not all documents.
28476  
28477 \end_layout
28478
28479 \begin_layout Standard
28480 To change the default caption format, load the \SpecialChar LaTeX
28481 -package 
28482 \series bold
28483 caption
28484 \series default
28485
28486 \begin_inset Index idx
28487 status collapsed
28488
28489 \begin_layout Plain Layout
28490 \SpecialChar LaTeX
28491 -packages ! caption
28492 \end_layout
28493
28494 \end_inset
28495
28496  in the document preamble with this line:
28497 \end_layout
28498
28499 \begin_layout Standard
28500
28501 \series bold
28502
28503 \backslash
28504 usepackage[format definition]{caption}
28505 \end_layout
28506
28507 \begin_layout Standard
28508 To have for example the label and the number in sans-serif, bold font and
28509  the table captions always above the table as in this document, use the
28510  following command:
28511 \end_layout
28512
28513 \begin_layout Standard
28514
28515 \series bold
28516
28517 \backslash
28518 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28519 \end_layout
28520
28521 \begin_layout Standard
28522 You can also define different caption formats for the different float types.
28523  In this case load the 
28524 \series bold
28525 caption
28526 \series default
28527  package without format specific options and define the different formats
28528  with the help of the command
28529 \end_layout
28530
28531 \begin_layout Standard
28532
28533 \series bold
28534
28535 \backslash
28536 captionsetup[float type]{format definition}
28537 \end_layout
28538
28539 \begin_layout Standard
28540 in the document preamble.
28541  For example the caption formats of Figure
28542 \begin_inset space ~
28543 \end_inset
28544
28545
28546 \begin_inset CommandInset ref
28547 LatexCommand ref
28548 reference "fig:This-is-an-fig"
28549
28550 \end_inset
28551
28552  and Table
28553 \begin_inset space ~
28554 \end_inset
28555
28556
28557 \begin_inset CommandInset ref
28558 LatexCommand ref
28559 reference "tab:This-is-an-tab"
28560
28561 \end_inset
28562
28563  can be created using these commands in the document preamble:
28564 \end_layout
28565
28566 \begin_layout Standard
28567
28568 \series bold
28569
28570 \backslash
28571 usepackage[tableposition=top]{caption}
28572 \series default
28573
28574 \begin_inset Newline newline
28575 \end_inset
28576
28577
28578 \series bold
28579
28580 \backslash
28581 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28582 \begin_inset Newline newline
28583 \end_inset
28584
28585
28586 \begin_inset Phantom HPhantom
28587 status open
28588
28589 \begin_layout Plain Layout
28590
28591 \series bold
28592
28593 \backslash
28594 captionsetup[figure]{
28595 \end_layout
28596
28597 \end_inset
28598
28599 labelsep=period}
28600 \begin_inset Newline newline
28601 \end_inset
28602
28603
28604 \backslash
28605 captionsetup[table]{labelfont={bf,sf}}
28606 \end_layout
28607
28608 \begin_layout Standard
28609 \begin_inset Note Greyedout
28610 status open
28611
28612 \begin_layout Plain Layout
28613
28614 \series bold
28615 Note:
28616 \series default
28617  The option 
28618 \series bold
28619 tableposition=top
28620 \series default
28621  has no effect when a 
28622 \series bold
28623 KOMA-Script
28624 \series default
28625
28626 \begin_inset Index idx
28627 status collapsed
28628
28629 \begin_layout Plain Layout
28630 \SpecialChar LaTeX
28631 -packages ! KOMA-Script
28632 \end_layout
28633
28634 \end_inset
28635
28636  document class is used.
28637  In this case the document class option 
28638 \series bold
28639 captions=tableheading
28640 \series default
28641  must be used.
28642 \end_layout
28643
28644 \end_inset
28645
28646
28647 \end_layout
28648
28649 \begin_layout Standard
28650 For more information about the package 
28651 \series bold
28652 caption
28653 \series default
28654  we refer to its documentation 
28655 \begin_inset CommandInset citation
28656 LatexCommand cite
28657 key "caption"
28658 literal "true"
28659
28660 \end_inset
28661
28662 .
28663 \end_layout
28664
28665 \begin_layout Standard
28666 To change the label name from e.
28667 \begin_inset space \thinspace{}
28668 \end_inset
28669
28670 g.
28671 \begin_inset space \space{}
28672 \end_inset
28673
28674
28675 \begin_inset Quotes eld
28676 \end_inset
28677
28678 Figure
28679 \begin_inset Quotes erd
28680 \end_inset
28681
28682  to 
28683 \begin_inset Quotes eld
28684 \end_inset
28685
28686 Image
28687 \begin_inset Quotes erd
28688 \end_inset
28689
28690  use this preamble command:
28691 \end_layout
28692
28693 \begin_layout Standard
28694
28695 \series bold
28696
28697 \backslash
28698 renewcommand{
28699 \backslash
28700 fnum@figure}{Image~
28701 \backslash
28702 thefigure}
28703 \end_layout
28704
28705 \begin_layout Standard
28706 where 
28707 \series bold
28708
28709 \backslash
28710 thefigure
28711 \series default
28712  inserts the figure number and
28713 \series bold
28714  
28715 \begin_inset Quotes eld
28716 \end_inset
28717
28718 ~
28719 \series default
28720
28721 \begin_inset Quotes erd
28722 \end_inset
28723
28724  creates a protected space.
28725 \end_layout
28726
28727 \begin_layout Standard
28728 \begin_inset VSpace bigskip
28729 \end_inset
28730
28731 If you are using a 
28732 \series bold
28733 KOMA-Script
28734 \series default
28735
28736 \begin_inset Index idx
28737 status collapsed
28738
28739 \begin_layout Plain Layout
28740 \SpecialChar LaTeX
28741 -packages ! KOMA-Script
28742 \end_layout
28743
28744 \end_inset
28745
28746  document class (
28747 \family sans
28748 article (KOMA-Script)
28749 \family default
28750
28751 \family sans
28752 book (KOMA-Script)
28753 \family default
28754
28755 \family sans
28756 letter (KOMA-Script)
28757 \family default
28758 , or 
28759 \family sans
28760 report (KOMA-Script)
28761 \family default
28762
28763 \begin_inset space \thinspace{}
28764 \end_inset
28765
28766 ), you can alternatively to the 
28767 \series bold
28768 caption
28769 \series default
28770  package use 
28771 \series bold
28772 KOMA-Script
28773 \series default
28774 's built-in command 
28775 \series bold
28776
28777 \backslash
28778 setkomafont
28779 \series default
28780 .
28781  For example, to have the caption label in bold, add this command to your
28782  document preamble:
28783 \end_layout
28784
28785 \begin_layout Standard
28786
28787 \series bold
28788
28789 \backslash
28790 setkomafont{captionlabel}{
28791 \backslash
28792 bfseries}
28793 \end_layout
28794
28795 \begin_layout Standard
28796 For more information about 
28797 \series bold
28798
28799 \backslash
28800 setkomafont
28801 \series default
28802  we refer to the 
28803 \series bold
28804 KOMA-Script
28805 \series default
28806  documentation 
28807 \begin_inset CommandInset citation
28808 LatexCommand cite
28809 key "KOMA-Script"
28810 literal "true"
28811
28812 \end_inset
28813
28814 .
28815 \end_layout
28816
28817 \begin_layout Standard
28818 \begin_inset ERT
28819 status collapsed
28820
28821 \begin_layout Plain Layout
28822
28823
28824 \backslash
28825 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28826 }
28827 \end_layout
28828
28829 \end_inset
28830
28831
28832 \begin_inset Note Note
28833 status open
28834
28835 \begin_layout Plain Layout
28836 The caption format is changed only for this example.
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \begin_layout Standard
28845 \begin_inset Float figure
28846 placement !p
28847 wide false
28848 sideways false
28849 status open
28850
28851 \begin_layout Plain Layout
28852 \align center
28853 \begin_inset Graphics
28854         filename clipart/2D-intensity-plot.pdf
28855         scaleBeforeRotation
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Plain Layout
28863 \begin_inset Caption Standard
28864
28865 \begin_layout Plain Layout
28866 \begin_inset CommandInset label
28867 LatexCommand label
28868 name "fig:This-is-an-fig"
28869
28870 \end_inset
28871
28872 This is an example figure caption that is longer than one line to show the
28873  different caption format.
28874  Here a self-defined caption format is used.
28875 \end_layout
28876
28877 \end_inset
28878
28879
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \end_layout
28886
28887 \begin_layout Standard
28888 \begin_inset ERT
28889 status collapsed
28890
28891 \begin_layout Plain Layout
28892
28893
28894 \backslash
28895 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28896 on}
28897 \end_layout
28898
28899 \end_inset
28900
28901
28902 \end_layout
28903
28904 \begin_layout Standard
28905 \begin_inset Float table
28906 placement !p
28907 wide false
28908 sideways false
28909 status open
28910
28911 \begin_layout Plain Layout
28912 \begin_inset Caption Standard
28913
28914 \begin_layout Plain Layout
28915 \begin_inset CommandInset label
28916 LatexCommand label
28917 name "tab:This-is-an-tab"
28918
28919 \end_inset
28920
28921 This is an example table caption that is longer than one line to show the
28922  different caption format.
28923  Here the standard caption format for tables in this document is used.
28924 \end_layout
28925
28926 \end_inset
28927
28928
28929 \end_layout
28930
28931 \begin_layout Plain Layout
28932 \align center
28933 \begin_inset Tabular
28934 <lyxtabular version="3" rows="1" columns="5">
28935 <features tabularvalignment="middle">
28936 <column alignment="center" valignment="top">
28937 <column alignment="center" valignment="top">
28938 <column alignment="center" valignment="top">
28939 <column alignment="center" valignment="top">
28940 <column alignment="center" valignment="top">
28941 <row>
28942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28943 \begin_inset Text
28944
28945 \begin_layout Plain Layout
28946 a
28947 \end_layout
28948
28949 \end_inset
28950 </cell>
28951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955 b
28956 \end_layout
28957
28958 \end_inset
28959 </cell>
28960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28961 \begin_inset Text
28962
28963 \begin_layout Plain Layout
28964 c
28965 \end_layout
28966
28967 \end_inset
28968 </cell>
28969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Plain Layout
28973 d
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28979 \begin_inset Text
28980
28981 \begin_layout Plain Layout
28982 e
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 </row>
28988 </lyxtabular>
28989
28990 \end_inset
28991
28992
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Section
29001 Caption Placement
29002 \begin_inset Index idx
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006 Caption ! Placement
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \begin_inset Index idx
29013 status collapsed
29014
29015 \begin_layout Plain Layout
29016 Floats ! Caption Placement
29017 \end_layout
29018
29019 \end_inset
29020
29021
29022 \begin_inset CommandInset label
29023 LatexCommand label
29024 name "sec:Caption-Placement"
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Standard
29032 The common caption placement rule is:
29033 \end_layout
29034
29035 \begin_layout Description
29036 Figure: Caption is set below the figure
29037 \end_layout
29038
29039 \begin_layout Description
29040 Table: Caption is set above the table
29041 \end_layout
29042
29043 \begin_layout Standard
29044 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
29045 's
29046  standard classes.
29047  That means if you are using the document classes 
29048 \family sans
29049 article
29050 \family default
29051
29052 \family sans
29053 book
29054 \family default
29055
29056 \family sans
29057 letter
29058 \family default
29059 , or 
29060 \family sans
29061 report
29062 \family default
29063  there will be no space between the caption and the table.
29064  To insert the necessary space, load the \SpecialChar LaTeX
29065 -package 
29066 \series bold
29067 caption
29068 \series default
29069
29070 \begin_inset Index idx
29071 status collapsed
29072
29073 \begin_layout Plain Layout
29074 \SpecialChar LaTeX
29075 -packages ! caption
29076 \end_layout
29077
29078 \end_inset
29079
29080  in your document preamble with the option
29081 \begin_inset Foot
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085 See section
29086 \begin_inset space ~
29087 \end_inset
29088
29089
29090 \begin_inset CommandInset ref
29091 LatexCommand ref
29092 reference "sec:Caption-Formatting"
29093
29094 \end_inset
29095
29096  for more information of the package 
29097 \series bold
29098 caption
29099 \series default
29100 .
29101 \end_layout
29102
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \begin_layout Standard
29109
29110 \series bold
29111 tableposition=top
29112 \end_layout
29113
29114 \begin_layout Standard
29115 If you are using a 
29116 \series bold
29117 KOMA-Script
29118 \series default
29119
29120 \begin_inset Index idx
29121 status collapsed
29122
29123 \begin_layout Plain Layout
29124 \SpecialChar LaTeX
29125 -packages ! KOMA-Script
29126 \end_layout
29127
29128 \end_inset
29129
29130  document class (
29131 \family sans
29132 article (KOMA-Script)
29133 \family default
29134
29135 \family sans
29136 book (KOMA-Script)
29137 \family default
29138
29139 \family sans
29140 letter (KOMA-Script)
29141 \family default
29142 , or 
29143 \family sans
29144 report (KOMA-Script)
29145 \family default
29146
29147 \begin_inset space \thinspace{}
29148 \end_inset
29149
29150 ), you can alternatively to the 
29151 \series bold
29152 caption
29153 \series default
29154  package set the document class option
29155 \begin_inset Foot
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159 That option is used in this document.
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Standard
29168
29169 \series bold
29170 captions=tableheading
29171 \end_layout
29172
29173 \begin_layout Standard
29174 In documents with a KOMA-Script document class you can also right-click
29175  on a caption and mark in the context menu if this should be a caption above
29176  or below the table/figure.
29177  This way you can override the document-wide caption placement for certain
29178  captions.
29179  Table
29180 \begin_inset space ~
29181 \end_inset
29182
29183
29184 \begin_inset CommandInset ref
29185 LatexCommand ref
29186 reference "tab:A-caption-marked"
29187
29188 \end_inset
29189
29190  is an example where the caption is marked a being below the table while
29191  it is above.
29192  For comparison the caption in Table
29193 \begin_inset space ~
29194 \end_inset
29195
29196
29197 \begin_inset CommandInset ref
29198 LatexCommand ref
29199 reference "tab:A-standard-table"
29200
29201 \end_inset
29202
29203  is not marked.
29204 \end_layout
29205
29206 \begin_layout Standard
29207 \begin_inset Float table
29208 wide false
29209 sideways false
29210 status open
29211
29212 \begin_layout Plain Layout
29213 \begin_inset Caption Below
29214
29215 \begin_layout Plain Layout
29216 \begin_inset CommandInset label
29217 LatexCommand label
29218 name "tab:A-caption-marked"
29219
29220 \end_inset
29221
29222 A caption marked as being below the table.
29223 \end_layout
29224
29225 \end_inset
29226
29227
29228 \end_layout
29229
29230 \begin_layout Plain Layout
29231 \align center
29232 \begin_inset Tabular
29233 <lyxtabular version="3" rows="3" columns="3">
29234 <features tabularvalignment="middle">
29235 <column alignment="center" valignment="top" width="0pt">
29236 <column alignment="center" valignment="top" width="0pt">
29237 <column alignment="center" valignment="top" width="0pt">
29238 <row>
29239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29240 \begin_inset Text
29241
29242 \begin_layout Plain Layout
29243 1
29244 \end_layout
29245
29246 \end_inset
29247 </cell>
29248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29249 \begin_inset Text
29250
29251 \begin_layout Plain Layout
29252 2
29253 \end_layout
29254
29255 \end_inset
29256 </cell>
29257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29258 \begin_inset Text
29259
29260 \begin_layout Plain Layout
29261 3
29262 \end_layout
29263
29264 \end_inset
29265 </cell>
29266 </row>
29267 <row>
29268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29269 \begin_inset Text
29270
29271 \begin_layout Plain Layout
29272 Joe
29273 \end_layout
29274
29275 \end_inset
29276 </cell>
29277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29278 \begin_inset Text
29279
29280 \begin_layout Plain Layout
29281 Mary
29282 \end_layout
29283
29284 \end_inset
29285 </cell>
29286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29287 \begin_inset Text
29288
29289 \begin_layout Plain Layout
29290 Ted
29291 \end_layout
29292
29293 \end_inset
29294 </cell>
29295 </row>
29296 <row>
29297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29298 \begin_inset Text
29299
29300 \begin_layout Plain Layout
29301 \begin_inset Formula $\int x^{2}dx$
29302 \end_inset
29303
29304
29305 \end_layout
29306
29307 \end_inset
29308 </cell>
29309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29310 \begin_inset Text
29311
29312 \begin_layout Plain Layout
29313 \begin_inset Formula $\left[\begin{array}{cc}
29314 a & b\\
29315 c & d
29316 \end{array}\right]$
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \end_inset
29323 </cell>
29324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29325 \begin_inset Text
29326
29327 \begin_layout Plain Layout
29328 \begin_inset Formula $1+1=2$
29329 \end_inset
29330
29331
29332 \end_layout
29333
29334 \end_inset
29335 </cell>
29336 </row>
29337 </lyxtabular>
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \begin_layout Standard
29350 \begin_inset Float table
29351 wide false
29352 sideways false
29353 status open
29354
29355 \begin_layout Plain Layout
29356 \begin_inset Caption Standard
29357
29358 \begin_layout Plain Layout
29359 \begin_inset CommandInset label
29360 LatexCommand label
29361 name "tab:A-standard-table"
29362
29363 \end_inset
29364
29365 A standard table caption.
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Plain Layout
29374 \align center
29375 \begin_inset Tabular
29376 <lyxtabular version="3" rows="3" columns="3">
29377 <features tabularvalignment="middle">
29378 <column alignment="center" valignment="top" width="0pt">
29379 <column alignment="center" valignment="top" width="0pt">
29380 <column alignment="center" valignment="top" width="0pt">
29381 <row>
29382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386 1
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29392 \begin_inset Text
29393
29394 \begin_layout Plain Layout
29395 2
29396 \end_layout
29397
29398 \end_inset
29399 </cell>
29400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29401 \begin_inset Text
29402
29403 \begin_layout Plain Layout
29404 3
29405 \end_layout
29406
29407 \end_inset
29408 </cell>
29409 </row>
29410 <row>
29411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29412 \begin_inset Text
29413
29414 \begin_layout Plain Layout
29415 Joe
29416 \end_layout
29417
29418 \end_inset
29419 </cell>
29420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29421 \begin_inset Text
29422
29423 \begin_layout Plain Layout
29424 Mary
29425 \end_layout
29426
29427 \end_inset
29428 </cell>
29429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29430 \begin_inset Text
29431
29432 \begin_layout Plain Layout
29433 Ted
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 </row>
29439 <row>
29440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29441 \begin_inset Text
29442
29443 \begin_layout Plain Layout
29444 \begin_inset Formula $\int x^{2}dx$
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \end_inset
29451 </cell>
29452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29453 \begin_inset Text
29454
29455 \begin_layout Plain Layout
29456 \begin_inset Formula $\left[\begin{array}{cc}
29457 a & b\\
29458 c & d
29459 \end{array}\right]$
29460 \end_inset
29461
29462
29463 \end_layout
29464
29465 \end_inset
29466 </cell>
29467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29468 \begin_inset Text
29469
29470 \begin_layout Plain Layout
29471 \begin_inset Formula $1+1=2$
29472 \end_inset
29473
29474
29475 \end_layout
29476
29477 \end_inset
29478 </cell>
29479 </row>
29480 </lyxtabular>
29481
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \begin_layout Standard
29493 \begin_inset VSpace bigskip
29494 \end_inset
29495
29496 It is also possible to set the caption beside a figure or table.
29497  To get this the \SpecialChar LaTeX
29498 -package 
29499 \series bold
29500 sidecap
29501 \series default
29502
29503 \begin_inset Index idx
29504 status collapsed
29505
29506 \begin_layout Plain Layout
29507 \SpecialChar LaTeX
29508 -packages ! sidecap
29509 \end_layout
29510
29511 \end_inset
29512
29513  has to be loaded in the document preamble with the line
29514 \end_layout
29515
29516 \begin_layout Standard
29517
29518 \series bold
29519
29520 \backslash
29521 usepackage[option]{sidecap}
29522 \end_layout
29523
29524 \begin_layout Standard
29525 If you set no option, the caption is placed on the side of the outer page
29526  margin â€“ to the right on odd pages, to the left on even pages.
29527  You can change the placement to inner margin with the option 
29528 \series bold
29529 innercaption
29530 \series default
29531 .
29532  To force the placement always to the right or left, use the option 
29533 \series bold
29534 rightcaption
29535 \series default
29536  or 
29537 \series bold
29538 leftcaption
29539 \series default
29540 , respectively.
29541 \end_layout
29542
29543 \begin_layout Standard
29544 \begin_inset ERT
29545 status collapsed
29546
29547 \begin_layout Plain Layout
29548
29549
29550 \backslash
29551 ifsidecap
29552 \end_layout
29553
29554 \end_inset
29555
29556
29557 \begin_inset Note Note
29558 status open
29559
29560 \begin_layout Plain Layout
29561 The following section will only be displayed when the \SpecialChar LaTeX
29562 -package 
29563 \series bold
29564 sidecap
29565 \series default
29566  is installed.
29567 \end_layout
29568
29569 \end_inset
29570
29571
29572 \end_layout
29573
29574 \begin_layout Standard
29575 To place in \SpecialChar LyX
29576  the caption of a float on the side, it is necessary to add
29577  these commands to the document preamble:
29578 \end_layout
29579
29580 \begin_layout Standard
29581 \noindent
29582 \begin_inset CommandInset line
29583 LatexCommand rule
29584 offset "0.5ex"
29585 width "100line%"
29586 height "1pt"
29587
29588 \end_inset
29589
29590
29591 \end_layout
29592
29593 \begin_layout Standard
29594
29595 \series bold
29596
29597 \backslash
29598 newcommand{
29599 \backslash
29600 TabBesBeg}[1][1.0]{%
29601 \begin_inset Newline newline
29602 \end_inset
29603
29604
29605 \begin_inset Phantom HPhantom
29606 status open
29607
29608 \begin_layout Plain Layout
29609 \begin_inset space ~
29610 \end_inset
29611
29612
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \backslash
29619 let
29620 \backslash
29621 MyTable
29622 \backslash
29623 table
29624 \begin_inset Newline newline
29625 \end_inset
29626
29627
29628 \begin_inset Phantom HPhantom
29629 status open
29630
29631 \begin_layout Plain Layout
29632
29633 \series medium
29634 \begin_inset space ~
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \end_inset
29641
29642
29643 \backslash
29644 let
29645 \backslash
29646 MyEndtable
29647 \backslash
29648 endtable
29649 \begin_inset Newline newline
29650 \end_inset
29651
29652
29653 \begin_inset Phantom HPhantom
29654 status open
29655
29656 \begin_layout Plain Layout
29657
29658 \series medium
29659 \begin_inset space ~
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \end_inset
29666
29667
29668 \backslash
29669 renewenvironment{table}[1]{
29670 \backslash
29671 begin{SCtable}[#1]##1}{
29672 \backslash
29673 end{SCtable}}}
29674 \end_layout
29675
29676 \begin_layout Standard
29677
29678 \series bold
29679
29680 \backslash
29681 newcommand{
29682 \backslash
29683 TabBesEnd}{%
29684 \begin_inset Newline newline
29685 \end_inset
29686
29687
29688 \begin_inset Phantom HPhantom
29689 status open
29690
29691 \begin_layout Plain Layout
29692 \begin_inset space ~
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \backslash
29702 let
29703 \backslash
29704 table
29705 \backslash
29706 MyTable
29707 \begin_inset Newline newline
29708 \end_inset
29709
29710
29711 \begin_inset Phantom HPhantom
29712 status open
29713
29714 \begin_layout Plain Layout
29715 \begin_inset space ~
29716 \end_inset
29717
29718
29719 \end_layout
29720
29721 \end_inset
29722
29723
29724 \backslash
29725 let
29726 \backslash
29727 endtable
29728 \backslash
29729 MyEndtable
29730 \end_layout
29731
29732 \begin_layout Standard
29733
29734 \series bold
29735
29736 \backslash
29737 newcommand{
29738 \backslash
29739 FigBesBeg}[1][1.0]{%
29740 \begin_inset Newline newline
29741 \end_inset
29742
29743
29744 \begin_inset Phantom HPhantom
29745 status open
29746
29747 \begin_layout Plain Layout
29748 \begin_inset space ~
29749 \end_inset
29750
29751
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \backslash
29758 let
29759 \backslash
29760 MyFigure
29761 \backslash
29762 figure
29763 \begin_inset Newline newline
29764 \end_inset
29765
29766
29767 \begin_inset Phantom HPhantom
29768 status open
29769
29770 \begin_layout Plain Layout
29771 \begin_inset space ~
29772 \end_inset
29773
29774
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \backslash
29781 let
29782 \backslash
29783 MyEndfigure
29784 \backslash
29785 endfigure
29786 \begin_inset Newline newline
29787 \end_inset
29788
29789
29790 \begin_inset Phantom HPhantom
29791 status open
29792
29793 \begin_layout Plain Layout
29794 \begin_inset space ~
29795 \end_inset
29796
29797
29798 \end_layout
29799
29800 \end_inset
29801
29802
29803 \backslash
29804 renewenvironment{figure}[1]{
29805 \backslash
29806 begin{SCfigure}[#1]##1}{
29807 \backslash
29808 end{SCfigure}}}
29809 \end_layout
29810
29811 \begin_layout Standard
29812
29813 \series bold
29814
29815 \backslash
29816 newcommand{
29817 \backslash
29818 FigBesEnd}{%
29819 \begin_inset Newline newline
29820 \end_inset
29821
29822
29823 \begin_inset Phantom HPhantom
29824 status open
29825
29826 \begin_layout Plain Layout
29827 \begin_inset space ~
29828 \end_inset
29829
29830
29831 \end_layout
29832
29833 \end_inset
29834
29835
29836 \backslash
29837 let
29838 \backslash
29839 figure
29840 \backslash
29841 MyFigure
29842 \begin_inset Newline newline
29843 \end_inset
29844
29845
29846 \begin_inset Phantom HPhantom
29847 status open
29848
29849 \begin_layout Plain Layout
29850 \begin_inset space ~
29851 \end_inset
29852
29853
29854 \end_layout
29855
29856 \end_inset
29857
29858
29859 \backslash
29860 let
29861 \backslash
29862 endfigure
29863 \backslash
29864 MyEndfigure}
29865 \end_layout
29866
29867 \begin_layout Standard
29868 \noindent
29869 \begin_inset CommandInset line
29870 LatexCommand rule
29871 offset "0.5ex"
29872 width "100line%"
29873 height "1pt"
29874
29875 \end_inset
29876
29877
29878 \end_layout
29879
29880 \begin_layout Standard
29881 The commands allow you to redefine the floats so that the caption is set
29882  on the side.
29883  For figure floats use the command
29884 \end_layout
29885
29886 \begin_layout Standard
29887
29888 \series bold
29889
29890 \backslash
29891 FigBesBeg
29892 \end_layout
29893
29894 \begin_layout Standard
29895 in \SpecialChar TeX
29896  Code before the float.
29897  And insert the command
29898 \end_layout
29899
29900 \begin_layout Standard
29901
29902 \series bold
29903
29904 \backslash
29905 FigBesEnd
29906 \end_layout
29907
29908 \begin_layout Standard
29909 in \SpecialChar TeX
29910  Code at the point where you want to get back to the original float definitio
29911 n.
29912 \end_layout
29913
29914 \begin_layout Standard
29915 For table floats use the corresponding commands
29916 \end_layout
29917
29918 \begin_layout Standard
29919
29920 \series bold
29921
29922 \backslash
29923 TabBesBeg
29924 \series default
29925  and 
29926 \series bold
29927
29928 \backslash
29929 TabBesEnd
29930 \end_layout
29931
29932 \begin_layout Standard
29933 Figure
29934 \begin_inset space ~
29935 \end_inset
29936
29937
29938 \begin_inset CommandInset ref
29939 LatexCommand ref
29940 reference "fig:cap-beside-fig"
29941
29942 \end_inset
29943
29944  and Table
29945 \begin_inset space ~
29946 \end_inset
29947
29948
29949 \begin_inset CommandInset ref
29950 LatexCommand ref
29951 reference "tab:cap-beside-tab"
29952
29953 \end_inset
29954
29955  are examples where the caption is set beside.
29956 \end_layout
29957
29958 \begin_layout Standard
29959 You can see in the examples that the caption text appears at the top of
29960  the floats for table floats and at the bottom for figure floats.
29961  To change this, you can use the command
29962 \end_layout
29963
29964 \begin_layout Standard
29965
29966 \series bold
29967
29968 \backslash
29969 sidecaptionvpos{float type}{placement}
29970 \end_layout
29971
29972 \begin_layout Standard
29973 in the document preamble or in \SpecialChar TeX
29974  Code before the float.
29975  The float type is either 
29976 \family sans
29977 figure
29978 \family default
29979  or 
29980 \family sans
29981 table
29982 \family default
29983 , the placement can be 
29984 \begin_inset Quotes eld
29985 \end_inset
29986
29987
29988 \family sans
29989 t
29990 \family default
29991
29992 \begin_inset Quotes erd
29993 \end_inset
29994
29995  for top, 
29996 \begin_inset Quotes eld
29997 \end_inset
29998
29999
30000 \family sans
30001 c
30002 \family default
30003
30004 \begin_inset Quotes erd
30005 \end_inset
30006
30007  for center, or 
30008 \begin_inset Quotes eld
30009 \end_inset
30010
30011
30012 \family sans
30013 b
30014 \family default
30015
30016 \begin_inset Quotes erd
30017 \end_inset
30018
30019  for bottom.
30020  To have for example the caption of figure floats vertically centered, use
30021  the command
30022 \end_layout
30023
30024 \begin_layout Standard
30025
30026 \series bold
30027
30028 \backslash
30029 sidecaptionvpos{figure}{c}
30030 \end_layout
30031
30032 \begin_layout Standard
30033 This was used for Figure
30034 \begin_inset space ~
30035 \end_inset
30036
30037
30038 \begin_inset CommandInset ref
30039 LatexCommand ref
30040 reference "fig:cap-beside-fig-2"
30041
30042 \end_inset
30043
30044 .
30045 \end_layout
30046
30047 \begin_layout Standard
30048 \begin_inset VSpace medskip
30049 \end_inset
30050
30051
30052 \end_layout
30053
30054 \begin_layout Standard
30055 The default caption width is the width of the image/table.
30056  For thin image/tables, like in Table
30057 \begin_inset space ~
30058 \end_inset
30059
30060
30061 \begin_inset CommandInset ref
30062 LatexCommand ref
30063 reference "tab:cap-beside-tab"
30064
30065 \end_inset
30066
30067 , this leads to captions that are too thin.
30068  You can increase the width by specifying a factor that will be multiplied
30069  with the image/table width to get the caption width.
30070  The caption width will automatically be recalculated in case it would protrude
30071  over the page or column margin due to the specified width.
30072  The 
30073 \emph on
30074 factor
30075 \emph default
30076  can either be given as optional argument for 
30077 \series bold
30078
30079 \backslash
30080 FigBesBeg
30081 \series default
30082 :
30083 \end_layout
30084
30085 \begin_layout Standard
30086
30087 \series bold
30088
30089 \backslash
30090 FigBesBeg[factor]
30091 \end_layout
30092
30093 \begin_layout Standard
30094 or in the definition of 
30095 \series bold
30096
30097 \backslash
30098 FigBesBeg
30099 \series default
30100  by replacing the 
30101 \series bold
30102 1.0
30103 \series default
30104  with another value.
30105  If you do the latter, your factor will be the default if 
30106 \series bold
30107
30108 \backslash
30109 FigBesBeg
30110 \series default
30111  is used without an argument.
30112  For Table
30113 \begin_inset space ~
30114 \end_inset
30115
30116
30117 \begin_inset CommandInset ref
30118 LatexCommand ref
30119 reference "tab:cap-beside-tab-wider"
30120
30121 \end_inset
30122
30123  the factor 5 was used.
30124 \end_layout
30125
30126 \begin_layout Standard
30127 \begin_inset Note Greyedout
30128 status open
30129
30130 \begin_layout Plain Layout
30131
30132 \series bold
30133 Note:
30134 \series default
30135  For floats with captions set beside, you cannot use the float placement
30136  option 
30137 \family sans
30138 Here
30139 \begin_inset space ~
30140 \end_inset
30141
30142 definitely
30143 \family default
30144  because it is not supported by 
30145 \series bold
30146 sidecap
30147 \series default
30148 .
30149 \end_layout
30150
30151 \end_inset
30152
30153
30154 \end_layout
30155
30156 \begin_layout Standard
30157 \begin_inset VSpace medskip
30158 \end_inset
30159
30160 For more information about the package 
30161 \series bold
30162 sidecap
30163 \series default
30164  we refer to its documentation 
30165 \begin_inset CommandInset citation
30166 LatexCommand cite
30167 key "sidecap"
30168 literal "true"
30169
30170 \end_inset
30171
30172 .
30173 \end_layout
30174
30175 \begin_layout Standard
30176 \begin_inset Note Greyedout
30177 status open
30178
30179 \begin_layout Plain Layout
30180
30181 \series bold
30182 Note:
30183 \series default
30184  The \SpecialChar LaTeX
30185 -package 
30186 \series bold
30187 hypcap
30188 \series default
30189
30190 \begin_inset Index idx
30191 status collapsed
30192
30193 \begin_layout Plain Layout
30194 \SpecialChar LaTeX
30195 -packages ! hypcap
30196 \end_layout
30197
30198 \end_inset
30199
30200 , described in section
30201 \begin_inset space ~
30202 \end_inset
30203
30204
30205 \begin_inset CommandInset ref
30206 LatexCommand ref
30207 reference "subsec:Reference-Position"
30208
30209 \end_inset
30210
30211 , has no effect on floats with the caption set beside.
30212 \end_layout
30213
30214 \end_inset
30215
30216
30217 \end_layout
30218
30219 \begin_layout Standard
30220 \begin_inset ERT
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224
30225
30226 \backslash
30227 FigBesBeg
30228 \end_layout
30229
30230 \end_inset
30231
30232
30233 \end_layout
30234
30235 \begin_layout Standard
30236 \begin_inset Float figure
30237 wide false
30238 sideways false
30239 status open
30240
30241 \begin_layout Plain Layout
30242 \begin_inset Graphics
30243         filename clipart/3D-structure-distort.pdf
30244         scale 50
30245         scaleBeforeRotation
30246
30247 \end_inset
30248
30249
30250 \end_layout
30251
30252 \begin_layout Plain Layout
30253 \begin_inset Caption Standard
30254
30255 \begin_layout Plain Layout
30256 \begin_inset CommandInset label
30257 LatexCommand label
30258 name "fig:cap-beside-fig"
30259
30260 \end_inset
30261
30262 This is a caption beside a figure.
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \begin_layout Standard
30276 \begin_inset ERT
30277 status collapsed
30278
30279 \begin_layout Plain Layout
30280
30281
30282 \backslash
30283 FigBesEnd
30284 \end_layout
30285
30286 \end_inset
30287
30288
30289 \end_layout
30290
30291 \begin_layout Standard
30292 \begin_inset ERT
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296
30297
30298 \backslash
30299 TabBesBeg
30300 \end_layout
30301
30302 \end_inset
30303
30304
30305 \end_layout
30306
30307 \begin_layout Standard
30308 \begin_inset Float table
30309 wide false
30310 sideways false
30311 status open
30312
30313 \begin_layout Plain Layout
30314 \begin_inset Caption Standard
30315
30316 \begin_layout Plain Layout
30317 \begin_inset CommandInset label
30318 LatexCommand label
30319 name "tab:cap-beside-tab"
30320
30321 \end_inset
30322
30323 This is a caption beside a table.
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \end_layout
30330
30331 \begin_layout Plain Layout
30332 \begin_inset Tabular
30333 <lyxtabular version="3" rows="4" columns="5">
30334 <features tabularvalignment="middle">
30335 <column alignment="center" valignment="top">
30336 <column alignment="center" valignment="top">
30337 <column alignment="center" valignment="top">
30338 <column alignment="center" valignment="top">
30339 <column alignment="center" valignment="top">
30340 <row>
30341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30342 \begin_inset Text
30343
30344 \begin_layout Plain Layout
30345 a
30346 \end_layout
30347
30348 \end_inset
30349 </cell>
30350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30351 \begin_inset Text
30352
30353 \begin_layout Plain Layout
30354
30355 \end_layout
30356
30357 \end_inset
30358 </cell>
30359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30360 \begin_inset Text
30361
30362 \begin_layout Plain Layout
30363 b
30364 \end_layout
30365
30366 \end_inset
30367 </cell>
30368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30369 \begin_inset Text
30370
30371 \begin_layout Plain Layout
30372
30373 \end_layout
30374
30375 \end_inset
30376 </cell>
30377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30378 \begin_inset Text
30379
30380 \begin_layout Plain Layout
30381 c
30382 \end_layout
30383
30384 \end_inset
30385 </cell>
30386 </row>
30387 <row>
30388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30389 \begin_inset Text
30390
30391 \begin_layout Plain Layout
30392
30393 \end_layout
30394
30395 \end_inset
30396 </cell>
30397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30398 \begin_inset Text
30399
30400 \begin_layout Plain Layout
30401 d
30402 \end_layout
30403
30404 \end_inset
30405 </cell>
30406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30407 \begin_inset Text
30408
30409 \begin_layout Plain Layout
30410
30411 \end_layout
30412
30413 \end_inset
30414 </cell>
30415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30416 \begin_inset Text
30417
30418 \begin_layout Plain Layout
30419 e
30420 \end_layout
30421
30422 \end_inset
30423 </cell>
30424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30425 \begin_inset Text
30426
30427 \begin_layout Plain Layout
30428
30429 \end_layout
30430
30431 \end_inset
30432 </cell>
30433 </row>
30434 <row>
30435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30436 \begin_inset Text
30437
30438 \begin_layout Plain Layout
30439 f
30440 \end_layout
30441
30442 \end_inset
30443 </cell>
30444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30445 \begin_inset Text
30446
30447 \begin_layout Plain Layout
30448
30449 \end_layout
30450
30451 \end_inset
30452 </cell>
30453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30454 \begin_inset Text
30455
30456 \begin_layout Plain Layout
30457 g
30458 \end_layout
30459
30460 \end_inset
30461 </cell>
30462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30463 \begin_inset Text
30464
30465 \begin_layout Plain Layout
30466
30467 \end_layout
30468
30469 \end_inset
30470 </cell>
30471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30472 \begin_inset Text
30473
30474 \begin_layout Plain Layout
30475 h
30476 \end_layout
30477
30478 \end_inset
30479 </cell>
30480 </row>
30481 <row>
30482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30483 \begin_inset Text
30484
30485 \begin_layout Plain Layout
30486
30487 \end_layout
30488
30489 \end_inset
30490 </cell>
30491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30492 \begin_inset Text
30493
30494 \begin_layout Plain Layout
30495 i
30496 \end_layout
30497
30498 \end_inset
30499 </cell>
30500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30501 \begin_inset Text
30502
30503 \begin_layout Plain Layout
30504
30505 \end_layout
30506
30507 \end_inset
30508 </cell>
30509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30510 \begin_inset Text
30511
30512 \begin_layout Plain Layout
30513 j
30514 \end_layout
30515
30516 \end_inset
30517 </cell>
30518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30519 \begin_inset Text
30520
30521 \begin_layout Plain Layout
30522
30523 \end_layout
30524
30525 \end_inset
30526 </cell>
30527 </row>
30528 </lyxtabular>
30529
30530 \end_inset
30531
30532
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \begin_layout Standard
30541 \begin_inset ERT
30542 status collapsed
30543
30544 \begin_layout Plain Layout
30545
30546
30547 \backslash
30548 TabBesEnd
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 \begin_inset ERT
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561
30562
30563 \backslash
30564 FigBesBeg
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \begin_inset ERT
30571 status collapsed
30572
30573 \begin_layout Plain Layout
30574
30575
30576 \backslash
30577 sidecaptionvpos{figure}{c}
30578 \end_layout
30579
30580 \end_inset
30581
30582
30583 \begin_inset Float figure
30584 wide false
30585 sideways false
30586 status open
30587
30588 \begin_layout Plain Layout
30589 \begin_inset Graphics
30590         filename clipart/3D-structure-distort.pdf
30591         scale 50
30592         scaleBeforeRotation
30593
30594 \end_inset
30595
30596
30597 \end_layout
30598
30599 \begin_layout Plain Layout
30600 \begin_inset Caption Standard
30601
30602 \begin_layout Plain Layout
30603 \begin_inset CommandInset label
30604 LatexCommand label
30605 name "fig:cap-beside-fig-2"
30606
30607 \end_inset
30608
30609 This is a vertically centered caption beside a figure.
30610 \end_layout
30611
30612 \end_inset
30613
30614
30615 \end_layout
30616
30617 \end_inset
30618
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 FigBesEnd
30631 \end_layout
30632
30633 \end_inset
30634
30635
30636 \end_layout
30637
30638 \begin_layout Standard
30639 \begin_inset ERT
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643
30644
30645 \backslash
30646 TabBesBeg[5]
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \end_layout
30653
30654 \begin_layout Standard
30655 \begin_inset Float table
30656 wide false
30657 sideways false
30658 status open
30659
30660 \begin_layout Plain Layout
30661 \begin_inset Caption Standard
30662
30663 \begin_layout Plain Layout
30664 \begin_inset CommandInset label
30665 LatexCommand label
30666 name "tab:cap-beside-tab-wider"
30667
30668 \end_inset
30669
30670 This caption is wider than the one in Table
30671 \begin_inset space ~
30672 \end_inset
30673
30674
30675 \begin_inset CommandInset ref
30676 LatexCommand ref
30677 reference "tab:cap-beside-tab"
30678
30679 \end_inset
30680
30681 .
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \end_layout
30688
30689 \begin_layout Plain Layout
30690 \begin_inset Tabular
30691 <lyxtabular version="3" rows="4" columns="5">
30692 <features tabularvalignment="middle">
30693 <column alignment="center" valignment="top">
30694 <column alignment="center" valignment="top">
30695 <column alignment="center" valignment="top">
30696 <column alignment="center" valignment="top">
30697 <column alignment="center" valignment="top">
30698 <row>
30699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30700 \begin_inset Text
30701
30702 \begin_layout Plain Layout
30703 a
30704 \end_layout
30705
30706 \end_inset
30707 </cell>
30708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30709 \begin_inset Text
30710
30711 \begin_layout Plain Layout
30712
30713 \end_layout
30714
30715 \end_inset
30716 </cell>
30717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30718 \begin_inset Text
30719
30720 \begin_layout Plain Layout
30721 b
30722 \end_layout
30723
30724 \end_inset
30725 </cell>
30726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30727 \begin_inset Text
30728
30729 \begin_layout Plain Layout
30730
30731 \end_layout
30732
30733 \end_inset
30734 </cell>
30735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30736 \begin_inset Text
30737
30738 \begin_layout Plain Layout
30739 c
30740 \end_layout
30741
30742 \end_inset
30743 </cell>
30744 </row>
30745 <row>
30746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30747 \begin_inset Text
30748
30749 \begin_layout Plain Layout
30750
30751 \end_layout
30752
30753 \end_inset
30754 </cell>
30755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30756 \begin_inset Text
30757
30758 \begin_layout Plain Layout
30759 d
30760 \end_layout
30761
30762 \end_inset
30763 </cell>
30764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30765 \begin_inset Text
30766
30767 \begin_layout Plain Layout
30768
30769 \end_layout
30770
30771 \end_inset
30772 </cell>
30773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30774 \begin_inset Text
30775
30776 \begin_layout Plain Layout
30777 e
30778 \end_layout
30779
30780 \end_inset
30781 </cell>
30782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30783 \begin_inset Text
30784
30785 \begin_layout Plain Layout
30786
30787 \end_layout
30788
30789 \end_inset
30790 </cell>
30791 </row>
30792 <row>
30793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30794 \begin_inset Text
30795
30796 \begin_layout Plain Layout
30797 f
30798 \end_layout
30799
30800 \end_inset
30801 </cell>
30802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30803 \begin_inset Text
30804
30805 \begin_layout Plain Layout
30806
30807 \end_layout
30808
30809 \end_inset
30810 </cell>
30811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30812 \begin_inset Text
30813
30814 \begin_layout Plain Layout
30815 g
30816 \end_layout
30817
30818 \end_inset
30819 </cell>
30820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30821 \begin_inset Text
30822
30823 \begin_layout Plain Layout
30824
30825 \end_layout
30826
30827 \end_inset
30828 </cell>
30829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30830 \begin_inset Text
30831
30832 \begin_layout Plain Layout
30833 h
30834 \end_layout
30835
30836 \end_inset
30837 </cell>
30838 </row>
30839 <row>
30840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30841 \begin_inset Text
30842
30843 \begin_layout Plain Layout
30844
30845 \end_layout
30846
30847 \end_inset
30848 </cell>
30849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30850 \begin_inset Text
30851
30852 \begin_layout Plain Layout
30853 i
30854 \end_layout
30855
30856 \end_inset
30857 </cell>
30858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30859 \begin_inset Text
30860
30861 \begin_layout Plain Layout
30862
30863 \end_layout
30864
30865 \end_inset
30866 </cell>
30867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30868 \begin_inset Text
30869
30870 \begin_layout Plain Layout
30871 j
30872 \end_layout
30873
30874 \end_inset
30875 </cell>
30876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30877 \begin_inset Text
30878
30879 \begin_layout Plain Layout
30880
30881 \end_layout
30882
30883 \end_inset
30884 </cell>
30885 </row>
30886 </lyxtabular>
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \end_inset
30894
30895
30896 \end_layout
30897
30898 \begin_layout Standard
30899 \begin_inset ERT
30900 status collapsed
30901
30902 \begin_layout Plain Layout
30903
30904
30905 \backslash
30906 TabBesEnd
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \end_layout
30913
30914 \begin_layout Standard
30915 \begin_inset ERT
30916 status collapsed
30917
30918 \begin_layout Plain Layout
30919
30920
30921 \backslash
30922 else
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \begin_inset Note Note
30929 status open
30930
30931 \begin_layout Plain Layout
30932 The following will be displayed when the \SpecialChar LaTeX
30933 -package 
30934 \series bold
30935 sidecap
30936 \series default
30937  is not installed:
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \end_layout
30944
30945 \begin_layout Standard
30946 You need to install the \SpecialChar LaTeX
30947 -package 
30948 \series bold
30949 sidecap
30950 \series default
30951  to see the following part of this section in the output.
30952 \end_layout
30953
30954 \begin_layout Standard
30955 \begin_inset ERT
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959
30960
30961 \backslash
30962 fi
30963 \end_layout
30964
30965 \end_inset
30966
30967
30968 \end_layout
30969
30970 \begin_layout Section
30971 Listings of Floats
30972 \begin_inset Index idx
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976 Floats ! Float Lists
30977 \end_layout
30978
30979 \end_inset
30980
30981
30982 \end_layout
30983
30984 \begin_layout Standard
30985 Similar to the table of contents where the sections of the document are
30986  listed, there are listings for all float types, like the figures of the
30987  documents.
30988  You can insert them via the 
30989 \family sans
30990 Insert\SpecialChar menuseparator
30991 List
30992 \begin_inset space ~
30993 \end_inset
30994
30995 /
30996 \begin_inset space ~
30997 \end_inset
30998
30999 TOC
31000 \family default
31001  sub menus.
31002 \end_layout
31003
31004 \begin_layout Standard
31005 The list entries are the float captions or its short title, the float number,
31006  and the page number where they appear in the document.
31007 \end_layout
31008
31009 \begin_layout Standard
31010 You can find the list of figures and tables at the end of this document.
31011 \end_layout
31012
31013 \begin_layout Chapter
31014 Notes
31015 \end_layout
31016
31017 \begin_layout Section
31018 \SpecialChar LyX
31019  Notes
31020 \begin_inset Index idx
31021 status collapsed
31022
31023 \begin_layout Plain Layout
31024 Notes ! \SpecialChar LyX
31025  Notes
31026 \end_layout
31027
31028 \end_inset
31029
31030
31031 \end_layout
31032
31033 \begin_layout Standard
31034 Notes are inserted with the toolbar button 
31035 \begin_inset Info
31036 type  "icon"
31037 arg   "note-insert"
31038 \end_inset
31039
31040  or the menu 
31041 \family sans
31042 Insert\SpecialChar menuseparator
31043 Note
31044 \family default
31045 .
31046  There are three types of notes:
31047 \end_layout
31048
31049 \begin_layout Description
31050 \SpecialChar LyX
31051
31052 \begin_inset space ~
31053 \end_inset
31054
31055 Note This note type is for internal notes that won't appear in the output.
31056  Its note-box looks like this:
31057 \begin_inset Newline newline
31058 \end_inset
31059
31060
31061 \begin_inset Newline newline
31062 \end_inset
31063
31064
31065 \begin_inset Graphics
31066         filename clipart/LyXNoteImage.png
31067         display false
31068         scaleBeforeRotation
31069
31070 \end_inset
31071
31072  
31073 \begin_inset Note Note
31074 status open
31075
31076 \begin_layout Plain Layout
31077 This is text in a note box that doesn't appear in the output.
31078 \end_layout
31079
31080 \end_inset
31081
31082
31083 \end_layout
31084
31085 \begin_layout Description
31086 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31087 -comment,
31088  when you export the document to \SpecialChar LaTeX
31089  via the menu 
31090 \family sans
31091 File\SpecialChar menuseparator
31092 Export\SpecialChar menuseparator
31093 LaTeX
31094 \begin_inset space ~
31095 \end_inset
31096
31097 (pdflatex) / (plain)
31098 \family default
31099 .
31100  Its note-box looks like this:
31101 \begin_inset Newline newline
31102 \end_inset
31103
31104
31105 \begin_inset Newline newline
31106 \end_inset
31107
31108
31109 \begin_inset Graphics
31110         filename clipart/CommentNoteImage.png
31111         display false
31112         scaleBeforeRotation
31113
31114 \end_inset
31115
31116  
31117 \begin_inset Note Comment
31118 status open
31119
31120 \begin_layout Plain Layout
31121 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31122 -files.
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \end_layout
31129
31130 \begin_layout Description
31131 Greyed
31132 \begin_inset space ~
31133 \end_inset
31134
31135 Out This note will appear in the output as grey text.
31136  Its note-box looks like this:
31137 \begin_inset Newline newline
31138 \end_inset
31139
31140
31141 \begin_inset Newline newline
31142 \end_inset
31143
31144
31145 \begin_inset Graphics
31146         filename clipart/GreyedOutNoteImage.png
31147         display false
31148         scaleBeforeRotation
31149
31150 \end_inset
31151
31152
31153 \begin_inset Newline newline
31154 \end_inset
31155
31156
31157 \begin_inset ERT
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161
31162
31163 \backslash
31164 renewenvironment{lyxgreyedout}
31165 \end_layout
31166
31167 \begin_layout Plain Layout
31168
31169 {
31170 \backslash
31171 textcolor[gray]{0.8}
31172 \backslash
31173 bgroup}{
31174 \backslash
31175 egroup}
31176 \end_layout
31177
31178 \end_inset
31179
31180
31181 \begin_inset Note Greyedout
31182 status open
31183
31184 \begin_layout Plain Layout
31185 This is text of a comment that appears grey in the output.
31186 \end_layout
31187
31188 \end_inset
31189
31190
31191 \begin_inset ERT
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195
31196
31197 \backslash
31198 renewenvironment{lyxgreyedout}
31199 \end_layout
31200
31201 \begin_layout Plain Layout
31202
31203 {
31204 \backslash
31205 textcolor{blue}
31206 \backslash
31207 bgroup}{
31208 \backslash
31209 egroup}
31210 \end_layout
31211
31212 \end_inset
31213
31214
31215 \begin_inset Note Note
31216 status collapsed
31217
31218 \begin_layout Plain Layout
31219 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31220  definition
31221  because greyed out notes are redefined in the preamble of this document,
31222  as described below, to have blue text.
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \begin_inset Newline newline
31229 \end_inset
31230
31231
31232 \begin_inset Newline newline
31233 \end_inset
31234
31235 As you can see in the example, the first line of greyed out notes is a bit
31236  indented and greyed out notes can have footnotes.
31237 \end_layout
31238
31239 \begin_layout Standard
31240 \begin_inset VSpace bigskip
31241 \end_inset
31242
31243 When you use the toolbar button 
31244 \begin_inset Info
31245 type  "icon"
31246 arg   "note-insert"
31247 \end_inset
31248
31249  to insert notes, a 
31250 \family sans
31251 \SpecialChar LyX
31252
31253 \begin_inset space ~
31254 \end_inset
31255
31256 Note
31257 \family default
31258  is inserted.
31259  You can switch between the three note types by right-clicking on the note-box.
31260  
31261 \family roman
31262 \series medium
31263 \bar no
31264 If you want to turn existing text into a note, mark it and click on the
31265  note
31266 \family default
31267 \series default
31268 \bar default
31269  toolbar 
31270 \family roman
31271 \series medium
31272 \bar no
31273 button
31274 \family default
31275 \series default
31276 \bar default
31277 .
31278  To change a note to text, press the backspace key when the cursor is in
31279  the first position of a note, or press the delete key when the cursor is
31280  in the very last position of the note, respectively.
31281 \end_layout
31282
31283 \begin_layout Standard
31284 \begin_inset VSpace bigskip
31285 \end_inset
31286
31287 You can change the text color of the greyed out notes in the menu 
31288 \family sans
31289 Document\SpecialChar menuseparator
31290 Settings\SpecialChar menuseparator
31291 Colors
31292 \family default
31293 .
31294 \end_layout
31295
31296 \begin_layout Section
31297 Footnotes
31298 \begin_inset CommandInset label
31299 LatexCommand label
31300 name "sec:Footnotes"
31301
31302 \end_inset
31303
31304
31305 \begin_inset Index idx
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309 Notes ! Footnotes
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \begin_inset Index idx
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319 Footnotes
31320 \end_layout
31321
31322 \end_inset
31323
31324
31325 \end_layout
31326
31327 \begin_layout Standard
31328 Footnotes can be inserted using the toolbar button 
31329 \begin_inset Info
31330 type  "icon"
31331 arg   "footnote-insert"
31332 \end_inset
31333
31334  or the menu 
31335 \family sans
31336 Insert\SpecialChar menuseparator
31337 Footnote
31338 \family default
31339 .
31340  You will then see the following footnote-box: 
31341 \begin_inset Graphics
31342         filename clipart/footnote.png
31343         scale 95
31344         scaleBeforeRotation
31345
31346 \end_inset
31347
31348  
31349 \family roman
31350 \series medium
31351 \bar no
31352 where you can enter the footnote text.
31353  If you want to turn existing text into a footnote, mark it and click on
31354  the footnote
31355 \family default
31356 \series default
31357 \bar default
31358  toolbar 
31359 \family roman
31360 \series medium
31361 \bar no
31362 button
31363 \family default
31364 \series default
31365 \bar default
31366 .
31367  To change a 
31368 \family roman
31369 \series medium
31370 \bar no
31371 footnote
31372 \family default
31373 \series default
31374 \bar default
31375  to text, press the 
31376 \family sans
31377 Backspace
31378 \family default
31379  key when the cursor is in the first position of a 
31380 \family roman
31381 \series medium
31382 \bar no
31383 footnote
31384 \family default
31385 \series default
31386 \bar default
31387 , or press the 
31388 \family sans
31389 Delete
31390 \family default
31391  key when the cursor is in the very last position of the 
31392 \family roman
31393 \series medium
31394 \bar no
31395 footnote
31396 \family default
31397 \series default
31398 \bar default
31399 , respectively.
31400 \end_layout
31401
31402 \begin_layout Standard
31403 Here is an example footnote:
31404 \family roman
31405 \series medium
31406 \bar no
31407
31408 \begin_inset Foot
31409 status open
31410
31411 \begin_layout Plain Layout
31412 \begin_inset CommandInset label
31413 LatexCommand label
31414 name "foot:This-is-an"
31415
31416 \end_inset
31417
31418 This is an example footnote.
31419 \end_layout
31420
31421 \end_inset
31422
31423
31424 \family default
31425 \series default
31426 \bar default
31427
31428 \begin_inset ERT
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433
31434 \backslash
31435 newcounter{MyRepeatFoot}
31436 \end_layout
31437
31438 \begin_layout Plain Layout
31439
31440
31441 \backslash
31442 setcounter{MyRepeatFoot}{
31443 \backslash
31444 thefootnote}
31445 \end_layout
31446
31447 \end_inset
31448
31449
31450 \end_layout
31451
31452 \begin_layout Standard
31453 The footnote will appear in the output as a superscript number at the text
31454  position where the footnote box is placed.
31455  The footnote text is placed at the bottom of the current page.
31456  The footnote number is calculated by \SpecialChar LaTeX
31457 ; the numbers are consecutive.
31458  Whether the footnote number is reset for every chapter depends on your
31459  document class.
31460 \end_layout
31461
31462 \begin_layout Standard
31463 Footnotes can be referenced like floats: Insert a label into the footnote
31464  and cross-reference this label in the text as described in section
31465 \begin_inset space ~
31466 \end_inset
31467
31468
31469 \begin_inset CommandInset ref
31470 LatexCommand ref
31471 reference "sec:Referencing-Floats"
31472
31473 \end_inset
31474
31475 .
31476 \begin_inset Newline newline
31477 \end_inset
31478
31479 This is a cross-reference of Footnote
31480 \begin_inset space ~
31481 \end_inset
31482
31483
31484 \begin_inset CommandInset ref
31485 LatexCommand ref
31486 reference "foot:This-is-an"
31487
31488 \end_inset
31489
31490 .
31491 \end_layout
31492
31493 \begin_layout Standard
31494 \begin_inset VSpace defskip
31495 \end_inset
31496
31497 Footnotes in title environments are usually not numbered with symbols and
31498  they cannot contain several paragraphs.
31499  See for example the footnote in the titling of this document.
31500 \end_layout
31501
31502 \begin_layout Standard
31503 \begin_inset VSpace defskip
31504 \end_inset
31505
31506 Footnotes in tables are not printed by \SpecialChar LaTeX
31507  due to technical reasons.
31508  However there exists another method to print them: Instead of the footnote
31509  the command 
31510 \series bold
31511
31512 \backslash
31513 footnotemark{}
31514 \series default
31515  is inserted as \SpecialChar TeX
31516  code.
31517  The text of the footnote is entered as an argument of the \SpecialChar TeX
31518  code command
31519  
31520 \series bold
31521
31522 \backslash
31523 footnotetext
31524 \series default
31525  after the table.
31526 \begin_inset Newline newline
31527 \end_inset
31528
31529 This was done for the following table with the command
31530 \end_layout
31531
31532 \begin_layout Standard
31533
31534 \series bold
31535
31536 \backslash
31537 footnotetext{
31538 \series default
31539 Printed table footnote.
31540 \series bold
31541 }
31542 \end_layout
31543
31544 \begin_layout Standard
31545 \begin_inset Tabular
31546 <lyxtabular version="3" rows="2" columns="1">
31547 <features tabularvalignment="middle">
31548 <column alignment="center" valignment="top">
31549 <row>
31550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31551 \begin_inset Text
31552
31553 \begin_layout Plain Layout
31554 This an example text.
31555 \begin_inset Foot
31556 status open
31557
31558 \begin_layout Plain Layout
31559 This footnote will not be printed!
31560 \end_layout
31561
31562 \end_inset
31563
31564
31565 \end_layout
31566
31567 \end_inset
31568 </cell>
31569 </row>
31570 <row>
31571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31572 \begin_inset Text
31573
31574 \begin_layout Plain Layout
31575 This an example text.
31576 \begin_inset ERT
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580
31581
31582 \backslash
31583 footnotemark{}
31584 \end_layout
31585
31586 \end_inset
31587
31588
31589 \end_layout
31590
31591 \end_inset
31592 </cell>
31593 </row>
31594 </lyxtabular>
31595
31596 \end_inset
31597
31598
31599 \begin_inset ERT
31600 status collapsed
31601
31602 \begin_layout Plain Layout
31603
31604
31605 \backslash
31606 footnotetext{
31607 \end_layout
31608
31609 \end_inset
31610
31611 Printed table footnote.
31612 \begin_inset ERT
31613 status collapsed
31614
31615 \begin_layout Plain Layout
31616
31617 }
31618 \end_layout
31619
31620 \end_inset
31621
31622
31623 \end_layout
31624
31625 \begin_layout Standard
31626 Footnotes in multi-page tables are described in section
31627 \begin_inset space ~
31628 \end_inset
31629
31630
31631 \begin_inset CommandInset ref
31632 LatexCommand ref
31633 reference "subsec:Footnotes-in-Multi-page"
31634
31635 \end_inset
31636
31637 .
31638 \end_layout
31639
31640 \begin_layout Standard
31641 Footnotes in minipage boxes are printed, but inside the box and with a different
31642  numbering because a minipage box is like a page inside a page.
31643  (For more about minipages, see section
31644 \begin_inset space ~
31645 \end_inset
31646
31647
31648 \begin_inset CommandInset ref
31649 LatexCommand ref
31650 reference "sec:Minipages"
31651
31652 \end_inset
31653
31654 .) To get a footnote in the minipage that is output at the bottom of the
31655  page like normal footnotes, also use the method of 
31656 \series bold
31657
31658 \backslash
31659 footnotemark{}
31660 \series default
31661  and 
31662 \series bold
31663
31664 \backslash
31665 footnotetext
31666 \series default
31667 .
31668 \end_layout
31669
31670 \begin_layout Standard
31671 \begin_inset Box Frameless
31672 position "t"
31673 hor_pos "c"
31674 has_inner_box 1
31675 inner_pos "t"
31676 use_parbox 0
31677 use_makebox 0
31678 width "100col%"
31679 special "none"
31680 height "1in"
31681 height_special "totalheight"
31682 thickness "0.4pt"
31683 separation "3pt"
31684 shadowsize "4pt"
31685 framecolor "black"
31686 backgroundcolor "none"
31687 status open
31688
31689 \begin_layout Plain Layout
31690 This an example text in a minipage.
31691 \begin_inset Foot
31692 status open
31693
31694 \begin_layout Plain Layout
31695 Footnote in the minipage.
31696 \end_layout
31697
31698 \end_inset
31699
31700
31701 \end_layout
31702
31703 \begin_layout Plain Layout
31704 This an example text in a minipage.
31705 \begin_inset ERT
31706 status collapsed
31707
31708 \begin_layout Plain Layout
31709
31710
31711 \backslash
31712 footnotemark{}
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \end_inset
31721
31722
31723 \end_layout
31724
31725 \begin_layout Standard
31726 \begin_inset ERT
31727 status collapsed
31728
31729 \begin_layout Plain Layout
31730
31731
31732 \backslash
31733 footnotetext{
31734 \end_layout
31735
31736 \end_inset
31737
31738 Footnote outside the minipage.
31739 \begin_inset ERT
31740 status collapsed
31741
31742 \begin_layout Plain Layout
31743
31744 }
31745 \end_layout
31746
31747 \end_inset
31748
31749
31750 \end_layout
31751
31752 \begin_layout Standard
31753 \begin_inset VSpace defskip
31754 \end_inset
31755
31756
31757 \end_layout
31758
31759 \begin_layout Standard
31760 To refer to the same footnote several times without printing the footnote
31761  text every time, use the command 
31762 \series bold
31763
31764 \backslash
31765 footnotemark[number]
31766 \series default
31767  in \SpecialChar TeX
31768  code.
31769 \begin_inset Newline newline
31770 \end_inset
31771
31772 As you do not know the number of the repeating footnote while you are writing
31773  the text, you have to store its number.
31774  For the following footnote mark example, these commands were inserted in
31775  \SpecialChar TeX
31776  code after Footnote
31777 \begin_inset space ~
31778 \end_inset
31779
31780
31781 \begin_inset CommandInset ref
31782 LatexCommand ref
31783 reference "foot:This-is-an"
31784
31785 \end_inset
31786
31787  to store the footnote number:
31788 \end_layout
31789
31790 \begin_layout Standard
31791
31792 \series bold
31793
31794 \backslash
31795 newcounter{MyRepeatFoot}
31796 \begin_inset Newline newline
31797 \end_inset
31798
31799
31800 \backslash
31801 setcounter{MyRepeatFoot}{
31802 \backslash
31803 thefootnote}
31804 \end_layout
31805
31806 \begin_layout Standard
31807 The footnote mark was then created with this command:
31808 \end_layout
31809
31810 \begin_layout Standard
31811
31812 \series bold
31813
31814 \backslash
31815 footnotemark[
31816 \backslash
31817 theMyRepeatFoot]
31818 \end_layout
31819
31820 \begin_layout Standard
31821 Here is a repeated footnote:
31822 \family roman
31823 \series medium
31824 \bar no
31825
31826 \begin_inset ERT
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830
31831
31832 \backslash
31833 footnotemark[
31834 \backslash
31835 theMyRepeatFoot]
31836 \end_layout
31837
31838 \end_inset
31839
31840
31841 \end_layout
31842
31843 \begin_layout Standard
31844 If you want to repeat the previous footnote, you can omit the storage of
31845  the footnote number and just use this command instead:
31846 \end_layout
31847
31848 \begin_layout Standard
31849
31850 \series bold
31851
31852 \backslash
31853 footnotemark[
31854 \backslash
31855 thefootnote]
31856 \end_layout
31857
31858 \begin_layout Standard
31859 Here is another repeated footnote:
31860 \family roman
31861 \series medium
31862 \bar no
31863
31864 \begin_inset ERT
31865 status collapsed
31866
31867 \begin_layout Plain Layout
31868
31869
31870 \backslash
31871 footnotemark[
31872 \backslash
31873 thefootnote]
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \end_layout
31880
31881 \begin_layout Subsection
31882 Footnote Numbering
31883 \begin_inset CommandInset label
31884 LatexCommand label
31885 name "subsec:Footnote-Numbering"
31886
31887 \end_inset
31888
31889
31890 \begin_inset Index idx
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894 Footnotes ! Numbering
31895 \end_layout
31896
31897 \end_inset
31898
31899
31900 \end_layout
31901
31902 \begin_layout Standard
31903 To reset the footnote number back to 1 after each section
31904 \family roman
31905 , add this command to your document preamble:
31906 \end_layout
31907
31908 \begin_layout Standard
31909
31910 \series bold
31911
31912 \backslash
31913 @addtoreset{footnote}{section}
31914 \end_layout
31915
31916 \begin_layout Standard
31917 \begin_inset VSpace bigskip
31918 \end_inset
31919
31920 The following preamble command changes the footnote numbering style to small
31921  roman numerals:
31922 \end_layout
31923
31924 \begin_layout Standard
31925
31926 \series bold
31927
31928 \backslash
31929 renewcommand{
31930 \backslash
31931 thefootnote}{
31932 \backslash
31933 roman{footnote}}
31934 \end_layout
31935
31936 \begin_layout Standard
31937 \begin_inset ERT
31938 status collapsed
31939
31940 \begin_layout Plain Layout
31941
31942
31943 \backslash
31944 renewcommand{
31945 \backslash
31946 thefootnote}{
31947 \backslash
31948 roman{footnote}}
31949 \end_layout
31950
31951 \end_inset
31952
31953  This is a footnote with roman numbering:
31954 \begin_inset Foot
31955 status open
31956
31957 \begin_layout Plain Layout
31958 This is an example footnote with roman numbering.
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \begin_layout Standard
31967 To change the numbering style to capital roman numerals replace in the command
31968  above 
31969 \series bold
31970
31971 \backslash
31972 roman
31973 \series default
31974  by 
31975 \series bold
31976
31977 \backslash
31978 Roman
31979 \series default
31980 .
31981  To 
31982 \begin_inset Quotes eld
31983 \end_inset
31984
31985 number
31986 \begin_inset Quotes erd
31987 \end_inset
31988
31989  footnotes with capital or small Latin letters use 
31990 \series bold
31991
31992 \backslash
31993 Alph
31994 \series default
31995  or 
31996 \series bold
31997
31998 \backslash
31999 alph
32000 \series default
32001 , respectively.
32002  To 
32003 \begin_inset Quotes eld
32004 \end_inset
32005
32006 number
32007 \begin_inset Quotes erd
32008 \end_inset
32009
32010  footnotes with symbols use 
32011 \series bold
32012
32013 \backslash
32014 fnsymbol
32015 \series default
32016 .
32017 \end_layout
32018
32019 \begin_layout Standard
32020 \begin_inset Note Greyedout
32021 status open
32022
32023 \begin_layout Plain Layout
32024
32025 \series bold
32026 Note:
32027 \series default
32028  You can only number 26 footnotes with Latin letters, because this numbering
32029  is limited to single letters.
32030 \end_layout
32031
32032 \end_inset
32033
32034
32035 \begin_inset Newline newline
32036 \end_inset
32037
32038
32039 \begin_inset Note Greyedout
32040 status open
32041
32042 \begin_layout Plain Layout
32043
32044 \series bold
32045 Note:
32046 \series default
32047  You can only number 9 footnotes with symbols.
32048 \end_layout
32049
32050 \end_inset
32051
32052
32053 \end_layout
32054
32055 \begin_layout Standard
32056 To return to the default numbering style after you have changed to another
32057  one, use 
32058 \series bold
32059
32060 \backslash
32061 arabic
32062 \series default
32063  instead of 
32064 \series bold
32065
32066 \backslash
32067 roman
32068 \series default
32069  in the command above.
32070 \begin_inset ERT
32071 status collapsed
32072
32073 \begin_layout Plain Layout
32074
32075
32076 \backslash
32077 renewcommand{
32078 \backslash
32079 thefootnote}{
32080 \backslash
32081 arabic{footnote}}
32082 \end_layout
32083
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \begin_layout Standard
32090 \begin_inset VSpace bigskip
32091 \end_inset
32092
32093
32094 \end_layout
32095
32096 \begin_layout Standard
32097 If you want to have footnotes numbered in the scheme 
32098 \begin_inset Quotes eld
32099 \end_inset
32100
32101 chapter.footnote
32102 \begin_inset Quotes erd
32103 \end_inset
32104
32105 , add the following command to your document preamble:
32106 \end_layout
32107
32108 \begin_layout Standard
32109
32110 \series bold
32111
32112 \backslash
32113 numberwithin{footnote}{chapter}
32114 \end_layout
32115
32116 \begin_layout Standard
32117 To be able to use the command 
32118 \series bold
32119
32120 \backslash
32121 numberwithin
32122 \series default
32123 , set in the tab 
32124 \family sans
32125 Math
32126 \begin_inset space ~
32127 \end_inset
32128
32129 Options
32130 \family default
32131  in the document settings the option 
32132 \family sans
32133 Use
32134 \begin_inset space ~
32135 \end_inset
32136
32137 AMS
32138 \begin_inset space ~
32139 \end_inset
32140
32141 math
32142 \begin_inset space ~
32143 \end_inset
32144
32145 package
32146 \family default
32147 .
32148 \end_layout
32149
32150 \begin_layout Standard
32151 \begin_inset ERT
32152 status collapsed
32153
32154 \begin_layout Plain Layout
32155
32156
32157 \backslash
32158 numberwithin{footnote}{chapter}
32159 \end_layout
32160
32161 \end_inset
32162
32163 This is another example footnote:
32164 \series bold
32165
32166 \begin_inset Foot
32167 status open
32168
32169 \begin_layout Plain Layout
32170 This is a footnote numbered in the scheme 
32171 \begin_inset Quotes eld
32172 \end_inset
32173
32174 chapter.footnote
32175 \begin_inset Quotes erd
32176 \end_inset
32177
32178 .
32179 \end_layout
32180
32181 \end_inset
32182
32183
32184 \series default
32185
32186 \begin_inset ERT
32187 status collapsed
32188
32189 \begin_layout Plain Layout
32190
32191
32192 \backslash
32193 renewcommand{
32194 \backslash
32195 thefootnote}{
32196 \backslash
32197 arabic{footnote}}
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Standard
32206 \begin_inset Note Greyedout
32207 status open
32208
32209 \begin_layout Plain Layout
32210
32211 \series bold
32212 Note:
32213 \series default
32214  
32215 \series bold
32216
32217 \backslash
32218 numberwithin
32219 \series default
32220  always prints out the footnote number as arabic number; previous redefinitions
32221  to get non-arabic numbers are overwritten.
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 So to get for example the scheme 
32231 \begin_inset Quotes eld
32232 \end_inset
32233
32234 chapter.
32235 \backslash
32236 Roman{footnote}
32237 \begin_inset Quotes erd
32238 \end_inset
32239
32240 , use this command instead of 
32241 \series bold
32242
32243 \backslash
32244 numberwithin
32245 \series default
32246 :
32247 \end_layout
32248
32249 \begin_layout Standard
32250
32251 \series bold
32252
32253 \backslash
32254 renewcommand{
32255 \backslash
32256 thefootnote}{
32257 \backslash
32258 thechapter.
32259 \backslash
32260 Roman{footnote}}
32261 \end_layout
32262
32263 \begin_layout Subsection
32264 Footnote Placement
32265 \begin_inset Index idx
32266 status collapsed
32267
32268 \begin_layout Plain Layout
32269 Footnotes ! Placement
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Standard
32278 If you have several footnotes in one page, they appear without vertical
32279  space between them at the bottom of the page.
32280  To make them more readable you can e.
32281 \begin_inset space \thinspace{}
32282 \end_inset
32283
32284 g.
32285 \begin_inset space \space{}
32286 \end_inset
32287
32288 add 1.5
32289 \begin_inset space \thinspace{}
32290 \end_inset
32291
32292 mm space with the following preamble command:
32293 \end_layout
32294
32295 \begin_layout Standard
32296
32297 \series bold
32298
32299 \backslash
32300 let
32301 \backslash
32302 myFoot
32303 \backslash
32304 footnote
32305 \begin_inset Newline newline
32306 \end_inset
32307
32308
32309 \backslash
32310 renewcommand{
32311 \backslash
32312 footnote}[1]{
32313 \backslash
32314 myFoot{#1
32315 \backslash
32316 vspace{1.5mm}}}
32317 \end_layout
32318
32319 \begin_layout Standard
32320 \begin_inset VSpace bigskip
32321 \end_inset
32322
32323 In a two-column document the footnotes appear at the bottom of every column,
32324  see Figure
32325 \begin_inset space ~
32326 \end_inset
32327
32328
32329 \begin_inset CommandInset ref
32330 LatexCommand ref
32331 reference "fig:Standard-footnote-placement"
32332
32333 \end_inset
32334
32335 .
32336  If the footnotes should only appear at the bottom of the right column,
32337  as in Figure
32338 \begin_inset space ~
32339 \end_inset
32340
32341
32342 \begin_inset CommandInset ref
32343 LatexCommand ref
32344 reference "fig:Footnote-placement-in"
32345
32346 \end_inset
32347
32348 , use the \SpecialChar LaTeX
32349 -package 
32350 \series bold
32351 ftnright
32352 \series default
32353
32354 \begin_inset Index idx
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358 \SpecialChar LaTeX
32359 -packages ! ftnright
32360 \end_layout
32361
32362 \end_inset
32363
32364  with this command in the document preamble:
32365 \end_layout
32366
32367 \begin_layout Standard
32368
32369 \series bold
32370
32371 \backslash
32372 usepackage{ftnright}
32373 \end_layout
32374
32375 \begin_layout Standard
32376 \begin_inset Float figure
32377 placement !h
32378 wide false
32379 sideways false
32380 status open
32381
32382 \begin_layout Plain Layout
32383 \noindent
32384 \align center
32385 \begin_inset Box Boxed
32386 position "t"
32387 hor_pos "c"
32388 has_inner_box 0
32389 inner_pos "t"
32390 use_parbox 0
32391 use_makebox 0
32392 width ""
32393 special "none"
32394 height "1in"
32395 height_special "totalheight"
32396 thickness "0.4pt"
32397 separation "3pt"
32398 shadowsize "4pt"
32399 framecolor "black"
32400 backgroundcolor "none"
32401 status open
32402
32403 \begin_layout Plain Layout
32404 \begin_inset Graphics
32405         filename clipart/without_fntright.pdf
32406         width 100col%
32407         scaleBeforeRotation
32408
32409 \end_inset
32410
32411
32412 \end_layout
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \begin_layout Plain Layout
32420 \begin_inset Caption Standard
32421
32422 \begin_layout Plain Layout
32423 \begin_inset CommandInset label
32424 LatexCommand label
32425 name "fig:Standard-footnote-placement"
32426
32427 \end_inset
32428
32429 Standard footnote placement in two-column documents.
32430 \end_layout
32431
32432 \end_inset
32433
32434
32435 \end_layout
32436
32437 \end_inset
32438
32439
32440 \end_layout
32441
32442 \begin_layout Standard
32443 \begin_inset Float figure
32444 placement !h
32445 wide false
32446 sideways false
32447 status open
32448
32449 \begin_layout Plain Layout
32450 \noindent
32451 \align center
32452 \begin_inset Box Boxed
32453 position "t"
32454 hor_pos "c"
32455 has_inner_box 0
32456 inner_pos "t"
32457 use_parbox 0
32458 use_makebox 0
32459 width ""
32460 special "none"
32461 height "1in"
32462 height_special "totalheight"
32463 thickness "0.4pt"
32464 separation "3pt"
32465 shadowsize "4pt"
32466 framecolor "black"
32467 backgroundcolor "none"
32468 status open
32469
32470 \begin_layout Plain Layout
32471 \begin_inset Graphics
32472         filename clipart/with_fntright.pdf
32473         width 100col%
32474         scaleBeforeRotation
32475
32476 \end_inset
32477
32478
32479 \end_layout
32480
32481 \end_inset
32482
32483
32484 \end_layout
32485
32486 \begin_layout Plain Layout
32487 \begin_inset Caption Standard
32488
32489 \begin_layout Plain Layout
32490 \begin_inset CommandInset label
32491 LatexCommand label
32492 name "fig:Footnote-placement-in"
32493
32494 \end_inset
32495
32496 Footnote placement in two-column documents when the \SpecialChar LaTeX
32497 -package 
32498 \series bold
32499 ftnright
32500 \series default
32501  is used.
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \end_layout
32508
32509 \end_inset
32510
32511
32512 \end_layout
32513
32514 \begin_layout Standard
32515 \begin_inset VSpace bigskip
32516 \end_inset
32517
32518 In some scientific literature it is usual to collect the footnotes and print
32519  them in a separate paragraph at the end of a section, as in Figure
32520 \begin_inset space ~
32521 \end_inset
32522
32523
32524 \begin_inset CommandInset ref
32525 LatexCommand ref
32526 reference "fig:Endnotes"
32527
32528 \end_inset
32529
32530 .
32531  They are then called 
32532 \begin_inset Quotes eld
32533 \end_inset
32534
32535 endnotes
32536 \begin_inset Quotes erd
32537 \end_inset
32538
32539 .
32540 \begin_inset Index idx
32541 status collapsed
32542
32543 \begin_layout Plain Layout
32544 Endnotes
32545 \end_layout
32546
32547 \end_inset
32548
32549  To use endnotes instead of footnotes in your document, load in the menu
32550  
32551 \family sans
32552 Document\SpecialChar menuseparator
32553 Settings\SpecialChar menuseparator
32554 Modules 
32555 \family default
32556 the module 
32557 \family sans
32558 Foot
32559 \begin_inset space ~
32560 \end_inset
32561
32562 to
32563 \begin_inset space ~
32564 \end_inset
32565
32566 End
32567 \family default
32568 .
32569  To insert the collected footnotes, insert the command
32570 \end_layout
32571
32572 \begin_layout Standard
32573
32574 \series bold
32575
32576 \backslash
32577 theendnotes
32578 \end_layout
32579
32580 \begin_layout Standard
32581 in \SpecialChar TeX
32582  Code at the end of a section or chapter.
32583 \end_layout
32584
32585 \begin_layout Standard
32586 \begin_inset Float figure
32587 wide false
32588 sideways false
32589 status open
32590
32591 \begin_layout Plain Layout
32592 \noindent
32593 \align center
32594 \begin_inset Box Boxed
32595 position "t"
32596 hor_pos "c"
32597 has_inner_box 0
32598 inner_pos "t"
32599 use_parbox 0
32600 use_makebox 0
32601 width ""
32602 special "none"
32603 height "1in"
32604 height_special "totalheight"
32605 thickness "0.4pt"
32606 separation "3pt"
32607 shadowsize "4pt"
32608 framecolor "black"
32609 backgroundcolor "none"
32610 status open
32611
32612 \begin_layout Plain Layout
32613 \begin_inset Graphics
32614         filename clipart/endnotes.pdf
32615         width 100col%
32616         scaleBeforeRotation
32617
32618 \end_inset
32619
32620
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Plain Layout
32629 \begin_inset Caption Standard
32630
32631 \begin_layout Plain Layout
32632 \begin_inset CommandInset label
32633 LatexCommand label
32634 name "fig:Endnotes"
32635
32636 \end_inset
32637
32638 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
32639  or chapters.
32640 \end_layout
32641
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \end_inset
32648
32649
32650 \end_layout
32651
32652 \begin_layout Standard
32653 \begin_inset VSpace medskip
32654 \end_inset
32655
32656 The paragraph heading for the endnotes isn't automatically translated into
32657  the document language, this must be done manually.
32658  The following preamble command translates the default English 
32659 \begin_inset Quotes eld
32660 \end_inset
32661
32662 Notes
32663 \begin_inset Quotes erd
32664 \end_inset
32665
32666  into the German 
32667 \begin_inset Quotes eld
32668 \end_inset
32669
32670 Anmerkungen
32671 \begin_inset Quotes erd
32672 \end_inset
32673
32674 :
32675 \end_layout
32676
32677 \begin_layout Standard
32678
32679 \series bold
32680
32681 \backslash
32682 renewcommand{
32683 \backslash
32684 notesname}{Anmerkungen}
32685 \end_layout
32686
32687 \begin_layout Standard
32688 \begin_inset VSpace medskip
32689 \end_inset
32690
32691 The numbering of endnotes can be changed like the footnote numbering as
32692  described in section
32693 \begin_inset space ~
32694 \end_inset
32695
32696
32697 \begin_inset CommandInset ref
32698 LatexCommand ref
32699 reference "subsec:Footnote-Numbering"
32700
32701 \end_inset
32702
32703 ; just replace the command 
32704 \series bold
32705
32706 \backslash
32707 thefootnote
32708 \series default
32709  by 
32710 \series bold
32711
32712 \backslash
32713 theendnote
32714 \series default
32715 .
32716  To reset the endnote number use the command 
32717 \series bold
32718
32719 \backslash
32720 @addtoreset
32721 \series default
32722  as described in section
32723 \begin_inset space ~
32724 \end_inset
32725
32726
32727 \begin_inset CommandInset ref
32728 LatexCommand ref
32729 reference "subsec:Footnote-Numbering"
32730
32731 \end_inset
32732
32733  and replace the command parameter 
32734 \series bold
32735 footnote
32736 \series default
32737  by 
32738 \series bold
32739 endnote
32740 \series default
32741 .
32742 \end_layout
32743
32744 \begin_layout Standard
32745 For endnotes there is the command 
32746 \series bold
32747
32748 \backslash
32749 endnotemark[number]
32750 \series default
32751  similar to the command 
32752 \series bold
32753
32754 \backslash
32755 footnotemark
32756 \series default
32757 , that is described in section
32758 \begin_inset space ~
32759 \end_inset
32760
32761
32762 \begin_inset CommandInset ref
32763 LatexCommand ref
32764 reference "sec:Footnotes"
32765
32766 \end_inset
32767
32768 .
32769 \end_layout
32770
32771 \begin_layout Standard
32772 \begin_inset VSpace bigskip
32773 \end_inset
32774
32775 Footnotes can also be placed in the page margin and the footnote text alignment
32776  can be changed, see the \SpecialChar LaTeX
32777 -package 
32778 \series bold
32779 footmisc
32780 \series default
32781
32782 \begin_inset Index idx
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786 \SpecialChar LaTeX
32787 -packages ! footmisc
32788 \end_layout
32789
32790 \end_inset
32791
32792
32793 \begin_inset CommandInset citation
32794 LatexCommand cite
32795 key "footmisc"
32796 literal "true"
32797
32798 \end_inset
32799
32800  for more information about this.
32801 \end_layout
32802
32803 \begin_layout Standard
32804 For various further footnote formatting issues have a look at \SpecialChar LaTeX
32805 -books, 
32806 \begin_inset CommandInset citation
32807 LatexCommand cite
32808 key "latexcompanion,latexguide,latexbook"
32809 literal "true"
32810
32811 \end_inset
32812
32813 .
32814  If you are using a 
32815 \series bold
32816 KOMA-Script
32817 \series default
32818
32819 \begin_inset Index idx
32820 status collapsed
32821
32822 \begin_layout Plain Layout
32823 \SpecialChar LaTeX
32824 -packages ! KOMA-Script
32825 \end_layout
32826
32827 \end_inset
32828
32829  document class, you can adjust all footnote settings using class-specific
32830  commands, see 
32831 \begin_inset CommandInset citation
32832 LatexCommand cite
32833 key "KOMA-Script"
32834 literal "true"
32835
32836 \end_inset
32837
32838 .
32839 \end_layout
32840
32841 \begin_layout Section
32842 Margin Notes
32843 \begin_inset Index idx
32844 status collapsed
32845
32846 \begin_layout Plain Layout
32847 Notes ! Margin Notes
32848 \end_layout
32849
32850 \end_inset
32851
32852
32853 \end_layout
32854
32855 \begin_layout Standard
32856 Margin notes look and behave in \SpecialChar LyX
32857  like footnotes.
32858  They are inserted via the menu 
32859 \family sans
32860 Insert\SpecialChar menuseparator
32861 Marginal
32862 \begin_inset space ~
32863 \end_inset
32864
32865 Note
32866 \family default
32867  or the toolbar button 
32868 \begin_inset Info
32869 type  "icon"
32870 arg   "marginalnote-insert"
32871 \end_inset
32872
32873 .
32874  A grey 
32875 \family roman
32876 \series medium
32877 box with the
32878 \family default
32879 \series default
32880  red 
32881 \family roman
32882 \series medium
32883 label 
32884 \begin_inset Quotes eld
32885 \end_inset
32886
32887 margin
32888 \begin_inset Quotes erd
32889 \end_inset
32890
32891  appears where you can enter the text of the margin note.
32892 \end_layout
32893
32894 \begin_layout Standard
32895 At the side is an example margin note.
32896
32897 \family roman
32898 \series medium
32899  
32900 \begin_inset Marginal
32901 status open
32902
32903 \begin_layout Plain Layout
32904 This is a margin note.
32905 \end_layout
32906
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \begin_layout Standard
32913 Margin notes appear at the right side in single-sided documents.
32914  In double-sided documents they appear in the outer margin â€“ left on even
32915  pages, right on odd pages.
32916  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
32917 d when the note appears in the left margin.
32918  The first line of the margin note is placed at the position of the text
32919  line where it is inserted in the document.
32920 \end_layout
32921
32922 \begin_layout Standard
32923 \begin_inset VSpace bigskip
32924 \end_inset
32925
32926 To place the margin note in the inner margin, add the command
32927 \end_layout
32928
32929 \begin_layout Standard
32930
32931 \series bold
32932
32933 \backslash
32934 reversemarginpar
32935 \end_layout
32936
32937 \begin_layout Standard
32938 in \SpecialChar TeX
32939  Code before a margin note.
32940  The new placement is valid for all subsequent margin notes.
32941  
32942 \begin_inset ERT
32943 status collapsed
32944
32945 \begin_layout Plain Layout
32946
32947
32948 \backslash
32949 reversemarginpar 
32950 \end_layout
32951
32952 \end_inset
32953
32954
32955 \begin_inset Marginal
32956 status open
32957
32958 \begin_layout Plain Layout
32959 This is a margin note in the inner margin.
32960 \end_layout
32961
32962 \end_inset
32963
32964
32965 \series bold
32966
32967 \begin_inset Newline newline
32968 \end_inset
32969
32970
32971 \series default
32972
32973 \begin_inset Note Greyedout
32974 status open
32975
32976 \begin_layout Plain Layout
32977
32978 \series bold
32979 Note:
32980 \series default
32981  There is often not enough space in the inner margin so that the notes are
32982  not correctly displayed in the output.
32983 \end_layout
32984
32985 \end_inset
32986
32987
32988 \end_layout
32989
32990 \begin_layout Standard
32991 To return to the default placement insert the command
32992 \end_layout
32993
32994 \begin_layout Standard
32995
32996 \series bold
32997
32998 \backslash
32999 normalmarginpar
33000 \end_layout
33001
33002 \begin_layout Standard
33003 in \SpecialChar TeX
33004  Code.
33005 \begin_inset ERT
33006 status collapsed
33007
33008 \begin_layout Plain Layout
33009
33010
33011 \backslash
33012 normalmarginpar 
33013 \end_layout
33014
33015 \end_inset
33016
33017  
33018 \begin_inset Note Greyedout
33019 status open
33020
33021 \begin_layout Plain Layout
33022
33023 \series bold
33024 Note:
33025 \series default
33026  The command is ignored when it is within a paragraph where also the command
33027  
33028 \series bold
33029
33030 \backslash
33031 reversemarginpar
33032 \series default
33033  is inserted.
33034 \end_layout
33035
33036 \end_inset
33037
33038
33039 \end_layout
33040
33041 \begin_layout Standard
33042 \begin_inset VSpace bigskip
33043 \end_inset
33044
33045
33046 \family roman
33047 \series medium
33048
33049 \begin_inset Marginal
33050 status open
33051
33052 \begin_layout Plain Layout
33053 AVeryLongMarginParWord that isn't hyphenated.
33054 \end_layout
33055
33056 \end_inset
33057
33058
33059 \family default
33060 \series default
33061  Similar to the case described in section
33062 \begin_inset space ~
33063 \end_inset
33064
33065
33066 \begin_inset CommandInset ref
33067 LatexCommand ref
33068 reference "subsec:Multiple-Lines-in"
33069
33070 \end_inset
33071
33072 , long words cannot be hyphenated when they are the first word in a margin
33073  note.
33074  To avoid this, insert 0
33075 \begin_inset space \thinspace{}
33076 \end_inset
33077
33078 pt horizontal space before the word
33079 \family roman
33080 \series medium
33081 .
33082  
33083 \begin_inset Marginal
33084 status open
33085
33086 \begin_layout Plain Layout
33087 \begin_inset space \hspace*{}
33088 \length 0pt
33089 \end_inset
33090
33091 AVeryLongMarginParWord that is hyphenated.
33092 \end_layout
33093
33094 \end_inset
33095
33096
33097 \end_layout
33098
33099 \begin_layout Standard
33100 \begin_inset VSpace bigskip
33101 \end_inset
33102
33103
33104 \end_layout
33105
33106 \begin_layout Standard
33107 \begin_inset Note Greyedout
33108 status open
33109
33110 \begin_layout Plain Layout
33111
33112 \series bold
33113 Note:
33114 \series default
33115  Margin notes can normally not be used inside tables, floats, and footnotes.
33116 \end_layout
33117
33118 \end_inset
33119
33120
33121 \end_layout
33122
33123 \begin_layout Standard
33124 \begin_inset VSpace bigskip
33125 \end_inset
33126
33127
33128 \end_layout
33129
33130 \begin_layout Standard
33131 \begin_inset ERT
33132 status collapsed
33133
33134 \begin_layout Plain Layout
33135
33136
33137 \backslash
33138 ifmarginnote
33139 \end_layout
33140
33141 \end_inset
33142
33143
33144 \begin_inset Note Note
33145 status open
33146
33147 \begin_layout Plain Layout
33148 The following section will only be displayed when the \SpecialChar LaTeX
33149 -package 
33150 \series bold
33151 marginnote
33152 \series default
33153  is installed.
33154 \end_layout
33155
33156 \end_inset
33157
33158
33159 \end_layout
33160
33161 \begin_layout Standard
33162 This restriction can be evaded by using the \SpecialChar LaTeX
33163 -package 
33164 \series bold
33165 marginnote
33166 \series default
33167
33168 \begin_inset Index idx
33169 status collapsed
33170
33171 \begin_layout Plain Layout
33172 \SpecialChar LaTeX
33173 -packages ! marginnote
33174 \end_layout
33175
33176 \end_inset
33177
33178 .
33179  By adding these two lines to your document preamble, the command used by
33180  \SpecialChar LyX
33181  for margin notes is redefined to use the command provided by the 
33182 \series bold
33183 marginnote
33184 \series default
33185 -package:
33186 \end_layout
33187
33188 \begin_layout Standard
33189
33190 \series bold
33191
33192 \backslash
33193 usepackage{marginnote}
33194 \begin_inset Newline newline
33195 \end_inset
33196
33197
33198 \backslash
33199 let
33200 \backslash
33201 marginpar
33202 \backslash
33203 marginnote
33204 \end_layout
33205
33206 \begin_layout Standard
33207 This is also used in this document because 
33208 \series bold
33209 marginnote
33210 \series default
33211  has another useful feature: You can set a vertical offset for the note.
33212  This is often needed when too many margin notes are too close together
33213  or for a better page layout.
33214  The offset is set in \SpecialChar LyX
33215  as \SpecialChar TeX
33216  Code directly after the margin note in the scheme
33217 \end_layout
33218
33219 \begin_layout Standard
33220
33221 \series bold
33222 [offset]
33223 \end_layout
33224
33225 \begin_layout Standard
33226 where the offset is a length with one of the units listed in Table
33227 \begin_inset space ~
33228 \end_inset
33229
33230
33231 \begin_inset CommandInset ref
33232 LatexCommand ref
33233 reference "tab:Units"
33234
33235 \end_inset
33236
33237 .
33238  A negative value shifts the note up, a positive value shifts it down.
33239  
33240 \family roman
33241 \series medium
33242 For example the margin note beside this text line is shifted up 1.5
33243 \begin_inset space \thinspace{}
33244 \end_inset
33245
33246 cm with the \SpecialChar TeX
33247  Code command 
33248 \begin_inset Quotes eld
33249 \end_inset
33250
33251
33252 \family default
33253 \series bold
33254 [-1.5cm]
33255 \family roman
33256 \series medium
33257
33258 \begin_inset Quotes erd
33259 \end_inset
33260
33261
33262 \begin_inset Marginal
33263 status open
33264
33265 \begin_layout Plain Layout
33266 This margin note is shifted up 1.5
33267 \begin_inset space \thinspace{}
33268 \end_inset
33269
33270 cm from its original position.
33271 \end_layout
33272
33273 \end_inset
33274
33275
33276 \family default
33277 \series default
33278
33279 \begin_inset ERT
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283
33284 [-1.5cm]
33285 \end_layout
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \begin_layout Standard
33293 \begin_inset VSpace medskip
33294 \end_inset
33295
33296 With 
33297 \series bold
33298 marginnote
33299 \series default
33300  you can also change the alignment of the text in the margin note.
33301  For example the commands
33302 \end_layout
33303
33304 \begin_layout Standard
33305
33306 \series bold
33307
33308 \backslash
33309 renewcommand*{
33310 \backslash
33311 raggedleftmarginnote}{
33312 \backslash
33313 centering}
33314 \begin_inset Newline newline
33315 \end_inset
33316
33317
33318 \backslash
33319 renewcommand*{
33320 \backslash
33321 raggedrightmarginnote}{
33322 \backslash
33323 centering}
33324 \end_layout
33325
33326 \begin_layout Standard
33327 set the alignment to centered.
33328  
33329 \series bold
33330
33331 \backslash
33332 raggedleftmarginnote
33333 \series default
33334  denotes margin notes that appear at the left side.
33335 \family roman
33336 \series medium
33337
33338 \begin_inset ERT
33339 status collapsed
33340
33341 \begin_layout Plain Layout
33342
33343
33344 \backslash
33345 renewcommand*{
33346 \backslash
33347 raggedleftmarginnote}{
33348 \backslash
33349 centering}
33350 \end_layout
33351
33352 \begin_layout Plain Layout
33353
33354
33355 \backslash
33356 renewcommand*{
33357 \backslash
33358 raggedrightmarginnote}{
33359 \backslash
33360 centering}
33361 \end_layout
33362
33363 \end_inset
33364
33365
33366 \begin_inset Marginal
33367 status open
33368
33369 \begin_layout Plain Layout
33370 The text of this margin note is centered.
33371 \end_layout
33372
33373 \end_inset
33374
33375
33376 \family default
33377 \series default
33378  The default is
33379 \end_layout
33380
33381 \begin_layout Standard
33382
33383 \series bold
33384
33385 \backslash
33386 renewcommand*{
33387 \backslash
33388 raggedleftmarginnote}{
33389 \backslash
33390 raggedleft}
33391 \begin_inset Newline newline
33392 \end_inset
33393
33394
33395 \backslash
33396 renewcommand*{
33397 \backslash
33398 raggedrightmarginnote}{
33399 \backslash
33400 raggedright}
33401 \family roman
33402 \series medium
33403
33404 \begin_inset ERT
33405 status collapsed
33406
33407 \begin_layout Plain Layout
33408
33409
33410 \backslash
33411 renewcommand*{
33412 \backslash
33413 raggedleftmarginnote}{
33414 \backslash
33415 raggedleft}
33416 \end_layout
33417
33418 \begin_layout Plain Layout
33419
33420
33421 \backslash
33422 renewcommand*{
33423 \backslash
33424 raggedrightmarginnote}{
33425 \backslash
33426 raggedright}
33427 \end_layout
33428
33429 \end_inset
33430
33431
33432 \end_layout
33433
33434 \begin_layout Standard
33435 \begin_inset VSpace medskip
33436 \end_inset
33437
33438 For the other features of 
33439 \series bold
33440 marginnote
33441 \series default
33442  refer to its documentation 
33443 \begin_inset CommandInset citation
33444 LatexCommand cite
33445 key "marginnote"
33446 literal "true"
33447
33448 \end_inset
33449
33450 .
33451 \end_layout
33452
33453 \begin_layout Standard
33454 \begin_inset VSpace bigskip
33455 \end_inset
33456
33457 You can adjust the layout of margin notes by changing its definition.
33458  To create for example a header for all margin notes with the underlined,
33459  sans-serif, and bold header text 
33460 \begin_inset Quotes eld
33461 \end_inset
33462
33463
33464 \family sans
33465 \series bold
33466 \bar under
33467 Attention!
33468 \family default
33469 \series default
33470 \bar default
33471
33472 \begin_inset Quotes erd
33473 \end_inset
33474
33475 , add this to your document preamble:
33476 \end_layout
33477
33478 \begin_layout Standard
33479
33480 \series bold
33481
33482 \backslash
33483 let
33484 \backslash
33485 myMarginpar
33486 \backslash
33487 marginpar
33488 \begin_inset Newline newline
33489 \end_inset
33490
33491
33492 \backslash
33493 renewcommand{
33494 \backslash
33495 marginpar}[1]{
33496 \backslash
33497 myMarginpar{%
33498 \begin_inset Newline newline
33499 \end_inset
33500
33501
33502 \begin_inset Phantom HPhantom
33503 status open
33504
33505 \begin_layout Plain Layout
33506
33507 \series bold
33508 \begin_inset space ~
33509 \end_inset
33510
33511
33512 \end_layout
33513
33514 \end_inset
33515
33516
33517 \backslash
33518 hspace{0pt}
33519 \backslash
33520 textsf{
33521 \backslash
33522 textbf{
33523 \backslash
33524 underbar{Attention!}}}%
33525 \begin_inset Newline newline
33526 \end_inset
33527
33528
33529 \begin_inset Phantom HPhantom
33530 status open
33531
33532 \begin_layout Plain Layout
33533
33534 \series bold
33535 \begin_inset space ~
33536 \end_inset
33537
33538
33539 \end_layout
33540
33541 \end_inset
33542
33543
33544 \backslash
33545 vspace{1.5mm}
33546 \backslash
33547
33548 \backslash
33549 #1}}
33550 \end_layout
33551
33552 \begin_layout Standard
33553
33554 \family roman
33555 \series medium
33556 \begin_inset ERT
33557 status collapsed
33558
33559 \begin_layout Plain Layout
33560
33561
33562 \backslash
33563 let
33564 \backslash
33565 myMarginpar
33566 \backslash
33567 marginpar
33568 \end_layout
33569
33570 \begin_layout Plain Layout
33571
33572
33573 \backslash
33574 renewcommand{
33575 \backslash
33576 marginpar}[1]{
33577 \backslash
33578 myMarginpar{%
33579 \end_layout
33580
33581 \begin_layout Plain Layout
33582
33583    
33584 \backslash
33585 textsf{
33586 \backslash
33587 textbf{
33588 \backslash
33589 underbar{Attention!}}}%
33590 \end_layout
33591
33592 \begin_layout Plain Layout
33593
33594    
33595 \backslash
33596 vspace{1.5mm}
33597 \backslash
33598
33599 \backslash
33600 #1}}
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \begin_inset Marginal
33607 status open
33608
33609 \begin_layout Plain Layout
33610 This is a margin note with a defined heading.
33611 \end_layout
33612
33613 \end_inset
33614
33615
33616 \family default
33617 \series default
33618
33619 \begin_inset ERT
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623
33624 [-1.5cm]
33625 \end_layout
33626
33627 \end_inset
33628
33629
33630 \family roman
33631 \series medium
33632
33633 \begin_inset ERT
33634 status collapsed
33635
33636 \begin_layout Plain Layout
33637
33638
33639 \backslash
33640 renewcommand{
33641 \backslash
33642 marginpar}[1]{
33643 \backslash
33644 myMarginpar{#1}}
33645 \end_layout
33646
33647 \end_inset
33648
33649
33650 \family default
33651 \series default
33652
33653 \begin_inset Note Note
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657 The margin note format is changed only for this example.
33658 \end_layout
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \begin_layout Standard
33666 \begin_inset ERT
33667 status collapsed
33668
33669 \begin_layout Plain Layout
33670
33671
33672 \backslash
33673 else
33674 \end_layout
33675
33676 \end_inset
33677
33678
33679 \begin_inset Note Note
33680 status open
33681
33682 \begin_layout Plain Layout
33683 The following will be displayed when the \SpecialChar LaTeX
33684 -package 
33685 \series bold
33686 marginnote
33687 \series default
33688  is not installed:
33689 \end_layout
33690
33691 \end_inset
33692
33693
33694 \end_layout
33695
33696 \begin_layout Standard
33697 You need to install the \SpecialChar LaTeX
33698 -package 
33699 \series bold
33700 marginnote
33701 \series default
33702  to see the following part of this section in the output.
33703 \end_layout
33704
33705 \begin_layout Standard
33706 \begin_inset ERT
33707 status collapsed
33708
33709 \begin_layout Plain Layout
33710
33711
33712 \backslash
33713 fi
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \end_layout
33720
33721 \begin_layout Chapter
33722 Boxes
33723 \end_layout
33724
33725 \begin_layout Section
33726 Introduction
33727 \begin_inset Index idx
33728 status collapsed
33729
33730 \begin_layout Plain Layout
33731 Boxes ! Introduction
33732 \end_layout
33733
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \begin_layout Standard
33740 Boxes are used to format a block of text.
33741  Boxes can be used to write documents with multiple languages, see section
33742 \begin_inset space ~
33743 \end_inset
33744
33745
33746 \begin_inset CommandInset ref
33747 LatexCommand ref
33748 reference "sec:Minipages"
33749
33750 \end_inset
33751
33752 , to frame texts, see section
33753 \begin_inset space ~
33754 \end_inset
33755
33756
33757 \begin_inset CommandInset ref
33758 LatexCommand ref
33759 reference "sec:Decoration"
33760
33761 \end_inset
33762
33763 , to prevent words from being hyphenated, see section
33764 \begin_inset space ~
33765 \end_inset
33766
33767
33768 \begin_inset CommandInset ref
33769 LatexCommand ref
33770 reference "sec:Prevent-Hyphenation"
33771
33772 \end_inset
33773
33774 , to align text, see section
33775 \begin_inset space ~
33776 \end_inset
33777
33778
33779 \begin_inset CommandInset ref
33780 LatexCommand ref
33781 reference "subsec:Vertical-Alignment"
33782
33783 \end_inset
33784
33785 , or to set the background color of texts, see section
33786 \begin_inset space ~
33787 \end_inset
33788
33789
33790 \begin_inset CommandInset ref
33791 LatexCommand ref
33792 reference "sec:Colored-Boxes"
33793
33794 \end_inset
33795
33796 .
33797 \end_layout
33798
33799 \begin_layout Standard
33800 Boxes can be inserted with the menu 
33801 \family sans
33802 Insert\SpecialChar menuseparator
33803 Box
33804 \family default
33805  or the toolbar button 
33806 \begin_inset Info
33807 type  "icon"
33808 arg   "box-insert Frameless"
33809 \end_inset
33810
33811 .
33812  A grey box with the label 
33813 \family sans
33814 Box (Minipage)
33815 \family default
33816
33817 \begin_inset Graphics
33818         filename clipart/BoxInsetDefault.png
33819         scale 95
33820         scaleBeforeRotation
33821
33822 \end_inset
33823
33824  will be inserted.
33825  The box type can be specified by right-clicking on the box and selecting
33826  
33827 \family sans
33828 Settings
33829 \family default
33830 .
33831  The box dialog offers the 
33832 \family sans
33833 Inner
33834 \begin_inset space ~
33835 \end_inset
33836
33837 Box
33838 \family default
33839  types 
33840 \family sans
33841 Makebox
33842 \family default
33843
33844 \family sans
33845 Parbox
33846 \family default
33847  and 
33848 \family sans
33849 Minipage
33850 \family default
33851 .
33852  The type 
33853 \family sans
33854 Minipage
33855 \family default
33856  is the default for new boxes and is explained in section
33857 \begin_inset space ~
33858 \end_inset
33859
33860
33861 \begin_inset CommandInset ref
33862 LatexCommand ref
33863 reference "sec:Minipages"
33864
33865 \end_inset
33866
33867 ; the type 
33868 \family sans
33869 Parbox
33870 \family default
33871  is described in section
33872 \begin_inset space ~
33873 \end_inset
33874
33875
33876 \begin_inset CommandInset ref
33877 LatexCommand ref
33878 reference "sec:Parboxes"
33879
33880 \end_inset
33881
33882  and the type 
33883 \family sans
33884 Makebox
33885 \family default
33886  in 
33887 \begin_inset CommandInset ref
33888 LatexCommand ref
33889 reference "sec:Prevent-Hyphenation"
33890
33891 \end_inset
33892
33893 .
33894 \end_layout
33895
33896 \begin_layout Standard
33897 Boxes are not numbered and can therefore not be referenced like floats or
33898  footnotes.
33899 \end_layout
33900
33901 \begin_layout Standard
33902 \begin_inset Note Greyedout
33903 status open
33904
33905 \begin_layout Plain Layout
33906
33907 \series bold
33908 Note:
33909 \series default
33910  Boxes must not be the item in an 
33911 \family sans
33912 Itemize
33913 \family default
33914  or 
33915 \family sans
33916 Description
33917 \family default
33918  environment.
33919 \end_layout
33920
33921 \end_inset
33922
33923
33924 \end_layout
33925
33926 \begin_layout Standard
33927 \begin_inset Note Greyedout
33928 status open
33929
33930 \begin_layout Plain Layout
33931
33932 \series bold
33933 Note:
33934 \series default
33935  For an unknown reason you can only set the 
33936 \family sans
33937 Inner
33938 \begin_inset space ~
33939 \end_inset
33940
33941 Box
33942 \family default
33943  type to 
33944 \family sans
33945 None
33946 \family default
33947  when you use a framed box.
33948  Boxes without an 
33949 \family sans
33950 Inner
33951 \begin_inset space ~
33952 \end_inset
33953
33954 Box
33955 \family default
33956  type and without frames are explained in section
33957 \begin_inset space ~
33958 \end_inset
33959
33960
33961 \begin_inset CommandInset ref
33962 LatexCommand ref
33963 reference "sec:Prevent-Hyphenation"
33964
33965 \end_inset
33966
33967 .
33968 \end_layout
33969
33970 \end_inset
33971
33972
33973 \end_layout
33974
33975 \begin_layout Section
33976 Box Dialog
33977 \begin_inset CommandInset label
33978 LatexCommand label
33979 name "sec:Box-Dialog"
33980
33981 \end_inset
33982
33983
33984 \begin_inset Index idx
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988 Boxes ! Box Dialog
33989 \end_layout
33990
33991 \end_inset
33992
33993
33994 \end_layout
33995
33996 \begin_layout Subsection
33997 Size
33998 \begin_inset Index idx
33999 status collapsed
34000
34001 \begin_layout Plain Layout
34002 Boxes ! Size
34003 \end_layout
34004
34005 \end_inset
34006
34007
34008 \end_layout
34009
34010 \begin_layout Standard
34011 In the box dialog you can adjust the box geometry in the fields 
34012 \family sans
34013 Width
34014 \family default
34015  and 
34016 \family sans
34017 Height
34018 \family default
34019 .
34020  The available units for the geometry are explained in Table
34021 \begin_inset space ~
34022 \end_inset
34023
34024
34025 \begin_inset CommandInset ref
34026 LatexCommand ref
34027 reference "tab:Units"
34028
34029 \end_inset
34030
34031 .
34032  The field 
34033 \family sans
34034 Height
34035 \family default
34036  offers the following additional sizes:
34037 \end_layout
34038
34039 \begin_layout Description
34040 Depth This is the plain text 
34041 \begin_inset Quotes eld
34042 \end_inset
34043
34044 height
34045 \begin_inset Quotes erd
34046 \end_inset
34047
34048 .
34049  It ignores the total depth when there are multiple text lines in the box:
34050 \begin_inset Newline newline
34051 \end_inset
34052
34053
34054 \begin_inset Newline newline
34055 \end_inset
34056
34057
34058 \begin_inset Newline newline
34059 \end_inset
34060
34061
34062 \begin_inset Box Boxed
34063 position "c"
34064 hor_pos "c"
34065 has_inner_box 1
34066 inner_pos "c"
34067 use_parbox 0
34068 use_makebox 0
34069 width "12col%"
34070 special "none"
34071 height "1in"
34072 height_special "depth"
34073 thickness "0.4pt"
34074 separation "3pt"
34075 shadowsize "4pt"
34076 framecolor "black"
34077 backgroundcolor "none"
34078 status collapsed
34079
34080 \begin_layout Plain Layout
34081 \align center
34082 Box height set to 1
34083 \begin_inset space \thinspace{}
34084 \end_inset
34085
34086 Depth
34087 \end_layout
34088
34089 \end_inset
34090
34091
34092 \begin_inset Newline newline
34093 \end_inset
34094
34095
34096 \begin_inset Newline newline
34097 \end_inset
34098
34099
34100 \end_layout
34101
34102 \begin_layout Description
34103 Height This is the height of the text that is inside the box.
34104  A value of e.
34105 \begin_inset space \thinspace{}
34106 \end_inset
34107
34108 g.
34109 \begin_inset space \space{}
34110 \end_inset
34111
34112 2 for this size will set the box height to 2
34113 \begin_inset space ~
34114 \end_inset
34115
34116 times the text height: 
34117 \begin_inset Box Boxed
34118 position "c"
34119 hor_pos "c"
34120 has_inner_box 1
34121 inner_pos "c"
34122 use_parbox 0
34123 use_makebox 0
34124 width "20col%"
34125 special "none"
34126 height "2in"
34127 height_special "height"
34128 thickness "0.4pt"
34129 separation "3pt"
34130 shadowsize "4pt"
34131 framecolor "black"
34132 backgroundcolor "none"
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136 \align center
34137 Box height set to 2
34138 \begin_inset space \thinspace{}
34139 \end_inset
34140
34141 Height
34142 \end_layout
34143
34144 \end_inset
34145
34146
34147 \end_layout
34148
34149 \begin_layout Description
34150 Total
34151 \begin_inset space ~
34152 \end_inset
34153
34154 Height This is the Height
34155 \begin_inset space \thinspace{}
34156 \end_inset
34157
34158 +
34159 \begin_inset space \thinspace{}
34160 \end_inset
34161
34162 Depth: 
34163 \begin_inset Box Boxed
34164 position "c"
34165 hor_pos "c"
34166 has_inner_box 1
34167 inner_pos "c"
34168 use_parbox 0
34169 use_makebox 0
34170 width "20col%"
34171 special "none"
34172 height "1in"
34173 height_special "totalheight"
34174 thickness "0.4pt"
34175 separation "3pt"
34176 shadowsize "4pt"
34177 framecolor "black"
34178 backgroundcolor "none"
34179 status collapsed
34180
34181 \begin_layout Plain Layout
34182 \align center
34183 Box height set to 1
34184 \begin_inset space \thinspace{}
34185 \end_inset
34186
34187 Total
34188 \begin_inset space ~
34189 \end_inset
34190
34191 Height
34192 \end_layout
34193
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \begin_layout Description
34200 Width This sets the width of the box as height: 
34201 \begin_inset Box Boxed
34202 position "c"
34203 hor_pos "c"
34204 has_inner_box 1
34205 inner_pos "c"
34206 use_parbox 0
34207 use_makebox 0
34208 width "12col%"
34209 special "none"
34210 height "1in"
34211 height_special "width"
34212 thickness "0.4pt"
34213 separation "3pt"
34214 shadowsize "4pt"
34215 framecolor "black"
34216 backgroundcolor "none"
34217 status collapsed
34218
34219 \begin_layout Plain Layout
34220 \align center
34221 Box height set to 1
34222 \begin_inset space \thinspace{}
34223 \end_inset
34224
34225 Width
34226 \end_layout
34227
34228 \end_inset
34229
34230
34231 \end_layout
34232
34233 \begin_layout Subsection
34234 Alignment
34235 \begin_inset Index idx
34236 status collapsed
34237
34238 \begin_layout Plain Layout
34239 Boxes ! Alignment
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Standard
34248 When you have chosen an 
34249 \family sans
34250 Inner
34251 \begin_inset space ~
34252 \end_inset
34253
34254 Box
34255 \family default
34256 , the vertical box alignment can be:
34257 \end_layout
34258
34259 \begin_layout Description
34260 Top This is an example text line.
34261  
34262 \begin_inset Box Boxed
34263 position "t"
34264 hor_pos "c"
34265 has_inner_box 1
34266 inner_pos "c"
34267 use_parbox 0
34268 use_makebox 0
34269 width "12col%"
34270 special "none"
34271 height "1in"
34272 height_special "totalheight"
34273 thickness "0.4pt"
34274 separation "3pt"
34275 shadowsize "4pt"
34276 framecolor "black"
34277 backgroundcolor "none"
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281 \align center
34282 This box is top-aligned.
34283 \end_layout
34284
34285 \end_inset
34286
34287  This is an example text line.
34288 \end_layout
34289
34290 \begin_layout Description
34291 Middle This is an example text line.
34292  
34293 \begin_inset Box Boxed
34294 position "c"
34295 hor_pos "c"
34296 has_inner_box 1
34297 inner_pos "c"
34298 use_parbox 0
34299 use_makebox 0
34300 width "12col%"
34301 special "none"
34302 height "1in"
34303 height_special "totalheight"
34304 thickness "0.4pt"
34305 separation "3pt"
34306 shadowsize "4pt"
34307 framecolor "black"
34308 backgroundcolor "none"
34309 status collapsed
34310
34311 \begin_layout Plain Layout
34312 \align center
34313 This box is middle-aligned.
34314 \end_layout
34315
34316 \end_inset
34317
34318  This is an example text line.
34319 \end_layout
34320
34321 \begin_layout Description
34322 Bottom This is an example text line.
34323  
34324 \begin_inset Box Boxed
34325 position "b"
34326 hor_pos "c"
34327 has_inner_box 1
34328 inner_pos "c"
34329 use_parbox 0
34330 use_makebox 0
34331 width "12col%"
34332 special "none"
34333 height "1in"
34334 height_special "totalheight"
34335 thickness "0.4pt"
34336 separation "3pt"
34337 shadowsize "4pt"
34338 framecolor "black"
34339 backgroundcolor "none"
34340 status collapsed
34341
34342 \begin_layout Plain Layout
34343 \align center
34344 This box is bottom-aligned.
34345 \end_layout
34346
34347 \end_inset
34348
34349  This is an example text line.
34350 \end_layout
34351
34352 \begin_layout Standard
34353 \begin_inset Note Greyedout
34354 status open
34355
34356 \begin_layout Plain Layout
34357
34358 \series bold
34359 Note:
34360 \series default
34361  The vertical box alignment can be lost in the output when you have two
34362  boxes in a line and one has e.
34363 \begin_inset space \thinspace{}
34364 \end_inset
34365
34366 g.
34367 \begin_inset space \space{}
34368 \end_inset
34369
34370 a shadow and the other one not.
34371 \end_layout
34372
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \begin_layout Standard
34379 The horizontal box alignment can be set via \SpecialChar LyX
34380 's paragraph dialog when you
34381  set the box into its own paragraph.
34382 \end_layout
34383
34384 \begin_layout Standard
34385 \begin_inset VSpace bigskip
34386 \end_inset
34387
34388 When you have chosen an 
34389 \family sans
34390 Inner
34391 \begin_inset space ~
34392 \end_inset
34393
34394 Box
34395 \family default
34396 , the box content can be aligned vertically to:
34397 \end_layout
34398
34399 \begin_layout Description
34400 top This is an example text line.
34401  
34402 \begin_inset Box Boxed
34403 position "c"
34404 hor_pos "c"
34405 has_inner_box 1
34406 inner_pos "t"
34407 use_parbox 0
34408 use_makebox 0
34409 width "12col%"
34410 special "none"
34411 height "1.5in"
34412 height_special "totalheight"
34413 thickness "0.4pt"
34414 separation "3pt"
34415 shadowsize "4pt"
34416 framecolor "black"
34417 backgroundcolor "none"
34418 status collapsed
34419
34420 \begin_layout Plain Layout
34421 \align center
34422 This box text is top-aligned.
34423 \end_layout
34424
34425 \end_inset
34426
34427  This is an example text line.
34428 \end_layout
34429
34430 \begin_layout Description
34431 middle This is an example text line.
34432  
34433 \begin_inset Box Boxed
34434 position "c"
34435 hor_pos "c"
34436 has_inner_box 1
34437 inner_pos "c"
34438 use_parbox 0
34439 use_makebox 0
34440 width "12col%"
34441 special "none"
34442 height "1.5in"
34443 height_special "totalheight"
34444 thickness "0.4pt"
34445 separation "3pt"
34446 shadowsize "4pt"
34447 framecolor "black"
34448 backgroundcolor "none"
34449 status collapsed
34450
34451 \begin_layout Plain Layout
34452 \align center
34453 This box text is middle-aligned.
34454 \end_layout
34455
34456 \end_inset
34457
34458  This is an example text line.
34459 \end_layout
34460
34461 \begin_layout Description
34462 bottom This is an example text line.
34463  
34464 \begin_inset Box Boxed
34465 position "c"
34466 hor_pos "c"
34467 has_inner_box 1
34468 inner_pos "b"
34469 use_parbox 0
34470 use_makebox 0
34471 width "12col%"
34472 special "none"
34473 height "1.5in"
34474 height_special "totalheight"
34475 thickness "0.4pt"
34476 separation "3pt"
34477 shadowsize "4pt"
34478 framecolor "black"
34479 backgroundcolor "none"
34480 status collapsed
34481
34482 \begin_layout Plain Layout
34483 \align center
34484 This box text is bottom-aligned.
34485 \end_layout
34486
34487 \end_inset
34488
34489  This is an example text line.
34490 \end_layout
34491
34492 \begin_layout Description
34493 stretch This is an example text line.
34494  
34495 \begin_inset Box Boxed
34496 position "c"
34497 hor_pos "c"
34498 has_inner_box 1
34499 inner_pos "s"
34500 use_parbox 0
34501 use_makebox 0
34502 width "12col%"
34503 special "none"
34504 height "1.5in"
34505 height_special "totalheight"
34506 thickness "0.4pt"
34507 separation "3pt"
34508 shadowsize "4pt"
34509 framecolor "black"
34510 backgroundcolor "none"
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514 \align center
34515 This box
34516 \end_layout
34517
34518 \begin_layout Plain Layout
34519 \align center
34520 text is
34521 \end_layout
34522
34523 \begin_layout Plain Layout
34524 \align center
34525 stretched.
34526 \end_layout
34527
34528 \end_inset
34529
34530  This is an example text line.
34531 \end_layout
34532
34533 \begin_layout Standard
34534 To stretch the box content, it must consist of more than one paragraph.
34535  In the example above every text line is in an own paragraph.
34536 \end_layout
34537
34538 \begin_layout Standard
34539 \begin_inset VSpace bigskip
34540 \end_inset
34541
34542 To align the box content horizontally you can use \SpecialChar LyX
34543 's paragraph dialog when
34544  you have chosen an 
34545 \family sans
34546 Inner
34547 \begin_inset space ~
34548 \end_inset
34549
34550 Box
34551 \family default
34552 .
34553 \end_layout
34554
34555 \begin_layout Standard
34556 \align center
34557 \begin_inset Box Boxed
34558 position "c"
34559 hor_pos "c"
34560 has_inner_box 1
34561 inner_pos "s"
34562 use_parbox 0
34563 use_makebox 0
34564 width "15col%"
34565 special "none"
34566 height "1.25in"
34567 height_special "totalheight"
34568 thickness "0.4pt"
34569 separation "3pt"
34570 shadowsize "4pt"
34571 framecolor "black"
34572 backgroundcolor "none"
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576 \align left
34577 This box
34578 \end_layout
34579
34580 \begin_layout Plain Layout
34581 \align center
34582 text is
34583 \end_layout
34584
34585 \begin_layout Plain Layout
34586 \align right
34587 stretched.
34588 \end_layout
34589
34590 \end_inset
34591
34592
34593 \end_layout
34594
34595 \begin_layout Standard
34596 If you have not set an 
34597 \family sans
34598 Inner
34599 \begin_inset space ~
34600 \end_inset
34601
34602 Box
34603 \family default
34604 , you can align the box content horizontally in the box dialog.
34605 \end_layout
34606
34607 \begin_layout Standard
34608 \align center
34609 \begin_inset Box Boxed
34610 position "c"
34611 hor_pos "s"
34612 has_inner_box 0
34613 inner_pos "s"
34614 use_parbox 0
34615 use_makebox 0
34616 width "90col%"
34617 special "none"
34618 height "1.25in"
34619 height_special "totalheight"
34620 thickness "0.4pt"
34621 separation "3pt"
34622 shadowsize "4pt"
34623 framecolor "black"
34624 backgroundcolor "none"
34625 status collapsed
34626
34627 \begin_layout Plain Layout
34628 This box text is horizontally stretched.
34629 \end_layout
34630
34631 \end_inset
34632
34633
34634 \end_layout
34635
34636 \begin_layout Subsection
34637 Decoration
34638 \begin_inset CommandInset label
34639 LatexCommand label
34640 name "sec:Decoration"
34641
34642 \end_inset
34643
34644
34645 \begin_inset Index idx
34646 status collapsed
34647
34648 \begin_layout Plain Layout
34649 Boxes ! Decoration
34650 \end_layout
34651
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \begin_layout Standard
34658 The type of the box can be specified in the box dialog in the drop-down
34659  list 
34660 \family sans
34661 Decoration
34662 \family default
34663 .
34664  The following types are possible:
34665 \end_layout
34666
34667 \begin_layout Description
34668 No
34669 \begin_inset space ~
34670 \end_inset
34671
34672 frame Nothing is drawn.
34673 \end_layout
34674
34675 \begin_layout Description
34676 Simple
34677 \begin_inset space ~
34678 \end_inset
34679
34680 rectangular
34681 \begin_inset space ~
34682 \end_inset
34683
34684 frame This draws a rectangular frame around the box.
34685  The frame line thickness can be specified.
34686  
34687 \begin_inset Box Boxed
34688 position "c"
34689 hor_pos "c"
34690 has_inner_box 1
34691 inner_pos "c"
34692 use_parbox 0
34693 use_makebox 0
34694 width "20col%"
34695 special "none"
34696 height "1in"
34697 height_special "totalheight"
34698 thickness "0.4pt"
34699 separation "3pt"
34700 shadowsize "4pt"
34701 framecolor "black"
34702 backgroundcolor "none"
34703 status collapsed
34704
34705 \begin_layout Plain Layout
34706 \align center
34707 Rectangular box
34708 \end_layout
34709
34710 \end_inset
34711
34712
34713 \end_layout
34714
34715 \begin_layout Description
34716 Oval
34717 \begin_inset space ~
34718 \end_inset
34719
34720 box,
34721 \begin_inset space ~
34722 \end_inset
34723
34724 thin This draws an oval frame around the box.
34725  The frame line thickness has the size 0.4
34726 \begin_inset space \thinspace{}
34727 \end_inset
34728
34729 pt.
34730  
34731 \begin_inset Box ovalbox
34732 position "c"
34733 hor_pos "c"
34734 has_inner_box 1
34735 inner_pos "c"
34736 use_parbox 0
34737 use_makebox 0
34738 width "20col%"
34739 special "none"
34740 height "1in"
34741 height_special "totalheight"
34742 thickness "0.4pt"
34743 separation "3pt"
34744 shadowsize "4pt"
34745 framecolor "black"
34746 backgroundcolor "none"
34747 status collapsed
34748
34749 \begin_layout Plain Layout
34750 \align center
34751 Oval box, thin
34752 \end_layout
34753
34754 \end_inset
34755
34756
34757 \end_layout
34758
34759 \begin_layout Description
34760 Oval
34761 \begin_inset space ~
34762 \end_inset
34763
34764 box,
34765 \begin_inset space ~
34766 \end_inset
34767
34768 thick This draws an oval frame around the box.
34769  The frame line thickness has the size 0.8
34770 \begin_inset space \thinspace{}
34771 \end_inset
34772
34773 pt.
34774  
34775 \begin_inset Box Ovalbox
34776 position "c"
34777 hor_pos "c"
34778 has_inner_box 1
34779 inner_pos "c"
34780 use_parbox 0
34781 use_makebox 0
34782 width "20col%"
34783 special "none"
34784 height "1in"
34785 height_special "totalheight"
34786 thickness "0.4pt"
34787 separation "3pt"
34788 shadowsize "4pt"
34789 framecolor "black"
34790 backgroundcolor "none"
34791 status collapsed
34792
34793 \begin_layout Plain Layout
34794 \align center
34795 Oval box, thick
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \end_layout
34802
34803 \begin_layout Description
34804 Drop
34805 \begin_inset space ~
34806 \end_inset
34807
34808 shadow This draws a rectangular frame with a shadow around the box.
34809  The frame line thickness and the shadow can be specified.
34810  
34811 \begin_inset Box Shadowbox
34812 position "c"
34813 hor_pos "c"
34814 has_inner_box 1
34815 inner_pos "c"
34816 use_parbox 0
34817 use_makebox 0
34818 width "20col%"
34819 special "none"
34820 height "1in"
34821 height_special "totalheight"
34822 thickness "0.4pt"
34823 separation "3pt"
34824 shadowsize "4pt"
34825 framecolor "black"
34826 backgroundcolor "none"
34827 status collapsed
34828
34829 \begin_layout Plain Layout
34830 \align center
34831 Shadow box
34832 \end_layout
34833
34834 \end_inset
34835
34836
34837 \end_layout
34838
34839 \begin_layout Description
34840 Shaded
34841 \begin_inset space ~
34842 \end_inset
34843
34844 background This draws a box with a red background.
34845  Unlike colored boxes
34846 \begin_inset Foot
34847 status collapsed
34848
34849 \begin_layout Plain Layout
34850 see sec.
34851 \begin_inset space \thinspace{}
34852 \end_inset
34853
34854
34855 \begin_inset CommandInset ref
34856 LatexCommand ref
34857 reference "sec:Colored-Boxes"
34858
34859 \end_inset
34860
34861
34862 \end_layout
34863
34864 \end_inset
34865
34866 , it always uses the whole column width and the box is set as its own paragraph.
34867  
34868 \begin_inset Box Shaded
34869 position "t"
34870 hor_pos "c"
34871 has_inner_box 0
34872 inner_pos "t"
34873 use_parbox 0
34874 use_makebox 0
34875 width "50col%"
34876 special "none"
34877 height "1in"
34878 height_special "totalheight"
34879 thickness "0.4pt"
34880 separation "3pt"
34881 shadowsize "4pt"
34882 framecolor "black"
34883 backgroundcolor "none"
34884 status collapsed
34885
34886 \begin_layout Plain Layout
34887 Shaded background box
34888 \end_layout
34889
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \begin_layout Description
34896 Double
34897 \begin_inset space ~
34898 \end_inset
34899
34900 rectangular
34901 \begin_inset space ~
34902 \end_inset
34903
34904 frame This draws a double-line rectangular frame around the box.
34905  The line thickness of the inner frame is 0.75
34906 \begin_inset space \thinspace{}
34907 \end_inset
34908
34909 line
34910 \begin_inset space ~
34911 \end_inset
34912
34913 thickness, the thickness of the outer frame is 1.5
34914 \begin_inset space \thinspace{}
34915 \end_inset
34916
34917 line
34918 \begin_inset space ~
34919 \end_inset
34920
34921 thickness.
34922  The distance between the lines is 1.5
34923 \begin_inset space \thinspace{}
34924 \end_inset
34925
34926 line
34927 \begin_inset space ~
34928 \end_inset
34929
34930 thickness
34931 \begin_inset space \thinspace{}
34932 \end_inset
34933
34934 +
34935 \begin_inset space \thinspace{}
34936 \end_inset
34937
34938 0.5
34939 \begin_inset space \thinspace{}
34940 \end_inset
34941
34942 pt.
34943  
34944 \begin_inset Box Doublebox
34945 position "c"
34946 hor_pos "c"
34947 has_inner_box 1
34948 inner_pos "c"
34949 use_parbox 0
34950 use_makebox 0
34951 width "20col%"
34952 special "none"
34953 height "1in"
34954 height_special "totalheight"
34955 thickness "0.4pt"
34956 separation "3pt"
34957 shadowsize "4pt"
34958 framecolor "black"
34959 backgroundcolor "none"
34960 status collapsed
34961
34962 \begin_layout Plain Layout
34963 \align center
34964 Double rectangular box
34965 \end_layout
34966
34967 \end_inset
34968
34969
34970 \end_layout
34971
34972 \begin_layout Standard
34973 \begin_inset VSpace bigskip
34974 \end_inset
34975
34976 \SpecialChar LyX
34977 's box label will reflect the different frame types.
34978  To be able to use all types, the \SpecialChar LaTeX
34979 -package 
34980 \series bold
34981 fancybox
34982 \series default
34983
34984 \begin_inset Index idx
34985 status collapsed
34986
34987 \begin_layout Plain Layout
34988 \SpecialChar LaTeX
34989 -packages ! fancybox
34990 \end_layout
34991
34992 \end_inset
34993
34994  must be installed.
34995 \end_layout
34996
34997 \begin_layout Standard
34998 \begin_inset VSpace bigskip
34999 \end_inset
35000
35001 When you use the decoration 
35002 \family sans
35003 simple rectangular frame
35004 \family default
35005  and no inner box, you can allow page breaks within a box.
35006  Note that then, unlike other framed boxes, the frame always uses the whole
35007  column width and the box is set as its own paragraph: 
35008 \begin_inset Box Framed
35009 position "t"
35010 hor_pos "c"
35011 has_inner_box 0
35012 inner_pos "t"
35013 use_parbox 0
35014 use_makebox 0
35015 width "100col%"
35016 special "none"
35017 height "1in"
35018 height_special "totalheight"
35019 thickness "0.4pt"
35020 separation "3pt"
35021 shadowsize "4pt"
35022 framecolor "black"
35023 backgroundcolor "none"
35024 status collapsed
35025
35026 \begin_layout Plain Layout
35027 Allow page break box
35028 \end_layout
35029
35030 \end_inset
35031
35032
35033 \end_layout
35034
35035 \begin_layout Section
35036 Box Customization
35037 \begin_inset Index idx
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041 Boxes ! Customization
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \begin_layout Standard
35050 The diameter of the round corners of the oval boxes can be set with the
35051  command 
35052 \series bold
35053
35054 \backslash
35055 cornersize
35056 \series default
35057 .
35058  The command
35059 \end_layout
35060
35061 \begin_layout Standard
35062
35063 \series bold
35064
35065 \backslash
35066 cornersize*{1cm}
35067 \end_layout
35068
35069 \begin_layout Standard
35070 sets the diameter to 1
35071 \begin_inset space \thinspace{}
35072 \end_inset
35073
35074 cm.
35075  The command
35076 \end_layout
35077
35078 \begin_layout Standard
35079
35080 \series bold
35081
35082 \backslash
35083 cornersize{num}
35084 \end_layout
35085
35086 \begin_layout Standard
35087 sets the diameter to 
35088 \family sans
35089 num
35090 \begin_inset space \thinspace{}
35091 \end_inset
35092
35093 ×
35094 \begin_inset space \thinspace{}
35095 \end_inset
35096
35097 minimum(width and height of box)
35098 \family default
35099 .
35100  The default is 
35101 \series bold
35102
35103 \backslash
35104 cornersize{0.5}
35105 \series default
35106 .
35107 \end_layout
35108
35109 \begin_layout Standard
35110 \begin_inset ERT
35111 status collapsed
35112
35113 \begin_layout Plain Layout
35114
35115
35116 \backslash
35117 cornersize*{1.5cm}
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \begin_inset Box Ovalbox
35124 position "c"
35125 hor_pos "c"
35126 has_inner_box 1
35127 inner_pos "c"
35128 use_parbox 0
35129 use_makebox 0
35130 width "25col%"
35131 special "none"
35132 height "1in"
35133 height_special "totalheight"
35134 thickness "0.4pt"
35135 separation "3pt"
35136 shadowsize "4pt"
35137 framecolor "black"
35138 backgroundcolor "none"
35139 status open
35140
35141 \begin_layout Plain Layout
35142 \align center
35143 Oval box with 
35144 \series bold
35145
35146 \backslash
35147 cornersize
35148 \series default
35149
35150 \begin_inset space \thinspace{}
35151 \end_inset
35152
35153 =
35154 \begin_inset space \thinspace{}
35155 \end_inset
35156
35157 1.5
35158 \begin_inset space \thinspace{}
35159 \end_inset
35160
35161 cm
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \begin_inset ERT
35168 status collapsed
35169
35170 \begin_layout Plain Layout
35171
35172
35173 \backslash
35174 cornersize{0.5}
35175 \end_layout
35176
35177 \end_inset
35178
35179
35180 \end_layout
35181
35182 \begin_layout Standard
35183 \begin_inset VSpace bigskip
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \begin_layout Standard
35190 The default background color red of 
35191 \family sans
35192 shaded background
35193 \family default
35194  boxes can either be changed locally with the command 
35195 \series bold
35196
35197 \backslash
35198 definecolor{shadecolor}
35199 \series default
35200  or globally with the menu 
35201 \family sans
35202 Tools\SpecialChar menuseparator
35203 Preferences\SpecialChar menuseparator
35204 Colors\SpecialChar menuseparator
35205 shaded
35206 \begin_inset space ~
35207 \end_inset
35208
35209 box
35210 \family default
35211 .
35212  The scheme of the 
35213 \series bold
35214
35215 \backslash
35216 definecolor
35217 \series default
35218  command is explained in section
35219 \begin_inset space ~
35220 \end_inset
35221
35222
35223 \begin_inset CommandInset ref
35224 LatexCommand ref
35225 reference "sec:Colored-Tables"
35226
35227 \end_inset
35228
35229 .
35230 \begin_inset Foot
35231 status collapsed
35232
35233 \begin_layout Plain Layout
35234 Note that 
35235 \series bold
35236
35237 \backslash
35238 definecolor
35239 \series default
35240  requires the \SpecialChar LaTeX
35241 -package 
35242 \series bold
35243 color
35244 \series default
35245  in the preamble, see section
35246 \begin_inset space ~
35247 \end_inset
35248
35249
35250 \begin_inset CommandInset ref
35251 LatexCommand ref
35252 reference "sec:Colored-Boxes"
35253
35254 \end_inset
35255
35256 .
35257 \end_layout
35258
35259 \end_inset
35260
35261  For example the appearance of the following shaded background box is set
35262  with the \SpecialChar TeX
35263  Code command
35264 \end_layout
35265
35266 \begin_layout Standard
35267
35268 \series bold
35269
35270 \backslash
35271 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35272 \end_layout
35273
35274 \begin_layout Standard
35275 \begin_inset ERT
35276 status collapsed
35277
35278 \begin_layout Plain Layout
35279
35280
35281 \backslash
35282 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35283 \end_layout
35284
35285 \end_inset
35286
35287
35288 \begin_inset Box Shaded
35289 position "t"
35290 hor_pos "c"
35291 has_inner_box 0
35292 inner_pos "t"
35293 use_parbox 0
35294 use_makebox 0
35295 width "100col%"
35296 special "none"
35297 height "1in"
35298 height_special "totalheight"
35299 thickness "0.4pt"
35300 separation "3pt"
35301 shadowsize "4pt"
35302 framecolor "black"
35303 backgroundcolor "none"
35304 status open
35305
35306 \begin_layout Plain Layout
35307
35308 \color yellow
35309 This is yellow text in a
35310 \color none
35311  
35312 \family sans
35313 \color yellow
35314 shaded background
35315 \family default
35316 \color none
35317  
35318 \color yellow
35319 box with dark green background.
35320 \end_layout
35321
35322 \end_inset
35323
35324
35325 \begin_inset ERT
35326 status collapsed
35327
35328 \begin_layout Plain Layout
35329
35330
35331 \backslash
35332 definecolor{shadecolor}{rgb}{1,0,0}
35333 \end_layout
35334
35335 \end_inset
35336
35337
35338 \end_layout
35339
35340 \begin_layout Standard
35341 \begin_inset VSpace bigskip
35342 \end_inset
35343
35344 Manually changed sizes and colors are valid for all boxes following the
35345  commands that change them.
35346 \end_layout
35347
35348 \begin_layout Section
35349 Minipages
35350 \begin_inset CommandInset label
35351 LatexCommand label
35352 name "sec:Minipages"
35353
35354 \end_inset
35355
35356
35357 \begin_inset Index idx
35358 status collapsed
35359
35360 \begin_layout Plain Layout
35361 Boxes ! Minipages
35362 \end_layout
35363
35364 \end_inset
35365
35366
35367 \end_layout
35368
35369 \begin_layout Standard
35370 Minipages are treated by \SpecialChar LaTeX
35371  as pages within pages and can therefore for example
35372  have their own footnotes.
35373 \end_layout
35374
35375 \begin_layout Standard
35376 Minipages are useful when you write documents with different languages.
35377 \end_layout
35378
35379 \begin_layout Standard
35380 Below are two example minipages side by side.
35381  Their width is set to 45
35382 \begin_inset space \thinspace{}
35383 \end_inset
35384
35385 col% and they are separated by a horizontal fill, that was inserted via
35386  the menu 
35387 \family sans
35388 Insert\SpecialChar menuseparator
35389 Special
35390 \begin_inset space ~
35391 \end_inset
35392
35393 Formatting\SpecialChar menuseparator
35394 Horizontal
35395 \begin_inset space ~
35396 \end_inset
35397
35398 Fill
35399 \family default
35400 .
35401 \begin_inset Newpage newpage
35402 \end_inset
35403
35404
35405 \end_layout
35406
35407 \begin_layout Standard
35408 \begin_inset Box Frameless
35409 position "t"
35410 hor_pos "c"
35411 has_inner_box 1
35412 inner_pos "c"
35413 use_parbox 0
35414 use_makebox 0
35415 width "45col%"
35416 special "none"
35417 height "1in"
35418 height_special "totalheight"
35419 thickness "0.4pt"
35420 separation "3pt"
35421 shadowsize "4pt"
35422 framecolor "black"
35423 backgroundcolor "none"
35424 status open
35425
35426 \begin_layout Plain Layout
35427
35428 \lang ngerman
35429 Dies ist ein deutscher Text.
35430  Dies ist ein deutscher Text.
35431  Dies ist ein deutscher Text.
35432  Dies ist ein deutscher Text.
35433  Dies ist ein deutscher Text.
35434  Dies ist ein deutscher Text.
35435  Dies ist ein deutscher Text.
35436  Dies ist ein deutscher Text.
35437  Dies ist ein deutscher Text.
35438  Dies ist ein deutscher Text.
35439  Dies ist ein deutscher Text.
35440  Dies ist ein deutscher Text.
35441  Dies ist ein deutscher Text
35442 \begin_inset Foot
35443 status collapsed
35444
35445 \begin_layout Plain Layout
35446
35447 \lang ngerman
35448 Dies ist eine deutsche Fußnote.
35449 \end_layout
35450
35451 \end_inset
35452
35453 .
35454  Dies ist ein deutscher Text.
35455  Dies ist ein deutscher Text.
35456 \end_layout
35457
35458 \end_inset
35459
35460
35461 \begin_inset space \hfill{}
35462 \end_inset
35463
35464
35465 \begin_inset Box Frameless
35466 position "t"
35467 hor_pos "c"
35468 has_inner_box 1
35469 inner_pos "c"
35470 use_parbox 0
35471 use_makebox 0
35472 width "45col%"
35473 special "none"
35474 height "1in"
35475 height_special "totalheight"
35476 thickness "0.4pt"
35477 separation "3pt"
35478 shadowsize "4pt"
35479 framecolor "black"
35480 backgroundcolor "none"
35481 status open
35482
35483 \begin_layout Plain Layout
35484 This is an English Text.
35485  This is an English Text.
35486  This is an English Text.
35487  This is an English Text.
35488  This is an English Text.
35489  This is an English Text.
35490  This is an English Text.
35491  This is an English Text.
35492  This is an English Text.
35493  This is an English Text.
35494  This is an English Text.
35495  This is an English Text.
35496  This is an English Text.
35497  This is an English Text.
35498  This is an English Text.
35499  This is an English Text.
35500 \begin_inset Foot
35501 status collapsed
35502
35503 \begin_layout Plain Layout
35504 This is an English footnote.
35505 \end_layout
35506
35507 \end_inset
35508
35509  This is an English Text.
35510 \end_layout
35511
35512 \end_inset
35513
35514
35515 \end_layout
35516
35517 \begin_layout Standard
35518 \begin_inset VSpace bigskip
35519 \end_inset
35520
35521 The document-wide paragraph settings are ignored within minipages.
35522  That means that there will be no space between paragraphs in minipages
35523  although you set it to e.
35524 \begin_inset space \thinspace{}
35525 \end_inset
35526
35527 g.
35528 \begin_inset space \space{}
35529 \end_inset
35530
35531
35532 \family sans
35533 MedSkip
35534 \family default
35535  in the document settings.
35536 \end_layout
35537
35538 \begin_layout Standard
35539 Minipages can also be used to set a background color for text parts, see
35540  section
35541 \begin_inset space ~
35542 \end_inset
35543
35544
35545 \begin_inset CommandInset ref
35546 LatexCommand ref
35547 reference "sec:Colored-Boxes"
35548
35549 \end_inset
35550
35551 .
35552 \end_layout
35553
35554 \begin_layout Standard
35555 \begin_inset Note Greyedout
35556 status open
35557
35558 \begin_layout Plain Layout
35559
35560 \series bold
35561 Note:
35562 \series default
35563  You cannot have floats or margin notes inside minipages but minipages can
35564  be used inside tables, floats, and other boxes.
35565 \end_layout
35566
35567 \end_inset
35568
35569
35570 \end_layout
35571
35572 \begin_layout Standard
35573 \begin_inset VSpace bigskip
35574 \end_inset
35575
35576
35577 \end_layout
35578
35579 \begin_layout Standard
35580 \SpecialChar LyX
35581  has also basic support for minipages whose size is automatically determined
35582  by the width of their contents, via the module 
35583 \family sans
35584 Variable-width Minipages
35585 \family default
35586 .
35587  The \SpecialChar LyX
35588  example file 
35589 \emph on
35590 varwidth-floats-side-by-side
35591 \emph default
35592  gives examples of variable-width minipages used for placing two floats
35593  side-by-side.
35594 \end_layout
35595
35596 \begin_layout Section
35597 Parboxes
35598 \begin_inset CommandInset label
35599 LatexCommand label
35600 name "sec:Parboxes"
35601
35602 \end_inset
35603
35604
35605 \begin_inset Index idx
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609 Boxes ! Parboxes
35610 \end_layout
35611
35612 \end_inset
35613
35614
35615 \end_layout
35616
35617 \begin_layout Standard
35618 Parboxes are very similar to minipages with the difference that they cannot
35619  have footnotes.
35620 \end_layout
35621
35622 \begin_layout Standard
35623 \align center
35624 \begin_inset Box Frameless
35625 position "t"
35626 hor_pos "c"
35627 has_inner_box 1
35628 inner_pos "t"
35629 use_parbox 1
35630 use_makebox 0
35631 width "33col%"
35632 special "none"
35633 height "1in"
35634 height_special "totalheight"
35635 thickness "0.4pt"
35636 separation "3pt"
35637 shadowsize "4pt"
35638 framecolor "black"
35639 backgroundcolor "none"
35640 status open
35641
35642 \begin_layout Plain Layout
35643 This a text within a parbox.
35644  This a text within a parbox.
35645 \end_layout
35646
35647 \begin_layout Plain Layout
35648 This footnote won't appear:
35649 \begin_inset Foot
35650 status collapsed
35651
35652 \begin_layout Plain Layout
35653 This footnote is inside a parbox and will therefore not appear.
35654 \end_layout
35655
35656 \end_inset
35657
35658
35659 \end_layout
35660
35661 \end_inset
35662
35663
35664 \end_layout
35665
35666 \begin_layout Section
35667 Boxes for Words and Characters
35668 \begin_inset Index idx
35669 status collapsed
35670
35671 \begin_layout Plain Layout
35672 Boxes ! for Characters
35673 \end_layout
35674
35675 \end_inset
35676
35677
35678 \end_layout
35679
35680 \begin_layout Subsection
35681 Prevent Hyphenation
35682 \begin_inset CommandInset label
35683 LatexCommand label
35684 name "sec:Prevent-Hyphenation"
35685
35686 \end_inset
35687
35688
35689 \begin_inset Index idx
35690 status collapsed
35691
35692 \begin_layout Plain Layout
35693 Boxes ! to Prevent Hyphenation
35694 \end_layout
35695
35696 \end_inset
35697
35698
35699 \end_layout
35700
35701 \begin_layout Standard
35702 You can use the box type 
35703 \family sans
35704 Makebox
35705 \family default
35706  to prevent words or text from being hyphenated.
35707 \begin_inset Newline newline
35708 \end_inset
35709
35710 Here is an example text:
35711 \end_layout
35712
35713 \begin_layout Standard
35714 This line is an example to show how you can prevent the hyphenation of 
35715 \begin_inset Quotes eld
35716 \end_inset
35717
35718 veryverylongword
35719 \begin_inset Quotes erd
35720 \end_inset
35721
35722 .
35723 \end_layout
35724
35725 \begin_layout Standard
35726 To prevent the hyphenation of the word 
35727 \begin_inset Quotes eld
35728 \end_inset
35729
35730 veryverylongword
35731 \begin_inset Quotes erd
35732 \end_inset
35733
35734 , put the word into a box, set the 
35735 \family sans
35736 Inner
35737 \begin_inset space ~
35738 \end_inset
35739
35740 box
35741 \family default
35742  to 
35743 \family sans
35744 Makebox
35745 \family default
35746  and use no explicit width.
35747 \end_layout
35748
35749 \begin_layout Standard
35750 This is the result:
35751 \end_layout
35752
35753 \begin_layout Standard
35754 This line is an example to show how you can prevent the hyphenation of 
35755 \begin_inset Box Frameless
35756 position "t"
35757 hor_pos "c"
35758 has_inner_box 1
35759 inner_pos "t"
35760 use_parbox 0
35761 use_makebox 1
35762 width ""
35763 special "none"
35764 height "1in"
35765 height_special "totalheight"
35766 thickness "0.4pt"
35767 separation "3pt"
35768 shadowsize "4pt"
35769 framecolor "black"
35770 backgroundcolor "none"
35771 status open
35772
35773 \begin_layout Plain Layout
35774 \begin_inset Quotes eld
35775 \end_inset
35776
35777 veryverylongword
35778 \begin_inset Quotes erd
35779 \end_inset
35780
35781
35782 \end_layout
35783
35784 \end_inset
35785
35786 .
35787 \end_layout
35788
35789 \begin_layout Standard
35790 You can alternatively set the command 
35791 \begin_inset Quotes eld
35792 \end_inset
35793
35794
35795 \series bold
35796
35797 \backslash
35798 -
35799 \series default
35800
35801 \begin_inset Quotes grd
35802 \end_inset
35803
35804  as \SpecialChar TeX
35805  Code directly before the word:
35806 \end_layout
35807
35808 \begin_layout Standard
35809 This line is an example to show how you can prevent the hyphenation of 
35810 \begin_inset Quotes eld
35811 \end_inset
35812
35813
35814 \begin_inset ERT
35815 status collapsed
35816
35817 \begin_layout Plain Layout
35818
35819
35820 \backslash
35821 -
35822 \end_layout
35823
35824 \end_inset
35825
35826 veryverylongword
35827 \begin_inset Quotes erd
35828 \end_inset
35829
35830 .
35831 \end_layout
35832
35833 \begin_layout Standard
35834 Of course the word now protrudes over the side margin.
35835  To avoid this, add via the menu 
35836 \family sans
35837 Insert\SpecialChar menuseparator
35838 Formatting\SpecialChar menuseparator
35839 Ragged
35840 \begin_inset space ~
35841 \end_inset
35842
35843 Line
35844 \begin_inset space ~
35845 \end_inset
35846
35847 Break
35848 \family default
35849  (shortcut 
35850 \begin_inset Info
35851 type  "shortcut"
35852 arg   "newline-insert newline"
35853 \end_inset
35854
35855 ) a line break before the word:
35856 \end_layout
35857
35858 \begin_layout Standard
35859 This line is an example to show how you can prevent the hyphenation of 
35860 \begin_inset Newline newline
35861 \end_inset
35862
35863
35864 \begin_inset Box Frameless
35865 position "t"
35866 hor_pos "c"
35867 has_inner_box 1
35868 inner_pos "t"
35869 use_parbox 0
35870 use_makebox 1
35871 width ""
35872 special "none"
35873 height "1in"
35874 height_special "totalheight"
35875 thickness "0.4pt"
35876 separation "3pt"
35877 shadowsize "4pt"
35878 framecolor "black"
35879 backgroundcolor "none"
35880 status open
35881
35882 \begin_layout Plain Layout
35883 \begin_inset Quotes eld
35884 \end_inset
35885
35886 veryverylongword
35887 \begin_inset Quotes erd
35888 \end_inset
35889
35890
35891 \end_layout
35892
35893 \end_inset
35894
35895 .
35896 \end_layout
35897
35898 \begin_layout Subsection
35899 Vertical Alignment
35900 \begin_inset CommandInset label
35901 LatexCommand label
35902 name "subsec:Vertical-Alignment"
35903
35904 \end_inset
35905
35906
35907 \begin_inset Index idx
35908 status collapsed
35909
35910 \begin_layout Plain Layout
35911 Boxes ! for Vertical Alignment
35912 \end_layout
35913
35914 \end_inset
35915
35916
35917 \begin_inset Index idx
35918 status collapsed
35919
35920 \begin_layout Plain Layout
35921 Boxes ! Raiseboxes
35922 \end_layout
35923
35924 \end_inset
35925
35926
35927 \end_layout
35928
35929 \begin_layout Standard
35930 With the help of the command 
35931 \series bold
35932
35933 \backslash
35934 raisebox
35935 \series default
35936  you can align words, characters or other boxes vertically relative to the
35937  surrounding text.
35938  
35939 \series bold
35940
35941 \backslash
35942 raisebox
35943 \series default
35944  is used with the following scheme:
35945 \end_layout
35946
35947 \begin_layout Standard
35948
35949 \series bold
35950
35951 \backslash
35952 raisebox{lift}[height][depth]{box content}
35953 \end_layout
35954
35955 \begin_layout Standard
35956 The lift can be a positive value to raise the box or a negative value to
35957  lower the box.
35958 \end_layout
35959
35960 \begin_layout Standard
35961 To align for example the word 
35962 \begin_inset Quotes eld
35963 \end_inset
35964
35965 preventing
35966 \begin_inset Quotes erd
35967 \end_inset
35968
35969  so that the bottom of the 
35970 \begin_inset Quotes eld
35971 \end_inset
35972
35973 deepest
35974 \begin_inset Quotes erd
35975 \end_inset
35976
35977  character 
35978 \begin_inset Quotes eld
35979 \end_inset
35980
35981 p
35982 \begin_inset Quotes erd
35983 \end_inset
35984
35985  is at the baseline, insert the command
35986 \end_layout
35987
35988 \begin_layout Standard
35989
35990 \series bold
35991
35992 \backslash
35993 raisebox{
35994 \backslash
35995 depth}{
35996 \end_layout
35997
35998 \begin_layout Standard
35999 in \SpecialChar TeX
36000  Code before the word.
36001  After the word insert a closing brace 
36002 \begin_inset Quotes eld
36003 \end_inset
36004
36005
36006 \series bold
36007 }
36008 \series default
36009
36010 \begin_inset Quotes erd
36011 \end_inset
36012
36013  in \SpecialChar TeX
36014  Code.
36015 \begin_inset Newline newline
36016 \end_inset
36017
36018 This is the result:
36019 \end_layout
36020
36021 \begin_layout Standard
36022 This is a text line with the word 
36023 \begin_inset ERT
36024 status collapsed
36025
36026 \begin_layout Plain Layout
36027
36028
36029 \backslash
36030 raisebox{
36031 \backslash
36032 depth}{
36033 \end_layout
36034
36035 \end_inset
36036
36037
36038 \begin_inset Quotes eld
36039 \end_inset
36040
36041 preventing
36042 \begin_inset Quotes erd
36043 \end_inset
36044
36045
36046 \begin_inset ERT
36047 status collapsed
36048
36049 \begin_layout Plain Layout
36050
36051 }
36052 \end_layout
36053
36054 \end_inset
36055
36056  as a raised word.
36057 \end_layout
36058
36059 \begin_layout Standard
36060 \begin_inset VSpace bigskip
36061 \end_inset
36062
36063 When you raise or lower characters in a line, the line distance will be
36064  spread:
36065 \end_layout
36066
36067 \begin_layout Standard
36068 This is a text line with the word 
36069 \begin_inset ERT
36070 status collapsed
36071
36072 \begin_layout Plain Layout
36073
36074
36075 \backslash
36076 raisebox{-
36077 \backslash
36078 depth}{
36079 \end_layout
36080
36081 \end_inset
36082
36083
36084 \begin_inset Quotes eld
36085 \end_inset
36086
36087 preventing
36088 \begin_inset Quotes erd
36089 \end_inset
36090
36091
36092 \begin_inset ERT
36093 status collapsed
36094
36095 \begin_layout Plain Layout
36096
36097 }
36098 \end_layout
36099
36100 \end_inset
36101
36102  as a lowered word.
36103 \begin_inset Newline newline
36104 \end_inset
36105
36106 This is a text line with the word 
36107 \begin_inset ERT
36108 status collapsed
36109
36110 \begin_layout Plain Layout
36111
36112
36113 \backslash
36114 raisebox{0.5cm}{
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \begin_inset Quotes eld
36121 \end_inset
36122
36123 testing
36124 \begin_inset Quotes erd
36125 \end_inset
36126
36127
36128 \begin_inset ERT
36129 status collapsed
36130
36131 \begin_layout Plain Layout
36132
36133 }
36134 \end_layout
36135
36136 \end_inset
36137
36138  as a raised word.
36139 \end_layout
36140
36141 \begin_layout Standard
36142 If you want to prevent this for a certain reason, set the box height to
36143  a zero value.
36144  For example use
36145 \end_layout
36146
36147 \begin_layout Standard
36148
36149 \series bold
36150
36151 \backslash
36152 raisebox{-
36153 \backslash
36154 depth}[0pt]{
36155 \end_layout
36156
36157 \begin_layout Standard
36158 This is a text line with the word 
36159 \begin_inset ERT
36160 status collapsed
36161
36162 \begin_layout Plain Layout
36163
36164
36165 \backslash
36166 raisebox{-
36167 \backslash
36168 depth}[0pt]{
36169 \end_layout
36170
36171 \end_inset
36172
36173
36174 \begin_inset Quotes eld
36175 \end_inset
36176
36177 preventing
36178 \begin_inset Quotes erd
36179 \end_inset
36180
36181
36182 \begin_inset ERT
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186
36187 }
36188 \end_layout
36189
36190 \end_inset
36191
36192  as a lowered word.
36193 \begin_inset Newline newline
36194 \end_inset
36195
36196
36197 \begin_inset Newline newline
36198 \end_inset
36199
36200 This is a text line with the word 
36201 \begin_inset ERT
36202 status collapsed
36203
36204 \begin_layout Plain Layout
36205
36206
36207 \backslash
36208 raisebox{0.5cm}[0pt]{
36209 \end_layout
36210
36211 \end_inset
36212
36213
36214 \begin_inset Quotes eld
36215 \end_inset
36216
36217 testing
36218 \begin_inset Quotes erd
36219 \end_inset
36220
36221
36222 \begin_inset ERT
36223 status collapsed
36224
36225 \begin_layout Plain Layout
36226
36227 }
36228 \end_layout
36229
36230 \end_inset
36231
36232  as a raised word.
36233 \end_layout
36234
36235 \begin_layout Section
36236 Colored Boxes
36237 \begin_inset CommandInset label
36238 LatexCommand label
36239 name "sec:Colored-Boxes"
36240
36241 \end_inset
36242
36243
36244 \begin_inset Index idx
36245 status collapsed
36246
36247 \begin_layout Plain Layout
36248 Boxes ! Color
36249 \end_layout
36250
36251 \end_inset
36252
36253
36254 \end_layout
36255
36256 \begin_layout Standard
36257 To color the background of a box just select the color you like in the box
36258  dialog.
36259  This is for example a box with orange background: 
36260 \begin_inset Box Frameless
36261 position "t"
36262 hor_pos "c"
36263 has_inner_box 1
36264 inner_pos "t"
36265 use_parbox 0
36266 use_makebox 1
36267 width ""
36268 special "none"
36269 height "1in"
36270 height_special "totalheight"
36271 thickness "0.4pt"
36272 separation "3pt"
36273 shadowsize "4pt"
36274 framecolor "black"
36275 backgroundcolor "orange"
36276 status open
36277
36278 \begin_layout Plain Layout
36279 Box with orange background
36280 \end_layout
36281
36282 \end_inset
36283
36284
36285 \end_layout
36286
36287 \begin_layout Standard
36288 If you use the decoration 
36289 \family sans
36290 Simple
36291 \begin_inset space ~
36292 \end_inset
36293
36294 rectangular
36295 \begin_inset space ~
36296 \end_inset
36297
36298 frame
36299 \family default
36300  you can set a frame color.
36301  In this case you must also specify a background color (LyX sets white as
36302  default).
36303  Here is an example: 
36304 \begin_inset Box Boxed
36305 position "t"
36306 hor_pos "c"
36307 has_inner_box 0
36308 inner_pos "t"
36309 use_parbox 0
36310 use_makebox 0
36311 width ""
36312 special "none"
36313 height "1in"
36314 height_special "totalheight"
36315 thickness "0.4pt"
36316 separation "3pt"
36317 shadowsize "4pt"
36318 framecolor "teal"
36319 backgroundcolor "yellow"
36320 status open
36321
36322 \begin_layout Plain Layout
36323 Box with teal frame color and yellow background color
36324 \end_layout
36325
36326 \end_inset
36327
36328
36329 \end_layout
36330
36331 \begin_layout Standard
36332 \begin_inset VSpace bigskip
36333 \end_inset
36334
36335 Of course you can also have colored text inside a colored box:
36336 \begin_inset Newline newline
36337 \end_inset
36338
36339
36340 \begin_inset Box Boxed
36341 position "t"
36342 hor_pos "c"
36343 has_inner_box 0
36344 inner_pos "t"
36345 use_parbox 0
36346 use_makebox 0
36347 width ""
36348 special "none"
36349 height "1in"
36350 height_special "totalheight"
36351 thickness "0.4pt"
36352 separation "3pt"
36353 shadowsize "4pt"
36354 framecolor "cyan"
36355 backgroundcolor "magenta"
36356 status open
36357
36358 \begin_layout Plain Layout
36359
36360 \color yellow
36361 This is colored text within a colored, framed box
36362 \end_layout
36363
36364 \end_inset
36365
36366
36367 \end_layout
36368
36369 \begin_layout Standard
36370 \begin_inset VSpace bigskip
36371 \end_inset
36372
36373
36374 \end_layout
36375
36376 \begin_layout Standard
36377 If you need another color than the predefined ones, you can define your
36378  own color as described in section
36379 \begin_inset space ~
36380 \end_inset
36381
36382
36383 \begin_inset CommandInset ref
36384 LatexCommand ref
36385 reference "sec:Colored-Tables"
36386
36387 \end_inset
36388
36389 .
36390  To use your own color you must typeset the box by using TeX code:
36391 \end_layout
36392
36393 \begin_layout Standard
36394 Colored boxes without frame are created with the command 
36395 \series bold
36396
36397 \backslash
36398 colorbox
36399 \series default
36400 .
36401  It has the following scheme:
36402 \end_layout
36403
36404 \begin_layout Standard
36405
36406 \series bold
36407
36408 \backslash
36409 colorbox{color}{box content}
36410 \end_layout
36411
36412 \begin_layout Standard
36413 The box content can also be a box and colored boxes can also be within other
36414  boxes.
36415  To have e.
36416 \begin_inset space \thinspace{}
36417 \end_inset
36418
36419 g.
36420 \begin_inset space \space{}
36421 \end_inset
36422
36423 a darkgreen background for a word, insert the command
36424 \end_layout
36425
36426 \begin_layout Standard
36427
36428 \series bold
36429
36430 \backslash
36431 colorbox{darkgreen}{
36432 \end_layout
36433
36434 \begin_layout Standard
36435 before the word in \SpecialChar TeX
36436  Code.
36437  After the word insert a closing brace 
36438 \begin_inset Quotes eld
36439 \end_inset
36440
36441
36442 \series bold
36443 }
36444 \series default
36445
36446 \begin_inset Quotes erd
36447 \end_inset
36448
36449  in \SpecialChar TeX
36450  Code.
36451 \begin_inset Newline newline
36452 \end_inset
36453
36454 This is the result:
36455 \end_layout
36456
36457 \begin_layout Standard
36458 This is a line where the word 
36459 \begin_inset ERT
36460 status collapsed
36461
36462 \begin_layout Plain Layout
36463
36464
36465 \backslash
36466 colorbox{darkgreen}{
36467 \end_layout
36468
36469 \end_inset
36470
36471
36472 \begin_inset Quotes eld
36473 \end_inset
36474
36475 Attention!
36476 \begin_inset Quotes erd
36477 \end_inset
36478
36479
36480 \begin_inset ERT
36481 status collapsed
36482
36483 \begin_layout Plain Layout
36484
36485 }
36486 \end_layout
36487
36488 \end_inset
36489
36490  has a darkgreen background.
36491 \end_layout
36492
36493 \begin_layout Standard
36494 Framed, colored boxes are created with the command 
36495 \series bold
36496
36497 \backslash
36498 fcolorbox
36499 \series default
36500 .
36501  It has the following scheme:
36502 \end_layout
36503
36504 \begin_layout Standard
36505
36506 \series bold
36507
36508 \backslash
36509 fcolorbox{frame color}{box color}{box content}
36510 \end_layout
36511
36512 \begin_layout Section
36513 Rotated and Scaled Boxes
36514 \end_layout
36515
36516 \begin_layout Standard
36517 To use the boxes described in this section, the module 
36518 \family sans
36519 GraphicBoxes
36520 \family default
36521  must be loaded in the document settings.
36522 \end_layout
36523
36524 \begin_layout Standard
36525 \begin_inset Note Greyedout
36526 status open
36527
36528 \begin_layout Plain Layout
36529
36530 \series bold
36531 Note:
36532 \series default
36533  Not all DVI viewers are able to display rotated or scaled material.
36534 \end_layout
36535
36536 \end_inset
36537
36538
36539 \end_layout
36540
36541 \begin_layout Standard
36542 \begin_inset Note Greyedout
36543 status open
36544
36545 \begin_layout Plain Layout
36546
36547 \series bold
36548 Note:
36549 \series default
36550  Floats are not allowed inside a rotated or scaled box.
36551 \end_layout
36552
36553 \end_inset
36554
36555
36556 \end_layout
36557
36558 \begin_layout Subsection
36559 Rotated Boxes
36560 \begin_inset Index idx
36561 status collapsed
36562
36563 \begin_layout Plain Layout
36564 Boxes ! rotated
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \begin_inset Index idx
36571 status collapsed
36572
36573 \begin_layout Plain Layout
36574 Rotated Material
36575 \end_layout
36576
36577 \end_inset
36578
36579
36580 \end_layout
36581
36582 \begin_layout Standard
36583 To rotate material, you can put it into a 
36584 \family sans
36585 Rotatebox
36586 \family default
36587 .
36588  Such a box is inserted via the menu 
36589 \family sans
36590 Insert\SpecialChar menuseparator
36591 Custom Insets\SpecialChar menuseparator
36592 Rotatebox
36593 \family default
36594 .
36595 \end_layout
36596
36597 \begin_layout Standard
36598 The rotation origin can be specified via the inset 
36599 \family sans
36600 Origin
36601 \family default
36602  (menu 
36603 \family sans
36604 Insert\SpecialChar menuseparator
36605 Origin
36606 \family default
36607 ) in the form 
36608 \series bold
36609 origin=position
36610 \series default
36611 .
36612  The following positions are possible: 
36613 \emph on
36614 c
36615 \emph default
36616  (center), 
36617 \emph on
36618 l
36619 \emph default
36620  (left), 
36621 \emph on
36622 r
36623 \emph default
36624  (right), 
36625 \emph on
36626 b
36627 \emph default
36628  (bottom), 
36629 \emph on
36630 t
36631 \emph default
36632  (top), along with meaningful combinations of the four base positions.
36633  For example 
36634 \emph on
36635 lt
36636 \emph default
36637  means that the rotation origin is at the top left corner of the box.
36638  When no rotation origin is specified, the position 
36639 \emph on
36640 l
36641 \emph default
36642  will be used.
36643  The rotation angle is a number that can be negative that specifies the
36644  angle in degrees.
36645  The rotation direction is counterclockwise.
36646 \end_layout
36647
36648 \begin_layout Standard
36649 In the following example 
36650 \series bold
36651 origin=c
36652 \series default
36653  was inserted to the 
36654 \family sans
36655 Origin
36656 \family default
36657  inset and 
36658 \series bold
36659 60
36660 \series default
36661  was inserted to the 
36662 \family sans
36663 Angle
36664 \family default
36665  inset.
36666 \end_layout
36667
36668 \begin_layout Standard
36669 This is a line 
36670 \begin_inset Flex Rotatebox
36671 status open
36672
36673 \begin_layout Plain Layout
36674 \begin_inset Argument 1
36675 status open
36676
36677 \begin_layout Plain Layout
36678 origin=c
36679 \end_layout
36680
36681 \end_inset
36682
36683
36684 \begin_inset Argument 2
36685 status open
36686
36687 \begin_layout Plain Layout
36688 60
36689 \end_layout
36690
36691 \end_inset
36692
36693 with rotated
36694 \end_layout
36695
36696 \end_inset
36697
36698  text.
36699 \end_layout
36700
36701 \begin_layout Standard
36702 The box content can also be another box or an inline formula:
36703 \end_layout
36704
36705 \begin_layout Standard
36706 This is a line 
36707 \begin_inset Flex Rotatebox
36708 status open
36709
36710 \begin_layout Plain Layout
36711 \begin_inset Argument 1
36712 status open
36713
36714 \begin_layout Plain Layout
36715 origin=r
36716 \end_layout
36717
36718 \end_inset
36719
36720
36721 \begin_inset Argument 2
36722 status open
36723
36724 \begin_layout Plain Layout
36725 -60
36726 \end_layout
36727
36728 \end_inset
36729
36730
36731 \begin_inset Box Doublebox
36732 position "c"
36733 hor_pos "c"
36734 has_inner_box 0
36735 inner_pos "c"
36736 use_parbox 0
36737 use_makebox 0
36738 width "1in"
36739 special "width"
36740 height "1in"
36741 height_special "totalheight"
36742 thickness "0.4pt"
36743 separation "3pt"
36744 shadowsize "4pt"
36745 framecolor "black"
36746 backgroundcolor "none"
36747 status collapsed
36748
36749 \begin_layout Plain Layout
36750 with rotated
36751 \end_layout
36752
36753 \end_inset
36754
36755
36756 \end_layout
36757
36758 \end_inset
36759
36760  framed text 
36761 \begin_inset Flex Rotatebox
36762 status open
36763
36764 \begin_layout Plain Layout
36765 \begin_inset Argument 1
36766 status open
36767
36768 \begin_layout Plain Layout
36769 origin=lb
36770 \end_layout
36771
36772 \end_inset
36773
36774
36775 \begin_inset Argument 2
36776 status open
36777
36778 \begin_layout Plain Layout
36779 60
36780 \end_layout
36781
36782 \end_inset
36783
36784
36785 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36786 \end_inset
36787
36788
36789 \end_layout
36790
36791 \end_inset
36792
36793  and a formula.
36794 \end_layout
36795
36796 \begin_layout Standard
36797 or an image or table:
36798 \end_layout
36799
36800 \begin_layout Standard
36801 This is a line 
36802 \begin_inset Flex Rotatebox
36803 status open
36804
36805 \begin_layout Plain Layout
36806 \begin_inset Argument 1
36807 status open
36808
36809 \begin_layout Plain Layout
36810 origin=lb
36811 \end_layout
36812
36813 \end_inset
36814
36815
36816 \begin_inset Argument 2
36817 status open
36818
36819 \begin_layout Plain Layout
36820 90
36821 \end_layout
36822
36823 \end_inset
36824
36825
36826 \begin_inset Graphics
36827         filename clipart/platypus.eps
36828         lyxscale 50
36829         width 25col%
36830
36831 \end_inset
36832
36833
36834 \end_layout
36835
36836 \end_inset
36837
36838  with a rotated image 
36839 \begin_inset Flex Rotatebox
36840 status open
36841
36842 \begin_layout Plain Layout
36843 \begin_inset Argument 2
36844 status open
36845
36846 \begin_layout Plain Layout
36847 -90
36848 \end_layout
36849
36850 \end_inset
36851
36852
36853 \begin_inset Tabular
36854 <lyxtabular version="3" rows="2" columns="2">
36855 <features tabularvalignment="middle">
36856 <column alignment="center" valignment="top">
36857 <column alignment="center" valignment="top">
36858 <row>
36859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36860 \begin_inset Text
36861
36862 \begin_layout Plain Layout
36863 q
36864 \end_layout
36865
36866 \end_inset
36867 </cell>
36868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36869 \begin_inset Text
36870
36871 \begin_layout Plain Layout
36872 w
36873 \end_layout
36874
36875 \end_inset
36876 </cell>
36877 </row>
36878 <row>
36879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36880 \begin_inset Text
36881
36882 \begin_layout Plain Layout
36883 e
36884 \end_layout
36885
36886 \end_inset
36887 </cell>
36888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36889 \begin_inset Text
36890
36891 \begin_layout Plain Layout
36892 r
36893 \end_layout
36894
36895 \end_inset
36896 </cell>
36897 </row>
36898 </lyxtabular>
36899
36900 \end_inset
36901
36902
36903 \end_layout
36904
36905 \end_inset
36906
36907  and table.
36908 \begin_inset Index idx
36909 status collapsed
36910
36911 \begin_layout Plain Layout
36912 Figures ! rotated
36913 \end_layout
36914
36915 \end_inset
36916
36917
36918 \begin_inset Index idx
36919 status collapsed
36920
36921 \begin_layout Plain Layout
36922 Table Customization ! Rotating
36923 \end_layout
36924
36925 \end_inset
36926
36927
36928 \end_layout
36929
36930 \begin_layout Standard
36931 \begin_inset Note Greyedout
36932 status open
36933
36934 \begin_layout Plain Layout
36935
36936 \series bold
36937 Note:
36938 \series default
36939  If the 
36940 \family sans
36941 Angle
36942 \family default
36943  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36944
36945  errors when viewing/exporting the document.
36946 \end_layout
36947
36948 \end_inset
36949
36950
36951 \end_layout
36952
36953 \begin_layout Subsection
36954 Scaled Boxes
36955 \begin_inset Index idx
36956 status collapsed
36957
36958 \begin_layout Plain Layout
36959 Boxes ! scaled
36960 \end_layout
36961
36962 \end_inset
36963
36964
36965 \begin_inset Index idx
36966 status collapsed
36967
36968 \begin_layout Plain Layout
36969 Scaled Material
36970 \end_layout
36971
36972 \end_inset
36973
36974
36975 \end_layout
36976
36977 \begin_layout Standard
36978 To scale material put it into a 
36979 \family sans
36980 Scalebox
36981 \family default
36982 .
36983  Such a box is inserted via the menu 
36984 \family sans
36985 Insert\SpecialChar menuseparator
36986 Custom Insets\SpecialChar menuseparator
36987 Scalebox
36988 \family default
36989 .
36990 \end_layout
36991
36992 \begin_layout Standard
36993 The 
36994 \family sans
36995 Scalebox
36996 \family default
36997  inset has the mandatory inset 
36998 \family sans
36999 H-Factor
37000 \family default
37001  and the optional inset 
37002 \family sans
37003 V-Factor
37004 \family default
37005  (inserted via the menu 
37006 \family sans
37007 Insert\SpecialChar menuseparator
37008 V-Factor)
37009 \family default
37010 .
37011  Input there the horizontal and vertical scale factor, respectively.
37012  If no 
37013 \family sans
37014 V-Factor
37015 \family default
37016  inset is used, the horizontal factor will also be used as the vertical
37017  one.
37018 \end_layout
37019
37020 \begin_layout Standard
37021 To get for example the double text size, compared to the document text size,
37022  insert 
37023 \series bold
37024 2
37025 \series default
37026  into the 
37027 \family sans
37028 H-Factor
37029 \family default
37030  inset.
37031  An example: 
37032 \begin_inset Flex Scalebox
37033 status open
37034
37035 \begin_layout Plain Layout
37036 \begin_inset Argument 1
37037 status open
37038
37039 \begin_layout Plain Layout
37040 2
37041 \end_layout
37042
37043 \end_inset
37044
37045 Hello
37046 \end_layout
37047
37048 \end_inset
37049
37050
37051 \end_layout
37052
37053 \begin_layout Standard
37054
37055 \series bold
37056 2
37057 \series default
37058  as 
37059 \family sans
37060 H-Factor
37061 \family default
37062  and 
37063 \series bold
37064 1
37065 \series default
37066  as 
37067 \family sans
37068 V-Factor
37069 \family default
37070  distorts the 
37071 \begin_inset Flex Scalebox
37072 status open
37073
37074 \begin_layout Plain Layout
37075 \begin_inset Argument 1
37076 status open
37077
37078 \begin_layout Plain Layout
37079 2
37080 \end_layout
37081
37082 \end_inset
37083
37084
37085 \begin_inset Argument 2
37086 status open
37087
37088 \begin_layout Plain Layout
37089 1
37090 \end_layout
37091
37092 \end_inset
37093
37094 Hello
37095 \end_layout
37096
37097 \end_inset
37098
37099 .
37100 \end_layout
37101
37102 \begin_layout Standard
37103 If the scaling factor is negative, the box content will be mirrored.
37104  Therefore 
37105 \series bold
37106 -1
37107 \series default
37108  as 
37109 \family sans
37110 H-Factor
37111 \family default
37112  and 
37113 \series bold
37114 1
37115 \series default
37116  as 
37117 \family sans
37118 V-Factor
37119 \family default
37120  can be used to create mirror writing: 
37121 \begin_inset Flex Scalebox
37122 status open
37123
37124 \begin_layout Plain Layout
37125 \begin_inset Argument 1
37126 status open
37127
37128 \begin_layout Plain Layout
37129 -1
37130 \end_layout
37131
37132 \end_inset
37133
37134
37135 \begin_inset Argument 2
37136 status open
37137
37138 \begin_layout Plain Layout
37139 1
37140 \end_layout
37141
37142 \end_inset
37143
37144 Hello
37145 \end_layout
37146
37147 \end_inset
37148
37149
37150 \end_layout
37151
37152 \begin_layout Standard
37153
37154 \series bold
37155 1
37156 \series default
37157  as 
37158 \family sans
37159 H-Factor
37160 \family default
37161  and 
37162 \series bold
37163 -1
37164 \series default
37165  as 
37166 \family sans
37167 V-Factor
37168 \family default
37169  reflects the 
37170 \begin_inset Flex Scalebox
37171 status open
37172
37173 \begin_layout Plain Layout
37174 \begin_inset Argument 1
37175 status open
37176
37177 \begin_layout Plain Layout
37178 1
37179 \end_layout
37180
37181 \end_inset
37182
37183
37184 \begin_inset Argument 2
37185 status open
37186
37187 \begin_layout Plain Layout
37188 -1
37189 \end_layout
37190
37191 \end_inset
37192
37193 Hello
37194 \end_layout
37195
37196 \end_inset
37197
37198  at the base line.
37199 \end_layout
37200
37201 \begin_layout Standard
37202 The 
37203 \family sans
37204 Reflectbox
37205 \family default
37206  (menu 
37207 \family sans
37208 Insert\SpecialChar menuseparator
37209 Custom Insets\SpecialChar menuseparator
37210 Reflectbox
37211 \family default
37212 ) is equivalent to 
37213 \series bold
37214 -1
37215 \series default
37216  as 
37217 \family sans
37218 H-Factor
37219 \family default
37220  and 
37221 \series bold
37222 1
37223 \series default
37224  as 
37225 \family sans
37226 V-Factor 
37227 \family default
37228 for a 
37229 \family sans
37230 Scalebox
37231 \family default
37232 .
37233 \end_layout
37234
37235 \begin_layout Standard
37236 \begin_inset Note Greyedout
37237 status open
37238
37239 \begin_layout Plain Layout
37240
37241 \series bold
37242 Note:
37243 \series default
37244  If the 
37245 \family sans
37246 H-Factor
37247 \family default
37248  inset is empty or contains other characters than numbers you will get LaTeX
37249  errors when viewing/exporting the document.
37250 \end_layout
37251
37252 \end_inset
37253
37254
37255 \end_layout
37256
37257 \begin_layout Standard
37258 \begin_inset VSpace bigskip
37259 \end_inset
37260
37261 The 
37262 \family sans
37263 Resizebox
37264 \family default
37265  (menu 
37266 \family sans
37267 Insert\SpecialChar menuseparator
37268 Custom Insets\SpecialChar menuseparator
37269 Resizebox
37270 \family default
37271 ) is used to scale the content to a defined width and height.
37272  The 
37273 \family sans
37274 Resizebox
37275 \family default
37276  inset has the mandatory inset 
37277 \family sans
37278 Width
37279 \family default
37280  and the optional inset 
37281 \family sans
37282 Height
37283 \family default
37284  (inserted via the menu 
37285 \family sans
37286 Insert\SpecialChar menuseparator
37287 Height)
37288 \family default
37289 .
37290  Input there the width and height, respectively, as value with a unit.
37291  
37292 \begin_inset CommandInset ref
37293 LatexCommand ref
37294 reference "tab:Units"
37295
37296 \end_inset
37297
37298  lists the possible units.
37299  If there is an exclamation mark 
37300 \series bold
37301 !
37302 \series default
37303  in of of the two insets, the size is set so that the aspect ratio of the
37304  box content is kept.
37305  If no 
37306 \family sans
37307 Height
37308 \family default
37309  inset is used an exclamation mark will internally be used for the height.
37310 \end_layout
37311
37312 \begin_layout Standard
37313
37314 \series bold
37315 2cm
37316 \series default
37317  as 
37318 \family sans
37319 Width
37320 \family default
37321  and 
37322 \series bold
37323 1cm
37324 \series default
37325  as 
37326 \family sans
37327 Height
37328 \family default
37329  produces: 
37330 \begin_inset Flex Resizebox
37331 status open
37332
37333 \begin_layout Plain Layout
37334 \begin_inset Argument 1
37335 status open
37336
37337 \begin_layout Plain Layout
37338 2cm
37339 \end_layout
37340
37341 \end_inset
37342
37343
37344 \begin_inset Argument 2
37345 status open
37346
37347 \begin_layout Plain Layout
37348 1cm
37349 \end_layout
37350
37351 \end_inset
37352
37353 Hello
37354 \end_layout
37355
37356 \end_inset
37357
37358
37359 \begin_inset Newline newline
37360 \end_inset
37361
37362
37363 \series bold
37364 2cm
37365 \series default
37366  as 
37367 \family sans
37368 Width
37369 \family default
37370  and 
37371 \series bold
37372 !
37373 \series default
37374  as 
37375 \family sans
37376 Height
37377 \family default
37378  (or no 
37379 \family sans
37380 Height
37381 \family default
37382 ) produces: 
37383 \begin_inset Flex Resizebox
37384 status open
37385
37386 \begin_layout Plain Layout
37387 \begin_inset Argument 1
37388 status open
37389
37390 \begin_layout Plain Layout
37391 2cm
37392 \end_layout
37393
37394 \end_inset
37395
37396
37397 \begin_inset Argument 2
37398 status open
37399
37400 \begin_layout Plain Layout
37401 !
37402 \end_layout
37403
37404 \end_inset
37405
37406 Hello
37407 \end_layout
37408
37409 \end_inset
37410
37411
37412 \end_layout
37413
37414 \begin_layout Standard
37415 \begin_inset Note Greyedout
37416 status open
37417
37418 \begin_layout Plain Layout
37419
37420 \series bold
37421 Note:
37422 \series default
37423  If the 
37424 \family sans
37425 Width
37426 \family default
37427  inset is empty or contains an invalid unit you will get LaTeX errors when
37428  viewing/exporting the document.
37429 \end_layout
37430
37431 \end_inset
37432
37433
37434 \end_layout
37435
37436 \begin_layout Standard
37437 \begin_inset VSpace bigskip
37438 \end_inset
37439
37440
37441 \end_layout
37442
37443 \begin_layout Standard
37444 The boxes can be combined in any order.
37445  As example a 
37446 \family sans
37447 Reflectbox
37448 \family default
37449  inside a 
37450 \family sans
37451 Resizebox
37452 \family default
37453  which is in turn inside a 
37454 \family sans
37455 Rotatebox
37456 \family default
37457 :
37458 \end_layout
37459
37460 \begin_layout Standard
37461 \noindent
37462 \align center
37463 \begin_inset Flex Rotatebox
37464 status open
37465
37466 \begin_layout Plain Layout
37467 \begin_inset Argument 1
37468 status open
37469
37470 \begin_layout Plain Layout
37471 origin=c
37472 \end_layout
37473
37474 \end_inset
37475
37476
37477 \begin_inset Argument 2
37478 status open
37479
37480 \begin_layout Plain Layout
37481 -45
37482 \end_layout
37483
37484 \end_inset
37485
37486
37487 \begin_inset Flex Resizebox
37488 status open
37489
37490 \begin_layout Plain Layout
37491 \begin_inset Argument 1
37492 status open
37493
37494 \begin_layout Plain Layout
37495 2cm
37496 \end_layout
37497
37498 \end_inset
37499
37500
37501 \begin_inset Flex Reflectbox
37502 status open
37503
37504 \begin_layout Plain Layout
37505 Hello
37506 \end_layout
37507
37508 \end_inset
37509
37510
37511 \end_layout
37512
37513 \end_inset
37514
37515
37516 \end_layout
37517
37518 \end_inset
37519
37520
37521 \end_layout
37522
37523 \begin_layout Standard
37524 \noindent
37525 Images, tables, and inline formulas are allowed as box content:
37526 \end_layout
37527
37528 \begin_layout Standard
37529 \noindent
37530 \align center
37531 \begin_inset Flex Resizebox
37532 status open
37533
37534 \begin_layout Plain Layout
37535 \begin_inset Argument 1
37536 status open
37537
37538 \begin_layout Plain Layout
37539 2cm
37540 \end_layout
37541
37542 \end_inset
37543
37544
37545 \begin_inset Flex Reflectbox
37546 status open
37547
37548 \begin_layout Plain Layout
37549 \begin_inset Graphics
37550         filename clipart/platypus.eps
37551         lyxscale 50
37552         width 25col%
37553
37554 \end_inset
37555
37556
37557 \end_layout
37558
37559 \end_inset
37560
37561
37562 \end_layout
37563
37564 \end_inset
37565
37566  
37567 \begin_inset Flex Resizebox
37568 status open
37569
37570 \begin_layout Plain Layout
37571 \begin_inset Argument 1
37572 status open
37573
37574 \begin_layout Plain Layout
37575 2cm
37576 \end_layout
37577
37578 \end_inset
37579
37580
37581 \begin_inset Flex Reflectbox
37582 status open
37583
37584 \begin_layout Plain Layout
37585 \begin_inset Tabular
37586 <lyxtabular version="3" rows="2" columns="2">
37587 <features tabularvalignment="middle">
37588 <column alignment="center" valignment="top">
37589 <column alignment="center" valignment="top">
37590 <row>
37591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37592 \begin_inset Text
37593
37594 \begin_layout Plain Layout
37595 q
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37601 \begin_inset Text
37602
37603 \begin_layout Plain Layout
37604 w
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 </row>
37610 <row>
37611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37612 \begin_inset Text
37613
37614 \begin_layout Plain Layout
37615 e
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624 r
37625 \end_layout
37626
37627 \end_inset
37628 </cell>
37629 </row>
37630 </lyxtabular>
37631
37632 \end_inset
37633
37634
37635 \end_layout
37636
37637 \end_inset
37638
37639
37640 \end_layout
37641
37642 \end_inset
37643
37644  
37645 \begin_inset Flex Resizebox
37646 status open
37647
37648 \begin_layout Plain Layout
37649 \begin_inset Argument 1
37650 status open
37651
37652 \begin_layout Plain Layout
37653 3cm
37654 \end_layout
37655
37656 \end_inset
37657
37658
37659 \begin_inset Flex Reflectbox
37660 status open
37661
37662 \begin_layout Plain Layout
37663 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37664 \end_inset
37665
37666
37667 \end_layout
37668
37669 \end_inset
37670
37671
37672 \end_layout
37673
37674 \end_inset
37675
37676
37677 \begin_inset Index idx
37678 status collapsed
37679
37680 \begin_layout Plain Layout
37681 Figures ! scaled
37682 \end_layout
37683
37684 \end_inset
37685
37686
37687 \begin_inset Index idx
37688 status collapsed
37689
37690 \begin_layout Plain Layout
37691 Table Customization ! Scaling
37692 \end_layout
37693
37694 \end_inset
37695
37696
37697 \end_layout
37698
37699 \begin_layout Standard
37700 When the global formula style 
37701 \series bold
37702 fleqn
37703 \series default
37704  is used in the document
37705 \begin_inset Foot
37706 status collapsed
37707
37708 \begin_layout Plain Layout
37709 When 
37710 \begin_inset Quotes eld
37711 \end_inset
37712
37713 fleqn
37714 \begin_inset Quotes erd
37715 \end_inset
37716
37717  is added to the document class options.
37718 \end_layout
37719
37720 \end_inset
37721
37722 , display style formulas can also be scaled.
37723 \end_layout
37724
37725 \begin_layout Chapter
37726 Objects Surrounded by Text
37727 \begin_inset Index idx
37728 status collapsed
37729
37730 \begin_layout Plain Layout
37731 Surrounded by text
37732 \end_layout
37733
37734 \end_inset
37735
37736
37737 \end_layout
37738
37739 \begin_layout Section
37740 Wrap Floats
37741 \begin_inset CommandInset label
37742 LatexCommand label
37743 name "sec:Wrap-Floats"
37744
37745 \end_inset
37746
37747
37748 \begin_inset Index idx
37749 status collapsed
37750
37751 \begin_layout Plain Layout
37752 Floats ! Wrap Floats
37753 \end_layout
37754
37755 \end_inset
37756
37757
37758 \begin_inset Index idx
37759 status collapsed
37760
37761 \begin_layout Plain Layout
37762 Surrounded by text ! Wrap Floats
37763 \end_layout
37764
37765 \end_inset
37766
37767
37768 \end_layout
37769
37770 \begin_layout Standard
37771 \begin_inset Wrap figure
37772 lines 0
37773 placement l
37774 overhang 1cm
37775 width "40col%"
37776 status open
37777
37778 \begin_layout Plain Layout
37779 \begin_inset Graphics
37780         filename clipart/mobius.eps
37781         width 40col%
37782         scaleBeforeRotation
37783         rotateOrigin center
37784
37785 \end_inset
37786
37787
37788 \end_layout
37789
37790 \begin_layout Plain Layout
37791 \begin_inset Caption Standard
37792
37793 \begin_layout Plain Layout
37794 \begin_inset CommandInset label
37795 LatexCommand label
37796 name "fig:This-is-a"
37797
37798 \end_inset
37799
37800 This is a figure wrap float.
37801 \end_layout
37802
37803 \end_inset
37804
37805
37806 \end_layout
37807
37808 \end_inset
37809
37810  This float type is used if you want to wrap text around a figure or table
37811  so that it only occupies some fraction of the column width.
37812  It can be inserted using the menu 
37813 \family sans
37814 Insert\SpecialChar menuseparator
37815 Floats\SpecialChar menuseparator
37816 Figure
37817 \begin_inset space ~
37818 \end_inset
37819
37820 Wrap
37821 \begin_inset space ~
37822 \end_inset
37823
37824 Float
37825 \family default
37826  or 
37827 \family sans
37828 Table
37829 \begin_inset space ~
37830 \end_inset
37831
37832 Wrap
37833 \begin_inset space ~
37834 \end_inset
37835
37836 Float
37837 \family default
37838  if the \SpecialChar LaTeX
37839 -package 
37840 \series bold
37841 wrapfig
37842 \series default
37843
37844 \begin_inset Index idx
37845 status collapsed
37846
37847 \begin_layout Plain Layout
37848 \SpecialChar LaTeX
37849 -packages ! wrapfig
37850 \end_layout
37851
37852 \end_inset
37853
37854  is installed.
37855 \begin_inset Foot
37856 status collapsed
37857
37858 \begin_layout Plain Layout
37859 Installing a \SpecialChar LaTeX
37860 -package is explained it in the 
37861 \emph on
37862 \SpecialChar LaTeX
37863
37864 \begin_inset space ~
37865 \end_inset
37866
37867 Configuration
37868 \emph default
37869  manual.
37870 \end_layout
37871
37872 \end_inset
37873
37874  The settings of the float can be modified by right-clicking on the float
37875  box.
37876  The mandatory settings are the float 
37877 \family sans
37878 Placement
37879 \family default
37880  and its 
37881 \family sans
37882 Width
37883 \family default
37884 .
37885  Optional are the 
37886 \family sans
37887 Overhang
37888 \family default
37889  that specifies how much the float is set into the paragraph
37890 \begin_inset space \thinspace{}
37891 \end_inset
37892
37893 /
37894 \begin_inset space \thinspace{}
37895 \end_inset
37896
37897 page margin, and the 
37898 \family sans
37899 Line
37900 \begin_inset space ~
37901 \end_inset
37902
37903 span
37904 \family default
37905  that specifies how many text lines the float will approximately need.
37906  The line span is often hard to approximate; so it is better only to use
37907  it when you encounter float placement problems.
37908  You can furthermore decide if \SpecialChar LaTeX
37909  is allowed to let the float float within
37910  the paragraph or to surrounding paragraphs.
37911  Figure
37912 \begin_inset space ~
37913 \end_inset
37914
37915
37916 \begin_inset CommandInset ref
37917 LatexCommand ref
37918 reference "fig:This-is-a"
37919
37920 \end_inset
37921
37922  is an example text wrap float with a width of 40
37923 \begin_inset space \thinspace{}
37924 \end_inset
37925
37926 col%, 1
37927 \begin_inset space \thinspace{}
37928 \end_inset
37929
37930 cm overhang, set to the left.
37931 \end_layout
37932
37933 \begin_layout Standard
37934 \begin_inset Note Greyedout
37935 status open
37936
37937 \begin_layout Plain Layout
37938
37939 \series bold
37940 Note:
37941 \series default
37942  Text
37943 \begin_inset space ~
37944 \end_inset
37945
37946 wrap float floats are fragile! E.
37947 \begin_inset space \thinspace{}
37948 \end_inset
37949
37950 g.
37951 \begin_inset space \space{}
37952 \end_inset
37953
37954 having a figure too close to the bottom of the page can mess things up in
37955  such a way that the float does not appear in the output or that it is placed
37956  over some other text.
37957 \end_layout
37958
37959 \end_inset
37960
37961
37962 \end_layout
37963
37964 \begin_layout Standard
37965 In general, the following applies for wrap floats:
37966 \end_layout
37967
37968 \begin_layout Itemize
37969 They should not be placed in paragraphs that run over a page break.
37970  That means that wrap floats are better inserted in their exact place when
37971  the document is almost finished and you are able to estimate where page
37972  breaks will appear.
37973 \end_layout
37974
37975 \begin_layout Itemize
37976 They should either be placed in their own paragraph before the paragraph
37977  where they should wrap into or within a paragraph.
37978 \end_layout
37979
37980 \begin_layout Itemize
37981 In consecutive paragraphs they may cause troubles, so ensure that there
37982  is a text paragraph between them as separator.
37983 \end_layout
37984
37985 \begin_layout Itemize
37986 They are not allowed in section headings or tables.
37987 \end_layout
37988
37989 \begin_layout Itemize
37990 Their numbering and referencing works as described in chap.
37991 \begin_inset space \thinspace{}
37992 \end_inset
37993
37994
37995 \begin_inset CommandInset ref
37996 LatexCommand ref
37997 reference "chap:Floats"
37998
37999 \end_inset
38000
38001 .
38002 \end_layout
38003
38004 \begin_layout Section
38005 Surrounded Fixed Objects
38006 \begin_inset Index idx
38007 status collapsed
38008
38009 \begin_layout Plain Layout
38010 Surrounded by text ! Fixed objects
38011 \end_layout
38012
38013 \end_inset
38014
38015
38016 \end_layout
38017
38018 \begin_layout Standard
38019 The wrap floats described in sec.
38020 \begin_inset space \thinspace{}
38021 \end_inset
38022
38023
38024 \begin_inset CommandInset ref
38025 LatexCommand ref
38026 reference "sec:Wrap-Floats"
38027
38028 \end_inset
38029
38030  have these positions in the paragraph:
38031 \end_layout
38032
38033 \begin_layout Standard
38034 \noindent
38035 \align center
38036 \begin_inset Tabular
38037 <lyxtabular version="3" rows="2" columns="2">
38038 <features tabularvalignment="middle">
38039 <column alignment="center" valignment="top">
38040 <column alignment="center" valignment="top">
38041 <row>
38042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38043 \begin_inset Text
38044
38045 \begin_layout Plain Layout
38046 \begin_inset Info
38047 type  "icon"
38048 arg   "dialog-show-new-inset graphics"
38049 \end_inset
38050
38051
38052 \end_layout
38053
38054 \end_inset
38055 </cell>
38056 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38057 \begin_inset Text
38058
38059 \begin_layout Plain Layout
38060 text
38061 \end_layout
38062
38063 \end_inset
38064 </cell>
38065 </row>
38066 <row>
38067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38068 \begin_inset Text
38069
38070 \begin_layout Plain Layout
38071 text
38072 \end_layout
38073
38074 \end_inset
38075 </cell>
38076 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38077 \begin_inset Text
38078
38079 \begin_layout Plain Layout
38080 text
38081 \end_layout
38082
38083 \end_inset
38084 </cell>
38085 </row>
38086 </lyxtabular>
38087
38088 \end_inset
38089
38090  or 
38091 \begin_inset Tabular
38092 <lyxtabular version="3" rows="2" columns="2">
38093 <features tabularvalignment="middle">
38094 <column alignment="center" valignment="top">
38095 <column alignment="center" valignment="top">
38096 <row>
38097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38098 \begin_inset Text
38099
38100 \begin_layout Plain Layout
38101 text
38102 \end_layout
38103
38104 \end_inset
38105 </cell>
38106 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38107 \begin_inset Text
38108
38109 \begin_layout Plain Layout
38110 \begin_inset Info
38111 type  "icon"
38112 arg   "dialog-show-new-inset graphics"
38113 \end_inset
38114
38115
38116 \end_layout
38117
38118 \end_inset
38119 </cell>
38120 </row>
38121 <row>
38122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38123 \begin_inset Text
38124
38125 \begin_layout Plain Layout
38126 text
38127 \end_layout
38128
38129 \end_inset
38130 </cell>
38131 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38132 \begin_inset Text
38133
38134 \begin_layout Plain Layout
38135 text
38136 \end_layout
38137
38138 \end_inset
38139 </cell>
38140 </row>
38141 </lyxtabular>
38142
38143 \end_inset
38144
38145
38146 \end_layout
38147
38148 \begin_layout Standard
38149 To get an object exactly at the position where it is inserted, for example
38150  to get one of these positions:
38151 \begin_inset VSpace defskip
38152 \end_inset
38153
38154
38155 \end_layout
38156
38157 \begin_layout Standard
38158 \noindent
38159 \align center
38160 \begin_inset Tabular
38161 <lyxtabular version="3" rows="2" columns="2">
38162 <features tabularvalignment="middle">
38163 <column alignment="center" valignment="top">
38164 <column alignment="center" valignment="top">
38165 <row>
38166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38167 \begin_inset Text
38168
38169 \begin_layout Plain Layout
38170 text
38171 \end_layout
38172
38173 \end_inset
38174 </cell>
38175 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38176 \begin_inset Text
38177
38178 \begin_layout Plain Layout
38179 text
38180 \end_layout
38181
38182 \end_inset
38183 </cell>
38184 </row>
38185 <row>
38186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38187 \begin_inset Text
38188
38189 \begin_layout Plain Layout
38190 \begin_inset Info
38191 type  "icon"
38192 arg   "dialog-show-new-inset graphics"
38193 \end_inset
38194
38195
38196 \end_layout
38197
38198 \end_inset
38199 </cell>
38200 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38201 \begin_inset Text
38202
38203 \begin_layout Plain Layout
38204 text
38205 \end_layout
38206
38207 \end_inset
38208 </cell>
38209 </row>
38210 </lyxtabular>
38211
38212 \end_inset
38213
38214  
38215 \begin_inset Tabular
38216 <lyxtabular version="3" rows="2" columns="2">
38217 <features tabularvalignment="middle">
38218 <column alignment="center" valignment="top">
38219 <column alignment="center" valignment="top">
38220 <row>
38221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38222 \begin_inset Text
38223
38224 \begin_layout Plain Layout
38225 text
38226 \end_layout
38227
38228 \end_inset
38229 </cell>
38230 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38231 \begin_inset Text
38232
38233 \begin_layout Plain Layout
38234 text
38235 \end_layout
38236
38237 \end_inset
38238 </cell>
38239 </row>
38240 <row>
38241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38242 \begin_inset Text
38243
38244 \begin_layout Plain Layout
38245 text
38246 \end_layout
38247
38248 \end_inset
38249 </cell>
38250 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38251 \begin_inset Text
38252
38253 \begin_layout Plain Layout
38254 \begin_inset Info
38255 type  "icon"
38256 arg   "dialog-show-new-inset graphics"
38257 \end_inset
38258
38259
38260 \end_layout
38261
38262 \end_inset
38263 </cell>
38264 </row>
38265 </lyxtabular>
38266
38267 \end_inset
38268
38269  
38270 \begin_inset Tabular
38271 <lyxtabular version="3" rows="2" columns="3">
38272 <features tabularvalignment="middle">
38273 <column alignment="center" valignment="top">
38274 <column alignment="center" valignment="top">
38275 <column alignment="center" valignment="top">
38276 <row>
38277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38278 \begin_inset Text
38279
38280 \begin_layout Plain Layout
38281 text
38282 \end_layout
38283
38284 \end_inset
38285 </cell>
38286 <cell alignment="center" valignment="top" topline="true" usebox="none">
38287 \begin_inset Text
38288
38289 \begin_layout Plain Layout
38290 \begin_inset Info
38291 type  "icon"
38292 arg   "dialog-show-new-inset graphics"
38293 \end_inset
38294
38295
38296 \end_layout
38297
38298 \end_inset
38299 </cell>
38300 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38301 \begin_inset Text
38302
38303 \begin_layout Plain Layout
38304 text
38305 \end_layout
38306
38307 \end_inset
38308 </cell>
38309 </row>
38310 <row>
38311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38312 \begin_inset Text
38313
38314 \begin_layout Plain Layout
38315 text
38316 \end_layout
38317
38318 \end_inset
38319 </cell>
38320 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38321 \begin_inset Text
38322
38323 \begin_layout Plain Layout
38324 text
38325 \end_layout
38326
38327 \end_inset
38328 </cell>
38329 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38330 \begin_inset Text
38331
38332 \begin_layout Plain Layout
38333 text
38334 \end_layout
38335
38336 \end_inset
38337 </cell>
38338 </row>
38339 </lyxtabular>
38340
38341 \end_inset
38342
38343  
38344 \begin_inset Tabular
38345 <lyxtabular version="3" rows="2" columns="3">
38346 <features tabularvalignment="middle">
38347 <column alignment="center" valignment="top">
38348 <column alignment="center" valignment="top">
38349 <column alignment="center" valignment="top">
38350 <row>
38351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38352 \begin_inset Text
38353
38354 \begin_layout Plain Layout
38355 text
38356 \end_layout
38357
38358 \end_inset
38359 </cell>
38360 <cell alignment="center" valignment="top" topline="true" usebox="none">
38361 \begin_inset Text
38362
38363 \begin_layout Plain Layout
38364 text
38365 \end_layout
38366
38367 \end_inset
38368 </cell>
38369 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38370 \begin_inset Text
38371
38372 \begin_layout Plain Layout
38373 text
38374 \end_layout
38375
38376 \end_inset
38377 </cell>
38378 </row>
38379 <row>
38380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38381 \begin_inset Text
38382
38383 \begin_layout Plain Layout
38384 text
38385 \end_layout
38386
38387 \end_inset
38388 </cell>
38389 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38390 \begin_inset Text
38391
38392 \begin_layout Plain Layout
38393 \begin_inset Info
38394 type  "icon"
38395 arg   "dialog-show-new-inset graphics"
38396 \end_inset
38397
38398
38399 \end_layout
38400
38401 \end_inset
38402 </cell>
38403 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38404 \begin_inset Text
38405
38406 \begin_layout Plain Layout
38407 text
38408 \end_layout
38409
38410 \end_inset
38411 </cell>
38412 </row>
38413 </lyxtabular>
38414
38415 \end_inset
38416
38417
38418 \end_layout
38419
38420 \begin_layout Standard
38421 \noindent
38422 \align center
38423 \begin_inset Tabular
38424 <lyxtabular version="3" rows="3" columns="2">
38425 <features tabularvalignment="middle">
38426 <column alignment="center" valignment="top">
38427 <column alignment="center" valignment="top">
38428 <row>
38429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38430 \begin_inset Text
38431
38432 \begin_layout Plain Layout
38433 text
38434 \end_layout
38435
38436 \end_inset
38437 </cell>
38438 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38439 \begin_inset Text
38440
38441 \begin_layout Plain Layout
38442 text
38443 \end_layout
38444
38445 \end_inset
38446 </cell>
38447 </row>
38448 <row>
38449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38450 \begin_inset Text
38451
38452 \begin_layout Plain Layout
38453 \begin_inset Info
38454 type  "icon"
38455 arg   "dialog-show-new-inset graphics"
38456 \end_inset
38457
38458
38459 \end_layout
38460
38461 \end_inset
38462 </cell>
38463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38464 \begin_inset Text
38465
38466 \begin_layout Plain Layout
38467 text
38468 \end_layout
38469
38470 \end_inset
38471 </cell>
38472 </row>
38473 <row>
38474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38475 \begin_inset Text
38476
38477 \begin_layout Plain Layout
38478 text
38479 \end_layout
38480
38481 \end_inset
38482 </cell>
38483 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38484 \begin_inset Text
38485
38486 \begin_layout Plain Layout
38487 text
38488 \end_layout
38489
38490 \end_inset
38491 </cell>
38492 </row>
38493 </lyxtabular>
38494
38495 \end_inset
38496
38497  
38498 \begin_inset Tabular
38499 <lyxtabular version="3" rows="3" columns="3">
38500 <features tabularvalignment="middle">
38501 <column alignment="center" valignment="top">
38502 <column alignment="center" valignment="top">
38503 <column alignment="center" valignment="top">
38504 <row>
38505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38506 \begin_inset Text
38507
38508 \begin_layout Plain Layout
38509 text
38510 \end_layout
38511
38512 \end_inset
38513 </cell>
38514 <cell alignment="center" valignment="top" topline="true" usebox="none">
38515 \begin_inset Text
38516
38517 \begin_layout Plain Layout
38518 text
38519 \end_layout
38520
38521 \end_inset
38522 </cell>
38523 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38524 \begin_inset Text
38525
38526 \begin_layout Plain Layout
38527 text
38528 \end_layout
38529
38530 \end_inset
38531 </cell>
38532 </row>
38533 <row>
38534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38535 \begin_inset Text
38536
38537 \begin_layout Plain Layout
38538 text
38539 \end_layout
38540
38541 \end_inset
38542 </cell>
38543 <cell alignment="center" valignment="top" usebox="none">
38544 \begin_inset Text
38545
38546 \begin_layout Plain Layout
38547 \begin_inset Info
38548 type  "icon"
38549 arg   "dialog-show-new-inset graphics"
38550 \end_inset
38551
38552
38553 \end_layout
38554
38555 \end_inset
38556 </cell>
38557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38558 \begin_inset Text
38559
38560 \begin_layout Plain Layout
38561 text
38562 \end_layout
38563
38564 \end_inset
38565 </cell>
38566 </row>
38567 <row>
38568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38569 \begin_inset Text
38570
38571 \begin_layout Plain Layout
38572 text
38573 \end_layout
38574
38575 \end_inset
38576 </cell>
38577 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38578 \begin_inset Text
38579
38580 \begin_layout Plain Layout
38581 text
38582 \end_layout
38583
38584 \end_inset
38585 </cell>
38586 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38587 \begin_inset Text
38588
38589 \begin_layout Plain Layout
38590 text
38591 \end_layout
38592
38593 \end_inset
38594 </cell>
38595 </row>
38596 </lyxtabular>
38597
38598 \end_inset
38599
38600  
38601 \begin_inset Tabular
38602 <lyxtabular version="3" rows="3" columns="2">
38603 <features tabularvalignment="middle">
38604 <column alignment="center" valignment="top">
38605 <column alignment="center" valignment="top">
38606 <row>
38607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38608 \begin_inset Text
38609
38610 \begin_layout Plain Layout
38611 text
38612 \end_layout
38613
38614 \end_inset
38615 </cell>
38616 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38617 \begin_inset Text
38618
38619 \begin_layout Plain Layout
38620 text
38621 \end_layout
38622
38623 \end_inset
38624 </cell>
38625 </row>
38626 <row>
38627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38628 \begin_inset Text
38629
38630 \begin_layout Plain Layout
38631 text
38632 \end_layout
38633
38634 \end_inset
38635 </cell>
38636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38637 \begin_inset Text
38638
38639 \begin_layout Plain Layout
38640 \begin_inset Info
38641 type  "icon"
38642 arg   "dialog-show-new-inset graphics"
38643 \end_inset
38644
38645
38646 \end_layout
38647
38648 \end_inset
38649 </cell>
38650 </row>
38651 <row>
38652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38653 \begin_inset Text
38654
38655 \begin_layout Plain Layout
38656 text
38657 \end_layout
38658
38659 \end_inset
38660 </cell>
38661 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38662 \begin_inset Text
38663
38664 \begin_layout Plain Layout
38665 text
38666 \end_layout
38667
38668 \end_inset
38669 </cell>
38670 </row>
38671 </lyxtabular>
38672
38673 \end_inset
38674
38675
38676 \end_layout
38677
38678 \begin_layout Standard
38679 \noindent
38680 you can use the \SpecialChar LaTeX
38681 -package 
38682 \series bold
38683 picinpar
38684 \series default
38685
38686 \begin_inset Index idx
38687 status collapsed
38688
38689 \begin_layout Plain Layout
38690 \SpecialChar LaTeX
38691 -packages ! picinpar
38692 \end_layout
38693
38694 \end_inset
38695
38696 .
38697  Here is an example:
38698 \end_layout
38699
38700 \begin_layout Standard
38701 \begin_inset ERT
38702 status collapsed
38703
38704 \begin_layout Plain Layout
38705
38706
38707 \backslash
38708 ifpicinpar
38709 \end_layout
38710
38711 \end_inset
38712
38713
38714 \begin_inset Note Note
38715 status open
38716
38717 \begin_layout Plain Layout
38718 The following section will only be displayed when the \SpecialChar LaTeX
38719 -package 
38720 \series bold
38721 picinpar
38722 \series default
38723  is installed.
38724 \end_layout
38725
38726 \end_inset
38727
38728
38729 \end_layout
38730
38731 \begin_layout Standard
38732 \begin_inset ERT
38733 status collapsed
38734
38735 \begin_layout Plain Layout
38736
38737
38738 \backslash
38739 begin{window}[2,c,{
38740 \end_layout
38741
38742 \end_inset
38743
38744
38745 \begin_inset Graphics
38746         filename clipart/mobius.eps
38747         lyxscale 60
38748         width 40col%
38749         scaleBeforeRotation
38750         rotateOrigin center
38751
38752 \end_inset
38753
38754
38755 \begin_inset ERT
38756 status collapsed
38757
38758 \begin_layout Plain Layout
38759
38760 },]
38761 \end_layout
38762
38763 \begin_layout Plain Layout
38764
38765 {}
38766 \end_layout
38767
38768 \end_inset
38769
38770
38771 \size small
38772 It was in the spring of the year 1894 that all London was interested, and
38773  the fashionable world dismayed, by the murder of the Honourable Ronald
38774  Adair under most unusual and inexplicable circumstances.
38775  The public has already learned those particulars of the crime which
38776 \size default
38777
38778 \begin_inset ERT
38779 status collapsed
38780
38781 \begin_layout Plain Layout
38782
38783
38784 \backslash
38785 footnotemark{}
38786 \end_layout
38787
38788 \end_inset
38789
38790
38791 \size small
38792  came out in the police investigation, but a good deal was suppressed upon
38793  that occasion, since the case for the prosecution was so overwhelmingly
38794  strong that it was not necessary to bring forward all the facts.
38795  Only now, at the end of nearly ten years, am I allowed to supply those
38796  missing links which make up the whole of that remarkable chain.
38797 \size default
38798
38799 \begin_inset ERT
38800 status collapsed
38801
38802 \begin_layout Plain Layout
38803
38804
38805 \backslash
38806 end{window}
38807 \end_layout
38808
38809 \end_inset
38810
38811
38812 \end_layout
38813
38814 \begin_layout Standard
38815 \begin_inset ERT
38816 status collapsed
38817
38818 \begin_layout Plain Layout
38819
38820
38821 \backslash
38822 footnotetext{
38823 \end_layout
38824
38825 \end_inset
38826
38827 Footnote of the paragraph with the fixed object.
38828 \begin_inset ERT
38829 status collapsed
38830
38831 \begin_layout Plain Layout
38832
38833 }
38834 \end_layout
38835
38836 \end_inset
38837
38838
38839 \end_layout
38840
38841 \begin_layout Standard
38842 Surrounded fixed objects are used to let text float around them, at which
38843  the object's position in the paragraph can be determined by the number
38844  of lines above it.
38845  In contrary to floats is it not possible to have a numbered caption.
38846 \end_layout
38847
38848 \begin_layout Standard
38849 A fixed object is inserted by adding the command
38850 \end_layout
38851
38852 \begin_layout Standard
38853
38854 \series bold
38855
38856 \backslash
38857 begin{window}[2,c,{
38858 \end_layout
38859
38860 \begin_layout Standard
38861 as \SpecialChar TeX
38862  Code at the beginning of the paragraph.
38863  The first parameter in the bracket, here '2', defines the number of lines
38864  above the object, the second, here 'c', the position of the object.
38865  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
38866  Behind the command you insert the object.
38867  In this example an image with a width of 40
38868 \begin_inset space \thinspace{}
38869 \end_inset
38870
38871 % of the text column width was inserted.
38872  The object can also be a table, a box or an equation.
38873  Behind the object the command
38874 \end_layout
38875
38876 \begin_layout Standard
38877
38878 \series bold
38879 },description text]
38880 \begin_inset Newline newline
38881 \end_inset
38882
38883 {}
38884 \end_layout
38885
38886 \begin_layout Standard
38887 is inserted.
38888  Note that the 
38889 \begin_inset Quotes eld
38890 \end_inset
38891
38892
38893 \series bold
38894 {}
38895 \series default
38896
38897 \begin_inset Quotes erd
38898 \end_inset
38899
38900  is in the second line.
38901  The description text is optional.
38902  The text surrounding the object must be in the same paragraph as the object,
38903  so it must begin directly after the 
38904 \series bold
38905 {}
38906 \series default
38907 .
38908  At the end of the paragraph insert the command:
38909 \end_layout
38910
38911 \begin_layout Standard
38912
38913 \series bold
38914
38915 \backslash
38916 end{window}
38917 \end_layout
38918
38919 \begin_layout Standard
38920 Within a paragraph with a fixed object, you cannot insert footnotes in the
38921  normal way.
38922  You have to use instead the command 
38923 \series bold
38924
38925 \backslash
38926 footnotemark
38927 \series default
38928  inside the paragraph and outside the command 
38929 \series bold
38930
38931 \backslash
38932 footnotetext
38933 \series default
38934  as described in sec.
38935 \begin_inset space \thinspace{}
38936 \end_inset
38937
38938
38939 \begin_inset CommandInset ref
38940 LatexCommand ref
38941 reference "sec:Footnotes"
38942
38943 \end_inset
38944
38945 .
38946 \end_layout
38947
38948 \begin_layout Standard
38949 \begin_inset ERT
38950 status collapsed
38951
38952 \begin_layout Plain Layout
38953
38954
38955 \backslash
38956 else
38957 \end_layout
38958
38959 \end_inset
38960
38961
38962 \begin_inset Note Note
38963 status open
38964
38965 \begin_layout Plain Layout
38966 The following will be displayed when the \SpecialChar LaTeX
38967 -package 
38968 \series bold
38969 picinpar
38970 \series default
38971  is not installed:
38972 \end_layout
38973
38974 \end_inset
38975
38976
38977 \end_layout
38978
38979 \begin_layout Standard
38980 You need to install the \SpecialChar LaTeX
38981 -package 
38982 \series bold
38983 picinpar
38984 \series default
38985  to see the following part of this section in the output.
38986 \end_layout
38987
38988 \begin_layout Standard
38989 \begin_inset ERT
38990 status collapsed
38991
38992 \begin_layout Plain Layout
38993
38994
38995 \backslash
38996 fi
38997 \end_layout
38998
38999 \end_inset
39000
39001
39002 \end_layout
39003
39004 \begin_layout Section
39005 Initials
39006 \begin_inset Index idx
39007 status collapsed
39008
39009 \begin_layout Plain Layout
39010 Initials
39011 \end_layout
39012
39013 \end_inset
39014
39015
39016 \begin_inset Index idx
39017 status collapsed
39018
39019 \begin_layout Plain Layout
39020 Surrounded by text ! Initials
39021 \end_layout
39022
39023 \end_inset
39024
39025
39026 \end_layout
39027
39028 \begin_layout Standard
39029 To use initials, you must have the \SpecialChar LaTeX
39030 -package 
39031 \series bold
39032 lettrine
39033 \series default
39034
39035 \begin_inset Index idx
39036 status collapsed
39037
39038 \begin_layout Plain Layout
39039 \SpecialChar LaTeX
39040 -packages ! lettrine
39041 \end_layout
39042
39043 \end_inset
39044
39045  installed and use the module 
39046 \family sans
39047 Initials
39048 \family default
39049  in your document (menu 
39050 \family sans
39051 Document\SpecialChar menuseparator
39052 Settings\SpecialChar menuseparator
39053 Modules
39054 \family default
39055 ).
39056  To insert an initial, use the style 
39057 \family sans
39058 Initial
39059 \family default
39060 .
39061  This style has a mandatory and two optional arguments.
39062  The arguments are inserted via the 
39063 \family sans
39064 Insert
39065 \family default
39066  menu.
39067  The mandatory argument 
39068 \family sans
39069 Initial
39070 \family default
39071  contains the letter(s) that is the initial, the argument 
39072 \family sans
39073 Rest
39074 \begin_inset space ~
39075 \end_inset
39076
39077 of
39078 \begin_inset space ~
39079 \end_inset
39080
39081 Initial
39082 \family default
39083  contains the rest of the word or text of the initial letter(s).
39084  The argument 
39085 \family sans
39086 Options
39087 \family default
39088  contains parameters to modify the initial.
39089  For more information about the possible parameters see the documentation
39090  of 
39091 \series bold
39092 lettrine
39093 \series default
39094
39095 \begin_inset CommandInset citation
39096 LatexCommand cite
39097 key "lettrine"
39098 literal "true"
39099
39100 \end_inset
39101
39102 .
39103  The style itself contains the text that is surrounding the initial.
39104  The usual style is hereby that the word whose first letter is the initial,
39105  is printed with 
39106 \shape smallcaps
39107 small caps
39108 \shape default
39109 .
39110 \end_layout
39111
39112 \begin_layout Standard
39113 Here are some examples:
39114 \end_layout
39115
39116 \begin_layout Standard
39117 \begin_inset ERT
39118 status collapsed
39119
39120 \begin_layout Plain Layout
39121
39122
39123 \backslash
39124 iflettrine
39125 \end_layout
39126
39127 \end_inset
39128
39129
39130 \begin_inset Note Note
39131 status open
39132
39133 \begin_layout Plain Layout
39134 The following section will only be displayed when the \SpecialChar LaTeX
39135 -package 
39136 \series bold
39137 lettrine
39138 \series default
39139  is installed.
39140 \end_layout
39141
39142 \end_inset
39143
39144
39145 \end_layout
39146
39147 \begin_layout Enumerate
39148 No optional argument, the initial is the letter 'I' in the math font 
39149 \begin_inset Formula $\mathfrak{Fraktur}$
39150 \end_inset
39151
39152 :
39153 \end_layout
39154
39155 \begin_deeper
39156 \begin_layout Initial
39157 \begin_inset Argument 2
39158 status open
39159
39160 \begin_layout Plain Layout
39161 \begin_inset Formula $\mathfrak{I}$
39162 \end_inset
39163
39164
39165 \end_layout
39166
39167 \end_inset
39168
39169
39170 \begin_inset Argument 3
39171 status open
39172
39173 \begin_layout Plain Layout
39174 t
39175 \end_layout
39176
39177 \end_inset
39178
39179  was in the spring of the year 1894 that all London was interested, and
39180  the fashionable world dismayed, by the murder of the Honourable Ronald
39181  Adair under most unusual and inexplicable circumstances.
39182  The public has already learned those particulars of the crime which came
39183  out in the police investigation, but a good deal was suppressed upon that
39184  occasion, since the case for the prosecution was so overwhelmingly strong
39185  that it was not necessary to bring forward all the facts.
39186 \begin_inset Newpage newpage
39187 \end_inset
39188
39189
39190 \end_layout
39191
39192 \end_deeper
39193 \begin_layout Enumerate
39194 Only one line is surrounding the initial, which is formed by two letters
39195  in standard font and no text is printed in small caps:
39196 \end_layout
39197
39198 \begin_deeper
39199 \begin_layout Initial
39200 \begin_inset Argument 1
39201 status open
39202
39203 \begin_layout Plain Layout
39204 lines=1
39205 \end_layout
39206
39207 \end_inset
39208
39209
39210 \begin_inset Argument 2
39211 status open
39212
39213 \begin_layout Plain Layout
39214 It
39215 \end_layout
39216
39217 \end_inset
39218
39219  was in the spring of the year 1894 that all London was interested, and
39220  the fashionable world dismayed, by the murder of the Honourable Ronald
39221  Adair under most unusual and inexplicable circumstances.
39222  The public has already learned those particulars of the crime which came
39223  out in the police investigation, but a good deal was suppressed upon that
39224  occasion, since the case for the prosecution was so overwhelmingly strong
39225  that it was not necessary to bring forward all the facts.
39226 \end_layout
39227
39228 \end_deeper
39229 \begin_layout Enumerate
39230 Magenta, hanging initial over 3
39231 \begin_inset space ~
39232 \end_inset
39233
39234 lines in the math font 
39235 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39236 \end_inset
39237
39238 , the text 
39239 \begin_inset Quotes eld
39240 \end_inset
39241
39242 t was in the spring
39243 \begin_inset Quotes erd
39244 \end_inset
39245
39246  is in 
39247 \shape smallcaps
39248 small caps
39249 \shape default
39250 ; to color the initial, you must insert this command before the initial:
39251 \begin_inset Newline newline
39252 \end_inset
39253
39254
39255 \series bold
39256
39257 \backslash
39258 renewcommand{
39259 \backslash
39260 LettrineFontHook}{
39261 \backslash
39262 color{color}}
39263 \series default
39264
39265 \begin_inset Newline newline
39266 \end_inset
39267
39268 where the second 
39269 \emph on
39270 color
39271 \emph default
39272  can be 
39273 \begin_inset Quotes eld
39274 \end_inset
39275
39276 red
39277 \begin_inset Quotes erd
39278 \end_inset
39279
39280
39281 \begin_inset Quotes eld
39282 \end_inset
39283
39284 blue
39285 \begin_inset Quotes erd
39286 \end_inset
39287
39288
39289 \begin_inset Quotes eld
39290 \end_inset
39291
39292 green
39293 \begin_inset Quotes erd
39294 \end_inset
39295
39296
39297 \begin_inset Quotes eld
39298 \end_inset
39299
39300 yellow
39301 \begin_inset Quotes erd
39302 \end_inset
39303
39304
39305 \begin_inset Quotes eld
39306 \end_inset
39307
39308 cyan
39309 \begin_inset Quotes erd
39310 \end_inset
39311
39312
39313 \begin_inset Quotes eld
39314 \end_inset
39315
39316 magenta
39317 \begin_inset Quotes erd
39318 \end_inset
39319
39320
39321 \begin_inset Quotes eld
39322 \end_inset
39323
39324 black
39325 \begin_inset Quotes erd
39326 \end_inset
39327
39328  or 
39329 \begin_inset Quotes eld
39330 \end_inset
39331
39332 white
39333 \begin_inset Quotes erd
39334 \end_inset
39335
39336 , and add this command to the document preamble:
39337 \begin_inset Newline newline
39338 \end_inset
39339
39340
39341 \series bold
39342
39343 \backslash
39344 @ifundefined{textcolor}
39345 \begin_inset Newline newline
39346 \end_inset
39347
39348
39349 \begin_inset space ~
39350 \end_inset
39351
39352 {
39353 \backslash
39354 usepackage{color}}{}
39355 \end_layout
39356
39357 \begin_deeper
39358 \begin_layout Standard
39359 \begin_inset ERT
39360 status collapsed
39361
39362 \begin_layout Plain Layout
39363
39364
39365 \backslash
39366 renewcommand{
39367 \backslash
39368 LettrineFontHook}{
39369 \backslash
39370 color{magenta}}
39371 \end_layout
39372
39373 \end_inset
39374
39375
39376 \begin_inset Note Note
39377 status collapsed
39378
39379 \begin_layout Plain Layout
39380 makes the initial magenta
39381 \end_layout
39382
39383 \end_inset
39384
39385
39386 \end_layout
39387
39388 \begin_layout Initial
39389 \begin_inset Argument 1
39390 status open
39391
39392 \begin_layout Plain Layout
39393 lines=3, lhang=0.33, loversize=0.25
39394 \end_layout
39395
39396 \end_inset
39397
39398
39399 \begin_inset Argument 2
39400 status open
39401
39402 \begin_layout Plain Layout
39403 \begin_inset Formula $\mathcal{I}$
39404 \end_inset
39405
39406
39407 \end_layout
39408
39409 \end_inset
39410
39411
39412 \begin_inset Argument 3
39413 status open
39414
39415 \begin_layout Plain Layout
39416 t was in the spring
39417 \end_layout
39418
39419 \end_inset
39420
39421  of the year 1894 that all London was interested, and the fashionable world
39422  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39423  and inexplicable circumstances.
39424  The public has already learned those particulars of the crime which came
39425  out in the police investigation, but a good deal was suppressed upon that
39426  occasion, since the case for the prosecution was so overwhelmingly strong
39427  that it was not necessary to bring forward all the facts.
39428 \end_layout
39429
39430 \end_deeper
39431 \begin_layout Standard
39432 \begin_inset ERT
39433 status collapsed
39434
39435 \begin_layout Plain Layout
39436
39437
39438 \backslash
39439 else
39440 \end_layout
39441
39442 \end_inset
39443
39444
39445 \begin_inset Note Note
39446 status open
39447
39448 \begin_layout Plain Layout
39449 The following will be displayed when the \SpecialChar LaTeX
39450 -package 
39451 \series bold
39452 lettrine
39453 \series default
39454  is not installed:
39455 \end_layout
39456
39457 \end_inset
39458
39459
39460 \end_layout
39461
39462 \begin_layout Standard
39463 You need to install the \SpecialChar LaTeX
39464 -package 
39465 \series bold
39466 lettrine
39467 \series default
39468  to see the following part of this section in the output.
39469 \end_layout
39470
39471 \begin_layout Standard
39472 \begin_inset ERT
39473 status collapsed
39474
39475 \begin_layout Plain Layout
39476
39477
39478 \backslash
39479 fi
39480 \end_layout
39481
39482 \end_inset
39483
39484
39485 \end_layout
39486
39487 \begin_layout Chapter
39488 External Document Parts
39489 \begin_inset Index idx
39490 status collapsed
39491
39492 \begin_layout Plain Layout
39493 External Document Parts
39494 \end_layout
39495
39496 \end_inset
39497
39498
39499 \end_layout
39500
39501 \begin_layout Standard
39502 With the menu 
39503 \family sans
39504 Insert\SpecialChar menuseparator
39505 File
39506 \family default
39507  you can insert external material into your document.
39508  This can be:
39509 \end_layout
39510
39511 \begin_layout Description
39512 LyX
39513 \begin_inset space ~
39514 \end_inset
39515
39516 Document Another \SpecialChar LyX
39517  document; its content is directly inserted to your document.
39518 \end_layout
39519
39520 \begin_layout Description
39521 Plain
39522 \begin_inset space ~
39523 \end_inset
39524
39525 Text A text document; each line is inserted in your document as a separate
39526  paragraph.
39527 \end_layout
39528
39529 \begin_layout Description
39530 Plain
39531 \begin_inset space ~
39532 \end_inset
39533
39534 Text,
39535 \begin_inset space ~
39536 \end_inset
39537
39538 Join
39539 \begin_inset space ~
39540 \end_inset
39541
39542 Lines A text document; text lines are inserted in your document continuously
39543  but an empty text line creates a new paragraph.
39544 \end_layout
39545
39546 \begin_layout Description
39547 External
39548 \begin_inset space ~
39549 \end_inset
39550
39551 Material Files in various formats.
39552 \end_layout
39553
39554 \begin_layout Description
39555 Child
39556 \begin_inset space ~
39557 \end_inset
39558
39559 Document \SpecialChar LyX
39560  or \SpecialChar LaTeX
39561  documents.
39562 \end_layout
39563
39564 \begin_layout Section
39565 External Material
39566 \begin_inset Index idx
39567 status collapsed
39568
39569 \begin_layout Plain Layout
39570 External Document Parts ! External Material
39571 \end_layout
39572
39573 \end_inset
39574
39575
39576 \end_layout
39577
39578 \begin_layout Standard
39579 The external material feature allows you to insert files into your document
39580  without converting them to a format that can be read by the document output
39581  format.
39582  \SpecialChar LyX
39583  takes care of the necessary conversions.
39584  This is similar to images that can be inserted in various image formats
39585  in \SpecialChar LyX
39586  documents.
39587  When you have enabled Instant Preview in \SpecialChar LyX
39588 's preferences under 
39589 \family sans
39590 Look
39591 \begin_inset space ~
39592 \end_inset
39593
39594 and
39595 \begin_inset space ~
39596 \end_inset
39597
39598 feel\SpecialChar menuseparator
39599 Graphics
39600 \family default
39601 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
39602 .
39603 \end_layout
39604
39605 \begin_layout Standard
39606 External material can be inserted via the 
39607 \family sans
39608 External Material
39609 \family default
39610  dialog that is accessible with the menu 
39611 \family sans
39612 Insert\SpecialChar menuseparator
39613 File\SpecialChar menuseparator
39614 External
39615 \begin_inset space ~
39616 \end_inset
39617
39618 Material
39619 \family default
39620 .
39621  Currently the following file types (
39622 \family sans
39623 Templates
39624 \family default
39625 ) are allowed:
39626 \end_layout
39627
39628 \begin_layout Description
39629 Chess
39630 \begin_inset space ~
39631 \end_inset
39632
39633 diagram This template supports chess position diagrams made with the program
39634  
39635 \series bold
39636
39637 \begin_inset CommandInset href
39638 LatexCommand href
39639 name "XBoard"
39640 target "http://en.wikipedia.org/wiki/XBoard"
39641 literal "false"
39642
39643 \end_inset
39644
39645
39646 \series default
39647 .
39648 \end_layout
39649
39650 \begin_layout Description
39651 Dia
39652 \begin_inset space ~
39653 \end_inset
39654
39655 diagram This template supports diagrams created with the program 
39656 \series bold
39657
39658 \begin_inset CommandInset href
39659 LatexCommand href
39660 name "Dia"
39661 target "http://en.wikipedia.org/wiki/Dia_(software)"
39662 literal "false"
39663
39664 \end_inset
39665
39666
39667 \series default
39668 .
39669 \end_layout
39670
39671 \begin_layout Description
39672 Spreadsheet With this template you can insert spreadsheets
39673 \begin_inset space \thinspace{}
39674 \end_inset
39675
39676 /
39677 \begin_inset space \thinspace{}
39678 \end_inset
39679
39680 tables in the format of 
39681 \series bold
39682
39683 \begin_inset CommandInset href
39684 LatexCommand href
39685 name "Gnumeric"
39686 target "http://en.wikipedia.org/wiki/Gnumeric"
39687 literal "false"
39688
39689 \end_inset
39690
39691
39692 \series default
39693
39694 \begin_inset CommandInset href
39695 LatexCommand href
39696 name "OpenDocument"
39697 target "http://en.wikipedia.org/wiki/OpenDocument"
39698 literal "false"
39699
39700 \end_inset
39701
39702
39703 \begin_inset CommandInset href
39704 LatexCommand href
39705 name "Microsoft Office XML"
39706 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39707 literal "false"
39708
39709 \end_inset
39710
39711  and 
39712 \begin_inset CommandInset href
39713 LatexCommand href
39714 name "Office Open XML"
39715 target "http://en.wikipedia.org/wiki/Office_Open_XML"
39716 literal "false"
39717
39718 \end_inset
39719
39720 .
39721  For this feature \SpecialChar LyX
39722  must have found the program 
39723 \family typewriter
39724 ssconvert
39725 \family default
39726  during its configuration.
39727  This program is part of Gnumeric, so that you must have Gnumeric installed,
39728  also if you don't have tables in the Gnumeric format.
39729  For examples and possible limitations have a look at \SpecialChar LyX
39730 's example file 
39731 \emph on
39732 spreadsheet.lyx
39733 \emph default
39734 .
39735 \end_layout
39736
39737 \begin_layout Description
39738 Lilypond
39739 \begin_inset space ~
39740 \end_inset
39741
39742 typeset
39743 \begin_inset space ~
39744 \end_inset
39745
39746 music This template is used for music notation typeset with the program
39747 \begin_inset Newline linebreak
39748 \end_inset
39749
39750
39751 \series bold
39752
39753 \begin_inset CommandInset href
39754 LatexCommand href
39755 name "LilyPond"
39756 target "http://en.wikipedia.org/wiki/LilyPond"
39757 literal "false"
39758
39759 \end_inset
39760
39761
39762 \series default
39763 .
39764  For \SpecialChar LyX
39765 's extended support for LilyPond have a look at \SpecialChar LyX
39766 's example file 
39767 \emph on
39768 lilypond.lyx
39769 \emph default
39770 .
39771 \end_layout
39772
39773 \begin_layout Description
39774 PDF
39775 \begin_inset space ~
39776 \end_inset
39777
39778 pages With this template you can insert PDF documents to your document.
39779  To specify the range of pages that should be included, use the option 
39780 \series bold
39781 pages
39782 \series default
39783  in the 
39784 \family sans
39785 Option
39786 \family default
39787  field in the 
39788 \family sans
39789 LaTeX and LyX options
39790 \family default
39791  tab.
39792  The argument of this option is a comma separated list, containing page
39793  numbers (insert as option 
39794 \series bold
39795 pages={3,5,6,8}
39796 \series default
39797 ), ranges of page numbers (
39798 \series bold
39799 pages={4-9}
39800 \series default
39801 ) or any combination.
39802  To insert empty pages use {}.
39803  E.
39804 \begin_inset space \thinspace{}
39805 \end_inset
39806
39807 g.
39808 \begin_inset space ~
39809 \end_inset
39810
39811
39812 \series bold
39813 pages={3,{},8-11,15}
39814 \series default
39815  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
39816  Page ranges are specified in the syntax 
39817 \emph on
39818 start
39819 \emph default
39820 -
39821 \emph on
39822 stop
39823 \emph default
39824 .
39825  This selects all pages from 
39826 \emph on
39827 start
39828 \emph default
39829  to 
39830 \emph on
39831 stop
39832 \emph default
39833 .
39834  Omitting 
39835 \emph on
39836 start
39837 \emph default
39838  defaults to the first page; omitting 
39839 \emph on
39840 stop
39841 \emph default
39842  defaults to the last page of the document.
39843  The last page can also be selected with the keyword 
39844 \series bold
39845 last
39846 \series default
39847 .
39848  (This is only permitted in a page range.) So 
39849 \series bold
39850 pages=-
39851 \series default
39852  will insert all pages of the document and 
39853 \series bold
39854 pages=last-1
39855 \series default
39856  will insert all pages in reverse order.
39857  If the pages option is not specified, only the first page of the PDF is
39858  inserted.
39859 \begin_inset Newline newline
39860 \end_inset
39861
39862 The option 
39863 \series bold
39864 noautoscale
39865 \series default
39866  inserts the pages with their original size, if this option is not given,
39867  the pages will be resized to fith the width of the page of your document.
39868  In the tab 
39869 \family sans
39870 Size and Rotation
39871 \family default
39872  you can specify the width and height of the input pages and their rotation.
39873  If another width than 100
39874 \begin_inset space \thinspace{}
39875 \end_inset
39876
39877 Scale% is used, the option 
39878 \series bold
39879 noautoscale
39880 \series default
39881  will be overwritten.
39882  For more info and possible options, have a look into the documentation
39883  of the \SpecialChar LaTeX
39884 -package 
39885 \series bold
39886 pdfpages
39887 \series default
39888  
39889 \begin_inset CommandInset citation
39890 LatexCommand cite
39891 key "pdfpages"
39892 literal "true"
39893
39894 \end_inset
39895
39896 .
39897 \begin_inset Index idx
39898 status collapsed
39899
39900 \begin_layout Plain Layout
39901 \SpecialChar LaTeX
39902 -packages ! pdfpages
39903 \end_layout
39904
39905 \end_inset
39906
39907
39908 \begin_inset Newline newline
39909 \end_inset
39910
39911 To use this template in a 
39912 \family sans
39913 Beamer
39914 \family default
39915  presentation you need to first insert an 
39916 \family sans
39917 EndFrame
39918 \family default
39919  environment and in a subsequent paragraph a \SpecialChar TeX
39920  Code box containing the command
39921  
39922 \series bold
39923
39924 \backslash
39925 setbeamertemplate{background canvas}{}
39926 \series default
39927 .
39928  Then you can insert as many paragraphs containing the PDFPages template
39929  as you wish.
39930  Behind the included PDF pages you can resume the Beamer presentation by
39931  beginning a new frame or by starting a new section.
39932  To avoid stray blank pages prior to the PDF pages, make sure to use the
39933  
39934 \family sans
39935 Default
39936 \family default
39937  alignment for the paragraph containing the template.
39938 \begin_inset Newline newline
39939 \end_inset
39940
39941 Here is an included PDF which is rotated by -5°: 
39942 \begin_inset External
39943         template PDFPages
39944         filename clipart/Abstract.pdf
39945         extra LaTeX "noautoscale, pages=-"
39946         rotateAngle -5
39947         rotateOrigin bottomleft
39948
39949 \end_inset
39950
39951
39952 \end_layout
39953
39954 \begin_layout Description
39955 Raster
39956 \begin_inset space ~
39957 \end_inset
39958
39959 image This can be used for bitmap images.
39960  The image can be treated in the 
39961 \family sans
39962 External material
39963 \family default
39964  dialog like the images that are usually included via the 
39965 \family sans
39966 Graphics
39967 \family default
39968  dialog as described in section
39969 \begin_inset space ~
39970 \end_inset
39971
39972
39973 \begin_inset CommandInset ref
39974 LatexCommand ref
39975 reference "sec:Graphics-Dialog"
39976
39977 \end_inset
39978
39979 .
39980  Here is an inserted raster image: 
39981 \begin_inset External
39982         template RasterImage
39983         filename clipart/ToolbarEnvBox.png
39984
39985 \end_inset
39986
39987
39988 \end_layout
39989
39990 \begin_layout Description
39991 Vector
39992 \begin_inset space ~
39993 \end_inset
39994
39995 graphics This can be used for vector graphics.
39996  The image can be treated in the 
39997 \family sans
39998 External material
39999 \family default
40000  dialog like the images that are usually included via the 
40001 \family sans
40002 Graphics
40003 \family default
40004  dialog as described in section
40005 \begin_inset space ~
40006 \end_inset
40007
40008
40009 \begin_inset CommandInset ref
40010 LatexCommand ref
40011 reference "sec:Graphics-Dialog"
40012
40013 \end_inset
40014
40015 .
40016  Here is an inserted vector graphics: 
40017 \begin_inset External
40018         template VectorGraphics
40019         filename clipart/SVG-Drawing.svg
40020         lyxscale 50
40021         scale 33
40022
40023 \end_inset
40024
40025
40026 \end_layout
40027
40028 \begin_layout Description
40029 Xfig
40030 \begin_inset space ~
40031 \end_inset
40032
40033 figure This template supports images created with the program 
40034 \begin_inset CommandInset href
40035 LatexCommand href
40036 name "Xfig"
40037 target "http://en.wikipedia.org/wiki/Xfig"
40038 literal "false"
40039
40040 \end_inset
40041
40042 .
40043 \end_layout
40044
40045 \begin_layout Description
40046 Inkscape
40047 \begin_inset space ~
40048 \end_inset
40049
40050 figure This experimental template supports vector graphics (SVG) images
40051  that contain text written in \SpecialChar LaTeX
40052 .
40053  It relies on the option 
40054 \family sans
40055 Omit text in PDF and create LaTeX file
40056 \family default
40057  when saving a drawing as PDF with the program 
40058 \noun on
40059 Inkscape
40060 \noun default
40061
40062 \begin_inset CommandInset citation
40063 LatexCommand cite
40064 key "Inkscape"
40065 literal "false"
40066
40067 \end_inset
40068
40069 .
40070  This allows to include SVG documents in which \SpecialChar LaTeX
40071  will typeset the text.
40072  The benefit of such SVGs is a uniform text style throughout the whole document.
40073 \begin_inset Newline newline
40074 \end_inset
40075
40076 One can use \SpecialChar TeX
40077  code commands like 
40078 \series bold
40079
40080 \backslash
40081 Large
40082 \series default
40083
40084 \series bold
40085
40086 \backslash
40087 small
40088 \series default
40089 , etc.
40090 \begin_inset space \space{}
40091 \end_inset
40092
40093 in the text of the SVG.
40094  The size of the font will be taken from the settings of the \SpecialChar LyX
40095  document.
40096  Refer to 
40097 \begin_inset CommandInset citation
40098 LatexCommand cite
40099 key "Inkscape"
40100 literal "false"
40101
40102 \end_inset
40103
40104  for more information and examples.
40105 \begin_inset Newline newline
40106 \end_inset
40107
40108 Note that while the image text takes into account the surrounding font,
40109  its preview in \SpecialChar LyX
40110  does not.
40111  Wrapping the external inset in a preview inset (menu 
40112 \family sans
40113 Insert\SpecialChar menuseparator
40114 Preview
40115 \family default
40116 ) gives a better result.
40117 \begin_inset Newline newline
40118 \end_inset
40119
40120 The template works very similarly to Xfig support.
40121  \SpecialChar LyX
40122  will extract the text in the image into a separate \SpecialChar TeX
40123  file and creates a
40124  PDF file for the rest.
40125 \end_layout
40126
40127 \begin_layout Standard
40128 \begin_inset Float table
40129 placement !h
40130 wide false
40131 sideways false
40132 status open
40133
40134 \begin_layout Plain Layout
40135 \begin_inset Caption Standard
40136
40137 \begin_layout Plain Layout
40138 \begin_inset CommandInset label
40139 LatexCommand label
40140 name "tab:Comparison-of-the"
40141
40142 \end_inset
40143
40144 Comparison of the date input methods.
40145 \end_layout
40146
40147 \end_inset
40148
40149
40150 \end_layout
40151
40152 \begin_layout Plain Layout
40153 \align center
40154 \begin_inset Tabular
40155 <lyxtabular version="3" rows="4" columns="3">
40156 <features tabularvalignment="middle">
40157 <column alignment="center" valignment="top">
40158 <column alignment="center" valignment="top">
40159 <column alignment="center" valignment="top">
40160 <row>
40161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40162 \begin_inset Text
40163
40164 \begin_layout Plain Layout
40165 Document format
40166 \end_layout
40167
40168 \end_inset
40169 </cell>
40170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40171 \begin_inset Text
40172
40173 \begin_layout Plain Layout
40174
40175 \family sans
40176 Insert\SpecialChar menuseparator
40177 Date
40178 \end_layout
40179
40180 \end_inset
40181 </cell>
40182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40183 \begin_inset Text
40184
40185 \begin_layout Plain Layout
40186 command 
40187 \series bold
40188
40189 \backslash
40190 today
40191 \end_layout
40192
40193 \end_inset
40194 </cell>
40195 </row>
40196 <row>
40197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40198 \begin_inset Text
40199
40200 \begin_layout Plain Layout
40201 \SpecialChar LyX
40202
40203 \end_layout
40204
40205 \end_inset
40206 </cell>
40207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40208 \begin_inset Text
40209
40210 \begin_layout Plain Layout
40211 as date
40212 \end_layout
40213
40214 \end_inset
40215 </cell>
40216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40217 \begin_inset Text
40218
40219 \begin_layout Plain Layout
40220 as \SpecialChar TeX
40221  Code inset box
40222 \end_layout
40223
40224 \end_inset
40225 </cell>
40226 </row>
40227 <row>
40228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40229 \begin_inset Text
40230
40231 \begin_layout Plain Layout
40232 \SpecialChar LaTeX
40233
40234 \end_layout
40235
40236 \end_inset
40237 </cell>
40238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40239 \begin_inset Text
40240
40241 \begin_layout Plain Layout
40242 as date
40243 \end_layout
40244
40245 \end_inset
40246 </cell>
40247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40248 \begin_inset Text
40249
40250 \begin_layout Plain Layout
40251 as command
40252 \end_layout
40253
40254 \end_inset
40255 </cell>
40256 </row>
40257 <row>
40258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40259 \begin_inset Text
40260
40261 \begin_layout Plain Layout
40262 DVI, PDF, PS
40263 \end_layout
40264
40265 \end_inset
40266 </cell>
40267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40268 \begin_inset Text
40269
40270 \begin_layout Plain Layout
40271 as date
40272 \end_layout
40273
40274 \end_inset
40275 </cell>
40276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40277 \begin_inset Text
40278
40279 \begin_layout Plain Layout
40280 as date
40281 \end_layout
40282
40283 \end_inset
40284 </cell>
40285 </row>
40286 </lyxtabular>
40287
40288 \end_inset
40289
40290
40291 \end_layout
40292
40293 \end_inset
40294
40295
40296 \end_layout
40297
40298 \begin_layout Standard
40299 When you use the option 
40300 \family sans
40301 Draft
40302 \family default
40303  in the 
40304 \family sans
40305 File
40306 \family default
40307  tab of the 
40308 \family sans
40309 External Material
40310 \family default
40311  dialog, only the path to the inserted file is shown in the output.
40312 \begin_inset Newline newline
40313 \end_inset
40314
40315 External material is displayed in \SpecialChar LyX
40316  either as a box like this: 
40317 \begin_inset Graphics
40318         filename clipart/ExternalMaterial.png
40319         scale 95
40320         scaleBeforeRotation
40321
40322 \end_inset
40323
40324  or as image, depending on the option 
40325 \family sans
40326 Show in LyX
40327 \family default
40328  in the 
40329 \family sans
40330 LaTeX and LyX options
40331 \family default
40332  tab of the dialog.
40333 \end_layout
40334
40335 \begin_layout Standard
40336 The 
40337 \family sans
40338 \emph on
40339 Customization
40340 \family default
40341 \emph default
40342  manual explains how you can define your own templates.
40343 \end_layout
40344
40345 \begin_layout Section
40346 Child Documents
40347 \begin_inset CommandInset label
40348 LatexCommand label
40349 name "sec:Child-Documents"
40350
40351 \end_inset
40352
40353
40354 \begin_inset Index idx
40355 status collapsed
40356
40357 \begin_layout Plain Layout
40358 External Document Parts ! Child Documents
40359 \end_layout
40360
40361 \end_inset
40362
40363
40364 \begin_inset Index idx
40365 status collapsed
40366
40367 \begin_layout Plain Layout
40368 Files ! Include
40369 \end_layout
40370
40371 \end_inset
40372
40373
40374 \end_layout
40375
40376 \begin_layout Standard
40377 Child documents are used if you have a long document consisting of several
40378  larger parts or sections.
40379  For maintenance it is often useful and sometimes even required to split
40380  the document into several files that can be revised separately.
40381  The different documents are then the so called 
40382 \begin_inset Quotes eld
40383 \end_inset
40384
40385 child documents
40386 \begin_inset Quotes erd
40387 \end_inset
40388
40389 , and a master document connects them to print the full document or parts
40390  of it.
40391  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40392  preamble,
40393  the bibliography, and labels for cross-references.
40394 \end_layout
40395
40396 \begin_layout Standard
40397 To be able to work on child documents without the need to open their master,
40398  specify in the child document the master in the menu
40399 \family sans
40400  Document\SpecialChar menuseparator
40401 Settings\SpecialChar menuseparator
40402 Document
40403 \begin_inset space ~
40404 \end_inset
40405
40406 Class
40407 \family default
40408 .
40409  This master document will then be used in the background by \SpecialChar LyX
40410  when you edit
40411  the child document.
40412 \end_layout
40413
40414 \begin_layout Standard
40415 Included documents are displayed in \SpecialChar LyX
40416  as a box like this: 
40417 \begin_inset Graphics
40418         filename clipart/ChildDocument.png
40419         scale 95
40420         scaleBeforeRotation
40421
40422 \end_inset
40423
40424  To include child documents in a master document use the menu 
40425 \family sans
40426 Insert\SpecialChar menuseparator
40427 File\SpecialChar menuseparator
40428 Child
40429 \begin_inset space ~
40430 \end_inset
40431
40432 Documents
40433 \family default
40434 .
40435  A dialog pops up where you can choose between four include methods:
40436 \end_layout
40437
40438 \begin_layout Description
40439 Include You can include \SpecialChar LyX
40440  and \SpecialChar LaTeX
40441  documents.
40442  When you press the 
40443 \family sans
40444 Edit
40445 \family default
40446  button in the 
40447 \family sans
40448 Child Document
40449 \family default
40450  dialog, the included document will be opened in \SpecialChar LyX
40451  in a new file tab so that
40452  you can modify it.
40453 \begin_inset Newline newline
40454 \end_inset
40455
40456
40457 \end_layout
40458
40459 \begin_layout Standard
40460 Here is a child document inserted using 
40461 \family sans
40462 Include
40463 \family default
40464
40465 \begin_inset CommandInset include
40466 LatexCommand include
40467 filename "DummyDocument1.lyx"
40468
40469 \end_inset
40470
40471
40472 \end_layout
40473
40474 \begin_layout Standard
40475 The section numbering includes the sections of the included files in the
40476  order they are inserted in the master document.
40477  The included example document has for example a subsection that is numbered
40478  as a subsection of this section.
40479  Labels of included documents can be referenced: Subsection
40480 \begin_inset space ~
40481 \end_inset
40482
40483
40484 \begin_inset CommandInset ref
40485 LatexCommand ref
40486 reference "subsec:External-Subsection-1"
40487
40488 \end_inset
40489
40490 .
40491 \end_layout
40492
40493 \begin_layout Standard
40494 The preamble of the child document is ignored; only the preamble of the
40495  master document is used.
40496  Branches in child documents will be ignored by the master document when
40497  the master document does not have a branch with the same name.
40498  Included documents are inserted starting on a new page and ending with
40499  a page break.
40500 \end_layout
40501
40502 \begin_layout Standard
40503 \begin_inset Note Greyedout
40504 status open
40505
40506 \begin_layout Plain Layout
40507
40508 \series bold
40509 Note:
40510 \series default
40511  If you have included a \SpecialChar LyX
40512  or \SpecialChar LaTeX
40513  file, you are warned when you export/view the
40514  document in case the child document uses another document class than the
40515  master document as this will lead to unexpected outputs.
40516 \end_layout
40517
40518 \end_inset
40519
40520
40521 \end_layout
40522
40523 \begin_layout Description
40524 Input This method is very similar to the Include method.
40525  The differences are:
40526 \end_layout
40527
40528 \begin_deeper
40529 \begin_layout Itemize
40530 Input files don't start with a new page and don't end with a page break.
40531 \end_layout
40532
40533 \begin_layout Itemize
40534 Input files can be previewed in \SpecialChar LyX
40535  when 
40536 \family sans
40537 Instant
40538 \begin_inset space ~
40539 \end_inset
40540
40541 Preview
40542 \family default
40543  is enabled in \SpecialChar LyX
40544 's preferences under 
40545 \family sans
40546 Look
40547 \begin_inset space ~
40548 \end_inset
40549
40550 and
40551 \begin_inset space ~
40552 \end_inset
40553
40554 feel\SpecialChar menuseparator
40555 Graphics
40556 \family default
40557 .
40558 \end_layout
40559
40560 \begin_layout Itemize
40561 You cannot exclude Input files via the menu 
40562 \family sans
40563 Document\SpecialChar menuseparator
40564 Settings\SpecialChar menuseparator
40565 Child Documents
40566 \family default
40567 .
40568 \end_layout
40569
40570 \end_deeper
40571 \begin_layout Standard
40572 Here is a child document inserted using 
40573 \family sans
40574 Input
40575 \family default
40576
40577 \begin_inset CommandInset include
40578 LatexCommand input
40579 filename "DummyDocument2.lyx"
40580
40581 \end_inset
40582
40583
40584 \end_layout
40585
40586 \begin_layout Description
40587 Verbatim With this method any text file can be included.
40588  The file is shown in the output with its source code; no command used in
40589  the text is invoked.
40590  You can use the option 
40591 \family sans
40592 Mark spaces in output
40593 \family default
40594  that displays the character 
40595 \begin_inset Quotes eld
40596 \end_inset
40597
40598
40599 \begin_inset ERT
40600 status collapsed
40601
40602 \begin_layout Plain Layout
40603
40604
40605 \backslash
40606 textvisiblespace 
40607 \end_layout
40608
40609 \end_inset
40610
40611
40612 \begin_inset Quotes erd
40613 \end_inset
40614
40615  for every space character in the source code.
40616  The difference from the method via the menu 
40617 \family sans
40618 Insert\SpecialChar menuseparator
40619 File\SpecialChar menuseparator
40620 Plain
40621 \begin_inset space ~
40622 \end_inset
40623
40624 Text
40625 \family default
40626  is that the document content is not shown in \SpecialChar LyX
40627 .
40628 \end_layout
40629
40630 \begin_layout Standard
40631 Here is a child document inserted as Verbatim: 
40632 \begin_inset CommandInset include
40633 LatexCommand verbatiminput
40634 filename "DummyTextDocument.txt"
40635
40636 \end_inset
40637
40638
40639 \begin_inset VSpace bigskip
40640 \end_inset
40641
40642  Here is a child document inserted as Verbatim using the 
40643 \family sans
40644 Mark spaces in output
40645 \family default
40646  option: 
40647 \begin_inset CommandInset include
40648 LatexCommand verbatiminput*
40649 filename "DummyTextDocument.txt"
40650
40651 \end_inset
40652
40653
40654 \end_layout
40655
40656 \begin_layout Standard
40657 \begin_inset VSpace bigskip
40658 \end_inset
40659
40660
40661 \end_layout
40662
40663 \begin_layout Standard
40664 \begin_inset Note Greyedout
40665 status open
40666
40667 \begin_layout Plain Layout
40668
40669 \series bold
40670 Note:
40671 \series default
40672  As you can see in the examples above, the text of the documents included
40673  as 
40674 \family sans
40675 verbatim
40676 \family default
40677  is not broken at the end of the document lines.
40678 \end_layout
40679
40680 \end_inset
40681
40682
40683 \end_layout
40684
40685 \begin_layout Description
40686 Listings This type is described in chapter
40687 \begin_inset space ~
40688 \end_inset
40689
40690
40691 \begin_inset CommandInset ref
40692 LatexCommand ref
40693 reference "cha:Program-Code-Listings"
40694
40695 \end_inset
40696
40697 .
40698 \end_layout
40699
40700 \begin_layout Standard
40701 \begin_inset Note Greyedout
40702 status open
40703
40704 \begin_layout Plain Layout
40705
40706 \series bold
40707 Note:
40708 \series default
40709  Including the same document twice in a document using different methods
40710  could cause \SpecialChar LaTeX
40711 -problems.
40712 \end_layout
40713
40714 \end_inset
40715
40716
40717 \end_layout
40718
40719 \begin_layout Standard
40720 If you want to view/export only selected children of your master document,
40721  either because you want to save compiling time or because you want to distribut
40722 e single chapters of the book you are just writing, you can exclude children
40723  from the output.
40724  This is done via the menu 
40725 \family sans
40726 Document\SpecialChar menuseparator
40727 Settings\SpecialChar menuseparator
40728 Child Documents
40729 \family default
40730 .
40731  You can exclude\SpecialChar breakableslash
40732 include children by double-clicking on the 
40733 \family sans
40734 include to output
40735 \family default
40736  column of the respective child document in the list (note that this only
40737  works for documents embedded via 
40738 \begin_inset Quotes eld
40739 \end_inset
40740
40741 Include
40742 \begin_inset Quotes erd
40743 \end_inset
40744
40745 , not with 
40746 \begin_inset Quotes eld
40747 \end_inset
40748
40749 Input
40750 \begin_inset Quotes erd
40751 \end_inset
40752
40753 ).
40754  If the option 
40755 \family sans
40756 Maintain counters and references
40757 \family default
40758  is enabled, \SpecialChar LyX
40759  will assure that all page numbers, references etc.
40760 \begin_inset space ~
40761 \end_inset
40762
40763 are correct as if the whole document was processed.
40764  This is useful if you want the selected sub-documents to look exactly as
40765  in the context of the whole document.
40766  However, \SpecialChar LyX
40767  needs to process the whole document in the background for this
40768  feature.
40769  So if you want to save compile time and if counters and references do not
40770  need to be correct, disable this checkbox.
40771 \end_layout
40772
40773 \begin_layout Standard
40774 Alternatively, you can put each included file into a branch.
40775 \begin_inset Foot
40776 status collapsed
40777
40778 \begin_layout Plain Layout
40779 Branches are described in section 
40780 \emph on
40781 Branches
40782 \emph default
40783  of the \SpecialChar LyX
40784  
40785 \emph on
40786 Userguide
40787 \emph default
40788 .
40789 \end_layout
40790
40791 \end_inset
40792
40793  By enabling\SpecialChar breakableslash
40794 disabling branches you can decide which included files will
40795  appear in the output.
40796  This has the advantage that it also works with Input'ed sub-documents.
40797  However, counters and references will not be maintained with this approach.
40798 \end_layout
40799
40800 \begin_layout Chapter
40801 Program Code Listings
40802 \begin_inset CommandInset label
40803 LatexCommand label
40804 name "cha:Program-Code-Listings"
40805
40806 \end_inset
40807
40808
40809 \begin_inset Index idx
40810 status collapsed
40811
40812 \begin_layout Plain Layout
40813 Listings
40814 \end_layout
40815
40816 \end_inset
40817
40818
40819 \begin_inset Index idx
40820 status collapsed
40821
40822 \begin_layout Plain Layout
40823 Program Code
40824 \end_layout
40825
40826 \end_inset
40827
40828
40829 \begin_inset Index idx
40830 status collapsed
40831
40832 \begin_layout Plain Layout
40833 Floats ! Listings
40834 \end_layout
40835
40836 \end_inset
40837
40838
40839 \end_layout
40840
40841 \begin_layout Standard
40842 To include and typeset program code you can use the 
40843 \family sans
40844 Listings
40845 \family default
40846  inset that can be inserted via the menu 
40847 \family sans
40848 Insert\SpecialChar menuseparator
40849 Program Listing
40850 \family default
40851 .
40852  The \SpecialChar LaTeX
40853 -packages 
40854 \series bold
40855 listings
40856 \series default
40857
40858 \begin_inset Index idx
40859 status collapsed
40860
40861 \begin_layout Plain Layout
40862 \SpecialChar LaTeX
40863 -packages ! listings
40864 \end_layout
40865
40866 \end_inset
40867
40868  or 
40869 \series bold
40870 minted
40871 \series default
40872
40873 \begin_inset Index idx
40874 status collapsed
40875
40876 \begin_layout Plain Layout
40877 \SpecialChar LaTeX
40878 -packages ! minted
40879 \end_layout
40880
40881 \end_inset
40882
40883  provide a powerful and flexible way to insert program source code into
40884  your document.
40885  One can only use one of these packages in a document.
40886  
40887 \series bold
40888 listings
40889 \series default
40890  is used by default.
40891 \end_layout
40892
40893 \begin_layout Standard
40894 \begin_inset Note Note
40895 status open
40896
40897 \begin_layout Plain Layout
40898
40899 \series bold
40900 Note:
40901 \series default
40902  \SpecialChar LyX
40903  does NOT want to encourage users to add the 
40904 \family typewriter
40905 -shell-escape
40906 \family default
40907  option to converter definitions.
40908  It works, but it is a huge security risk.
40909  There is an active discussion about how to handle this.
40910  Once that's been resolved, this can be updated appropriately.
40911 \end_layout
40912
40913 \begin_layout Plain Layout
40914 =====
40915 \end_layout
40916
40917 \begin_layout Plain Layout
40918 In order to use 
40919 \series bold
40920 minted
40921 \series default
40922 , you need to select it as the syntax highlighting package in the document
40923  settings under 
40924 \family sans
40925 Listings
40926 \family default
40927 .
40928  
40929 \series bold
40930 minted
40931 \series default
40932  requires also additionally the module 
40933 \family sans
40934 pygments
40935 \family default
40936  of the software 
40937 \noun on
40938 Python
40939 \noun default
40940
40941 \begin_inset Foot
40942 status collapsed
40943
40944 \begin_layout Plain Layout
40945 Under \SpecialChar LyX
40946  for Windows 
40947 \family sans
40948 pygments
40949 \family default
40950  is already installed.
40951 \end_layout
40952
40953 \end_inset
40954
40955  and the option 
40956 \family typewriter
40957 -shell-escape
40958 \family default
40959  for the \SpecialChar LaTeX
40960  processor.
40961  If you want for example view or export your document as the format 
40962 \family sans
40963 PDF
40964 \begin_inset space ~
40965 \end_inset
40966
40967 (pdflatex)
40968 \family default
40969 , go to the \SpecialChar LyX
40970  preferences and there to the section 
40971 \family sans
40972 File
40973 \begin_inset space ~
40974 \end_inset
40975
40976 Handling\SpecialChar menuseparator
40977 Converters
40978 \family default
40979 .
40980  There go to the entry 
40981 \family sans
40982 LaTeX
40983 \begin_inset space ~
40984 \end_inset
40985
40986 (pdflatex) -> PDF
40987 \begin_inset space ~
40988 \end_inset
40989
40990 (pdflatex)
40991 \family default
40992  and look at the field 
40993 \family sans
40994 Converter
40995 \family default
40996 .
40997  There you see by default the content
40998 \begin_inset Newline newline
40999 \end_inset
41000
41001
41002 \series bold
41003 pdflatex $$i
41004 \series default
41005
41006 \begin_inset Newline newline
41007 \end_inset
41008
41009 Now change it to
41010 \begin_inset Newline newline
41011 \end_inset
41012
41013
41014 \series bold
41015 pdflatex $$i -shell-escape
41016 \begin_inset Newline newline
41017 \end_inset
41018
41019
41020 \series default
41021 and press the 
41022 \family sans
41023 Modify
41024 \family default
41025  button and subsequently 
41026 \family sans
41027 Apply
41028 \family default
41029  or 
41030 \family sans
41031 Save
41032 \family default
41033 .
41034  The same can be done for the output formats 
41035 \family sans
41036 PDF
41037 \begin_inset space ~
41038 \end_inset
41039
41040 (LuaTeX)
41041 \family default
41042  and 
41043 \family sans
41044 PDF
41045 \begin_inset space ~
41046 \end_inset
41047
41048 (XeTeX)
41049 \family default
41050 .
41051 \end_layout
41052
41053 \end_inset
41054
41055
41056 \end_layout
41057
41058 \begin_layout Standard
41059 Right-clicking on a listings inset opens the context menu containing where
41060  you can set the listings format.
41061 \end_layout
41062
41063 \begin_layout Standard
41064 By default, a listing starts a new paragraph in the output.
41065  The placement option 
41066 \family sans
41067 Inline
41068 \begin_inset space ~
41069 \end_inset
41070
41071 listing
41072 \family default
41073  prints the listing inline like this: 
41074 \begin_inset listings
41075 lstparams "language={C++}"
41076 inline true
41077 status open
41078
41079 \begin_layout Plain Layout
41080
41081 int a=5;
41082 \end_layout
41083
41084 \end_inset
41085
41086
41087 \begin_inset Newline newline
41088 \end_inset
41089
41090 The option 
41091 \family sans
41092 Float
41093 \family default
41094  creates a listings float where you can specify the placement options 
41095 \begin_inset Quotes eld
41096 \end_inset
41097
41098
41099 \family sans
41100 h
41101 \family default
41102
41103 \begin_inset Quotes erd
41104 \end_inset
41105
41106
41107 \begin_inset Quotes eld
41108 \end_inset
41109
41110
41111 \family sans
41112 t
41113 \family default
41114
41115 \begin_inset Quotes erd
41116 \end_inset
41117
41118
41119 \begin_inset Quotes eld
41120 \end_inset
41121
41122
41123 \family sans
41124 b
41125 \family default
41126
41127 \begin_inset Quotes erd
41128 \end_inset
41129
41130 , and 
41131 \begin_inset Quotes eld
41132 \end_inset
41133
41134
41135 \family sans
41136 p
41137 \family default
41138
41139 \begin_inset Quotes erd
41140 \end_inset
41141
41142  corresponding to the float placement options described in section
41143 \begin_inset space ~
41144 \end_inset
41145
41146
41147 \begin_inset CommandInset ref
41148 LatexCommand ref
41149 reference "sec:Float-Placement"
41150
41151 \end_inset
41152
41153 .
41154  The placement options can be mixed and are inserted without any separation,
41155  e.
41156 \begin_inset space \thinspace{}
41157 \end_inset
41158
41159 g.
41160 \begin_inset space \space{}
41161 \end_inset
41162
41163
41164 \begin_inset Quotes eld
41165 \end_inset
41166
41167
41168 \family sans
41169 htbp
41170 \family default
41171
41172 \begin_inset Quotes erd
41173 \end_inset
41174
41175 .
41176  The option 
41177 \begin_inset Quotes eld
41178 \end_inset
41179
41180 h
41181 \begin_inset Quotes erd
41182 \end_inset
41183
41184  has sometimes no effect, but you don't need to use the 
41185 \family sans
41186 Float
41187 \family default
41188  option in this case as also non-float listings can have captions and be
41189  referenced.
41190 \end_layout
41191
41192 \begin_layout Standard
41193 You can add captions to listings that are not inline with the menu 
41194 \family sans
41195 Insert\SpecialChar menuseparator
41196 Caption
41197 \family default
41198 .
41199  Listings can be referenced like floats: Listing
41200 \begin_inset space ~
41201 \end_inset
41202
41203
41204 \begin_inset CommandInset ref
41205 LatexCommand ref
41206 reference "lst:Example-Listing"
41207
41208 \end_inset
41209
41210 .
41211  A list of listings which contains all listings with captions can be created
41212  via the menu 
41213 \family sans
41214 Insert\SpecialChar menuseparator
41215 List
41216 \begin_inset space ~
41217 \end_inset
41218
41219 /
41220 \begin_inset space ~
41221 \end_inset
41222
41223 TOC\SpecialChar menuseparator
41224 List of Listings
41225 \family default
41226 .
41227  The list entries are the listing caption and the listing number.
41228 \end_layout
41229
41230 \begin_layout Standard
41231 \begin_inset listings
41232 lstparams "language=Python"
41233 inline false
41234 status open
41235
41236 \begin_layout Plain Layout
41237
41238 \begin_inset Caption Standard
41239
41240 \begin_layout Plain Layout
41241 \begin_inset CommandInset label
41242 LatexCommand label
41243 name "lst:Example-Listing"
41244
41245 \end_inset
41246
41247 Example Listing float
41248 \end_layout
41249
41250 \end_inset
41251
41252 # Example listing float
41253 \end_layout
41254
41255 \begin_layout Plain Layout
41256
41257 def func(param):
41258 \end_layout
41259
41260 \begin_layout Plain Layout
41261
41262     'this is a python function'
41263 \end_layout
41264
41265 \begin_layout Plain Layout
41266
41267     pass
41268 \end_layout
41269
41270 \end_inset
41271
41272
41273 \end_layout
41274
41275 \begin_layout Standard
41276 \begin_inset Note Greyedout
41277 status open
41278
41279 \begin_layout Plain Layout
41280
41281 \series bold
41282 Note: 
41283 \series default
41284 The 
41285 \series bold
41286 listings
41287 \series default
41288  package places captions before the listing by default.
41289 \begin_inset Newline newline
41290 \end_inset
41291
41292 The 
41293 \series bold
41294 minted
41295 \series default
41296  package places them after the listing by default if it is floating.
41297  If tit is not floating caption will be typeset before the listing if it
41298  is inserted to its first line, otherwise it will be typeset after the listing.
41299  If you want to force the placement in avery case before the listing, you
41300  have to add the following lines as last thing to the preamble:
41301 \begin_inset Newline newline
41302 \end_inset
41303
41304
41305 \series bold
41306
41307 \backslash
41308 @ifundefined{newfloat}
41309 \begin_inset Newline newline
41310 \end_inset
41311
41312
41313 \begin_inset Phantom HPhantom
41314 status open
41315
41316 \begin_layout Plain Layout
41317
41318 \series bold
41319 \begin_inset space ~
41320 \end_inset
41321
41322
41323 \end_layout
41324
41325 \end_inset
41326
41327 {
41328 \backslash
41329 usepackage{float}}{}
41330 \begin_inset Newline newline
41331 \end_inset
41332
41333
41334 \backslash
41335 floatstyle{plaintop}
41336 \series default
41337
41338 \begin_inset Note Note
41339 status collapsed
41340
41341 \begin_layout Plain Layout
41342 The package 
41343 \series bold
41344 float
41345 \series default
41346  will be loaded automatically by \SpecialChar LyX
41347  when you use special document-wide float
41348  placement settings.
41349  To avoid that it is loaded twice the command 
41350 \series bold
41351
41352 \backslash
41353 @ifundefined
41354 \series default
41355  is used in the above command.
41356 \end_layout
41357
41358 \end_inset
41359
41360
41361 \end_layout
41362
41363 \end_inset
41364
41365
41366 \end_layout
41367
41368 \begin_layout Standard
41369 When you have set a programming language in the listings dialog, the keywords
41370  of this language will be recognized and specially typeset in the output.
41371  In the example listings the Python keyword 
41372 \begin_inset Quotes eld
41373 \end_inset
41374
41375 def
41376 \begin_inset Quotes erd
41377 \end_inset
41378
41379  is recognized and printed bold in the output.
41380 \end_layout
41381
41382 \begin_layout Standard
41383 \begin_inset Note Greyedout
41384 status open
41385
41386 \begin_layout Plain Layout
41387
41388 \series bold
41389 Note:
41390 \series default
41391  If you don't get bold keywords when using typewriter fonts, your 
41392 \family typewriter
41393 typewriter
41394 \family default
41395  font probably doesn't provide a bold shape.
41396  In this case select a different one in the menu 
41397 \family sans
41398 Document\SpecialChar menuseparator
41399 Settings\SpecialChar menuseparator
41400 Fonts
41401 \family default
41402 .
41403  (The fonts 
41404 \emph on
41405 LuxiMono, BeraMono
41406 \emph default
41407  and 
41408 \emph on
41409 Courier
41410 \emph default
41411  provide bold shapes.)
41412 \end_layout
41413
41414 \end_inset
41415
41416
41417 \end_layout
41418
41419 \begin_layout Standard
41420 In section 
41421 \family sans
41422 Line
41423 \begin_inset space ~
41424 \end_inset
41425
41426 numbering
41427 \family default
41428  of the listings dialog you can specify the line numbering style.
41429  You can insert a number to specify which lines are numbered in the field
41430  
41431 \family sans
41432 Step
41433 \family default
41434 .
41435  When you insert e.
41436 \begin_inset space \thinspace{}
41437 \end_inset
41438
41439 g.
41440 \begin_inset space \space{}
41441 \end_inset
41442
41443
41444 \begin_inset Quotes eld
41445 \end_inset
41446
41447 3
41448 \begin_inset Quotes erd
41449 \end_inset
41450
41451 , only every 3rd line will be numbered.
41452 \end_layout
41453
41454 \begin_layout Standard
41455 You can furthermore specify a range of lines; only these will then appear
41456  in the output.
41457  The option 
41458 \family sans
41459 Extended character table
41460 \family default
41461  is only meaningful for the 
41462 \series bold
41463 listings
41464 \series default
41465  package and should be used when you use national characters like the German
41466  umlauts in the listing.
41467 \begin_inset Newline newline
41468 \end_inset
41469
41470 Here is an example listing with left line numbering, step 
41471 \begin_inset Quotes eld
41472 \end_inset
41473
41474 3
41475 \begin_inset Quotes erd
41476 \end_inset
41477
41478 , language 
41479 \begin_inset Quotes eld
41480 \end_inset
41481
41482 Python
41483 \begin_inset Quotes erd
41484 \end_inset
41485
41486 , options 
41487 \begin_inset Quotes eld
41488 \end_inset
41489
41490 Extended character table
41491 \begin_inset Quotes erd
41492 \end_inset
41493
41494  and 
41495 \begin_inset Quotes eld
41496 \end_inset
41497
41498 Space
41499 \begin_inset space ~
41500 \end_inset
41501
41502 as
41503 \begin_inset space ~
41504 \end_inset
41505
41506 symbol
41507 \begin_inset Quotes erd
41508 \end_inset
41509
41510 , range lines 3
41511 \begin_inset space \thinspace{}
41512 \end_inset
41513
41514 -
41515 \begin_inset space \thinspace{}
41516 \end_inset
41517
41518 8:
41519 \end_layout
41520
41521 \begin_layout Standard
41522 \begin_inset listings
41523 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41524 inline false
41525 status open
41526
41527 \begin_layout Plain Layout
41528
41529 def func(param):
41530 \end_layout
41531
41532 \begin_layout Plain Layout
41533
41534     'this is a python function'
41535 \end_layout
41536
41537 \begin_layout Plain Layout
41538
41539     pass
41540 \end_layout
41541
41542 \begin_layout Plain Layout
41543
41544 def func(param):
41545 \end_layout
41546
41547 \begin_layout Plain Layout
41548
41549 'This is a German word: Tschüß'
41550 \end_layout
41551
41552 \begin_layout Plain Layout
41553
41554 pass
41555 \end_layout
41556
41557 \begin_layout Plain Layout
41558
41559 def func(param):
41560 \end_layout
41561
41562 \begin_layout Plain Layout
41563
41564 'this is a python function'
41565 \end_layout
41566
41567 \begin_layout Plain Layout
41568
41569 pass
41570 \end_layout
41571
41572 \end_inset
41573
41574
41575 \end_layout
41576
41577 \begin_layout Standard
41578 When you have tabulators in your listing, you can specify the number of
41579  characters that are spanned by a tabulator in the field 
41580 \family sans
41581 Tabulator
41582 \begin_inset space ~
41583 \end_inset
41584
41585 size
41586 \family default
41587 .
41588 \end_layout
41589
41590 \begin_layout Standard
41591 \begin_inset Note Greyedout
41592 status open
41593
41594 \begin_layout Plain Layout
41595
41596 \series bold
41597 Note:
41598 \series default
41599  Due to a bug in the 
41600 \series bold
41601 listings
41602 \series default
41603  package the line numbering is shifted by a line by every previous listing.
41604  That's the reason why the lines 2 and 5 are numbered in the above listing
41605  and not the lines 3 and 6.
41606 \end_layout
41607
41608 \end_inset
41609
41610
41611 \end_layout
41612
41613 \begin_layout Standard
41614 \begin_inset VSpace bigskip
41615 \end_inset
41616
41617
41618 \end_layout
41619
41620 \begin_layout Standard
41621 It is also possible to print lines from a file as listing.
41622  To do this, use the menu 
41623 \family sans
41624 Insert\SpecialChar menuseparator
41625 File\SpecialChar menuseparator
41626 Child Document
41627 \family default
41628  and choose the type 
41629 \family sans
41630 Listings
41631 \family default
41632 .
41633 \begin_inset Foot
41634 status collapsed
41635
41636 \begin_layout Plain Layout
41637 The other child document types are described in section
41638 \begin_inset space ~
41639 \end_inset
41640
41641
41642 \begin_inset CommandInset ref
41643 LatexCommand ref
41644 reference "sec:Child-Documents"
41645
41646 \end_inset
41647
41648 .
41649 \end_layout
41650
41651 \end_inset
41652
41653  In the child document dialog you can specify the listing parameters in
41654  a text box.
41655  To show a list of all available parameters, type in a question mark 
41656 \begin_inset Quotes eld
41657 \end_inset
41658
41659 ?
41660 \begin_inset Quotes erd
41661 \end_inset
41662
41663  in the text box.
41664 \end_layout
41665
41666 \begin_layout Standard
41667 To reference child document listings, write a label text into the corresponding
41668  field of the child document dialog.
41669  The label can then be referenced using the menu 
41670 \family sans
41671 Insert\SpecialChar menuseparator
41672 Cross-Reference
41673 \family default
41674 .
41675 \end_layout
41676
41677 \begin_layout Standard
41678 Listing
41679 \begin_inset space ~
41680 \end_inset
41681
41682
41683 \begin_inset CommandInset ref
41684 LatexCommand ref
41685 reference "lst:file-listing"
41686
41687 \end_inset
41688
41689  is an example for a listing of a file; there the lines 10
41690 \begin_inset space \thinspace{}
41691 \end_inset
41692
41693 -
41694 \begin_inset space \thinspace{}
41695 \end_inset
41696
41697 15 of this \SpecialChar LyX
41698  file are listed.
41699 \end_layout
41700
41701 \begin_layout Standard
41702 \begin_inset CommandInset include
41703 LatexCommand lstinputlisting
41704 filename "EmbeddedObjects.lyx"
41705 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41706
41707 \end_inset
41708
41709
41710 \end_layout
41711
41712 \begin_layout Standard
41713 \begin_inset VSpace bigskip
41714 \end_inset
41715
41716
41717 \end_layout
41718
41719 \begin_layout Standard
41720 Inserting a formula into a listing can be done the following way:
41721 \end_layout
41722
41723 \begin_layout Enumerate
41724 Open the listings dialog and add
41725 \begin_inset Newline newline
41726 \end_inset
41727
41728
41729 \family sans
41730 mathescape=true
41731 \family default
41732
41733 \begin_inset Newline newline
41734 \end_inset
41735
41736 to the field of the 
41737 \family sans
41738 Advanced
41739 \family default
41740  tab.
41741 \end_layout
41742
41743 \begin_layout Enumerate
41744 Create a formula outside the listing
41745 \end_layout
41746
41747 \begin_layout Enumerate
41748 Copy the content of the formula (not the formula inset) to the clipboard
41749  (shortcut 
41750 \begin_inset Info
41751 type  "shortcut"
41752 arg   "copy"
41753 \end_inset
41754
41755 )
41756 \end_layout
41757
41758 \begin_layout Enumerate
41759 In the listing write 
41760 \begin_inset Quotes eld
41761 \end_inset
41762
41763
41764 \family sans
41765 $$
41766 \family default
41767
41768 \begin_inset Quotes erd
41769 \end_inset
41770
41771  and copy from the clipboard between the dollar-signs (shortcut 
41772 \begin_inset Info
41773 type  "shortcut"
41774 arg   "paste"
41775 \end_inset
41776
41777 )
41778 \end_layout
41779
41780 \begin_layout Standard
41781 \begin_inset listings
41782 lstparams "language=Python,mathescape=true"
41783 inline false
41784 status open
41785
41786 \begin_layout Plain Layout
41787
41788 \begin_inset Caption Standard
41789
41790 \begin_layout Plain Layout
41791 Example Listing float containing a formula
41792 \end_layout
41793
41794 \end_inset
41795
41796 # Example listing float
41797 \end_layout
41798
41799 \begin_layout Plain Layout
41800
41801 def func(param):
41802 \end_layout
41803
41804 \begin_layout Plain Layout
41805
41806     # $
41807 \backslash
41808 prod_{n=1}^{
41809 \backslash
41810 infty}
41811 \backslash
41812 ,
41813 \backslash
41814 frac{1}{x^{2}}$
41815 \end_layout
41816
41817 \begin_layout Plain Layout
41818
41819     pass
41820 \end_layout
41821
41822 \end_inset
41823
41824
41825 \end_layout
41826
41827 \begin_layout Standard
41828 \begin_inset VSpace bigskip
41829 \end_inset
41830
41831
41832 \end_layout
41833
41834 \begin_layout Standard
41835 Global listings settings can be set in the 
41836 \family sans
41837 Document\SpecialChar menuseparator
41838 Settings\SpecialChar menuseparator
41839 Listings
41840 \family default
41841  dialog.
41842  To get there a list of available options, type in a question mark 
41843 \begin_inset Quotes eld
41844 \end_inset
41845
41846 ?
41847 \begin_inset Quotes erd
41848 \end_inset
41849
41850 .
41851 \end_layout
41852
41853 \begin_layout Standard
41854 For more information about the 
41855 \series bold
41856 listings
41857 \series default
41858  and 
41859 \series bold
41860 minted
41861 \series default
41862  packages, we refer to their documentation 
41863 \begin_inset CommandInset citation
41864 LatexCommand cite
41865 key "listings,minted"
41866 literal "true"
41867
41868 \end_inset
41869
41870 .
41871 \end_layout
41872
41873 \begin_layout Standard
41874 \begin_inset Newpage newpage
41875 \end_inset
41876
41877
41878 \end_layout
41879
41880 \begin_layout Chapter
41881 \start_of_appendix
41882 Units available in \SpecialChar LyX
41883
41884 \begin_inset Index idx
41885 status collapsed
41886
41887 \begin_layout Plain Layout
41888 Units
41889 \end_layout
41890
41891 \end_inset
41892
41893
41894 \begin_inset CommandInset label
41895 LatexCommand label
41896 name "cha:Units-available-in"
41897
41898 \end_inset
41899
41900
41901 \end_layout
41902
41903 \begin_layout Standard
41904 To understand the units described in this documentation, Table
41905 \begin_inset space ~
41906 \end_inset
41907
41908
41909 \begin_inset CommandInset ref
41910 LatexCommand ref
41911 reference "tab:Units"
41912
41913 \end_inset
41914
41915  explains all units available in \SpecialChar LyX
41916 .
41917 \end_layout
41918
41919 \begin_layout Standard
41920 \begin_inset Float table
41921 placement h
41922 wide false
41923 sideways false
41924 status open
41925
41926 \begin_layout Plain Layout
41927 \begin_inset Caption Standard
41928
41929 \begin_layout Plain Layout
41930 \begin_inset CommandInset label
41931 LatexCommand label
41932 name "tab:Units"
41933
41934 \end_inset
41935
41936 Units
41937 \end_layout
41938
41939 \end_inset
41940
41941
41942 \end_layout
41943
41944 \begin_layout Plain Layout
41945 \begin_inset VSpace medskip
41946 \end_inset
41947
41948
41949 \end_layout
41950
41951 \begin_layout Plain Layout
41952 \align center
41953 \begin_inset Tabular
41954 <lyxtabular version="3" rows="20" columns="3">
41955 <features tabularvalignment="middle">
41956 <column alignment="center" valignment="top">
41957 <column alignment="center" valignment="top">
41958 <column alignment="center" valignment="top">
41959 <row>
41960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41961 \begin_inset Text
41962
41963 \begin_layout Plain Layout
41964 unit
41965 \end_layout
41966
41967 \end_inset
41968 </cell>
41969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41970 \begin_inset Text
41971
41972 \begin_layout Plain Layout
41973 name/description
41974 \end_layout
41975
41976 \end_inset
41977 </cell>
41978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41979 \begin_inset Text
41980
41981 \begin_layout Plain Layout
41982 \SpecialChar LaTeX
41983  command
41984 \end_layout
41985
41986 \end_inset
41987 </cell>
41988 </row>
41989 <row>
41990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41991 \begin_inset Text
41992
41993 \begin_layout Plain Layout
41994 mm
41995 \end_layout
41996
41997 \end_inset
41998 </cell>
41999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42000 \begin_inset Text
42001
42002 \begin_layout Plain Layout
42003 millimeter
42004 \end_layout
42005
42006 \end_inset
42007 </cell>
42008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42009 \begin_inset Text
42010
42011 \begin_layout Plain Layout
42012 -
42013 \end_layout
42014
42015 \end_inset
42016 </cell>
42017 </row>
42018 <row>
42019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42020 \begin_inset Text
42021
42022 \begin_layout Plain Layout
42023 cm
42024 \end_layout
42025
42026 \end_inset
42027 </cell>
42028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42029 \begin_inset Text
42030
42031 \begin_layout Plain Layout
42032 centimeter
42033 \end_layout
42034
42035 \end_inset
42036 </cell>
42037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42038 \begin_inset Text
42039
42040 \begin_layout Plain Layout
42041 -
42042 \end_layout
42043
42044 \end_inset
42045 </cell>
42046 </row>
42047 <row>
42048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42049 \begin_inset Text
42050
42051 \begin_layout Plain Layout
42052 in
42053 \end_layout
42054
42055 \end_inset
42056 </cell>
42057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42058 \begin_inset Text
42059
42060 \begin_layout Plain Layout
42061 inch
42062 \end_layout
42063
42064 \end_inset
42065 </cell>
42066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42067 \begin_inset Text
42068
42069 \begin_layout Plain Layout
42070 -
42071 \end_layout
42072
42073 \end_inset
42074 </cell>
42075 </row>
42076 <row>
42077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42078 \begin_inset Text
42079
42080 \begin_layout Plain Layout
42081 pt
42082 \end_layout
42083
42084 \end_inset
42085 </cell>
42086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42087 \begin_inset Text
42088
42089 \begin_layout Plain Layout
42090 point (72.27
42091 \begin_inset space \thinspace{}
42092 \end_inset
42093
42094 pt = 1
42095 \begin_inset space \thinspace{}
42096 \end_inset
42097
42098 in)
42099 \end_layout
42100
42101 \end_inset
42102 </cell>
42103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42104 \begin_inset Text
42105
42106 \begin_layout Plain Layout
42107 -
42108 \end_layout
42109
42110 \end_inset
42111 </cell>
42112 </row>
42113 <row>
42114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42115 \begin_inset Text
42116
42117 \begin_layout Plain Layout
42118 pc
42119 \end_layout
42120
42121 \end_inset
42122 </cell>
42123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42124 \begin_inset Text
42125
42126 \begin_layout Plain Layout
42127 pica (1
42128 \begin_inset space \thinspace{}
42129 \end_inset
42130
42131 pc = 12
42132 \begin_inset space \thinspace{}
42133 \end_inset
42134
42135 pt)
42136 \end_layout
42137
42138 \end_inset
42139 </cell>
42140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42141 \begin_inset Text
42142
42143 \begin_layout Plain Layout
42144 -
42145 \end_layout
42146
42147 \end_inset
42148 </cell>
42149 </row>
42150 <row>
42151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42152 \begin_inset Text
42153
42154 \begin_layout Plain Layout
42155 sp
42156 \end_layout
42157
42158 \end_inset
42159 </cell>
42160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42161 \begin_inset Text
42162
42163 \begin_layout Plain Layout
42164 scaled point (65536
42165 \begin_inset space \thinspace{}
42166 \end_inset
42167
42168 sp = 1
42169 \begin_inset space \thinspace{}
42170 \end_inset
42171
42172 pt)
42173 \end_layout
42174
42175 \end_inset
42176 </cell>
42177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42178 \begin_inset Text
42179
42180 \begin_layout Plain Layout
42181 -
42182 \end_layout
42183
42184 \end_inset
42185 </cell>
42186 </row>
42187 <row>
42188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42189 \begin_inset Text
42190
42191 \begin_layout Plain Layout
42192 bp
42193 \end_layout
42194
42195 \end_inset
42196 </cell>
42197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42198 \begin_inset Text
42199
42200 \begin_layout Plain Layout
42201 big point (72
42202 \begin_inset space \thinspace{}
42203 \end_inset
42204
42205 bp = 1
42206 \begin_inset space \thinspace{}
42207 \end_inset
42208
42209 in)
42210 \end_layout
42211
42212 \end_inset
42213 </cell>
42214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42215 \begin_inset Text
42216
42217 \begin_layout Plain Layout
42218 -
42219 \end_layout
42220
42221 \end_inset
42222 </cell>
42223 </row>
42224 <row>
42225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42226 \begin_inset Text
42227
42228 \begin_layout Plain Layout
42229 dd
42230 \end_layout
42231
42232 \end_inset
42233 </cell>
42234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42235 \begin_inset Text
42236
42237 \begin_layout Plain Layout
42238 didot (1
42239 \begin_inset space \thinspace{}
42240 \end_inset
42241
42242 dd 
42243 \begin_inset Formula $\approx$
42244 \end_inset
42245
42246  0.376
42247 \begin_inset space \thinspace{}
42248 \end_inset
42249
42250 mm)
42251 \end_layout
42252
42253 \end_inset
42254 </cell>
42255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42256 \begin_inset Text
42257
42258 \begin_layout Plain Layout
42259 -
42260 \end_layout
42261
42262 \end_inset
42263 </cell>
42264 </row>
42265 <row>
42266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42267 \begin_inset Text
42268
42269 \begin_layout Plain Layout
42270 cc
42271 \end_layout
42272
42273 \end_inset
42274 </cell>
42275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42276 \begin_inset Text
42277
42278 \begin_layout Plain Layout
42279 cicero (1
42280 \begin_inset space \thinspace{}
42281 \end_inset
42282
42283 cc = 12
42284 \begin_inset space \thinspace{}
42285 \end_inset
42286
42287 dd)
42288 \end_layout
42289
42290 \end_inset
42291 </cell>
42292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42293 \begin_inset Text
42294
42295 \begin_layout Plain Layout
42296 -
42297 \end_layout
42298
42299 \end_inset
42300 </cell>
42301 </row>
42302 <row>
42303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42304 \begin_inset Text
42305
42306 \begin_layout Plain Layout
42307 Scale Graphics %
42308 \end_layout
42309
42310 \end_inset
42311 </cell>
42312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42313 \begin_inset Text
42314
42315 \begin_layout Plain Layout
42316 % of original image width
42317 \end_layout
42318
42319 \end_inset
42320 </cell>
42321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42322 \begin_inset Text
42323
42324 \begin_layout Plain Layout
42325
42326 \end_layout
42327
42328 \end_inset
42329 </cell>
42330 </row>
42331 <row>
42332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42333 \begin_inset Text
42334
42335 \begin_layout Plain Layout
42336 Text Width %
42337 \end_layout
42338
42339 \end_inset
42340 </cell>
42341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42342 \begin_inset Text
42343
42344 \begin_layout Plain Layout
42345 % of text width
42346 \end_layout
42347
42348 \end_inset
42349 </cell>
42350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42351 \begin_inset Text
42352
42353 \begin_layout Plain Layout
42354
42355 \backslash
42356 textwidth
42357 \end_layout
42358
42359 \end_inset
42360 </cell>
42361 </row>
42362 <row>
42363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42364 \begin_inset Text
42365
42366 \begin_layout Plain Layout
42367 Column Width %
42368 \end_layout
42369
42370 \end_inset
42371 </cell>
42372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42373 \begin_inset Text
42374
42375 \begin_layout Plain Layout
42376 % of column width
42377 \end_layout
42378
42379 \end_inset
42380 </cell>
42381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42382 \begin_inset Text
42383
42384 \begin_layout Plain Layout
42385
42386 \backslash
42387 columnwidth
42388 \end_layout
42389
42390 \end_inset
42391 </cell>
42392 </row>
42393 <row>
42394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42395 \begin_inset Text
42396
42397 \begin_layout Plain Layout
42398 Page Width %
42399 \end_layout
42400
42401 \end_inset
42402 </cell>
42403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42404 \begin_inset Text
42405
42406 \begin_layout Plain Layout
42407 % of paper width
42408 \end_layout
42409
42410 \end_inset
42411 </cell>
42412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42413 \begin_inset Text
42414
42415 \begin_layout Plain Layout
42416
42417 \backslash
42418 paperwidth
42419 \end_layout
42420
42421 \end_inset
42422 </cell>
42423 </row>
42424 <row>
42425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42426 \begin_inset Text
42427
42428 \begin_layout Plain Layout
42429 Line Width %
42430 \end_layout
42431
42432 \end_inset
42433 </cell>
42434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42435 \begin_inset Text
42436
42437 \begin_layout Plain Layout
42438 % of line width
42439 \end_layout
42440
42441 \end_inset
42442 </cell>
42443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42444 \begin_inset Text
42445
42446 \begin_layout Plain Layout
42447
42448 \backslash
42449 linewidth
42450 \end_layout
42451
42452 \end_inset
42453 </cell>
42454 </row>
42455 <row>
42456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42457 \begin_inset Text
42458
42459 \begin_layout Plain Layout
42460 Text Height %
42461 \end_layout
42462
42463 \end_inset
42464 </cell>
42465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42466 \begin_inset Text
42467
42468 \begin_layout Plain Layout
42469 % of text height
42470 \end_layout
42471
42472 \end_inset
42473 </cell>
42474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42475 \begin_inset Text
42476
42477 \begin_layout Plain Layout
42478
42479 \backslash
42480 textheight
42481 \end_layout
42482
42483 \end_inset
42484 </cell>
42485 </row>
42486 <row>
42487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42488 \begin_inset Text
42489
42490 \begin_layout Plain Layout
42491 Page Height %
42492 \end_layout
42493
42494 \end_inset
42495 </cell>
42496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42497 \begin_inset Text
42498
42499 \begin_layout Plain Layout
42500 % of paper height
42501 \end_layout
42502
42503 \end_inset
42504 </cell>
42505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42506 \begin_inset Text
42507
42508 \begin_layout Plain Layout
42509
42510 \backslash
42511 paperheight
42512 \end_layout
42513
42514 \end_inset
42515 </cell>
42516 </row>
42517 <row>
42518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42519 \begin_inset Text
42520
42521 \begin_layout Plain Layout
42522 ex
42523 \end_layout
42524
42525 \end_inset
42526 </cell>
42527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42528 \begin_inset Text
42529
42530 \begin_layout Plain Layout
42531 height of letter 
42532 \emph on
42533 x
42534 \emph default
42535  in current font
42536 \end_layout
42537
42538 \end_inset
42539 </cell>
42540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42541 \begin_inset Text
42542
42543 \begin_layout Plain Layout
42544 -
42545 \end_layout
42546
42547 \end_inset
42548 </cell>
42549 </row>
42550 <row>
42551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42552 \begin_inset Text
42553
42554 \begin_layout Plain Layout
42555 em
42556 \end_layout
42557
42558 \end_inset
42559 </cell>
42560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42561 \begin_inset Text
42562
42563 \begin_layout Plain Layout
42564 width of letter 
42565 \emph on
42566 M
42567 \emph default
42568  in current font
42569 \end_layout
42570
42571 \end_inset
42572 </cell>
42573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42574 \begin_inset Text
42575
42576 \begin_layout Plain Layout
42577 -
42578 \end_layout
42579
42580 \end_inset
42581 </cell>
42582 </row>
42583 <row>
42584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42585 \begin_inset Text
42586
42587 \begin_layout Plain Layout
42588 mu
42589 \end_layout
42590
42591 \end_inset
42592 </cell>
42593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42594 \begin_inset Text
42595
42596 \begin_layout Plain Layout
42597 math unit (1
42598 \begin_inset space \thinspace{}
42599 \end_inset
42600
42601 mu = 1/18
42602 \begin_inset space \thinspace{}
42603 \end_inset
42604
42605 em)
42606 \end_layout
42607
42608 \end_inset
42609 </cell>
42610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42611 \begin_inset Text
42612
42613 \begin_layout Plain Layout
42614 -
42615 \end_layout
42616
42617 \end_inset
42618 </cell>
42619 </row>
42620 </lyxtabular>
42621
42622 \end_inset
42623
42624
42625 \end_layout
42626
42627 \end_inset
42628
42629
42630 \end_layout
42631
42632 \begin_layout Chapter
42633 Output File Formats with Graphics
42634 \begin_inset CommandInset label
42635 LatexCommand label
42636 name "cha:Output-File-Formats"
42637
42638 \end_inset
42639
42640
42641 \end_layout
42642
42643 \begin_layout Section
42644 DVI
42645 \begin_inset Index idx
42646 status collapsed
42647
42648 \begin_layout Plain Layout
42649 File Formats ! DVI
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \begin_inset Index idx
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659 DVI|see
42660 \begin_inset ERT
42661 status collapsed
42662
42663 \begin_layout Plain Layout
42664
42665 {
42666 \end_layout
42667
42668 \end_inset
42669
42670 File Formats
42671 \begin_inset ERT
42672 status collapsed
42673
42674 \begin_layout Plain Layout
42675
42676 }
42677 \end_layout
42678
42679 \end_inset
42680
42681
42682 \end_layout
42683
42684 \end_inset
42685
42686
42687 \end_layout
42688
42689 \begin_layout Standard
42690 This file type has the extension 
42691 \begin_inset Quotes eld
42692 \end_inset
42693
42694
42695 \family typewriter
42696 .dvi
42697 \family default
42698
42699 \begin_inset Quotes erd
42700 \end_inset
42701
42702 .
42703  It is called 
42704 \begin_inset Quotes eld
42705 \end_inset
42706
42707 device-independent
42708 \begin_inset Quotes erd
42709 \end_inset
42710
42711  (DVI), because it is completely portable; you can move them from one machine
42712  to another without needing to do any sort of conversion.
42713  At the time when this file-format was developed, this was no matter of
42714  course.
42715  DVIs are used for quick previews and as pre-stage for other output formats,
42716  like PostScript.
42717 \end_layout
42718
42719 \begin_layout Standard
42720 \begin_inset Note Greyedout
42721 status open
42722
42723 \begin_layout Plain Layout
42724
42725 \series bold
42726 Note:
42727 \series default
42728  DVI-files do not contain images; they will only be a linked.
42729 \end_layout
42730
42731 \end_inset
42732
42733  So don't forget this, if you move your 
42734 \family typewriter
42735 .dvi
42736 \family default
42737  file to another computer.
42738  This property can also slow down your computer when you view the DVI, because
42739  the DVI-viewer has to convert the image in the background to make it visible
42740  when you scroll in the DVI.
42741  So it is recommended that you use PDF for files with many images.
42742 \end_layout
42743
42744 \begin_layout Standard
42745 You can export your document to DVI by using the menu 
42746 \family sans
42747 File\SpecialChar menuseparator
42748 Export\SpecialChar menuseparator
42749 DVI
42750 \family default
42751 .
42752  You can view your document as DVI via the 
42753 \family sans
42754 View
42755 \family default
42756  menu.
42757 \end_layout
42758
42759 \begin_layout Section
42760 PostScript
42761 \begin_inset Index idx
42762 status collapsed
42763
42764 \begin_layout Plain Layout
42765 File Formats ! PostScript
42766 \end_layout
42767
42768 \end_inset
42769
42770
42771 \begin_inset Index idx
42772 status collapsed
42773
42774 \begin_layout Plain Layout
42775 PostScript|see
42776 \begin_inset ERT
42777 status collapsed
42778
42779 \begin_layout Plain Layout
42780
42781 {
42782 \end_layout
42783
42784 \end_inset
42785
42786 File Formats
42787 \begin_inset ERT
42788 status collapsed
42789
42790 \begin_layout Plain Layout
42791
42792 }
42793 \end_layout
42794
42795 \end_inset
42796
42797
42798 \end_layout
42799
42800 \end_inset
42801
42802
42803 \end_layout
42804
42805 \begin_layout Standard
42806 This file type has the extension 
42807 \begin_inset Quotes eld
42808 \end_inset
42809
42810
42811 \family typewriter
42812 .ps
42813 \family default
42814
42815 \begin_inset Quotes erd
42816 \end_inset
42817
42818 .
42819  PostScript was developed by the company 
42820 \family typewriter
42821 Adobe
42822 \family default
42823  as a printer language.
42824  The file therefore contains commands that the printer uses to print the
42825  file.
42826  PostScript can be seen as a 
42827 \begin_inset Quotes eld
42828 \end_inset
42829
42830 programming language
42831 \begin_inset Quotes erd
42832 \end_inset
42833
42834 ; you can calculate with it and draw diagrams and images.
42835 \begin_inset Foot
42836 status collapsed
42837
42838 \begin_layout Plain Layout
42839 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
42840 -package
42841  
42842 \series bold
42843 PSTricks
42844 \series default
42845  
42846 \begin_inset CommandInset citation
42847 LatexCommand cite
42848 key "pstricks"
42849 literal "true"
42850
42851 \end_inset
42852
42853 .
42854 \end_layout
42855
42856 \end_inset
42857
42858  Due to this ability, the files are often bigger than PDFs.
42859 \end_layout
42860
42861 \begin_layout Standard
42862 PostScript can only contain images in the format 
42863 \begin_inset Quotes eld
42864 \end_inset
42865
42866 Encapsulated PostScript
42867 \begin_inset Quotes erd
42868 \end_inset
42869
42870  (EPS, file extension 
42871 \begin_inset Quotes eld
42872 \end_inset
42873
42874
42875 \family typewriter
42876 .eps
42877 \family default
42878
42879 \begin_inset Quotes erd
42880 \end_inset
42881
42882 ).
42883  As \SpecialChar LyX
42884  allows you to use any known image format in your document, it has to
42885  convert images in the background to EPS.
42886  If you have e.g.
42887 \begin_inset space ~
42888 \end_inset
42889
42890 50
42891 \begin_inset space ~
42892 \end_inset
42893
42894 images in your document, \SpecialChar LyX
42895  has to do 50
42896 \begin_inset space ~
42897 \end_inset
42898
42899 conversions whenever you view or export your document.
42900  This will slow down your work flow with \SpecialChar LyX
42901  drastically.
42902  So if you plan to use PostScript, you can insert your images directly as
42903  EPS to avoid this problem.
42904 \end_layout
42905
42906 \begin_layout Standard
42907 You can export your document to PostScript using the menu 
42908 \family sans
42909 File\SpecialChar menuseparator
42910 Export\SpecialChar menuseparator
42911 Postscript
42912 \family default
42913 .
42914  You can view your document as PostScript via the 
42915 \family sans
42916 View
42917 \family default
42918  menu.
42919 \end_layout
42920
42921 \begin_layout Section
42922 PDF
42923 \begin_inset Index idx
42924 status collapsed
42925
42926 \begin_layout Plain Layout
42927 File Formats ! PDF
42928 \end_layout
42929
42930 \end_inset
42931
42932
42933 \begin_inset Index idx
42934 status collapsed
42935
42936 \begin_layout Plain Layout
42937 PDF
42938 \end_layout
42939
42940 \end_inset
42941
42942
42943 \end_layout
42944
42945 \begin_layout Standard
42946 This file type has the extension 
42947 \begin_inset Quotes eld
42948 \end_inset
42949
42950
42951 \family typewriter
42952 .pdf
42953 \family default
42954
42955 \begin_inset Quotes erd
42956 \end_inset
42957
42958 .
42959  The 
42960 \begin_inset Quotes eld
42961 \end_inset
42962
42963 Portable Document Format
42964 \begin_inset Quotes erd
42965 \end_inset
42966
42967  (PDF) was developed by 
42968 \family typewriter
42969 Adobe
42970 \family default
42971  as a derivative of PostScript.
42972  It is more compressed and it uses fewer commands than PostScript.
42973  As the name 
42974 \begin_inset Quotes eld
42975 \end_inset
42976
42977 portable
42978 \begin_inset Quotes erd
42979 \end_inset
42980
42981  implies, it can be processed at any computer system and the printed output
42982  looks exactly the same.
42983 \end_layout
42984
42985 \begin_layout Standard
42986 PDF can contain images in its own PDF format, in the format 
42987 \begin_inset Quotes eld
42988 \end_inset
42989
42990 Joint Photographic Experts Group
42991 \begin_inset Quotes erd
42992 \end_inset
42993
42994  (JPG, file extension 
42995 \begin_inset Quotes eld
42996 \end_inset
42997
42998
42999 \family typewriter
43000 .jpg
43001 \family default
43002
43003 \begin_inset Quotes erd
43004 \end_inset
43005
43006  or 
43007 \begin_inset Quotes eld
43008 \end_inset
43009
43010
43011 \family typewriter
43012 .jpeg
43013 \family default
43014
43015 \begin_inset Quotes erd
43016 \end_inset
43017
43018 ), and in the format 
43019 \begin_inset Quotes eld
43020 \end_inset
43021
43022 Portable Network Graphics
43023 \begin_inset Quotes erd
43024 \end_inset
43025
43026  (PNG, file extension 
43027 \begin_inset Quotes eld
43028 \end_inset
43029
43030
43031 \family typewriter
43032 .png
43033 \family default
43034
43035 \begin_inset Quotes erd
43036 \end_inset
43037
43038 ).
43039  Nevertheless you can use any other image format, because \SpecialChar LyX
43040  converts them
43041  in the background to one of these formats.
43042  But as described in the section about PostScript, the image conversion
43043  will slow down your work flow.
43044  So it is recommended that you use images in one of the three mentioned
43045  formats.
43046 \end_layout
43047
43048 \begin_layout Standard
43049 You can export your document to PDF via the menu 
43050 \family sans
43051 File\SpecialChar menuseparator
43052 Export
43053 \family default
43054  in three different ways:
43055 \end_layout
43056
43057 \begin_layout Description
43058 PDF
43059 \begin_inset space ~
43060 \end_inset
43061
43062 (ps2pdf) This uses the program 
43063 \family typewriter
43064 ps2pdf
43065 \family default
43066  that creates a PDF from a PostScript-version of your file.
43067  The PostScript-version is produced by the program 
43068 \family typewriter
43069 dvips
43070 \family default
43071  which uses a DVI-version as intermediate step.
43072  So this export variant consists of three conversions.
43073 \end_layout
43074
43075 \begin_layout Description
43076 PDF
43077 \begin_inset space ~
43078 \end_inset
43079
43080 (dvipdfm) This uses the program 
43081 \family typewriter
43082 dvipdfm
43083 \family default
43084  that converts your file in the background to DVI and in a second step to
43085  PDF.
43086 \end_layout
43087
43088 \begin_layout Description
43089 PDF
43090 \begin_inset space ~
43091 \end_inset
43092
43093 (pdflatex) This uses the program 
43094 \family typewriter
43095 pdftex
43096 \family default
43097  that converts your file directly to PDF.
43098 \end_layout
43099
43100 \begin_layout Standard
43101 It is recommended that you use 
43102 \family sans
43103 PDF
43104 \begin_inset space ~
43105 \end_inset
43106
43107 (pdflatex)
43108 \family default
43109  because 
43110 \family typewriter
43111 pdftex
43112 \family default
43113  supports all features of actual PDF-versions, is quick and works stable.
43114  The program 
43115 \family typewriter
43116 dvipdfm
43117 \family default
43118  is not under development and therefore a bit outdated.
43119 \end_layout
43120
43121 \begin_layout Standard
43122 You can view your document as PDF via the 
43123 \family sans
43124 View
43125 \family default
43126  menu or by using a toolbar button.
43127 \end_layout
43128
43129 \begin_layout Chapter
43130 List of dvips color names
43131 \begin_inset CommandInset label
43132 LatexCommand label
43133 name "chap:List-of-dvips-colornames"
43134
43135 \end_inset
43136
43137
43138 \end_layout
43139
43140 \begin_layout Standard
43141 \begin_inset Tabular
43142 <lyxtabular version="3" rows="17" columns="4">
43143 <features tabularvalignment="middle">
43144 <column alignment="left" valignment="top" width="0pt">
43145 <column alignment="left" valignment="top" width="0pt">
43146 <column alignment="left" valignment="top" width="0pt">
43147 <column alignment="left" valignment="top" width="0pt">
43148 <row>
43149 <cell alignment="left" valignment="top" usebox="none">
43150 \begin_inset Text
43151
43152 \begin_layout Plain Layout
43153 \begin_inset ERT
43154 status collapsed
43155
43156 \begin_layout Plain Layout
43157
43158
43159 \backslash
43160 fcolorbox{black}{
43161 \end_layout
43162
43163 \end_inset
43164
43165 white
43166 \begin_inset ERT
43167 status collapsed
43168
43169 \begin_layout Plain Layout
43170
43171 }{
43172 \end_layout
43173
43174 \end_inset
43175
43176 Color
43177 \begin_inset ERT
43178 status collapsed
43179
43180 \begin_layout Plain Layout
43181
43182 }
43183 \end_layout
43184
43185 \end_inset
43186
43187  Color name
43188 \end_layout
43189
43190 \end_inset
43191 </cell>
43192 <cell alignment="left" valignment="top" usebox="none">
43193 \begin_inset Text
43194
43195 \begin_layout Plain Layout
43196 \begin_inset ERT
43197 status collapsed
43198
43199 \begin_layout Plain Layout
43200
43201
43202 \backslash
43203 fcolorbox{black}{
43204 \end_layout
43205
43206 \end_inset
43207
43208 white
43209 \begin_inset ERT
43210 status collapsed
43211
43212 \begin_layout Plain Layout
43213
43214 }{
43215 \end_layout
43216
43217 \end_inset
43218
43219 Color
43220 \begin_inset ERT
43221 status collapsed
43222
43223 \begin_layout Plain Layout
43224
43225 }
43226 \end_layout
43227
43228 \end_inset
43229
43230  Color name
43231 \end_layout
43232
43233 \end_inset
43234 </cell>
43235 <cell alignment="left" valignment="top" usebox="none">
43236 \begin_inset Text
43237
43238 \begin_layout Plain Layout
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244
43245 \backslash
43246 fcolorbox{black}{
43247 \end_layout
43248
43249 \end_inset
43250
43251 white
43252 \begin_inset ERT
43253 status collapsed
43254
43255 \begin_layout Plain Layout
43256
43257 }{
43258 \end_layout
43259
43260 \end_inset
43261
43262 Color
43263 \begin_inset ERT
43264 status collapsed
43265
43266 \begin_layout Plain Layout
43267
43268 }
43269 \end_layout
43270
43271 \end_inset
43272
43273  Color name
43274 \end_layout
43275
43276 \end_inset
43277 </cell>
43278 <cell alignment="left" valignment="top" usebox="none">
43279 \begin_inset Text
43280
43281 \begin_layout Plain Layout
43282 \begin_inset ERT
43283 status collapsed
43284
43285 \begin_layout Plain Layout
43286
43287
43288 \backslash
43289 fcolorbox{black}{
43290 \end_layout
43291
43292 \end_inset
43293
43294 white
43295 \begin_inset ERT
43296 status collapsed
43297
43298 \begin_layout Plain Layout
43299
43300 }{
43301 \end_layout
43302
43303 \end_inset
43304
43305 Color
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311 }
43312 \end_layout
43313
43314 \end_inset
43315
43316  Color name
43317 \end_layout
43318
43319 \end_inset
43320 </cell>
43321 </row>
43322 <row>
43323 <cell alignment="center" valignment="top" usebox="none">
43324 \begin_inset Text
43325
43326 \begin_layout Plain Layout
43327 \begin_inset ERT
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331
43332
43333 \backslash
43334 fcolorbox{black}{
43335 \end_layout
43336
43337 \end_inset
43338
43339 Apricot
43340 \begin_inset ERT
43341 status collapsed
43342
43343 \begin_layout Plain Layout
43344
43345 }{
43346 \end_layout
43347
43348 \end_inset
43349
43350
43351 \begin_inset Phantom Phantom
43352 status open
43353
43354 \begin_layout Plain Layout
43355 W
43356 \end_layout
43357
43358 \end_inset
43359
43360
43361 \begin_inset ERT
43362 status collapsed
43363
43364 \begin_layout Plain Layout
43365
43366 }
43367 \end_layout
43368
43369 \end_inset
43370
43371  Apricot
43372 \end_layout
43373
43374 \end_inset
43375 </cell>
43376 <cell alignment="center" valignment="top" usebox="none">
43377 \begin_inset Text
43378
43379 \begin_layout Plain Layout
43380 \begin_inset ERT
43381 status collapsed
43382
43383 \begin_layout Plain Layout
43384
43385
43386 \backslash
43387 fcolorbox{black}{
43388 \end_layout
43389
43390 \end_inset
43391
43392 Aquamarine
43393 \begin_inset ERT
43394 status collapsed
43395
43396 \begin_layout Plain Layout
43397
43398 }{
43399 \end_layout
43400
43401 \end_inset
43402
43403
43404 \begin_inset Phantom Phantom
43405 status open
43406
43407 \begin_layout Plain Layout
43408 W
43409 \end_layout
43410
43411 \end_inset
43412
43413
43414 \begin_inset ERT
43415 status collapsed
43416
43417 \begin_layout Plain Layout
43418
43419 }
43420 \end_layout
43421
43422 \end_inset
43423
43424  Aquamarine
43425 \end_layout
43426
43427 \end_inset
43428 </cell>
43429 <cell alignment="center" valignment="top" usebox="none">
43430 \begin_inset Text
43431
43432 \begin_layout Plain Layout
43433 \begin_inset ERT
43434 status collapsed
43435
43436 \begin_layout Plain Layout
43437
43438
43439 \backslash
43440 fcolorbox{black}{
43441 \end_layout
43442
43443 \end_inset
43444
43445 Bittersweet
43446 \begin_inset ERT
43447 status collapsed
43448
43449 \begin_layout Plain Layout
43450
43451 }{
43452 \end_layout
43453
43454 \end_inset
43455
43456
43457 \begin_inset Phantom Phantom
43458 status open
43459
43460 \begin_layout Plain Layout
43461 W
43462 \end_layout
43463
43464 \end_inset
43465
43466
43467 \begin_inset ERT
43468 status collapsed
43469
43470 \begin_layout Plain Layout
43471
43472 }
43473 \end_layout
43474
43475 \end_inset
43476
43477  Bittersweet
43478 \end_layout
43479
43480 \end_inset
43481 </cell>
43482 <cell alignment="center" valignment="top" usebox="none">
43483 \begin_inset Text
43484
43485 \begin_layout Plain Layout
43486 \begin_inset ERT
43487 status collapsed
43488
43489 \begin_layout Plain Layout
43490
43491
43492 \backslash
43493 fcolorbox{black}{
43494 \end_layout
43495
43496 \end_inset
43497
43498 BlueGreen
43499 \begin_inset ERT
43500 status collapsed
43501
43502 \begin_layout Plain Layout
43503
43504 }{
43505 \end_layout
43506
43507 \end_inset
43508
43509
43510 \begin_inset Phantom Phantom
43511 status open
43512
43513 \begin_layout Plain Layout
43514 W
43515 \end_layout
43516
43517 \end_inset
43518
43519
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525 }
43526 \end_layout
43527
43528 \end_inset
43529
43530  BlueGreen
43531 \end_layout
43532
43533 \end_inset
43534 </cell>
43535 </row>
43536 <row>
43537 <cell alignment="left" valignment="top" usebox="none">
43538 \begin_inset Text
43539
43540 \begin_layout Plain Layout
43541 \begin_inset ERT
43542 status collapsed
43543
43544 \begin_layout Plain Layout
43545
43546
43547 \backslash
43548 fcolorbox{black}{
43549 \end_layout
43550
43551 \end_inset
43552
43553 BlueViolet
43554 \begin_inset ERT
43555 status collapsed
43556
43557 \begin_layout Plain Layout
43558
43559 }{
43560 \end_layout
43561
43562 \end_inset
43563
43564
43565 \begin_inset Phantom Phantom
43566 status open
43567
43568 \begin_layout Plain Layout
43569 W
43570 \end_layout
43571
43572 \end_inset
43573
43574
43575 \begin_inset ERT
43576 status collapsed
43577
43578 \begin_layout Plain Layout
43579
43580 }
43581 \end_layout
43582
43583 \end_inset
43584
43585  BlueViolet
43586 \end_layout
43587
43588 \end_inset
43589 </cell>
43590 <cell alignment="left" valignment="top" usebox="none">
43591 \begin_inset Text
43592
43593 \begin_layout Plain Layout
43594 \begin_inset ERT
43595 status collapsed
43596
43597 \begin_layout Plain Layout
43598
43599
43600 \backslash
43601 fcolorbox{black}{
43602 \end_layout
43603
43604 \end_inset
43605
43606 BrickRed
43607 \begin_inset ERT
43608 status collapsed
43609
43610 \begin_layout Plain Layout
43611
43612 }{
43613 \end_layout
43614
43615 \end_inset
43616
43617
43618 \begin_inset Phantom Phantom
43619 status open
43620
43621 \begin_layout Plain Layout
43622 W
43623 \end_layout
43624
43625 \end_inset
43626
43627
43628 \begin_inset ERT
43629 status collapsed
43630
43631 \begin_layout Plain Layout
43632
43633 }
43634 \end_layout
43635
43636 \end_inset
43637
43638  BrickRed
43639 \end_layout
43640
43641 \end_inset
43642 </cell>
43643 <cell alignment="left" valignment="top" usebox="none">
43644 \begin_inset Text
43645
43646 \begin_layout Plain Layout
43647 \begin_inset ERT
43648 status collapsed
43649
43650 \begin_layout Plain Layout
43651
43652
43653 \backslash
43654 fcolorbox{black}{
43655 \end_layout
43656
43657 \end_inset
43658
43659 Brown
43660 \begin_inset ERT
43661 status collapsed
43662
43663 \begin_layout Plain Layout
43664
43665 }{
43666 \end_layout
43667
43668 \end_inset
43669
43670
43671 \begin_inset Phantom Phantom
43672 status open
43673
43674 \begin_layout Plain Layout
43675 W
43676 \end_layout
43677
43678 \end_inset
43679
43680
43681 \begin_inset ERT
43682 status collapsed
43683
43684 \begin_layout Plain Layout
43685
43686 }
43687 \end_layout
43688
43689 \end_inset
43690
43691  Brown
43692 \end_layout
43693
43694 \end_inset
43695 </cell>
43696 <cell alignment="left" valignment="top" usebox="none">
43697 \begin_inset Text
43698
43699 \begin_layout Plain Layout
43700 \begin_inset ERT
43701 status collapsed
43702
43703 \begin_layout Plain Layout
43704
43705
43706 \backslash
43707 fcolorbox{black}{
43708 \end_layout
43709
43710 \end_inset
43711
43712 BurntOrange
43713 \begin_inset ERT
43714 status collapsed
43715
43716 \begin_layout Plain Layout
43717
43718 }{
43719 \end_layout
43720
43721 \end_inset
43722
43723
43724 \begin_inset Phantom Phantom
43725 status open
43726
43727 \begin_layout Plain Layout
43728 W
43729 \end_layout
43730
43731 \end_inset
43732
43733
43734 \begin_inset ERT
43735 status collapsed
43736
43737 \begin_layout Plain Layout
43738
43739 }
43740 \end_layout
43741
43742 \end_inset
43743
43744  BurntOrange
43745 \end_layout
43746
43747 \end_inset
43748 </cell>
43749 </row>
43750 <row>
43751 <cell alignment="left" valignment="top" usebox="none">
43752 \begin_inset Text
43753
43754 \begin_layout Plain Layout
43755 \begin_inset ERT
43756 status collapsed
43757
43758 \begin_layout Plain Layout
43759
43760
43761 \backslash
43762 fcolorbox{black}{
43763 \end_layout
43764
43765 \end_inset
43766
43767 CadetBlue
43768 \begin_inset ERT
43769 status collapsed
43770
43771 \begin_layout Plain Layout
43772
43773 }{
43774 \end_layout
43775
43776 \end_inset
43777
43778
43779 \begin_inset Phantom Phantom
43780 status open
43781
43782 \begin_layout Plain Layout
43783 W
43784 \end_layout
43785
43786 \end_inset
43787
43788
43789 \begin_inset ERT
43790 status collapsed
43791
43792 \begin_layout Plain Layout
43793
43794 }
43795 \end_layout
43796
43797 \end_inset
43798
43799  CadetBlue
43800 \end_layout
43801
43802 \end_inset
43803 </cell>
43804 <cell alignment="left" valignment="top" usebox="none">
43805 \begin_inset Text
43806
43807 \begin_layout Plain Layout
43808 \begin_inset ERT
43809 status collapsed
43810
43811 \begin_layout Plain Layout
43812
43813
43814 \backslash
43815 fcolorbox{black}{
43816 \end_layout
43817
43818 \end_inset
43819
43820 CarnationPink
43821 \begin_inset ERT
43822 status collapsed
43823
43824 \begin_layout Plain Layout
43825
43826 }{
43827 \end_layout
43828
43829 \end_inset
43830
43831
43832 \begin_inset Phantom Phantom
43833 status open
43834
43835 \begin_layout Plain Layout
43836 W
43837 \end_layout
43838
43839 \end_inset
43840
43841
43842 \begin_inset ERT
43843 status collapsed
43844
43845 \begin_layout Plain Layout
43846
43847 }
43848 \end_layout
43849
43850 \end_inset
43851
43852  CarnationPink
43853 \end_layout
43854
43855 \end_inset
43856 </cell>
43857 <cell alignment="left" valignment="top" usebox="none">
43858 \begin_inset Text
43859
43860 \begin_layout Plain Layout
43861 \begin_inset ERT
43862 status collapsed
43863
43864 \begin_layout Plain Layout
43865
43866
43867 \backslash
43868 fcolorbox{black}{
43869 \end_layout
43870
43871 \end_inset
43872
43873 Cerulean
43874 \begin_inset ERT
43875 status collapsed
43876
43877 \begin_layout Plain Layout
43878
43879 }{
43880 \end_layout
43881
43882 \end_inset
43883
43884
43885 \begin_inset Phantom Phantom
43886 status open
43887
43888 \begin_layout Plain Layout
43889 W
43890 \end_layout
43891
43892 \end_inset
43893
43894
43895 \begin_inset ERT
43896 status collapsed
43897
43898 \begin_layout Plain Layout
43899
43900 }
43901 \end_layout
43902
43903 \end_inset
43904
43905  Cerulean
43906 \end_layout
43907
43908 \end_inset
43909 </cell>
43910 <cell alignment="left" valignment="top" usebox="none">
43911 \begin_inset Text
43912
43913 \begin_layout Plain Layout
43914 \begin_inset ERT
43915 status collapsed
43916
43917 \begin_layout Plain Layout
43918
43919
43920 \backslash
43921 fcolorbox{black}{
43922 \end_layout
43923
43924 \end_inset
43925
43926 CornflowerBlue
43927 \begin_inset ERT
43928 status collapsed
43929
43930 \begin_layout Plain Layout
43931
43932 }{
43933 \end_layout
43934
43935 \end_inset
43936
43937
43938 \begin_inset Phantom Phantom
43939 status open
43940
43941 \begin_layout Plain Layout
43942 W
43943 \end_layout
43944
43945 \end_inset
43946
43947
43948 \begin_inset ERT
43949 status collapsed
43950
43951 \begin_layout Plain Layout
43952
43953 }
43954 \end_layout
43955
43956 \end_inset
43957
43958  CornflowerBlue
43959 \end_layout
43960
43961 \end_inset
43962 </cell>
43963 </row>
43964 <row>
43965 <cell alignment="left" valignment="top" usebox="none">
43966 \begin_inset Text
43967
43968 \begin_layout Plain Layout
43969 \begin_inset ERT
43970 status collapsed
43971
43972 \begin_layout Plain Layout
43973
43974
43975 \backslash
43976 fcolorbox{black}{
43977 \end_layout
43978
43979 \end_inset
43980
43981 Dandelion
43982 \begin_inset ERT
43983 status collapsed
43984
43985 \begin_layout Plain Layout
43986
43987 }{
43988 \end_layout
43989
43990 \end_inset
43991
43992
43993 \begin_inset Phantom Phantom
43994 status open
43995
43996 \begin_layout Plain Layout
43997 W
43998 \end_layout
43999
44000 \end_inset
44001
44002
44003 \begin_inset ERT
44004 status collapsed
44005
44006 \begin_layout Plain Layout
44007
44008 }
44009 \end_layout
44010
44011 \end_inset
44012
44013  Dandelion
44014 \end_layout
44015
44016 \end_inset
44017 </cell>
44018 <cell alignment="left" valignment="top" usebox="none">
44019 \begin_inset Text
44020
44021 \begin_layout Plain Layout
44022 \begin_inset ERT
44023 status collapsed
44024
44025 \begin_layout Plain Layout
44026
44027
44028 \backslash
44029 fcolorbox{black}{
44030 \end_layout
44031
44032 \end_inset
44033
44034 DarkOrchid
44035 \begin_inset ERT
44036 status collapsed
44037
44038 \begin_layout Plain Layout
44039
44040 }{
44041 \end_layout
44042
44043 \end_inset
44044
44045
44046 \begin_inset Phantom Phantom
44047 status open
44048
44049 \begin_layout Plain Layout
44050 W
44051 \end_layout
44052
44053 \end_inset
44054
44055
44056 \begin_inset ERT
44057 status collapsed
44058
44059 \begin_layout Plain Layout
44060
44061 }
44062 \end_layout
44063
44064 \end_inset
44065
44066  DarkOrchid
44067 \end_layout
44068
44069 \end_inset
44070 </cell>
44071 <cell alignment="left" valignment="top" usebox="none">
44072 \begin_inset Text
44073
44074 \begin_layout Plain Layout
44075 \begin_inset ERT
44076 status collapsed
44077
44078 \begin_layout Plain Layout
44079
44080
44081 \backslash
44082 fcolorbox{black}{
44083 \end_layout
44084
44085 \end_inset
44086
44087 Emerald
44088 \begin_inset ERT
44089 status collapsed
44090
44091 \begin_layout Plain Layout
44092
44093 }{
44094 \end_layout
44095
44096 \end_inset
44097
44098
44099 \begin_inset Phantom Phantom
44100 status open
44101
44102 \begin_layout Plain Layout
44103 W
44104 \end_layout
44105
44106 \end_inset
44107
44108
44109 \begin_inset ERT
44110 status collapsed
44111
44112 \begin_layout Plain Layout
44113
44114 }
44115 \end_layout
44116
44117 \end_inset
44118
44119  Emerald
44120 \end_layout
44121
44122 \end_inset
44123 </cell>
44124 <cell alignment="left" valignment="top" usebox="none">
44125 \begin_inset Text
44126
44127 \begin_layout Plain Layout
44128 \begin_inset ERT
44129 status collapsed
44130
44131 \begin_layout Plain Layout
44132
44133
44134 \backslash
44135 fcolorbox{black}{
44136 \end_layout
44137
44138 \end_inset
44139
44140 ForestGreen
44141 \begin_inset ERT
44142 status collapsed
44143
44144 \begin_layout Plain Layout
44145
44146 }{
44147 \end_layout
44148
44149 \end_inset
44150
44151
44152 \begin_inset Phantom Phantom
44153 status open
44154
44155 \begin_layout Plain Layout
44156 W
44157 \end_layout
44158
44159 \end_inset
44160
44161
44162 \begin_inset ERT
44163 status collapsed
44164
44165 \begin_layout Plain Layout
44166
44167 }
44168 \end_layout
44169
44170 \end_inset
44171
44172  ForestGreen
44173 \end_layout
44174
44175 \end_inset
44176 </cell>
44177 </row>
44178 <row>
44179 <cell alignment="left" valignment="top" usebox="none">
44180 \begin_inset Text
44181
44182 \begin_layout Plain Layout
44183 \begin_inset ERT
44184 status collapsed
44185
44186 \begin_layout Plain Layout
44187
44188
44189 \backslash
44190 fcolorbox{black}{
44191 \end_layout
44192
44193 \end_inset
44194
44195 Fuchsia
44196 \begin_inset ERT
44197 status collapsed
44198
44199 \begin_layout Plain Layout
44200
44201 }{
44202 \end_layout
44203
44204 \end_inset
44205
44206
44207 \begin_inset Phantom Phantom
44208 status open
44209
44210 \begin_layout Plain Layout
44211 W
44212 \end_layout
44213
44214 \end_inset
44215
44216
44217 \begin_inset ERT
44218 status collapsed
44219
44220 \begin_layout Plain Layout
44221
44222 }
44223 \end_layout
44224
44225 \end_inset
44226
44227  Fuchsia
44228 \end_layout
44229
44230 \end_inset
44231 </cell>
44232 <cell alignment="left" valignment="top" usebox="none">
44233 \begin_inset Text
44234
44235 \begin_layout Plain Layout
44236 \begin_inset ERT
44237 status collapsed
44238
44239 \begin_layout Plain Layout
44240
44241
44242 \backslash
44243 fcolorbox{black}{
44244 \end_layout
44245
44246 \end_inset
44247
44248 Goldenrod
44249 \begin_inset ERT
44250 status collapsed
44251
44252 \begin_layout Plain Layout
44253
44254 }{
44255 \end_layout
44256
44257 \end_inset
44258
44259
44260 \begin_inset Phantom Phantom
44261 status open
44262
44263 \begin_layout Plain Layout
44264 W
44265 \end_layout
44266
44267 \end_inset
44268
44269
44270 \begin_inset ERT
44271 status collapsed
44272
44273 \begin_layout Plain Layout
44274
44275 }
44276 \end_layout
44277
44278 \end_inset
44279
44280  Goldenrod
44281 \end_layout
44282
44283 \end_inset
44284 </cell>
44285 <cell alignment="left" valignment="top" usebox="none">
44286 \begin_inset Text
44287
44288 \begin_layout Plain Layout
44289 \begin_inset ERT
44290 status collapsed
44291
44292 \begin_layout Plain Layout
44293
44294
44295 \backslash
44296 fcolorbox{black}{
44297 \end_layout
44298
44299 \end_inset
44300
44301 Gray
44302 \begin_inset ERT
44303 status collapsed
44304
44305 \begin_layout Plain Layout
44306
44307 }{
44308 \end_layout
44309
44310 \end_inset
44311
44312
44313 \begin_inset Phantom Phantom
44314 status open
44315
44316 \begin_layout Plain Layout
44317 W
44318 \end_layout
44319
44320 \end_inset
44321
44322
44323 \begin_inset ERT
44324 status collapsed
44325
44326 \begin_layout Plain Layout
44327
44328 }
44329 \end_layout
44330
44331 \end_inset
44332
44333  Gray
44334 \end_layout
44335
44336 \end_inset
44337 </cell>
44338 <cell alignment="left" valignment="top" usebox="none">
44339 \begin_inset Text
44340
44341 \begin_layout Plain Layout
44342 \begin_inset ERT
44343 status collapsed
44344
44345 \begin_layout Plain Layout
44346
44347
44348 \backslash
44349 fcolorbox{black}{
44350 \end_layout
44351
44352 \end_inset
44353
44354 GreenYellow
44355 \begin_inset ERT
44356 status collapsed
44357
44358 \begin_layout Plain Layout
44359
44360 }{
44361 \end_layout
44362
44363 \end_inset
44364
44365
44366 \begin_inset Phantom Phantom
44367 status open
44368
44369 \begin_layout Plain Layout
44370 W
44371 \end_layout
44372
44373 \end_inset
44374
44375
44376 \begin_inset ERT
44377 status collapsed
44378
44379 \begin_layout Plain Layout
44380
44381 }
44382 \end_layout
44383
44384 \end_inset
44385
44386  GreenYellow
44387 \end_layout
44388
44389 \end_inset
44390 </cell>
44391 </row>
44392 <row>
44393 <cell alignment="center" valignment="top" usebox="none">
44394 \begin_inset Text
44395
44396 \begin_layout Plain Layout
44397 \begin_inset ERT
44398 status collapsed
44399
44400 \begin_layout Plain Layout
44401
44402
44403 \backslash
44404 fcolorbox{black}{
44405 \end_layout
44406
44407 \end_inset
44408
44409 JungleGreen
44410 \begin_inset ERT
44411 status collapsed
44412
44413 \begin_layout Plain Layout
44414
44415 }{
44416 \end_layout
44417
44418 \end_inset
44419
44420
44421 \begin_inset Phantom Phantom
44422 status open
44423
44424 \begin_layout Plain Layout
44425 W
44426 \end_layout
44427
44428 \end_inset
44429
44430
44431 \begin_inset ERT
44432 status collapsed
44433
44434 \begin_layout Plain Layout
44435
44436 }
44437 \end_layout
44438
44439 \end_inset
44440
44441  JungleGreen
44442 \end_layout
44443
44444 \end_inset
44445 </cell>
44446 <cell alignment="center" valignment="top" usebox="none">
44447 \begin_inset Text
44448
44449 \begin_layout Plain Layout
44450 \begin_inset ERT
44451 status collapsed
44452
44453 \begin_layout Plain Layout
44454
44455
44456 \backslash
44457 fcolorbox{black}{
44458 \end_layout
44459
44460 \end_inset
44461
44462 Lavender
44463 \begin_inset ERT
44464 status collapsed
44465
44466 \begin_layout Plain Layout
44467
44468 }{
44469 \end_layout
44470
44471 \end_inset
44472
44473
44474 \begin_inset Phantom Phantom
44475 status open
44476
44477 \begin_layout Plain Layout
44478 W
44479 \end_layout
44480
44481 \end_inset
44482
44483
44484 \begin_inset ERT
44485 status collapsed
44486
44487 \begin_layout Plain Layout
44488
44489 }
44490 \end_layout
44491
44492 \end_inset
44493
44494  Lavender
44495 \end_layout
44496
44497 \end_inset
44498 </cell>
44499 <cell alignment="center" valignment="top" usebox="none">
44500 \begin_inset Text
44501
44502 \begin_layout Plain Layout
44503 \begin_inset ERT
44504 status collapsed
44505
44506 \begin_layout Plain Layout
44507
44508
44509 \backslash
44510 fcolorbox{black}{
44511 \end_layout
44512
44513 \end_inset
44514
44515 LimeGreen
44516 \begin_inset ERT
44517 status collapsed
44518
44519 \begin_layout Plain Layout
44520
44521 }{
44522 \end_layout
44523
44524 \end_inset
44525
44526
44527 \begin_inset Phantom Phantom
44528 status open
44529
44530 \begin_layout Plain Layout
44531 W
44532 \end_layout
44533
44534 \end_inset
44535
44536
44537 \begin_inset ERT
44538 status collapsed
44539
44540 \begin_layout Plain Layout
44541
44542 }
44543 \end_layout
44544
44545 \end_inset
44546
44547  LimeGreen
44548 \end_layout
44549
44550 \end_inset
44551 </cell>
44552 <cell alignment="center" valignment="top" usebox="none">
44553 \begin_inset Text
44554
44555 \begin_layout Plain Layout
44556 \begin_inset ERT
44557 status collapsed
44558
44559 \begin_layout Plain Layout
44560
44561
44562 \backslash
44563 fcolorbox{black}{
44564 \end_layout
44565
44566 \end_inset
44567
44568 Mahogany
44569 \begin_inset ERT
44570 status collapsed
44571
44572 \begin_layout Plain Layout
44573
44574 }{
44575 \end_layout
44576
44577 \end_inset
44578
44579
44580 \begin_inset Phantom Phantom
44581 status open
44582
44583 \begin_layout Plain Layout
44584 W
44585 \end_layout
44586
44587 \end_inset
44588
44589
44590 \begin_inset ERT
44591 status collapsed
44592
44593 \begin_layout Plain Layout
44594
44595 }
44596 \end_layout
44597
44598 \end_inset
44599
44600  Mahogany
44601 \end_layout
44602
44603 \end_inset
44604 </cell>
44605 </row>
44606 <row>
44607 <cell alignment="left" valignment="top" usebox="none">
44608 \begin_inset Text
44609
44610 \begin_layout Plain Layout
44611 \begin_inset ERT
44612 status collapsed
44613
44614 \begin_layout Plain Layout
44615
44616
44617 \backslash
44618 fcolorbox{black}{
44619 \end_layout
44620
44621 \end_inset
44622
44623 Mahogany
44624 \begin_inset ERT
44625 status collapsed
44626
44627 \begin_layout Plain Layout
44628
44629 }{
44630 \end_layout
44631
44632 \end_inset
44633
44634
44635 \begin_inset Phantom Phantom
44636 status open
44637
44638 \begin_layout Plain Layout
44639 W
44640 \end_layout
44641
44642 \end_inset
44643
44644
44645 \begin_inset ERT
44646 status collapsed
44647
44648 \begin_layout Plain Layout
44649
44650 }
44651 \end_layout
44652
44653 \end_inset
44654
44655  Mahogany
44656 \end_layout
44657
44658 \end_inset
44659 </cell>
44660 <cell alignment="left" valignment="top" usebox="none">
44661 \begin_inset Text
44662
44663 \begin_layout Plain Layout
44664 \begin_inset ERT
44665 status collapsed
44666
44667 \begin_layout Plain Layout
44668
44669
44670 \backslash
44671 fcolorbox{black}{
44672 \end_layout
44673
44674 \end_inset
44675
44676 Maroon
44677 \begin_inset ERT
44678 status collapsed
44679
44680 \begin_layout Plain Layout
44681
44682 }{
44683 \end_layout
44684
44685 \end_inset
44686
44687
44688 \begin_inset Phantom Phantom
44689 status open
44690
44691 \begin_layout Plain Layout
44692 W
44693 \end_layout
44694
44695 \end_inset
44696
44697
44698 \begin_inset ERT
44699 status collapsed
44700
44701 \begin_layout Plain Layout
44702
44703 }
44704 \end_layout
44705
44706 \end_inset
44707
44708  Maroon
44709 \end_layout
44710
44711 \end_inset
44712 </cell>
44713 <cell alignment="left" valignment="top" usebox="none">
44714 \begin_inset Text
44715
44716 \begin_layout Plain Layout
44717 \begin_inset ERT
44718 status collapsed
44719
44720 \begin_layout Plain Layout
44721
44722
44723 \backslash
44724 fcolorbox{black}{
44725 \end_layout
44726
44727 \end_inset
44728
44729 Melon
44730 \begin_inset ERT
44731 status collapsed
44732
44733 \begin_layout Plain Layout
44734
44735 }{
44736 \end_layout
44737
44738 \end_inset
44739
44740
44741 \begin_inset Phantom Phantom
44742 status open
44743
44744 \begin_layout Plain Layout
44745 W
44746 \end_layout
44747
44748 \end_inset
44749
44750
44751 \begin_inset ERT
44752 status collapsed
44753
44754 \begin_layout Plain Layout
44755
44756 }
44757 \end_layout
44758
44759 \end_inset
44760
44761  Melon
44762 \end_layout
44763
44764 \end_inset
44765 </cell>
44766 <cell alignment="left" valignment="top" usebox="none">
44767 \begin_inset Text
44768
44769 \begin_layout Plain Layout
44770 \begin_inset ERT
44771 status collapsed
44772
44773 \begin_layout Plain Layout
44774
44775
44776 \backslash
44777 fcolorbox{black}{
44778 \end_layout
44779
44780 \end_inset
44781
44782 MidnightBlue
44783 \begin_inset ERT
44784 status collapsed
44785
44786 \begin_layout Plain Layout
44787
44788 }{
44789 \end_layout
44790
44791 \end_inset
44792
44793
44794 \begin_inset Phantom Phantom
44795 status open
44796
44797 \begin_layout Plain Layout
44798 W
44799 \end_layout
44800
44801 \end_inset
44802
44803
44804 \begin_inset ERT
44805 status collapsed
44806
44807 \begin_layout Plain Layout
44808
44809 }
44810 \end_layout
44811
44812 \end_inset
44813
44814  MidnightBlue
44815 \end_layout
44816
44817 \end_inset
44818 </cell>
44819 </row>
44820 <row>
44821 <cell alignment="left" valignment="top" usebox="none">
44822 \begin_inset Text
44823
44824 \begin_layout Plain Layout
44825 \begin_inset ERT
44826 status collapsed
44827
44828 \begin_layout Plain Layout
44829
44830
44831 \backslash
44832 fcolorbox{black}{
44833 \end_layout
44834
44835 \end_inset
44836
44837 Mulberry
44838 \begin_inset ERT
44839 status collapsed
44840
44841 \begin_layout Plain Layout
44842
44843 }{
44844 \end_layout
44845
44846 \end_inset
44847
44848
44849 \begin_inset Phantom Phantom
44850 status open
44851
44852 \begin_layout Plain Layout
44853 W
44854 \end_layout
44855
44856 \end_inset
44857
44858
44859 \begin_inset ERT
44860 status collapsed
44861
44862 \begin_layout Plain Layout
44863
44864 }
44865 \end_layout
44866
44867 \end_inset
44868
44869  Mulberry
44870 \end_layout
44871
44872 \end_inset
44873 </cell>
44874 <cell alignment="left" valignment="top" usebox="none">
44875 \begin_inset Text
44876
44877 \begin_layout Plain Layout
44878 \begin_inset ERT
44879 status collapsed
44880
44881 \begin_layout Plain Layout
44882
44883
44884 \backslash
44885 fcolorbox{black}{
44886 \end_layout
44887
44888 \end_inset
44889
44890 NavyBlue
44891 \begin_inset ERT
44892 status collapsed
44893
44894 \begin_layout Plain Layout
44895
44896 }{
44897 \end_layout
44898
44899 \end_inset
44900
44901
44902 \begin_inset Phantom Phantom
44903 status open
44904
44905 \begin_layout Plain Layout
44906 W
44907 \end_layout
44908
44909 \end_inset
44910
44911
44912 \begin_inset ERT
44913 status collapsed
44914
44915 \begin_layout Plain Layout
44916
44917 }
44918 \end_layout
44919
44920 \end_inset
44921
44922  NavyBlue
44923 \end_layout
44924
44925 \end_inset
44926 </cell>
44927 <cell alignment="left" valignment="top" usebox="none">
44928 \begin_inset Text
44929
44930 \begin_layout Plain Layout
44931 \begin_inset ERT
44932 status collapsed
44933
44934 \begin_layout Plain Layout
44935
44936
44937 \backslash
44938 fcolorbox{black}{
44939 \end_layout
44940
44941 \end_inset
44942
44943 OliveGreen
44944 \begin_inset ERT
44945 status collapsed
44946
44947 \begin_layout Plain Layout
44948
44949 }{
44950 \end_layout
44951
44952 \end_inset
44953
44954
44955 \begin_inset Phantom Phantom
44956 status open
44957
44958 \begin_layout Plain Layout
44959 W
44960 \end_layout
44961
44962 \end_inset
44963
44964
44965 \begin_inset ERT
44966 status collapsed
44967
44968 \begin_layout Plain Layout
44969
44970 }
44971 \end_layout
44972
44973 \end_inset
44974
44975  OliveGreen
44976 \end_layout
44977
44978 \end_inset
44979 </cell>
44980 <cell alignment="left" valignment="top" usebox="none">
44981 \begin_inset Text
44982
44983 \begin_layout Plain Layout
44984 \begin_inset ERT
44985 status collapsed
44986
44987 \begin_layout Plain Layout
44988
44989
44990 \backslash
44991 fcolorbox{black}{
44992 \end_layout
44993
44994 \end_inset
44995
44996 Orange
44997 \begin_inset ERT
44998 status collapsed
44999
45000 \begin_layout Plain Layout
45001
45002 }{
45003 \end_layout
45004
45005 \end_inset
45006
45007
45008 \begin_inset Phantom Phantom
45009 status open
45010
45011 \begin_layout Plain Layout
45012 W
45013 \end_layout
45014
45015 \end_inset
45016
45017
45018 \begin_inset ERT
45019 status collapsed
45020
45021 \begin_layout Plain Layout
45022
45023 }
45024 \end_layout
45025
45026 \end_inset
45027
45028  Orange
45029 \end_layout
45030
45031 \end_inset
45032 </cell>
45033 </row>
45034 <row>
45035 <cell alignment="left" valignment="top" usebox="none">
45036 \begin_inset Text
45037
45038 \begin_layout Plain Layout
45039 \begin_inset ERT
45040 status collapsed
45041
45042 \begin_layout Plain Layout
45043
45044
45045 \backslash
45046 fcolorbox{black}{
45047 \end_layout
45048
45049 \end_inset
45050
45051 OrangeRed
45052 \begin_inset ERT
45053 status collapsed
45054
45055 \begin_layout Plain Layout
45056
45057 }{
45058 \end_layout
45059
45060 \end_inset
45061
45062
45063 \begin_inset Phantom Phantom
45064 status open
45065
45066 \begin_layout Plain Layout
45067 W
45068 \end_layout
45069
45070 \end_inset
45071
45072
45073 \begin_inset ERT
45074 status collapsed
45075
45076 \begin_layout Plain Layout
45077
45078 }
45079 \end_layout
45080
45081 \end_inset
45082
45083  OrangeRed
45084 \end_layout
45085
45086 \end_inset
45087 </cell>
45088 <cell alignment="left" valignment="top" usebox="none">
45089 \begin_inset Text
45090
45091 \begin_layout Plain Layout
45092 \begin_inset ERT
45093 status collapsed
45094
45095 \begin_layout Plain Layout
45096
45097
45098 \backslash
45099 fcolorbox{black}{
45100 \end_layout
45101
45102 \end_inset
45103
45104 Orchid
45105 \begin_inset ERT
45106 status collapsed
45107
45108 \begin_layout Plain Layout
45109
45110 }{
45111 \end_layout
45112
45113 \end_inset
45114
45115
45116 \begin_inset Phantom Phantom
45117 status open
45118
45119 \begin_layout Plain Layout
45120 W
45121 \end_layout
45122
45123 \end_inset
45124
45125
45126 \begin_inset ERT
45127 status collapsed
45128
45129 \begin_layout Plain Layout
45130
45131 }
45132 \end_layout
45133
45134 \end_inset
45135
45136  Orchid
45137 \end_layout
45138
45139 \end_inset
45140 </cell>
45141 <cell alignment="left" valignment="top" usebox="none">
45142 \begin_inset Text
45143
45144 \begin_layout Plain Layout
45145 \begin_inset ERT
45146 status collapsed
45147
45148 \begin_layout Plain Layout
45149
45150
45151 \backslash
45152 fcolorbox{black}{
45153 \end_layout
45154
45155 \end_inset
45156
45157 Peach
45158 \begin_inset ERT
45159 status collapsed
45160
45161 \begin_layout Plain Layout
45162
45163 }{
45164 \end_layout
45165
45166 \end_inset
45167
45168
45169 \begin_inset Phantom Phantom
45170 status open
45171
45172 \begin_layout Plain Layout
45173 W
45174 \end_layout
45175
45176 \end_inset
45177
45178
45179 \begin_inset ERT
45180 status collapsed
45181
45182 \begin_layout Plain Layout
45183
45184 }
45185 \end_layout
45186
45187 \end_inset
45188
45189  Peach
45190 \end_layout
45191
45192 \end_inset
45193 </cell>
45194 <cell alignment="left" valignment="top" usebox="none">
45195 \begin_inset Text
45196
45197 \begin_layout Plain Layout
45198 \begin_inset ERT
45199 status collapsed
45200
45201 \begin_layout Plain Layout
45202
45203
45204 \backslash
45205 fcolorbox{black}{
45206 \end_layout
45207
45208 \end_inset
45209
45210 Periwinkle
45211 \begin_inset ERT
45212 status collapsed
45213
45214 \begin_layout Plain Layout
45215
45216 }{
45217 \end_layout
45218
45219 \end_inset
45220
45221
45222 \begin_inset Phantom Phantom
45223 status open
45224
45225 \begin_layout Plain Layout
45226 W
45227 \end_layout
45228
45229 \end_inset
45230
45231
45232 \begin_inset ERT
45233 status collapsed
45234
45235 \begin_layout Plain Layout
45236
45237 }
45238 \end_layout
45239
45240 \end_inset
45241
45242  Periwinkle
45243 \end_layout
45244
45245 \end_inset
45246 </cell>
45247 </row>
45248 <row>
45249 <cell alignment="left" valignment="top" usebox="none">
45250 \begin_inset Text
45251
45252 \begin_layout Plain Layout
45253 \begin_inset ERT
45254 status collapsed
45255
45256 \begin_layout Plain Layout
45257
45258
45259 \backslash
45260 fcolorbox{black}{
45261 \end_layout
45262
45263 \end_inset
45264
45265 PineGreen
45266 \begin_inset ERT
45267 status collapsed
45268
45269 \begin_layout Plain Layout
45270
45271 }{
45272 \end_layout
45273
45274 \end_inset
45275
45276
45277 \begin_inset Phantom Phantom
45278 status open
45279
45280 \begin_layout Plain Layout
45281 W
45282 \end_layout
45283
45284 \end_inset
45285
45286
45287 \begin_inset ERT
45288 status collapsed
45289
45290 \begin_layout Plain Layout
45291
45292 }
45293 \end_layout
45294
45295 \end_inset
45296
45297  PineGreen
45298 \end_layout
45299
45300 \end_inset
45301 </cell>
45302 <cell alignment="left" valignment="top" usebox="none">
45303 \begin_inset Text
45304
45305 \begin_layout Plain Layout
45306 \begin_inset ERT
45307 status collapsed
45308
45309 \begin_layout Plain Layout
45310
45311
45312 \backslash
45313 fcolorbox{black}{
45314 \end_layout
45315
45316 \end_inset
45317
45318 Plum
45319 \begin_inset ERT
45320 status collapsed
45321
45322 \begin_layout Plain Layout
45323
45324 }{
45325 \end_layout
45326
45327 \end_inset
45328
45329
45330 \begin_inset Phantom Phantom
45331 status open
45332
45333 \begin_layout Plain Layout
45334 W
45335 \end_layout
45336
45337 \end_inset
45338
45339
45340 \begin_inset ERT
45341 status collapsed
45342
45343 \begin_layout Plain Layout
45344
45345 }
45346 \end_layout
45347
45348 \end_inset
45349
45350  Plum
45351 \end_layout
45352
45353 \end_inset
45354 </cell>
45355 <cell alignment="left" valignment="top" usebox="none">
45356 \begin_inset Text
45357
45358 \begin_layout Plain Layout
45359 \begin_inset ERT
45360 status collapsed
45361
45362 \begin_layout Plain Layout
45363
45364
45365 \backslash
45366 fcolorbox{black}{
45367 \end_layout
45368
45369 \end_inset
45370
45371 ProcessBlue
45372 \begin_inset ERT
45373 status collapsed
45374
45375 \begin_layout Plain Layout
45376
45377 }{
45378 \end_layout
45379
45380 \end_inset
45381
45382
45383 \begin_inset Phantom Phantom
45384 status open
45385
45386 \begin_layout Plain Layout
45387 W
45388 \end_layout
45389
45390 \end_inset
45391
45392
45393 \begin_inset ERT
45394 status collapsed
45395
45396 \begin_layout Plain Layout
45397
45398 }
45399 \end_layout
45400
45401 \end_inset
45402
45403  ProcessBlue
45404 \end_layout
45405
45406 \end_inset
45407 </cell>
45408 <cell alignment="left" valignment="top" usebox="none">
45409 \begin_inset Text
45410
45411 \begin_layout Plain Layout
45412 \begin_inset ERT
45413 status collapsed
45414
45415 \begin_layout Plain Layout
45416
45417
45418 \backslash
45419 fcolorbox{black}{
45420 \end_layout
45421
45422 \end_inset
45423
45424 Purple
45425 \begin_inset ERT
45426 status collapsed
45427
45428 \begin_layout Plain Layout
45429
45430 }{
45431 \end_layout
45432
45433 \end_inset
45434
45435
45436 \begin_inset Phantom Phantom
45437 status open
45438
45439 \begin_layout Plain Layout
45440 W
45441 \end_layout
45442
45443 \end_inset
45444
45445
45446 \begin_inset ERT
45447 status collapsed
45448
45449 \begin_layout Plain Layout
45450
45451 }
45452 \end_layout
45453
45454 \end_inset
45455
45456  Purple
45457 \end_layout
45458
45459 \end_inset
45460 </cell>
45461 </row>
45462 <row>
45463 <cell alignment="left" valignment="top" usebox="none">
45464 \begin_inset Text
45465
45466 \begin_layout Plain Layout
45467 \begin_inset ERT
45468 status collapsed
45469
45470 \begin_layout Plain Layout
45471
45472
45473 \backslash
45474 fcolorbox{black}{
45475 \end_layout
45476
45477 \end_inset
45478
45479 RawSienna
45480 \begin_inset ERT
45481 status collapsed
45482
45483 \begin_layout Plain Layout
45484
45485 }{
45486 \end_layout
45487
45488 \end_inset
45489
45490
45491 \begin_inset Phantom Phantom
45492 status open
45493
45494 \begin_layout Plain Layout
45495 W
45496 \end_layout
45497
45498 \end_inset
45499
45500
45501 \begin_inset ERT
45502 status collapsed
45503
45504 \begin_layout Plain Layout
45505
45506 }
45507 \end_layout
45508
45509 \end_inset
45510
45511  RawSienna
45512 \end_layout
45513
45514 \end_inset
45515 </cell>
45516 <cell alignment="left" valignment="top" usebox="none">
45517 \begin_inset Text
45518
45519 \begin_layout Plain Layout
45520 \begin_inset ERT
45521 status collapsed
45522
45523 \begin_layout Plain Layout
45524
45525
45526 \backslash
45527 fcolorbox{black}{
45528 \end_layout
45529
45530 \end_inset
45531
45532 RedOrange
45533 \begin_inset ERT
45534 status collapsed
45535
45536 \begin_layout Plain Layout
45537
45538 }{
45539 \end_layout
45540
45541 \end_inset
45542
45543
45544 \begin_inset Phantom Phantom
45545 status open
45546
45547 \begin_layout Plain Layout
45548 W
45549 \end_layout
45550
45551 \end_inset
45552
45553
45554 \begin_inset ERT
45555 status collapsed
45556
45557 \begin_layout Plain Layout
45558
45559 }
45560 \end_layout
45561
45562 \end_inset
45563
45564  RedOrange
45565 \end_layout
45566
45567 \end_inset
45568 </cell>
45569 <cell alignment="left" valignment="top" usebox="none">
45570 \begin_inset Text
45571
45572 \begin_layout Plain Layout
45573 \begin_inset ERT
45574 status collapsed
45575
45576 \begin_layout Plain Layout
45577
45578
45579 \backslash
45580 fcolorbox{black}{
45581 \end_layout
45582
45583 \end_inset
45584
45585 RedViolet
45586 \begin_inset ERT
45587 status collapsed
45588
45589 \begin_layout Plain Layout
45590
45591 }{
45592 \end_layout
45593
45594 \end_inset
45595
45596
45597 \begin_inset Phantom Phantom
45598 status open
45599
45600 \begin_layout Plain Layout
45601 W
45602 \end_layout
45603
45604 \end_inset
45605
45606
45607 \begin_inset ERT
45608 status collapsed
45609
45610 \begin_layout Plain Layout
45611
45612 }
45613 \end_layout
45614
45615 \end_inset
45616
45617  RedViolet
45618 \end_layout
45619
45620 \end_inset
45621 </cell>
45622 <cell alignment="left" valignment="top" usebox="none">
45623 \begin_inset Text
45624
45625 \begin_layout Plain Layout
45626 \begin_inset ERT
45627 status collapsed
45628
45629 \begin_layout Plain Layout
45630
45631
45632 \backslash
45633 fcolorbox{black}{
45634 \end_layout
45635
45636 \end_inset
45637
45638 Rhodamine
45639 \begin_inset ERT
45640 status collapsed
45641
45642 \begin_layout Plain Layout
45643
45644 }{
45645 \end_layout
45646
45647 \end_inset
45648
45649
45650 \begin_inset Phantom Phantom
45651 status open
45652
45653 \begin_layout Plain Layout
45654 W
45655 \end_layout
45656
45657 \end_inset
45658
45659
45660 \begin_inset ERT
45661 status collapsed
45662
45663 \begin_layout Plain Layout
45664
45665 }
45666 \end_layout
45667
45668 \end_inset
45669
45670  Rhodamine
45671 \end_layout
45672
45673 \end_inset
45674 </cell>
45675 </row>
45676 <row>
45677 <cell alignment="left" valignment="top" usebox="none">
45678 \begin_inset Text
45679
45680 \begin_layout Plain Layout
45681 \begin_inset ERT
45682 status collapsed
45683
45684 \begin_layout Plain Layout
45685
45686
45687 \backslash
45688 fcolorbox{black}{
45689 \end_layout
45690
45691 \end_inset
45692
45693 RoyalBlue
45694 \begin_inset ERT
45695 status collapsed
45696
45697 \begin_layout Plain Layout
45698
45699 }{
45700 \end_layout
45701
45702 \end_inset
45703
45704
45705 \begin_inset Phantom Phantom
45706 status open
45707
45708 \begin_layout Plain Layout
45709 W
45710 \end_layout
45711
45712 \end_inset
45713
45714
45715 \begin_inset ERT
45716 status collapsed
45717
45718 \begin_layout Plain Layout
45719
45720 }
45721 \end_layout
45722
45723 \end_inset
45724
45725  RoyalBlue
45726 \end_layout
45727
45728 \end_inset
45729 </cell>
45730 <cell alignment="left" valignment="top" usebox="none">
45731 \begin_inset Text
45732
45733 \begin_layout Plain Layout
45734 \begin_inset ERT
45735 status collapsed
45736
45737 \begin_layout Plain Layout
45738
45739
45740 \backslash
45741 fcolorbox{black}{
45742 \end_layout
45743
45744 \end_inset
45745
45746 RoyalPurple
45747 \begin_inset ERT
45748 status collapsed
45749
45750 \begin_layout Plain Layout
45751
45752 }{
45753 \end_layout
45754
45755 \end_inset
45756
45757
45758 \begin_inset Phantom Phantom
45759 status open
45760
45761 \begin_layout Plain Layout
45762 W
45763 \end_layout
45764
45765 \end_inset
45766
45767
45768 \begin_inset ERT
45769 status collapsed
45770
45771 \begin_layout Plain Layout
45772
45773 }
45774 \end_layout
45775
45776 \end_inset
45777
45778  RoyalPurple
45779 \end_layout
45780
45781 \end_inset
45782 </cell>
45783 <cell alignment="left" valignment="top" usebox="none">
45784 \begin_inset Text
45785
45786 \begin_layout Plain Layout
45787 \begin_inset ERT
45788 status collapsed
45789
45790 \begin_layout Plain Layout
45791
45792
45793 \backslash
45794 fcolorbox{black}{
45795 \end_layout
45796
45797 \end_inset
45798
45799 RubineRed
45800 \begin_inset ERT
45801 status collapsed
45802
45803 \begin_layout Plain Layout
45804
45805 }{
45806 \end_layout
45807
45808 \end_inset
45809
45810
45811 \begin_inset Phantom Phantom
45812 status open
45813
45814 \begin_layout Plain Layout
45815 W
45816 \end_layout
45817
45818 \end_inset
45819
45820
45821 \begin_inset ERT
45822 status collapsed
45823
45824 \begin_layout Plain Layout
45825
45826 }
45827 \end_layout
45828
45829 \end_inset
45830
45831  RubineRed
45832 \end_layout
45833
45834 \end_inset
45835 </cell>
45836 <cell alignment="left" valignment="top" usebox="none">
45837 \begin_inset Text
45838
45839 \begin_layout Plain Layout
45840 \begin_inset ERT
45841 status collapsed
45842
45843 \begin_layout Plain Layout
45844
45845
45846 \backslash
45847 fcolorbox{black}{
45848 \end_layout
45849
45850 \end_inset
45851
45852 Salmon
45853 \begin_inset ERT
45854 status collapsed
45855
45856 \begin_layout Plain Layout
45857
45858 }{
45859 \end_layout
45860
45861 \end_inset
45862
45863
45864 \begin_inset Phantom Phantom
45865 status open
45866
45867 \begin_layout Plain Layout
45868 W
45869 \end_layout
45870
45871 \end_inset
45872
45873
45874 \begin_inset ERT
45875 status collapsed
45876
45877 \begin_layout Plain Layout
45878
45879 }
45880 \end_layout
45881
45882 \end_inset
45883
45884  Salmon
45885 \end_layout
45886
45887 \end_inset
45888 </cell>
45889 </row>
45890 <row>
45891 <cell alignment="left" valignment="top" usebox="none">
45892 \begin_inset Text
45893
45894 \begin_layout Plain Layout
45895 \begin_inset ERT
45896 status collapsed
45897
45898 \begin_layout Plain Layout
45899
45900
45901 \backslash
45902 fcolorbox{black}{
45903 \end_layout
45904
45905 \end_inset
45906
45907 SeaGreen
45908 \begin_inset ERT
45909 status collapsed
45910
45911 \begin_layout Plain Layout
45912
45913 }{
45914 \end_layout
45915
45916 \end_inset
45917
45918
45919 \begin_inset Phantom Phantom
45920 status open
45921
45922 \begin_layout Plain Layout
45923 W
45924 \end_layout
45925
45926 \end_inset
45927
45928
45929 \begin_inset ERT
45930 status collapsed
45931
45932 \begin_layout Plain Layout
45933
45934 }
45935 \end_layout
45936
45937 \end_inset
45938
45939  SeaGreen
45940 \end_layout
45941
45942 \end_inset
45943 </cell>
45944 <cell alignment="left" valignment="top" usebox="none">
45945 \begin_inset Text
45946
45947 \begin_layout Plain Layout
45948 \begin_inset ERT
45949 status collapsed
45950
45951 \begin_layout Plain Layout
45952
45953
45954 \backslash
45955 fcolorbox{black}{
45956 \end_layout
45957
45958 \end_inset
45959
45960 Sepia
45961 \begin_inset ERT
45962 status collapsed
45963
45964 \begin_layout Plain Layout
45965
45966 }{
45967 \end_layout
45968
45969 \end_inset
45970
45971
45972 \begin_inset Phantom Phantom
45973 status open
45974
45975 \begin_layout Plain Layout
45976 W
45977 \end_layout
45978
45979 \end_inset
45980
45981
45982 \begin_inset ERT
45983 status collapsed
45984
45985 \begin_layout Plain Layout
45986
45987 }
45988 \end_layout
45989
45990 \end_inset
45991
45992  Sepia
45993 \end_layout
45994
45995 \end_inset
45996 </cell>
45997 <cell alignment="left" valignment="top" usebox="none">
45998 \begin_inset Text
45999
46000 \begin_layout Plain Layout
46001 \begin_inset ERT
46002 status collapsed
46003
46004 \begin_layout Plain Layout
46005
46006
46007 \backslash
46008 fcolorbox{black}{
46009 \end_layout
46010
46011 \end_inset
46012
46013 SkyBlue
46014 \begin_inset ERT
46015 status collapsed
46016
46017 \begin_layout Plain Layout
46018
46019 }{
46020 \end_layout
46021
46022 \end_inset
46023
46024
46025 \begin_inset Phantom Phantom
46026 status open
46027
46028 \begin_layout Plain Layout
46029 W
46030 \end_layout
46031
46032 \end_inset
46033
46034
46035 \begin_inset ERT
46036 status collapsed
46037
46038 \begin_layout Plain Layout
46039
46040 }
46041 \end_layout
46042
46043 \end_inset
46044
46045  SkyBlue
46046 \end_layout
46047
46048 \end_inset
46049 </cell>
46050 <cell alignment="left" valignment="top" usebox="none">
46051 \begin_inset Text
46052
46053 \begin_layout Plain Layout
46054 \begin_inset ERT
46055 status collapsed
46056
46057 \begin_layout Plain Layout
46058
46059
46060 \backslash
46061 fcolorbox{black}{
46062 \end_layout
46063
46064 \end_inset
46065
46066 SpringGreen
46067 \begin_inset ERT
46068 status collapsed
46069
46070 \begin_layout Plain Layout
46071
46072 }{
46073 \end_layout
46074
46075 \end_inset
46076
46077
46078 \begin_inset Phantom Phantom
46079 status open
46080
46081 \begin_layout Plain Layout
46082 W
46083 \end_layout
46084
46085 \end_inset
46086
46087
46088 \begin_inset ERT
46089 status collapsed
46090
46091 \begin_layout Plain Layout
46092
46093 }
46094 \end_layout
46095
46096 \end_inset
46097
46098  SpringGreen
46099 \end_layout
46100
46101 \end_inset
46102 </cell>
46103 </row>
46104 <row>
46105 <cell alignment="left" valignment="top" usebox="none">
46106 \begin_inset Text
46107
46108 \begin_layout Plain Layout
46109 \begin_inset ERT
46110 status collapsed
46111
46112 \begin_layout Plain Layout
46113
46114
46115 \backslash
46116 fcolorbox{black}{
46117 \end_layout
46118
46119 \end_inset
46120
46121 Tan
46122 \begin_inset ERT
46123 status collapsed
46124
46125 \begin_layout Plain Layout
46126
46127 }{
46128 \end_layout
46129
46130 \end_inset
46131
46132
46133 \begin_inset Phantom Phantom
46134 status open
46135
46136 \begin_layout Plain Layout
46137 W
46138 \end_layout
46139
46140 \end_inset
46141
46142
46143 \begin_inset ERT
46144 status collapsed
46145
46146 \begin_layout Plain Layout
46147
46148 }
46149 \end_layout
46150
46151 \end_inset
46152
46153  Tan
46154 \end_layout
46155
46156 \end_inset
46157 </cell>
46158 <cell alignment="left" valignment="top" usebox="none">
46159 \begin_inset Text
46160
46161 \begin_layout Plain Layout
46162 \begin_inset ERT
46163 status collapsed
46164
46165 \begin_layout Plain Layout
46166
46167
46168 \backslash
46169 fcolorbox{black}{
46170 \end_layout
46171
46172 \end_inset
46173
46174 TealBlue
46175 \begin_inset ERT
46176 status collapsed
46177
46178 \begin_layout Plain Layout
46179
46180 }{
46181 \end_layout
46182
46183 \end_inset
46184
46185
46186 \begin_inset Phantom Phantom
46187 status open
46188
46189 \begin_layout Plain Layout
46190 W
46191 \end_layout
46192
46193 \end_inset
46194
46195
46196 \begin_inset ERT
46197 status collapsed
46198
46199 \begin_layout Plain Layout
46200
46201 }
46202 \end_layout
46203
46204 \end_inset
46205
46206  TealBlue
46207 \end_layout
46208
46209 \end_inset
46210 </cell>
46211 <cell alignment="left" valignment="top" usebox="none">
46212 \begin_inset Text
46213
46214 \begin_layout Plain Layout
46215 \begin_inset ERT
46216 status collapsed
46217
46218 \begin_layout Plain Layout
46219
46220
46221 \backslash
46222 fcolorbox{black}{
46223 \end_layout
46224
46225 \end_inset
46226
46227 Thistle
46228 \begin_inset ERT
46229 status collapsed
46230
46231 \begin_layout Plain Layout
46232
46233 }{
46234 \end_layout
46235
46236 \end_inset
46237
46238
46239 \begin_inset Phantom Phantom
46240 status open
46241
46242 \begin_layout Plain Layout
46243 W
46244 \end_layout
46245
46246 \end_inset
46247
46248
46249 \begin_inset ERT
46250 status collapsed
46251
46252 \begin_layout Plain Layout
46253
46254 }
46255 \end_layout
46256
46257 \end_inset
46258
46259  Thistle
46260 \end_layout
46261
46262 \end_inset
46263 </cell>
46264 <cell alignment="left" valignment="top" usebox="none">
46265 \begin_inset Text
46266
46267 \begin_layout Plain Layout
46268 \begin_inset ERT
46269 status collapsed
46270
46271 \begin_layout Plain Layout
46272
46273
46274 \backslash
46275 fcolorbox{black}{
46276 \end_layout
46277
46278 \end_inset
46279
46280 Turquoise
46281 \begin_inset ERT
46282 status collapsed
46283
46284 \begin_layout Plain Layout
46285
46286 }{
46287 \end_layout
46288
46289 \end_inset
46290
46291
46292 \begin_inset Phantom Phantom
46293 status open
46294
46295 \begin_layout Plain Layout
46296 W
46297 \end_layout
46298
46299 \end_inset
46300
46301
46302 \begin_inset ERT
46303 status collapsed
46304
46305 \begin_layout Plain Layout
46306
46307 }
46308 \end_layout
46309
46310 \end_inset
46311
46312  Turquoise
46313 \end_layout
46314
46315 \end_inset
46316 </cell>
46317 </row>
46318 <row>
46319 <cell alignment="left" valignment="top" usebox="none">
46320 \begin_inset Text
46321
46322 \begin_layout Plain Layout
46323 \begin_inset ERT
46324 status collapsed
46325
46326 \begin_layout Plain Layout
46327
46328
46329 \backslash
46330 fcolorbox{black}{
46331 \end_layout
46332
46333 \end_inset
46334
46335 Violet
46336 \begin_inset ERT
46337 status collapsed
46338
46339 \begin_layout Plain Layout
46340
46341 }{
46342 \end_layout
46343
46344 \end_inset
46345
46346
46347 \begin_inset Phantom Phantom
46348 status open
46349
46350 \begin_layout Plain Layout
46351 W
46352 \end_layout
46353
46354 \end_inset
46355
46356
46357 \begin_inset ERT
46358 status collapsed
46359
46360 \begin_layout Plain Layout
46361
46362 }
46363 \end_layout
46364
46365 \end_inset
46366
46367  Violet
46368 \end_layout
46369
46370 \end_inset
46371 </cell>
46372 <cell alignment="left" valignment="top" usebox="none">
46373 \begin_inset Text
46374
46375 \begin_layout Plain Layout
46376 \begin_inset ERT
46377 status collapsed
46378
46379 \begin_layout Plain Layout
46380
46381
46382 \backslash
46383 fcolorbox{black}{
46384 \end_layout
46385
46386 \end_inset
46387
46388 VioletRed
46389 \begin_inset ERT
46390 status collapsed
46391
46392 \begin_layout Plain Layout
46393
46394 }{
46395 \end_layout
46396
46397 \end_inset
46398
46399
46400 \begin_inset Phantom Phantom
46401 status open
46402
46403 \begin_layout Plain Layout
46404 W
46405 \end_layout
46406
46407 \end_inset
46408
46409
46410 \begin_inset ERT
46411 status collapsed
46412
46413 \begin_layout Plain Layout
46414
46415 }
46416 \end_layout
46417
46418 \end_inset
46419
46420  VioletRed
46421 \end_layout
46422
46423 \end_inset
46424 </cell>
46425 <cell alignment="left" valignment="top" usebox="none">
46426 \begin_inset Text
46427
46428 \begin_layout Plain Layout
46429 \begin_inset ERT
46430 status collapsed
46431
46432 \begin_layout Plain Layout
46433
46434
46435 \backslash
46436 fcolorbox{black}{
46437 \end_layout
46438
46439 \end_inset
46440
46441 WildStrawberry
46442 \begin_inset ERT
46443 status collapsed
46444
46445 \begin_layout Plain Layout
46446
46447 }{
46448 \end_layout
46449
46450 \end_inset
46451
46452
46453 \begin_inset Phantom Phantom
46454 status open
46455
46456 \begin_layout Plain Layout
46457 W
46458 \end_layout
46459
46460 \end_inset
46461
46462
46463 \begin_inset ERT
46464 status collapsed
46465
46466 \begin_layout Plain Layout
46467
46468 }
46469 \end_layout
46470
46471 \end_inset
46472
46473  WildStrawberry
46474 \end_layout
46475
46476 \end_inset
46477 </cell>
46478 <cell alignment="left" valignment="top" usebox="none">
46479 \begin_inset Text
46480
46481 \begin_layout Plain Layout
46482 \begin_inset ERT
46483 status collapsed
46484
46485 \begin_layout Plain Layout
46486
46487
46488 \backslash
46489 fcolorbox{black}{
46490 \end_layout
46491
46492 \end_inset
46493
46494 YellowGreen
46495 \begin_inset ERT
46496 status collapsed
46497
46498 \begin_layout Plain Layout
46499
46500 }{
46501 \end_layout
46502
46503 \end_inset
46504
46505
46506 \begin_inset Phantom Phantom
46507 status open
46508
46509 \begin_layout Plain Layout
46510 W
46511 \end_layout
46512
46513 \end_inset
46514
46515
46516 \begin_inset ERT
46517 status collapsed
46518
46519 \begin_layout Plain Layout
46520
46521 }
46522 \end_layout
46523
46524 \end_inset
46525
46526  YellowGreen
46527 \end_layout
46528
46529 \end_inset
46530 </cell>
46531 </row>
46532 <row>
46533 <cell alignment="left" valignment="top" usebox="none">
46534 \begin_inset Text
46535
46536 \begin_layout Plain Layout
46537 \begin_inset ERT
46538 status collapsed
46539
46540 \begin_layout Plain Layout
46541
46542
46543 \backslash
46544 fcolorbox{black}{
46545 \end_layout
46546
46547 \end_inset
46548
46549 YellowOrange
46550 \begin_inset ERT
46551 status collapsed
46552
46553 \begin_layout Plain Layout
46554
46555 }{
46556 \end_layout
46557
46558 \end_inset
46559
46560
46561 \begin_inset Phantom Phantom
46562 status open
46563
46564 \begin_layout Plain Layout
46565 W
46566 \end_layout
46567
46568 \end_inset
46569
46570
46571 \begin_inset ERT
46572 status collapsed
46573
46574 \begin_layout Plain Layout
46575
46576 }
46577 \end_layout
46578
46579 \end_inset
46580
46581  YellowOrange
46582 \end_layout
46583
46584 \end_inset
46585 </cell>
46586 <cell alignment="left" valignment="top" usebox="none">
46587 \begin_inset Text
46588
46589 \begin_layout Plain Layout
46590
46591 \end_layout
46592
46593 \end_inset
46594 </cell>
46595 <cell alignment="left" valignment="top" usebox="none">
46596 \begin_inset Text
46597
46598 \begin_layout Plain Layout
46599
46600 \end_layout
46601
46602 \end_inset
46603 </cell>
46604 <cell alignment="left" valignment="top" usebox="none">
46605 \begin_inset Text
46606
46607 \begin_layout Plain Layout
46608
46609 \end_layout
46610
46611 \end_inset
46612 </cell>
46613 </row>
46614 </lyxtabular>
46615
46616 \end_inset
46617
46618
46619 \end_layout
46620
46621 \begin_layout Chapter
46622 Explanation of Equation
46623 \begin_inset space ~
46624 \end_inset
46625
46626 (
46627 \begin_inset CommandInset ref
46628 LatexCommand ref
46629 reference "eq:Wgn"
46630
46631 \end_inset
46632
46633 )
46634 \begin_inset CommandInset label
46635 LatexCommand label
46636 name "cha:Explanation-of-Equation"
46637
46638 \end_inset
46639
46640
46641 \end_layout
46642
46643 \begin_layout Standard
46644 We can calculate the total width of 
46645 \emph on
46646 n
46647 \emph default
46648  table cells 
46649 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46650 \end_inset
46651
46652  as follows:
46653 \begin_inset Formula 
46654 \begin{equation}
46655 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46656 \end{equation}
46657
46658 \end_inset
46659
46660 where 
46661 \begin_inset Formula $W_{g\,n}$
46662 \end_inset
46663
46664  is the given width of all cells, 
46665 \series bold
46666
46667 \backslash
46668 tabcolsep
46669 \series default
46670  is the \SpecialChar LaTeX
46671 -length between the cell text and the cell border (its default value
46672  is 6
46673 \begin_inset space \thinspace{}
46674 \end_inset
46675
46676 pt).
46677  
46678 \series bold
46679
46680 \backslash
46681 arrayrulewidth
46682 \series default
46683  is the thickness of the cell border line, the default is 0.4
46684 \begin_inset space \thinspace{}
46685 \end_inset
46686
46687 pt.
46688 \end_layout
46689
46690 \begin_layout Standard
46691 Following equation
46692 \begin_inset space ~
46693 \end_inset
46694
46695
46696 \begin_inset CommandInset ref
46697 LatexCommand eqref
46698 reference "eq:Wtot_n"
46699
46700 \end_inset
46701
46702 , the total width of a multicolumn 
46703 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46704 \end_inset
46705
46706  is
46707 \begin_inset Formula 
46708 \begin{equation}
46709 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46710 \end{equation}
46711
46712 \end_inset
46713
46714
46715 \end_layout
46716
46717 \begin_layout Standard
46718 By setting equation
46719 \begin_inset space ~
46720 \end_inset
46721
46722
46723 \begin_inset CommandInset ref
46724 LatexCommand eqref
46725 reference "eq:Wtot_n"
46726
46727 \end_inset
46728
46729  and 
46730 \begin_inset CommandInset ref
46731 LatexCommand eqref
46732 reference "eq:Wtot_mult"
46733
46734 \end_inset
46735
46736  equal we can calculate the needed given width 
46737 \begin_inset Formula $W_{g\,n}$
46738 \end_inset
46739
46740  when 
46741 \emph on
46742 n
46743 \emph default
46744  columns are spanned, so that each column has a total width of 
46745 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46746 \end_inset
46747
46748 :
46749 \begin_inset Formula 
46750 \begin{equation}
46751 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46752 \end{equation}
46753
46754 \end_inset
46755
46756
46757 \end_layout
46758
46759 \begin_layout Bibliography
46760 \begin_inset CommandInset bibitem
46761 LatexCommand bibitem
46762 key "latexcompanion"
46763 literal "true"
46764
46765 \end_inset
46766
46767 Frank Mittelbach and Michel Goossens: 
46768 \emph on
46769 The \SpecialChar LaTeX
46770  Companion Second Edition.
46771
46772 \emph default
46773  Addison-Wesley, 2004
46774 \end_layout
46775
46776 \begin_layout Bibliography
46777 \begin_inset CommandInset bibitem
46778 LatexCommand bibitem
46779 key "latexguide"
46780 literal "true"
46781
46782 \end_inset
46783
46784 Helmut Kopka and Patrick W.
46785  Daly: 
46786 \emph on
46787 A Guide to \SpecialChar LaTeX
46788  Fourth Edition.
46789
46790 \emph default
46791  Addison-Wesley, 2003
46792 \end_layout
46793
46794 \begin_layout Bibliography
46795 \begin_inset CommandInset bibitem
46796 LatexCommand bibitem
46797 key "latexbook"
46798 literal "true"
46799
46800 \end_inset
46801
46802 Leslie Lamport: 
46803 \emph on
46804 \SpecialChar LaTeX
46805 : A Document Preparation System.
46806
46807 \emph default
46808  Addison-Wesley, second edition, 1994
46809 \end_layout
46810
46811 \begin_layout Bibliography
46812 \begin_inset CommandInset bibitem
46813 LatexCommand bibitem
46814 key "arydshln"
46815 literal "true"
46816
46817 \end_inset
46818
46819 Documentation of the \SpecialChar LaTeX
46820 -package 
46821 \series bold
46822
46823 \begin_inset CommandInset href
46824 LatexCommand href
46825 name "arydshln"
46826 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46827 literal "false"
46828
46829 \end_inset
46830
46831
46832 \series default
46833
46834 \begin_inset Index idx
46835 status collapsed
46836
46837 \begin_layout Plain Layout
46838 \SpecialChar LaTeX
46839 -packages ! arydshln
46840 \end_layout
46841
46842 \end_inset
46843
46844
46845 \end_layout
46846
46847 \begin_layout Bibliography
46848 \begin_inset CommandInset bibitem
46849 LatexCommand bibitem
46850 key "booktabs"
46851 literal "true"
46852
46853 \end_inset
46854
46855 Documentation of the \SpecialChar LaTeX
46856 -package 
46857 \series bold
46858
46859 \begin_inset CommandInset href
46860 LatexCommand href
46861 name "booktabs"
46862 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46863 literal "false"
46864
46865 \end_inset
46866
46867
46868 \series default
46869
46870 \begin_inset Index idx
46871 status collapsed
46872
46873 \begin_layout Plain Layout
46874 \SpecialChar LaTeX
46875 -packages ! booktabs
46876 \end_layout
46877
46878 \end_inset
46879
46880
46881 \end_layout
46882
46883 \begin_layout Bibliography
46884 \begin_inset CommandInset bibitem
46885 LatexCommand bibitem
46886 key "caption"
46887 literal "true"
46888
46889 \end_inset
46890
46891 Documentation of the \SpecialChar LaTeX
46892 -package 
46893 \series bold
46894
46895 \begin_inset CommandInset href
46896 LatexCommand href
46897 name "caption"
46898 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46899 literal "false"
46900
46901 \end_inset
46902
46903
46904 \series default
46905
46906 \begin_inset Index idx
46907 status collapsed
46908
46909 \begin_layout Plain Layout
46910 \SpecialChar LaTeX
46911 -packages ! caption
46912 \end_layout
46913
46914 \end_inset
46915
46916
46917 \end_layout
46918
46919 \begin_layout Bibliography
46920 \begin_inset CommandInset bibitem
46921 LatexCommand bibitem
46922 key "diagbox"
46923 literal "true"
46924
46925 \end_inset
46926
46927 Documentation of the \SpecialChar LaTeX
46928 -package 
46929 \series bold
46930
46931 \begin_inset CommandInset href
46932 LatexCommand href
46933 name "diagbox"
46934 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46935 literal "false"
46936
46937 \end_inset
46938
46939
46940 \series default
46941
46942 \begin_inset Index idx
46943 status collapsed
46944
46945 \begin_layout Plain Layout
46946 \SpecialChar LaTeX
46947 -packages ! diagbox
46948 \end_layout
46949
46950 \end_inset
46951
46952
46953 \end_layout
46954
46955 \begin_layout Bibliography
46956 \begin_inset CommandInset bibitem
46957 LatexCommand bibitem
46958 key "endfloat"
46959 literal "true"
46960
46961 \end_inset
46962
46963 Documentation of the \SpecialChar LaTeX
46964 -package 
46965 \series bold
46966
46967 \begin_inset CommandInset href
46968 LatexCommand href
46969 name "endfloat"
46970 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46971 literal "false"
46972
46973 \end_inset
46974
46975
46976 \series default
46977
46978 \begin_inset Index idx
46979 status collapsed
46980
46981 \begin_layout Plain Layout
46982 \SpecialChar LaTeX
46983 -packages ! endfloat
46984 \end_layout
46985
46986 \end_inset
46987
46988
46989 \end_layout
46990
46991 \begin_layout Bibliography
46992 \begin_inset CommandInset bibitem
46993 LatexCommand bibitem
46994 key "footmisc"
46995 literal "true"
46996
46997 \end_inset
46998
46999 Documentation of the \SpecialChar LaTeX
47000 -package 
47001 \series bold
47002
47003 \begin_inset CommandInset href
47004 LatexCommand href
47005 name "footmisc"
47006 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
47007 literal "false"
47008
47009 \end_inset
47010
47011
47012 \series default
47013
47014 \begin_inset Index idx
47015 status collapsed
47016
47017 \begin_layout Plain Layout
47018 \SpecialChar LaTeX
47019 -packages ! footmisc
47020 \end_layout
47021
47022 \end_inset
47023
47024
47025 \end_layout
47026
47027 \begin_layout Bibliography
47028 \begin_inset CommandInset bibitem
47029 LatexCommand bibitem
47030 key "hypcap"
47031 literal "true"
47032
47033 \end_inset
47034
47035 Documentation of the \SpecialChar LaTeX
47036 -package 
47037 \series bold
47038
47039 \begin_inset CommandInset href
47040 LatexCommand href
47041 name "hypcap"
47042 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47043 literal "false"
47044
47045 \end_inset
47046
47047
47048 \series default
47049
47050 \begin_inset Index idx
47051 status collapsed
47052
47053 \begin_layout Plain Layout
47054 \SpecialChar LaTeX
47055 -packages ! hyperref
47056 \end_layout
47057
47058 \end_inset
47059
47060
47061 \end_layout
47062
47063 \begin_layout Bibliography
47064 \begin_inset CommandInset bibitem
47065 LatexCommand bibitem
47066 key "hyperref"
47067 literal "true"
47068
47069 \end_inset
47070
47071 Documentation of the \SpecialChar LaTeX
47072 -package 
47073 \series bold
47074
47075 \begin_inset CommandInset href
47076 LatexCommand href
47077 name "hyperref"
47078 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
47079 literal "false"
47080
47081 \end_inset
47082
47083
47084 \series default
47085
47086 \begin_inset Index idx
47087 status collapsed
47088
47089 \begin_layout Plain Layout
47090 \SpecialChar LaTeX
47091 -packages ! hyperref
47092 \end_layout
47093
47094 \end_inset
47095
47096
47097 \end_layout
47098
47099 \begin_layout Bibliography
47100 \begin_inset CommandInset bibitem
47101 LatexCommand bibitem
47102 key "KOMA-Script"
47103 literal "true"
47104
47105 \end_inset
47106
47107 Documentation of the \SpecialChar LaTeX
47108 -package 
47109 \series bold
47110
47111 \begin_inset CommandInset href
47112 LatexCommand href
47113 name "KOMA-Script"
47114 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47115 literal "false"
47116
47117 \end_inset
47118
47119
47120 \series default
47121
47122 \begin_inset Index idx
47123 status collapsed
47124
47125 \begin_layout Plain Layout
47126 \SpecialChar LaTeX
47127 -packages ! KOMA-Script
47128 \end_layout
47129
47130 \end_inset
47131
47132
47133 \end_layout
47134
47135 \begin_layout Bibliography
47136 \begin_inset CommandInset bibitem
47137 LatexCommand bibitem
47138 key "lettrine"
47139 literal "true"
47140
47141 \end_inset
47142
47143 Documentation of the \SpecialChar LaTeX
47144 -package 
47145 \series bold
47146
47147 \begin_inset CommandInset href
47148 LatexCommand href
47149 name "lettrine"
47150 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47151 literal "false"
47152
47153 \end_inset
47154
47155
47156 \series default
47157  and an 
47158 \begin_inset CommandInset href
47159 LatexCommand href
47160 name "example"
47161 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
47162 literal "false"
47163
47164 \end_inset
47165
47166
47167 \begin_inset Index idx
47168 status collapsed
47169
47170 \begin_layout Plain Layout
47171 \SpecialChar LaTeX
47172 -packages ! lettrine
47173 \end_layout
47174
47175 \end_inset
47176
47177
47178 \end_layout
47179
47180 \begin_layout Bibliography
47181 \begin_inset CommandInset bibitem
47182 LatexCommand bibitem
47183 key "listings"
47184 literal "true"
47185
47186 \end_inset
47187
47188 Documentation of the \SpecialChar LaTeX
47189 -package 
47190 \series bold
47191
47192 \begin_inset CommandInset href
47193 LatexCommand href
47194 name "listings"
47195 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47196 literal "false"
47197
47198 \end_inset
47199
47200
47201 \series default
47202
47203 \begin_inset Index idx
47204 status collapsed
47205
47206 \begin_layout Plain Layout
47207 \SpecialChar LaTeX
47208 -packages ! listings
47209 \end_layout
47210
47211 \end_inset
47212
47213
47214 \end_layout
47215
47216 \begin_layout Bibliography
47217 \begin_inset CommandInset bibitem
47218 LatexCommand bibitem
47219 key "minted"
47220 literal "false"
47221
47222 \end_inset
47223
47224 Documentation of the \SpecialChar LaTeX
47225 -package 
47226 \series bold
47227
47228 \begin_inset CommandInset href
47229 LatexCommand href
47230 name "minted"
47231 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
47232 literal "false"
47233
47234 \end_inset
47235
47236
47237 \series default
47238
47239 \begin_inset Index idx
47240 status collapsed
47241
47242 \begin_layout Plain Layout
47243 \SpecialChar LaTeX
47244 -packages ! minted
47245 \end_layout
47246
47247 \end_inset
47248
47249
47250 \end_layout
47251
47252 \begin_layout Bibliography
47253 \begin_inset CommandInset bibitem
47254 LatexCommand bibitem
47255 key "marginnote"
47256 literal "true"
47257
47258 \end_inset
47259
47260 Documentation of the \SpecialChar LaTeX
47261 -package 
47262 \series bold
47263
47264 \begin_inset CommandInset href
47265 LatexCommand href
47266 name "marginnote"
47267 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47268 literal "false"
47269
47270 \end_inset
47271
47272
47273 \series default
47274
47275 \begin_inset Index idx
47276 status collapsed
47277
47278 \begin_layout Plain Layout
47279 \SpecialChar LaTeX
47280 -packages ! marginnote
47281 \end_layout
47282
47283 \end_inset
47284
47285
47286 \end_layout
47287
47288 \begin_layout Bibliography
47289 \begin_inset CommandInset bibitem
47290 LatexCommand bibitem
47291 key "pdfpages"
47292 literal "true"
47293
47294 \end_inset
47295
47296 Documentation of the \SpecialChar LaTeX
47297 -package 
47298 \series bold
47299
47300 \begin_inset CommandInset href
47301 LatexCommand href
47302 name "pdfpages"
47303 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47304 literal "false"
47305
47306 \end_inset
47307
47308
47309 \series default
47310
47311 \begin_inset Index idx
47312 status collapsed
47313
47314 \begin_layout Plain Layout
47315 \SpecialChar LaTeX
47316 -packages ! pdfpages
47317 \end_layout
47318
47319 \end_inset
47320
47321
47322 \end_layout
47323
47324 \begin_layout Bibliography
47325 \begin_inset CommandInset bibitem
47326 LatexCommand bibitem
47327 key "prettyref"
47328 literal "true"
47329
47330 \end_inset
47331
47332 Documentation of the \SpecialChar LaTeX
47333 -package 
47334 \series bold
47335
47336 \begin_inset CommandInset href
47337 LatexCommand href
47338 name "prettyref"
47339 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47340 literal "false"
47341
47342 \end_inset
47343
47344
47345 \series default
47346
47347 \begin_inset Index idx
47348 status collapsed
47349
47350 \begin_layout Plain Layout
47351 \SpecialChar LaTeX
47352 -packages ! prettyref
47353 \end_layout
47354
47355 \end_inset
47356
47357
47358 \end_layout
47359
47360 \begin_layout Bibliography
47361 \begin_inset CommandInset bibitem
47362 LatexCommand bibitem
47363 key "pstricks"
47364 literal "true"
47365
47366 \end_inset
47367
47368 Web page of the \SpecialChar LaTeX
47369 -package 
47370 \series bold
47371
47372 \begin_inset CommandInset href
47373 LatexCommand href
47374 name "PSTricks"
47375 target "http://tug.org/PSTricks/"
47376 literal "false"
47377
47378 \end_inset
47379
47380
47381 \series default
47382
47383 \begin_inset Index idx
47384 status collapsed
47385
47386 \begin_layout Plain Layout
47387 \SpecialChar LaTeX
47388 -packages ! PSTricks
47389 \end_layout
47390
47391 \end_inset
47392
47393
47394 \end_layout
47395
47396 \begin_layout Bibliography
47397 \begin_inset CommandInset bibitem
47398 LatexCommand bibitem
47399 key "refstyle"
47400 literal "true"
47401
47402 \end_inset
47403
47404 Documentation of the \SpecialChar LaTeX
47405 -package 
47406 \series bold
47407
47408 \begin_inset CommandInset href
47409 LatexCommand href
47410 name "refstyle"
47411 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47412 literal "false"
47413
47414 \end_inset
47415
47416
47417 \series default
47418
47419 \begin_inset Index idx
47420 status collapsed
47421
47422 \begin_layout Plain Layout
47423 \SpecialChar LaTeX
47424 -packages ! refstyle
47425 \end_layout
47426
47427 \end_inset
47428
47429
47430 \end_layout
47431
47432 \begin_layout Bibliography
47433 \begin_inset CommandInset bibitem
47434 LatexCommand bibitem
47435 key "sidecap"
47436 literal "true"
47437
47438 \end_inset
47439
47440 Documentation of the \SpecialChar LaTeX
47441 -package 
47442 \series bold
47443
47444 \begin_inset CommandInset href
47445 LatexCommand href
47446 name "sidecap"
47447 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47448 literal "false"
47449
47450 \end_inset
47451
47452
47453 \series default
47454
47455 \begin_inset Index idx
47456 status collapsed
47457
47458 \begin_layout Plain Layout
47459 \SpecialChar LaTeX
47460 -packages ! sidecap
47461 \end_layout
47462
47463 \end_inset
47464
47465
47466 \end_layout
47467
47468 \begin_layout Bibliography
47469 \begin_inset CommandInset bibitem
47470 LatexCommand bibitem
47471 key "Inkscape"
47472 literal "true"
47473
47474 \end_inset
47475
47476 Documentation of the option 
47477 \begin_inset CommandInset href
47478 LatexCommand href
47479 name "Omit text in PDF"
47480 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47481 literal "false"
47482
47483 \end_inset
47484
47485  of the program 
47486 \noun on
47487
47488 \begin_inset CommandInset href
47489 LatexCommand href
47490 name "Inkscape"
47491 target "https://inkscape.org"
47492 literal "false"
47493
47494 \end_inset
47495
47496
47497 \end_layout
47498
47499 \begin_layout Standard
47500 \begin_inset CommandInset index_print
47501 LatexCommand printindex
47502 type "idx"
47503 name "Index"
47504 literal "false"
47505
47506 \end_inset
47507
47508
47509 \end_layout
47510
47511 \end_body
47512 \end_document