]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Dutch doc updates by Niko
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 571
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 are 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 varwidth
159 \end_modules
160 \maintain_unincluded_children false
161 \language english
162 \language_package default
163 \inputencoding utf8
164 \fontencoding auto
165 \font_roman "lmodern" "default"
166 \font_sans "lmss" "default"
167 \font_typewriter "lmtt" "default"
168 \font_math "auto" "auto"
169 \font_default_family default
170 \use_non_tex_fonts false
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100 100
174 \font_tt_scale 100 100
175 \use_microtype false
176 \use_dash_ligatures true
177 \graphics default
178 \default_output_format pdf2
179 \output_sync 0
180 \bibtex_command default
181 \index_command default
182 \paperfontsize 12
183 \spacing single
184 \use_hyperref true
185 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
186 \pdf_author "LyX Team, Uwe Stöhr"
187 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
188 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
189 \pdf_bookmarks true
190 \pdf_bookmarksnumbered true
191 \pdf_bookmarksopen true
192 \pdf_bookmarksopenlevel 1
193 \pdf_breaklinks false
194 \pdf_pdfborder false
195 \pdf_colorlinks true
196 \pdf_backref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
199 \papersize default
200 \use_geometry false
201 \use_package amsmath 1
202 \use_package amssymb 1
203 \use_package cancel 1
204 \use_package esint 1
205 \use_package mathdots 1
206 \use_package mathtools 1
207 \use_package mhchem 1
208 \use_package stackrel 1
209 \use_package stmaryrd 1
210 \use_package undertilde 1
211 \cite_engine basic
212 \cite_engine_type default
213 \biblio_style plain
214 \use_bibtopic false
215 \use_indices false
216 \paperorientation portrait
217 \suppress_date false
218 \justification true
219 \use_refstyle 0
220 \use_minted 0
221 \notefontcolor #0000ff
222 \index Index
223 \shortcut idx
224 \color #008000
225 \end_index
226 \secnumdepth 3
227 \tocdepth 3
228 \paragraph_separation skip
229 \defskip medskip
230 \is_math_indent 0
231 \math_numbering_side default
232 \quotes_style english
233 \dynamic_quotes 0
234 \papercolumns 1
235 \papersides 2
236 \paperpagestyle default
237 \tablestyle default
238 \tracking_changes true
239 \output_changes false
240 \html_math_output 0
241 \html_css_as_file 0
242 \html_be_strict false
243 \author -712698321 "Jürgen Spitzmüller"
244 \end_header
245
246 \begin_body
247
248 \begin_layout Title
249 \SpecialChar LyX
250 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
251 \end_layout
252
253 \begin_layout Author
254 by the \SpecialChar LyX
255  Team
256 \begin_inset Foot
257 status collapsed
258
259 \begin_layout Plain Layout
260 \noindent
261 If you have comments or error corrections, please send them to the \SpecialChar LyX
262  Documentatio
263 n mailing list: 
264 \begin_inset CommandInset href
265 LatexCommand href
266 name "lyx-docs@lists.lyx.org"
267 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
268 type "mailto:"
269 literal "false"
270
271 \end_inset
272
273
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Note Note
280 status collapsed
281
282 \begin_layout Plain Layout
283 author: Uwe Stöhr
284 \end_layout
285
286 \end_inset
287
288
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \family sans
298 Version 2.3.x
299 \end_layout
300
301 \begin_layout Standard
302 \begin_inset CommandInset toc
303 LatexCommand tableofcontents
304
305 \end_inset
306
307
308 \end_layout
309
310 \begin_layout Standard
311 \begin_inset Note Note
312 status open
313
314 \begin_layout Plain Layout
315 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
316 -packages 
317 \series bold
318 arydshln
319 \series default
320
321 \series bold
322 colortbl
323 \series default
324
325 \series bold
326 diagbox, lettrine, marginnote, picinpar
327 \series default
328  and 
329 \series bold
330 sidecap
331 \series default
332  must be installed.
333  If they are not installed you can export the document anyway but the sections
334  where the packages are required won't appear in the output.
335 \end_layout
336
337 \begin_layout Plain Layout
338 The latest PDF-version of this document can be found here:
339 \begin_inset Newline newline
340 \end_inset
341
342
343 \series bold
344 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
345 \end_layout
346
347 \end_inset
348
349
350 \end_layout
351
352 \begin_layout Chapter
353 Figures
354 \begin_inset Index idx
355 status collapsed
356
357 \begin_layout Plain Layout
358 Figures
359 \end_layout
360
361 \end_inset
362
363
364 \begin_inset Index idx
365 status collapsed
366
367 \begin_layout Plain Layout
368 Graphics|see
369 \begin_inset ERT
370 status collapsed
371
372 \begin_layout Plain Layout
373
374 {
375 \end_layout
376
377 \end_inset
378
379 Figures
380 \begin_inset ERT
381 status collapsed
382
383 \begin_layout Plain Layout
384
385 }
386 \end_layout
387
388 \end_inset
389
390
391 \end_layout
392
393 \end_inset
394
395
396 \end_layout
397
398 \begin_layout Section
399 Graphics Dialog
400 \begin_inset Index idx
401 status collapsed
402
403 \begin_layout Plain Layout
404 Figures ! Graphics Dialog
405 \end_layout
406
407 \end_inset
408
409
410 \begin_inset CommandInset label
411 LatexCommand label
412 name "sec:Graphics-Dialog"
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Standard
420 To insert an image into your document, place the cursor at the text position
421  you want and click on the toolbar icon 
422 \begin_inset Info
423 type  "icon"
424 arg   "dialog-show-new-inset graphics"
425 \end_inset
426
427  or use the menu 
428 \family sans
429 Insert\SpecialChar menuseparator
430 Graphics
431 \family default
432 .
433  Then a dialog will appear to choose the file to load.
434  The image will appear in the output exactly at the position where it is
435  in the text.
436 \end_layout
437
438 \begin_layout Standard
439 The graphics dialog can be called at any time by clicking on an image.
440  This dialog has three tabs:
441 \end_layout
442
443 \begin_layout Description
444
445 \family sans
446 Graphics
447 \family default
448  Here you can choose an image file and adjust its appearance in the output.
449  The available units for the image size are explained in appendix
450 \begin_inset space ~
451 \end_inset
452
453
454 \begin_inset CommandInset ref
455 LatexCommand ref
456 reference "cha:Units-available-in"
457
458 \end_inset
459
460 .
461 \begin_inset Newline newline
462 \end_inset
463
464
465 \begin_inset Index idx
466 status collapsed
467
468 \begin_layout Plain Layout
469 Figures ! rotated
470 \end_layout
471
472 \end_inset
473
474 You can rotate images counter-clockwise by setting a rotation angle and
475  a rotation origin.
476  The image will also be rotated inside \SpecialChar LyX
477 .
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Figures ! scaled
487 \end_layout
488
489 \end_inset
490
491 Images can be scaled by using a percentage value or by setting the width
492  and height explicitly.
493  If you set only the width or only the height, the other size will be determined
494  automatically.
495  If you set both, then the image will be transformed to the given size,
496  possibly distorting it.
497  To prevent the image from distortion, use the option 
498 \family sans
499 Maintain aspect ratio
500 \family default
501 .
502  The image will then be scaled so that its width and height don't exceed
503  the specified dimensions.
504 \begin_inset Newline newline
505 \end_inset
506
507 Images can be opened in a program of your choice by right-clicking on it
508  and choosing the entry 
509 \family sans
510 Edit
511 \begin_inset space ~
512 \end_inset
513
514 externally
515 \family default
516  in the context menu.
517  The program can be set for every image format in the file format settings
518  in \SpecialChar LyX
519 's preferences.
520 \end_layout
521
522 \begin_layout Description
523
524 \family sans
525 Clipping
526 \family default
527  Alternatively to the usage of scaling units it is possible to set image
528  coordinates to adjust the height and width of the image in the output.
529  The coordinates can also be calculated automatically by pressing the button
530  
531 \family sans
532 Get
533 \begin_inset space ~
534 \end_inset
535
536 from
537 \begin_inset space ~
538 \end_inset
539
540 File
541 \family default
542 .
543  The option 
544 \family sans
545 Clip
546 \begin_inset space ~
547 \end_inset
548
549 to
550 \begin_inset space ~
551 \end_inset
552
553 bounding
554 \begin_inset space ~
555 \end_inset
556
557 box
558 \family default
559  will only print the image region within the given coordinates.
560  Normally you don't need to worry about image coordinates and can ignore
561  this tab.
562 \end_layout
563
564 \begin_layout Description
565
566 \family sans
567 LaTeX
568 \begin_inset space ~
569 \end_inset
570
571 and
572 \begin_inset space ~
573 \end_inset
574
575 LyX
576 \begin_inset space ~
577 \end_inset
578
579 options
580 \family default
581  In this tab you can modify the appearance of the image within \SpecialChar LyX
582  and \SpecialChar LaTeX
583  experts
584  can specify additional \SpecialChar LaTeX
585  options.
586 \begin_inset Newline newline
587 \end_inset
588
589 The option 
590 \family sans
591 Draft
592 \begin_inset space ~
593 \end_inset
594
595 mode
596 \family default
597  makes the image appear in the output only as a frame with the size of the
598  image.
599 \begin_inset Newline newline
600 \end_inset
601
602 In the section 
603 \family sans
604 Graphics
605 \begin_inset space ~
606 \end_inset
607
608 Group
609 \family default
610  you can define or join an image settings group.
611 \begin_inset Index idx
612 status collapsed
613
614 \begin_layout Plain Layout
615 Figures ! Settings grouping
616 \end_layout
617
618 \end_inset
619
620  Images within such a group share their settings, so adjusting one image
621  of the group automatically also adjusts all other images of the group in
622  the same way.
623  So you can for example change the size for a bunch of images without the
624  need to manually change each of them.
625  Joining an existing group can also be done using the context menu of the
626  image by checking the name of the desired group.
627 \end_layout
628
629 \begin_layout Standard
630 \begin_inset VSpace bigskip
631 \end_inset
632
633
634 \end_layout
635
636 \begin_layout Standard
637 This is an example image in PDF format
638 \begin_inset Foot
639 status collapsed
640
641 \begin_layout Plain Layout
642 Image formats are explained in section
643 \begin_inset space ~
644 \end_inset
645
646
647 \begin_inset CommandInset ref
648 LatexCommand ref
649 reference "sec:Image-Formats"
650
651 \end_inset
652
653 .
654 \end_layout
655
656 \end_inset
657
658  within a separate, horizontally centered paragraph:
659 \end_layout
660
661 \begin_layout Standard
662 \align center
663 \begin_inset Graphics
664         filename clipart/2D-intensity-plot.pdf
665         scaleBeforeRotation
666         rotateOrigin center
667
668 \end_inset
669
670
671 \end_layout
672
673 \begin_layout Standard
674 This is the same image like the one above but in draft mode:
675 \end_layout
676
677 \begin_layout Standard
678 \align center
679 \begin_inset Graphics
680         filename clipart/2D-intensity-plot.pdf
681         draft
682         scaleBeforeRotation
683         rotateOrigin center
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset Newpage newpage
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Section
698 Figure Floats
699 \begin_inset CommandInset label
700 LatexCommand label
701 name "sec:Figure-Floats"
702
703 \end_inset
704
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 Floats ! Figures
711 \end_layout
712
713 \end_inset
714
715
716 \begin_inset Index idx
717 status collapsed
718
719 \begin_layout Plain Layout
720 Figures ! Floats
721 \end_layout
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 For general explanations about floats, have a look at section
730 \begin_inset space ~
731 \end_inset
732
733
734 \begin_inset CommandInset ref
735 LatexCommand ref
736 reference "sec:FloatIntroduction"
737
738 \end_inset
739
740 .
741 \end_layout
742
743 \begin_layout Standard
744 The toolbar button 
745 \begin_inset Info
746 type  "icon"
747 arg   "float-insert figure"
748 \end_inset
749
750  and the menu 
751 \family sans
752 Insert\SpecialChar menuseparator
753 Float\SpecialChar menuseparator
754 Figure
755 \family default
756  inserts a float with a caption that has the label 
757 \begin_inset Quotes eld
758 \end_inset
759
760 Figure
761 \begin_inset space ~
762 \end_inset
763
764 #:
765 \begin_inset Quotes erd
766 \end_inset
767
768  (# is the actual number).
769  You can insert the image above the caption, like in Figure
770 \begin_inset space ~
771 \end_inset
772
773
774 \begin_inset CommandInset ref
775 LatexCommand ref
776 reference "fig:A-star-in"
777
778 \end_inset
779
780  or below the caption, like in Figure
781 \begin_inset space ~
782 \end_inset
783
784
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "fig:A-3D-object"
788
789 \end_inset
790
791 .
792  More about caption placement is described in section
793 \begin_inset space ~
794 \end_inset
795
796
797 \begin_inset CommandInset ref
798 LatexCommand ref
799 reference "sec:Caption-Placement"
800
801 \end_inset
802
803 .
804 \end_layout
805
806 \begin_layout Standard
807 \begin_inset Float figure
808 placement document
809 alignment document
810 wide false
811 sideways false
812 status open
813
814 \begin_layout Plain Layout
815 \align center
816 \begin_inset Graphics
817         filename clipart/Star-structure.pdf
818         lyxscale 60
819         width 50col%
820         scaleBeforeRotation
821         rotateOrigin center
822
823 \end_inset
824
825
826 \end_layout
827
828 \begin_layout Plain Layout
829 \begin_inset Caption Standard
830
831 \begin_layout Plain Layout
832 \begin_inset CommandInset label
833 LatexCommand label
834 name "fig:A-star-in"
835
836 \end_inset
837
838 A star in a float.
839 \end_layout
840
841 \end_inset
842
843
844 \end_layout
845
846 \end_inset
847
848
849 \end_layout
850
851 \begin_layout Standard
852 \begin_inset Float figure
853 placement document
854 alignment document
855 wide false
856 sideways false
857 status open
858
859 \begin_layout Plain Layout
860 \begin_inset Caption Standard
861
862 \begin_layout Plain Layout
863 \begin_inset CommandInset label
864 LatexCommand label
865 name "fig:A-3D-object"
866
867 \end_inset
868
869 A 3D object.
870 \end_layout
871
872 \end_inset
873
874
875 \end_layout
876
877 \begin_layout Plain Layout
878 \align center
879 \begin_inset Graphics
880         filename clipart/3D-structure-distort.pdf
881         lyxscale 60
882         scale 80
883         scaleBeforeRotation
884         rotateOrigin center
885
886 \end_inset
887
888
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Standard
897 \begin_inset Index idx
898 status collapsed
899
900 \begin_layout Plain Layout
901 References ! to Figures
902 \end_layout
903
904 \end_inset
905
906 Figure
907 \begin_inset space ~
908 \end_inset
909
910
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "fig:A-star-in"
914
915 \end_inset
916
917  and 
918 \begin_inset CommandInset ref
919 LatexCommand ref
920 reference "fig:A-3D-object"
921
922 \end_inset
923
924  are examples of referenced figures.
925  Figures can be referenced in the text by referencing their label.
926  To do this insert a label in the caption using the menu 
927 \family sans
928 Insert\SpecialChar menuseparator
929 Label
930 \family default
931  or the toolbar button 
932 \begin_inset Info
933 type  "icon"
934 arg   "label-insert"
935 \end_inset
936
937 .
938  You can now refer to the label using the menu 
939 \family sans
940 Insert\SpecialChar menuseparator
941 Cross
942 \begin_inset space ~
943 \end_inset
944
945 reference
946 \family default
947  or the toolbar button 
948 \begin_inset Info
949 type  "icon"
950 arg   "dialog-show-new-inset ref"
951 \end_inset
952
953 .
954  It is important to use references to floats, rather than using vague references
955  like 
956 \begin_inset Quotes eld
957 \end_inset
958
959 the figure above
960 \begin_inset Quotes erd
961 \end_inset
962
963 , because \SpecialChar LaTeX
964  will reposition the floats in the final document and it might
965  not be 
966 \begin_inset Quotes eld
967 \end_inset
968
969 above
970 \begin_inset Quotes erd
971 \end_inset
972
973  at all.
974 \begin_inset Newline newline
975 \end_inset
976
977 Referencing is explained in detail in section
978 \begin_inset space ~
979 \end_inset
980
981
982 \begin_inset CommandInset ref
983 LatexCommand ref
984 reference "sec:Referencing-Floats"
985
986 \end_inset
987
988 .
989 \end_layout
990
991 \begin_layout Standard
992 Normally only one image is inserted to a figure float, but sometimes you
993  might want to use two images with separate subcaptions.
994  This can be done by inserting image floats into existing image floats.
995  Note that only the main caption of the float is added to the List of Figures.
996  Figure
997 \begin_inset space ~
998 \end_inset
999
1000
1001 \begin_inset CommandInset ref
1002 LatexCommand ref
1003 reference "fig:Two-distorted-images"
1004
1005 \end_inset
1006
1007  is an example of a figure float with two images set side by side.
1008  You can also set the images one below the other.
1009  Figure
1010 \begin_inset space ~
1011 \end_inset
1012
1013
1014 \begin_inset CommandInset ref
1015 LatexCommand ref
1016 reference "fig:Pink-object"
1017
1018 \end_inset
1019
1020  and 
1021 \begin_inset CommandInset ref
1022 LatexCommand ref
1023 reference "fig:A-star"
1024
1025 \end_inset
1026
1027  are the subfigures.
1028 \end_layout
1029
1030 \begin_layout Standard
1031 \begin_inset Float figure
1032 placement document
1033 alignment document
1034 wide false
1035 sideways false
1036 status open
1037
1038 \begin_layout Plain Layout
1039 \begin_inset space \hfill{}
1040 \end_inset
1041
1042
1043 \begin_inset Float figure
1044 placement document
1045 alignment document
1046 wide false
1047 sideways false
1048 status collapsed
1049
1050 \begin_layout Plain Layout
1051 \begin_inset Caption Standard
1052
1053 \begin_layout Plain Layout
1054 \begin_inset CommandInset label
1055 LatexCommand label
1056 name "fig:Pink-object"
1057
1058 \end_inset
1059
1060 Pink object.
1061 \end_layout
1062
1063 \end_inset
1064
1065
1066 \end_layout
1067
1068 \begin_layout Plain Layout
1069 \begin_inset Graphics
1070         filename clipart/3D-structure-distort.pdf
1071         width 45col%
1072         scaleBeforeRotation
1073         groupId distorted
1074
1075 \end_inset
1076
1077
1078 \end_layout
1079
1080 \end_inset
1081
1082
1083 \begin_inset space \hfill{}
1084 \end_inset
1085
1086
1087 \begin_inset Float figure
1088 placement document
1089 alignment document
1090 wide false
1091 sideways false
1092 status collapsed
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption Standard
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "fig:A-star"
1101
1102 \end_inset
1103
1104 A star.
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename clipart/Star-structure.pdf
1115         width 45col%
1116         scaleBeforeRotation
1117         groupId distorted
1118
1119 \end_inset
1120
1121
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \begin_inset space \hfill{}
1128 \end_inset
1129
1130
1131 \end_layout
1132
1133 \begin_layout Plain Layout
1134 \begin_inset Caption Standard
1135
1136 \begin_layout Plain Layout
1137 \begin_inset CommandInset label
1138 LatexCommand label
1139 name "fig:Two-distorted-images"
1140
1141 \end_inset
1142
1143 Two distorted images.
1144  Both images are in the image settings group named 
1145 \begin_inset Quotes eld
1146 \end_inset
1147
1148 distorted
1149 \begin_inset Quotes erd
1150 \end_inset
1151
1152 .
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \begin_layout Standard
1166 \begin_inset Newpage newpage
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \begin_layout Section
1173 Image Formats
1174 \begin_inset CommandInset label
1175 LatexCommand label
1176 name "sec:Image-Formats"
1177
1178 \end_inset
1179
1180
1181 \begin_inset Index idx
1182 status collapsed
1183
1184 \begin_layout Plain Layout
1185 Image Formats
1186 \end_layout
1187
1188 \end_inset
1189
1190
1191 \begin_inset Index idx
1192 status collapsed
1193
1194 \begin_layout Plain Layout
1195 Figures ! Image Formats
1196 \end_layout
1197
1198 \end_inset
1199
1200
1201 \end_layout
1202
1203 \begin_layout Standard
1204 You can insert images in any known file format.
1205  But as explained in appendix
1206 \begin_inset space ~
1207 \end_inset
1208
1209
1210 \begin_inset CommandInset ref
1211 LatexCommand ref
1212 reference "cha:Output-File-Formats"
1213
1214 \end_inset
1215
1216 , each output document format allows only a few image formats.
1217  \SpecialChar LyX
1218  uses therefore the program 
1219 \family typewriter
1220 ImageMagick
1221 \family default
1222  in the background to convert the images to the right format.
1223  To increase your work flow by avoiding these conversions in the background,
1224  you could choose to use only the image formats that can directly be embedded
1225  in the output file format.
1226  The output file formats are explained in appendix
1227 \begin_inset space ~
1228 \end_inset
1229
1230
1231 \begin_inset CommandInset ref
1232 LatexCommand ref
1233 reference "cha:Output-File-Formats"
1234
1235 \end_inset
1236
1237 .
1238 \end_layout
1239
1240 \begin_layout Standard
1241 Similar to fonts there are two types of image formats:
1242 \end_layout
1243
1244 \begin_layout Description
1245 Bitmap
1246 \begin_inset space ~
1247 \end_inset
1248
1249 images consist of pixel values, often in a compressed form.
1250  They are therefore not fully scalable and look pixelated in large zooms.
1251  Well-known bitmap image formats are 
1252 \begin_inset Quotes eld
1253 \end_inset
1254
1255 Graphics Interchange Format
1256 \begin_inset Quotes erd
1257 \end_inset
1258
1259  (GIF, file extension 
1260 \begin_inset Quotes eld
1261 \end_inset
1262
1263
1264 \family typewriter
1265 .gif
1266 \family default
1267
1268 \begin_inset Quotes erd
1269 \end_inset
1270
1271 )
1272 \begin_inset Index idx
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276 GIF|see
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 {
1283 \end_layout
1284
1285 \end_inset
1286
1287 Image formats
1288 \begin_inset ERT
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292
1293 }
1294 \end_layout
1295
1296 \end_inset
1297
1298
1299 \end_layout
1300
1301 \end_inset
1302
1303
1304 \begin_inset Quotes eld
1305 \end_inset
1306
1307 Portable Network Graphics
1308 \begin_inset Quotes erd
1309 \end_inset
1310
1311  (PNG, file extension 
1312 \begin_inset Quotes eld
1313 \end_inset
1314
1315
1316 \family typewriter
1317 .png
1318 \family default
1319
1320 \begin_inset Quotes erd
1321 \end_inset
1322
1323 )
1324 \begin_inset Index idx
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328 PNG|see
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 {
1335 \end_layout
1336
1337 \end_inset
1338
1339 Image formats
1340 \begin_inset ERT
1341 status collapsed
1342
1343 \begin_layout Plain Layout
1344
1345 }
1346 \end_layout
1347
1348 \end_inset
1349
1350
1351 \end_layout
1352
1353 \end_inset
1354
1355 , and 
1356 \begin_inset Quotes eld
1357 \end_inset
1358
1359 Joint Photographic Experts Group
1360 \begin_inset Quotes erd
1361 \end_inset
1362
1363  (JPG, file extension 
1364 \begin_inset Quotes eld
1365 \end_inset
1366
1367
1368 \family typewriter
1369 .jpg
1370 \family default
1371
1372 \begin_inset Quotes erd
1373 \end_inset
1374
1375  or 
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379
1380 \family typewriter
1381 .jpeg
1382 \family default
1383
1384 \begin_inset Quotes erd
1385 \end_inset
1386
1387 )
1388 \begin_inset Index idx
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 JPG|see
1393 \begin_inset ERT
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397
1398 {
1399 \end_layout
1400
1401 \end_inset
1402
1403 Image formats
1404 \begin_inset ERT
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408
1409 }
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \end_layout
1416
1417 \end_inset
1418
1419 .
1420 \end_layout
1421
1422 \begin_layout Description
1423 Vector
1424 \begin_inset space ~
1425 \end_inset
1426
1427 images consist of vectors and can therefore be scaled to any size without
1428  data loss.
1429  The scaling ability is necessary if you want to create presentations, because
1430  presentations are always scaled by the video projector.
1431  Scaling is also useful for online documents to let the user zoom into diagrams.
1432 \begin_inset Newline newline
1433 \end_inset
1434
1435 Well-known scalable image formats are 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439 Scalable Vector Graphics
1440 \begin_inset Quotes erd
1441 \end_inset
1442
1443  (SVG, file extension 
1444 \begin_inset Quotes eld
1445 \end_inset
1446
1447
1448 \family typewriter
1449 .svg
1450 \family default
1451
1452 \begin_inset Quotes erd
1453 \end_inset
1454
1455 )
1456 \begin_inset Index idx
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460 SVG|see
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 {
1467 \end_layout
1468
1469 \end_inset
1470
1471 Image formats
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 }
1478 \end_layout
1479
1480 \end_inset
1481
1482
1483 \end_layout
1484
1485 \end_inset
1486
1487
1488 \begin_inset Quotes eld
1489 \end_inset
1490
1491 Encapsulated PostScript
1492 \begin_inset Quotes erd
1493 \end_inset
1494
1495  (EPS, file extension 
1496 \begin_inset Quotes eld
1497 \end_inset
1498
1499
1500 \family typewriter
1501 .eps
1502 \family default
1503
1504 \begin_inset Quotes erd
1505 \end_inset
1506
1507 )
1508 \begin_inset Index idx
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512 EPS|see
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 {
1519 \end_layout
1520
1521 \end_inset
1522
1523 Image formats
1524 \begin_inset ERT
1525 status collapsed
1526
1527 \begin_layout Plain Layout
1528
1529 }
1530 \end_layout
1531
1532 \end_inset
1533
1534
1535 \end_layout
1536
1537 \end_inset
1538
1539
1540 \begin_inset Quotes eld
1541 \end_inset
1542
1543 Portable Document Format
1544 \begin_inset Quotes erd
1545 \end_inset
1546
1547  (PDF, file extension 
1548 \begin_inset Quotes eld
1549 \end_inset
1550
1551
1552 \family typewriter
1553 .pdf
1554 \family default
1555
1556 \begin_inset Quotes erd
1557 \end_inset
1558
1559 )
1560 \begin_inset Index idx
1561 status collapsed
1562
1563 \begin_layout Plain Layout
1564 PDF
1565 \end_layout
1566
1567 \end_inset
1568
1569 , and 
1570 \begin_inset Quotes eld
1571 \end_inset
1572
1573 Windows Metafile
1574 \begin_inset Quotes erd
1575 \end_inset
1576
1577  (WMF, file extension 
1578 \begin_inset Quotes eld
1579 \end_inset
1580
1581
1582 \family typewriter
1583 .wmf
1584 \family default
1585
1586 \begin_inset Quotes erd
1587 \end_inset
1588
1589 )
1590 \begin_inset Index idx
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594 SVG|see
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 {
1601 \end_layout
1602
1603 \end_inset
1604
1605 Image formats
1606 \begin_inset ERT
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610
1611 }
1612 \end_layout
1613
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \end_inset
1620
1621 .
1622  We wrote 
1623 \begin_inset Quotes eld
1624 \end_inset
1625
1626 can be
1627 \begin_inset Quotes erd
1628 \end_inset
1629
1630 , because you can convert any bitmap image to a PDF or EPS-image and the
1631  result will still be a bitmap image.
1632  In such cases only a header with the image properties is added to the original
1633  image
1634 \begin_inset Foot
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638 In the case of PDF, the original image is additionally compressed.
1639 \end_layout
1640
1641 \end_inset
1642
1643 .
1644  The PDF-files generated by 
1645 \family typewriter
1646 Adobe Photoshop
1647 \family default
1648  are for example bitmap images.
1649 \end_layout
1650
1651 \begin_layout Standard
1652 Normally it is not possible to convert a bitmap image into a scalable one,
1653  only vice versa.
1654  Only the image formats PDF and EPS can directly be embedded to PDF and
1655  PostScript output files, respectively.
1656  SVG and WMF-images are recalculated to bitmaps when the output file is
1657  generated because there is currently no adequate WMF/SVG
1658 \begin_inset Formula $\to$
1659 \end_inset
1660
1661 PDF/EPS converter available.
1662 \end_layout
1663
1664 \begin_layout Chapter
1665 Tables
1666 \begin_inset Index idx
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 Table
1671 \end_layout
1672
1673 \end_inset
1674
1675
1676 \end_layout
1677
1678 \begin_layout Section
1679 Introduction
1680 \begin_inset Index idx
1681 status collapsed
1682
1683 \begin_layout Plain Layout
1684 Table ! Introduction
1685 \end_layout
1686
1687 \end_inset
1688
1689
1690 \end_layout
1691
1692 \begin_layout Standard
1693 You can insert a table using either the toolbar button 
1694 \begin_inset Info
1695 type  "icon"
1696 arg   "tabular-insert"
1697 \end_inset
1698
1699  or the menu 
1700 \family sans
1701 Insert\SpecialChar menuseparator
1702 Table
1703 \family default
1704 .
1705  The toolbar button offers you a graphical selection: move the mouse to
1706  set the column/row number of the table that should be created and then
1707  press a mouse button.
1708  When you use the menu to create a table, a dialog will appear, asking you
1709  for the number of rows and columns
1710 \change_inserted -712698321 1554289643
1711 , and you can select a specific (border) style
1712 \change_unchanged
1713 .
1714 \change_deleted -712698321 1554289644
1715
1716 \begin_inset Newline newline
1717 \end_inset
1718
1719
1720 \change_inserted -712698321 1554289645
1721
1722 \end_layout
1723
1724 \begin_layout Standard
1725 The default table has lines around any cell and the first row appears separated
1726  from the rest of the table.
1727  This separation occurs due to a double line: The cells of the first row
1728  have a line below them and the cells of the second row have a line above
1729  them.
1730  Here is an example table:
1731 \end_layout
1732
1733 \begin_layout Standard
1734 \align center
1735 \begin_inset Tabular
1736 <lyxtabular version="3" rows="4" columns="4">
1737 <features tabularvalignment="middle">
1738 <column alignment="center" valignment="top">
1739 <column alignment="center" valignment="top">
1740 <column alignment="center" valignment="top">
1741 <column alignment="center" valignment="top">
1742 <row>
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
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756
1757 \family roman
1758 \series medium
1759 \shape up
1760 \size normal
1761 \emph off
1762 \bar no
1763 \noun off
1764 \color none
1765 1
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774 2
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 3
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 </row>
1789 <row>
1790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \family roman
1796 \series medium
1797 \shape up
1798 \size normal
1799 \emph off
1800 \bar no
1801 \noun off
1802 \color none
1803 A
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 </row>
1836 <row>
1837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \family roman
1843 \series medium
1844 \shape up
1845 \size normal
1846 \emph off
1847 \bar no
1848 \noun off
1849 \color none
1850 B
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 </row>
1883 <row>
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 \family roman
1890 \series medium
1891 \shape up
1892 \size normal
1893 \emph off
1894 \bar no
1895 \noun off
1896 \color none
1897 C
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 </row>
1930 </lyxtabular>
1931
1932 \end_inset
1933
1934
1935 \end_layout
1936
1937 \begin_layout Standard
1938
1939 \change_inserted -712698321 1554289664
1940 This corresponds to the 
1941 \begin_inset Quotes eld
1942 \end_inset
1943
1944 Grid with Head
1945 \begin_inset Quotes erd
1946 \end_inset
1947
1948  table style listed in the style selection.
1949 \end_layout
1950
1951 \begin_layout Standard
1952
1953 \change_inserted -712698321 1554289664
1954 Other available styles include:
1955 \end_layout
1956
1957 \begin_layout Itemize
1958
1959 \change_inserted -712698321 1554289664
1960
1961 \begin_inset Quotes eld
1962 \end_inset
1963
1964 simple grid
1965 \begin_inset Quotes erd
1966 \end_inset
1967
1968  which looks line the above table, but without the first row being separated
1969  via double line,
1970 \end_layout
1971
1972 \begin_layout Itemize
1973
1974 \change_inserted -712698321 1554289664
1975 a border-less table with no lines at all,
1976 \end_layout
1977
1978 \begin_layout Itemize
1979
1980 \change_inserted -712698321 1554289664
1981 and a so-called 
1982 \begin_inset Quotes eld
1983 \end_inset
1984
1985 formal table
1986 \begin_inset Quotes erd
1987 \end_inset
1988
1989  as often used in professional publishing with horizontal lines only and
1990  bold top/bottom lines (see 
1991 \emph on
1992 Embedded Objects
1993 \emph default
1994  manual, section 
1995 \emph on
1996 Formal Tables
1997 \emph default
1998 ).
1999 \end_layout
2000
2001 \begin_layout Standard
2002
2003 \change_inserted -712698321 1554289664
2004 The default style used in the dialog as well as the style used by the toolbar
2005  button can be changed in 
2006 \family sans
2007 Document\SpecialChar menuseparator
2008 Settings\SpecialChar menuseparator
2009 Text Layout
2010 \family default
2011 .
2012  So if the default style above is not the one you need, you should alter
2013  this setting.
2014 \end_layout
2015
2016 \begin_layout Section
2017 Table Dialog
2018 \begin_inset Index idx
2019 status collapsed
2020
2021 \begin_layout Plain Layout
2022 Table ! Dialog
2023 \end_layout
2024
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \begin_layout Standard
2031 You can alter a table by clicking on it with the right mouse button, which
2032  brings up the context menu.
2033  Under the menu entry 
2034 \family sans
2035 More
2036 \family default
2037  you can adjust the settings of that cell and row/column respectively where
2038  the cursor is currently placed.
2039  The context menu 
2040 \family sans
2041 More\SpecialChar menuseparator
2042 Settings
2043 \family default
2044  opens the table dialog where you can adjust more things.
2045  Most of the dialog options also work on selections.
2046  This means if you select more cells, columns or rows, the action is done
2047  for the whole selection.
2048  Note that there is a difference between selecting the 
2049 \emph on
2050 contents
2051 \emph default
2052  of the cell, and the cell itself.
2053 \begin_inset Newline newline
2054 \end_inset
2055
2056 With the dialog option 
2057 \family sans
2058 Immediate
2059 \begin_inset space ~
2060 \end_inset
2061
2062 Apply
2063 \family default
2064  every change you make in the dialog is directly applied.
2065  If you move the cursor to another table cell the dialog will then also
2066  be updated with the parameters of the new cell.
2067  If you change length values in the dialog you must press 
2068 \family sans
2069 Return
2070 \family default
2071  to get the change applied.
2072 \begin_inset Newline newline
2073 \end_inset
2074
2075 You can alter tables with the following tabs of the table dialog:
2076 \end_layout
2077
2078 \begin_layout Description
2079 Table
2080 \begin_inset space ~
2081 \end_inset
2082
2083 Settings Here you can set the table width
2084 \begin_inset Index idx
2085 status collapsed
2086
2087 \begin_layout Plain Layout
2088 Table ! Width
2089 \end_layout
2090
2091 \end_inset
2092
2093 , and the horizontal alignment and the width of the current column.
2094  The alignment 
2095 \family sans
2096 At
2097 \begin_inset space ~
2098 \end_inset
2099
2100 Decimal
2101 \begin_inset space ~
2102 \end_inset
2103
2104 Separator
2105 \family default
2106  is described in section
2107 \begin_inset space ~
2108 \end_inset
2109
2110
2111 \begin_inset CommandInset ref
2112 LatexCommand ref
2113 reference "subsec:Special-Cell-Alignment"
2114
2115 \end_inset
2116
2117 .
2118  When you have set a width you can also adjust the vertical alignment of
2119  the current row.
2120  A given width will allow the cell to have line breaks and multiple paragraphs
2121  of text, see sec.
2122 \begin_inset space \thinspace{}
2123 \end_inset
2124
2125
2126 \begin_inset CommandInset ref
2127 LatexCommand ref
2128 reference "subsec:Multiple-Lines-in"
2129
2130 \end_inset
2131
2132 .
2133  If you set no width, the column is as wide as the content of its widest
2134  cell.
2135 \begin_inset Newline newline
2136 \end_inset
2137
2138 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2139  cell, see sec.
2140 \begin_inset space \thinspace{}
2141 \end_inset
2142
2143
2144 \begin_inset CommandInset ref
2145 LatexCommand ref
2146 reference "subsec:Multicolumns"
2147
2148 \end_inset
2149
2150  or the cells of one column as multirow cell, see sec.
2151 \begin_inset space \thinspace{}
2152 \end_inset
2153
2154
2155 \begin_inset CommandInset ref
2156 LatexCommand ref
2157 reference "subsec:Multirows"
2158
2159 \end_inset
2160
2161 .
2162 \begin_inset Newline newline
2163 \end_inset
2164
2165 The rotate check boxes rotate the current cell, a selection, or the whole
2166  table counter-clockwise by 90
2167 \begin_inset space \thinspace{}
2168 \end_inset
2169
2170 °.
2171  The rotation is not shown within \SpecialChar LyX
2172 , only in the output.
2173  For more information see sec.
2174 \begin_inset space \thinspace{}
2175 \end_inset
2176
2177
2178 \begin_inset CommandInset ref
2179 LatexCommand ref
2180 reference "sec:Rotated-Table-Cells"
2181
2182 \end_inset
2183
2184 .
2185 \begin_inset Newline newline
2186 \end_inset
2187
2188
2189 \begin_inset Note Greyedout
2190 status open
2191
2192 \begin_layout Plain Layout
2193
2194 \series bold
2195 Note:
2196 \series default
2197  Not all DVI-viewers are able to display rotations.
2198 \end_layout
2199
2200 \end_inset
2201
2202
2203 \begin_inset Newline newline
2204 \end_inset
2205
2206 The table-wide vertical alignment is used for tables within text lines:
2207 \begin_inset Newline newline
2208 \end_inset
2209
2210 A line with tables with different alignments: 
2211 \begin_inset Tabular
2212 <lyxtabular version="3" rows="2" columns="2">
2213 <features tabularvalignment="top">
2214 <column alignment="center" valignment="top" width="0pt">
2215 <column alignment="center" valignment="top">
2216 <row>
2217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2218 \begin_inset Text
2219
2220 \begin_layout Plain Layout
2221
2222 \end_layout
2223
2224 \end_inset
2225 </cell>
2226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2227 \begin_inset Text
2228
2229 \begin_layout Plain Layout
2230
2231 \family roman
2232 \series medium
2233 \shape up
2234 \size normal
2235 \emph off
2236 \bar no
2237 \noun off
2238 \color none
2239 1
2240 \end_layout
2241
2242 \end_inset
2243 </cell>
2244 </row>
2245 <row>
2246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2247 \begin_inset Text
2248
2249 \begin_layout Plain Layout
2250
2251 \family roman
2252 \series medium
2253 \shape up
2254 \size normal
2255 \emph off
2256 \bar no
2257 \noun off
2258 \color none
2259 A
2260 \end_layout
2261
2262 \end_inset
2263 </cell>
2264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2265 \begin_inset Text
2266
2267 \begin_layout Plain Layout
2268
2269 \end_layout
2270
2271 \end_inset
2272 </cell>
2273 </row>
2274 </lyxtabular>
2275
2276 \end_inset
2277
2278  
2279 \begin_inset Tabular
2280 <lyxtabular version="3" rows="2" columns="2">
2281 <features tabularvalignment="middle">
2282 <column alignment="center" valignment="top">
2283 <column alignment="center" valignment="top">
2284 <row>
2285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2286 \begin_inset Text
2287
2288 \begin_layout Plain Layout
2289
2290 \end_layout
2291
2292 \end_inset
2293 </cell>
2294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2295 \begin_inset Text
2296
2297 \begin_layout Plain Layout
2298
2299 \family roman
2300 \series medium
2301 \shape up
2302 \size normal
2303 \emph off
2304 \bar no
2305 \noun off
2306 \color none
2307 1
2308 \end_layout
2309
2310 \end_inset
2311 </cell>
2312 </row>
2313 <row>
2314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2315 \begin_inset Text
2316
2317 \begin_layout Plain Layout
2318
2319 \family roman
2320 \series medium
2321 \shape up
2322 \size normal
2323 \emph off
2324 \bar no
2325 \noun off
2326 \color none
2327 A
2328 \end_layout
2329
2330 \end_inset
2331 </cell>
2332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2333 \begin_inset Text
2334
2335 \begin_layout Plain Layout
2336
2337 \end_layout
2338
2339 \end_inset
2340 </cell>
2341 </row>
2342 </lyxtabular>
2343
2344 \end_inset
2345
2346  
2347 \begin_inset Tabular
2348 <lyxtabular version="3" rows="2" columns="2">
2349 <features tabularvalignment="bottom">
2350 <column alignment="center" valignment="top" width="0pt">
2351 <column alignment="center" valignment="top">
2352 <row>
2353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366
2367 \family roman
2368 \series medium
2369 \shape up
2370 \size normal
2371 \emph off
2372 \bar no
2373 \noun off
2374 \color none
2375 1
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 </row>
2381 <row>
2382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2383 \begin_inset Text
2384
2385 \begin_layout Plain Layout
2386
2387 \family roman
2388 \series medium
2389 \shape up
2390 \size normal
2391 \emph off
2392 \bar no
2393 \noun off
2394 \color none
2395 A
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2401 \begin_inset Text
2402
2403 \begin_layout Plain Layout
2404
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 </row>
2410 </lyxtabular>
2411
2412 \end_inset
2413
2414
2415 \begin_inset Newline newline
2416 \end_inset
2417
2418 It is also possible to enter a \SpecialChar LaTeX
2419 -argument which is needed for special table
2420  formattings, see sec.
2421 \begin_inset space \thinspace{}
2422 \end_inset
2423
2424
2425 \begin_inset CommandInset ref
2426 LatexCommand ref
2427 reference "subsec:Multicolumn-Calculations"
2428
2429 \end_inset
2430
2431  and 
2432 \begin_inset CommandInset ref
2433 LatexCommand ref
2434 reference "sec:Colored-Tables"
2435
2436 \end_inset
2437
2438 .
2439 \end_layout
2440
2441 \begin_layout Description
2442 Borders In this tab you can add and delete border lines for the current
2443  row/column.
2444 \begin_inset Newline newline
2445 \end_inset
2446
2447 Using the style option 
2448 \family sans
2449 Formal
2450 \family default
2451  will convert the table to a formal table as described in sec.
2452 \begin_inset space \thinspace{}
2453 \end_inset
2454
2455
2456 \begin_inset CommandInset ref
2457 LatexCommand ref
2458 reference "sec:Formal-Tables"
2459
2460 \end_inset
2461
2462 .
2463 \begin_inset Newline newline
2464 \end_inset
2465
2466 You can also add space here to table rows as described in sec.
2467 \begin_inset space \thinspace{}
2468 \end_inset
2469
2470
2471 \begin_inset CommandInset ref
2472 LatexCommand ref
2473 reference "subsec:Row-Spacing"
2474
2475 \end_inset
2476
2477 .
2478 \end_layout
2479
2480 \begin_layout Description
2481 Multi-page
2482 \begin_inset space ~
2483 \end_inset
2484
2485 table This tab is to make a table a multi-page table that can run over several
2486  pages.
2487  Sections
2488 \begin_inset space ~
2489 \end_inset
2490
2491
2492 \begin_inset CommandInset ref
2493 LatexCommand ref
2494 reference "sec:Multi-page-Tables"
2495
2496 \end_inset
2497
2498  and 
2499 \begin_inset CommandInset ref
2500 LatexCommand ref
2501 reference "sec:Special-Longtable-Issues"
2502
2503 \end_inset
2504
2505  describe the multi-page table features in detail.
2506 \end_layout
2507
2508 \begin_layout Section
2509 Table Toolbar
2510 \begin_inset Index idx
2511 status collapsed
2512
2513 \begin_layout Plain Layout
2514 Table ! Toolbar
2515 \end_layout
2516
2517 \end_inset
2518
2519
2520 \end_layout
2521
2522 \begin_layout Standard
2523 The table toolbar is an alternative to the table dialog to be able to alter
2524  tables faster.
2525  It should normally appear at the bottom of \SpecialChar LyX
2526 's main window when the cursor
2527  is inside a table.
2528  You can alternatively switch it on to appear always, by right-clicking
2529  in \SpecialChar LyX
2530 's main menu bar.
2531 \end_layout
2532
2533 \begin_layout Standard
2534 The toolbar has the following icons:
2535 \end_layout
2536
2537 \begin_layout Labeling
2538 \labelwidthstring 00.00.0000
2539 \begin_inset Info
2540 type  "icon"
2541 arg   "tabular-feature append-row"
2542 \end_inset
2543
2544  adds a row below the current cell or selection
2545 \end_layout
2546
2547 \begin_layout Labeling
2548 \labelwidthstring 00.00.0000
2549 \begin_inset Info
2550 type  "icon"
2551 arg   "tabular-feature append-column"
2552 \end_inset
2553
2554  adds a column right beside the current cell or selection
2555 \end_layout
2556
2557 \begin_layout Labeling
2558 \labelwidthstring 00.00.0000
2559 \begin_inset Info
2560 type  "icon"
2561 arg   "tabular-feature delete-row"
2562 \end_inset
2563
2564  deletes the current row or selection
2565 \end_layout
2566
2567 \begin_layout Labeling
2568 \labelwidthstring 00.00.0000
2569 \begin_inset Info
2570 type  "icon"
2571 arg   "tabular-feature delete-column"
2572 \end_inset
2573
2574  deletes the current column or selection
2575 \end_layout
2576
2577 \begin_layout Labeling
2578 \labelwidthstring 00.00.0000
2579 \begin_inset Info
2580 type  "icon"
2581 arg   "tabular-feature move-row-up"
2582 \end_inset
2583
2584  moves the row up
2585 \end_layout
2586
2587 \begin_layout Labeling
2588 \labelwidthstring 00.00.0000
2589 \begin_inset Info
2590 type  "icon"
2591 arg   "tabular-feature move-column-left"
2592 \end_inset
2593
2594  moves the column to the left
2595 \end_layout
2596
2597 \begin_layout Labeling
2598 \labelwidthstring 00.00.0000
2599 \begin_inset Info
2600 type  "icon"
2601 arg   "tabular-feature move-row-down"
2602 \end_inset
2603
2604  moves the row down
2605 \end_layout
2606
2607 \begin_layout Labeling
2608 \labelwidthstring 00.00.0000
2609 \begin_inset Info
2610 type  "icon"
2611 arg   "tabular-feature move-column-right"
2612 \end_inset
2613
2614  moves the column to the right
2615 \end_layout
2616
2617 \begin_layout Labeling
2618 \labelwidthstring 00.00.0000
2619 \begin_inset Info
2620 type  "icon"
2621 arg   "tabular-feature toggle-line-top"
2622 \end_inset
2623
2624  adds a line at the top of the current cell / row or of a selection
2625 \end_layout
2626
2627 \begin_layout Labeling
2628 \labelwidthstring 00.00.0000
2629 \begin_inset Info
2630 type  "icon"
2631 arg   "tabular-feature toggle-line-bottom"
2632 \end_inset
2633
2634  adds a line at the bottom of the current cell / row or of a selection
2635 \end_layout
2636
2637 \begin_layout Labeling
2638 \labelwidthstring 00.00.0000
2639 \begin_inset Info
2640 type  "icon"
2641 arg   "tabular-feature toggle-line-left"
2642 \end_inset
2643
2644  adds a line at the left side of the current cell / row or of a selection
2645 \end_layout
2646
2647 \begin_layout Labeling
2648 \labelwidthstring 00.00.0000
2649 \begin_inset Info
2650 type  "icon"
2651 arg   "tabular-feature toggle-line-right"
2652 \end_inset
2653
2654  adds a line at the right side of the current cell / row or of a selection
2655 \change_inserted -712698321 1554289731
2656
2657 \end_layout
2658
2659 \begin_layout Labeling
2660 \labelwidthstring 00.00.0000
2661
2662 \change_inserted -712698321 1554289910
2663 \begin_inset Info
2664 type  "icon"
2665 arg   "tabular-feature set-border-lines"
2666 \end_inset
2667
2668  adds a border around the currently selected cells
2669 \change_unchanged
2670
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675 \begin_inset Info
2676 type  "icon"
2677 arg   "tabular-feature set-all-lines"
2678 \end_inset
2679
2680  adds lines around the current or selected cells - if the current cell is
2681  not a multicolumn cell this also affects the current row and column
2682 \end_layout
2683
2684 \begin_layout Labeling
2685 \labelwidthstring 00.00.0000
2686 \begin_inset Info
2687 type  "icon"
2688 arg   "tabular-feature unset-all-lines"
2689 \end_inset
2690
2691  deletes all lines of the current or selected cells - if the current cell
2692  is not a multicolumn cell this also affects the current row and column
2693 \change_inserted -712698321 1554289920
2694
2695 \end_layout
2696
2697 \begin_layout Labeling
2698 \labelwidthstring 00.00.0000
2699
2700 \change_inserted -712698321 1554292586
2701 \begin_inset Info
2702 type  "icon"
2703 arg   "tabular-feature reset-formal-default"
2704 \end_inset
2705
2706  If using a formal table, this resets the border to its default (only horizontal
2707  lines in top and bottom rows)
2708 \change_unchanged
2709
2710 \end_layout
2711
2712 \begin_layout Labeling
2713 \labelwidthstring 00.00.0000
2714 \begin_inset Info
2715 type  "icon"
2716 arg   "tabular-feature m-align-left"
2717 \end_inset
2718
2719  left-aligns the content of the current cell / column
2720 \end_layout
2721
2722 \begin_layout Labeling
2723 \labelwidthstring 00.00.0000
2724 \begin_inset Info
2725 type  "icon"
2726 arg   "tabular-feature m-align-center"
2727 \end_inset
2728
2729  centers the content of the current cell / column horizontally
2730 \end_layout
2731
2732 \begin_layout Labeling
2733 \labelwidthstring 00.00.0000
2734 \begin_inset Info
2735 type  "icon"
2736 arg   "tabular-feature m-align-right"
2737 \end_inset
2738
2739  right-aligns the content of the current cell / column
2740 \end_layout
2741
2742 \begin_layout Labeling
2743 \labelwidthstring 00.00.0000
2744 \begin_inset Info
2745 type  "icon"
2746 arg   "tabular-feature align-decimal"
2747 \end_inset
2748
2749  aligns the content of the current column at a character
2750 \end_layout
2751
2752 \begin_layout Labeling
2753 \labelwidthstring 00.00.0000
2754 \begin_inset Info
2755 type  "icon"
2756 arg   "tabular-feature m-valign-top"
2757 \end_inset
2758
2759  aligns the content of the current cell vertically to the top
2760 \end_layout
2761
2762 \begin_layout Labeling
2763 \labelwidthstring 00.00.0000
2764 \begin_inset Info
2765 type  "icon"
2766 arg   "tabular-feature m-valign-middle"
2767 \end_inset
2768
2769  centers the content of the current cell vertically
2770 \end_layout
2771
2772 \begin_layout Labeling
2773 \labelwidthstring 00.00.0000
2774 \begin_inset Info
2775 type  "icon"
2776 arg   "tabular-feature m-valign-bottom"
2777 \end_inset
2778
2779  aligns the content of the current cell vertically to the bottom
2780 \end_layout
2781
2782 \begin_layout Labeling
2783 \labelwidthstring 00.00.0000
2784 \begin_inset Info
2785 type  "icon"
2786 arg   "tabular-feature set-rotate-cell"
2787 \end_inset
2788
2789  rotates the current cell or selection counter-clockwise by 90°
2790 \end_layout
2791
2792 \begin_layout Labeling
2793 \labelwidthstring 00.00.0000
2794 \begin_inset Info
2795 type  "icon"
2796 arg   "tabular-feature set-rotate-tabular"
2797 \end_inset
2798
2799  rotates the whole table counter-clockwise by 90°
2800 \end_layout
2801
2802 \begin_layout Labeling
2803 \labelwidthstring 00.00.0000
2804 \begin_inset Info
2805 type  "icon"
2806 arg   "tabular-feature multicolumn"
2807 \end_inset
2808
2809  sets the current cell or selection as a multicolumn
2810 \end_layout
2811
2812 \begin_layout Labeling
2813 \labelwidthstring 00.00.0000
2814 \begin_inset Info
2815 type  "icon"
2816 arg   "tabular-feature multirow"
2817 \end_inset
2818
2819  sets the current cell or selection as a multirow
2820 \end_layout
2821
2822 \begin_layout Standard
2823 \begin_inset Note Greyedout
2824 status open
2825
2826 \begin_layout Plain Layout
2827
2828 \series bold
2829 Note:
2830 \series default
2831  For the output the vertical alignment of the first cell in a row is used
2832  for all following cells in the row.
2833 \end_layout
2834
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \begin_layout Section
2841 Edit Table Menu
2842 \begin_inset Index idx
2843 status collapsed
2844
2845 \begin_layout Plain Layout
2846 Table ! Edit Menu
2847 \end_layout
2848
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \begin_layout Standard
2855 In addition to the table dialog and toolbar, the menu 
2856 \family sans
2857 Edit\SpecialChar menuseparator
2858 Table
2859 \family default
2860  allows you to add and delete border lines for the current row/column and
2861  to set the current selection as multicolumn.
2862  The menu is only available when the cursor is inside a table.
2863 \end_layout
2864
2865 \begin_layout Section
2866 Table Floats
2867 \begin_inset CommandInset label
2868 LatexCommand label
2869 name "sec:Table-Floats"
2870
2871 \end_inset
2872
2873
2874 \begin_inset Index idx
2875 status collapsed
2876
2877 \begin_layout Plain Layout
2878 Floats ! Tables
2879 \end_layout
2880
2881 \end_inset
2882
2883
2884 \begin_inset Index idx
2885 status collapsed
2886
2887 \begin_layout Plain Layout
2888 Table ! Floats
2889 \end_layout
2890
2891 \end_inset
2892
2893
2894 \end_layout
2895
2896 \begin_layout Standard
2897 For general explanations about floats, have a look at section
2898 \begin_inset space ~
2899 \end_inset
2900
2901
2902 \begin_inset CommandInset ref
2903 LatexCommand ref
2904 reference "sec:FloatIntroduction"
2905
2906 \end_inset
2907
2908 .
2909 \end_layout
2910
2911 \begin_layout Standard
2912 \begin_inset Float table
2913 placement h
2914 alignment document
2915 wide false
2916 sideways false
2917 status open
2918
2919 \begin_layout Plain Layout
2920 \begin_inset Caption Standard
2921
2922 \begin_layout Plain Layout
2923 \begin_inset CommandInset label
2924 LatexCommand label
2925 name "tab:a table float"
2926
2927 \end_inset
2928
2929 A table float.
2930 \end_layout
2931
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \begin_layout Plain Layout
2938 \align center
2939 \begin_inset Tabular
2940 <lyxtabular version="3" rows="3" columns="3">
2941 <features tabularvalignment="middle">
2942 <column alignment="center" valignment="top" width="0pt">
2943 <column alignment="center" valignment="top" width="0pt">
2944 <column alignment="center" valignment="top" width="0pt">
2945 <row>
2946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950
2951 \family roman
2952 \series medium
2953 \shape up
2954 \size normal
2955 \emph off
2956 \bar no
2957 \noun off
2958 \color none
2959 1
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968
2969 \family roman
2970 \series medium
2971 \shape up
2972 \size normal
2973 \emph off
2974 \bar no
2975 \noun off
2976 \color none
2977 2
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Plain Layout
2986
2987 \family roman
2988 \series medium
2989 \shape up
2990 \size normal
2991 \emph off
2992 \bar no
2993 \noun off
2994 \color none
2995 3
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 </row>
3001 <row>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006
3007 \family roman
3008 \series medium
3009 \shape up
3010 \size normal
3011 \emph off
3012 \bar no
3013 \noun off
3014 \color none
3015 Joe
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024
3025 \family roman
3026 \series medium
3027 \shape up
3028 \size normal
3029 \emph off
3030 \bar no
3031 \noun off
3032 \color none
3033 Mary
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042
3043 \family roman
3044 \series medium
3045 \shape up
3046 \size normal
3047 \emph off
3048 \bar no
3049 \noun off
3050 \color none
3051 Ted
3052 \end_layout
3053
3054 \end_inset
3055 </cell>
3056 </row>
3057 <row>
3058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062
3063 \family roman
3064 \series medium
3065 \shape up
3066 \size normal
3067 \emph off
3068 \bar no
3069 \noun off
3070 \color none
3071 \begin_inset Formula $\int x^{2}dx$
3072 \end_inset
3073
3074
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083
3084 \family roman
3085 \series medium
3086 \shape up
3087 \size normal
3088 \emph off
3089 \bar no
3090 \noun off
3091 \color none
3092 \begin_inset Formula $\left[\begin{array}{cc}
3093 a & b\\
3094 c & d
3095 \end{array}\right]$
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \family roman
3109 \series medium
3110 \shape up
3111 \size normal
3112 \emph off
3113 \bar no
3114 \noun off
3115 \color none
3116 \begin_inset Formula $1+1=2$
3117 \end_inset
3118
3119
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 </row>
3125 </lyxtabular>
3126
3127 \end_inset
3128
3129
3130 \end_layout
3131
3132 \end_inset
3133
3134
3135 \end_layout
3136
3137 \begin_layout Standard
3138 Table floats can be inserted using the menu 
3139 \family sans
3140 Insert\SpecialChar menuseparator
3141 Float\SpecialChar menuseparator
3142 Table
3143 \family default
3144  or the toolbar button 
3145 \begin_inset Info
3146 type  "icon"
3147 arg   "float-insert table"
3148 \end_inset
3149
3150 .
3151 \end_layout
3152
3153 \begin_layout Standard
3154 The float appears as a collapsible box with a caption that has the label
3155  
3156 \begin_inset Quotes eld
3157 \end_inset
3158
3159 Table
3160 \begin_inset space ~
3161 \end_inset
3162
3163 #:
3164 \begin_inset Quotes erd
3165 \end_inset
3166
3167  (# is the actual table number).
3168  You can insert tables in the float above or below the caption.
3169 \end_layout
3170
3171 \begin_layout Standard
3172 Table
3173 \begin_inset space ~
3174 \end_inset
3175
3176
3177 \begin_inset CommandInset ref
3178 LatexCommand ref
3179 reference "tab:a table float"
3180
3181 \end_inset
3182
3183  is an example table within a table float.
3184 \end_layout
3185
3186 \begin_layout Standard
3187 Having the caption above the table is the common rule that is unfortunately
3188  not supported in \SpecialChar LaTeX
3189 's standard classes.
3190  This means that, if you are using the document classes 
3191 \family sans
3192 article
3193 \family default
3194
3195 \family sans
3196 book
3197 \family default
3198
3199 \family sans
3200 letter
3201 \family default
3202 , or 
3203 \family sans
3204 report
3205 \family default
3206 , there will be no space between the caption and the table.
3207  To insert the needed space, add the following option to the load command
3208  of the \SpecialChar LaTeX
3209 -package 
3210 \series bold
3211 caption
3212 \series default
3213
3214 \begin_inset Index idx
3215 status collapsed
3216
3217 \begin_layout Plain Layout
3218 \SpecialChar LaTeX
3219 -packages ! caption
3220 \end_layout
3221
3222 \end_inset
3223
3224  in your document preamble:
3225 \begin_inset Foot
3226 status collapsed
3227
3228 \begin_layout Plain Layout
3229 For more information have a look at section
3230 \begin_inset space ~
3231 \end_inset
3232
3233
3234 \begin_inset CommandInset ref
3235 LatexCommand ref
3236 reference "sec:Caption-Placement"
3237
3238 \end_inset
3239
3240 .
3241 \end_layout
3242
3243 \end_inset
3244
3245
3246 \end_layout
3247
3248 \begin_layout Standard
3249
3250 \series bold
3251 tableposition=top
3252 \end_layout
3253
3254 \begin_layout Standard
3255 The package 
3256 \series bold
3257 caption
3258 \series default
3259 , which is described in section
3260 \begin_inset space ~
3261 \end_inset
3262
3263
3264 \begin_inset CommandInset ref
3265 LatexCommand ref
3266 reference "sec:Caption-Formatting"
3267
3268 \end_inset
3269
3270 , is used to adjust the caption format.
3271 \end_layout
3272
3273 \begin_layout Standard
3274 \begin_inset Index idx
3275 status collapsed
3276
3277 \begin_layout Plain Layout
3278 References ! to Tables
3279 \end_layout
3280
3281 \end_inset
3282
3283 Tables can be cross-referenced in the text by referencing their label.
3284  To do this insert a label in the caption using the menu 
3285 \family sans
3286 Insert\SpecialChar menuseparator
3287 Label
3288 \family default
3289  or the toolbar button 
3290 \begin_inset Info
3291 type  "icon"
3292 arg   "label-insert"
3293 \end_inset
3294
3295 .
3296  You can now refer to the label using the menu 
3297 \family sans
3298 Insert\SpecialChar menuseparator
3299 Cross
3300 \begin_inset space ~
3301 \end_inset
3302
3303 reference
3304 \family default
3305  or the toolbar button 
3306 \begin_inset Info
3307 type  "icon"
3308 arg   "dialog-show-new-inset ref"
3309 \end_inset
3310
3311 .
3312 \begin_inset Newline newline
3313 \end_inset
3314
3315 Referencing is explained in detail in section
3316 \begin_inset space ~
3317 \end_inset
3318
3319
3320 \begin_inset CommandInset ref
3321 LatexCommand ref
3322 reference "sec:Referencing-Floats"
3323
3324 \end_inset
3325
3326 .
3327 \end_layout
3328
3329 \begin_layout Section
3330
3331 \family sans
3332 Multi-page Table
3333 \family default
3334 s
3335 \begin_inset CommandInset label
3336 LatexCommand label
3337 name "sec:Multi-page-Tables"
3338
3339 \end_inset
3340
3341
3342 \begin_inset Index idx
3343 status collapsed
3344
3345 \begin_layout Plain Layout
3346 Multi-page Table
3347 \end_layout
3348
3349 \end_inset
3350
3351
3352 \begin_inset Index idx
3353 status collapsed
3354
3355 \begin_layout Plain Layout
3356 Table ! Multi-page Table
3357 \end_layout
3358
3359 \end_inset
3360
3361
3362 \end_layout
3363
3364 \begin_layout Standard
3365 If the table is too long to fit on one page, you can use the option 
3366 \family sans
3367 Use
3368 \begin_inset space ~
3369 \end_inset
3370
3371 multi-page
3372 \family default
3373  table in the tab 
3374 \family sans
3375 Multi-page
3376 \begin_inset space ~
3377 \end_inset
3378
3379 table
3380 \family default
3381  of the table dialog to split the table automatically over more pages.
3382  Doing this enables the following options:
3383 \end_layout
3384
3385 \begin_layout Description
3386 Header: The current row is defined to be a header row that appears on all
3387  pages of the multi-page table; except for the first page, if 
3388 \family sans
3389 First
3390 \begin_inset space ~
3391 \end_inset
3392
3393 header
3394 \family default
3395  is defined.
3396  This is therefore called the main header.
3397 \end_layout
3398
3399 \begin_layout Description
3400 First
3401 \begin_inset space ~
3402 \end_inset
3403
3404 header: The current row is defined to be a header row that appears on the
3405  first page of the multi-page table.
3406 \end_layout
3407
3408 \begin_layout Description
3409 Footer: The current row is defined to be a footer row that appears on all
3410  pages of the multi-page table; except for the last page, if 
3411 \family sans
3412 Last
3413 \begin_inset space ~
3414 \end_inset
3415
3416 footer
3417 \family default
3418  is defined.
3419 \end_layout
3420
3421 \begin_layout Description
3422 Last
3423 \begin_inset space ~
3424 \end_inset
3425
3426 footer: The current row is defined to be a footer row that appears on the
3427  last page of the multi-page table.
3428 \end_layout
3429
3430 \begin_layout Description
3431 Caption: The current row contains the table caption.
3432  The row is reset as single column and a caption is inserted.
3433  More about multi-page table captions is explained in sec.
3434 \begin_inset space \thinspace{}
3435 \end_inset
3436
3437
3438 \begin_inset CommandInset ref
3439 LatexCommand ref
3440 reference "subsec:Multi-page-Table-Captions"
3441
3442 \end_inset
3443
3444 .
3445 \end_layout
3446
3447 \begin_layout Standard
3448 You can also specify a row where the table is split.
3449  See the following multi-page table to see how it works:
3450 \end_layout
3451
3452 \begin_layout Standard
3453 \align center
3454 \begin_inset Tabular
3455 <lyxtabular version="3" rows="69" columns="3">
3456 <features islongtable="true" longtabularalignment="center">
3457 <column alignment="left" valignment="top" width="0cm">
3458 <column alignment="left" valignment="top" width="0pt">
3459 <column alignment="center" valignment="top" width="0pt">
3460 <row endfirsthead="true">
3461 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467 Example Phone List (ignore the names)
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row endfirsthead="true">
3492 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \series bold
3498 NAME
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516
3517 \series bold
3518 TEL.
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 </row>
3524 <row endhead="true">
3525 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529
3530 \series bold
3531 Example Phone List
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 </row>
3555 <row endhead="true">
3556 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560
3561 \series bold
3562 NAME
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580
3581 \series bold
3582 TEL.
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 </row>
3588 <row endfoot="true">
3589 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593  continued on next page
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 </row>
3617 <row>
3618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622
3623 \series bold
3624 Annovi
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 Silvia
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 111
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row>
3649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653
3654 \series bold
3655 Bertoli
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 Stefano
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 111
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 </row>
3679 <row>
3680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684
3685 \series bold
3686 Bozzi
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 Walter
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 111
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 </row>
3710 <row>
3711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715
3716 \series bold
3717 Cachia
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 Maria
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 111
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 </row>
3741 <row>
3742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746
3747 \series bold
3748 Cachia
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 Maurizio
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 111
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 </row>
3772 <row>
3773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777
3778 \series bold
3779 Cinquemani
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 Giusi
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 111
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 </row>
3803 <row>
3804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808
3809 \series bold
3810 Colin
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 Bernard
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 111
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 </row>
3834 <row>
3835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839
3840 \series bold
3841 Concli
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 Gianfranco
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 111
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row>
3866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \series bold
3872 Dal Bosco
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 Carolina
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 111
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 </row>
3896 <row>
3897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901
3902 \series bold
3903 Dalpiaz
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 Annamaria
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 111
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 </row>
3927 <row>
3928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932
3933 \series bold
3934 Feliciello
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 Domenico
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 111
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 </row>
3958 <row>
3959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963
3964 \series bold
3965 Focarelli
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 Paola
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 111
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 </row>
3989 <row>
3990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994
3995 \series bold
3996 Galletti
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 Oreste
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 111
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 </row>
4020 <row>
4021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025
4026 \series bold
4027 Gasparini
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 Franca
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 111
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 </row>
4051 <row>
4052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056
4057 \series bold
4058 Rizzardi
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067 Paola
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 111
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 </row>
4082 <row>
4083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087
4088 \series bold
4089 Lassini
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 Giancarlo
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 111
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 </row>
4113 <row>
4114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118
4119 \series bold
4120 Malfatti
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 <cell alignment="center" valignment="top" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129 Luciano
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 111
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 </row>
4144 <row>
4145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149
4150 \series bold
4151 Malfatti
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 Valeriano
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 111
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 </row>
4175 <row>
4176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180
4181 \series bold
4182 Meneguzzo
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 <cell alignment="center" valignment="top" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191 Roberto
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 111
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 </row>
4206 <row>
4207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211
4212 \series bold
4213 Mezzadra
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 <cell alignment="center" valignment="top" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222 Roberto
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 111
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 </row>
4237 <row>
4238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242
4243 \series bold
4244 Pirpamer
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 Erich
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 111
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 </row>
4268 <row>
4269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273
4274 \series bold
4275 Pochiesa
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 <cell alignment="center" valignment="top" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284 Paolo
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 111, 222
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 </row>
4299 <row>
4300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304
4305 \series bold
4306 Radina
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 <cell alignment="center" valignment="top" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315 Claudio
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 111
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 </row>
4330 <row>
4331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335
4336 \series bold
4337 Stuffer
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 <cell alignment="center" valignment="top" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346 Oskar
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 111
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 </row>
4361 <row>
4362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366
4367 \series bold
4368 Tacchelli
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 Ugo
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386 111
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 </row>
4392 <row>
4393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397
4398 \series bold
4399 Tezzele
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 <cell alignment="center" valignment="top" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 Margit
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 111
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 </row>
4423 <row>
4424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428
4429 \series bold
4430 Unterkalmsteiner
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 <cell alignment="center" valignment="top" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 Frieda
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 111
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 </row>
4454 <row>
4455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459
4460 \series bold
4461 Vieider
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 <cell alignment="center" valignment="top" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470 Hilde
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 111
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 </row>
4485 <row>
4486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490
4491 \series bold
4492 Vigna
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 <cell alignment="center" valignment="top" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501 Jürgen
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 111
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 </row>
4516 <row>
4517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521
4522 \series bold
4523 Weber
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 <cell alignment="center" valignment="top" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532 Maurizio
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541 111
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 </row>
4547 <row>
4548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552
4553 \series bold
4554 Winkler
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 Franz
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 111
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 </row>
4578 <row>
4579 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583  
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 </row>
4607 <row>
4608 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612
4613 \series bold
4614 Annovi
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 Silvia
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 555
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 </row>
4638 <row>
4639 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643
4644 \series bold
4645 Bertoli
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 Stefano
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 555
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 </row>
4669 <row>
4670 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674
4675 \series bold
4676 Bozzi
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 Walter
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 555
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 </row>
4700 <row>
4701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705
4706 \series bold
4707 Cachia
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 Maria
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 555
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 </row>
4731 <row>
4732 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736
4737 \series bold
4738 Cachia
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 Maurizio
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 555
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 </row>
4762 <row>
4763 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767
4768 \series bold
4769 Cinquemani
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 Giusi
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 555
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 </row>
4793 <row>
4794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798
4799 \series bold
4800 Colin
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 Bernard
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 555
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 </row>
4824 <row>
4825 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829
4830 \series bold
4831 Concli
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 Gianfranco
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 555
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 </row>
4855 <row>
4856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860
4861 \series bold
4862 Dal Bosco
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 Carolina
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 555
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 </row>
4886 <row>
4887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891
4892 \series bold
4893 Dalpiaz
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 Annamaria
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 555
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 </row>
4917 <row>
4918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922
4923 \series bold
4924 Feliciello
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 Domenico
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 555
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 </row>
4948 <row>
4949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953
4954 \series bold
4955 Focarelli
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 Paola
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 555
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 </row>
4979 <row>
4980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984
4985 \series bold
4986 Galletti
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 Oreste
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 555
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 </row>
5010 <row>
5011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015
5016 \series bold
5017 Gasparini
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 <cell alignment="center" valignment="top" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 Franca
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 555
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 </row>
5041 <row>
5042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046
5047 \series bold
5048 Rizzardi
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 Paola
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 555
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 </row>
5072 <row>
5073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077
5078 \series bold
5079 Lassini
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 Giancarlo
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 555
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 </row>
5103 <row>
5104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108
5109 \series bold
5110 Malfatti
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119 Luciano
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 555
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 </row>
5134 <row>
5135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139
5140 \series bold
5141 Malfatti
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 <cell alignment="center" valignment="top" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150 Valeriano
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 555
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 </row>
5165 <row>
5166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170
5171 \series bold
5172 Meneguzzo
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181 Roberto
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 555
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 </row>
5196 <row>
5197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201
5202 \series bold
5203 Mezzadra
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 Roberto
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 555
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 </row>
5227 <row>
5228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232
5233 \series bold
5234 Pirpamer
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell alignment="center" valignment="top" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243 Erich
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 555
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 </row>
5258 <row>
5259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263
5264 \series bold
5265 Pochiesa
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274 Paolo
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 555, 222
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 </row>
5289 <row>
5290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294
5295 \series bold
5296 Radina
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 <cell alignment="center" valignment="top" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305 Claudio
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 555
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 </row>
5320 <row>
5321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325
5326 \series bold
5327 Stuffer
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell alignment="center" valignment="top" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336 Oskar
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 555
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 </row>
5351 <row>
5352 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356
5357 \series bold
5358 Tacchelli
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 <cell alignment="center" valignment="top" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367 Ugo
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376 555
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 </row>
5382 <row>
5383 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387
5388 \series bold
5389 Tezzele
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 Margit
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 555
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 </row>
5413 <row>
5414 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418
5419 \series bold
5420 Unterkalmsteiner
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 Frieda
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 555
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 </row>
5444 <row>
5445 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449
5450 \series bold
5451 Vieider
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 Hilde
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 555
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 <row>
5476 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480
5481 \series bold
5482 Vigna
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 Jürgen
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 999
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 </row>
5506 <row>
5507 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511
5512 \series bold
5513 Weber
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 Maurizio
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 555
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 </row>
5537 <row>
5538 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542
5543 \series bold
5544 Winkler
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 Franz
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 555
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 </row>
5568 <row endlastfoot="true">
5569 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 end
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 </row>
5597 </lyxtabular>
5598
5599 \end_inset
5600
5601
5602 \begin_inset ERT
5603 status collapsed
5604
5605 \begin_layout Plain Layout
5606
5607
5608 \backslash
5609 addtocounter{table}{-1}
5610 \end_layout
5611
5612 \end_inset
5613
5614
5615 \begin_inset Note Note
5616 status collapsed
5617
5618 \begin_layout Plain Layout
5619 See the first greyed-out note in section
5620 \begin_inset space ~
5621 \end_inset
5622
5623
5624 \begin_inset CommandInset ref
5625 LatexCommand ref
5626 reference "subsec:Multi-page-Table-Captions"
5627
5628 \end_inset
5629
5630  for an explanation of this command.
5631 \end_layout
5632
5633 \end_inset
5634
5635
5636 \end_layout
5637
5638 \begin_layout Subsection
5639 Footnotes in Multi-page tables
5640 \begin_inset CommandInset label
5641 LatexCommand label
5642 name "subsec:Footnotes-in-Multi-page"
5643
5644 \end_inset
5645
5646
5647 \begin_inset Index idx
5648 status collapsed
5649
5650 \begin_layout Plain Layout
5651 Table ! Multi-page Table ! Footnotes
5652 \end_layout
5653
5654 \end_inset
5655
5656
5657 \end_layout
5658
5659 \begin_layout Standard
5660 Footnotes can be inserted to every Multi-page table cell.
5661  They appear at the bottom of the page where the table cell with the footnote
5662  appears.
5663  Table
5664 \begin_inset space ~
5665 \end_inset
5666
5667
5668 \begin_inset CommandInset ref
5669 LatexCommand ref
5670 reference "tab:DiffCaptions"
5671
5672 \end_inset
5673
5674  has for example a footnote.
5675 \end_layout
5676
5677 \begin_layout Subsection
5678 Multi-page Table Alignment
5679 \begin_inset Index idx
5680 status collapsed
5681
5682 \begin_layout Plain Layout
5683 Table ! Multi-page Table ! Alignment
5684 \end_layout
5685
5686 \end_inset
5687
5688
5689 \end_layout
5690
5691 \begin_layout Standard
5692 The horizontal alignment of multi-page tables can be set in the table settings
5693  dialog.
5694  For left- and right-alignment the table will be directly at the page border.
5695  To add space between the table and the border one has to set the alignment
5696  to center and change the value of the \SpecialChar LaTeX
5697 -lengths 
5698 \series bold
5699
5700 \backslash
5701 LTleft 
5702 \series default
5703 or 
5704 \series bold
5705
5706 \backslash
5707 LTright
5708 \series default
5709  by inserting this line as \SpecialChar TeX
5710  Code before the multi-page table:
5711 \end_layout
5712
5713 \begin_layout Standard
5714
5715 \series bold
5716
5717 \backslash
5718 setlength{
5719 \backslash
5720 LTleft}{value}
5721 \end_layout
5722
5723 \begin_layout Standard
5724 The value can have any of the units listed in Table
5725 \begin_inset space ~
5726 \end_inset
5727
5728
5729 \begin_inset CommandInset ref
5730 LatexCommand ref
5731 reference "tab:Units"
5732
5733 \end_inset
5734
5735 .
5736  
5737 \series bold
5738
5739 \backslash
5740 LTleft
5741 \series default
5742  controls the horizontal distance from the left page border to the multi-page
5743  table, 
5744 \series bold
5745
5746 \backslash
5747 LTright
5748 \series default
5749  the distance from the right side.
5750  The default value for both lengths is 
5751 \series bold
5752
5753 \backslash
5754 fill
5755 \series default
5756 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5757 .
5758 \end_layout
5759
5760 \begin_layout Standard
5761 The following multi-page table was centered and 
5762 \series bold
5763
5764 \backslash
5765 LTleft
5766 \series default
5767  set to 
5768 \family sans
5769 0.1
5770 \backslash
5771 columnwidth
5772 \family default
5773 :
5774 \begin_inset ERT
5775 status collapsed
5776
5777 \begin_layout Plain Layout
5778
5779
5780 \backslash
5781 setlength{
5782 \backslash
5783 LTleft}{0.1
5784 \backslash
5785 columnwidth}
5786 \end_layout
5787
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \begin_layout Standard
5794 \begin_inset Tabular
5795 <lyxtabular version="3" rows="5" columns="5">
5796 <features islongtable="true" longtabularalignment="center">
5797 <column alignment="center" valignment="top">
5798 <column alignment="center" valignment="top" width="0pt">
5799 <column alignment="center" valignment="top">
5800 <column alignment="center" valignment="top">
5801 <column alignment="center" valignment="top">
5802 <row>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 1
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 2
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 3
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 4
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 5
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 </row>
5849 <row>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 asd
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 s
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 s
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 s
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 </row>
5896 <row>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 asd
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 s
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 s
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 s
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 asd
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 </row>
5943 <row>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948 asd
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 s
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 s
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 s
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 asd
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 </row>
5990 <row>
5991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 asd
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 asd
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 asd
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 asd
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 asd
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 </row>
6037 </lyxtabular>
6038
6039 \end_inset
6040
6041
6042 \begin_inset ERT
6043 status collapsed
6044
6045 \begin_layout Plain Layout
6046
6047
6048 \backslash
6049 setlength{
6050 \backslash
6051 LTleft}{
6052 \backslash
6053 fill}
6054 \end_layout
6055
6056 \end_inset
6057
6058
6059 \begin_inset ERT
6060 status collapsed
6061
6062 \begin_layout Plain Layout
6063
6064
6065 \backslash
6066 addtocounter{table}{-1}
6067 \end_layout
6068
6069 \end_inset
6070
6071
6072 \begin_inset Note Note
6073 status collapsed
6074
6075 \begin_layout Plain Layout
6076 See the first greyed-out note in section
6077 \begin_inset space ~
6078 \end_inset
6079
6080
6081 \begin_inset CommandInset ref
6082 LatexCommand ref
6083 reference "subsec:Multi-page-Table-Captions"
6084
6085 \end_inset
6086
6087  for an explanation of this command.
6088 \end_layout
6089
6090 \end_inset
6091
6092
6093 \end_layout
6094
6095 \begin_layout Subsection
6096 Multi-page Table Captions
6097 \begin_inset Index idx
6098 status collapsed
6099
6100 \begin_layout Plain Layout
6101 Table ! Multi-page Table ! Captions
6102 \end_layout
6103
6104 \end_inset
6105
6106
6107 \begin_inset CommandInset label
6108 LatexCommand label
6109 name "subsec:Multi-page-Table-Captions"
6110
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \begin_layout Standard
6117 A multi-page table cannot be put into a table float because floats can only
6118  be on one page.
6119  But the caption environment of floats can also be used for multi-page tables
6120  when you use the multi-page table option 
6121 \family sans
6122 Caption
6123 \family default
6124  as described in sec.
6125 \begin_inset space \thinspace{}
6126 \end_inset
6127
6128
6129 \begin_inset CommandInset ref
6130 LatexCommand ref
6131 reference "sec:Multi-page-Tables"
6132
6133 \end_inset
6134
6135 .
6136  Only one table row should contain a caption, either a header or a footer
6137  row.
6138 \end_layout
6139
6140 \begin_layout Standard
6141 Here is a short multi-page table to see how it works:
6142 \end_layout
6143
6144 \begin_layout Standard
6145 \begin_inset Tabular
6146 <lyxtabular version="3" rows="6" columns="5">
6147 <features islongtable="true" longtabularalignment="center">
6148 <column alignment="center" valignment="top">
6149 <column alignment="center" valignment="top">
6150 <column alignment="center" valignment="top">
6151 <column alignment="center" valignment="top">
6152 <column alignment="center" valignment="top">
6153 <row endfirsthead="true" caption="true">
6154 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 \begin_inset Caption Standard
6159
6160 \begin_layout Plain Layout
6161 Multi-page table with caption
6162 \begin_inset Argument 1
6163 status open
6164
6165 \begin_layout Plain Layout
6166 Multi-page table
6167 \end_layout
6168
6169 \end_inset
6170
6171
6172 \end_layout
6173
6174 \end_inset
6175
6176
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 </row>
6218 <row>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 1
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 2
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 3
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 4
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 5
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 </row>
6265 <row>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 asd
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 s
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 s
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 s
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 asd
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 asd
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 s
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 s
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 s
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 asd
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 </row>
6359 <row>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 asd
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 s
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 s
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 s
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 asd
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 </row>
6406 <row>
6407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 asd
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 asd
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 asd
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 asd
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 asd
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 </row>
6453 </lyxtabular>
6454
6455 \end_inset
6456
6457
6458 \end_layout
6459
6460 \begin_layout Standard
6461 \begin_inset VSpace medskip
6462 \end_inset
6463
6464
6465 \begin_inset Note Greyedout
6466 status open
6467
6468 \begin_layout Plain Layout
6469
6470 \series bold
6471 Note
6472 \begin_inset space ~
6473 \end_inset
6474
6475 1:
6476 \series default
6477  The table number is increased for every multi-page table, even if you did
6478  not set a caption for it.
6479  For this reason you could have the case that e.
6480 \begin_inset space \thinspace{}
6481 \end_inset
6482
6483 g.
6484 \begin_inset space \space{}
6485 \end_inset
6486
6487 Table
6488 \begin_inset space ~
6489 \end_inset
6490
6491 2.4 follows Table
6492 \begin_inset space ~
6493 \end_inset
6494
6495 2.1 in the list of tables if there are two multi-page tables without captions.
6496  To avoid this you can add the following command in \SpecialChar TeX
6497  Code after every multi-page
6498  table without a caption:
6499 \end_layout
6500
6501 \begin_layout Plain Layout
6502
6503 \series bold
6504
6505 \backslash
6506 addtocounter{table}{-1}
6507 \end_layout
6508
6509 \begin_layout Plain Layout
6510 This is not needed when none of your multi-page tables has a caption and
6511  you add the following code to the document preamble:
6512 \end_layout
6513
6514 \begin_layout Plain Layout
6515
6516 \series bold
6517
6518 \backslash
6519 let
6520 \backslash
6521 myEnd
6522 \backslash
6523 endlongtable
6524 \begin_inset Newline newline
6525 \end_inset
6526
6527
6528 \backslash
6529 renewcommand{
6530 \backslash
6531 endlongtable}{
6532 \backslash
6533 myEnd
6534 \backslash
6535 addtocounter{table}{-1}}
6536 \end_layout
6537
6538 \end_inset
6539
6540
6541 \end_layout
6542
6543 \begin_layout Standard
6544 \begin_inset Note Greyedout
6545 status open
6546
6547 \begin_layout Plain Layout
6548
6549 \series bold
6550 Note
6551 \begin_inset space ~
6552 \end_inset
6553
6554 2:
6555 \series default
6556  If you are using
6557 \series bold
6558  hyperref
6559 \series default
6560
6561 \begin_inset Index idx
6562 status collapsed
6563
6564 \begin_layout Plain Layout
6565 \SpecialChar LaTeX
6566 -packages ! hyperref
6567 \end_layout
6568
6569 \end_inset
6570
6571  in the 
6572 \family sans
6573 PDF Properties
6574 \family default
6575  of the 
6576 \family sans
6577 Document Settings
6578 \family default
6579  dialog to link cross-references, the link to a multi-page table caption
6580  will always point to the beginning of the document.
6581 \end_layout
6582
6583 \end_inset
6584
6585
6586 \end_layout
6587
6588 \begin_layout Subsubsection
6589 References to multi-page tables
6590 \begin_inset Index idx
6591 status collapsed
6592
6593 \begin_layout Plain Layout
6594 Table ! Multi-page Table ! References
6595 \end_layout
6596
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \begin_layout Standard
6603 \begin_inset Tabular
6604 <lyxtabular version="3" rows="6" columns="5">
6605 <features islongtable="true" longtabularalignment="center">
6606 <column alignment="center" valignment="top">
6607 <column alignment="center" valignment="top">
6608 <column alignment="center" valignment="top">
6609 <column alignment="center" valignment="top">
6610 <column alignment="center" valignment="top">
6611 <row endfirsthead="true" caption="true">
6612 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 \begin_inset Caption Standard
6617
6618 \begin_layout Plain Layout
6619 Referenced multi-page table
6620 \begin_inset CommandInset label
6621 LatexCommand label
6622 name "tab:Referenced-multi-page-table"
6623
6624 \end_inset
6625
6626
6627 \end_layout
6628
6629 \end_inset
6630
6631
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 </row>
6673 <row>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 1
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 2
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 3
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 4
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 5
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 <row>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 asd
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 s
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 s
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 s
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 asd
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 </row>
6767 <row>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 asd
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 s
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 s
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 s
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 asd
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 </row>
6814 <row>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 asd
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 s
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 s
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 s
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 asd
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 </row>
6861 <row>
6862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 asd
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 sad
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 asd
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 asd
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 asd
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 </lyxtabular>
6909
6910 \end_inset
6911
6912
6913 \end_layout
6914
6915 \begin_layout Standard
6916 To reference a multi-page table, insert a label into the caption.
6917 \end_layout
6918
6919 \begin_layout Standard
6920 This is a reference to Table
6921 \begin_inset space ~
6922 \end_inset
6923
6924
6925 \begin_inset CommandInset ref
6926 LatexCommand ref
6927 reference "tab:Referenced-multi-page-table"
6928
6929 \end_inset
6930
6931 .
6932 \end_layout
6933
6934 \begin_layout Standard
6935 The caption layout can be set together with all other captions of your document
6936  using the \SpecialChar LaTeX
6937 -package 
6938 \series bold
6939 caption
6940 \series default
6941
6942 \begin_inset Index idx
6943 status collapsed
6944
6945 \begin_layout Plain Layout
6946 \SpecialChar LaTeX
6947 -packages ! caption
6948 \end_layout
6949
6950 \end_inset
6951
6952 , see section
6953 \begin_inset space ~
6954 \end_inset
6955
6956
6957 \begin_inset CommandInset ref
6958 LatexCommand ref
6959 reference "sec:Caption-Formatting"
6960
6961 \end_inset
6962
6963 .
6964 \end_layout
6965
6966 \begin_layout Subsubsection
6967 Caption Width
6968 \begin_inset Index idx
6969 status collapsed
6970
6971 \begin_layout Plain Layout
6972 Table ! Multi-page Table ! Caption Width
6973 \end_layout
6974
6975 \end_inset
6976
6977
6978 \end_layout
6979
6980 \begin_layout Standard
6981 The maximal width of caption lines is defined by the length 
6982 \series bold
6983
6984 \backslash
6985 LTcapwidth
6986 \series default
6987 .
6988  Its default value is 4
6989 \begin_inset space \thinspace{}
6990 \end_inset
6991
6992 in.
6993  To change it add the following command to your document preamble or as
6994  \SpecialChar TeX
6995  Code into your document before the multi-page table that should be affected
6996 \end_layout
6997
6998 \begin_layout Standard
6999
7000 \series bold
7001
7002 \backslash
7003 setlength{
7004 \backslash
7005 LTcapwidth}{width}
7006 \end_layout
7007
7008 \begin_layout Standard
7009 where the 
7010 \family sans
7011 width
7012 \family default
7013  can have one of the units listed in appendix
7014 \begin_inset space ~
7015 \end_inset
7016
7017
7018 \begin_inset CommandInset ref
7019 LatexCommand ref
7020 reference "cha:Units-available-in"
7021
7022 \end_inset
7023
7024 .
7025 \end_layout
7026
7027 \begin_layout Standard
7028 The following tables show the difference:
7029 \end_layout
7030
7031 \begin_layout Standard
7032 \begin_inset Tabular
7033 <lyxtabular version="3" rows="6" columns="5">
7034 <features islongtable="true" longtabularalignment="center">
7035 <column alignment="center" valignment="top">
7036 <column alignment="center" valignment="top">
7037 <column alignment="center" valignment="top">
7038 <column alignment="center" valignment="top">
7039 <column alignment="center" valignment="top">
7040 <row endfirsthead="true" caption="true">
7041 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 \begin_inset Caption Standard
7046
7047 \begin_layout Plain Layout
7048 Long full title with default width long full title with default width long
7049  full title with default width
7050 \begin_inset Argument 1
7051 status collapsed
7052
7053 \begin_layout Plain Layout
7054 caption with default width
7055 \end_layout
7056
7057 \end_inset
7058
7059
7060 \end_layout
7061
7062 \end_inset
7063
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 </row>
7106 <row>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 1
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 2
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 3
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 4
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 5
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 </row>
7153 <row>
7154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 asd
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 s
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 s
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 s
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 asd
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 </row>
7200 <row>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 asd
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 s
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 s
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 s
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 asd
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 </row>
7247 <row>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 asd
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 s
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 s
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 s
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 asd
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 </row>
7294 <row>
7295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 asd
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 sad
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 asd
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 asd
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 asd
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 </row>
7341 </lyxtabular>
7342
7343 \end_inset
7344
7345
7346 \end_layout
7347
7348 \begin_layout Standard
7349 \begin_inset ERT
7350 status collapsed
7351
7352 \begin_layout Plain Layout
7353
7354
7355 \backslash
7356 setlength{
7357 \backslash
7358 LTcapwidth}{5cm}
7359 \end_layout
7360
7361 \end_inset
7362
7363
7364 \begin_inset Tabular
7365 <lyxtabular version="3" rows="6" columns="5">
7366 <features islongtable="true" longtabularalignment="center">
7367 <column alignment="center" valignment="top">
7368 <column alignment="center" valignment="top">
7369 <column alignment="center" valignment="top">
7370 <column alignment="center" valignment="top">
7371 <column alignment="center" valignment="top">
7372 <row endfirsthead="true" caption="true">
7373 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377 \begin_inset Caption Standard
7378
7379 \begin_layout Plain Layout
7380 Long full title with width set to 5
7381 \begin_inset space \thinspace{}
7382 \end_inset
7383
7384 cm long full title with width set to 5
7385 \begin_inset space \thinspace{}
7386 \end_inset
7387
7388 cm long full title with width set to 5
7389 \begin_inset space \thinspace{}
7390 \end_inset
7391
7392 cm
7393 \begin_inset Argument 1
7394 status collapsed
7395
7396 \begin_layout Plain Layout
7397 caption with width
7398 \begin_inset space \thinspace{}
7399 \end_inset
7400
7401 =
7402 \begin_inset space \thinspace{}
7403 \end_inset
7404
7405 5
7406 \begin_inset space \thinspace{}
7407 \end_inset
7408
7409 cm
7410 \end_layout
7411
7412 \end_inset
7413
7414
7415 \end_layout
7416
7417 \end_inset
7418
7419
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row>
7462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 1
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 2
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 3
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493 4
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 5
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 </row>
7508 <row>
7509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 asd
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 s
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 s
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 s
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 asd
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 <row>
7556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 asd
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569 s
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 s
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 s
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 asd
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 </row>
7602 <row>
7603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 asd
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 s
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 s
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634 s
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 asd
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 </row>
7649 <row>
7650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 asd
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 sad
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672 asd
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 asd
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 asd
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 </lyxtabular>
7697
7698 \end_inset
7699
7700
7701 \end_layout
7702
7703 \begin_layout Standard
7704 \begin_inset ERT
7705 status collapsed
7706
7707 \begin_layout Plain Layout
7708
7709
7710 \backslash
7711 setlength{
7712 \backslash
7713 LTcapwidth}{4in}
7714 \end_layout
7715
7716 \end_inset
7717
7718
7719 \end_layout
7720
7721 \begin_layout Standard
7722 \begin_inset Note Greyedout
7723 status open
7724
7725 \begin_layout Plain Layout
7726
7727 \series bold
7728 Note:
7729 \series default
7730  When the \SpecialChar LaTeX
7731 -package 
7732 \series bold
7733 caption
7734 \series default
7735
7736 \begin_inset Index idx
7737 status collapsed
7738
7739 \begin_layout Plain Layout
7740 \SpecialChar LaTeX
7741 -packages ! caption
7742 \end_layout
7743
7744 \end_inset
7745
7746  is used, as in this document, the full page width is used for the caption
7747  when you use the default value of 4
7748 \begin_inset space \thinspace{}
7749 \end_inset
7750
7751 in for 
7752 \series bold
7753
7754 \backslash
7755 LTcapwidth
7756 \series default
7757 .
7758  To get in this case exactly a 4
7759 \begin_inset space \thinspace{}
7760 \end_inset
7761
7762 in wide caption, you can either use a value slightly different from 4.0
7763 \begin_inset space \thinspace{}
7764 \end_inset
7765
7766 in, e.
7767 \begin_inset space \thinspace{}
7768 \end_inset
7769
7770 g.
7771 \begin_inset space \space{}
7772 \end_inset
7773
7774 3.99
7775 \begin_inset space \thinspace{}
7776 \end_inset
7777
7778 in, or the \SpecialChar LaTeX
7779 -command 
7780 \series bold
7781
7782 \backslash
7783 captionsetup{width=value}
7784 \series default
7785  that is provided by the 
7786 \series bold
7787 caption
7788 \series default
7789 -package.
7790 \end_layout
7791
7792 \end_inset
7793
7794
7795 \end_layout
7796
7797 \begin_layout Subsubsection
7798 Different Captions for Table Pages
7799 \begin_inset Index idx
7800 status collapsed
7801
7802 \begin_layout Plain Layout
7803 Table ! Multi-page Table ! Different Captions for Pages
7804 \end_layout
7805
7806 \end_inset
7807
7808
7809 \end_layout
7810
7811 \begin_layout Standard
7812 When the table captions for the following pages should differ from the one
7813  of the first table page, mark a empty row as header which contains a caption.
7814  Then right-click on the caption and select in the context menu 
7815 \family sans
7816 Caption
7817 \begin_inset space ~
7818 \end_inset
7819
7820 (Unnumbered)
7821 \family default
7822 .
7823  Table
7824 \begin_inset space ~
7825 \end_inset
7826
7827
7828 \begin_inset CommandInset ref
7829 LatexCommand ref
7830 reference "tab:DiffCaptions"
7831
7832 \end_inset
7833
7834  is an example of a multi-page table with different heading where the second
7835  caption does not include the table number.
7836 \end_layout
7837
7838 \begin_layout Standard
7839 \align center
7840 \begin_inset Tabular
7841 <lyxtabular version="3" rows="59" columns="3">
7842 <features islongtable="true" longtabularalignment="center">
7843 <column alignment="left" valignment="top" width="0cm">
7844 <column alignment="left" valignment="top" width="0pt">
7845 <column alignment="center" valignment="top" width="0pt">
7846 <row endfirsthead="true" caption="true">
7847 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851 \begin_inset Caption Standard
7852
7853 \begin_layout Plain Layout
7854 Example Phone List
7855 \begin_inset CommandInset label
7856 LatexCommand label
7857 name "tab:DiffCaptions"
7858
7859 \end_inset
7860
7861
7862 \begin_inset Argument 1
7863 status collapsed
7864
7865 \begin_layout Plain Layout
7866 Example Phone List
7867 \end_layout
7868
7869 \end_inset
7870
7871
7872 \end_layout
7873
7874 \end_inset
7875
7876
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row endfirsthead="true">
7901 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \series bold
7907 Example Phone List (ignore the names)
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row endfirsthead="true">
7932 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \series bold
7938 NAME
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \series bold
7958 TEL.
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 </row>
7964 <row endhead="true" caption="true">
7965 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 \begin_inset Caption Unnumbered
7970
7971 \begin_layout Plain Layout
7972 Continued Example Phone List
7973 \end_layout
7974
7975 \end_inset
7976
7977
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row endhead="true">
8002 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Example Phone List
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row endhead="true">
8033 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 NAME
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \series bold
8059 TEL.
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row endfoot="true">
8066 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 continued on next page
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \series bold
8101 Annovi
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Silvia
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Bertoli
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Stefano
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 111
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \series bold
8163 Bozzi
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 Walter
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 111
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \series bold
8194 Cachia
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Maria
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 111
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \series bold
8225 Cachia
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 Maurizio
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 111
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \series bold
8256 Cinquemani
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 Giusi
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 111
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \series bold
8287 Colin
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Bernard
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 111
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \series bold
8318 Concli
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Gianfranco
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 111
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \series bold
8349 Dal Bosco
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 Carolina
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 111
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \series bold
8380 Dalpiaz
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Annamaria
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 111
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 </row>
8404 <row>
8405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \series bold
8411 Feliciello
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Domenico
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 111
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \series bold
8442 Focarelli
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 Paola
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 111
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \series bold
8473 Galletti
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 Oreste
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 111
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 </row>
8497 <row>
8498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502
8503 \series bold
8504 Gasparini
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 Franca
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 111
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 </row>
8528 <row>
8529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533
8534 \series bold
8535 Rizzardi
8536 \series default
8537
8538 \begin_inset Foot
8539 status open
8540
8541 \begin_layout Plain Layout
8542 Example footnote
8543 \end_layout
8544
8545 \end_inset
8546
8547
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Paola
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 111
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \series bold
8578 Lassini
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Giancarlo
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 111
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Malfatti
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Luciano
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 111
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Malfatti
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Valeriano
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 111
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Meneguzzo
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Roberto
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 111
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Mezzadra
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Roberto
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 111
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Pirpamer
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Erich
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 111
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \series bold
8764 Pochiesa
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Paolo
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 111, 222
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \series bold
8795 Radina
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Claudio
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 111
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826 Stuffer
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Oskar
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 111
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Tacchelli
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Ugo
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 111
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Tezzele
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Margit
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 111
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 Unterkalmsteiner
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Frieda
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 111
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948
8949 \series bold
8950 Vieider
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 Hilde
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 111
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \series bold
8981 Vigna
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 Jürgen
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 111
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \series bold
9012 Weber
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 Maurizio
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 111
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \series bold
9043 Winkler
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 Franz
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 111
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072  
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Annovi
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Silvia
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Bertoli
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Stefano
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Bozzi
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Walter
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 <row>
9190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194
9195 \series bold
9196 Cachia
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 Maria
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 555
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \series bold
9227 Cachia
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 Maurizio
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 555
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \series bold
9258 Cinquemani
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 Giusi
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 555
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \series bold
9289 Colin
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 Bernard
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 555
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 </row>
9313 <row>
9314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318
9319 \series bold
9320 Concli
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 Gianfranco
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 555
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \series bold
9351 Dal Bosco
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 Carolina
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 555
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \series bold
9382 Dalpiaz
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 Annamaria
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 555
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 </row>
9406 <row>
9407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \series bold
9413 Feliciello
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 Domenico
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 555
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 </row>
9437 <row>
9438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \series bold
9444 Focarelli
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Paola
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 555
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 <row>
9469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \series bold
9475 Galletti
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 Oreste
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 555
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 </row>
9499 <row>
9500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \series bold
9506 Gasparini
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 Franca
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 555
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row>
9531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \series bold
9537 Rizzardi
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 Paola
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \series bold
9568 Lassini
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 Giancarlo
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 555
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 <row>
9593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \series bold
9599 Malfatti
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608 Luciano
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 555
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row>
9624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \series bold
9630 Malfatti
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639 Valeriano
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 555
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 </row>
9654 <row>
9655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659
9660 \series bold
9661 Meneguzzo
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 Roberto
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 555
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 </row>
9685 <row>
9686 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690
9691 \series bold
9692 Mezzadra
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 Roberto
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 555
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 </row>
9716 </lyxtabular>
9717
9718 \end_inset
9719
9720
9721 \end_layout
9722
9723 \begin_layout Section
9724 Special Multi-page Table Issues
9725 \begin_inset CommandInset label
9726 LatexCommand label
9727 name "sec:Special-Longtable-Issues"
9728
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \begin_layout Subsection
9735 Multi-page Table Calculation
9736 \begin_inset Index idx
9737 status collapsed
9738
9739 \begin_layout Plain Layout
9740 Table ! Multi-page Table ! Calculation
9741 \end_layout
9742
9743 \end_inset
9744
9745
9746 \end_layout
9747
9748 \begin_layout Standard
9749 \SpecialChar LaTeX
9750  calculates the height of table pages and their page breaks using so called
9751  chunks.
9752  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9753 's memory.
9754  The default value was historically set to only 20
9755 \begin_inset space ~
9756 \end_inset
9757
9758 table rows.
9759  If you are using multi-page tables with many pages this may slow down the
9760  creation of your document.
9761  You can safely increase the chunk size to values of 100
9762 \begin_inset space \thinspace{}
9763 \end_inset
9764
9765 --
9766 \begin_inset space \thinspace{}
9767 \end_inset
9768
9769 1000 by adding this command line to your document preamble:
9770 \end_layout
9771
9772 \begin_layout Standard
9773
9774 \series bold
9775
9776 \backslash
9777 setcounter{LTchunksize}{100}
9778 \end_layout
9779
9780 \begin_layout Subsection
9781 Floats and Multi-page Tables
9782 \begin_inset Index idx
9783 status collapsed
9784
9785 \begin_layout Plain Layout
9786 Table ! Multi-page Table ! Floats
9787 \end_layout
9788
9789 \end_inset
9790
9791
9792 \end_layout
9793
9794 \begin_layout Standard
9795 There might be problems when a float appears on the same page where a multi-page
9796  table starts.
9797  To avoid such a situation, insert a 
9798 \begin_inset Quotes eld
9799 \end_inset
9800
9801 clear page
9802 \begin_inset Quotes erd
9803 \end_inset
9804
9805  (menu 
9806 \family sans
9807 Insert\SpecialChar menuseparator
9808 Formatting\SpecialChar menuseparator
9809 Clear
9810 \begin_inset space ~
9811 \end_inset
9812
9813 Page
9814 \family default
9815 ) before your multi-page table.
9816 \end_layout
9817
9818 \begin_layout Subsection
9819 Forced Page Breaks
9820 \begin_inset Index idx
9821 status collapsed
9822
9823 \begin_layout Plain Layout
9824 Table ! Multi-page Table ! Forced Page Breaks
9825 \end_layout
9826
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \begin_layout Standard
9833 By default tables are only broken between rows.
9834  If you have a cell with multiples lines and want to have a page break within
9835  the cell, insert the new line command 
9836 \begin_inset Quotes eld
9837 \end_inset
9838
9839
9840 \series bold
9841
9842 \backslash
9843
9844 \backslash
9845
9846 \series default
9847
9848 \begin_inset Quotes erd
9849 \end_inset
9850
9851  as \SpecialChar TeX
9852  Code at the point of the cell where it can be broken.
9853  Before the 
9854 \series bold
9855
9856 \backslash
9857
9858 \backslash
9859
9860 \series default
9861  command you have to insert in \SpecialChar TeX
9862  Code as many 
9863 \begin_inset Quotes eld
9864 \end_inset
9865
9866
9867 \series bold
9868 &
9869 \series default
9870
9871 \begin_inset Quotes erd
9872 \end_inset
9873
9874  characters as the number of the following table columns.
9875  The 
9876 \series bold
9877 &
9878 \series default
9879  is the character to separate table cells.
9880  Write in \SpecialChar TeX
9881  Code after each 
9882 \series bold
9883 &
9884 \series default
9885  the content of the corresponding following cell and delete the content
9886  of these cells.
9887 \begin_inset Newline newline
9888 \end_inset
9889
9890 After the 
9891 \series bold
9892
9893 \backslash
9894
9895 \backslash
9896
9897 \series default
9898  command, insert as many 
9899 \series bold
9900 &
9901 \series default
9902  characters as the number of table columns before the current column.
9903  In Table
9904 \begin_inset space ~
9905 \end_inset
9906
9907
9908 \begin_inset CommandInset ref
9909 LatexCommand ref
9910 reference "tab:ForcedPagebreak"
9911
9912 \end_inset
9913
9914  the cell that should be broken is in the second column followed by another
9915  column.
9916  Therefore the following command was inserted in the cell as \SpecialChar TeX
9917  Code after
9918  
9919 \begin_inset Quotes eld
9920 \end_inset
9921
9922
9923 \emph on
9924 Castelchiodato,
9925 \emph default
9926
9927 \begin_inset Quotes erd
9928 \end_inset
9929
9930 :
9931 \end_layout
9932
9933 \begin_layout Standard
9934
9935 \series bold
9936 & 111
9937 \backslash
9938
9939 \backslash
9940  
9941 \backslash
9942 newpage
9943 \begin_inset Newline newline
9944 \end_inset
9945
9946 &
9947 \end_layout
9948
9949 \begin_layout Standard
9950 The 
9951 \begin_inset Quotes eld
9952 \end_inset
9953
9954 111
9955 \begin_inset Quotes erd
9956 \end_inset
9957
9958  in the third column of the row was deleted.
9959  
9960 \series bold
9961
9962 \backslash
9963 newpage
9964 \series default
9965  is only needed when a page break should definitely occur at this position,
9966  otherwise it would be a conditional break.
9967  If your footer row of the multi-page table has for a certain reason no
9968  upper line but you would have a horizontal line where the cell is broken,
9969  use this command instead:
9970 \end_layout
9971
9972 \begin_layout Standard
9973
9974 \series bold
9975 & 111
9976 \backslash
9977
9978 \backslash
9979
9980 \begin_inset Newline newline
9981 \end_inset
9982
9983
9984 \backslash
9985 hline &
9986 \end_layout
9987
9988 \begin_layout Standard
9989 When the cell to be broken is in the last column, the command
9990 \end_layout
9991
9992 \begin_layout Standard
9993
9994 \series bold
9995
9996 \backslash
9997 setlength{
9998 \backslash
9999 parfillskip}{0pt}
10000 \end_layout
10001
10002 \begin_layout Standard
10003 must be inserted as \SpecialChar TeX
10004  Code at the beginning of the cell.
10005  This ensures that the part of the cell that will be displayed on the new
10006  page appears with the full width.
10007 \end_layout
10008
10009 \begin_layout Standard
10010 \align center
10011 \begin_inset Tabular
10012 <lyxtabular version="3" rows="38" columns="3">
10013 <features islongtable="true" longtabularalignment="center">
10014 <column alignment="left" valignment="top" width="0cm">
10015 <column alignment="left" valignment="top" width="3cm">
10016 <column alignment="center" valignment="top" width="0pt">
10017 <row endfirsthead="true" caption="true">
10018 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 \begin_inset Caption Standard
10023
10024 \begin_layout Plain Layout
10025 Table with forced page break in table cell
10026 \begin_inset CommandInset label
10027 LatexCommand label
10028 name "tab:ForcedPagebreak"
10029
10030 \end_inset
10031
10032
10033 \begin_inset Argument 1
10034 status collapsed
10035
10036 \begin_layout Plain Layout
10037 Table with forced page break in table cell
10038 \end_layout
10039
10040 \end_inset
10041
10042
10043 \end_layout
10044
10045 \end_inset
10046
10047
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row endfirsthead="true">
10072 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \series bold
10078 Example Phone List (ignore the names)
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 </row>
10102 <row endfirsthead="true">
10103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107
10108 \series bold
10109 NAME
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127
10128 \series bold
10129 TEL.
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row endhead="true" caption="true">
10136 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 \begin_inset Caption Unnumbered
10141
10142 \begin_layout Plain Layout
10143 Continued Example Phone List
10144 \end_layout
10145
10146 \end_inset
10147
10148
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 </row>
10172 <row endhead="true">
10173 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177
10178 \series bold
10179 Example Phone List
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 </row>
10203 <row endhead="true">
10204 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208
10209 \series bold
10210 NAME
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \series bold
10230 TEL.
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 </row>
10236 <row endfoot="true">
10237 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 continued on next page
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272 Annovi
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 Silvia
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 111
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303 Bertoli
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 Stefano
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 111
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \series bold
10334 Bozzi
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 Walter
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 111
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \series bold
10365 Cachia
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Maria
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 111
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \series bold
10396 Cachia
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Maurizio
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 111
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \series bold
10427 Cinquemani
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 Giusi
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 111
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 </row>
10451 <row>
10452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456
10457 \series bold
10458 Colin
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Bernard
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 111
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 <row>
10483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487
10488 \series bold
10489 Concli
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Gianfranco
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 111
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \series bold
10520 Dal Bosco
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Carolina
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 111
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \series bold
10551 Dalpiaz
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 Annamaria
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 111
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \series bold
10582 Feliciello
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Domenico
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 111
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613 Focarelli
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 Paola
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 111
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \series bold
10644 Galletti
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 Oreste
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 111
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row>
10669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \series bold
10675 Gasparini
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 Franca
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 111
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \series bold
10706 Lassini
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 Giancarlo
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 111
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \series bold
10737 Malfatti
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Luciano
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 111
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \series bold
10768 Malfatti
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Valeriano
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 111
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Meneguzzo
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 Roberto
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 111
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row>
10824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \series bold
10830 Mezzadra
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 Roberto
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 111
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 </row>
10854 <row>
10855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859
10860 \series bold
10861 Pirpamer
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 Erich
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 111
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 </row>
10885 <row>
10886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890
10891 \series bold
10892 Pochiesa
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 Paolo
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 111, 222
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \series bold
10923 Radina
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 Claudio
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 111
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 </row>
10947 <row>
10948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952
10953 \series bold
10954 Rizzardi
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963 Paolo, 11.
10964  Fürst von Montecompatri, 11.
10965  Fürst von Sulmona und Vivaro, 10.
10966  Fürst von Rossano, 5.
10967  Herzog von Canemorte, 11.
10968  Herzog von Palombara, 5.
10969  Herzog von Castelchiodato,
10970 \begin_inset ERT
10971 status open
10972
10973 \begin_layout Plain Layout
10974
10975 & 111
10976 \backslash
10977
10978 \backslash
10979  
10980 \backslash
10981 newpage
10982 \end_layout
10983
10984 \begin_layout Plain Layout
10985
10986 &
10987 \end_layout
10988
10989 \end_inset
10990
10991  11.
10992  Herzog von Poggionativo, 11.
10993  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10994  Graf von Valinfreda, 11.
10995  Baron von Cropalati, 11.
10996  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 </row>
11011 <row>
11012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016
11017 \series bold
11018 Stuffer
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 Oskar
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 111
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \series bold
11049 Tacchelli
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 Ugo
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 111
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 <row>
11074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078
11079 \series bold
11080 Tezzele
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 Margit
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 111
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 </row>
11104 <row>
11105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109
11110 \series bold
11111 Unterkalmsteiner
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 Frieda
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 111
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 </row>
11135 <row>
11136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140
11141 \series bold
11142 Vieider
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 Hilde
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 111
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 </row>
11166 <row>
11167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171
11172 \series bold
11173 Vigna
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 Jürgen
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 111
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 </row>
11197 <row>
11198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202
11203 \series bold
11204 Weber
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 Maurizio
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 111
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233
11234 \series bold
11235 Winkler
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 Franz
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 111
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 </row>
11259 </lyxtabular>
11260
11261 \end_inset
11262
11263
11264 \end_layout
11265
11266 \begin_layout Section
11267 Multiple Lines, Columns and Rows
11268 \end_layout
11269
11270 \begin_layout Subsection
11271 Multiple Lines in Table Cells
11272 \begin_inset CommandInset label
11273 LatexCommand label
11274 name "subsec:Multiple-Lines-in"
11275
11276 \end_inset
11277
11278
11279 \begin_inset Index idx
11280 status collapsed
11281
11282 \begin_layout Plain Layout
11283 Multiple Lines in Table Cells
11284 \end_layout
11285
11286 \end_inset
11287
11288
11289 \begin_inset Index idx
11290 status collapsed
11291
11292 \begin_layout Plain Layout
11293 Table ! Linebreaks
11294 \end_layout
11295
11296 \end_inset
11297
11298
11299 \end_layout
11300
11301 \begin_layout Standard
11302 \noindent
11303 \begin_inset Float table
11304 placement H
11305 alignment document
11306 wide false
11307 sideways false
11308 status open
11309
11310 \begin_layout Plain Layout
11311 \begin_inset Caption Standard
11312
11313 \begin_layout Plain Layout
11314 \begin_inset CommandInset label
11315 LatexCommand label
11316 name "tab:Table-with-multiple"
11317
11318 \end_inset
11319
11320 Table with multiple lines in cells
11321 \end_layout
11322
11323 \end_inset
11324
11325
11326 \end_layout
11327
11328 \begin_layout Plain Layout
11329 \align center
11330 \begin_inset Tabular
11331 <lyxtabular version="3" rows="3" columns="3">
11332 <features tabularvalignment="middle">
11333 <column alignment="center" valignment="middle" width="2.5cm">
11334 <column alignment="center" valignment="middle">
11335 <column alignment="center" valignment="middle">
11336 <row>
11337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 multiple
11342 \begin_inset Newline linebreak
11343 \end_inset
11344
11345 lines
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 b
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 c
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 </row>
11369 <row>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 d
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 e
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 f
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 </row>
11398 <row>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 g
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 h
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 i
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 </lyxtabular>
11428
11429 \end_inset
11430
11431
11432 \end_layout
11433
11434 \end_inset
11435
11436
11437 \end_layout
11438
11439 \begin_layout Standard
11440 Setting a fixed width for a column enables you to enter text as a paragraph
11441  with multiple lines and hyphenation.
11442 \end_layout
11443
11444 \begin_layout Standard
11445 To produce Table
11446 \begin_inset space ~
11447 \end_inset
11448
11449
11450 \begin_inset CommandInset ref
11451 LatexCommand ref
11452 reference "tab:Table-with-multiple"
11453
11454 \end_inset
11455
11456 , create a 3×3 table, mark the first cell and right-click on it.
11457  In the appearing table dialog we set a cell width of 2.5
11458 \begin_inset space \thinspace{}
11459 \end_inset
11460
11461 cm and choose centered for the vertical and horizontal alignment.
11462  The vertical alignment is used for all cells of the row.
11463  As our text is smaller than 2.5
11464 \begin_inset space \thinspace{}
11465 \end_inset
11466
11467 cm, only one line will appear.
11468  To get two lines, a justified line break (shortcut 
11469 \begin_inset Info
11470 type  "shortcut"
11471 arg   "newline-insert linebreak"
11472 \end_inset
11473
11474 ) was added.
11475  If the text is wider than the set cell width, it will automatically be
11476  broken to several lines.
11477 \end_layout
11478
11479 \begin_layout Standard
11480 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11481  by \SpecialChar LaTeX
11482  if it is the first entry.
11483  Therefore you need to insert something to prevent the word not being the
11484  first entry.
11485  So add a horizontal space of 0
11486 \begin_inset space \thinspace{}
11487 \end_inset
11488
11489 pt before the word.
11490  As the space is zero, it doesn't change the output.
11491  Table
11492 \begin_inset space ~
11493 \end_inset
11494
11495
11496 \begin_inset CommandInset ref
11497 LatexCommand ref
11498 reference "tab:Table-with-and"
11499
11500 \end_inset
11501
11502  shows the effect.
11503 \end_layout
11504
11505 \begin_layout Standard
11506 \begin_inset Float table
11507 placement h
11508 alignment document
11509 wide false
11510 sideways false
11511 status open
11512
11513 \begin_layout Plain Layout
11514 \begin_inset Caption Standard
11515
11516 \begin_layout Plain Layout
11517 \begin_inset CommandInset label
11518 LatexCommand label
11519 name "tab:Table-with-and"
11520
11521 \end_inset
11522
11523 Table with and without hyphenation
11524 \end_layout
11525
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \begin_layout Plain Layout
11532 \begin_inset space \hfill{}
11533 \end_inset
11534
11535
11536 \begin_inset Tabular
11537 <lyxtabular version="3" rows="3" columns="3">
11538 <features tabularvalignment="middle">
11539 <column alignment="center" valignment="middle" width="2.5cm">
11540 <column alignment="center" valignment="middle">
11541 <column alignment="center" valignment="middle">
11542 <row>
11543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 verylongtablecellword
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 b
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 c
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 </row>
11571 <row>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 d
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 e
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 f
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 </row>
11600 <row>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 g
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 h
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 i
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 </row>
11629 </lyxtabular>
11630
11631 \end_inset
11632
11633
11634 \begin_inset space \hfill{}
11635 \end_inset
11636
11637
11638 \begin_inset Tabular
11639 <lyxtabular version="3" rows="3" columns="3">
11640 <features tabularvalignment="middle">
11641 <column alignment="center" valignment="middle" width="2.5cm">
11642 <column alignment="center" valignment="middle">
11643 <column alignment="center" valignment="middle">
11644 <row>
11645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 \begin_inset space \hspace{}
11650 \length 0pt
11651 \end_inset
11652
11653 verylongtablecellword
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 b
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 c
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 </row>
11677 <row>
11678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 d
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 e
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 f
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 </row>
11706 <row>
11707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 g
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 h
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 i
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 </lyxtabular>
11736
11737 \end_inset
11738
11739
11740 \begin_inset space \hfill{}
11741 \end_inset
11742
11743
11744 \end_layout
11745
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \begin_layout Subsection
11752 Multicolumns
11753 \begin_inset CommandInset label
11754 LatexCommand label
11755 name "subsec:Multicolumns"
11756
11757 \end_inset
11758
11759
11760 \begin_inset Index idx
11761 status collapsed
11762
11763 \begin_layout Plain Layout
11764 Multicolumns
11765 \end_layout
11766
11767 \end_inset
11768
11769
11770 \begin_inset Index idx
11771 status collapsed
11772
11773 \begin_layout Plain Layout
11774 Table ! Multicolumns
11775 \end_layout
11776
11777 \end_inset
11778
11779
11780 \end_layout
11781
11782 \begin_layout Subsubsection
11783 Multicolumn Basics
11784 \end_layout
11785
11786 \begin_layout Standard
11787 To merge cells over multiple columns, select as many cells within a row
11788  as you want to merge and use either the table-toolbar button 
11789 \begin_inset Info
11790 type  "icon"
11791 arg   "tabular-feature multicolumn"
11792 \end_inset
11793
11794 , or the menu 
11795 \family sans
11796 Edit\SpecialChar menuseparator
11797 Table\SpecialChar menuseparator
11798 Multicolumn
11799 \family default
11800 , or right click on the marked cells and choose 
11801 \family sans
11802 Multicolumn
11803 \family default
11804  in the context menu.
11805 \end_layout
11806
11807 \begin_layout Standard
11808 Multicolumns have their own cell settings.
11809  That means changing cell borders, cell alignment, and the width only affects
11810  the multicolumn.
11811  Here is an example table with a multicolumn cell in the first row and one
11812  in the last row without the upper border:
11813 \end_layout
11814
11815 \begin_layout Standard
11816 \align center
11817 \begin_inset Tabular
11818 <lyxtabular version="3" rows="3" columns="4">
11819 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11820 <column alignment="center" valignment="top" width="0pt">
11821 <column alignment="center" valignment="middle">
11822 <column alignment="center" valignment="top" width="0in">
11823 <column alignment="center" valignment="top" width="0pt">
11824 <row>
11825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 abc
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 def ghi
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 jkl
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 </row>
11862 <row>
11863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867
11868 \family roman
11869 \series medium
11870 \shape up
11871 \size normal
11872 \emph off
11873 \bar no
11874 \noun off
11875 \color none
11876 A
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 B
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894 C
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 D
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 </row>
11909 <row>
11910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914 1
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923 2
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 3
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 4
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 </row>
11947 </lyxtabular>
11948
11949 \end_inset
11950
11951
11952 \end_layout
11953
11954 \begin_layout Subsubsection
11955 Multicolumn Calculations
11956 \begin_inset CommandInset label
11957 LatexCommand label
11958 name "subsec:Multicolumn-Calculations"
11959
11960 \end_inset
11961
11962
11963 \begin_inset Index idx
11964 status collapsed
11965
11966 \begin_layout Plain Layout
11967 Multicolumns ! Calculations
11968 \end_layout
11969
11970 \end_inset
11971
11972
11973 \end_layout
11974
11975 \begin_layout Standard
11976 \SpecialChar LyX
11977  supports multicolumns directly, but we have to take account of the cell
11978  width of the columns spanned by the multicolumn cell.
11979 \end_layout
11980
11981 \begin_layout Standard
11982 \begin_inset Float table
11983 placement h
11984 alignment document
11985 wide false
11986 sideways false
11987 status open
11988
11989 \begin_layout Plain Layout
11990 \begin_inset Caption Standard
11991
11992 \begin_layout Plain Layout
11993 \begin_inset CommandInset label
11994 LatexCommand label
11995 name "tab:Table-with-centered"
11996
11997 \end_inset
11998
11999 Table with centered multicolumn text above two columns that have exactly
12000  half the width of the multicolumn cell
12001 \begin_inset Argument 1
12002 status collapsed
12003
12004 \begin_layout Plain Layout
12005 Perfect multicolumn table
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \end_inset
12014
12015
12016 \end_layout
12017
12018 \begin_layout Plain Layout
12019 \align center
12020 \begin_inset Tabular
12021 <lyxtabular version="3" rows="3" columns="3">
12022 <features tabularvalignment="middle">
12023 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12024 <column alignment="center" valignment="middle">
12025 <column alignment="center" valignment="top">
12026 <row>
12027 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031 multiple lines multicolumn
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040
12041 \end_layout
12042
12043 \end_inset
12044 </cell>
12045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12046 \begin_inset Text
12047
12048 \begin_layout Plain Layout
12049 c
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 </row>
12055 <row>
12056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12057 \begin_inset Text
12058
12059 \begin_layout Plain Layout
12060 d
12061 \end_layout
12062
12063 \end_inset
12064 </cell>
12065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069 e
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 f
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 </row>
12084 <row>
12085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089 g
12090 \end_layout
12091
12092 \end_inset
12093 </cell>
12094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12095 \begin_inset Text
12096
12097 \begin_layout Plain Layout
12098 h
12099 \end_layout
12100
12101 \end_inset
12102 </cell>
12103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 i
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 </row>
12113 </lyxtabular>
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \end_inset
12121
12122
12123 \end_layout
12124
12125 \begin_layout Standard
12126 To create for example Table
12127 \begin_inset space ~
12128 \end_inset
12129
12130
12131 \begin_inset CommandInset ref
12132 LatexCommand ref
12133 reference "tab:Table-with-centered"
12134
12135 \end_inset
12136
12137 , mark the first two cells in the first row of a 3×3 table and right-click
12138  on them.
12139  Now choose for this cell 
12140 \emph on
12141 multicolumn
12142 \emph default
12143
12144 \emph on
12145 centered alignment
12146 \emph default
12147  and a width of 2.5
12148 \begin_inset space \thinspace{}
12149 \end_inset
12150
12151 cm in the table dialog.
12152  The merged columns should have exactly half the width of the multicolumn
12153  cell, so that you would set a width of 1.25
12154 \begin_inset space \thinspace{}
12155 \end_inset
12156
12157 cm for the first column.
12158  The second column has then automatically a width of 1.25
12159 \begin_inset space \thinspace{}
12160 \end_inset
12161
12162 cm (multicolumn width - width of first column).
12163  This was done for Table
12164 \begin_inset space ~
12165 \end_inset
12166
12167
12168 \begin_inset CommandInset ref
12169 LatexCommand ref
12170 reference "tab:Table-without-half"
12171
12172 \end_inset
12173
12174 .
12175 \end_layout
12176
12177 \begin_layout Standard
12178 \begin_inset Float table
12179 placement document
12180 alignment document
12181 wide false
12182 sideways false
12183 status open
12184
12185 \begin_layout Plain Layout
12186 \begin_inset Caption Standard
12187
12188 \begin_layout Plain Layout
12189 \begin_inset CommandInset label
12190 LatexCommand label
12191 name "tab:Table-without-half"
12192
12193 \end_inset
12194
12195 Table where the spanned table columns are not exactly half the width of
12196  the multicolumn cell
12197 \begin_inset Argument 1
12198 status collapsed
12199
12200 \begin_layout Plain Layout
12201 Imperfect multicolumn table
12202 \end_layout
12203
12204 \end_inset
12205
12206
12207 \end_layout
12208
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \begin_layout Plain Layout
12215 \align center
12216 \begin_inset Tabular
12217 <lyxtabular version="3" rows="3" columns="3">
12218 <features tabularvalignment="middle">
12219 <column alignment="center" valignment="top" width="1.25cm">
12220 <column alignment="center" valignment="top">
12221 <column alignment="center" valignment="top">
12222 <row>
12223 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12224 \begin_inset Text
12225
12226 \begin_layout Plain Layout
12227 multiple lines multicolumn
12228 \end_layout
12229
12230 \end_inset
12231 </cell>
12232 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12233 \begin_inset Text
12234
12235 \begin_layout Plain Layout
12236
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245 c
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 </row>
12251 <row>
12252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256 d
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12262 \begin_inset Text
12263
12264 \begin_layout Plain Layout
12265 e
12266 \end_layout
12267
12268 \end_inset
12269 </cell>
12270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274 f
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 </row>
12280 <row>
12281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 g
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294 h
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12300 \begin_inset Text
12301
12302 \begin_layout Plain Layout
12303 i
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 </row>
12309 </lyxtabular>
12310
12311 \end_inset
12312
12313
12314 \end_layout
12315
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \begin_layout Standard
12322 You can see that the first column is not half the width of the multicolumn
12323  cell, it is a bit bigger.
12324  The reason is that the specified width of a cell 
12325 \begin_inset Formula $W_{g}$
12326 \end_inset
12327
12328  is not its total width 
12329 \begin_inset Formula $W_{\mathrm{tot}}$
12330 \end_inset
12331
12332  because a cell is always a bit larger than specified.
12333  Appendix
12334 \begin_inset space ~
12335 \end_inset
12336
12337
12338 \begin_inset CommandInset ref
12339 LatexCommand ref
12340 reference "cha:Explanation-of-Equation"
12341
12342 \end_inset
12343
12344  explains this in detail.
12345 \end_layout
12346
12347 \begin_layout Standard
12348 The width 
12349 \begin_inset Formula $W_{g\,n}$
12350 \end_inset
12351
12352  which the user needs to set when 
12353 \emph on
12354 n
12355 \emph default
12356  columns are spanned can be calculated, so that each column has a total
12357  width of 
12358 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12359 \end_inset
12360
12361 :
12362 \begin_inset Formula 
12363 \begin{equation}
12364 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12365 \end{equation}
12366
12367 \end_inset
12368
12369
12370 \end_layout
12371
12372 \begin_layout Standard
12373 In our case we have 
12374 \begin_inset Formula $n=2$
12375 \end_inset
12376
12377
12378 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12379 \end_inset
12380
12381 cm and the default values for the lengths, so that equation 
12382 \begin_inset CommandInset ref
12383 LatexCommand ref
12384 reference "eq:Wgn"
12385
12386 \end_inset
12387
12388  becomes
12389 \begin_inset Formula 
12390 \begin{equation}
12391 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12392 \end{equation}
12393
12394 \end_inset
12395
12396
12397 \end_layout
12398
12399 \begin_layout Standard
12400 To enable calculations in \SpecialChar LaTeX
12401 , the \SpecialChar LaTeX
12402 -package 
12403 \series bold
12404 calc
12405 \series default
12406  must be loaded with the document preamble line
12407 \begin_inset Index idx
12408 status collapsed
12409
12410 \begin_layout Plain Layout
12411 \SpecialChar LaTeX
12412 -packages ! calc
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \end_layout
12419
12420 \begin_layout Standard
12421
12422 \series bold
12423
12424 \backslash
12425 usepackage{calc}
12426 \end_layout
12427
12428 \begin_layout Standard
12429 \SpecialChar LyX
12430  does not allow you to calculate lengths in the 
12431 \family sans
12432 Width
12433 \family default
12434  field of the table dialog.
12435  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12436 -argument in the
12437  dialog.
12438  Here is an overview about the arguments:
12439 \end_layout
12440
12441 \begin_layout Itemize
12442
12443 \series bold
12444 p{width}
12445 \series default
12446  creates cell with a fixed width, its text is vertically top-aligned
12447 \end_layout
12448
12449 \begin_layout Itemize
12450
12451 \series bold
12452 m{width}
12453 \series default
12454  creates cell with a fixed width, its text is vertically centered
12455 \end_layout
12456
12457 \begin_layout Itemize
12458
12459 \series bold
12460 b{width}
12461 \series default
12462  creates cell with a fixed width, its text is vertically bottom-aligned
12463 \end_layout
12464
12465 \begin_layout Standard
12466 By entering a \SpecialChar LaTeX
12467 -argument, all cell settings set in the table dialog are overwritt
12468 en.
12469 \end_layout
12470
12471 \begin_layout Standard
12472 \begin_inset Note Greyedout
12473 status open
12474
12475 \begin_layout Plain Layout
12476
12477 \series bold
12478 Note:
12479 \series default
12480  Due to a bug, \SpecialChar LyX
12481  shows the overwritten settings anyway.
12482 \end_layout
12483
12484 \end_inset
12485
12486
12487 \end_layout
12488
12489 \begin_layout Standard
12490 As the text should be horizontally centered, the command 
12491 \series bold
12492
12493 \backslash
12494 centering
12495 \series default
12496  is added.
12497  You can now enter the following \SpecialChar LaTeX
12498 -argument for the first spanned column:
12499 \end_layout
12500
12501 \begin_layout Standard
12502
12503 \series bold
12504 >{
12505 \backslash
12506 centering}m{1.25cm-6.2pt}
12507 \end_layout
12508
12509 \begin_layout Standard
12510 The command 
12511 \series bold
12512 >{ }
12513 \series default
12514  means, that the commands inside the braces are applied before the cell
12515  is created.
12516 \end_layout
12517
12518 \begin_layout Standard
12519 Although we have chosen centered alignment for the text of the multicolumn
12520  cell, it is still left aligned.
12521  This is because \SpecialChar LyX
12522  only applies the alignment to single columns.
12523  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12524 -argument
12525 \end_layout
12526
12527 \begin_layout Standard
12528
12529 \series bold
12530 >{
12531 \backslash
12532 centering}m{2.5cm}
12533 \end_layout
12534
12535 \begin_layout Subsection
12536 Multirows
12537 \begin_inset CommandInset label
12538 LatexCommand label
12539 name "subsec:Multirows"
12540
12541 \end_inset
12542
12543
12544 \begin_inset Index idx
12545 status collapsed
12546
12547 \begin_layout Plain Layout
12548 Multirows
12549 \end_layout
12550
12551 \end_inset
12552
12553
12554 \begin_inset Index idx
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558 Table ! Multirows
12559 \end_layout
12560
12561 \end_inset
12562
12563
12564 \end_layout
12565
12566 \begin_layout Standard
12567 To merge cells over multiple rows, select as many cells within a column
12568  as you want to merge and use either the table-toolbar button 
12569 \begin_inset Info
12570 type  "icon"
12571 arg   "tabular-feature multirow"
12572 \end_inset
12573
12574 , or the menu 
12575 \family sans
12576 Edit\SpecialChar menuseparator
12577 Table\SpecialChar menuseparator
12578 Multirow
12579 \family default
12580 , or right click on the marked cells and choose 
12581 \family sans
12582 Multirow
12583 \family default
12584  in the context menu.
12585 \end_layout
12586
12587 \begin_layout Standard
12588 Here is an example table with a multirow in the first column:
12589 \end_layout
12590
12591 \begin_layout Standard
12592 \align center
12593 \begin_inset Tabular
12594 <lyxtabular version="3" rows="3" columns="3">
12595 <features tabularvalignment="middle">
12596 <column alignment="center" valignment="top" width="0pt">
12597 <column alignment="center" valignment="top">
12598 <column alignment="center" valignment="top">
12599 <row>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 a long cell entry
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 b
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 c
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 </row>
12628 <row>
12629 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 multirow
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 e
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 f
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 h
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 i
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 </lyxtabular>
12687
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \begin_layout Standard
12694 The width of multirow cells is set by setting the width and alignment for
12695  the whole column.
12696  The 
12697 \family sans
12698 Vertical Offset
12699 \family default
12700  shifts the content of the multirow up/down if the offset is positive/negative.
12701 \end_layout
12702
12703 \begin_layout Standard
12704 If the column of a multirow cell has no explicit width, the multirow cell
12705  inherits the alignment of the column.
12706  Otherwise it is by default left-aligned.
12707  To override the default, renew the command 
12708 \series bold
12709
12710 \backslash
12711 multirowsetup
12712 \series default
12713  with the command
12714 \end_layout
12715
12716 \begin_layout Standard
12717
12718 \series bold
12719
12720 \backslash
12721 renewcommand{
12722 \backslash
12723 multirowsetup}{
12724 \backslash
12725 centering}
12726 \end_layout
12727
12728 \begin_layout Standard
12729 in the document preamble.
12730  Then all entries of multirow cells in the document are centered.
12731  If centering is only needed for several tables, you can renew the command
12732  in a \SpecialChar TeX
12733  Code box just before the table instead of the preamble.
12734  If the text should be right-aligned, replace 
12735 \series bold
12736
12737 \backslash
12738 centering
12739 \series default
12740  by 
12741 \series bold
12742
12743 \backslash
12744 raggedleft
12745 \series default
12746 .
12747  To return to left-alignment 
12748 \series bold
12749
12750 \backslash
12751 raggedright
12752 \series default
12753  is used.
12754 \end_layout
12755
12756 \begin_layout Standard
12757 This is an example table with a right-aligned multirow cell that has a vertical
12758  offset of -4
12759 \begin_inset space \thinspace{}
12760 \end_inset
12761
12762 mm and is in a 3
12763 \begin_inset space \thinspace{}
12764 \end_inset
12765
12766 cm wide column:
12767 \end_layout
12768
12769 \begin_layout Standard
12770 \noindent
12771 \align center
12772 \begin_inset ERT
12773 status collapsed
12774
12775 \begin_layout Plain Layout
12776
12777
12778 \backslash
12779 renewcommand{
12780 \backslash
12781 multirowsetup}{
12782 \backslash
12783 raggedleft}
12784 \end_layout
12785
12786 \end_inset
12787
12788
12789 \begin_inset Tabular
12790 <lyxtabular version="3" rows="4" columns="3">
12791 <features tabularvalignment="middle">
12792 <column alignment="center" valignment="top" width="3cm">
12793 <column alignment="center" valignment="top">
12794 <column alignment="center" valignment="top">
12795 <row>
12796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 a long cell entry
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 b
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 c
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 </row>
12824 <row>
12825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 t
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 n
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 m
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 </row>
12853 <row>
12854 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 multirow
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 e
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876 f
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 </row>
12882 <row>
12883 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 h
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905 i
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 </row>
12911 </lyxtabular>
12912
12913 \end_inset
12914
12915
12916 \begin_inset ERT
12917 status collapsed
12918
12919 \begin_layout Plain Layout
12920
12921
12922 \backslash
12923 renewcommand{
12924 \backslash
12925 multirowsetup}{
12926 \backslash
12927 raggedright}
12928 \end_layout
12929
12930 \end_inset
12931
12932
12933 \end_layout
12934
12935 \begin_layout Standard
12936 To start a new line in a multirow you can use a forced line break (shortcut
12937  
12938 \begin_inset Info
12939 type  "shortcut"
12940 arg   "newline-insert newline"
12941 \end_inset
12942
12943 ) but this will not respect the cell lines as demonstrated in this table:
12944 \end_layout
12945
12946 \begin_layout Standard
12947 \noindent
12948 \align center
12949 \begin_inset Tabular
12950 <lyxtabular version="3" rows="3" columns="2">
12951 <features tabularvalignment="middle">
12952 <column alignment="left" valignment="middle" width="2cm">
12953 <column alignment="center" valignment="top">
12954 <row>
12955 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 aaa
12960 \begin_inset Newline newline
12961 \end_inset
12962
12963 aaa
12964 \begin_inset Newline newline
12965 \end_inset
12966
12967 wrong cell
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976 ccc
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 <row>
12983 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 ddd
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 </row>
13002 <row>
13003 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 bbb
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 eee
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 </row>
13022 </lyxtabular>
13023
13024 \end_inset
13025
13026
13027 \end_layout
13028
13029 \begin_layout Standard
13030 Therefore be careful with forced line breaks.
13031 \end_layout
13032
13033 \begin_layout Subsection
13034 Cells with diagonal line(s)
13035 \end_layout
13036
13037 \begin_layout Standard
13038 To tell the reader what is meant by column and row headings in a table,
13039  it is helpful to split the first cell of the table by one or two diagonal
13040  lines.
13041  This can be achieved by loading the \SpecialChar LaTeX
13042  package 
13043 \series bold
13044 diagbox
13045 \series default
13046
13047 \begin_inset Index idx
13048 status collapsed
13049
13050 \begin_layout Plain Layout
13051 \SpecialChar LaTeX
13052 -packages ! picinpar
13053 \end_layout
13054
13055 \end_inset
13056
13057  in the document preamble.
13058  The package provides the command 
13059 \series bold
13060
13061 \backslash
13062 diagbox
13063 \series default
13064  that is inserted as \SpecialChar TeX
13065  Code and that can take 2 or 3
13066 \begin_inset space ~
13067 \end_inset
13068
13069 arguments:
13070 \end_layout
13071
13072 \begin_layout Standard
13073
13074 \series bold
13075
13076 \backslash
13077 diagbox[options]{lower left}{upper right}
13078 \end_layout
13079
13080 \begin_layout Standard
13081
13082 \series bold
13083
13084 \backslash
13085 diagbox[options]{lower left}{upper left}{upper right}
13086 \end_layout
13087
13088 \begin_layout Standard
13089 The first scheme divides the cell by a single diagonal line and the arguments
13090  are placed below and above this line.
13091  The second scheme divides the cell by 2
13092 \begin_inset space ~
13093 \end_inset
13094
13095 lines.
13096 \end_layout
13097
13098 \begin_layout Standard
13099 \begin_inset ERT
13100 status collapsed
13101
13102 \begin_layout Plain Layout
13103
13104
13105 \backslash
13106 ifdiagbox
13107 \end_layout
13108
13109 \end_inset
13110
13111
13112 \begin_inset Note Note
13113 status open
13114
13115 \begin_layout Plain Layout
13116 The following section will only be displayed when the \SpecialChar LaTeX
13117 -package 
13118 \series bold
13119 diagbox
13120 \series default
13121  is installed.
13122 \end_layout
13123
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \begin_layout Standard
13130 Here is an example table where 
13131 \series bold
13132
13133 \backslash
13134 diagbox 
13135 \series default
13136 is used in the 2-argument scheme in the first cell:
13137 \begin_inset VSpace medskip
13138 \end_inset
13139
13140
13141 \end_layout
13142
13143 \begin_layout Standard
13144 \noindent
13145 \begin_inset Tabular
13146 <lyxtabular version="3" rows="4" columns="4">
13147 <features tabularvalignment="middle">
13148 <column alignment="center" valignment="top">
13149 <column alignment="center" valignment="top">
13150 <column alignment="center" valignment="top">
13151 <column alignment="center" valignment="top">
13152 <row>
13153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 \begin_inset ERT
13158 status collapsed
13159
13160 \begin_layout Plain Layout
13161
13162
13163 \backslash
13164 diagbox{
13165 \end_layout
13166
13167 \end_inset
13168
13169 Name
13170 \begin_inset ERT
13171 status collapsed
13172
13173 \begin_layout Plain Layout
13174
13175 }{
13176 \end_layout
13177
13178 \end_inset
13179
13180 Parameter
13181 \begin_inset ERT
13182 status collapsed
13183
13184 \begin_layout Plain Layout
13185
13186 }
13187 \end_layout
13188
13189 \end_inset
13190
13191
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 Thickness in nm
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 Transparency in %
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13215 \begin_inset Text
13216
13217 \begin_layout Plain Layout
13218 Hardness in MPa
13219 \end_layout
13220
13221 \end_inset
13222 </cell>
13223 </row>
13224 <row>
13225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 Perfect Green
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 45
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 80
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 504
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 </row>
13262 <row>
13263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 Dark Multi-P
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 60
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 72
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 982
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 </row>
13300 <row>
13301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13302 \begin_inset Text
13303
13304 \begin_layout Plain Layout
13305 Crystal Clear Pro
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 18
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 86
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 374
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 </row>
13338 </lyxtabular>
13339
13340 \end_inset
13341
13342
13343 \begin_inset VSpace medskip
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \begin_layout Standard
13350 The 3-argument scheme is for example useful for cross-tables of sports leagues
13351  or distances:
13352 \end_layout
13353
13354 \begin_layout Standard
13355 \noindent
13356 \align center
13357 \begin_inset Tabular
13358 <lyxtabular version="3" rows="4" columns="4">
13359 <features tabularvalignment="middle">
13360 <column alignment="center" valignment="top" width="0pt">
13361 <column alignment="center" valignment="top">
13362 <column alignment="center" valignment="top">
13363 <column alignment="center" valignment="top">
13364 <row>
13365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13366 \begin_inset Text
13367
13368 \begin_layout Plain Layout
13369 \begin_inset ERT
13370 status collapsed
13371
13372 \begin_layout Plain Layout
13373
13374
13375 \backslash
13376 diagbox{
13377 \end_layout
13378
13379 \end_inset
13380
13381 Team home
13382 \begin_inset ERT
13383 status collapsed
13384
13385 \begin_layout Plain Layout
13386
13387 }{
13388 \end_layout
13389
13390 \end_inset
13391
13392 Result
13393 \begin_inset ERT
13394 status collapsed
13395
13396 \begin_layout Plain Layout
13397
13398 }{
13399 \end_layout
13400
13401 \end_inset
13402
13403 Team away
13404 \begin_inset ERT
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408
13409 }
13410 \end_layout
13411
13412 \end_inset
13413
13414
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 Tigers
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 Panthers
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 Falcons
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 </row>
13447 <row>
13448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 Tigers
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 1:3
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13476 \begin_inset Text
13477
13478 \begin_layout Plain Layout
13479 0:1
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 </row>
13485 <row>
13486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490 Panthers
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499 3:1
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517 0:0
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 </row>
13523 <row>
13524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 Falcons
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537 1:0
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546 0:0
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 </row>
13561 </lyxtabular>
13562
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \begin_layout Standard
13569 For larger cross-tables one might use split cells in 2 or every corner of
13570  the table like in this example:
13571 \end_layout
13572
13573 \begin_layout Standard
13574 \noindent
13575 \align center
13576 \begin_inset Tabular
13577 <lyxtabular version="3" rows="5" columns="5">
13578 <features tabularvalignment="middle">
13579 <column alignment="center" valignment="top" width="0pt">
13580 <column alignment="center" valignment="top">
13581 <column alignment="center" valignment="top">
13582 <column alignment="center" valignment="top">
13583 <column alignment="center" valignment="top">
13584 <row>
13585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 \begin_inset ERT
13590 status open
13591
13592 \begin_layout Plain Layout
13593
13594
13595 \backslash
13596 diagbox{
13597 \end_layout
13598
13599 \end_inset
13600
13601 Team home
13602 \begin_inset ERT
13603 status collapsed
13604
13605 \begin_layout Plain Layout
13606
13607 }{
13608 \end_layout
13609
13610 \end_inset
13611
13612 Result
13613 \begin_inset ERT
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617
13618 }{
13619 \end_layout
13620
13621 \end_inset
13622
13623 Team away
13624 \begin_inset ERT
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628
13629 }
13630 \end_layout
13631
13632 \end_inset
13633
13634
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 Tigers
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 Panthers
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 Falcons
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 \begin_inset ERT
13671 status open
13672
13673 \begin_layout Plain Layout
13674
13675
13676 \backslash
13677 diagbox[dir=NE]{
13678 \end_layout
13679
13680 \end_inset
13681
13682 Team home
13683 \begin_inset ERT
13684 status collapsed
13685
13686 \begin_layout Plain Layout
13687
13688 }{
13689 \end_layout
13690
13691 \end_inset
13692
13693 Result
13694 \begin_inset ERT
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698
13699 }{
13700 \end_layout
13701
13702 \end_inset
13703
13704 Team away
13705 \begin_inset ERT
13706 status collapsed
13707
13708 \begin_layout Plain Layout
13709
13710 }
13711 \end_layout
13712
13713 \end_inset
13714
13715
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 Tigers
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 1:3
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 0:1
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 Tigers
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 <row>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 Panthers
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 3:1
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 0:0
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 Panthers
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 </row>
13815 <row>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 Falcons
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 1:0
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 0:0
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 Falcons
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 </row>
13862 <row>
13863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 \begin_inset ERT
13868 status open
13869
13870 \begin_layout Plain Layout
13871
13872
13873 \backslash
13874 diagbox[dir=SW]{
13875 \end_layout
13876
13877 \end_inset
13878
13879 Team home
13880 \begin_inset ERT
13881 status collapsed
13882
13883 \begin_layout Plain Layout
13884
13885 }{
13886 \end_layout
13887
13888 \end_inset
13889
13890 Result
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896 }{
13897 \end_layout
13898
13899 \end_inset
13900
13901 Team away
13902 \begin_inset ERT
13903 status collapsed
13904
13905 \begin_layout Plain Layout
13906
13907 }
13908 \end_layout
13909
13910 \end_inset
13911
13912
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 Tigers
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 Panthers
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13936 \begin_inset Text
13937
13938 \begin_layout Plain Layout
13939 Falcons
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948 \begin_inset ERT
13949 status open
13950
13951 \begin_layout Plain Layout
13952
13953
13954 \backslash
13955 diagbox[dir=SE]{
13956 \end_layout
13957
13958 \end_inset
13959
13960 Team home
13961 \begin_inset ERT
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965
13966 }{
13967 \end_layout
13968
13969 \end_inset
13970
13971 Result
13972 \begin_inset ERT
13973 status collapsed
13974
13975 \begin_layout Plain Layout
13976
13977 }{
13978 \end_layout
13979
13980 \end_inset
13981
13982 Team away
13983 \begin_inset ERT
13984 status collapsed
13985
13986 \begin_layout Plain Layout
13987
13988 }
13989 \end_layout
13990
13991 \end_inset
13992
13993
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 </row>
13999 </lyxtabular>
14000
14001 \end_inset
14002
14003
14004 \end_layout
14005
14006 \begin_layout Standard
14007 To rotate the diagonal lines, the command option 
14008 \series bold
14009 dir=direction
14010 \series default
14011  is used.
14012  
14013 \emph on
14014 direction
14015 \emph default
14016  is either 
14017 \series bold
14018 NE
14019 \series default
14020
14021 \series bold
14022 SE
14023 \series default
14024
14025 \series bold
14026 SW
14027 \series default
14028  or 
14029 \series bold
14030 NW
14031 \series default
14032  and represent a point of a compass.
14033  
14034 \series bold
14035 SW
14036 \series default
14037  is for example the south-west corner.
14038  Thus in the lower left cell of the above table the command
14039 \end_layout
14040
14041 \begin_layout Standard
14042
14043 \series bold
14044
14045 \backslash
14046 diagbox[dir=SW]{Team home}{Result}{Team away}
14047 \end_layout
14048
14049 \begin_layout Standard
14050 is used.
14051  If no direction is given, it will be NW.
14052 \end_layout
14053
14054 \begin_layout Standard
14055 The necessary width of split cells is automatically calculated.
14056  Thus if you set a fixed column width smaller than the calculated one, the
14057  cell's content will protrude the cell borders:
14058 \end_layout
14059
14060 \begin_layout Standard
14061 \noindent
14062 \align center
14063 \begin_inset Tabular
14064 <lyxtabular version="3" rows="2" columns="2">
14065 <features tabularvalignment="middle">
14066 <column alignment="center" valignment="top" width="3cm">
14067 <column alignment="center" valignment="top">
14068 <row>
14069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 \begin_inset ERT
14074 status collapsed
14075
14076 \begin_layout Plain Layout
14077
14078
14079 \backslash
14080 diagbox{
14081 \end_layout
14082
14083 \end_inset
14084
14085 Name
14086 \begin_inset ERT
14087 status collapsed
14088
14089 \begin_layout Plain Layout
14090
14091 }{
14092 \end_layout
14093
14094 \end_inset
14095
14096 Parameter
14097 \begin_inset ERT
14098 status collapsed
14099
14100 \begin_layout Plain Layout
14101
14102 }
14103 \end_layout
14104
14105 \end_inset
14106
14107
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 Thickness in nm
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 </row>
14122 <row>
14123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 Perfect Green
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 45
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 </row>
14142 </lyxtabular>
14143
14144 \end_inset
14145
14146
14147 \end_layout
14148
14149 \begin_layout Standard
14150 If you need a certain width for columns with a split cell, use the command
14151  option 
14152 \series bold
14153 width=3cm
14154 \series default
14155  (replace '3cm' by the width you need).
14156  In the following table the width of the first column is set to 4
14157 \begin_inset space \thinspace{}
14158 \end_inset
14159
14160 cm.
14161  For 
14162 \series bold
14163
14164 \backslash
14165 diagbox
14166 \series default
14167  a width of 4
14168 \begin_inset space \thinspace{}
14169 \end_inset
14170
14171 cm + 2
14172 \begin_inset space \thinspace{}
14173 \end_inset
14174
14175
14176 \backslash
14177 tabcolsep is necessary because the overall width is the width for the text
14178  (in this case the 4
14179 \begin_inset space \thinspace{}
14180 \end_inset
14181
14182 cm) plus two times the separation of the text and the cell border.
14183  The calculation of the width cannot be done in the command option of 
14184 \series bold
14185
14186 \backslash
14187 diagbox
14188 \series default
14189  so one needs to create a new length which can be used later.
14190  This is done with the \SpecialChar TeX
14191  Code commands
14192 \end_layout
14193
14194 \begin_layout Standard
14195
14196 \series bold
14197
14198 \backslash
14199 newlength{
14200 \backslash
14201 diagtest}
14202 \begin_inset Newline newline
14203 \end_inset
14204
14205
14206 \backslash
14207 setlength{
14208 \backslash
14209 diagtest}{4cm+2
14210 \backslash
14211 tabcolsep}
14212 \end_layout
14213
14214 \begin_layout Standard
14215 \begin_inset ERT
14216 status collapsed
14217
14218 \begin_layout Plain Layout
14219
14220
14221 \backslash
14222 newlength{
14223 \backslash
14224 diagtest}
14225 \end_layout
14226
14227 \begin_layout Plain Layout
14228
14229
14230 \backslash
14231 setlength{
14232 \backslash
14233 diagtest}{4cm+2
14234 \backslash
14235 tabcolsep}
14236 \end_layout
14237
14238 \end_inset
14239
14240
14241 \end_layout
14242
14243 \begin_layout Standard
14244 To enable calculations in \SpecialChar LaTeX
14245  one needs to load the package 
14246 \series bold
14247 calc
14248 \series default
14249
14250 \begin_inset Index idx
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254 \SpecialChar LaTeX
14255 -packages ! calc
14256 \end_layout
14257
14258 \end_inset
14259
14260  in the document preamble.
14261 \end_layout
14262
14263 \begin_layout Standard
14264 In this table you can now use the command
14265 \end_layout
14266
14267 \begin_layout Standard
14268
14269 \series bold
14270
14271 \backslash
14272 diagbox[width=
14273 \backslash
14274 diagtest]{A}{B}
14275 \end_layout
14276
14277 \begin_layout Standard
14278 in the first cell:
14279 \end_layout
14280
14281 \begin_layout Standard
14282 \noindent
14283 \align center
14284 \begin_inset Tabular
14285 <lyxtabular version="3" rows="2" columns="2">
14286 <features tabularvalignment="middle">
14287 <column alignment="center" valignment="top" width="4cm">
14288 <column alignment="center" valignment="top">
14289 <row>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 \begin_inset ERT
14295 status open
14296
14297 \begin_layout Plain Layout
14298
14299
14300 \backslash
14301 diagbox[width=
14302 \backslash
14303 diagtest]{
14304 \end_layout
14305
14306 \end_inset
14307
14308 A
14309 \begin_inset ERT
14310 status collapsed
14311
14312 \begin_layout Plain Layout
14313
14314 }{
14315 \end_layout
14316
14317 \end_inset
14318
14319 B
14320 \begin_inset ERT
14321 status collapsed
14322
14323 \begin_layout Plain Layout
14324
14325 }
14326 \end_layout
14327
14328 \end_inset
14329
14330
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 Thickness in nm
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 </row>
14345 <row>
14346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 Perfect Green
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359 45
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 </row>
14365 </lyxtabular>
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \begin_layout Standard
14373 Note that the split cell needs to be the widest one in the column.
14374  Otherwise the length of the diagonal line cannot be calculated correctly
14375  like in this table:
14376 \end_layout
14377
14378 \begin_layout Standard
14379 \noindent
14380 \align center
14381 \begin_inset Tabular
14382 <lyxtabular version="3" rows="2" columns="2">
14383 <features tabularvalignment="middle">
14384 <column alignment="center" valignment="top" width="0pt">
14385 <column alignment="center" valignment="top">
14386 <row>
14387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 \begin_inset ERT
14392 status collapsed
14393
14394 \begin_layout Plain Layout
14395
14396
14397 \backslash
14398 diagbox{
14399 \end_layout
14400
14401 \end_inset
14402
14403 A
14404 \begin_inset ERT
14405 status collapsed
14406
14407 \begin_layout Plain Layout
14408
14409 }{
14410 \end_layout
14411
14412 \end_inset
14413
14414 B
14415 \begin_inset ERT
14416 status collapsed
14417
14418 \begin_layout Plain Layout
14419
14420 }
14421 \end_layout
14422
14423 \end_inset
14424
14425
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Plain Layout
14434 Thickness in nm
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 </row>
14440 <row>
14441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445 Perfect Green
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454 45
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 </row>
14460 </lyxtabular>
14461
14462 \end_inset
14463
14464
14465 \end_layout
14466
14467 \begin_layout Standard
14468 In this case use the 
14469 \series bold
14470 width
14471 \series default
14472  option of the 
14473 \series bold
14474
14475 \backslash
14476 diagbox
14477 \series default
14478  command.
14479  It is then not necessary to add 2
14480 \backslash
14481 tabcolsep because the cell width is now the width of the column.
14482  In this table a width of 3
14483 \begin_inset space \thinspace{}
14484 \end_inset
14485
14486 cm is used:
14487 \end_layout
14488
14489 \begin_layout Standard
14490 \noindent
14491 \align center
14492 \begin_inset Tabular
14493 <lyxtabular version="3" rows="2" columns="2">
14494 <features tabularvalignment="middle">
14495 <column alignment="center" valignment="top" width="0pt">
14496 <column alignment="center" valignment="top">
14497 <row>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 \begin_inset ERT
14503 status open
14504
14505 \begin_layout Plain Layout
14506
14507
14508 \backslash
14509 diagbox[width=3cm]{
14510 \end_layout
14511
14512 \end_inset
14513
14514 A
14515 \begin_inset ERT
14516 status collapsed
14517
14518 \begin_layout Plain Layout
14519
14520 }{
14521 \end_layout
14522
14523 \end_inset
14524
14525 B
14526 \begin_inset ERT
14527 status collapsed
14528
14529 \begin_layout Plain Layout
14530
14531 }
14532 \end_layout
14533
14534 \end_inset
14535
14536
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545 Thickness in nm
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 </row>
14551 <row>
14552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 Perfect Green
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 45
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 </row>
14571 </lyxtabular>
14572
14573 \end_inset
14574
14575
14576 \end_layout
14577
14578 \begin_layout Standard
14579 For multiple text lines in split cells one needs some extra height to fit
14580  the text to the cell.
14581  This can be achieved with the 
14582 \series bold
14583
14584 \backslash
14585 diagbox
14586 \series default
14587  option 
14588 \series bold
14589 height=3cm
14590 \series default
14591  (replace '3cm' by the height you need).
14592  In the following table the command
14593 \end_layout
14594
14595 \begin_layout Standard
14596
14597 \series bold
14598
14599 \backslash
14600 diagbox[width=3cm,height=1.4cm]{A
14601 \backslash
14602
14603 \backslash
14604 B}{C
14605 \backslash
14606
14607 \backslash
14608 D}
14609 \end_layout
14610
14611 \begin_layout Standard
14612 is used in the first cell.
14613  The command 
14614 \series bold
14615
14616 \backslash
14617
14618 \backslash
14619
14620 \series default
14621  creates hereby the line break.
14622 \begin_inset Foot
14623 status collapsed
14624
14625 \begin_layout Plain Layout
14626 Breaking lines with 
14627 \family sans
14628 Ctrl+Return
14629 \family default
14630  is only possible when the column has a fixed width.
14631 \end_layout
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \begin_layout Standard
14639 \noindent
14640 \align center
14641 \begin_inset Tabular
14642 <lyxtabular version="3" rows="2" columns="2">
14643 <features tabularvalignment="middle">
14644 <column alignment="center" valignment="top">
14645 <column alignment="center" valignment="top">
14646 <row>
14647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14648 \begin_inset Text
14649
14650 \begin_layout Plain Layout
14651 \begin_inset ERT
14652 status open
14653
14654 \begin_layout Plain Layout
14655
14656
14657 \backslash
14658 diagbox[width=3cm,height=1.4cm]{
14659 \end_layout
14660
14661 \end_inset
14662
14663 A
14664 \begin_inset ERT
14665 status collapsed
14666
14667 \begin_layout Plain Layout
14668
14669
14670 \backslash
14671
14672 \backslash
14673
14674 \end_layout
14675
14676 \end_inset
14677
14678 B
14679 \begin_inset ERT
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683
14684 }{
14685 \end_layout
14686
14687 \end_inset
14688
14689 C
14690 \begin_inset ERT
14691 status collapsed
14692
14693 \begin_layout Plain Layout
14694
14695
14696 \backslash
14697
14698 \backslash
14699
14700 \end_layout
14701
14702 \end_inset
14703
14704 D
14705 \begin_inset ERT
14706 status collapsed
14707
14708 \begin_layout Plain Layout
14709
14710 }
14711 \end_layout
14712
14713 \end_inset
14714
14715
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14721 \begin_inset Text
14722
14723 \begin_layout Plain Layout
14724 Thickness in nm
14725 \end_layout
14726
14727 \end_inset
14728 </cell>
14729 </row>
14730 <row>
14731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Plain Layout
14735 Perfect Green
14736 \end_layout
14737
14738 \end_inset
14739 </cell>
14740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14741 \begin_inset Text
14742
14743 \begin_layout Plain Layout
14744 45
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 </row>
14750 </lyxtabular>
14751
14752 \end_inset
14753
14754
14755 \end_layout
14756
14757 \begin_layout Standard
14758 \begin_inset ERT
14759 status collapsed
14760
14761 \begin_layout Plain Layout
14762
14763
14764 \backslash
14765 else
14766 \end_layout
14767
14768 \end_inset
14769
14770
14771 \begin_inset Note Note
14772 status open
14773
14774 \begin_layout Plain Layout
14775 The following will be displayed when the \SpecialChar LaTeX
14776 -package 
14777 \series bold
14778 diagbox
14779 \series default
14780  is not installed:
14781 \end_layout
14782
14783 \end_inset
14784
14785
14786 \end_layout
14787
14788 \begin_layout Standard
14789 You need to install the \SpecialChar LaTeX
14790 -package 
14791 \series bold
14792 diagbox
14793 \series default
14794  to see the following part of this section in the output.
14795 \end_layout
14796
14797 \begin_layout Standard
14798 \begin_inset ERT
14799 status collapsed
14800
14801 \begin_layout Plain Layout
14802
14803
14804 \backslash
14805 fi
14806 \end_layout
14807
14808 \end_inset
14809
14810
14811 \end_layout
14812
14813 \begin_layout Standard
14814 For more info about the \SpecialChar LaTeX
14815 -package 
14816 \series bold
14817 diagbox
14818 \series default
14819 , see its documentation, 
14820 \begin_inset CommandInset citation
14821 LatexCommand cite
14822 key "diagbox"
14823 literal "true"
14824
14825 \end_inset
14826
14827 .
14828 \end_layout
14829
14830 \begin_layout Section
14831 Formal Tables
14832 \begin_inset CommandInset label
14833 LatexCommand label
14834 name "sec:Formal-Tables"
14835
14836 \end_inset
14837
14838
14839 \begin_inset Index idx
14840 status collapsed
14841
14842 \begin_layout Plain Layout
14843 Table ! Formal
14844 \end_layout
14845
14846 \end_inset
14847
14848
14849 \end_layout
14850
14851 \begin_layout Standard
14852 Tables are often typeset in books similar to Table
14853 \begin_inset space ~
14854 \end_inset
14855
14856
14857 \begin_inset CommandInset ref
14858 LatexCommand ref
14859 reference "tab:Example-booktabs-table"
14860
14861 \end_inset
14862
14863 .
14864  This kind of tables is called 
14865 \begin_inset Quotes eld
14866 \end_inset
14867
14868
14869 \emph on
14870 formal
14871 \emph default
14872
14873 \begin_inset Quotes erd
14874 \end_inset
14875
14876 .
14877  To make a table a formal table
14878 \change_inserted -712698321 1554290084
14879 , select the table style 
14880 \begin_inset Quotes eld
14881 \end_inset
14882
14883 Formal Table
14884 \begin_inset Quotes erd
14885 \end_inset
14886
14887  in the Table Creation dialog or
14888 \change_unchanged
14889  use the option 
14890 \family sans
14891 Formal
14892 \family default
14893  in the 
14894 \family sans
14895 Borders
14896 \family default
14897  tab of the table dialog
14898 \change_inserted -712698321 1554290131
14899  (if you additionally check the option 
14900 \family sans
14901 Use Default Formal Style
14902 \family default
14903 , the border lines are adapted to a sensible default)
14904 \change_unchanged
14905 .
14906 \end_layout
14907
14908 \begin_layout Standard
14909 \begin_inset Float table
14910 placement h
14911 alignment document
14912 wide false
14913 sideways false
14914 status open
14915
14916 \begin_layout Plain Layout
14917 \begin_inset Caption Standard
14918
14919 \begin_layout Plain Layout
14920 \begin_inset CommandInset label
14921 LatexCommand label
14922 name "tab:Example-booktabs-table"
14923
14924 \end_inset
14925
14926 Example 
14927 \change_deleted -712698321 1554292310
14928 booktabs-
14929 \change_inserted -712698321 1554292311
14930 formal 
14931 \change_unchanged
14932 table
14933 \end_layout
14934
14935 \end_inset
14936
14937
14938 \end_layout
14939
14940 \begin_layout Plain Layout
14941 \align center
14942 \begin_inset Tabular
14943 <lyxtabular version="3" rows="8" columns="4">
14944 <features booktabs="true" tabularvalignment="middle">
14945 <column alignment="center" valignment="top">
14946 <column alignment="center" valignment="top" width="0pt">
14947 <column alignment="center" valignment="top" width="0pt">
14948 <column alignment="center" valignment="top">
14949 <row>
14950 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 System
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 Chip
14964 \begin_inset space \thinspace{}
14965 \end_inset
14966
14967 1
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976 Chip
14977 \begin_inset space \thinspace{}
14978 \end_inset
14979
14980 2
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 </row>
14995 <row>
14996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \change_deleted -712698321 1554290161
15002 \begin_inset ERT
15003 status collapsed
15004
15005 \begin_layout Plain Layout
15006
15007
15008 \backslash
15009 cmidrule(r){2-2}
15010 \end_layout
15011
15012 \end_inset
15013
15014
15015 \begin_inset ERT
15016 status collapsed
15017
15018 \begin_layout Plain Layout
15019
15020
15021 \backslash
15022 cmidrule(l){3-4}
15023 \end_layout
15024
15025 \end_inset
15026
15027
15028 \change_unchanged
15029 Detector thickness in µm
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 300
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 300
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 700
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 </row>
15062 <row>
15063 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 Edge angle in °
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076 3.55
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 2.71
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 7.99
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 </row>
15100 <row topspace="default">
15101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 Spatial resolution in µm
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114 4.26
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 10.17
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 <cell alignment="center" valignment="top" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132 10.56
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 </row>
15138 <row topspace="default">
15139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 MTF at 
15144 \begin_inset Formula $f_{\mathrm{max}}$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 0.53
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 <cell alignment="center" valignment="top" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 0.37
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 0.39
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 </row>
15180 <row topspace="default">
15181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185
15186 \change_deleted -712698321 1554290260
15187 \begin_inset ERT
15188 status collapsed
15189
15190 \begin_layout Plain Layout
15191
15192
15193 \backslash
15194 cmidrule[2pt](l{10pt}){1-1}
15195 \end_layout
15196
15197 \end_inset
15198
15199
15200 \change_unchanged
15201 LSF-spatial resolution
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 <row>
15235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239 in µm
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 129.7
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 52.75
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266 50.78
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 </row>
15272 <row>
15273 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277 in % of pixel size
15278 \end_layout
15279
15280 \end_inset
15281 </cell>
15282 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286 76.3
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295 95.9
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304 92.3
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 </row>
15310 </lyxtabular>
15311
15312 \end_inset
15313
15314
15315 \end_layout
15316
15317 \end_inset
15318
15319
15320 \end_layout
15321
15322 \begin_layout Standard
15323 Spaces to table rows can be added using the 
15324 \family sans
15325 Borders
15326 \family default
15327  tab of the table dialog as described in section
15328 \begin_inset space ~
15329 \end_inset
15330
15331
15332 \begin_inset CommandInset ref
15333 LatexCommand ref
15334 reference "subsec:Row-Spacing"
15335
15336 \end_inset
15337
15338 .
15339 \end_layout
15340
15341 \begin_layout Standard
15342 Unlike normal tables, formal tables have no vertical table lines.
15343  The horizontal table lines can be set as for normal tables but they appear
15344  with different widths in the output:
15345 \begin_inset Newline newline
15346 \end_inset
15347
15348 The first and the last table line have a default width of 0.08
15349 \begin_inset space \thinspace{}
15350 \end_inset
15351
15352 em while the other lines have a default width of 0.05
15353 \begin_inset space \thinspace{}
15354 \end_inset
15355
15356 em.
15357 \end_layout
15358
15359 \begin_layout Standard
15360 The default widths can be changed with the following preamble lines
15361 \end_layout
15362
15363 \begin_layout Standard
15364
15365 \series bold
15366
15367 \backslash
15368 let
15369 \backslash
15370 mytoprule
15371 \backslash
15372 toprule
15373 \begin_inset Newline newline
15374 \end_inset
15375
15376
15377 \backslash
15378 renewcommand{
15379 \backslash
15380 toprule}{
15381 \backslash
15382 mytoprule[width]}
15383 \end_layout
15384
15385 \begin_layout Standard
15386 This example is for the first line, the so called 
15387 \series bold
15388 toprule
15389 \series default
15390 .
15391  If you want to change the width for the last line, replace 
15392 \series bold
15393 toprule
15394 \series default
15395  by 
15396 \series bold
15397 bottomrule
15398 \series default
15399 .
15400  To change the width for the other lines replace 
15401 \series bold
15402 toprule
15403 \series default
15404  by 
15405 \series bold
15406 midrule
15407 \series default
15408 .
15409  You can use all units listed in appendix
15410 \begin_inset space ~
15411 \end_inset
15412
15413
15414 \begin_inset CommandInset ref
15415 LatexCommand ref
15416 reference "cha:Units-available-in"
15417
15418 \end_inset
15419
15420  to set the width.
15421 \end_layout
15422
15423 \begin_layout Standard
15424
15425 \change_deleted -712698321 1554290929
15426 Lines that do not span all table columns can be created by setting a table
15427  line for multicolumn cells.
15428  \SpecialChar LyX
15429  will then internally use the command 
15430 \series bold
15431
15432 \backslash
15433 cmidrule
15434 \series default
15435  to create this line.
15436  Its full scheme is
15437 \change_inserted -712698321 1554291959
15438 As in table
15439 \begin_inset space ~
15440 \end_inset
15441
15442
15443 \begin_inset CommandInset ref
15444 LatexCommand ref
15445 reference "tab:Example-booktabs-table"
15446
15447 \end_inset
15448
15449 , formal tables often use shortened lines to group columns.
15450  This can be done in the borders widget of the table dialog.
15451  With formal tables, the top and bottom borders have to small offset lines
15452  to the left and the right.
15453  Clicking on these will trim the line respectively.
15454 \change_unchanged
15455
15456 \end_layout
15457
15458 \begin_layout Standard
15459
15460 \change_inserted -712698321 1554291403
15461 If you need to adjust the length of the trimming or the height of the rules,
15462  you have to resort to \SpecialChar TeX
15463  Code.
15464  The respective command (which is also used for the trimmed mid rules) is
15465  this:
15466 \change_unchanged
15467
15468 \end_layout
15469
15470 \begin_layout Standard
15471
15472 \series bold
15473
15474 \backslash
15475 cmidrule[height](trim){startcol-endcol}
15476 \end_layout
15477
15478 \begin_layout Standard
15479
15480 \change_deleted -712698321 1554292020
15481 The options of 
15482 \series bold
15483
15484 \backslash
15485 cmidrule
15486 \series default
15487  are currently not supported by \SpecialChar LyX
15488  so you have to use \SpecialChar TeX
15489  Code to be able to
15490  use them.
15491  
15492 \series bold
15493
15494 \backslash
15495 cmidrule
15496 \series default
15497 s can manually be created by inserting the command as \SpecialChar TeX
15498  Code as the first
15499  cell entry of the first cell of a row.
15500  The line is then drawn in the output above the current row.
15501 \change_unchanged
15502
15503 \end_layout
15504
15505 \begin_layout Standard
15506 The default for the optional 
15507 \series bold
15508 height
15509 \series default
15510  is 0.03
15511 \begin_inset space \thinspace{}
15512 \end_inset
15513
15514 em.
15515  
15516 \series bold
15517 startcol
15518 \series default
15519  is the number of the column where the line starts and 
15520 \series bold
15521 endcol
15522 \series default
15523  the column number where the line ends.
15524  The 
15525 \series bold
15526 endcol
15527 \series default
15528  always needs to be specified, also when the line should span only one column.
15529  The optional parameter 
15530 \series bold
15531 trim
15532 \series default
15533  could either be 
15534 \emph on
15535 l{trimwidth}
15536 \emph default
15537  or 
15538 \emph on
15539 r{trimwidth}
15540 \emph default
15541  where the 
15542 \emph on
15543 trimwidth
15544 \emph default
15545  is also optional.
15546  Using for example the parameter 
15547 \emph on
15548 l{2pt}
15549 \emph default
15550  means that the line is trimmed from its left end by 2
15551 \begin_inset space \thinspace{}
15552 \end_inset
15553
15554 pt.
15555  If you don't specify the 
15556 \emph on
15557 trimwidth
15558 \emph default
15559  the line is trimmed by the default of 0.5
15560 \begin_inset space \thinspace{}
15561 \end_inset
15562
15563 em
15564 \change_inserted -712698321 1554291561
15565  (this is what is done if you use trimming from the dialog)
15566 \change_unchanged
15567 .
15568 \change_inserted -712698321 1554292039
15569
15570 \end_layout
15571
15572 \begin_layout Standard
15573
15574 \change_inserted -712698321 1554292207
15575 The 
15576 \emph on
15577 height
15578 \emph default
15579  option of 
15580 \series bold
15581
15582 \backslash
15583 cmidrule
15584 \series default
15585  is currently not supported by \SpecialChar LyX
15586 , and neither are the 
15587 \emph on
15588 trimwidth
15589 \emph default
15590  parameters.
15591  If you need this you can manually insert a 
15592 \series bold
15593
15594 \backslash
15595 cmidrule
15596 \series default
15597  with the respective settings as \SpecialChar TeX
15598  Code as the first cell entry of the first
15599  cell of a row.
15600  The line is then drawn in the output above the current row.
15601  Table
15602 \begin_inset space ~
15603 \end_inset
15604
15605
15606 \begin_inset CommandInset ref
15607 LatexCommand ref
15608 reference "tab:Special-booktabs-table"
15609
15610 \end_inset
15611
15612  exemplifies this (in the sixth row).
15613 \change_unchanged
15614
15615 \end_layout
15616
15617 \begin_layout Standard
15618
15619 \change_deleted -712698321 1554291078
15620 \begin_inset VSpace bigskip
15621 \end_inset
15622
15623 Table
15624 \begin_inset space ~
15625 \end_inset
15626
15627
15628 \begin_inset CommandInset ref
15629 LatexCommand ref
15630 reference "tab:Example-booktabs-table"
15631
15632 \end_inset
15633
15634  was created using the commands
15635 \end_layout
15636
15637 \begin_layout Standard
15638
15639 \change_deleted -712698321 1554291077
15640
15641 \series bold
15642
15643 \backslash
15644 cmidrule(r){2-2}
15645 \backslash
15646 cmidrule(l){3-4}
15647 \end_layout
15648
15649 \begin_layout Standard
15650
15651 \change_deleted -712698321 1554291077
15652 at the beginning of the second row and
15653 \end_layout
15654
15655 \begin_layout Standard
15656
15657 \change_deleted -712698321 1554291077
15658
15659 \series bold
15660
15661 \backslash
15662 cmidrule[2pt](l{10pt}){1-1}
15663 \end_layout
15664
15665 \begin_layout Standard
15666
15667 \change_deleted -712698321 1554291077
15668 in the sixth row.
15669 \change_unchanged
15670
15671 \end_layout
15672
15673 \begin_layout Standard
15674
15675 \change_deleted -712698321 1554292212
15676 \begin_inset VSpace bigskip
15677 \end_inset
15678
15679
15680 \change_unchanged
15681
15682 \end_layout
15683
15684 \begin_layout Standard
15685 You 
15686 \change_inserted -712698321 1554291573
15687 also 
15688 \change_unchanged
15689 might want to have overlapping 
15690 \series bold
15691
15692 \backslash
15693 cmidrule
15694 \series default
15695 s as 
15696 \change_deleted -712698321 1554296804
15697 in
15698 \change_inserted -712698321 1554296808
15699 exemplified as well
15700 \change_unchanged
15701  in Table
15702 \begin_inset space ~
15703 \end_inset
15704
15705
15706 \begin_inset CommandInset ref
15707 LatexCommand ref
15708 reference "tab:Special-booktabs-table"
15709
15710 \end_inset
15711
15712
15713 \change_inserted -712698321 1554291601
15714 , even though this is considered bad style (so only use it if you really
15715  need to)
15716 \change_unchanged
15717 .
15718  This can be achieved with the \SpecialChar TeX
15719  Code command
15720 \end_layout
15721
15722 \begin_layout Standard
15723
15724 \series bold
15725
15726 \backslash
15727 morecmidrules
15728 \end_layout
15729
15730 \begin_layout Standard
15731 The command that was used for the second row of Table
15732 \begin_inset space ~
15733 \end_inset
15734
15735
15736 \begin_inset CommandInset ref
15737 LatexCommand ref
15738 reference "tab:Special-booktabs-table"
15739
15740 \end_inset
15741
15742  is
15743 \end_layout
15744
15745 \begin_layout Standard
15746
15747 \change_deleted -712698321 1554291798
15748
15749 \series bold
15750
15751 \backslash
15752 cmidrule(r){2-2}
15753 \backslash
15754 cmidrule(l){3-4}
15755 \change_unchanged
15756
15757 \backslash
15758 morecmidrules
15759 \backslash
15760 cmidrule{2-4}
15761 \end_layout
15762
15763 \begin_layout Standard
15764 The command for the sixth row is
15765 \end_layout
15766
15767 \begin_layout Standard
15768
15769 \change_deleted -712698321 1554291810
15770
15771 \series bold
15772
15773 \backslash
15774 midrule
15775 \change_unchanged
15776
15777 \backslash
15778 morecmidrules
15779 \backslash
15780 cmidrule{3-4}
15781 \end_layout
15782
15783 \begin_layout Standard
15784 \begin_inset VSpace bigskip
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \begin_layout Standard
15791 If you are in any way not satisfied with the border line spacing, you can
15792  use the following command to produce lines that span over all table columns
15793 \series bold
15794 :
15795 \end_layout
15796
15797 \begin_layout Standard
15798
15799 \series bold
15800
15801 \backslash
15802 specialrule{width}{space above}{space below}
15803 \end_layout
15804
15805 \begin_layout Standard
15806 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15807 -package
15808  
15809 \series bold
15810 booktabs
15811 \series default
15812  
15813 \begin_inset CommandInset citation
15814 LatexCommand cite
15815 key "booktabs"
15816 literal "true"
15817
15818 \end_inset
15819
15820 .
15821 \begin_inset Index idx
15822 status collapsed
15823
15824 \begin_layout Plain Layout
15825 \SpecialChar LaTeX
15826 -packages ! booktabs
15827 \end_layout
15828
15829 \end_inset
15830
15831
15832 \end_layout
15833
15834 \begin_layout Standard
15835 \begin_inset Float table
15836 placement h
15837 alignment document
15838 wide false
15839 sideways false
15840 status open
15841
15842 \begin_layout Plain Layout
15843 \begin_inset Caption Standard
15844
15845 \begin_layout Plain Layout
15846 \begin_inset CommandInset label
15847 LatexCommand label
15848 name "tab:Special-booktabs-table"
15849
15850 \end_inset
15851
15852 Special 
15853 \change_inserted -712698321 1554292295
15854 (ugly) 
15855 \change_deleted -712698321 1554292304
15856 booktabs
15857 \change_inserted -712698321 1554292305
15858 formal 
15859 \change_deleted -712698321 1554292300
15860 -
15861 \change_unchanged
15862 table
15863 \end_layout
15864
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \begin_layout Plain Layout
15871 \align center
15872 \begin_inset Tabular
15873 <lyxtabular version="3" rows="8" columns="4">
15874 <features booktabs="true" tabularvalignment="middle">
15875 <column alignment="center" valignment="top">
15876 <column alignment="center" valignment="top" width="0pt">
15877 <column alignment="center" valignment="top" width="0pt">
15878 <column alignment="center" valignment="top" width="0pt">
15879 <row>
15880 <cell alignment="center" valignment="top" topline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 System
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" topline="true" bottomline="true" bottomlinertrim="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 Chip
15894 \begin_inset space \thinspace{}
15895 \end_inset
15896
15897 1
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 Chip
15907 \begin_inset space \thinspace{}
15908 \end_inset
15909
15910 2
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 </row>
15925 <row>
15926 <cell alignment="center" valignment="top" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930
15931 \change_deleted -712698321 1554291732
15932 \begin_inset ERT
15933 status collapsed
15934
15935 \begin_layout Plain Layout
15936
15937
15938 \backslash
15939 cmidrule(r){2-2}
15940 \end_layout
15941
15942 \end_inset
15943
15944
15945 \begin_inset ERT
15946 status collapsed
15947
15948 \begin_layout Plain Layout
15949
15950
15951 \backslash
15952 cmidrule(l){3-4}
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \change_unchanged
15959
15960 \begin_inset ERT
15961 status collapsed
15962
15963 \begin_layout Plain Layout
15964
15965
15966 \backslash
15967 morecmidrules 
15968 \end_layout
15969
15970 \end_inset
15971
15972
15973 \begin_inset ERT
15974 status open
15975
15976 \begin_layout Plain Layout
15977
15978
15979 \backslash
15980 cmidrule{2-4}
15981 \end_layout
15982
15983 \end_inset
15984
15985 Detector thickness in µm
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 300
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 300
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell alignment="center" valignment="top" topline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012 700
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 </row>
16018 <row>
16019 <cell alignment="center" valignment="top" topline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 Edge angle in °
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" topline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032 3.55
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" topline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 2.71
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 7.99
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 <row topspace="default">
16057 <cell alignment="center" valignment="top" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 Spatial resolution in µm
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070 4.26
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 10.17
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 <cell alignment="center" valignment="top" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 10.56
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 </row>
16094 <row topspace="default">
16095 <cell alignment="center" valignment="top" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099 MTF at 
16100 \begin_inset Formula $f_{\mathrm{max}}$
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 0.53
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 0.37
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 0.39
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 </row>
16136 <row>
16137 <cell alignment="center" valignment="top" topline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 \begin_inset ERT
16142 status collapsed
16143
16144 \begin_layout Plain Layout
16145
16146
16147 \backslash
16148 morecmidrules 
16149 \end_layout
16150
16151 \end_inset
16152
16153
16154 \begin_inset ERT
16155 status open
16156
16157 \begin_layout Plain Layout
16158
16159
16160 \backslash
16161 cmidrule
16162 \change_inserted -712698321 1554291896
16163 [2pt](l{7pt})
16164 \change_unchanged
16165 {3-4}
16166 \end_layout
16167
16168 \end_inset
16169
16170 LSF-spatial resolution
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 <cell alignment="center" valignment="top" topline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row>
16204 <cell alignment="center" valignment="top" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 in µm
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217 129.7
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 52.75
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 50.78
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 <row>
16242 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 in % of pixel size
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255 76.3
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264 95.9
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 92.3
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 </row>
16279 </lyxtabular>
16280
16281 \end_inset
16282
16283
16284 \end_layout
16285
16286 \end_inset
16287
16288
16289 \end_layout
16290
16291 \begin_layout Section
16292 Vertical Table Alignment
16293 \begin_inset Index idx
16294 status collapsed
16295
16296 \begin_layout Plain Layout
16297 Table ! Alignment
16298 \end_layout
16299
16300 \end_inset
16301
16302
16303 \end_layout
16304
16305 \begin_layout Standard
16306 To align tables vertically in a text line, the table must be inside a box.
16307  The box can then be vertically aligned as described in section
16308 \begin_inset space ~
16309 \end_inset
16310
16311
16312 \begin_inset CommandInset ref
16313 LatexCommand ref
16314 reference "sec:Box-Dialog"
16315
16316 \end_inset
16317
16318 .
16319 \end_layout
16320
16321 \begin_layout Standard
16322 In the following example the tables are inside a minipage
16323 \begin_inset Foot
16324 status collapsed
16325
16326 \begin_layout Plain Layout
16327 Minipages are described in section
16328 \begin_inset space ~
16329 \end_inset
16330
16331
16332 \begin_inset CommandInset ref
16333 LatexCommand ref
16334 reference "sec:Minipages"
16335
16336 \end_inset
16337
16338 .
16339 \end_layout
16340
16341 \end_inset
16342
16343  box that has a width of 15
16344 \begin_inset space \thinspace{}
16345 \end_inset
16346
16347 col%:
16348 \end_layout
16349
16350 \begin_layout Itemize
16351 test 
16352 \begin_inset Box Frameless
16353 position "t"
16354 hor_pos "c"
16355 has_inner_box 1
16356 inner_pos "c"
16357 use_parbox 0
16358 use_makebox 0
16359 width "15col%"
16360 special "none"
16361 height "1in"
16362 height_special "totalheight"
16363 thickness "0.4pt"
16364 separation "3pt"
16365 shadowsize "4pt"
16366 framecolor "black"
16367 backgroundcolor "none"
16368 status collapsed
16369
16370 \begin_layout Plain Layout
16371 \begin_inset Tabular
16372 <lyxtabular version="3" rows="3" columns="3">
16373 <features tabularvalignment="middle">
16374 <column alignment="center" valignment="top">
16375 <column alignment="center" valignment="top">
16376 <column alignment="center" valignment="top">
16377 <row>
16378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 a
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 d
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400 g
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 </row>
16406 <row>
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 b
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420 e
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 h
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 <row>
16436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 c
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 f
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 i
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 </lyxtabular>
16465
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \end_inset
16472
16473  test 
16474 \begin_inset ERT
16475 status collapsed
16476
16477 \begin_layout Plain Layout
16478
16479
16480 \backslash
16481 raisebox{0.85
16482 \backslash
16483 baselineskip}{
16484 \end_layout
16485
16486 \end_inset
16487
16488
16489 \begin_inset Box Frameless
16490 position "t"
16491 hor_pos "c"
16492 has_inner_box 1
16493 inner_pos "c"
16494 use_parbox 0
16495 use_makebox 0
16496 width "15col%"
16497 special "none"
16498 height "1in"
16499 height_special "totalheight"
16500 thickness "0.4pt"
16501 separation "3pt"
16502 shadowsize "4pt"
16503 framecolor "black"
16504 backgroundcolor "none"
16505 status collapsed
16506
16507 \begin_layout Plain Layout
16508 \begin_inset Tabular
16509 <lyxtabular version="3" rows="3" columns="3">
16510 <features tabularvalignment="middle">
16511 <column alignment="center" valignment="top">
16512 <column alignment="center" valignment="top">
16513 <column alignment="center" valignment="top">
16514 <row>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519 a
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 d
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 g
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 </row>
16543 <row>
16544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 b
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 e
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 h
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 </row>
16572 <row>
16573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 c
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 f
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 i
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 </row>
16601 </lyxtabular>
16602
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \end_inset
16609
16610
16611 \begin_inset ERT
16612 status collapsed
16613
16614 \begin_layout Plain Layout
16615
16616 }
16617 \end_layout
16618
16619 \end_inset
16620
16621
16622 \end_layout
16623
16624 \begin_layout Itemize
16625 test 
16626 \begin_inset Box Frameless
16627 position "c"
16628 hor_pos "c"
16629 has_inner_box 1
16630 inner_pos "c"
16631 use_parbox 0
16632 use_makebox 0
16633 width "15col%"
16634 special "none"
16635 height "1in"
16636 height_special "totalheight"
16637 thickness "0.4pt"
16638 separation "3pt"
16639 shadowsize "4pt"
16640 framecolor "black"
16641 backgroundcolor "none"
16642 status collapsed
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Tabular
16646 <lyxtabular version="3" rows="3" columns="3">
16647 <features tabularvalignment="middle">
16648 <column alignment="center" valignment="top">
16649 <column alignment="center" valignment="top">
16650 <column alignment="center" valignment="top">
16651 <row>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 a
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665 d
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 g
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 </row>
16680 <row>
16681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685 b
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 e
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 h
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 </row>
16709 <row>
16710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 c
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 f
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 i
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 </row>
16738 </lyxtabular>
16739
16740 \end_inset
16741
16742
16743 \end_layout
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \begin_layout Itemize
16751 test 
16752 \begin_inset Box Frameless
16753 position "b"
16754 hor_pos "c"
16755 has_inner_box 1
16756 inner_pos "c"
16757 use_parbox 0
16758 use_makebox 0
16759 width "15col%"
16760 special "none"
16761 height "1in"
16762 height_special "totalheight"
16763 thickness "0.4pt"
16764 separation "3pt"
16765 shadowsize "4pt"
16766 framecolor "black"
16767 backgroundcolor "none"
16768 status collapsed
16769
16770 \begin_layout Plain Layout
16771 \begin_inset Tabular
16772 <lyxtabular version="3" rows="3" columns="3">
16773 <features tabularvalignment="middle">
16774 <column alignment="center" valignment="top">
16775 <column alignment="center" valignment="top">
16776 <column alignment="center" valignment="top">
16777 <row>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 a
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 d
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800 g
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 b
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 e
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 h
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 c
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 f
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 i
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 </row>
16864 </lyxtabular>
16865
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \end_inset
16872
16873  test 
16874 \begin_inset ERT
16875 status collapsed
16876
16877 \begin_layout Plain Layout
16878
16879
16880 \backslash
16881 raisebox{-0.32
16882 \backslash
16883 baselineskip}{
16884 \end_layout
16885
16886 \end_inset
16887
16888
16889 \begin_inset Box Frameless
16890 position "b"
16891 hor_pos "c"
16892 has_inner_box 1
16893 inner_pos "c"
16894 use_parbox 0
16895 use_makebox 0
16896 width "15col%"
16897 special "none"
16898 height "1in"
16899 height_special "totalheight"
16900 thickness "0.4pt"
16901 separation "3pt"
16902 shadowsize "4pt"
16903 framecolor "black"
16904 backgroundcolor "none"
16905 status collapsed
16906
16907 \begin_layout Plain Layout
16908 \begin_inset Tabular
16909 <lyxtabular version="3" rows="3" columns="3">
16910 <features tabularvalignment="middle">
16911 <column alignment="center" valignment="top">
16912 <column alignment="center" valignment="top">
16913 <column alignment="center" valignment="top">
16914 <row>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 a
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 d
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 g
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 </row>
16943 <row>
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 b
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 e
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 h
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 <row>
16973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 c
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 f
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 i
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 </row>
17001 </lyxtabular>
17002
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \end_inset
17009
17010
17011 \begin_inset ERT
17012 status collapsed
17013
17014 \begin_layout Plain Layout
17015
17016 }
17017 \end_layout
17018
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \begin_layout Standard
17025 As you will see, the content of the first and last table row is not correctly
17026  aligned.
17027  To get this alignment, the minipage box must be set into a raisebox.
17028 \begin_inset Foot
17029 status collapsed
17030
17031 \begin_layout Plain Layout
17032 Raiseboxes are described in section
17033 \begin_inset space ~
17034 \end_inset
17035
17036
17037 \begin_inset CommandInset ref
17038 LatexCommand ref
17039 reference "subsec:Vertical-Alignment"
17040
17041 \end_inset
17042
17043 .
17044 \end_layout
17045
17046 \end_inset
17047
17048  In the example above the second table in the first item is aligned using
17049  the \SpecialChar TeX
17050  Code command
17051 \end_layout
17052
17053 \begin_layout Standard
17054
17055 \series bold
17056
17057 \backslash
17058 raisebox{0.85
17059 \backslash
17060 baselineskip}{
17061 \end_layout
17062
17063 \begin_layout Standard
17064 before the box.
17065  After the box the closing brace 
17066 \series bold
17067 }
17068 \series default
17069  is inserted as \SpecialChar TeX
17070  Code.
17071  For the second table in the last item the command
17072 \end_layout
17073
17074 \begin_layout Standard
17075
17076 \series bold
17077
17078 \backslash
17079 raisebox{-0.32
17080 \backslash
17081 baselineskip}{
17082 \end_layout
17083
17084 \begin_layout Standard
17085 is used.
17086 \end_layout
17087
17088 \begin_layout Standard
17089 \begin_inset Note Greyedout
17090 status open
17091
17092 \begin_layout Plain Layout
17093
17094 \series bold
17095 Note:
17096 \series default
17097  The alignment of the table row content to the surrounding text line is
17098  not exact.
17099  The required value for the 
17100 \series bold
17101
17102 \backslash
17103 raisebox
17104 \series default
17105  command for this alignment depends on the document font, the font size,
17106  and the table line thickness.
17107 \end_layout
17108
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \begin_layout Section
17115 Colored Tables
17116 \begin_inset CommandInset label
17117 LatexCommand label
17118 name "sec:Colored-Tables"
17119
17120 \end_inset
17121
17122
17123 \begin_inset Index idx
17124 status collapsed
17125
17126 \begin_layout Plain Layout
17127 Table ! Color
17128 \end_layout
17129
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \begin_layout Subsection
17136 Colored Cells
17137 \begin_inset Index idx
17138 status collapsed
17139
17140 \begin_layout Plain Layout
17141 Table Color ! for Cells
17142 \end_layout
17143
17144 \end_inset
17145
17146
17147 \begin_inset Index idx
17148 status collapsed
17149
17150 \begin_layout Plain Layout
17151 Color ! for Table Cells
17152 \end_layout
17153
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \begin_layout Standard
17160 \begin_inset Float table
17161 placement h
17162 alignment document
17163 wide false
17164 sideways false
17165 status open
17166
17167 \begin_layout Plain Layout
17168 \begin_inset Caption Standard
17169
17170 \begin_layout Plain Layout
17171 \begin_inset CommandInset label
17172 LatexCommand label
17173 name "tab:Table-colored-without"
17174
17175 \end_inset
17176
17177 Table colored without using the package 
17178 \series bold
17179 colortbl
17180 \series default
17181
17182 \begin_inset Argument 1
17183 status collapsed
17184
17185 \begin_layout Plain Layout
17186 Table without colortbl
17187 \end_layout
17188
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \end_inset
17195
17196
17197 \end_layout
17198
17199 \begin_layout Plain Layout
17200 \align center
17201 \begin_inset Tabular
17202 <lyxtabular version="3" rows="3" columns="3">
17203 <features tabularvalignment="middle">
17204 <column alignment="center" valignment="top">
17205 <column alignment="center" valignment="top">
17206 <column alignment="center" valignment="top">
17207 <row>
17208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212
17213 \color green
17214 a
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223
17224 \color red
17225 b
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234
17235 \color red
17236 c
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 </row>
17242 <row>
17243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247
17248 \color green
17249 d
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258
17259 \color blue
17260 e
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269
17270 \color blue
17271 f
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 </row>
17277 <row>
17278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282
17283 \color green
17284 g
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17290 \begin_inset Text
17291
17292 \begin_layout Plain Layout
17293
17294 \color blue
17295 h
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \color blue
17306 i
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 </row>
17312 </lyxtabular>
17313
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \end_inset
17320
17321
17322 \end_layout
17323
17324 \begin_layout Standard
17325 If you only need colored text, mark the cells and choose a color in the
17326  
17327 \family sans
17328 Text
17329 \begin_inset space ~
17330 \end_inset
17331
17332 Style
17333 \family default
17334  dialog (toolbar button 
17335 \begin_inset Info
17336 type  "icon"
17337 arg   "dialog-show character"
17338 \end_inset
17339
17340 ).
17341  This was used to create Table
17342 \begin_inset space ~
17343 \end_inset
17344
17345
17346 \begin_inset CommandInset ref
17347 LatexCommand ref
17348 reference "tab:Table-colored-without"
17349
17350 \end_inset
17351
17352 .
17353  In any other case you have to use the \SpecialChar LaTeX
17354 -package 
17355 \series bold
17356 colortbl
17357 \series default
17358 .
17359 \begin_inset Index idx
17360 status collapsed
17361
17362 \begin_layout Plain Layout
17363 \SpecialChar LaTeX
17364 -packages ! colortbl
17365 \end_layout
17366
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \begin_layout Standard
17373 \begin_inset ERT
17374 status collapsed
17375
17376 \begin_layout Plain Layout
17377
17378
17379 \backslash
17380 ifcolortbl
17381 \end_layout
17382
17383 \end_inset
17384
17385
17386 \begin_inset Note Note
17387 status open
17388
17389 \begin_layout Plain Layout
17390 The following section part will only be displayed when the \SpecialChar LaTeX
17391 -package 
17392 \series bold
17393 colortbl
17394 \series default
17395  is installed.
17396 \end_layout
17397
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \begin_layout Standard
17404 To create colored tables, 
17405 \series bold
17406 colortbl
17407 \series default
17408  must be loaded in the preamble with the line
17409 \end_layout
17410
17411 \begin_layout Standard
17412
17413 \series bold
17414
17415 \backslash
17416 usepackage{colortbl}
17417 \end_layout
17418
17419 \begin_layout Standard
17420 The color of a column is adjusted with the command
17421 \end_layout
17422
17423 \begin_layout Standard
17424
17425 \series bold
17426
17427 \backslash
17428 columncolor{name of color}
17429 \end_layout
17430
17431 \begin_layout Standard
17432 inside the command 
17433 \series bold
17434 >{ }
17435 \series default
17436 .
17437  More about the command 
17438 \series bold
17439 >{}
17440 \series default
17441  is contained in section
17442 \begin_inset space ~
17443 \end_inset
17444
17445
17446 \begin_inset CommandInset ref
17447 LatexCommand ref
17448 reference "subsec:Multicolumn-Calculations"
17449
17450 \end_inset
17451
17452 .
17453 \end_layout
17454
17455 \begin_layout Standard
17456 The following color names are predefined:
17457 \end_layout
17458
17459 \begin_layout Standard
17460
17461 \family sans
17462 red
17463 \family default
17464
17465 \family sans
17466 green
17467 \family default
17468
17469 \family sans
17470 yellow
17471 \family default
17472
17473 \family sans
17474 blue
17475 \family default
17476
17477 \family sans
17478 cyan
17479 \family default
17480
17481 \family sans
17482 magenta
17483 \family default
17484
17485 \family sans
17486 black
17487 \family default
17488  and 
17489 \family sans
17490 white
17491 \end_layout
17492
17493 \begin_layout Standard
17494 \begin_inset VSpace medskip
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \begin_layout Standard
17501 If you add the option
17502 \end_layout
17503
17504 \begin_layout Standard
17505
17506 \series bold
17507 dvipsnames
17508 \end_layout
17509
17510 \begin_layout Standard
17511 to the document class options in the document settings, you can additionally
17512  use further 61
17513 \begin_inset space ~
17514 \end_inset
17515
17516 colors.
17517  These colors are listed in appendix
17518 \begin_inset space ~
17519 \end_inset
17520
17521
17522 \begin_inset CommandInset ref
17523 LatexCommand ref
17524 reference "chap:List-of-dvips-colornames"
17525
17526 \end_inset
17527
17528 .
17529  One of these colors, 
17530 \family sans
17531 Maroon
17532 \family default
17533 , is used as example in Table
17534 \begin_inset space ~
17535 \end_inset
17536
17537
17538 \begin_inset CommandInset ref
17539 LatexCommand ref
17540 reference "tab:Table-colored-using"
17541
17542 \end_inset
17543
17544 .
17545 \end_layout
17546
17547 \begin_layout Standard
17548 \begin_inset VSpace medskip
17549 \end_inset
17550
17551
17552 \end_layout
17553
17554 \begin_layout Standard
17555 You can also define your own color with the command
17556 \end_layout
17557
17558 \begin_layout Standard
17559
17560 \series bold
17561
17562 \backslash
17563 definecolor{color name}{color model}{color values}
17564 \end_layout
17565
17566 \begin_layout Standard
17567 The color model can be
17568 \end_layout
17569
17570 \begin_layout Labeling
17571 \labelwidthstring 00.00.0000
17572 cmyk: cyan, magenta, yellow, black
17573 \end_layout
17574
17575 \begin_layout Labeling
17576 \labelwidthstring 00.00.0000
17577 rgb: red, green blue
17578 \end_layout
17579
17580 \begin_layout Labeling
17581 \labelwidthstring 00.00.0000
17582 gray gray
17583 \end_layout
17584
17585 \begin_layout Standard
17586 and the color values are comma separated numbers between 0 and 1 describing
17587  the factor for the corresponding color of the color model.
17588 \end_layout
17589
17590 \begin_layout Standard
17591 You can e.
17592 \begin_inset space \thinspace{}
17593 \end_inset
17594
17595 g.
17596 \begin_inset space \space{}
17597 \end_inset
17598
17599 define the color "
17600 \emph on
17601 darkgreen
17602 \emph default
17603 " in the preamble with
17604 \end_layout
17605
17606 \begin_layout Standard
17607
17608 \series bold
17609
17610 \backslash
17611 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17612 \end_layout
17613
17614 \begin_layout Standard
17615 and the color "
17616 \emph on
17617 lightgray
17618 \emph default
17619 " with
17620 \end_layout
17621
17622 \begin_layout Standard
17623
17624 \series bold
17625
17626 \backslash
17627 definecolor{lightgray}{gray}{0.8}
17628 \end_layout
17629
17630 \begin_layout Standard
17631 \begin_inset VSpace medskip
17632 \end_inset
17633
17634
17635 \end_layout
17636
17637 \begin_layout Standard
17638 Lines are colored with the command
17639 \end_layout
17640
17641 \begin_layout Standard
17642
17643 \series bold
17644
17645 \backslash
17646 rowcolor{name of color}
17647 \end_layout
17648
17649 \begin_layout Standard
17650 and cells are colored with the command
17651 \end_layout
17652
17653 \begin_layout Standard
17654
17655 \series bold
17656
17657 \backslash
17658 cellcolor{name of color}
17659 \end_layout
17660
17661 \begin_layout Standard
17662 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17663  Code.
17664 \end_layout
17665
17666 \begin_layout Standard
17667 To color characters in the table, mark the cells and use the 
17668 \family sans
17669 Text
17670 \begin_inset space ~
17671 \end_inset
17672
17673 Style
17674 \family default
17675  dialog.
17676  If a cell contains \SpecialChar TeX
17677  Code mark only the characters, otherwise the colored
17678  \SpecialChar TeX
17679  Code will cause \SpecialChar LaTeX
17680  errors.
17681 \end_layout
17682
17683 \begin_layout Standard
17684 \begin_inset Note Greyedout
17685 status open
17686
17687 \begin_layout Plain Layout
17688
17689 \series bold
17690 Note:
17691 \series default
17692  Not all DVI-viewers are able to display self-defined colors.
17693 \end_layout
17694
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \begin_layout Standard
17701 \begin_inset VSpace bigskip
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \begin_layout Standard
17708 To create Table
17709 \begin_inset space ~
17710 \end_inset
17711
17712
17713 \begin_inset CommandInset ref
17714 LatexCommand ref
17715 reference "tab:Table-colored-using"
17716
17717 \end_inset
17718
17719  do the following: The color of the first column should be 
17720 \emph on
17721 darkgreen
17722 \emph default
17723 .
17724  So insert
17725 \end_layout
17726
17727 \begin_layout Standard
17728
17729 \series bold
17730 >{
17731 \backslash
17732 columncolor{darkgreen}
17733 \backslash
17734 centering}c
17735 \end_layout
17736
17737 \begin_layout Standard
17738 as \SpecialChar LaTeX
17739 -argument for this column.
17740  The first row should be light blue, therefore the \SpecialChar TeX
17741  Code command
17742 \end_layout
17743
17744 \begin_layout Standard
17745
17746 \series bold
17747
17748 \backslash
17749 rowcolor{cyan}
17750 \end_layout
17751
17752 \begin_layout Standard
17753 is inserted to the first cell of this row.
17754  Note that this overwrites the column color for the first cell.
17755  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17756  Code
17757  command
17758 \end_layout
17759
17760 \begin_layout Standard
17761
17762 \series bold
17763
17764 \backslash
17765 cellcolor{Maroon}
17766 \end_layout
17767
17768 \begin_layout Standard
17769 The characters could now be colored using the menu 
17770 \family sans
17771 Edit\SpecialChar menuseparator
17772 Text
17773 \begin_inset space ~
17774 \end_inset
17775
17776 Style
17777 \family default
17778 .
17779 \end_layout
17780
17781 \begin_layout Standard
17782 \begin_inset Float table
17783 placement h
17784 alignment document
17785 wide false
17786 sideways false
17787 status open
17788
17789 \begin_layout Plain Layout
17790 \begin_inset Caption Standard
17791
17792 \begin_layout Plain Layout
17793 \begin_inset CommandInset label
17794 LatexCommand label
17795 name "tab:Table-colored-using"
17796
17797 \end_inset
17798
17799 Table colored using the package 
17800 \series bold
17801 colortbl
17802 \series default
17803
17804 \begin_inset Argument 1
17805 status collapsed
17806
17807 \begin_layout Plain Layout
17808 Table with colortbl
17809 \end_layout
17810
17811 \end_inset
17812
17813
17814 \end_layout
17815
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \begin_layout Plain Layout
17822 \align center
17823 \begin_inset Tabular
17824 <lyxtabular version="3" rows="3" columns="3">
17825 <features tabularvalignment="middle">
17826 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17827 <column alignment="center" valignment="top">
17828 <column alignment="center" valignment="top">
17829 <row>
17830 <cell alignment="center" valignment="top" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 \begin_inset ERT
17835 status collapsed
17836
17837 \begin_layout Plain Layout
17838
17839
17840 \backslash
17841 rowcolor{cyan}
17842 \end_layout
17843
17844 \end_inset
17845
17846
17847 \color magenta
17848 a
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857
17858 \color red
17859 b
17860 \end_layout
17861
17862 \end_inset
17863 </cell>
17864 <cell alignment="center" valignment="top" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868
17869 \color red
17870 c
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 </row>
17876 <row>
17877 <cell alignment="center" valignment="top" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881
17882 \color yellow
17883 d
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell alignment="center" valignment="top" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892
17893 \color blue
17894 e
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903
17904 \color blue
17905 f
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 </row>
17911 <row>
17912 <cell alignment="center" valignment="top" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916
17917 \color yellow
17918 g
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927
17928 \color blue
17929 h
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 <cell alignment="center" valignment="top" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938 \begin_inset ERT
17939 status collapsed
17940
17941 \begin_layout Plain Layout
17942
17943
17944 \backslash
17945 cellcolor{Maroon}
17946 \end_layout
17947
17948 \end_inset
17949
17950
17951 \color green
17952 i
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 </row>
17958 </lyxtabular>
17959
17960 \end_inset
17961
17962
17963 \end_layout
17964
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \begin_layout Standard
17971 \begin_inset ERT
17972 status collapsed
17973
17974 \begin_layout Plain Layout
17975
17976
17977 \backslash
17978 else
17979 \end_layout
17980
17981 \end_inset
17982
17983
17984 \begin_inset Note Note
17985 status open
17986
17987 \begin_layout Plain Layout
17988 The following will be displayed when the \SpecialChar LaTeX
17989 -package 
17990 \series bold
17991 colortbl
17992 \series default
17993  is not installed:
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \begin_layout Standard
18002 You need to install the package 
18003 \series bold
18004 colortbl
18005 \series default
18006  to see the content of this section in the output.
18007 \end_layout
18008
18009 \begin_layout Standard
18010 \begin_inset ERT
18011 status collapsed
18012
18013 \begin_layout Plain Layout
18014
18015
18016 \backslash
18017 fi
18018 \end_layout
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \begin_layout Subsection
18026 Colored Rows
18027 \begin_inset Index idx
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031 Table Color ! for Rows
18032 \end_layout
18033
18034 \end_inset
18035
18036
18037 \begin_inset Index idx
18038 status collapsed
18039
18040 \begin_layout Plain Layout
18041 Color ! for Table Rows
18042 \end_layout
18043
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \begin_layout Standard
18050 In case every second table row needs to be colored there is an alternative
18051  to the method described in the previous section: One loads the package
18052  
18053 \series bold
18054 xcolor
18055 \series default
18056
18057 \begin_inset Index idx
18058 status collapsed
18059
18060 \begin_layout Plain Layout
18061 \SpecialChar LaTeX
18062 -packages ! xcolor
18063 \begin_inset ERT
18064 status collapsed
18065
18066 \begin_layout Plain Layout
18067
18068
18069 \backslash
18070 vspace{4mm}
18071 \end_layout
18072
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \end_inset
18079
18080  in the document preamble with the command
18081 \end_layout
18082
18083 \begin_layout Standard
18084
18085 \series bold
18086
18087 \backslash
18088 usepackage[table]{xcolor}
18089 \end_layout
18090
18091 \begin_layout Standard
18092
18093 \series bold
18094 xcolor
18095 \series default
18096  automatically loads also the package 
18097 \series bold
18098 colortbl
18099 \series default
18100
18101 \begin_inset Index idx
18102 status collapsed
18103
18104 \begin_layout Plain Layout
18105 \SpecialChar LaTeX
18106 -packages ! colortbl
18107 \end_layout
18108
18109 \end_inset
18110
18111 , so 
18112 \series bold
18113 colortbl
18114 \series default
18115  must be installed in your \SpecialChar LaTeX
18116 -distribution, otherwise you get \SpecialChar LaTeX
18117 -errors.
18118 \end_layout
18119
18120 \begin_layout Standard
18121 \begin_inset ERT
18122 status collapsed
18123
18124 \begin_layout Plain Layout
18125
18126
18127 \backslash
18128 ifcolortbl
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \begin_inset Note Note
18135 status open
18136
18137 \begin_layout Plain Layout
18138 The following section part will only be displayed when the \SpecialChar LaTeX
18139 -package 
18140 \series bold
18141 colortbl
18142 \series default
18143  is installed.
18144 \end_layout
18145
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \begin_layout Standard
18152 The table rows are colored with the command
18153 \end_layout
18154
18155 \begin_layout Standard
18156
18157 \series bold
18158
18159 \backslash
18160 rowcolors[commands]{row number}{odd row color}{even row color}
18161 \end_layout
18162
18163 \begin_layout Standard
18164 that is either inserted in the document preamble or as \SpecialChar TeX
18165  Code before the
18166  first table to be colored.
18167  row
18168 \begin_inset space ~
18169 \end_inset
18170
18171 number is the number of the first row which should be colored according
18172  to the odd row color.
18173  commands can be additional commands that are executed before every table
18174  row.
18175  So for example the command
18176 \end_layout
18177
18178 \begin_layout Standard
18179
18180 \series bold
18181
18182 \backslash
18183 rowcolors{1}{white}{lightgray}
18184 \end_layout
18185
18186 \begin_layout Standard
18187 leads to the coloring scheme of Table
18188 \begin_inset space ~
18189 \end_inset
18190
18191
18192 \begin_inset CommandInset ref
18193 LatexCommand ref
18194 reference "tab:Table-rowcolors"
18195
18196 \end_inset
18197
18198 .
18199  The command
18200 \end_layout
18201
18202 \begin_layout Standard
18203
18204 \series bold
18205
18206 \backslash
18207 rowcolors[
18208 \backslash
18209 hline]{1}{lightgray}{cyan}
18210 \end_layout
18211
18212 \begin_layout Standard
18213 leads to the coloring scheme of Table
18214 \begin_inset space ~
18215 \end_inset
18216
18217
18218 \begin_inset CommandInset ref
18219 LatexCommand ref
18220 reference "tab:Table-rowcolors-2"
18221
18222 \end_inset
18223
18224 .
18225  If odd
18226 \begin_inset space ~
18227 \end_inset
18228
18229 row
18230 \begin_inset space ~
18231 \end_inset
18232
18233 color and/or even
18234 \begin_inset space ~
18235 \end_inset
18236
18237 row
18238 \begin_inset space ~
18239 \end_inset
18240
18241 color are left empty, no color will be used so that the command
18242 \end_layout
18243
18244 \begin_layout Standard
18245
18246 \series bold
18247
18248 \backslash
18249 rowcolors{1}{}{}
18250 \end_layout
18251
18252 \begin_layout Standard
18253 deletes all colors.
18254  
18255 \series bold
18256
18257 \backslash
18258 rowcolors
18259 \series default
18260  affects all tables following that command.
18261 \end_layout
18262
18263 \begin_layout Standard
18264 \begin_inset ERT
18265 status open
18266
18267 \begin_layout Plain Layout
18268
18269
18270 \backslash
18271 rowcolors{1}{white}{lightgray}
18272 \end_layout
18273
18274 \end_inset
18275
18276
18277 \end_layout
18278
18279 \begin_layout Standard
18280 \begin_inset Float table
18281 placement h
18282 alignment document
18283 wide false
18284 sideways false
18285 status open
18286
18287 \begin_layout Plain Layout
18288 \begin_inset Caption Standard
18289
18290 \begin_layout Plain Layout
18291 \begin_inset CommandInset label
18292 LatexCommand label
18293 name "tab:Table-rowcolors"
18294
18295 \end_inset
18296
18297 Table where every second row is colored light gray.
18298 \end_layout
18299
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \begin_layout Plain Layout
18306 \align center
18307 \begin_inset Tabular
18308 <lyxtabular version="3" rows="4" columns="3">
18309 <features tabularvalignment="middle">
18310 <column alignment="center" valignment="top">
18311 <column alignment="center" valignment="top" width="0pt">
18312 <column alignment="center" valignment="top" width="0pt">
18313 <row>
18314 <cell alignment="center" valignment="top" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 X
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 <cell alignment="center" valignment="top" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327 Y
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 <cell alignment="center" valignment="top" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336 Z
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 </row>
18342 <row>
18343 <cell alignment="center" valignment="top" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347 1
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 2
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 <cell alignment="center" valignment="top" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365 3
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 </row>
18371 <row>
18372 <cell alignment="center" valignment="top" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376 4
18377 \end_layout
18378
18379 \end_inset
18380 </cell>
18381 <cell alignment="center" valignment="top" usebox="none">
18382 \begin_inset Text
18383
18384 \begin_layout Plain Layout
18385 5
18386 \end_layout
18387
18388 \end_inset
18389 </cell>
18390 <cell alignment="center" valignment="top" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394 6
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 </row>
18400 <row>
18401 <cell alignment="center" valignment="top" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 7
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 8
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 9
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 </row>
18429 </lyxtabular>
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \end_inset
18437
18438
18439 \end_layout
18440
18441 \begin_layout Standard
18442 \begin_inset ERT
18443 status open
18444
18445 \begin_layout Plain Layout
18446
18447
18448 \backslash
18449 rowcolors[
18450 \backslash
18451 hline]{1}{lightgray}{cyan}
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \begin_layout Standard
18460 \begin_inset Float table
18461 placement h
18462 alignment document
18463 wide false
18464 sideways false
18465 status open
18466
18467 \begin_layout Plain Layout
18468 \begin_inset Caption Standard
18469
18470 \begin_layout Plain Layout
18471 \begin_inset CommandInset label
18472 LatexCommand label
18473 name "tab:Table-rowcolors-2"
18474
18475 \end_inset
18476
18477 Table where every second row is colored cyan and at which there is a line
18478  between each row.
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \begin_layout Plain Layout
18487 \align center
18488 \begin_inset Tabular
18489 <lyxtabular version="3" rows="4" columns="3">
18490 <features tabularvalignment="middle">
18491 <column alignment="center" valignment="top">
18492 <column alignment="center" valignment="top">
18493 <column alignment="center" valignment="top" width="0pt">
18494 <row>
18495 <cell alignment="center" valignment="top" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 X
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell alignment="center" valignment="top" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508 Y
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 Z
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 </row>
18523 <row>
18524 <cell alignment="center" valignment="top" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 1
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 2
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 3
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 </row>
18552 <row>
18553 <cell alignment="center" valignment="top" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 4
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 5
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 <cell alignment="center" valignment="top" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575 6
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 </row>
18581 <row>
18582 <cell alignment="center" valignment="top" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586 7
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 8
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 9
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 </row>
18610 </lyxtabular>
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Standard
18623 \begin_inset ERT
18624 status collapsed
18625
18626 \begin_layout Plain Layout
18627
18628
18629 \backslash
18630 rowcolors{1}{}{}
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \begin_inset Note Note
18637 status collapsed
18638
18639 \begin_layout Plain Layout
18640 turns off the row coloring
18641 \end_layout
18642
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \begin_layout Standard
18649 \begin_inset ERT
18650 status collapsed
18651
18652 \begin_layout Plain Layout
18653
18654
18655 \backslash
18656 else
18657 \end_layout
18658
18659 \end_inset
18660
18661
18662 \begin_inset Note Note
18663 status open
18664
18665 \begin_layout Plain Layout
18666 The following will be displayed when the \SpecialChar LaTeX
18667 -package 
18668 \series bold
18669 colortbl
18670 \series default
18671  is not installed:
18672 \end_layout
18673
18674 \end_inset
18675
18676
18677 \end_layout
18678
18679 \begin_layout Standard
18680 You need to install the package 
18681 \series bold
18682 colortbl
18683 \series default
18684  to see the content of this section in the output.
18685 \end_layout
18686
18687 \begin_layout Standard
18688 \begin_inset ERT
18689 status collapsed
18690
18691 \begin_layout Plain Layout
18692
18693
18694 \backslash
18695 fi
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \begin_layout Subsection
18704 Colored Lines
18705 \begin_inset Index idx
18706 status collapsed
18707
18708 \begin_layout Plain Layout
18709 Table Color ! for Lines
18710 \end_layout
18711
18712 \end_inset
18713
18714
18715 \begin_inset Index idx
18716 status collapsed
18717
18718 \begin_layout Plain Layout
18719 Color ! for Table Lines
18720 \end_layout
18721
18722 \end_inset
18723
18724
18725 \end_layout
18726
18727 \begin_layout Standard
18728 As described in section
18729 \begin_inset space ~
18730 \end_inset
18731
18732
18733 \begin_inset CommandInset ref
18734 LatexCommand ref
18735 reference "subsec:Line-Thickness"
18736
18737 \end_inset
18738
18739 , the line thickness for all lines in a table can be adjusted with the length
18740  
18741 \series bold
18742
18743 \backslash
18744 arrayrulewidth
18745 \series default
18746 .
18747  It is set to 1.5
18748 \begin_inset space \thinspace{}
18749 \end_inset
18750
18751 pt for all tables of this section.
18752 \begin_inset ERT
18753 status collapsed
18754
18755 \begin_layout Plain Layout
18756
18757
18758 \backslash
18759 setlength{
18760 \backslash
18761 arrayrulewidth}{1.5pt}
18762 \end_layout
18763
18764 \end_inset
18765
18766
18767 \end_layout
18768
18769 \begin_layout Standard
18770 To color vertical lines for example with green, create the following column
18771  format in the document preamble, according to the description in section
18772 \begin_inset space ~
18773 \end_inset
18774
18775
18776 \begin_inset CommandInset ref
18777 LatexCommand ref
18778 reference "subsec:Customized-Format"
18779
18780 \end_inset
18781
18782 :
18783 \end_layout
18784
18785 \begin_layout Standard
18786
18787 \series bold
18788
18789 \backslash
18790 newcolumntype{W}{!{
18791 \backslash
18792 color{green}
18793 \backslash
18794 vline}}
18795 \end_layout
18796
18797 \begin_layout Standard
18798 For Table
18799 \begin_inset space ~
18800 \end_inset
18801
18802
18803 \begin_inset CommandInset ref
18804 LatexCommand ref
18805 reference "tab:Table-with-vertical-colored"
18806
18807 \end_inset
18808
18809  the \SpecialChar LaTeX
18810 -argument
18811 \series bold
18812  WcW
18813 \series default
18814  was used for the last column and
18815 \series bold
18816  Wc
18817 \series default
18818  for the other columns.
18819 \end_layout
18820
18821 \begin_layout Standard
18822 If you want to have several colors, define more column formats.
18823 \end_layout
18824
18825 \begin_layout Standard
18826 \begin_inset Float table
18827 placement h
18828 alignment document
18829 wide false
18830 sideways false
18831 status open
18832
18833 \begin_layout Plain Layout
18834 \begin_inset Caption Standard
18835
18836 \begin_layout Plain Layout
18837 \begin_inset CommandInset label
18838 LatexCommand label
18839 name "tab:Table-with-vertical-colored"
18840
18841 \end_inset
18842
18843 Table with colored vertical lines
18844 \end_layout
18845
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \begin_layout Plain Layout
18852 \align center
18853 \begin_inset Tabular
18854 <lyxtabular version="3" rows="3" columns="3">
18855 <features tabularvalignment="middle">
18856 <column alignment="center" valignment="top" special="Wc">
18857 <column alignment="center" valignment="top" special="Wc">
18858 <column alignment="center" valignment="top" special="WcW">
18859 <row>
18860 <cell alignment="center" valignment="top" topline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864 sd
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 <cell alignment="center" valignment="top" topline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 <cell alignment="center" valignment="top" topline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 </row>
18888 <row>
18889 <cell alignment="center" valignment="top" topline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902 sd
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 <row>
18918 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 sd
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 </row>
18946 </lyxtabular>
18947
18948 \end_inset
18949
18950
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \begin_layout Standard
18959 \begin_inset VSpace bigskip
18960 \end_inset
18961
18962 To color all horizontal lines for example with red, as in Table
18963 \begin_inset space ~
18964 \end_inset
18965
18966
18967 \begin_inset CommandInset ref
18968 LatexCommand ref
18969 reference "tab:Table-with-horizontal-colored"
18970
18971 \end_inset
18972
18973 , insert these commands in \SpecialChar TeX
18974  code before the table or table float:
18975 \end_layout
18976
18977 \begin_layout Standard
18978
18979 \series bold
18980
18981 \backslash
18982 let
18983 \backslash
18984 myHlineC
18985 \backslash
18986 hline
18987 \begin_inset Newline newline
18988 \end_inset
18989
18990
18991 \backslash
18992 renewcommand{
18993 \backslash
18994 hline}
18995 \begin_inset Newline newline
18996 \end_inset
18997
18998
18999 \begin_inset Phantom HPhantom
19000 status open
19001
19002 \begin_layout Plain Layout
19003
19004 \series bold
19005 \begin_inset space ~
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \end_inset
19012
19013 {
19014 \backslash
19015 arrayrulecolor{red}
19016 \backslash
19017 myHlineC
19018 \backslash
19019 arrayrulecolor{black}}
19020 \end_layout
19021
19022 \begin_layout Standard
19023 \begin_inset ERT
19024 status collapsed
19025
19026 \begin_layout Plain Layout
19027
19028
19029 \backslash
19030 let
19031 \backslash
19032 myHlineC
19033 \backslash
19034 hline
19035 \end_layout
19036
19037 \begin_layout Plain Layout
19038
19039
19040 \backslash
19041 renewcommand{
19042 \backslash
19043 hline}
19044 \end_layout
19045
19046 \begin_layout Plain Layout
19047
19048  {
19049 \backslash
19050 arrayrulecolor{red}
19051 \backslash
19052 myHlineC
19053 \backslash
19054 arrayrulecolor{black}}
19055 \end_layout
19056
19057 \end_inset
19058
19059
19060 \begin_inset Float table
19061 placement h
19062 alignment document
19063 wide false
19064 sideways false
19065 status open
19066
19067 \begin_layout Plain Layout
19068 \begin_inset Caption Standard
19069
19070 \begin_layout Plain Layout
19071 \begin_inset CommandInset label
19072 LatexCommand label
19073 name "tab:Table-with-horizontal-colored"
19074
19075 \end_inset
19076
19077 Table with colored horizontal lines
19078 \end_layout
19079
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \begin_layout Plain Layout
19086 \align center
19087 \begin_inset Tabular
19088 <lyxtabular version="3" rows="3" columns="3">
19089 <features tabularvalignment="middle">
19090 <column alignment="center" valignment="top">
19091 <column alignment="center" valignment="top">
19092 <column alignment="center" valignment="top">
19093 <row>
19094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098 sd
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 </row>
19122 <row>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 sd
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 </row>
19151 <row>
19152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 sd
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 </row>
19180 </lyxtabular>
19181
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \end_inset
19188
19189
19190 \end_layout
19191
19192 \begin_layout Standard
19193 To return to the default line color black, insert this command in \SpecialChar TeX
19194  code
19195  after the table or table float:
19196 \end_layout
19197
19198 \begin_layout Standard
19199
19200 \series bold
19201
19202 \backslash
19203 renewcommand{
19204 \backslash
19205 hline}{
19206 \backslash
19207 myHlineC}
19208 \end_layout
19209
19210 \begin_layout Standard
19211 Table
19212 \begin_inset space ~
19213 \end_inset
19214
19215
19216 \begin_inset CommandInset ref
19217 LatexCommand ref
19218 reference "tab:Table-with-colored"
19219
19220 \end_inset
19221
19222  is an example with colored vertical and horizontal lines.
19223 \end_layout
19224
19225 \begin_layout Standard
19226 \begin_inset Float table
19227 placement h
19228 alignment document
19229 wide false
19230 sideways false
19231 status open
19232
19233 \begin_layout Plain Layout
19234 \begin_inset Caption Standard
19235
19236 \begin_layout Plain Layout
19237 \begin_inset CommandInset label
19238 LatexCommand label
19239 name "tab:Table-with-colored"
19240
19241 \end_inset
19242
19243 Table with colored lines
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \begin_layout Plain Layout
19252 \align center
19253 \begin_inset Tabular
19254 <lyxtabular version="3" rows="3" columns="3">
19255 <features tabularvalignment="middle">
19256 <column alignment="center" valignment="top" special="Wc">
19257 <column alignment="center" valignment="top" special="Wc">
19258 <column alignment="center" valignment="top" special="WcW">
19259 <row>
19260 <cell alignment="center" valignment="top" topline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 sd
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 sd
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 <cell alignment="center" valignment="top" topline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row topspace="default">
19318 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 sd
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 </row>
19346 </lyxtabular>
19347
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \begin_layout Standard
19359 \begin_inset ERT
19360 status collapsed
19361
19362 \begin_layout Plain Layout
19363
19364
19365 \backslash
19366 renewcommand{
19367 \backslash
19368 hline}{
19369 \backslash
19370 myHlineC}
19371 \end_layout
19372
19373 \end_inset
19374
19375
19376 \end_layout
19377
19378 \begin_layout Standard
19379 \begin_inset ERT
19380 status collapsed
19381
19382 \begin_layout Plain Layout
19383
19384
19385 \backslash
19386 setlength{
19387 \backslash
19388 arrayrulewidth}{1.2pt}
19389 \end_layout
19390
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \begin_layout Standard
19397 To color only some of the table lines another strategy is necessary.
19398  To color all following horizontal lines, insert this command as \SpecialChar TeX
19399  code as
19400  last thing in the row that should be above the first colored line:
19401 \end_layout
19402
19403 \begin_layout Standard
19404
19405 \series bold
19406
19407 \backslash
19408
19409 \backslash
19410
19411 \backslash
19412 arrayrulecolor{blue}%
19413 \end_layout
19414
19415 \begin_layout Standard
19416 To go back to black lines, add this command as first thing in the row that
19417  is above the black lines:
19418 \end_layout
19419
19420 \begin_layout Standard
19421
19422 \series bold
19423
19424 \backslash
19425 arrayrulecolor{black}
19426 \end_layout
19427
19428 \begin_layout Standard
19429 With this one can color table lines like in Table
19430 \begin_inset space ~
19431 \end_inset
19432
19433
19434 \begin_inset CommandInset ref
19435 LatexCommand ref
19436 reference "tab:Table-with-different-hor"
19437
19438 \end_inset
19439
19440 .
19441  However, with this method it is not possible to color the line above the
19442  first row of a table.
19443 \end_layout
19444
19445 \begin_layout Standard
19446 \begin_inset Float table
19447 placement document
19448 alignment document
19449 wide false
19450 sideways false
19451 status open
19452
19453 \begin_layout Plain Layout
19454 \begin_inset Caption Standard
19455
19456 \begin_layout Plain Layout
19457 \begin_inset CommandInset label
19458 LatexCommand label
19459 name "tab:Table-with-different-hor"
19460
19461 \end_inset
19462
19463 Table with different horizontal line colors.
19464 \end_layout
19465
19466 \end_inset
19467
19468
19469 \end_layout
19470
19471 \begin_layout Plain Layout
19472 \align center
19473 \begin_inset Tabular
19474 <lyxtabular version="3" rows="6" columns="7">
19475 <features tabularvalignment="middle">
19476 <column alignment="center" valignment="top">
19477 <column alignment="center" valignment="top">
19478 <column alignment="center" valignment="top">
19479 <column alignment="center" valignment="top">
19480 <column alignment="center" valignment="top">
19481 <column alignment="center" valignment="top">
19482 <column alignment="center" valignment="top">
19483 <row>
19484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 <cell alignment="center" valignment="top" topline="true" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 <cell alignment="center" valignment="top" topline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 <cell alignment="center" valignment="top" topline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 <cell alignment="center" valignment="top" topline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 <cell alignment="center" valignment="top" topline="true" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Plain Layout
19533
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 \begin_inset ERT
19543 status open
19544
19545 \begin_layout Plain Layout
19546
19547
19548 \backslash
19549
19550 \backslash
19551
19552 \backslash
19553 arrayrulecolor{blue}%
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 </row>
19564 <row>
19565 <cell alignment="center" valignment="top" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 Y
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 Y
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 </row>
19629 <row>
19630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 \begin_inset ERT
19635 status open
19636
19637 \begin_layout Plain Layout
19638
19639
19640 \backslash
19641 arrayrulecolor{black}
19642 \end_layout
19643
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 <cell alignment="center" valignment="top" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 <cell alignment="center" valignment="top" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 <cell alignment="center" valignment="top" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 </row>
19706 <row>
19707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 <cell alignment="center" valignment="top" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 <cell alignment="center" valignment="top" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729
19730 \end_layout
19731
19732 \end_inset
19733 </cell>
19734 <cell alignment="center" valignment="top" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 <cell alignment="center" valignment="top" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 \begin_inset ERT
19766 status collapsed
19767
19768 \begin_layout Plain Layout
19769
19770
19771 \backslash
19772
19773 \backslash
19774
19775 \backslash
19776 arrayrulecolor{green}%
19777 \end_layout
19778
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 </row>
19787 <row>
19788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 </row>
19852 <row>
19853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857 \begin_inset ERT
19858 status collapsed
19859
19860 \begin_layout Plain Layout
19861
19862
19863 \backslash
19864 arrayrulecolor{black}
19865 \end_layout
19866
19867 \end_inset
19868
19869 B
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset ERT
19924 status collapsed
19925
19926 \begin_layout Plain Layout
19927
19928
19929 \backslash
19930
19931 \backslash
19932
19933 \backslash
19934 arrayrulecolor{blue}%
19935 \end_layout
19936
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 </row>
19945 </lyxtabular>
19946
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \begin_layout Standard
19958 To change the color of vertical lines within a row, like in Table
19959 \begin_inset space ~
19960 \end_inset
19961
19962
19963 \begin_inset CommandInset ref
19964 LatexCommand ref
19965 reference "tab:Table-with-different-ver"
19966
19967 \end_inset
19968
19969 , one needs to use multicolumns.
19970  At first one needs to remove all vertical lines that don't run along the
19971  whole column.
19972  Now one colors all lines using the command
19973 \end_layout
19974
19975 \begin_layout Standard
19976
19977 \series bold
19978
19979 \backslash
19980
19981 \backslash
19982
19983 \backslash
19984 arrayrulecolor{blue}%
19985 \end_layout
19986
19987 \begin_layout Standard
19988 as above.
19989  Finally one inserts this command as \SpecialChar TeX
19990  code to every cell in the row where
19991  one needs a vertical line in a different color:
19992 \end_layout
19993
19994 \begin_layout Standard
19995
19996 \series bold
19997
19998 \backslash
19999 multicolumn{1}{!{
20000 \backslash
20001 color{green}
20002 \backslash
20003 vline}c!{
20004 \backslash
20005 color{red}
20006 \backslash
20007 vline}}{
20008 \end_layout
20009
20010 \begin_layout Standard
20011 This adds a vertical line to both sides of the cell.
20012  The left one will be green, the right one red.
20013  If no color change is necessary one can omit the 
20014 \series bold
20015
20016 \backslash
20017 color
20018 \series default
20019  command in the above command.
20020  To get for example a black left line and a blue right line you can write:
20021 \end_layout
20022
20023 \begin_layout Standard
20024
20025 \series bold
20026
20027 \backslash
20028 multicolumn{1}{!{
20029 \backslash
20030 color{black}
20031 \backslash
20032 vline}c|}{
20033 \end_layout
20034
20035 \begin_layout Standard
20036 because the color blue was already set for all lines.
20037  The 
20038 \series bold
20039 |
20040 \series default
20041  creates hereby the vertical line while 
20042 \series bold
20043
20044 \backslash
20045 vline
20046 \series default
20047  does this when 
20048 \series bold
20049
20050 \backslash
20051 color
20052 \series default
20053  is used.
20054  To set vertical lines without changing any color use
20055 \end_layout
20056
20057 \begin_layout Standard
20058
20059 \series bold
20060
20061 \backslash
20062 multicolumn{1}{|c|}{
20063 \end_layout
20064
20065 \begin_layout Standard
20066 After this command insert the cell content the normal way and end the cell
20067  with a closing brace 
20068 \series bold
20069 }
20070 \series default
20071  in \SpecialChar TeX
20072  code.
20073 \end_layout
20074
20075 \begin_layout Standard
20076 \begin_inset Float table
20077 placement document
20078 alignment document
20079 wide false
20080 sideways false
20081 status open
20082
20083 \begin_layout Plain Layout
20084 \begin_inset Caption Standard
20085
20086 \begin_layout Plain Layout
20087 \begin_inset CommandInset label
20088 LatexCommand label
20089 name "tab:Table-with-different-ver"
20090
20091 \end_inset
20092
20093 Table with different vertical line colors in one row.
20094 \end_layout
20095
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \begin_layout Plain Layout
20102 \align center
20103 \begin_inset Tabular
20104 <lyxtabular version="3" rows="5" columns="7">
20105 <features tabularvalignment="middle">
20106 <column alignment="center" valignment="top">
20107 <column alignment="center" valignment="top">
20108 <column alignment="center" valignment="top">
20109 <column alignment="center" valignment="top">
20110 <column alignment="center" valignment="top">
20111 <column alignment="center" valignment="top">
20112 <column alignment="center" valignment="top">
20113 <row>
20114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" topline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" topline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 <cell alignment="center" valignment="top" topline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 <cell alignment="center" valignment="top" topline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 \begin_inset ERT
20173 status open
20174
20175 \begin_layout Plain Layout
20176
20177
20178 \backslash
20179
20180 \backslash
20181
20182 \backslash
20183 arrayrulecolor{red}%
20184 \end_layout
20185
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 </row>
20194 <row>
20195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199 \begin_inset ERT
20200 status open
20201
20202 \begin_layout Plain Layout
20203
20204
20205 \backslash
20206 multicolumn{1}{!{
20207 \backslash
20208 color{black}
20209 \backslash
20210 vline}c|}{
20211 \end_layout
20212
20213 \end_inset
20214
20215 Y
20216 \begin_inset ERT
20217 status collapsed
20218
20219 \begin_layout Plain Layout
20220
20221 }
20222 \end_layout
20223
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 \begin_inset ERT
20272 status open
20273
20274 \begin_layout Plain Layout
20275
20276
20277 \backslash
20278 multicolumn{1}{c|}{
20279 \end_layout
20280
20281 \end_inset
20282
20283
20284 \begin_inset ERT
20285 status collapsed
20286
20287 \begin_layout Plain Layout
20288
20289 }
20290 \end_layout
20291
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 \begin_inset ERT
20304 status open
20305
20306 \begin_layout Plain Layout
20307
20308
20309 \backslash
20310 multicolumn{1}{c!{
20311 \backslash
20312 color{black}
20313 \backslash
20314 vline}}{
20315 \end_layout
20316
20317 \end_inset
20318
20319 Y
20320 \begin_inset ERT
20321 status collapsed
20322
20323 \begin_layout Plain Layout
20324
20325 }
20326 \end_layout
20327
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 </row>
20336 <row>
20337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset ERT
20342 status collapsed
20343
20344 \begin_layout Plain Layout
20345
20346
20347 \backslash
20348 arrayrulecolor{black}
20349 \end_layout
20350
20351 \end_inset
20352
20353
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407 \begin_inset ERT
20408 status collapsed
20409
20410 \begin_layout Plain Layout
20411
20412
20413 \backslash
20414
20415 \backslash
20416
20417 \backslash
20418 arrayrulecolor{magenta}%
20419 \end_layout
20420
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434 \begin_inset ERT
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438
20439
20440 \backslash
20441 multicolumn{1}{|c!{
20442 \backslash
20443 color{red}
20444 \backslash
20445 vline}}{
20446 \end_layout
20447
20448 \end_inset
20449
20450
20451 \begin_inset ERT
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455
20456 }
20457 \end_layout
20458
20459 \end_inset
20460
20461
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset ERT
20471 status collapsed
20472
20473 \begin_layout Plain Layout
20474
20475
20476 \backslash
20477 multicolumn{1}{c!{
20478 \backslash
20479 color{green}
20480 \backslash
20481 vline}}{
20482 \end_layout
20483
20484 \end_inset
20485
20486
20487 \begin_inset ERT
20488 status collapsed
20489
20490 \begin_layout Plain Layout
20491
20492 }
20493 \end_layout
20494
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \end_inset
20501 </cell>
20502 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506 \begin_inset ERT
20507 status collapsed
20508
20509 \begin_layout Plain Layout
20510
20511
20512 \backslash
20513 multicolumn{1}{c!{
20514 \backslash
20515 color{yellow}
20516 \backslash
20517 vline}}{
20518 \end_layout
20519
20520 \end_inset
20521
20522
20523 \begin_inset ERT
20524 status collapsed
20525
20526 \begin_layout Plain Layout
20527
20528 }
20529 \end_layout
20530
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542 \begin_inset ERT
20543 status collapsed
20544
20545 \begin_layout Plain Layout
20546
20547
20548 \backslash
20549 multicolumn{1}{c!{
20550 \backslash
20551 color{blue}
20552 \backslash
20553 vline}}{
20554 \end_layout
20555
20556 \end_inset
20557
20558
20559 \begin_inset ERT
20560 status collapsed
20561
20562 \begin_layout Plain Layout
20563
20564 }
20565 \end_layout
20566
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \end_inset
20573 </cell>
20574 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578 \begin_inset ERT
20579 status collapsed
20580
20581 \begin_layout Plain Layout
20582
20583
20584 \backslash
20585 multicolumn{1}{c!{
20586 \backslash
20587 color{cyan}
20588 \backslash
20589 vline}}{
20590 \end_layout
20591
20592 \end_inset
20593
20594
20595 \begin_inset ERT
20596 status collapsed
20597
20598 \begin_layout Plain Layout
20599
20600 }
20601 \end_layout
20602
20603 \end_inset
20604
20605
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 \begin_inset ERT
20615 status collapsed
20616
20617 \begin_layout Plain Layout
20618
20619
20620 \backslash
20621 multicolumn{1}{c!{
20622 \backslash
20623 color{black}
20624 \backslash
20625 vline}}{
20626 \end_layout
20627
20628 \end_inset
20629
20630
20631 \begin_inset ERT
20632 status collapsed
20633
20634 \begin_layout Plain Layout
20635
20636 }
20637 \end_layout
20638
20639 \end_inset
20640
20641
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650 \begin_inset ERT
20651 status collapsed
20652
20653 \begin_layout Plain Layout
20654
20655
20656 \backslash
20657 multicolumn{1}{c|}{
20658 \end_layout
20659
20660 \end_inset
20661
20662
20663 \begin_inset ERT
20664 status collapsed
20665
20666 \begin_layout Plain Layout
20667
20668 }
20669 \end_layout
20670
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684 \begin_inset ERT
20685 status collapsed
20686
20687 \begin_layout Plain Layout
20688
20689
20690 \backslash
20691 arrayrulecolor{black}
20692 \end_layout
20693
20694 \end_inset
20695
20696 B
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 </row>
20756 </lyxtabular>
20757
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \begin_layout Standard
20769 \begin_inset ERT
20770 status collapsed
20771
20772 \begin_layout Plain Layout
20773
20774
20775 \backslash
20776 setlength{
20777 \backslash
20778 arrayrulewidth}{0.4pt}
20779 \end_layout
20780
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \begin_layout Section
20787 Rotated Table Cells
20788 \begin_inset CommandInset label
20789 LatexCommand label
20790 name "sec:Rotated-Table-Cells"
20791
20792 \end_inset
20793
20794
20795 \begin_inset Index idx
20796 status collapsed
20797
20798 \begin_layout Plain Layout
20799 Table ! Rotated Cells
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \begin_inset Index idx
20806 status collapsed
20807
20808 \begin_layout Plain Layout
20809 Rotated Material
20810 \end_layout
20811
20812 \end_inset
20813
20814
20815 \end_layout
20816
20817 \begin_layout Standard
20818 \begin_inset Note Greyedout
20819 status open
20820
20821 \begin_layout Plain Layout
20822
20823 \series bold
20824 Note:
20825 \series default
20826  Not all DVI-viewers are able to display rotations.
20827 \end_layout
20828
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \begin_layout Standard
20835 Table
20836 \begin_inset space ~
20837 \end_inset
20838
20839
20840 \begin_inset CommandInset ref
20841 LatexCommand ref
20842 reference "tab:Table-with-rotated"
20843 plural "false"
20844 caps "false"
20845 noprefix "false"
20846
20847 \end_inset
20848
20849  is an example where 3
20850 \begin_inset space ~
20851 \end_inset
20852
20853 cells were rotated by 45
20854 \begin_inset space \thinspace{}
20855 \end_inset
20856
20857 °.
20858 \end_layout
20859
20860 \begin_layout Standard
20861 \begin_inset Float table
20862 placement h
20863 alignment document
20864 wide false
20865 sideways false
20866 status open
20867
20868 \begin_layout Plain Layout
20869 \begin_inset Caption Standard
20870
20871 \begin_layout Plain Layout
20872 \begin_inset CommandInset label
20873 LatexCommand label
20874 name "tab:Table-with-rotated"
20875
20876 \end_inset
20877
20878 Table with rotated cells in the first row.
20879 \end_layout
20880
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \begin_layout Plain Layout
20887 \noindent
20888 \align center
20889 \begin_inset Tabular
20890 <lyxtabular version="3" rows="2" columns="3">
20891 <features tabularvalignment="middle">
20892 <column alignment="center" valignment="top" width="0pt">
20893 <column alignment="center" valignment="top" width="0pt">
20894 <column alignment="center" valignment="top" width="0pt">
20895 <row>
20896 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900 cups
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 plates
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 saucers
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 </row>
20924 <row>
20925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 45
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938 33
20939 \end_layout
20940
20941 \end_inset
20942 </cell>
20943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947 21
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 </row>
20953 </lyxtabular>
20954
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \begin_layout Standard
20966 \begin_inset Note Greyedout
20967 status open
20968
20969 \begin_layout Plain Layout
20970
20971 \series bold
20972 Note:
20973 \series default
20974  Line breaks (shortcut 
20975 \begin_inset Info
20976 type  "shortcut"
20977 arg   "newline-insert newline"
20978 \end_inset
20979
20980 ) are not allowed in rotated cells.
20981 \end_layout
20982
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \begin_layout Standard
20989 If you want to rotate table cells containing line breaks, you have to put
20990  the cell content into a minipage or a parbox.
20991 \begin_inset Foot
20992 status collapsed
20993
20994 \begin_layout Plain Layout
20995 For more about these boxes see sec.
20996 \begin_inset space \thinspace{}
20997 \end_inset
20998
20999
21000 \begin_inset CommandInset ref
21001 LatexCommand ref
21002 reference "sec:Minipages"
21003
21004 \end_inset
21005
21006  and 
21007 \begin_inset CommandInset ref
21008 LatexCommand ref
21009 reference "sec:Parboxes"
21010
21011 \end_inset
21012
21013 .
21014 \end_layout
21015
21016 \end_inset
21017
21018  If you rotate this cell by 90
21019 \begin_inset space \thinspace{}
21020 \end_inset
21021
21022 ° the width of the box is the height of the cell.
21023  To avoid to estimate a suitable box width one can use a minipage with a
21024  variable width.
21025  Such a box is inserted by loading the module 
21026 \family sans
21027 Variable-width
21028 \begin_inset space ~
21029 \end_inset
21030
21031 Minipages
21032 \family default
21033  in the document settings.
21034  Then one can use the menu 
21035 \family sans
21036 Insert\SpecialChar menuseparator
21037 Custom
21038 \begin_inset space ~
21039 \end_inset
21040
21041 Insets\SpecialChar menuseparator
21042 Minipage
21043 \begin_inset space ~
21044 \end_inset
21045
21046
21047 \family default
21048 (Var.
21049 \begin_inset space ~
21050 \end_inset
21051
21052 Width).
21053  Table
21054 \begin_inset space ~
21055 \end_inset
21056
21057
21058 \begin_inset CommandInset ref
21059 LatexCommand ref
21060 reference "tab:Table-with-rotated-multi"
21061
21062 \end_inset
21063
21064  is an example for a rotated multiline cell where a variable width minipage
21065  is used.
21066 \end_layout
21067
21068 \begin_layout Standard
21069 \begin_inset Float table
21070 placement document
21071 alignment document
21072 wide false
21073 sideways false
21074 status open
21075
21076 \begin_layout Plain Layout
21077 \begin_inset Caption Standard
21078
21079 \begin_layout Plain Layout
21080 \begin_inset CommandInset label
21081 LatexCommand label
21082 name "tab:Table-with-rotated-multi"
21083
21084 \end_inset
21085
21086 Table with rotated multiline cell.
21087 \end_layout
21088
21089 \end_inset
21090
21091
21092 \end_layout
21093
21094 \begin_layout Plain Layout
21095 \noindent
21096 \align center
21097 \begin_inset Tabular
21098 <lyxtabular version="3" rows="2" columns="3">
21099 <features tabularvalignment="middle">
21100 <column alignment="center" valignment="top">
21101 <column alignment="center" valignment="top" width="0pt">
21102 <column alignment="center" valignment="top">
21103 <row>
21104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 a
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 \begin_inset Flex Minipage (Var. Width)
21118 status open
21119
21120 \begin_layout Plain Layout
21121 rotated cell
21122 \begin_inset Newline newline
21123 \end_inset
21124
21125 with line break
21126 \begin_inset space ~
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 e
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 </row>
21149 <row>
21150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 b
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 c
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 d
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 </row>
21178 </lyxtabular>
21179
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \begin_layout Section
21191 Table Width Calculation
21192 \begin_inset CommandInset label
21193 LatexCommand label
21194 name "sec:Table-Width-Calculation"
21195
21196 \end_inset
21197
21198
21199 \end_layout
21200
21201 \begin_layout Standard
21202 For wide tables it is sometimes difficult to assure that the table does
21203  not protrude over the page margin.
21204  Setting a fixed width for every column of the table is the solution, but
21205  what amount of space is needed for each column?
21206 \end_layout
21207
21208 \begin_layout Standard
21209 The table width 
21210 \begin_inset Formula $W_{\mathrm{table}}$
21211 \end_inset
21212
21213  can be calculated: Every column has the width of the specified column width
21214  
21215 \begin_inset Formula $W_{\mathrm{column}}$
21216 \end_inset
21217
21218  (that the content of the column can consume) plus two times the separation
21219  between the column content and the column border (\SpecialChar LaTeX
21220  length
21221 \series bold
21222  
21223 \backslash
21224 tabcolsep
21225 \series default
21226 , default 6
21227 \begin_inset space \thinspace{}
21228 \end_inset
21229
21230 pt) plus the width of a border line (\SpecialChar LaTeX
21231  length 
21232 \series bold
21233
21234 \backslash
21235 arrayrulewidth
21236 \series default
21237 , default 0.4
21238 \begin_inset space \thinspace{}
21239 \end_inset
21240
21241 pt): So if all 
21242 \begin_inset Formula $n$
21243 \end_inset
21244
21245
21246 \begin_inset space ~
21247 \end_inset
21248
21249 columns have the same width, the table width is
21250 \begin_inset Formula 
21251 \begin{equation}
21252 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21253 \end{equation}
21254
21255 \end_inset
21256
21257
21258 \end_layout
21259
21260 \begin_layout Standard
21261 The available width for a table is the space between the page margins or
21262  the width of a text column (for a two-column document) (\SpecialChar LaTeX
21263  length 
21264 \series bold
21265
21266 \backslash
21267 columnwidth
21268 \series default
21269 ).
21270  If all table columns should have the same width and 
21271 \begin_inset Formula $W_{\mathrm{table}}$
21272 \end_inset
21273
21274  should be 1
21275 \begin_inset space \thinspace{}
21276 \end_inset
21277
21278
21279 \backslash
21280 columnwidth, 
21281 \begin_inset Formula $W_{\mathrm{column}}$
21282 \end_inset
21283
21284  can easily be calculated.
21285 \end_layout
21286
21287 \begin_layout Standard
21288 To be able to perform calculations you need to load the \SpecialChar LaTeX
21289 -package 
21290 \series bold
21291 calc
21292 \series default
21293
21294 \begin_inset Index idx
21295 status collapsed
21296
21297 \begin_layout Plain Layout
21298 \SpecialChar LaTeX
21299 -packages ! calc
21300 \end_layout
21301
21302 \end_inset
21303
21304  in the document preamble.
21305  To set the width in the table dialog you have to use the field 
21306 \family sans
21307 \SpecialChar LaTeX
21308  argument
21309 \family default
21310 .
21311  The command scheme for this field is the same that is explained in section
21312 \begin_inset space ~
21313 \end_inset
21314
21315
21316 \begin_inset CommandInset ref
21317 LatexCommand ref
21318 reference "subsec:Multicolumn-Calculations"
21319
21320 \end_inset
21321
21322 .
21323  For a table with 5
21324 \begin_inset space \thinspace{}
21325 \end_inset
21326
21327 columns with an uniform width and centered text, enter there for each column
21328  the command
21329 \end_layout
21330
21331 \begin_layout Standard
21332
21333 \series bold
21334 >{
21335 \backslash
21336 centering}p{(1
21337 \backslash
21338 columnwidth-62.4pt)/5}
21339 \end_layout
21340
21341 \begin_layout Standard
21342 For a table with 5
21343 \begin_inset space \thinspace{}
21344 \end_inset
21345
21346 columns where 2 should have 0.75
21347 \begin_inset space ~
21348 \end_inset
21349
21350 times the width than the 3 others, the calculation is
21351 \begin_inset Formula 
21352 \begin{align}
21353 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21354  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21355  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
21356 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21357 \end{align}
21358
21359 \end_inset
21360
21361
21362 \end_layout
21363
21364 \begin_layout Standard
21365 In the table therefore the command
21366 \end_layout
21367
21368 \begin_layout Standard
21369
21370 \series bold
21371 >{
21372 \backslash
21373 centering}p{(1
21374 \backslash
21375 columnwidth-62.4pt)/
21376 \backslash
21377 real{4.5}}
21378 \end_layout
21379
21380 \begin_layout Standard
21381 is used for the wider columns and
21382 \end_layout
21383
21384 \begin_layout Standard
21385
21386 \series bold
21387 >{
21388 \backslash
21389 centering}p{(1
21390 \backslash
21391 columnwidth-62.4pt)/
21392 \backslash
21393 real{4.5}*
21394 \backslash
21395 real{0.75}}
21396 \end_layout
21397
21398 \begin_layout Standard
21399 for the smaller ones:
21400 \end_layout
21401
21402 \begin_layout Standard
21403 \begin_inset Tabular
21404 <lyxtabular version="3" rows="2" columns="5">
21405 <features tabularvalignment="middle">
21406 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21407 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21408 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21409 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21410 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21411 <row>
21412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 1
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 2
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 3
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443 4
21444 \end_layout
21445
21446 \end_inset
21447 </cell>
21448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452 5
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 </row>
21458 <row>
21459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 111111 1111111 111111 111111111 11111 11111 1111
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481 2222 22222 222222 222222222 2222222 22 22222
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499 333333 333333 333333 33333 3333333 333
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 </row>
21505 </lyxtabular>
21506
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \begin_layout Section
21513 Table Customization
21514 \begin_inset Index idx
21515 status collapsed
21516
21517 \begin_layout Plain Layout
21518 Table Customization
21519 \end_layout
21520
21521 \end_inset
21522
21523
21524 \begin_inset Index idx
21525 status collapsed
21526
21527 \begin_layout Plain Layout
21528 Table ! Customization
21529 \end_layout
21530
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \begin_layout Subsection
21537 Row Spacing
21538 \begin_inset CommandInset label
21539 LatexCommand label
21540 name "subsec:Row-Spacing"
21541
21542 \end_inset
21543
21544
21545 \begin_inset Index idx
21546 status collapsed
21547
21548 \begin_layout Plain Layout
21549 Table Customization ! Row Spacing
21550 \end_layout
21551
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \begin_layout Standard
21558 You can add vertical space to table rows in the 
21559 \family sans
21560 Borders
21561 \family default
21562  tab of the table dialog.
21563  You find there three possibilities:
21564 \end_layout
21565
21566 \begin_layout Description
21567 Top
21568 \begin_inset space ~
21569 \end_inset
21570
21571 of
21572 \begin_inset space ~
21573 \end_inset
21574
21575 row will add space above the characters of the table row.
21576  If the table is a formal table
21577 \begin_inset Foot
21578 status collapsed
21579
21580 \begin_layout Plain Layout
21581 Formal tables are explained in section
21582 \begin_inset space ~
21583 \end_inset
21584
21585
21586 \begin_inset CommandInset ref
21587 LatexCommand ref
21588 reference "sec:Formal-Tables"
21589
21590 \end_inset
21591
21592 .
21593 \end_layout
21594
21595 \end_inset
21596
21597  \SpecialChar LyX
21598  will insert as default 0.5
21599 \begin_inset space \thinspace{}
21600 \end_inset
21601
21602 em space.
21603  For normal tables the inserted space will unfortunately destroy the vertical
21604  table lines as in the following table:
21605 \begin_inset VSpace medskip
21606 \end_inset
21607
21608
21609 \begin_inset Newline newline
21610 \end_inset
21611
21612
21613 \begin_inset space \hspace*{}
21614 \length 0pt
21615 \end_inset
21616
21617
21618 \begin_inset space \hfill{}
21619 \end_inset
21620
21621
21622 \begin_inset Tabular
21623 <lyxtabular version="3" rows="3" columns="1">
21624 <features tabularvalignment="middle">
21625 <column alignment="center" valignment="top">
21626 <row>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 A
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row topspace="3mm">
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 3
21643 \begin_inset space \thinspace{}
21644 \end_inset
21645
21646 mm space top of row
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657 C
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 </lyxtabular>
21664
21665 \end_inset
21666
21667
21668 \begin_inset space \hfill{}
21669 \end_inset
21670
21671
21672 \begin_inset space \hspace*{}
21673 \length 0pt
21674 \end_inset
21675
21676
21677 \begin_inset VSpace medskip
21678 \end_inset
21679
21680
21681 \begin_inset Newline newline
21682 \end_inset
21683
21684 So inserting space in the top of row for normal tables is only useful when
21685  you don't have vertical lines.
21686 \end_layout
21687
21688 \begin_layout Description
21689 Bottom
21690 \begin_inset space ~
21691 \end_inset
21692
21693 of
21694 \begin_inset space ~
21695 \end_inset
21696
21697 row will add space below the characters of the table row.
21698  If the table is a formal table \SpecialChar LyX
21699  will insert as default 0.5
21700 \begin_inset space \thinspace{}
21701 \end_inset
21702
21703 em space, for normal tables the default size is 2
21704 \begin_inset space \thinspace{}
21705 \end_inset
21706
21707 pt.
21708 \end_layout
21709
21710 \begin_layout Description
21711 Between
21712 \begin_inset space ~
21713 \end_inset
21714
21715 rows adds space between the current and the following row.
21716  If the table is a formal table \SpecialChar LyX
21717  will insert as default 0.5
21718 \begin_inset space \thinspace{}
21719 \end_inset
21720
21721 em space.
21722  For normal tables the inserted space will unfortunately destroy the vertical
21723  table lines as in the following table:
21724 \begin_inset VSpace medskip
21725 \end_inset
21726
21727
21728 \begin_inset Newline newline
21729 \end_inset
21730
21731
21732 \begin_inset space \hspace*{}
21733 \length 0pt
21734 \end_inset
21735
21736
21737 \begin_inset space \hfill{}
21738 \end_inset
21739
21740
21741 \begin_inset Tabular
21742 <lyxtabular version="3" rows="3" columns="1">
21743 <features tabularvalignment="middle">
21744 <column alignment="center" valignment="top">
21745 <row>
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 A
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 </row>
21756 <row interlinespace="3mm">
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 \begin_inset Formula $\downarrow$
21762 \end_inset
21763
21764  3
21765 \begin_inset space \thinspace{}
21766 \end_inset
21767
21768 mm space between row 
21769 \begin_inset Formula $\downarrow$
21770 \end_inset
21771
21772
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 </row>
21778 <row>
21779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 \begin_inset Formula $\uparrow$
21784 \end_inset
21785
21786  3
21787 \begin_inset space \thinspace{}
21788 \end_inset
21789
21790 mm space between row 
21791 \begin_inset Formula $\uparrow$
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 </row>
21800 </lyxtabular>
21801
21802 \end_inset
21803
21804
21805 \begin_inset space \hfill{}
21806 \end_inset
21807
21808
21809 \begin_inset space \hspace*{}
21810 \length 0pt
21811 \end_inset
21812
21813
21814 \begin_inset VSpace medskip
21815 \end_inset
21816
21817
21818 \begin_inset Newline newline
21819 \end_inset
21820
21821 So inserting space between rows for normal tables is only useful when you
21822  don't have vertical lines.
21823 \end_layout
21824
21825 \begin_layout Standard
21826 \begin_inset VSpace bigskip
21827 \end_inset
21828
21829 When you want to add extra height to all cells of all tables, you can do
21830  this with the following preamble lines:
21831 \end_layout
21832
21833 \begin_layout Standard
21834
21835 \series bold
21836
21837 \backslash
21838 @ifundefined{extrarowheight}
21839 \begin_inset Newline newline
21840 \end_inset
21841
21842
21843 \begin_inset Phantom HPhantom
21844 status open
21845
21846 \begin_layout Plain Layout
21847
21848 \series bold
21849 \begin_inset space ~
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \end_inset
21856
21857 {
21858 \backslash
21859 usepackage{array}}{}
21860 \begin_inset Newline newline
21861 \end_inset
21862
21863
21864 \backslash
21865 setlength{
21866 \backslash
21867 extrarowheight}{height}
21868 \series default
21869
21870 \begin_inset Note Note
21871 status collapsed
21872
21873 \begin_layout Plain Layout
21874 The package 
21875 \series bold
21876 array
21877 \series default
21878  will be loaded automatically by \SpecialChar LyX
21879  when you use self defined table formats.
21880  To avoid that it is loaded twice the command 
21881 \series bold
21882
21883 \backslash
21884 @ifundefined
21885 \series default
21886  is used in the above command.
21887 \end_layout
21888
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \begin_layout Standard
21895 where the 
21896 \family sans
21897 height
21898 \family default
21899  can have one of the units listed in appendix
21900 \begin_inset space ~
21901 \end_inset
21902
21903
21904 \begin_inset CommandInset ref
21905 LatexCommand ref
21906 reference "cha:Units-available-in"
21907
21908 \end_inset
21909
21910 .
21911  But this has the disadvantage that the cell texts are no longer exactly
21912  vertically centered.
21913 \end_layout
21914
21915 \begin_layout Standard
21916 If you are using font sizes larger than the normal size, the table borders
21917  are often too close to the letters.
21918  This can be corrected by inserting the command 
21919 \series bold
21920
21921 \backslash
21922 strut
21923 \series default
21924  in \SpecialChar TeX
21925  Code at the beginning of a table row.
21926  Table
21927 \begin_inset space ~
21928 \end_inset
21929
21930
21931 \begin_inset CommandInset ref
21932 LatexCommand ref
21933 reference "tab:Vertical-alignment-of"
21934
21935 \end_inset
21936
21937  illustrates the effect.
21938 \end_layout
21939
21940 \begin_layout Standard
21941 \noindent
21942 \begin_inset Float table
21943 placement h
21944 alignment document
21945 wide false
21946 sideways false
21947 status open
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Caption Standard
21951
21952 \begin_layout Plain Layout
21953 \begin_inset CommandInset label
21954 LatexCommand label
21955 name "tab:Vertical-alignment-of"
21956
21957 \end_inset
21958
21959 Vertical alignment of text with large font sizes.
21960 \end_layout
21961
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \begin_layout Plain Layout
21968 \begin_inset space \hfill{}
21969 \end_inset
21970
21971
21972 \begin_inset Float table
21973 placement document
21974 alignment document
21975 wide false
21976 sideways false
21977 status collapsed
21978
21979 \begin_layout Plain Layout
21980 \begin_inset Caption Standard
21981
21982 \begin_layout Plain Layout
21983 Normal table.
21984 \end_layout
21985
21986 \end_inset
21987
21988
21989 \end_layout
21990
21991 \begin_layout Plain Layout
21992 \noindent
21993 \align center
21994 \begin_inset Tabular
21995 <lyxtabular version="3" rows="6" columns="1">
21996 <features tabularvalignment="middle">
21997 <column alignment="left" valignment="top">
21998 <row>
21999 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 Normal, g
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 <row>
22010 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014
22015 \size large
22016 Large
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \size larger
22029 Larger
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 </row>
22035 <row>
22036 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040
22041 \size largest
22042 Largest
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 <row>
22049 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \size huge
22055 Huge
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 </row>
22061 <row>
22062 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066
22067 \size huge
22068 Huger
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 </row>
22074 </lyxtabular>
22075
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \end_inset
22082
22083
22084 \begin_inset space \hfill{}
22085 \end_inset
22086
22087
22088 \begin_inset Float table
22089 placement document
22090 alignment document
22091 wide false
22092 sideways false
22093 status collapsed
22094
22095 \begin_layout Plain Layout
22096 \begin_inset Caption Standard
22097
22098 \begin_layout Plain Layout
22099 Table using the command 
22100 \series bold
22101
22102 \backslash
22103 strut
22104 \series default
22105 .
22106 \end_layout
22107
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \begin_layout Plain Layout
22114 \noindent
22115 \align center
22116 \begin_inset Tabular
22117 <lyxtabular version="3" rows="6" columns="1">
22118 <features tabularvalignment="middle">
22119 <column alignment="left" valignment="top">
22120 <row>
22121 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125 Normal, g
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 </row>
22131 <row>
22132 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136
22137 \size large
22138 \begin_inset ERT
22139 status collapsed
22140
22141 \begin_layout Plain Layout
22142
22143
22144 \backslash
22145 strut 
22146 \end_layout
22147
22148 \end_inset
22149
22150 Large
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 </row>
22156 <row>
22157 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161
22162 \size larger
22163 \begin_inset ERT
22164 status collapsed
22165
22166 \begin_layout Plain Layout
22167
22168
22169 \backslash
22170 strut 
22171 \end_layout
22172
22173 \end_inset
22174
22175 Larger
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 </row>
22181 <row>
22182 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186
22187 \size largest
22188 \begin_inset ERT
22189 status collapsed
22190
22191 \begin_layout Plain Layout
22192
22193
22194 \backslash
22195 strut 
22196 \end_layout
22197
22198 \end_inset
22199
22200 Largest
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 </row>
22206 <row>
22207 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211
22212 \size huge
22213 \begin_inset ERT
22214 status collapsed
22215
22216 \begin_layout Plain Layout
22217
22218
22219 \backslash
22220 strut 
22221 \end_layout
22222
22223 \end_inset
22224
22225 Huge
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 </row>
22231 <row>
22232 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236
22237 \size giant
22238 \begin_inset ERT
22239 status collapsed
22240
22241 \begin_layout Plain Layout
22242
22243
22244 \backslash
22245 strut 
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \size huge
22252 Huger
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 </row>
22258 </lyxtabular>
22259
22260 \end_inset
22261
22262
22263 \end_layout
22264
22265 \end_inset
22266
22267
22268 \begin_inset space \hfill{}
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \begin_layout Subsection
22280 Special Cell Alignment
22281 \begin_inset CommandInset label
22282 LatexCommand label
22283 name "subsec:Special-Cell-Alignment"
22284
22285 \end_inset
22286
22287
22288 \begin_inset Index idx
22289 status collapsed
22290
22291 \begin_layout Plain Layout
22292 Table Customization ! Special Cell Alignment
22293 \end_layout
22294
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \begin_layout Standard
22301 Sometimes it looks better when the cell entries of a column are aligned
22302  with a special character, e.
22303 \begin_inset space \thinspace{}
22304 \end_inset
22305
22306 g.
22307 \begin_inset space \space{}
22308 \end_inset
22309
22310 with the decimal separator as in Table
22311 \begin_inset space ~
22312 \end_inset
22313
22314
22315 \begin_inset CommandInset ref
22316 LatexCommand ref
22317 reference "tab:Table-cells-align"
22318
22319 \end_inset
22320
22321 .
22322  This alignment is achieved by setting the cursor into the column and then
22323  either pressing the toolbar button 
22324 \begin_inset Info
22325 type  "icon"
22326 arg   "tabular-feature align-decimal"
22327 \end_inset
22328
22329  or setting the alignment in the table settings to 
22330 \family sans
22331 At
22332 \begin_inset space ~
22333 \end_inset
22334
22335 Decimal
22336 \begin_inset space ~
22337 \end_inset
22338
22339 Separator
22340 \family default
22341 .
22342  The alignment character can be a character of your choice and is specified
22343  in the table settings.
22344 \end_layout
22345
22346 \begin_layout Standard
22347 \begin_inset Float table
22348 placement h
22349 alignment document
22350 wide false
22351 sideways false
22352 status open
22353
22354 \begin_layout Plain Layout
22355 \begin_inset Caption Standard
22356
22357 \begin_layout Plain Layout
22358 \begin_inset CommandInset label
22359 LatexCommand label
22360 name "tab:Table-cells-align"
22361
22362 \end_inset
22363
22364 Table cells of a column aligned with the decimal separator.
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \begin_layout Plain Layout
22373 \align center
22374 \begin_inset Tabular
22375 <lyxtabular version="3" rows="4" columns="1">
22376 <features booktabs="true" tabularvalignment="middle">
22377 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22378 <row>
22379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383 heading
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 </row>
22389 <row>
22390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 12.6
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row>
22401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405 0.68
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 </row>
22411 <row>
22412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 -123.0
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 </row>
22422 </lyxtabular>
22423
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \begin_layout Standard
22435 \begin_inset Float table
22436 placement h
22437 alignment document
22438 wide false
22439 sideways false
22440 status open
22441
22442 \begin_layout Plain Layout
22443 \begin_inset Caption Standard
22444
22445 \begin_layout Plain Layout
22446 \begin_inset CommandInset label
22447 LatexCommand label
22448 name "tab:Table-align-operator"
22449
22450 \end_inset
22451
22452 Table cells of a column aligned with the operators.
22453 \end_layout
22454
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \begin_layout Plain Layout
22461 \align center
22462 \begin_inset Tabular
22463 <lyxtabular version="3" rows="4" columns="2">
22464 <features booktabs="true" tabularvalignment="middle">
22465 <column alignment="right" valignment="top" width="0pt">
22466 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22467 <row>
22468 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 heading
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 </row>
22487 <row>
22488 <cell alignment="center" valignment="top" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 \begin_inset Formula $12\,+$
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Formula $\,6$
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 </row>
22513 <row>
22514 <cell alignment="center" valignment="top" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 \begin_inset Formula $0\,-$
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530 \begin_inset Formula $\,68$
22531 \end_inset
22532
22533
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 </row>
22539 <row>
22540 <cell alignment="center" valignment="top" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 \begin_inset Formula $-123\,/$
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 \begin_inset Formula $\,0$
22557 \end_inset
22558
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 </row>
22565 </lyxtabular>
22566
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \begin_layout Standard
22578 For alignments at characters in formulas this method does not work because
22579  the field to specify the alignment character does not allow formulas.
22580  In this case one need to use the method from Table
22581 \begin_inset space ~
22582 \end_inset
22583
22584
22585 \begin_inset CommandInset ref
22586 LatexCommand ref
22587 reference "tab:Table-align-operator"
22588
22589 \end_inset
22590
22591 .
22592  This table was created with a 4×2 table.
22593  The heading is a centered multicolumn.
22594  The first column is right-aligned and contains the first part including
22595  the operator.
22596  The second column is left aligned and contains the rest.
22597  A small space was added at the beginning of each cell of the second column
22598  to get the space that is usually around operators.
22599  To omit the space that is normally between two table columns, the following
22600  \SpecialChar LaTeX
22601 -argument was used for the second column:
22602 \end_layout
22603
22604 \begin_layout Standard
22605
22606 \series bold
22607 @{}l
22608 \end_layout
22609
22610 \begin_layout Standard
22611 Table
22612 \begin_inset space ~
22613 \end_inset
22614
22615
22616 \begin_inset CommandInset ref
22617 LatexCommand ref
22618 reference "tab:Several-table-cell"
22619
22620 \end_inset
22621
22622  shows some example alignments.
22623  For the alignment with the relation sign, a small space was added like
22624  for the second column of Table
22625 \begin_inset space ~
22626 \end_inset
22627
22628
22629 \begin_inset CommandInset ref
22630 LatexCommand ref
22631 reference "tab:Table-align-operator"
22632
22633 \end_inset
22634
22635 .
22636 \end_layout
22637
22638 \begin_layout Standard
22639 \begin_inset Float table
22640 placement h
22641 alignment document
22642 wide false
22643 sideways false
22644 status open
22645
22646 \begin_layout Plain Layout
22647 \begin_inset Caption Standard
22648
22649 \begin_layout Plain Layout
22650 \begin_inset CommandInset label
22651 LatexCommand label
22652 name "tab:Several-table-cell"
22653
22654 \end_inset
22655
22656 Several table cell alignments.
22657 \end_layout
22658
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \begin_layout Plain Layout
22665 \align center
22666 \begin_inset Tabular
22667 <lyxtabular version="3" rows="4" columns="6">
22668 <features tabularvalignment="middle">
22669 <column alignment="right" valignment="top">
22670 <column alignment="left" valignment="top" special="@{}l">
22671 <column alignment="right" valignment="top">
22672 <column alignment="left" valignment="top" special="@{}l">
22673 <column alignment="right" valignment="top">
22674 <column alignment="left" valignment="top" special="@{}l">
22675 <row>
22676 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 units
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 exponents
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 relations
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 </row>
22731 <row>
22732 <cell alignment="center" valignment="top" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 12×
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 24
22746 \begin_inset space \thinspace{}
22747 \end_inset
22748
22749 bottles
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 <cell alignment="center" valignment="top" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758 \begin_inset Formula $10\cdot$
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 \begin_inset Formula $10^{\mbox{-}17}$
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 \begin_inset Formula $\Gamma(t)\propto$
22783 \end_inset
22784
22785
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 \begin_inset Formula $\:\Upsilon(t)$
22795 \end_inset
22796
22797
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 </row>
22803 <row>
22804 <cell alignment="center" valignment="top" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808 1024×
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817 768
22818 \begin_inset space \thinspace{}
22819 \end_inset
22820
22821 Pixels
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 \begin_inset Formula $5.78\cdot$
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 \begin_inset Formula $10^{7}$
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 \begin_inset Formula $A\ne$
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 <cell alignment="center" valignment="top" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866 \begin_inset Formula $\:B_{\mathrm{red}}$
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 </row>
22875 <row>
22876 <cell alignment="center" valignment="top" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 32×
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 6
22890 \begin_inset space \thinspace{}
22891 \end_inset
22892
22893 cm
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 <cell alignment="center" valignment="top" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902 -
22903 \begin_inset Formula $33.5\cdot$
22904 \end_inset
22905
22906
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 \begin_inset Formula $10^{4}$
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 <cell alignment="center" valignment="top" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 \begin_inset Formula $\sin(\alpha)\ge$
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 <cell alignment="center" valignment="top" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939 \begin_inset Formula $\:\sin(\beta)$
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 </row>
22948 </lyxtabular>
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \end_inset
22956
22957
22958 \end_layout
22959
22960 \begin_layout Subsection
22961 Customized Cell/Column Format
22962 \begin_inset CommandInset label
22963 LatexCommand label
22964 name "subsec:Customized-Format"
22965
22966 \end_inset
22967
22968
22969 \begin_inset Index idx
22970 status collapsed
22971
22972 \begin_layout Plain Layout
22973 Table Customization ! Cell/Column Format
22974 \end_layout
22975
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \begin_layout Standard
22982 Calculating the required width for normal columns as described in section
22983 \begin_inset space ~
22984 \end_inset
22985
22986
22987 \begin_inset CommandInset ref
22988 LatexCommand ref
22989 reference "sec:Table-Width-Calculation"
22990
22991 \end_inset
22992
22993  or for spanned columns as described in section
22994 \begin_inset space ~
22995 \end_inset
22996
22997
22998 \begin_inset CommandInset ref
22999 LatexCommand ref
23000 reference "subsec:Multicolumn-Calculations"
23001
23002 \end_inset
23003
23004  is very annoying if you have several tables where a calculation is necessary.
23005  To make life easier, you can define a cell/column format in the preamble,
23006  that can be used in all tables of the document.
23007  The format is defined with the command
23008 \end_layout
23009
23010 \begin_layout Standard
23011
23012 \series bold
23013
23014 \backslash
23015 newcolumntype{name of format}[number of arguments]{commands}
23016 \end_layout
23017
23018 \begin_layout Standard
23019 The format name may only consist of one letter.
23020  The letters 
23021 \emph on
23022 b
23023 \emph default
23024
23025 \emph on
23026 c
23027 \emph default
23028
23029 \emph on
23030 l
23031 \emph default
23032
23033 \emph on
23034 m
23035 \emph default
23036
23037 \emph on
23038 p
23039 \emph default
23040  and 
23041 \emph on
23042 r
23043 \emph default
23044  are predefined and cannot be used.
23045  But all letters are allowed as capitals.
23046 \end_layout
23047
23048 \begin_layout Standard
23049 \begin_inset VSpace medskip
23050 \end_inset
23051
23052
23053 \end_layout
23054
23055 \begin_layout Standard
23056 For vertically and horizontally centered multicolumn cells with a fixed
23057  width you can define the cell format
23058 \end_layout
23059
23060 \begin_layout Standard
23061
23062 \series bold
23063
23064 \backslash
23065 newcolumntype{M}[1]{>{
23066 \backslash
23067 centering
23068 \backslash
23069 hspace{0pt}}m{#1}}
23070 \end_layout
23071
23072 \begin_layout Standard
23073 where 
23074 \series bold
23075
23076 \backslash
23077 hspace{0pt}
23078 \series default
23079  avoids the problem of hyphenating the first word, as described in section
23080 \begin_inset space ~
23081 \end_inset
23082
23083
23084 \begin_inset CommandInset ref
23085 LatexCommand ref
23086 reference "subsec:Multiple-Lines-in"
23087
23088 \end_inset
23089
23090 .
23091  Now you can simply enter
23092 \end_layout
23093
23094 \begin_layout Standard
23095
23096 \series bold
23097 M{width}
23098 \end_layout
23099
23100 \begin_layout Standard
23101 as 
23102 \family sans
23103 \SpecialChar LaTeX
23104 -argument
23105 \family default
23106  in the table dialog to create a multicolumn.
23107 \end_layout
23108
23109 \begin_layout Standard
23110 \begin_inset VSpace bigskip
23111 \end_inset
23112
23113
23114 \end_layout
23115
23116 \begin_layout Standard
23117 For cells spanned by a multicolumn cell, you can define the format
23118 \end_layout
23119
23120 \begin_layout Standard
23121
23122 \series bold
23123
23124 \backslash
23125 newcolumntype{S}[2]{>{
23126 \backslash
23127 centering
23128 \backslash
23129 hspace{0pt}}
23130 \begin_inset Newline newline
23131 \end_inset
23132
23133
23134 \begin_inset Phantom HPhantom
23135 status open
23136
23137 \begin_layout Plain Layout
23138
23139 \series bold
23140
23141 \backslash
23142 newcolumntype
23143 \end_layout
23144
23145 \end_inset
23146
23147 m{(#1+(2
23148 \backslash
23149 tabcolsep+
23150 \backslash
23151 arrayrulewidth)*(1-#2))/#2}}
23152 \end_layout
23153
23154 \begin_layout Standard
23155 This format uses equation 
23156 \begin_inset CommandInset ref
23157 LatexCommand eqref
23158 reference "eq:Wgn"
23159
23160 \end_inset
23161
23162  to calculate the required width so that each spanned cell has the same
23163  width.
23164 \end_layout
23165
23166 \begin_layout Standard
23167 You can now enter
23168 \end_layout
23169
23170 \begin_layout Standard
23171
23172 \series bold
23173 S{width of multicolumn cell}{number of spanned columns}
23174 \end_layout
23175
23176 \begin_layout Standard
23177 as \SpecialChar LaTeX
23178 -argument of the column.
23179 \end_layout
23180
23181 \begin_layout Standard
23182 \begin_inset VSpace bigskip
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \begin_layout Standard
23189 For colored columns, you can define
23190 \end_layout
23191
23192 \begin_layout Standard
23193
23194 \series bold
23195
23196 \backslash
23197 newcolumntype{K}[1]{>{
23198 \backslash
23199 columncolor{#1}
23200 \backslash
23201 hspace{0pt}}c}
23202 \end_layout
23203
23204 \begin_layout Standard
23205 The 
23206 \begin_inset Quotes eld
23207 \end_inset
23208
23209 c
23210 \begin_inset Quotes erd
23211 \end_inset
23212
23213  at the end creates a column with a flexible width whose text is horizontally
23214  centered.
23215  You can now enter
23216 \end_layout
23217
23218 \begin_layout Standard
23219
23220 \series bold
23221 K{color name}
23222 \end_layout
23223
23224 \begin_layout Standard
23225 as \SpecialChar LaTeX
23226 -argument.
23227 \end_layout
23228
23229 \begin_layout Standard
23230 \begin_inset VSpace bigskip
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \begin_layout Standard
23237 To create Table
23238 \begin_inset space ~
23239 \end_inset
23240
23241
23242 \begin_inset CommandInset ref
23243 LatexCommand ref
23244 reference "tab:Table-using-user-defined"
23245
23246 \end_inset
23247
23248  use the \SpecialChar LaTeX
23249 -arguments
23250 \end_layout
23251
23252 \begin_layout Standard
23253
23254 \series bold
23255 M{2.5cm}
23256 \end_layout
23257
23258 \begin_layout Standard
23259 for the first column and the multicolumn,
23260 \end_layout
23261
23262 \begin_layout Standard
23263
23264 \series bold
23265 K{red}
23266 \end_layout
23267
23268 \begin_layout Standard
23269 for the last column, and
23270 \end_layout
23271
23272 \begin_layout Standard
23273
23274 \series bold
23275 S{2.5cm}{2}
23276 \end_layout
23277
23278 \begin_layout Standard
23279 for the cells in the second column.
23280 \end_layout
23281
23282 \begin_layout Standard
23283 \begin_inset Float table
23284 placement h
23285 alignment document
23286 wide false
23287 sideways false
23288 status open
23289
23290 \begin_layout Plain Layout
23291 \begin_inset Caption Standard
23292
23293 \begin_layout Plain Layout
23294 \begin_inset CommandInset label
23295 LatexCommand label
23296 name "tab:Table-using-user-defined"
23297
23298 \end_inset
23299
23300 Table using user-defined table formats
23301 \end_layout
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \begin_layout Plain Layout
23309 \align center
23310 \begin_inset Tabular
23311 <lyxtabular version="3" rows="3" columns="4">
23312 <features tabularvalignment="middle">
23313 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23314 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23315 <column alignment="center" valignment="middle">
23316 <column alignment="center" valignment="middle" special="K{red}">
23317 <row>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 verylongtablecellword
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331 multiple lines multicolumn
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 c
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360 d
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 e
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 f
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 g
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 h
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 i
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 j
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 k
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 </row>
23431 </lyxtabular>
23432
23433 \end_inset
23434
23435
23436 \end_layout
23437
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \begin_layout Subsection
23444 Line Thickness
23445 \begin_inset CommandInset label
23446 LatexCommand label
23447 name "subsec:Line-Thickness"
23448
23449 \end_inset
23450
23451
23452 \begin_inset Index idx
23453 status collapsed
23454
23455 \begin_layout Plain Layout
23456 Table Customization ! Line Thickness
23457 \end_layout
23458
23459 \end_inset
23460
23461
23462 \end_layout
23463
23464 \begin_layout Standard
23465 The line thickness for all lines in a table can be adjusted with the length
23466  
23467 \series bold
23468
23469 \backslash
23470 arrayrulewidth
23471 \series default
23472 .
23473  To set for example a line thickness of 1.5
23474 \begin_inset space \thinspace{}
23475 \end_inset
23476
23477 pt, as in Table
23478 \begin_inset space ~
23479 \end_inset
23480
23481
23482 \begin_inset CommandInset ref
23483 LatexCommand ref
23484 reference "tab:Table-with-1.5"
23485
23486 \end_inset
23487
23488 , insert the command
23489 \end_layout
23490
23491 \begin_layout Standard
23492
23493 \series bold
23494
23495 \backslash
23496 setlength{
23497 \backslash
23498 arrayrulewidth}{1.5pt}
23499 \end_layout
23500
23501 \begin_layout Standard
23502 in \SpecialChar TeX
23503  Code before the table or table float.
23504  The changed thickness is valid for all subsequent tables.
23505  To use the default value again, set 
23506 \series bold
23507
23508 \backslash
23509 arrayrulewidth
23510 \series default
23511  to 0.4
23512 \begin_inset space \thinspace{}
23513 \end_inset
23514
23515 pt in \SpecialChar TeX
23516  Code after the table or table float.
23517 \end_layout
23518
23519 \begin_layout Standard
23520 \begin_inset ERT
23521 status collapsed
23522
23523 \begin_layout Plain Layout
23524
23525
23526 \backslash
23527 setlength{
23528 \backslash
23529 arrayrulewidth}{1.5pt}
23530 \end_layout
23531
23532 \end_inset
23533
23534
23535 \begin_inset Float table
23536 placement document
23537 alignment document
23538 wide false
23539 sideways false
23540 status open
23541
23542 \begin_layout Plain Layout
23543 \begin_inset Caption Standard
23544
23545 \begin_layout Plain Layout
23546 \begin_inset CommandInset label
23547 LatexCommand label
23548 name "tab:Table-with-1.5"
23549
23550 \end_inset
23551
23552 Table with 1.5
23553 \begin_inset space \thinspace{}
23554 \end_inset
23555
23556 pt thick lines
23557 \end_layout
23558
23559 \end_inset
23560
23561
23562 \end_layout
23563
23564 \begin_layout Plain Layout
23565 \align center
23566 \begin_inset Tabular
23567 <lyxtabular version="3" rows="3" columns="3">
23568 <features tabularvalignment="middle">
23569 <column alignment="center" valignment="top">
23570 <column alignment="center" valignment="top">
23571 <column alignment="center" valignment="top">
23572 <row>
23573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 sd
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 </row>
23601 <row>
23602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615 sd
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 <row>
23631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 sd
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 </row>
23659 </lyxtabular>
23660
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \end_inset
23667
23668
23669 \begin_inset ERT
23670 status collapsed
23671
23672 \begin_layout Plain Layout
23673
23674
23675 \backslash
23676 setlength{
23677 \backslash
23678 arrayrulewidth}{0.4pt}
23679 \end_layout
23680
23681 \end_inset
23682
23683
23684 \end_layout
23685
23686 \begin_layout Standard
23687 \begin_inset VSpace bigskip
23688 \end_inset
23689
23690 To set the line thickness to 1.5
23691 \begin_inset space \thinspace{}
23692 \end_inset
23693
23694 pt only for horizontal lines, as in Table
23695 \begin_inset space ~
23696 \end_inset
23697
23698
23699 \begin_inset CommandInset ref
23700 LatexCommand ref
23701 reference "tab:Table-with-horizontal"
23702
23703 \end_inset
23704
23705 , insert these commands in \SpecialChar TeX
23706  Code before the table or table float:
23707 \end_layout
23708
23709 \begin_layout Standard
23710
23711 \series bold
23712
23713 \backslash
23714 let
23715 \backslash
23716 myHline
23717 \backslash
23718 hline
23719 \begin_inset Newline newline
23720 \end_inset
23721
23722
23723 \backslash
23724 renewcommand{
23725 \backslash
23726 hline}
23727 \begin_inset Newline newline
23728 \end_inset
23729
23730  {
23731 \backslash
23732 noalign{
23733 \backslash
23734 global
23735 \backslash
23736 arrayrulewidth 1.5pt}
23737 \begin_inset Newline newline
23738 \end_inset
23739
23740  
23741 \backslash
23742 myHline
23743 \backslash
23744 noalign{
23745 \backslash
23746 global
23747 \backslash
23748 arrayrulewidth 0.4pt}}
23749 \end_layout
23750
23751 \begin_layout Standard
23752 To return to the default line thickness, insert this command in \SpecialChar TeX
23753  Code after
23754  the table or table float:
23755 \end_layout
23756
23757 \begin_layout Standard
23758
23759 \series bold
23760
23761 \backslash
23762 renewcommand{
23763 \backslash
23764 hline}{
23765 \backslash
23766 myHline}
23767 \end_layout
23768
23769 \begin_layout Standard
23770 \begin_inset ERT
23771 status collapsed
23772
23773 \begin_layout Plain Layout
23774
23775
23776 \backslash
23777 let
23778 \backslash
23779 myHline
23780 \backslash
23781 hline
23782 \end_layout
23783
23784 \begin_layout Plain Layout
23785
23786
23787 \backslash
23788 renewcommand{
23789 \backslash
23790 hline}
23791 \end_layout
23792
23793 \begin_layout Plain Layout
23794
23795  {
23796 \backslash
23797 noalign{
23798 \backslash
23799 global
23800 \backslash
23801 arrayrulewidth 1.5pt}
23802 \end_layout
23803
23804 \begin_layout Plain Layout
23805
23806   
23807 \backslash
23808 myHline
23809 \backslash
23810 noalign{
23811 \backslash
23812 global
23813 \backslash
23814 arrayrulewidth 0.4pt}}
23815 \end_layout
23816
23817 \end_inset
23818
23819
23820 \begin_inset Float table
23821 placement document
23822 alignment document
23823 wide false
23824 sideways false
23825 status open
23826
23827 \begin_layout Plain Layout
23828 \begin_inset Caption Standard
23829
23830 \begin_layout Plain Layout
23831 \begin_inset CommandInset label
23832 LatexCommand label
23833 name "tab:Table-with-horizontal"
23834
23835 \end_inset
23836
23837 Table with 1.5
23838 \begin_inset space \thinspace{}
23839 \end_inset
23840
23841 pt thick horizontal lines
23842 \end_layout
23843
23844 \end_inset
23845
23846
23847 \end_layout
23848
23849 \begin_layout Plain Layout
23850 \align center
23851 \begin_inset Tabular
23852 <lyxtabular version="3" rows="3" columns="3">
23853 <features tabularvalignment="middle">
23854 <column alignment="center" valignment="top">
23855 <column alignment="center" valignment="top">
23856 <column alignment="center" valignment="top">
23857 <row>
23858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 sd
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 </row>
23886 <row>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900 sd
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 </row>
23915 <row>
23916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 sd
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 </row>
23944 </lyxtabular>
23945
23946 \end_inset
23947
23948
23949 \end_layout
23950
23951 \end_inset
23952
23953
23954 \begin_inset ERT
23955 status collapsed
23956
23957 \begin_layout Plain Layout
23958
23959
23960 \backslash
23961 renewcommand{
23962 \backslash
23963 hline}{
23964 \backslash
23965 myHline}
23966 \end_layout
23967
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \begin_layout Standard
23974 \begin_inset VSpace bigskip
23975 \end_inset
23976
23977 To set the line thickness to 1.5
23978 \begin_inset space \thinspace{}
23979 \end_inset
23980
23981 pt only for vertical lines, create the following column format in the document
23982  preamble, according to the description in section
23983 \begin_inset space ~
23984 \end_inset
23985
23986
23987 \begin_inset CommandInset ref
23988 LatexCommand ref
23989 reference "subsec:Customized-Format"
23990
23991 \end_inset
23992
23993 :
23994 \end_layout
23995
23996 \begin_layout Standard
23997
23998 \series bold
23999
24000 \backslash
24001 newcolumntype{V}{!{
24002 \backslash
24003 vrule width 1.5pt}}
24004 \end_layout
24005
24006 \begin_layout Standard
24007 For Table
24008 \begin_inset space ~
24009 \end_inset
24010
24011
24012 \begin_inset CommandInset ref
24013 LatexCommand ref
24014 reference "tab:Table-with-vertical"
24015
24016 \end_inset
24017
24018  the \SpecialChar LaTeX
24019 -argument
24020 \end_layout
24021
24022 \begin_layout Standard
24023
24024 \series bold
24025 VcV
24026 \end_layout
24027
24028 \begin_layout Standard
24029 was used for the last column and
24030 \end_layout
24031
24032 \begin_layout Standard
24033
24034 \series bold
24035 Vc
24036 \end_layout
24037
24038 \begin_layout Standard
24039 for the other columns.
24040 \end_layout
24041
24042 \begin_layout Standard
24043 \begin_inset Float table
24044 placement document
24045 alignment document
24046 wide false
24047 sideways false
24048 status open
24049
24050 \begin_layout Plain Layout
24051 \begin_inset Caption Standard
24052
24053 \begin_layout Plain Layout
24054 \begin_inset CommandInset label
24055 LatexCommand label
24056 name "tab:Table-with-vertical"
24057
24058 \end_inset
24059
24060 Table with 1.5
24061 \begin_inset space \thinspace{}
24062 \end_inset
24063
24064 pt thick vertical lines
24065 \end_layout
24066
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \begin_layout Plain Layout
24073 \align center
24074 \begin_inset Tabular
24075 <lyxtabular version="3" rows="3" columns="3">
24076 <features tabularvalignment="middle">
24077 <column alignment="center" valignment="top" special="Vc">
24078 <column alignment="center" valignment="top" special="Vc">
24079 <column alignment="center" valignment="top" special="VcV">
24080 <row>
24081 <cell alignment="center" valignment="top" topline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 sd
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" topline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 <cell alignment="center" valignment="top" topline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 </row>
24109 <row>
24110 <cell alignment="center" valignment="top" topline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123 sd
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 </row>
24138 <row>
24139 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 sd
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 </row>
24167 </lyxtabular>
24168
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \begin_layout Subsection
24180 Dashed Lines
24181 \begin_inset Index idx
24182 status collapsed
24183
24184 \begin_layout Plain Layout
24185 Table Customization ! Dashed Lines
24186 \end_layout
24187
24188 \end_inset
24189
24190
24191 \end_layout
24192
24193 \begin_layout Standard
24194 \begin_inset ERT
24195 status collapsed
24196
24197 \begin_layout Plain Layout
24198
24199
24200 \backslash
24201 ifarydshln
24202 \end_layout
24203
24204 \end_inset
24205
24206
24207 \begin_inset Note Note
24208 status open
24209
24210 \begin_layout Plain Layout
24211 The following section will only be displayed when the \SpecialChar LaTeX
24212 -package 
24213 \series bold
24214 arydshln
24215 \series default
24216  is installed.
24217 \end_layout
24218
24219 \end_inset
24220
24221
24222 \end_layout
24223
24224 \begin_layout Standard
24225 \begin_inset Float table
24226 placement H
24227 alignment document
24228 wide false
24229 sideways false
24230 status open
24231
24232 \begin_layout Plain Layout
24233 \begin_inset Caption Standard
24234
24235 \begin_layout Plain Layout
24236 \begin_inset CommandInset label
24237 LatexCommand label
24238 name "tab:Table-with-dashed"
24239
24240 \end_inset
24241
24242 Table with dashed lines
24243 \end_layout
24244
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \begin_layout Plain Layout
24251 \align center
24252 \begin_inset Tabular
24253 <lyxtabular version="3" rows="5" columns="5">
24254 <features tabularvalignment="middle">
24255 <column alignment="center" valignment="top">
24256 <column alignment="center" valignment="top">
24257 <column alignment="center" valignment="top" special=":c">
24258 <column alignment="center" valignment="top">
24259 <column alignment="center" valignment="top">
24260 <row>
24261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Plain Layout
24265 a
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274 b
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283 c
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292 d
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301 e
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 </row>
24307 <row>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312 f
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321 g
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330 h
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 i
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348 j
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 </row>
24354 <row>
24355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359 \begin_inset ERT
24360 status collapsed
24361
24362 \begin_layout Plain Layout
24363
24364
24365 \backslash
24366 hdashline 
24367 \end_layout
24368
24369 \end_inset
24370
24371 k
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380 l
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 m
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398 n
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407 o
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 </row>
24413 <row>
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418 \begin_inset ERT
24419 status collapsed
24420
24421 \begin_layout Plain Layout
24422
24423
24424 \backslash
24425 cdashline{4-5}
24426 \end_layout
24427
24428 \end_inset
24429
24430 p
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439 q
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448 r
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457 s
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24463 \begin_inset Text
24464
24465 \begin_layout Plain Layout
24466
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 </row>
24472 <row>
24473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24474 \begin_inset Text
24475
24476 \begin_layout Plain Layout
24477 t
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486 u
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495 v
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504 w
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513 x
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 </row>
24519 </lyxtabular>
24520
24521 \end_inset
24522
24523
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Standard
24532 \SpecialChar LyX
24533  does not natively support dashed lines, so you have to use \SpecialChar TeX
24534  Code.
24535  As a prerequisite the \SpecialChar LaTeX
24536  package 
24537 \series bold
24538 arydshln
24539 \series default
24540
24541 \begin_inset Index idx
24542 status collapsed
24543
24544 \begin_layout Plain Layout
24545 \SpecialChar LaTeX
24546 -packages ! arydshln
24547 \end_layout
24548
24549 \end_inset
24550
24551  must be loaded in the document preamble with the command
24552 \end_layout
24553
24554 \begin_layout Standard
24555
24556 \series bold
24557
24558 \backslash
24559 usepackage{arydshln}
24560 \end_layout
24561
24562 \begin_layout Standard
24563 To make a vertical line dashed, enter the colon 
24564 \begin_inset Quotes eld
24565 \end_inset
24566
24567 :
24568 \begin_inset Quotes erd
24569 \end_inset
24570
24571  together with the character for the horizontal alignment as \SpecialChar LaTeX
24572  argument in
24573  the table cell dialog.
24574 \end_layout
24575
24576 \begin_layout Standard
24577 For a horizontal dashed line add the command
24578 \end_layout
24579
24580 \begin_layout Standard
24581
24582 \series bold
24583
24584 \backslash
24585 hdashline
24586 \end_layout
24587
24588 \begin_layout Standard
24589 in \SpecialChar TeX
24590  Code as first element of the first cell in the table row.
24591 \end_layout
24592
24593 \begin_layout Standard
24594 For dashed multicolumn lines use the command
24595 \end_layout
24596
24597 \begin_layout Standard
24598
24599 \series bold
24600
24601 \backslash
24602 cdashline{line number
24603 \series default
24604 }
24605 \end_layout
24606
24607 \begin_layout Standard
24608 in \SpecialChar TeX
24609  Code as the first element of the first cell in the table row.
24610  If you have for example a multicolumn spanning columns 2 to 4 and you want
24611  to have a dashed line above, add the command
24612 \end_layout
24613
24614 \begin_layout Standard
24615
24616 \series bold
24617
24618 \backslash
24619 cdashline{2-4}
24620 \end_layout
24621
24622 \begin_layout Standard
24623 as the first element of the first cell in the row of the multicolumn.
24624 \end_layout
24625
24626 \begin_layout Standard
24627 \begin_inset VSpace bigskip
24628 \end_inset
24629
24630
24631 \end_layout
24632
24633 \begin_layout Standard
24634 Table
24635 \begin_inset space ~
24636 \end_inset
24637
24638
24639 \begin_inset CommandInset ref
24640 LatexCommand ref
24641 reference "tab:Table-with-dashed"
24642
24643 \end_inset
24644
24645  was created using 
24646 \begin_inset Quotes eld
24647 \end_inset
24648
24649
24650 \series bold
24651 :c
24652 \series default
24653
24654 \begin_inset Quotes erd
24655 \end_inset
24656
24657  as \SpecialChar LaTeX
24658  argument of the third column.
24659  The \SpecialChar TeX
24660  Code command 
24661 \series bold
24662
24663 \backslash
24664 hdashline
24665 \series default
24666  was inserted in the first cell of the third row and the \SpecialChar TeX
24667  Code command
24668 \begin_inset Newline newline
24669 \end_inset
24670
24671  
24672 \series bold
24673
24674 \backslash
24675 cdashline{4-5}
24676 \series default
24677  was inserted in the first cell of the fourth row.
24678 \end_layout
24679
24680 \begin_layout Standard
24681 \begin_inset VSpace bigskip
24682 \end_inset
24683
24684
24685 \end_layout
24686
24687 \begin_layout Standard
24688 Tables with dashed lines can also be colored as shown by Table
24689 \begin_inset space ~
24690 \end_inset
24691
24692
24693 \begin_inset CommandInset ref
24694 LatexCommand ref
24695 reference "tab:Colored-table-with"
24696
24697 \end_inset
24698
24699 .
24700 \end_layout
24701
24702 \begin_layout Standard
24703 \begin_inset ERT
24704 status collapsed
24705
24706 \begin_layout Plain Layout
24707
24708
24709 \backslash
24710 setlength{
24711 \backslash
24712 arrayrulewidth}{1pt}
24713 \end_layout
24714
24715 \end_inset
24716
24717
24718 \begin_inset Note Note
24719 status collapsed
24720
24721 \begin_layout Plain Layout
24722 thicker lines for better visualization of the line color
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Standard
24731 \begin_inset ERT
24732 status collapsed
24733
24734 \begin_layout Plain Layout
24735
24736
24737 \backslash
24738 dashgapcolor{green}
24739 \end_layout
24740
24741 \end_inset
24742
24743
24744 \begin_inset Note Note
24745 status collapsed
24746
24747 \begin_layout Plain Layout
24748 color gaps between dashes green
24749 \end_layout
24750
24751 \end_inset
24752
24753
24754 \end_layout
24755
24756 \begin_layout Standard
24757 \begin_inset ERT
24758 status collapsed
24759
24760 \begin_layout Plain Layout
24761
24762
24763 \backslash
24764 let
24765 \backslash
24766 myHdashline
24767 \backslash
24768 hdashline
24769 \end_layout
24770
24771 \begin_layout Plain Layout
24772
24773
24774 \backslash
24775 renewcommand{
24776 \backslash
24777 hdashline}
24778 \end_layout
24779
24780 \begin_layout Plain Layout
24781
24782  {
24783 \backslash
24784 arrayrulecolor{red}
24785 \backslash
24786 myHdashline
24787 \backslash
24788 arrayrulecolor{black}}
24789 \end_layout
24790
24791 \end_inset
24792
24793
24794 \begin_inset Note Note
24795 status collapsed
24796
24797 \begin_layout Plain Layout
24798 color horizontal, dashed lines red
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \end_layout
24805
24806 \begin_layout Standard
24807 \begin_inset ERT
24808 status collapsed
24809
24810 \begin_layout Plain Layout
24811
24812
24813 \backslash
24814 let
24815 \backslash
24816 myCdashline
24817 \backslash
24818 cdashline
24819 \end_layout
24820
24821 \begin_layout Plain Layout
24822
24823
24824 \backslash
24825 renewcommand{
24826 \backslash
24827 cdashline}[1]
24828 \end_layout
24829
24830 \begin_layout Plain Layout
24831
24832  {
24833 \backslash
24834 arrayrulecolor{yellow}
24835 \backslash
24836 myCdashline{#1}
24837 \backslash
24838 arrayrulecolor{black}}
24839 \end_layout
24840
24841 \end_inset
24842
24843
24844 \begin_inset Note Note
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848 color partial horizontal, dashed lines yellow
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \begin_layout Standard
24857 \begin_inset Float table
24858 placement h
24859 alignment document
24860 wide false
24861 sideways false
24862 status open
24863
24864 \begin_layout Plain Layout
24865 \begin_inset Caption Standard
24866
24867 \begin_layout Plain Layout
24868 \begin_inset CommandInset label
24869 LatexCommand label
24870 name "tab:Colored-table-with"
24871
24872 \end_inset
24873
24874 Colored table with dashed lines
24875 \end_layout
24876
24877 \end_inset
24878
24879
24880 \end_layout
24881
24882 \begin_layout Plain Layout
24883 \align center
24884 \begin_inset Tabular
24885 <lyxtabular version="3" rows="5" columns="5">
24886 <features tabularvalignment="middle">
24887 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24888 <column alignment="center" valignment="top" width="0pt">
24889 <column alignment="center" valignment="top" width="0pt" special=":c">
24890 <column alignment="center" valignment="top">
24891 <column alignment="center" valignment="top">
24892 <row>
24893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897 a
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 b
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" topline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915 c
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924 d
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933 e
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 </row>
24939 <row>
24940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944 f
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953 g
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" topline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962 h
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971 i
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 j
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 </row>
24986 <row>
24987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24988 \begin_inset Text
24989
24990 \begin_layout Plain Layout
24991 \begin_inset ERT
24992 status collapsed
24993
24994 \begin_layout Plain Layout
24995
24996
24997 \backslash
24998 hdashline 
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \begin_inset ERT
25005 status collapsed
25006
25007 \begin_layout Plain Layout
25008
25009
25010 \backslash
25011 rowcolor{Gray}
25012 \end_layout
25013
25014 \end_inset
25015
25016 k
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25022 \begin_inset Text
25023
25024 \begin_layout Plain Layout
25025 l
25026 \end_layout
25027
25028 \end_inset
25029 </cell>
25030 <cell alignment="center" valignment="top" usebox="none">
25031 \begin_inset Text
25032
25033 \begin_layout Plain Layout
25034 m
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043 n
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052 o
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 </row>
25058 <row>
25059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063 \begin_inset ERT
25064 status collapsed
25065
25066 \begin_layout Plain Layout
25067
25068
25069 \backslash
25070 cdashline{4-5}
25071 \end_layout
25072
25073 \end_inset
25074
25075 p
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084 q
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093 r
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102 s
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 <row>
25118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122 t
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Plain Layout
25131 u
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140 v
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149 w
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158 \begin_inset ERT
25159 status collapsed
25160
25161 \begin_layout Plain Layout
25162
25163
25164 \backslash
25165 cellcolor{Maroon}
25166 \end_layout
25167
25168 \end_inset
25169
25170 i
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 </row>
25176 </lyxtabular>
25177
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \end_inset
25184
25185
25186 \end_layout
25187
25188 \begin_layout Standard
25189 \begin_inset ERT
25190 status collapsed
25191
25192 \begin_layout Plain Layout
25193
25194
25195 \backslash
25196 renewcommand{
25197 \backslash
25198 hdashline}{
25199 \backslash
25200 myHdashline}
25201 \end_layout
25202
25203 \end_inset
25204
25205
25206 \begin_inset Note Note
25207 status collapsed
25208
25209 \begin_layout Plain Layout
25210 reset to default
25211 \end_layout
25212
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \begin_layout Standard
25219 \begin_inset ERT
25220 status collapsed
25221
25222 \begin_layout Plain Layout
25223
25224
25225 \backslash
25226 renewcommand{
25227 \backslash
25228 cdashline}{
25229 \backslash
25230 myCdashline}
25231 \end_layout
25232
25233 \end_inset
25234
25235
25236 \begin_inset Note Note
25237 status collapsed
25238
25239 \begin_layout Plain Layout
25240 reset to default
25241 \end_layout
25242
25243 \end_inset
25244
25245
25246 \end_layout
25247
25248 \begin_layout Standard
25249 \begin_inset ERT
25250 status collapsed
25251
25252 \begin_layout Plain Layout
25253
25254
25255 \backslash
25256 nodashgapcolor
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \begin_inset Note Note
25263 status collapsed
25264
25265 \begin_layout Plain Layout
25266 reset to default
25267 \end_layout
25268
25269 \end_inset
25270
25271
25272 \end_layout
25273
25274 \begin_layout Standard
25275 \begin_inset ERT
25276 status collapsed
25277
25278 \begin_layout Plain Layout
25279
25280
25281 \backslash
25282 setlength{
25283 \backslash
25284 arrayrulewidth}{0.4pt}
25285 \end_layout
25286
25287 \end_inset
25288
25289
25290 \begin_inset Note Note
25291 status collapsed
25292
25293 \begin_layout Plain Layout
25294 reset to default
25295 \end_layout
25296
25297 \end_inset
25298
25299
25300 \end_layout
25301
25302 \begin_layout Standard
25303 The coloring of lines, columns and lines works as decribed in section
25304 \begin_inset space ~
25305 \end_inset
25306
25307
25308 \begin_inset CommandInset ref
25309 LatexCommand ref
25310 reference "sec:Colored-Tables"
25311
25312 \end_inset
25313
25314 .
25315  Coloring horizontal lines works analogically as described there as well,
25316  one only needs to replace in the commands 
25317 \series bold
25318
25319 \backslash
25320 myHlineC
25321 \series default
25322  by 
25323 \series bold
25324
25325 \backslash
25326 myHdashline
25327 \series default
25328  and 
25329 \backslash
25330
25331 \series bold
25332 hline
25333 \series default
25334  by 
25335 \series bold
25336
25337 \backslash
25338 hdashline
25339 \series default
25340 ; so one uses the command
25341 \end_layout
25342
25343 \begin_layout Standard
25344
25345 \series bold
25346
25347 \backslash
25348 let
25349 \backslash
25350 myHdashline
25351 \backslash
25352 hdashline
25353 \begin_inset Newline newline
25354 \end_inset
25355
25356
25357 \backslash
25358 renewcommand{
25359 \backslash
25360 hdashline}
25361 \begin_inset Newline newline
25362 \end_inset
25363
25364
25365 \begin_inset Phantom HPhantom
25366 status open
25367
25368 \begin_layout Plain Layout
25369 \begin_inset space ~
25370 \end_inset
25371
25372
25373 \end_layout
25374
25375 \end_inset
25376
25377 {
25378 \backslash
25379 arrayrulecolor{red}
25380 \backslash
25381 myHdashline
25382 \backslash
25383 arrayrulecolor{black}}
25384 \end_layout
25385
25386 \begin_layout Standard
25387 To color 
25388 \series bold
25389
25390 \backslash
25391 cdashline
25392 \series default
25393 , the command is
25394 \end_layout
25395
25396 \begin_layout Standard
25397
25398 \series bold
25399
25400 \backslash
25401 let
25402 \backslash
25403 myCdashline
25404 \backslash
25405 cdashline
25406 \begin_inset Newline newline
25407 \end_inset
25408
25409
25410 \backslash
25411 renewcommand{
25412 \backslash
25413 cdashline}[1]
25414 \begin_inset Newline newline
25415 \end_inset
25416
25417
25418 \begin_inset Phantom HPhantom
25419 status open
25420
25421 \begin_layout Plain Layout
25422 \begin_inset space ~
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \end_inset
25429
25430 {
25431 \backslash
25432 arrayrulecolor{red}
25433 \backslash
25434 myCdashline{#1}
25435 \backslash
25436 arrayrulecolor{black}}
25437 \end_layout
25438
25439 \begin_layout Standard
25440 To get back the black line color, one needs to insert the following commands
25441  as \SpecialChar TeX
25442  Code behind the table:
25443 \end_layout
25444
25445 \begin_layout Standard
25446 For 
25447 \series bold
25448
25449 \backslash
25450 hdashline
25451 \end_layout
25452
25453 \begin_layout Standard
25454
25455 \series bold
25456
25457 \backslash
25458 renewcommand{
25459 \backslash
25460 hdashline}{
25461 \backslash
25462 myHdashline}
25463 \end_layout
25464
25465 \begin_layout Standard
25466 and for 
25467 \series bold
25468
25469 \backslash
25470 cdashline
25471 \end_layout
25472
25473 \begin_layout Standard
25474
25475 \series bold
25476
25477 \backslash
25478 renewcommand{
25479 \backslash
25480 cdashline}{
25481 \backslash
25482 myCdashline}
25483 \end_layout
25484
25485 \begin_layout Standard
25486 To color the gaps between the dashes the command
25487 \end_layout
25488
25489 \begin_layout Standard
25490
25491 \series bold
25492
25493 \backslash
25494 dashgapcolor{color}
25495 \end_layout
25496
25497 \begin_layout Standard
25498 can be used in front of a table as \SpecialChar TeX
25499  Code.
25500  color is hereby the name of a defined color.
25501  The command
25502 \end_layout
25503
25504 \begin_layout Standard
25505
25506 \series bold
25507
25508 \backslash
25509 nodashgapcolor
25510 \end_layout
25511
25512 \begin_layout Standard
25513 unsets the changes made by 
25514 \series bold
25515
25516 \backslash
25517 dashgapcolor
25518 \series default
25519 .
25520 \end_layout
25521
25522 \begin_layout Standard
25523 \begin_inset Note Greyedout
25524 status open
25525
25526 \begin_layout Plain Layout
25527
25528 \series bold
25529 \color none
25530 Note
25531 \series default
25532 : If there are multiple commands in a cell, the command of 
25533 \series bold
25534 arydshln
25535 \series default
25536  needs to be the first one in the cell.
25537  Therefore in cell 
25538 \emph on
25539 k
25540 \emph default
25541  of Table
25542 \begin_inset space ~
25543 \end_inset
25544
25545
25546 \begin_inset CommandInset ref
25547 LatexCommand ref
25548 reference "tab:Colored-table-with"
25549
25550 \end_inset
25551
25552  the command 
25553 \series bold
25554
25555 \backslash
25556 hdashline
25557 \series default
25558  is before 
25559 \series bold
25560
25561 \backslash
25562 rowcolor
25563 \series default
25564 .
25565 \end_layout
25566
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \begin_layout Standard
25573 \begin_inset Note Greyedout
25574 status open
25575
25576 \begin_layout Plain Layout
25577
25578 \series bold
25579 \color none
25580 Note:
25581 \series default
25582  The \SpecialChar LaTeX
25583 -package 
25584 \series bold
25585 arydshln
25586 \series default
25587  must be loaded in the document preamble before the \SpecialChar LaTeX
25588 -package 
25589 \series bold
25590 colortbl
25591 \series default
25592
25593 \begin_inset Index idx
25594 status collapsed
25595
25596 \begin_layout Plain Layout
25597 \SpecialChar LaTeX
25598 -packages ! colortbl
25599 \end_layout
25600
25601 \end_inset
25602
25603 .
25604 \end_layout
25605
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \begin_layout Standard
25612 \begin_inset ERT
25613 status collapsed
25614
25615 \begin_layout Plain Layout
25616
25617
25618 \backslash
25619 else
25620 \end_layout
25621
25622 \end_inset
25623
25624
25625 \begin_inset Note Note
25626 status open
25627
25628 \begin_layout Plain Layout
25629 The following will be displayed when the \SpecialChar LaTeX
25630 -package 
25631 \series bold
25632 arydshln
25633 \series default
25634  is not installed:
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \begin_layout Standard
25643 You need to install the package 
25644 \series bold
25645 arydshln
25646 \series default
25647  to see the content of this section in the output.
25648 \end_layout
25649
25650 \begin_layout Standard
25651 \begin_inset ERT
25652 status collapsed
25653
25654 \begin_layout Plain Layout
25655
25656
25657 \backslash
25658 fi
25659 \end_layout
25660
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \begin_layout Standard
25667 For more information about dashed lines see the documentation of 
25668 \series bold
25669 arydshln
25670 \series default
25671
25672 \begin_inset CommandInset citation
25673 LatexCommand cite
25674 key "arydshln"
25675 literal "true"
25676
25677 \end_inset
25678
25679 .
25680 \end_layout
25681
25682 \begin_layout Chapter
25683 Floats
25684 \begin_inset CommandInset label
25685 LatexCommand label
25686 name "chap:Floats"
25687
25688 \end_inset
25689
25690
25691 \begin_inset Index idx
25692 status collapsed
25693
25694 \begin_layout Plain Layout
25695 Floats
25696 \end_layout
25697
25698 \end_inset
25699
25700
25701 \end_layout
25702
25703 \begin_layout Section
25704 Introduction
25705 \begin_inset CommandInset label
25706 LatexCommand label
25707 name "sec:FloatIntroduction"
25708
25709 \end_inset
25710
25711
25712 \begin_inset Index idx
25713 status collapsed
25714
25715 \begin_layout Plain Layout
25716 Floats ! Introduction
25717 \end_layout
25718
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \begin_layout Standard
25725 A float is a block of text associated with some sort of label, which doesn't
25726  have a fixed location.
25727  It can 
25728 \begin_inset Quotes eld
25729 \end_inset
25730
25731 float
25732 \begin_inset Quotes erd
25733 \end_inset
25734
25735  forward or backward a page or two, to wherever it fits best.
25736  
25737 \family sans
25738 Footnotes
25739 \family default
25740  and 
25741 \family sans
25742 Margin
25743 \begin_inset space ~
25744 \end_inset
25745
25746 Notes
25747 \family default
25748  are also floats because they can float to the next page when there are
25749  too many notes on the page.
25750 \end_layout
25751
25752 \begin_layout Standard
25753 Floats allow a high quality layout.
25754  Images and tables can be spread evenly among the pages to avoid white space
25755  and pages without text.
25756  As the floating often destroys the context between the text and the image/table
25757 , every float can be referenced in the text.
25758  Floats are therefore numbered.
25759  Referencing is described in section
25760 \begin_inset space ~
25761 \end_inset
25762
25763
25764 \begin_inset CommandInset ref
25765 LatexCommand ref
25766 reference "sec:Referencing-Floats"
25767
25768 \end_inset
25769
25770 .
25771 \end_layout
25772
25773 \begin_layout Standard
25774 To insert a float, use the menu 
25775 \family sans
25776 Insert\SpecialChar menuseparator
25777 Float
25778 \family default
25779  (toolbar button 
25780 \begin_inset Info
25781 type  "icon"
25782 arg   "float-insert figure"
25783 \end_inset
25784
25785  or 
25786 \begin_inset Info
25787 type  "icon"
25788 arg   "float-insert table"
25789 \end_inset
25790
25791 ).
25792  This inserts the 
25793 \family sans
25794 Caption
25795 \family default
25796  inset, a box with a label.
25797  The label will automatically be translated to the document language in
25798  the output.
25799  After the label you can insert the caption text.
25800  The image or table is inserted above or below the caption in a separate
25801  paragraph within the float.
25802  More about the caption placement is contained in section
25803 \begin_inset space ~
25804 \end_inset
25805
25806
25807 \begin_inset CommandInset ref
25808 LatexCommand ref
25809 reference "sec:Caption-Placement"
25810
25811 \end_inset
25812
25813 .
25814  To keep your \SpecialChar LyX
25815  document readable, you can open and close the float box by
25816  left-clicking on the box label.
25817  A closed float box looks like this: 
25818 \begin_inset Graphics
25819         filename clipart/float.png
25820         scale 95
25821         scaleBeforeRotation
25822
25823 \end_inset
25824
25825  – a gray button with a red label.
25826 \end_layout
25827
25828 \begin_layout Standard
25829 It is recommended that you insert floats as separate standard paragraphs
25830  to avoid possible \SpecialChar LaTeX
25831 -errors that can occur when the surrounding text is specially
25832  formatted.
25833 \end_layout
25834
25835 \begin_layout Standard
25836 Existing figures or tables can be put into a float by highlighting them
25837  and then pressing the corresponding toolbar button for a new float.
25838 \end_layout
25839
25840 \begin_layout Section
25841 Float Types
25842 \end_layout
25843
25844 \begin_layout Standard
25845 Besides figure and table floats that are described in sections
25846 \begin_inset space ~
25847 \end_inset
25848
25849
25850 \begin_inset CommandInset ref
25851 LatexCommand ref
25852 reference "sec:Figure-Floats"
25853
25854 \end_inset
25855
25856  and 
25857 \begin_inset CommandInset ref
25858 LatexCommand ref
25859 reference "sec:Table-Floats"
25860
25861 \end_inset
25862
25863  respectively, \SpecialChar LyX
25864  offers the float types 
25865 \family sans
25866 Algorithm
25867 \family default
25868  and 
25869 \family sans
25870 Wrap
25871 \family default
25872 .
25873  The latter are explained in sec.
25874 \begin_inset space \thinspace{}
25875 \end_inset
25876
25877
25878 \begin_inset CommandInset ref
25879 LatexCommand ref
25880 reference "sec:Wrap-Floats"
25881
25882 \end_inset
25883
25884 .
25885 \end_layout
25886
25887 \begin_layout Subsection
25888 Algorithm Floats
25889 \begin_inset Index idx
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893 Floats ! Algorithms
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Standard
25902 \begin_inset Float algorithm
25903 placement h
25904 alignment document
25905 wide false
25906 sideways false
25907 status open
25908
25909 \begin_layout Plain Layout
25910 \begin_inset Caption Standard
25911
25912 \begin_layout Plain Layout
25913 \begin_inset CommandInset label
25914 LatexCommand label
25915 name "alg:Example-Algorithm-float"
25916
25917 \end_inset
25918
25919 Example Algorithm float
25920 \end_layout
25921
25922 \end_inset
25923
25924
25925 \end_layout
25926
25927 \begin_layout LyX-Code
25928 for I in 1..N loop
25929 \begin_inset Newline newline
25930 \end_inset
25931
25932  Sum:= Sum + A(I); /*comment*/
25933 \begin_inset Newline newline
25934 \end_inset
25935
25936 end loop
25937 \begin_inset VSpace -4mm
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \begin_layout Standard
25949 This float type is inserted with the menu 
25950 \family sans
25951 Insert\SpecialChar menuseparator
25952 Float\SpecialChar menuseparator
25953 Algorithm
25954 \family default
25955 .
25956  It is used for program codes and descriptions of algorithms and can be
25957  seen as an alternative to program code listings that are explained in chapter
25958 \begin_inset space ~
25959 \end_inset
25960
25961
25962 \begin_inset CommandInset ref
25963 LatexCommand ref
25964 reference "cha:Program-Code-Listings"
25965
25966 \end_inset
25967
25968 .
25969  A possible environment for algorithms is the 
25970 \family sans
25971 \SpecialChar LyX
25972  Code
25973 \family default
25974 , described in \SpecialChar LyX
25975 's 
25976 \emph on
25977 Userguide
25978 \emph default
25979 .
25980  Algorithm
25981 \begin_inset space ~
25982 \end_inset
25983
25984
25985 \begin_inset CommandInset ref
25986 LatexCommand ref
25987 reference "alg:Example-Algorithm-float"
25988
25989 \end_inset
25990
25991  is an example of an algorithm float where -4
25992 \begin_inset space \thinspace{}
25993 \end_inset
25994
25995 mm vertical space was added at the end of the float to have the bottom rule
25996  exactly below the last text line.
25997 \end_layout
25998
25999 \begin_layout Standard
26000 The float label is not automatically translated into the document language.
26001  If your document is not in English, you have to do this manually by adding
26002  the following line to the document preamble
26003 \series bold
26004 :
26005 \end_layout
26006
26007 \begin_layout Standard
26008
26009 \series bold
26010
26011 \backslash
26012 floatname{algorithm}{your
26013 \begin_inset space ~
26014 \end_inset
26015
26016 name}
26017 \end_layout
26018
26019 \begin_layout Standard
26020 where 
26021 \family sans
26022 your
26023 \begin_inset space ~
26024 \end_inset
26025
26026 name
26027 \family default
26028  is the word 
26029 \begin_inset Quotes eld
26030 \end_inset
26031
26032
26033 \emph on
26034 algorithm
26035 \emph default
26036
26037 \begin_inset Quotes erd
26038 \end_inset
26039
26040  in your language.
26041 \end_layout
26042
26043 \begin_layout Standard
26044 To insert the list of algorithms you can use the menu 
26045 \family sans
26046 Insert\SpecialChar menuseparator
26047 List
26048 \begin_inset space \thinspace{}
26049 \end_inset
26050
26051 /
26052 \begin_inset space \thinspace{}
26053 \end_inset
26054
26055 TOC\SpecialChar menuseparator
26056 List of Algorithms
26057 \family default
26058  when your document has the same language as \SpecialChar LyX
26059 's menu names.
26060  In other cases use this command in \SpecialChar TeX
26061  Code instead:
26062 \end_layout
26063
26064 \begin_layout Standard
26065
26066 \series bold
26067
26068 \backslash
26069 listof{algorithm}{your
26070 \begin_inset space ~
26071 \end_inset
26072
26073 name}
26074 \end_layout
26075
26076 \begin_layout Standard
26077 where 
26078 \family sans
26079 your
26080 \begin_inset space ~
26081 \end_inset
26082
26083 name
26084 \family default
26085  is the word 
26086 \begin_inset Quotes eld
26087 \end_inset
26088
26089
26090 \emph on
26091 List of Algorithm
26092 \emph default
26093 s
26094 \begin_inset Quotes erd
26095 \end_inset
26096
26097  in your language.
26098 \end_layout
26099
26100 \begin_layout Standard
26101 Algorithm floats are not by default numbered in the scheme 
26102 \begin_inset Quotes eld
26103 \end_inset
26104
26105 chapter.algorithm
26106 \begin_inset Quotes erd
26107 \end_inset
26108
26109  as is the case for table and figure floats in many document-classes.
26110  To number algorithm floats in the same scheme, add this command to your
26111  document preamble:
26112 \end_layout
26113
26114 \begin_layout Standard
26115
26116 \series bold
26117
26118 \backslash
26119 numberwithin{algorithm}{chapter}
26120 \end_layout
26121
26122 \begin_layout Standard
26123 To be able to use the command 
26124 \series bold
26125
26126 \backslash
26127 numberwithin
26128 \series default
26129 , set in the tab 
26130 \family sans
26131 Math
26132 \begin_inset space ~
26133 \end_inset
26134
26135 Options
26136 \family default
26137  in the document settings the option 
26138 \family sans
26139 Use
26140 \begin_inset space ~
26141 \end_inset
26142
26143 AMS
26144 \begin_inset space ~
26145 \end_inset
26146
26147 math
26148 \begin_inset space ~
26149 \end_inset
26150
26151 package
26152 \family default
26153 .
26154 \end_layout
26155
26156 \begin_layout Section
26157 Float Numbering
26158 \begin_inset Index idx
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162 Floats ! Numbering
26163 \end_layout
26164
26165 \end_inset
26166
26167
26168 \end_layout
26169
26170 \begin_layout Standard
26171 Floats are usually numbered either independently from the sections the floats
26172  are in, or in the scheme 
26173 \begin_inset Quotes eld
26174 \end_inset
26175
26176 chapter.number
26177 \begin_inset Quotes erd
26178 \end_inset
26179
26180  or 
26181 \begin_inset Quotes eld
26182 \end_inset
26183
26184 section.number
26185 \begin_inset Quotes erd
26186 \end_inset
26187
26188 .
26189  This depends on the document class used.
26190 \end_layout
26191
26192 \begin_layout Standard
26193 To change section-independent numbering, you can use this command in the
26194  document preamble:
26195 \end_layout
26196
26197 \begin_layout Standard
26198
26199 \series bold
26200
26201 \backslash
26202 renewcommand{
26203 \backslash
26204 thetable}{
26205 \backslash
26206 roman{table}}
26207 \end_layout
26208
26209 \begin_layout Standard
26210
26211 \series bold
26212
26213 \backslash
26214 thetable
26215 \series default
26216  is the command that prints the table number.
26217  For figure floats, the command would be 
26218 \series bold
26219
26220 \backslash
26221 thefigure
26222 \series default
26223 .
26224  
26225 \series bold
26226
26227 \backslash
26228 roman
26229 \series default
26230  in the command above prints the table number as a small roman number.
26231 \end_layout
26232
26233 \begin_layout Standard
26234 To change the numbering scheme for example to 
26235 \begin_inset Quotes eld
26236 \end_inset
26237
26238 subsection.number
26239 \begin_inset Quotes erd
26240 \end_inset
26241
26242 , use this command in the preamble:
26243 \end_layout
26244
26245 \begin_layout Standard
26246
26247 \series bold
26248
26249 \backslash
26250 numberwithin{table}{subsection}
26251 \end_layout
26252
26253 \begin_layout Standard
26254 To be able to use the command 
26255 \series bold
26256
26257 \backslash
26258 numberwithin
26259 \series default
26260 , set in the tab 
26261 \family sans
26262 Math
26263 \begin_inset space ~
26264 \end_inset
26265
26266 Options
26267 \family default
26268  in the document settings the option 
26269 \family sans
26270 Use
26271 \begin_inset space ~
26272 \end_inset
26273
26274 AMS
26275 \begin_inset space ~
26276 \end_inset
26277
26278 math
26279 \begin_inset space ~
26280 \end_inset
26281
26282 package
26283 \family default
26284 .
26285 \end_layout
26286
26287 \begin_layout Standard
26288 Please also have a look at section
26289 \begin_inset space ~
26290 \end_inset
26291
26292
26293 \begin_inset CommandInset ref
26294 LatexCommand ref
26295 reference "subsec:Footnote-Numbering"
26296
26297 \end_inset
26298
26299  for the details and important notes about the numbering commands.
26300 \end_layout
26301
26302 \begin_layout Section
26303 Referencing Floats
26304 \begin_inset CommandInset label
26305 LatexCommand label
26306 name "sec:Referencing-Floats"
26307
26308 \end_inset
26309
26310
26311 \begin_inset Index idx
26312 status collapsed
26313
26314 \begin_layout Plain Layout
26315 Floats ! References
26316 \end_layout
26317
26318 \end_inset
26319
26320
26321 \begin_inset Index idx
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325 References ! to Floats
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \begin_layout Standard
26334 To reference a float, insert a label into its caption using the menu 
26335 \family sans
26336 Insert\SpecialChar menuseparator
26337 Label
26338 \family default
26339  or the toolbar button 
26340 \begin_inset Info
26341 type  "icon"
26342 arg   "label-insert"
26343 \end_inset
26344
26345 .
26346  A grey label box like this one: 
26347 \begin_inset Graphics
26348         filename clipart/label.png
26349         scaleBeforeRotation
26350
26351 \end_inset
26352
26353  will be inserted and the label window pops up asking for the label text.
26354  \SpecialChar LyX
26355  offers as text the first words of the caption with a prefix.
26356  The prefix depends on the float type, e.
26357 \begin_inset space \thinspace{}
26358 \end_inset
26359
26360 g.
26361 \begin_inset space \space{}
26362 \end_inset
26363
26364 for figure floats the prefix will be "
26365 \family sans
26366 fig:
26367 \family default
26368 ".
26369 \end_layout
26370
26371 \begin_layout Standard
26372 The label is used as anchor and name for the reference.
26373  You can refer to the label using the menu 
26374 \family sans
26375 Insert\SpecialChar menuseparator
26376 Cross-reference
26377 \family default
26378  or the toolbar button 
26379 \begin_inset Info
26380 type  "icon"
26381 arg   "dialog-show-new-inset ref"
26382 \end_inset
26383
26384 .
26385  The cross-reference window appears showing all labels of the document.
26386  If you have multiple \SpecialChar LyX
26387  documents opened, choose the one you are working
26388  on from the drop-list at the top of the dialog.
26389  You can now sort the labels alphabetically and then choose one.
26390  A grey cross-reference box like this one: 
26391 \begin_inset Graphics
26392         filename clipart/reference.png
26393         scaleBeforeRotation
26394
26395 \end_inset
26396
26397  will be inserted.
26398  At the position of the cross-reference box the float number will appear
26399  in the output.
26400 \end_layout
26401
26402 \begin_layout Standard
26403 It is recommended that you use a protected space between the cross-reference
26404  name and its number to avoid line breaks between them.
26405  If a cross-reference refers to a non-existing label, you will see two question
26406  marks in the output instead of the reference.
26407 \end_layout
26408
26409 \begin_layout Standard
26410 You can change labels at any time by clicking on the label box.
26411  References to the changed label will automatically update their links to
26412  the new label text.
26413 \end_layout
26414
26415 \begin_layout Standard
26416 The button 
26417 \family sans
26418 Go
26419 \begin_inset space ~
26420 \end_inset
26421
26422 to
26423 \begin_inset space ~
26424 \end_inset
26425
26426 Label
26427 \family default
26428  in the cross-reference window sets the cursor before the referred label.
26429  The button text changes then to Go
26430 \begin_inset space ~
26431 \end_inset
26432
26433 Back and you can use it to set the cursor back to the cross-reference.
26434 \end_layout
26435
26436 \begin_layout Subsection
26437 Cross-Reference Formats
26438 \begin_inset CommandInset label
26439 LatexCommand label
26440 name "subsec:Cross-Reference-Formats"
26441
26442 \end_inset
26443
26444
26445 \begin_inset Index idx
26446 status collapsed
26447
26448 \begin_layout Plain Layout
26449 References ! Formats
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \begin_layout Standard
26458 There are six varieties of cross-references:
26459 \end_layout
26460
26461 \begin_layout Description
26462 <reference>: prints the float number, this is the default: 
26463 \begin_inset CommandInset ref
26464 LatexCommand ref
26465 reference "fig:Two-distorted-images"
26466
26467 \end_inset
26468
26469
26470 \end_layout
26471
26472 \begin_layout Description
26473 (<reference>): prints the float number within two parentheses, this is the
26474  style normally used to reference formulas, especially when the reference
26475  name 
26476 \begin_inset Quotes eld
26477 \end_inset
26478
26479 Equation
26480 \begin_inset Quotes erd
26481 \end_inset
26482
26483  is omitted: 
26484 \begin_inset CommandInset ref
26485 LatexCommand eqref
26486 reference "eq:Wgn"
26487
26488 \end_inset
26489
26490
26491 \end_layout
26492
26493 \begin_layout Description
26494 <page>: prints the page number: Page
26495 \begin_inset space ~
26496 \end_inset
26497
26498
26499 \begin_inset CommandInset ref
26500 LatexCommand pageref
26501 reference "fig:Two-distorted-images"
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \begin_layout Description
26509 on
26510 \begin_inset space ~
26511 \end_inset
26512
26513 page
26514 \begin_inset space ~
26515 \end_inset
26516
26517 <page>: prints the text "on page" and the page number: 
26518 \begin_inset CommandInset ref
26519 LatexCommand vpageref
26520 reference "fig:Two-distorted-images"
26521
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \begin_layout Description
26528 <reference>
26529 \begin_inset space ~
26530 \end_inset
26531
26532 on
26533 \begin_inset space ~
26534 \end_inset
26535
26536 page
26537 \begin_inset space ~
26538 \end_inset
26539
26540 <page>: prints the float number, the text "on page", and the page number:
26541  
26542 \begin_inset CommandInset ref
26543 LatexCommand vref
26544 reference "fig:Two-distorted-images"
26545
26546 \end_inset
26547
26548
26549 \end_layout
26550
26551 \begin_layout Description
26552 Formatted
26553 \begin_inset space ~
26554 \end_inset
26555
26556 reference: prints a self-defined cross-reference format.
26557 \begin_inset Newline newline
26558 \end_inset
26559
26560
26561 \begin_inset Note Greyedout
26562 status open
26563
26564 \begin_layout Plain Layout
26565
26566 \series bold
26567 Note:
26568 \series default
26569  This feature is only available when you have the \SpecialChar LaTeX
26570 -package 
26571 \series bold
26572 prettyref
26573 \series default
26574  or 
26575 \series bold
26576 refstyle
26577 \series default
26578
26579 \begin_inset Index idx
26580 status collapsed
26581
26582 \begin_layout Plain Layout
26583 \SpecialChar LaTeX
26584 -packages ! prettyref
26585 \end_layout
26586
26587 \end_inset
26588
26589
26590 \begin_inset Index idx
26591 status collapsed
26592
26593 \begin_layout Plain Layout
26594 \SpecialChar LaTeX
26595 -packages ! refstyle
26596 \end_layout
26597
26598 \end_inset
26599
26600  installed.
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \begin_inset Newline newline
26607 \end_inset
26608
26609 You can select which \SpecialChar LaTeX
26610 -package should be used for this feature by setting
26611  the option 
26612 \family sans
26613 Use refstyle (not prettyref) for cross-references
26614 \family default
26615  in the menu 
26616 \family sans
26617 Document\SpecialChar menuseparator
26618 Settings\SpecialChar menuseparator
26619 Document Class
26620 \family default
26621 .
26622  The format is specified by adding the command 
26623 \series bold
26624
26625 \backslash
26626 newrefformat
26627 \series default
26628  (prettyref) or 
26629 \series bold
26630
26631 \backslash
26632 newref
26633 \series default
26634  (refstyle) to the preamble of the document.
26635  For example redefining all references to figures (which have the label
26636  prefix 
26637 \begin_inset Quotes eld
26638 \end_inset
26639
26640
26641 \family sans
26642 fig
26643 \family default
26644
26645 \begin_inset Quotes erd
26646 \end_inset
26647
26648 ) can be done with this command
26649 \begin_inset Newline newline
26650 \end_inset
26651
26652
26653 \series bold
26654
26655 \backslash
26656 newref{fig}{refcmd={Image on page 
26657 \backslash
26658 pageref{#1}}}
26659 \series default
26660
26661 \begin_inset Newline newline
26662 \end_inset
26663
26664 For more information about the format, have a look at the package documentations
26665
26666 \begin_inset CommandInset citation
26667 LatexCommand cite
26668 key "prettyref,refstyle"
26669 literal "true"
26670
26671 \end_inset
26672
26673 .
26674 \begin_inset Newline newline
26675 \end_inset
26676
26677 The options 
26678 \family sans
26679 Plural
26680 \family default
26681  and 
26682 \family sans
26683 Capitalized
26684 \family default
26685  are only available if you use the \SpecialChar LaTeX
26686 -package 
26687 \series bold
26688 refstyle
26689 \series default
26690 .
26691  
26692 \family sans
26693 Plural
26694 \family default
26695  adds an 
26696 \emph on
26697 s
26698 \emph default
26699  to the name, e.
26700 \begin_inset space \thinspace{}
26701 \end_inset
26702
26703 g.
26704 \begin_inset space \space{}
26705 \end_inset
26706
26707
26708 \begin_inset Quotes eld
26709 \end_inset
26710
26711 figures
26712 \begin_inset Quotes erd
26713 \end_inset
26714
26715
26716 \family sans
26717 Capitalized
26718 \family default
26719  outputs the name capitalized, e.
26720 \begin_inset space \thinspace{}
26721 \end_inset
26722
26723 g.
26724 \begin_inset space \space{}
26725 \end_inset
26726
26727
26728 \begin_inset Quotes eld
26729 \end_inset
26730
26731 Figure
26732 \begin_inset Quotes erd
26733 \end_inset
26734
26735 .
26736  Both options can be combined to get e.
26737 \begin_inset space \thinspace{}
26738 \end_inset
26739
26740 g.
26741 \begin_inset space \space{}
26742 \end_inset
26743
26744
26745 \begin_inset Quotes eld
26746 \end_inset
26747
26748 Figures
26749 \begin_inset Quotes erd
26750 \end_inset
26751
26752 .
26753 \end_layout
26754
26755 \begin_layout Description
26756 Textual
26757 \begin_inset space ~
26758 \end_inset
26759
26760 reference: prints the caption of the reference: 
26761 \begin_inset CommandInset ref
26762 LatexCommand nameref
26763 reference "fig:Two-distorted-images"
26764
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \begin_layout Description
26771 Label
26772 \begin_inset space ~
26773 \end_inset
26774
26775 only: prints only the \SpecialChar LaTeX
26776  label for the reference: 
26777 \begin_inset CommandInset ref
26778 LatexCommand labelonly
26779 reference "fig:Two-distorted-images"
26780 plural "false"
26781 caps "false"
26782 noprefix "false"
26783
26784 \end_inset
26785
26786
26787 \begin_inset Newline newline
26788 \end_inset
26789
26790 This allows to use the label for commands in \SpecialChar TeX
26791  code.
26792  With the option 
26793 \family sans
26794 No Prefix
26795 \family default
26796  one can omit the prefix of the label name: 
26797 \begin_inset CommandInset ref
26798 LatexCommand labelonly
26799 reference "fig:Two-distorted-images"
26800 plural "false"
26801 caps "false"
26802 noprefix "true"
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \begin_layout Standard
26810
26811 \family sans
26812 <page>
26813 \family default
26814  will not print the page number if the label is on the previous, the same,
26815  or the next page.
26816  You will e.
26817 \begin_inset space \thinspace{}
26818 \end_inset
26819
26820 g.
26821 \begin_inset space \space{}
26822 \end_inset
26823
26824 see the text 
26825 \begin_inset Quotes eld
26826 \end_inset
26827
26828
26829 \family sans
26830 on this page
26831 \family default
26832
26833 \begin_inset Quotes erd
26834 \end_inset
26835
26836  instead.
26837  The style 
26838 \family sans
26839 <reference> on page <page>
26840 \family default
26841  will not print anything about the page if the label is on the same page.
26842 \end_layout
26843
26844 \begin_layout Standard
26845 The number and current page of the part of the document referred to in the
26846  output is automatically calculated by \SpecialChar LaTeX
26847 .
26848  The varieties are adjusted in the field 
26849 \family sans
26850 Format
26851 \family default
26852  of the cross-reference window that appears when you click on the cross-referenc
26853 e box.
26854 \end_layout
26855
26856 \begin_layout Standard
26857 \begin_inset Note Greyedout
26858 status open
26859
26860 \begin_layout Plain Layout
26861
26862 \series bold
26863 Note:
26864 \series default
26865  It is recommended to use the \SpecialChar LaTeX
26866 -package 
26867 \series bold
26868 refstyle
26869 \series default
26870
26871 \begin_inset Index idx
26872 status collapsed
26873
26874 \begin_layout Plain Layout
26875 \SpecialChar LaTeX
26876 -packages ! refstyle
26877 \end_layout
26878
26879 \end_inset
26880
26881  because 
26882 \series bold
26883 prettyref
26884 \series default
26885
26886 \begin_inset Index idx
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890 \SpecialChar LaTeX
26891 -packages ! prettyref
26892 \end_layout
26893
26894 \end_inset
26895
26896  does not know all of \SpecialChar LyX
26897 's possible label shortcuts
26898 \begin_inset Foot
26899 status collapsed
26900
26901 \begin_layout Plain Layout
26902 \begin_inset Quotes eld
26903 \end_inset
26904
26905 fig:
26906 \begin_inset Quotes erd
26907 \end_inset
26908
26909  is for example \SpecialChar LyX
26910 's shortcut for labels in figure captions.
26911 \end_layout
26912
26913 \end_inset
26914
26915  and is not internationalized.
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \begin_layout Subsection
26924 Automatic Reference Naming
26925 \begin_inset Index idx
26926 status collapsed
26927
26928 \begin_layout Plain Layout
26929 References ! Automatic Reference Naming
26930 \end_layout
26931
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \begin_layout Standard
26938 The \SpecialChar LaTeX
26939 -package 
26940 \series bold
26941 hyperref
26942 \series default
26943
26944 \begin_inset Index idx
26945 status collapsed
26946
26947 \begin_layout Plain Layout
26948 \SpecialChar LaTeX
26949 -packages ! hyperref
26950 \end_layout
26951
26952 \end_inset
26953
26954 , that is enabled in the 
26955 \family sans
26956 PDF Properties
26957 \family default
26958  of the 
26959 \family sans
26960 Document Settings
26961 \family default
26962  dialog, provides a very useful feature that cross-references automatically
26963  include the name of the referenced floats (or text parts like 
26964 \emph on
26965 section
26966 \emph default
26967 ).
26968  So you will save having to write e.
26969 \begin_inset space \thinspace{}
26970 \end_inset
26971
26972 g.
26973 \begin_inset space \space{}
26974 \end_inset
26975
26976 the name 
26977 \begin_inset Quotes eld
26978 \end_inset
26979
26980 Figure
26981 \begin_inset Quotes erd
26982 \end_inset
26983
26984  before every reference to a figure.
26985  To use this feature, enable 
26986 \series bold
26987 hyperref
26988 \series default
26989  and insert this line to the \SpecialChar LaTeX
26990  preamble:
26991 \end_layout
26992
26993 \begin_layout Standard
26994
26995 \series bold
26996
26997 \backslash
26998 AtBeginDocument{
26999 \backslash
27000 renewcommand{
27001 \backslash
27002 ref}[1]{
27003 \backslash
27004 mbox{
27005 \backslash
27006 autoref{#1}}}}
27007 \end_layout
27008
27009 \begin_layout Standard
27010 When you prefer other reference names than the default ones, for example
27011  you want instead of 
27012 \begin_inset Quotes eld
27013 \end_inset
27014
27015 section
27016 \begin_inset Quotes erd
27017 \end_inset
27018
27019  the name 
27020 \begin_inset Quotes eld
27021 \end_inset
27022
27023 sec.
27024 \begin_inset space \thinspace{}
27025 \end_inset
27026
27027
27028 \begin_inset Quotes eld
27029 \end_inset
27030
27031 , you can redefine the name by inserting this in the preamble:
27032 \end_layout
27033
27034 \begin_layout Standard
27035
27036 \series bold
27037
27038 \backslash
27039 addto
27040 \backslash
27041 extrasenglish{
27042 \backslash
27043 renewcommand{
27044 \backslash
27045 sectionautorefname}
27046 \begin_inset Newline newline
27047 \end_inset
27048
27049
27050 \begin_inset Phantom HPhantom
27051 status open
27052
27053 \begin_layout Plain Layout
27054
27055 \series bold
27056 \begin_inset space ~
27057 \end_inset
27058
27059
27060 \end_layout
27061
27062 \end_inset
27063
27064 {sec.
27065 \backslash
27066 negthinspace}}
27067 \end_layout
27068
27069 \begin_layout Standard
27070 When you are using another document language than English, replace
27071 \begin_inset Newline newline
27072 \end_inset
27073
27074
27075 \series bold
27076
27077 \backslash
27078 extrasenglish
27079 \series default
27080  by 
27081 \series bold
27082
27083 \backslash
27084 extras***
27085 \series default
27086 , where *** is the name of the language used.
27087 \end_layout
27088
27089 \begin_layout Standard
27090 To get automatic names, but not for certain reference types, for example
27091  not for equations, use this preamble code:
27092 \end_layout
27093
27094 \begin_layout Standard
27095
27096 \series bold
27097
27098 \backslash
27099 addto
27100 \backslash
27101 extrasenglish{
27102 \backslash
27103 renewcommand*{
27104 \backslash
27105 equationautorefname}[1]{}}
27106 \end_layout
27107
27108 \begin_layout Standard
27109 More about this topic can be found in 
27110 \series bold
27111 hyperref
27112 \series default
27113 's documentation 
27114 \begin_inset CommandInset citation
27115 LatexCommand cite
27116 key "hyperref"
27117 literal "true"
27118
27119 \end_inset
27120
27121 .
27122 \end_layout
27123
27124 \begin_layout Standard
27125 \begin_inset Note Greyedout
27126 status open
27127
27128 \begin_layout Plain Layout
27129
27130 \series bold
27131 Note:
27132 \series default
27133  Automatic reference naming cannot be used when you use cross-references
27134  in the 
27135 \family sans
27136 Formatted
27137 \begin_inset space ~
27138 \end_inset
27139
27140 reference
27141 \family default
27142  style, as described in section
27143 \begin_inset space ~
27144 \end_inset
27145
27146
27147 \begin_inset CommandInset ref
27148 LatexCommand ref
27149 reference "subsec:Cross-Reference-Formats"
27150
27151 \end_inset
27152
27153 .
27154 \end_layout
27155
27156 \end_inset
27157
27158
27159 \end_layout
27160
27161 \begin_layout Standard
27162 The 
27163 \emph on
27164 Math
27165 \emph default
27166  manual is an example where automatic reference naming is used.
27167 \end_layout
27168
27169 \begin_layout Subsection
27170 Reference Position
27171 \begin_inset CommandInset label
27172 LatexCommand label
27173 name "subsec:Reference-Position"
27174
27175 \end_inset
27176
27177
27178 \begin_inset Index idx
27179 status collapsed
27180
27181 \begin_layout Plain Layout
27182 References ! Reference Position
27183 \end_layout
27184
27185 \end_inset
27186
27187
27188 \end_layout
27189
27190 \begin_layout Standard
27191 If you use 
27192 \series bold
27193 hyperref
27194 \series default
27195
27196 \begin_inset Index idx
27197 status collapsed
27198
27199 \begin_layout Plain Layout
27200 \SpecialChar LaTeX
27201 -packages ! hyperref
27202 \end_layout
27203
27204 \end_inset
27205
27206  in the 
27207 \family sans
27208 PDF Properties
27209 \family default
27210  of the 
27211 \family sans
27212 Document Settings
27213 \family default
27214  dialog to link cross-references in the output, you will see that clicking
27215  on an image float reference jumps to the image label.
27216  The caption will be the first text part on the screen, so that you cannot
27217  see the image without scrolling.
27218  This is because the reference link anchor is placed at the position of
27219  the label.
27220  With the use of the package 
27221 \series bold
27222 hypcap
27223 \series default
27224
27225 \begin_inset Index idx
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229 \SpecialChar LaTeX
27230 -packages ! hypcap
27231 \end_layout
27232
27233 \end_inset
27234
27235 , which is part of the \SpecialChar LaTeX
27236 -package 
27237 \series bold
27238 oberdiek
27239 \series default
27240
27241 \begin_inset Index idx
27242 status collapsed
27243
27244 \begin_layout Plain Layout
27245 \SpecialChar LaTeX
27246 -packages ! oberdiek
27247 \end_layout
27248
27249 \end_inset
27250
27251 , the link anchor is placed at the beginning of a float.
27252  To use this feature for figure floats, load 
27253 \series bold
27254 hypcap
27255 \series default
27256  in the document preamble with the line
27257 \end_layout
27258
27259 \begin_layout Standard
27260
27261 \series bold
27262
27263 \backslash
27264 usepackage[figure]{hypcap}
27265 \end_layout
27266
27267 \begin_layout Standard
27268 You can also use 
27269 \series bold
27270 hypcap
27271 \series default
27272  for all float types but this is not recommended for stability reasons.
27273  For more information, have a look at 
27274 \series bold
27275 hypcap
27276 \series default
27277 's manual 
27278 \begin_inset CommandInset citation
27279 LatexCommand cite
27280 key "hypcap"
27281 literal "true"
27282
27283 \end_inset
27284
27285 .
27286 \end_layout
27287
27288 \begin_layout Standard
27289 \begin_inset Note Greyedout
27290 status open
27291
27292 \begin_layout Plain Layout
27293
27294 \series bold
27295 Note:
27296 \series default
27297  
27298 \series bold
27299 hypcap
27300 \series default
27301  has no effect on references to subfigures.
27302 \end_layout
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \begin_layout Section
27310 Float 
27311 \change_deleted -712698321 1526031763
27312 Placement 
27313 \change_inserted -712698321 1526031765
27314 Settings
27315 \change_unchanged
27316
27317 \begin_inset CommandInset label
27318 LatexCommand label
27319 name "sec:Float-Settings"
27320
27321 \end_inset
27322
27323
27324 \begin_inset Index idx
27325 status collapsed
27326
27327 \begin_layout Plain Layout
27328 Floats ! 
27329 \change_deleted -712698321 1526031841
27330 Placement
27331 \change_inserted -712698321 1526031842
27332 Settings
27333 \change_unchanged
27334
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \end_layout
27341
27342 \begin_layout Standard
27343
27344 \change_inserted -712698321 1526033385
27345 Float Settings can be adjusted at two places in \SpecialChar LyX
27346 : In 
27347 \family sans
27348 Document\SpecialChar menuseparator
27349 Settings\SpecialChar ldots
27350 \SpecialChar menuseparator
27351 Float Settings
27352 \family default
27353 , you can set some options that are used by default for all floats of the
27354  document (placement on page and alignment of contents), unless you modify
27355  the local settings of a float.
27356 \change_unchanged
27357
27358 \end_layout
27359
27360 \begin_layout Standard
27361
27362 \change_inserted -712698321 1526032513
27363 The latter can be done by 
27364 \change_deleted -712698321 1526032513
27365 R
27366 \change_inserted -712698321 1526032513
27367 r
27368 \change_unchanged
27369 ight-clicking on a float-box and clicking on 
27370 \family sans
27371 Settings
27372 \change_inserted -712698321 1526033387
27373 \SpecialChar ldots
27374
27375 \change_unchanged
27376
27377 \family default
27378  
27379 \change_inserted -712698321 1526032520
27380 This 
27381 \change_unchanged
27382 opens a dialog where you can
27383 \change_inserted -712698321 1526032584
27384 , now only for the given float,
27385 \change_unchanged
27386  alter the 
27387 \change_inserted -712698321 1526033452
27388 global 
27389 \change_unchanged
27390 placement 
27391 \change_deleted -712698321 1526033439
27392 options that \SpecialChar LaTeX
27393  uses for positioning the float
27394 \change_inserted -712698321 1526033493
27395  and alignment options, and adapt some other options that are only available
27396  for single floats
27397 \change_unchanged
27398 .
27399
27400 \change_inserted -712698321 1526032658
27401  All these options, both for 
27402 \family sans
27403 Document\SpecialChar menuseparator
27404 Settings\SpecialChar menuseparator
27405 Float Settings
27406 \family default
27407  and for local 
27408 \family sans
27409 Float Settings
27410 \family default
27411 , are described in turn.
27412 \change_deleted -712698321 1526031652
27413
27414 \begin_inset Newline newline
27415 \end_inset
27416
27417 The option 
27418 \family sans
27419 Span
27420 \begin_inset space ~
27421 \end_inset
27422
27423 columns
27424 \family default
27425  is only useful for two-column documents: If you select it, the float will
27426  span both columns on the page instead of being confined to just one.
27427 \begin_inset Newline newline
27428 \end_inset
27429
27430 The option 
27431 \family sans
27432 Rotate
27433 \begin_inset space ~
27434 \end_inset
27435
27436 sideways
27437 \family default
27438  is used to rotate floats, see section 
27439 \begin_inset CommandInset ref
27440 LatexCommand ref
27441 reference "sec:Rotated-Floats"
27442
27443 \end_inset
27444
27445 .
27446 \change_unchanged
27447
27448 \end_layout
27449
27450 \begin_layout Subsection
27451
27452 \change_inserted -712698321 1526031775
27453 Float Placement
27454 \begin_inset CommandInset label
27455 LatexCommand label
27456 name "sec:Float-Placement"
27457
27458 \end_inset
27459
27460
27461 \begin_inset Index idx
27462 status collapsed
27463
27464 \begin_layout Plain Layout
27465
27466 \change_inserted -712698321 1526031775
27467 Floats ! Placement
27468 \end_layout
27469
27470 \end_inset
27471
27472
27473 \change_unchanged
27474
27475 \end_layout
27476
27477 \begin_layout Standard
27478
27479 \change_inserted -712698321 1526032697
27480 Both in 
27481 \family sans
27482 Document\SpecialChar menuseparator
27483 Settings\SpecialChar menuseparator
27484 Float Settings
27485 \family default
27486  and in the local 
27487 \family sans
27488 Float Settings
27489 \family default
27490  dialog, you can 
27491 \change_deleted -712698321 1526032811
27492 You can use one or more of the following options in the float dialog to
27493  set
27494 \change_inserted -712698321 1526032812
27495 modify
27496 \change_unchanged
27497  the placement 
27498 \change_inserted -712698321 1526033558
27499 algorithm that \SpecialChar LaTeX
27500  uses for positioning floats on the page, either 
27501 \change_unchanged
27502 for 
27503 \change_inserted -712698321 1526033535
27504 all floats (
27505 \family sans
27506 Document\SpecialChar menuseparator
27507 Settings\SpecialChar menuseparator
27508 Float Settings
27509 \family default
27510 ) or 
27511 \change_unchanged
27512 a particular float
27513 \change_inserted -712698321 1526033570
27514  (local 
27515 \family sans
27516 Float Settings
27517 \family default
27518  dialog).
27519  This is done via 
27520 \family sans
27521 Placement Settings
27522 \family default
27523 .
27524  By default, this is set to
27525 \change_unchanged
27526  
27527 \change_inserted -712698321 1526033604
27528
27529 \family sans
27530 Class Default
27531 \family default
27532  in 
27533 \family sans
27534 Document\SpecialChar menuseparator
27535 Settings\SpecialChar menuseparator
27536 Float Settings
27537 \family default
27538  (meaning that the default placement algorithm of the document class is
27539  used) or 
27540 \family sans
27541 Document Default
27542 \family default
27543  in the local 
27544 \family sans
27545 Float Settings
27546 \family default
27547  dialog (meaning that the settings in 
27548 \family sans
27549 Document\SpecialChar menuseparator
27550 Settings\SpecialChar menuseparator
27551 Float Settings
27552 \family default
27553  are used, which are the Class Defaults by default).
27554  If you want to change this, 
27555 \change_deleted -712698321 1526033009
27556 when you uncheck
27557 \change_inserted -712698321 1526033535
27558 select
27559 \change_unchanged
27560  
27561 \change_deleted -712698321 1526031920
27562 the option
27563 \change_inserted -712698321 1526033535
27564
27565 \family sans
27566 Placement Settings:
27567 \change_unchanged
27568
27569 \family default
27570  
27571 \change_inserted -712698321 1526033535
27572
27573 \family sans
27574 Custom.
27575 \change_deleted -712698321 1526031908
27576 Use
27577 \begin_inset space ~
27578 \end_inset
27579
27580 default
27581 \begin_inset space ~
27582 \end_inset
27583
27584 placement
27585 \change_inserted -712698321 1526033535
27586
27587 \family default
27588  This allows you to select one or more from
27589 \change_unchanged
27590 :
27591 \end_layout
27592
27593 \begin_layout Description
27594 Here
27595 \begin_inset space ~
27596 \end_inset
27597
27598 if
27599 \begin_inset space ~
27600 \end_inset
27601
27602 possible try to place the float on the position where it has been inserted
27603 \end_layout
27604
27605 \begin_layout Description
27606 Top
27607 \begin_inset space ~
27608 \end_inset
27609
27610 of
27611 \begin_inset space ~
27612 \end_inset
27613
27614 page try to place the float at the top of the current page
27615 \end_layout
27616
27617 \begin_layout Description
27618 Bottom
27619 \begin_inset space ~
27620 \end_inset
27621
27622 of
27623 \begin_inset space ~
27624 \end_inset
27625
27626 page try to place the float at the bottom of the current page
27627 \end_layout
27628
27629 \begin_layout Description
27630 Page
27631 \begin_inset space ~
27632 \end_inset
27633
27634 of
27635 \begin_inset space ~
27636 \end_inset
27637
27638 floats try to place the float on its own page
27639 \end_layout
27640
27641 \begin_layout Standard
27642 The order of the above option is 
27643 \emph on
27644 always
27645 \emph default
27646  used by \SpecialChar LaTeX
27647 .
27648  That means, if you use the default placement, \SpecialChar LaTeX
27649  will first try out 
27650 \family sans
27651 Here
27652 \begin_inset space ~
27653 \end_inset
27654
27655 if
27656 \begin_inset space ~
27657 \end_inset
27658
27659 possible
27660 \family default
27661 , then 
27662 \family sans
27663 Top
27664 \begin_inset space ~
27665 \end_inset
27666
27667 of
27668 \begin_inset space ~
27669 \end_inset
27670
27671 page
27672 \family default
27673 , and then the others.
27674  If you do not use the default, \SpecialChar LaTeX
27675  will try only the checked options but in
27676  the same order.
27677  If none of the 4
27678 \begin_inset space ~
27679 \end_inset
27680
27681 placements is possible the procedure is internally repeated trying to put
27682  the float on the following page.
27683 \end_layout
27684
27685 \begin_layout Standard
27686 By default, each option has its own rules:
27687 \end_layout
27688
27689 \begin_layout Labeling
27690 \labelwidthstring 00.00.0000
27691
27692 \family sans
27693 Top
27694 \begin_inset space ~
27695 \end_inset
27696
27697 of
27698 \begin_inset space ~
27699 \end_inset
27700
27701 page
27702 \family default
27703  only floats occupying less than 70
27704 \begin_inset space \thinspace{}
27705 \end_inset
27706
27707 % of the page can be placed at the top of a page (
27708 \series bold
27709
27710 \backslash
27711 topfraction
27712 \series default
27713 )
27714 \end_layout
27715
27716 \begin_layout Labeling
27717 \labelwidthstring 00.00.0000
27718
27719 \family sans
27720 Bottom
27721 \begin_inset space ~
27722 \end_inset
27723
27724 of
27725 \begin_inset space ~
27726 \end_inset
27727
27728 page
27729 \family default
27730 : only floats occupying less than 30
27731 \begin_inset space \thinspace{}
27732 \end_inset
27733
27734 % of the page can be placed at the bottom of a page.
27735  (
27736 \series bold
27737
27738 \backslash
27739 bottomfraction
27740 \series default
27741 )
27742 \end_layout
27743
27744 \begin_layout Labeling
27745 \labelwidthstring 00.00.0000
27746
27747 \family sans
27748 Page
27749 \begin_inset space ~
27750 \end_inset
27751
27752 of
27753 \begin_inset space ~
27754 \end_inset
27755
27756 floats
27757 \family default
27758 : only if more than 50
27759 \begin_inset space \thinspace{}
27760 \end_inset
27761
27762 % of the page is occupied by floats, several floats can be set together
27763  on a page.
27764  (
27765 \series bold
27766
27767 \backslash
27768 floatpagefraction
27769 \series default
27770 )
27771 \end_layout
27772
27773 \begin_layout Standard
27774 If you don't like these rules, you can ignore them by using the additional
27775  option 
27776 \family sans
27777 Ignore
27778 \begin_inset space ~
27779 \end_inset
27780
27781 \SpecialChar LaTeX
27782
27783 \begin_inset space ~
27784 \end_inset
27785
27786 rules
27787 \family default
27788 .
27789 \begin_inset Newline newline
27790 \end_inset
27791
27792 You can also redefine the rules with \SpecialChar LaTeX
27793 -commands that are given in parentheses
27794  after the rules description above.
27795  To increase for example the often too small default of the bottom-rule
27796  to 50
27797 \begin_inset space \thinspace{}
27798 \end_inset
27799
27800 % of the page, add this line to your document preamble:
27801 \end_layout
27802
27803 \begin_layout Standard
27804
27805 \series bold
27806
27807 \backslash
27808 renewcommand{
27809 \backslash
27810 bottomfraction}{0.5}
27811 \end_layout
27812
27813 \begin_layout Standard
27814 Sometimes you might need, under all circumstances, a float to be placed
27815  exactly at the position where it is inserted.
27816  For this case you can use the option 
27817 \family sans
27818 Here
27819 \begin_inset space ~
27820 \end_inset
27821
27822 definitely
27823 \family default
27824 .
27825  Use this option very rarely and only if the document is almost ready to
27826  be printed, because the float is then no longer able to 
27827 \begin_inset Quotes eld
27828 \end_inset
27829
27830 float
27831 \begin_inset Quotes erd
27832 \end_inset
27833
27834  when you change your document and this will often destroy the page layout.
27835 \end_layout
27836
27837 \begin_layout Standard
27838 There are no placement options for text wrap floats, because they are always
27839  surrounded by the text of a certain paragraph.
27840 \begin_inset VSpace bigskip
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \begin_layout Standard
27847 Sometimes you have the problem that a float is placed at the top of a page
27848  while its corresponding section starts at the middle of the page, so that
27849  the reader could think the float is part of the previous section.
27850  To avoid this the \SpecialChar LaTeX
27851 -command 
27852 \series bold
27853
27854 \backslash
27855 suppressfloats
27856 \series default
27857  can be used.
27858  It suppresses a given float placement for the page where it is inserted
27859  and can therefore be used to avoid floats being set before a section starts.
27860  To get this, add these commands to your document preamble:
27861 \end_layout
27862
27863 \begin_layout Standard
27864
27865 \series bold
27866
27867 \backslash
27868 let
27869 \backslash
27870 mySection
27871 \backslash
27872 section
27873 \begin_inset Newline newline
27874 \end_inset
27875
27876
27877 \backslash
27878 renewcommand{
27879 \backslash
27880 section}{
27881 \backslash
27882 suppressfloats[t]
27883 \backslash
27884 mySection}
27885 \end_layout
27886
27887 \begin_layout Standard
27888 You can define the same for all section headings, like chapters and subsections.
27889  This definition is not recommended to be used for small text parts like
27890  subsubsections because \SpecialChar LaTeX
27891  may then have problems finding a suitable placement.
27892 \end_layout
27893
27894 \begin_layout Standard
27895 \begin_inset VSpace bigskip
27896 \end_inset
27897
27898 In some cases it is required to have all figures/tables at the end of the
27899  document.
27900  For this purpose the \SpecialChar LaTeX
27901 -package 
27902 \series bold
27903 endfloat
27904 \series default
27905
27906 \begin_inset Index idx
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910 \SpecialChar LaTeX
27911 -packages ! endfloat
27912 \end_layout
27913
27914 \end_inset
27915
27916  was developed.
27917  It puts all figure and table floats at the end of the document into their
27918  own sections.
27919  At the original float position a text hint like 
27920 \begin_inset Quotes eld
27921 \end_inset
27922
27923
27924 \family sans
27925 [Figure
27926 \begin_inset space ~
27927 \end_inset
27928
27929 3.2 about here.]
27930 \family default
27931
27932 \begin_inset Quotes erd
27933 \end_inset
27934
27935  is inserted.
27936  The endfloat-package is loaded in the preamble with the line
27937 \end_layout
27938
27939 \begin_layout Standard
27940
27941 \series bold
27942
27943 \backslash
27944 usepackage[options]{endfloat}
27945 \end_layout
27946
27947 \begin_layout Standard
27948 There are various package options to format the created figure/table sections.
27949  For more information we refer you to the 
27950 \series bold
27951 endfloat
27952 \series default
27953  documentation 
27954 \begin_inset CommandInset citation
27955 LatexCommand cite
27956 key "endfloat"
27957 literal "true"
27958
27959 \end_inset
27960
27961 .
27962 \begin_inset Newline newline
27963 \end_inset
27964
27965
27966 \begin_inset Note Greyedout
27967 status open
27968
27969 \begin_layout Plain Layout
27970
27971 \series bold
27972 Note: endfloat
27973 \series default
27974  doesn't provide an automatic translation for the text hint, you have to
27975  do this manually, see section
27976 \begin_inset space ~
27977 \end_inset
27978
27979 4 in 
27980 \begin_inset CommandInset citation
27981 LatexCommand cite
27982 key "endfloat"
27983 literal "true"
27984
27985 \end_inset
27986
27987 .
27988 \end_layout
27989
27990 \end_inset
27991
27992
27993 \begin_inset Newline newline
27994 \end_inset
27995
27996
27997 \begin_inset Note Greyedout
27998 status open
27999
28000 \begin_layout Plain Layout
28001
28002 \series bold
28003 Note:
28004 \series default
28005  There is currently a bug in 
28006 \series bold
28007 endfloat
28008 \series default
28009  when the caption contains a German 
28010 \begin_inset Quotes eld
28011 \end_inset
28012
28013 ß
28014 \begin_inset Quotes erd
28015 \end_inset
28016
28017 .
28018  Use in this case the command 
28019 \begin_inset Quotes eld
28020 \end_inset
28021
28022
28023 \series bold
28024
28025 \backslash
28026 ss
28027 \series default
28028
28029 \begin_inset Quotes erd
28030 \end_inset
28031
28032  in \SpecialChar TeX
28033  Code instead of 
28034 \begin_inset Quotes eld
28035 \end_inset
28036
28037 ß
28038 \begin_inset Quotes erd
28039 \end_inset
28040
28041 .
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \end_layout
28048
28049 \begin_layout Standard
28050 \begin_inset VSpace bigskip
28051 \end_inset
28052
28053 For more details about float placements, have a look at \SpecialChar LaTeX
28054  books, 
28055 \begin_inset CommandInset citation
28056 LatexCommand cite
28057 key "latexcompanion,latexguide,latexbook"
28058 literal "true"
28059
28060 \end_inset
28061
28062 .
28063 \change_inserted -712698321 1526030561
28064
28065 \end_layout
28066
28067 \begin_layout Subsection
28068
28069 \change_inserted -712698321 1526031989
28070 Alignment of Float Contents
28071 \end_layout
28072
28073 \begin_layout Standard
28074
28075 \change_inserted -712698321 1526032316
28076 In this list of options, you can define how the contents of a float (or
28077  all floats by default, if selected from 
28078 \family sans
28079 Document\SpecialChar menuseparator
28080 Settings
28081 \family default
28082 ) are aligned.
28083  
28084 \family sans
28085 Class Default
28086 \family default
28087  means that the alignment of the class, or the default alignment of \SpecialChar LaTeX
28088 , is
28089  used.
28090  
28091 \family sans
28092 Document Default
28093 \family default
28094  (only visible in the 
28095 \family sans
28096 Float Settings
28097 \family default
28098  dialog, not in 
28099 \family sans
28100 Document\SpecialChar menuseparator
28101 Settings
28102 \family default
28103 ) takes the setting specified in 
28104 \family sans
28105 Document\SpecialChar menuseparator
28106 Settings\SpecialChar menuseparator
28107 Float Settings
28108 \family default
28109 .
28110  The other three options, 
28111 \family sans
28112 Left
28113 \family default
28114
28115 \family sans
28116 Center
28117 \family default
28118 , or 
28119 \family sans
28120 Right
28121 \family default
28122 , are self-explanatory.
28123  If one of these is selected in 
28124 \family sans
28125 Document\SpecialChar menuseparator
28126 Settings\SpecialChar menuseparator
28127 Float Settings
28128 \family default
28129 , all floats of the document will have this setting by default (so it is
28130  fairly easy, for instance, to center all floats).
28131 \change_unchanged
28132
28133 \end_layout
28134
28135 \begin_layout Subsection
28136
28137 \change_inserted -712698321 1526030571
28138 Other Float Options
28139 \end_layout
28140
28141 \begin_layout Standard
28142
28143 \change_inserted -712698321 1526035716
28144 These two options are only visible in the local 
28145 \family sans
28146 Float Settings
28147 \family default
28148  dialog, not in 
28149 \family sans
28150 Document\SpecialChar menuseparator
28151 Settings.
28152 \change_unchanged
28153
28154 \end_layout
28155
28156 \begin_layout Standard
28157
28158 \change_inserted -712698321 1526033931
28159 The option 
28160 \family sans
28161 Span
28162 \begin_inset space ~
28163 \end_inset
28164
28165 columns
28166 \family default
28167  is useful for two-column documents: If you select it, the float will span
28168  both columns on the page instead of being confined to just one.
28169 \end_layout
28170
28171 \begin_layout Standard
28172
28173 \change_inserted -712698321 1526030572
28174 The option 
28175 \family sans
28176 Rotate
28177 \begin_inset space ~
28178 \end_inset
28179
28180 sideways
28181 \family default
28182  is used to rotate floats, see section 
28183 \begin_inset CommandInset ref
28184 LatexCommand ref
28185 reference "sec:Rotated-Floats"
28186
28187 \end_inset
28188
28189 .
28190 \change_unchanged
28191
28192 \end_layout
28193
28194 \begin_layout Section
28195 Rotated Floats
28196 \begin_inset CommandInset label
28197 LatexCommand label
28198 name "sec:Rotated-Floats"
28199
28200 \end_inset
28201
28202
28203 \begin_inset Index idx
28204 status collapsed
28205
28206 \begin_layout Plain Layout
28207 Floats ! Rotating
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \begin_layout Standard
28216 Especially for wide tables you might have floats rotated.
28217  To rotate a whole float including the caption, right-click on the float-box
28218  and use the option 
28219 \family sans
28220 Rotate
28221 \begin_inset space ~
28222 \end_inset
28223
28224 sideways
28225 \family default
28226 .
28227 \end_layout
28228
28229 \begin_layout Standard
28230 Rotated floats are always placed on a page of their own (or column of their
28231  own; in case you have a multi-column document).
28232  You can let them span several columns using the float settings option 
28233 \family sans
28234 Span
28235 \begin_inset space ~
28236 \end_inset
28237
28238 columns
28239 \family default
28240 .
28241  Floats are rotated so that you can read them from the outside margin.
28242  To force a certain rotation direction for all pages, you can add either
28243  the option 
28244 \series bold
28245 figuresleft
28246 \series default
28247  or 
28248 \series bold
28249 figuresright
28250 \series default
28251  to the document class options.
28252 \end_layout
28253
28254 \begin_layout Standard
28255 Referencing rotated floats is the same as for normal floats, the caption
28256  format is also the same: Table
28257 \begin_inset space ~
28258 \end_inset
28259
28260
28261 \begin_inset CommandInset ref
28262 LatexCommand ref
28263 reference "tab:Rotated-table"
28264
28265 \end_inset
28266
28267  is an example of a rotated table float.
28268 \end_layout
28269
28270 \begin_layout Standard
28271 \begin_inset Note Greyedout
28272 status open
28273
28274 \begin_layout Plain Layout
28275
28276 \series bold
28277 Note:
28278 \series default
28279  Not all DVI-viewers are able to display rotated floats.
28280 \end_layout
28281
28282 \end_inset
28283
28284
28285 \end_layout
28286
28287 \begin_layout Standard
28288 \begin_inset Float table
28289 placement document
28290 alignment document
28291 wide false
28292 sideways true
28293 status open
28294
28295 \begin_layout Plain Layout
28296 \begin_inset Caption Standard
28297
28298 \begin_layout Plain Layout
28299 \begin_inset CommandInset label
28300 LatexCommand label
28301 name "tab:Rotated-table"
28302
28303 \end_inset
28304
28305  Rotated table
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \end_layout
28312
28313 \begin_layout Plain Layout
28314 \align center
28315 \begin_inset Tabular
28316 <lyxtabular version="3" rows="1" columns="5">
28317 <features tabularvalignment="middle">
28318 <column alignment="center" valignment="top">
28319 <column alignment="center" valignment="top">
28320 <column alignment="center" valignment="top">
28321 <column alignment="center" valignment="top">
28322 <column alignment="center" valignment="top">
28323 <row>
28324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28325 \begin_inset Text
28326
28327 \begin_layout Plain Layout
28328 test
28329 \end_layout
28330
28331 \end_inset
28332 </cell>
28333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28334 \begin_inset Text
28335
28336 \begin_layout Plain Layout
28337 b
28338 \end_layout
28339
28340 \end_inset
28341 </cell>
28342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28343 \begin_inset Text
28344
28345 \begin_layout Plain Layout
28346 c
28347 \end_layout
28348
28349 \end_inset
28350 </cell>
28351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28352 \begin_inset Text
28353
28354 \begin_layout Plain Layout
28355 d
28356 \end_layout
28357
28358 \end_inset
28359 </cell>
28360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28361 \begin_inset Text
28362
28363 \begin_layout Plain Layout
28364 e
28365 \end_layout
28366
28367 \end_inset
28368 </cell>
28369 </row>
28370 </lyxtabular>
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \begin_layout Section
28383 Subfloats
28384 \begin_inset Index idx
28385 status collapsed
28386
28387 \begin_layout Plain Layout
28388 Floats ! Subfloats
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \end_layout
28395
28396 \begin_layout Standard
28397 Subfloats are for example used when a figure consists of several images.
28398  They are created by inserting a float into an existing float.
28399  The placement of the subfloats can be controlled in the same way as for
28400  paragraphs as shown in table
28401 \begin_inset space ~
28402 \end_inset
28403
28404
28405 \begin_inset CommandInset ref
28406 LatexCommand ref
28407 reference "tab:Two-subtables-side"
28408
28409 \end_inset
28410
28411  and 
28412 \begin_inset CommandInset ref
28413 LatexCommand ref
28414 reference "tab:Two-subtables-upon"
28415
28416 \end_inset
28417
28418 .
28419 \end_layout
28420
28421 \begin_layout Standard
28422 Referencing subfloats works as for normal floats: Table
28423 \begin_inset space ~
28424 \end_inset
28425
28426
28427 \begin_inset CommandInset ref
28428 LatexCommand ref
28429 reference "tab:This-is-subtable-a"
28430
28431 \end_inset
28432
28433  and 
28434 \begin_inset CommandInset ref
28435 LatexCommand ref
28436 reference "tab:This-is-subtable-b"
28437
28438 \end_inset
28439
28440  are subtables of table
28441 \begin_inset space ~
28442 \end_inset
28443
28444
28445 \begin_inset CommandInset ref
28446 LatexCommand ref
28447 reference "tab:Two-subtables-side"
28448
28449 \end_inset
28450
28451 .
28452 \end_layout
28453
28454 \begin_layout Standard
28455 \begin_inset Float table
28456 placement document
28457 alignment document
28458 wide false
28459 sideways false
28460 status open
28461
28462 \begin_layout Plain Layout
28463 \begin_inset Caption Standard
28464
28465 \begin_layout Plain Layout
28466 \begin_inset CommandInset label
28467 LatexCommand label
28468 name "tab:Two-subtables-side"
28469
28470 \end_inset
28471
28472 Two subtables placed side by side.
28473 \end_layout
28474
28475 \end_inset
28476
28477
28478 \end_layout
28479
28480 \begin_layout Plain Layout
28481 \align center
28482 \begin_inset space \hfill{}
28483 \end_inset
28484
28485
28486 \begin_inset Float table
28487 placement document
28488 alignment document
28489 wide false
28490 sideways false
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494 \begin_inset Caption Standard
28495
28496 \begin_layout Plain Layout
28497 \begin_inset CommandInset label
28498 LatexCommand label
28499 name "tab:This-is-subtable-a"
28500
28501 \end_inset
28502
28503 This is subtable a.
28504 \end_layout
28505
28506 \end_inset
28507
28508
28509 \end_layout
28510
28511 \begin_layout Plain Layout
28512 \align center
28513 \begin_inset Tabular
28514 <lyxtabular version="3" rows="1" columns="5">
28515 <features tabularvalignment="middle">
28516 <column alignment="center" valignment="top">
28517 <column alignment="center" valignment="top">
28518 <column alignment="center" valignment="top">
28519 <column alignment="center" valignment="top">
28520 <column alignment="center" valignment="top">
28521 <row>
28522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28523 \begin_inset Text
28524
28525 \begin_layout Plain Layout
28526 test
28527 \end_layout
28528
28529 \end_inset
28530 </cell>
28531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Plain Layout
28535 b
28536 \end_layout
28537
28538 \end_inset
28539 </cell>
28540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28541 \begin_inset Text
28542
28543 \begin_layout Plain Layout
28544 c
28545 \end_layout
28546
28547 \end_inset
28548 </cell>
28549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28550 \begin_inset Text
28551
28552 \begin_layout Plain Layout
28553 d
28554 \end_layout
28555
28556 \end_inset
28557 </cell>
28558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28559 \begin_inset Text
28560
28561 \begin_layout Plain Layout
28562 e
28563 \end_layout
28564
28565 \end_inset
28566 </cell>
28567 </row>
28568 </lyxtabular>
28569
28570 \end_inset
28571
28572
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \begin_inset space \hfill{}
28579 \end_inset
28580
28581
28582 \begin_inset Float table
28583 placement document
28584 alignment document
28585 wide false
28586 sideways false
28587 status collapsed
28588
28589 \begin_layout Plain Layout
28590 \begin_inset Caption Standard
28591
28592 \begin_layout Plain Layout
28593 \begin_inset CommandInset label
28594 LatexCommand label
28595 name "tab:This-is-subtable-b"
28596
28597 \end_inset
28598
28599 This is subtable b.
28600 \end_layout
28601
28602 \end_inset
28603
28604
28605 \end_layout
28606
28607 \begin_layout Plain Layout
28608 \align center
28609 \begin_inset Tabular
28610 <lyxtabular version="3" rows="1" columns="5">
28611 <features tabularvalignment="middle">
28612 <column alignment="center" valignment="top">
28613 <column alignment="center" valignment="top">
28614 <column alignment="center" valignment="top">
28615 <column alignment="center" valignment="top">
28616 <column alignment="center" valignment="top">
28617 <row>
28618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28619 \begin_inset Text
28620
28621 \begin_layout Plain Layout
28622 e
28623 \end_layout
28624
28625 \end_inset
28626 </cell>
28627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28628 \begin_inset Text
28629
28630 \begin_layout Plain Layout
28631 d
28632 \end_layout
28633
28634 \end_inset
28635 </cell>
28636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28637 \begin_inset Text
28638
28639 \begin_layout Plain Layout
28640 c
28641 \end_layout
28642
28643 \end_inset
28644 </cell>
28645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28646 \begin_inset Text
28647
28648 \begin_layout Plain Layout
28649 b
28650 \end_layout
28651
28652 \end_inset
28653 </cell>
28654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28655 \begin_inset Text
28656
28657 \begin_layout Plain Layout
28658 test
28659 \end_layout
28660
28661 \end_inset
28662 </cell>
28663 </row>
28664 </lyxtabular>
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \end_inset
28672
28673
28674 \begin_inset space \hfill{}
28675 \end_inset
28676
28677
28678 \end_layout
28679
28680 \end_inset
28681
28682
28683 \end_layout
28684
28685 \begin_layout Standard
28686 \begin_inset Float table
28687 placement document
28688 alignment document
28689 wide false
28690 sideways false
28691 status open
28692
28693 \begin_layout Plain Layout
28694 \begin_inset Caption Standard
28695
28696 \begin_layout Plain Layout
28697 \begin_inset CommandInset label
28698 LatexCommand label
28699 name "tab:Two-subtables-upon"
28700
28701 \end_inset
28702
28703 Two subtables placed one above the other.
28704  (a) table with 4 cells, (b) table with 5 cells.
28705 \end_layout
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \begin_layout Plain Layout
28713 \align center
28714 \begin_inset Float table
28715 placement document
28716 alignment document
28717 wide false
28718 sideways false
28719 status collapsed
28720
28721 \begin_layout Plain Layout
28722 \begin_inset Caption Standard
28723
28724 \begin_layout Plain Layout
28725
28726 \end_layout
28727
28728 \end_inset
28729
28730
28731 \end_layout
28732
28733 \begin_layout Plain Layout
28734 \align center
28735 \begin_inset Tabular
28736 <lyxtabular version="3" rows="1" columns="4">
28737 <features tabularvalignment="middle">
28738 <column alignment="center" valignment="top">
28739 <column alignment="center" valignment="top">
28740 <column alignment="center" valignment="top">
28741 <column alignment="center" valignment="top">
28742 <row>
28743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28744 \begin_inset Text
28745
28746 \begin_layout Plain Layout
28747 test
28748 \end_layout
28749
28750 \end_inset
28751 </cell>
28752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28753 \begin_inset Text
28754
28755 \begin_layout Plain Layout
28756 test
28757 \end_layout
28758
28759 \end_inset
28760 </cell>
28761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28762 \begin_inset Text
28763
28764 \begin_layout Plain Layout
28765 test
28766 \end_layout
28767
28768 \end_inset
28769 </cell>
28770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28771 \begin_inset Text
28772
28773 \begin_layout Plain Layout
28774 test
28775 \end_layout
28776
28777 \end_inset
28778 </cell>
28779 </row>
28780 </lyxtabular>
28781
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \end_inset
28788
28789
28790 \end_layout
28791
28792 \begin_layout Plain Layout
28793 \align center
28794 \begin_inset Float table
28795 placement document
28796 alignment document
28797 wide false
28798 sideways false
28799 status collapsed
28800
28801 \begin_layout Plain Layout
28802 \begin_inset Caption Standard
28803
28804 \begin_layout Plain Layout
28805
28806 \end_layout
28807
28808 \end_inset
28809
28810
28811 \end_layout
28812
28813 \begin_layout Plain Layout
28814 \align center
28815 \begin_inset Tabular
28816 <lyxtabular version="3" rows="1" columns="5">
28817 <features tabularvalignment="middle">
28818 <column alignment="center" valignment="top">
28819 <column alignment="center" valignment="top">
28820 <column alignment="center" valignment="top">
28821 <column alignment="center" valignment="top">
28822 <column alignment="center" valignment="top">
28823 <row>
28824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28825 \begin_inset Text
28826
28827 \begin_layout Plain Layout
28828 a
28829 \end_layout
28830
28831 \end_inset
28832 </cell>
28833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28834 \begin_inset Text
28835
28836 \begin_layout Plain Layout
28837 b
28838 \end_layout
28839
28840 \end_inset
28841 </cell>
28842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28843 \begin_inset Text
28844
28845 \begin_layout Plain Layout
28846 c
28847 \end_layout
28848
28849 \end_inset
28850 </cell>
28851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28852 \begin_inset Text
28853
28854 \begin_layout Plain Layout
28855 d
28856 \end_layout
28857
28858 \end_inset
28859 </cell>
28860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28861 \begin_inset Text
28862
28863 \begin_layout Plain Layout
28864 e
28865 \end_layout
28866
28867 \end_inset
28868 </cell>
28869 </row>
28870 </lyxtabular>
28871
28872 \end_inset
28873
28874
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 Section
28888 Floats Side by Side
28889 \begin_inset Index idx
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893 Floats ! Side by side
28894 \end_layout
28895
28896 \end_inset
28897
28898
28899 \end_layout
28900
28901 \begin_layout Standard
28902 To place floats side by side, as in Figures
28903 \begin_inset space ~
28904 \end_inset
28905
28906
28907 \begin_inset CommandInset ref
28908 LatexCommand ref
28909 reference "fig:Float-left"
28910
28911 \end_inset
28912
28913  and 
28914 \begin_inset CommandInset ref
28915 LatexCommand ref
28916 reference "fig:Float-right"
28917
28918 \end_inset
28919
28920 , only 
28921 \emph on
28922 one
28923 \emph default
28924  float is used.
28925  In it two minipage boxes are inserted.
28926 \begin_inset Foot
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930 Minipages are explained in section
28931 \begin_inset space ~
28932 \end_inset
28933
28934
28935 \begin_inset CommandInset ref
28936 LatexCommand ref
28937 reference "sec:Minipages"
28938
28939 \end_inset
28940
28941 .
28942 \end_layout
28943
28944 \end_inset
28945
28946  The width is set to 45
28947 \begin_inset space \thinspace{}
28948 \end_inset
28949
28950 -50
28951 \begin_inset space \thinspace{}
28952 \end_inset
28953
28954 column% and the box alignment to 
28955 \family sans
28956 Bottom
28957 \family default
28958  for each minipage.
28959  The minipage boxes contain the image and the caption in the same way as
28960  they are in a float.
28961  The only difference is that the image unit 
28962 \family sans
28963 Column
28964 \begin_inset space ~
28965 \end_inset
28966
28967 Width
28968 \begin_inset space ~
28969 \end_inset
28970
28971 %
28972 \family default
28973  is now calculated according to the width of the minipage boxes.
28974 \end_layout
28975
28976 \begin_layout Standard
28977 \begin_inset Float figure
28978 placement document
28979 alignment document
28980 wide false
28981 sideways false
28982 status open
28983
28984 \begin_layout Plain Layout
28985 \begin_inset Box Frameless
28986 position "b"
28987 hor_pos "c"
28988 has_inner_box 1
28989 inner_pos "t"
28990 use_parbox 0
28991 use_makebox 0
28992 width "45col%"
28993 special "none"
28994 height "1in"
28995 height_special "totalheight"
28996 thickness "0.4pt"
28997 separation "3pt"
28998 shadowsize "4pt"
28999 framecolor "black"
29000 backgroundcolor "none"
29001 status open
29002
29003 \begin_layout Plain Layout
29004 \align center
29005 \begin_inset Graphics
29006         filename clipart/2D-intensity-plot.pdf
29007         width 100col%
29008         scaleBeforeRotation
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \begin_layout Plain Layout
29016 \begin_inset Caption Standard
29017
29018 \begin_layout Plain Layout
29019 \begin_inset CommandInset label
29020 LatexCommand label
29021 name "fig:Float-left"
29022
29023 \end_inset
29024
29025 Float on the left side.
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \end_layout
29032
29033 \end_inset
29034
29035
29036 \begin_inset space \hfill{}
29037 \end_inset
29038
29039
29040 \begin_inset Box Frameless
29041 position "b"
29042 hor_pos "c"
29043 has_inner_box 1
29044 inner_pos "t"
29045 use_parbox 0
29046 use_makebox 0
29047 width "45col%"
29048 special "none"
29049 height "1in"
29050 height_special "totalheight"
29051 thickness "0.4pt"
29052 separation "3pt"
29053 shadowsize "4pt"
29054 framecolor "black"
29055 backgroundcolor "none"
29056 status open
29057
29058 \begin_layout Plain Layout
29059 \align center
29060 \begin_inset Graphics
29061         filename clipart/Star-structure.pdf
29062         width 100col%
29063         scaleBeforeRotation
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \begin_layout Plain Layout
29071 \begin_inset Caption Standard
29072
29073 \begin_layout Plain Layout
29074 \begin_inset CommandInset label
29075 LatexCommand label
29076 name "fig:Float-right"
29077
29078 \end_inset
29079
29080 Float on the right side.
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \end_layout
29092
29093 \end_inset
29094
29095
29096 \end_layout
29097
29098 \begin_layout Standard
29099 An alternative and simpler solution is to use the module 
29100 \family sans
29101 Variable-width Minipages
29102 \family default
29103 , see sec.
29104 \begin_inset space \thinspace{}
29105 \end_inset
29106
29107
29108 \begin_inset CommandInset ref
29109 LatexCommand ref
29110 reference "sec:Minipages"
29111
29112 \end_inset
29113
29114 .
29115  Variable-width minipages adapt automatically to the width of the figures
29116  and tables.
29117  They do not require an explicit width to be given, and they improve the
29118  horizontal alignment of the figures.
29119  The LyX example file 
29120 \emph on
29121 varwidth-floats-side-by-side
29122 \emph default
29123  gives examples of how to do this.
29124 \end_layout
29125
29126 \begin_layout Section
29127 Caption Formatting
29128 \begin_inset Index idx
29129 status collapsed
29130
29131 \begin_layout Plain Layout
29132 Caption ! Formatting
29133 \end_layout
29134
29135 \end_inset
29136
29137
29138 \begin_inset Index idx
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142 Floats ! Caption Formatting
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \begin_inset CommandInset label
29149 LatexCommand label
29150 name "sec:Caption-Formatting"
29151
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \begin_layout Standard
29158 The 
29159 \family sans
29160 Caption
29161 \family default
29162  environment is the default paragraph environment for 
29163 \family sans
29164 Floats
29165 \family default
29166 .
29167  On the \SpecialChar LyX
29168  screen captions appear as a label, e.
29169 \begin_inset space \thinspace{}
29170 \end_inset
29171
29172 g.
29173 \begin_inset space \space{}
29174 \end_inset
29175
29176
29177 \begin_inset Quotes eld
29178 \end_inset
29179
29180
29181 \family sans
29182 Figure #:
29183 \family default
29184
29185 \begin_inset Quotes erd
29186 \end_inset
29187
29188  followed by the caption text.
29189  
29190 \begin_inset Quotes eld
29191 \end_inset
29192
29193 #
29194 \begin_inset Quotes erd
29195 \end_inset
29196
29197  is the actual reference number.
29198  By default the label and the number are in the same font as the caption
29199  text and a colon follows the number to divide the label from the text.
29200  This caption format is suitable for many but not all documents.
29201  
29202 \end_layout
29203
29204 \begin_layout Standard
29205 To change the default caption format, load the \SpecialChar LaTeX
29206 -package 
29207 \series bold
29208 caption
29209 \series default
29210
29211 \begin_inset Index idx
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215 \SpecialChar LaTeX
29216 -packages ! caption
29217 \end_layout
29218
29219 \end_inset
29220
29221  in the document preamble with this line:
29222 \end_layout
29223
29224 \begin_layout Standard
29225
29226 \series bold
29227
29228 \backslash
29229 usepackage[format definition]{caption}
29230 \end_layout
29231
29232 \begin_layout Standard
29233 To have for example the label and the number in sans-serif, bold font and
29234  the table captions always above the table as in this document, use the
29235  following command:
29236 \end_layout
29237
29238 \begin_layout Standard
29239
29240 \series bold
29241
29242 \backslash
29243 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
29244 \end_layout
29245
29246 \begin_layout Standard
29247 You can also define different caption formats for the different float types.
29248  In this case load the 
29249 \series bold
29250 caption
29251 \series default
29252  package without format specific options and define the different formats
29253  with the help of the command
29254 \end_layout
29255
29256 \begin_layout Standard
29257
29258 \series bold
29259
29260 \backslash
29261 captionsetup[float type]{format definition}
29262 \end_layout
29263
29264 \begin_layout Standard
29265 in the document preamble.
29266  For example the caption formats of Figure
29267 \begin_inset space ~
29268 \end_inset
29269
29270
29271 \begin_inset CommandInset ref
29272 LatexCommand ref
29273 reference "fig:This-is-an-fig"
29274
29275 \end_inset
29276
29277  and Table
29278 \begin_inset space ~
29279 \end_inset
29280
29281
29282 \begin_inset CommandInset ref
29283 LatexCommand ref
29284 reference "tab:This-is-an-tab"
29285
29286 \end_inset
29287
29288  can be created using these commands in the document preamble:
29289 \end_layout
29290
29291 \begin_layout Standard
29292
29293 \series bold
29294
29295 \backslash
29296 usepackage[tableposition=top]{caption}
29297 \series default
29298
29299 \begin_inset Newline newline
29300 \end_inset
29301
29302
29303 \series bold
29304
29305 \backslash
29306 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
29307 \begin_inset Newline newline
29308 \end_inset
29309
29310
29311 \begin_inset Phantom HPhantom
29312 status open
29313
29314 \begin_layout Plain Layout
29315
29316 \series bold
29317
29318 \backslash
29319 captionsetup[figure]{
29320 \end_layout
29321
29322 \end_inset
29323
29324 labelsep=period}
29325 \begin_inset Newline newline
29326 \end_inset
29327
29328
29329 \backslash
29330 captionsetup[table]{labelfont={bf,sf}}
29331 \end_layout
29332
29333 \begin_layout Standard
29334 \begin_inset Note Greyedout
29335 status open
29336
29337 \begin_layout Plain Layout
29338
29339 \series bold
29340 Note:
29341 \series default
29342  The option 
29343 \series bold
29344 tableposition=top
29345 \series default
29346  has no effect when a 
29347 \series bold
29348 KOMA-Script
29349 \series default
29350
29351 \begin_inset Index idx
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355 \SpecialChar LaTeX
29356 -packages ! KOMA-Script
29357 \end_layout
29358
29359 \end_inset
29360
29361  document class is used.
29362  In this case the document class option 
29363 \series bold
29364 captions=tableheading
29365 \series default
29366  must be used.
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Standard
29375 For more information about the package 
29376 \series bold
29377 caption
29378 \series default
29379  we refer to its documentation 
29380 \begin_inset CommandInset citation
29381 LatexCommand cite
29382 key "caption"
29383 literal "true"
29384
29385 \end_inset
29386
29387 .
29388 \end_layout
29389
29390 \begin_layout Standard
29391 To change the label name from e.
29392 \begin_inset space \thinspace{}
29393 \end_inset
29394
29395 g.
29396 \begin_inset space \space{}
29397 \end_inset
29398
29399
29400 \begin_inset Quotes eld
29401 \end_inset
29402
29403 Figure
29404 \begin_inset Quotes erd
29405 \end_inset
29406
29407  to 
29408 \begin_inset Quotes eld
29409 \end_inset
29410
29411 Image
29412 \begin_inset Quotes erd
29413 \end_inset
29414
29415  use this preamble command:
29416 \end_layout
29417
29418 \begin_layout Standard
29419
29420 \series bold
29421
29422 \backslash
29423 renewcommand{
29424 \backslash
29425 fnum@figure}{Image~
29426 \backslash
29427 thefigure}
29428 \end_layout
29429
29430 \begin_layout Standard
29431 where 
29432 \series bold
29433
29434 \backslash
29435 thefigure
29436 \series default
29437  inserts the figure number and
29438 \series bold
29439  
29440 \begin_inset Quotes eld
29441 \end_inset
29442
29443 ~
29444 \series default
29445
29446 \begin_inset Quotes erd
29447 \end_inset
29448
29449  creates a protected space.
29450 \end_layout
29451
29452 \begin_layout Standard
29453 \begin_inset VSpace bigskip
29454 \end_inset
29455
29456 If you are using a 
29457 \series bold
29458 KOMA-Script
29459 \series default
29460
29461 \begin_inset Index idx
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465 \SpecialChar LaTeX
29466 -packages ! KOMA-Script
29467 \end_layout
29468
29469 \end_inset
29470
29471  document class (
29472 \family sans
29473 article (KOMA-Script)
29474 \family default
29475
29476 \family sans
29477 book (KOMA-Script)
29478 \family default
29479
29480 \family sans
29481 letter (KOMA-Script)
29482 \family default
29483 , or 
29484 \family sans
29485 report (KOMA-Script)
29486 \family default
29487
29488 \begin_inset space \thinspace{}
29489 \end_inset
29490
29491 ), you can alternatively to the 
29492 \series bold
29493 caption
29494 \series default
29495  package use 
29496 \series bold
29497 KOMA-Script
29498 \series default
29499 's built-in command 
29500 \series bold
29501
29502 \backslash
29503 setkomafont
29504 \series default
29505 .
29506  For example, to have the caption label in bold, add this command to your
29507  document preamble:
29508 \end_layout
29509
29510 \begin_layout Standard
29511
29512 \series bold
29513
29514 \backslash
29515 setkomafont{captionlabel}{
29516 \backslash
29517 bfseries}
29518 \end_layout
29519
29520 \begin_layout Standard
29521 For more information about 
29522 \series bold
29523
29524 \backslash
29525 setkomafont
29526 \series default
29527  we refer to the 
29528 \series bold
29529 KOMA-Script
29530 \series default
29531  documentation 
29532 \begin_inset CommandInset citation
29533 LatexCommand cite
29534 key "KOMA-Script"
29535 literal "true"
29536
29537 \end_inset
29538
29539 .
29540 \end_layout
29541
29542 \begin_layout Standard
29543 \begin_inset ERT
29544 status collapsed
29545
29546 \begin_layout Plain Layout
29547
29548
29549 \backslash
29550 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
29551 }
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 caption format is changed only for this example.
29562 \end_layout
29563
29564 \end_inset
29565
29566
29567 \end_layout
29568
29569 \begin_layout Standard
29570 \begin_inset Float figure
29571 placement !p
29572 alignment document
29573 wide false
29574 sideways false
29575 status open
29576
29577 \begin_layout Plain Layout
29578 \align center
29579 \begin_inset Graphics
29580         filename clipart/2D-intensity-plot.pdf
29581         scaleBeforeRotation
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Plain Layout
29589 \begin_inset Caption Standard
29590
29591 \begin_layout Plain Layout
29592 \begin_inset CommandInset label
29593 LatexCommand label
29594 name "fig:This-is-an-fig"
29595
29596 \end_inset
29597
29598 This is an example figure caption that is longer than one line to show the
29599  different caption format.
29600  Here a self-defined caption format is used.
29601 \end_layout
29602
29603 \end_inset
29604
29605
29606 \end_layout
29607
29608 \end_inset
29609
29610
29611 \end_layout
29612
29613 \begin_layout Standard
29614 \begin_inset ERT
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618
29619
29620 \backslash
29621 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
29622 on}
29623 \end_layout
29624
29625 \end_inset
29626
29627
29628 \end_layout
29629
29630 \begin_layout Standard
29631 \begin_inset Float table
29632 placement !p
29633 alignment document
29634 wide false
29635 sideways false
29636 status open
29637
29638 \begin_layout Plain Layout
29639 \begin_inset Caption Standard
29640
29641 \begin_layout Plain Layout
29642 \begin_inset CommandInset label
29643 LatexCommand label
29644 name "tab:This-is-an-tab"
29645
29646 \end_inset
29647
29648 This is an example table caption that is longer than one line to show the
29649  different caption format.
29650  Here the standard caption format for tables in this document is used.
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \end_layout
29657
29658 \begin_layout Plain Layout
29659 \align center
29660 \begin_inset Tabular
29661 <lyxtabular version="3" rows="1" columns="5">
29662 <features tabularvalignment="middle">
29663 <column alignment="center" valignment="top">
29664 <column alignment="center" valignment="top">
29665 <column alignment="center" valignment="top">
29666 <column alignment="center" valignment="top">
29667 <column alignment="center" valignment="top">
29668 <row>
29669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29670 \begin_inset Text
29671
29672 \begin_layout Plain Layout
29673 a
29674 \end_layout
29675
29676 \end_inset
29677 </cell>
29678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29679 \begin_inset Text
29680
29681 \begin_layout Plain Layout
29682 b
29683 \end_layout
29684
29685 \end_inset
29686 </cell>
29687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29688 \begin_inset Text
29689
29690 \begin_layout Plain Layout
29691 c
29692 \end_layout
29693
29694 \end_inset
29695 </cell>
29696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29697 \begin_inset Text
29698
29699 \begin_layout Plain Layout
29700 d
29701 \end_layout
29702
29703 \end_inset
29704 </cell>
29705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29706 \begin_inset Text
29707
29708 \begin_layout Plain Layout
29709 e
29710 \end_layout
29711
29712 \end_inset
29713 </cell>
29714 </row>
29715 </lyxtabular>
29716
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \end_layout
29726
29727 \begin_layout Section
29728 Caption Placement
29729 \begin_inset Index idx
29730 status collapsed
29731
29732 \begin_layout Plain Layout
29733 Caption ! Placement
29734 \end_layout
29735
29736 \end_inset
29737
29738
29739 \begin_inset Index idx
29740 status collapsed
29741
29742 \begin_layout Plain Layout
29743 Floats ! Caption Placement
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \begin_inset CommandInset label
29750 LatexCommand label
29751 name "sec:Caption-Placement"
29752
29753 \end_inset
29754
29755
29756 \end_layout
29757
29758 \begin_layout Standard
29759 The common caption placement rule is:
29760 \end_layout
29761
29762 \begin_layout Description
29763 Figure: Caption is set below the figure
29764 \end_layout
29765
29766 \begin_layout Description
29767 Table: Caption is set above the table
29768 \end_layout
29769
29770 \begin_layout Standard
29771 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
29772 's
29773  standard classes.
29774  That means if you are using the document classes 
29775 \family sans
29776 article
29777 \family default
29778
29779 \family sans
29780 book
29781 \family default
29782
29783 \family sans
29784 letter
29785 \family default
29786 , or 
29787 \family sans
29788 report
29789 \family default
29790  there will be no space between the caption and the table.
29791  To insert the necessary space, load the \SpecialChar LaTeX
29792 -package 
29793 \series bold
29794 caption
29795 \series default
29796
29797 \begin_inset Index idx
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801 \SpecialChar LaTeX
29802 -packages ! caption
29803 \end_layout
29804
29805 \end_inset
29806
29807  in your document preamble with the option
29808 \begin_inset Foot
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812 See section
29813 \begin_inset space ~
29814 \end_inset
29815
29816
29817 \begin_inset CommandInset ref
29818 LatexCommand ref
29819 reference "sec:Caption-Formatting"
29820
29821 \end_inset
29822
29823  for more information of the package 
29824 \series bold
29825 caption
29826 \series default
29827 .
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Standard
29836
29837 \series bold
29838 tableposition=top
29839 \end_layout
29840
29841 \begin_layout Standard
29842 If you are using a 
29843 \series bold
29844 KOMA-Script
29845 \series default
29846
29847 \begin_inset Index idx
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851 \SpecialChar LaTeX
29852 -packages ! KOMA-Script
29853 \end_layout
29854
29855 \end_inset
29856
29857  document class (
29858 \family sans
29859 article (KOMA-Script)
29860 \family default
29861
29862 \family sans
29863 book (KOMA-Script)
29864 \family default
29865
29866 \family sans
29867 letter (KOMA-Script)
29868 \family default
29869 , or 
29870 \family sans
29871 report (KOMA-Script)
29872 \family default
29873
29874 \begin_inset space \thinspace{}
29875 \end_inset
29876
29877 ), you can alternatively to the 
29878 \series bold
29879 caption
29880 \series default
29881  package set the document class option
29882 \begin_inset Foot
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886 That option is used in this document.
29887 \end_layout
29888
29889 \end_inset
29890
29891
29892 \end_layout
29893
29894 \begin_layout Standard
29895
29896 \series bold
29897 captions=tableheading
29898 \end_layout
29899
29900 \begin_layout Standard
29901 In documents with a KOMA-Script document class you can also right-click
29902  on a caption and mark in the context menu if this should be a caption above
29903  or below the table/figure.
29904  This way you can override the document-wide caption placement for certain
29905  captions.
29906  Table
29907 \begin_inset space ~
29908 \end_inset
29909
29910
29911 \begin_inset CommandInset ref
29912 LatexCommand ref
29913 reference "tab:A-caption-marked"
29914
29915 \end_inset
29916
29917  is an example where the caption is marked a being below the table while
29918  it is above.
29919  For comparison the caption in Table
29920 \begin_inset space ~
29921 \end_inset
29922
29923
29924 \begin_inset CommandInset ref
29925 LatexCommand ref
29926 reference "tab:A-standard-table"
29927
29928 \end_inset
29929
29930  is not marked.
29931 \end_layout
29932
29933 \begin_layout Standard
29934 \begin_inset Float table
29935 placement document
29936 alignment document
29937 wide false
29938 sideways false
29939 status open
29940
29941 \begin_layout Plain Layout
29942 \begin_inset Caption Below
29943
29944 \begin_layout Plain Layout
29945 \begin_inset CommandInset label
29946 LatexCommand label
29947 name "tab:A-caption-marked"
29948
29949 \end_inset
29950
29951 A caption marked as being below the table.
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \begin_layout Plain Layout
29960 \align center
29961 \begin_inset Tabular
29962 <lyxtabular version="3" rows="3" columns="3">
29963 <features tabularvalignment="middle">
29964 <column alignment="center" valignment="top" width="0pt">
29965 <column alignment="center" valignment="top" width="0pt">
29966 <column alignment="center" valignment="top" width="0pt">
29967 <row>
29968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29969 \begin_inset Text
29970
29971 \begin_layout Plain Layout
29972 1
29973 \end_layout
29974
29975 \end_inset
29976 </cell>
29977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29978 \begin_inset Text
29979
29980 \begin_layout Plain Layout
29981 2
29982 \end_layout
29983
29984 \end_inset
29985 </cell>
29986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29987 \begin_inset Text
29988
29989 \begin_layout Plain Layout
29990 3
29991 \end_layout
29992
29993 \end_inset
29994 </cell>
29995 </row>
29996 <row>
29997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29998 \begin_inset Text
29999
30000 \begin_layout Plain Layout
30001 Joe
30002 \end_layout
30003
30004 \end_inset
30005 </cell>
30006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30007 \begin_inset Text
30008
30009 \begin_layout Plain Layout
30010 Mary
30011 \end_layout
30012
30013 \end_inset
30014 </cell>
30015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30016 \begin_inset Text
30017
30018 \begin_layout Plain Layout
30019 Ted
30020 \end_layout
30021
30022 \end_inset
30023 </cell>
30024 </row>
30025 <row>
30026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30027 \begin_inset Text
30028
30029 \begin_layout Plain Layout
30030 \begin_inset Formula $\int x^{2}dx$
30031 \end_inset
30032
30033
30034 \end_layout
30035
30036 \end_inset
30037 </cell>
30038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30039 \begin_inset Text
30040
30041 \begin_layout Plain Layout
30042 \begin_inset Formula $\left[\begin{array}{cc}
30043 a & b\\
30044 c & d
30045 \end{array}\right]$
30046 \end_inset
30047
30048
30049 \end_layout
30050
30051 \end_inset
30052 </cell>
30053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30054 \begin_inset Text
30055
30056 \begin_layout Plain Layout
30057 \begin_inset Formula $1+1=2$
30058 \end_inset
30059
30060
30061 \end_layout
30062
30063 \end_inset
30064 </cell>
30065 </row>
30066 </lyxtabular>
30067
30068 \end_inset
30069
30070
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \begin_layout Standard
30079 \begin_inset Float table
30080 placement document
30081 alignment document
30082 wide false
30083 sideways false
30084 status open
30085
30086 \begin_layout Plain Layout
30087 \begin_inset Caption Standard
30088
30089 \begin_layout Plain Layout
30090 \begin_inset CommandInset label
30091 LatexCommand label
30092 name "tab:A-standard-table"
30093
30094 \end_inset
30095
30096 A standard table caption.
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Plain Layout
30105 \align center
30106 \begin_inset Tabular
30107 <lyxtabular version="3" rows="3" columns="3">
30108 <features tabularvalignment="middle">
30109 <column alignment="center" valignment="top" width="0pt">
30110 <column alignment="center" valignment="top" width="0pt">
30111 <column alignment="center" valignment="top" width="0pt">
30112 <row>
30113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30114 \begin_inset Text
30115
30116 \begin_layout Plain Layout
30117 1
30118 \end_layout
30119
30120 \end_inset
30121 </cell>
30122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30123 \begin_inset Text
30124
30125 \begin_layout Plain Layout
30126 2
30127 \end_layout
30128
30129 \end_inset
30130 </cell>
30131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30132 \begin_inset Text
30133
30134 \begin_layout Plain Layout
30135 3
30136 \end_layout
30137
30138 \end_inset
30139 </cell>
30140 </row>
30141 <row>
30142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30143 \begin_inset Text
30144
30145 \begin_layout Plain Layout
30146 Joe
30147 \end_layout
30148
30149 \end_inset
30150 </cell>
30151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30152 \begin_inset Text
30153
30154 \begin_layout Plain Layout
30155 Mary
30156 \end_layout
30157
30158 \end_inset
30159 </cell>
30160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30161 \begin_inset Text
30162
30163 \begin_layout Plain Layout
30164 Ted
30165 \end_layout
30166
30167 \end_inset
30168 </cell>
30169 </row>
30170 <row>
30171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30172 \begin_inset Text
30173
30174 \begin_layout Plain Layout
30175 \begin_inset Formula $\int x^{2}dx$
30176 \end_inset
30177
30178
30179 \end_layout
30180
30181 \end_inset
30182 </cell>
30183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30184 \begin_inset Text
30185
30186 \begin_layout Plain Layout
30187 \begin_inset Formula $\left[\begin{array}{cc}
30188 a & b\\
30189 c & d
30190 \end{array}\right]$
30191 \end_inset
30192
30193
30194 \end_layout
30195
30196 \end_inset
30197 </cell>
30198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30199 \begin_inset Text
30200
30201 \begin_layout Plain Layout
30202 \begin_inset Formula $1+1=2$
30203 \end_inset
30204
30205
30206 \end_layout
30207
30208 \end_inset
30209 </cell>
30210 </row>
30211 </lyxtabular>
30212
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \end_inset
30219
30220
30221 \end_layout
30222
30223 \begin_layout Standard
30224 \begin_inset VSpace bigskip
30225 \end_inset
30226
30227 It is also possible to set the caption beside a figure or table.
30228  To get this the \SpecialChar LaTeX
30229 -package 
30230 \series bold
30231 sidecap
30232 \series default
30233
30234 \begin_inset Index idx
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238 \SpecialChar LaTeX
30239 -packages ! sidecap
30240 \end_layout
30241
30242 \end_inset
30243
30244  has to be loaded in the document preamble with the line
30245 \end_layout
30246
30247 \begin_layout Standard
30248
30249 \series bold
30250
30251 \backslash
30252 usepackage[option]{sidecap}
30253 \end_layout
30254
30255 \begin_layout Standard
30256 If you set no option, the caption is placed on the side of the outer page
30257  margin – to the right on odd pages, to the left on even pages.
30258  You can change the placement to inner margin with the option 
30259 \series bold
30260 innercaption
30261 \series default
30262 .
30263  To force the placement always to the right or left, use the option 
30264 \series bold
30265 rightcaption
30266 \series default
30267  or 
30268 \series bold
30269 leftcaption
30270 \series default
30271 , respectively.
30272 \end_layout
30273
30274 \begin_layout Standard
30275 \begin_inset ERT
30276 status collapsed
30277
30278 \begin_layout Plain Layout
30279
30280
30281 \backslash
30282 ifsidecap
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \begin_inset Note Note
30289 status open
30290
30291 \begin_layout Plain Layout
30292 The following section will only be displayed when the \SpecialChar LaTeX
30293 -package 
30294 \series bold
30295 sidecap
30296 \series default
30297  is installed.
30298 \end_layout
30299
30300 \end_inset
30301
30302
30303 \end_layout
30304
30305 \begin_layout Standard
30306 To place in \SpecialChar LyX
30307  the caption of a float on the side, it is necessary to add
30308  these commands to the document preamble:
30309 \end_layout
30310
30311 \begin_layout Standard
30312 \noindent
30313 \begin_inset CommandInset line
30314 LatexCommand rule
30315 offset "0.5ex"
30316 width "100line%"
30317 height "1pt"
30318
30319 \end_inset
30320
30321
30322 \end_layout
30323
30324 \begin_layout Standard
30325
30326 \series bold
30327
30328 \backslash
30329 newcommand{
30330 \backslash
30331 TabBesBeg}[1][1.0]{%
30332 \begin_inset Newline newline
30333 \end_inset
30334
30335
30336 \begin_inset Phantom HPhantom
30337 status open
30338
30339 \begin_layout Plain Layout
30340 \begin_inset space ~
30341 \end_inset
30342
30343
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \backslash
30350 let
30351 \backslash
30352 MyTable
30353 \backslash
30354 table
30355 \begin_inset Newline newline
30356 \end_inset
30357
30358
30359 \begin_inset Phantom HPhantom
30360 status open
30361
30362 \begin_layout Plain Layout
30363
30364 \series medium
30365 \begin_inset space ~
30366 \end_inset
30367
30368
30369 \end_layout
30370
30371 \end_inset
30372
30373
30374 \backslash
30375 let
30376 \backslash
30377 MyEndtable
30378 \backslash
30379 endtable
30380 \begin_inset Newline newline
30381 \end_inset
30382
30383
30384 \begin_inset Phantom HPhantom
30385 status open
30386
30387 \begin_layout Plain Layout
30388
30389 \series medium
30390 \begin_inset space ~
30391 \end_inset
30392
30393
30394 \end_layout
30395
30396 \end_inset
30397
30398
30399 \backslash
30400 renewenvironment{table}[1]{
30401 \backslash
30402 begin{SCtable}[#1]##1}{
30403 \backslash
30404 end{SCtable}}}
30405 \end_layout
30406
30407 \begin_layout Standard
30408
30409 \series bold
30410
30411 \backslash
30412 newcommand{
30413 \backslash
30414 TabBesEnd}{%
30415 \begin_inset Newline newline
30416 \end_inset
30417
30418
30419 \begin_inset Phantom HPhantom
30420 status open
30421
30422 \begin_layout Plain Layout
30423 \begin_inset space ~
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \backslash
30433 let
30434 \backslash
30435 table
30436 \backslash
30437 MyTable
30438 \begin_inset Newline newline
30439 \end_inset
30440
30441
30442 \begin_inset Phantom HPhantom
30443 status open
30444
30445 \begin_layout Plain Layout
30446 \begin_inset space ~
30447 \end_inset
30448
30449
30450 \end_layout
30451
30452 \end_inset
30453
30454
30455 \backslash
30456 let
30457 \backslash
30458 endtable
30459 \backslash
30460 MyEndtable
30461 \end_layout
30462
30463 \begin_layout Standard
30464
30465 \series bold
30466
30467 \backslash
30468 newcommand{
30469 \backslash
30470 FigBesBeg}[1][1.0]{%
30471 \begin_inset Newline newline
30472 \end_inset
30473
30474
30475 \begin_inset Phantom HPhantom
30476 status open
30477
30478 \begin_layout Plain Layout
30479 \begin_inset space ~
30480 \end_inset
30481
30482
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \backslash
30489 let
30490 \backslash
30491 MyFigure
30492 \backslash
30493 figure
30494 \begin_inset Newline newline
30495 \end_inset
30496
30497
30498 \begin_inset Phantom HPhantom
30499 status open
30500
30501 \begin_layout Plain Layout
30502 \begin_inset space ~
30503 \end_inset
30504
30505
30506 \end_layout
30507
30508 \end_inset
30509
30510
30511 \backslash
30512 let
30513 \backslash
30514 MyEndfigure
30515 \backslash
30516 endfigure
30517 \begin_inset Newline newline
30518 \end_inset
30519
30520
30521 \begin_inset Phantom HPhantom
30522 status open
30523
30524 \begin_layout Plain Layout
30525 \begin_inset space ~
30526 \end_inset
30527
30528
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \backslash
30535 renewenvironment{figure}[1]{
30536 \backslash
30537 begin{SCfigure}[#1]##1}{
30538 \backslash
30539 end{SCfigure}}}
30540 \end_layout
30541
30542 \begin_layout Standard
30543
30544 \series bold
30545
30546 \backslash
30547 newcommand{
30548 \backslash
30549 FigBesEnd}{%
30550 \begin_inset Newline newline
30551 \end_inset
30552
30553
30554 \begin_inset Phantom HPhantom
30555 status open
30556
30557 \begin_layout Plain Layout
30558 \begin_inset space ~
30559 \end_inset
30560
30561
30562 \end_layout
30563
30564 \end_inset
30565
30566
30567 \backslash
30568 let
30569 \backslash
30570 figure
30571 \backslash
30572 MyFigure
30573 \begin_inset Newline newline
30574 \end_inset
30575
30576
30577 \begin_inset Phantom HPhantom
30578 status open
30579
30580 \begin_layout Plain Layout
30581 \begin_inset space ~
30582 \end_inset
30583
30584
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \backslash
30591 let
30592 \backslash
30593 endfigure
30594 \backslash
30595 MyEndfigure}
30596 \end_layout
30597
30598 \begin_layout Standard
30599 \noindent
30600 \begin_inset CommandInset line
30601 LatexCommand rule
30602 offset "0.5ex"
30603 width "100line%"
30604 height "1pt"
30605
30606 \end_inset
30607
30608
30609 \end_layout
30610
30611 \begin_layout Standard
30612 The commands allow you to redefine the floats so that the caption is set
30613  on the side.
30614  For figure floats use the command
30615 \end_layout
30616
30617 \begin_layout Standard
30618
30619 \series bold
30620
30621 \backslash
30622 FigBesBeg
30623 \end_layout
30624
30625 \begin_layout Standard
30626 in \SpecialChar TeX
30627  Code before the float.
30628  And insert the command
30629 \end_layout
30630
30631 \begin_layout Standard
30632
30633 \series bold
30634
30635 \backslash
30636 FigBesEnd
30637 \end_layout
30638
30639 \begin_layout Standard
30640 in \SpecialChar TeX
30641  Code at the point where you want to get back to the original float definitio
30642 n.
30643 \end_layout
30644
30645 \begin_layout Standard
30646 For table floats use the corresponding commands
30647 \end_layout
30648
30649 \begin_layout Standard
30650
30651 \series bold
30652
30653 \backslash
30654 TabBesBeg
30655 \series default
30656  and 
30657 \series bold
30658
30659 \backslash
30660 TabBesEnd
30661 \end_layout
30662
30663 \begin_layout Standard
30664 Figure
30665 \begin_inset space ~
30666 \end_inset
30667
30668
30669 \begin_inset CommandInset ref
30670 LatexCommand ref
30671 reference "fig:cap-beside-fig"
30672
30673 \end_inset
30674
30675  and Table
30676 \begin_inset space ~
30677 \end_inset
30678
30679
30680 \begin_inset CommandInset ref
30681 LatexCommand ref
30682 reference "tab:cap-beside-tab"
30683
30684 \end_inset
30685
30686  are examples where the caption is set beside.
30687 \end_layout
30688
30689 \begin_layout Standard
30690 You can see in the examples that the caption text appears at the top of
30691  the floats for table floats and at the bottom for figure floats.
30692  To change this, you can use the command
30693 \end_layout
30694
30695 \begin_layout Standard
30696
30697 \series bold
30698
30699 \backslash
30700 sidecaptionvpos{float type}{placement}
30701 \end_layout
30702
30703 \begin_layout Standard
30704 in the document preamble or in \SpecialChar TeX
30705  Code before the float.
30706  The float type is either 
30707 \family sans
30708 figure
30709 \family default
30710  or 
30711 \family sans
30712 table
30713 \family default
30714 , the placement can be 
30715 \begin_inset Quotes eld
30716 \end_inset
30717
30718
30719 \family sans
30720 t
30721 \family default
30722
30723 \begin_inset Quotes erd
30724 \end_inset
30725
30726  for top, 
30727 \begin_inset Quotes eld
30728 \end_inset
30729
30730
30731 \family sans
30732 c
30733 \family default
30734
30735 \begin_inset Quotes erd
30736 \end_inset
30737
30738  for center, or 
30739 \begin_inset Quotes eld
30740 \end_inset
30741
30742
30743 \family sans
30744 b
30745 \family default
30746
30747 \begin_inset Quotes erd
30748 \end_inset
30749
30750  for bottom.
30751  To have for example the caption of figure floats vertically centered, use
30752  the command
30753 \end_layout
30754
30755 \begin_layout Standard
30756
30757 \series bold
30758
30759 \backslash
30760 sidecaptionvpos{figure}{c}
30761 \end_layout
30762
30763 \begin_layout Standard
30764 This was used for Figure
30765 \begin_inset space ~
30766 \end_inset
30767
30768
30769 \begin_inset CommandInset ref
30770 LatexCommand ref
30771 reference "fig:cap-beside-fig-2"
30772
30773 \end_inset
30774
30775 .
30776 \end_layout
30777
30778 \begin_layout Standard
30779 \begin_inset VSpace medskip
30780 \end_inset
30781
30782
30783 \end_layout
30784
30785 \begin_layout Standard
30786 The default caption width is the width of the image/table.
30787  For thin image/tables, like in Table
30788 \begin_inset space ~
30789 \end_inset
30790
30791
30792 \begin_inset CommandInset ref
30793 LatexCommand ref
30794 reference "tab:cap-beside-tab"
30795
30796 \end_inset
30797
30798 , this leads to captions that are too thin.
30799  You can increase the width by specifying a factor that will be multiplied
30800  with the image/table width to get the caption width.
30801  The caption width will automatically be recalculated in case it would protrude
30802  over the page or column margin due to the specified width.
30803  The 
30804 \emph on
30805 factor
30806 \emph default
30807  can either be given as optional argument for 
30808 \series bold
30809
30810 \backslash
30811 FigBesBeg
30812 \series default
30813 :
30814 \end_layout
30815
30816 \begin_layout Standard
30817
30818 \series bold
30819
30820 \backslash
30821 FigBesBeg[factor]
30822 \end_layout
30823
30824 \begin_layout Standard
30825 or in the definition of 
30826 \series bold
30827
30828 \backslash
30829 FigBesBeg
30830 \series default
30831  by replacing the 
30832 \series bold
30833 1.0
30834 \series default
30835  with another value.
30836  If you do the latter, your factor will be the default if 
30837 \series bold
30838
30839 \backslash
30840 FigBesBeg
30841 \series default
30842  is used without an argument.
30843  For Table
30844 \begin_inset space ~
30845 \end_inset
30846
30847
30848 \begin_inset CommandInset ref
30849 LatexCommand ref
30850 reference "tab:cap-beside-tab-wider"
30851
30852 \end_inset
30853
30854  the factor 5 was used.
30855 \end_layout
30856
30857 \begin_layout Standard
30858 \begin_inset Note Greyedout
30859 status open
30860
30861 \begin_layout Plain Layout
30862
30863 \series bold
30864 Note:
30865 \series default
30866  For floats with captions set beside, you cannot use the float placement
30867  option 
30868 \family sans
30869 Here
30870 \begin_inset space ~
30871 \end_inset
30872
30873 definitely
30874 \family default
30875  because it is not supported by 
30876 \series bold
30877 sidecap
30878 \series default
30879 .
30880 \end_layout
30881
30882 \end_inset
30883
30884
30885 \end_layout
30886
30887 \begin_layout Standard
30888 \begin_inset VSpace medskip
30889 \end_inset
30890
30891 For more information about the package 
30892 \series bold
30893 sidecap
30894 \series default
30895  we refer to its documentation 
30896 \begin_inset CommandInset citation
30897 LatexCommand cite
30898 key "sidecap"
30899 literal "true"
30900
30901 \end_inset
30902
30903 .
30904 \end_layout
30905
30906 \begin_layout Standard
30907 \begin_inset Note Greyedout
30908 status open
30909
30910 \begin_layout Plain Layout
30911
30912 \series bold
30913 Note:
30914 \series default
30915  The \SpecialChar LaTeX
30916 -package 
30917 \series bold
30918 hypcap
30919 \series default
30920
30921 \begin_inset Index idx
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925 \SpecialChar LaTeX
30926 -packages ! hypcap
30927 \end_layout
30928
30929 \end_inset
30930
30931 , described in section
30932 \begin_inset space ~
30933 \end_inset
30934
30935
30936 \begin_inset CommandInset ref
30937 LatexCommand ref
30938 reference "subsec:Reference-Position"
30939
30940 \end_inset
30941
30942 , has no effect on floats with the caption set beside.
30943 \end_layout
30944
30945 \end_inset
30946
30947
30948 \end_layout
30949
30950 \begin_layout Standard
30951 \begin_inset ERT
30952 status collapsed
30953
30954 \begin_layout Plain Layout
30955
30956
30957 \backslash
30958 FigBesBeg
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \end_layout
30965
30966 \begin_layout Standard
30967 \begin_inset Float figure
30968 placement document
30969 alignment document
30970 wide false
30971 sideways false
30972 status open
30973
30974 \begin_layout Plain Layout
30975 \begin_inset Graphics
30976         filename clipart/3D-structure-distort.pdf
30977         scale 50
30978         scaleBeforeRotation
30979
30980 \end_inset
30981
30982
30983 \end_layout
30984
30985 \begin_layout Plain Layout
30986 \begin_inset Caption Standard
30987
30988 \begin_layout Plain Layout
30989 \begin_inset CommandInset label
30990 LatexCommand label
30991 name "fig:cap-beside-fig"
30992
30993 \end_inset
30994
30995 This is a caption beside a figure.
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \begin_layout Standard
31009 \begin_inset ERT
31010 status collapsed
31011
31012 \begin_layout Plain Layout
31013
31014
31015 \backslash
31016 FigBesEnd
31017 \end_layout
31018
31019 \end_inset
31020
31021
31022 \end_layout
31023
31024 \begin_layout Standard
31025 \begin_inset ERT
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029
31030
31031 \backslash
31032 TabBesBeg
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \begin_layout Standard
31041 \begin_inset Float table
31042 placement document
31043 alignment document
31044 wide false
31045 sideways false
31046 status open
31047
31048 \begin_layout Plain Layout
31049 \begin_inset Caption Standard
31050
31051 \begin_layout Plain Layout
31052 \begin_inset CommandInset label
31053 LatexCommand label
31054 name "tab:cap-beside-tab"
31055
31056 \end_inset
31057
31058 This is a caption beside a table.
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \end_layout
31065
31066 \begin_layout Plain Layout
31067 \begin_inset Tabular
31068 <lyxtabular version="3" rows="4" columns="5">
31069 <features tabularvalignment="middle">
31070 <column alignment="center" valignment="top">
31071 <column alignment="center" valignment="top">
31072 <column alignment="center" valignment="top">
31073 <column alignment="center" valignment="top">
31074 <column alignment="center" valignment="top">
31075 <row>
31076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31077 \begin_inset Text
31078
31079 \begin_layout Plain Layout
31080 a
31081 \end_layout
31082
31083 \end_inset
31084 </cell>
31085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31086 \begin_inset Text
31087
31088 \begin_layout Plain Layout
31089
31090 \end_layout
31091
31092 \end_inset
31093 </cell>
31094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31095 \begin_inset Text
31096
31097 \begin_layout Plain Layout
31098 b
31099 \end_layout
31100
31101 \end_inset
31102 </cell>
31103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31104 \begin_inset Text
31105
31106 \begin_layout Plain Layout
31107
31108 \end_layout
31109
31110 \end_inset
31111 </cell>
31112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31113 \begin_inset Text
31114
31115 \begin_layout Plain Layout
31116 c
31117 \end_layout
31118
31119 \end_inset
31120 </cell>
31121 </row>
31122 <row>
31123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31124 \begin_inset Text
31125
31126 \begin_layout Plain Layout
31127
31128 \end_layout
31129
31130 \end_inset
31131 </cell>
31132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31133 \begin_inset Text
31134
31135 \begin_layout Plain Layout
31136 d
31137 \end_layout
31138
31139 \end_inset
31140 </cell>
31141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31142 \begin_inset Text
31143
31144 \begin_layout Plain Layout
31145
31146 \end_layout
31147
31148 \end_inset
31149 </cell>
31150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31151 \begin_inset Text
31152
31153 \begin_layout Plain Layout
31154 e
31155 \end_layout
31156
31157 \end_inset
31158 </cell>
31159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31160 \begin_inset Text
31161
31162 \begin_layout Plain Layout
31163
31164 \end_layout
31165
31166 \end_inset
31167 </cell>
31168 </row>
31169 <row>
31170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31171 \begin_inset Text
31172
31173 \begin_layout Plain Layout
31174 f
31175 \end_layout
31176
31177 \end_inset
31178 </cell>
31179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31180 \begin_inset Text
31181
31182 \begin_layout Plain Layout
31183
31184 \end_layout
31185
31186 \end_inset
31187 </cell>
31188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31189 \begin_inset Text
31190
31191 \begin_layout Plain Layout
31192 g
31193 \end_layout
31194
31195 \end_inset
31196 </cell>
31197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31198 \begin_inset Text
31199
31200 \begin_layout Plain Layout
31201
31202 \end_layout
31203
31204 \end_inset
31205 </cell>
31206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31207 \begin_inset Text
31208
31209 \begin_layout Plain Layout
31210 h
31211 \end_layout
31212
31213 \end_inset
31214 </cell>
31215 </row>
31216 <row>
31217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31218 \begin_inset Text
31219
31220 \begin_layout Plain Layout
31221
31222 \end_layout
31223
31224 \end_inset
31225 </cell>
31226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31227 \begin_inset Text
31228
31229 \begin_layout Plain Layout
31230 i
31231 \end_layout
31232
31233 \end_inset
31234 </cell>
31235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31236 \begin_inset Text
31237
31238 \begin_layout Plain Layout
31239
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31245 \begin_inset Text
31246
31247 \begin_layout Plain Layout
31248 j
31249 \end_layout
31250
31251 \end_inset
31252 </cell>
31253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31254 \begin_inset Text
31255
31256 \begin_layout Plain Layout
31257
31258 \end_layout
31259
31260 \end_inset
31261 </cell>
31262 </row>
31263 </lyxtabular>
31264
31265 \end_inset
31266
31267
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Standard
31276 \begin_inset ERT
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280
31281
31282 \backslash
31283 TabBesEnd
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \end_layout
31290
31291 \begin_layout Standard
31292 \begin_inset ERT
31293 status collapsed
31294
31295 \begin_layout Plain Layout
31296
31297
31298 \backslash
31299 FigBesBeg
31300 \end_layout
31301
31302 \end_inset
31303
31304
31305 \begin_inset ERT
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309
31310
31311 \backslash
31312 sidecaptionvpos{figure}{c}
31313 \end_layout
31314
31315 \end_inset
31316
31317
31318 \begin_inset Float figure
31319 placement document
31320 alignment document
31321 wide false
31322 sideways false
31323 status open
31324
31325 \begin_layout Plain Layout
31326 \begin_inset Graphics
31327         filename clipart/3D-structure-distort.pdf
31328         scale 50
31329         scaleBeforeRotation
31330
31331 \end_inset
31332
31333
31334 \end_layout
31335
31336 \begin_layout Plain Layout
31337 \begin_inset Caption Standard
31338
31339 \begin_layout Plain Layout
31340 \begin_inset CommandInset label
31341 LatexCommand label
31342 name "fig:cap-beside-fig-2"
31343
31344 \end_inset
31345
31346 This is a vertically centered caption beside a figure.
31347 \end_layout
31348
31349 \end_inset
31350
31351
31352 \end_layout
31353
31354 \end_inset
31355
31356
31357 \end_layout
31358
31359 \begin_layout Standard
31360 \begin_inset ERT
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364
31365
31366 \backslash
31367 FigBesEnd
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \end_layout
31374
31375 \begin_layout Standard
31376 \begin_inset ERT
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380
31381
31382 \backslash
31383 TabBesBeg[5]
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \end_layout
31390
31391 \begin_layout Standard
31392 \begin_inset Float table
31393 placement document
31394 alignment document
31395 wide false
31396 sideways false
31397 status open
31398
31399 \begin_layout Plain Layout
31400 \begin_inset Caption Standard
31401
31402 \begin_layout Plain Layout
31403 \begin_inset CommandInset label
31404 LatexCommand label
31405 name "tab:cap-beside-tab-wider"
31406
31407 \end_inset
31408
31409 This caption is wider than the one in Table
31410 \begin_inset space ~
31411 \end_inset
31412
31413
31414 \begin_inset CommandInset ref
31415 LatexCommand ref
31416 reference "tab:cap-beside-tab"
31417
31418 \end_inset
31419
31420 .
31421 \end_layout
31422
31423 \end_inset
31424
31425
31426 \end_layout
31427
31428 \begin_layout Plain Layout
31429 \begin_inset Tabular
31430 <lyxtabular version="3" rows="4" columns="5">
31431 <features tabularvalignment="middle">
31432 <column alignment="center" valignment="top">
31433 <column alignment="center" valignment="top">
31434 <column alignment="center" valignment="top">
31435 <column alignment="center" valignment="top">
31436 <column alignment="center" valignment="top">
31437 <row>
31438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31439 \begin_inset Text
31440
31441 \begin_layout Plain Layout
31442 a
31443 \end_layout
31444
31445 \end_inset
31446 </cell>
31447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31448 \begin_inset Text
31449
31450 \begin_layout Plain Layout
31451
31452 \end_layout
31453
31454 \end_inset
31455 </cell>
31456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31457 \begin_inset Text
31458
31459 \begin_layout Plain Layout
31460 b
31461 \end_layout
31462
31463 \end_inset
31464 </cell>
31465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31466 \begin_inset Text
31467
31468 \begin_layout Plain Layout
31469
31470 \end_layout
31471
31472 \end_inset
31473 </cell>
31474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31475 \begin_inset Text
31476
31477 \begin_layout Plain Layout
31478 c
31479 \end_layout
31480
31481 \end_inset
31482 </cell>
31483 </row>
31484 <row>
31485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31486 \begin_inset Text
31487
31488 \begin_layout Plain Layout
31489
31490 \end_layout
31491
31492 \end_inset
31493 </cell>
31494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31495 \begin_inset Text
31496
31497 \begin_layout Plain Layout
31498 d
31499 \end_layout
31500
31501 \end_inset
31502 </cell>
31503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507
31508 \end_layout
31509
31510 \end_inset
31511 </cell>
31512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31513 \begin_inset Text
31514
31515 \begin_layout Plain Layout
31516 e
31517 \end_layout
31518
31519 \end_inset
31520 </cell>
31521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31522 \begin_inset Text
31523
31524 \begin_layout Plain Layout
31525
31526 \end_layout
31527
31528 \end_inset
31529 </cell>
31530 </row>
31531 <row>
31532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31533 \begin_inset Text
31534
31535 \begin_layout Plain Layout
31536 f
31537 \end_layout
31538
31539 \end_inset
31540 </cell>
31541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31542 \begin_inset Text
31543
31544 \begin_layout Plain Layout
31545
31546 \end_layout
31547
31548 \end_inset
31549 </cell>
31550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31551 \begin_inset Text
31552
31553 \begin_layout Plain Layout
31554 g
31555 \end_layout
31556
31557 \end_inset
31558 </cell>
31559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31560 \begin_inset Text
31561
31562 \begin_layout Plain Layout
31563
31564 \end_layout
31565
31566 \end_inset
31567 </cell>
31568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31569 \begin_inset Text
31570
31571 \begin_layout Plain Layout
31572 h
31573 \end_layout
31574
31575 \end_inset
31576 </cell>
31577 </row>
31578 <row>
31579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31580 \begin_inset Text
31581
31582 \begin_layout Plain Layout
31583
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31589 \begin_inset Text
31590
31591 \begin_layout Plain Layout
31592 i
31593 \end_layout
31594
31595 \end_inset
31596 </cell>
31597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31598 \begin_inset Text
31599
31600 \begin_layout Plain Layout
31601
31602 \end_layout
31603
31604 \end_inset
31605 </cell>
31606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31607 \begin_inset Text
31608
31609 \begin_layout Plain Layout
31610 j
31611 \end_layout
31612
31613 \end_inset
31614 </cell>
31615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31616 \begin_inset Text
31617
31618 \begin_layout Plain Layout
31619
31620 \end_layout
31621
31622 \end_inset
31623 </cell>
31624 </row>
31625 </lyxtabular>
31626
31627 \end_inset
31628
31629
31630 \end_layout
31631
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \begin_layout Standard
31638 \begin_inset ERT
31639 status collapsed
31640
31641 \begin_layout Plain Layout
31642
31643
31644 \backslash
31645 TabBesEnd
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \begin_layout Standard
31654 \begin_inset ERT
31655 status collapsed
31656
31657 \begin_layout Plain Layout
31658
31659
31660 \backslash
31661 else
31662 \end_layout
31663
31664 \end_inset
31665
31666
31667 \begin_inset Note Note
31668 status open
31669
31670 \begin_layout Plain Layout
31671 The following will be displayed when the \SpecialChar LaTeX
31672 -package 
31673 \series bold
31674 sidecap
31675 \series default
31676  is not installed:
31677 \end_layout
31678
31679 \end_inset
31680
31681
31682 \end_layout
31683
31684 \begin_layout Standard
31685 You need to install the \SpecialChar LaTeX
31686 -package 
31687 \series bold
31688 sidecap
31689 \series default
31690  to see the following part of this section in the output.
31691 \end_layout
31692
31693 \begin_layout Standard
31694 \begin_inset ERT
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698
31699
31700 \backslash
31701 fi
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \begin_layout Section
31710 Listings of Floats
31711 \begin_inset Index idx
31712 status collapsed
31713
31714 \begin_layout Plain Layout
31715 Floats ! Float Lists
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \begin_layout Standard
31724 Similar to the table of contents where the sections of the document are
31725  listed, there are listings for all float types, like the figures of the
31726  documents.
31727  You can insert them via the 
31728 \family sans
31729 Insert\SpecialChar menuseparator
31730 List
31731 \begin_inset space ~
31732 \end_inset
31733
31734 /
31735 \begin_inset space ~
31736 \end_inset
31737
31738 TOC
31739 \family default
31740  sub menus.
31741 \end_layout
31742
31743 \begin_layout Standard
31744 The list entries are the float captions or its short title, the float number,
31745  and the page number where they appear in the document.
31746 \end_layout
31747
31748 \begin_layout Standard
31749 You can find the list of figures and tables at the end of this document.
31750 \end_layout
31751
31752 \begin_layout Chapter
31753 Notes
31754 \end_layout
31755
31756 \begin_layout Section
31757 \SpecialChar LyX
31758  Notes
31759 \begin_inset Index idx
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763 Notes ! \SpecialChar LyX
31764  Notes
31765 \end_layout
31766
31767 \end_inset
31768
31769
31770 \end_layout
31771
31772 \begin_layout Standard
31773 Notes are inserted with the toolbar button 
31774 \begin_inset Info
31775 type  "icon"
31776 arg   "note-insert"
31777 \end_inset
31778
31779  or the menu 
31780 \family sans
31781 Insert\SpecialChar menuseparator
31782 Note
31783 \family default
31784 .
31785  There are three types of notes:
31786 \end_layout
31787
31788 \begin_layout Description
31789 \SpecialChar LyX
31790
31791 \begin_inset space ~
31792 \end_inset
31793
31794 Note This note type is for internal notes that won't appear in the output.
31795  Its note-box looks like this:
31796 \begin_inset Newline newline
31797 \end_inset
31798
31799
31800 \begin_inset Newline newline
31801 \end_inset
31802
31803
31804 \begin_inset Graphics
31805         filename clipart/LyXNoteImage.png
31806         display false
31807         scaleBeforeRotation
31808
31809 \end_inset
31810
31811  
31812 \begin_inset Note Note
31813 status open
31814
31815 \begin_layout Plain Layout
31816 This is text in a note box that doesn't appear in the output.
31817 \end_layout
31818
31819 \end_inset
31820
31821
31822 \end_layout
31823
31824 \begin_layout Description
31825 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31826 -comment,
31827  when you export the document to \SpecialChar LaTeX
31828  via the menu 
31829 \family sans
31830 File\SpecialChar menuseparator
31831 Export\SpecialChar menuseparator
31832 LaTeX
31833 \begin_inset space ~
31834 \end_inset
31835
31836 (pdflatex) / (plain)
31837 \family default
31838 .
31839  Its note-box looks like this:
31840 \begin_inset Newline newline
31841 \end_inset
31842
31843
31844 \begin_inset Newline newline
31845 \end_inset
31846
31847
31848 \begin_inset Graphics
31849         filename clipart/CommentNoteImage.png
31850         display false
31851         scaleBeforeRotation
31852
31853 \end_inset
31854
31855  
31856 \begin_inset Note Comment
31857 status open
31858
31859 \begin_layout Plain Layout
31860 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31861 -files.
31862 \end_layout
31863
31864 \end_inset
31865
31866
31867 \end_layout
31868
31869 \begin_layout Description
31870 Greyed
31871 \begin_inset space ~
31872 \end_inset
31873
31874 Out This note will appear in the output as grey text.
31875  Its note-box looks like this:
31876 \begin_inset Newline newline
31877 \end_inset
31878
31879
31880 \begin_inset Newline newline
31881 \end_inset
31882
31883
31884 \begin_inset Graphics
31885         filename clipart/GreyedOutNoteImage.png
31886         display false
31887         scaleBeforeRotation
31888
31889 \end_inset
31890
31891
31892 \begin_inset Newline newline
31893 \end_inset
31894
31895
31896 \begin_inset ERT
31897 status collapsed
31898
31899 \begin_layout Plain Layout
31900
31901
31902 \backslash
31903 renewenvironment{lyxgreyedout}
31904 \end_layout
31905
31906 \begin_layout Plain Layout
31907
31908 {
31909 \backslash
31910 textcolor[gray]{0.8}
31911 \backslash
31912 bgroup}{
31913 \backslash
31914 egroup}
31915 \end_layout
31916
31917 \end_inset
31918
31919
31920 \begin_inset Note Greyedout
31921 status open
31922
31923 \begin_layout Plain Layout
31924 This is text of a comment that appears grey in the output.
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \begin_inset ERT
31931 status collapsed
31932
31933 \begin_layout Plain Layout
31934
31935
31936 \backslash
31937 renewenvironment{lyxgreyedout}
31938 \end_layout
31939
31940 \begin_layout Plain Layout
31941
31942 {
31943 \backslash
31944 textcolor{blue}
31945 \backslash
31946 bgroup}{
31947 \backslash
31948 egroup}
31949 \end_layout
31950
31951 \end_inset
31952
31953
31954 \begin_inset Note Note
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31959  definition
31960  because greyed out notes are redefined in the preamble of this document,
31961  as described below, to have blue text.
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \begin_inset Newline newline
31968 \end_inset
31969
31970
31971 \begin_inset Newline newline
31972 \end_inset
31973
31974 As you can see in the example, the first line of greyed out notes is a bit
31975  indented and greyed out notes can have footnotes.
31976 \end_layout
31977
31978 \begin_layout Standard
31979 \begin_inset VSpace bigskip
31980 \end_inset
31981
31982 When you use the toolbar button 
31983 \begin_inset Info
31984 type  "icon"
31985 arg   "note-insert"
31986 \end_inset
31987
31988  to insert notes, a 
31989 \family sans
31990 \SpecialChar LyX
31991
31992 \begin_inset space ~
31993 \end_inset
31994
31995 Note
31996 \family default
31997  is inserted.
31998  You can switch between the three note types by right-clicking on the note-box.
31999  
32000 \family roman
32001 \series medium
32002 \bar no
32003 If you want to turn existing text into a note, mark it and click on the
32004  note
32005 \family default
32006 \series default
32007 \bar default
32008  toolbar 
32009 \family roman
32010 \series medium
32011 \bar no
32012 button
32013 \family default
32014 \series default
32015 \bar default
32016 .
32017  To change a note to text, press the backspace key when the cursor is in
32018  the first position of a note, or press the delete key when the cursor is
32019  in the very last position of the note, respectively.
32020 \end_layout
32021
32022 \begin_layout Standard
32023 \begin_inset VSpace bigskip
32024 \end_inset
32025
32026 You can change the text color of the greyed out notes in the menu 
32027 \family sans
32028 Document\SpecialChar menuseparator
32029 Settings\SpecialChar menuseparator
32030 Colors
32031 \family default
32032 .
32033 \end_layout
32034
32035 \begin_layout Section
32036 Footnotes
32037 \begin_inset CommandInset label
32038 LatexCommand label
32039 name "sec:Footnotes"
32040
32041 \end_inset
32042
32043
32044 \begin_inset Index idx
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048 Notes ! Footnotes
32049 \end_layout
32050
32051 \end_inset
32052
32053
32054 \begin_inset Index idx
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058 Footnotes
32059 \end_layout
32060
32061 \end_inset
32062
32063
32064 \end_layout
32065
32066 \begin_layout Standard
32067 Footnotes can be inserted using the toolbar button 
32068 \begin_inset Info
32069 type  "icon"
32070 arg   "footnote-insert"
32071 \end_inset
32072
32073  or the menu 
32074 \family sans
32075 Insert\SpecialChar menuseparator
32076 Footnote
32077 \family default
32078 .
32079  You will then see the following footnote-box: 
32080 \begin_inset Graphics
32081         filename clipart/footnote.png
32082         scale 95
32083         scaleBeforeRotation
32084
32085 \end_inset
32086
32087  
32088 \family roman
32089 \series medium
32090 \bar no
32091 where you can enter the footnote text.
32092  If you want to turn existing text into a footnote, mark it and click on
32093  the footnote
32094 \family default
32095 \series default
32096 \bar default
32097  toolbar 
32098 \family roman
32099 \series medium
32100 \bar no
32101 button
32102 \family default
32103 \series default
32104 \bar default
32105 .
32106  To change a 
32107 \family roman
32108 \series medium
32109 \bar no
32110 footnote
32111 \family default
32112 \series default
32113 \bar default
32114  to text, press the 
32115 \family sans
32116 Backspace
32117 \family default
32118  key when the cursor is in the first position of a 
32119 \family roman
32120 \series medium
32121 \bar no
32122 footnote
32123 \family default
32124 \series default
32125 \bar default
32126 , or press the 
32127 \family sans
32128 Delete
32129 \family default
32130  key when the cursor is in the very last position of the 
32131 \family roman
32132 \series medium
32133 \bar no
32134 footnote
32135 \family default
32136 \series default
32137 \bar default
32138 , respectively.
32139 \end_layout
32140
32141 \begin_layout Standard
32142 Here is an example footnote:
32143 \family roman
32144 \series medium
32145 \bar no
32146
32147 \begin_inset Foot
32148 status open
32149
32150 \begin_layout Plain Layout
32151 \begin_inset CommandInset label
32152 LatexCommand label
32153 name "foot:This-is-an"
32154
32155 \end_inset
32156
32157 This is an example footnote.
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \family default
32164 \series default
32165 \bar default
32166
32167 \begin_inset ERT
32168 status collapsed
32169
32170 \begin_layout Plain Layout
32171
32172
32173 \backslash
32174 newcounter{MyRepeatFoot}
32175 \end_layout
32176
32177 \begin_layout Plain Layout
32178
32179
32180 \backslash
32181 setcounter{MyRepeatFoot}{
32182 \backslash
32183 thefootnote}
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \end_layout
32190
32191 \begin_layout Standard
32192 The footnote will appear in the output as a superscript number at the text
32193  position where the footnote box is placed.
32194  The footnote text is placed at the bottom of the current page.
32195  The footnote number is calculated by \SpecialChar LaTeX
32196 ; the numbers are consecutive.
32197  Whether the footnote number is reset for every chapter depends on your
32198  document class.
32199 \end_layout
32200
32201 \begin_layout Standard
32202 Footnotes can be referenced like floats: Insert a label into the footnote
32203  and cross-reference this label in the text as described in section
32204 \begin_inset space ~
32205 \end_inset
32206
32207
32208 \begin_inset CommandInset ref
32209 LatexCommand ref
32210 reference "sec:Referencing-Floats"
32211
32212 \end_inset
32213
32214 .
32215 \begin_inset Newline newline
32216 \end_inset
32217
32218 This is a cross-reference of Footnote
32219 \begin_inset space ~
32220 \end_inset
32221
32222
32223 \begin_inset CommandInset ref
32224 LatexCommand ref
32225 reference "foot:This-is-an"
32226
32227 \end_inset
32228
32229 .
32230 \end_layout
32231
32232 \begin_layout Standard
32233 \begin_inset VSpace defskip
32234 \end_inset
32235
32236 Footnotes in title environments are usually not numbered with symbols and
32237  they cannot contain several paragraphs.
32238  See for example the footnote in the titling of this document.
32239 \end_layout
32240
32241 \begin_layout Standard
32242 Footnotes in multi-page tables are described in section
32243 \begin_inset space ~
32244 \end_inset
32245
32246
32247 \begin_inset CommandInset ref
32248 LatexCommand ref
32249 reference "subsec:Footnotes-in-Multi-page"
32250
32251 \end_inset
32252
32253 .
32254 \end_layout
32255
32256 \begin_layout Standard
32257 \begin_inset VSpace defskip
32258 \end_inset
32259
32260
32261 \end_layout
32262
32263 \begin_layout Standard
32264 Footnotes in minipage boxes are printed, but inside the box and with a different
32265  numbering because a minipage box is like a page inside a page.
32266  (For more about minipages, see section
32267 \begin_inset space ~
32268 \end_inset
32269
32270
32271 \begin_inset CommandInset ref
32272 LatexCommand ref
32273 reference "sec:Minipages"
32274
32275 \end_inset
32276
32277 .) To get a footnote in the minipage that is output at the bottom of the
32278  page like normal footnotes use this method: Instead of the footnote the
32279  command 
32280 \series bold
32281
32282 \backslash
32283 footnotemark{}
32284 \series default
32285  is inserted as \SpecialChar TeX
32286  code.
32287  The text of the footnote is entered as an argument of the \SpecialChar TeX
32288  code command
32289  
32290 \series bold
32291
32292 \backslash
32293 footnotetext
32294 \series default
32295  after the minipage.
32296 \begin_inset Newline newline
32297 \end_inset
32298
32299 This was done for the following minipage with the command
32300 \end_layout
32301
32302 \begin_layout Standard
32303
32304 \series bold
32305
32306 \backslash
32307 footnotetext{
32308 \series default
32309 Footnote outside the minipage.
32310 \series bold
32311 }
32312 \end_layout
32313
32314 \begin_layout Standard
32315 \begin_inset Box Frameless
32316 position "t"
32317 hor_pos "c"
32318 has_inner_box 1
32319 inner_pos "t"
32320 use_parbox 0
32321 use_makebox 0
32322 width "100col%"
32323 special "none"
32324 height "1in"
32325 height_special "totalheight"
32326 thickness "0.4pt"
32327 separation "3pt"
32328 shadowsize "4pt"
32329 framecolor "black"
32330 backgroundcolor "none"
32331 status open
32332
32333 \begin_layout Plain Layout
32334 This an example text in a minipage.
32335 \begin_inset Foot
32336 status open
32337
32338 \begin_layout Plain Layout
32339 Footnote in the minipage.
32340 \end_layout
32341
32342 \end_inset
32343
32344
32345 \end_layout
32346
32347 \begin_layout Plain Layout
32348 This an example text in a minipage.
32349 \begin_inset ERT
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353
32354
32355 \backslash
32356 footnotemark{}
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \end_layout
32363
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \begin_layout Standard
32370 \begin_inset ERT
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374
32375
32376 \backslash
32377 footnotetext{
32378 \end_layout
32379
32380 \end_inset
32381
32382 Footnote outside the minipage.
32383 \begin_inset ERT
32384 status collapsed
32385
32386 \begin_layout Plain Layout
32387
32388 }
32389 \end_layout
32390
32391 \end_inset
32392
32393
32394 \end_layout
32395
32396 \begin_layout Standard
32397 \begin_inset VSpace defskip
32398 \end_inset
32399
32400
32401 \end_layout
32402
32403 \begin_layout Standard
32404 To refer to the same footnote several times without printing the footnote
32405  text every time, use the command 
32406 \series bold
32407
32408 \backslash
32409 footnotemark[number]
32410 \series default
32411  in \SpecialChar TeX
32412  code.
32413 \begin_inset Newline newline
32414 \end_inset
32415
32416 As you do not know the number of the repeating footnote while you are writing
32417  the text, you have to store its number.
32418  For the following footnote mark example, these commands were inserted in
32419  \SpecialChar TeX
32420  code after Footnote
32421 \begin_inset space ~
32422 \end_inset
32423
32424
32425 \begin_inset CommandInset ref
32426 LatexCommand ref
32427 reference "foot:This-is-an"
32428
32429 \end_inset
32430
32431  to store the footnote number:
32432 \end_layout
32433
32434 \begin_layout Standard
32435
32436 \series bold
32437
32438 \backslash
32439 newcounter{MyRepeatFoot}
32440 \begin_inset Newline newline
32441 \end_inset
32442
32443
32444 \backslash
32445 setcounter{MyRepeatFoot}{
32446 \backslash
32447 thefootnote}
32448 \end_layout
32449
32450 \begin_layout Standard
32451 The footnote mark was then created with this command:
32452 \end_layout
32453
32454 \begin_layout Standard
32455
32456 \series bold
32457
32458 \backslash
32459 footnotemark[
32460 \backslash
32461 theMyRepeatFoot]
32462 \end_layout
32463
32464 \begin_layout Standard
32465 Here is a repeated footnote:
32466 \family roman
32467 \series medium
32468 \bar no
32469
32470 \begin_inset ERT
32471 status collapsed
32472
32473 \begin_layout Plain Layout
32474
32475
32476 \backslash
32477 footnotemark[
32478 \backslash
32479 theMyRepeatFoot]
32480 \end_layout
32481
32482 \end_inset
32483
32484
32485 \end_layout
32486
32487 \begin_layout Standard
32488 If you want to repeat the previous footnote, you can omit the storage of
32489  the footnote number and just use this command instead:
32490 \end_layout
32491
32492 \begin_layout Standard
32493
32494 \series bold
32495
32496 \backslash
32497 footnotemark[
32498 \backslash
32499 thefootnote]
32500 \end_layout
32501
32502 \begin_layout Standard
32503 Here is another repeated footnote:
32504 \family roman
32505 \series medium
32506 \bar no
32507
32508 \begin_inset ERT
32509 status collapsed
32510
32511 \begin_layout Plain Layout
32512
32513
32514 \backslash
32515 footnotemark[
32516 \backslash
32517 thefootnote]
32518 \end_layout
32519
32520 \end_inset
32521
32522
32523 \end_layout
32524
32525 \begin_layout Subsection
32526 Footnote Numbering
32527 \begin_inset CommandInset label
32528 LatexCommand label
32529 name "subsec:Footnote-Numbering"
32530
32531 \end_inset
32532
32533
32534 \begin_inset Index idx
32535 status collapsed
32536
32537 \begin_layout Plain Layout
32538 Footnotes ! Numbering
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \end_layout
32545
32546 \begin_layout Standard
32547 To reset the footnote number back to 1 after each section
32548 \family roman
32549 , add this command to your document preamble:
32550 \end_layout
32551
32552 \begin_layout Standard
32553
32554 \series bold
32555
32556 \backslash
32557 @addtoreset{footnote}{section}
32558 \end_layout
32559
32560 \begin_layout Standard
32561 \begin_inset VSpace bigskip
32562 \end_inset
32563
32564 The following preamble command changes the footnote numbering style to small
32565  roman numerals:
32566 \end_layout
32567
32568 \begin_layout Standard
32569
32570 \series bold
32571
32572 \backslash
32573 renewcommand{
32574 \backslash
32575 thefootnote}{
32576 \backslash
32577 roman{footnote}}
32578 \end_layout
32579
32580 \begin_layout Standard
32581 \begin_inset ERT
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585
32586
32587 \backslash
32588 renewcommand{
32589 \backslash
32590 thefootnote}{
32591 \backslash
32592 roman{footnote}}
32593 \end_layout
32594
32595 \end_inset
32596
32597  This is a footnote with roman numbering:
32598 \begin_inset Foot
32599 status open
32600
32601 \begin_layout Plain Layout
32602 This is an example footnote with roman numbering.
32603 \end_layout
32604
32605 \end_inset
32606
32607
32608 \end_layout
32609
32610 \begin_layout Standard
32611 To change the numbering style to capital roman numerals replace in the command
32612  above 
32613 \series bold
32614
32615 \backslash
32616 roman
32617 \series default
32618  by 
32619 \series bold
32620
32621 \backslash
32622 Roman
32623 \series default
32624 .
32625  To 
32626 \begin_inset Quotes eld
32627 \end_inset
32628
32629 number
32630 \begin_inset Quotes erd
32631 \end_inset
32632
32633  footnotes with capital or small Latin letters use 
32634 \series bold
32635
32636 \backslash
32637 Alph
32638 \series default
32639  or 
32640 \series bold
32641
32642 \backslash
32643 alph
32644 \series default
32645 , respectively.
32646  To 
32647 \begin_inset Quotes eld
32648 \end_inset
32649
32650 number
32651 \begin_inset Quotes erd
32652 \end_inset
32653
32654  footnotes with symbols use 
32655 \series bold
32656
32657 \backslash
32658 fnsymbol
32659 \series default
32660 .
32661 \end_layout
32662
32663 \begin_layout Standard
32664 \begin_inset Note Greyedout
32665 status open
32666
32667 \begin_layout Plain Layout
32668
32669 \series bold
32670 Note:
32671 \series default
32672  You can only number 26 footnotes with Latin letters, because this numbering
32673  is limited to single letters.
32674 \end_layout
32675
32676 \end_inset
32677
32678
32679 \begin_inset Newline newline
32680 \end_inset
32681
32682
32683 \begin_inset Note Greyedout
32684 status open
32685
32686 \begin_layout Plain Layout
32687
32688 \series bold
32689 Note:
32690 \series default
32691  You can only number 9 footnotes with symbols.
32692 \end_layout
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \begin_layout Standard
32700 To return to the default numbering style after you have changed to another
32701  one, use 
32702 \series bold
32703
32704 \backslash
32705 arabic
32706 \series default
32707  instead of 
32708 \series bold
32709
32710 \backslash
32711 roman
32712 \series default
32713  in the command above.
32714 \begin_inset ERT
32715 status collapsed
32716
32717 \begin_layout Plain Layout
32718
32719
32720 \backslash
32721 renewcommand{
32722 \backslash
32723 thefootnote}{
32724 \backslash
32725 arabic{footnote}}
32726 \end_layout
32727
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \begin_layout Standard
32734 \begin_inset VSpace bigskip
32735 \end_inset
32736
32737
32738 \end_layout
32739
32740 \begin_layout Standard
32741 If you want to have footnotes numbered in the scheme 
32742 \begin_inset Quotes eld
32743 \end_inset
32744
32745 chapter.footnote
32746 \begin_inset Quotes erd
32747 \end_inset
32748
32749 , add the following command to your document preamble:
32750 \end_layout
32751
32752 \begin_layout Standard
32753
32754 \series bold
32755
32756 \backslash
32757 numberwithin{footnote}{chapter}
32758 \end_layout
32759
32760 \begin_layout Standard
32761 To be able to use the command 
32762 \series bold
32763
32764 \backslash
32765 numberwithin
32766 \series default
32767 , set in the tab 
32768 \family sans
32769 Math
32770 \begin_inset space ~
32771 \end_inset
32772
32773 Options
32774 \family default
32775  in the document settings the option 
32776 \family sans
32777 Use
32778 \begin_inset space ~
32779 \end_inset
32780
32781 AMS
32782 \begin_inset space ~
32783 \end_inset
32784
32785 math
32786 \begin_inset space ~
32787 \end_inset
32788
32789 package
32790 \family default
32791 .
32792 \end_layout
32793
32794 \begin_layout Standard
32795 \begin_inset ERT
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799
32800
32801 \backslash
32802 numberwithin{footnote}{chapter}
32803 \end_layout
32804
32805 \end_inset
32806
32807 This is another example footnote:
32808 \series bold
32809
32810 \begin_inset Foot
32811 status open
32812
32813 \begin_layout Plain Layout
32814 This is a footnote numbered in the scheme 
32815 \begin_inset Quotes eld
32816 \end_inset
32817
32818 chapter.footnote
32819 \begin_inset Quotes erd
32820 \end_inset
32821
32822 .
32823 \end_layout
32824
32825 \end_inset
32826
32827
32828 \series default
32829
32830 \begin_inset ERT
32831 status collapsed
32832
32833 \begin_layout Plain Layout
32834
32835
32836 \backslash
32837 renewcommand{
32838 \backslash
32839 thefootnote}{
32840 \backslash
32841 arabic{footnote}}
32842 \end_layout
32843
32844 \end_inset
32845
32846
32847 \end_layout
32848
32849 \begin_layout Standard
32850 \begin_inset Note Greyedout
32851 status open
32852
32853 \begin_layout Plain Layout
32854
32855 \series bold
32856 Note:
32857 \series default
32858  
32859 \series bold
32860
32861 \backslash
32862 numberwithin
32863 \series default
32864  always prints out the footnote number as arabic number; previous redefinitions
32865  to get non-arabic numbers are overwritten.
32866 \end_layout
32867
32868 \end_inset
32869
32870
32871 \end_layout
32872
32873 \begin_layout Standard
32874 So to get for example the scheme 
32875 \begin_inset Quotes eld
32876 \end_inset
32877
32878 chapter.
32879 \backslash
32880 Roman{footnote}
32881 \begin_inset Quotes erd
32882 \end_inset
32883
32884 , use this command instead of 
32885 \series bold
32886
32887 \backslash
32888 numberwithin
32889 \series default
32890 :
32891 \end_layout
32892
32893 \begin_layout Standard
32894
32895 \series bold
32896
32897 \backslash
32898 renewcommand{
32899 \backslash
32900 thefootnote}{
32901 \backslash
32902 thechapter.
32903 \backslash
32904 Roman{footnote}}
32905 \end_layout
32906
32907 \begin_layout Subsection
32908 Footnote Placement
32909 \begin_inset Index idx
32910 status collapsed
32911
32912 \begin_layout Plain Layout
32913 Footnotes ! Placement
32914 \end_layout
32915
32916 \end_inset
32917
32918
32919 \end_layout
32920
32921 \begin_layout Standard
32922 If you have several footnotes in one page, they appear without vertical
32923  space between them at the bottom of the page.
32924  To make them more readable you can e.
32925 \begin_inset space \thinspace{}
32926 \end_inset
32927
32928 g.
32929 \begin_inset space \space{}
32930 \end_inset
32931
32932 add 1.5
32933 \begin_inset space \thinspace{}
32934 \end_inset
32935
32936 mm space with the following preamble command:
32937 \end_layout
32938
32939 \begin_layout Standard
32940
32941 \series bold
32942
32943 \backslash
32944 let
32945 \backslash
32946 myFoot
32947 \backslash
32948 footnote
32949 \begin_inset Newline newline
32950 \end_inset
32951
32952
32953 \backslash
32954 renewcommand{
32955 \backslash
32956 footnote}[1]{
32957 \backslash
32958 myFoot{#1
32959 \backslash
32960 vspace{1.5mm}}}
32961 \end_layout
32962
32963 \begin_layout Standard
32964 \begin_inset VSpace bigskip
32965 \end_inset
32966
32967 In a two-column document the footnotes appear at the bottom of every column,
32968  see Figure
32969 \begin_inset space ~
32970 \end_inset
32971
32972
32973 \begin_inset CommandInset ref
32974 LatexCommand ref
32975 reference "fig:Standard-footnote-placement"
32976
32977 \end_inset
32978
32979 .
32980  If the footnotes should only appear at the bottom of the right column,
32981  as in Figure
32982 \begin_inset space ~
32983 \end_inset
32984
32985
32986 \begin_inset CommandInset ref
32987 LatexCommand ref
32988 reference "fig:Footnote-placement-in"
32989
32990 \end_inset
32991
32992 , use the \SpecialChar LaTeX
32993 -package 
32994 \series bold
32995 ftnright
32996 \series default
32997
32998 \begin_inset Index idx
32999 status collapsed
33000
33001 \begin_layout Plain Layout
33002 \SpecialChar LaTeX
33003 -packages ! ftnright
33004 \end_layout
33005
33006 \end_inset
33007
33008  with this command in the document preamble:
33009 \end_layout
33010
33011 \begin_layout Standard
33012
33013 \series bold
33014
33015 \backslash
33016 usepackage{ftnright}
33017 \end_layout
33018
33019 \begin_layout Standard
33020 \begin_inset Float figure
33021 placement !h
33022 alignment document
33023 wide false
33024 sideways false
33025 status open
33026
33027 \begin_layout Plain Layout
33028 \noindent
33029 \align center
33030 \begin_inset Box Boxed
33031 position "t"
33032 hor_pos "c"
33033 has_inner_box 0
33034 inner_pos "t"
33035 use_parbox 0
33036 use_makebox 0
33037 width ""
33038 special "none"
33039 height "1in"
33040 height_special "totalheight"
33041 thickness "0.4pt"
33042 separation "3pt"
33043 shadowsize "4pt"
33044 framecolor "black"
33045 backgroundcolor "none"
33046 status open
33047
33048 \begin_layout Plain Layout
33049 \begin_inset Graphics
33050         filename clipart/without_fntright.pdf
33051         width 100col%
33052         scaleBeforeRotation
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \end_inset
33060
33061
33062 \end_layout
33063
33064 \begin_layout Plain Layout
33065 \begin_inset Caption Standard
33066
33067 \begin_layout Plain Layout
33068 \begin_inset CommandInset label
33069 LatexCommand label
33070 name "fig:Standard-footnote-placement"
33071
33072 \end_inset
33073
33074 Standard footnote placement in two-column documents.
33075 \end_layout
33076
33077 \end_inset
33078
33079
33080 \end_layout
33081
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \begin_layout Standard
33088 \begin_inset Float figure
33089 placement !h
33090 alignment document
33091 wide false
33092 sideways false
33093 status open
33094
33095 \begin_layout Plain Layout
33096 \noindent
33097 \align center
33098 \begin_inset Box Boxed
33099 position "t"
33100 hor_pos "c"
33101 has_inner_box 0
33102 inner_pos "t"
33103 use_parbox 0
33104 use_makebox 0
33105 width ""
33106 special "none"
33107 height "1in"
33108 height_special "totalheight"
33109 thickness "0.4pt"
33110 separation "3pt"
33111 shadowsize "4pt"
33112 framecolor "black"
33113 backgroundcolor "none"
33114 status open
33115
33116 \begin_layout Plain Layout
33117 \begin_inset Graphics
33118         filename clipart/with_fntright.pdf
33119         width 100col%
33120         scaleBeforeRotation
33121
33122 \end_inset
33123
33124
33125 \end_layout
33126
33127 \end_inset
33128
33129
33130 \end_layout
33131
33132 \begin_layout Plain Layout
33133 \begin_inset Caption Standard
33134
33135 \begin_layout Plain Layout
33136 \begin_inset CommandInset label
33137 LatexCommand label
33138 name "fig:Footnote-placement-in"
33139
33140 \end_inset
33141
33142 Footnote placement in two-column documents when the \SpecialChar LaTeX
33143 -package 
33144 \series bold
33145 ftnright
33146 \series default
33147  is used.
33148 \end_layout
33149
33150 \end_inset
33151
33152
33153 \end_layout
33154
33155 \end_inset
33156
33157
33158 \end_layout
33159
33160 \begin_layout Standard
33161 \begin_inset VSpace bigskip
33162 \end_inset
33163
33164 In some scientific literature it is usual to collect the footnotes and print
33165  them in a separate paragraph at the end of a section, as in Figure
33166 \begin_inset space ~
33167 \end_inset
33168
33169
33170 \begin_inset CommandInset ref
33171 LatexCommand ref
33172 reference "fig:Endnotes"
33173
33174 \end_inset
33175
33176 .
33177  They are then called 
33178 \begin_inset Quotes eld
33179 \end_inset
33180
33181 endnotes
33182 \begin_inset Quotes erd
33183 \end_inset
33184
33185 .
33186 \begin_inset Index idx
33187 status collapsed
33188
33189 \begin_layout Plain Layout
33190 Endnotes
33191 \end_layout
33192
33193 \end_inset
33194
33195  To use endnotes instead of footnotes in your document, load in the menu
33196  
33197 \family sans
33198 Document\SpecialChar menuseparator
33199 Settings\SpecialChar menuseparator
33200 Modules 
33201 \family default
33202 the module 
33203 \family sans
33204 Foot
33205 \begin_inset space ~
33206 \end_inset
33207
33208 to
33209 \begin_inset space ~
33210 \end_inset
33211
33212 End
33213 \family default
33214 .
33215  To insert the collected footnotes, insert the command
33216 \end_layout
33217
33218 \begin_layout Standard
33219
33220 \series bold
33221
33222 \backslash
33223 theendnotes
33224 \end_layout
33225
33226 \begin_layout Standard
33227 in \SpecialChar TeX
33228  Code at the end of a section or chapter.
33229 \end_layout
33230
33231 \begin_layout Standard
33232 \begin_inset Float figure
33233 placement document
33234 alignment document
33235 wide false
33236 sideways false
33237 status open
33238
33239 \begin_layout Plain Layout
33240 \noindent
33241 \align center
33242 \begin_inset Box Boxed
33243 position "t"
33244 hor_pos "c"
33245 has_inner_box 0
33246 inner_pos "t"
33247 use_parbox 0
33248 use_makebox 0
33249 width ""
33250 special "none"
33251 height "1in"
33252 height_special "totalheight"
33253 thickness "0.4pt"
33254 separation "3pt"
33255 shadowsize "4pt"
33256 framecolor "black"
33257 backgroundcolor "none"
33258 status open
33259
33260 \begin_layout Plain Layout
33261 \begin_inset Graphics
33262         filename clipart/endnotes.pdf
33263         width 100col%
33264         scaleBeforeRotation
33265
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \end_inset
33272
33273
33274 \end_layout
33275
33276 \begin_layout Plain Layout
33277 \begin_inset Caption Standard
33278
33279 \begin_layout Plain Layout
33280 \begin_inset CommandInset label
33281 LatexCommand label
33282 name "fig:Endnotes"
33283
33284 \end_inset
33285
33286 Endnotes – footnotes are printed in a separate paragraph at the end of sections
33287  or chapters.
33288 \end_layout
33289
33290 \end_inset
33291
33292
33293 \end_layout
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \begin_layout Standard
33301 \begin_inset VSpace medskip
33302 \end_inset
33303
33304 The paragraph heading for the endnotes isn't automatically translated into
33305  the document language, this must be done manually.
33306  The following preamble command translates the default English 
33307 \begin_inset Quotes eld
33308 \end_inset
33309
33310 Notes
33311 \begin_inset Quotes erd
33312 \end_inset
33313
33314  into the German 
33315 \begin_inset Quotes eld
33316 \end_inset
33317
33318 Anmerkungen
33319 \begin_inset Quotes erd
33320 \end_inset
33321
33322 :
33323 \end_layout
33324
33325 \begin_layout Standard
33326
33327 \series bold
33328
33329 \backslash
33330 renewcommand{
33331 \backslash
33332 notesname}{Anmerkungen}
33333 \end_layout
33334
33335 \begin_layout Standard
33336 \begin_inset VSpace medskip
33337 \end_inset
33338
33339 The numbering of endnotes can be changed like the footnote numbering as
33340  described in section
33341 \begin_inset space ~
33342 \end_inset
33343
33344
33345 \begin_inset CommandInset ref
33346 LatexCommand ref
33347 reference "subsec:Footnote-Numbering"
33348
33349 \end_inset
33350
33351 ; just replace the command 
33352 \series bold
33353
33354 \backslash
33355 thefootnote
33356 \series default
33357  by 
33358 \series bold
33359
33360 \backslash
33361 theendnote
33362 \series default
33363 .
33364  To reset the endnote number use the command 
33365 \series bold
33366
33367 \backslash
33368 @addtoreset
33369 \series default
33370  as described in section
33371 \begin_inset space ~
33372 \end_inset
33373
33374
33375 \begin_inset CommandInset ref
33376 LatexCommand ref
33377 reference "subsec:Footnote-Numbering"
33378
33379 \end_inset
33380
33381  and replace the command parameter 
33382 \series bold
33383 footnote
33384 \series default
33385  by 
33386 \series bold
33387 endnote
33388 \series default
33389 .
33390 \end_layout
33391
33392 \begin_layout Standard
33393 For endnotes there is the command 
33394 \series bold
33395
33396 \backslash
33397 endnotemark[number]
33398 \series default
33399  similar to the command 
33400 \series bold
33401
33402 \backslash
33403 footnotemark
33404 \series default
33405 , that is described in section
33406 \begin_inset space ~
33407 \end_inset
33408
33409
33410 \begin_inset CommandInset ref
33411 LatexCommand ref
33412 reference "sec:Footnotes"
33413
33414 \end_inset
33415
33416 .
33417 \end_layout
33418
33419 \begin_layout Standard
33420 \begin_inset VSpace bigskip
33421 \end_inset
33422
33423 Footnotes can also be placed in the page margin and the footnote text alignment
33424  can be changed, see the \SpecialChar LaTeX
33425 -package 
33426 \series bold
33427 footmisc
33428 \series default
33429
33430 \begin_inset Index idx
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434 \SpecialChar LaTeX
33435 -packages ! footmisc
33436 \end_layout
33437
33438 \end_inset
33439
33440
33441 \begin_inset CommandInset citation
33442 LatexCommand cite
33443 key "footmisc"
33444 literal "true"
33445
33446 \end_inset
33447
33448  for more information about this.
33449 \end_layout
33450
33451 \begin_layout Standard
33452 For various further footnote formatting issues have a look at \SpecialChar LaTeX
33453 -books, 
33454 \begin_inset CommandInset citation
33455 LatexCommand cite
33456 key "latexcompanion,latexguide,latexbook"
33457 literal "true"
33458
33459 \end_inset
33460
33461 .
33462  If you are using a 
33463 \series bold
33464 KOMA-Script
33465 \series default
33466
33467 \begin_inset Index idx
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471 \SpecialChar LaTeX
33472 -packages ! KOMA-Script
33473 \end_layout
33474
33475 \end_inset
33476
33477  document class, you can adjust all footnote settings using class-specific
33478  commands, see 
33479 \begin_inset CommandInset citation
33480 LatexCommand cite
33481 key "KOMA-Script"
33482 literal "true"
33483
33484 \end_inset
33485
33486 .
33487 \end_layout
33488
33489 \begin_layout Section
33490 Margin Notes
33491 \begin_inset Index idx
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495 Notes ! Margin Notes
33496 \end_layout
33497
33498 \end_inset
33499
33500
33501 \end_layout
33502
33503 \begin_layout Standard
33504 Margin notes look and behave in \SpecialChar LyX
33505  like footnotes.
33506  They are inserted via the menu 
33507 \family sans
33508 Insert\SpecialChar menuseparator
33509 Marginal
33510 \begin_inset space ~
33511 \end_inset
33512
33513 Note
33514 \family default
33515  or the toolbar button 
33516 \begin_inset Info
33517 type  "icon"
33518 arg   "marginalnote-insert"
33519 \end_inset
33520
33521 .
33522  A grey 
33523 \family roman
33524 \series medium
33525 box with the
33526 \family default
33527 \series default
33528  red 
33529 \family roman
33530 \series medium
33531 label 
33532 \begin_inset Quotes eld
33533 \end_inset
33534
33535 margin
33536 \begin_inset Quotes erd
33537 \end_inset
33538
33539  appears where you can enter the text of the margin note.
33540 \end_layout
33541
33542 \begin_layout Standard
33543 At the side is an example margin note.
33544
33545 \family roman
33546 \series medium
33547  
33548 \begin_inset Marginal
33549 status open
33550
33551 \begin_layout Plain Layout
33552 This is a margin note.
33553 \end_layout
33554
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \begin_layout Standard
33561 Margin notes appear at the right side in single-sided documents.
33562  In double-sided documents they appear in the outer margin – left on even
33563  pages, right on odd pages.
33564  The text of margin notes is aligned opposite to the outer margin – right-aligne
33565 d when the note appears in the left margin.
33566  The first line of the margin note is placed at the position of the text
33567  line where it is inserted in the document.
33568 \end_layout
33569
33570 \begin_layout Standard
33571 \begin_inset VSpace bigskip
33572 \end_inset
33573
33574 To place the margin note in the inner margin, add the command
33575 \end_layout
33576
33577 \begin_layout Standard
33578
33579 \series bold
33580
33581 \backslash
33582 reversemarginpar
33583 \end_layout
33584
33585 \begin_layout Standard
33586 in \SpecialChar TeX
33587  Code before a margin note.
33588  The new placement is valid for all subsequent margin notes.
33589  
33590 \begin_inset ERT
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594
33595
33596 \backslash
33597 reversemarginpar 
33598 \end_layout
33599
33600 \end_inset
33601
33602
33603 \begin_inset Marginal
33604 status open
33605
33606 \begin_layout Plain Layout
33607 This is a margin note in the inner margin.
33608 \end_layout
33609
33610 \end_inset
33611
33612
33613 \series bold
33614
33615 \begin_inset Newline newline
33616 \end_inset
33617
33618
33619 \series default
33620
33621 \begin_inset Note Greyedout
33622 status open
33623
33624 \begin_layout Plain Layout
33625
33626 \series bold
33627 Note:
33628 \series default
33629  There is often not enough space in the inner margin so that the notes are
33630  not correctly displayed in the output.
33631 \end_layout
33632
33633 \end_inset
33634
33635
33636 \end_layout
33637
33638 \begin_layout Standard
33639 To return to the default placement insert the command
33640 \end_layout
33641
33642 \begin_layout Standard
33643
33644 \series bold
33645
33646 \backslash
33647 normalmarginpar
33648 \end_layout
33649
33650 \begin_layout Standard
33651 in \SpecialChar TeX
33652  Code.
33653 \begin_inset ERT
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657
33658
33659 \backslash
33660 normalmarginpar 
33661 \end_layout
33662
33663 \end_inset
33664
33665  
33666 \begin_inset Note Greyedout
33667 status open
33668
33669 \begin_layout Plain Layout
33670
33671 \series bold
33672 Note:
33673 \series default
33674  The command is ignored when it is within a paragraph where also the command
33675  
33676 \series bold
33677
33678 \backslash
33679 reversemarginpar
33680 \series default
33681  is inserted.
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Standard
33690 \begin_inset VSpace bigskip
33691 \end_inset
33692
33693
33694 \family roman
33695 \series medium
33696
33697 \begin_inset Marginal
33698 status open
33699
33700 \begin_layout Plain Layout
33701 AVeryLongMarginParWord that isn't hyphenated.
33702 \end_layout
33703
33704 \end_inset
33705
33706
33707 \family default
33708 \series default
33709  Similar to the case described in section
33710 \begin_inset space ~
33711 \end_inset
33712
33713
33714 \begin_inset CommandInset ref
33715 LatexCommand ref
33716 reference "subsec:Multiple-Lines-in"
33717
33718 \end_inset
33719
33720 , long words cannot be hyphenated when they are the first word in a margin
33721  note.
33722  To avoid this, insert 0
33723 \begin_inset space \thinspace{}
33724 \end_inset
33725
33726 pt horizontal space before the word
33727 \family roman
33728 \series medium
33729 .
33730  
33731 \begin_inset Marginal
33732 status open
33733
33734 \begin_layout Plain Layout
33735 \begin_inset space \hspace*{}
33736 \length 0pt
33737 \end_inset
33738
33739 AVeryLongMarginParWord that is hyphenated.
33740 \end_layout
33741
33742 \end_inset
33743
33744
33745 \end_layout
33746
33747 \begin_layout Standard
33748 \begin_inset VSpace bigskip
33749 \end_inset
33750
33751
33752 \end_layout
33753
33754 \begin_layout Standard
33755 \begin_inset Note Greyedout
33756 status open
33757
33758 \begin_layout Plain Layout
33759
33760 \series bold
33761 Note:
33762 \series default
33763  Margin notes can normally not be used inside tables, floats, and footnotes.
33764 \end_layout
33765
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \begin_layout Standard
33772 \begin_inset VSpace bigskip
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \begin_layout Standard
33779 \begin_inset ERT
33780 status collapsed
33781
33782 \begin_layout Plain Layout
33783
33784
33785 \backslash
33786 ifmarginnote
33787 \end_layout
33788
33789 \end_inset
33790
33791
33792 \begin_inset Note Note
33793 status open
33794
33795 \begin_layout Plain Layout
33796 The following section will only be displayed when the \SpecialChar LaTeX
33797 -package 
33798 \series bold
33799 marginnote
33800 \series default
33801  is installed.
33802 \end_layout
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \begin_layout Standard
33810 This restriction can be evaded by using the \SpecialChar LaTeX
33811 -package 
33812 \series bold
33813 marginnote
33814 \series default
33815
33816 \begin_inset Index idx
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820 \SpecialChar LaTeX
33821 -packages ! marginnote
33822 \end_layout
33823
33824 \end_inset
33825
33826 .
33827  By adding these two lines to your document preamble, the command used by
33828  \SpecialChar LyX
33829  for margin notes is redefined to use the command provided by the 
33830 \series bold
33831 marginnote
33832 \series default
33833 -package:
33834 \end_layout
33835
33836 \begin_layout Standard
33837
33838 \series bold
33839
33840 \backslash
33841 usepackage{marginnote}
33842 \begin_inset Newline newline
33843 \end_inset
33844
33845
33846 \backslash
33847 let
33848 \backslash
33849 marginpar
33850 \backslash
33851 marginnote
33852 \end_layout
33853
33854 \begin_layout Standard
33855 This is also used in this document because 
33856 \series bold
33857 marginnote
33858 \series default
33859  has another useful feature: You can set a vertical offset for the note.
33860  This is often needed when too many margin notes are too close together
33861  or for a better page layout.
33862  The offset is set in \SpecialChar LyX
33863  as \SpecialChar TeX
33864  Code directly after the margin note in the scheme
33865 \end_layout
33866
33867 \begin_layout Standard
33868
33869 \series bold
33870 [offset]
33871 \end_layout
33872
33873 \begin_layout Standard
33874 where the offset is a length with one of the units listed in Table
33875 \begin_inset space ~
33876 \end_inset
33877
33878
33879 \begin_inset CommandInset ref
33880 LatexCommand ref
33881 reference "tab:Units"
33882
33883 \end_inset
33884
33885 .
33886  A negative value shifts the note up, a positive value shifts it down.
33887  
33888 \family roman
33889 \series medium
33890 For example the margin note beside this text line is shifted up 1.5
33891 \begin_inset space \thinspace{}
33892 \end_inset
33893
33894 cm with the \SpecialChar TeX
33895  Code command 
33896 \begin_inset Quotes eld
33897 \end_inset
33898
33899
33900 \family default
33901 \series bold
33902 [-1.5cm]
33903 \family roman
33904 \series medium
33905
33906 \begin_inset Quotes erd
33907 \end_inset
33908
33909
33910 \begin_inset Marginal
33911 status open
33912
33913 \begin_layout Plain Layout
33914 This margin note is shifted up 1.5
33915 \begin_inset space \thinspace{}
33916 \end_inset
33917
33918 cm from its original position.
33919 \end_layout
33920
33921 \end_inset
33922
33923
33924 \family default
33925 \series default
33926
33927 \begin_inset ERT
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931
33932 [-1.5cm]
33933 \end_layout
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Standard
33941 \begin_inset VSpace medskip
33942 \end_inset
33943
33944 With 
33945 \series bold
33946 marginnote
33947 \series default
33948  you can also change the alignment of the text in the margin note.
33949  For example the commands
33950 \end_layout
33951
33952 \begin_layout Standard
33953
33954 \series bold
33955
33956 \backslash
33957 renewcommand*{
33958 \backslash
33959 raggedleftmarginnote}{
33960 \backslash
33961 centering}
33962 \begin_inset Newline newline
33963 \end_inset
33964
33965
33966 \backslash
33967 renewcommand*{
33968 \backslash
33969 raggedrightmarginnote}{
33970 \backslash
33971 centering}
33972 \end_layout
33973
33974 \begin_layout Standard
33975 set the alignment to centered.
33976  
33977 \series bold
33978
33979 \backslash
33980 raggedleftmarginnote
33981 \series default
33982  denotes margin notes that appear at the left side.
33983 \family roman
33984 \series medium
33985
33986 \begin_inset ERT
33987 status collapsed
33988
33989 \begin_layout Plain Layout
33990
33991
33992 \backslash
33993 renewcommand*{
33994 \backslash
33995 raggedleftmarginnote}{
33996 \backslash
33997 centering}
33998 \end_layout
33999
34000 \begin_layout Plain Layout
34001
34002
34003 \backslash
34004 renewcommand*{
34005 \backslash
34006 raggedrightmarginnote}{
34007 \backslash
34008 centering}
34009 \end_layout
34010
34011 \end_inset
34012
34013
34014 \begin_inset Marginal
34015 status open
34016
34017 \begin_layout Plain Layout
34018 The text of this margin note is centered.
34019 \end_layout
34020
34021 \end_inset
34022
34023
34024 \family default
34025 \series default
34026  The default is
34027 \end_layout
34028
34029 \begin_layout Standard
34030
34031 \series bold
34032
34033 \backslash
34034 renewcommand*{
34035 \backslash
34036 raggedleftmarginnote}{
34037 \backslash
34038 raggedleft}
34039 \begin_inset Newline newline
34040 \end_inset
34041
34042
34043 \backslash
34044 renewcommand*{
34045 \backslash
34046 raggedrightmarginnote}{
34047 \backslash
34048 raggedright}
34049 \family roman
34050 \series medium
34051
34052 \begin_inset ERT
34053 status collapsed
34054
34055 \begin_layout Plain Layout
34056
34057
34058 \backslash
34059 renewcommand*{
34060 \backslash
34061 raggedleftmarginnote}{
34062 \backslash
34063 raggedleft}
34064 \end_layout
34065
34066 \begin_layout Plain Layout
34067
34068
34069 \backslash
34070 renewcommand*{
34071 \backslash
34072 raggedrightmarginnote}{
34073 \backslash
34074 raggedright}
34075 \end_layout
34076
34077 \end_inset
34078
34079
34080 \end_layout
34081
34082 \begin_layout Standard
34083 \begin_inset VSpace medskip
34084 \end_inset
34085
34086 For the other features of 
34087 \series bold
34088 marginnote
34089 \series default
34090  refer to its documentation 
34091 \begin_inset CommandInset citation
34092 LatexCommand cite
34093 key "marginnote"
34094 literal "true"
34095
34096 \end_inset
34097
34098 .
34099 \end_layout
34100
34101 \begin_layout Standard
34102 \begin_inset VSpace bigskip
34103 \end_inset
34104
34105 You can adjust the layout of margin notes by changing its definition.
34106  To create for example a header for all margin notes with the underlined,
34107  sans-serif, and bold header text 
34108 \begin_inset Quotes eld
34109 \end_inset
34110
34111
34112 \family sans
34113 \series bold
34114 \bar under
34115 Attention!
34116 \family default
34117 \series default
34118 \bar default
34119
34120 \begin_inset Quotes erd
34121 \end_inset
34122
34123 , add this to your document preamble:
34124 \end_layout
34125
34126 \begin_layout Standard
34127
34128 \series bold
34129
34130 \backslash
34131 let
34132 \backslash
34133 myMarginpar
34134 \backslash
34135 marginpar
34136 \begin_inset Newline newline
34137 \end_inset
34138
34139
34140 \backslash
34141 renewcommand{
34142 \backslash
34143 marginpar}[1]{
34144 \backslash
34145 myMarginpar{%
34146 \begin_inset Newline newline
34147 \end_inset
34148
34149
34150 \begin_inset Phantom HPhantom
34151 status open
34152
34153 \begin_layout Plain Layout
34154
34155 \series bold
34156 \begin_inset space ~
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \end_inset
34163
34164
34165 \backslash
34166 hspace{0pt}
34167 \backslash
34168 textsf{
34169 \backslash
34170 textbf{
34171 \backslash
34172 underbar{Attention!}}}%
34173 \begin_inset Newline newline
34174 \end_inset
34175
34176
34177 \begin_inset Phantom HPhantom
34178 status open
34179
34180 \begin_layout Plain Layout
34181
34182 \series bold
34183 \begin_inset space ~
34184 \end_inset
34185
34186
34187 \end_layout
34188
34189 \end_inset
34190
34191
34192 \backslash
34193 vspace{1.5mm}
34194 \backslash
34195
34196 \backslash
34197 #1}}
34198 \end_layout
34199
34200 \begin_layout Standard
34201
34202 \family roman
34203 \series medium
34204 \begin_inset ERT
34205 status collapsed
34206
34207 \begin_layout Plain Layout
34208
34209
34210 \backslash
34211 let
34212 \backslash
34213 myMarginpar
34214 \backslash
34215 marginpar
34216 \end_layout
34217
34218 \begin_layout Plain Layout
34219
34220
34221 \backslash
34222 renewcommand{
34223 \backslash
34224 marginpar}[1]{
34225 \backslash
34226 myMarginpar{%
34227 \end_layout
34228
34229 \begin_layout Plain Layout
34230
34231    
34232 \backslash
34233 textsf{
34234 \backslash
34235 textbf{
34236 \backslash
34237 underbar{Attention!}}}%
34238 \end_layout
34239
34240 \begin_layout Plain Layout
34241
34242    
34243 \backslash
34244 vspace{1.5mm}
34245 \backslash
34246
34247 \backslash
34248 #1}}
34249 \end_layout
34250
34251 \end_inset
34252
34253
34254 \begin_inset Marginal
34255 status open
34256
34257 \begin_layout Plain Layout
34258 This is a margin note with a defined heading.
34259 \end_layout
34260
34261 \end_inset
34262
34263
34264 \family default
34265 \series default
34266
34267 \begin_inset ERT
34268 status collapsed
34269
34270 \begin_layout Plain Layout
34271
34272 [-1.5cm]
34273 \end_layout
34274
34275 \end_inset
34276
34277
34278 \family roman
34279 \series medium
34280
34281 \begin_inset ERT
34282 status collapsed
34283
34284 \begin_layout Plain Layout
34285
34286
34287 \backslash
34288 renewcommand{
34289 \backslash
34290 marginpar}[1]{
34291 \backslash
34292 myMarginpar{#1}}
34293 \end_layout
34294
34295 \end_inset
34296
34297
34298 \family default
34299 \series default
34300
34301 \begin_inset Note Note
34302 status collapsed
34303
34304 \begin_layout Plain Layout
34305 The margin note format is changed only for this example.
34306 \end_layout
34307
34308 \end_inset
34309
34310
34311 \end_layout
34312
34313 \begin_layout Standard
34314 \begin_inset ERT
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318
34319
34320 \backslash
34321 else
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \begin_inset Note Note
34328 status open
34329
34330 \begin_layout Plain Layout
34331 The following will be displayed when the \SpecialChar LaTeX
34332 -package 
34333 \series bold
34334 marginnote
34335 \series default
34336  is not installed:
34337 \end_layout
34338
34339 \end_inset
34340
34341
34342 \end_layout
34343
34344 \begin_layout Standard
34345 You need to install the \SpecialChar LaTeX
34346 -package 
34347 \series bold
34348 marginnote
34349 \series default
34350  to see the following part of this section in the output.
34351 \end_layout
34352
34353 \begin_layout Standard
34354 \begin_inset ERT
34355 status collapsed
34356
34357 \begin_layout Plain Layout
34358
34359
34360 \backslash
34361 fi
34362 \end_layout
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \begin_layout Chapter
34370 Boxes
34371 \end_layout
34372
34373 \begin_layout Section
34374 Introduction
34375 \begin_inset Index idx
34376 status collapsed
34377
34378 \begin_layout Plain Layout
34379 Boxes ! Introduction
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \begin_layout Standard
34388 Boxes are used to format a block of text.
34389  Boxes can be used to write documents with multiple languages, see section
34390 \begin_inset space ~
34391 \end_inset
34392
34393
34394 \begin_inset CommandInset ref
34395 LatexCommand ref
34396 reference "sec:Minipages"
34397
34398 \end_inset
34399
34400 , to frame texts, see section
34401 \begin_inset space ~
34402 \end_inset
34403
34404
34405 \begin_inset CommandInset ref
34406 LatexCommand ref
34407 reference "sec:Decoration"
34408
34409 \end_inset
34410
34411 , to prevent words from being hyphenated, see section
34412 \begin_inset space ~
34413 \end_inset
34414
34415
34416 \begin_inset CommandInset ref
34417 LatexCommand ref
34418 reference "sec:Prevent-Hyphenation"
34419
34420 \end_inset
34421
34422 , to align text, see section
34423 \begin_inset space ~
34424 \end_inset
34425
34426
34427 \begin_inset CommandInset ref
34428 LatexCommand ref
34429 reference "subsec:Vertical-Alignment"
34430
34431 \end_inset
34432
34433 , or to set the background color of texts, see section
34434 \begin_inset space ~
34435 \end_inset
34436
34437
34438 \begin_inset CommandInset ref
34439 LatexCommand ref
34440 reference "sec:Colored-Boxes"
34441
34442 \end_inset
34443
34444 .
34445 \end_layout
34446
34447 \begin_layout Standard
34448 Boxes can be inserted with the menu 
34449 \family sans
34450 Insert\SpecialChar menuseparator
34451 Box
34452 \family default
34453  or the toolbar button 
34454 \begin_inset Info
34455 type  "icon"
34456 arg   "box-insert Frameless"
34457 \end_inset
34458
34459 .
34460  A grey box with the label 
34461 \family sans
34462 Box (Minipage)
34463 \family default
34464
34465 \begin_inset Graphics
34466         filename clipart/BoxInsetDefault.png
34467         scale 95
34468         scaleBeforeRotation
34469
34470 \end_inset
34471
34472  will be inserted.
34473  The box type can be specified by right-clicking on the box and selecting
34474  
34475 \family sans
34476 Settings
34477 \family default
34478 .
34479  The box dialog offers the 
34480 \family sans
34481 Inner
34482 \begin_inset space ~
34483 \end_inset
34484
34485 Box
34486 \family default
34487  types 
34488 \family sans
34489 Makebox
34490 \family default
34491
34492 \family sans
34493 Parbox
34494 \family default
34495  and 
34496 \family sans
34497 Minipage
34498 \family default
34499 .
34500  The type 
34501 \family sans
34502 Minipage
34503 \family default
34504  is the default for new boxes and is explained in section
34505 \begin_inset space ~
34506 \end_inset
34507
34508
34509 \begin_inset CommandInset ref
34510 LatexCommand ref
34511 reference "sec:Minipages"
34512
34513 \end_inset
34514
34515 ; the type 
34516 \family sans
34517 Parbox
34518 \family default
34519  is described in section
34520 \begin_inset space ~
34521 \end_inset
34522
34523
34524 \begin_inset CommandInset ref
34525 LatexCommand ref
34526 reference "sec:Parboxes"
34527
34528 \end_inset
34529
34530  and the type 
34531 \family sans
34532 Makebox
34533 \family default
34534  in 
34535 \begin_inset CommandInset ref
34536 LatexCommand ref
34537 reference "sec:Prevent-Hyphenation"
34538
34539 \end_inset
34540
34541 .
34542 \end_layout
34543
34544 \begin_layout Standard
34545 Boxes are not numbered and can therefore not be referenced like floats or
34546  footnotes.
34547 \end_layout
34548
34549 \begin_layout Standard
34550 \begin_inset Note Greyedout
34551 status open
34552
34553 \begin_layout Plain Layout
34554
34555 \series bold
34556 Note:
34557 \series default
34558  Boxes must not be the item in an 
34559 \family sans
34560 Itemize
34561 \family default
34562  or 
34563 \family sans
34564 Description
34565 \family default
34566  environment.
34567 \end_layout
34568
34569 \end_inset
34570
34571
34572 \end_layout
34573
34574 \begin_layout Standard
34575 \begin_inset Note Greyedout
34576 status open
34577
34578 \begin_layout Plain Layout
34579
34580 \series bold
34581 Note:
34582 \series default
34583  For an unknown reason you can only set the 
34584 \family sans
34585 Inner
34586 \begin_inset space ~
34587 \end_inset
34588
34589 Box
34590 \family default
34591  type to 
34592 \family sans
34593 None
34594 \family default
34595  when you use a framed box.
34596  Boxes without an 
34597 \family sans
34598 Inner
34599 \begin_inset space ~
34600 \end_inset
34601
34602 Box
34603 \family default
34604  type and without frames are explained in section
34605 \begin_inset space ~
34606 \end_inset
34607
34608
34609 \begin_inset CommandInset ref
34610 LatexCommand ref
34611 reference "sec:Prevent-Hyphenation"
34612
34613 \end_inset
34614
34615 .
34616 \end_layout
34617
34618 \end_inset
34619
34620
34621 \end_layout
34622
34623 \begin_layout Section
34624 Box Dialog
34625 \begin_inset CommandInset label
34626 LatexCommand label
34627 name "sec:Box-Dialog"
34628
34629 \end_inset
34630
34631
34632 \begin_inset Index idx
34633 status collapsed
34634
34635 \begin_layout Plain Layout
34636 Boxes ! Box Dialog
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \begin_layout Subsection
34645 Size
34646 \begin_inset Index idx
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650 Boxes ! Size
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \end_layout
34657
34658 \begin_layout Standard
34659 In the box dialog you can adjust the box geometry in the fields 
34660 \family sans
34661 Width
34662 \family default
34663  and 
34664 \family sans
34665 Height
34666 \family default
34667 .
34668  The available units for the geometry are explained in Table
34669 \begin_inset space ~
34670 \end_inset
34671
34672
34673 \begin_inset CommandInset ref
34674 LatexCommand ref
34675 reference "tab:Units"
34676
34677 \end_inset
34678
34679 .
34680  The field 
34681 \family sans
34682 Height
34683 \family default
34684  offers the following additional sizes:
34685 \end_layout
34686
34687 \begin_layout Description
34688 Depth This is the plain text 
34689 \begin_inset Quotes eld
34690 \end_inset
34691
34692 height
34693 \begin_inset Quotes erd
34694 \end_inset
34695
34696 .
34697  It ignores the total depth when there are multiple text lines in the box:
34698 \begin_inset Newline newline
34699 \end_inset
34700
34701
34702 \begin_inset Newline newline
34703 \end_inset
34704
34705
34706 \begin_inset Newline newline
34707 \end_inset
34708
34709
34710 \begin_inset Box Boxed
34711 position "c"
34712 hor_pos "c"
34713 has_inner_box 1
34714 inner_pos "c"
34715 use_parbox 0
34716 use_makebox 0
34717 width "12col%"
34718 special "none"
34719 height "1in"
34720 height_special "depth"
34721 thickness "0.4pt"
34722 separation "3pt"
34723 shadowsize "4pt"
34724 framecolor "black"
34725 backgroundcolor "none"
34726 status collapsed
34727
34728 \begin_layout Plain Layout
34729 \align center
34730 Box height set to 1
34731 \begin_inset space \thinspace{}
34732 \end_inset
34733
34734 Depth
34735 \end_layout
34736
34737 \end_inset
34738
34739
34740 \begin_inset Newline newline
34741 \end_inset
34742
34743
34744 \begin_inset Newline newline
34745 \end_inset
34746
34747
34748 \end_layout
34749
34750 \begin_layout Description
34751 Height This is the height of the text that is inside the box.
34752  A value of e.
34753 \begin_inset space \thinspace{}
34754 \end_inset
34755
34756 g.
34757 \begin_inset space \space{}
34758 \end_inset
34759
34760 2 for this size will set the box height to 2
34761 \begin_inset space ~
34762 \end_inset
34763
34764 times the text height: 
34765 \begin_inset Box Boxed
34766 position "c"
34767 hor_pos "c"
34768 has_inner_box 1
34769 inner_pos "c"
34770 use_parbox 0
34771 use_makebox 0
34772 width "20col%"
34773 special "none"
34774 height "2in"
34775 height_special "height"
34776 thickness "0.4pt"
34777 separation "3pt"
34778 shadowsize "4pt"
34779 framecolor "black"
34780 backgroundcolor "none"
34781 status collapsed
34782
34783 \begin_layout Plain Layout
34784 \align center
34785 Box height set to 2
34786 \begin_inset space \thinspace{}
34787 \end_inset
34788
34789 Height
34790 \end_layout
34791
34792 \end_inset
34793
34794
34795 \end_layout
34796
34797 \begin_layout Description
34798 Total
34799 \begin_inset space ~
34800 \end_inset
34801
34802 Height This is the Height
34803 \begin_inset space \thinspace{}
34804 \end_inset
34805
34806 +
34807 \begin_inset space \thinspace{}
34808 \end_inset
34809
34810 Depth: 
34811 \begin_inset Box Boxed
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 Box height set to 1
34832 \begin_inset space \thinspace{}
34833 \end_inset
34834
34835 Total
34836 \begin_inset space ~
34837 \end_inset
34838
34839 Height
34840 \end_layout
34841
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \begin_layout Description
34848 Width This sets the width of the box as height: 
34849 \begin_inset Box Boxed
34850 position "c"
34851 hor_pos "c"
34852 has_inner_box 1
34853 inner_pos "c"
34854 use_parbox 0
34855 use_makebox 0
34856 width "12col%"
34857 special "none"
34858 height "1in"
34859 height_special "width"
34860 thickness "0.4pt"
34861 separation "3pt"
34862 shadowsize "4pt"
34863 framecolor "black"
34864 backgroundcolor "none"
34865 status collapsed
34866
34867 \begin_layout Plain Layout
34868 \align center
34869 Box height set to 1
34870 \begin_inset space \thinspace{}
34871 \end_inset
34872
34873 Width
34874 \end_layout
34875
34876 \end_inset
34877
34878
34879 \end_layout
34880
34881 \begin_layout Subsection
34882 Alignment
34883 \begin_inset Index idx
34884 status collapsed
34885
34886 \begin_layout Plain Layout
34887 Boxes ! Alignment
34888 \end_layout
34889
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \begin_layout Standard
34896 When you have chosen an 
34897 \family sans
34898 Inner
34899 \begin_inset space ~
34900 \end_inset
34901
34902 Box
34903 \family default
34904 , the vertical box alignment can be:
34905 \end_layout
34906
34907 \begin_layout Description
34908 Top This is an example text line.
34909  
34910 \begin_inset Box Boxed
34911 position "t"
34912 hor_pos "c"
34913 has_inner_box 1
34914 inner_pos "c"
34915 use_parbox 0
34916 use_makebox 0
34917 width "12col%"
34918 special "none"
34919 height "1in"
34920 height_special "totalheight"
34921 thickness "0.4pt"
34922 separation "3pt"
34923 shadowsize "4pt"
34924 framecolor "black"
34925 backgroundcolor "none"
34926 status collapsed
34927
34928 \begin_layout Plain Layout
34929 \align center
34930 This box is top-aligned.
34931 \end_layout
34932
34933 \end_inset
34934
34935  This is an example text line.
34936 \end_layout
34937
34938 \begin_layout Description
34939 Middle This is an example text line.
34940  
34941 \begin_inset Box Boxed
34942 position "c"
34943 hor_pos "c"
34944 has_inner_box 1
34945 inner_pos "c"
34946 use_parbox 0
34947 use_makebox 0
34948 width "12col%"
34949 special "none"
34950 height "1in"
34951 height_special "totalheight"
34952 thickness "0.4pt"
34953 separation "3pt"
34954 shadowsize "4pt"
34955 framecolor "black"
34956 backgroundcolor "none"
34957 status collapsed
34958
34959 \begin_layout Plain Layout
34960 \align center
34961 This box is middle-aligned.
34962 \end_layout
34963
34964 \end_inset
34965
34966  This is an example text line.
34967 \end_layout
34968
34969 \begin_layout Description
34970 Bottom This is an example text line.
34971  
34972 \begin_inset Box Boxed
34973 position "b"
34974 hor_pos "c"
34975 has_inner_box 1
34976 inner_pos "c"
34977 use_parbox 0
34978 use_makebox 0
34979 width "12col%"
34980 special "none"
34981 height "1in"
34982 height_special "totalheight"
34983 thickness "0.4pt"
34984 separation "3pt"
34985 shadowsize "4pt"
34986 framecolor "black"
34987 backgroundcolor "none"
34988 status collapsed
34989
34990 \begin_layout Plain Layout
34991 \align center
34992 This box is bottom-aligned.
34993 \end_layout
34994
34995 \end_inset
34996
34997  This is an example text line.
34998 \end_layout
34999
35000 \begin_layout Standard
35001 \begin_inset Note Greyedout
35002 status open
35003
35004 \begin_layout Plain Layout
35005
35006 \series bold
35007 Note:
35008 \series default
35009  The vertical box alignment can be lost in the output when you have two
35010  boxes in a line and one has e.
35011 \begin_inset space \thinspace{}
35012 \end_inset
35013
35014 g.
35015 \begin_inset space \space{}
35016 \end_inset
35017
35018 a shadow and the other one not.
35019 \end_layout
35020
35021 \end_inset
35022
35023
35024 \end_layout
35025
35026 \begin_layout Standard
35027 The horizontal box alignment can be set via \SpecialChar LyX
35028 's paragraph dialog when you
35029  set the box into its own paragraph.
35030 \end_layout
35031
35032 \begin_layout Standard
35033 \begin_inset VSpace bigskip
35034 \end_inset
35035
35036 When you have chosen an 
35037 \family sans
35038 Inner
35039 \begin_inset space ~
35040 \end_inset
35041
35042 Box
35043 \family default
35044 , the box content can be aligned vertically to:
35045 \end_layout
35046
35047 \begin_layout Description
35048 top This is an example text line.
35049  
35050 \begin_inset Box Boxed
35051 position "c"
35052 hor_pos "c"
35053 has_inner_box 1
35054 inner_pos "t"
35055 use_parbox 0
35056 use_makebox 0
35057 width "12col%"
35058 special "none"
35059 height "1.5in"
35060 height_special "totalheight"
35061 thickness "0.4pt"
35062 separation "3pt"
35063 shadowsize "4pt"
35064 framecolor "black"
35065 backgroundcolor "none"
35066 status collapsed
35067
35068 \begin_layout Plain Layout
35069 \align center
35070 This box text is top-aligned.
35071 \end_layout
35072
35073 \end_inset
35074
35075  This is an example text line.
35076 \end_layout
35077
35078 \begin_layout Description
35079 middle This is an example text line.
35080  
35081 \begin_inset Box Boxed
35082 position "c"
35083 hor_pos "c"
35084 has_inner_box 1
35085 inner_pos "c"
35086 use_parbox 0
35087 use_makebox 0
35088 width "12col%"
35089 special "none"
35090 height "1.5in"
35091 height_special "totalheight"
35092 thickness "0.4pt"
35093 separation "3pt"
35094 shadowsize "4pt"
35095 framecolor "black"
35096 backgroundcolor "none"
35097 status collapsed
35098
35099 \begin_layout Plain Layout
35100 \align center
35101 This box text is middle-aligned.
35102 \end_layout
35103
35104 \end_inset
35105
35106  This is an example text line.
35107 \end_layout
35108
35109 \begin_layout Description
35110 bottom This is an example text line.
35111  
35112 \begin_inset Box Boxed
35113 position "c"
35114 hor_pos "c"
35115 has_inner_box 1
35116 inner_pos "b"
35117 use_parbox 0
35118 use_makebox 0
35119 width "12col%"
35120 special "none"
35121 height "1.5in"
35122 height_special "totalheight"
35123 thickness "0.4pt"
35124 separation "3pt"
35125 shadowsize "4pt"
35126 framecolor "black"
35127 backgroundcolor "none"
35128 status collapsed
35129
35130 \begin_layout Plain Layout
35131 \align center
35132 This box text is bottom-aligned.
35133 \end_layout
35134
35135 \end_inset
35136
35137  This is an example text line.
35138 \end_layout
35139
35140 \begin_layout Description
35141 stretch This is an example text line.
35142  
35143 \begin_inset Box Boxed
35144 position "c"
35145 hor_pos "c"
35146 has_inner_box 1
35147 inner_pos "s"
35148 use_parbox 0
35149 use_makebox 0
35150 width "12col%"
35151 special "none"
35152 height "1.5in"
35153 height_special "totalheight"
35154 thickness "0.4pt"
35155 separation "3pt"
35156 shadowsize "4pt"
35157 framecolor "black"
35158 backgroundcolor "none"
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162 \align center
35163 This box
35164 \end_layout
35165
35166 \begin_layout Plain Layout
35167 \align center
35168 text is
35169 \end_layout
35170
35171 \begin_layout Plain Layout
35172 \align center
35173 stretched.
35174 \end_layout
35175
35176 \end_inset
35177
35178  This is an example text line.
35179 \end_layout
35180
35181 \begin_layout Standard
35182 To stretch the box content, it must consist of more than one paragraph.
35183  In the example above every text line is in an own paragraph.
35184 \end_layout
35185
35186 \begin_layout Standard
35187 \begin_inset VSpace bigskip
35188 \end_inset
35189
35190 To align the box content horizontally you can use \SpecialChar LyX
35191 's paragraph dialog when
35192  you have chosen an 
35193 \family sans
35194 Inner
35195 \begin_inset space ~
35196 \end_inset
35197
35198 Box
35199 \family default
35200 .
35201 \end_layout
35202
35203 \begin_layout Standard
35204 \align center
35205 \begin_inset Box Boxed
35206 position "c"
35207 hor_pos "c"
35208 has_inner_box 1
35209 inner_pos "s"
35210 use_parbox 0
35211 use_makebox 0
35212 width "15col%"
35213 special "none"
35214 height "1.25in"
35215 height_special "totalheight"
35216 thickness "0.4pt"
35217 separation "3pt"
35218 shadowsize "4pt"
35219 framecolor "black"
35220 backgroundcolor "none"
35221 status collapsed
35222
35223 \begin_layout Plain Layout
35224 \align left
35225 This box
35226 \end_layout
35227
35228 \begin_layout Plain Layout
35229 \align center
35230 text is
35231 \end_layout
35232
35233 \begin_layout Plain Layout
35234 \align right
35235 stretched.
35236 \end_layout
35237
35238 \end_inset
35239
35240
35241 \end_layout
35242
35243 \begin_layout Standard
35244 If you have not set an 
35245 \family sans
35246 Inner
35247 \begin_inset space ~
35248 \end_inset
35249
35250 Box
35251 \family default
35252 , you can align the box content horizontally in the box dialog.
35253 \end_layout
35254
35255 \begin_layout Standard
35256 \align center
35257 \begin_inset Box Boxed
35258 position "c"
35259 hor_pos "s"
35260 has_inner_box 0
35261 inner_pos "s"
35262 use_parbox 0
35263 use_makebox 0
35264 width "90col%"
35265 special "none"
35266 height "1.25in"
35267 height_special "totalheight"
35268 thickness "0.4pt"
35269 separation "3pt"
35270 shadowsize "4pt"
35271 framecolor "black"
35272 backgroundcolor "none"
35273 status collapsed
35274
35275 \begin_layout Plain Layout
35276 This box text is horizontally stretched.
35277 \end_layout
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \begin_layout Subsection
35285 Decoration
35286 \begin_inset CommandInset label
35287 LatexCommand label
35288 name "sec:Decoration"
35289
35290 \end_inset
35291
35292
35293 \begin_inset Index idx
35294 status collapsed
35295
35296 \begin_layout Plain Layout
35297 Boxes ! Decoration
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \begin_layout Standard
35306 The type of the box can be specified in the box dialog in the drop-down
35307  list 
35308 \family sans
35309 Decoration
35310 \family default
35311 .
35312  The following types are possible:
35313 \end_layout
35314
35315 \begin_layout Description
35316 No
35317 \begin_inset space ~
35318 \end_inset
35319
35320 frame Nothing is drawn.
35321 \end_layout
35322
35323 \begin_layout Description
35324 Simple
35325 \begin_inset space ~
35326 \end_inset
35327
35328 rectangular
35329 \begin_inset space ~
35330 \end_inset
35331
35332 frame This draws a rectangular frame around the box.
35333  The frame line thickness can be specified.
35334  
35335 \begin_inset Box Boxed
35336 position "c"
35337 hor_pos "c"
35338 has_inner_box 1
35339 inner_pos "c"
35340 use_parbox 0
35341 use_makebox 0
35342 width "20col%"
35343 special "none"
35344 height "1in"
35345 height_special "totalheight"
35346 thickness "0.4pt"
35347 separation "3pt"
35348 shadowsize "4pt"
35349 framecolor "black"
35350 backgroundcolor "none"
35351 status collapsed
35352
35353 \begin_layout Plain Layout
35354 \align center
35355 Rectangular box
35356 \end_layout
35357
35358 \end_inset
35359
35360
35361 \end_layout
35362
35363 \begin_layout Description
35364 Oval
35365 \begin_inset space ~
35366 \end_inset
35367
35368 box,
35369 \begin_inset space ~
35370 \end_inset
35371
35372 thin This draws an oval frame around the box.
35373  The frame line thickness has the size 0.4
35374 \begin_inset space \thinspace{}
35375 \end_inset
35376
35377 pt.
35378  
35379 \begin_inset Box ovalbox
35380 position "c"
35381 hor_pos "c"
35382 has_inner_box 1
35383 inner_pos "c"
35384 use_parbox 0
35385 use_makebox 0
35386 width "20col%"
35387 special "none"
35388 height "1in"
35389 height_special "totalheight"
35390 thickness "0.4pt"
35391 separation "3pt"
35392 shadowsize "4pt"
35393 framecolor "black"
35394 backgroundcolor "none"
35395 status collapsed
35396
35397 \begin_layout Plain Layout
35398 \align center
35399 Oval box, thin
35400 \end_layout
35401
35402 \end_inset
35403
35404
35405 \end_layout
35406
35407 \begin_layout Description
35408 Oval
35409 \begin_inset space ~
35410 \end_inset
35411
35412 box,
35413 \begin_inset space ~
35414 \end_inset
35415
35416 thick This draws an oval frame around the box.
35417  The frame line thickness has the size 0.8
35418 \begin_inset space \thinspace{}
35419 \end_inset
35420
35421 pt.
35422  
35423 \begin_inset Box Ovalbox
35424 position "c"
35425 hor_pos "c"
35426 has_inner_box 1
35427 inner_pos "c"
35428 use_parbox 0
35429 use_makebox 0
35430 width "20col%"
35431 special "none"
35432 height "1in"
35433 height_special "totalheight"
35434 thickness "0.4pt"
35435 separation "3pt"
35436 shadowsize "4pt"
35437 framecolor "black"
35438 backgroundcolor "none"
35439 status collapsed
35440
35441 \begin_layout Plain Layout
35442 \align center
35443 Oval box, thick
35444 \end_layout
35445
35446 \end_inset
35447
35448
35449 \end_layout
35450
35451 \begin_layout Description
35452 Drop
35453 \begin_inset space ~
35454 \end_inset
35455
35456 shadow This draws a rectangular frame with a shadow around the box.
35457  The frame line thickness and the shadow can be specified.
35458  
35459 \begin_inset Box Shadowbox
35460 position "c"
35461 hor_pos "c"
35462 has_inner_box 1
35463 inner_pos "c"
35464 use_parbox 0
35465 use_makebox 0
35466 width "20col%"
35467 special "none"
35468 height "1in"
35469 height_special "totalheight"
35470 thickness "0.4pt"
35471 separation "3pt"
35472 shadowsize "4pt"
35473 framecolor "black"
35474 backgroundcolor "none"
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478 \align center
35479 Shadow box
35480 \end_layout
35481
35482 \end_inset
35483
35484
35485 \end_layout
35486
35487 \begin_layout Description
35488 Shaded
35489 \begin_inset space ~
35490 \end_inset
35491
35492 background This draws a box with a red background.
35493  Unlike colored boxes
35494 \begin_inset Foot
35495 status collapsed
35496
35497 \begin_layout Plain Layout
35498 see sec.
35499 \begin_inset space \thinspace{}
35500 \end_inset
35501
35502
35503 \begin_inset CommandInset ref
35504 LatexCommand ref
35505 reference "sec:Colored-Boxes"
35506
35507 \end_inset
35508
35509
35510 \end_layout
35511
35512 \end_inset
35513
35514 , it always uses the whole column width and the box is set as its own paragraph.
35515  
35516 \begin_inset Box Shaded
35517 position "t"
35518 hor_pos "c"
35519 has_inner_box 0
35520 inner_pos "t"
35521 use_parbox 0
35522 use_makebox 0
35523 width "50col%"
35524 special "none"
35525 height "1in"
35526 height_special "totalheight"
35527 thickness "0.4pt"
35528 separation "3pt"
35529 shadowsize "4pt"
35530 framecolor "black"
35531 backgroundcolor "none"
35532 status collapsed
35533
35534 \begin_layout Plain Layout
35535 Shaded background box
35536 \end_layout
35537
35538 \end_inset
35539
35540
35541 \end_layout
35542
35543 \begin_layout Description
35544 Double
35545 \begin_inset space ~
35546 \end_inset
35547
35548 rectangular
35549 \begin_inset space ~
35550 \end_inset
35551
35552 frame This draws a double-line rectangular frame around the box.
35553  The line thickness of the inner frame is 0.75
35554 \begin_inset space \thinspace{}
35555 \end_inset
35556
35557 line
35558 \begin_inset space ~
35559 \end_inset
35560
35561 thickness, the thickness of the outer frame is 1.5
35562 \begin_inset space \thinspace{}
35563 \end_inset
35564
35565 line
35566 \begin_inset space ~
35567 \end_inset
35568
35569 thickness.
35570  The distance between the lines is 1.5
35571 \begin_inset space \thinspace{}
35572 \end_inset
35573
35574 line
35575 \begin_inset space ~
35576 \end_inset
35577
35578 thickness
35579 \begin_inset space \thinspace{}
35580 \end_inset
35581
35582 +
35583 \begin_inset space \thinspace{}
35584 \end_inset
35585
35586 0.5
35587 \begin_inset space \thinspace{}
35588 \end_inset
35589
35590 pt.
35591  
35592 \begin_inset Box Doublebox
35593 position "c"
35594 hor_pos "c"
35595 has_inner_box 1
35596 inner_pos "c"
35597 use_parbox 0
35598 use_makebox 0
35599 width "20col%"
35600 special "none"
35601 height "1in"
35602 height_special "totalheight"
35603 thickness "0.4pt"
35604 separation "3pt"
35605 shadowsize "4pt"
35606 framecolor "black"
35607 backgroundcolor "none"
35608 status collapsed
35609
35610 \begin_layout Plain Layout
35611 \align center
35612 Double rectangular box
35613 \end_layout
35614
35615 \end_inset
35616
35617
35618 \end_layout
35619
35620 \begin_layout Standard
35621 \begin_inset VSpace bigskip
35622 \end_inset
35623
35624 \SpecialChar LyX
35625 's box label will reflect the different frame types.
35626  To be able to use all types, the \SpecialChar LaTeX
35627 -package 
35628 \series bold
35629 fancybox
35630 \series default
35631
35632 \begin_inset Index idx
35633 status collapsed
35634
35635 \begin_layout Plain Layout
35636 \SpecialChar LaTeX
35637 -packages ! fancybox
35638 \end_layout
35639
35640 \end_inset
35641
35642  must be installed.
35643 \end_layout
35644
35645 \begin_layout Standard
35646 \begin_inset VSpace bigskip
35647 \end_inset
35648
35649 When you use the decoration 
35650 \family sans
35651 simple rectangular frame
35652 \family default
35653  and no inner box, you can allow page breaks within a box.
35654  Note that then, unlike other framed boxes, the frame always uses the whole
35655  column width and the box is set as its own paragraph: 
35656 \begin_inset Box Framed
35657 position "t"
35658 hor_pos "c"
35659 has_inner_box 0
35660 inner_pos "t"
35661 use_parbox 0
35662 use_makebox 0
35663 width "100col%"
35664 special "none"
35665 height "1in"
35666 height_special "totalheight"
35667 thickness "0.4pt"
35668 separation "3pt"
35669 shadowsize "4pt"
35670 framecolor "black"
35671 backgroundcolor "none"
35672 status collapsed
35673
35674 \begin_layout Plain Layout
35675 Allow page break box
35676 \end_layout
35677
35678 \end_inset
35679
35680
35681 \end_layout
35682
35683 \begin_layout Section
35684 Box Customization
35685 \begin_inset Index idx
35686 status collapsed
35687
35688 \begin_layout Plain Layout
35689 Boxes ! Customization
35690 \end_layout
35691
35692 \end_inset
35693
35694
35695 \end_layout
35696
35697 \begin_layout Standard
35698 The diameter of the round corners of the oval boxes can be set with the
35699  command 
35700 \series bold
35701
35702 \backslash
35703 cornersize
35704 \series default
35705 .
35706  The command
35707 \end_layout
35708
35709 \begin_layout Standard
35710
35711 \series bold
35712
35713 \backslash
35714 cornersize*{1cm}
35715 \end_layout
35716
35717 \begin_layout Standard
35718 sets the diameter to 1
35719 \begin_inset space \thinspace{}
35720 \end_inset
35721
35722 cm.
35723  The command
35724 \end_layout
35725
35726 \begin_layout Standard
35727
35728 \series bold
35729
35730 \backslash
35731 cornersize{num}
35732 \end_layout
35733
35734 \begin_layout Standard
35735 sets the diameter to 
35736 \family sans
35737 num
35738 \begin_inset space \thinspace{}
35739 \end_inset
35740
35741 ×
35742 \begin_inset space \thinspace{}
35743 \end_inset
35744
35745 minimum(width and height of box)
35746 \family default
35747 .
35748  The default is 
35749 \series bold
35750
35751 \backslash
35752 cornersize{0.5}
35753 \series default
35754 .
35755 \end_layout
35756
35757 \begin_layout Standard
35758 \begin_inset ERT
35759 status collapsed
35760
35761 \begin_layout Plain Layout
35762
35763
35764 \backslash
35765 cornersize*{1.5cm}
35766 \end_layout
35767
35768 \end_inset
35769
35770
35771 \begin_inset Box Ovalbox
35772 position "c"
35773 hor_pos "c"
35774 has_inner_box 1
35775 inner_pos "c"
35776 use_parbox 0
35777 use_makebox 0
35778 width "25col%"
35779 special "none"
35780 height "1in"
35781 height_special "totalheight"
35782 thickness "0.4pt"
35783 separation "3pt"
35784 shadowsize "4pt"
35785 framecolor "black"
35786 backgroundcolor "none"
35787 status open
35788
35789 \begin_layout Plain Layout
35790 \align center
35791 Oval box with 
35792 \series bold
35793
35794 \backslash
35795 cornersize
35796 \series default
35797
35798 \begin_inset space \thinspace{}
35799 \end_inset
35800
35801 =
35802 \begin_inset space \thinspace{}
35803 \end_inset
35804
35805 1.5
35806 \begin_inset space \thinspace{}
35807 \end_inset
35808
35809 cm
35810 \end_layout
35811
35812 \end_inset
35813
35814
35815 \begin_inset ERT
35816 status collapsed
35817
35818 \begin_layout Plain Layout
35819
35820
35821 \backslash
35822 cornersize{0.5}
35823 \end_layout
35824
35825 \end_inset
35826
35827
35828 \end_layout
35829
35830 \begin_layout Standard
35831 \begin_inset VSpace bigskip
35832 \end_inset
35833
35834
35835 \end_layout
35836
35837 \begin_layout Standard
35838 The default background color red of 
35839 \family sans
35840 shaded background
35841 \family default
35842  boxes can either be changed locally with the command 
35843 \series bold
35844
35845 \backslash
35846 definecolor{shadecolor}
35847 \series default
35848  or globally with the menu 
35849 \family sans
35850 Tools\SpecialChar menuseparator
35851 Preferences\SpecialChar menuseparator
35852 Colors\SpecialChar menuseparator
35853 shaded
35854 \begin_inset space ~
35855 \end_inset
35856
35857 box
35858 \family default
35859 .
35860  The scheme of the 
35861 \series bold
35862
35863 \backslash
35864 definecolor
35865 \series default
35866  command is explained in section
35867 \begin_inset space ~
35868 \end_inset
35869
35870
35871 \begin_inset CommandInset ref
35872 LatexCommand ref
35873 reference "sec:Colored-Tables"
35874
35875 \end_inset
35876
35877 .
35878 \begin_inset Foot
35879 status collapsed
35880
35881 \begin_layout Plain Layout
35882 Note that 
35883 \series bold
35884
35885 \backslash
35886 definecolor
35887 \series default
35888  requires the \SpecialChar LaTeX
35889 -package 
35890 \series bold
35891 color
35892 \series default
35893  in the preamble, see section
35894 \begin_inset space ~
35895 \end_inset
35896
35897
35898 \begin_inset CommandInset ref
35899 LatexCommand ref
35900 reference "sec:Colored-Boxes"
35901
35902 \end_inset
35903
35904 .
35905 \end_layout
35906
35907 \end_inset
35908
35909  For example the appearance of the following shaded background box is set
35910  with the \SpecialChar TeX
35911  Code command
35912 \end_layout
35913
35914 \begin_layout Standard
35915
35916 \series bold
35917
35918 \backslash
35919 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35920 \end_layout
35921
35922 \begin_layout Standard
35923 \begin_inset ERT
35924 status collapsed
35925
35926 \begin_layout Plain Layout
35927
35928
35929 \backslash
35930 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35931 \end_layout
35932
35933 \end_inset
35934
35935
35936 \begin_inset Box Shaded
35937 position "t"
35938 hor_pos "c"
35939 has_inner_box 0
35940 inner_pos "t"
35941 use_parbox 0
35942 use_makebox 0
35943 width "100col%"
35944 special "none"
35945 height "1in"
35946 height_special "totalheight"
35947 thickness "0.4pt"
35948 separation "3pt"
35949 shadowsize "4pt"
35950 framecolor "black"
35951 backgroundcolor "none"
35952 status open
35953
35954 \begin_layout Plain Layout
35955
35956 \color yellow
35957 This is yellow text in a
35958 \color none
35959  
35960 \family sans
35961 \color yellow
35962 shaded background
35963 \family default
35964 \color none
35965  
35966 \color yellow
35967 box with dark green background.
35968 \end_layout
35969
35970 \end_inset
35971
35972
35973 \begin_inset ERT
35974 status collapsed
35975
35976 \begin_layout Plain Layout
35977
35978
35979 \backslash
35980 definecolor{shadecolor}{rgb}{1,0,0}
35981 \end_layout
35982
35983 \end_inset
35984
35985
35986 \end_layout
35987
35988 \begin_layout Standard
35989 \begin_inset VSpace bigskip
35990 \end_inset
35991
35992 Manually changed sizes and colors are valid for all boxes following the
35993  commands that change them.
35994 \end_layout
35995
35996 \begin_layout Section
35997 Minipages
35998 \begin_inset CommandInset label
35999 LatexCommand label
36000 name "sec:Minipages"
36001
36002 \end_inset
36003
36004
36005 \begin_inset Index idx
36006 status collapsed
36007
36008 \begin_layout Plain Layout
36009 Boxes ! Minipages
36010 \end_layout
36011
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \begin_layout Standard
36018 Minipages are treated by \SpecialChar LaTeX
36019  as pages within pages and can therefore for example
36020  have their own footnotes.
36021 \end_layout
36022
36023 \begin_layout Standard
36024 Minipages are useful when you write documents with different languages.
36025 \end_layout
36026
36027 \begin_layout Standard
36028 Below are two example minipages side by side.
36029  Their width is set to 45
36030 \begin_inset space \thinspace{}
36031 \end_inset
36032
36033 col% and they are separated by a horizontal fill, that was inserted via
36034  the menu 
36035 \family sans
36036 Insert\SpecialChar menuseparator
36037 Special
36038 \begin_inset space ~
36039 \end_inset
36040
36041 Formatting\SpecialChar menuseparator
36042 Horizontal
36043 \begin_inset space ~
36044 \end_inset
36045
36046 Fill
36047 \family default
36048 .
36049 \begin_inset Newpage newpage
36050 \end_inset
36051
36052
36053 \end_layout
36054
36055 \begin_layout Standard
36056 \begin_inset Box Frameless
36057 position "t"
36058 hor_pos "c"
36059 has_inner_box 1
36060 inner_pos "c"
36061 use_parbox 0
36062 use_makebox 0
36063 width "45col%"
36064 special "none"
36065 height "1in"
36066 height_special "totalheight"
36067 thickness "0.4pt"
36068 separation "3pt"
36069 shadowsize "4pt"
36070 framecolor "black"
36071 backgroundcolor "none"
36072 status open
36073
36074 \begin_layout Plain Layout
36075
36076 \lang ngerman
36077 Dies ist ein deutscher Text.
36078  Dies ist ein deutscher Text.
36079  Dies ist ein deutscher Text.
36080  Dies ist ein deutscher Text.
36081  Dies ist ein deutscher Text.
36082  Dies ist ein deutscher Text.
36083  Dies ist ein deutscher Text.
36084  Dies ist ein deutscher Text.
36085  Dies ist ein deutscher Text.
36086  Dies ist ein deutscher Text.
36087  Dies ist ein deutscher Text.
36088  Dies ist ein deutscher Text.
36089  Dies ist ein deutscher Text
36090 \begin_inset Foot
36091 status collapsed
36092
36093 \begin_layout Plain Layout
36094
36095 \lang ngerman
36096 Dies ist eine deutsche Fußnote.
36097 \end_layout
36098
36099 \end_inset
36100
36101 .
36102  Dies ist ein deutscher Text.
36103  Dies ist ein deutscher Text.
36104 \end_layout
36105
36106 \end_inset
36107
36108
36109 \begin_inset space \hfill{}
36110 \end_inset
36111
36112
36113 \begin_inset Box Frameless
36114 position "t"
36115 hor_pos "c"
36116 has_inner_box 1
36117 inner_pos "c"
36118 use_parbox 0
36119 use_makebox 0
36120 width "45col%"
36121 special "none"
36122 height "1in"
36123 height_special "totalheight"
36124 thickness "0.4pt"
36125 separation "3pt"
36126 shadowsize "4pt"
36127 framecolor "black"
36128 backgroundcolor "none"
36129 status open
36130
36131 \begin_layout Plain Layout
36132 This is an English Text.
36133  This is an English Text.
36134  This is an English Text.
36135  This is an English Text.
36136  This is an English Text.
36137  This is an English Text.
36138  This is an English Text.
36139  This is an English Text.
36140  This is an English Text.
36141  This is an English Text.
36142  This is an English Text.
36143  This is an English Text.
36144  This is an English Text.
36145  This is an English Text.
36146  This is an English Text.
36147  This is an English Text.
36148 \begin_inset Foot
36149 status collapsed
36150
36151 \begin_layout Plain Layout
36152 This is an English footnote.
36153 \end_layout
36154
36155 \end_inset
36156
36157  This is an English Text.
36158 \end_layout
36159
36160 \end_inset
36161
36162
36163 \end_layout
36164
36165 \begin_layout Standard
36166 \begin_inset VSpace bigskip
36167 \end_inset
36168
36169 The document-wide paragraph settings are ignored within minipages.
36170  That means that there will be no space between paragraphs in minipages
36171  although you set it to e.
36172 \begin_inset space \thinspace{}
36173 \end_inset
36174
36175 g.
36176 \begin_inset space \space{}
36177 \end_inset
36178
36179
36180 \family sans
36181 MedSkip
36182 \family default
36183  in the document settings.
36184 \end_layout
36185
36186 \begin_layout Standard
36187 Minipages can also be used to set a background color for text parts, see
36188  section
36189 \begin_inset space ~
36190 \end_inset
36191
36192
36193 \begin_inset CommandInset ref
36194 LatexCommand ref
36195 reference "sec:Colored-Boxes"
36196
36197 \end_inset
36198
36199 .
36200 \end_layout
36201
36202 \begin_layout Standard
36203 \begin_inset Note Greyedout
36204 status open
36205
36206 \begin_layout Plain Layout
36207
36208 \series bold
36209 Note:
36210 \series default
36211  You cannot have floats or margin notes inside minipages but minipages can
36212  be used inside tables, floats, and other boxes.
36213 \end_layout
36214
36215 \end_inset
36216
36217
36218 \end_layout
36219
36220 \begin_layout Standard
36221 \begin_inset VSpace bigskip
36222 \end_inset
36223
36224
36225 \end_layout
36226
36227 \begin_layout Standard
36228 \SpecialChar LyX
36229  has also basic support for minipages whose size is automatically determined
36230  by the width of their contents, via the module 
36231 \family sans
36232 Variable-width Minipages
36233 \family default
36234 .
36235  The \SpecialChar LyX
36236  example file 
36237 \emph on
36238 varwidth-floats-side-by-side
36239 \emph default
36240  gives examples of variable-width minipages used for placing two floats
36241  side-by-side.
36242 \end_layout
36243
36244 \begin_layout Section
36245 Parboxes
36246 \begin_inset CommandInset label
36247 LatexCommand label
36248 name "sec:Parboxes"
36249
36250 \end_inset
36251
36252
36253 \begin_inset Index idx
36254 status collapsed
36255
36256 \begin_layout Plain Layout
36257 Boxes ! Parboxes
36258 \end_layout
36259
36260 \end_inset
36261
36262
36263 \end_layout
36264
36265 \begin_layout Standard
36266 Parboxes are very similar to minipages with the difference that they cannot
36267  have footnotes.
36268 \end_layout
36269
36270 \begin_layout Standard
36271 \align center
36272 \begin_inset Box Frameless
36273 position "t"
36274 hor_pos "c"
36275 has_inner_box 1
36276 inner_pos "t"
36277 use_parbox 1
36278 use_makebox 0
36279 width "33col%"
36280 special "none"
36281 height "1in"
36282 height_special "totalheight"
36283 thickness "0.4pt"
36284 separation "3pt"
36285 shadowsize "4pt"
36286 framecolor "black"
36287 backgroundcolor "none"
36288 status open
36289
36290 \begin_layout Plain Layout
36291 This a text within a parbox.
36292  This a text within a parbox.
36293 \end_layout
36294
36295 \begin_layout Plain Layout
36296 This footnote won't appear:
36297 \begin_inset Foot
36298 status collapsed
36299
36300 \begin_layout Plain Layout
36301 This footnote is inside a parbox and will therefore not appear.
36302 \end_layout
36303
36304 \end_inset
36305
36306
36307 \end_layout
36308
36309 \end_inset
36310
36311
36312 \end_layout
36313
36314 \begin_layout Section
36315 Boxes for Words and Characters
36316 \begin_inset Index idx
36317 status collapsed
36318
36319 \begin_layout Plain Layout
36320 Boxes ! for Characters
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Subsection
36329 Prevent Hyphenation
36330 \begin_inset CommandInset label
36331 LatexCommand label
36332 name "sec:Prevent-Hyphenation"
36333
36334 \end_inset
36335
36336
36337 \begin_inset Index idx
36338 status collapsed
36339
36340 \begin_layout Plain Layout
36341 Boxes ! to Prevent Hyphenation
36342 \end_layout
36343
36344 \end_inset
36345
36346
36347 \end_layout
36348
36349 \begin_layout Standard
36350 You can use the box type 
36351 \family sans
36352 Makebox
36353 \family default
36354  to prevent words or text from being hyphenated.
36355 \begin_inset Newline newline
36356 \end_inset
36357
36358 Here is an example text:
36359 \end_layout
36360
36361 \begin_layout Standard
36362 This line is an example to show how you can prevent the hyphenation of 
36363 \begin_inset Quotes eld
36364 \end_inset
36365
36366 veryverylongword
36367 \begin_inset Quotes erd
36368 \end_inset
36369
36370 .
36371 \end_layout
36372
36373 \begin_layout Standard
36374 To prevent the hyphenation of the word 
36375 \begin_inset Quotes eld
36376 \end_inset
36377
36378 veryverylongword
36379 \begin_inset Quotes erd
36380 \end_inset
36381
36382 , put the word into a box, set the 
36383 \family sans
36384 Inner
36385 \begin_inset space ~
36386 \end_inset
36387
36388 box
36389 \family default
36390  to 
36391 \family sans
36392 Makebox
36393 \family default
36394  and use no explicit width.
36395 \end_layout
36396
36397 \begin_layout Standard
36398 This is the result:
36399 \end_layout
36400
36401 \begin_layout Standard
36402 This line is an example to show how you can prevent the hyphenation of 
36403 \begin_inset Box Frameless
36404 position "t"
36405 hor_pos "c"
36406 has_inner_box 1
36407 inner_pos "t"
36408 use_parbox 0
36409 use_makebox 1
36410 width ""
36411 special "none"
36412 height "1in"
36413 height_special "totalheight"
36414 thickness "0.4pt"
36415 separation "3pt"
36416 shadowsize "4pt"
36417 framecolor "black"
36418 backgroundcolor "none"
36419 status open
36420
36421 \begin_layout Plain Layout
36422 \begin_inset Quotes eld
36423 \end_inset
36424
36425 veryverylongword
36426 \begin_inset Quotes erd
36427 \end_inset
36428
36429
36430 \end_layout
36431
36432 \end_inset
36433
36434 .
36435 \end_layout
36436
36437 \begin_layout Standard
36438 You can alternatively set the command 
36439 \begin_inset Quotes eld
36440 \end_inset
36441
36442
36443 \series bold
36444
36445 \backslash
36446 -
36447 \series default
36448
36449 \begin_inset Quotes grd
36450 \end_inset
36451
36452  as \SpecialChar TeX
36453  Code directly before the word:
36454 \end_layout
36455
36456 \begin_layout Standard
36457 This line is an example to show how you can prevent the hyphenation of 
36458 \begin_inset Quotes eld
36459 \end_inset
36460
36461
36462 \begin_inset ERT
36463 status collapsed
36464
36465 \begin_layout Plain Layout
36466
36467
36468 \backslash
36469 -
36470 \end_layout
36471
36472 \end_inset
36473
36474 veryverylongword
36475 \begin_inset Quotes erd
36476 \end_inset
36477
36478 .
36479 \end_layout
36480
36481 \begin_layout Standard
36482 Of course the word now protrudes over the side margin.
36483  To avoid this, add via the menu 
36484 \family sans
36485 Insert\SpecialChar menuseparator
36486 Formatting\SpecialChar menuseparator
36487 Ragged
36488 \begin_inset space ~
36489 \end_inset
36490
36491 Line
36492 \begin_inset space ~
36493 \end_inset
36494
36495 Break
36496 \family default
36497  (shortcut 
36498 \begin_inset Info
36499 type  "shortcut"
36500 arg   "newline-insert newline"
36501 \end_inset
36502
36503 ) a line break before the word:
36504 \end_layout
36505
36506 \begin_layout Standard
36507 This line is an example to show how you can prevent the hyphenation of 
36508 \begin_inset Newline newline
36509 \end_inset
36510
36511
36512 \begin_inset Box Frameless
36513 position "t"
36514 hor_pos "c"
36515 has_inner_box 1
36516 inner_pos "t"
36517 use_parbox 0
36518 use_makebox 1
36519 width ""
36520 special "none"
36521 height "1in"
36522 height_special "totalheight"
36523 thickness "0.4pt"
36524 separation "3pt"
36525 shadowsize "4pt"
36526 framecolor "black"
36527 backgroundcolor "none"
36528 status open
36529
36530 \begin_layout Plain Layout
36531 \begin_inset Quotes eld
36532 \end_inset
36533
36534 veryverylongword
36535 \begin_inset Quotes erd
36536 \end_inset
36537
36538
36539 \end_layout
36540
36541 \end_inset
36542
36543 .
36544 \end_layout
36545
36546 \begin_layout Subsection
36547 Vertical Alignment
36548 \begin_inset CommandInset label
36549 LatexCommand label
36550 name "subsec:Vertical-Alignment"
36551
36552 \end_inset
36553
36554
36555 \begin_inset Index idx
36556 status collapsed
36557
36558 \begin_layout Plain Layout
36559 Boxes ! for Vertical Alignment
36560 \end_layout
36561
36562 \end_inset
36563
36564
36565 \begin_inset Index idx
36566 status collapsed
36567
36568 \begin_layout Plain Layout
36569 Boxes ! Raiseboxes
36570 \end_layout
36571
36572 \end_inset
36573
36574
36575 \end_layout
36576
36577 \begin_layout Standard
36578 With the help of the command 
36579 \series bold
36580
36581 \backslash
36582 raisebox
36583 \series default
36584  you can align words, characters or other boxes vertically relative to the
36585  surrounding text.
36586  
36587 \series bold
36588
36589 \backslash
36590 raisebox
36591 \series default
36592  is used with the following scheme:
36593 \end_layout
36594
36595 \begin_layout Standard
36596
36597 \series bold
36598
36599 \backslash
36600 raisebox{lift}[height][depth]{box content}
36601 \end_layout
36602
36603 \begin_layout Standard
36604 The lift can be a positive value to raise the box or a negative value to
36605  lower the box.
36606 \end_layout
36607
36608 \begin_layout Standard
36609 To align for example the word 
36610 \begin_inset Quotes eld
36611 \end_inset
36612
36613 preventing
36614 \begin_inset Quotes erd
36615 \end_inset
36616
36617  so that the bottom of the 
36618 \begin_inset Quotes eld
36619 \end_inset
36620
36621 deepest
36622 \begin_inset Quotes erd
36623 \end_inset
36624
36625  character 
36626 \begin_inset Quotes eld
36627 \end_inset
36628
36629 p
36630 \begin_inset Quotes erd
36631 \end_inset
36632
36633  is at the baseline, insert the command
36634 \end_layout
36635
36636 \begin_layout Standard
36637
36638 \series bold
36639
36640 \backslash
36641 raisebox{
36642 \backslash
36643 depth}{
36644 \end_layout
36645
36646 \begin_layout Standard
36647 in \SpecialChar TeX
36648  Code before the word.
36649  After the word insert a closing brace 
36650 \begin_inset Quotes eld
36651 \end_inset
36652
36653
36654 \series bold
36655 }
36656 \series default
36657
36658 \begin_inset Quotes erd
36659 \end_inset
36660
36661  in \SpecialChar TeX
36662  Code.
36663 \begin_inset Newline newline
36664 \end_inset
36665
36666 This is the result:
36667 \end_layout
36668
36669 \begin_layout Standard
36670 This is a text line with the word 
36671 \begin_inset ERT
36672 status collapsed
36673
36674 \begin_layout Plain Layout
36675
36676
36677 \backslash
36678 raisebox{
36679 \backslash
36680 depth}{
36681 \end_layout
36682
36683 \end_inset
36684
36685
36686 \begin_inset Quotes eld
36687 \end_inset
36688
36689 preventing
36690 \begin_inset Quotes erd
36691 \end_inset
36692
36693
36694 \begin_inset ERT
36695 status collapsed
36696
36697 \begin_layout Plain Layout
36698
36699 }
36700 \end_layout
36701
36702 \end_inset
36703
36704  as a raised word.
36705 \end_layout
36706
36707 \begin_layout Standard
36708 \begin_inset VSpace bigskip
36709 \end_inset
36710
36711 When you raise or lower characters in a line, the line distance will be
36712  spread:
36713 \end_layout
36714
36715 \begin_layout Standard
36716 This is a text line with the word 
36717 \begin_inset ERT
36718 status collapsed
36719
36720 \begin_layout Plain Layout
36721
36722
36723 \backslash
36724 raisebox{-
36725 \backslash
36726 depth}{
36727 \end_layout
36728
36729 \end_inset
36730
36731
36732 \begin_inset Quotes eld
36733 \end_inset
36734
36735 preventing
36736 \begin_inset Quotes erd
36737 \end_inset
36738
36739
36740 \begin_inset ERT
36741 status collapsed
36742
36743 \begin_layout Plain Layout
36744
36745 }
36746 \end_layout
36747
36748 \end_inset
36749
36750  as a lowered word.
36751 \begin_inset Newline newline
36752 \end_inset
36753
36754 This is a text line with the word 
36755 \begin_inset ERT
36756 status collapsed
36757
36758 \begin_layout Plain Layout
36759
36760
36761 \backslash
36762 raisebox{0.5cm}{
36763 \end_layout
36764
36765 \end_inset
36766
36767
36768 \begin_inset Quotes eld
36769 \end_inset
36770
36771 testing
36772 \begin_inset Quotes erd
36773 \end_inset
36774
36775
36776 \begin_inset ERT
36777 status collapsed
36778
36779 \begin_layout Plain Layout
36780
36781 }
36782 \end_layout
36783
36784 \end_inset
36785
36786  as a raised word.
36787 \end_layout
36788
36789 \begin_layout Standard
36790 If you want to prevent this for a certain reason, set the box height to
36791  a zero value.
36792  For example use
36793 \end_layout
36794
36795 \begin_layout Standard
36796
36797 \series bold
36798
36799 \backslash
36800 raisebox{-
36801 \backslash
36802 depth}[0pt]{
36803 \end_layout
36804
36805 \begin_layout Standard
36806 This is a text line with the word 
36807 \begin_inset ERT
36808 status collapsed
36809
36810 \begin_layout Plain Layout
36811
36812
36813 \backslash
36814 raisebox{-
36815 \backslash
36816 depth}[0pt]{
36817 \end_layout
36818
36819 \end_inset
36820
36821
36822 \begin_inset Quotes eld
36823 \end_inset
36824
36825 preventing
36826 \begin_inset Quotes erd
36827 \end_inset
36828
36829
36830 \begin_inset ERT
36831 status collapsed
36832
36833 \begin_layout Plain Layout
36834
36835 }
36836 \end_layout
36837
36838 \end_inset
36839
36840  as a lowered word.
36841 \begin_inset Newline newline
36842 \end_inset
36843
36844
36845 \begin_inset Newline newline
36846 \end_inset
36847
36848 This is a text line with the word 
36849 \begin_inset ERT
36850 status collapsed
36851
36852 \begin_layout Plain Layout
36853
36854
36855 \backslash
36856 raisebox{0.5cm}[0pt]{
36857 \end_layout
36858
36859 \end_inset
36860
36861
36862 \begin_inset Quotes eld
36863 \end_inset
36864
36865 testing
36866 \begin_inset Quotes erd
36867 \end_inset
36868
36869
36870 \begin_inset ERT
36871 status collapsed
36872
36873 \begin_layout Plain Layout
36874
36875 }
36876 \end_layout
36877
36878 \end_inset
36879
36880  as a raised word.
36881 \end_layout
36882
36883 \begin_layout Section
36884 Colored Boxes
36885 \begin_inset CommandInset label
36886 LatexCommand label
36887 name "sec:Colored-Boxes"
36888
36889 \end_inset
36890
36891
36892 \begin_inset Index idx
36893 status collapsed
36894
36895 \begin_layout Plain Layout
36896 Boxes ! Color
36897 \end_layout
36898
36899 \end_inset
36900
36901
36902 \end_layout
36903
36904 \begin_layout Standard
36905 To color the background of a box just select the color you like in the box
36906  dialog.
36907  This is for example a box with orange background: 
36908 \begin_inset Box Frameless
36909 position "t"
36910 hor_pos "c"
36911 has_inner_box 1
36912 inner_pos "t"
36913 use_parbox 0
36914 use_makebox 1
36915 width ""
36916 special "none"
36917 height "1in"
36918 height_special "totalheight"
36919 thickness "0.4pt"
36920 separation "3pt"
36921 shadowsize "4pt"
36922 framecolor "black"
36923 backgroundcolor "orange"
36924 status open
36925
36926 \begin_layout Plain Layout
36927 Box with orange background
36928 \end_layout
36929
36930 \end_inset
36931
36932
36933 \end_layout
36934
36935 \begin_layout Standard
36936 If you use the decoration 
36937 \family sans
36938 Simple
36939 \begin_inset space ~
36940 \end_inset
36941
36942 rectangular
36943 \begin_inset space ~
36944 \end_inset
36945
36946 frame
36947 \family default
36948  you can set a frame color.
36949  In this case you must also specify a background color (LyX sets white as
36950  default).
36951  Here is an example: 
36952 \begin_inset Box Boxed
36953 position "t"
36954 hor_pos "c"
36955 has_inner_box 0
36956 inner_pos "t"
36957 use_parbox 0
36958 use_makebox 0
36959 width ""
36960 special "none"
36961 height "1in"
36962 height_special "totalheight"
36963 thickness "0.4pt"
36964 separation "3pt"
36965 shadowsize "4pt"
36966 framecolor "teal"
36967 backgroundcolor "yellow"
36968 status open
36969
36970 \begin_layout Plain Layout
36971 Box with teal frame color and yellow background color
36972 \end_layout
36973
36974 \end_inset
36975
36976
36977 \end_layout
36978
36979 \begin_layout Standard
36980 \begin_inset VSpace bigskip
36981 \end_inset
36982
36983 Of course you can also have colored text inside a colored box:
36984 \begin_inset Newline newline
36985 \end_inset
36986
36987
36988 \begin_inset Box Boxed
36989 position "t"
36990 hor_pos "c"
36991 has_inner_box 0
36992 inner_pos "t"
36993 use_parbox 0
36994 use_makebox 0
36995 width ""
36996 special "none"
36997 height "1in"
36998 height_special "totalheight"
36999 thickness "0.4pt"
37000 separation "3pt"
37001 shadowsize "4pt"
37002 framecolor "cyan"
37003 backgroundcolor "magenta"
37004 status open
37005
37006 \begin_layout Plain Layout
37007
37008 \color yellow
37009 This is colored text within a colored, framed box
37010 \end_layout
37011
37012 \end_inset
37013
37014
37015 \end_layout
37016
37017 \begin_layout Standard
37018 \begin_inset VSpace bigskip
37019 \end_inset
37020
37021
37022 \end_layout
37023
37024 \begin_layout Standard
37025 If you need another color than the predefined ones, you can define your
37026  own color as described in section
37027 \begin_inset space ~
37028 \end_inset
37029
37030
37031 \begin_inset CommandInset ref
37032 LatexCommand ref
37033 reference "sec:Colored-Tables"
37034
37035 \end_inset
37036
37037 .
37038  To use your own color you must typeset the box by using TeX code:
37039 \end_layout
37040
37041 \begin_layout Standard
37042 Colored boxes without frame are created with the command 
37043 \series bold
37044
37045 \backslash
37046 colorbox
37047 \series default
37048 .
37049  It has the following scheme:
37050 \end_layout
37051
37052 \begin_layout Standard
37053
37054 \series bold
37055
37056 \backslash
37057 colorbox{color}{box content}
37058 \end_layout
37059
37060 \begin_layout Standard
37061 The box content can also be a box and colored boxes can also be within other
37062  boxes.
37063  To have e.
37064 \begin_inset space \thinspace{}
37065 \end_inset
37066
37067 g.
37068 \begin_inset space \space{}
37069 \end_inset
37070
37071 a darkgreen background for a word, insert the command
37072 \end_layout
37073
37074 \begin_layout Standard
37075
37076 \series bold
37077
37078 \backslash
37079 colorbox{darkgreen}{
37080 \end_layout
37081
37082 \begin_layout Standard
37083 before the word in \SpecialChar TeX
37084  Code.
37085  After the word insert a closing brace 
37086 \begin_inset Quotes eld
37087 \end_inset
37088
37089
37090 \series bold
37091 }
37092 \series default
37093
37094 \begin_inset Quotes erd
37095 \end_inset
37096
37097  in \SpecialChar TeX
37098  Code.
37099 \begin_inset Newline newline
37100 \end_inset
37101
37102 This is the result:
37103 \end_layout
37104
37105 \begin_layout Standard
37106 This is a line where the word 
37107 \begin_inset ERT
37108 status collapsed
37109
37110 \begin_layout Plain Layout
37111
37112
37113 \backslash
37114 colorbox{darkgreen}{
37115 \end_layout
37116
37117 \end_inset
37118
37119
37120 \begin_inset Quotes eld
37121 \end_inset
37122
37123 Attention!
37124 \begin_inset Quotes erd
37125 \end_inset
37126
37127
37128 \begin_inset ERT
37129 status collapsed
37130
37131 \begin_layout Plain Layout
37132
37133 }
37134 \end_layout
37135
37136 \end_inset
37137
37138  has a darkgreen background.
37139 \end_layout
37140
37141 \begin_layout Standard
37142 Framed, colored boxes are created with the command 
37143 \series bold
37144
37145 \backslash
37146 fcolorbox
37147 \series default
37148 .
37149  It has the following scheme:
37150 \end_layout
37151
37152 \begin_layout Standard
37153
37154 \series bold
37155
37156 \backslash
37157 fcolorbox{frame color}{box color}{box content}
37158 \end_layout
37159
37160 \begin_layout Section
37161 Rotated and Scaled Boxes
37162 \end_layout
37163
37164 \begin_layout Standard
37165 To use the boxes described in this section, the module 
37166 \family sans
37167 GraphicBoxes
37168 \family default
37169  must be loaded in the document settings.
37170 \end_layout
37171
37172 \begin_layout Standard
37173 \begin_inset Note Greyedout
37174 status open
37175
37176 \begin_layout Plain Layout
37177
37178 \series bold
37179 Note:
37180 \series default
37181  Not all DVI viewers are able to display rotated or scaled material.
37182 \end_layout
37183
37184 \end_inset
37185
37186
37187 \end_layout
37188
37189 \begin_layout Standard
37190 \begin_inset Note Greyedout
37191 status open
37192
37193 \begin_layout Plain Layout
37194
37195 \series bold
37196 Note:
37197 \series default
37198  Floats are not allowed inside a rotated or scaled box.
37199 \end_layout
37200
37201 \end_inset
37202
37203
37204 \end_layout
37205
37206 \begin_layout Subsection
37207 Rotated Boxes
37208 \begin_inset Index idx
37209 status collapsed
37210
37211 \begin_layout Plain Layout
37212 Boxes ! rotated
37213 \end_layout
37214
37215 \end_inset
37216
37217
37218 \begin_inset Index idx
37219 status collapsed
37220
37221 \begin_layout Plain Layout
37222 Rotated Material
37223 \end_layout
37224
37225 \end_inset
37226
37227
37228 \end_layout
37229
37230 \begin_layout Standard
37231 To rotate material, you can put it into a 
37232 \family sans
37233 Rotatebox
37234 \family default
37235 .
37236  Such a box is inserted via the menu 
37237 \family sans
37238 Insert\SpecialChar menuseparator
37239 Custom Insets\SpecialChar menuseparator
37240 Rotatebox
37241 \family default
37242 .
37243 \end_layout
37244
37245 \begin_layout Standard
37246 The rotation origin can be specified via the inset 
37247 \family sans
37248 Origin
37249 \family default
37250  (menu 
37251 \family sans
37252 Insert\SpecialChar menuseparator
37253 Origin
37254 \family default
37255 ) in the form 
37256 \series bold
37257 origin=position
37258 \series default
37259 .
37260  The following positions are possible: 
37261 \emph on
37262 c
37263 \emph default
37264  (center), 
37265 \emph on
37266 l
37267 \emph default
37268  (left), 
37269 \emph on
37270 r
37271 \emph default
37272  (right), 
37273 \emph on
37274 b
37275 \emph default
37276  (bottom), 
37277 \emph on
37278 t
37279 \emph default
37280  (top), along with meaningful combinations of the four base positions.
37281  For example 
37282 \emph on
37283 lt
37284 \emph default
37285  means that the rotation origin is at the top left corner of the box.
37286  When no rotation origin is specified, the position 
37287 \emph on
37288 l
37289 \emph default
37290  will be used.
37291  The rotation angle is a number that can be negative that specifies the
37292  angle in degrees.
37293  The rotation direction is counterclockwise.
37294 \end_layout
37295
37296 \begin_layout Standard
37297 In the following example 
37298 \series bold
37299 origin=c
37300 \series default
37301  was inserted to the 
37302 \family sans
37303 Origin
37304 \family default
37305  inset and 
37306 \series bold
37307 60
37308 \series default
37309  was inserted to the 
37310 \family sans
37311 Angle
37312 \family default
37313  inset.
37314 \end_layout
37315
37316 \begin_layout Standard
37317 This is a line 
37318 \begin_inset Flex Rotatebox
37319 status open
37320
37321 \begin_layout Plain Layout
37322 \begin_inset Argument 1
37323 status open
37324
37325 \begin_layout Plain Layout
37326 origin=c
37327 \end_layout
37328
37329 \end_inset
37330
37331
37332 \begin_inset Argument 2
37333 status open
37334
37335 \begin_layout Plain Layout
37336 60
37337 \end_layout
37338
37339 \end_inset
37340
37341 with rotated
37342 \end_layout
37343
37344 \end_inset
37345
37346  text.
37347 \end_layout
37348
37349 \begin_layout Standard
37350 The box content can also be another box or an inline formula:
37351 \end_layout
37352
37353 \begin_layout Standard
37354 This is a line 
37355 \begin_inset Flex Rotatebox
37356 status open
37357
37358 \begin_layout Plain Layout
37359 \begin_inset Argument 1
37360 status open
37361
37362 \begin_layout Plain Layout
37363 origin=r
37364 \end_layout
37365
37366 \end_inset
37367
37368
37369 \begin_inset Argument 2
37370 status open
37371
37372 \begin_layout Plain Layout
37373 -60
37374 \end_layout
37375
37376 \end_inset
37377
37378
37379 \begin_inset Box Doublebox
37380 position "c"
37381 hor_pos "c"
37382 has_inner_box 0
37383 inner_pos "c"
37384 use_parbox 0
37385 use_makebox 0
37386 width "1in"
37387 special "width"
37388 height "1in"
37389 height_special "totalheight"
37390 thickness "0.4pt"
37391 separation "3pt"
37392 shadowsize "4pt"
37393 framecolor "black"
37394 backgroundcolor "none"
37395 status collapsed
37396
37397 \begin_layout Plain Layout
37398 with rotated
37399 \end_layout
37400
37401 \end_inset
37402
37403
37404 \end_layout
37405
37406 \end_inset
37407
37408  framed text 
37409 \begin_inset Flex Rotatebox
37410 status open
37411
37412 \begin_layout Plain Layout
37413 \begin_inset Argument 1
37414 status open
37415
37416 \begin_layout Plain Layout
37417 origin=lb
37418 \end_layout
37419
37420 \end_inset
37421
37422
37423 \begin_inset Argument 2
37424 status open
37425
37426 \begin_layout Plain Layout
37427 60
37428 \end_layout
37429
37430 \end_inset
37431
37432
37433 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37434 \end_inset
37435
37436
37437 \end_layout
37438
37439 \end_inset
37440
37441  and a formula.
37442 \end_layout
37443
37444 \begin_layout Standard
37445 or an image or table:
37446 \end_layout
37447
37448 \begin_layout Standard
37449 This is a line 
37450 \begin_inset Flex Rotatebox
37451 status open
37452
37453 \begin_layout Plain Layout
37454 \begin_inset Argument 1
37455 status open
37456
37457 \begin_layout Plain Layout
37458 origin=lb
37459 \end_layout
37460
37461 \end_inset
37462
37463
37464 \begin_inset Argument 2
37465 status open
37466
37467 \begin_layout Plain Layout
37468 90
37469 \end_layout
37470
37471 \end_inset
37472
37473
37474 \begin_inset Graphics
37475         filename clipart/Star-structure.pdf
37476         lyxscale 50
37477         width 25col%
37478
37479 \end_inset
37480
37481
37482 \end_layout
37483
37484 \end_inset
37485
37486  with a rotated image 
37487 \begin_inset Flex Rotatebox
37488 status open
37489
37490 \begin_layout Plain Layout
37491 \begin_inset Argument 2
37492 status open
37493
37494 \begin_layout Plain Layout
37495 -90
37496 \end_layout
37497
37498 \end_inset
37499
37500
37501 \begin_inset Tabular
37502 <lyxtabular version="3" rows="2" columns="2">
37503 <features tabularvalignment="middle">
37504 <column alignment="center" valignment="top">
37505 <column alignment="center" valignment="top">
37506 <row>
37507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511 q
37512 \end_layout
37513
37514 \end_inset
37515 </cell>
37516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37517 \begin_inset Text
37518
37519 \begin_layout Plain Layout
37520 w
37521 \end_layout
37522
37523 \end_inset
37524 </cell>
37525 </row>
37526 <row>
37527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37528 \begin_inset Text
37529
37530 \begin_layout Plain Layout
37531 e
37532 \end_layout
37533
37534 \end_inset
37535 </cell>
37536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37537 \begin_inset Text
37538
37539 \begin_layout Plain Layout
37540 r
37541 \end_layout
37542
37543 \end_inset
37544 </cell>
37545 </row>
37546 </lyxtabular>
37547
37548 \end_inset
37549
37550
37551 \end_layout
37552
37553 \end_inset
37554
37555  and table.
37556 \begin_inset Index idx
37557 status collapsed
37558
37559 \begin_layout Plain Layout
37560 Figures ! rotated
37561 \end_layout
37562
37563 \end_inset
37564
37565
37566 \begin_inset Index idx
37567 status collapsed
37568
37569 \begin_layout Plain Layout
37570 Table Customization ! Rotating
37571 \end_layout
37572
37573 \end_inset
37574
37575
37576 \end_layout
37577
37578 \begin_layout Standard
37579 \begin_inset Note Greyedout
37580 status open
37581
37582 \begin_layout Plain Layout
37583
37584 \series bold
37585 Note:
37586 \series default
37587  If the 
37588 \family sans
37589 Angle
37590 \family default
37591  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
37592
37593  errors when viewing/exporting the document.
37594 \end_layout
37595
37596 \end_inset
37597
37598
37599 \end_layout
37600
37601 \begin_layout Subsection
37602 Scaled Boxes
37603 \begin_inset Index idx
37604 status collapsed
37605
37606 \begin_layout Plain Layout
37607 Boxes ! scaled
37608 \end_layout
37609
37610 \end_inset
37611
37612
37613 \begin_inset Index idx
37614 status collapsed
37615
37616 \begin_layout Plain Layout
37617 Scaled Material
37618 \end_layout
37619
37620 \end_inset
37621
37622
37623 \end_layout
37624
37625 \begin_layout Standard
37626 To scale material put it into a 
37627 \family sans
37628 Scalebox
37629 \family default
37630 .
37631  Such a box is inserted via the menu 
37632 \family sans
37633 Insert\SpecialChar menuseparator
37634 Custom Insets\SpecialChar menuseparator
37635 Scalebox
37636 \family default
37637 .
37638 \end_layout
37639
37640 \begin_layout Standard
37641 The 
37642 \family sans
37643 Scalebox
37644 \family default
37645  inset has the mandatory inset 
37646 \family sans
37647 H-Factor
37648 \family default
37649  and the optional inset 
37650 \family sans
37651 V-Factor
37652 \family default
37653  (inserted via the menu 
37654 \family sans
37655 Insert\SpecialChar menuseparator
37656 V-Factor)
37657 \family default
37658 .
37659  Input there the horizontal and vertical scale factor, respectively.
37660  If no 
37661 \family sans
37662 V-Factor
37663 \family default
37664  inset is used, the horizontal factor will also be used as the vertical
37665  one.
37666 \end_layout
37667
37668 \begin_layout Standard
37669 To get for example the double text size, compared to the document text size,
37670  insert 
37671 \series bold
37672 2
37673 \series default
37674  into the 
37675 \family sans
37676 H-Factor
37677 \family default
37678  inset.
37679  An example: 
37680 \begin_inset Flex Scalebox
37681 status open
37682
37683 \begin_layout Plain Layout
37684 \begin_inset Argument 1
37685 status open
37686
37687 \begin_layout Plain Layout
37688 2
37689 \end_layout
37690
37691 \end_inset
37692
37693 Hello
37694 \end_layout
37695
37696 \end_inset
37697
37698
37699 \end_layout
37700
37701 \begin_layout Standard
37702
37703 \series bold
37704 2
37705 \series default
37706  as 
37707 \family sans
37708 H-Factor
37709 \family default
37710  and 
37711 \series bold
37712 1
37713 \series default
37714  as 
37715 \family sans
37716 V-Factor
37717 \family default
37718  distorts the 
37719 \begin_inset Flex Scalebox
37720 status open
37721
37722 \begin_layout Plain Layout
37723 \begin_inset Argument 1
37724 status open
37725
37726 \begin_layout Plain Layout
37727 2
37728 \end_layout
37729
37730 \end_inset
37731
37732
37733 \begin_inset Argument 2
37734 status open
37735
37736 \begin_layout Plain Layout
37737 1
37738 \end_layout
37739
37740 \end_inset
37741
37742 Hello
37743 \end_layout
37744
37745 \end_inset
37746
37747 .
37748 \end_layout
37749
37750 \begin_layout Standard
37751 If the scaling factor is negative, the box content will be mirrored.
37752  Therefore 
37753 \series bold
37754 -1
37755 \series default
37756  as 
37757 \family sans
37758 H-Factor
37759 \family default
37760  and 
37761 \series bold
37762 1
37763 \series default
37764  as 
37765 \family sans
37766 V-Factor
37767 \family default
37768  can be used to create mirror writing: 
37769 \begin_inset Flex Scalebox
37770 status open
37771
37772 \begin_layout Plain Layout
37773 \begin_inset Argument 1
37774 status open
37775
37776 \begin_layout Plain Layout
37777 -1
37778 \end_layout
37779
37780 \end_inset
37781
37782
37783 \begin_inset Argument 2
37784 status open
37785
37786 \begin_layout Plain Layout
37787 1
37788 \end_layout
37789
37790 \end_inset
37791
37792 Hello
37793 \end_layout
37794
37795 \end_inset
37796
37797
37798 \end_layout
37799
37800 \begin_layout Standard
37801
37802 \series bold
37803 1
37804 \series default
37805  as 
37806 \family sans
37807 H-Factor
37808 \family default
37809  and 
37810 \series bold
37811 -1
37812 \series default
37813  as 
37814 \family sans
37815 V-Factor
37816 \family default
37817  reflects the 
37818 \begin_inset Flex Scalebox
37819 status open
37820
37821 \begin_layout Plain Layout
37822 \begin_inset Argument 1
37823 status open
37824
37825 \begin_layout Plain Layout
37826 1
37827 \end_layout
37828
37829 \end_inset
37830
37831
37832 \begin_inset Argument 2
37833 status open
37834
37835 \begin_layout Plain Layout
37836 -1
37837 \end_layout
37838
37839 \end_inset
37840
37841 Hello
37842 \end_layout
37843
37844 \end_inset
37845
37846  at the base line.
37847 \end_layout
37848
37849 \begin_layout Standard
37850 The 
37851 \family sans
37852 Reflectbox
37853 \family default
37854  (menu 
37855 \family sans
37856 Insert\SpecialChar menuseparator
37857 Custom Insets\SpecialChar menuseparator
37858 Reflectbox
37859 \family default
37860 ) is equivalent to 
37861 \series bold
37862 -1
37863 \series default
37864  as 
37865 \family sans
37866 H-Factor
37867 \family default
37868  and 
37869 \series bold
37870 1
37871 \series default
37872  as 
37873 \family sans
37874 V-Factor 
37875 \family default
37876 for a 
37877 \family sans
37878 Scalebox
37879 \family default
37880 .
37881 \end_layout
37882
37883 \begin_layout Standard
37884 \begin_inset Note Greyedout
37885 status open
37886
37887 \begin_layout Plain Layout
37888
37889 \series bold
37890 Note:
37891 \series default
37892  If the 
37893 \family sans
37894 H-Factor
37895 \family default
37896  inset is empty or contains other characters than numbers you will get LaTeX
37897  errors when viewing/exporting the document.
37898 \end_layout
37899
37900 \end_inset
37901
37902
37903 \end_layout
37904
37905 \begin_layout Standard
37906 \begin_inset VSpace bigskip
37907 \end_inset
37908
37909 The 
37910 \family sans
37911 Resizebox
37912 \family default
37913  (menu 
37914 \family sans
37915 Insert\SpecialChar menuseparator
37916 Custom Insets\SpecialChar menuseparator
37917 Resizebox
37918 \family default
37919 ) is used to scale the content to a defined width and height.
37920  The 
37921 \family sans
37922 Resizebox
37923 \family default
37924  inset has the mandatory inset 
37925 \family sans
37926 Width
37927 \family default
37928  and the optional inset 
37929 \family sans
37930 Height
37931 \family default
37932  (inserted via the menu 
37933 \family sans
37934 Insert\SpecialChar menuseparator
37935 Height)
37936 \family default
37937 .
37938  Input there the width and height, respectively, as value with a unit.
37939  
37940 \begin_inset CommandInset ref
37941 LatexCommand ref
37942 reference "tab:Units"
37943
37944 \end_inset
37945
37946  lists the possible units.
37947  If there is an exclamation mark 
37948 \series bold
37949 !
37950 \series default
37951  in of of the two insets, the size is set so that the aspect ratio of the
37952  box content is kept.
37953  If no 
37954 \family sans
37955 Height
37956 \family default
37957  inset is used an exclamation mark will internally be used for the height.
37958 \end_layout
37959
37960 \begin_layout Standard
37961
37962 \series bold
37963 2cm
37964 \series default
37965  as 
37966 \family sans
37967 Width
37968 \family default
37969  and 
37970 \series bold
37971 1cm
37972 \series default
37973  as 
37974 \family sans
37975 Height
37976 \family default
37977  produces: 
37978 \begin_inset Flex Resizebox
37979 status open
37980
37981 \begin_layout Plain Layout
37982 \begin_inset Argument 1
37983 status open
37984
37985 \begin_layout Plain Layout
37986 2cm
37987 \end_layout
37988
37989 \end_inset
37990
37991
37992 \begin_inset Argument 2
37993 status open
37994
37995 \begin_layout Plain Layout
37996 1cm
37997 \end_layout
37998
37999 \end_inset
38000
38001 Hello
38002 \end_layout
38003
38004 \end_inset
38005
38006
38007 \begin_inset Newline newline
38008 \end_inset
38009
38010
38011 \series bold
38012 2cm
38013 \series default
38014  as 
38015 \family sans
38016 Width
38017 \family default
38018  and 
38019 \series bold
38020 !
38021 \series default
38022  as 
38023 \family sans
38024 Height
38025 \family default
38026  (or no 
38027 \family sans
38028 Height
38029 \family default
38030 ) produces: 
38031 \begin_inset Flex Resizebox
38032 status open
38033
38034 \begin_layout Plain Layout
38035 \begin_inset Argument 1
38036 status open
38037
38038 \begin_layout Plain Layout
38039 2cm
38040 \end_layout
38041
38042 \end_inset
38043
38044
38045 \begin_inset Argument 2
38046 status open
38047
38048 \begin_layout Plain Layout
38049 !
38050 \end_layout
38051
38052 \end_inset
38053
38054 Hello
38055 \end_layout
38056
38057 \end_inset
38058
38059
38060 \end_layout
38061
38062 \begin_layout Standard
38063 \begin_inset Note Greyedout
38064 status open
38065
38066 \begin_layout Plain Layout
38067
38068 \series bold
38069 Note:
38070 \series default
38071  If the 
38072 \family sans
38073 Width
38074 \family default
38075  inset is empty or contains an invalid unit you will get LaTeX errors when
38076  viewing/exporting the document.
38077 \end_layout
38078
38079 \end_inset
38080
38081
38082 \end_layout
38083
38084 \begin_layout Standard
38085 \begin_inset VSpace bigskip
38086 \end_inset
38087
38088
38089 \end_layout
38090
38091 \begin_layout Standard
38092 The boxes can be combined in any order.
38093  As example a 
38094 \family sans
38095 Reflectbox
38096 \family default
38097  inside a 
38098 \family sans
38099 Resizebox
38100 \family default
38101  which is in turn inside a 
38102 \family sans
38103 Rotatebox
38104 \family default
38105 :
38106 \end_layout
38107
38108 \begin_layout Standard
38109 \noindent
38110 \align center
38111 \begin_inset Flex Rotatebox
38112 status open
38113
38114 \begin_layout Plain Layout
38115 \begin_inset Argument 1
38116 status open
38117
38118 \begin_layout Plain Layout
38119 origin=c
38120 \end_layout
38121
38122 \end_inset
38123
38124
38125 \begin_inset Argument 2
38126 status open
38127
38128 \begin_layout Plain Layout
38129 -45
38130 \end_layout
38131
38132 \end_inset
38133
38134
38135 \begin_inset Flex Resizebox
38136 status open
38137
38138 \begin_layout Plain Layout
38139 \begin_inset Argument 1
38140 status open
38141
38142 \begin_layout Plain Layout
38143 2cm
38144 \end_layout
38145
38146 \end_inset
38147
38148
38149 \begin_inset Flex Reflectbox
38150 status open
38151
38152 \begin_layout Plain Layout
38153 Hello
38154 \end_layout
38155
38156 \end_inset
38157
38158
38159 \end_layout
38160
38161 \end_inset
38162
38163
38164 \end_layout
38165
38166 \end_inset
38167
38168
38169 \end_layout
38170
38171 \begin_layout Standard
38172 \noindent
38173 Images, tables, and inline formulas are allowed as box content:
38174 \end_layout
38175
38176 \begin_layout Standard
38177 \noindent
38178 \align center
38179 \begin_inset Flex Resizebox
38180 status open
38181
38182 \begin_layout Plain Layout
38183 \begin_inset Argument 1
38184 status open
38185
38186 \begin_layout Plain Layout
38187 2cm
38188 \end_layout
38189
38190 \end_inset
38191
38192
38193 \begin_inset Flex Reflectbox
38194 status open
38195
38196 \begin_layout Plain Layout
38197 \begin_inset Graphics
38198         filename clipart/Star-structure.pdf
38199         lyxscale 50
38200         width 25col%
38201
38202 \end_inset
38203
38204
38205 \end_layout
38206
38207 \end_inset
38208
38209
38210 \end_layout
38211
38212 \end_inset
38213
38214  
38215 \begin_inset Flex Resizebox
38216 status open
38217
38218 \begin_layout Plain Layout
38219 \begin_inset Argument 1
38220 status open
38221
38222 \begin_layout Plain Layout
38223 2cm
38224 \end_layout
38225
38226 \end_inset
38227
38228
38229 \begin_inset Flex Reflectbox
38230 status open
38231
38232 \begin_layout Plain Layout
38233 \begin_inset Tabular
38234 <lyxtabular version="3" rows="2" columns="2">
38235 <features tabularvalignment="middle">
38236 <column alignment="center" valignment="top">
38237 <column alignment="center" valignment="top">
38238 <row>
38239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38240 \begin_inset Text
38241
38242 \begin_layout Plain Layout
38243 q
38244 \end_layout
38245
38246 \end_inset
38247 </cell>
38248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38249 \begin_inset Text
38250
38251 \begin_layout Plain Layout
38252 w
38253 \end_layout
38254
38255 \end_inset
38256 </cell>
38257 </row>
38258 <row>
38259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38260 \begin_inset Text
38261
38262 \begin_layout Plain Layout
38263 e
38264 \end_layout
38265
38266 \end_inset
38267 </cell>
38268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38269 \begin_inset Text
38270
38271 \begin_layout Plain Layout
38272 r
38273 \end_layout
38274
38275 \end_inset
38276 </cell>
38277 </row>
38278 </lyxtabular>
38279
38280 \end_inset
38281
38282
38283 \end_layout
38284
38285 \end_inset
38286
38287
38288 \end_layout
38289
38290 \end_inset
38291
38292  
38293 \begin_inset Flex Resizebox
38294 status open
38295
38296 \begin_layout Plain Layout
38297 \begin_inset Argument 1
38298 status open
38299
38300 \begin_layout Plain Layout
38301 3cm
38302 \end_layout
38303
38304 \end_inset
38305
38306
38307 \begin_inset Flex Reflectbox
38308 status open
38309
38310 \begin_layout Plain Layout
38311 \begin_inset Formula $\int A\,\mathrm{d}x=B$
38312 \end_inset
38313
38314
38315 \end_layout
38316
38317 \end_inset
38318
38319
38320 \end_layout
38321
38322 \end_inset
38323
38324
38325 \begin_inset Index idx
38326 status collapsed
38327
38328 \begin_layout Plain Layout
38329 Figures ! scaled
38330 \end_layout
38331
38332 \end_inset
38333
38334
38335 \begin_inset Index idx
38336 status collapsed
38337
38338 \begin_layout Plain Layout
38339 Table Customization ! Scaling
38340 \end_layout
38341
38342 \end_inset
38343
38344
38345 \end_layout
38346
38347 \begin_layout Standard
38348 When the global formula style 
38349 \series bold
38350 fleqn
38351 \series default
38352  is used in the document
38353 \begin_inset Foot
38354 status collapsed
38355
38356 \begin_layout Plain Layout
38357 When 
38358 \begin_inset Quotes eld
38359 \end_inset
38360
38361 fleqn
38362 \begin_inset Quotes erd
38363 \end_inset
38364
38365  is added to the document class options.
38366 \end_layout
38367
38368 \end_inset
38369
38370 , display style formulas can also be scaled.
38371 \end_layout
38372
38373 \begin_layout Chapter
38374 Objects Surrounded by Text
38375 \begin_inset Index idx
38376 status collapsed
38377
38378 \begin_layout Plain Layout
38379 Surrounded by text
38380 \end_layout
38381
38382 \end_inset
38383
38384
38385 \end_layout
38386
38387 \begin_layout Section
38388 Wrap Floats
38389 \begin_inset CommandInset label
38390 LatexCommand label
38391 name "sec:Wrap-Floats"
38392
38393 \end_inset
38394
38395
38396 \begin_inset Index idx
38397 status collapsed
38398
38399 \begin_layout Plain Layout
38400 Floats ! Wrap Floats
38401 \end_layout
38402
38403 \end_inset
38404
38405
38406 \begin_inset Index idx
38407 status collapsed
38408
38409 \begin_layout Plain Layout
38410 Surrounded by text ! Wrap Floats
38411 \end_layout
38412
38413 \end_inset
38414
38415
38416 \end_layout
38417
38418 \begin_layout Standard
38419 \begin_inset Wrap figure
38420 lines 0
38421 placement l
38422 overhang 1cm
38423 width "40col%"
38424 status open
38425
38426 \begin_layout Plain Layout
38427 \begin_inset Graphics
38428         filename clipart/2D-intensity-plot.pdf
38429         width 40col%
38430         scaleBeforeRotation
38431         rotateOrigin center
38432
38433 \end_inset
38434
38435
38436 \end_layout
38437
38438 \begin_layout Plain Layout
38439 \begin_inset Caption Standard
38440
38441 \begin_layout Plain Layout
38442 \begin_inset CommandInset label
38443 LatexCommand label
38444 name "fig:This-is-a"
38445
38446 \end_inset
38447
38448 This is a figure wrap float.
38449 \end_layout
38450
38451 \end_inset
38452
38453
38454 \end_layout
38455
38456 \end_inset
38457
38458  This float type is used if you want to wrap text around a figure or table
38459  so that it only occupies some fraction of the column width.
38460  It can be inserted using the menu 
38461 \family sans
38462 Insert\SpecialChar menuseparator
38463 Floats\SpecialChar menuseparator
38464 Figure
38465 \begin_inset space ~
38466 \end_inset
38467
38468 Wrap
38469 \begin_inset space ~
38470 \end_inset
38471
38472 Float
38473 \family default
38474  or 
38475 \family sans
38476 Table
38477 \begin_inset space ~
38478 \end_inset
38479
38480 Wrap
38481 \begin_inset space ~
38482 \end_inset
38483
38484 Float
38485 \family default
38486  if the \SpecialChar LaTeX
38487 -package 
38488 \series bold
38489 wrapfig
38490 \series default
38491
38492 \begin_inset Index idx
38493 status collapsed
38494
38495 \begin_layout Plain Layout
38496 \SpecialChar LaTeX
38497 -packages ! wrapfig
38498 \end_layout
38499
38500 \end_inset
38501
38502  is installed.
38503 \begin_inset Foot
38504 status collapsed
38505
38506 \begin_layout Plain Layout
38507 Installing a \SpecialChar LaTeX
38508 -package is explained it in the 
38509 \emph on
38510 \SpecialChar LaTeX
38511
38512 \begin_inset space ~
38513 \end_inset
38514
38515 Configuration
38516 \emph default
38517  manual.
38518 \end_layout
38519
38520 \end_inset
38521
38522  The settings of the float can be modified by right-clicking on the float
38523  box.
38524  The mandatory settings are the float 
38525 \family sans
38526 Placement
38527 \family default
38528  and its 
38529 \family sans
38530 Width
38531 \family default
38532 .
38533  Optional are the 
38534 \family sans
38535 Overhang
38536 \family default
38537  that specifies how much the float is set into the paragraph
38538 \begin_inset space \thinspace{}
38539 \end_inset
38540
38541 /
38542 \begin_inset space \thinspace{}
38543 \end_inset
38544
38545 page margin, and the 
38546 \family sans
38547 Line
38548 \begin_inset space ~
38549 \end_inset
38550
38551 span
38552 \family default
38553  that specifies how many text lines the float will approximately need.
38554  The line span is often hard to approximate; so it is better only to use
38555  it when you encounter float placement problems.
38556  You can furthermore decide if \SpecialChar LaTeX
38557  is allowed to let the float float within
38558  the paragraph or to surrounding paragraphs.
38559  Figure
38560 \begin_inset space ~
38561 \end_inset
38562
38563
38564 \begin_inset CommandInset ref
38565 LatexCommand ref
38566 reference "fig:This-is-a"
38567
38568 \end_inset
38569
38570  is an example text wrap float with a width of 40
38571 \begin_inset space \thinspace{}
38572 \end_inset
38573
38574 col%, 1
38575 \begin_inset space \thinspace{}
38576 \end_inset
38577
38578 cm overhang, set to the left.
38579 \end_layout
38580
38581 \begin_layout Standard
38582 \begin_inset Note Greyedout
38583 status open
38584
38585 \begin_layout Plain Layout
38586
38587 \series bold
38588 Note:
38589 \series default
38590  Text
38591 \begin_inset space ~
38592 \end_inset
38593
38594 wrap float floats are fragile! E.
38595 \begin_inset space \thinspace{}
38596 \end_inset
38597
38598 g.
38599 \begin_inset space \space{}
38600 \end_inset
38601
38602 having a figure too close to the bottom of the page can mess things up in
38603  such a way that the float does not appear in the output or that it is placed
38604  over some other text.
38605 \end_layout
38606
38607 \end_inset
38608
38609
38610 \end_layout
38611
38612 \begin_layout Standard
38613 In general, the following applies for wrap floats:
38614 \end_layout
38615
38616 \begin_layout Itemize
38617 They should not be placed in paragraphs that run over a page break.
38618  That means that wrap floats are better inserted in their exact place when
38619  the document is almost finished and you are able to estimate where page
38620  breaks will appear.
38621 \end_layout
38622
38623 \begin_layout Itemize
38624 They should either be placed in their own paragraph before the paragraph
38625  where they should wrap into or within a paragraph.
38626 \end_layout
38627
38628 \begin_layout Itemize
38629 In consecutive paragraphs they may cause troubles, so ensure that there
38630  is a text paragraph between them as separator.
38631 \end_layout
38632
38633 \begin_layout Itemize
38634 They are not allowed in section headings or tables.
38635 \end_layout
38636
38637 \begin_layout Itemize
38638 Their numbering and referencing works as described in chap.
38639 \begin_inset space \thinspace{}
38640 \end_inset
38641
38642
38643 \begin_inset CommandInset ref
38644 LatexCommand ref
38645 reference "chap:Floats"
38646
38647 \end_inset
38648
38649 .
38650 \end_layout
38651
38652 \begin_layout Section
38653 Surrounded Fixed Objects
38654 \begin_inset Index idx
38655 status collapsed
38656
38657 \begin_layout Plain Layout
38658 Surrounded by text ! Fixed objects
38659 \end_layout
38660
38661 \end_inset
38662
38663
38664 \end_layout
38665
38666 \begin_layout Standard
38667 The wrap floats described in sec.
38668 \begin_inset space \thinspace{}
38669 \end_inset
38670
38671
38672 \begin_inset CommandInset ref
38673 LatexCommand ref
38674 reference "sec:Wrap-Floats"
38675
38676 \end_inset
38677
38678  have these positions in the paragraph:
38679 \end_layout
38680
38681 \begin_layout Standard
38682 \noindent
38683 \align center
38684 \begin_inset Tabular
38685 <lyxtabular version="3" rows="2" columns="2">
38686 <features tabularvalignment="middle">
38687 <column alignment="center" valignment="top">
38688 <column alignment="center" valignment="top">
38689 <row>
38690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38691 \begin_inset Text
38692
38693 \begin_layout Plain Layout
38694 \begin_inset Info
38695 type  "icon"
38696 arg   "dialog-show-new-inset graphics"
38697 \end_inset
38698
38699
38700 \end_layout
38701
38702 \end_inset
38703 </cell>
38704 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38705 \begin_inset Text
38706
38707 \begin_layout Plain Layout
38708 text
38709 \end_layout
38710
38711 \end_inset
38712 </cell>
38713 </row>
38714 <row>
38715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38716 \begin_inset Text
38717
38718 \begin_layout Plain Layout
38719 text
38720 \end_layout
38721
38722 \end_inset
38723 </cell>
38724 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38725 \begin_inset Text
38726
38727 \begin_layout Plain Layout
38728 text
38729 \end_layout
38730
38731 \end_inset
38732 </cell>
38733 </row>
38734 </lyxtabular>
38735
38736 \end_inset
38737
38738  or 
38739 \begin_inset Tabular
38740 <lyxtabular version="3" rows="2" columns="2">
38741 <features tabularvalignment="middle">
38742 <column alignment="center" valignment="top">
38743 <column alignment="center" valignment="top">
38744 <row>
38745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38746 \begin_inset Text
38747
38748 \begin_layout Plain Layout
38749 text
38750 \end_layout
38751
38752 \end_inset
38753 </cell>
38754 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38755 \begin_inset Text
38756
38757 \begin_layout Plain Layout
38758 \begin_inset Info
38759 type  "icon"
38760 arg   "dialog-show-new-inset graphics"
38761 \end_inset
38762
38763
38764 \end_layout
38765
38766 \end_inset
38767 </cell>
38768 </row>
38769 <row>
38770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38771 \begin_inset Text
38772
38773 \begin_layout Plain Layout
38774 text
38775 \end_layout
38776
38777 \end_inset
38778 </cell>
38779 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38780 \begin_inset Text
38781
38782 \begin_layout Plain Layout
38783 text
38784 \end_layout
38785
38786 \end_inset
38787 </cell>
38788 </row>
38789 </lyxtabular>
38790
38791 \end_inset
38792
38793
38794 \end_layout
38795
38796 \begin_layout Standard
38797 To get an object exactly at the position where it is inserted, for example
38798  to get one of these positions:
38799 \begin_inset VSpace defskip
38800 \end_inset
38801
38802
38803 \end_layout
38804
38805 \begin_layout Standard
38806 \noindent
38807 \align center
38808 \begin_inset Tabular
38809 <lyxtabular version="3" rows="2" columns="2">
38810 <features tabularvalignment="middle">
38811 <column alignment="center" valignment="top">
38812 <column alignment="center" valignment="top">
38813 <row>
38814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38815 \begin_inset Text
38816
38817 \begin_layout Plain Layout
38818 text
38819 \end_layout
38820
38821 \end_inset
38822 </cell>
38823 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38824 \begin_inset Text
38825
38826 \begin_layout Plain Layout
38827 text
38828 \end_layout
38829
38830 \end_inset
38831 </cell>
38832 </row>
38833 <row>
38834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38835 \begin_inset Text
38836
38837 \begin_layout Plain Layout
38838 \begin_inset Info
38839 type  "icon"
38840 arg   "dialog-show-new-inset graphics"
38841 \end_inset
38842
38843
38844 \end_layout
38845
38846 \end_inset
38847 </cell>
38848 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38849 \begin_inset Text
38850
38851 \begin_layout Plain Layout
38852 text
38853 \end_layout
38854
38855 \end_inset
38856 </cell>
38857 </row>
38858 </lyxtabular>
38859
38860 \end_inset
38861
38862  
38863 \begin_inset Tabular
38864 <lyxtabular version="3" rows="2" columns="2">
38865 <features tabularvalignment="middle">
38866 <column alignment="center" valignment="top">
38867 <column alignment="center" valignment="top">
38868 <row>
38869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38870 \begin_inset Text
38871
38872 \begin_layout Plain Layout
38873 text
38874 \end_layout
38875
38876 \end_inset
38877 </cell>
38878 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38879 \begin_inset Text
38880
38881 \begin_layout Plain Layout
38882 text
38883 \end_layout
38884
38885 \end_inset
38886 </cell>
38887 </row>
38888 <row>
38889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38890 \begin_inset Text
38891
38892 \begin_layout Plain Layout
38893 text
38894 \end_layout
38895
38896 \end_inset
38897 </cell>
38898 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38899 \begin_inset Text
38900
38901 \begin_layout Plain Layout
38902 \begin_inset Info
38903 type  "icon"
38904 arg   "dialog-show-new-inset graphics"
38905 \end_inset
38906
38907
38908 \end_layout
38909
38910 \end_inset
38911 </cell>
38912 </row>
38913 </lyxtabular>
38914
38915 \end_inset
38916
38917  
38918 \begin_inset Tabular
38919 <lyxtabular version="3" rows="2" columns="3">
38920 <features tabularvalignment="middle">
38921 <column alignment="center" valignment="top">
38922 <column alignment="center" valignment="top">
38923 <column alignment="center" valignment="top">
38924 <row>
38925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38926 \begin_inset Text
38927
38928 \begin_layout Plain Layout
38929 text
38930 \end_layout
38931
38932 \end_inset
38933 </cell>
38934 <cell alignment="center" valignment="top" topline="true" usebox="none">
38935 \begin_inset Text
38936
38937 \begin_layout Plain Layout
38938 \begin_inset Info
38939 type  "icon"
38940 arg   "dialog-show-new-inset graphics"
38941 \end_inset
38942
38943
38944 \end_layout
38945
38946 \end_inset
38947 </cell>
38948 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38949 \begin_inset Text
38950
38951 \begin_layout Plain Layout
38952 text
38953 \end_layout
38954
38955 \end_inset
38956 </cell>
38957 </row>
38958 <row>
38959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38960 \begin_inset Text
38961
38962 \begin_layout Plain Layout
38963 text
38964 \end_layout
38965
38966 \end_inset
38967 </cell>
38968 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38969 \begin_inset Text
38970
38971 \begin_layout Plain Layout
38972 text
38973 \end_layout
38974
38975 \end_inset
38976 </cell>
38977 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38978 \begin_inset Text
38979
38980 \begin_layout Plain Layout
38981 text
38982 \end_layout
38983
38984 \end_inset
38985 </cell>
38986 </row>
38987 </lyxtabular>
38988
38989 \end_inset
38990
38991  
38992 \begin_inset Tabular
38993 <lyxtabular version="3" rows="2" columns="3">
38994 <features tabularvalignment="middle">
38995 <column alignment="center" valignment="top">
38996 <column alignment="center" valignment="top">
38997 <column alignment="center" valignment="top">
38998 <row>
38999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39000 \begin_inset Text
39001
39002 \begin_layout Plain Layout
39003 text
39004 \end_layout
39005
39006 \end_inset
39007 </cell>
39008 <cell alignment="center" valignment="top" topline="true" usebox="none">
39009 \begin_inset Text
39010
39011 \begin_layout Plain Layout
39012 text
39013 \end_layout
39014
39015 \end_inset
39016 </cell>
39017 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39018 \begin_inset Text
39019
39020 \begin_layout Plain Layout
39021 text
39022 \end_layout
39023
39024 \end_inset
39025 </cell>
39026 </row>
39027 <row>
39028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39029 \begin_inset Text
39030
39031 \begin_layout Plain Layout
39032 text
39033 \end_layout
39034
39035 \end_inset
39036 </cell>
39037 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39038 \begin_inset Text
39039
39040 \begin_layout Plain Layout
39041 \begin_inset Info
39042 type  "icon"
39043 arg   "dialog-show-new-inset graphics"
39044 \end_inset
39045
39046
39047 \end_layout
39048
39049 \end_inset
39050 </cell>
39051 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39052 \begin_inset Text
39053
39054 \begin_layout Plain Layout
39055 text
39056 \end_layout
39057
39058 \end_inset
39059 </cell>
39060 </row>
39061 </lyxtabular>
39062
39063 \end_inset
39064
39065
39066 \end_layout
39067
39068 \begin_layout Standard
39069 \noindent
39070 \align center
39071 \begin_inset Tabular
39072 <lyxtabular version="3" rows="3" columns="2">
39073 <features tabularvalignment="middle">
39074 <column alignment="center" valignment="top">
39075 <column alignment="center" valignment="top">
39076 <row>
39077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39078 \begin_inset Text
39079
39080 \begin_layout Plain Layout
39081 text
39082 \end_layout
39083
39084 \end_inset
39085 </cell>
39086 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39087 \begin_inset Text
39088
39089 \begin_layout Plain Layout
39090 text
39091 \end_layout
39092
39093 \end_inset
39094 </cell>
39095 </row>
39096 <row>
39097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39098 \begin_inset Text
39099
39100 \begin_layout Plain Layout
39101 \begin_inset Info
39102 type  "icon"
39103 arg   "dialog-show-new-inset graphics"
39104 \end_inset
39105
39106
39107 \end_layout
39108
39109 \end_inset
39110 </cell>
39111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39112 \begin_inset Text
39113
39114 \begin_layout Plain Layout
39115 text
39116 \end_layout
39117
39118 \end_inset
39119 </cell>
39120 </row>
39121 <row>
39122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39123 \begin_inset Text
39124
39125 \begin_layout Plain Layout
39126 text
39127 \end_layout
39128
39129 \end_inset
39130 </cell>
39131 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39132 \begin_inset Text
39133
39134 \begin_layout Plain Layout
39135 text
39136 \end_layout
39137
39138 \end_inset
39139 </cell>
39140 </row>
39141 </lyxtabular>
39142
39143 \end_inset
39144
39145  
39146 \begin_inset Tabular
39147 <lyxtabular version="3" rows="3" columns="3">
39148 <features tabularvalignment="middle">
39149 <column alignment="center" valignment="top">
39150 <column alignment="center" valignment="top">
39151 <column alignment="center" valignment="top">
39152 <row>
39153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39154 \begin_inset Text
39155
39156 \begin_layout Plain Layout
39157 text
39158 \end_layout
39159
39160 \end_inset
39161 </cell>
39162 <cell alignment="center" valignment="top" topline="true" usebox="none">
39163 \begin_inset Text
39164
39165 \begin_layout Plain Layout
39166 text
39167 \end_layout
39168
39169 \end_inset
39170 </cell>
39171 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39172 \begin_inset Text
39173
39174 \begin_layout Plain Layout
39175 text
39176 \end_layout
39177
39178 \end_inset
39179 </cell>
39180 </row>
39181 <row>
39182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39183 \begin_inset Text
39184
39185 \begin_layout Plain Layout
39186 text
39187 \end_layout
39188
39189 \end_inset
39190 </cell>
39191 <cell alignment="center" valignment="top" usebox="none">
39192 \begin_inset Text
39193
39194 \begin_layout Plain Layout
39195 \begin_inset Info
39196 type  "icon"
39197 arg   "dialog-show-new-inset graphics"
39198 \end_inset
39199
39200
39201 \end_layout
39202
39203 \end_inset
39204 </cell>
39205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39206 \begin_inset Text
39207
39208 \begin_layout Plain Layout
39209 text
39210 \end_layout
39211
39212 \end_inset
39213 </cell>
39214 </row>
39215 <row>
39216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39217 \begin_inset Text
39218
39219 \begin_layout Plain Layout
39220 text
39221 \end_layout
39222
39223 \end_inset
39224 </cell>
39225 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39226 \begin_inset Text
39227
39228 \begin_layout Plain Layout
39229 text
39230 \end_layout
39231
39232 \end_inset
39233 </cell>
39234 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39235 \begin_inset Text
39236
39237 \begin_layout Plain Layout
39238 text
39239 \end_layout
39240
39241 \end_inset
39242 </cell>
39243 </row>
39244 </lyxtabular>
39245
39246 \end_inset
39247
39248  
39249 \begin_inset Tabular
39250 <lyxtabular version="3" rows="3" columns="2">
39251 <features tabularvalignment="middle">
39252 <column alignment="center" valignment="top">
39253 <column alignment="center" valignment="top">
39254 <row>
39255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39256 \begin_inset Text
39257
39258 \begin_layout Plain Layout
39259 text
39260 \end_layout
39261
39262 \end_inset
39263 </cell>
39264 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39265 \begin_inset Text
39266
39267 \begin_layout Plain Layout
39268 text
39269 \end_layout
39270
39271 \end_inset
39272 </cell>
39273 </row>
39274 <row>
39275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39276 \begin_inset Text
39277
39278 \begin_layout Plain Layout
39279 text
39280 \end_layout
39281
39282 \end_inset
39283 </cell>
39284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39285 \begin_inset Text
39286
39287 \begin_layout Plain Layout
39288 \begin_inset Info
39289 type  "icon"
39290 arg   "dialog-show-new-inset graphics"
39291 \end_inset
39292
39293
39294 \end_layout
39295
39296 \end_inset
39297 </cell>
39298 </row>
39299 <row>
39300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39301 \begin_inset Text
39302
39303 \begin_layout Plain Layout
39304 text
39305 \end_layout
39306
39307 \end_inset
39308 </cell>
39309 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39310 \begin_inset Text
39311
39312 \begin_layout Plain Layout
39313 text
39314 \end_layout
39315
39316 \end_inset
39317 </cell>
39318 </row>
39319 </lyxtabular>
39320
39321 \end_inset
39322
39323
39324 \end_layout
39325
39326 \begin_layout Standard
39327 \noindent
39328 you can use the \SpecialChar LaTeX
39329 -package 
39330 \series bold
39331 picinpar
39332 \series default
39333
39334 \begin_inset Index idx
39335 status collapsed
39336
39337 \begin_layout Plain Layout
39338 \SpecialChar LaTeX
39339 -packages ! picinpar
39340 \end_layout
39341
39342 \end_inset
39343
39344 .
39345  Here is an example:
39346 \end_layout
39347
39348 \begin_layout Standard
39349 \begin_inset ERT
39350 status collapsed
39351
39352 \begin_layout Plain Layout
39353
39354
39355 \backslash
39356 ifpicinpar
39357 \end_layout
39358
39359 \end_inset
39360
39361
39362 \begin_inset Note Note
39363 status open
39364
39365 \begin_layout Plain Layout
39366 The following section will only be displayed when the \SpecialChar LaTeX
39367 -package 
39368 \series bold
39369 picinpar
39370 \series default
39371  is installed.
39372 \end_layout
39373
39374 \end_inset
39375
39376
39377 \end_layout
39378
39379 \begin_layout Standard
39380 \begin_inset ERT
39381 status collapsed
39382
39383 \begin_layout Plain Layout
39384
39385
39386 \backslash
39387 begin{window}[2,c,{
39388 \end_layout
39389
39390 \end_inset
39391
39392
39393 \begin_inset Graphics
39394         filename clipart/2D-intensity-plot.pdf
39395         lyxscale 60
39396         width 40col%
39397         scaleBeforeRotation
39398         rotateOrigin center
39399
39400 \end_inset
39401
39402
39403 \begin_inset ERT
39404 status collapsed
39405
39406 \begin_layout Plain Layout
39407
39408 },]
39409 \end_layout
39410
39411 \begin_layout Plain Layout
39412
39413 {}
39414 \end_layout
39415
39416 \end_inset
39417
39418
39419 \size small
39420 It was in the spring of the year 1894 that all London was interested, and
39421  the fashionable world dismayed, by the murder of the Honourable Ronald
39422  Adair under most unusual and inexplicable circumstances.
39423  The public has already learned those particulars of the crime which
39424 \size default
39425
39426 \begin_inset ERT
39427 status collapsed
39428
39429 \begin_layout Plain Layout
39430
39431
39432 \backslash
39433 footnotemark{}
39434 \end_layout
39435
39436 \end_inset
39437
39438
39439 \size small
39440  came out in the police investigation, but a good deal was suppressed upon
39441  that occasion, since the case for the prosecution was so overwhelmingly
39442  strong that it was not necessary to bring forward all the facts.
39443  Only now, at the end of nearly ten years, am I allowed to supply those
39444  missing links which make up the whole of that remarkable chain.
39445 \size default
39446
39447 \begin_inset ERT
39448 status collapsed
39449
39450 \begin_layout Plain Layout
39451
39452
39453 \backslash
39454 end{window}
39455 \end_layout
39456
39457 \end_inset
39458
39459
39460 \end_layout
39461
39462 \begin_layout Standard
39463 \begin_inset ERT
39464 status collapsed
39465
39466 \begin_layout Plain Layout
39467
39468
39469 \backslash
39470 footnotetext{
39471 \end_layout
39472
39473 \end_inset
39474
39475 Footnote of the paragraph with the fixed object.
39476 \begin_inset ERT
39477 status collapsed
39478
39479 \begin_layout Plain Layout
39480
39481 }
39482 \end_layout
39483
39484 \end_inset
39485
39486
39487 \end_layout
39488
39489 \begin_layout Standard
39490 Surrounded fixed objects are used to let text float around them, at which
39491  the object's position in the paragraph can be determined by the number
39492  of lines above it.
39493  In contrary to floats is it not possible to have a numbered caption.
39494 \end_layout
39495
39496 \begin_layout Standard
39497 A fixed object is inserted by adding the command
39498 \end_layout
39499
39500 \begin_layout Standard
39501
39502 \series bold
39503
39504 \backslash
39505 begin{window}[2,c,{
39506 \end_layout
39507
39508 \begin_layout Standard
39509 as \SpecialChar TeX
39510  Code at the beginning of the paragraph.
39511  The first parameter in the bracket, here '2', defines the number of lines
39512  above the object, the second, here 'c', the position of the object.
39513  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
39514  Behind the command you insert the object.
39515  In this example an image with a width of 40
39516 \begin_inset space \thinspace{}
39517 \end_inset
39518
39519 % of the text column width was inserted.
39520  The object can also be a table, a box or an equation.
39521  Behind the object the command
39522 \end_layout
39523
39524 \begin_layout Standard
39525
39526 \series bold
39527 },description text]
39528 \begin_inset Newline newline
39529 \end_inset
39530
39531 {}
39532 \end_layout
39533
39534 \begin_layout Standard
39535 is inserted.
39536  Note that the 
39537 \begin_inset Quotes eld
39538 \end_inset
39539
39540
39541 \series bold
39542 {}
39543 \series default
39544
39545 \begin_inset Quotes erd
39546 \end_inset
39547
39548  is in the second line.
39549  The description text is optional.
39550  The text surrounding the object must be in the same paragraph as the object,
39551  so it must begin directly after the 
39552 \series bold
39553 {}
39554 \series default
39555 .
39556  At the end of the paragraph insert the command:
39557 \end_layout
39558
39559 \begin_layout Standard
39560
39561 \series bold
39562
39563 \backslash
39564 end{window}
39565 \end_layout
39566
39567 \begin_layout Standard
39568 Within a paragraph with a fixed object, you cannot insert footnotes in the
39569  normal way.
39570  You have to use instead the command 
39571 \series bold
39572
39573 \backslash
39574 footnotemark
39575 \series default
39576  inside the paragraph and outside the command 
39577 \series bold
39578
39579 \backslash
39580 footnotetext
39581 \series default
39582  as described in sec.
39583 \begin_inset space \thinspace{}
39584 \end_inset
39585
39586
39587 \begin_inset CommandInset ref
39588 LatexCommand ref
39589 reference "sec:Footnotes"
39590
39591 \end_inset
39592
39593 .
39594 \end_layout
39595
39596 \begin_layout Standard
39597 \begin_inset ERT
39598 status collapsed
39599
39600 \begin_layout Plain Layout
39601
39602
39603 \backslash
39604 else
39605 \end_layout
39606
39607 \end_inset
39608
39609
39610 \begin_inset Note Note
39611 status open
39612
39613 \begin_layout Plain Layout
39614 The following will be displayed when the \SpecialChar LaTeX
39615 -package 
39616 \series bold
39617 picinpar
39618 \series default
39619  is not installed:
39620 \end_layout
39621
39622 \end_inset
39623
39624
39625 \end_layout
39626
39627 \begin_layout Standard
39628 You need to install the \SpecialChar LaTeX
39629 -package 
39630 \series bold
39631 picinpar
39632 \series default
39633  to see the following part of this section in the output.
39634 \end_layout
39635
39636 \begin_layout Standard
39637 \begin_inset ERT
39638 status collapsed
39639
39640 \begin_layout Plain Layout
39641
39642
39643 \backslash
39644 fi
39645 \end_layout
39646
39647 \end_inset
39648
39649
39650 \end_layout
39651
39652 \begin_layout Section
39653 Initials
39654 \begin_inset Index idx
39655 status collapsed
39656
39657 \begin_layout Plain Layout
39658 Initials
39659 \end_layout
39660
39661 \end_inset
39662
39663
39664 \begin_inset Index idx
39665 status collapsed
39666
39667 \begin_layout Plain Layout
39668 Surrounded by text ! Initials
39669 \end_layout
39670
39671 \end_inset
39672
39673
39674 \end_layout
39675
39676 \begin_layout Standard
39677 To use initials, you must have the \SpecialChar LaTeX
39678 -package 
39679 \series bold
39680 lettrine
39681 \series default
39682
39683 \begin_inset Index idx
39684 status collapsed
39685
39686 \begin_layout Plain Layout
39687 \SpecialChar LaTeX
39688 -packages ! lettrine
39689 \end_layout
39690
39691 \end_inset
39692
39693  installed and use the module 
39694 \family sans
39695 Initials
39696 \family default
39697  in your document (menu 
39698 \family sans
39699 Document\SpecialChar menuseparator
39700 Settings\SpecialChar menuseparator
39701 Modules
39702 \family default
39703 ).
39704  To insert an initial, use the style 
39705 \family sans
39706 Initial
39707 \family default
39708 .
39709  This style has a mandatory and two optional arguments.
39710  The arguments are inserted via the 
39711 \family sans
39712 Insert
39713 \family default
39714  menu.
39715  The mandatory argument 
39716 \family sans
39717 Initial
39718 \family default
39719  contains the letter(s) that is the initial, the argument 
39720 \family sans
39721 Rest
39722 \begin_inset space ~
39723 \end_inset
39724
39725 of
39726 \begin_inset space ~
39727 \end_inset
39728
39729 Initial
39730 \family default
39731  contains the rest of the word or text of the initial letter(s).
39732  The argument 
39733 \family sans
39734 Options
39735 \family default
39736  contains parameters to modify the initial.
39737  For more information about the possible parameters see the documentation
39738  of 
39739 \series bold
39740 lettrine
39741 \series default
39742
39743 \begin_inset CommandInset citation
39744 LatexCommand cite
39745 key "lettrine"
39746 literal "true"
39747
39748 \end_inset
39749
39750 .
39751  The style itself contains the text that is surrounding the initial.
39752  The usual style is hereby that the word whose first letter is the initial,
39753  is printed with 
39754 \shape smallcaps
39755 small caps
39756 \shape default
39757 .
39758 \end_layout
39759
39760 \begin_layout Standard
39761 Here are some examples:
39762 \end_layout
39763
39764 \begin_layout Standard
39765 \begin_inset ERT
39766 status collapsed
39767
39768 \begin_layout Plain Layout
39769
39770
39771 \backslash
39772 iflettrine
39773 \end_layout
39774
39775 \end_inset
39776
39777
39778 \begin_inset Note Note
39779 status open
39780
39781 \begin_layout Plain Layout
39782 The following section will only be displayed when the \SpecialChar LaTeX
39783 -package 
39784 \series bold
39785 lettrine
39786 \series default
39787  is installed.
39788 \end_layout
39789
39790 \end_inset
39791
39792
39793 \end_layout
39794
39795 \begin_layout Enumerate
39796 No optional argument, the initial is the letter 'I' in the math font 
39797 \begin_inset Formula $\mathfrak{Fraktur}$
39798 \end_inset
39799
39800 :
39801 \end_layout
39802
39803 \begin_deeper
39804 \begin_layout Initial
39805 \begin_inset Argument 2
39806 status open
39807
39808 \begin_layout Plain Layout
39809 \begin_inset Formula $\mathfrak{I}$
39810 \end_inset
39811
39812
39813 \end_layout
39814
39815 \end_inset
39816
39817
39818 \begin_inset Argument 3
39819 status open
39820
39821 \begin_layout Plain Layout
39822 t
39823 \end_layout
39824
39825 \end_inset
39826
39827  was in the spring of the year 1894 that all London was interested, and
39828  the fashionable world dismayed, by the murder of the Honourable Ronald
39829  Adair under most unusual and inexplicable circumstances.
39830  The public has already learned those particulars of the crime which came
39831  out in the police investigation, but a good deal was suppressed upon that
39832  occasion, since the case for the prosecution was so overwhelmingly strong
39833  that it was not necessary to bring forward all the facts.
39834 \begin_inset Newpage newpage
39835 \end_inset
39836
39837
39838 \end_layout
39839
39840 \end_deeper
39841 \begin_layout Enumerate
39842 Only one line is surrounding the initial, which is formed by two letters
39843  in standard font and no text is printed in small caps:
39844 \end_layout
39845
39846 \begin_deeper
39847 \begin_layout Initial
39848 \begin_inset Argument 1
39849 status open
39850
39851 \begin_layout Plain Layout
39852 lines=1
39853 \end_layout
39854
39855 \end_inset
39856
39857
39858 \begin_inset Argument 2
39859 status open
39860
39861 \begin_layout Plain Layout
39862 It
39863 \end_layout
39864
39865 \end_inset
39866
39867  was in the spring of the year 1894 that all London was interested, and
39868  the fashionable world dismayed, by the murder of the Honourable Ronald
39869  Adair under most unusual and inexplicable circumstances.
39870  The public has already learned those particulars of the crime which came
39871  out in the police investigation, but a good deal was suppressed upon that
39872  occasion, since the case for the prosecution was so overwhelmingly strong
39873  that it was not necessary to bring forward all the facts.
39874 \end_layout
39875
39876 \end_deeper
39877 \begin_layout Enumerate
39878 Magenta, hanging initial over 3
39879 \begin_inset space ~
39880 \end_inset
39881
39882 lines in the math font 
39883 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39884 \end_inset
39885
39886 , the text 
39887 \begin_inset Quotes eld
39888 \end_inset
39889
39890 t was in the spring
39891 \begin_inset Quotes erd
39892 \end_inset
39893
39894  is in 
39895 \shape smallcaps
39896 small caps
39897 \shape default
39898 ; to color the initial, you must insert this command before the initial:
39899 \begin_inset Newline newline
39900 \end_inset
39901
39902
39903 \series bold
39904
39905 \backslash
39906 renewcommand{
39907 \backslash
39908 LettrineFontHook}{
39909 \backslash
39910 color{color}}
39911 \series default
39912
39913 \begin_inset Newline newline
39914 \end_inset
39915
39916 where the second 
39917 \emph on
39918 color
39919 \emph default
39920  can be 
39921 \begin_inset Quotes eld
39922 \end_inset
39923
39924 red
39925 \begin_inset Quotes erd
39926 \end_inset
39927
39928
39929 \begin_inset Quotes eld
39930 \end_inset
39931
39932 blue
39933 \begin_inset Quotes erd
39934 \end_inset
39935
39936
39937 \begin_inset Quotes eld
39938 \end_inset
39939
39940 green
39941 \begin_inset Quotes erd
39942 \end_inset
39943
39944
39945 \begin_inset Quotes eld
39946 \end_inset
39947
39948 yellow
39949 \begin_inset Quotes erd
39950 \end_inset
39951
39952
39953 \begin_inset Quotes eld
39954 \end_inset
39955
39956 cyan
39957 \begin_inset Quotes erd
39958 \end_inset
39959
39960
39961 \begin_inset Quotes eld
39962 \end_inset
39963
39964 magenta
39965 \begin_inset Quotes erd
39966 \end_inset
39967
39968
39969 \begin_inset Quotes eld
39970 \end_inset
39971
39972 black
39973 \begin_inset Quotes erd
39974 \end_inset
39975
39976  or 
39977 \begin_inset Quotes eld
39978 \end_inset
39979
39980 white
39981 \begin_inset Quotes erd
39982 \end_inset
39983
39984 , and add this command to the document preamble:
39985 \begin_inset Newline newline
39986 \end_inset
39987
39988
39989 \series bold
39990
39991 \backslash
39992 @ifundefined{textcolor}
39993 \begin_inset Newline newline
39994 \end_inset
39995
39996
39997 \begin_inset space ~
39998 \end_inset
39999
40000 {
40001 \backslash
40002 usepackage{color}}{}
40003 \end_layout
40004
40005 \begin_deeper
40006 \begin_layout Standard
40007 \begin_inset ERT
40008 status collapsed
40009
40010 \begin_layout Plain Layout
40011
40012
40013 \backslash
40014 renewcommand{
40015 \backslash
40016 LettrineFontHook}{
40017 \backslash
40018 color{magenta}}
40019 \end_layout
40020
40021 \end_inset
40022
40023
40024 \begin_inset Note Note
40025 status collapsed
40026
40027 \begin_layout Plain Layout
40028 makes the initial magenta
40029 \end_layout
40030
40031 \end_inset
40032
40033
40034 \end_layout
40035
40036 \begin_layout Initial
40037 \begin_inset Argument 1
40038 status open
40039
40040 \begin_layout Plain Layout
40041 lines=3, lhang=0.33, loversize=0.25
40042 \end_layout
40043
40044 \end_inset
40045
40046
40047 \begin_inset Argument 2
40048 status open
40049
40050 \begin_layout Plain Layout
40051 \begin_inset Formula $\mathcal{I}$
40052 \end_inset
40053
40054
40055 \end_layout
40056
40057 \end_inset
40058
40059
40060 \begin_inset Argument 3
40061 status open
40062
40063 \begin_layout Plain Layout
40064 t was in the spring
40065 \end_layout
40066
40067 \end_inset
40068
40069  of the year 1894 that all London was interested, and the fashionable world
40070  dismayed, by the murder of the Honourable Ronald Adair under most unusual
40071  and inexplicable circumstances.
40072  The public has already learned those particulars of the crime which came
40073  out in the police investigation, but a good deal was suppressed upon that
40074  occasion, since the case for the prosecution was so overwhelmingly strong
40075  that it was not necessary to bring forward all the facts.
40076 \end_layout
40077
40078 \end_deeper
40079 \begin_layout Standard
40080 \begin_inset ERT
40081 status collapsed
40082
40083 \begin_layout Plain Layout
40084
40085
40086 \backslash
40087 else
40088 \end_layout
40089
40090 \end_inset
40091
40092
40093 \begin_inset Note Note
40094 status open
40095
40096 \begin_layout Plain Layout
40097 The following will be displayed when the \SpecialChar LaTeX
40098 -package 
40099 \series bold
40100 lettrine
40101 \series default
40102  is not installed:
40103 \end_layout
40104
40105 \end_inset
40106
40107
40108 \end_layout
40109
40110 \begin_layout Standard
40111 You need to install the \SpecialChar LaTeX
40112 -package 
40113 \series bold
40114 lettrine
40115 \series default
40116  to see the following part of this section in the output.
40117 \end_layout
40118
40119 \begin_layout Standard
40120 \begin_inset ERT
40121 status collapsed
40122
40123 \begin_layout Plain Layout
40124
40125
40126 \backslash
40127 fi
40128 \end_layout
40129
40130 \end_inset
40131
40132
40133 \end_layout
40134
40135 \begin_layout Chapter
40136 External Document Parts
40137 \begin_inset Index idx
40138 status collapsed
40139
40140 \begin_layout Plain Layout
40141 External Document Parts
40142 \end_layout
40143
40144 \end_inset
40145
40146
40147 \end_layout
40148
40149 \begin_layout Standard
40150 With the menu 
40151 \family sans
40152 Insert\SpecialChar menuseparator
40153 File
40154 \family default
40155  you can insert external material into your document.
40156  This can be:
40157 \end_layout
40158
40159 \begin_layout Description
40160 LyX
40161 \begin_inset space ~
40162 \end_inset
40163
40164 Document Another \SpecialChar LyX
40165  document; its content is directly inserted to your document.
40166 \end_layout
40167
40168 \begin_layout Description
40169 Plain
40170 \begin_inset space ~
40171 \end_inset
40172
40173 Text A text document; each line is inserted in your document as a separate
40174  paragraph.
40175 \end_layout
40176
40177 \begin_layout Description
40178 Plain
40179 \begin_inset space ~
40180 \end_inset
40181
40182 Text,
40183 \begin_inset space ~
40184 \end_inset
40185
40186 Join
40187 \begin_inset space ~
40188 \end_inset
40189
40190 Lines A text document; text lines are inserted in your document continuously
40191  but an empty text line creates a new paragraph.
40192 \end_layout
40193
40194 \begin_layout Description
40195 External
40196 \begin_inset space ~
40197 \end_inset
40198
40199 Material Files in various formats.
40200 \end_layout
40201
40202 \begin_layout Description
40203 Child
40204 \begin_inset space ~
40205 \end_inset
40206
40207 Document \SpecialChar LyX
40208  or \SpecialChar LaTeX
40209  documents.
40210 \end_layout
40211
40212 \begin_layout Section
40213 External Material
40214 \begin_inset Index idx
40215 status collapsed
40216
40217 \begin_layout Plain Layout
40218 External Document Parts ! External Material
40219 \end_layout
40220
40221 \end_inset
40222
40223
40224 \end_layout
40225
40226 \begin_layout Standard
40227 The external material feature allows you to insert files into your document
40228  without converting them to a format that can be read by the document output
40229  format.
40230  \SpecialChar LyX
40231  takes care of the necessary conversions.
40232  This is similar to images that can be inserted in various image formats
40233  in \SpecialChar LyX
40234  documents.
40235  When you have enabled Instant Preview in \SpecialChar LyX
40236 's preferences under 
40237 \family sans
40238 Look
40239 \begin_inset space ~
40240 \end_inset
40241
40242 and
40243 \begin_inset space ~
40244 \end_inset
40245
40246 feel\SpecialChar menuseparator
40247 Graphics
40248 \family default
40249 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
40250 .
40251 \end_layout
40252
40253 \begin_layout Standard
40254 External material can be inserted via the 
40255 \family sans
40256 External Material
40257 \family default
40258  dialog that is accessible with the menu 
40259 \family sans
40260 Insert\SpecialChar menuseparator
40261 File\SpecialChar menuseparator
40262 External
40263 \begin_inset space ~
40264 \end_inset
40265
40266 Material
40267 \family default
40268 .
40269  Currently the following file types (
40270 \family sans
40271 Templates
40272 \family default
40273 ) are allowed:
40274 \end_layout
40275
40276 \begin_layout Description
40277 Chess
40278 \begin_inset space ~
40279 \end_inset
40280
40281 diagram This template supports chess position diagrams made with the program
40282  
40283 \series bold
40284
40285 \begin_inset CommandInset href
40286 LatexCommand href
40287 name "XBoard"
40288 target "https://en.wikipedia.org/wiki/XBoard"
40289 literal "false"
40290
40291 \end_inset
40292
40293
40294 \series default
40295 .
40296 \end_layout
40297
40298 \begin_layout Description
40299 Dia
40300 \begin_inset space ~
40301 \end_inset
40302
40303 diagram This template supports diagrams created with the program 
40304 \series bold
40305
40306 \begin_inset CommandInset href
40307 LatexCommand href
40308 name "Dia"
40309 target "https://en.wikipedia.org/wiki/Dia_(software)"
40310 literal "false"
40311
40312 \end_inset
40313
40314
40315 \series default
40316 .
40317 \end_layout
40318
40319 \begin_layout Description
40320 Inkscape
40321 \begin_inset space ~
40322 \end_inset
40323
40324 figure This template supports specific scalable images derived from scalable
40325  vector graphics (SVG), in which the contained text is replaced by a version
40326  typeset by \SpecialChar LaTeX
40327  (and hence in the current document font).
40328  It relies on a feature of the program 
40329 \series bold
40330
40331 \begin_inset CommandInset href
40332 LatexCommand href
40333 name "Inkscape"
40334 target "https://inkscape.org/"
40335 literal "false"
40336
40337 \end_inset
40338
40339
40340 \series default
40341  which creates a special PDF or EPS and \SpecialChar LaTeX
40342  file from a given SVG file (in
40343  
40344 \noun on
40345 Inkscape
40346 \noun default
40347  itself, the feature is available via the option 
40348 \family sans
40349 Omit text in PDF and create LaTeX file
40350 \family default
40351  when saving a drawing as PDF or EPS).
40352  The benefit of such files is a uniform text style throughout the whole
40353  document.
40354 \begin_inset Newline newline
40355 \end_inset
40356
40357 The external template reads SVG files and uses a converter program to generate
40358  the respective PDF\SpecialChar breakableslash
40359 EPS and \SpecialChar LaTeX
40360  files (via
40361 \noun on
40362  
40363 \noun default
40364 Inkscape
40365 \noun on
40366 )
40367 \noun default
40368  on the fly, so you don't have to export those files yourself.
40369  If you prefer the latter and want use given 
40370 \family typewriter
40371 *.pdf
40372 \family default
40373  and 
40374 \family typewriter
40375 *.pdf_tex
40376 \family default
40377  or 
40378 \family typewriter
40379 *.eps
40380 \family default
40381  and 
40382 \family typewriter
40383 *.eps_tex
40384 \family default
40385  files instead, simply input the respective 
40386 \family typewriter
40387 *.pdf_tex
40388 \family default
40389  or 
40390 \family typewriter
40391 *.eps_tex
40392 \family default
40393  file via the 
40394 \family sans
40395 Child Documents
40396 \family default
40397  dialog (see sec.
40398 \begin_inset space ~
40399 \end_inset
40400
40401
40402 \begin_inset CommandInset ref
40403 LatexCommand ref
40404 reference "sec:Child-Documents"
40405
40406 \end_inset
40407
40408 ) rather than using this template.
40409 \begin_inset Newline newline
40410 \end_inset
40411
40412 You can use \SpecialChar TeX
40413  code commands such as 
40414 \series bold
40415
40416 \backslash
40417 Large
40418 \series default
40419
40420 \series bold
40421
40422 \backslash
40423 small
40424 \series default
40425 , etc.
40426 \begin_inset space \space{}
40427 \end_inset
40428
40429 in the text of the SVG.
40430  The size of the font will be taken from the settings of the \SpecialChar LyX
40431  document.
40432  Please refer to 
40433 \begin_inset CommandInset citation
40434 LatexCommand cite
40435 key "Inkscape"
40436 literal "false"
40437
40438 \end_inset
40439
40440  for more information and examples.
40441 \end_layout
40442
40443 \begin_layout Description
40444 Lilypond
40445 \begin_inset space ~
40446 \end_inset
40447
40448 typeset
40449 \begin_inset space ~
40450 \end_inset
40451
40452 music This template is used for music notation typeset with the program
40453 \begin_inset Newline linebreak
40454 \end_inset
40455
40456
40457 \series bold
40458
40459 \begin_inset CommandInset href
40460 LatexCommand href
40461 name "LilyPond"
40462 target "https://en.wikipedia.org/wiki/LilyPond"
40463 literal "false"
40464
40465 \end_inset
40466
40467
40468 \series default
40469 .
40470  For \SpecialChar LyX
40471 's extended support for LilyPond have a look at \SpecialChar LyX
40472 's example file 
40473 \emph on
40474 lilypond.lyx
40475 \emph default
40476 .
40477 \end_layout
40478
40479 \begin_layout Description
40480 PDF
40481 \begin_inset space ~
40482 \end_inset
40483
40484 pages With this template you can insert PDF documents to your document.
40485  To specify the range of pages that should be included, use the option 
40486 \series bold
40487 pages
40488 \series default
40489  in the 
40490 \family sans
40491 Option
40492 \family default
40493  field in the 
40494 \family sans
40495 LaTeX and LyX options
40496 \family default
40497  tab.
40498  The argument of this option is a comma separated list, containing page
40499  numbers (insert as option 
40500 \series bold
40501 pages={3,5,6,8}
40502 \series default
40503 ), ranges of page numbers (
40504 \series bold
40505 pages={4-9}
40506 \series default
40507 ) or any combination.
40508  To insert empty pages use {}.
40509  E.
40510 \begin_inset space \thinspace{}
40511 \end_inset
40512
40513 g.
40514 \begin_inset space ~
40515 \end_inset
40516
40517
40518 \series bold
40519 pages={3,{},8-11,15}
40520 \series default
40521  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
40522  Page ranges are specified in the syntax 
40523 \emph on
40524 start
40525 \emph default
40526 -
40527 \emph on
40528 stop
40529 \emph default
40530 .
40531  This selects all pages from 
40532 \emph on
40533 start
40534 \emph default
40535  to 
40536 \emph on
40537 stop
40538 \emph default
40539 .
40540  Omitting 
40541 \emph on
40542 start
40543 \emph default
40544  defaults to the first page; omitting 
40545 \emph on
40546 stop
40547 \emph default
40548  defaults to the last page of the document.
40549  The last page can also be selected with the keyword 
40550 \series bold
40551 last
40552 \series default
40553 .
40554  (This is only permitted in a page range.) So 
40555 \series bold
40556 pages=-
40557 \series default
40558  will insert all pages of the document and 
40559 \series bold
40560 pages=last-1
40561 \series default
40562  will insert all pages in reverse order.
40563  If the pages option is not specified, only the first page of the PDF is
40564  inserted.
40565 \begin_inset Newline newline
40566 \end_inset
40567
40568 The option 
40569 \series bold
40570 noautoscale
40571 \series default
40572  inserts the pages with their original size, if this option is not given,
40573  the pages will be resized to fith the width of the page of your document.
40574  In the tab 
40575 \family sans
40576 Size and Rotation
40577 \family default
40578  you can specify the width and height of the input pages and their rotation.
40579  If another width than 100
40580 \begin_inset space \thinspace{}
40581 \end_inset
40582
40583 Scale% is used, the option 
40584 \series bold
40585 noautoscale
40586 \series default
40587  will be overwritten.
40588  For more info and possible options, have a look into the documentation
40589  of the \SpecialChar LaTeX
40590 -package 
40591 \series bold
40592 pdfpages
40593 \series default
40594  
40595 \begin_inset CommandInset citation
40596 LatexCommand cite
40597 key "pdfpages"
40598 literal "true"
40599
40600 \end_inset
40601
40602 .
40603 \begin_inset Index idx
40604 status collapsed
40605
40606 \begin_layout Plain Layout
40607 \SpecialChar LaTeX
40608 -packages ! pdfpages
40609 \end_layout
40610
40611 \end_inset
40612
40613
40614 \begin_inset Newline newline
40615 \end_inset
40616
40617 To use this template in a 
40618 \family sans
40619 Beamer
40620 \family default
40621  presentation you need to first insert an 
40622 \family sans
40623 EndFrame
40624 \family default
40625  environment and in a subsequent paragraph a \SpecialChar TeX
40626  Code box containing the command
40627  
40628 \series bold
40629
40630 \backslash
40631 setbeamertemplate{background canvas}{}
40632 \series default
40633 .
40634  Then you can insert as many paragraphs containing the PDFPages template
40635  as you wish.
40636  Behind the included PDF pages you can resume the Beamer presentation by
40637  beginning a new frame or by starting a new section.
40638  To avoid stray blank pages prior to the PDF pages, make sure to use the
40639  
40640 \family sans
40641 Default
40642 \family default
40643  alignment for the paragraph containing the template.
40644 \begin_inset Newline newline
40645 \end_inset
40646
40647 Here is an included PDF which is rotated by -5°: 
40648 \begin_inset External
40649         template PDFPages
40650         filename clipart/Abstract.pdf
40651         extra LaTeX "noautoscale, pages=-"
40652         rotateAngle -5
40653         rotateOrigin bottomleft
40654
40655 \end_inset
40656
40657
40658 \end_layout
40659
40660 \begin_layout Description
40661 Raster
40662 \begin_inset space ~
40663 \end_inset
40664
40665 image This can be used for bitmap images.
40666  The image can be treated in the 
40667 \family sans
40668 External material
40669 \family default
40670  dialog like the images that are usually included via the 
40671 \family sans
40672 Graphics
40673 \family default
40674  dialog as described in section
40675 \begin_inset space ~
40676 \end_inset
40677
40678
40679 \begin_inset CommandInset ref
40680 LatexCommand ref
40681 reference "sec:Graphics-Dialog"
40682
40683 \end_inset
40684
40685 .
40686  Here is an inserted raster image: 
40687 \begin_inset External
40688         template RasterImage
40689         filename clipart/ToolbarEnvBox.png
40690
40691 \end_inset
40692
40693
40694 \end_layout
40695
40696 \begin_layout Description
40697 Spreadsheet With this template you can insert spreadsheets
40698 \begin_inset space \thinspace{}
40699 \end_inset
40700
40701 /
40702 \begin_inset space \thinspace{}
40703 \end_inset
40704
40705 tables in the format of 
40706 \series bold
40707
40708 \begin_inset CommandInset href
40709 LatexCommand href
40710 name "Gnumeric"
40711 target "https://en.wikipedia.org/wiki/Gnumeric"
40712 literal "false"
40713
40714 \end_inset
40715
40716
40717 \series default
40718
40719 \begin_inset CommandInset href
40720 LatexCommand href
40721 name "OpenDocument"
40722 target "https://en.wikipedia.org/wiki/OpenDocument"
40723 literal "false"
40724
40725 \end_inset
40726
40727
40728 \begin_inset CommandInset href
40729 LatexCommand href
40730 name "Microsoft Office XML"
40731 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40732 literal "false"
40733
40734 \end_inset
40735
40736  and 
40737 \begin_inset CommandInset href
40738 LatexCommand href
40739 name "Office Open XML"
40740 target "https://en.wikipedia.org/wiki/Office_Open_XML"
40741 literal "false"
40742
40743 \end_inset
40744
40745 .
40746  For this feature \SpecialChar LyX
40747  must have found the program 
40748 \family typewriter
40749 ssconvert
40750 \family default
40751  during its configuration.
40752  This program is part of Gnumeric, so that you must have Gnumeric installed,
40753  also if you don't have tables in the Gnumeric format.
40754  For examples and possible limitations have a look at \SpecialChar LyX
40755 's example file 
40756 \emph on
40757 spreadsheet.lyx
40758 \emph default
40759 .
40760 \end_layout
40761
40762 \begin_layout Description
40763 Vector
40764 \begin_inset space ~
40765 \end_inset
40766
40767 graphics This can be used for vector graphics.
40768  The image can be treated in the 
40769 \family sans
40770 External material
40771 \family default
40772  dialog like the images that are usually included via the 
40773 \family sans
40774 Graphics
40775 \family default
40776  dialog as described in section
40777 \begin_inset space ~
40778 \end_inset
40779
40780
40781 \begin_inset CommandInset ref
40782 LatexCommand ref
40783 reference "sec:Graphics-Dialog"
40784
40785 \end_inset
40786
40787 .
40788  Here is an inserted vector graphics: 
40789 \begin_inset External
40790         template VectorGraphics
40791         filename clipart/SVG-Drawing.svg
40792         lyxscale 50
40793         scale 33
40794
40795 \end_inset
40796
40797
40798 \end_layout
40799
40800 \begin_layout Description
40801 Xfig
40802 \begin_inset space ~
40803 \end_inset
40804
40805 figure This template supports images created with the program 
40806 \begin_inset CommandInset href
40807 LatexCommand href
40808 name "Xfig"
40809 target "https://en.wikipedia.org/wiki/Xfig"
40810 literal "false"
40811
40812 \end_inset
40813
40814 .
40815 \end_layout
40816
40817 \begin_layout Standard
40818 When you use the option 
40819 \family sans
40820 Draft
40821 \family default
40822  in the 
40823 \family sans
40824 File
40825 \family default
40826  tab of the 
40827 \family sans
40828 External Material
40829 \family default
40830  dialog, only the path to the inserted file is shown in the output.
40831 \begin_inset Newline newline
40832 \end_inset
40833
40834 External material is displayed in \SpecialChar LyX
40835  either as a box like this: 
40836 \begin_inset Graphics
40837         filename clipart/ExternalMaterial.png
40838         scale 95
40839         scaleBeforeRotation
40840
40841 \end_inset
40842
40843  or as image, depending on the option 
40844 \family sans
40845 Show in LyX
40846 \family default
40847  in the 
40848 \family sans
40849 LaTeX and LyX options
40850 \family default
40851  tab of the dialog.
40852 \end_layout
40853
40854 \begin_layout Standard
40855 The 
40856 \family sans
40857 \emph on
40858 Customization
40859 \family default
40860 \emph default
40861  manual explains how you can define your own templates.
40862 \end_layout
40863
40864 \begin_layout Section
40865 Child Documents
40866 \begin_inset CommandInset label
40867 LatexCommand label
40868 name "sec:Child-Documents"
40869
40870 \end_inset
40871
40872
40873 \begin_inset Index idx
40874 status collapsed
40875
40876 \begin_layout Plain Layout
40877 External Document Parts ! Child Documents
40878 \end_layout
40879
40880 \end_inset
40881
40882
40883 \begin_inset Index idx
40884 status collapsed
40885
40886 \begin_layout Plain Layout
40887 Files ! Include
40888 \end_layout
40889
40890 \end_inset
40891
40892
40893 \end_layout
40894
40895 \begin_layout Standard
40896 Child documents are used if you have a long document consisting of several
40897  larger parts or sections.
40898  For maintenance it is often useful and sometimes even required to split
40899  the document into several files that can be revised separately.
40900  The different documents are then the so called 
40901 \begin_inset Quotes eld
40902 \end_inset
40903
40904 child documents
40905 \begin_inset Quotes erd
40906 \end_inset
40907
40908 , and a master document connects them to print the full document or parts
40909  of it.
40910  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40911  preamble,
40912  the bibliography, and labels for cross-references.
40913 \end_layout
40914
40915 \begin_layout Standard
40916 To be able to work on child documents without the need to open their master,
40917  specify in the child document the master in the menu
40918 \family sans
40919  Document\SpecialChar menuseparator
40920 Settings\SpecialChar menuseparator
40921 Document
40922 \begin_inset space ~
40923 \end_inset
40924
40925 Class
40926 \family default
40927 .
40928  This master document will then be used in the background by \SpecialChar LyX
40929  when you edit
40930  the child document.
40931 \end_layout
40932
40933 \begin_layout Standard
40934 Included documents are displayed in \SpecialChar LyX
40935  as a box like this: 
40936 \begin_inset Graphics
40937         filename clipart/ChildDocument.png
40938         scale 95
40939         scaleBeforeRotation
40940
40941 \end_inset
40942
40943  To include child documents in a master document use the menu 
40944 \family sans
40945 Insert\SpecialChar menuseparator
40946 File\SpecialChar menuseparator
40947 Child
40948 \begin_inset space ~
40949 \end_inset
40950
40951 Documents
40952 \family default
40953 .
40954  A dialog pops up where you can choose between four include methods:
40955 \end_layout
40956
40957 \begin_layout Description
40958 Include You can include \SpecialChar LyX
40959  and \SpecialChar LaTeX
40960  documents.
40961  When you press the 
40962 \family sans
40963 Edit
40964 \family default
40965  button in the 
40966 \family sans
40967 Child Document
40968 \family default
40969  dialog, the included document will be opened in \SpecialChar LyX
40970  in a new file tab so that
40971  you can modify it.
40972 \begin_inset Newline newline
40973 \end_inset
40974
40975
40976 \end_layout
40977
40978 \begin_layout Standard
40979 Here is a child document inserted using 
40980 \family sans
40981 Include
40982 \family default
40983
40984 \begin_inset CommandInset include
40985 LatexCommand include
40986 filename "DummyDocument1.lyx"
40987 literal "true"
40988
40989 \end_inset
40990
40991
40992 \end_layout
40993
40994 \begin_layout Standard
40995 The section numbering includes the sections of the included files in the
40996  order they are inserted in the master document.
40997  The included example document has for example a subsection that is numbered
40998  as a subsection of this section.
40999  Labels of included documents can be referenced: Subsection
41000 \begin_inset space ~
41001 \end_inset
41002
41003
41004 \begin_inset CommandInset ref
41005 LatexCommand ref
41006 reference "subsec:External-Subsection-1"
41007
41008 \end_inset
41009
41010 .
41011 \end_layout
41012
41013 \begin_layout Standard
41014 The preamble of the child document is ignored; only the preamble of the
41015  master document is used.
41016  Branches in child documents will be ignored by the master document when
41017  the master document does not have a branch with the same name.
41018  Included documents are inserted starting on a new page and ending with
41019  a page break.
41020 \end_layout
41021
41022 \begin_layout Standard
41023 \begin_inset Note Greyedout
41024 status open
41025
41026 \begin_layout Plain Layout
41027
41028 \series bold
41029 Note:
41030 \series default
41031  If you have included a \SpecialChar LyX
41032  or \SpecialChar LaTeX
41033  file, you are warned when you export/view the
41034  document in case the child document uses another document class than the
41035  master document as this will lead to unexpected outputs.
41036 \end_layout
41037
41038 \end_inset
41039
41040
41041 \end_layout
41042
41043 \begin_layout Description
41044 Input This method is very similar to the Include method.
41045  The differences are:
41046 \end_layout
41047
41048 \begin_deeper
41049 \begin_layout Itemize
41050 Input files don't start with a new page and don't end with a page break.
41051 \end_layout
41052
41053 \begin_layout Itemize
41054 Input files can be previewed in \SpecialChar LyX
41055  when 
41056 \family sans
41057 Instant
41058 \begin_inset space ~
41059 \end_inset
41060
41061 Preview
41062 \family default
41063  is enabled in \SpecialChar LyX
41064 's preferences under 
41065 \family sans
41066 Look
41067 \begin_inset space ~
41068 \end_inset
41069
41070 and
41071 \begin_inset space ~
41072 \end_inset
41073
41074 feel\SpecialChar menuseparator
41075 Graphics
41076 \family default
41077 .
41078 \end_layout
41079
41080 \begin_layout Itemize
41081 You cannot exclude Input files via the menu 
41082 \family sans
41083 Document\SpecialChar menuseparator
41084 Settings\SpecialChar menuseparator
41085 Child Documents
41086 \family default
41087 .
41088 \end_layout
41089
41090 \end_deeper
41091 \begin_layout Standard
41092 Here is a child document inserted using 
41093 \family sans
41094 Input
41095 \family default
41096
41097 \begin_inset CommandInset include
41098 LatexCommand input
41099 filename "DummyDocument2.lyx"
41100 literal "true"
41101
41102 \end_inset
41103
41104
41105 \end_layout
41106
41107 \begin_layout Description
41108 Verbatim With this method any text file can be included.
41109  The file is shown in the output with its source code; no command used in
41110  the text is invoked.
41111  You can use the option 
41112 \family sans
41113 Mark spaces in output
41114 \family default
41115  that displays the character 
41116 \begin_inset Quotes eld
41117 \end_inset
41118
41119
41120 \begin_inset ERT
41121 status collapsed
41122
41123 \begin_layout Plain Layout
41124
41125
41126 \backslash
41127 textvisiblespace 
41128 \end_layout
41129
41130 \end_inset
41131
41132
41133 \begin_inset Quotes erd
41134 \end_inset
41135
41136  for every space character in the source code.
41137  The difference from the method via the menu 
41138 \family sans
41139 Insert\SpecialChar menuseparator
41140 File\SpecialChar menuseparator
41141 Plain
41142 \begin_inset space ~
41143 \end_inset
41144
41145 Text
41146 \family default
41147  is that the document content is not shown in \SpecialChar LyX
41148 .
41149 \end_layout
41150
41151 \begin_layout Standard
41152 Here is a child document inserted as Verbatim: 
41153 \begin_inset CommandInset include
41154 LatexCommand verbatiminput
41155 filename "DummyTextDocument.txt"
41156 literal "true"
41157
41158 \end_inset
41159
41160
41161 \begin_inset VSpace bigskip
41162 \end_inset
41163
41164  Here is a child document inserted as Verbatim using the 
41165 \family sans
41166 Mark spaces in output
41167 \family default
41168  option: 
41169 \begin_inset CommandInset include
41170 LatexCommand verbatiminput*
41171 filename "DummyTextDocument.txt"
41172 literal "true"
41173
41174 \end_inset
41175
41176
41177 \end_layout
41178
41179 \begin_layout Standard
41180 \begin_inset VSpace bigskip
41181 \end_inset
41182
41183
41184 \end_layout
41185
41186 \begin_layout Standard
41187 \begin_inset Note Greyedout
41188 status open
41189
41190 \begin_layout Plain Layout
41191
41192 \series bold
41193 Note:
41194 \series default
41195  As you can see in the examples above, the text of the documents included
41196  as 
41197 \family sans
41198 verbatim
41199 \family default
41200  is not broken at the end of the document lines.
41201 \end_layout
41202
41203 \end_inset
41204
41205
41206 \end_layout
41207
41208 \begin_layout Description
41209 Listings This type is described in chapter
41210 \begin_inset space ~
41211 \end_inset
41212
41213
41214 \begin_inset CommandInset ref
41215 LatexCommand ref
41216 reference "cha:Program-Code-Listings"
41217
41218 \end_inset
41219
41220 .
41221 \end_layout
41222
41223 \begin_layout Standard
41224 \begin_inset Note Greyedout
41225 status open
41226
41227 \begin_layout Plain Layout
41228
41229 \series bold
41230 Note:
41231 \series default
41232  Including the same document twice in a document using different methods
41233  could cause \SpecialChar LaTeX
41234 -problems.
41235 \end_layout
41236
41237 \end_inset
41238
41239
41240 \end_layout
41241
41242 \begin_layout Standard
41243 If you want to view/export only selected children of your master document,
41244  either because you want to save compiling time or because you want to distribut
41245 e single chapters of the book you are just writing, you can exclude children
41246  from the output.
41247  This is done via the menu 
41248 \family sans
41249 Document\SpecialChar menuseparator
41250 Settings\SpecialChar menuseparator
41251 Child Documents
41252 \family default
41253 .
41254  You can exclude\SpecialChar breakableslash
41255 include children by double-clicking on the 
41256 \family sans
41257 include to output
41258 \family default
41259  column of the respective child document in the list (note that this only
41260  works for documents embedded via 
41261 \begin_inset Quotes eld
41262 \end_inset
41263
41264 Include
41265 \begin_inset Quotes erd
41266 \end_inset
41267
41268 , not with 
41269 \begin_inset Quotes eld
41270 \end_inset
41271
41272 Input
41273 \begin_inset Quotes erd
41274 \end_inset
41275
41276 ).
41277  If the option 
41278 \family sans
41279 Maintain counters and references
41280 \family default
41281  is enabled, \SpecialChar LyX
41282  will assure that all page numbers, references etc.
41283 \begin_inset space ~
41284 \end_inset
41285
41286 are correct as if the whole document was processed.
41287  This is useful if you want the selected sub-documents to look exactly as
41288  in the context of the whole document.
41289  However, \SpecialChar LyX
41290  needs to process the whole document in the background for this
41291  feature.
41292  So if you want to save compile time and if counters and references do not
41293  need to be correct, disable this checkbox.
41294 \end_layout
41295
41296 \begin_layout Standard
41297 Alternatively, you can put each included file into a branch.
41298 \begin_inset Foot
41299 status collapsed
41300
41301 \begin_layout Plain Layout
41302 Branches are described in section 
41303 \emph on
41304 Branches
41305 \emph default
41306  of the \SpecialChar LyX
41307  
41308 \emph on
41309 Userguide
41310 \emph default
41311 .
41312 \end_layout
41313
41314 \end_inset
41315
41316  By enabling\SpecialChar breakableslash
41317 disabling branches you can decide which included files will
41318  appear in the output.
41319  This has the advantage that it also works with Input'ed sub-documents.
41320  However, counters and references will not be maintained with this approach.
41321 \end_layout
41322
41323 \begin_layout Chapter
41324 Program Code Listings
41325 \begin_inset CommandInset label
41326 LatexCommand label
41327 name "cha:Program-Code-Listings"
41328
41329 \end_inset
41330
41331
41332 \begin_inset Index idx
41333 status collapsed
41334
41335 \begin_layout Plain Layout
41336 Listings
41337 \end_layout
41338
41339 \end_inset
41340
41341
41342 \begin_inset Index idx
41343 status collapsed
41344
41345 \begin_layout Plain Layout
41346 Program Code
41347 \end_layout
41348
41349 \end_inset
41350
41351
41352 \begin_inset Index idx
41353 status collapsed
41354
41355 \begin_layout Plain Layout
41356 Floats ! Listings
41357 \end_layout
41358
41359 \end_inset
41360
41361
41362 \end_layout
41363
41364 \begin_layout Standard
41365 To include and typeset program code you can use the 
41366 \family sans
41367 Listings
41368 \family default
41369  inset that can be inserted via the menu 
41370 \family sans
41371 Insert\SpecialChar menuseparator
41372 Program Listing
41373 \family default
41374 .
41375  The \SpecialChar LaTeX
41376 -packages 
41377 \series bold
41378 listings
41379 \series default
41380
41381 \begin_inset Index idx
41382 status collapsed
41383
41384 \begin_layout Plain Layout
41385 \SpecialChar LaTeX
41386 -packages ! listings
41387 \end_layout
41388
41389 \end_inset
41390
41391  or 
41392 \series bold
41393 minted
41394 \series default
41395
41396 \begin_inset Index idx
41397 status collapsed
41398
41399 \begin_layout Plain Layout
41400 \SpecialChar LaTeX
41401 -packages ! minted
41402 \end_layout
41403
41404 \end_inset
41405
41406  provide a powerful and flexible way to insert program source code into
41407  your document.
41408  One can only use one of these packages in a document.
41409  
41410 \series bold
41411 listings
41412 \series default
41413  is used by default.
41414 \end_layout
41415
41416 \begin_layout Standard
41417 \begin_inset Note Note
41418 status open
41419
41420 \begin_layout Plain Layout
41421
41422 \series bold
41423 Note:
41424 \series default
41425  \SpecialChar LyX
41426  does NOT want to encourage users to add the 
41427 \family typewriter
41428 -shell-escape
41429 \family default
41430  option to converter definitions.
41431  It works, but it is a huge security risk.
41432  There is an active discussion about how to handle this.
41433  Once that's been resolved, this can be updated appropriately.
41434 \end_layout
41435
41436 \begin_layout Plain Layout
41437 =====
41438 \end_layout
41439
41440 \begin_layout Plain Layout
41441 In order to use 
41442 \series bold
41443 minted
41444 \series default
41445 , you need to select it as the syntax highlighting package in the document
41446  settings under 
41447 \family sans
41448 Listings
41449 \family default
41450 .
41451  
41452 \series bold
41453 minted
41454 \series default
41455  requires also additionally the module 
41456 \family sans
41457 pygments
41458 \family default
41459  of the software 
41460 \noun on
41461 Python
41462 \noun default
41463
41464 \begin_inset Foot
41465 status collapsed
41466
41467 \begin_layout Plain Layout
41468 Under \SpecialChar LyX
41469  for Windows 
41470 \family sans
41471 pygments
41472 \family default
41473  is already installed.
41474 \end_layout
41475
41476 \end_inset
41477
41478  and the option 
41479 \family typewriter
41480 -shell-escape
41481 \family default
41482  for the \SpecialChar LaTeX
41483  processor.
41484  If you want for example view or export your document as the format 
41485 \family sans
41486 PDF
41487 \begin_inset space ~
41488 \end_inset
41489
41490 (pdflatex)
41491 \family default
41492 , go to the \SpecialChar LyX
41493  preferences and there to the section 
41494 \family sans
41495 File
41496 \begin_inset space ~
41497 \end_inset
41498
41499 Handling\SpecialChar menuseparator
41500 Converters
41501 \family default
41502 .
41503  There go to the entry 
41504 \family sans
41505 LaTeX
41506 \begin_inset space ~
41507 \end_inset
41508
41509 (pdflatex) -> PDF
41510 \begin_inset space ~
41511 \end_inset
41512
41513 (pdflatex)
41514 \family default
41515  and look at the field 
41516 \family sans
41517 Converter
41518 \family default
41519 .
41520  There you see by default the content
41521 \begin_inset Newline newline
41522 \end_inset
41523
41524
41525 \series bold
41526 pdflatex $$i
41527 \series default
41528
41529 \begin_inset Newline newline
41530 \end_inset
41531
41532 Now change it to
41533 \begin_inset Newline newline
41534 \end_inset
41535
41536
41537 \series bold
41538 pdflatex $$i -shell-escape
41539 \begin_inset Newline newline
41540 \end_inset
41541
41542
41543 \series default
41544 and press the 
41545 \family sans
41546 Modify
41547 \family default
41548  button and subsequently 
41549 \family sans
41550 Apply
41551 \family default
41552  or 
41553 \family sans
41554 Save
41555 \family default
41556 .
41557  The same can be done for the output formats 
41558 \family sans
41559 PDF
41560 \begin_inset space ~
41561 \end_inset
41562
41563 (LuaTeX)
41564 \family default
41565  and 
41566 \family sans
41567 PDF
41568 \begin_inset space ~
41569 \end_inset
41570
41571 (XeTeX)
41572 \family default
41573 .
41574 \end_layout
41575
41576 \end_inset
41577
41578
41579 \end_layout
41580
41581 \begin_layout Standard
41582 Right-clicking on a listings inset opens the context menu containing where
41583  you can set the listings format.
41584 \end_layout
41585
41586 \begin_layout Standard
41587 By default, a listing starts a new paragraph in the output.
41588  The placement option 
41589 \family sans
41590 Inline
41591 \begin_inset space ~
41592 \end_inset
41593
41594 listing
41595 \family default
41596  prints the listing inline like this: 
41597 \begin_inset listings
41598 lstparams "language={C++}"
41599 inline true
41600 status open
41601
41602 \begin_layout Plain Layout
41603
41604 int a=5;
41605 \end_layout
41606
41607 \end_inset
41608
41609
41610 \begin_inset Newline newline
41611 \end_inset
41612
41613 The option 
41614 \family sans
41615 Float
41616 \family default
41617  creates a listings float where you can specify the placement options 
41618 \begin_inset Quotes eld
41619 \end_inset
41620
41621
41622 \family sans
41623 h
41624 \family default
41625
41626 \begin_inset Quotes erd
41627 \end_inset
41628
41629
41630 \begin_inset Quotes eld
41631 \end_inset
41632
41633
41634 \family sans
41635 t
41636 \family default
41637
41638 \begin_inset Quotes erd
41639 \end_inset
41640
41641
41642 \begin_inset Quotes eld
41643 \end_inset
41644
41645
41646 \family sans
41647 b
41648 \family default
41649
41650 \begin_inset Quotes erd
41651 \end_inset
41652
41653 , and 
41654 \begin_inset Quotes eld
41655 \end_inset
41656
41657
41658 \family sans
41659 p
41660 \family default
41661
41662 \begin_inset Quotes erd
41663 \end_inset
41664
41665  corresponding to the float placement options described in section
41666 \begin_inset space ~
41667 \end_inset
41668
41669
41670 \begin_inset CommandInset ref
41671 LatexCommand ref
41672 reference "sec:Float-Settings"
41673
41674 \end_inset
41675
41676 .
41677  The placement options can be mixed and are inserted without any separation,
41678  e.
41679 \begin_inset space \thinspace{}
41680 \end_inset
41681
41682 g.
41683 \begin_inset space \space{}
41684 \end_inset
41685
41686
41687 \begin_inset Quotes eld
41688 \end_inset
41689
41690
41691 \family sans
41692 htbp
41693 \family default
41694
41695 \begin_inset Quotes erd
41696 \end_inset
41697
41698 .
41699  The option 
41700 \begin_inset Quotes eld
41701 \end_inset
41702
41703 h
41704 \begin_inset Quotes erd
41705 \end_inset
41706
41707  has sometimes no effect, but you don't need to use the 
41708 \family sans
41709 Float
41710 \family default
41711  option in this case as also non-float listings can have captions and be
41712  referenced.
41713 \end_layout
41714
41715 \begin_layout Standard
41716 You can add captions to listings that are not inline with the menu 
41717 \family sans
41718 Insert\SpecialChar menuseparator
41719 Caption
41720 \family default
41721 .
41722  Listings can be referenced like floats: Listing
41723 \begin_inset space ~
41724 \end_inset
41725
41726
41727 \begin_inset CommandInset ref
41728 LatexCommand ref
41729 reference "lst:Example-Listing"
41730
41731 \end_inset
41732
41733 .
41734  A list of listings which contains all listings with captions can be created
41735  via the menu 
41736 \family sans
41737 Insert\SpecialChar menuseparator
41738 List
41739 \begin_inset space ~
41740 \end_inset
41741
41742 /
41743 \begin_inset space ~
41744 \end_inset
41745
41746 TOC\SpecialChar menuseparator
41747 List of Listings
41748 \family default
41749 .
41750  The list entries are the listing caption and the listing number.
41751 \end_layout
41752
41753 \begin_layout Standard
41754 \begin_inset listings
41755 lstparams "language=Python"
41756 inline false
41757 status open
41758
41759 \begin_layout Plain Layout
41760
41761 \begin_inset Caption Standard
41762
41763 \begin_layout Plain Layout
41764 \begin_inset CommandInset label
41765 LatexCommand label
41766 name "lst:Example-Listing"
41767
41768 \end_inset
41769
41770 Example Listing float
41771 \end_layout
41772
41773 \end_inset
41774
41775 # Example listing float
41776 \end_layout
41777
41778 \begin_layout Plain Layout
41779
41780 def func(param):
41781 \end_layout
41782
41783 \begin_layout Plain Layout
41784
41785     'this is a python function'
41786 \end_layout
41787
41788 \begin_layout Plain Layout
41789
41790     pass
41791 \end_layout
41792
41793 \end_inset
41794
41795
41796 \end_layout
41797
41798 \begin_layout Standard
41799 \begin_inset Note Greyedout
41800 status open
41801
41802 \begin_layout Plain Layout
41803
41804 \series bold
41805 Note: 
41806 \series default
41807 The 
41808 \series bold
41809 listings
41810 \series default
41811  package places captions before the listing by default.
41812 \begin_inset Newline newline
41813 \end_inset
41814
41815 The 
41816 \series bold
41817 minted
41818 \series default
41819  package places them after the listing by default if it is floating.
41820  If it is not floating, caption will be typeset before the listing if it
41821  is inserted to its first line, otherwise it will be typeset after the listing.
41822  If you want to force the placement in every case before the listing, you
41823  have to add the following lines as last thing to the preamble:
41824 \begin_inset Newline newline
41825 \end_inset
41826
41827
41828 \series bold
41829
41830 \backslash
41831 @ifundefined{newfloat}
41832 \begin_inset Newline newline
41833 \end_inset
41834
41835
41836 \begin_inset Phantom HPhantom
41837 status open
41838
41839 \begin_layout Plain Layout
41840
41841 \series bold
41842 \begin_inset space ~
41843 \end_inset
41844
41845
41846 \end_layout
41847
41848 \end_inset
41849
41850 {
41851 \backslash
41852 usepackage{float}}{}
41853 \begin_inset Newline newline
41854 \end_inset
41855
41856
41857 \backslash
41858 floatstyle{plaintop}
41859 \series default
41860
41861 \begin_inset Note Note
41862 status collapsed
41863
41864 \begin_layout Plain Layout
41865 The package 
41866 \series bold
41867 float
41868 \series default
41869  will be loaded automatically by \SpecialChar LyX
41870  when you use special document-wide float
41871  placement settings.
41872  To avoid that it is loaded twice the command 
41873 \series bold
41874
41875 \backslash
41876 @ifundefined
41877 \series default
41878  is used in the above command.
41879 \end_layout
41880
41881 \end_inset
41882
41883
41884 \end_layout
41885
41886 \end_inset
41887
41888
41889 \end_layout
41890
41891 \begin_layout Standard
41892 When you have set a programming language in the listings dialog, the keywords
41893  of this language will be recognized and specially typeset in the output.
41894  In the example listings the Python keyword 
41895 \begin_inset Quotes eld
41896 \end_inset
41897
41898 def
41899 \begin_inset Quotes erd
41900 \end_inset
41901
41902  is recognized and printed bold in the output.
41903 \end_layout
41904
41905 \begin_layout Standard
41906 \begin_inset Note Greyedout
41907 status open
41908
41909 \begin_layout Plain Layout
41910
41911 \series bold
41912 Note:
41913 \series default
41914  If you don't get bold keywords when using typewriter fonts, your 
41915 \family typewriter
41916 typewriter
41917 \family default
41918  font probably doesn't provide a bold shape.
41919  In this case select a different one in the menu 
41920 \family sans
41921 Document\SpecialChar menuseparator
41922 Settings\SpecialChar menuseparator
41923 Fonts
41924 \family default
41925 .
41926  (The fonts 
41927 \emph on
41928 LuxiMono, BeraMono
41929 \emph default
41930  and 
41931 \emph on
41932 Courier
41933 \emph default
41934  provide bold shapes.)
41935 \end_layout
41936
41937 \end_inset
41938
41939
41940 \end_layout
41941
41942 \begin_layout Standard
41943 In section 
41944 \family sans
41945 Line
41946 \begin_inset space ~
41947 \end_inset
41948
41949 numbering
41950 \family default
41951  of the listings dialog you can specify the line numbering style.
41952  You can insert a number to specify which lines are numbered in the field
41953  
41954 \family sans
41955 Step
41956 \family default
41957 .
41958  When you insert e.
41959 \begin_inset space \thinspace{}
41960 \end_inset
41961
41962 g.
41963 \begin_inset space \space{}
41964 \end_inset
41965
41966
41967 \begin_inset Quotes eld
41968 \end_inset
41969
41970 3
41971 \begin_inset Quotes erd
41972 \end_inset
41973
41974 , only every 3rd line will be numbered.
41975 \end_layout
41976
41977 \begin_layout Standard
41978 You can furthermore specify a range of lines; only these will then appear
41979  in the output.
41980  The option 
41981 \family sans
41982 Extended character table
41983 \family default
41984  is only meaningful for the 
41985 \series bold
41986 listings
41987 \series default
41988  package and should be used when you use national characters like the German
41989  umlauts in the listing.
41990 \begin_inset Newline newline
41991 \end_inset
41992
41993 Here is an example listing with left line numbering, step 
41994 \begin_inset Quotes eld
41995 \end_inset
41996
41997 3
41998 \begin_inset Quotes erd
41999 \end_inset
42000
42001 , language 
42002 \begin_inset Quotes eld
42003 \end_inset
42004
42005 Python
42006 \begin_inset Quotes erd
42007 \end_inset
42008
42009 , options 
42010 \begin_inset Quotes eld
42011 \end_inset
42012
42013 Extended character table
42014 \begin_inset Quotes erd
42015 \end_inset
42016
42017  and 
42018 \begin_inset Quotes eld
42019 \end_inset
42020
42021 Space
42022 \begin_inset space ~
42023 \end_inset
42024
42025 as
42026 \begin_inset space ~
42027 \end_inset
42028
42029 symbol
42030 \begin_inset Quotes erd
42031 \end_inset
42032
42033 , range lines 3
42034 \begin_inset space \thinspace{}
42035 \end_inset
42036
42037 -
42038 \begin_inset space \thinspace{}
42039 \end_inset
42040
42041 8:
42042 \end_layout
42043
42044 \begin_layout Standard
42045 \begin_inset listings
42046 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
42047 inline false
42048 status open
42049
42050 \begin_layout Plain Layout
42051
42052 def func(param):
42053 \end_layout
42054
42055 \begin_layout Plain Layout
42056
42057     'this is a python function'
42058 \end_layout
42059
42060 \begin_layout Plain Layout
42061
42062     pass
42063 \end_layout
42064
42065 \begin_layout Plain Layout
42066
42067 def func(param):
42068 \end_layout
42069
42070 \begin_layout Plain Layout
42071
42072 'This is a German word: Tschüß'
42073 \end_layout
42074
42075 \begin_layout Plain Layout
42076
42077 pass
42078 \end_layout
42079
42080 \begin_layout Plain Layout
42081
42082 def func(param):
42083 \end_layout
42084
42085 \begin_layout Plain Layout
42086
42087 'this is a python function'
42088 \end_layout
42089
42090 \begin_layout Plain Layout
42091
42092 pass
42093 \end_layout
42094
42095 \end_inset
42096
42097
42098 \end_layout
42099
42100 \begin_layout Standard
42101 When you have tabulators in your listing, you can specify the number of
42102  characters that are spanned by a tabulator in the field 
42103 \family sans
42104 Tabulator
42105 \begin_inset space ~
42106 \end_inset
42107
42108 size
42109 \family default
42110 .
42111 \end_layout
42112
42113 \begin_layout Standard
42114 \begin_inset Note Greyedout
42115 status open
42116
42117 \begin_layout Plain Layout
42118
42119 \series bold
42120 Note:
42121 \series default
42122  Due to a bug in the 
42123 \series bold
42124 listings
42125 \series default
42126  package the line numbering is shifted by a line by every previous listing.
42127  That's the reason why the lines 2 and 5 are numbered in the above listing
42128  and not the lines 3 and 6.
42129 \end_layout
42130
42131 \end_inset
42132
42133
42134 \end_layout
42135
42136 \begin_layout Standard
42137 \begin_inset VSpace bigskip
42138 \end_inset
42139
42140
42141 \end_layout
42142
42143 \begin_layout Standard
42144 It is also possible to print lines from a file as listing.
42145  To do this, use the menu 
42146 \family sans
42147 Insert\SpecialChar menuseparator
42148 File\SpecialChar menuseparator
42149 Child Document
42150 \family default
42151  and choose the type 
42152 \family sans
42153 Listings
42154 \family default
42155 .
42156 \begin_inset Foot
42157 status collapsed
42158
42159 \begin_layout Plain Layout
42160 The other child document types are described in section
42161 \begin_inset space ~
42162 \end_inset
42163
42164
42165 \begin_inset CommandInset ref
42166 LatexCommand ref
42167 reference "sec:Child-Documents"
42168
42169 \end_inset
42170
42171 .
42172 \end_layout
42173
42174 \end_inset
42175
42176  In the child document dialog you can specify the listing parameters in
42177  a text box.
42178  To show a list of all available parameters, type in a question mark 
42179 \begin_inset Quotes eld
42180 \end_inset
42181
42182 ?
42183 \begin_inset Quotes erd
42184 \end_inset
42185
42186  in the text box.
42187 \end_layout
42188
42189 \begin_layout Standard
42190 To reference child document listings, write a label text into the corresponding
42191  field of the child document dialog.
42192  The label can then be referenced using the menu 
42193 \family sans
42194 Insert\SpecialChar menuseparator
42195 Cross-Reference
42196 \family default
42197 .
42198 \end_layout
42199
42200 \begin_layout Standard
42201 Listing
42202 \begin_inset space ~
42203 \end_inset
42204
42205
42206 \begin_inset CommandInset ref
42207 LatexCommand ref
42208 reference "lst:file-listing"
42209
42210 \end_inset
42211
42212  is an example for a listing of a file; there the lines 10
42213 \begin_inset space \thinspace{}
42214 \end_inset
42215
42216 -
42217 \begin_inset space \thinspace{}
42218 \end_inset
42219
42220 15 of this \SpecialChar LyX
42221  file are listed.
42222 \end_layout
42223
42224 \begin_layout Standard
42225 \begin_inset CommandInset include
42226 LatexCommand lstinputlisting
42227 filename "EmbeddedObjects.lyx"
42228 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
42229 literal "true"
42230
42231 \end_inset
42232
42233
42234 \end_layout
42235
42236 \begin_layout Standard
42237 \begin_inset VSpace bigskip
42238 \end_inset
42239
42240
42241 \end_layout
42242
42243 \begin_layout Standard
42244 Inserting a formula into a listing can be done the following way:
42245 \end_layout
42246
42247 \begin_layout Enumerate
42248 Open the listings dialog and add
42249 \begin_inset Newline newline
42250 \end_inset
42251
42252
42253 \family sans
42254 mathescape=true
42255 \family default
42256
42257 \begin_inset Newline newline
42258 \end_inset
42259
42260 to the field of the 
42261 \family sans
42262 Advanced
42263 \family default
42264  tab.
42265 \end_layout
42266
42267 \begin_layout Enumerate
42268 Create a formula outside the listing
42269 \end_layout
42270
42271 \begin_layout Enumerate
42272 Copy the content of the formula (not the formula inset) to the clipboard
42273  (shortcut 
42274 \begin_inset Info
42275 type  "shortcut"
42276 arg   "copy"
42277 \end_inset
42278
42279 )
42280 \end_layout
42281
42282 \begin_layout Enumerate
42283 In the listing write 
42284 \begin_inset Quotes eld
42285 \end_inset
42286
42287
42288 \family sans
42289 $$
42290 \family default
42291
42292 \begin_inset Quotes erd
42293 \end_inset
42294
42295  and copy from the clipboard between the dollar-signs (shortcut 
42296 \begin_inset Info
42297 type  "shortcut"
42298 arg   "paste"
42299 \end_inset
42300
42301 )
42302 \end_layout
42303
42304 \begin_layout Standard
42305 \begin_inset listings
42306 lstparams "language=Python,mathescape=true"
42307 inline false
42308 status open
42309
42310 \begin_layout Plain Layout
42311
42312 \begin_inset Caption Standard
42313
42314 \begin_layout Plain Layout
42315 Example Listing float containing a formula
42316 \end_layout
42317
42318 \end_inset
42319
42320 # Example listing float
42321 \end_layout
42322
42323 \begin_layout Plain Layout
42324
42325 def func(param):
42326 \end_layout
42327
42328 \begin_layout Plain Layout
42329
42330     # $
42331 \backslash
42332 prod_{n=1}^{
42333 \backslash
42334 infty}
42335 \backslash
42336 ,
42337 \backslash
42338 frac{1}{x^{2}}$
42339 \end_layout
42340
42341 \begin_layout Plain Layout
42342
42343     pass
42344 \end_layout
42345
42346 \end_inset
42347
42348
42349 \end_layout
42350
42351 \begin_layout Standard
42352 \begin_inset VSpace bigskip
42353 \end_inset
42354
42355
42356 \end_layout
42357
42358 \begin_layout Standard
42359 Global listings settings can be set in the 
42360 \family sans
42361 Document\SpecialChar menuseparator
42362 Settings\SpecialChar menuseparator
42363 Listings
42364 \family default
42365  dialog.
42366  To get there a list of available options, type in a question mark 
42367 \begin_inset Quotes eld
42368 \end_inset
42369
42370 ?
42371 \begin_inset Quotes erd
42372 \end_inset
42373
42374 .
42375 \end_layout
42376
42377 \begin_layout Standard
42378 For more information about the 
42379 \series bold
42380 listings
42381 \series default
42382  and 
42383 \series bold
42384 minted
42385 \series default
42386  packages, we refer to their documentation 
42387 \begin_inset CommandInset citation
42388 LatexCommand cite
42389 key "listings,minted"
42390 literal "true"
42391
42392 \end_inset
42393
42394 .
42395 \end_layout
42396
42397 \begin_layout Standard
42398 \begin_inset Newpage newpage
42399 \end_inset
42400
42401
42402 \end_layout
42403
42404 \begin_layout Chapter
42405 \start_of_appendix
42406 Units available in \SpecialChar LyX
42407
42408 \begin_inset Index idx
42409 status collapsed
42410
42411 \begin_layout Plain Layout
42412 Units
42413 \end_layout
42414
42415 \end_inset
42416
42417
42418 \begin_inset CommandInset label
42419 LatexCommand label
42420 name "cha:Units-available-in"
42421
42422 \end_inset
42423
42424
42425 \end_layout
42426
42427 \begin_layout Standard
42428 To understand the units described in this documentation, Table
42429 \begin_inset space ~
42430 \end_inset
42431
42432
42433 \begin_inset CommandInset ref
42434 LatexCommand ref
42435 reference "tab:Units"
42436
42437 \end_inset
42438
42439  explains all units available in \SpecialChar LyX
42440 .
42441 \end_layout
42442
42443 \begin_layout Standard
42444 \begin_inset Float table
42445 placement h
42446 alignment document
42447 wide false
42448 sideways false
42449 status open
42450
42451 \begin_layout Plain Layout
42452 \begin_inset Caption Standard
42453
42454 \begin_layout Plain Layout
42455 \begin_inset CommandInset label
42456 LatexCommand label
42457 name "tab:Units"
42458
42459 \end_inset
42460
42461 Units
42462 \end_layout
42463
42464 \end_inset
42465
42466
42467 \end_layout
42468
42469 \begin_layout Plain Layout
42470 \begin_inset VSpace medskip
42471 \end_inset
42472
42473
42474 \end_layout
42475
42476 \begin_layout Plain Layout
42477 \align center
42478 \begin_inset Tabular
42479 <lyxtabular version="3" rows="21" columns="3">
42480 <features tabularvalignment="middle">
42481 <column alignment="center" valignment="top">
42482 <column alignment="center" valignment="middle" width="50col%">
42483 <column alignment="center" valignment="top">
42484 <row>
42485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42486 \begin_inset Text
42487
42488 \begin_layout Plain Layout
42489 unit
42490 \end_layout
42491
42492 \end_inset
42493 </cell>
42494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42495 \begin_inset Text
42496
42497 \begin_layout Plain Layout
42498 name/description
42499 \end_layout
42500
42501 \end_inset
42502 </cell>
42503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42504 \begin_inset Text
42505
42506 \begin_layout Plain Layout
42507 \SpecialChar LaTeX
42508  command
42509 \end_layout
42510
42511 \end_inset
42512 </cell>
42513 </row>
42514 <row>
42515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42516 \begin_inset Text
42517
42518 \begin_layout Plain Layout
42519 bp
42520 \end_layout
42521
42522 \end_inset
42523 </cell>
42524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42525 \begin_inset Text
42526
42527 \begin_layout Plain Layout
42528 big point (72
42529 \begin_inset space \thinspace{}
42530 \end_inset
42531
42532 bp = 1
42533 \begin_inset space \thinspace{}
42534 \end_inset
42535
42536 in)
42537 \end_layout
42538
42539 \end_inset
42540 </cell>
42541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42542 \begin_inset Text
42543
42544 \begin_layout Plain Layout
42545 -
42546 \end_layout
42547
42548 \end_inset
42549 </cell>
42550 </row>
42551 <row>
42552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42553 \begin_inset Text
42554
42555 \begin_layout Plain Layout
42556 cc
42557 \end_layout
42558
42559 \end_inset
42560 </cell>
42561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42562 \begin_inset Text
42563
42564 \begin_layout Plain Layout
42565 cicero (1
42566 \begin_inset space \thinspace{}
42567 \end_inset
42568
42569 cc = 12
42570 \begin_inset space \thinspace{}
42571 \end_inset
42572
42573 dd)
42574 \end_layout
42575
42576 \end_inset
42577 </cell>
42578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42579 \begin_inset Text
42580
42581 \begin_layout Plain Layout
42582 -
42583 \end_layout
42584
42585 \end_inset
42586 </cell>
42587 </row>
42588 <row>
42589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42590 \begin_inset Text
42591
42592 \begin_layout Plain Layout
42593 cm
42594 \end_layout
42595
42596 \end_inset
42597 </cell>
42598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42599 \begin_inset Text
42600
42601 \begin_layout Plain Layout
42602 centimeter
42603 \end_layout
42604
42605 \end_inset
42606 </cell>
42607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42608 \begin_inset Text
42609
42610 \begin_layout Plain Layout
42611 -
42612 \end_layout
42613
42614 \end_inset
42615 </cell>
42616 </row>
42617 <row>
42618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42619 \begin_inset Text
42620
42621 \begin_layout Plain Layout
42622 dd
42623 \end_layout
42624
42625 \end_inset
42626 </cell>
42627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42628 \begin_inset Text
42629
42630 \begin_layout Plain Layout
42631 didot (1
42632 \begin_inset space \thinspace{}
42633 \end_inset
42634
42635 dd 
42636 \begin_inset Formula $\approx$
42637 \end_inset
42638
42639  0.376
42640 \begin_inset space \thinspace{}
42641 \end_inset
42642
42643 mm)
42644 \end_layout
42645
42646 \end_inset
42647 </cell>
42648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42649 \begin_inset Text
42650
42651 \begin_layout Plain Layout
42652 -
42653 \end_layout
42654
42655 \end_inset
42656 </cell>
42657 </row>
42658 <row>
42659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42660 \begin_inset Text
42661
42662 \begin_layout Plain Layout
42663 em
42664 \end_layout
42665
42666 \end_inset
42667 </cell>
42668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42669 \begin_inset Text
42670
42671 \begin_layout Plain Layout
42672 width of letter 
42673 \emph on
42674 M
42675 \emph default
42676  in current font
42677 \end_layout
42678
42679 \end_inset
42680 </cell>
42681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42682 \begin_inset Text
42683
42684 \begin_layout Plain Layout
42685 -
42686 \end_layout
42687
42688 \end_inset
42689 </cell>
42690 </row>
42691 <row>
42692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42693 \begin_inset Text
42694
42695 \begin_layout Plain Layout
42696 ex
42697 \end_layout
42698
42699 \end_inset
42700 </cell>
42701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42702 \begin_inset Text
42703
42704 \begin_layout Plain Layout
42705 height of letter 
42706 \emph on
42707 x
42708 \emph default
42709  in current font
42710 \end_layout
42711
42712 \end_inset
42713 </cell>
42714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42715 \begin_inset Text
42716
42717 \begin_layout Plain Layout
42718 -
42719 \end_layout
42720
42721 \end_inset
42722 </cell>
42723 </row>
42724 <row>
42725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42726 \begin_inset Text
42727
42728 \begin_layout Plain Layout
42729 in
42730 \end_layout
42731
42732 \end_inset
42733 </cell>
42734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42735 \begin_inset Text
42736
42737 \begin_layout Plain Layout
42738 inch
42739 \end_layout
42740
42741 \end_inset
42742 </cell>
42743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42744 \begin_inset Text
42745
42746 \begin_layout Plain Layout
42747 -
42748 \end_layout
42749
42750 \end_inset
42751 </cell>
42752 </row>
42753 <row>
42754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42755 \begin_inset Text
42756
42757 \begin_layout Plain Layout
42758 mm
42759 \end_layout
42760
42761 \end_inset
42762 </cell>
42763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42764 \begin_inset Text
42765
42766 \begin_layout Plain Layout
42767 millimeter
42768 \end_layout
42769
42770 \end_inset
42771 </cell>
42772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42773 \begin_inset Text
42774
42775 \begin_layout Plain Layout
42776 -
42777 \end_layout
42778
42779 \end_inset
42780 </cell>
42781 </row>
42782 <row>
42783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42784 \begin_inset Text
42785
42786 \begin_layout Plain Layout
42787 mu
42788 \end_layout
42789
42790 \end_inset
42791 </cell>
42792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42793 \begin_inset Text
42794
42795 \begin_layout Plain Layout
42796 math unit (1
42797 \begin_inset space \thinspace{}
42798 \end_inset
42799
42800 mu = 1/18
42801 \begin_inset space \thinspace{}
42802 \end_inset
42803
42804 em)
42805 \end_layout
42806
42807 \end_inset
42808 </cell>
42809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42810 \begin_inset Text
42811
42812 \begin_layout Plain Layout
42813 -
42814 \end_layout
42815
42816 \end_inset
42817 </cell>
42818 </row>
42819 <row>
42820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42821 \begin_inset Text
42822
42823 \begin_layout Plain Layout
42824 pt
42825 \end_layout
42826
42827 \end_inset
42828 </cell>
42829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42830 \begin_inset Text
42831
42832 \begin_layout Plain Layout
42833 point (72.27
42834 \begin_inset space \thinspace{}
42835 \end_inset
42836
42837 pt = 1
42838 \begin_inset space \thinspace{}
42839 \end_inset
42840
42841 in)
42842 \end_layout
42843
42844 \end_inset
42845 </cell>
42846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42847 \begin_inset Text
42848
42849 \begin_layout Plain Layout
42850 -
42851 \end_layout
42852
42853 \end_inset
42854 </cell>
42855 </row>
42856 <row>
42857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42858 \begin_inset Text
42859
42860 \begin_layout Plain Layout
42861 pc
42862 \end_layout
42863
42864 \end_inset
42865 </cell>
42866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42867 \begin_inset Text
42868
42869 \begin_layout Plain Layout
42870 pica (1
42871 \begin_inset space \thinspace{}
42872 \end_inset
42873
42874 pc = 12
42875 \begin_inset space \thinspace{}
42876 \end_inset
42877
42878 pt)
42879 \end_layout
42880
42881 \end_inset
42882 </cell>
42883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42884 \begin_inset Text
42885
42886 \begin_layout Plain Layout
42887 -
42888 \end_layout
42889
42890 \end_inset
42891 </cell>
42892 </row>
42893 <row>
42894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42895 \begin_inset Text
42896
42897 \begin_layout Plain Layout
42898 sp
42899 \end_layout
42900
42901 \end_inset
42902 </cell>
42903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42904 \begin_inset Text
42905
42906 \begin_layout Plain Layout
42907 scaled point (65536
42908 \begin_inset space \thinspace{}
42909 \end_inset
42910
42911 sp = 1
42912 \begin_inset space \thinspace{}
42913 \end_inset
42914
42915 pt)
42916 \end_layout
42917
42918 \end_inset
42919 </cell>
42920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42921 \begin_inset Text
42922
42923 \begin_layout Plain Layout
42924 -
42925 \end_layout
42926
42927 \end_inset
42928 </cell>
42929 </row>
42930 <row>
42931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42932 \begin_inset Text
42933
42934 \begin_layout Plain Layout
42935 Column Width %
42936 \end_layout
42937
42938 \end_inset
42939 </cell>
42940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42941 \begin_inset Text
42942
42943 \begin_layout Plain Layout
42944 % of column width
42945 \end_layout
42946
42947 \end_inset
42948 </cell>
42949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42950 \begin_inset Text
42951
42952 \begin_layout Plain Layout
42953
42954 \backslash
42955 columnwidth
42956 \end_layout
42957
42958 \end_inset
42959 </cell>
42960 </row>
42961 <row>
42962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42963 \begin_inset Text
42964
42965 \begin_layout Plain Layout
42966 Line Distance %
42967 \end_layout
42968
42969 \end_inset
42970 </cell>
42971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42972 \begin_inset Text
42973
42974 \begin_layout Plain Layout
42975 % of height between baselines of two subsequent text lines
42976 \end_layout
42977
42978 \end_inset
42979 </cell>
42980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42981 \begin_inset Text
42982
42983 \begin_layout Plain Layout
42984
42985 \backslash
42986 baselineskip
42987 \end_layout
42988
42989 \end_inset
42990 </cell>
42991 </row>
42992 <row>
42993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42994 \begin_inset Text
42995
42996 \begin_layout Plain Layout
42997 Line Width %
42998 \end_layout
42999
43000 \end_inset
43001 </cell>
43002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43003 \begin_inset Text
43004
43005 \begin_layout Plain Layout
43006 % of line width
43007 \end_layout
43008
43009 \end_inset
43010 </cell>
43011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43012 \begin_inset Text
43013
43014 \begin_layout Plain Layout
43015
43016 \backslash
43017 linewidth
43018 \end_layout
43019
43020 \end_inset
43021 </cell>
43022 </row>
43023 <row>
43024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43025 \begin_inset Text
43026
43027 \begin_layout Plain Layout
43028 Page Height %
43029 \end_layout
43030
43031 \end_inset
43032 </cell>
43033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43034 \begin_inset Text
43035
43036 \begin_layout Plain Layout
43037 % of paper height
43038 \end_layout
43039
43040 \end_inset
43041 </cell>
43042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43043 \begin_inset Text
43044
43045 \begin_layout Plain Layout
43046
43047 \backslash
43048 paperheight
43049 \end_layout
43050
43051 \end_inset
43052 </cell>
43053 </row>
43054 <row>
43055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43056 \begin_inset Text
43057
43058 \begin_layout Plain Layout
43059 Page Width %
43060 \end_layout
43061
43062 \end_inset
43063 </cell>
43064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43065 \begin_inset Text
43066
43067 \begin_layout Plain Layout
43068 % of paper width
43069 \end_layout
43070
43071 \end_inset
43072 </cell>
43073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43074 \begin_inset Text
43075
43076 \begin_layout Plain Layout
43077
43078 \backslash
43079 paperwidth
43080 \end_layout
43081
43082 \end_inset
43083 </cell>
43084 </row>
43085 <row>
43086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43087 \begin_inset Text
43088
43089 \begin_layout Plain Layout
43090 Scale Graphics %
43091 \end_layout
43092
43093 \end_inset
43094 </cell>
43095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43096 \begin_inset Text
43097
43098 \begin_layout Plain Layout
43099 % of original image width
43100 \end_layout
43101
43102 \end_inset
43103 </cell>
43104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43105 \begin_inset Text
43106
43107 \begin_layout Plain Layout
43108
43109 \end_layout
43110
43111 \end_inset
43112 </cell>
43113 </row>
43114 <row>
43115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43116 \begin_inset Text
43117
43118 \begin_layout Plain Layout
43119 Text Height %
43120 \end_layout
43121
43122 \end_inset
43123 </cell>
43124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43125 \begin_inset Text
43126
43127 \begin_layout Plain Layout
43128 % of text height
43129 \end_layout
43130
43131 \end_inset
43132 </cell>
43133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43134 \begin_inset Text
43135
43136 \begin_layout Plain Layout
43137
43138 \backslash
43139 textheight
43140 \end_layout
43141
43142 \end_inset
43143 </cell>
43144 </row>
43145 <row>
43146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43147 \begin_inset Text
43148
43149 \begin_layout Plain Layout
43150 Text Width %
43151 \end_layout
43152
43153 \end_inset
43154 </cell>
43155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43156 \begin_inset Text
43157
43158 \begin_layout Plain Layout
43159 % of text width
43160 \end_layout
43161
43162 \end_inset
43163 </cell>
43164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
43165 \begin_inset Text
43166
43167 \begin_layout Plain Layout
43168
43169 \backslash
43170 textwidth
43171 \end_layout
43172
43173 \end_inset
43174 </cell>
43175 </row>
43176 </lyxtabular>
43177
43178 \end_inset
43179
43180
43181 \end_layout
43182
43183 \end_inset
43184
43185
43186 \end_layout
43187
43188 \begin_layout Chapter
43189 Output File Formats with Graphics
43190 \begin_inset CommandInset label
43191 LatexCommand label
43192 name "cha:Output-File-Formats"
43193
43194 \end_inset
43195
43196
43197 \end_layout
43198
43199 \begin_layout Section
43200 DVI
43201 \begin_inset Index idx
43202 status collapsed
43203
43204 \begin_layout Plain Layout
43205 File Formats ! DVI
43206 \end_layout
43207
43208 \end_inset
43209
43210
43211 \begin_inset Index idx
43212 status collapsed
43213
43214 \begin_layout Plain Layout
43215 DVI|see
43216 \begin_inset ERT
43217 status collapsed
43218
43219 \begin_layout Plain Layout
43220
43221 {
43222 \end_layout
43223
43224 \end_inset
43225
43226 File Formats
43227 \begin_inset ERT
43228 status collapsed
43229
43230 \begin_layout Plain Layout
43231
43232 }
43233 \end_layout
43234
43235 \end_inset
43236
43237
43238 \end_layout
43239
43240 \end_inset
43241
43242
43243 \end_layout
43244
43245 \begin_layout Standard
43246 This file type has the extension 
43247 \begin_inset Quotes eld
43248 \end_inset
43249
43250
43251 \family typewriter
43252 .dvi
43253 \family default
43254
43255 \begin_inset Quotes erd
43256 \end_inset
43257
43258 .
43259  It is called 
43260 \begin_inset Quotes eld
43261 \end_inset
43262
43263 device-independent
43264 \begin_inset Quotes erd
43265 \end_inset
43266
43267  (DVI), because it is completely portable; you can move them from one machine
43268  to another without needing to do any sort of conversion.
43269  At the time when this file-format was developed, this was no matter of
43270  course.
43271  DVIs are used for quick previews and as pre-stage for other output formats,
43272  like PostScript.
43273 \end_layout
43274
43275 \begin_layout Standard
43276 \begin_inset Note Greyedout
43277 status open
43278
43279 \begin_layout Plain Layout
43280
43281 \series bold
43282 Note:
43283 \series default
43284  DVI-files do not contain images; they will only be a linked.
43285 \end_layout
43286
43287 \end_inset
43288
43289  So don't forget this, if you move your 
43290 \family typewriter
43291 .dvi
43292 \family default
43293  file to another computer.
43294  This property can also slow down your computer when you view the DVI, because
43295  the DVI-viewer has to convert the image in the background to make it visible
43296  when you scroll in the DVI.
43297  So it is recommended that you use PDF for files with many images.
43298 \end_layout
43299
43300 \begin_layout Standard
43301 You can export your document to DVI by using the menu 
43302 \family sans
43303 File\SpecialChar menuseparator
43304 Export\SpecialChar menuseparator
43305 DVI
43306 \family default
43307 .
43308  You can view your document as DVI via the 
43309 \family sans
43310 View
43311 \family default
43312  menu.
43313 \end_layout
43314
43315 \begin_layout Section
43316 PostScript
43317 \begin_inset Index idx
43318 status collapsed
43319
43320 \begin_layout Plain Layout
43321 File Formats ! PostScript
43322 \end_layout
43323
43324 \end_inset
43325
43326
43327 \begin_inset Index idx
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331 PostScript|see
43332 \begin_inset ERT
43333 status collapsed
43334
43335 \begin_layout Plain Layout
43336
43337 {
43338 \end_layout
43339
43340 \end_inset
43341
43342 File Formats
43343 \begin_inset ERT
43344 status collapsed
43345
43346 \begin_layout Plain Layout
43347
43348 }
43349 \end_layout
43350
43351 \end_inset
43352
43353
43354 \end_layout
43355
43356 \end_inset
43357
43358
43359 \end_layout
43360
43361 \begin_layout Standard
43362 This file type has the extension 
43363 \begin_inset Quotes eld
43364 \end_inset
43365
43366
43367 \family typewriter
43368 .ps
43369 \family default
43370
43371 \begin_inset Quotes erd
43372 \end_inset
43373
43374 .
43375  PostScript was developed by the company 
43376 \family typewriter
43377 Adobe
43378 \family default
43379  as a printer language.
43380  The file therefore contains commands that the printer uses to print the
43381  file.
43382  PostScript can be seen as a 
43383 \begin_inset Quotes eld
43384 \end_inset
43385
43386 programming language
43387 \begin_inset Quotes erd
43388 \end_inset
43389
43390 ; you can calculate with it and draw diagrams and images.
43391 \begin_inset Foot
43392 status collapsed
43393
43394 \begin_layout Plain Layout
43395 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
43396 -package
43397  
43398 \series bold
43399 PSTricks
43400 \series default
43401  
43402 \begin_inset CommandInset citation
43403 LatexCommand cite
43404 key "pstricks"
43405 literal "true"
43406
43407 \end_inset
43408
43409 .
43410 \end_layout
43411
43412 \end_inset
43413
43414  Due to this ability, the files are often bigger than PDFs.
43415 \end_layout
43416
43417 \begin_layout Standard
43418 PostScript can only contain images in the format 
43419 \begin_inset Quotes eld
43420 \end_inset
43421
43422 Encapsulated PostScript
43423 \begin_inset Quotes erd
43424 \end_inset
43425
43426  (EPS, file extension 
43427 \begin_inset Quotes eld
43428 \end_inset
43429
43430
43431 \family typewriter
43432 .eps
43433 \family default
43434
43435 \begin_inset Quotes erd
43436 \end_inset
43437
43438 ).
43439  As \SpecialChar LyX
43440  allows you to use any known image format in your document, it has to
43441  convert images in the background to EPS.
43442  If you have e.g.
43443 \begin_inset space ~
43444 \end_inset
43445
43446 50
43447 \begin_inset space ~
43448 \end_inset
43449
43450 images in your document, \SpecialChar LyX
43451  has to do 50
43452 \begin_inset space ~
43453 \end_inset
43454
43455 conversions whenever you view or export your document.
43456  This will slow down your work flow with \SpecialChar LyX
43457  drastically.
43458  So if you plan to use PostScript, you can insert your images directly as
43459  EPS to avoid this problem.
43460 \end_layout
43461
43462 \begin_layout Standard
43463 You can export your document to PostScript using the menu 
43464 \family sans
43465 File\SpecialChar menuseparator
43466 Export\SpecialChar menuseparator
43467 Postscript
43468 \family default
43469 .
43470  You can view your document as PostScript via the 
43471 \family sans
43472 View
43473 \family default
43474  menu.
43475 \end_layout
43476
43477 \begin_layout Section
43478 PDF
43479 \begin_inset Index idx
43480 status collapsed
43481
43482 \begin_layout Plain Layout
43483 File Formats ! PDF
43484 \end_layout
43485
43486 \end_inset
43487
43488
43489 \begin_inset Index idx
43490 status collapsed
43491
43492 \begin_layout Plain Layout
43493 PDF
43494 \end_layout
43495
43496 \end_inset
43497
43498
43499 \end_layout
43500
43501 \begin_layout Standard
43502 This file type has the extension 
43503 \begin_inset Quotes eld
43504 \end_inset
43505
43506
43507 \family typewriter
43508 .pdf
43509 \family default
43510
43511 \begin_inset Quotes erd
43512 \end_inset
43513
43514 .
43515  The 
43516 \begin_inset Quotes eld
43517 \end_inset
43518
43519 Portable Document Format
43520 \begin_inset Quotes erd
43521 \end_inset
43522
43523  (PDF) was developed by 
43524 \family typewriter
43525 Adobe
43526 \family default
43527  as a derivative of PostScript.
43528  It is more compressed and it uses fewer commands than PostScript.
43529  As the name 
43530 \begin_inset Quotes eld
43531 \end_inset
43532
43533 portable
43534 \begin_inset Quotes erd
43535 \end_inset
43536
43537  implies, it can be processed at any computer system and the printed output
43538  looks exactly the same.
43539 \end_layout
43540
43541 \begin_layout Standard
43542 PDF can contain images in its own PDF format, in the format 
43543 \begin_inset Quotes eld
43544 \end_inset
43545
43546 Joint Photographic Experts Group
43547 \begin_inset Quotes erd
43548 \end_inset
43549
43550  (JPG, file extension 
43551 \begin_inset Quotes eld
43552 \end_inset
43553
43554
43555 \family typewriter
43556 .jpg
43557 \family default
43558
43559 \begin_inset Quotes erd
43560 \end_inset
43561
43562  or 
43563 \begin_inset Quotes eld
43564 \end_inset
43565
43566
43567 \family typewriter
43568 .jpeg
43569 \family default
43570
43571 \begin_inset Quotes erd
43572 \end_inset
43573
43574 ), and in the format 
43575 \begin_inset Quotes eld
43576 \end_inset
43577
43578 Portable Network Graphics
43579 \begin_inset Quotes erd
43580 \end_inset
43581
43582  (PNG, file extension 
43583 \begin_inset Quotes eld
43584 \end_inset
43585
43586
43587 \family typewriter
43588 .png
43589 \family default
43590
43591 \begin_inset Quotes erd
43592 \end_inset
43593
43594 ).
43595  Nevertheless you can use any other image format, because \SpecialChar LyX
43596  converts them
43597  in the background to one of these formats.
43598  But as described in the section about PostScript, the image conversion
43599  will slow down your work flow.
43600  So it is recommended that you use images in one of the three mentioned
43601  formats.
43602 \end_layout
43603
43604 \begin_layout Standard
43605 You can export your document to PDF via the menu 
43606 \family sans
43607 File\SpecialChar menuseparator
43608 Export
43609 \family default
43610  in three different ways:
43611 \end_layout
43612
43613 \begin_layout Description
43614 PDF
43615 \begin_inset space ~
43616 \end_inset
43617
43618 (ps2pdf) This uses the program 
43619 \family typewriter
43620 ps2pdf
43621 \family default
43622  that creates a PDF from a PostScript-version of your file.
43623  The PostScript-version is produced by the program 
43624 \family typewriter
43625 dvips
43626 \family default
43627  which uses a DVI-version as intermediate step.
43628  So this export variant consists of three conversions.
43629 \end_layout
43630
43631 \begin_layout Description
43632 PDF
43633 \begin_inset space ~
43634 \end_inset
43635
43636 (dvipdfm) This uses the program 
43637 \family typewriter
43638 dvipdfm
43639 \family default
43640  that converts your file in the background to DVI and in a second step to
43641  PDF.
43642 \end_layout
43643
43644 \begin_layout Description
43645 PDF
43646 \begin_inset space ~
43647 \end_inset
43648
43649 (pdflatex) This uses the program 
43650 \family typewriter
43651 pdftex
43652 \family default
43653  that converts your file directly to PDF.
43654 \end_layout
43655
43656 \begin_layout Standard
43657 It is recommended that you use 
43658 \family sans
43659 PDF
43660 \begin_inset space ~
43661 \end_inset
43662
43663 (pdflatex)
43664 \family default
43665  because 
43666 \family typewriter
43667 pdftex
43668 \family default
43669  supports all features of actual PDF-versions, is quick and works stable.
43670  The program 
43671 \family typewriter
43672 dvipdfm
43673 \family default
43674  is not under development and therefore a bit outdated.
43675 \end_layout
43676
43677 \begin_layout Standard
43678 You can view your document as PDF via the 
43679 \family sans
43680 View
43681 \family default
43682  menu or by using a toolbar button.
43683 \end_layout
43684
43685 \begin_layout Chapter
43686 List of dvips color names
43687 \begin_inset CommandInset label
43688 LatexCommand label
43689 name "chap:List-of-dvips-colornames"
43690
43691 \end_inset
43692
43693
43694 \end_layout
43695
43696 \begin_layout Standard
43697 \begin_inset Tabular
43698 <lyxtabular version="3" rows="17" columns="4">
43699 <features tabularvalignment="middle">
43700 <column alignment="left" valignment="top" width="0pt">
43701 <column alignment="left" valignment="top" width="0pt">
43702 <column alignment="left" valignment="top" width="0pt">
43703 <column alignment="left" valignment="top" width="0pt">
43704 <row>
43705 <cell alignment="left" valignment="top" usebox="none">
43706 \begin_inset Text
43707
43708 \begin_layout Plain Layout
43709 \begin_inset ERT
43710 status collapsed
43711
43712 \begin_layout Plain Layout
43713
43714
43715 \backslash
43716 fcolorbox{black}{
43717 \end_layout
43718
43719 \end_inset
43720
43721 white
43722 \begin_inset ERT
43723 status collapsed
43724
43725 \begin_layout Plain Layout
43726
43727 }{
43728 \end_layout
43729
43730 \end_inset
43731
43732 Color
43733 \begin_inset ERT
43734 status collapsed
43735
43736 \begin_layout Plain Layout
43737
43738 }
43739 \end_layout
43740
43741 \end_inset
43742
43743  Color name
43744 \end_layout
43745
43746 \end_inset
43747 </cell>
43748 <cell alignment="left" valignment="top" usebox="none">
43749 \begin_inset Text
43750
43751 \begin_layout Plain Layout
43752 \begin_inset ERT
43753 status collapsed
43754
43755 \begin_layout Plain Layout
43756
43757
43758 \backslash
43759 fcolorbox{black}{
43760 \end_layout
43761
43762 \end_inset
43763
43764 white
43765 \begin_inset ERT
43766 status collapsed
43767
43768 \begin_layout Plain Layout
43769
43770 }{
43771 \end_layout
43772
43773 \end_inset
43774
43775 Color
43776 \begin_inset ERT
43777 status collapsed
43778
43779 \begin_layout Plain Layout
43780
43781 }
43782 \end_layout
43783
43784 \end_inset
43785
43786  Color name
43787 \end_layout
43788
43789 \end_inset
43790 </cell>
43791 <cell alignment="left" valignment="top" usebox="none">
43792 \begin_inset Text
43793
43794 \begin_layout Plain Layout
43795 \begin_inset ERT
43796 status collapsed
43797
43798 \begin_layout Plain Layout
43799
43800
43801 \backslash
43802 fcolorbox{black}{
43803 \end_layout
43804
43805 \end_inset
43806
43807 white
43808 \begin_inset ERT
43809 status collapsed
43810
43811 \begin_layout Plain Layout
43812
43813 }{
43814 \end_layout
43815
43816 \end_inset
43817
43818 Color
43819 \begin_inset ERT
43820 status collapsed
43821
43822 \begin_layout Plain Layout
43823
43824 }
43825 \end_layout
43826
43827 \end_inset
43828
43829  Color name
43830 \end_layout
43831
43832 \end_inset
43833 </cell>
43834 <cell alignment="left" valignment="top" usebox="none">
43835 \begin_inset Text
43836
43837 \begin_layout Plain Layout
43838 \begin_inset ERT
43839 status collapsed
43840
43841 \begin_layout Plain Layout
43842
43843
43844 \backslash
43845 fcolorbox{black}{
43846 \end_layout
43847
43848 \end_inset
43849
43850 white
43851 \begin_inset ERT
43852 status collapsed
43853
43854 \begin_layout Plain Layout
43855
43856 }{
43857 \end_layout
43858
43859 \end_inset
43860
43861 Color
43862 \begin_inset ERT
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866
43867 }
43868 \end_layout
43869
43870 \end_inset
43871
43872  Color name
43873 \end_layout
43874
43875 \end_inset
43876 </cell>
43877 </row>
43878 <row>
43879 <cell alignment="center" valignment="top" usebox="none">
43880 \begin_inset Text
43881
43882 \begin_layout Plain Layout
43883 \begin_inset ERT
43884 status collapsed
43885
43886 \begin_layout Plain Layout
43887
43888
43889 \backslash
43890 fcolorbox{black}{
43891 \end_layout
43892
43893 \end_inset
43894
43895 Apricot
43896 \begin_inset ERT
43897 status collapsed
43898
43899 \begin_layout Plain Layout
43900
43901 }{
43902 \end_layout
43903
43904 \end_inset
43905
43906
43907 \begin_inset Phantom Phantom
43908 status open
43909
43910 \begin_layout Plain Layout
43911 W
43912 \end_layout
43913
43914 \end_inset
43915
43916
43917 \begin_inset ERT
43918 status collapsed
43919
43920 \begin_layout Plain Layout
43921
43922 }
43923 \end_layout
43924
43925 \end_inset
43926
43927  Apricot
43928 \end_layout
43929
43930 \end_inset
43931 </cell>
43932 <cell alignment="center" valignment="top" usebox="none">
43933 \begin_inset Text
43934
43935 \begin_layout Plain Layout
43936 \begin_inset ERT
43937 status collapsed
43938
43939 \begin_layout Plain Layout
43940
43941
43942 \backslash
43943 fcolorbox{black}{
43944 \end_layout
43945
43946 \end_inset
43947
43948 Aquamarine
43949 \begin_inset ERT
43950 status collapsed
43951
43952 \begin_layout Plain Layout
43953
43954 }{
43955 \end_layout
43956
43957 \end_inset
43958
43959
43960 \begin_inset Phantom Phantom
43961 status open
43962
43963 \begin_layout Plain Layout
43964 W
43965 \end_layout
43966
43967 \end_inset
43968
43969
43970 \begin_inset ERT
43971 status collapsed
43972
43973 \begin_layout Plain Layout
43974
43975 }
43976 \end_layout
43977
43978 \end_inset
43979
43980  Aquamarine
43981 \end_layout
43982
43983 \end_inset
43984 </cell>
43985 <cell alignment="center" valignment="top" usebox="none">
43986 \begin_inset Text
43987
43988 \begin_layout Plain Layout
43989 \begin_inset ERT
43990 status collapsed
43991
43992 \begin_layout Plain Layout
43993
43994
43995 \backslash
43996 fcolorbox{black}{
43997 \end_layout
43998
43999 \end_inset
44000
44001 Bittersweet
44002 \begin_inset ERT
44003 status collapsed
44004
44005 \begin_layout Plain Layout
44006
44007 }{
44008 \end_layout
44009
44010 \end_inset
44011
44012
44013 \begin_inset Phantom Phantom
44014 status open
44015
44016 \begin_layout Plain Layout
44017 W
44018 \end_layout
44019
44020 \end_inset
44021
44022
44023 \begin_inset ERT
44024 status collapsed
44025
44026 \begin_layout Plain Layout
44027
44028 }
44029 \end_layout
44030
44031 \end_inset
44032
44033  Bittersweet
44034 \end_layout
44035
44036 \end_inset
44037 </cell>
44038 <cell alignment="center" valignment="top" usebox="none">
44039 \begin_inset Text
44040
44041 \begin_layout Plain Layout
44042 \begin_inset ERT
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046
44047
44048 \backslash
44049 fcolorbox{black}{
44050 \end_layout
44051
44052 \end_inset
44053
44054 BlueGreen
44055 \begin_inset ERT
44056 status collapsed
44057
44058 \begin_layout Plain Layout
44059
44060 }{
44061 \end_layout
44062
44063 \end_inset
44064
44065
44066 \begin_inset Phantom Phantom
44067 status open
44068
44069 \begin_layout Plain Layout
44070 W
44071 \end_layout
44072
44073 \end_inset
44074
44075
44076 \begin_inset ERT
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080
44081 }
44082 \end_layout
44083
44084 \end_inset
44085
44086  BlueGreen
44087 \end_layout
44088
44089 \end_inset
44090 </cell>
44091 </row>
44092 <row>
44093 <cell alignment="left" valignment="top" usebox="none">
44094 \begin_inset Text
44095
44096 \begin_layout Plain Layout
44097 \begin_inset ERT
44098 status collapsed
44099
44100 \begin_layout Plain Layout
44101
44102
44103 \backslash
44104 fcolorbox{black}{
44105 \end_layout
44106
44107 \end_inset
44108
44109 BlueViolet
44110 \begin_inset ERT
44111 status collapsed
44112
44113 \begin_layout Plain Layout
44114
44115 }{
44116 \end_layout
44117
44118 \end_inset
44119
44120
44121 \begin_inset Phantom Phantom
44122 status open
44123
44124 \begin_layout Plain Layout
44125 W
44126 \end_layout
44127
44128 \end_inset
44129
44130
44131 \begin_inset ERT
44132 status collapsed
44133
44134 \begin_layout Plain Layout
44135
44136 }
44137 \end_layout
44138
44139 \end_inset
44140
44141  BlueViolet
44142 \end_layout
44143
44144 \end_inset
44145 </cell>
44146 <cell alignment="left" valignment="top" usebox="none">
44147 \begin_inset Text
44148
44149 \begin_layout Plain Layout
44150 \begin_inset ERT
44151 status collapsed
44152
44153 \begin_layout Plain Layout
44154
44155
44156 \backslash
44157 fcolorbox{black}{
44158 \end_layout
44159
44160 \end_inset
44161
44162 BrickRed
44163 \begin_inset ERT
44164 status collapsed
44165
44166 \begin_layout Plain Layout
44167
44168 }{
44169 \end_layout
44170
44171 \end_inset
44172
44173
44174 \begin_inset Phantom Phantom
44175 status open
44176
44177 \begin_layout Plain Layout
44178 W
44179 \end_layout
44180
44181 \end_inset
44182
44183
44184 \begin_inset ERT
44185 status collapsed
44186
44187 \begin_layout Plain Layout
44188
44189 }
44190 \end_layout
44191
44192 \end_inset
44193
44194  BrickRed
44195 \end_layout
44196
44197 \end_inset
44198 </cell>
44199 <cell alignment="left" valignment="top" usebox="none">
44200 \begin_inset Text
44201
44202 \begin_layout Plain Layout
44203 \begin_inset ERT
44204 status collapsed
44205
44206 \begin_layout Plain Layout
44207
44208
44209 \backslash
44210 fcolorbox{black}{
44211 \end_layout
44212
44213 \end_inset
44214
44215 Brown
44216 \begin_inset ERT
44217 status collapsed
44218
44219 \begin_layout Plain Layout
44220
44221 }{
44222 \end_layout
44223
44224 \end_inset
44225
44226
44227 \begin_inset Phantom Phantom
44228 status open
44229
44230 \begin_layout Plain Layout
44231 W
44232 \end_layout
44233
44234 \end_inset
44235
44236
44237 \begin_inset ERT
44238 status collapsed
44239
44240 \begin_layout Plain Layout
44241
44242 }
44243 \end_layout
44244
44245 \end_inset
44246
44247  Brown
44248 \end_layout
44249
44250 \end_inset
44251 </cell>
44252 <cell alignment="left" valignment="top" usebox="none">
44253 \begin_inset Text
44254
44255 \begin_layout Plain Layout
44256 \begin_inset ERT
44257 status collapsed
44258
44259 \begin_layout Plain Layout
44260
44261
44262 \backslash
44263 fcolorbox{black}{
44264 \end_layout
44265
44266 \end_inset
44267
44268 BurntOrange
44269 \begin_inset ERT
44270 status collapsed
44271
44272 \begin_layout Plain Layout
44273
44274 }{
44275 \end_layout
44276
44277 \end_inset
44278
44279
44280 \begin_inset Phantom Phantom
44281 status open
44282
44283 \begin_layout Plain Layout
44284 W
44285 \end_layout
44286
44287 \end_inset
44288
44289
44290 \begin_inset ERT
44291 status collapsed
44292
44293 \begin_layout Plain Layout
44294
44295 }
44296 \end_layout
44297
44298 \end_inset
44299
44300  BurntOrange
44301 \end_layout
44302
44303 \end_inset
44304 </cell>
44305 </row>
44306 <row>
44307 <cell alignment="left" valignment="top" usebox="none">
44308 \begin_inset Text
44309
44310 \begin_layout Plain Layout
44311 \begin_inset ERT
44312 status collapsed
44313
44314 \begin_layout Plain Layout
44315
44316
44317 \backslash
44318 fcolorbox{black}{
44319 \end_layout
44320
44321 \end_inset
44322
44323 CadetBlue
44324 \begin_inset ERT
44325 status collapsed
44326
44327 \begin_layout Plain Layout
44328
44329 }{
44330 \end_layout
44331
44332 \end_inset
44333
44334
44335 \begin_inset Phantom Phantom
44336 status open
44337
44338 \begin_layout Plain Layout
44339 W
44340 \end_layout
44341
44342 \end_inset
44343
44344
44345 \begin_inset ERT
44346 status collapsed
44347
44348 \begin_layout Plain Layout
44349
44350 }
44351 \end_layout
44352
44353 \end_inset
44354
44355  CadetBlue
44356 \end_layout
44357
44358 \end_inset
44359 </cell>
44360 <cell alignment="left" valignment="top" usebox="none">
44361 \begin_inset Text
44362
44363 \begin_layout Plain Layout
44364 \begin_inset ERT
44365 status collapsed
44366
44367 \begin_layout Plain Layout
44368
44369
44370 \backslash
44371 fcolorbox{black}{
44372 \end_layout
44373
44374 \end_inset
44375
44376 CarnationPink
44377 \begin_inset ERT
44378 status collapsed
44379
44380 \begin_layout Plain Layout
44381
44382 }{
44383 \end_layout
44384
44385 \end_inset
44386
44387
44388 \begin_inset Phantom Phantom
44389 status open
44390
44391 \begin_layout Plain Layout
44392 W
44393 \end_layout
44394
44395 \end_inset
44396
44397
44398 \begin_inset ERT
44399 status collapsed
44400
44401 \begin_layout Plain Layout
44402
44403 }
44404 \end_layout
44405
44406 \end_inset
44407
44408  CarnationPink
44409 \end_layout
44410
44411 \end_inset
44412 </cell>
44413 <cell alignment="left" valignment="top" usebox="none">
44414 \begin_inset Text
44415
44416 \begin_layout Plain Layout
44417 \begin_inset ERT
44418 status collapsed
44419
44420 \begin_layout Plain Layout
44421
44422
44423 \backslash
44424 fcolorbox{black}{
44425 \end_layout
44426
44427 \end_inset
44428
44429 Cerulean
44430 \begin_inset ERT
44431 status collapsed
44432
44433 \begin_layout Plain Layout
44434
44435 }{
44436 \end_layout
44437
44438 \end_inset
44439
44440
44441 \begin_inset Phantom Phantom
44442 status open
44443
44444 \begin_layout Plain Layout
44445 W
44446 \end_layout
44447
44448 \end_inset
44449
44450
44451 \begin_inset ERT
44452 status collapsed
44453
44454 \begin_layout Plain Layout
44455
44456 }
44457 \end_layout
44458
44459 \end_inset
44460
44461  Cerulean
44462 \end_layout
44463
44464 \end_inset
44465 </cell>
44466 <cell alignment="left" valignment="top" usebox="none">
44467 \begin_inset Text
44468
44469 \begin_layout Plain Layout
44470 \begin_inset ERT
44471 status collapsed
44472
44473 \begin_layout Plain Layout
44474
44475
44476 \backslash
44477 fcolorbox{black}{
44478 \end_layout
44479
44480 \end_inset
44481
44482 CornflowerBlue
44483 \begin_inset ERT
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487
44488 }{
44489 \end_layout
44490
44491 \end_inset
44492
44493
44494 \begin_inset Phantom Phantom
44495 status open
44496
44497 \begin_layout Plain Layout
44498 W
44499 \end_layout
44500
44501 \end_inset
44502
44503
44504 \begin_inset ERT
44505 status collapsed
44506
44507 \begin_layout Plain Layout
44508
44509 }
44510 \end_layout
44511
44512 \end_inset
44513
44514  CornflowerBlue
44515 \end_layout
44516
44517 \end_inset
44518 </cell>
44519 </row>
44520 <row>
44521 <cell alignment="left" valignment="top" usebox="none">
44522 \begin_inset Text
44523
44524 \begin_layout Plain Layout
44525 \begin_inset ERT
44526 status collapsed
44527
44528 \begin_layout Plain Layout
44529
44530
44531 \backslash
44532 fcolorbox{black}{
44533 \end_layout
44534
44535 \end_inset
44536
44537 Dandelion
44538 \begin_inset ERT
44539 status collapsed
44540
44541 \begin_layout Plain Layout
44542
44543 }{
44544 \end_layout
44545
44546 \end_inset
44547
44548
44549 \begin_inset Phantom Phantom
44550 status open
44551
44552 \begin_layout Plain Layout
44553 W
44554 \end_layout
44555
44556 \end_inset
44557
44558
44559 \begin_inset ERT
44560 status collapsed
44561
44562 \begin_layout Plain Layout
44563
44564 }
44565 \end_layout
44566
44567 \end_inset
44568
44569  Dandelion
44570 \end_layout
44571
44572 \end_inset
44573 </cell>
44574 <cell alignment="left" valignment="top" usebox="none">
44575 \begin_inset Text
44576
44577 \begin_layout Plain Layout
44578 \begin_inset ERT
44579 status collapsed
44580
44581 \begin_layout Plain Layout
44582
44583
44584 \backslash
44585 fcolorbox{black}{
44586 \end_layout
44587
44588 \end_inset
44589
44590 DarkOrchid
44591 \begin_inset ERT
44592 status collapsed
44593
44594 \begin_layout Plain Layout
44595
44596 }{
44597 \end_layout
44598
44599 \end_inset
44600
44601
44602 \begin_inset Phantom Phantom
44603 status open
44604
44605 \begin_layout Plain Layout
44606 W
44607 \end_layout
44608
44609 \end_inset
44610
44611
44612 \begin_inset ERT
44613 status collapsed
44614
44615 \begin_layout Plain Layout
44616
44617 }
44618 \end_layout
44619
44620 \end_inset
44621
44622  DarkOrchid
44623 \end_layout
44624
44625 \end_inset
44626 </cell>
44627 <cell alignment="left" valignment="top" usebox="none">
44628 \begin_inset Text
44629
44630 \begin_layout Plain Layout
44631 \begin_inset ERT
44632 status collapsed
44633
44634 \begin_layout Plain Layout
44635
44636
44637 \backslash
44638 fcolorbox{black}{
44639 \end_layout
44640
44641 \end_inset
44642
44643 Emerald
44644 \begin_inset ERT
44645 status collapsed
44646
44647 \begin_layout Plain Layout
44648
44649 }{
44650 \end_layout
44651
44652 \end_inset
44653
44654
44655 \begin_inset Phantom Phantom
44656 status open
44657
44658 \begin_layout Plain Layout
44659 W
44660 \end_layout
44661
44662 \end_inset
44663
44664
44665 \begin_inset ERT
44666 status collapsed
44667
44668 \begin_layout Plain Layout
44669
44670 }
44671 \end_layout
44672
44673 \end_inset
44674
44675  Emerald
44676 \end_layout
44677
44678 \end_inset
44679 </cell>
44680 <cell alignment="left" valignment="top" usebox="none">
44681 \begin_inset Text
44682
44683 \begin_layout Plain Layout
44684 \begin_inset ERT
44685 status collapsed
44686
44687 \begin_layout Plain Layout
44688
44689
44690 \backslash
44691 fcolorbox{black}{
44692 \end_layout
44693
44694 \end_inset
44695
44696 ForestGreen
44697 \begin_inset ERT
44698 status collapsed
44699
44700 \begin_layout Plain Layout
44701
44702 }{
44703 \end_layout
44704
44705 \end_inset
44706
44707
44708 \begin_inset Phantom Phantom
44709 status open
44710
44711 \begin_layout Plain Layout
44712 W
44713 \end_layout
44714
44715 \end_inset
44716
44717
44718 \begin_inset ERT
44719 status collapsed
44720
44721 \begin_layout Plain Layout
44722
44723 }
44724 \end_layout
44725
44726 \end_inset
44727
44728  ForestGreen
44729 \end_layout
44730
44731 \end_inset
44732 </cell>
44733 </row>
44734 <row>
44735 <cell alignment="left" valignment="top" usebox="none">
44736 \begin_inset Text
44737
44738 \begin_layout Plain Layout
44739 \begin_inset ERT
44740 status collapsed
44741
44742 \begin_layout Plain Layout
44743
44744
44745 \backslash
44746 fcolorbox{black}{
44747 \end_layout
44748
44749 \end_inset
44750
44751 Fuchsia
44752 \begin_inset ERT
44753 status collapsed
44754
44755 \begin_layout Plain Layout
44756
44757 }{
44758 \end_layout
44759
44760 \end_inset
44761
44762
44763 \begin_inset Phantom Phantom
44764 status open
44765
44766 \begin_layout Plain Layout
44767 W
44768 \end_layout
44769
44770 \end_inset
44771
44772
44773 \begin_inset ERT
44774 status collapsed
44775
44776 \begin_layout Plain Layout
44777
44778 }
44779 \end_layout
44780
44781 \end_inset
44782
44783  Fuchsia
44784 \end_layout
44785
44786 \end_inset
44787 </cell>
44788 <cell alignment="left" valignment="top" usebox="none">
44789 \begin_inset Text
44790
44791 \begin_layout Plain Layout
44792 \begin_inset ERT
44793 status collapsed
44794
44795 \begin_layout Plain Layout
44796
44797
44798 \backslash
44799 fcolorbox{black}{
44800 \end_layout
44801
44802 \end_inset
44803
44804 Goldenrod
44805 \begin_inset ERT
44806 status collapsed
44807
44808 \begin_layout Plain Layout
44809
44810 }{
44811 \end_layout
44812
44813 \end_inset
44814
44815
44816 \begin_inset Phantom Phantom
44817 status open
44818
44819 \begin_layout Plain Layout
44820 W
44821 \end_layout
44822
44823 \end_inset
44824
44825
44826 \begin_inset ERT
44827 status collapsed
44828
44829 \begin_layout Plain Layout
44830
44831 }
44832 \end_layout
44833
44834 \end_inset
44835
44836  Goldenrod
44837 \end_layout
44838
44839 \end_inset
44840 </cell>
44841 <cell alignment="left" valignment="top" usebox="none">
44842 \begin_inset Text
44843
44844 \begin_layout Plain Layout
44845 \begin_inset ERT
44846 status collapsed
44847
44848 \begin_layout Plain Layout
44849
44850
44851 \backslash
44852 fcolorbox{black}{
44853 \end_layout
44854
44855 \end_inset
44856
44857 Gray
44858 \begin_inset ERT
44859 status collapsed
44860
44861 \begin_layout Plain Layout
44862
44863 }{
44864 \end_layout
44865
44866 \end_inset
44867
44868
44869 \begin_inset Phantom Phantom
44870 status open
44871
44872 \begin_layout Plain Layout
44873 W
44874 \end_layout
44875
44876 \end_inset
44877
44878
44879 \begin_inset ERT
44880 status collapsed
44881
44882 \begin_layout Plain Layout
44883
44884 }
44885 \end_layout
44886
44887 \end_inset
44888
44889  Gray
44890 \end_layout
44891
44892 \end_inset
44893 </cell>
44894 <cell alignment="left" valignment="top" usebox="none">
44895 \begin_inset Text
44896
44897 \begin_layout Plain Layout
44898 \begin_inset ERT
44899 status collapsed
44900
44901 \begin_layout Plain Layout
44902
44903
44904 \backslash
44905 fcolorbox{black}{
44906 \end_layout
44907
44908 \end_inset
44909
44910 GreenYellow
44911 \begin_inset ERT
44912 status collapsed
44913
44914 \begin_layout Plain Layout
44915
44916 }{
44917 \end_layout
44918
44919 \end_inset
44920
44921
44922 \begin_inset Phantom Phantom
44923 status open
44924
44925 \begin_layout Plain Layout
44926 W
44927 \end_layout
44928
44929 \end_inset
44930
44931
44932 \begin_inset ERT
44933 status collapsed
44934
44935 \begin_layout Plain Layout
44936
44937 }
44938 \end_layout
44939
44940 \end_inset
44941
44942  GreenYellow
44943 \end_layout
44944
44945 \end_inset
44946 </cell>
44947 </row>
44948 <row>
44949 <cell alignment="center" valignment="top" usebox="none">
44950 \begin_inset Text
44951
44952 \begin_layout Plain Layout
44953 \begin_inset ERT
44954 status collapsed
44955
44956 \begin_layout Plain Layout
44957
44958
44959 \backslash
44960 fcolorbox{black}{
44961 \end_layout
44962
44963 \end_inset
44964
44965 JungleGreen
44966 \begin_inset ERT
44967 status collapsed
44968
44969 \begin_layout Plain Layout
44970
44971 }{
44972 \end_layout
44973
44974 \end_inset
44975
44976
44977 \begin_inset Phantom Phantom
44978 status open
44979
44980 \begin_layout Plain Layout
44981 W
44982 \end_layout
44983
44984 \end_inset
44985
44986
44987 \begin_inset ERT
44988 status collapsed
44989
44990 \begin_layout Plain Layout
44991
44992 }
44993 \end_layout
44994
44995 \end_inset
44996
44997  JungleGreen
44998 \end_layout
44999
45000 \end_inset
45001 </cell>
45002 <cell alignment="center" valignment="top" usebox="none">
45003 \begin_inset Text
45004
45005 \begin_layout Plain Layout
45006 \begin_inset ERT
45007 status collapsed
45008
45009 \begin_layout Plain Layout
45010
45011
45012 \backslash
45013 fcolorbox{black}{
45014 \end_layout
45015
45016 \end_inset
45017
45018 Lavender
45019 \begin_inset ERT
45020 status collapsed
45021
45022 \begin_layout Plain Layout
45023
45024 }{
45025 \end_layout
45026
45027 \end_inset
45028
45029
45030 \begin_inset Phantom Phantom
45031 status open
45032
45033 \begin_layout Plain Layout
45034 W
45035 \end_layout
45036
45037 \end_inset
45038
45039
45040 \begin_inset ERT
45041 status collapsed
45042
45043 \begin_layout Plain Layout
45044
45045 }
45046 \end_layout
45047
45048 \end_inset
45049
45050  Lavender
45051 \end_layout
45052
45053 \end_inset
45054 </cell>
45055 <cell alignment="center" valignment="top" usebox="none">
45056 \begin_inset Text
45057
45058 \begin_layout Plain Layout
45059 \begin_inset ERT
45060 status collapsed
45061
45062 \begin_layout Plain Layout
45063
45064
45065 \backslash
45066 fcolorbox{black}{
45067 \end_layout
45068
45069 \end_inset
45070
45071 LimeGreen
45072 \begin_inset ERT
45073 status collapsed
45074
45075 \begin_layout Plain Layout
45076
45077 }{
45078 \end_layout
45079
45080 \end_inset
45081
45082
45083 \begin_inset Phantom Phantom
45084 status open
45085
45086 \begin_layout Plain Layout
45087 W
45088 \end_layout
45089
45090 \end_inset
45091
45092
45093 \begin_inset ERT
45094 status collapsed
45095
45096 \begin_layout Plain Layout
45097
45098 }
45099 \end_layout
45100
45101 \end_inset
45102
45103  LimeGreen
45104 \end_layout
45105
45106 \end_inset
45107 </cell>
45108 <cell alignment="center" valignment="top" usebox="none">
45109 \begin_inset Text
45110
45111 \begin_layout Plain Layout
45112 \begin_inset ERT
45113 status collapsed
45114
45115 \begin_layout Plain Layout
45116
45117
45118 \backslash
45119 fcolorbox{black}{
45120 \end_layout
45121
45122 \end_inset
45123
45124 Mahogany
45125 \begin_inset ERT
45126 status collapsed
45127
45128 \begin_layout Plain Layout
45129
45130 }{
45131 \end_layout
45132
45133 \end_inset
45134
45135
45136 \begin_inset Phantom Phantom
45137 status open
45138
45139 \begin_layout Plain Layout
45140 W
45141 \end_layout
45142
45143 \end_inset
45144
45145
45146 \begin_inset ERT
45147 status collapsed
45148
45149 \begin_layout Plain Layout
45150
45151 }
45152 \end_layout
45153
45154 \end_inset
45155
45156  Mahogany
45157 \end_layout
45158
45159 \end_inset
45160 </cell>
45161 </row>
45162 <row>
45163 <cell alignment="left" valignment="top" usebox="none">
45164 \begin_inset Text
45165
45166 \begin_layout Plain Layout
45167 \begin_inset ERT
45168 status collapsed
45169
45170 \begin_layout Plain Layout
45171
45172
45173 \backslash
45174 fcolorbox{black}{
45175 \end_layout
45176
45177 \end_inset
45178
45179 Mahogany
45180 \begin_inset ERT
45181 status collapsed
45182
45183 \begin_layout Plain Layout
45184
45185 }{
45186 \end_layout
45187
45188 \end_inset
45189
45190
45191 \begin_inset Phantom Phantom
45192 status open
45193
45194 \begin_layout Plain Layout
45195 W
45196 \end_layout
45197
45198 \end_inset
45199
45200
45201 \begin_inset ERT
45202 status collapsed
45203
45204 \begin_layout Plain Layout
45205
45206 }
45207 \end_layout
45208
45209 \end_inset
45210
45211  Mahogany
45212 \end_layout
45213
45214 \end_inset
45215 </cell>
45216 <cell alignment="left" valignment="top" usebox="none">
45217 \begin_inset Text
45218
45219 \begin_layout Plain Layout
45220 \begin_inset ERT
45221 status collapsed
45222
45223 \begin_layout Plain Layout
45224
45225
45226 \backslash
45227 fcolorbox{black}{
45228 \end_layout
45229
45230 \end_inset
45231
45232 Maroon
45233 \begin_inset ERT
45234 status collapsed
45235
45236 \begin_layout Plain Layout
45237
45238 }{
45239 \end_layout
45240
45241 \end_inset
45242
45243
45244 \begin_inset Phantom Phantom
45245 status open
45246
45247 \begin_layout Plain Layout
45248 W
45249 \end_layout
45250
45251 \end_inset
45252
45253
45254 \begin_inset ERT
45255 status collapsed
45256
45257 \begin_layout Plain Layout
45258
45259 }
45260 \end_layout
45261
45262 \end_inset
45263
45264  Maroon
45265 \end_layout
45266
45267 \end_inset
45268 </cell>
45269 <cell alignment="left" valignment="top" usebox="none">
45270 \begin_inset Text
45271
45272 \begin_layout Plain Layout
45273 \begin_inset ERT
45274 status collapsed
45275
45276 \begin_layout Plain Layout
45277
45278
45279 \backslash
45280 fcolorbox{black}{
45281 \end_layout
45282
45283 \end_inset
45284
45285 Melon
45286 \begin_inset ERT
45287 status collapsed
45288
45289 \begin_layout Plain Layout
45290
45291 }{
45292 \end_layout
45293
45294 \end_inset
45295
45296
45297 \begin_inset Phantom Phantom
45298 status open
45299
45300 \begin_layout Plain Layout
45301 W
45302 \end_layout
45303
45304 \end_inset
45305
45306
45307 \begin_inset ERT
45308 status collapsed
45309
45310 \begin_layout Plain Layout
45311
45312 }
45313 \end_layout
45314
45315 \end_inset
45316
45317  Melon
45318 \end_layout
45319
45320 \end_inset
45321 </cell>
45322 <cell alignment="left" valignment="top" usebox="none">
45323 \begin_inset Text
45324
45325 \begin_layout Plain Layout
45326 \begin_inset ERT
45327 status collapsed
45328
45329 \begin_layout Plain Layout
45330
45331
45332 \backslash
45333 fcolorbox{black}{
45334 \end_layout
45335
45336 \end_inset
45337
45338 MidnightBlue
45339 \begin_inset ERT
45340 status collapsed
45341
45342 \begin_layout Plain Layout
45343
45344 }{
45345 \end_layout
45346
45347 \end_inset
45348
45349
45350 \begin_inset Phantom Phantom
45351 status open
45352
45353 \begin_layout Plain Layout
45354 W
45355 \end_layout
45356
45357 \end_inset
45358
45359
45360 \begin_inset ERT
45361 status collapsed
45362
45363 \begin_layout Plain Layout
45364
45365 }
45366 \end_layout
45367
45368 \end_inset
45369
45370  MidnightBlue
45371 \end_layout
45372
45373 \end_inset
45374 </cell>
45375 </row>
45376 <row>
45377 <cell alignment="left" valignment="top" usebox="none">
45378 \begin_inset Text
45379
45380 \begin_layout Plain Layout
45381 \begin_inset ERT
45382 status collapsed
45383
45384 \begin_layout Plain Layout
45385
45386
45387 \backslash
45388 fcolorbox{black}{
45389 \end_layout
45390
45391 \end_inset
45392
45393 Mulberry
45394 \begin_inset ERT
45395 status collapsed
45396
45397 \begin_layout Plain Layout
45398
45399 }{
45400 \end_layout
45401
45402 \end_inset
45403
45404
45405 \begin_inset Phantom Phantom
45406 status open
45407
45408 \begin_layout Plain Layout
45409 W
45410 \end_layout
45411
45412 \end_inset
45413
45414
45415 \begin_inset ERT
45416 status collapsed
45417
45418 \begin_layout Plain Layout
45419
45420 }
45421 \end_layout
45422
45423 \end_inset
45424
45425  Mulberry
45426 \end_layout
45427
45428 \end_inset
45429 </cell>
45430 <cell alignment="left" valignment="top" usebox="none">
45431 \begin_inset Text
45432
45433 \begin_layout Plain Layout
45434 \begin_inset ERT
45435 status collapsed
45436
45437 \begin_layout Plain Layout
45438
45439
45440 \backslash
45441 fcolorbox{black}{
45442 \end_layout
45443
45444 \end_inset
45445
45446 NavyBlue
45447 \begin_inset ERT
45448 status collapsed
45449
45450 \begin_layout Plain Layout
45451
45452 }{
45453 \end_layout
45454
45455 \end_inset
45456
45457
45458 \begin_inset Phantom Phantom
45459 status open
45460
45461 \begin_layout Plain Layout
45462 W
45463 \end_layout
45464
45465 \end_inset
45466
45467
45468 \begin_inset ERT
45469 status collapsed
45470
45471 \begin_layout Plain Layout
45472
45473 }
45474 \end_layout
45475
45476 \end_inset
45477
45478  NavyBlue
45479 \end_layout
45480
45481 \end_inset
45482 </cell>
45483 <cell alignment="left" valignment="top" usebox="none">
45484 \begin_inset Text
45485
45486 \begin_layout Plain Layout
45487 \begin_inset ERT
45488 status collapsed
45489
45490 \begin_layout Plain Layout
45491
45492
45493 \backslash
45494 fcolorbox{black}{
45495 \end_layout
45496
45497 \end_inset
45498
45499 OliveGreen
45500 \begin_inset ERT
45501 status collapsed
45502
45503 \begin_layout Plain Layout
45504
45505 }{
45506 \end_layout
45507
45508 \end_inset
45509
45510
45511 \begin_inset Phantom Phantom
45512 status open
45513
45514 \begin_layout Plain Layout
45515 W
45516 \end_layout
45517
45518 \end_inset
45519
45520
45521 \begin_inset ERT
45522 status collapsed
45523
45524 \begin_layout Plain Layout
45525
45526 }
45527 \end_layout
45528
45529 \end_inset
45530
45531  OliveGreen
45532 \end_layout
45533
45534 \end_inset
45535 </cell>
45536 <cell alignment="left" valignment="top" usebox="none">
45537 \begin_inset Text
45538
45539 \begin_layout Plain Layout
45540 \begin_inset ERT
45541 status collapsed
45542
45543 \begin_layout Plain Layout
45544
45545
45546 \backslash
45547 fcolorbox{black}{
45548 \end_layout
45549
45550 \end_inset
45551
45552 Orange
45553 \begin_inset ERT
45554 status collapsed
45555
45556 \begin_layout Plain Layout
45557
45558 }{
45559 \end_layout
45560
45561 \end_inset
45562
45563
45564 \begin_inset Phantom Phantom
45565 status open
45566
45567 \begin_layout Plain Layout
45568 W
45569 \end_layout
45570
45571 \end_inset
45572
45573
45574 \begin_inset ERT
45575 status collapsed
45576
45577 \begin_layout Plain Layout
45578
45579 }
45580 \end_layout
45581
45582 \end_inset
45583
45584  Orange
45585 \end_layout
45586
45587 \end_inset
45588 </cell>
45589 </row>
45590 <row>
45591 <cell alignment="left" valignment="top" usebox="none">
45592 \begin_inset Text
45593
45594 \begin_layout Plain Layout
45595 \begin_inset ERT
45596 status collapsed
45597
45598 \begin_layout Plain Layout
45599
45600
45601 \backslash
45602 fcolorbox{black}{
45603 \end_layout
45604
45605 \end_inset
45606
45607 OrangeRed
45608 \begin_inset ERT
45609 status collapsed
45610
45611 \begin_layout Plain Layout
45612
45613 }{
45614 \end_layout
45615
45616 \end_inset
45617
45618
45619 \begin_inset Phantom Phantom
45620 status open
45621
45622 \begin_layout Plain Layout
45623 W
45624 \end_layout
45625
45626 \end_inset
45627
45628
45629 \begin_inset ERT
45630 status collapsed
45631
45632 \begin_layout Plain Layout
45633
45634 }
45635 \end_layout
45636
45637 \end_inset
45638
45639  OrangeRed
45640 \end_layout
45641
45642 \end_inset
45643 </cell>
45644 <cell alignment="left" valignment="top" usebox="none">
45645 \begin_inset Text
45646
45647 \begin_layout Plain Layout
45648 \begin_inset ERT
45649 status collapsed
45650
45651 \begin_layout Plain Layout
45652
45653
45654 \backslash
45655 fcolorbox{black}{
45656 \end_layout
45657
45658 \end_inset
45659
45660 Orchid
45661 \begin_inset ERT
45662 status collapsed
45663
45664 \begin_layout Plain Layout
45665
45666 }{
45667 \end_layout
45668
45669 \end_inset
45670
45671
45672 \begin_inset Phantom Phantom
45673 status open
45674
45675 \begin_layout Plain Layout
45676 W
45677 \end_layout
45678
45679 \end_inset
45680
45681
45682 \begin_inset ERT
45683 status collapsed
45684
45685 \begin_layout Plain Layout
45686
45687 }
45688 \end_layout
45689
45690 \end_inset
45691
45692  Orchid
45693 \end_layout
45694
45695 \end_inset
45696 </cell>
45697 <cell alignment="left" valignment="top" usebox="none">
45698 \begin_inset Text
45699
45700 \begin_layout Plain Layout
45701 \begin_inset ERT
45702 status collapsed
45703
45704 \begin_layout Plain Layout
45705
45706
45707 \backslash
45708 fcolorbox{black}{
45709 \end_layout
45710
45711 \end_inset
45712
45713 Peach
45714 \begin_inset ERT
45715 status collapsed
45716
45717 \begin_layout Plain Layout
45718
45719 }{
45720 \end_layout
45721
45722 \end_inset
45723
45724
45725 \begin_inset Phantom Phantom
45726 status open
45727
45728 \begin_layout Plain Layout
45729 W
45730 \end_layout
45731
45732 \end_inset
45733
45734
45735 \begin_inset ERT
45736 status collapsed
45737
45738 \begin_layout Plain Layout
45739
45740 }
45741 \end_layout
45742
45743 \end_inset
45744
45745  Peach
45746 \end_layout
45747
45748 \end_inset
45749 </cell>
45750 <cell alignment="left" valignment="top" usebox="none">
45751 \begin_inset Text
45752
45753 \begin_layout Plain Layout
45754 \begin_inset ERT
45755 status collapsed
45756
45757 \begin_layout Plain Layout
45758
45759
45760 \backslash
45761 fcolorbox{black}{
45762 \end_layout
45763
45764 \end_inset
45765
45766 Periwinkle
45767 \begin_inset ERT
45768 status collapsed
45769
45770 \begin_layout Plain Layout
45771
45772 }{
45773 \end_layout
45774
45775 \end_inset
45776
45777
45778 \begin_inset Phantom Phantom
45779 status open
45780
45781 \begin_layout Plain Layout
45782 W
45783 \end_layout
45784
45785 \end_inset
45786
45787
45788 \begin_inset ERT
45789 status collapsed
45790
45791 \begin_layout Plain Layout
45792
45793 }
45794 \end_layout
45795
45796 \end_inset
45797
45798  Periwinkle
45799 \end_layout
45800
45801 \end_inset
45802 </cell>
45803 </row>
45804 <row>
45805 <cell alignment="left" valignment="top" usebox="none">
45806 \begin_inset Text
45807
45808 \begin_layout Plain Layout
45809 \begin_inset ERT
45810 status collapsed
45811
45812 \begin_layout Plain Layout
45813
45814
45815 \backslash
45816 fcolorbox{black}{
45817 \end_layout
45818
45819 \end_inset
45820
45821 PineGreen
45822 \begin_inset ERT
45823 status collapsed
45824
45825 \begin_layout Plain Layout
45826
45827 }{
45828 \end_layout
45829
45830 \end_inset
45831
45832
45833 \begin_inset Phantom Phantom
45834 status open
45835
45836 \begin_layout Plain Layout
45837 W
45838 \end_layout
45839
45840 \end_inset
45841
45842
45843 \begin_inset ERT
45844 status collapsed
45845
45846 \begin_layout Plain Layout
45847
45848 }
45849 \end_layout
45850
45851 \end_inset
45852
45853  PineGreen
45854 \end_layout
45855
45856 \end_inset
45857 </cell>
45858 <cell alignment="left" valignment="top" usebox="none">
45859 \begin_inset Text
45860
45861 \begin_layout Plain Layout
45862 \begin_inset ERT
45863 status collapsed
45864
45865 \begin_layout Plain Layout
45866
45867
45868 \backslash
45869 fcolorbox{black}{
45870 \end_layout
45871
45872 \end_inset
45873
45874 Plum
45875 \begin_inset ERT
45876 status collapsed
45877
45878 \begin_layout Plain Layout
45879
45880 }{
45881 \end_layout
45882
45883 \end_inset
45884
45885
45886 \begin_inset Phantom Phantom
45887 status open
45888
45889 \begin_layout Plain Layout
45890 W
45891 \end_layout
45892
45893 \end_inset
45894
45895
45896 \begin_inset ERT
45897 status collapsed
45898
45899 \begin_layout Plain Layout
45900
45901 }
45902 \end_layout
45903
45904 \end_inset
45905
45906  Plum
45907 \end_layout
45908
45909 \end_inset
45910 </cell>
45911 <cell alignment="left" valignment="top" usebox="none">
45912 \begin_inset Text
45913
45914 \begin_layout Plain Layout
45915 \begin_inset ERT
45916 status collapsed
45917
45918 \begin_layout Plain Layout
45919
45920
45921 \backslash
45922 fcolorbox{black}{
45923 \end_layout
45924
45925 \end_inset
45926
45927 ProcessBlue
45928 \begin_inset ERT
45929 status collapsed
45930
45931 \begin_layout Plain Layout
45932
45933 }{
45934 \end_layout
45935
45936 \end_inset
45937
45938
45939 \begin_inset Phantom Phantom
45940 status open
45941
45942 \begin_layout Plain Layout
45943 W
45944 \end_layout
45945
45946 \end_inset
45947
45948
45949 \begin_inset ERT
45950 status collapsed
45951
45952 \begin_layout Plain Layout
45953
45954 }
45955 \end_layout
45956
45957 \end_inset
45958
45959  ProcessBlue
45960 \end_layout
45961
45962 \end_inset
45963 </cell>
45964 <cell alignment="left" valignment="top" usebox="none">
45965 \begin_inset Text
45966
45967 \begin_layout Plain Layout
45968 \begin_inset ERT
45969 status collapsed
45970
45971 \begin_layout Plain Layout
45972
45973
45974 \backslash
45975 fcolorbox{black}{
45976 \end_layout
45977
45978 \end_inset
45979
45980 Purple
45981 \begin_inset ERT
45982 status collapsed
45983
45984 \begin_layout Plain Layout
45985
45986 }{
45987 \end_layout
45988
45989 \end_inset
45990
45991
45992 \begin_inset Phantom Phantom
45993 status open
45994
45995 \begin_layout Plain Layout
45996 W
45997 \end_layout
45998
45999 \end_inset
46000
46001
46002 \begin_inset ERT
46003 status collapsed
46004
46005 \begin_layout Plain Layout
46006
46007 }
46008 \end_layout
46009
46010 \end_inset
46011
46012  Purple
46013 \end_layout
46014
46015 \end_inset
46016 </cell>
46017 </row>
46018 <row>
46019 <cell alignment="left" valignment="top" usebox="none">
46020 \begin_inset Text
46021
46022 \begin_layout Plain Layout
46023 \begin_inset ERT
46024 status collapsed
46025
46026 \begin_layout Plain Layout
46027
46028
46029 \backslash
46030 fcolorbox{black}{
46031 \end_layout
46032
46033 \end_inset
46034
46035 RawSienna
46036 \begin_inset ERT
46037 status collapsed
46038
46039 \begin_layout Plain Layout
46040
46041 }{
46042 \end_layout
46043
46044 \end_inset
46045
46046
46047 \begin_inset Phantom Phantom
46048 status open
46049
46050 \begin_layout Plain Layout
46051 W
46052 \end_layout
46053
46054 \end_inset
46055
46056
46057 \begin_inset ERT
46058 status collapsed
46059
46060 \begin_layout Plain Layout
46061
46062 }
46063 \end_layout
46064
46065 \end_inset
46066
46067  RawSienna
46068 \end_layout
46069
46070 \end_inset
46071 </cell>
46072 <cell alignment="left" valignment="top" usebox="none">
46073 \begin_inset Text
46074
46075 \begin_layout Plain Layout
46076 \begin_inset ERT
46077 status collapsed
46078
46079 \begin_layout Plain Layout
46080
46081
46082 \backslash
46083 fcolorbox{black}{
46084 \end_layout
46085
46086 \end_inset
46087
46088 RedOrange
46089 \begin_inset ERT
46090 status collapsed
46091
46092 \begin_layout Plain Layout
46093
46094 }{
46095 \end_layout
46096
46097 \end_inset
46098
46099
46100 \begin_inset Phantom Phantom
46101 status open
46102
46103 \begin_layout Plain Layout
46104 W
46105 \end_layout
46106
46107 \end_inset
46108
46109
46110 \begin_inset ERT
46111 status collapsed
46112
46113 \begin_layout Plain Layout
46114
46115 }
46116 \end_layout
46117
46118 \end_inset
46119
46120  RedOrange
46121 \end_layout
46122
46123 \end_inset
46124 </cell>
46125 <cell alignment="left" valignment="top" usebox="none">
46126 \begin_inset Text
46127
46128 \begin_layout Plain Layout
46129 \begin_inset ERT
46130 status collapsed
46131
46132 \begin_layout Plain Layout
46133
46134
46135 \backslash
46136 fcolorbox{black}{
46137 \end_layout
46138
46139 \end_inset
46140
46141 RedViolet
46142 \begin_inset ERT
46143 status collapsed
46144
46145 \begin_layout Plain Layout
46146
46147 }{
46148 \end_layout
46149
46150 \end_inset
46151
46152
46153 \begin_inset Phantom Phantom
46154 status open
46155
46156 \begin_layout Plain Layout
46157 W
46158 \end_layout
46159
46160 \end_inset
46161
46162
46163 \begin_inset ERT
46164 status collapsed
46165
46166 \begin_layout Plain Layout
46167
46168 }
46169 \end_layout
46170
46171 \end_inset
46172
46173  RedViolet
46174 \end_layout
46175
46176 \end_inset
46177 </cell>
46178 <cell alignment="left" valignment="top" usebox="none">
46179 \begin_inset Text
46180
46181 \begin_layout Plain Layout
46182 \begin_inset ERT
46183 status collapsed
46184
46185 \begin_layout Plain Layout
46186
46187
46188 \backslash
46189 fcolorbox{black}{
46190 \end_layout
46191
46192 \end_inset
46193
46194 Rhodamine
46195 \begin_inset ERT
46196 status collapsed
46197
46198 \begin_layout Plain Layout
46199
46200 }{
46201 \end_layout
46202
46203 \end_inset
46204
46205
46206 \begin_inset Phantom Phantom
46207 status open
46208
46209 \begin_layout Plain Layout
46210 W
46211 \end_layout
46212
46213 \end_inset
46214
46215
46216 \begin_inset ERT
46217 status collapsed
46218
46219 \begin_layout Plain Layout
46220
46221 }
46222 \end_layout
46223
46224 \end_inset
46225
46226  Rhodamine
46227 \end_layout
46228
46229 \end_inset
46230 </cell>
46231 </row>
46232 <row>
46233 <cell alignment="left" valignment="top" usebox="none">
46234 \begin_inset Text
46235
46236 \begin_layout Plain Layout
46237 \begin_inset ERT
46238 status collapsed
46239
46240 \begin_layout Plain Layout
46241
46242
46243 \backslash
46244 fcolorbox{black}{
46245 \end_layout
46246
46247 \end_inset
46248
46249 RoyalBlue
46250 \begin_inset ERT
46251 status collapsed
46252
46253 \begin_layout Plain Layout
46254
46255 }{
46256 \end_layout
46257
46258 \end_inset
46259
46260
46261 \begin_inset Phantom Phantom
46262 status open
46263
46264 \begin_layout Plain Layout
46265 W
46266 \end_layout
46267
46268 \end_inset
46269
46270
46271 \begin_inset ERT
46272 status collapsed
46273
46274 \begin_layout Plain Layout
46275
46276 }
46277 \end_layout
46278
46279 \end_inset
46280
46281  RoyalBlue
46282 \end_layout
46283
46284 \end_inset
46285 </cell>
46286 <cell alignment="left" valignment="top" usebox="none">
46287 \begin_inset Text
46288
46289 \begin_layout Plain Layout
46290 \begin_inset ERT
46291 status collapsed
46292
46293 \begin_layout Plain Layout
46294
46295
46296 \backslash
46297 fcolorbox{black}{
46298 \end_layout
46299
46300 \end_inset
46301
46302 RoyalPurple
46303 \begin_inset ERT
46304 status collapsed
46305
46306 \begin_layout Plain Layout
46307
46308 }{
46309 \end_layout
46310
46311 \end_inset
46312
46313
46314 \begin_inset Phantom Phantom
46315 status open
46316
46317 \begin_layout Plain Layout
46318 W
46319 \end_layout
46320
46321 \end_inset
46322
46323
46324 \begin_inset ERT
46325 status collapsed
46326
46327 \begin_layout Plain Layout
46328
46329 }
46330 \end_layout
46331
46332 \end_inset
46333
46334  RoyalPurple
46335 \end_layout
46336
46337 \end_inset
46338 </cell>
46339 <cell alignment="left" valignment="top" usebox="none">
46340 \begin_inset Text
46341
46342 \begin_layout Plain Layout
46343 \begin_inset ERT
46344 status collapsed
46345
46346 \begin_layout Plain Layout
46347
46348
46349 \backslash
46350 fcolorbox{black}{
46351 \end_layout
46352
46353 \end_inset
46354
46355 RubineRed
46356 \begin_inset ERT
46357 status collapsed
46358
46359 \begin_layout Plain Layout
46360
46361 }{
46362 \end_layout
46363
46364 \end_inset
46365
46366
46367 \begin_inset Phantom Phantom
46368 status open
46369
46370 \begin_layout Plain Layout
46371 W
46372 \end_layout
46373
46374 \end_inset
46375
46376
46377 \begin_inset ERT
46378 status collapsed
46379
46380 \begin_layout Plain Layout
46381
46382 }
46383 \end_layout
46384
46385 \end_inset
46386
46387  RubineRed
46388 \end_layout
46389
46390 \end_inset
46391 </cell>
46392 <cell alignment="left" valignment="top" usebox="none">
46393 \begin_inset Text
46394
46395 \begin_layout Plain Layout
46396 \begin_inset ERT
46397 status collapsed
46398
46399 \begin_layout Plain Layout
46400
46401
46402 \backslash
46403 fcolorbox{black}{
46404 \end_layout
46405
46406 \end_inset
46407
46408 Salmon
46409 \begin_inset ERT
46410 status collapsed
46411
46412 \begin_layout Plain Layout
46413
46414 }{
46415 \end_layout
46416
46417 \end_inset
46418
46419
46420 \begin_inset Phantom Phantom
46421 status open
46422
46423 \begin_layout Plain Layout
46424 W
46425 \end_layout
46426
46427 \end_inset
46428
46429
46430 \begin_inset ERT
46431 status collapsed
46432
46433 \begin_layout Plain Layout
46434
46435 }
46436 \end_layout
46437
46438 \end_inset
46439
46440  Salmon
46441 \end_layout
46442
46443 \end_inset
46444 </cell>
46445 </row>
46446 <row>
46447 <cell alignment="left" valignment="top" usebox="none">
46448 \begin_inset Text
46449
46450 \begin_layout Plain Layout
46451 \begin_inset ERT
46452 status collapsed
46453
46454 \begin_layout Plain Layout
46455
46456
46457 \backslash
46458 fcolorbox{black}{
46459 \end_layout
46460
46461 \end_inset
46462
46463 SeaGreen
46464 \begin_inset ERT
46465 status collapsed
46466
46467 \begin_layout Plain Layout
46468
46469 }{
46470 \end_layout
46471
46472 \end_inset
46473
46474
46475 \begin_inset Phantom Phantom
46476 status open
46477
46478 \begin_layout Plain Layout
46479 W
46480 \end_layout
46481
46482 \end_inset
46483
46484
46485 \begin_inset ERT
46486 status collapsed
46487
46488 \begin_layout Plain Layout
46489
46490 }
46491 \end_layout
46492
46493 \end_inset
46494
46495  SeaGreen
46496 \end_layout
46497
46498 \end_inset
46499 </cell>
46500 <cell alignment="left" valignment="top" usebox="none">
46501 \begin_inset Text
46502
46503 \begin_layout Plain Layout
46504 \begin_inset ERT
46505 status collapsed
46506
46507 \begin_layout Plain Layout
46508
46509
46510 \backslash
46511 fcolorbox{black}{
46512 \end_layout
46513
46514 \end_inset
46515
46516 Sepia
46517 \begin_inset ERT
46518 status collapsed
46519
46520 \begin_layout Plain Layout
46521
46522 }{
46523 \end_layout
46524
46525 \end_inset
46526
46527
46528 \begin_inset Phantom Phantom
46529 status open
46530
46531 \begin_layout Plain Layout
46532 W
46533 \end_layout
46534
46535 \end_inset
46536
46537
46538 \begin_inset ERT
46539 status collapsed
46540
46541 \begin_layout Plain Layout
46542
46543 }
46544 \end_layout
46545
46546 \end_inset
46547
46548  Sepia
46549 \end_layout
46550
46551 \end_inset
46552 </cell>
46553 <cell alignment="left" valignment="top" usebox="none">
46554 \begin_inset Text
46555
46556 \begin_layout Plain Layout
46557 \begin_inset ERT
46558 status collapsed
46559
46560 \begin_layout Plain Layout
46561
46562
46563 \backslash
46564 fcolorbox{black}{
46565 \end_layout
46566
46567 \end_inset
46568
46569 SkyBlue
46570 \begin_inset ERT
46571 status collapsed
46572
46573 \begin_layout Plain Layout
46574
46575 }{
46576 \end_layout
46577
46578 \end_inset
46579
46580
46581 \begin_inset Phantom Phantom
46582 status open
46583
46584 \begin_layout Plain Layout
46585 W
46586 \end_layout
46587
46588 \end_inset
46589
46590
46591 \begin_inset ERT
46592 status collapsed
46593
46594 \begin_layout Plain Layout
46595
46596 }
46597 \end_layout
46598
46599 \end_inset
46600
46601  SkyBlue
46602 \end_layout
46603
46604 \end_inset
46605 </cell>
46606 <cell alignment="left" valignment="top" usebox="none">
46607 \begin_inset Text
46608
46609 \begin_layout Plain Layout
46610 \begin_inset ERT
46611 status collapsed
46612
46613 \begin_layout Plain Layout
46614
46615
46616 \backslash
46617 fcolorbox{black}{
46618 \end_layout
46619
46620 \end_inset
46621
46622 SpringGreen
46623 \begin_inset ERT
46624 status collapsed
46625
46626 \begin_layout Plain Layout
46627
46628 }{
46629 \end_layout
46630
46631 \end_inset
46632
46633
46634 \begin_inset Phantom Phantom
46635 status open
46636
46637 \begin_layout Plain Layout
46638 W
46639 \end_layout
46640
46641 \end_inset
46642
46643
46644 \begin_inset ERT
46645 status collapsed
46646
46647 \begin_layout Plain Layout
46648
46649 }
46650 \end_layout
46651
46652 \end_inset
46653
46654  SpringGreen
46655 \end_layout
46656
46657 \end_inset
46658 </cell>
46659 </row>
46660 <row>
46661 <cell alignment="left" valignment="top" usebox="none">
46662 \begin_inset Text
46663
46664 \begin_layout Plain Layout
46665 \begin_inset ERT
46666 status collapsed
46667
46668 \begin_layout Plain Layout
46669
46670
46671 \backslash
46672 fcolorbox{black}{
46673 \end_layout
46674
46675 \end_inset
46676
46677 Tan
46678 \begin_inset ERT
46679 status collapsed
46680
46681 \begin_layout Plain Layout
46682
46683 }{
46684 \end_layout
46685
46686 \end_inset
46687
46688
46689 \begin_inset Phantom Phantom
46690 status open
46691
46692 \begin_layout Plain Layout
46693 W
46694 \end_layout
46695
46696 \end_inset
46697
46698
46699 \begin_inset ERT
46700 status collapsed
46701
46702 \begin_layout Plain Layout
46703
46704 }
46705 \end_layout
46706
46707 \end_inset
46708
46709  Tan
46710 \end_layout
46711
46712 \end_inset
46713 </cell>
46714 <cell alignment="left" valignment="top" usebox="none">
46715 \begin_inset Text
46716
46717 \begin_layout Plain Layout
46718 \begin_inset ERT
46719 status collapsed
46720
46721 \begin_layout Plain Layout
46722
46723
46724 \backslash
46725 fcolorbox{black}{
46726 \end_layout
46727
46728 \end_inset
46729
46730 TealBlue
46731 \begin_inset ERT
46732 status collapsed
46733
46734 \begin_layout Plain Layout
46735
46736 }{
46737 \end_layout
46738
46739 \end_inset
46740
46741
46742 \begin_inset Phantom Phantom
46743 status open
46744
46745 \begin_layout Plain Layout
46746 W
46747 \end_layout
46748
46749 \end_inset
46750
46751
46752 \begin_inset ERT
46753 status collapsed
46754
46755 \begin_layout Plain Layout
46756
46757 }
46758 \end_layout
46759
46760 \end_inset
46761
46762  TealBlue
46763 \end_layout
46764
46765 \end_inset
46766 </cell>
46767 <cell alignment="left" valignment="top" usebox="none">
46768 \begin_inset Text
46769
46770 \begin_layout Plain Layout
46771 \begin_inset ERT
46772 status collapsed
46773
46774 \begin_layout Plain Layout
46775
46776
46777 \backslash
46778 fcolorbox{black}{
46779 \end_layout
46780
46781 \end_inset
46782
46783 Thistle
46784 \begin_inset ERT
46785 status collapsed
46786
46787 \begin_layout Plain Layout
46788
46789 }{
46790 \end_layout
46791
46792 \end_inset
46793
46794
46795 \begin_inset Phantom Phantom
46796 status open
46797
46798 \begin_layout Plain Layout
46799 W
46800 \end_layout
46801
46802 \end_inset
46803
46804
46805 \begin_inset ERT
46806 status collapsed
46807
46808 \begin_layout Plain Layout
46809
46810 }
46811 \end_layout
46812
46813 \end_inset
46814
46815  Thistle
46816 \end_layout
46817
46818 \end_inset
46819 </cell>
46820 <cell alignment="left" valignment="top" usebox="none">
46821 \begin_inset Text
46822
46823 \begin_layout Plain Layout
46824 \begin_inset ERT
46825 status collapsed
46826
46827 \begin_layout Plain Layout
46828
46829
46830 \backslash
46831 fcolorbox{black}{
46832 \end_layout
46833
46834 \end_inset
46835
46836 Turquoise
46837 \begin_inset ERT
46838 status collapsed
46839
46840 \begin_layout Plain Layout
46841
46842 }{
46843 \end_layout
46844
46845 \end_inset
46846
46847
46848 \begin_inset Phantom Phantom
46849 status open
46850
46851 \begin_layout Plain Layout
46852 W
46853 \end_layout
46854
46855 \end_inset
46856
46857
46858 \begin_inset ERT
46859 status collapsed
46860
46861 \begin_layout Plain Layout
46862
46863 }
46864 \end_layout
46865
46866 \end_inset
46867
46868  Turquoise
46869 \end_layout
46870
46871 \end_inset
46872 </cell>
46873 </row>
46874 <row>
46875 <cell alignment="left" valignment="top" usebox="none">
46876 \begin_inset Text
46877
46878 \begin_layout Plain Layout
46879 \begin_inset ERT
46880 status collapsed
46881
46882 \begin_layout Plain Layout
46883
46884
46885 \backslash
46886 fcolorbox{black}{
46887 \end_layout
46888
46889 \end_inset
46890
46891 Violet
46892 \begin_inset ERT
46893 status collapsed
46894
46895 \begin_layout Plain Layout
46896
46897 }{
46898 \end_layout
46899
46900 \end_inset
46901
46902
46903 \begin_inset Phantom Phantom
46904 status open
46905
46906 \begin_layout Plain Layout
46907 W
46908 \end_layout
46909
46910 \end_inset
46911
46912
46913 \begin_inset ERT
46914 status collapsed
46915
46916 \begin_layout Plain Layout
46917
46918 }
46919 \end_layout
46920
46921 \end_inset
46922
46923  Violet
46924 \end_layout
46925
46926 \end_inset
46927 </cell>
46928 <cell alignment="left" valignment="top" usebox="none">
46929 \begin_inset Text
46930
46931 \begin_layout Plain Layout
46932 \begin_inset ERT
46933 status collapsed
46934
46935 \begin_layout Plain Layout
46936
46937
46938 \backslash
46939 fcolorbox{black}{
46940 \end_layout
46941
46942 \end_inset
46943
46944 VioletRed
46945 \begin_inset ERT
46946 status collapsed
46947
46948 \begin_layout Plain Layout
46949
46950 }{
46951 \end_layout
46952
46953 \end_inset
46954
46955
46956 \begin_inset Phantom Phantom
46957 status open
46958
46959 \begin_layout Plain Layout
46960 W
46961 \end_layout
46962
46963 \end_inset
46964
46965
46966 \begin_inset ERT
46967 status collapsed
46968
46969 \begin_layout Plain Layout
46970
46971 }
46972 \end_layout
46973
46974 \end_inset
46975
46976  VioletRed
46977 \end_layout
46978
46979 \end_inset
46980 </cell>
46981 <cell alignment="left" valignment="top" usebox="none">
46982 \begin_inset Text
46983
46984 \begin_layout Plain Layout
46985 \begin_inset ERT
46986 status collapsed
46987
46988 \begin_layout Plain Layout
46989
46990
46991 \backslash
46992 fcolorbox{black}{
46993 \end_layout
46994
46995 \end_inset
46996
46997 WildStrawberry
46998 \begin_inset ERT
46999 status collapsed
47000
47001 \begin_layout Plain Layout
47002
47003 }{
47004 \end_layout
47005
47006 \end_inset
47007
47008
47009 \begin_inset Phantom Phantom
47010 status open
47011
47012 \begin_layout Plain Layout
47013 W
47014 \end_layout
47015
47016 \end_inset
47017
47018
47019 \begin_inset ERT
47020 status collapsed
47021
47022 \begin_layout Plain Layout
47023
47024 }
47025 \end_layout
47026
47027 \end_inset
47028
47029  WildStrawberry
47030 \end_layout
47031
47032 \end_inset
47033 </cell>
47034 <cell alignment="left" valignment="top" usebox="none">
47035 \begin_inset Text
47036
47037 \begin_layout Plain Layout
47038 \begin_inset ERT
47039 status collapsed
47040
47041 \begin_layout Plain Layout
47042
47043
47044 \backslash
47045 fcolorbox{black}{
47046 \end_layout
47047
47048 \end_inset
47049
47050 YellowGreen
47051 \begin_inset ERT
47052 status collapsed
47053
47054 \begin_layout Plain Layout
47055
47056 }{
47057 \end_layout
47058
47059 \end_inset
47060
47061
47062 \begin_inset Phantom Phantom
47063 status open
47064
47065 \begin_layout Plain Layout
47066 W
47067 \end_layout
47068
47069 \end_inset
47070
47071
47072 \begin_inset ERT
47073 status collapsed
47074
47075 \begin_layout Plain Layout
47076
47077 }
47078 \end_layout
47079
47080 \end_inset
47081
47082  YellowGreen
47083 \end_layout
47084
47085 \end_inset
47086 </cell>
47087 </row>
47088 <row>
47089 <cell alignment="left" valignment="top" usebox="none">
47090 \begin_inset Text
47091
47092 \begin_layout Plain Layout
47093 \begin_inset ERT
47094 status collapsed
47095
47096 \begin_layout Plain Layout
47097
47098
47099 \backslash
47100 fcolorbox{black}{
47101 \end_layout
47102
47103 \end_inset
47104
47105 YellowOrange
47106 \begin_inset ERT
47107 status collapsed
47108
47109 \begin_layout Plain Layout
47110
47111 }{
47112 \end_layout
47113
47114 \end_inset
47115
47116
47117 \begin_inset Phantom Phantom
47118 status open
47119
47120 \begin_layout Plain Layout
47121 W
47122 \end_layout
47123
47124 \end_inset
47125
47126
47127 \begin_inset ERT
47128 status collapsed
47129
47130 \begin_layout Plain Layout
47131
47132 }
47133 \end_layout
47134
47135 \end_inset
47136
47137  YellowOrange
47138 \end_layout
47139
47140 \end_inset
47141 </cell>
47142 <cell alignment="left" valignment="top" usebox="none">
47143 \begin_inset Text
47144
47145 \begin_layout Plain Layout
47146
47147 \end_layout
47148
47149 \end_inset
47150 </cell>
47151 <cell alignment="left" valignment="top" usebox="none">
47152 \begin_inset Text
47153
47154 \begin_layout Plain Layout
47155
47156 \end_layout
47157
47158 \end_inset
47159 </cell>
47160 <cell alignment="left" valignment="top" usebox="none">
47161 \begin_inset Text
47162
47163 \begin_layout Plain Layout
47164
47165 \end_layout
47166
47167 \end_inset
47168 </cell>
47169 </row>
47170 </lyxtabular>
47171
47172 \end_inset
47173
47174
47175 \end_layout
47176
47177 \begin_layout Chapter
47178 Explanation of Equation
47179 \begin_inset space ~
47180 \end_inset
47181
47182 (
47183 \begin_inset CommandInset ref
47184 LatexCommand ref
47185 reference "eq:Wgn"
47186
47187 \end_inset
47188
47189 )
47190 \begin_inset CommandInset label
47191 LatexCommand label
47192 name "cha:Explanation-of-Equation"
47193
47194 \end_inset
47195
47196
47197 \end_layout
47198
47199 \begin_layout Standard
47200 We can calculate the total width of 
47201 \emph on
47202 n
47203 \emph default
47204  table cells 
47205 \begin_inset Formula $W_{\mathrm{tot\,n}}$
47206 \end_inset
47207
47208  as follows:
47209 \begin_inset Formula 
47210 \begin{equation}
47211 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
47212 \end{equation}
47213
47214 \end_inset
47215
47216 where 
47217 \begin_inset Formula $W_{g\,n}$
47218 \end_inset
47219
47220  is the given width of all cells, 
47221 \series bold
47222
47223 \backslash
47224 tabcolsep
47225 \series default
47226  is the \SpecialChar LaTeX
47227 -length between the cell text and the cell border (its default value
47228  is 6
47229 \begin_inset space \thinspace{}
47230 \end_inset
47231
47232 pt).
47233  
47234 \series bold
47235
47236 \backslash
47237 arrayrulewidth
47238 \series default
47239  is the thickness of the cell border line, the default is 0.4
47240 \begin_inset space \thinspace{}
47241 \end_inset
47242
47243 pt.
47244 \end_layout
47245
47246 \begin_layout Standard
47247 Following equation
47248 \begin_inset space ~
47249 \end_inset
47250
47251
47252 \begin_inset CommandInset ref
47253 LatexCommand eqref
47254 reference "eq:Wtot_n"
47255
47256 \end_inset
47257
47258 , the total width of a multicolumn 
47259 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
47260 \end_inset
47261
47262  is
47263 \begin_inset Formula 
47264 \begin{equation}
47265 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
47266 \end{equation}
47267
47268 \end_inset
47269
47270
47271 \end_layout
47272
47273 \begin_layout Standard
47274 By setting equation
47275 \begin_inset space ~
47276 \end_inset
47277
47278
47279 \begin_inset CommandInset ref
47280 LatexCommand eqref
47281 reference "eq:Wtot_n"
47282
47283 \end_inset
47284
47285  and 
47286 \begin_inset CommandInset ref
47287 LatexCommand eqref
47288 reference "eq:Wtot_mult"
47289
47290 \end_inset
47291
47292  equal we can calculate the needed given width 
47293 \begin_inset Formula $W_{g\,n}$
47294 \end_inset
47295
47296  when 
47297 \emph on
47298 n
47299 \emph default
47300  columns are spanned, so that each column has a total width of 
47301 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
47302 \end_inset
47303
47304 :
47305 \begin_inset Formula 
47306 \begin{equation}
47307 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
47308 \end{equation}
47309
47310 \end_inset
47311
47312
47313 \end_layout
47314
47315 \begin_layout Bibliography
47316 \begin_inset CommandInset bibitem
47317 LatexCommand bibitem
47318 key "latexcompanion"
47319 literal "true"
47320
47321 \end_inset
47322
47323 Frank Mittelbach and Michel Goossens: 
47324 \emph on
47325 The \SpecialChar LaTeX
47326  Companion Second Edition.
47327
47328 \emph default
47329  Addison-Wesley, 2004
47330 \end_layout
47331
47332 \begin_layout Bibliography
47333 \begin_inset CommandInset bibitem
47334 LatexCommand bibitem
47335 key "latexguide"
47336 literal "true"
47337
47338 \end_inset
47339
47340 Helmut Kopka and Patrick W.
47341  Daly: 
47342 \emph on
47343 A Guide to \SpecialChar LaTeX
47344  Fourth Edition.
47345
47346 \emph default
47347  Addison-Wesley, 2003
47348 \end_layout
47349
47350 \begin_layout Bibliography
47351 \begin_inset CommandInset bibitem
47352 LatexCommand bibitem
47353 key "latexbook"
47354 literal "true"
47355
47356 \end_inset
47357
47358 Leslie Lamport: 
47359 \emph on
47360 \SpecialChar LaTeX
47361 : A Document Preparation System.
47362
47363 \emph default
47364  Addison-Wesley, second edition, 1994
47365 \end_layout
47366
47367 \begin_layout Bibliography
47368 \begin_inset CommandInset bibitem
47369 LatexCommand bibitem
47370 key "arydshln"
47371 literal "true"
47372
47373 \end_inset
47374
47375 Documentation of the \SpecialChar LaTeX
47376 -package 
47377 \series bold
47378
47379 \begin_inset CommandInset href
47380 LatexCommand href
47381 name "arydshln"
47382 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
47383 literal "false"
47384
47385 \end_inset
47386
47387
47388 \series default
47389
47390 \begin_inset Index idx
47391 status collapsed
47392
47393 \begin_layout Plain Layout
47394 \SpecialChar LaTeX
47395 -packages ! arydshln
47396 \end_layout
47397
47398 \end_inset
47399
47400
47401 \end_layout
47402
47403 \begin_layout Bibliography
47404 \begin_inset CommandInset bibitem
47405 LatexCommand bibitem
47406 key "booktabs"
47407 literal "true"
47408
47409 \end_inset
47410
47411 Documentation of the \SpecialChar LaTeX
47412 -package 
47413 \series bold
47414
47415 \begin_inset CommandInset href
47416 LatexCommand href
47417 name "booktabs"
47418 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
47419 literal "false"
47420
47421 \end_inset
47422
47423
47424 \series default
47425
47426 \begin_inset Index idx
47427 status collapsed
47428
47429 \begin_layout Plain Layout
47430 \SpecialChar LaTeX
47431 -packages ! booktabs
47432 \end_layout
47433
47434 \end_inset
47435
47436
47437 \end_layout
47438
47439 \begin_layout Bibliography
47440 \begin_inset CommandInset bibitem
47441 LatexCommand bibitem
47442 key "caption"
47443 literal "true"
47444
47445 \end_inset
47446
47447 Documentation of the \SpecialChar LaTeX
47448 -package 
47449 \series bold
47450
47451 \begin_inset CommandInset href
47452 LatexCommand href
47453 name "caption"
47454 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
47455 literal "false"
47456
47457 \end_inset
47458
47459
47460 \series default
47461
47462 \begin_inset Index idx
47463 status collapsed
47464
47465 \begin_layout Plain Layout
47466 \SpecialChar LaTeX
47467 -packages ! caption
47468 \end_layout
47469
47470 \end_inset
47471
47472
47473 \end_layout
47474
47475 \begin_layout Bibliography
47476 \begin_inset CommandInset bibitem
47477 LatexCommand bibitem
47478 key "diagbox"
47479 literal "true"
47480
47481 \end_inset
47482
47483 Documentation of the \SpecialChar LaTeX
47484 -package 
47485 \series bold
47486
47487 \begin_inset CommandInset href
47488 LatexCommand href
47489 name "diagbox"
47490 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
47491 literal "false"
47492
47493 \end_inset
47494
47495
47496 \series default
47497
47498 \begin_inset Index idx
47499 status collapsed
47500
47501 \begin_layout Plain Layout
47502 \SpecialChar LaTeX
47503 -packages ! diagbox
47504 \end_layout
47505
47506 \end_inset
47507
47508
47509 \end_layout
47510
47511 \begin_layout Bibliography
47512 \begin_inset CommandInset bibitem
47513 LatexCommand bibitem
47514 key "endfloat"
47515 literal "true"
47516
47517 \end_inset
47518
47519 Documentation of the \SpecialChar LaTeX
47520 -package 
47521 \series bold
47522
47523 \begin_inset CommandInset href
47524 LatexCommand href
47525 name "endfloat"
47526 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
47527 literal "false"
47528
47529 \end_inset
47530
47531
47532 \series default
47533
47534 \begin_inset Index idx
47535 status collapsed
47536
47537 \begin_layout Plain Layout
47538 \SpecialChar LaTeX
47539 -packages ! endfloat
47540 \end_layout
47541
47542 \end_inset
47543
47544
47545 \end_layout
47546
47547 \begin_layout Bibliography
47548 \begin_inset CommandInset bibitem
47549 LatexCommand bibitem
47550 key "footmisc"
47551 literal "true"
47552
47553 \end_inset
47554
47555 Documentation of the \SpecialChar LaTeX
47556 -package 
47557 \series bold
47558
47559 \begin_inset CommandInset href
47560 LatexCommand href
47561 name "footmisc"
47562 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
47563 literal "false"
47564
47565 \end_inset
47566
47567
47568 \series default
47569
47570 \begin_inset Index idx
47571 status collapsed
47572
47573 \begin_layout Plain Layout
47574 \SpecialChar LaTeX
47575 -packages ! footmisc
47576 \end_layout
47577
47578 \end_inset
47579
47580
47581 \end_layout
47582
47583 \begin_layout Bibliography
47584 \begin_inset CommandInset bibitem
47585 LatexCommand bibitem
47586 key "hypcap"
47587 literal "true"
47588
47589 \end_inset
47590
47591 Documentation of the \SpecialChar LaTeX
47592 -package 
47593 \series bold
47594
47595 \begin_inset CommandInset href
47596 LatexCommand href
47597 name "hypcap"
47598 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47599 literal "false"
47600
47601 \end_inset
47602
47603
47604 \series default
47605
47606 \begin_inset Index idx
47607 status collapsed
47608
47609 \begin_layout Plain Layout
47610 \SpecialChar LaTeX
47611 -packages ! hyperref
47612 \end_layout
47613
47614 \end_inset
47615
47616
47617 \end_layout
47618
47619 \begin_layout Bibliography
47620 \begin_inset CommandInset bibitem
47621 LatexCommand bibitem
47622 key "hyperref"
47623 literal "true"
47624
47625 \end_inset
47626
47627 Documentation of the \SpecialChar LaTeX
47628 -package 
47629 \series bold
47630
47631 \begin_inset CommandInset href
47632 LatexCommand href
47633 name "hyperref"
47634 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
47635 literal "false"
47636
47637 \end_inset
47638
47639
47640 \series default
47641
47642 \begin_inset Index idx
47643 status collapsed
47644
47645 \begin_layout Plain Layout
47646 \SpecialChar LaTeX
47647 -packages ! hyperref
47648 \end_layout
47649
47650 \end_inset
47651
47652
47653 \end_layout
47654
47655 \begin_layout Bibliography
47656 \begin_inset CommandInset bibitem
47657 LatexCommand bibitem
47658 key "KOMA-Script"
47659 literal "true"
47660
47661 \end_inset
47662
47663 Documentation of the \SpecialChar LaTeX
47664 -package 
47665 \series bold
47666
47667 \begin_inset CommandInset href
47668 LatexCommand href
47669 name "KOMA-Script"
47670 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47671 literal "false"
47672
47673 \end_inset
47674
47675
47676 \series default
47677
47678 \begin_inset Index idx
47679 status collapsed
47680
47681 \begin_layout Plain Layout
47682 \SpecialChar LaTeX
47683 -packages ! KOMA-Script
47684 \end_layout
47685
47686 \end_inset
47687
47688
47689 \end_layout
47690
47691 \begin_layout Bibliography
47692 \begin_inset CommandInset bibitem
47693 LatexCommand bibitem
47694 key "lettrine"
47695 literal "true"
47696
47697 \end_inset
47698
47699 Documentation of the \SpecialChar LaTeX
47700 -package 
47701 \series bold
47702
47703 \begin_inset CommandInset href
47704 LatexCommand href
47705 name "lettrine"
47706 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47707 literal "false"
47708
47709 \end_inset
47710
47711
47712 \series default
47713  and an 
47714 \begin_inset CommandInset href
47715 LatexCommand href
47716 name "example"
47717 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
47718 literal "false"
47719
47720 \end_inset
47721
47722
47723 \begin_inset Index idx
47724 status collapsed
47725
47726 \begin_layout Plain Layout
47727 \SpecialChar LaTeX
47728 -packages ! lettrine
47729 \end_layout
47730
47731 \end_inset
47732
47733
47734 \end_layout
47735
47736 \begin_layout Bibliography
47737 \begin_inset CommandInset bibitem
47738 LatexCommand bibitem
47739 key "listings"
47740 literal "true"
47741
47742 \end_inset
47743
47744 Documentation of the \SpecialChar LaTeX
47745 -package 
47746 \series bold
47747
47748 \begin_inset CommandInset href
47749 LatexCommand href
47750 name "listings"
47751 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
47752 literal "false"
47753
47754 \end_inset
47755
47756
47757 \series default
47758
47759 \begin_inset Index idx
47760 status collapsed
47761
47762 \begin_layout Plain Layout
47763 \SpecialChar LaTeX
47764 -packages ! listings
47765 \end_layout
47766
47767 \end_inset
47768
47769
47770 \end_layout
47771
47772 \begin_layout Bibliography
47773 \begin_inset CommandInset bibitem
47774 LatexCommand bibitem
47775 key "minted"
47776 literal "false"
47777
47778 \end_inset
47779
47780 Documentation of the \SpecialChar LaTeX
47781 -package 
47782 \series bold
47783
47784 \begin_inset CommandInset href
47785 LatexCommand href
47786 name "minted"
47787 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
47788 literal "false"
47789
47790 \end_inset
47791
47792
47793 \series default
47794
47795 \begin_inset Index idx
47796 status collapsed
47797
47798 \begin_layout Plain Layout
47799 \SpecialChar LaTeX
47800 -packages ! minted
47801 \end_layout
47802
47803 \end_inset
47804
47805
47806 \end_layout
47807
47808 \begin_layout Bibliography
47809 \begin_inset CommandInset bibitem
47810 LatexCommand bibitem
47811 key "marginnote"
47812 literal "true"
47813
47814 \end_inset
47815
47816 Documentation of the \SpecialChar LaTeX
47817 -package 
47818 \series bold
47819
47820 \begin_inset CommandInset href
47821 LatexCommand href
47822 name "marginnote"
47823 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
47824 literal "false"
47825
47826 \end_inset
47827
47828
47829 \series default
47830
47831 \begin_inset Index idx
47832 status collapsed
47833
47834 \begin_layout Plain Layout
47835 \SpecialChar LaTeX
47836 -packages ! marginnote
47837 \end_layout
47838
47839 \end_inset
47840
47841
47842 \end_layout
47843
47844 \begin_layout Bibliography
47845 \begin_inset CommandInset bibitem
47846 LatexCommand bibitem
47847 key "pdfpages"
47848 literal "true"
47849
47850 \end_inset
47851
47852 Documentation of the \SpecialChar LaTeX
47853 -package 
47854 \series bold
47855
47856 \begin_inset CommandInset href
47857 LatexCommand href
47858 name "pdfpages"
47859 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47860 literal "false"
47861
47862 \end_inset
47863
47864
47865 \series default
47866
47867 \begin_inset Index idx
47868 status collapsed
47869
47870 \begin_layout Plain Layout
47871 \SpecialChar LaTeX
47872 -packages ! pdfpages
47873 \end_layout
47874
47875 \end_inset
47876
47877
47878 \end_layout
47879
47880 \begin_layout Bibliography
47881 \begin_inset CommandInset bibitem
47882 LatexCommand bibitem
47883 key "prettyref"
47884 literal "true"
47885
47886 \end_inset
47887
47888 Documentation of the \SpecialChar LaTeX
47889 -package 
47890 \series bold
47891
47892 \begin_inset CommandInset href
47893 LatexCommand href
47894 name "prettyref"
47895 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47896 literal "false"
47897
47898 \end_inset
47899
47900
47901 \series default
47902
47903 \begin_inset Index idx
47904 status collapsed
47905
47906 \begin_layout Plain Layout
47907 \SpecialChar LaTeX
47908 -packages ! prettyref
47909 \end_layout
47910
47911 \end_inset
47912
47913
47914 \end_layout
47915
47916 \begin_layout Bibliography
47917 \begin_inset CommandInset bibitem
47918 LatexCommand bibitem
47919 key "pstricks"
47920 literal "true"
47921
47922 \end_inset
47923
47924 Web page of the \SpecialChar LaTeX
47925 -package 
47926 \series bold
47927
47928 \begin_inset CommandInset href
47929 LatexCommand href
47930 name "PSTricks"
47931 target "http://tug.org/PSTricks/"
47932 literal "false"
47933
47934 \end_inset
47935
47936
47937 \series default
47938
47939 \begin_inset Index idx
47940 status collapsed
47941
47942 \begin_layout Plain Layout
47943 \SpecialChar LaTeX
47944 -packages ! PSTricks
47945 \end_layout
47946
47947 \end_inset
47948
47949
47950 \end_layout
47951
47952 \begin_layout Bibliography
47953 \begin_inset CommandInset bibitem
47954 LatexCommand bibitem
47955 key "refstyle"
47956 literal "true"
47957
47958 \end_inset
47959
47960 Documentation of the \SpecialChar LaTeX
47961 -package 
47962 \series bold
47963
47964 \begin_inset CommandInset href
47965 LatexCommand href
47966 name "refstyle"
47967 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47968 literal "false"
47969
47970 \end_inset
47971
47972
47973 \series default
47974
47975 \begin_inset Index idx
47976 status collapsed
47977
47978 \begin_layout Plain Layout
47979 \SpecialChar LaTeX
47980 -packages ! refstyle
47981 \end_layout
47982
47983 \end_inset
47984
47985
47986 \end_layout
47987
47988 \begin_layout Bibliography
47989 \begin_inset CommandInset bibitem
47990 LatexCommand bibitem
47991 key "sidecap"
47992 literal "true"
47993
47994 \end_inset
47995
47996 Documentation of the \SpecialChar LaTeX
47997 -package 
47998 \series bold
47999
48000 \begin_inset CommandInset href
48001 LatexCommand href
48002 name "sidecap"
48003 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
48004 literal "false"
48005
48006 \end_inset
48007
48008
48009 \series default
48010
48011 \begin_inset Index idx
48012 status collapsed
48013
48014 \begin_layout Plain Layout
48015 \SpecialChar LaTeX
48016 -packages ! sidecap
48017 \end_layout
48018
48019 \end_inset
48020
48021
48022 \end_layout
48023
48024 \begin_layout Bibliography
48025 \begin_inset CommandInset bibitem
48026 LatexCommand bibitem
48027 key "Inkscape"
48028 literal "true"
48029
48030 \end_inset
48031
48032 Documentation of the option 
48033 \begin_inset CommandInset href
48034 LatexCommand href
48035 name "Omit text in PDF"
48036 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
48037 literal "false"
48038
48039 \end_inset
48040
48041  of the program 
48042 \noun on
48043
48044 \begin_inset CommandInset href
48045 LatexCommand href
48046 name "Inkscape"
48047 target "https://inkscape.org"
48048 literal "false"
48049
48050 \end_inset
48051
48052
48053 \end_layout
48054
48055 \begin_layout Standard
48056 \begin_inset CommandInset index_print
48057 LatexCommand printindex
48058 type "idx"
48059 name "Index"
48060 literal "false"
48061
48062 \end_inset
48063
48064
48065 \end_layout
48066
48067 \end_body
48068 \end_document