]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Check for CJK instead of CJKutf8.
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC 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 auto
164 \fontencoding global
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 \tracking_changes true
238 \output_changes false
239 \html_math_output 0
240 \html_css_as_file 0
241 \html_be_strict false
242 \author -712698321 "Jürgen Spitzmüller"
243 \end_header
244
245 \begin_body
246
247 \begin_layout Title
248 \SpecialChar LyX
249 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
250 \end_layout
251
252 \begin_layout Author
253 by the \SpecialChar LyX
254  Team
255 \begin_inset Foot
256 status collapsed
257
258 \begin_layout Plain Layout
259 \noindent
260 If you have comments or error corrections, please send them to the \SpecialChar LyX
261  Documentatio
262 n mailing list: 
263 \begin_inset CommandInset href
264 LatexCommand href
265 name "lyx-docs@lists.lyx.org"
266 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
267 type "mailto:"
268 literal "false"
269
270 \end_inset
271
272
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Note Note
279 status collapsed
280
281 \begin_layout Plain Layout
282 author: Uwe Stöhr
283 \end_layout
284
285 \end_inset
286
287
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \begin_inset Newline newline
293 \end_inset
294
295
296 \family sans
297 Version 2.3.x
298 \end_layout
299
300 \begin_layout Standard
301 \begin_inset CommandInset toc
302 LatexCommand tableofcontents
303
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Standard
310 \begin_inset Note Note
311 status open
312
313 \begin_layout Plain Layout
314 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
315 -packages 
316 \series bold
317 arydshln
318 \series default
319
320 \series bold
321 colortbl
322 \series default
323
324 \series bold
325 diagbox, lettrine, marginnote, picinpar
326 \series default
327  and 
328 \series bold
329 sidecap
330 \series default
331  must be installed.
332  If they are not installed you can export the document anyway but the sections
333  where the packages are required won't appear in the output.
334 \end_layout
335
336 \begin_layout Plain Layout
337 The latest PDF-version of this document can be found here:
338 \begin_inset Newline newline
339 \end_inset
340
341
342 \series bold
343 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
344 \end_layout
345
346 \end_inset
347
348
349 \end_layout
350
351 \begin_layout Chapter
352 Figures
353 \begin_inset Index idx
354 status collapsed
355
356 \begin_layout Plain Layout
357 Figures
358 \end_layout
359
360 \end_inset
361
362
363 \begin_inset Index idx
364 status collapsed
365
366 \begin_layout Plain Layout
367 Graphics|see
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373 {
374 \end_layout
375
376 \end_inset
377
378 Figures
379 \begin_inset ERT
380 status collapsed
381
382 \begin_layout Plain Layout
383
384 }
385 \end_layout
386
387 \end_inset
388
389
390 \end_layout
391
392 \end_inset
393
394
395 \end_layout
396
397 \begin_layout Section
398 Graphics Dialog
399 \begin_inset Index idx
400 status collapsed
401
402 \begin_layout Plain Layout
403 Figures ! Graphics Dialog
404 \end_layout
405
406 \end_inset
407
408
409 \begin_inset CommandInset label
410 LatexCommand label
411 name "sec:Graphics-Dialog"
412
413 \end_inset
414
415
416 \end_layout
417
418 \begin_layout Standard
419 To insert an image into your document, place the cursor at the text position
420  you want and click on the toolbar icon 
421 \begin_inset Info
422 type  "icon"
423 arg   "dialog-show-new-inset graphics"
424 \end_inset
425
426  or use the menu 
427 \family sans
428 Insert\SpecialChar menuseparator
429 Graphics
430 \family default
431 .
432  Then a dialog will appear to choose the file to load.
433  The image will appear in the output exactly at the position where it is
434  in the text.
435 \end_layout
436
437 \begin_layout Standard
438 The graphics dialog can be called at any time by clicking on an image.
439  This dialog has three tabs:
440 \end_layout
441
442 \begin_layout Description
443
444 \family sans
445 Graphics
446 \family default
447  Here you can choose an image file and adjust its appearance in the output.
448  The available units for the image size are explained in appendix
449 \begin_inset space ~
450 \end_inset
451
452
453 \begin_inset CommandInset ref
454 LatexCommand ref
455 reference "cha:Units-available-in"
456
457 \end_inset
458
459 .
460 \begin_inset Newline newline
461 \end_inset
462
463
464 \begin_inset Index idx
465 status collapsed
466
467 \begin_layout Plain Layout
468 Figures ! rotated
469 \end_layout
470
471 \end_inset
472
473 You can rotate images counter-clockwise by setting a rotation angle and
474  a rotation origin.
475  The image will also be rotated inside \SpecialChar LyX
476 .
477 \begin_inset Newline newline
478 \end_inset
479
480
481 \begin_inset Index idx
482 status collapsed
483
484 \begin_layout Plain Layout
485 Figures ! scaled
486 \end_layout
487
488 \end_inset
489
490 Images can be scaled by using a percentage value or by setting the width
491  and height explicitly.
492  If you set only the width or only the height, the other size will be determined
493  automatically.
494  If you set both, then the image will be transformed to the given size,
495  possibly distorting it.
496  To prevent the image from distortion, use the option 
497 \family sans
498 Maintain aspect ratio
499 \family default
500 .
501  The image will then be scaled so that its width and height don't exceed
502  the specified dimensions.
503 \begin_inset Newline newline
504 \end_inset
505
506 Images can be opened in a program of your choice by right-clicking on it
507  and choosing the entry 
508 \family sans
509 Edit
510 \begin_inset space ~
511 \end_inset
512
513 externally
514 \family default
515  in the context menu.
516  The program can be set for every image format in the file format settings
517  in \SpecialChar LyX
518 's preferences.
519 \end_layout
520
521 \begin_layout Description
522
523 \family sans
524 Clipping
525 \family default
526  Alternatively to the usage of scaling units it is possible to set image
527  coordinates to adjust the height and width of the image in the output.
528  The coordinates can also be calculated automatically by pressing the button
529  
530 \family sans
531 Get
532 \begin_inset space ~
533 \end_inset
534
535 from
536 \begin_inset space ~
537 \end_inset
538
539 File
540 \family default
541 .
542  The option 
543 \family sans
544 Clip
545 \begin_inset space ~
546 \end_inset
547
548 to
549 \begin_inset space ~
550 \end_inset
551
552 bounding
553 \begin_inset space ~
554 \end_inset
555
556 box
557 \family default
558  will only print the image region within the given coordinates.
559  Normally you don't need to worry about image coordinates and can ignore
560  this tab.
561 \end_layout
562
563 \begin_layout Description
564
565 \family sans
566 LaTeX
567 \begin_inset space ~
568 \end_inset
569
570 and
571 \begin_inset space ~
572 \end_inset
573
574 LyX
575 \begin_inset space ~
576 \end_inset
577
578 options
579 \family default
580  In this tab you can modify the appearance of the image within \SpecialChar LyX
581  and \SpecialChar LaTeX
582  experts
583  can specify additional \SpecialChar LaTeX
584  options.
585 \begin_inset Newline newline
586 \end_inset
587
588 The option 
589 \family sans
590 Draft
591 \begin_inset space ~
592 \end_inset
593
594 mode
595 \family default
596  makes the image appear in the output only as a frame with the size of the
597  image.
598 \begin_inset Newline newline
599 \end_inset
600
601 In the section 
602 \family sans
603 Graphics
604 \begin_inset space ~
605 \end_inset
606
607 Group
608 \family default
609  you can define or join an image settings group.
610 \begin_inset Index idx
611 status collapsed
612
613 \begin_layout Plain Layout
614 Figures ! Settings grouping
615 \end_layout
616
617 \end_inset
618
619  Images within such a group share their settings, so adjusting one image
620  of the group automatically also adjusts all other images of the group in
621  the same way.
622  So you can for example change the size for a bunch of images without the
623  need to manually change each of them.
624  Joining an existing group can also be done using the context menu of the
625  image by checking the name of the desired group.
626 \end_layout
627
628 \begin_layout Standard
629 \begin_inset VSpace bigskip
630 \end_inset
631
632
633 \end_layout
634
635 \begin_layout Standard
636 This is an example image in PDF format
637 \begin_inset Foot
638 status collapsed
639
640 \begin_layout Plain Layout
641 Image formats are explained in section
642 \begin_inset space ~
643 \end_inset
644
645
646 \begin_inset CommandInset ref
647 LatexCommand ref
648 reference "sec:Image-Formats"
649
650 \end_inset
651
652 .
653 \end_layout
654
655 \end_inset
656
657  within a separate, horizontally centered paragraph:
658 \end_layout
659
660 \begin_layout Standard
661 \align center
662 \begin_inset Graphics
663         filename clipart/2D-intensity-plot.pdf
664         scaleBeforeRotation
665         rotateOrigin center
666
667 \end_inset
668
669
670 \end_layout
671
672 \begin_layout Standard
673 This is the same image like the one above but in draft mode:
674 \end_layout
675
676 \begin_layout Standard
677 \align center
678 \begin_inset Graphics
679         filename clipart/2D-intensity-plot.pdf
680         draft
681         scaleBeforeRotation
682         rotateOrigin center
683
684 \end_inset
685
686
687 \end_layout
688
689 \begin_layout Standard
690 \begin_inset Newpage newpage
691 \end_inset
692
693
694 \end_layout
695
696 \begin_layout Section
697 Figure Floats
698 \begin_inset CommandInset label
699 LatexCommand label
700 name "sec:Figure-Floats"
701
702 \end_inset
703
704
705 \begin_inset Index idx
706 status collapsed
707
708 \begin_layout Plain Layout
709 Floats ! Figures
710 \end_layout
711
712 \end_inset
713
714
715 \begin_inset Index idx
716 status collapsed
717
718 \begin_layout Plain Layout
719 Figures ! Floats
720 \end_layout
721
722 \end_inset
723
724
725 \end_layout
726
727 \begin_layout Standard
728 For general explanations about floats, have a look at section
729 \begin_inset space ~
730 \end_inset
731
732
733 \begin_inset CommandInset ref
734 LatexCommand ref
735 reference "sec:FloatIntroduction"
736
737 \end_inset
738
739 .
740 \end_layout
741
742 \begin_layout Standard
743 The toolbar button 
744 \begin_inset Info
745 type  "icon"
746 arg   "float-insert figure"
747 \end_inset
748
749  and the menu 
750 \family sans
751 Insert\SpecialChar menuseparator
752 Float\SpecialChar menuseparator
753 Figure
754 \family default
755  inserts a float with a caption that has the label 
756 \begin_inset Quotes eld
757 \end_inset
758
759 Figure
760 \begin_inset space ~
761 \end_inset
762
763 #:
764 \begin_inset Quotes erd
765 \end_inset
766
767  (# is the actual number).
768  You can insert the image above the caption, like in Figure
769 \begin_inset space ~
770 \end_inset
771
772
773 \begin_inset CommandInset ref
774 LatexCommand ref
775 reference "fig:A-star-in"
776
777 \end_inset
778
779  or below the caption, like in Figure
780 \begin_inset space ~
781 \end_inset
782
783
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "fig:A-3D-object"
787
788 \end_inset
789
790 .
791  More about caption placement is described in section
792 \begin_inset space ~
793 \end_inset
794
795
796 \begin_inset CommandInset ref
797 LatexCommand ref
798 reference "sec:Caption-Placement"
799
800 \end_inset
801
802 .
803 \end_layout
804
805 \begin_layout Standard
806 \begin_inset Float figure
807 wide false
808 sideways false
809 status open
810
811 \begin_layout Plain Layout
812 \align center
813 \begin_inset Graphics
814         filename clipart/Star-structure.pdf
815         lyxscale 60
816         width 50col%
817         scaleBeforeRotation
818         rotateOrigin center
819
820 \end_inset
821
822
823 \end_layout
824
825 \begin_layout Plain Layout
826 \begin_inset Caption Standard
827
828 \begin_layout Plain Layout
829 \begin_inset CommandInset label
830 LatexCommand label
831 name "fig:A-star-in"
832
833 \end_inset
834
835 A star in a float.
836 \end_layout
837
838 \end_inset
839
840
841 \end_layout
842
843 \end_inset
844
845
846 \end_layout
847
848 \begin_layout Standard
849 \begin_inset Float figure
850 wide false
851 sideways false
852 status open
853
854 \begin_layout Plain Layout
855 \begin_inset Caption Standard
856
857 \begin_layout Plain Layout
858 \begin_inset CommandInset label
859 LatexCommand label
860 name "fig:A-3D-object"
861
862 \end_inset
863
864 A 3D object.
865 \end_layout
866
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Plain Layout
873 \align center
874 \begin_inset Graphics
875         filename clipart/3D-structure-distort.pdf
876         lyxscale 60
877         scale 80
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 References ! to Figures
897 \end_layout
898
899 \end_inset
900
901 Figure
902 \begin_inset space ~
903 \end_inset
904
905
906 \begin_inset CommandInset ref
907 LatexCommand ref
908 reference "fig:A-star-in"
909
910 \end_inset
911
912  and 
913 \begin_inset CommandInset ref
914 LatexCommand ref
915 reference "fig:A-3D-object"
916
917 \end_inset
918
919  are examples of referenced figures.
920  Figures can be referenced in the text by referencing their label.
921  To do this insert a label in the caption using the menu 
922 \family sans
923 Insert\SpecialChar menuseparator
924 Label
925 \family default
926  or the toolbar button 
927 \begin_inset Info
928 type  "icon"
929 arg   "label-insert"
930 \end_inset
931
932 .
933  You can now refer to the label using the menu 
934 \family sans
935 Insert\SpecialChar menuseparator
936 Cross
937 \begin_inset space ~
938 \end_inset
939
940 reference
941 \family default
942  or the toolbar button 
943 \begin_inset Info
944 type  "icon"
945 arg   "dialog-show-new-inset ref"
946 \end_inset
947
948 .
949  It is important to use references to floats, rather than using vague references
950  like 
951 \begin_inset Quotes eld
952 \end_inset
953
954 the figure above
955 \begin_inset Quotes erd
956 \end_inset
957
958 , because \SpecialChar LaTeX
959  will reposition the floats in the final document and it might
960  not be 
961 \begin_inset Quotes eld
962 \end_inset
963
964 above
965 \begin_inset Quotes erd
966 \end_inset
967
968  at all.
969 \begin_inset Newline newline
970 \end_inset
971
972 Referencing is explained in detail in section
973 \begin_inset space ~
974 \end_inset
975
976
977 \begin_inset CommandInset ref
978 LatexCommand ref
979 reference "sec:Referencing-Floats"
980
981 \end_inset
982
983 .
984 \end_layout
985
986 \begin_layout Standard
987 Normally only one image is inserted to a figure float, but sometimes you
988  might want to use two images with separate subcaptions.
989  This can be done by inserting image floats into existing image floats.
990  Note that only the main caption of the float is added to the List of Figures.
991  Figure
992 \begin_inset space ~
993 \end_inset
994
995
996 \begin_inset CommandInset ref
997 LatexCommand ref
998 reference "fig:Two-distorted-images"
999
1000 \end_inset
1001
1002  is an example of a figure float with two images set side by side.
1003  You can also set the images one below the other.
1004  Figure
1005 \begin_inset space ~
1006 \end_inset
1007
1008
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "fig:Pink-object"
1012
1013 \end_inset
1014
1015  and 
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "fig:A-star"
1019
1020 \end_inset
1021
1022  are the subfigures.
1023 \end_layout
1024
1025 \begin_layout Standard
1026 \begin_inset Float figure
1027 wide false
1028 sideways false
1029 status open
1030
1031 \begin_layout Plain Layout
1032 \begin_inset space \hfill{}
1033 \end_inset
1034
1035
1036 \begin_inset Float figure
1037 wide false
1038 sideways false
1039 status collapsed
1040
1041 \begin_layout Plain Layout
1042 \begin_inset Caption Standard
1043
1044 \begin_layout Plain Layout
1045 \begin_inset CommandInset label
1046 LatexCommand label
1047 name "fig:Pink-object"
1048
1049 \end_inset
1050
1051 Pink object.
1052 \end_layout
1053
1054 \end_inset
1055
1056
1057 \end_layout
1058
1059 \begin_layout Plain Layout
1060 \begin_inset Graphics
1061         filename clipart/3D-structure-distort.pdf
1062         width 45col%
1063         scaleBeforeRotation
1064         groupId distorted
1065
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \end_inset
1072
1073
1074 \begin_inset space \hfill{}
1075 \end_inset
1076
1077
1078 \begin_inset Float figure
1079 wide false
1080 sideways false
1081 status collapsed
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption Standard
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:A-star"
1090
1091 \end_inset
1092
1093 A star.
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \begin_layout Plain Layout
1102 \begin_inset Graphics
1103         filename clipart/Star-structure.pdf
1104         width 45col%
1105         scaleBeforeRotation
1106         groupId distorted
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \end_inset
1114
1115
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \end_layout
1121
1122 \begin_layout Plain Layout
1123 \begin_inset Caption Standard
1124
1125 \begin_layout Plain Layout
1126 \begin_inset CommandInset label
1127 LatexCommand label
1128 name "fig:Two-distorted-images"
1129
1130 \end_inset
1131
1132 Two distorted images.
1133  Both images are in the image settings group named 
1134 \begin_inset Quotes eld
1135 \end_inset
1136
1137 distorted
1138 \begin_inset Quotes erd
1139 \end_inset
1140
1141 .
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Standard
1155 \begin_inset Newpage newpage
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Section
1162 Image Formats
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "sec:Image-Formats"
1166
1167 \end_inset
1168
1169
1170 \begin_inset Index idx
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174 Image Formats
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \begin_inset Index idx
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184 Figures ! Image Formats
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \begin_layout Standard
1193 You can insert images in any known file format.
1194  But as explained in appendix
1195 \begin_inset space ~
1196 \end_inset
1197
1198
1199 \begin_inset CommandInset ref
1200 LatexCommand ref
1201 reference "cha:Output-File-Formats"
1202
1203 \end_inset
1204
1205 , each output document format allows only a few image formats.
1206  \SpecialChar LyX
1207  uses therefore the program 
1208 \family typewriter
1209 ImageMagick
1210 \family default
1211  in the background to convert the images to the right format.
1212  To increase your work flow by avoiding these conversions in the background,
1213  you could choose to use only the image formats that can directly be embedded
1214  in the output file format.
1215  The output file formats are explained in appendix
1216 \begin_inset space ~
1217 \end_inset
1218
1219
1220 \begin_inset CommandInset ref
1221 LatexCommand ref
1222 reference "cha:Output-File-Formats"
1223
1224 \end_inset
1225
1226 .
1227 \end_layout
1228
1229 \begin_layout Standard
1230 Similar to fonts there are two types of image formats:
1231 \end_layout
1232
1233 \begin_layout Description
1234 Bitmap
1235 \begin_inset space ~
1236 \end_inset
1237
1238 images consist of pixel values, often in a compressed form.
1239  They are therefore not fully scalable and look pixelated in large zooms.
1240  Well-known bitmap image formats are 
1241 \begin_inset Quotes eld
1242 \end_inset
1243
1244 Graphics Interchange Format
1245 \begin_inset Quotes erd
1246 \end_inset
1247
1248  (GIF, file extension 
1249 \begin_inset Quotes eld
1250 \end_inset
1251
1252
1253 \family typewriter
1254 .gif
1255 \family default
1256
1257 \begin_inset Quotes erd
1258 \end_inset
1259
1260 )
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 GIF|see
1266 \begin_inset ERT
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270
1271 {
1272 \end_layout
1273
1274 \end_inset
1275
1276 Image formats
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 }
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296 Portable Network Graphics
1297 \begin_inset Quotes erd
1298 \end_inset
1299
1300  (PNG, file extension 
1301 \begin_inset Quotes eld
1302 \end_inset
1303
1304
1305 \family typewriter
1306 .png
1307 \family default
1308
1309 \begin_inset Quotes erd
1310 \end_inset
1311
1312 )
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 PNG|see
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 {
1324 \end_layout
1325
1326 \end_inset
1327
1328 Image formats
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344 , and 
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348 Joint Photographic Experts Group
1349 \begin_inset Quotes erd
1350 \end_inset
1351
1352  (JPG, file extension 
1353 \begin_inset Quotes eld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .jpg
1359 \family default
1360
1361 \begin_inset Quotes erd
1362 \end_inset
1363
1364  or 
1365 \begin_inset Quotes eld
1366 \end_inset
1367
1368
1369 \family typewriter
1370 .jpeg
1371 \family default
1372
1373 \begin_inset Quotes erd
1374 \end_inset
1375
1376 )
1377 \begin_inset Index idx
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381 JPG|see
1382 \begin_inset ERT
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386
1387 {
1388 \end_layout
1389
1390 \end_inset
1391
1392 Image formats
1393 \begin_inset ERT
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397
1398 }
1399 \end_layout
1400
1401 \end_inset
1402
1403
1404 \end_layout
1405
1406 \end_inset
1407
1408 .
1409 \end_layout
1410
1411 \begin_layout Description
1412 Vector
1413 \begin_inset space ~
1414 \end_inset
1415
1416 images consist of vectors and can therefore be scaled to any size without
1417  data loss.
1418  The scaling ability is necessary if you want to create presentations, because
1419  presentations are always scaled by the video projector.
1420  Scaling is also useful for online documents to let the user zoom into diagrams.
1421 \begin_inset Newline newline
1422 \end_inset
1423
1424 Well-known scalable image formats are 
1425 \begin_inset Quotes eld
1426 \end_inset
1427
1428 Scalable Vector Graphics
1429 \begin_inset Quotes erd
1430 \end_inset
1431
1432  (SVG, file extension 
1433 \begin_inset Quotes eld
1434 \end_inset
1435
1436
1437 \family typewriter
1438 .svg
1439 \family default
1440
1441 \begin_inset Quotes erd
1442 \end_inset
1443
1444 )
1445 \begin_inset Index idx
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 SVG|see
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 {
1456 \end_layout
1457
1458 \end_inset
1459
1460 Image formats
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 }
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 Encapsulated PostScript
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  (EPS, file extension 
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488
1489 \family typewriter
1490 .eps
1491 \family default
1492
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496 )
1497 \begin_inset Index idx
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 EPS|see
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 {
1508 \end_layout
1509
1510 \end_inset
1511
1512 Image formats
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 }
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532 Portable Document Format
1533 \begin_inset Quotes erd
1534 \end_inset
1535
1536  (PDF, file extension 
1537 \begin_inset Quotes eld
1538 \end_inset
1539
1540
1541 \family typewriter
1542 .pdf
1543 \family default
1544
1545 \begin_inset Quotes erd
1546 \end_inset
1547
1548 )
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 PDF
1554 \end_layout
1555
1556 \end_inset
1557
1558 , and 
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562 Windows Metafile
1563 \begin_inset Quotes erd
1564 \end_inset
1565
1566  (WMF, file extension 
1567 \begin_inset Quotes eld
1568 \end_inset
1569
1570
1571 \family typewriter
1572 .wmf
1573 \family default
1574
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578 )
1579 \begin_inset Index idx
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583 SVG|see
1584 \begin_inset ERT
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588
1589 {
1590 \end_layout
1591
1592 \end_inset
1593
1594 Image formats
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 }
1601 \end_layout
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609
1610 .
1611  We wrote 
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 can be
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619 , because you can convert any bitmap image to a PDF or EPS-image and the
1620  result will still be a bitmap image.
1621  In such cases only a header with the image properties is added to the original
1622  image
1623 \begin_inset Foot
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 In the case of PDF, the original image is additionally compressed.
1628 \end_layout
1629
1630 \end_inset
1631
1632 .
1633  The PDF-files generated by 
1634 \family typewriter
1635 Adobe Photoshop
1636 \family default
1637  are for example bitmap images.
1638 \end_layout
1639
1640 \begin_layout Standard
1641 Normally it is not possible to convert a bitmap image into a scalable one,
1642  only vice versa.
1643  Only the image formats PDF and EPS can directly be embedded to PDF and
1644  PostScript output files, respectively.
1645  SVG and WMF-images are recalculated to bitmaps when the output file is
1646  generated because there is currently no adequate WMF/SVG
1647 \begin_inset Formula $\to$
1648 \end_inset
1649
1650 PDF/EPS converter available.
1651 \end_layout
1652
1653 \begin_layout Chapter
1654 Tables
1655 \begin_inset Index idx
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 Table
1660 \end_layout
1661
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \begin_layout Section
1668 Introduction
1669 \begin_inset Index idx
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 Table ! Introduction
1674 \end_layout
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \begin_layout Standard
1682 You can insert a table using either the toolbar button 
1683 \begin_inset Info
1684 type  "icon"
1685 arg   "tabular-insert"
1686 \end_inset
1687
1688  or the menu 
1689 \family sans
1690 Insert\SpecialChar menuseparator
1691 Table
1692 \family default
1693 .
1694  The toolbar button offers you a graphical selection: move the mouse to
1695  set the column/row number of the table that should be created and then
1696  press a mouse button.
1697  When you use the menu to create a table, a dialog will appear, asking you
1698  for the number of rows and columns.
1699 \begin_inset Newline newline
1700 \end_inset
1701
1702 The default table has lines around any cell and the first row appears separated
1703  from the rest of the table.
1704  This separation occurs due to a double line: The cells of the first row
1705  have a line below them and the cells of the second row have a line above
1706  them.
1707  Here is an example table:
1708 \end_layout
1709
1710 \begin_layout Standard
1711 \align center
1712 \begin_inset Tabular
1713 <lyxtabular version="3" rows="4" columns="4">
1714 <features tabularvalignment="middle">
1715 <column alignment="center" valignment="top">
1716 <column alignment="center" valignment="top">
1717 <column alignment="center" valignment="top">
1718 <column alignment="center" valignment="top">
1719 <row>
1720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \end_layout
1726
1727 \end_inset
1728 </cell>
1729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733
1734 \family roman
1735 \series medium
1736 \shape up
1737 \size normal
1738 \emph off
1739 \bar no
1740 \noun off
1741 \color none
1742 1
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751 2
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760 3
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 </row>
1766 <row>
1767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771
1772 \family roman
1773 \series medium
1774 \shape up
1775 \size normal
1776 \emph off
1777 \bar no
1778 \noun off
1779 \color none
1780 A
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 </row>
1813 <row>
1814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \family roman
1820 \series medium
1821 \shape up
1822 \size normal
1823 \emph off
1824 \bar no
1825 \noun off
1826 \color none
1827 B
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 </row>
1860 <row>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \family roman
1867 \series medium
1868 \shape up
1869 \size normal
1870 \emph off
1871 \bar no
1872 \noun off
1873 \color none
1874 C
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 </row>
1907 </lyxtabular>
1908
1909 \end_inset
1910
1911
1912 \end_layout
1913
1914 \begin_layout Section
1915 Table Dialog
1916 \begin_inset Index idx
1917 status collapsed
1918
1919 \begin_layout Plain Layout
1920 Table ! Dialog
1921 \end_layout
1922
1923 \end_inset
1924
1925
1926 \end_layout
1927
1928 \begin_layout Standard
1929 You can alter a table by clicking on it with the right mouse button, which
1930  brings up the context menu.
1931  Under the menu entry 
1932 \family sans
1933 More
1934 \family default
1935  you can adjust the settings of that cell and row/column respectively where
1936  the cursor is currently placed.
1937  The context menu 
1938 \family sans
1939 More\SpecialChar menuseparator
1940 Settings
1941 \family default
1942  opens the table dialog where you can adjust more things.
1943  Most of the dialog options also work on selections.
1944  This means if you select more cells, columns or rows, the action is done
1945  for the whole selection.
1946  Note that there is a difference between selecting the 
1947 \emph on
1948 contents
1949 \emph default
1950  of the cell, and the cell itself.
1951 \begin_inset Newline newline
1952 \end_inset
1953
1954 With the dialog option 
1955 \family sans
1956 Immediate
1957 \begin_inset space ~
1958 \end_inset
1959
1960 Apply
1961 \family default
1962  every change you make in the dialog is directly applied.
1963  If you move the cursor to another table cell the dialog will then also
1964  be updated with the parameters of the new cell.
1965  If you change length values in the dialog you must press 
1966 \family sans
1967 Return
1968 \family default
1969  to get the change applied.
1970 \begin_inset Newline newline
1971 \end_inset
1972
1973 You can alter tables with the following tabs of the table dialog:
1974 \end_layout
1975
1976 \begin_layout Description
1977 Table
1978 \begin_inset space ~
1979 \end_inset
1980
1981 Settings Here you can set the table width
1982 \begin_inset Index idx
1983 status collapsed
1984
1985 \begin_layout Plain Layout
1986 Table ! Width
1987 \end_layout
1988
1989 \end_inset
1990
1991 , and the horizontal alignment and the width of the current column.
1992  The alignment 
1993 \family sans
1994 At
1995 \begin_inset space ~
1996 \end_inset
1997
1998 Decimal
1999 \begin_inset space ~
2000 \end_inset
2001
2002 Separator
2003 \family default
2004  is described in section
2005 \begin_inset space ~
2006 \end_inset
2007
2008
2009 \begin_inset CommandInset ref
2010 LatexCommand ref
2011 reference "subsec:Special-Cell-Alignment"
2012
2013 \end_inset
2014
2015 .
2016  When you have set a width you can also adjust the vertical alignment of
2017  the current row.
2018  A given width will allow the cell to have line breaks and multiple paragraphs
2019  of text, see sec.
2020 \begin_inset space \thinspace{}
2021 \end_inset
2022
2023
2024 \begin_inset CommandInset ref
2025 LatexCommand ref
2026 reference "subsec:Multiple-Lines-in"
2027
2028 \end_inset
2029
2030 .
2031  If you set no width, the column is as wide as the content of its widest
2032  cell.
2033 \begin_inset Newline newline
2034 \end_inset
2035
2036 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2037  cell, see sec.
2038 \begin_inset space \thinspace{}
2039 \end_inset
2040
2041
2042 \begin_inset CommandInset ref
2043 LatexCommand ref
2044 reference "subsec:Multicolumns"
2045
2046 \end_inset
2047
2048  or the cells of one column as multirow cell, see sec.
2049 \begin_inset space \thinspace{}
2050 \end_inset
2051
2052
2053 \begin_inset CommandInset ref
2054 LatexCommand ref
2055 reference "subsec:Multirows"
2056
2057 \end_inset
2058
2059 .
2060 \begin_inset Newline newline
2061 \end_inset
2062
2063 The rotate check boxes rotate the current cell, a selection, or the whole
2064  table counter-clockwise by 90
2065 \begin_inset space \thinspace{}
2066 \end_inset
2067
2068 °.
2069  The rotation is not shown within \SpecialChar LyX
2070 , only in the output.
2071  For more information see sec.
2072 \begin_inset space \thinspace{}
2073 \end_inset
2074
2075
2076 \begin_inset CommandInset ref
2077 LatexCommand ref
2078 reference "sec:Rotated-Table-Cells"
2079
2080 \end_inset
2081
2082 .
2083 \begin_inset Newline newline
2084 \end_inset
2085
2086
2087 \begin_inset Note Greyedout
2088 status open
2089
2090 \begin_layout Plain Layout
2091
2092 \series bold
2093 Note:
2094 \series default
2095  Not all DVI-viewers are able to display rotations.
2096 \end_layout
2097
2098 \end_inset
2099
2100
2101 \begin_inset Newline newline
2102 \end_inset
2103
2104 The table-wide vertical alignment is used for tables within text lines:
2105 \begin_inset Newline newline
2106 \end_inset
2107
2108 A line with tables with different alignments: 
2109 \begin_inset Tabular
2110 <lyxtabular version="3" rows="2" columns="2">
2111 <features tabularvalignment="top">
2112 <column alignment="center" valignment="top" width="0pt">
2113 <column alignment="center" valignment="top">
2114 <row>
2115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2116 \begin_inset Text
2117
2118 \begin_layout Plain Layout
2119
2120 \end_layout
2121
2122 \end_inset
2123 </cell>
2124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2125 \begin_inset Text
2126
2127 \begin_layout Plain Layout
2128
2129 \family roman
2130 \series medium
2131 \shape up
2132 \size normal
2133 \emph off
2134 \bar no
2135 \noun off
2136 \color none
2137 1
2138 \end_layout
2139
2140 \end_inset
2141 </cell>
2142 </row>
2143 <row>
2144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Plain Layout
2148
2149 \family roman
2150 \series medium
2151 \shape up
2152 \size normal
2153 \emph off
2154 \bar no
2155 \noun off
2156 \color none
2157 A
2158 \end_layout
2159
2160 \end_inset
2161 </cell>
2162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2163 \begin_inset Text
2164
2165 \begin_layout Plain Layout
2166
2167 \end_layout
2168
2169 \end_inset
2170 </cell>
2171 </row>
2172 </lyxtabular>
2173
2174 \end_inset
2175
2176  
2177 \begin_inset Tabular
2178 <lyxtabular version="3" rows="2" columns="2">
2179 <features tabularvalignment="middle">
2180 <column alignment="center" valignment="top">
2181 <column alignment="center" valignment="top">
2182 <row>
2183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2184 \begin_inset Text
2185
2186 \begin_layout Plain Layout
2187
2188 \end_layout
2189
2190 \end_inset
2191 </cell>
2192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2193 \begin_inset Text
2194
2195 \begin_layout Plain Layout
2196
2197 \family roman
2198 \series medium
2199 \shape up
2200 \size normal
2201 \emph off
2202 \bar no
2203 \noun off
2204 \color none
2205 1
2206 \end_layout
2207
2208 \end_inset
2209 </cell>
2210 </row>
2211 <row>
2212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2213 \begin_inset Text
2214
2215 \begin_layout Plain Layout
2216
2217 \family roman
2218 \series medium
2219 \shape up
2220 \size normal
2221 \emph off
2222 \bar no
2223 \noun off
2224 \color none
2225 A
2226 \end_layout
2227
2228 \end_inset
2229 </cell>
2230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2231 \begin_inset Text
2232
2233 \begin_layout Plain Layout
2234
2235 \end_layout
2236
2237 \end_inset
2238 </cell>
2239 </row>
2240 </lyxtabular>
2241
2242 \end_inset
2243
2244  
2245 \begin_inset Tabular
2246 <lyxtabular version="3" rows="2" columns="2">
2247 <features tabularvalignment="bottom">
2248 <column alignment="center" valignment="top" width="0pt">
2249 <column alignment="center" valignment="top">
2250 <row>
2251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2252 \begin_inset Text
2253
2254 \begin_layout Plain Layout
2255
2256 \end_layout
2257
2258 \end_inset
2259 </cell>
2260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2261 \begin_inset Text
2262
2263 \begin_layout Plain Layout
2264
2265 \family roman
2266 \series medium
2267 \shape up
2268 \size normal
2269 \emph off
2270 \bar no
2271 \noun off
2272 \color none
2273 1
2274 \end_layout
2275
2276 \end_inset
2277 </cell>
2278 </row>
2279 <row>
2280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2281 \begin_inset Text
2282
2283 \begin_layout Plain Layout
2284
2285 \family roman
2286 \series medium
2287 \shape up
2288 \size normal
2289 \emph off
2290 \bar no
2291 \noun off
2292 \color none
2293 A
2294 \end_layout
2295
2296 \end_inset
2297 </cell>
2298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2299 \begin_inset Text
2300
2301 \begin_layout Plain Layout
2302
2303 \end_layout
2304
2305 \end_inset
2306 </cell>
2307 </row>
2308 </lyxtabular>
2309
2310 \end_inset
2311
2312
2313 \begin_inset Newline newline
2314 \end_inset
2315
2316 It is also possible to enter a \SpecialChar LaTeX
2317 -argument which is needed for special table
2318  formattings, see sec.
2319 \begin_inset space \thinspace{}
2320 \end_inset
2321
2322
2323 \begin_inset CommandInset ref
2324 LatexCommand ref
2325 reference "subsec:Multicolumn-Calculations"
2326
2327 \end_inset
2328
2329  and 
2330 \begin_inset CommandInset ref
2331 LatexCommand ref
2332 reference "sec:Colored-Tables"
2333
2334 \end_inset
2335
2336 .
2337 \end_layout
2338
2339 \begin_layout Description
2340 Borders In this tab you can add and delete border lines for the current
2341  row/column.
2342 \begin_inset Newline newline
2343 \end_inset
2344
2345 Using the style option 
2346 \family sans
2347 Formal
2348 \family default
2349  will convert the table to a formal table as described in sec.
2350 \begin_inset space \thinspace{}
2351 \end_inset
2352
2353
2354 \begin_inset CommandInset ref
2355 LatexCommand ref
2356 reference "sec:Formal-Tables"
2357
2358 \end_inset
2359
2360 .
2361 \begin_inset Newline newline
2362 \end_inset
2363
2364 You can also add space here to table rows as described in sec.
2365 \begin_inset space \thinspace{}
2366 \end_inset
2367
2368
2369 \begin_inset CommandInset ref
2370 LatexCommand ref
2371 reference "subsec:Row-Spacing"
2372
2373 \end_inset
2374
2375 .
2376 \end_layout
2377
2378 \begin_layout Description
2379 Multi-page
2380 \begin_inset space ~
2381 \end_inset
2382
2383 table This tab is to make a table a multi-page table that can run over several
2384  pages.
2385  Sections
2386 \begin_inset space ~
2387 \end_inset
2388
2389
2390 \begin_inset CommandInset ref
2391 LatexCommand ref
2392 reference "sec:Multi-page-Tables"
2393
2394 \end_inset
2395
2396  and 
2397 \begin_inset CommandInset ref
2398 LatexCommand ref
2399 reference "sec:Special-Longtable-Issues"
2400
2401 \end_inset
2402
2403  describe the multi-page table features in detail.
2404 \end_layout
2405
2406 \begin_layout Section
2407 Table Toolbar
2408 \begin_inset Index idx
2409 status collapsed
2410
2411 \begin_layout Plain Layout
2412 Table ! Toolbar
2413 \end_layout
2414
2415 \end_inset
2416
2417
2418 \end_layout
2419
2420 \begin_layout Standard
2421 The table toolbar is an alternative to the table dialog to be able to alter
2422  tables faster.
2423  It should normally appear at the bottom of \SpecialChar LyX
2424 's main window when the cursor
2425  is inside a table.
2426  You can alternatively switch it on to appear always, by right-clicking
2427  in \SpecialChar LyX
2428 's main menu bar.
2429 \end_layout
2430
2431 \begin_layout Standard
2432 The toolbar has the following icons:
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Info
2438 type  "icon"
2439 arg   "tabular-feature append-row"
2440 \end_inset
2441
2442  adds a row below the current cell or selection
2443 \end_layout
2444
2445 \begin_layout Labeling
2446 \labelwidthstring 00.00.0000
2447 \begin_inset Info
2448 type  "icon"
2449 arg   "tabular-feature append-column"
2450 \end_inset
2451
2452  adds a column right beside the current cell or selection
2453 \end_layout
2454
2455 \begin_layout Labeling
2456 \labelwidthstring 00.00.0000
2457 \begin_inset Info
2458 type  "icon"
2459 arg   "tabular-feature delete-row"
2460 \end_inset
2461
2462  deletes the current row or selection
2463 \end_layout
2464
2465 \begin_layout Labeling
2466 \labelwidthstring 00.00.0000
2467 \begin_inset Info
2468 type  "icon"
2469 arg   "tabular-feature delete-column"
2470 \end_inset
2471
2472  deletes the current column or selection
2473 \end_layout
2474
2475 \begin_layout Labeling
2476 \labelwidthstring 00.00.0000
2477 \begin_inset Info
2478 type  "icon"
2479 arg   "tabular-feature move-row-up"
2480 \end_inset
2481
2482  moves the row up
2483 \end_layout
2484
2485 \begin_layout Labeling
2486 \labelwidthstring 00.00.0000
2487 \begin_inset Info
2488 type  "icon"
2489 arg   "tabular-feature move-column-left"
2490 \end_inset
2491
2492  moves the column to the left
2493 \end_layout
2494
2495 \begin_layout Labeling
2496 \labelwidthstring 00.00.0000
2497 \begin_inset Info
2498 type  "icon"
2499 arg   "tabular-feature move-row-down"
2500 \end_inset
2501
2502  moves the row down
2503 \end_layout
2504
2505 \begin_layout Labeling
2506 \labelwidthstring 00.00.0000
2507 \begin_inset Info
2508 type  "icon"
2509 arg   "tabular-feature move-column-right"
2510 \end_inset
2511
2512  moves the column to the right
2513 \end_layout
2514
2515 \begin_layout Labeling
2516 \labelwidthstring 00.00.0000
2517 \begin_inset Info
2518 type  "icon"
2519 arg   "tabular-feature toggle-line-top"
2520 \end_inset
2521
2522  adds a line at the top of the current cell / row or of a selection
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527 \begin_inset Info
2528 type  "icon"
2529 arg   "tabular-feature toggle-line-bottom"
2530 \end_inset
2531
2532  adds a line at the bottom of the current cell / row or of a selection
2533 \end_layout
2534
2535 \begin_layout Labeling
2536 \labelwidthstring 00.00.0000
2537 \begin_inset Info
2538 type  "icon"
2539 arg   "tabular-feature toggle-line-left"
2540 \end_inset
2541
2542  adds a line at the left side of the current cell / row or of a selection
2543 \end_layout
2544
2545 \begin_layout Labeling
2546 \labelwidthstring 00.00.0000
2547 \begin_inset Info
2548 type  "icon"
2549 arg   "tabular-feature toggle-line-right"
2550 \end_inset
2551
2552  adds a line at the right side of the current cell / row or of a selection
2553 \end_layout
2554
2555 \begin_layout Labeling
2556 \labelwidthstring 00.00.0000
2557 \begin_inset Info
2558 type  "icon"
2559 arg   "tabular-feature set-all-lines"
2560 \end_inset
2561
2562  adds lines around the current or selected cells - if the current cell is
2563  not a multicolumn cell this also affects the current row and column
2564 \end_layout
2565
2566 \begin_layout Labeling
2567 \labelwidthstring 00.00.0000
2568 \begin_inset Info
2569 type  "icon"
2570 arg   "tabular-feature unset-all-lines"
2571 \end_inset
2572
2573  deletes all lines of the current or selected cells - if the current cell
2574  is not a multicolumn cell this also affects the current row and column
2575 \end_layout
2576
2577 \begin_layout Labeling
2578 \labelwidthstring 00.00.0000
2579 \begin_inset Info
2580 type  "icon"
2581 arg   "tabular-feature m-align-left"
2582 \end_inset
2583
2584  left-aligns the content of the current cell / column
2585 \end_layout
2586
2587 \begin_layout Labeling
2588 \labelwidthstring 00.00.0000
2589 \begin_inset Info
2590 type  "icon"
2591 arg   "tabular-feature m-align-center"
2592 \end_inset
2593
2594  centers the content of the current cell / column horizontally
2595 \end_layout
2596
2597 \begin_layout Labeling
2598 \labelwidthstring 00.00.0000
2599 \begin_inset Info
2600 type  "icon"
2601 arg   "tabular-feature m-align-right"
2602 \end_inset
2603
2604  right-aligns the content of the current cell / column
2605 \end_layout
2606
2607 \begin_layout Labeling
2608 \labelwidthstring 00.00.0000
2609 \begin_inset Info
2610 type  "icon"
2611 arg   "tabular-feature align-decimal"
2612 \end_inset
2613
2614  aligns the content of the current column at a character
2615 \end_layout
2616
2617 \begin_layout Labeling
2618 \labelwidthstring 00.00.0000
2619 \begin_inset Info
2620 type  "icon"
2621 arg   "tabular-feature m-valign-top"
2622 \end_inset
2623
2624  aligns the content of the current cell vertically to the top
2625 \end_layout
2626
2627 \begin_layout Labeling
2628 \labelwidthstring 00.00.0000
2629 \begin_inset Info
2630 type  "icon"
2631 arg   "tabular-feature m-valign-middle"
2632 \end_inset
2633
2634  centers the content of the current cell vertically
2635 \end_layout
2636
2637 \begin_layout Labeling
2638 \labelwidthstring 00.00.0000
2639 \begin_inset Info
2640 type  "icon"
2641 arg   "tabular-feature m-valign-bottom"
2642 \end_inset
2643
2644  aligns the content of the current cell vertically to the bottom
2645 \end_layout
2646
2647 \begin_layout Labeling
2648 \labelwidthstring 00.00.0000
2649 \begin_inset Info
2650 type  "icon"
2651 arg   "tabular-feature set-rotate-cell"
2652 \end_inset
2653
2654  rotates the current cell or selection counter-clockwise by 90°
2655 \end_layout
2656
2657 \begin_layout Labeling
2658 \labelwidthstring 00.00.0000
2659 \begin_inset Info
2660 type  "icon"
2661 arg   "tabular-feature set-rotate-tabular"
2662 \end_inset
2663
2664  rotates the whole table counter-clockwise by 90°
2665 \end_layout
2666
2667 \begin_layout Labeling
2668 \labelwidthstring 00.00.0000
2669 \begin_inset Info
2670 type  "icon"
2671 arg   "tabular-feature multicolumn"
2672 \end_inset
2673
2674  sets the current cell or selection as a multicolumn
2675 \end_layout
2676
2677 \begin_layout Labeling
2678 \labelwidthstring 00.00.0000
2679 \begin_inset Info
2680 type  "icon"
2681 arg   "tabular-feature multirow"
2682 \end_inset
2683
2684  sets the current cell or selection as a multirow
2685 \end_layout
2686
2687 \begin_layout Standard
2688 \begin_inset Note Greyedout
2689 status open
2690
2691 \begin_layout Plain Layout
2692
2693 \series bold
2694 Note:
2695 \series default
2696  For the output the vertical alignment of the first cell in a row is used
2697  for all following cells in the row.
2698 \end_layout
2699
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \begin_layout Section
2706 Edit Table Menu
2707 \begin_inset Index idx
2708 status collapsed
2709
2710 \begin_layout Plain Layout
2711 Table ! Edit Menu
2712 \end_layout
2713
2714 \end_inset
2715
2716
2717 \end_layout
2718
2719 \begin_layout Standard
2720 In addition to the table dialog and toolbar, the menu 
2721 \family sans
2722 Edit\SpecialChar menuseparator
2723 Table
2724 \family default
2725  allows you to add and delete border lines for the current row/column and
2726  to set the current selection as multicolumn.
2727  The menu is only available when the cursor is inside a table.
2728 \end_layout
2729
2730 \begin_layout Section
2731 Table Floats
2732 \begin_inset CommandInset label
2733 LatexCommand label
2734 name "sec:Table-Floats"
2735
2736 \end_inset
2737
2738
2739 \begin_inset Index idx
2740 status collapsed
2741
2742 \begin_layout Plain Layout
2743 Floats ! Tables
2744 \end_layout
2745
2746 \end_inset
2747
2748
2749 \begin_inset Index idx
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753 Table ! Floats
2754 \end_layout
2755
2756 \end_inset
2757
2758
2759 \end_layout
2760
2761 \begin_layout Standard
2762 For general explanations about floats, have a look at section
2763 \begin_inset space ~
2764 \end_inset
2765
2766
2767 \begin_inset CommandInset ref
2768 LatexCommand ref
2769 reference "sec:FloatIntroduction"
2770
2771 \end_inset
2772
2773 .
2774 \end_layout
2775
2776 \begin_layout Standard
2777 \begin_inset Float table
2778 placement h
2779 wide false
2780 sideways false
2781 status open
2782
2783 \begin_layout Plain Layout
2784 \begin_inset Caption Standard
2785
2786 \begin_layout Plain Layout
2787 \begin_inset CommandInset label
2788 LatexCommand label
2789 name "tab:a table float"
2790
2791 \end_inset
2792
2793 A table float.
2794 \end_layout
2795
2796 \end_inset
2797
2798
2799 \end_layout
2800
2801 \begin_layout Plain Layout
2802 \align center
2803 \begin_inset Tabular
2804 <lyxtabular version="3" rows="3" columns="3">
2805 <features tabularvalignment="middle">
2806 <column alignment="center" valignment="top" width="0pt">
2807 <column alignment="center" valignment="top" width="0pt">
2808 <column alignment="center" valignment="top" width="0pt">
2809 <row>
2810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2811 \begin_inset Text
2812
2813 \begin_layout Plain Layout
2814
2815 \family roman
2816 \series medium
2817 \shape up
2818 \size normal
2819 \emph off
2820 \bar no
2821 \noun off
2822 \color none
2823 1
2824 \end_layout
2825
2826 \end_inset
2827 </cell>
2828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2829 \begin_inset Text
2830
2831 \begin_layout Plain Layout
2832
2833 \family roman
2834 \series medium
2835 \shape up
2836 \size normal
2837 \emph off
2838 \bar no
2839 \noun off
2840 \color none
2841 2
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Plain Layout
2850
2851 \family roman
2852 \series medium
2853 \shape up
2854 \size normal
2855 \emph off
2856 \bar no
2857 \noun off
2858 \color none
2859 3
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 </row>
2865 <row>
2866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870
2871 \family roman
2872 \series medium
2873 \shape up
2874 \size normal
2875 \emph off
2876 \bar no
2877 \noun off
2878 \color none
2879 Joe
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888
2889 \family roman
2890 \series medium
2891 \shape up
2892 \size normal
2893 \emph off
2894 \bar no
2895 \noun off
2896 \color none
2897 Mary
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906
2907 \family roman
2908 \series medium
2909 \shape up
2910 \size normal
2911 \emph off
2912 \bar no
2913 \noun off
2914 \color none
2915 Ted
2916 \end_layout
2917
2918 \end_inset
2919 </cell>
2920 </row>
2921 <row>
2922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Plain Layout
2926
2927 \family roman
2928 \series medium
2929 \shape up
2930 \size normal
2931 \emph off
2932 \bar no
2933 \noun off
2934 \color none
2935 \begin_inset Formula $\int x^{2}dx$
2936 \end_inset
2937
2938
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947
2948 \family roman
2949 \series medium
2950 \shape up
2951 \size normal
2952 \emph off
2953 \bar no
2954 \noun off
2955 \color none
2956 \begin_inset Formula $\left[\begin{array}{cc}
2957 a & b\\
2958 c & d
2959 \end{array}\right]$
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \family roman
2973 \series medium
2974 \shape up
2975 \size normal
2976 \emph off
2977 \bar no
2978 \noun off
2979 \color none
2980 \begin_inset Formula $1+1=2$
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 </row>
2989 </lyxtabular>
2990
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \end_inset
2997
2998
2999 \end_layout
3000
3001 \begin_layout Standard
3002 Table floats can be inserted using the menu 
3003 \family sans
3004 Insert\SpecialChar menuseparator
3005 Float\SpecialChar menuseparator
3006 Table
3007 \family default
3008  or the toolbar button 
3009 \begin_inset Info
3010 type  "icon"
3011 arg   "float-insert table"
3012 \end_inset
3013
3014 .
3015 \end_layout
3016
3017 \begin_layout Standard
3018 The float appears as a collapsible box with a caption that has the label
3019  
3020 \begin_inset Quotes eld
3021 \end_inset
3022
3023 Table
3024 \begin_inset space ~
3025 \end_inset
3026
3027 #:
3028 \begin_inset Quotes erd
3029 \end_inset
3030
3031  (# is the actual table number).
3032  You can insert tables in the float above or below the caption.
3033 \end_layout
3034
3035 \begin_layout Standard
3036 Table
3037 \begin_inset space ~
3038 \end_inset
3039
3040
3041 \begin_inset CommandInset ref
3042 LatexCommand ref
3043 reference "tab:a table float"
3044
3045 \end_inset
3046
3047  is an example table within a table float.
3048 \end_layout
3049
3050 \begin_layout Standard
3051 Having the caption above the table is the common rule that is unfortunately
3052  not supported in \SpecialChar LaTeX
3053 's standard classes.
3054  This means that, if you are using the document classes 
3055 \family sans
3056 article
3057 \family default
3058
3059 \family sans
3060 book
3061 \family default
3062
3063 \family sans
3064 letter
3065 \family default
3066 , or 
3067 \family sans
3068 report
3069 \family default
3070 , there will be no space between the caption and the table.
3071  To insert the needed space, add the following option to the load command
3072  of the \SpecialChar LaTeX
3073 -package 
3074 \series bold
3075 caption
3076 \series default
3077
3078 \begin_inset Index idx
3079 status collapsed
3080
3081 \begin_layout Plain Layout
3082 \SpecialChar LaTeX
3083 -packages ! caption
3084 \end_layout
3085
3086 \end_inset
3087
3088  in your document preamble:
3089 \begin_inset Foot
3090 status collapsed
3091
3092 \begin_layout Plain Layout
3093 For more information have a look at section
3094 \begin_inset space ~
3095 \end_inset
3096
3097
3098 \begin_inset CommandInset ref
3099 LatexCommand ref
3100 reference "sec:Caption-Placement"
3101
3102 \end_inset
3103
3104 .
3105 \end_layout
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \begin_layout Standard
3113
3114 \series bold
3115 tableposition=top
3116 \end_layout
3117
3118 \begin_layout Standard
3119 The package 
3120 \series bold
3121 caption
3122 \series default
3123 , which is described in section
3124 \begin_inset space ~
3125 \end_inset
3126
3127
3128 \begin_inset CommandInset ref
3129 LatexCommand ref
3130 reference "sec:Caption-Formatting"
3131
3132 \end_inset
3133
3134 , is used to adjust the caption format.
3135 \end_layout
3136
3137 \begin_layout Standard
3138 \begin_inset Index idx
3139 status collapsed
3140
3141 \begin_layout Plain Layout
3142 References ! to Tables
3143 \end_layout
3144
3145 \end_inset
3146
3147 Tables can be cross-referenced in the text by referencing their label.
3148  To do this insert a label in the caption using the menu 
3149 \family sans
3150 Insert\SpecialChar menuseparator
3151 Label
3152 \family default
3153  or the toolbar button 
3154 \begin_inset Info
3155 type  "icon"
3156 arg   "label-insert"
3157 \end_inset
3158
3159 .
3160  You can now refer to the label using the menu 
3161 \family sans
3162 Insert\SpecialChar menuseparator
3163 Cross
3164 \begin_inset space ~
3165 \end_inset
3166
3167 reference
3168 \family default
3169  or the toolbar button 
3170 \begin_inset Info
3171 type  "icon"
3172 arg   "dialog-show-new-inset ref"
3173 \end_inset
3174
3175 .
3176 \begin_inset Newline newline
3177 \end_inset
3178
3179 Referencing is explained in detail in section
3180 \begin_inset space ~
3181 \end_inset
3182
3183
3184 \begin_inset CommandInset ref
3185 LatexCommand ref
3186 reference "sec:Referencing-Floats"
3187
3188 \end_inset
3189
3190 .
3191 \end_layout
3192
3193 \begin_layout Section
3194
3195 \family sans
3196 Multi-page Table
3197 \family default
3198 s
3199 \begin_inset CommandInset label
3200 LatexCommand label
3201 name "sec:Multi-page-Tables"
3202
3203 \end_inset
3204
3205
3206 \begin_inset Index idx
3207 status collapsed
3208
3209 \begin_layout Plain Layout
3210 Multi-page Table
3211 \end_layout
3212
3213 \end_inset
3214
3215
3216 \begin_inset Index idx
3217 status collapsed
3218
3219 \begin_layout Plain Layout
3220 Table ! Multi-page Table
3221 \end_layout
3222
3223 \end_inset
3224
3225
3226 \end_layout
3227
3228 \begin_layout Standard
3229 If the table is too long to fit on one page, you can use the option 
3230 \family sans
3231 Use
3232 \begin_inset space ~
3233 \end_inset
3234
3235 multi-page
3236 \family default
3237  table in the tab 
3238 \family sans
3239 Multi-page
3240 \begin_inset space ~
3241 \end_inset
3242
3243 table
3244 \family default
3245  of the table dialog to split the table automatically over more pages.
3246  Doing this enables the following options:
3247 \end_layout
3248
3249 \begin_layout Description
3250 Header: The current row is defined to be a header row that appears on all
3251  pages of the multi-page table; except for the first page, if 
3252 \family sans
3253 First
3254 \begin_inset space ~
3255 \end_inset
3256
3257 header
3258 \family default
3259  is defined.
3260  This is therefore called the main header.
3261 \end_layout
3262
3263 \begin_layout Description
3264 First
3265 \begin_inset space ~
3266 \end_inset
3267
3268 header: The current row is defined to be a header row that appears on the
3269  first page of the multi-page table.
3270 \end_layout
3271
3272 \begin_layout Description
3273 Footer: The current row is defined to be a footer row that appears on all
3274  pages of the multi-page table; except for the last page, if 
3275 \family sans
3276 Last
3277 \begin_inset space ~
3278 \end_inset
3279
3280 footer
3281 \family default
3282  is defined.
3283 \end_layout
3284
3285 \begin_layout Description
3286 Last
3287 \begin_inset space ~
3288 \end_inset
3289
3290 footer: The current row is defined to be a footer row that appears on the
3291  last page of the multi-page table.
3292 \end_layout
3293
3294 \begin_layout Description
3295 Caption: The current row contains the table caption.
3296  The row is reset as single column and a caption is inserted.
3297  More about multi-page table captions is explained in sec.
3298 \begin_inset space \thinspace{}
3299 \end_inset
3300
3301
3302 \begin_inset CommandInset ref
3303 LatexCommand ref
3304 reference "subsec:Multi-page-Table-Captions"
3305
3306 \end_inset
3307
3308 .
3309 \end_layout
3310
3311 \begin_layout Standard
3312 You can also specify a row where the table is split.
3313  See the following multi-page table to see how it works:
3314 \end_layout
3315
3316 \begin_layout Standard
3317 \align center
3318 \begin_inset Tabular
3319 <lyxtabular version="3" rows="69" columns="3">
3320 <features islongtable="true" longtabularalignment="center">
3321 <column alignment="left" valignment="top" width="0cm">
3322 <column alignment="left" valignment="top" width="0pt">
3323 <column alignment="center" valignment="top" width="0pt">
3324 <row endfirsthead="true">
3325 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329
3330 \series bold
3331 Example Phone List (ignore the names)
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 </row>
3355 <row endfirsthead="true">
3356 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360
3361 \series bold
3362 NAME
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380
3381 \series bold
3382 TEL.
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 <row endhead="true">
3389 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \series bold
3395 Example Phone List
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 </row>
3419 <row endhead="true">
3420 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424
3425 \series bold
3426 NAME
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \series bold
3446 TEL.
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row endfoot="true">
3453 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457  continued on next page
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 </row>
3481 <row>
3482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486
3487 \series bold
3488 Annovi
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 Silvia
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 111
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 </row>
3512 <row>
3513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517
3518 \series bold
3519 Bertoli
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 Stefano
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 111
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row>
3544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \series bold
3550 Bozzi
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 Walter
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 111
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row>
3575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \series bold
3581 Cachia
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 Maria
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 111
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row>
3606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \series bold
3612 Cachia
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 Maurizio
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 111
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643 Cinquemani
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 Giusi
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 111
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row>
3668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \series bold
3674 Colin
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 Bernard
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 111
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705 Concli
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 Gianfranco
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 111
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736 Dal Bosco
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 Carolina
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 111
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \series bold
3767 Dalpiaz
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 Annamaria
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 111
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \series bold
3798 Feliciello
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 Domenico
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 111
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \series bold
3829 Focarelli
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 Paola
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 111
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858
3859 \series bold
3860 Galletti
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 Oreste
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 111
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \series bold
3891 Gasparini
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 Franca
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 111
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \series bold
3922 Rizzardi
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 Paola
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 111
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \series bold
3953 Lassini
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 Giancarlo
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 111
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Malfatti
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Luciano
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 111
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \series bold
4015 Malfatti
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 Valeriano
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 111
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046 Meneguzzo
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 Roberto
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 111
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \series bold
4077 Mezzadra
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Roberto
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 111
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106
4107 \series bold
4108 Pirpamer
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 Erich
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 111
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Pochiesa
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Paolo
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 111, 222
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Radina
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Claudio
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 111
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \series bold
4201 Stuffer
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Oskar
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 111
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \series bold
4232 Tacchelli
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Ugo
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 111
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \series bold
4263 Tezzele
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 Margit
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 111
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \series bold
4294 Unterkalmsteiner
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 Frieda
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 111
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323
4324 \series bold
4325 Vieider
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 Hilde
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 111
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354
4355 \series bold
4356 Vigna
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 Jürgen
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 111
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \series bold
4387 Weber
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 Maurizio
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 111
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \series bold
4418 Winkler
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 Franz
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 111
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447  
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 </row>
4471 <row>
4472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476
4477 \series bold
4478 Annovi
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 Silvia
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 555
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \series bold
4509 Bertoli
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 Stefano
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 555
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \series bold
4540 Bozzi
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 Walter
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 555
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569
4570 \series bold
4571 Cachia
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 Maria
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 555
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 </row>
4595 <row>
4596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600
4601 \series bold
4602 Cachia
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 Maurizio
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 555
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 </row>
4626 <row>
4627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631
4632 \series bold
4633 Cinquemani
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 Giusi
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 555
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 </row>
4657 <row>
4658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
4663 \series bold
4664 Colin
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 Bernard
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 555
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693
4694 \series bold
4695 Concli
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 Gianfranco
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 555
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 </row>
4719 <row>
4720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724
4725 \series bold
4726 Dal Bosco
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 Carolina
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 555
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755
4756 \series bold
4757 Dalpiaz
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 Annamaria
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 555
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 <row>
4782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786
4787 \series bold
4788 Feliciello
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 Domenico
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 555
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 </row>
4812 <row>
4813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817
4818 \series bold
4819 Focarelli
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 Paola
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 555
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 </row>
4843 <row>
4844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848
4849 \series bold
4850 Galletti
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 Oreste
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 555
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 </row>
4874 <row>
4875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879
4880 \series bold
4881 Gasparini
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 Franca
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 555
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 </row>
4905 <row>
4906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910
4911 \series bold
4912 Rizzardi
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 Paola
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 555
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 </row>
4936 <row>
4937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941
4942 \series bold
4943 Lassini
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 Giancarlo
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 555
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 <row>
4968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972
4973 \series bold
4974 Malfatti
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 Luciano
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 555
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 </row>
4998 <row>
4999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003
5004 \series bold
5005 Malfatti
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 Valeriano
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 555
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 </row>
5029 <row>
5030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034
5035 \series bold
5036 Meneguzzo
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 Roberto
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 555
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \series bold
5067 Mezzadra
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 Roberto
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 555
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row>
5092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \series bold
5098 Pirpamer
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 Erich
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 555
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 </row>
5122 <row>
5123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127
5128 \series bold
5129 Pochiesa
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 Paolo
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 555, 222
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 </row>
5153 <row>
5154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158
5159 \series bold
5160 Radina
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 Claudio
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 555
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row>
5185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \series bold
5191 Stuffer
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 Oskar
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209 555
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 </row>
5215 <row>
5216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220
5221 \series bold
5222 Tacchelli
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 Ugo
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 555
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 <row>
5247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251
5252 \series bold
5253 Tezzele
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 Margit
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 555
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 </row>
5277 <row>
5278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282
5283 \series bold
5284 Unterkalmsteiner
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 Frieda
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 555
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 </row>
5308 <row>
5309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313
5314 \series bold
5315 Vieider
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 Hilde
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 555
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 </row>
5339 <row>
5340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \series bold
5346 Vigna
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 Jürgen
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 999
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 <row>
5371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375
5376 \series bold
5377 Weber
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 Maurizio
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 555
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 </row>
5401 <row>
5402 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \series bold
5408 Winkler
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 Franz
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 555
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 </row>
5432 <row endlastfoot="true">
5433 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 end
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 </lyxtabular>
5462
5463 \end_inset
5464
5465
5466 \begin_inset ERT
5467 status collapsed
5468
5469 \begin_layout Plain Layout
5470
5471
5472 \backslash
5473 addtocounter{table}{-1}
5474 \end_layout
5475
5476 \end_inset
5477
5478
5479 \begin_inset Note Note
5480 status collapsed
5481
5482 \begin_layout Plain Layout
5483 See the first greyed-out note in section
5484 \begin_inset space ~
5485 \end_inset
5486
5487
5488 \begin_inset CommandInset ref
5489 LatexCommand ref
5490 reference "subsec:Multi-page-Table-Captions"
5491
5492 \end_inset
5493
5494  for an explanation of this command.
5495 \end_layout
5496
5497 \end_inset
5498
5499
5500 \end_layout
5501
5502 \begin_layout Subsection
5503 Footnotes in Multi-page tables
5504 \begin_inset CommandInset label
5505 LatexCommand label
5506 name "subsec:Footnotes-in-Multi-page"
5507
5508 \end_inset
5509
5510
5511 \begin_inset Index idx
5512 status collapsed
5513
5514 \begin_layout Plain Layout
5515 Table ! Multi-page Table ! Footnotes
5516 \end_layout
5517
5518 \end_inset
5519
5520
5521 \end_layout
5522
5523 \begin_layout Standard
5524 Footnotes can be inserted to every Multi-page table cell.
5525  They appear at the bottom of the page where the table cell with the footnote
5526  appears.
5527  Table
5528 \begin_inset space ~
5529 \end_inset
5530
5531
5532 \begin_inset CommandInset ref
5533 LatexCommand ref
5534 reference "tab:DiffCaptions"
5535
5536 \end_inset
5537
5538  has for example a footnote.
5539 \end_layout
5540
5541 \begin_layout Subsection
5542 Multi-page Table Alignment
5543 \begin_inset Index idx
5544 status collapsed
5545
5546 \begin_layout Plain Layout
5547 Table ! Multi-page Table ! Alignment
5548 \end_layout
5549
5550 \end_inset
5551
5552
5553 \end_layout
5554
5555 \begin_layout Standard
5556 The horizontal alignment of multi-page tables can be set in the table settings
5557  dialog.
5558  For left- and right-alignment the table will be directly at the page border.
5559  To add space between the table and the border one has to set the alignment
5560  to center and change the value of the \SpecialChar LaTeX
5561 -lengths 
5562 \series bold
5563
5564 \backslash
5565 LTleft 
5566 \series default
5567 or 
5568 \series bold
5569
5570 \backslash
5571 LTright
5572 \series default
5573  by inserting this line as \SpecialChar TeX
5574  Code before the multi-page table:
5575 \end_layout
5576
5577 \begin_layout Standard
5578
5579 \series bold
5580
5581 \backslash
5582 setlength{
5583 \backslash
5584 LTleft}{value}
5585 \end_layout
5586
5587 \begin_layout Standard
5588 The value can have any of the units listed in Table
5589 \begin_inset space ~
5590 \end_inset
5591
5592
5593 \begin_inset CommandInset ref
5594 LatexCommand ref
5595 reference "tab:Units"
5596
5597 \end_inset
5598
5599 .
5600  
5601 \series bold
5602
5603 \backslash
5604 LTleft
5605 \series default
5606  controls the horizontal distance from the left page border to the multi-page
5607  table, 
5608 \series bold
5609
5610 \backslash
5611 LTright
5612 \series default
5613  the distance from the right side.
5614  The default value for both lengths is 
5615 \series bold
5616
5617 \backslash
5618 fill
5619 \series default
5620 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5621 .
5622 \end_layout
5623
5624 \begin_layout Standard
5625 The following multi-page table was centered and 
5626 \series bold
5627
5628 \backslash
5629 LTleft
5630 \series default
5631  set to 
5632 \family sans
5633 0.1
5634 \backslash
5635 columnwidth
5636 \family default
5637 :
5638 \begin_inset ERT
5639 status collapsed
5640
5641 \begin_layout Plain Layout
5642
5643
5644 \backslash
5645 setlength{
5646 \backslash
5647 LTleft}{0.1
5648 \backslash
5649 columnwidth}
5650 \end_layout
5651
5652 \end_inset
5653
5654
5655 \end_layout
5656
5657 \begin_layout Standard
5658 \begin_inset Tabular
5659 <lyxtabular version="3" rows="5" columns="5">
5660 <features islongtable="true" longtabularalignment="center">
5661 <column alignment="center" valignment="top">
5662 <column alignment="center" valignment="top" width="0pt">
5663 <column alignment="center" valignment="top">
5664 <column alignment="center" valignment="top">
5665 <column alignment="center" valignment="top">
5666 <row>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 1
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 2
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 3
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 4
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 5
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 asd
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 s
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 s
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 s
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 asd
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 <row>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 asd
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 s
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 s
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 s
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 asd
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 </row>
5807 <row>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 s
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 s
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 s
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 asd
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 </row>
5854 <row>
5855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 asd
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 asd
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 asd
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 asd
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 asd
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 </row>
5901 </lyxtabular>
5902
5903 \end_inset
5904
5905
5906 \begin_inset ERT
5907 status collapsed
5908
5909 \begin_layout Plain Layout
5910
5911
5912 \backslash
5913 setlength{
5914 \backslash
5915 LTleft}{
5916 \backslash
5917 fill}
5918 \end_layout
5919
5920 \end_inset
5921
5922
5923 \begin_inset ERT
5924 status collapsed
5925
5926 \begin_layout Plain Layout
5927
5928
5929 \backslash
5930 addtocounter{table}{-1}
5931 \end_layout
5932
5933 \end_inset
5934
5935
5936 \begin_inset Note Note
5937 status collapsed
5938
5939 \begin_layout Plain Layout
5940 See the first greyed-out note in section
5941 \begin_inset space ~
5942 \end_inset
5943
5944
5945 \begin_inset CommandInset ref
5946 LatexCommand ref
5947 reference "subsec:Multi-page-Table-Captions"
5948
5949 \end_inset
5950
5951  for an explanation of this command.
5952 \end_layout
5953
5954 \end_inset
5955
5956
5957 \end_layout
5958
5959 \begin_layout Subsection
5960 Multi-page Table Captions
5961 \begin_inset Index idx
5962 status collapsed
5963
5964 \begin_layout Plain Layout
5965 Table ! Multi-page Table ! Captions
5966 \end_layout
5967
5968 \end_inset
5969
5970
5971 \begin_inset CommandInset label
5972 LatexCommand label
5973 name "subsec:Multi-page-Table-Captions"
5974
5975 \end_inset
5976
5977
5978 \end_layout
5979
5980 \begin_layout Standard
5981 A multi-page table cannot be put into a table float because floats can only
5982  be on one page.
5983  But the caption environment of floats can also be used for multi-page tables
5984  when you use the multi-page table option 
5985 \family sans
5986 Caption
5987 \family default
5988  as described in sec.
5989 \begin_inset space \thinspace{}
5990 \end_inset
5991
5992
5993 \begin_inset CommandInset ref
5994 LatexCommand ref
5995 reference "sec:Multi-page-Tables"
5996
5997 \end_inset
5998
5999 .
6000  Only one table row should contain a caption, either a header or a footer
6001  row.
6002 \end_layout
6003
6004 \begin_layout Standard
6005 Here is a short multi-page table to see how it works:
6006 \end_layout
6007
6008 \begin_layout Standard
6009 \begin_inset Tabular
6010 <lyxtabular version="3" rows="6" columns="5">
6011 <features islongtable="true" longtabularalignment="center">
6012 <column alignment="center" valignment="top">
6013 <column alignment="center" valignment="top">
6014 <column alignment="center" valignment="top">
6015 <column alignment="center" valignment="top">
6016 <column alignment="center" valignment="top">
6017 <row endfirsthead="true" caption="true">
6018 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 \begin_inset Caption Standard
6023
6024 \begin_layout Plain Layout
6025 Multi-page table with caption
6026 \begin_inset Argument 1
6027 status open
6028
6029 \begin_layout Plain Layout
6030 Multi-page table
6031 \end_layout
6032
6033 \end_inset
6034
6035
6036 \end_layout
6037
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 <row>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 1
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 2
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 3
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 4
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 5
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 </row>
6129 <row>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 asd
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 s
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 s
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 s
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 asd
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 </row>
6176 <row>
6177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 asd
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 s
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 s
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 s
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 asd
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 </row>
6223 <row>
6224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 asd
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237 s
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 s
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 s
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 asd
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 </row>
6270 <row>
6271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 asd
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 asd
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 asd
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 asd
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 asd
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 </row>
6317 </lyxtabular>
6318
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \begin_layout Standard
6325 \begin_inset VSpace medskip
6326 \end_inset
6327
6328
6329 \begin_inset Note Greyedout
6330 status open
6331
6332 \begin_layout Plain Layout
6333
6334 \series bold
6335 Note
6336 \begin_inset space ~
6337 \end_inset
6338
6339 1:
6340 \series default
6341  The table number is increased for every multi-page table, even if you did
6342  not set a caption for it.
6343  For this reason you could have the case that e.
6344 \begin_inset space \thinspace{}
6345 \end_inset
6346
6347 g.
6348 \begin_inset space \space{}
6349 \end_inset
6350
6351 Table
6352 \begin_inset space ~
6353 \end_inset
6354
6355 2.4 follows Table
6356 \begin_inset space ~
6357 \end_inset
6358
6359 2.1 in the list of tables if there are two multi-page tables without captions.
6360  To avoid this you can add the following command in \SpecialChar TeX
6361  Code after every multi-page
6362  table without a caption:
6363 \end_layout
6364
6365 \begin_layout Plain Layout
6366
6367 \series bold
6368
6369 \backslash
6370 addtocounter{table}{-1}
6371 \end_layout
6372
6373 \begin_layout Plain Layout
6374 This is not needed when none of your multi-page tables has a caption and
6375  you add the following code to the document preamble:
6376 \end_layout
6377
6378 \begin_layout Plain Layout
6379
6380 \series bold
6381
6382 \backslash
6383 let
6384 \backslash
6385 myEnd
6386 \backslash
6387 endlongtable
6388 \begin_inset Newline newline
6389 \end_inset
6390
6391
6392 \backslash
6393 renewcommand{
6394 \backslash
6395 endlongtable}{
6396 \backslash
6397 myEnd
6398 \backslash
6399 addtocounter{table}{-1}}
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \begin_layout Standard
6408 \begin_inset Note Greyedout
6409 status open
6410
6411 \begin_layout Plain Layout
6412
6413 \series bold
6414 Note
6415 \begin_inset space ~
6416 \end_inset
6417
6418 2:
6419 \series default
6420  If you are using
6421 \series bold
6422  hyperref
6423 \series default
6424
6425 \begin_inset Index idx
6426 status collapsed
6427
6428 \begin_layout Plain Layout
6429 \SpecialChar LaTeX
6430 -packages ! hyperref
6431 \end_layout
6432
6433 \end_inset
6434
6435  in the 
6436 \family sans
6437 PDF Properties
6438 \family default
6439  of the 
6440 \family sans
6441 Document Settings
6442 \family default
6443  dialog to link cross-references, the link to a multi-page table caption
6444  will always point to the beginning of the document.
6445 \end_layout
6446
6447 \end_inset
6448
6449
6450 \end_layout
6451
6452 \begin_layout Subsubsection
6453 References to multi-page tables
6454 \begin_inset Index idx
6455 status collapsed
6456
6457 \begin_layout Plain Layout
6458 Table ! Multi-page Table ! References
6459 \end_layout
6460
6461 \end_inset
6462
6463
6464 \end_layout
6465
6466 \begin_layout Standard
6467 \begin_inset Tabular
6468 <lyxtabular version="3" rows="6" columns="5">
6469 <features islongtable="true" longtabularalignment="center">
6470 <column alignment="center" valignment="top">
6471 <column alignment="center" valignment="top">
6472 <column alignment="center" valignment="top">
6473 <column alignment="center" valignment="top">
6474 <column alignment="center" valignment="top">
6475 <row endfirsthead="true" caption="true">
6476 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 \begin_inset Caption Standard
6481
6482 \begin_layout Plain Layout
6483 Referenced multi-page table
6484 \begin_inset CommandInset label
6485 LatexCommand label
6486 name "tab:Referenced-multi-page-table"
6487
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \end_inset
6494
6495
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 </row>
6537 <row>
6538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 1
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 2
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 3
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 4
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 5
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 </row>
6584 <row>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 asd
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 s
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 s
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 s
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 asd
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 </row>
6631 <row>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 asd
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 s
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 s
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 s
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 asd
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 </row>
6678 <row>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 asd
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 s
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 s
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 s
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 asd
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 </row>
6725 <row>
6726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 asd
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 sad
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 asd
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 asd
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 asd
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 </row>
6772 </lyxtabular>
6773
6774 \end_inset
6775
6776
6777 \end_layout
6778
6779 \begin_layout Standard
6780 To reference a multi-page table, insert a label into the caption.
6781 \end_layout
6782
6783 \begin_layout Standard
6784 This is a reference to Table
6785 \begin_inset space ~
6786 \end_inset
6787
6788
6789 \begin_inset CommandInset ref
6790 LatexCommand ref
6791 reference "tab:Referenced-multi-page-table"
6792
6793 \end_inset
6794
6795 .
6796 \end_layout
6797
6798 \begin_layout Standard
6799 The caption layout can be set together with all other captions of your document
6800  using the \SpecialChar LaTeX
6801 -package 
6802 \series bold
6803 caption
6804 \series default
6805
6806 \begin_inset Index idx
6807 status collapsed
6808
6809 \begin_layout Plain Layout
6810 \SpecialChar LaTeX
6811 -packages ! caption
6812 \end_layout
6813
6814 \end_inset
6815
6816 , see section
6817 \begin_inset space ~
6818 \end_inset
6819
6820
6821 \begin_inset CommandInset ref
6822 LatexCommand ref
6823 reference "sec:Caption-Formatting"
6824
6825 \end_inset
6826
6827 .
6828 \end_layout
6829
6830 \begin_layout Subsubsection
6831 Caption Width
6832 \begin_inset Index idx
6833 status collapsed
6834
6835 \begin_layout Plain Layout
6836 Table ! Multi-page Table ! Caption Width
6837 \end_layout
6838
6839 \end_inset
6840
6841
6842 \end_layout
6843
6844 \begin_layout Standard
6845 The maximal width of caption lines is defined by the length 
6846 \series bold
6847
6848 \backslash
6849 LTcapwidth
6850 \series default
6851 .
6852  Its default value is 4
6853 \begin_inset space \thinspace{}
6854 \end_inset
6855
6856 in.
6857  To change it add the following command to your document preamble or as
6858  \SpecialChar TeX
6859  Code into your document before the multi-page table that should be affected
6860 \end_layout
6861
6862 \begin_layout Standard
6863
6864 \series bold
6865
6866 \backslash
6867 setlength{
6868 \backslash
6869 LTcapwidth}{width}
6870 \end_layout
6871
6872 \begin_layout Standard
6873 where the 
6874 \family sans
6875 width
6876 \family default
6877  can have one of the units listed in appendix
6878 \begin_inset space ~
6879 \end_inset
6880
6881
6882 \begin_inset CommandInset ref
6883 LatexCommand ref
6884 reference "cha:Units-available-in"
6885
6886 \end_inset
6887
6888 .
6889 \end_layout
6890
6891 \begin_layout Standard
6892 The following tables show the difference:
6893 \end_layout
6894
6895 \begin_layout Standard
6896 \begin_inset Tabular
6897 <lyxtabular version="3" rows="6" columns="5">
6898 <features islongtable="true" longtabularalignment="center">
6899 <column alignment="center" valignment="top">
6900 <column alignment="center" valignment="top">
6901 <column alignment="center" valignment="top">
6902 <column alignment="center" valignment="top">
6903 <column alignment="center" valignment="top">
6904 <row endfirsthead="true" caption="true">
6905 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 \begin_inset Caption Standard
6910
6911 \begin_layout Plain Layout
6912 Long full title with default width long full title with default width long
6913  full title with default width
6914 \begin_inset Argument 1
6915 status collapsed
6916
6917 \begin_layout Plain Layout
6918 caption with default width
6919 \end_layout
6920
6921 \end_inset
6922
6923
6924 \end_layout
6925
6926 \end_inset
6927
6928
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 <row>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 1
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 2
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 3
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 4
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 5
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 </row>
7017 <row>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 asd
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 s
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 s
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 s
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 </row>
7064 <row>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 asd
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 s
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 s
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 s
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 asd
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 </row>
7111 <row>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 asd
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 s
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 s
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 s
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 asd
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 </row>
7158 <row>
7159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 sad
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 asd
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 asd
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 asd
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 </row>
7205 </lyxtabular>
7206
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \begin_layout Standard
7213 \begin_inset ERT
7214 status collapsed
7215
7216 \begin_layout Plain Layout
7217
7218
7219 \backslash
7220 setlength{
7221 \backslash
7222 LTcapwidth}{5cm}
7223 \end_layout
7224
7225 \end_inset
7226
7227
7228 \begin_inset Tabular
7229 <lyxtabular version="3" rows="6" columns="5">
7230 <features islongtable="true" longtabularalignment="center">
7231 <column alignment="center" valignment="top">
7232 <column alignment="center" valignment="top">
7233 <column alignment="center" valignment="top">
7234 <column alignment="center" valignment="top">
7235 <column alignment="center" valignment="top">
7236 <row endfirsthead="true" caption="true">
7237 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 \begin_inset Caption Standard
7242
7243 \begin_layout Plain Layout
7244 Long full title with width set to 5
7245 \begin_inset space \thinspace{}
7246 \end_inset
7247
7248 cm long full title with width set to 5
7249 \begin_inset space \thinspace{}
7250 \end_inset
7251
7252 cm long full title with width set to 5
7253 \begin_inset space \thinspace{}
7254 \end_inset
7255
7256 cm
7257 \begin_inset Argument 1
7258 status collapsed
7259
7260 \begin_layout Plain Layout
7261 caption with width
7262 \begin_inset space \thinspace{}
7263 \end_inset
7264
7265 =
7266 \begin_inset space \thinspace{}
7267 \end_inset
7268
7269 5
7270 \begin_inset space \thinspace{}
7271 \end_inset
7272
7273 cm
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \end_inset
7282
7283
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 </row>
7325 <row>
7326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330 1
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 2
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 3
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 4
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 5
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 </row>
7372 <row>
7373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377 asd
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386 s
7387 \end_layout
7388
7389 \end_inset
7390 </cell>
7391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395 s
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7401 \begin_inset Text
7402
7403 \begin_layout Plain Layout
7404 s
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413 asd
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 </row>
7419 <row>
7420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 asd
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433 s
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442 s
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 s
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 asd
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 <row>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 asd
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 s
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 s
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 s
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 asd
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row>
7514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 asd
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 sad
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 asd
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 asd
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 asd
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 </row>
7560 </lyxtabular>
7561
7562 \end_inset
7563
7564
7565 \end_layout
7566
7567 \begin_layout Standard
7568 \begin_inset ERT
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572
7573
7574 \backslash
7575 setlength{
7576 \backslash
7577 LTcapwidth}{4in}
7578 \end_layout
7579
7580 \end_inset
7581
7582
7583 \end_layout
7584
7585 \begin_layout Standard
7586 \begin_inset Note Greyedout
7587 status open
7588
7589 \begin_layout Plain Layout
7590
7591 \series bold
7592 Note:
7593 \series default
7594  When the \SpecialChar LaTeX
7595 -package 
7596 \series bold
7597 caption
7598 \series default
7599
7600 \begin_inset Index idx
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604 \SpecialChar LaTeX
7605 -packages ! caption
7606 \end_layout
7607
7608 \end_inset
7609
7610  is used, as in this document, the full page width is used for the caption
7611  when you use the default value of 4
7612 \begin_inset space \thinspace{}
7613 \end_inset
7614
7615 in for 
7616 \series bold
7617
7618 \backslash
7619 LTcapwidth
7620 \series default
7621 .
7622  To get in this case exactly a 4
7623 \begin_inset space \thinspace{}
7624 \end_inset
7625
7626 in wide caption, you can either use a value slightly different from 4.0
7627 \begin_inset space \thinspace{}
7628 \end_inset
7629
7630 in, e.
7631 \begin_inset space \thinspace{}
7632 \end_inset
7633
7634 g.
7635 \begin_inset space \space{}
7636 \end_inset
7637
7638 3.99
7639 \begin_inset space \thinspace{}
7640 \end_inset
7641
7642 in, or the \SpecialChar LaTeX
7643 -command 
7644 \series bold
7645
7646 \backslash
7647 captionsetup{width=value}
7648 \series default
7649  that is provided by the 
7650 \series bold
7651 caption
7652 \series default
7653 -package.
7654 \end_layout
7655
7656 \end_inset
7657
7658
7659 \end_layout
7660
7661 \begin_layout Subsubsection
7662 Different Captions for Table Pages
7663 \begin_inset Index idx
7664 status collapsed
7665
7666 \begin_layout Plain Layout
7667 Table ! Multi-page Table ! Different Captions for Pages
7668 \end_layout
7669
7670 \end_inset
7671
7672
7673 \end_layout
7674
7675 \begin_layout Standard
7676 When the table captions for the following pages should differ from the one
7677  of the first table page, mark a empty row as header which contains a caption.
7678  Then right-click on the caption and select in the context menu 
7679 \family sans
7680 Caption
7681 \begin_inset space ~
7682 \end_inset
7683
7684 (Unnumbered)
7685 \family default
7686 .
7687  Table
7688 \begin_inset space ~
7689 \end_inset
7690
7691
7692 \begin_inset CommandInset ref
7693 LatexCommand ref
7694 reference "tab:DiffCaptions"
7695
7696 \end_inset
7697
7698  is an example of a multi-page table with different heading where the second
7699  caption does not include the table number.
7700 \end_layout
7701
7702 \begin_layout Standard
7703 \align center
7704 \begin_inset Tabular
7705 <lyxtabular version="3" rows="59" columns="3">
7706 <features islongtable="true" longtabularalignment="center">
7707 <column alignment="left" valignment="top" width="0cm">
7708 <column alignment="left" valignment="top" width="0pt">
7709 <column alignment="center" valignment="top" width="0pt">
7710 <row endfirsthead="true" caption="true">
7711 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715 \begin_inset Caption Standard
7716
7717 \begin_layout Plain Layout
7718 Example Phone List
7719 \begin_inset CommandInset label
7720 LatexCommand label
7721 name "tab:DiffCaptions"
7722
7723 \end_inset
7724
7725
7726 \begin_inset Argument 1
7727 status collapsed
7728
7729 \begin_layout Plain Layout
7730 Example Phone List
7731 \end_layout
7732
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739
7740
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 <row endfirsthead="true">
7765 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \series bold
7771 Example Phone List (ignore the names)
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 </row>
7795 <row endfirsthead="true">
7796 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800
7801 \series bold
7802 NAME
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \series bold
7822 TEL.
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row endhead="true" caption="true">
7829 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 \begin_inset Caption Unnumbered
7834
7835 \begin_layout Plain Layout
7836 Continued Example Phone List
7837 \end_layout
7838
7839 \end_inset
7840
7841
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 </row>
7865 <row endhead="true">
7866 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \series bold
7872 Example Phone List
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 </row>
7896 <row endhead="true">
7897 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901
7902 \series bold
7903 NAME
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \series bold
7923 TEL.
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 </row>
7929 <row endfoot="true">
7930 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 continued on next page
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 <row>
7959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963
7964 \series bold
7965 Annovi
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 Silvia
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 111
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 </row>
7989 <row>
7990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994
7995 \series bold
7996 Bertoli
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 Stefano
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 111
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \series bold
8027 Bozzi
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 Walter
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 111
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row>
8052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \series bold
8058 Cachia
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 Maria
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 111
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 </row>
8082 <row>
8083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \series bold
8089 Cachia
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 Maurizio
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 111
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 </row>
8113 <row>
8114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \series bold
8120 Cinquemani
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 Giusi
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 111
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row>
8145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \series bold
8151 Colin
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 Bernard
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 111
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \series bold
8182 Concli
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Gianfranco
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 111
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \series bold
8213 Dal Bosco
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 Carolina
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 111
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \series bold
8244 Dalpiaz
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 Annamaria
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 111
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \series bold
8275 Feliciello
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 Domenico
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 111
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \series bold
8306 Focarelli
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Paola
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 111
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \series bold
8337 Galletti
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Oreste
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 111
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \series bold
8368 Gasparini
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Franca
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 111
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \series bold
8399 Rizzardi
8400 \series default
8401
8402 \begin_inset Foot
8403 status open
8404
8405 \begin_layout Plain Layout
8406 Example footnote
8407 \end_layout
8408
8409 \end_inset
8410
8411
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 Roberto
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 111
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 <row>
8560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564
8565 \series bold
8566 Mezzadra
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Roberto
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 111
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \series bold
8597 Pirpamer
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 Erich
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 111
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 <row>
8622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \series bold
8628 Pochiesa
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 Paolo
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 111, 222
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 <row>
8653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657
8658 \series bold
8659 Radina
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 Claudio
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 111
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \series bold
8690 Stuffer
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 Oskar
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 111
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 <row>
8715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719
8720 \series bold
8721 Tacchelli
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Ugo
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 111
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 <row>
8746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750
8751 \series bold
8752 Tezzele
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 Margit
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 111
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 </row>
8776 <row>
8777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \series bold
8783 Unterkalmsteiner
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Frieda
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 111
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \series bold
8814 Vieider
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 Hilde
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 111
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843
8844 \series bold
8845 Vigna
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 Jürgen
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 111
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 <row>
8870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874
8875 \series bold
8876 Weber
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 Maurizio
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 111
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \series bold
8907 Winkler
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Franz
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 111
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936  
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 </row>
8960 <row>
8961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965
8966 \series bold
8967 Annovi
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 Silvia
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 555
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 <row>
8992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996
8997 \series bold
8998 Bertoli
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 Stefano
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 555
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row>
9023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \series bold
9029 Bozzi
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 Walter
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 555
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 </row>
9053 <row>
9054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058
9059 \series bold
9060 Cachia
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 Maria
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 555
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 </row>
9084 <row>
9085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \series bold
9091 Cachia
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 Maurizio
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 555
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row>
9116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \series bold
9122 Cinquemani
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 Giusi
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 555
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 <row>
9147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \series bold
9153 Colin
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 Bernard
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 555
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 </row>
9177 <row>
9178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182
9183 \series bold
9184 Concli
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Gianfranco
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 555
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \series bold
9215 Dal Bosco
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 Carolina
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 555
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 </row>
9239 <row>
9240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244
9245 \series bold
9246 Dalpiaz
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 Annamaria
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 555
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \series bold
9277 Feliciello
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 Domenico
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 555
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 <row>
9302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306
9307 \series bold
9308 Focarelli
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 Paola
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 555
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 </row>
9332 <row>
9333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337
9338 \series bold
9339 Galletti
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 Oreste
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 555
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 </row>
9363 <row>
9364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368
9369 \series bold
9370 Gasparini
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 Franca
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 555
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \series bold
9401 Rizzardi
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 Paola
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 555
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 </row>
9425 <row>
9426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \series bold
9432 Lassini
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 Giancarlo
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 555
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 </row>
9456 <row>
9457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461
9462 \series bold
9463 Malfatti
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 Luciano
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 555
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 <row>
9488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \series bold
9494 Malfatti
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 Valeriano
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 555
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 </row>
9518 <row>
9519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \series bold
9525 Meneguzzo
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 Roberto
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 555
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 </row>
9549 <row>
9550 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554
9555 \series bold
9556 Mezzadra
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 Roberto
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574 555
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 </lyxtabular>
9581
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \begin_layout Section
9588 Special Multi-page Table Issues
9589 \begin_inset CommandInset label
9590 LatexCommand label
9591 name "sec:Special-Longtable-Issues"
9592
9593 \end_inset
9594
9595
9596 \end_layout
9597
9598 \begin_layout Subsection
9599 Multi-page Table Calculation
9600 \begin_inset Index idx
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604 Table ! Multi-page Table ! Calculation
9605 \end_layout
9606
9607 \end_inset
9608
9609
9610 \end_layout
9611
9612 \begin_layout Standard
9613 \SpecialChar LaTeX
9614  calculates the height of table pages and their page breaks using so called
9615  chunks.
9616  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9617 's memory.
9618  The default value was historically set to only 20
9619 \begin_inset space ~
9620 \end_inset
9621
9622 table rows.
9623  If you are using multi-page tables with many pages this may slow down the
9624  creation of your document.
9625  You can safely increase the chunk size to values of 100
9626 \begin_inset space \thinspace{}
9627 \end_inset
9628
9629 --
9630 \begin_inset space \thinspace{}
9631 \end_inset
9632
9633 1000 by adding this command line to your document preamble:
9634 \end_layout
9635
9636 \begin_layout Standard
9637
9638 \series bold
9639
9640 \backslash
9641 setcounter{LTchunksize}{100}
9642 \end_layout
9643
9644 \begin_layout Subsection
9645 Floats and Multi-page Tables
9646 \begin_inset Index idx
9647 status collapsed
9648
9649 \begin_layout Plain Layout
9650 Table ! Multi-page Table ! Floats
9651 \end_layout
9652
9653 \end_inset
9654
9655
9656 \end_layout
9657
9658 \begin_layout Standard
9659 There might be problems when a float appears on the same page where a multi-page
9660  table starts.
9661  To avoid such a situation, insert a 
9662 \begin_inset Quotes eld
9663 \end_inset
9664
9665 clear page
9666 \begin_inset Quotes erd
9667 \end_inset
9668
9669  (menu 
9670 \family sans
9671 Insert\SpecialChar menuseparator
9672 Formatting\SpecialChar menuseparator
9673 Clear
9674 \begin_inset space ~
9675 \end_inset
9676
9677 Page
9678 \family default
9679 ) before your multi-page table.
9680 \end_layout
9681
9682 \begin_layout Subsection
9683 Forced Page Breaks
9684 \begin_inset Index idx
9685 status collapsed
9686
9687 \begin_layout Plain Layout
9688 Table ! Multi-page Table ! Forced Page Breaks
9689 \end_layout
9690
9691 \end_inset
9692
9693
9694 \end_layout
9695
9696 \begin_layout Standard
9697 By default tables are only broken between rows.
9698  If you have a cell with multiples lines and want to have a page break within
9699  the cell, insert the new line command 
9700 \begin_inset Quotes eld
9701 \end_inset
9702
9703
9704 \series bold
9705
9706 \backslash
9707
9708 \backslash
9709
9710 \series default
9711
9712 \begin_inset Quotes erd
9713 \end_inset
9714
9715  as \SpecialChar TeX
9716  Code at the point of the cell where it can be broken.
9717  Before the 
9718 \series bold
9719
9720 \backslash
9721
9722 \backslash
9723
9724 \series default
9725  command you have to insert in \SpecialChar TeX
9726  Code as many 
9727 \begin_inset Quotes eld
9728 \end_inset
9729
9730
9731 \series bold
9732 &
9733 \series default
9734
9735 \begin_inset Quotes erd
9736 \end_inset
9737
9738  characters as the number of the following table columns.
9739  The 
9740 \series bold
9741 &
9742 \series default
9743  is the character to separate table cells.
9744  Write in \SpecialChar TeX
9745  Code after each 
9746 \series bold
9747 &
9748 \series default
9749  the content of the corresponding following cell and delete the content
9750  of these cells.
9751 \begin_inset Newline newline
9752 \end_inset
9753
9754 After the 
9755 \series bold
9756
9757 \backslash
9758
9759 \backslash
9760
9761 \series default
9762  command, insert as many 
9763 \series bold
9764 &
9765 \series default
9766  characters as the number of table columns before the current column.
9767  In Table
9768 \begin_inset space ~
9769 \end_inset
9770
9771
9772 \begin_inset CommandInset ref
9773 LatexCommand ref
9774 reference "tab:ForcedPagebreak"
9775
9776 \end_inset
9777
9778  the cell that should be broken is in the second column followed by another
9779  column.
9780  Therefore the following command was inserted in the cell as \SpecialChar TeX
9781  Code after
9782  
9783 \begin_inset Quotes eld
9784 \end_inset
9785
9786
9787 \emph on
9788 Castelchiodato,
9789 \emph default
9790
9791 \begin_inset Quotes erd
9792 \end_inset
9793
9794 :
9795 \end_layout
9796
9797 \begin_layout Standard
9798
9799 \series bold
9800 & 111
9801 \backslash
9802
9803 \backslash
9804  
9805 \backslash
9806 newpage
9807 \begin_inset Newline newline
9808 \end_inset
9809
9810 &
9811 \end_layout
9812
9813 \begin_layout Standard
9814 The 
9815 \begin_inset Quotes eld
9816 \end_inset
9817
9818 111
9819 \begin_inset Quotes erd
9820 \end_inset
9821
9822  in the third column of the row was deleted.
9823  
9824 \series bold
9825
9826 \backslash
9827 newpage
9828 \series default
9829  is only needed when a page break should definitely occur at this position,
9830  otherwise it would be a conditional break.
9831  If your footer row of the multi-page table has for a certain reason no
9832  upper line but you would have a horizontal line where the cell is broken,
9833  use this command instead:
9834 \end_layout
9835
9836 \begin_layout Standard
9837
9838 \series bold
9839 & 111
9840 \backslash
9841
9842 \backslash
9843
9844 \begin_inset Newline newline
9845 \end_inset
9846
9847
9848 \backslash
9849 hline &
9850 \end_layout
9851
9852 \begin_layout Standard
9853 When the cell to be broken is in the last column, the command
9854 \end_layout
9855
9856 \begin_layout Standard
9857
9858 \series bold
9859
9860 \backslash
9861 setlength{
9862 \backslash
9863 parfillskip}{0pt}
9864 \end_layout
9865
9866 \begin_layout Standard
9867 must be inserted as \SpecialChar TeX
9868  Code at the beginning of the cell.
9869  This ensures that the part of the cell that will be displayed on the new
9870  page appears with the full width.
9871 \end_layout
9872
9873 \begin_layout Standard
9874 \align center
9875 \begin_inset Tabular
9876 <lyxtabular version="3" rows="38" columns="3">
9877 <features islongtable="true" longtabularalignment="center">
9878 <column alignment="left" valignment="top" width="0cm">
9879 <column alignment="left" valignment="top" width="3cm">
9880 <column alignment="center" valignment="top" width="0pt">
9881 <row endfirsthead="true" caption="true">
9882 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 \begin_inset Caption Standard
9887
9888 \begin_layout Plain Layout
9889 Table with forced page break in table cell
9890 \begin_inset CommandInset label
9891 LatexCommand label
9892 name "tab:ForcedPagebreak"
9893
9894 \end_inset
9895
9896
9897 \begin_inset Argument 1
9898 status collapsed
9899
9900 \begin_layout Plain Layout
9901 Table with forced page break in table cell
9902 \end_layout
9903
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910
9911
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 </row>
9935 <row endfirsthead="true">
9936 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940
9941 \series bold
9942 Example Phone List (ignore the names)
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 </row>
9966 <row endfirsthead="true">
9967 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \series bold
9973 NAME
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \series bold
9993 TEL.
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row endhead="true" caption="true">
10000 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004 \begin_inset Caption Unnumbered
10005
10006 \begin_layout Plain Layout
10007 Continued Example Phone List
10008 \end_layout
10009
10010 \end_inset
10011
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row endhead="true">
10037 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \series bold
10043 Example Phone List
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 </row>
10067 <row endhead="true">
10068 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \series bold
10074 NAME
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \series bold
10094 TEL.
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row endfoot="true">
10101 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 continued on next page
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row>
10130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \series bold
10136 Annovi
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 Silvia
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 111
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \series bold
10167 Bertoli
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Stefano
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 111
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row>
10192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 Bozzi
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 Walter
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 111
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 </row>
10222 <row>
10223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \series bold
10229 Cachia
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 Maria
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 111
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row>
10254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \series bold
10260 Cachia
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Maurizio
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 111
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row>
10285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 Cinquemani
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Giusi
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 111
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 </row>
10315 <row>
10316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \series bold
10322 Colin
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 Bernard
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 111
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 </row>
10346 <row>
10347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351
10352 \series bold
10353 Concli
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 Gianfranco
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 111
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 </row>
10377 <row>
10378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382
10383 \series bold
10384 Dal Bosco
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Carolina
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 111
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 <row>
10409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413
10414 \series bold
10415 Dalpiaz
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 Annamaria
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 111
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \series bold
10446 Feliciello
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 Domenico
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 111
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 <row>
10471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475
10476 \series bold
10477 Focarelli
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 Paola
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 111
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \series bold
10508 Galletti
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 Oreste
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 111
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 </row>
10532 <row>
10533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537
10538 \series bold
10539 Gasparini
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 Franca
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 111
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 <row>
10564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \series bold
10570 Lassini
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 Giancarlo
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 111
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 </row>
10594 <row>
10595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601 Malfatti
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Luciano
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 111
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row>
10626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \series bold
10632 Malfatti
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 Valeriano
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 111
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 </row>
10656 <row>
10657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661
10662 \series bold
10663 Meneguzzo
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 Roberto
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 111
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row>
10688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \series bold
10694 Mezzadra
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 Roberto
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 111
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 </row>
10718 <row>
10719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723
10724 \series bold
10725 Pirpamer
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 Erich
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 111
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \series bold
10756 Pochiesa
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 Paolo
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774 111, 222
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 </row>
10780 <row>
10781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785
10786 \series bold
10787 Radina
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 Claudio
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805 111
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 </row>
10811 <row>
10812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816
10817 \series bold
10818 Rizzardi
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 Paolo, 11.
10828  Fürst von Montecompatri, 11.
10829  Fürst von Sulmona und Vivaro, 10.
10830  Fürst von Rossano, 5.
10831  Herzog von Canemorte, 11.
10832  Herzog von Palombara, 5.
10833  Herzog von Castelchiodato,
10834 \begin_inset ERT
10835 status open
10836
10837 \begin_layout Plain Layout
10838
10839 & 111
10840 \backslash
10841
10842 \backslash
10843  
10844 \backslash
10845 newpage
10846 \end_layout
10847
10848 \begin_layout Plain Layout
10849
10850 &
10851 \end_layout
10852
10853 \end_inset
10854
10855  11.
10856  Herzog von Poggionativo, 11.
10857  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10858  Graf von Valinfreda, 11.
10859  Baron von Cropalati, 11.
10860  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 </row>
10875 <row>
10876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880
10881 \series bold
10882 Stuffer
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 Oskar
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 111
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 </row>
10906 <row>
10907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911
10912 \series bold
10913 Tacchelli
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 Ugo
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 111
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 </row>
10937 <row>
10938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942
10943 \series bold
10944 Tezzele
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 Margit
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 111
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 </row>
10968 <row>
10969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973
10974 \series bold
10975 Unterkalmsteiner
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 Frieda
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 111
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 </row>
10999 <row>
11000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004
11005 \series bold
11006 Vieider
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 Hilde
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 111
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 <row>
11031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035
11036 \series bold
11037 Vigna
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 Jürgen
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 111
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 </row>
11061 <row>
11062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066
11067 \series bold
11068 Weber
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 Maurizio
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 111
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 </row>
11092 <row>
11093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097
11098 \series bold
11099 Winkler
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 Franz
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 111
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 </row>
11123 </lyxtabular>
11124
11125 \end_inset
11126
11127
11128 \end_layout
11129
11130 \begin_layout Section
11131 Multiple Lines, Columns and Rows
11132 \end_layout
11133
11134 \begin_layout Subsection
11135 Multiple Lines in Table Cells
11136 \begin_inset CommandInset label
11137 LatexCommand label
11138 name "subsec:Multiple-Lines-in"
11139
11140 \end_inset
11141
11142
11143 \begin_inset Index idx
11144 status collapsed
11145
11146 \begin_layout Plain Layout
11147 Multiple Lines in Table Cells
11148 \end_layout
11149
11150 \end_inset
11151
11152
11153 \begin_inset Index idx
11154 status collapsed
11155
11156 \begin_layout Plain Layout
11157 Table ! Linebreaks
11158 \end_layout
11159
11160 \end_inset
11161
11162
11163 \end_layout
11164
11165 \begin_layout Standard
11166 \noindent
11167 \begin_inset Float table
11168 placement H
11169 wide false
11170 sideways false
11171 status open
11172
11173 \begin_layout Plain Layout
11174 \begin_inset Caption Standard
11175
11176 \begin_layout Plain Layout
11177 \begin_inset CommandInset label
11178 LatexCommand label
11179 name "tab:Table-with-multiple"
11180
11181 \end_inset
11182
11183 Table with multiple lines in cells
11184 \end_layout
11185
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \begin_layout Plain Layout
11192 \align center
11193 \begin_inset Tabular
11194 <lyxtabular version="3" rows="3" columns="3">
11195 <features tabularvalignment="middle">
11196 <column alignment="center" valignment="middle" width="2.5cm">
11197 <column alignment="center" valignment="middle">
11198 <column alignment="center" valignment="middle">
11199 <row>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 multiple
11205 \begin_inset Newline linebreak
11206 \end_inset
11207
11208 lines
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 b
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 c
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 </row>
11232 <row>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 d
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 e
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 f
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 </row>
11261 <row>
11262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 g
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 h
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 i
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 </row>
11290 </lyxtabular>
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \end_inset
11298
11299
11300 \end_layout
11301
11302 \begin_layout Standard
11303 Setting a fixed width for a column enables you to enter text as a paragraph
11304  with multiple lines and hyphenation.
11305 \end_layout
11306
11307 \begin_layout Standard
11308 To produce Table
11309 \begin_inset space ~
11310 \end_inset
11311
11312
11313 \begin_inset CommandInset ref
11314 LatexCommand ref
11315 reference "tab:Table-with-multiple"
11316
11317 \end_inset
11318
11319 , create a 3×3 table, mark the first cell and right-click on it.
11320  In the appearing table dialog we set a cell width of 2.5
11321 \begin_inset space \thinspace{}
11322 \end_inset
11323
11324 cm and choose centered for the vertical and horizontal alignment.
11325  The vertical alignment is used for all cells of the row.
11326  As our text is smaller than 2.5
11327 \begin_inset space \thinspace{}
11328 \end_inset
11329
11330 cm, only one line will appear.
11331  To get two lines, a justified line break (shortcut 
11332 \begin_inset Info
11333 type  "shortcut"
11334 arg   "newline-insert linebreak"
11335 \end_inset
11336
11337 ) was added.
11338  If the text is wider than the set cell width, it will automatically be
11339  broken to several lines.
11340 \end_layout
11341
11342 \begin_layout Standard
11343 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11344  by \SpecialChar LaTeX
11345  if it is the first entry.
11346  Therefore you need to insert something to prevent the word not being the
11347  first entry.
11348  So add a horizontal space of 0
11349 \begin_inset space \thinspace{}
11350 \end_inset
11351
11352 pt before the word.
11353  As the space is zero, it doesn't change the output.
11354  Table
11355 \begin_inset space ~
11356 \end_inset
11357
11358
11359 \begin_inset CommandInset ref
11360 LatexCommand ref
11361 reference "tab:Table-with-and"
11362
11363 \end_inset
11364
11365  shows the effect.
11366 \end_layout
11367
11368 \begin_layout Standard
11369 \begin_inset Float table
11370 placement h
11371 wide false
11372 sideways false
11373 status open
11374
11375 \begin_layout Plain Layout
11376 \begin_inset Caption Standard
11377
11378 \begin_layout Plain Layout
11379 \begin_inset CommandInset label
11380 LatexCommand label
11381 name "tab:Table-with-and"
11382
11383 \end_inset
11384
11385 Table with and without hyphenation
11386 \end_layout
11387
11388 \end_inset
11389
11390
11391 \end_layout
11392
11393 \begin_layout Plain Layout
11394 \begin_inset space \hfill{}
11395 \end_inset
11396
11397
11398 \begin_inset Tabular
11399 <lyxtabular version="3" rows="3" columns="3">
11400 <features tabularvalignment="middle">
11401 <column alignment="center" valignment="middle" width="2.5cm">
11402 <column alignment="center" valignment="middle">
11403 <column alignment="center" valignment="middle">
11404 <row>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 verylongtablecellword
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 b
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 c
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 </row>
11433 <row>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 d
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 e
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 f
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 </row>
11462 <row>
11463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 g
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 h
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 i
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 </row>
11491 </lyxtabular>
11492
11493 \end_inset
11494
11495
11496 \begin_inset space \hfill{}
11497 \end_inset
11498
11499
11500 \begin_inset Tabular
11501 <lyxtabular version="3" rows="3" columns="3">
11502 <features tabularvalignment="middle">
11503 <column alignment="center" valignment="middle" width="2.5cm">
11504 <column alignment="center" valignment="middle">
11505 <column alignment="center" valignment="middle">
11506 <row>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 \begin_inset space \hspace{}
11512 \length 0pt
11513 \end_inset
11514
11515 verylongtablecellword
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 b
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 c
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 <row>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 d
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 e
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 f
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 <row>
11569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 g
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 h
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 i
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 </lyxtabular>
11598
11599 \end_inset
11600
11601
11602 \begin_inset space \hfill{}
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \end_inset
11609
11610
11611 \end_layout
11612
11613 \begin_layout Subsection
11614 Multicolumns
11615 \begin_inset CommandInset label
11616 LatexCommand label
11617 name "subsec:Multicolumns"
11618
11619 \end_inset
11620
11621
11622 \begin_inset Index idx
11623 status collapsed
11624
11625 \begin_layout Plain Layout
11626 Multicolumns
11627 \end_layout
11628
11629 \end_inset
11630
11631
11632 \begin_inset Index idx
11633 status collapsed
11634
11635 \begin_layout Plain Layout
11636 Table ! Multicolumns
11637 \end_layout
11638
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \begin_layout Subsubsection
11645 Multicolumn Basics
11646 \end_layout
11647
11648 \begin_layout Standard
11649 To merge cells over multiple columns, select as many cells within a row
11650  as you want to merge and use either the table-toolbar button 
11651 \begin_inset Info
11652 type  "icon"
11653 arg   "tabular-feature multicolumn"
11654 \end_inset
11655
11656 , or the menu 
11657 \family sans
11658 Edit\SpecialChar menuseparator
11659 Table\SpecialChar menuseparator
11660 Multicolumn
11661 \family default
11662 , or right click on the marked cells and choose 
11663 \family sans
11664 Multicolumn
11665 \family default
11666  in the context menu.
11667 \end_layout
11668
11669 \begin_layout Standard
11670 Multicolumns have their own cell settings.
11671  That means changing cell borders, cell alignment, and the width only affects
11672  the multicolumn.
11673  Here is an example table with a multicolumn cell in the first row and one
11674  in the last row without the upper border:
11675 \end_layout
11676
11677 \begin_layout Standard
11678 \align center
11679 \begin_inset Tabular
11680 <lyxtabular version="3" rows="3" columns="4">
11681 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11682 <column alignment="center" valignment="top" width="0pt">
11683 <column alignment="center" valignment="middle">
11684 <column alignment="center" valignment="top" width="0in">
11685 <column alignment="center" valignment="top" width="0pt">
11686 <row>
11687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 abc
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 def ghi
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 jkl
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 </row>
11724 <row>
11725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729
11730 \family roman
11731 \series medium
11732 \shape up
11733 \size normal
11734 \emph off
11735 \bar no
11736 \noun off
11737 \color none
11738 A
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 B
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 C
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 D
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 </row>
11771 <row>
11772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 1
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 2
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 3
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 4
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 </lyxtabular>
11810
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \begin_layout Subsubsection
11817 Multicolumn Calculations
11818 \begin_inset CommandInset label
11819 LatexCommand label
11820 name "subsec:Multicolumn-Calculations"
11821
11822 \end_inset
11823
11824
11825 \begin_inset Index idx
11826 status collapsed
11827
11828 \begin_layout Plain Layout
11829 Multicolumns ! Calculations
11830 \end_layout
11831
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \begin_layout Standard
11838 \SpecialChar LyX
11839  supports multicolumns directly, but we have to take account of the cell
11840  width of the columns spanned by the multicolumn cell.
11841 \end_layout
11842
11843 \begin_layout Standard
11844 \begin_inset Float table
11845 placement h
11846 wide false
11847 sideways false
11848 status open
11849
11850 \begin_layout Plain Layout
11851 \begin_inset Caption Standard
11852
11853 \begin_layout Plain Layout
11854 \begin_inset CommandInset label
11855 LatexCommand label
11856 name "tab:Table-with-centered"
11857
11858 \end_inset
11859
11860 Table with centered multicolumn text above two columns that have exactly
11861  half the width of the multicolumn cell
11862 \begin_inset Argument 1
11863 status collapsed
11864
11865 \begin_layout Plain Layout
11866 Perfect multicolumn table
11867 \end_layout
11868
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \end_inset
11875
11876
11877 \end_layout
11878
11879 \begin_layout Plain Layout
11880 \align center
11881 \begin_inset Tabular
11882 <lyxtabular version="3" rows="3" columns="3">
11883 <features tabularvalignment="middle">
11884 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11885 <column alignment="center" valignment="middle">
11886 <column alignment="center" valignment="top">
11887 <row>
11888 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 multiple lines multicolumn
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 c
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 </row>
11916 <row>
11917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 d
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 e
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 f
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 </row>
11945 <row>
11946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 g
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 h
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 i
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 </row>
11974 </lyxtabular>
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \end_inset
11982
11983
11984 \end_layout
11985
11986 \begin_layout Standard
11987 To create for example Table
11988 \begin_inset space ~
11989 \end_inset
11990
11991
11992 \begin_inset CommandInset ref
11993 LatexCommand ref
11994 reference "tab:Table-with-centered"
11995
11996 \end_inset
11997
11998 , mark the first two cells in the first row of a 3×3 table and right-click
11999  on them.
12000  Now choose for this cell 
12001 \emph on
12002 multicolumn
12003 \emph default
12004
12005 \emph on
12006 centered alignment
12007 \emph default
12008  and a width of 2.5
12009 \begin_inset space \thinspace{}
12010 \end_inset
12011
12012 cm in the table dialog.
12013  The merged columns should have exactly half the width of the multicolumn
12014  cell, so that you would set a width of 1.25
12015 \begin_inset space \thinspace{}
12016 \end_inset
12017
12018 cm for the first column.
12019  The second column has then automatically a width of 1.25
12020 \begin_inset space \thinspace{}
12021 \end_inset
12022
12023 cm (multicolumn width - width of first column).
12024  This was done for Table
12025 \begin_inset space ~
12026 \end_inset
12027
12028
12029 \begin_inset CommandInset ref
12030 LatexCommand ref
12031 reference "tab:Table-without-half"
12032
12033 \end_inset
12034
12035 .
12036 \end_layout
12037
12038 \begin_layout Standard
12039 \begin_inset Float table
12040 wide false
12041 sideways false
12042 status open
12043
12044 \begin_layout Plain Layout
12045 \begin_inset Caption Standard
12046
12047 \begin_layout Plain Layout
12048 \begin_inset CommandInset label
12049 LatexCommand label
12050 name "tab:Table-without-half"
12051
12052 \end_inset
12053
12054 Table where the spanned table columns are not exactly half the width of
12055  the multicolumn cell
12056 \begin_inset Argument 1
12057 status collapsed
12058
12059 \begin_layout Plain Layout
12060 Imperfect multicolumn table
12061 \end_layout
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \end_inset
12069
12070
12071 \end_layout
12072
12073 \begin_layout Plain Layout
12074 \align center
12075 \begin_inset Tabular
12076 <lyxtabular version="3" rows="3" columns="3">
12077 <features tabularvalignment="middle">
12078 <column alignment="center" valignment="top" width="1.25cm">
12079 <column alignment="center" valignment="top">
12080 <column alignment="center" valignment="top">
12081 <row>
12082 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 multiple lines multicolumn
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Plain Layout
12095
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 c
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 </row>
12110 <row>
12111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115 d
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 e
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133 f
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 </row>
12139 <row>
12140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 g
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 h
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 i
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 </row>
12168 </lyxtabular>
12169
12170 \end_inset
12171
12172
12173 \end_layout
12174
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \begin_layout Standard
12181 You can see that the first column is not half the width of the multicolumn
12182  cell, it is a bit bigger.
12183  The reason is that the specified width of a cell 
12184 \begin_inset Formula $W_{g}$
12185 \end_inset
12186
12187  is not its total width 
12188 \begin_inset Formula $W_{\mathrm{tot}}$
12189 \end_inset
12190
12191  because a cell is always a bit larger than specified.
12192  Appendix
12193 \begin_inset space ~
12194 \end_inset
12195
12196
12197 \begin_inset CommandInset ref
12198 LatexCommand ref
12199 reference "cha:Explanation-of-Equation"
12200
12201 \end_inset
12202
12203  explains this in detail.
12204 \end_layout
12205
12206 \begin_layout Standard
12207 The width 
12208 \begin_inset Formula $W_{g\,n}$
12209 \end_inset
12210
12211  which the user needs to set when 
12212 \emph on
12213 n
12214 \emph default
12215  columns are spanned can be calculated, so that each column has a total
12216  width of 
12217 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12218 \end_inset
12219
12220 :
12221 \begin_inset Formula 
12222 \begin{equation}
12223 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12224 \end{equation}
12225
12226 \end_inset
12227
12228
12229 \end_layout
12230
12231 \begin_layout Standard
12232 In our case we have 
12233 \begin_inset Formula $n=2$
12234 \end_inset
12235
12236
12237 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12238 \end_inset
12239
12240 cm and the default values for the lengths, so that equation 
12241 \begin_inset CommandInset ref
12242 LatexCommand ref
12243 reference "eq:Wgn"
12244
12245 \end_inset
12246
12247  becomes
12248 \begin_inset Formula 
12249 \begin{equation}
12250 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12251 \end{equation}
12252
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \begin_layout Standard
12259 To enable calculations in \SpecialChar LaTeX
12260 , the \SpecialChar LaTeX
12261 -package 
12262 \series bold
12263 calc
12264 \series default
12265  must be loaded with the document preamble line
12266 \begin_inset Index idx
12267 status collapsed
12268
12269 \begin_layout Plain Layout
12270 \SpecialChar LaTeX
12271 -packages ! calc
12272 \end_layout
12273
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280
12281 \series bold
12282
12283 \backslash
12284 usepackage{calc}
12285 \end_layout
12286
12287 \begin_layout Standard
12288 \SpecialChar LyX
12289  does not allow you to calculate lengths in the 
12290 \family sans
12291 Width
12292 \family default
12293  field of the table dialog.
12294  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12295 -argument in the
12296  dialog.
12297  Here is an overview about the arguments:
12298 \end_layout
12299
12300 \begin_layout Itemize
12301
12302 \series bold
12303 p{width}
12304 \series default
12305  creates cell with a fixed width, its text is vertically top-aligned
12306 \end_layout
12307
12308 \begin_layout Itemize
12309
12310 \series bold
12311 m{width}
12312 \series default
12313  creates cell with a fixed width, its text is vertically centered
12314 \end_layout
12315
12316 \begin_layout Itemize
12317
12318 \series bold
12319 b{width}
12320 \series default
12321  creates cell with a fixed width, its text is vertically bottom-aligned
12322 \end_layout
12323
12324 \begin_layout Standard
12325 By entering a \SpecialChar LaTeX
12326 -argument, all cell settings set in the table dialog are overwritt
12327 en.
12328 \end_layout
12329
12330 \begin_layout Standard
12331 \begin_inset Note Greyedout
12332 status open
12333
12334 \begin_layout Plain Layout
12335
12336 \series bold
12337 Note:
12338 \series default
12339  Due to a bug, \SpecialChar LyX
12340  shows the overwritten settings anyway.
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \end_layout
12347
12348 \begin_layout Standard
12349 As the text should be horizontally centered, the command 
12350 \series bold
12351
12352 \backslash
12353 centering
12354 \series default
12355  is added.
12356  You can now enter the following \SpecialChar LaTeX
12357 -argument for the first spanned column:
12358 \end_layout
12359
12360 \begin_layout Standard
12361
12362 \series bold
12363 >{
12364 \backslash
12365 centering}m{1.25cm-6.2pt}
12366 \end_layout
12367
12368 \begin_layout Standard
12369 The command 
12370 \series bold
12371 >{ }
12372 \series default
12373  means, that the commands inside the braces are applied before the cell
12374  is created.
12375 \end_layout
12376
12377 \begin_layout Standard
12378 Although we have chosen centered alignment for the text of the multicolumn
12379  cell, it is still left aligned.
12380  This is because \SpecialChar LyX
12381  only applies the alignment to single columns.
12382  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12383 -argument
12384 \end_layout
12385
12386 \begin_layout Standard
12387
12388 \series bold
12389 >{
12390 \backslash
12391 centering}m{2.5cm}
12392 \end_layout
12393
12394 \begin_layout Subsection
12395 Multirows
12396 \begin_inset CommandInset label
12397 LatexCommand label
12398 name "subsec:Multirows"
12399
12400 \end_inset
12401
12402
12403 \begin_inset Index idx
12404 status collapsed
12405
12406 \begin_layout Plain Layout
12407 Multirows
12408 \end_layout
12409
12410 \end_inset
12411
12412
12413 \begin_inset Index idx
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Table ! Multirows
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426 To merge cells over multiple rows, select as many cells within a column
12427  as you want to merge and use either the table-toolbar button 
12428 \begin_inset Info
12429 type  "icon"
12430 arg   "tabular-feature multirow"
12431 \end_inset
12432
12433 , or the menu 
12434 \family sans
12435 Edit\SpecialChar menuseparator
12436 Table\SpecialChar menuseparator
12437 Multirow
12438 \family default
12439 , or right click on the marked cells and choose 
12440 \family sans
12441 Multirow
12442 \family default
12443  in the context menu.
12444 \end_layout
12445
12446 \begin_layout Standard
12447 Here is an example table with a multirow in the first column:
12448 \end_layout
12449
12450 \begin_layout Standard
12451 \align center
12452 \begin_inset Tabular
12453 <lyxtabular version="3" rows="3" columns="3">
12454 <features tabularvalignment="middle">
12455 <column alignment="center" valignment="top" width="0pt">
12456 <column alignment="center" valignment="top">
12457 <column alignment="center" valignment="top">
12458 <row>
12459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463 a long cell entry
12464 \end_layout
12465
12466 \end_inset
12467 </cell>
12468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472 b
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 c
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 </row>
12487 <row>
12488 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 multirow
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 e
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 f
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row>
12517 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 h
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 i
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 </row>
12545 </lyxtabular>
12546
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \begin_layout Standard
12553 The width of multirow cells is set by setting the width and alignment for
12554  the whole column.
12555  The 
12556 \family sans
12557 Vertical Offset
12558 \family default
12559  shifts the content of the multirow up/down if the offset is positive/negative.
12560 \end_layout
12561
12562 \begin_layout Standard
12563 If the column of a multirow cell has no explicit width, the multirow cell
12564  inherits the alignment of the column.
12565  Otherwise it is by default left-aligned.
12566  To override the default, renew the command 
12567 \series bold
12568
12569 \backslash
12570 multirowsetup
12571 \series default
12572  with the command
12573 \end_layout
12574
12575 \begin_layout Standard
12576
12577 \series bold
12578
12579 \backslash
12580 renewcommand{
12581 \backslash
12582 multirowsetup}{
12583 \backslash
12584 centering}
12585 \end_layout
12586
12587 \begin_layout Standard
12588 in the document preamble.
12589  Then all entries of multirow cells in the document are centered.
12590  If centering is only needed for several tables, you can renew the command
12591  in a \SpecialChar TeX
12592  Code box just before the table instead of the preamble.
12593  If the text should be right-aligned, replace 
12594 \series bold
12595
12596 \backslash
12597 centering
12598 \series default
12599  by 
12600 \series bold
12601
12602 \backslash
12603 raggedleft
12604 \series default
12605 .
12606  To return to left-alignment 
12607 \series bold
12608
12609 \backslash
12610 raggedright
12611 \series default
12612  is used.
12613 \end_layout
12614
12615 \begin_layout Standard
12616 This is an example table with a right-aligned multirow cell that has a vertical
12617  offset of -4
12618 \begin_inset space \thinspace{}
12619 \end_inset
12620
12621 mm and is in a 3
12622 \begin_inset space \thinspace{}
12623 \end_inset
12624
12625 cm wide column:
12626 \end_layout
12627
12628 \begin_layout Standard
12629 \noindent
12630 \align center
12631 \begin_inset ERT
12632 status collapsed
12633
12634 \begin_layout Plain Layout
12635
12636
12637 \backslash
12638 renewcommand{
12639 \backslash
12640 multirowsetup}{
12641 \backslash
12642 raggedleft}
12643 \end_layout
12644
12645 \end_inset
12646
12647
12648 \begin_inset Tabular
12649 <lyxtabular version="3" rows="4" columns="3">
12650 <features tabularvalignment="middle">
12651 <column alignment="center" valignment="top" width="3cm">
12652 <column alignment="center" valignment="top">
12653 <column alignment="center" valignment="top">
12654 <row>
12655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 a long cell entry
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 b
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 c
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 </row>
12683 <row>
12684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 t
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 n
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 m
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 </row>
12712 <row>
12713 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 multirow
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 e
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 f
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 </row>
12741 <row>
12742 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Plain Layout
12746
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 h
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 i
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 </row>
12770 </lyxtabular>
12771
12772 \end_inset
12773
12774
12775 \begin_inset ERT
12776 status collapsed
12777
12778 \begin_layout Plain Layout
12779
12780
12781 \backslash
12782 renewcommand{
12783 \backslash
12784 multirowsetup}{
12785 \backslash
12786 raggedright}
12787 \end_layout
12788
12789 \end_inset
12790
12791
12792 \end_layout
12793
12794 \begin_layout Standard
12795 To start a new line in a multirow you can use a forced line break (shortcut
12796  
12797 \begin_inset Info
12798 type  "shortcut"
12799 arg   "newline-insert newline"
12800 \end_inset
12801
12802 ) but this will not respect the cell lines as demonstrated in this table:
12803 \end_layout
12804
12805 \begin_layout Standard
12806 \noindent
12807 \align center
12808 \begin_inset Tabular
12809 <lyxtabular version="3" rows="3" columns="2">
12810 <features tabularvalignment="middle">
12811 <column alignment="left" valignment="middle" width="2cm">
12812 <column alignment="center" valignment="top">
12813 <row>
12814 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 aaa
12819 \begin_inset Newline newline
12820 \end_inset
12821
12822 aaa
12823 \begin_inset Newline newline
12824 \end_inset
12825
12826 wrong cell
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 ccc
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 </row>
12841 <row>
12842 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 ddd
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 </row>
12861 <row>
12862 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 bbb
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 eee
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 </row>
12881 </lyxtabular>
12882
12883 \end_inset
12884
12885
12886 \end_layout
12887
12888 \begin_layout Standard
12889 Therefore be careful with forced line breaks.
12890 \end_layout
12891
12892 \begin_layout Subsection
12893 Cells with diagonal line(s)
12894 \end_layout
12895
12896 \begin_layout Standard
12897 To tell the reader what is meant by column and row headings in a table,
12898  it is helpful to split the first cell of the table by one or two diagonal
12899  lines.
12900  This can be achieved by loading the \SpecialChar LaTeX
12901  package 
12902 \series bold
12903 diagbox
12904 \series default
12905
12906 \begin_inset Index idx
12907 status collapsed
12908
12909 \begin_layout Plain Layout
12910 \SpecialChar LaTeX
12911 -packages ! picinpar
12912 \end_layout
12913
12914 \end_inset
12915
12916  in the document preamble.
12917  The package provides the command 
12918 \series bold
12919
12920 \backslash
12921 diagbox
12922 \series default
12923  that is inserted as \SpecialChar TeX
12924  Code and that can take 2 or 3
12925 \begin_inset space ~
12926 \end_inset
12927
12928 arguments:
12929 \end_layout
12930
12931 \begin_layout Standard
12932
12933 \series bold
12934
12935 \backslash
12936 diagbox[options]{lower left}{upper right}
12937 \end_layout
12938
12939 \begin_layout Standard
12940
12941 \series bold
12942
12943 \backslash
12944 diagbox[options]{lower left}{upper left}{upper right}
12945 \end_layout
12946
12947 \begin_layout Standard
12948 The first scheme divides the cell by a single diagonal line and the arguments
12949  are placed below and above this line.
12950  The second scheme divides the cell by 2
12951 \begin_inset space ~
12952 \end_inset
12953
12954 lines.
12955 \end_layout
12956
12957 \begin_layout Standard
12958 \begin_inset ERT
12959 status collapsed
12960
12961 \begin_layout Plain Layout
12962
12963
12964 \backslash
12965 ifdiagbox
12966 \end_layout
12967
12968 \end_inset
12969
12970
12971 \begin_inset Note Note
12972 status open
12973
12974 \begin_layout Plain Layout
12975 The following section will only be displayed when the \SpecialChar LaTeX
12976 -package 
12977 \series bold
12978 diagbox
12979 \series default
12980  is installed.
12981 \end_layout
12982
12983 \end_inset
12984
12985
12986 \end_layout
12987
12988 \begin_layout Standard
12989 Here is an example table where 
12990 \series bold
12991
12992 \backslash
12993 diagbox 
12994 \series default
12995 is used in the 2-argument scheme in the first cell:
12996 \begin_inset VSpace medskip
12997 \end_inset
12998
12999
13000 \end_layout
13001
13002 \begin_layout Standard
13003 \noindent
13004 \begin_inset Tabular
13005 <lyxtabular version="3" rows="4" columns="4">
13006 <features tabularvalignment="middle">
13007 <column alignment="center" valignment="top">
13008 <column alignment="center" valignment="top">
13009 <column alignment="center" valignment="top">
13010 <column alignment="center" valignment="top">
13011 <row>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 \begin_inset ERT
13017 status collapsed
13018
13019 \begin_layout Plain Layout
13020
13021
13022 \backslash
13023 diagbox{
13024 \end_layout
13025
13026 \end_inset
13027
13028 Name
13029 \begin_inset ERT
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033
13034 }{
13035 \end_layout
13036
13037 \end_inset
13038
13039 Parameter
13040 \begin_inset ERT
13041 status collapsed
13042
13043 \begin_layout Plain Layout
13044
13045 }
13046 \end_layout
13047
13048 \end_inset
13049
13050
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Plain Layout
13059 Thickness in nm
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13065 \begin_inset Text
13066
13067 \begin_layout Plain Layout
13068 Transparency in %
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 Hardness in MPa
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 </row>
13083 <row>
13084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 Perfect Green
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 45
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 80
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 504
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 <row>
13122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 Dark Multi-P
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 60
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 72
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 982
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 </row>
13159 <row>
13160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 Crystal Clear Pro
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 18
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 86
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 374
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 </row>
13197 </lyxtabular>
13198
13199 \end_inset
13200
13201
13202 \begin_inset VSpace medskip
13203 \end_inset
13204
13205
13206 \end_layout
13207
13208 \begin_layout Standard
13209 The 3-argument scheme is for example useful for cross-tables of sports leagues
13210  or distances:
13211 \end_layout
13212
13213 \begin_layout Standard
13214 \noindent
13215 \align center
13216 \begin_inset Tabular
13217 <lyxtabular version="3" rows="4" columns="4">
13218 <features tabularvalignment="middle">
13219 <column alignment="center" valignment="top" width="0pt">
13220 <column alignment="center" valignment="top">
13221 <column alignment="center" valignment="top">
13222 <column alignment="center" valignment="top">
13223 <row>
13224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 \begin_inset ERT
13229 status collapsed
13230
13231 \begin_layout Plain Layout
13232
13233
13234 \backslash
13235 diagbox{
13236 \end_layout
13237
13238 \end_inset
13239
13240 Team home
13241 \begin_inset ERT
13242 status collapsed
13243
13244 \begin_layout Plain Layout
13245
13246 }{
13247 \end_layout
13248
13249 \end_inset
13250
13251 Result
13252 \begin_inset ERT
13253 status collapsed
13254
13255 \begin_layout Plain Layout
13256
13257 }{
13258 \end_layout
13259
13260 \end_inset
13261
13262 Team away
13263 \begin_inset ERT
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267
13268 }
13269 \end_layout
13270
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 Tigers
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 Panthers
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 Falcons
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 </row>
13306 <row>
13307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13308 \begin_inset Text
13309
13310 \begin_layout Plain Layout
13311 Tigers
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 1:3
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 0:1
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 Panthers
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 3:1
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 0:0
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 </row>
13382 <row>
13383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 Falcons
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 1:0
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 0:0
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 </row>
13420 </lyxtabular>
13421
13422 \end_inset
13423
13424
13425 \end_layout
13426
13427 \begin_layout Standard
13428 For larger cross-tables one might use split cells in 2 or every corner of
13429  the table like in this example:
13430 \end_layout
13431
13432 \begin_layout Standard
13433 \noindent
13434 \align center
13435 \begin_inset Tabular
13436 <lyxtabular version="3" rows="5" columns="5">
13437 <features tabularvalignment="middle">
13438 <column alignment="center" valignment="top" width="0pt">
13439 <column alignment="center" valignment="top">
13440 <column alignment="center" valignment="top">
13441 <column alignment="center" valignment="top">
13442 <column alignment="center" valignment="top">
13443 <row>
13444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 \begin_inset ERT
13449 status open
13450
13451 \begin_layout Plain Layout
13452
13453
13454 \backslash
13455 diagbox{
13456 \end_layout
13457
13458 \end_inset
13459
13460 Team home
13461 \begin_inset ERT
13462 status collapsed
13463
13464 \begin_layout Plain Layout
13465
13466 }{
13467 \end_layout
13468
13469 \end_inset
13470
13471 Result
13472 \begin_inset ERT
13473 status collapsed
13474
13475 \begin_layout Plain Layout
13476
13477 }{
13478 \end_layout
13479
13480 \end_inset
13481
13482 Team away
13483 \begin_inset ERT
13484 status collapsed
13485
13486 \begin_layout Plain Layout
13487
13488 }
13489 \end_layout
13490
13491 \end_inset
13492
13493
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Plain Layout
13502 Tigers
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 Panthers
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520 Falcons
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 \begin_inset ERT
13530 status open
13531
13532 \begin_layout Plain Layout
13533
13534
13535 \backslash
13536 diagbox[dir=NE]{
13537 \end_layout
13538
13539 \end_inset
13540
13541 Team home
13542 \begin_inset ERT
13543 status collapsed
13544
13545 \begin_layout Plain Layout
13546
13547 }{
13548 \end_layout
13549
13550 \end_inset
13551
13552 Result
13553 \begin_inset ERT
13554 status collapsed
13555
13556 \begin_layout Plain Layout
13557
13558 }{
13559 \end_layout
13560
13561 \end_inset
13562
13563 Team away
13564 \begin_inset ERT
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569 }
13570 \end_layout
13571
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 </row>
13580 <row>
13581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585 Tigers
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 1:3
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 0:1
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 Tigers
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 </row>
13627 <row>
13628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 Panthers
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 3:1
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 0:0
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 Panthers
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 </row>
13674 <row>
13675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 Falcons
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 1:0
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 0:0
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715 Falcons
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row>
13722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 \begin_inset ERT
13727 status open
13728
13729 \begin_layout Plain Layout
13730
13731
13732 \backslash
13733 diagbox[dir=SW]{
13734 \end_layout
13735
13736 \end_inset
13737
13738 Team home
13739 \begin_inset ERT
13740 status collapsed
13741
13742 \begin_layout Plain Layout
13743
13744 }{
13745 \end_layout
13746
13747 \end_inset
13748
13749 Result
13750 \begin_inset ERT
13751 status collapsed
13752
13753 \begin_layout Plain Layout
13754
13755 }{
13756 \end_layout
13757
13758 \end_inset
13759
13760 Team away
13761 \begin_inset ERT
13762 status collapsed
13763
13764 \begin_layout Plain Layout
13765
13766 }
13767 \end_layout
13768
13769 \end_inset
13770
13771
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 Tigers
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 Panthers
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798 Falcons
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 \begin_inset ERT
13808 status open
13809
13810 \begin_layout Plain Layout
13811
13812
13813 \backslash
13814 diagbox[dir=SE]{
13815 \end_layout
13816
13817 \end_inset
13818
13819 Team home
13820 \begin_inset ERT
13821 status collapsed
13822
13823 \begin_layout Plain Layout
13824
13825 }{
13826 \end_layout
13827
13828 \end_inset
13829
13830 Result
13831 \begin_inset ERT
13832 status collapsed
13833
13834 \begin_layout Plain Layout
13835
13836 }{
13837 \end_layout
13838
13839 \end_inset
13840
13841 Team away
13842 \begin_inset ERT
13843 status collapsed
13844
13845 \begin_layout Plain Layout
13846
13847 }
13848 \end_layout
13849
13850 \end_inset
13851
13852
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 </lyxtabular>
13859
13860 \end_inset
13861
13862
13863 \end_layout
13864
13865 \begin_layout Standard
13866 To rotate the diagonal lines, the command option 
13867 \series bold
13868 dir=direction
13869 \series default
13870  is used.
13871  
13872 \emph on
13873 direction
13874 \emph default
13875  is either 
13876 \series bold
13877 NE
13878 \series default
13879
13880 \series bold
13881 SE
13882 \series default
13883
13884 \series bold
13885 SW
13886 \series default
13887  or 
13888 \series bold
13889 NW
13890 \series default
13891  and represent a point of a compass.
13892  
13893 \series bold
13894 SW
13895 \series default
13896  is for example the south-west corner.
13897  Thus in the lower left cell of the above table the command
13898 \end_layout
13899
13900 \begin_layout Standard
13901
13902 \series bold
13903
13904 \backslash
13905 diagbox[dir=SW]{Team home}{Result}{Team away}
13906 \end_layout
13907
13908 \begin_layout Standard
13909 is used.
13910  If no direction is given, it will be NW.
13911 \end_layout
13912
13913 \begin_layout Standard
13914 The necessary width of split cells is automatically calculated.
13915  Thus if you set a fixed column width smaller than the calculated one, the
13916  cell's content will protrude the cell borders:
13917 \end_layout
13918
13919 \begin_layout Standard
13920 \noindent
13921 \align center
13922 \begin_inset Tabular
13923 <lyxtabular version="3" rows="2" columns="2">
13924 <features tabularvalignment="middle">
13925 <column alignment="center" valignment="top" width="3cm">
13926 <column alignment="center" valignment="top">
13927 <row>
13928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 \begin_inset ERT
13933 status collapsed
13934
13935 \begin_layout Plain Layout
13936
13937
13938 \backslash
13939 diagbox{
13940 \end_layout
13941
13942 \end_inset
13943
13944 Name
13945 \begin_inset ERT
13946 status collapsed
13947
13948 \begin_layout Plain Layout
13949
13950 }{
13951 \end_layout
13952
13953 \end_inset
13954
13955 Parameter
13956 \begin_inset ERT
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960
13961 }
13962 \end_layout
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 Thickness in nm
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 </row>
13981 <row>
13982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Plain Layout
13986 Perfect Green
13987 \end_layout
13988
13989 \end_inset
13990 </cell>
13991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13992 \begin_inset Text
13993
13994 \begin_layout Plain Layout
13995 45
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 </row>
14001 </lyxtabular>
14002
14003 \end_inset
14004
14005
14006 \end_layout
14007
14008 \begin_layout Standard
14009 If you need a certain width for columns with a split cell, use the command
14010  option 
14011 \series bold
14012 width=3cm
14013 \series default
14014  (replace '3cm' by the width you need).
14015  In the following table the width of the first column is set to 4
14016 \begin_inset space \thinspace{}
14017 \end_inset
14018
14019 cm.
14020  For 
14021 \series bold
14022
14023 \backslash
14024 diagbox
14025 \series default
14026  a width of 4
14027 \begin_inset space \thinspace{}
14028 \end_inset
14029
14030 cm + 2
14031 \begin_inset space \thinspace{}
14032 \end_inset
14033
14034
14035 \backslash
14036 tabcolsep is necessary because the overall width is the width for the text
14037  (in this case the 4
14038 \begin_inset space \thinspace{}
14039 \end_inset
14040
14041 cm) plus two times the separation of the text and the cell border.
14042  The calculation of the width cannot be done in the command option of 
14043 \series bold
14044
14045 \backslash
14046 diagbox
14047 \series default
14048  so one needs to create a new length which can be used later.
14049  This is done with the \SpecialChar TeX
14050  Code commands
14051 \end_layout
14052
14053 \begin_layout Standard
14054
14055 \series bold
14056
14057 \backslash
14058 newlength{
14059 \backslash
14060 diagtest}
14061 \begin_inset Newline newline
14062 \end_inset
14063
14064
14065 \backslash
14066 setlength{
14067 \backslash
14068 diagtest}{4cm+2
14069 \backslash
14070 tabcolsep}
14071 \end_layout
14072
14073 \begin_layout Standard
14074 \begin_inset ERT
14075 status collapsed
14076
14077 \begin_layout Plain Layout
14078
14079
14080 \backslash
14081 newlength{
14082 \backslash
14083 diagtest}
14084 \end_layout
14085
14086 \begin_layout Plain Layout
14087
14088
14089 \backslash
14090 setlength{
14091 \backslash
14092 diagtest}{4cm+2
14093 \backslash
14094 tabcolsep}
14095 \end_layout
14096
14097 \end_inset
14098
14099
14100 \end_layout
14101
14102 \begin_layout Standard
14103 To enable calculations in \SpecialChar LaTeX
14104  one needs to load the package 
14105 \series bold
14106 calc
14107 \series default
14108
14109 \begin_inset Index idx
14110 status collapsed
14111
14112 \begin_layout Plain Layout
14113 \SpecialChar LaTeX
14114 -packages ! calc
14115 \end_layout
14116
14117 \end_inset
14118
14119  in the document preamble.
14120 \end_layout
14121
14122 \begin_layout Standard
14123 In this table you can now use the command
14124 \end_layout
14125
14126 \begin_layout Standard
14127
14128 \series bold
14129
14130 \backslash
14131 diagbox[width=
14132 \backslash
14133 diagtest]{A}{B}
14134 \end_layout
14135
14136 \begin_layout Standard
14137 in the first cell:
14138 \end_layout
14139
14140 \begin_layout Standard
14141 \noindent
14142 \align center
14143 \begin_inset Tabular
14144 <lyxtabular version="3" rows="2" columns="2">
14145 <features tabularvalignment="middle">
14146 <column alignment="center" valignment="top" width="4cm">
14147 <column alignment="center" valignment="top">
14148 <row>
14149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153 \begin_inset ERT
14154 status open
14155
14156 \begin_layout Plain Layout
14157
14158
14159 \backslash
14160 diagbox[width=
14161 \backslash
14162 diagtest]{
14163 \end_layout
14164
14165 \end_inset
14166
14167 A
14168 \begin_inset ERT
14169 status collapsed
14170
14171 \begin_layout Plain Layout
14172
14173 }{
14174 \end_layout
14175
14176 \end_inset
14177
14178 B
14179 \begin_inset ERT
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183
14184 }
14185 \end_layout
14186
14187 \end_inset
14188
14189
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 Thickness in nm
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 </row>
14204 <row>
14205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 Perfect Green
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 45
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 </row>
14224 </lyxtabular>
14225
14226 \end_inset
14227
14228
14229 \end_layout
14230
14231 \begin_layout Standard
14232 Note that the split cell needs to be the widest one in the column.
14233  Otherwise the length of the diagonal line cannot be calculated correctly
14234  like in this table:
14235 \end_layout
14236
14237 \begin_layout Standard
14238 \noindent
14239 \align center
14240 \begin_inset Tabular
14241 <lyxtabular version="3" rows="2" columns="2">
14242 <features tabularvalignment="middle">
14243 <column alignment="center" valignment="top" width="0pt">
14244 <column alignment="center" valignment="top">
14245 <row>
14246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 \begin_inset ERT
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254
14255
14256 \backslash
14257 diagbox{
14258 \end_layout
14259
14260 \end_inset
14261
14262 A
14263 \begin_inset ERT
14264 status collapsed
14265
14266 \begin_layout Plain Layout
14267
14268 }{
14269 \end_layout
14270
14271 \end_inset
14272
14273 B
14274 \begin_inset ERT
14275 status collapsed
14276
14277 \begin_layout Plain Layout
14278
14279 }
14280 \end_layout
14281
14282 \end_inset
14283
14284
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293 Thickness in nm
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 </row>
14299 <row>
14300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 Perfect Green
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 45
14314 \end_layout
14315
14316 \end_inset
14317 </cell>
14318 </row>
14319 </lyxtabular>
14320
14321 \end_inset
14322
14323
14324 \end_layout
14325
14326 \begin_layout Standard
14327 In this case use the 
14328 \series bold
14329 width
14330 \series default
14331  option of the 
14332 \series bold
14333
14334 \backslash
14335 diagbox
14336 \series default
14337  command.
14338  It is then not necessary to add 2
14339 \backslash
14340 tabcolsep because the cell width is now the width of the column.
14341  In this table a width of 3
14342 \begin_inset space \thinspace{}
14343 \end_inset
14344
14345 cm is used:
14346 \end_layout
14347
14348 \begin_layout Standard
14349 \noindent
14350 \align center
14351 \begin_inset Tabular
14352 <lyxtabular version="3" rows="2" columns="2">
14353 <features tabularvalignment="middle">
14354 <column alignment="center" valignment="top" width="0pt">
14355 <column alignment="center" valignment="top">
14356 <row>
14357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 \begin_inset ERT
14362 status open
14363
14364 \begin_layout Plain Layout
14365
14366
14367 \backslash
14368 diagbox[width=3cm]{
14369 \end_layout
14370
14371 \end_inset
14372
14373 A
14374 \begin_inset ERT
14375 status collapsed
14376
14377 \begin_layout Plain Layout
14378
14379 }{
14380 \end_layout
14381
14382 \end_inset
14383
14384 B
14385 \begin_inset ERT
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389
14390 }
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 Thickness in nm
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 </row>
14410 <row>
14411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 Perfect Green
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 45
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 </row>
14430 </lyxtabular>
14431
14432 \end_inset
14433
14434
14435 \end_layout
14436
14437 \begin_layout Standard
14438 For multiple text lines in split cells one needs some extra height to fit
14439  the text to the cell.
14440  This can be achieved with the 
14441 \series bold
14442
14443 \backslash
14444 diagbox
14445 \series default
14446  option 
14447 \series bold
14448 height=3cm
14449 \series default
14450  (replace '3cm' by the height you need).
14451  In the following table the command
14452 \end_layout
14453
14454 \begin_layout Standard
14455
14456 \series bold
14457
14458 \backslash
14459 diagbox[width=3cm,height=1.4cm]{A
14460 \backslash
14461
14462 \backslash
14463 B}{C
14464 \backslash
14465
14466 \backslash
14467 D}
14468 \end_layout
14469
14470 \begin_layout Standard
14471 is used in the first cell.
14472  The command 
14473 \series bold
14474
14475 \backslash
14476
14477 \backslash
14478
14479 \series default
14480  creates hereby the line break.
14481 \begin_inset Foot
14482 status collapsed
14483
14484 \begin_layout Plain Layout
14485 Breaking lines with 
14486 \family sans
14487 Ctrl+Return
14488 \family default
14489  is only possible when the column has a fixed width.
14490 \end_layout
14491
14492 \end_inset
14493
14494
14495 \end_layout
14496
14497 \begin_layout Standard
14498 \noindent
14499 \align center
14500 \begin_inset Tabular
14501 <lyxtabular version="3" rows="2" columns="2">
14502 <features tabularvalignment="middle">
14503 <column alignment="center" valignment="top">
14504 <column alignment="center" valignment="top">
14505 <row>
14506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14507 \begin_inset Text
14508
14509 \begin_layout Plain Layout
14510 \begin_inset ERT
14511 status open
14512
14513 \begin_layout Plain Layout
14514
14515
14516 \backslash
14517 diagbox[width=3cm,height=1.4cm]{
14518 \end_layout
14519
14520 \end_inset
14521
14522 A
14523 \begin_inset ERT
14524 status collapsed
14525
14526 \begin_layout Plain Layout
14527
14528
14529 \backslash
14530
14531 \backslash
14532
14533 \end_layout
14534
14535 \end_inset
14536
14537 B
14538 \begin_inset ERT
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542
14543 }{
14544 \end_layout
14545
14546 \end_inset
14547
14548 C
14549 \begin_inset ERT
14550 status collapsed
14551
14552 \begin_layout Plain Layout
14553
14554
14555 \backslash
14556
14557 \backslash
14558
14559 \end_layout
14560
14561 \end_inset
14562
14563 D
14564 \begin_inset ERT
14565 status collapsed
14566
14567 \begin_layout Plain Layout
14568
14569 }
14570 \end_layout
14571
14572 \end_inset
14573
14574
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 Thickness in nm
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 </row>
14589 <row>
14590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 Perfect Green
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 45
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 </row>
14609 </lyxtabular>
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \begin_layout Standard
14617 \begin_inset ERT
14618 status collapsed
14619
14620 \begin_layout Plain Layout
14621
14622
14623 \backslash
14624 else
14625 \end_layout
14626
14627 \end_inset
14628
14629
14630 \begin_inset Note Note
14631 status open
14632
14633 \begin_layout Plain Layout
14634 The following will be displayed when the \SpecialChar LaTeX
14635 -package 
14636 \series bold
14637 diagbox
14638 \series default
14639  is not installed:
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \begin_layout Standard
14648 You need to install the \SpecialChar LaTeX
14649 -package 
14650 \series bold
14651 diagbox
14652 \series default
14653  to see the following part of this section in the output.
14654 \end_layout
14655
14656 \begin_layout Standard
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662
14663 \backslash
14664 fi
14665 \end_layout
14666
14667 \end_inset
14668
14669
14670 \end_layout
14671
14672 \begin_layout Standard
14673 For more info about the \SpecialChar LaTeX
14674 -package 
14675 \series bold
14676 diagbox
14677 \series default
14678 , see its documentation, 
14679 \begin_inset CommandInset citation
14680 LatexCommand cite
14681 key "diagbox"
14682 literal "true"
14683
14684 \end_inset
14685
14686 .
14687 \end_layout
14688
14689 \begin_layout Section
14690 Formal Tables
14691 \begin_inset CommandInset label
14692 LatexCommand label
14693 name "sec:Formal-Tables"
14694
14695 \end_inset
14696
14697
14698 \begin_inset Index idx
14699 status collapsed
14700
14701 \begin_layout Plain Layout
14702 Table ! Formal
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \begin_layout Standard
14711 Tables are often typeset in books similar to Table
14712 \begin_inset space ~
14713 \end_inset
14714
14715
14716 \begin_inset CommandInset ref
14717 LatexCommand ref
14718 reference "tab:Example-booktabs-table"
14719
14720 \end_inset
14721
14722 .
14723  This kind of tables is called 
14724 \begin_inset Quotes eld
14725 \end_inset
14726
14727
14728 \emph on
14729 formal
14730 \emph default
14731
14732 \begin_inset Quotes erd
14733 \end_inset
14734
14735 .
14736  To make a table a formal table use the option 
14737 \family sans
14738 Formal
14739 \family default
14740  in the 
14741 \family sans
14742 Borders
14743 \family default
14744  tab of the table dialog.
14745 \end_layout
14746
14747 \begin_layout Standard
14748 \begin_inset Float table
14749 placement h
14750 wide false
14751 sideways false
14752 status open
14753
14754 \begin_layout Plain Layout
14755 \begin_inset Caption Standard
14756
14757 \begin_layout Plain Layout
14758 \begin_inset CommandInset label
14759 LatexCommand label
14760 name "tab:Example-booktabs-table"
14761
14762 \end_inset
14763
14764 Example booktabs-table
14765 \end_layout
14766
14767 \end_inset
14768
14769
14770 \end_layout
14771
14772 \begin_layout Plain Layout
14773 \align center
14774 \begin_inset Tabular
14775 <lyxtabular version="3" rows="8" columns="4">
14776 <features booktabs="true" tabularvalignment="middle">
14777 <column alignment="center" valignment="top">
14778 <column alignment="center" valignment="top">
14779 <column alignment="center" valignment="top">
14780 <column alignment="center" valignment="top">
14781 <row>
14782 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14783 \begin_inset Text
14784
14785 \begin_layout Plain Layout
14786 System
14787 \end_layout
14788
14789 \end_inset
14790 </cell>
14791 <cell alignment="center" valignment="top" topline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795 Chip
14796 \begin_inset space \thinspace{}
14797 \end_inset
14798
14799 1
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808 Chip
14809 \begin_inset space \thinspace{}
14810 \end_inset
14811
14812 2
14813 \end_layout
14814
14815 \end_inset
14816 </cell>
14817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14818 \begin_inset Text
14819
14820 \begin_layout Plain Layout
14821
14822 \end_layout
14823
14824 \end_inset
14825 </cell>
14826 </row>
14827 <row>
14828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14829 \begin_inset Text
14830
14831 \begin_layout Plain Layout
14832 \begin_inset ERT
14833 status collapsed
14834
14835 \begin_layout Plain Layout
14836
14837
14838 \backslash
14839 cmidrule(r){2-2}
14840 \end_layout
14841
14842 \end_inset
14843
14844
14845 \begin_inset ERT
14846 status collapsed
14847
14848 \begin_layout Plain Layout
14849
14850
14851 \backslash
14852 cmidrule(l){3-4}
14853 \end_layout
14854
14855 \end_inset
14856
14857 Detector thickness in µm
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell alignment="center" valignment="top" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866 300
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 <cell alignment="center" valignment="top" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875 300
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell alignment="center" valignment="top" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 700
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 </row>
14890 <row>
14891 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895 Edge angle in °
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 <cell alignment="center" valignment="top" topline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904 3.55
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 2.71
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 <cell alignment="center" valignment="top" topline="true" usebox="none">
14919 \begin_inset Text
14920
14921 \begin_layout Plain Layout
14922 7.99
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 </row>
14928 <row topspace="default">
14929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 Spatial resolution in µm
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 4.26
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 <cell alignment="center" valignment="top" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951 10.17
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 <cell alignment="center" valignment="top" usebox="none">
14957 \begin_inset Text
14958
14959 \begin_layout Plain Layout
14960 10.56
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 </row>
14966 <row topspace="default">
14967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971 MTF at 
14972 \begin_inset Formula $f_{\mathrm{max}}$
14973 \end_inset
14974
14975
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 0.53
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 0.37
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 <cell alignment="center" valignment="top" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002 0.39
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 </row>
15008 <row topspace="default">
15009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 \begin_inset ERT
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017
15018
15019 \backslash
15020 cmidrule[2pt](l{10pt}){1-1}
15021 \end_layout
15022
15023 \end_inset
15024
15025 LSF-spatial resolution
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row>
15059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 in µm
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 129.7
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 52.75
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 50.78
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row>
15097 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 in % of pixel size
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 76.3
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 95.9
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 92.3
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 </lyxtabular>
15135
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \begin_layout Standard
15147 Spaces to table rows can be added using the 
15148 \family sans
15149 Borders
15150 \family default
15151  tab of the table dialog as described in section
15152 \begin_inset space ~
15153 \end_inset
15154
15155
15156 \begin_inset CommandInset ref
15157 LatexCommand ref
15158 reference "subsec:Row-Spacing"
15159
15160 \end_inset
15161
15162 .
15163 \end_layout
15164
15165 \begin_layout Standard
15166 Unlike normal tables, formal tables have no vertical table lines.
15167  The horizontal table lines can be set as for normal tables but they appear
15168  with different widths in the output:
15169 \begin_inset Newline newline
15170 \end_inset
15171
15172 The first and the last table line have a default width of 0.08
15173 \begin_inset space \thinspace{}
15174 \end_inset
15175
15176 em while the other lines have a default width of 0.05
15177 \begin_inset space \thinspace{}
15178 \end_inset
15179
15180 em.
15181 \end_layout
15182
15183 \begin_layout Standard
15184 The default widths can be changed with the following preamble lines
15185 \end_layout
15186
15187 \begin_layout Standard
15188
15189 \series bold
15190
15191 \backslash
15192 let
15193 \backslash
15194 mytoprule
15195 \backslash
15196 toprule
15197 \begin_inset Newline newline
15198 \end_inset
15199
15200
15201 \backslash
15202 renewcommand{
15203 \backslash
15204 toprule}{
15205 \backslash
15206 mytoprule[width]}
15207 \end_layout
15208
15209 \begin_layout Standard
15210 This example is for the first line, the so called 
15211 \series bold
15212 toprule
15213 \series default
15214 .
15215  If you want to change the width for the last line, replace 
15216 \series bold
15217 toprule
15218 \series default
15219  by 
15220 \series bold
15221 bottomrule
15222 \series default
15223 .
15224  To change the width for the other lines replace 
15225 \series bold
15226 toprule
15227 \series default
15228  by 
15229 \series bold
15230 midrule
15231 \series default
15232 .
15233  You can use all units listed in appendix
15234 \begin_inset space ~
15235 \end_inset
15236
15237
15238 \begin_inset CommandInset ref
15239 LatexCommand ref
15240 reference "cha:Units-available-in"
15241
15242 \end_inset
15243
15244  to set the width.
15245 \end_layout
15246
15247 \begin_layout Standard
15248 Lines that do not span all table columns can be created by setting a table
15249  line for multicolumn cells.
15250  \SpecialChar LyX
15251  will then internally use the command 
15252 \series bold
15253
15254 \backslash
15255 cmidrule
15256 \series default
15257  to create this line.
15258  Its full scheme is
15259 \end_layout
15260
15261 \begin_layout Standard
15262
15263 \series bold
15264
15265 \backslash
15266 cmidrule[height](trim){startcol-endcol}
15267 \end_layout
15268
15269 \begin_layout Standard
15270 The options of 
15271 \series bold
15272
15273 \backslash
15274 cmidrule
15275 \series default
15276  are currently not supported by \SpecialChar LyX
15277  so you have to use \SpecialChar TeX
15278  Code to be able to
15279  use them.
15280  
15281 \series bold
15282
15283 \backslash
15284 cmidrule
15285 \series default
15286 s can manually be created by inserting the command as \SpecialChar TeX
15287  Code as the first
15288  cell entry of the first cell of a row.
15289  The line is then drawn in the output above the current row.
15290 \end_layout
15291
15292 \begin_layout Standard
15293 The default for the optional 
15294 \series bold
15295 height
15296 \series default
15297  is 0.03
15298 \begin_inset space \thinspace{}
15299 \end_inset
15300
15301 em.
15302  
15303 \series bold
15304 startcol
15305 \series default
15306  is the number of the column where the line starts and 
15307 \series bold
15308 endcol
15309 \series default
15310  the column number where the line ends.
15311  The 
15312 \series bold
15313 endcol
15314 \series default
15315  always needs to be specified, also when the line should span only one column.
15316  The optional parameter 
15317 \series bold
15318 trim
15319 \series default
15320  could either be 
15321 \emph on
15322 l{trimwidth}
15323 \emph default
15324  or 
15325 \emph on
15326 r{trimwidth}
15327 \emph default
15328  where the 
15329 \emph on
15330 trimwidth
15331 \emph default
15332  is also optional.
15333  Using for example the parameter 
15334 \emph on
15335 l{2pt}
15336 \emph default
15337  means that the line is trimmed from its left end by 2
15338 \begin_inset space \thinspace{}
15339 \end_inset
15340
15341 pt.
15342  If you don't specify the 
15343 \emph on
15344 trimwidth
15345 \emph default
15346  the line is trimmed by the default of 0.5
15347 \begin_inset space \thinspace{}
15348 \end_inset
15349
15350 em.
15351 \end_layout
15352
15353 \begin_layout Standard
15354 \begin_inset VSpace bigskip
15355 \end_inset
15356
15357 Table
15358 \begin_inset space ~
15359 \end_inset
15360
15361
15362 \begin_inset CommandInset ref
15363 LatexCommand ref
15364 reference "tab:Example-booktabs-table"
15365
15366 \end_inset
15367
15368  was created using the commands
15369 \end_layout
15370
15371 \begin_layout Standard
15372
15373 \series bold
15374
15375 \backslash
15376 cmidrule(r){2-2}
15377 \backslash
15378 cmidrule(l){3-4}
15379 \end_layout
15380
15381 \begin_layout Standard
15382 at the beginning of the second row and
15383 \end_layout
15384
15385 \begin_layout Standard
15386
15387 \series bold
15388
15389 \backslash
15390 cmidrule[2pt](l{10pt}){1-1}
15391 \end_layout
15392
15393 \begin_layout Standard
15394 in the sixth row.
15395 \end_layout
15396
15397 \begin_layout Standard
15398 \begin_inset VSpace bigskip
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \begin_layout Standard
15405 You might want to have overlapping 
15406 \series bold
15407
15408 \backslash
15409 cmidrule
15410 \series default
15411 s as in in Table
15412 \begin_inset space ~
15413 \end_inset
15414
15415
15416 \begin_inset CommandInset ref
15417 LatexCommand ref
15418 reference "tab:Special-booktabs-table"
15419
15420 \end_inset
15421
15422 .
15423  This can be achieved with the \SpecialChar TeX
15424  Code command
15425 \end_layout
15426
15427 \begin_layout Standard
15428
15429 \series bold
15430
15431 \backslash
15432 morecmidrules
15433 \end_layout
15434
15435 \begin_layout Standard
15436 The command that was used for the second row of Table
15437 \begin_inset space ~
15438 \end_inset
15439
15440
15441 \begin_inset CommandInset ref
15442 LatexCommand ref
15443 reference "tab:Special-booktabs-table"
15444
15445 \end_inset
15446
15447  is
15448 \end_layout
15449
15450 \begin_layout Standard
15451
15452 \series bold
15453
15454 \backslash
15455 cmidrule(r){2-2}
15456 \backslash
15457 cmidrule(l){3-4}
15458 \backslash
15459 morecmidrules
15460 \backslash
15461 cmidrule{2-4}
15462 \end_layout
15463
15464 \begin_layout Standard
15465 The command for the sixth row is
15466 \end_layout
15467
15468 \begin_layout Standard
15469
15470 \series bold
15471
15472 \backslash
15473 midrule
15474 \backslash
15475 morecmidrules
15476 \backslash
15477 cmidrule{3-4}
15478 \end_layout
15479
15480 \begin_layout Standard
15481 \begin_inset VSpace bigskip
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \begin_layout Standard
15488 If you are in any way not satisfied with the border line spacing, you can
15489  use the following command to produce lines that span over all table columns
15490 \series bold
15491 :
15492 \end_layout
15493
15494 \begin_layout Standard
15495
15496 \series bold
15497
15498 \backslash
15499 specialrule{width}{space above}{space below}
15500 \end_layout
15501
15502 \begin_layout Standard
15503 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15504 -package
15505  
15506 \series bold
15507 booktabs
15508 \series default
15509  
15510 \begin_inset CommandInset citation
15511 LatexCommand cite
15512 key "booktabs"
15513 literal "true"
15514
15515 \end_inset
15516
15517 .
15518 \begin_inset Index idx
15519 status collapsed
15520
15521 \begin_layout Plain Layout
15522 \SpecialChar LaTeX
15523 -packages ! booktabs
15524 \end_layout
15525
15526 \end_inset
15527
15528
15529 \end_layout
15530
15531 \begin_layout Standard
15532 \begin_inset Float table
15533 placement h
15534 wide false
15535 sideways false
15536 status open
15537
15538 \begin_layout Plain Layout
15539 \begin_inset Caption Standard
15540
15541 \begin_layout Plain Layout
15542 \begin_inset CommandInset label
15543 LatexCommand label
15544 name "tab:Special-booktabs-table"
15545
15546 \end_inset
15547
15548 Special booktabs-table
15549 \end_layout
15550
15551 \end_inset
15552
15553
15554 \end_layout
15555
15556 \begin_layout Plain Layout
15557 \align center
15558 \begin_inset Tabular
15559 <lyxtabular version="3" rows="8" columns="4">
15560 <features booktabs="true" tabularvalignment="middle">
15561 <column alignment="center" valignment="top">
15562 <column alignment="center" valignment="top">
15563 <column alignment="center" valignment="top">
15564 <column alignment="center" valignment="top">
15565 <row>
15566 <cell alignment="center" valignment="top" topline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570 System
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" topline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579 Chip
15580 \begin_inset space \thinspace{}
15581 \end_inset
15582
15583 1
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592 Chip
15593 \begin_inset space \thinspace{}
15594 \end_inset
15595
15596 2
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 </row>
15611 <row>
15612 <cell alignment="center" valignment="top" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616 \begin_inset ERT
15617 status collapsed
15618
15619 \begin_layout Plain Layout
15620
15621
15622 \backslash
15623 cmidrule(r){2-2}
15624 \end_layout
15625
15626 \end_inset
15627
15628
15629 \begin_inset ERT
15630 status collapsed
15631
15632 \begin_layout Plain Layout
15633
15634
15635 \backslash
15636 cmidrule(l){3-4}
15637 \end_layout
15638
15639 \end_inset
15640
15641
15642 \begin_inset ERT
15643 status collapsed
15644
15645 \begin_layout Plain Layout
15646
15647
15648 \backslash
15649 morecmidrules 
15650 \end_layout
15651
15652 \end_inset
15653
15654
15655 \begin_inset ERT
15656 status collapsed
15657
15658 \begin_layout Plain Layout
15659
15660
15661 \backslash
15662 cmidrule{2-4}
15663 \end_layout
15664
15665 \end_inset
15666
15667 Detector thickness in µm
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 <cell alignment="center" valignment="top" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 300
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685 300
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694 700
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 </row>
15700 <row>
15701 <cell alignment="center" valignment="top" topline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705 Edge angle in °
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" topline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714 3.55
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723 2.71
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 <cell alignment="center" valignment="top" topline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732 7.99
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 </row>
15738 <row topspace="default">
15739 <cell alignment="center" valignment="top" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 Spatial resolution in µm
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 4.26
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 <cell alignment="center" valignment="top" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Plain Layout
15761 10.17
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 <cell alignment="center" valignment="top" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 10.56
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 </row>
15776 <row topspace="default">
15777 <cell alignment="center" valignment="top" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 MTF at 
15782 \begin_inset Formula $f_{\mathrm{max}}$
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 0.53
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 0.37
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 <cell alignment="center" valignment="top" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812 0.39
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 </row>
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 \begin_inset ERT
15824 status collapsed
15825
15826 \begin_layout Plain Layout
15827
15828
15829 \backslash
15830 morecmidrules 
15831 \end_layout
15832
15833 \end_inset
15834
15835
15836 \begin_inset ERT
15837 status collapsed
15838
15839 \begin_layout Plain Layout
15840
15841
15842 \backslash
15843 cmidrule{3-4}
15844 \end_layout
15845
15846 \end_inset
15847
15848 LSF-spatial resolution
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" topline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 </row>
15881 <row>
15882 <cell alignment="center" valignment="top" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 in µm
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895 129.7
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904 52.75
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 50.78
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 </row>
15919 <row>
15920 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924 in % of pixel size
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 76.3
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 95.9
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951 92.3
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 </lyxtabular>
15958
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \end_inset
15965
15966
15967 \end_layout
15968
15969 \begin_layout Section
15970 Vertical Table Alignment
15971 \begin_inset Index idx
15972 status collapsed
15973
15974 \begin_layout Plain Layout
15975 Table ! Alignment
15976 \end_layout
15977
15978 \end_inset
15979
15980
15981 \end_layout
15982
15983 \begin_layout Standard
15984 To align tables vertically in a text line, the table must be inside a box.
15985  The box can then be vertically aligned as described in section
15986 \begin_inset space ~
15987 \end_inset
15988
15989
15990 \begin_inset CommandInset ref
15991 LatexCommand ref
15992 reference "sec:Box-Dialog"
15993
15994 \end_inset
15995
15996 .
15997 \end_layout
15998
15999 \begin_layout Standard
16000 In the following example the tables are inside a minipage
16001 \begin_inset Foot
16002 status collapsed
16003
16004 \begin_layout Plain Layout
16005 Minipages are described in section
16006 \begin_inset space ~
16007 \end_inset
16008
16009
16010 \begin_inset CommandInset ref
16011 LatexCommand ref
16012 reference "sec:Minipages"
16013
16014 \end_inset
16015
16016 .
16017 \end_layout
16018
16019 \end_inset
16020
16021  box that has a width of 15
16022 \begin_inset space \thinspace{}
16023 \end_inset
16024
16025 col%:
16026 \end_layout
16027
16028 \begin_layout Itemize
16029 test 
16030 \begin_inset Box Frameless
16031 position "t"
16032 hor_pos "c"
16033 has_inner_box 1
16034 inner_pos "c"
16035 use_parbox 0
16036 use_makebox 0
16037 width "15col%"
16038 special "none"
16039 height "1in"
16040 height_special "totalheight"
16041 thickness "0.4pt"
16042 separation "3pt"
16043 shadowsize "4pt"
16044 framecolor "black"
16045 backgroundcolor "none"
16046 status collapsed
16047
16048 \begin_layout Plain Layout
16049 \begin_inset Tabular
16050 <lyxtabular version="3" rows="3" columns="3">
16051 <features tabularvalignment="middle">
16052 <column alignment="center" valignment="top">
16053 <column alignment="center" valignment="top">
16054 <column alignment="center" valignment="top">
16055 <row>
16056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 a
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 d
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 g
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 <row>
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 b
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 e
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 h
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 </row>
16113 <row>
16114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Plain Layout
16118 c
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127 f
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 i
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 </lyxtabular>
16143
16144 \end_inset
16145
16146
16147 \end_layout
16148
16149 \end_inset
16150
16151  test 
16152 \begin_inset ERT
16153 status collapsed
16154
16155 \begin_layout Plain Layout
16156
16157
16158 \backslash
16159 raisebox{0.85
16160 \backslash
16161 baselineskip}{
16162 \end_layout
16163
16164 \end_inset
16165
16166
16167 \begin_inset Box Frameless
16168 position "t"
16169 hor_pos "c"
16170 has_inner_box 1
16171 inner_pos "c"
16172 use_parbox 0
16173 use_makebox 0
16174 width "15col%"
16175 special "none"
16176 height "1in"
16177 height_special "totalheight"
16178 thickness "0.4pt"
16179 separation "3pt"
16180 shadowsize "4pt"
16181 framecolor "black"
16182 backgroundcolor "none"
16183 status collapsed
16184
16185 \begin_layout Plain Layout
16186 \begin_inset Tabular
16187 <lyxtabular version="3" rows="3" columns="3">
16188 <features tabularvalignment="middle">
16189 <column alignment="center" valignment="top">
16190 <column alignment="center" valignment="top">
16191 <column alignment="center" valignment="top">
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 a
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206 d
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 g
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 </row>
16221 <row>
16222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 b
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 e
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 h
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 </row>
16250 <row>
16251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255 c
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264 f
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 i
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 \begin_inset ERT
16290 status collapsed
16291
16292 \begin_layout Plain Layout
16293
16294 }
16295 \end_layout
16296
16297 \end_inset
16298
16299
16300 \end_layout
16301
16302 \begin_layout Itemize
16303 test 
16304 \begin_inset Box Frameless
16305 position "c"
16306 hor_pos "c"
16307 has_inner_box 1
16308 inner_pos "c"
16309 use_parbox 0
16310 use_makebox 0
16311 width "15col%"
16312 special "none"
16313 height "1in"
16314 height_special "totalheight"
16315 thickness "0.4pt"
16316 separation "3pt"
16317 shadowsize "4pt"
16318 framecolor "black"
16319 backgroundcolor "none"
16320 status collapsed
16321
16322 \begin_layout Plain Layout
16323 \begin_inset Tabular
16324 <lyxtabular version="3" rows="3" columns="3">
16325 <features tabularvalignment="middle">
16326 <column alignment="center" valignment="top">
16327 <column alignment="center" valignment="top">
16328 <column alignment="center" valignment="top">
16329 <row>
16330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 a
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343 d
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 g
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 <row>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 b
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 e
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 h
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 </row>
16387 <row>
16388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 c
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 f
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 i
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 </lyxtabular>
16417
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \begin_layout Itemize
16429 test 
16430 \begin_inset Box Frameless
16431 position "b"
16432 hor_pos "c"
16433 has_inner_box 1
16434 inner_pos "c"
16435 use_parbox 0
16436 use_makebox 0
16437 width "15col%"
16438 special "none"
16439 height "1in"
16440 height_special "totalheight"
16441 thickness "0.4pt"
16442 separation "3pt"
16443 shadowsize "4pt"
16444 framecolor "black"
16445 backgroundcolor "none"
16446 status collapsed
16447
16448 \begin_layout Plain Layout
16449 \begin_inset Tabular
16450 <lyxtabular version="3" rows="3" columns="3">
16451 <features tabularvalignment="middle">
16452 <column alignment="center" valignment="top">
16453 <column alignment="center" valignment="top">
16454 <column alignment="center" valignment="top">
16455 <row>
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 a
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 d
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 g
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 </row>
16484 <row>
16485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489 b
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498 e
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 h
16508 \end_layout
16509
16510 \end_inset
16511 </cell>
16512 </row>
16513 <row>
16514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518 c
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 f
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 i
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 </lyxtabular>
16543
16544 \end_inset
16545
16546
16547 \end_layout
16548
16549 \end_inset
16550
16551  test 
16552 \begin_inset ERT
16553 status collapsed
16554
16555 \begin_layout Plain Layout
16556
16557
16558 \backslash
16559 raisebox{-0.32
16560 \backslash
16561 baselineskip}{
16562 \end_layout
16563
16564 \end_inset
16565
16566
16567 \begin_inset Box Frameless
16568 position "b"
16569 hor_pos "c"
16570 has_inner_box 1
16571 inner_pos "c"
16572 use_parbox 0
16573 use_makebox 0
16574 width "15col%"
16575 special "none"
16576 height "1in"
16577 height_special "totalheight"
16578 thickness "0.4pt"
16579 separation "3pt"
16580 shadowsize "4pt"
16581 framecolor "black"
16582 backgroundcolor "none"
16583 status collapsed
16584
16585 \begin_layout Plain Layout
16586 \begin_inset Tabular
16587 <lyxtabular version="3" rows="3" columns="3">
16588 <features tabularvalignment="middle">
16589 <column alignment="center" valignment="top">
16590 <column alignment="center" valignment="top">
16591 <column alignment="center" valignment="top">
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 a
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 d
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 g
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 </row>
16621 <row>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 b
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 e
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 h
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 c
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 f
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 i
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 </lyxtabular>
16680
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \end_inset
16687
16688
16689 \begin_inset ERT
16690 status collapsed
16691
16692 \begin_layout Plain Layout
16693
16694 }
16695 \end_layout
16696
16697 \end_inset
16698
16699
16700 \end_layout
16701
16702 \begin_layout Standard
16703 As you will see, the content of the first and last table row is not correctly
16704  aligned.
16705  To get this alignment, the minipage box must be set into a raisebox.
16706 \begin_inset Foot
16707 status collapsed
16708
16709 \begin_layout Plain Layout
16710 Raiseboxes are described in section
16711 \begin_inset space ~
16712 \end_inset
16713
16714
16715 \begin_inset CommandInset ref
16716 LatexCommand ref
16717 reference "subsec:Vertical-Alignment"
16718
16719 \end_inset
16720
16721 .
16722 \end_layout
16723
16724 \end_inset
16725
16726  In the example above the second table in the first item is aligned using
16727  the \SpecialChar TeX
16728  Code command
16729 \end_layout
16730
16731 \begin_layout Standard
16732
16733 \series bold
16734
16735 \backslash
16736 raisebox{0.85
16737 \backslash
16738 baselineskip}{
16739 \end_layout
16740
16741 \begin_layout Standard
16742 before the box.
16743  After the box the closing brace 
16744 \series bold
16745 }
16746 \series default
16747  is inserted as \SpecialChar TeX
16748  Code.
16749  For the second table in the last item the command
16750 \end_layout
16751
16752 \begin_layout Standard
16753
16754 \series bold
16755
16756 \backslash
16757 raisebox{-0.32
16758 \backslash
16759 baselineskip}{
16760 \end_layout
16761
16762 \begin_layout Standard
16763 is used.
16764 \end_layout
16765
16766 \begin_layout Standard
16767 \begin_inset Note Greyedout
16768 status open
16769
16770 \begin_layout Plain Layout
16771
16772 \series bold
16773 Note:
16774 \series default
16775  The alignment of the table row content to the surrounding text line is
16776  not exact.
16777  The required value for the 
16778 \series bold
16779
16780 \backslash
16781 raisebox
16782 \series default
16783  command for this alignment depends on the document font, the font size,
16784  and the table line thickness.
16785 \end_layout
16786
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \begin_layout Section
16793 Colored Tables
16794 \begin_inset CommandInset label
16795 LatexCommand label
16796 name "sec:Colored-Tables"
16797
16798 \end_inset
16799
16800
16801 \begin_inset Index idx
16802 status collapsed
16803
16804 \begin_layout Plain Layout
16805 Table ! Color
16806 \end_layout
16807
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \begin_layout Subsection
16814 Colored Cells
16815 \begin_inset Index idx
16816 status collapsed
16817
16818 \begin_layout Plain Layout
16819 Table Color ! for Cells
16820 \end_layout
16821
16822 \end_inset
16823
16824
16825 \begin_inset Index idx
16826 status collapsed
16827
16828 \begin_layout Plain Layout
16829 Color ! for Table Cells
16830 \end_layout
16831
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \begin_layout Standard
16838 \begin_inset Float table
16839 placement h
16840 wide false
16841 sideways false
16842 status open
16843
16844 \begin_layout Plain Layout
16845 \begin_inset Caption Standard
16846
16847 \begin_layout Plain Layout
16848 \begin_inset CommandInset label
16849 LatexCommand label
16850 name "tab:Table-colored-without"
16851
16852 \end_inset
16853
16854 Table colored without using the package 
16855 \series bold
16856 colortbl
16857 \series default
16858
16859 \begin_inset Argument 1
16860 status collapsed
16861
16862 \begin_layout Plain Layout
16863 Table without colortbl
16864 \end_layout
16865
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \end_inset
16872
16873
16874 \end_layout
16875
16876 \begin_layout Plain Layout
16877 \align center
16878 \begin_inset Tabular
16879 <lyxtabular version="3" rows="3" columns="3">
16880 <features tabularvalignment="middle">
16881 <column alignment="center" valignment="top">
16882 <column alignment="center" valignment="top">
16883 <column alignment="center" valignment="top">
16884 <row>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \color green
16891 a
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \color red
16902 b
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \color red
16913 c
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \color green
16926 d
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \color blue
16937 e
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946
16947 \color blue
16948 f
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 </row>
16954 <row>
16955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959
16960 \color green
16961 g
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \color blue
16972 h
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981
16982 \color blue
16983 i
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 </row>
16989 </lyxtabular>
16990
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \end_inset
16997
16998
16999 \end_layout
17000
17001 \begin_layout Standard
17002 If you only need colored text, mark the cells and choose a color in the
17003  
17004 \family sans
17005 Text
17006 \begin_inset space ~
17007 \end_inset
17008
17009 Style
17010 \family default
17011  dialog (toolbar button 
17012 \begin_inset Info
17013 type  "icon"
17014 arg   "dialog-show character"
17015 \end_inset
17016
17017 ).
17018  This was used to create Table
17019 \begin_inset space ~
17020 \end_inset
17021
17022
17023 \begin_inset CommandInset ref
17024 LatexCommand ref
17025 reference "tab:Table-colored-without"
17026
17027 \end_inset
17028
17029 .
17030  In any other case you have to use the \SpecialChar LaTeX
17031 -package 
17032 \series bold
17033 colortbl
17034 \series default
17035 .
17036 \begin_inset Index idx
17037 status collapsed
17038
17039 \begin_layout Plain Layout
17040 \SpecialChar LaTeX
17041 -packages ! colortbl
17042 \end_layout
17043
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \begin_layout Standard
17050 \begin_inset ERT
17051 status collapsed
17052
17053 \begin_layout Plain Layout
17054
17055
17056 \backslash
17057 ifcolortbl
17058 \end_layout
17059
17060 \end_inset
17061
17062
17063 \begin_inset Note Note
17064 status open
17065
17066 \begin_layout Plain Layout
17067 The following section part will only be displayed when the \SpecialChar LaTeX
17068 -package 
17069 \series bold
17070 colortbl
17071 \series default
17072  is installed.
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \begin_layout Standard
17081 To create colored tables, 
17082 \series bold
17083 colortbl
17084 \series default
17085  must be loaded in the preamble with the line
17086 \end_layout
17087
17088 \begin_layout Standard
17089
17090 \series bold
17091
17092 \backslash
17093 usepackage{colortbl}
17094 \end_layout
17095
17096 \begin_layout Standard
17097 The color of a column is adjusted with the command
17098 \end_layout
17099
17100 \begin_layout Standard
17101
17102 \series bold
17103
17104 \backslash
17105 columncolor{name of color}
17106 \end_layout
17107
17108 \begin_layout Standard
17109 inside the command 
17110 \series bold
17111 >{ }
17112 \series default
17113 .
17114  More about the command 
17115 \series bold
17116 >{}
17117 \series default
17118  is contained in section
17119 \begin_inset space ~
17120 \end_inset
17121
17122
17123 \begin_inset CommandInset ref
17124 LatexCommand ref
17125 reference "subsec:Multicolumn-Calculations"
17126
17127 \end_inset
17128
17129 .
17130 \end_layout
17131
17132 \begin_layout Standard
17133 The following color names are predefined:
17134 \end_layout
17135
17136 \begin_layout Standard
17137
17138 \family sans
17139 red
17140 \family default
17141
17142 \family sans
17143 green
17144 \family default
17145
17146 \family sans
17147 yellow
17148 \family default
17149
17150 \family sans
17151 blue
17152 \family default
17153
17154 \family sans
17155 cyan
17156 \family default
17157
17158 \family sans
17159 magenta
17160 \family default
17161
17162 \family sans
17163 black
17164 \family default
17165  and 
17166 \family sans
17167 white
17168 \end_layout
17169
17170 \begin_layout Standard
17171 \begin_inset VSpace medskip
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \begin_layout Standard
17178 If you add the option
17179 \end_layout
17180
17181 \begin_layout Standard
17182
17183 \series bold
17184 dvipsnames
17185 \end_layout
17186
17187 \begin_layout Standard
17188 to the document class options in the document settings, you can additionally
17189  use further 61
17190 \begin_inset space ~
17191 \end_inset
17192
17193 colors.
17194  These colors are listed in appendix
17195 \begin_inset space ~
17196 \end_inset
17197
17198
17199 \begin_inset CommandInset ref
17200 LatexCommand ref
17201 reference "chap:List-of-dvips-colornames"
17202
17203 \end_inset
17204
17205 .
17206  One of these colors, 
17207 \family sans
17208 Maroon
17209 \family default
17210 , is used as example in Table
17211 \begin_inset space ~
17212 \end_inset
17213
17214
17215 \begin_inset CommandInset ref
17216 LatexCommand ref
17217 reference "tab:Table-colored-using"
17218
17219 \end_inset
17220
17221 .
17222 \end_layout
17223
17224 \begin_layout Standard
17225 \begin_inset VSpace medskip
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \begin_layout Standard
17232 You can also define your own color with the command
17233 \end_layout
17234
17235 \begin_layout Standard
17236
17237 \series bold
17238
17239 \backslash
17240 definecolor{color name}{color model}{color values}
17241 \end_layout
17242
17243 \begin_layout Standard
17244 The color model can be
17245 \end_layout
17246
17247 \begin_layout Labeling
17248 \labelwidthstring 00.00.0000
17249 cmyk: cyan, magenta, yellow, black
17250 \end_layout
17251
17252 \begin_layout Labeling
17253 \labelwidthstring 00.00.0000
17254 rgb: red, green blue
17255 \end_layout
17256
17257 \begin_layout Labeling
17258 \labelwidthstring 00.00.0000
17259 gray gray
17260 \end_layout
17261
17262 \begin_layout Standard
17263 and the color values are comma separated numbers between 0 and 1 describing
17264  the factor for the corresponding color of the color model.
17265 \end_layout
17266
17267 \begin_layout Standard
17268 You can e.
17269 \begin_inset space \thinspace{}
17270 \end_inset
17271
17272 g.
17273 \begin_inset space \space{}
17274 \end_inset
17275
17276 define the color "
17277 \emph on
17278 darkgreen
17279 \emph default
17280 " in the preamble with
17281 \end_layout
17282
17283 \begin_layout Standard
17284
17285 \series bold
17286
17287 \backslash
17288 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17289 \end_layout
17290
17291 \begin_layout Standard
17292 and the color "
17293 \emph on
17294 lightgray
17295 \emph default
17296 " with
17297 \end_layout
17298
17299 \begin_layout Standard
17300
17301 \series bold
17302
17303 \backslash
17304 definecolor{lightgray}{gray}{0.8}
17305 \end_layout
17306
17307 \begin_layout Standard
17308 \begin_inset VSpace medskip
17309 \end_inset
17310
17311
17312 \end_layout
17313
17314 \begin_layout Standard
17315 Lines are colored with the command
17316 \end_layout
17317
17318 \begin_layout Standard
17319
17320 \series bold
17321
17322 \backslash
17323 rowcolor{name of color}
17324 \end_layout
17325
17326 \begin_layout Standard
17327 and cells are colored with the command
17328 \end_layout
17329
17330 \begin_layout Standard
17331
17332 \series bold
17333
17334 \backslash
17335 cellcolor{name of color}
17336 \end_layout
17337
17338 \begin_layout Standard
17339 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17340  Code.
17341 \end_layout
17342
17343 \begin_layout Standard
17344 To color characters in the table, mark the cells and use the 
17345 \family sans
17346 Text
17347 \begin_inset space ~
17348 \end_inset
17349
17350 Style
17351 \family default
17352  dialog.
17353  If a cell contains \SpecialChar TeX
17354  Code mark only the characters, otherwise the colored
17355  \SpecialChar TeX
17356  Code will cause \SpecialChar LaTeX
17357  errors.
17358 \end_layout
17359
17360 \begin_layout Standard
17361 \begin_inset Note Greyedout
17362 status open
17363
17364 \begin_layout Plain Layout
17365
17366 \series bold
17367 Note:
17368 \series default
17369  Not all DVI-viewers are able to display self-defined colors.
17370 \end_layout
17371
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \begin_layout Standard
17378 \begin_inset VSpace bigskip
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \begin_layout Standard
17385 To create Table
17386 \begin_inset space ~
17387 \end_inset
17388
17389
17390 \begin_inset CommandInset ref
17391 LatexCommand ref
17392 reference "tab:Table-colored-using"
17393
17394 \end_inset
17395
17396  do the following: The color of the first column should be 
17397 \emph on
17398 darkgreen
17399 \emph default
17400 .
17401  So insert
17402 \end_layout
17403
17404 \begin_layout Standard
17405
17406 \series bold
17407 >{
17408 \backslash
17409 columncolor{darkgreen}
17410 \backslash
17411 centering}c
17412 \end_layout
17413
17414 \begin_layout Standard
17415 as \SpecialChar LaTeX
17416 -argument for this column.
17417  The first row should be light blue, therefore the \SpecialChar TeX
17418  Code command
17419 \end_layout
17420
17421 \begin_layout Standard
17422
17423 \series bold
17424
17425 \backslash
17426 rowcolor{cyan}
17427 \end_layout
17428
17429 \begin_layout Standard
17430 is inserted to the first cell of this row.
17431  Note that this overwrites the column color for the first cell.
17432  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17433  Code
17434  command
17435 \end_layout
17436
17437 \begin_layout Standard
17438
17439 \series bold
17440
17441 \backslash
17442 cellcolor{Maroon}
17443 \end_layout
17444
17445 \begin_layout Standard
17446 The characters could now be colored using the menu 
17447 \family sans
17448 Edit\SpecialChar menuseparator
17449 Text
17450 \begin_inset space ~
17451 \end_inset
17452
17453 Style
17454 \family default
17455 .
17456 \end_layout
17457
17458 \begin_layout Standard
17459 \begin_inset Float table
17460 placement h
17461 wide false
17462 sideways false
17463 status open
17464
17465 \begin_layout Plain Layout
17466 \begin_inset Caption Standard
17467
17468 \begin_layout Plain Layout
17469 \begin_inset CommandInset label
17470 LatexCommand label
17471 name "tab:Table-colored-using"
17472
17473 \end_inset
17474
17475 Table colored using the package 
17476 \series bold
17477 colortbl
17478 \series default
17479
17480 \begin_inset Argument 1
17481 status collapsed
17482
17483 \begin_layout Plain Layout
17484 Table with colortbl
17485 \end_layout
17486
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \begin_layout Plain Layout
17498 \align center
17499 \begin_inset Tabular
17500 <lyxtabular version="3" rows="3" columns="3">
17501 <features tabularvalignment="middle">
17502 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17503 <column alignment="center" valignment="top">
17504 <column alignment="center" valignment="top">
17505 <row>
17506 <cell alignment="center" valignment="top" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510 \begin_inset ERT
17511 status collapsed
17512
17513 \begin_layout Plain Layout
17514
17515
17516 \backslash
17517 rowcolor{cyan}
17518 \end_layout
17519
17520 \end_inset
17521
17522
17523 \color magenta
17524 a
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell alignment="center" valignment="top" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533
17534 \color red
17535 b
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544
17545 \color red
17546 c
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 <row>
17553 <cell alignment="center" valignment="top" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557
17558 \color yellow
17559 d
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568
17569 \color blue
17570 e
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 <cell alignment="center" valignment="top" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579
17580 \color blue
17581 f
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 </row>
17587 <row>
17588 <cell alignment="center" valignment="top" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592
17593 \color yellow
17594 g
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell alignment="center" valignment="top" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603
17604 \color blue
17605 h
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614 \begin_inset ERT
17615 status collapsed
17616
17617 \begin_layout Plain Layout
17618
17619
17620 \backslash
17621 cellcolor{Maroon}
17622 \end_layout
17623
17624 \end_inset
17625
17626
17627 \color green
17628 i
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 </row>
17634 </lyxtabular>
17635
17636 \end_inset
17637
17638
17639 \end_layout
17640
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \begin_layout Standard
17647 \begin_inset ERT
17648 status collapsed
17649
17650 \begin_layout Plain Layout
17651
17652
17653 \backslash
17654 else
17655 \end_layout
17656
17657 \end_inset
17658
17659
17660 \begin_inset Note Note
17661 status open
17662
17663 \begin_layout Plain Layout
17664 The following will be displayed when the \SpecialChar LaTeX
17665 -package 
17666 \series bold
17667 colortbl
17668 \series default
17669  is not installed:
17670 \end_layout
17671
17672 \end_inset
17673
17674
17675 \end_layout
17676
17677 \begin_layout Standard
17678 You need to install the package 
17679 \series bold
17680 colortbl
17681 \series default
17682  to see the content of this section in the output.
17683 \end_layout
17684
17685 \begin_layout Standard
17686 \begin_inset ERT
17687 status collapsed
17688
17689 \begin_layout Plain Layout
17690
17691
17692 \backslash
17693 fi
17694 \end_layout
17695
17696 \end_inset
17697
17698
17699 \end_layout
17700
17701 \begin_layout Subsection
17702 Colored Rows
17703 \begin_inset Index idx
17704 status collapsed
17705
17706 \begin_layout Plain Layout
17707 Table Color ! for Rows
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \begin_inset Index idx
17714 status collapsed
17715
17716 \begin_layout Plain Layout
17717 Color ! for Table Rows
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \begin_layout Standard
17726 In case every second table row needs to be colored there is an alternative
17727  to the method described in the previous section: One loads the package
17728  
17729 \series bold
17730 xcolor
17731 \series default
17732
17733 \begin_inset Index idx
17734 status collapsed
17735
17736 \begin_layout Plain Layout
17737 \SpecialChar LaTeX
17738 -packages ! xcolor
17739 \begin_inset ERT
17740 status collapsed
17741
17742 \begin_layout Plain Layout
17743
17744
17745 \backslash
17746 vspace{4mm}
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \end_inset
17755
17756  in the document preamble with the command
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \series bold
17762
17763 \backslash
17764 usepackage[table]{xcolor}
17765 \end_layout
17766
17767 \begin_layout Standard
17768
17769 \series bold
17770 xcolor
17771 \series default
17772  automatically loads also the package 
17773 \series bold
17774 colortbl
17775 \series default
17776
17777 \begin_inset Index idx
17778 status collapsed
17779
17780 \begin_layout Plain Layout
17781 \SpecialChar LaTeX
17782 -packages ! colortbl
17783 \end_layout
17784
17785 \end_inset
17786
17787 , so 
17788 \series bold
17789 colortbl
17790 \series default
17791  must be installed in your \SpecialChar LaTeX
17792 -distribution, otherwise you get \SpecialChar LaTeX
17793 -errors.
17794 \end_layout
17795
17796 \begin_layout Standard
17797 \begin_inset ERT
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801
17802
17803 \backslash
17804 ifcolortbl
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \begin_inset Note Note
17811 status open
17812
17813 \begin_layout Plain Layout
17814 The following section part will only be displayed when the \SpecialChar LaTeX
17815 -package 
17816 \series bold
17817 colortbl
17818 \series default
17819  is installed.
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \begin_layout Standard
17828 The table rows are colored with the command
17829 \end_layout
17830
17831 \begin_layout Standard
17832
17833 \series bold
17834
17835 \backslash
17836 rowcolors[commands]{row number}{odd row color}{even row color}
17837 \end_layout
17838
17839 \begin_layout Standard
17840 that is either inserted in the document preamble or as \SpecialChar TeX
17841  Code before the
17842  first table to be colored.
17843  row
17844 \begin_inset space ~
17845 \end_inset
17846
17847 number is the number of the first row which should be colored according
17848  to the odd row color.
17849  commands can be additional commands that are executed before every table
17850  row.
17851  So for example the command
17852 \end_layout
17853
17854 \begin_layout Standard
17855
17856 \series bold
17857
17858 \backslash
17859 rowcolors{1}{white}{lightgray}
17860 \end_layout
17861
17862 \begin_layout Standard
17863 leads to the coloring scheme of Table
17864 \begin_inset space ~
17865 \end_inset
17866
17867
17868 \begin_inset CommandInset ref
17869 LatexCommand ref
17870 reference "tab:Table-rowcolors"
17871
17872 \end_inset
17873
17874 .
17875  The command
17876 \end_layout
17877
17878 \begin_layout Standard
17879
17880 \series bold
17881
17882 \backslash
17883 rowcolors[
17884 \backslash
17885 hline]{1}{lightgray}{cyan}
17886 \end_layout
17887
17888 \begin_layout Standard
17889 leads to the coloring scheme of Table
17890 \begin_inset space ~
17891 \end_inset
17892
17893
17894 \begin_inset CommandInset ref
17895 LatexCommand ref
17896 reference "tab:Table-rowcolors-2"
17897
17898 \end_inset
17899
17900 .
17901  If odd
17902 \begin_inset space ~
17903 \end_inset
17904
17905 row
17906 \begin_inset space ~
17907 \end_inset
17908
17909 color and/or even
17910 \begin_inset space ~
17911 \end_inset
17912
17913 row
17914 \begin_inset space ~
17915 \end_inset
17916
17917 color are left empty, no color will be used so that the command
17918 \end_layout
17919
17920 \begin_layout Standard
17921
17922 \series bold
17923
17924 \backslash
17925 rowcolors{1}{}{}
17926 \end_layout
17927
17928 \begin_layout Standard
17929 deletes all colors.
17930  
17931 \series bold
17932
17933 \backslash
17934 rowcolors
17935 \series default
17936  affects all tables following that command.
17937 \end_layout
17938
17939 \begin_layout Standard
17940 \begin_inset ERT
17941 status open
17942
17943 \begin_layout Plain Layout
17944
17945
17946 \backslash
17947 rowcolors{1}{white}{lightgray}
17948 \end_layout
17949
17950 \end_inset
17951
17952
17953 \end_layout
17954
17955 \begin_layout Standard
17956 \begin_inset Float table
17957 placement h
17958 wide false
17959 sideways false
17960 status open
17961
17962 \begin_layout Plain Layout
17963 \begin_inset Caption Standard
17964
17965 \begin_layout Plain Layout
17966 \begin_inset CommandInset label
17967 LatexCommand label
17968 name "tab:Table-rowcolors"
17969
17970 \end_inset
17971
17972 Table where every second row is colored light gray.
17973 \end_layout
17974
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \begin_layout Plain Layout
17981 \align center
17982 \begin_inset Tabular
17983 <lyxtabular version="3" rows="4" columns="3">
17984 <features tabularvalignment="middle">
17985 <column alignment="center" valignment="top">
17986 <column alignment="center" valignment="top" width="0pt">
17987 <column alignment="center" valignment="top" width="0pt">
17988 <row>
17989 <cell alignment="center" valignment="top" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993 X
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002 Y
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 <cell alignment="center" valignment="top" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011 Z
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 </row>
18017 <row>
18018 <cell alignment="center" valignment="top" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022 1
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 <cell alignment="center" valignment="top" usebox="none">
18028 \begin_inset Text
18029
18030 \begin_layout Plain Layout
18031 2
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 <cell alignment="center" valignment="top" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040 3
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 </row>
18046 <row>
18047 <cell alignment="center" valignment="top" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051 4
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060 5
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 6
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 </row>
18075 <row>
18076 <cell alignment="center" valignment="top" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 7
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 8
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 9
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 </row>
18104 </lyxtabular>
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \begin_layout Standard
18117 \begin_inset ERT
18118 status open
18119
18120 \begin_layout Plain Layout
18121
18122
18123 \backslash
18124 rowcolors[
18125 \backslash
18126 hline]{1}{lightgray}{cyan}
18127 \end_layout
18128
18129 \end_inset
18130
18131
18132 \end_layout
18133
18134 \begin_layout Standard
18135 \begin_inset Float table
18136 placement h
18137 wide false
18138 sideways false
18139 status open
18140
18141 \begin_layout Plain Layout
18142 \begin_inset Caption Standard
18143
18144 \begin_layout Plain Layout
18145 \begin_inset CommandInset label
18146 LatexCommand label
18147 name "tab:Table-rowcolors-2"
18148
18149 \end_inset
18150
18151 Table where every second row is colored cyan and at which there is a line
18152  between each row.
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Plain Layout
18161 \align center
18162 \begin_inset Tabular
18163 <lyxtabular version="3" rows="4" columns="3">
18164 <features tabularvalignment="middle">
18165 <column alignment="center" valignment="top">
18166 <column alignment="center" valignment="top">
18167 <column alignment="center" valignment="top" width="0pt">
18168 <row>
18169 <cell alignment="center" valignment="top" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 X
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 Y
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191 Z
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 </row>
18197 <row>
18198 <cell alignment="center" valignment="top" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202 1
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 2
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 <cell alignment="center" valignment="top" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220 3
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 </row>
18226 <row>
18227 <cell alignment="center" valignment="top" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 4
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240 5
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249 6
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 </row>
18255 <row>
18256 <cell alignment="center" valignment="top" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 7
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 8
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 <cell alignment="center" valignment="top" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278 9
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 </row>
18284 </lyxtabular>
18285
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \end_inset
18292
18293
18294 \end_layout
18295
18296 \begin_layout Standard
18297 \begin_inset ERT
18298 status collapsed
18299
18300 \begin_layout Plain Layout
18301
18302
18303 \backslash
18304 rowcolors{1}{}{}
18305 \end_layout
18306
18307 \end_inset
18308
18309
18310 \begin_inset Note Note
18311 status collapsed
18312
18313 \begin_layout Plain Layout
18314 turns off the row coloring
18315 \end_layout
18316
18317 \end_inset
18318
18319
18320 \end_layout
18321
18322 \begin_layout Standard
18323 \begin_inset ERT
18324 status collapsed
18325
18326 \begin_layout Plain Layout
18327
18328
18329 \backslash
18330 else
18331 \end_layout
18332
18333 \end_inset
18334
18335
18336 \begin_inset Note Note
18337 status open
18338
18339 \begin_layout Plain Layout
18340 The following will be displayed when the \SpecialChar LaTeX
18341 -package 
18342 \series bold
18343 colortbl
18344 \series default
18345  is not installed:
18346 \end_layout
18347
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \begin_layout Standard
18354 You need to install the package 
18355 \series bold
18356 colortbl
18357 \series default
18358  to see the content of this section in the output.
18359 \end_layout
18360
18361 \begin_layout Standard
18362 \begin_inset ERT
18363 status collapsed
18364
18365 \begin_layout Plain Layout
18366
18367
18368 \backslash
18369 fi
18370 \end_layout
18371
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \begin_layout Subsection
18378 Colored Lines
18379 \begin_inset Index idx
18380 status collapsed
18381
18382 \begin_layout Plain Layout
18383 Table Color ! for Lines
18384 \end_layout
18385
18386 \end_inset
18387
18388
18389 \begin_inset Index idx
18390 status collapsed
18391
18392 \begin_layout Plain Layout
18393 Color ! for Table Lines
18394 \end_layout
18395
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \begin_layout Standard
18402 As described in section
18403 \begin_inset space ~
18404 \end_inset
18405
18406
18407 \begin_inset CommandInset ref
18408 LatexCommand ref
18409 reference "subsec:Line-Thickness"
18410
18411 \end_inset
18412
18413 , the line thickness for all lines in a table can be adjusted with the length
18414  
18415 \series bold
18416
18417 \backslash
18418 arrayrulewidth
18419 \series default
18420 .
18421  It is set to 1.5
18422 \begin_inset space \thinspace{}
18423 \end_inset
18424
18425 pt for all tables of this section.
18426 \begin_inset ERT
18427 status collapsed
18428
18429 \begin_layout Plain Layout
18430
18431
18432 \backslash
18433 setlength{
18434 \backslash
18435 arrayrulewidth}{1.5pt}
18436 \end_layout
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 To color vertical lines for example with green, create the following column
18445  format in the document preamble, according to the description in section
18446 \begin_inset space ~
18447 \end_inset
18448
18449
18450 \begin_inset CommandInset ref
18451 LatexCommand ref
18452 reference "subsec:Customized-Format"
18453
18454 \end_inset
18455
18456 :
18457 \end_layout
18458
18459 \begin_layout Standard
18460
18461 \series bold
18462
18463 \backslash
18464 newcolumntype{W}{!{
18465 \backslash
18466 color{green}
18467 \backslash
18468 vline}}
18469 \end_layout
18470
18471 \begin_layout Standard
18472 For Table
18473 \begin_inset space ~
18474 \end_inset
18475
18476
18477 \begin_inset CommandInset ref
18478 LatexCommand ref
18479 reference "tab:Table-with-vertical-colored"
18480
18481 \end_inset
18482
18483  the \SpecialChar LaTeX
18484 -argument
18485 \series bold
18486  WcW
18487 \series default
18488  was used for the last column and
18489 \series bold
18490  Wc
18491 \series default
18492  for the other columns.
18493 \end_layout
18494
18495 \begin_layout Standard
18496 If you want to have several colors, define more column formats.
18497 \end_layout
18498
18499 \begin_layout Standard
18500 \begin_inset Float table
18501 placement h
18502 wide false
18503 sideways false
18504 status open
18505
18506 \begin_layout Plain Layout
18507 \begin_inset Caption Standard
18508
18509 \begin_layout Plain Layout
18510 \begin_inset CommandInset label
18511 LatexCommand label
18512 name "tab:Table-with-vertical-colored"
18513
18514 \end_inset
18515
18516 Table with colored vertical lines
18517 \end_layout
18518
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \begin_layout Plain Layout
18525 \align center
18526 \begin_inset Tabular
18527 <lyxtabular version="3" rows="3" columns="3">
18528 <features tabularvalignment="middle">
18529 <column alignment="center" valignment="top" special="Wc">
18530 <column alignment="center" valignment="top" special="Wc">
18531 <column alignment="center" valignment="top" special="WcW">
18532 <row>
18533 <cell alignment="center" valignment="top" topline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 sd
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" topline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 <row>
18562 <cell alignment="center" valignment="top" topline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 <cell alignment="center" valignment="top" topline="true" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575 sd
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 </row>
18590 <row>
18591 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 sd
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 </lyxtabular>
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \end_inset
18627
18628
18629 \end_layout
18630
18631 \begin_layout Standard
18632 \begin_inset VSpace bigskip
18633 \end_inset
18634
18635 To color all horizontal lines for example with red, as in Table
18636 \begin_inset space ~
18637 \end_inset
18638
18639
18640 \begin_inset CommandInset ref
18641 LatexCommand ref
18642 reference "tab:Table-with-horizontal-colored"
18643
18644 \end_inset
18645
18646 , insert these commands in \SpecialChar TeX
18647  code before the table or table float:
18648 \end_layout
18649
18650 \begin_layout Standard
18651
18652 \series bold
18653
18654 \backslash
18655 let
18656 \backslash
18657 myHlineC
18658 \backslash
18659 hline
18660 \begin_inset Newline newline
18661 \end_inset
18662
18663
18664 \backslash
18665 renewcommand{
18666 \backslash
18667 hline}
18668 \begin_inset Newline newline
18669 \end_inset
18670
18671
18672 \begin_inset Phantom HPhantom
18673 status open
18674
18675 \begin_layout Plain Layout
18676
18677 \series bold
18678 \begin_inset space ~
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \end_inset
18685
18686 {
18687 \backslash
18688 arrayrulecolor{red}
18689 \backslash
18690 myHlineC
18691 \backslash
18692 arrayrulecolor{black}}
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset ERT
18697 status collapsed
18698
18699 \begin_layout Plain Layout
18700
18701
18702 \backslash
18703 let
18704 \backslash
18705 myHlineC
18706 \backslash
18707 hline
18708 \end_layout
18709
18710 \begin_layout Plain Layout
18711
18712
18713 \backslash
18714 renewcommand{
18715 \backslash
18716 hline}
18717 \end_layout
18718
18719 \begin_layout Plain Layout
18720
18721  {
18722 \backslash
18723 arrayrulecolor{red}
18724 \backslash
18725 myHlineC
18726 \backslash
18727 arrayrulecolor{black}}
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \begin_inset Float table
18734 placement h
18735 wide false
18736 sideways false
18737 status open
18738
18739 \begin_layout Plain Layout
18740 \begin_inset Caption Standard
18741
18742 \begin_layout Plain Layout
18743 \begin_inset CommandInset label
18744 LatexCommand label
18745 name "tab:Table-with-horizontal-colored"
18746
18747 \end_inset
18748
18749 Table with colored horizontal lines
18750 \end_layout
18751
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \begin_layout Plain Layout
18758 \align center
18759 \begin_inset Tabular
18760 <lyxtabular version="3" rows="3" columns="3">
18761 <features tabularvalignment="middle">
18762 <column alignment="center" valignment="top">
18763 <column alignment="center" valignment="top">
18764 <column alignment="center" valignment="top">
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770 sd
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 </row>
18794 <row>
18795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18796 \begin_inset Text
18797
18798 \begin_layout Plain Layout
18799
18800 \end_layout
18801
18802 \end_inset
18803 </cell>
18804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18805 \begin_inset Text
18806
18807 \begin_layout Plain Layout
18808 sd
18809 \end_layout
18810
18811 \end_inset
18812 </cell>
18813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 </row>
18823 <row>
18824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 sd
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 </lyxtabular>
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \end_inset
18860
18861
18862 \end_layout
18863
18864 \begin_layout Standard
18865 To return to the default line color black, insert this command in \SpecialChar TeX
18866  code
18867  after the table or table float:
18868 \end_layout
18869
18870 \begin_layout Standard
18871
18872 \series bold
18873
18874 \backslash
18875 renewcommand{
18876 \backslash
18877 hline}{
18878 \backslash
18879 myHlineC}
18880 \end_layout
18881
18882 \begin_layout Standard
18883 Table
18884 \begin_inset space ~
18885 \end_inset
18886
18887
18888 \begin_inset CommandInset ref
18889 LatexCommand ref
18890 reference "tab:Table-with-colored"
18891
18892 \end_inset
18893
18894  is an example with colored vertical and horizontal lines.
18895 \end_layout
18896
18897 \begin_layout Standard
18898 \begin_inset Float table
18899 placement h
18900 wide false
18901 sideways false
18902 status open
18903
18904 \begin_layout Plain Layout
18905 \begin_inset Caption Standard
18906
18907 \begin_layout Plain Layout
18908 \begin_inset CommandInset label
18909 LatexCommand label
18910 name "tab:Table-with-colored"
18911
18912 \end_inset
18913
18914 Table with colored lines
18915 \end_layout
18916
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \begin_layout Plain Layout
18923 \align center
18924 \begin_inset Tabular
18925 <lyxtabular version="3" rows="3" columns="3">
18926 <features tabularvalignment="middle">
18927 <column alignment="center" valignment="top" special="Wc">
18928 <column alignment="center" valignment="top" special="Wc">
18929 <column alignment="center" valignment="top" special="WcW">
18930 <row>
18931 <cell alignment="center" valignment="top" topline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935 sd
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 <cell alignment="center" valignment="top" topline="true" usebox="none">
18941 \begin_inset Text
18942
18943 \begin_layout Plain Layout
18944
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 <cell alignment="center" valignment="top" topline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 </row>
18959 <row>
18960 <cell alignment="center" valignment="top" topline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 <cell alignment="center" valignment="top" topline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973 sd
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 <cell alignment="center" valignment="top" topline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982
18983 \end_layout
18984
18985 \end_inset
18986 </cell>
18987 </row>
18988 <row topspace="default">
18989 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011 sd
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 </row>
19017 </lyxtabular>
19018
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout Standard
19030 \begin_inset ERT
19031 status collapsed
19032
19033 \begin_layout Plain Layout
19034
19035
19036 \backslash
19037 renewcommand{
19038 \backslash
19039 hline}{
19040 \backslash
19041 myHlineC}
19042 \end_layout
19043
19044 \end_inset
19045
19046
19047 \end_layout
19048
19049 \begin_layout Standard
19050 \begin_inset ERT
19051 status collapsed
19052
19053 \begin_layout Plain Layout
19054
19055
19056 \backslash
19057 setlength{
19058 \backslash
19059 arrayrulewidth}{1.2pt}
19060 \end_layout
19061
19062 \end_inset
19063
19064
19065 \end_layout
19066
19067 \begin_layout Standard
19068 To color only some of the table lines another strategy is necessary.
19069  To color all following horizontal lines, insert this command as \SpecialChar TeX
19070  code as
19071  last thing in the row that should be above the first colored line:
19072 \end_layout
19073
19074 \begin_layout Standard
19075
19076 \series bold
19077
19078 \backslash
19079
19080 \backslash
19081
19082 \backslash
19083 arrayrulecolor{blue}%
19084 \end_layout
19085
19086 \begin_layout Standard
19087 To go back to black lines, add this command as first thing in the row that
19088  is above the black lines:
19089 \end_layout
19090
19091 \begin_layout Standard
19092
19093 \series bold
19094
19095 \backslash
19096 arrayrulecolor{black}
19097 \end_layout
19098
19099 \begin_layout Standard
19100 With this one can color table lines like in Table
19101 \begin_inset space ~
19102 \end_inset
19103
19104
19105 \begin_inset CommandInset ref
19106 LatexCommand ref
19107 reference "tab:Table-with-different-hor"
19108
19109 \end_inset
19110
19111 .
19112  However, with this method it is not possible to color the line above the
19113  first row of a table.
19114 \end_layout
19115
19116 \begin_layout Standard
19117 \begin_inset Float table
19118 wide false
19119 sideways false
19120 status open
19121
19122 \begin_layout Plain Layout
19123 \begin_inset Caption Standard
19124
19125 \begin_layout Plain Layout
19126 \begin_inset CommandInset label
19127 LatexCommand label
19128 name "tab:Table-with-different-hor"
19129
19130 \end_inset
19131
19132 Table with different horizontal line colors.
19133 \end_layout
19134
19135 \end_inset
19136
19137
19138 \end_layout
19139
19140 \begin_layout Plain Layout
19141 \align center
19142 \begin_inset Tabular
19143 <lyxtabular version="3" rows="6" columns="7">
19144 <features tabularvalignment="middle">
19145 <column alignment="center" valignment="top">
19146 <column alignment="center" valignment="top">
19147 <column alignment="center" valignment="top">
19148 <column alignment="center" valignment="top">
19149 <column alignment="center" valignment="top">
19150 <column alignment="center" valignment="top">
19151 <column alignment="center" valignment="top">
19152 <row>
19153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19154 \begin_inset Text
19155
19156 \begin_layout Plain Layout
19157
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 <cell alignment="center" valignment="top" topline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" topline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" topline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 <cell alignment="center" valignment="top" topline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 <cell alignment="center" valignment="top" topline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202
19203 \end_layout
19204
19205 \end_inset
19206 </cell>
19207 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211 \begin_inset ERT
19212 status open
19213
19214 \begin_layout Plain Layout
19215
19216
19217 \backslash
19218
19219 \backslash
19220
19221 \backslash
19222 arrayrulecolor{blue}%
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 </row>
19233 <row>
19234 <cell alignment="center" valignment="top" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 Y
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 Y
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 \begin_inset ERT
19304 status open
19305
19306 \begin_layout Plain Layout
19307
19308
19309 \backslash
19310 arrayrulecolor{black}
19311 \end_layout
19312
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 <cell alignment="center" valignment="top" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 <cell alignment="center" valignment="top" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 <cell alignment="center" valignment="top" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 </row>
19375 <row>
19376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 <cell alignment="center" valignment="top" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 <cell alignment="center" valignment="top" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset ERT
19435 status collapsed
19436
19437 \begin_layout Plain Layout
19438
19439
19440 \backslash
19441
19442 \backslash
19443
19444 \backslash
19445 arrayrulecolor{green}%
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 <row>
19457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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" bottomline="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" bottomline="true" rightline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 </row>
19521 <row>
19522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 \begin_inset ERT
19527 status collapsed
19528
19529 \begin_layout Plain Layout
19530
19531
19532 \backslash
19533 arrayrulecolor{black}
19534 \end_layout
19535
19536 \end_inset
19537
19538 B
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset ERT
19593 status collapsed
19594
19595 \begin_layout Plain Layout
19596
19597
19598 \backslash
19599
19600 \backslash
19601
19602 \backslash
19603 arrayrulecolor{blue}%
19604 \end_layout
19605
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 </row>
19614 </lyxtabular>
19615
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \begin_layout Standard
19627 To change the color of vertical lines within a row, like in Table
19628 \begin_inset space ~
19629 \end_inset
19630
19631
19632 \begin_inset CommandInset ref
19633 LatexCommand ref
19634 reference "tab:Table-with-different-ver"
19635
19636 \end_inset
19637
19638 , one needs to use multicolumns.
19639  At first one needs to remove all vertical lines that don't run along the
19640  whole column.
19641  Now one colors all lines using the command
19642 \end_layout
19643
19644 \begin_layout Standard
19645
19646 \series bold
19647
19648 \backslash
19649
19650 \backslash
19651
19652 \backslash
19653 arrayrulecolor{blue}%
19654 \end_layout
19655
19656 \begin_layout Standard
19657 as above.
19658  Finally one inserts this command as \SpecialChar TeX
19659  code to every cell in the row where
19660  one needs a vertical line in a different color:
19661 \end_layout
19662
19663 \begin_layout Standard
19664
19665 \series bold
19666
19667 \backslash
19668 multicolumn{1}{!{
19669 \backslash
19670 color{green}
19671 \backslash
19672 vline}c!{
19673 \backslash
19674 color{red}
19675 \backslash
19676 vline}}{
19677 \end_layout
19678
19679 \begin_layout Standard
19680 This adds a vertical line to both sides of the cell.
19681  The left one will be green, the right one red.
19682  If no color change is necessary one can omit the 
19683 \series bold
19684
19685 \backslash
19686 color
19687 \series default
19688  command in the above command.
19689  To get for example a black left line and a blue right line you can write:
19690 \end_layout
19691
19692 \begin_layout Standard
19693
19694 \series bold
19695
19696 \backslash
19697 multicolumn{1}{!{
19698 \backslash
19699 color{black}
19700 \backslash
19701 vline}c|}{
19702 \end_layout
19703
19704 \begin_layout Standard
19705 because the color blue was already set for all lines.
19706  The 
19707 \series bold
19708 |
19709 \series default
19710  creates hereby the vertical line while 
19711 \series bold
19712
19713 \backslash
19714 vline
19715 \series default
19716  does this when 
19717 \series bold
19718
19719 \backslash
19720 color
19721 \series default
19722  is used.
19723  To set vertical lines without changing any color use
19724 \end_layout
19725
19726 \begin_layout Standard
19727
19728 \series bold
19729
19730 \backslash
19731 multicolumn{1}{|c|}{
19732 \end_layout
19733
19734 \begin_layout Standard
19735 After this command insert the cell content the normal way and end the cell
19736  with a closing brace 
19737 \series bold
19738 }
19739 \series default
19740  in \SpecialChar TeX
19741  code.
19742 \end_layout
19743
19744 \begin_layout Standard
19745 \begin_inset Float table
19746 wide false
19747 sideways false
19748 status open
19749
19750 \begin_layout Plain Layout
19751 \begin_inset Caption Standard
19752
19753 \begin_layout Plain Layout
19754 \begin_inset CommandInset label
19755 LatexCommand label
19756 name "tab:Table-with-different-ver"
19757
19758 \end_inset
19759
19760 Table with different vertical line colors in one row.
19761 \end_layout
19762
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \begin_layout Plain Layout
19769 \align center
19770 \begin_inset Tabular
19771 <lyxtabular version="3" rows="5" columns="7">
19772 <features tabularvalignment="middle">
19773 <column alignment="center" valignment="top">
19774 <column alignment="center" valignment="top">
19775 <column alignment="center" valignment="top">
19776 <column alignment="center" valignment="top">
19777 <column alignment="center" valignment="top">
19778 <column alignment="center" valignment="top">
19779 <column alignment="center" valignment="top">
19780 <row>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 <cell alignment="center" valignment="top" topline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 <cell alignment="center" valignment="top" topline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 <cell alignment="center" valignment="top" topline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" topline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 <cell alignment="center" valignment="top" topline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839 \begin_inset ERT
19840 status open
19841
19842 \begin_layout Plain Layout
19843
19844
19845 \backslash
19846
19847 \backslash
19848
19849 \backslash
19850 arrayrulecolor{red}%
19851 \end_layout
19852
19853 \end_inset
19854
19855
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 </row>
19861 <row>
19862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866 \begin_inset ERT
19867 status open
19868
19869 \begin_layout Plain Layout
19870
19871
19872 \backslash
19873 multicolumn{1}{!{
19874 \backslash
19875 color{black}
19876 \backslash
19877 vline}c|}{
19878 \end_layout
19879
19880 \end_inset
19881
19882 Y
19883 \begin_inset ERT
19884 status collapsed
19885
19886 \begin_layout Plain Layout
19887
19888 }
19889 \end_layout
19890
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 \begin_inset ERT
19939 status open
19940
19941 \begin_layout Plain Layout
19942
19943
19944 \backslash
19945 multicolumn{1}{c|}{
19946 \end_layout
19947
19948 \end_inset
19949
19950
19951 \begin_inset ERT
19952 status collapsed
19953
19954 \begin_layout Plain Layout
19955
19956 }
19957 \end_layout
19958
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970 \begin_inset ERT
19971 status open
19972
19973 \begin_layout Plain Layout
19974
19975
19976 \backslash
19977 multicolumn{1}{c!{
19978 \backslash
19979 color{black}
19980 \backslash
19981 vline}}{
19982 \end_layout
19983
19984 \end_inset
19985
19986 Y
19987 \begin_inset ERT
19988 status collapsed
19989
19990 \begin_layout Plain Layout
19991
19992 }
19993 \end_layout
19994
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 </row>
20003 <row>
20004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 \begin_inset ERT
20009 status collapsed
20010
20011 \begin_layout Plain Layout
20012
20013
20014 \backslash
20015 arrayrulecolor{black}
20016 \end_layout
20017
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 <cell alignment="center" valignment="top" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 <cell alignment="center" valignment="top" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 <cell alignment="center" valignment="top" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065
20066 \end_layout
20067
20068 \end_inset
20069 </cell>
20070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074 \begin_inset ERT
20075 status collapsed
20076
20077 \begin_layout Plain Layout
20078
20079
20080 \backslash
20081
20082 \backslash
20083
20084 \backslash
20085 arrayrulecolor{magenta}%
20086 \end_layout
20087
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 <row>
20097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101 \begin_inset ERT
20102 status collapsed
20103
20104 \begin_layout Plain Layout
20105
20106
20107 \backslash
20108 multicolumn{1}{|c!{
20109 \backslash
20110 color{red}
20111 \backslash
20112 vline}}{
20113 \end_layout
20114
20115 \end_inset
20116
20117
20118 \begin_inset ERT
20119 status collapsed
20120
20121 \begin_layout Plain Layout
20122
20123 }
20124 \end_layout
20125
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 \begin_inset ERT
20138 status collapsed
20139
20140 \begin_layout Plain Layout
20141
20142
20143 \backslash
20144 multicolumn{1}{c!{
20145 \backslash
20146 color{green}
20147 \backslash
20148 vline}}{
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \begin_inset ERT
20155 status collapsed
20156
20157 \begin_layout Plain Layout
20158
20159 }
20160 \end_layout
20161
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset ERT
20174 status collapsed
20175
20176 \begin_layout Plain Layout
20177
20178
20179 \backslash
20180 multicolumn{1}{c!{
20181 \backslash
20182 color{yellow}
20183 \backslash
20184 vline}}{
20185 \end_layout
20186
20187 \end_inset
20188
20189
20190 \begin_inset ERT
20191 status collapsed
20192
20193 \begin_layout Plain Layout
20194
20195 }
20196 \end_layout
20197
20198 \end_inset
20199
20200
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 \begin_inset ERT
20210 status collapsed
20211
20212 \begin_layout Plain Layout
20213
20214
20215 \backslash
20216 multicolumn{1}{c!{
20217 \backslash
20218 color{blue}
20219 \backslash
20220 vline}}{
20221 \end_layout
20222
20223 \end_inset
20224
20225
20226 \begin_inset ERT
20227 status collapsed
20228
20229 \begin_layout Plain Layout
20230
20231 }
20232 \end_layout
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245 \begin_inset ERT
20246 status collapsed
20247
20248 \begin_layout Plain Layout
20249
20250
20251 \backslash
20252 multicolumn{1}{c!{
20253 \backslash
20254 color{cyan}
20255 \backslash
20256 vline}}{
20257 \end_layout
20258
20259 \end_inset
20260
20261
20262 \begin_inset ERT
20263 status collapsed
20264
20265 \begin_layout Plain Layout
20266
20267 }
20268 \end_layout
20269
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset ERT
20282 status collapsed
20283
20284 \begin_layout Plain Layout
20285
20286
20287 \backslash
20288 multicolumn{1}{c!{
20289 \backslash
20290 color{black}
20291 \backslash
20292 vline}}{
20293 \end_layout
20294
20295 \end_inset
20296
20297
20298 \begin_inset ERT
20299 status collapsed
20300
20301 \begin_layout Plain Layout
20302
20303 }
20304 \end_layout
20305
20306 \end_inset
20307
20308
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317 \begin_inset ERT
20318 status collapsed
20319
20320 \begin_layout Plain Layout
20321
20322
20323 \backslash
20324 multicolumn{1}{c|}{
20325 \end_layout
20326
20327 \end_inset
20328
20329
20330 \begin_inset ERT
20331 status collapsed
20332
20333 \begin_layout Plain Layout
20334
20335 }
20336 \end_layout
20337
20338 \end_inset
20339
20340
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 </row>
20346 <row>
20347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351 \begin_inset ERT
20352 status collapsed
20353
20354 \begin_layout Plain Layout
20355
20356
20357 \backslash
20358 arrayrulecolor{black}
20359 \end_layout
20360
20361 \end_inset
20362
20363 B
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372
20373 \end_layout
20374
20375 \end_inset
20376 </cell>
20377 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 </lyxtabular>
20424
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \begin_layout Standard
20436 \begin_inset ERT
20437 status collapsed
20438
20439 \begin_layout Plain Layout
20440
20441
20442 \backslash
20443 setlength{
20444 \backslash
20445 arrayrulewidth}{0.4pt}
20446 \end_layout
20447
20448 \end_inset
20449
20450
20451 \end_layout
20452
20453 \begin_layout Section
20454 Rotated Table Cells
20455 \begin_inset CommandInset label
20456 LatexCommand label
20457 name "sec:Rotated-Table-Cells"
20458
20459 \end_inset
20460
20461
20462 \begin_inset Index idx
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466 Table ! Rotated Cells
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \begin_inset Index idx
20473 status collapsed
20474
20475 \begin_layout Plain Layout
20476 Rotated Material
20477 \end_layout
20478
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \begin_layout Standard
20485 \begin_inset Note Greyedout
20486 status open
20487
20488 \begin_layout Plain Layout
20489
20490 \series bold
20491 Note:
20492 \series default
20493  Not all DVI-viewers are able to display rotations.
20494 \end_layout
20495
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \begin_layout Standard
20502 Table
20503 \begin_inset space ~
20504 \end_inset
20505
20506
20507 \begin_inset CommandInset ref
20508 LatexCommand ref
20509 reference "tab:Table-with-rotated"
20510 plural "false"
20511 caps "false"
20512 noprefix "false"
20513
20514 \end_inset
20515
20516  is an example where 3
20517 \begin_inset space ~
20518 \end_inset
20519
20520 cells were rotated by 45
20521 \begin_inset space \thinspace{}
20522 \end_inset
20523
20524 °.
20525 \end_layout
20526
20527 \begin_layout Standard
20528 \begin_inset Float table
20529 placement h
20530 wide false
20531 sideways false
20532 status open
20533
20534 \begin_layout Plain Layout
20535 \begin_inset Caption Standard
20536
20537 \begin_layout Plain Layout
20538 \begin_inset CommandInset label
20539 LatexCommand label
20540 name "tab:Table-with-rotated"
20541
20542 \end_inset
20543
20544 Table with rotated cells in the first row.
20545 \end_layout
20546
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \begin_layout Plain Layout
20553 \noindent
20554 \align center
20555 \begin_inset Tabular
20556 <lyxtabular version="3" rows="2" columns="3">
20557 <features tabularvalignment="middle">
20558 <column alignment="center" valignment="top" width="0pt">
20559 <column alignment="center" valignment="top" width="0pt">
20560 <column alignment="center" valignment="top" width="0pt">
20561 <row>
20562 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566 cups
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20572 \begin_inset Text
20573
20574 \begin_layout Plain Layout
20575 plates
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584 saucers
20585 \end_layout
20586
20587 \end_inset
20588 </cell>
20589 </row>
20590 <row>
20591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 45
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 33
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613 21
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 </row>
20619 </lyxtabular>
20620
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \end_inset
20627
20628
20629 \end_layout
20630
20631 \begin_layout Standard
20632 \begin_inset Note Greyedout
20633 status open
20634
20635 \begin_layout Plain Layout
20636
20637 \series bold
20638 Note:
20639 \series default
20640  Line breaks (shortcut 
20641 \begin_inset Info
20642 type  "shortcut"
20643 arg   "newline-insert newline"
20644 \end_inset
20645
20646 ) are not allowed in rotated cells.
20647 \end_layout
20648
20649 \end_inset
20650
20651
20652 \end_layout
20653
20654 \begin_layout Standard
20655 If you want to rotate table cells containing line breaks, you have to put
20656  the cell content into a minipage or a parbox.
20657 \begin_inset Foot
20658 status collapsed
20659
20660 \begin_layout Plain Layout
20661 For more about these boxes see sec.
20662 \begin_inset space \thinspace{}
20663 \end_inset
20664
20665
20666 \begin_inset CommandInset ref
20667 LatexCommand ref
20668 reference "sec:Minipages"
20669
20670 \end_inset
20671
20672  and 
20673 \begin_inset CommandInset ref
20674 LatexCommand ref
20675 reference "sec:Parboxes"
20676
20677 \end_inset
20678
20679 .
20680 \end_layout
20681
20682 \end_inset
20683
20684  If you rotate this cell by 90
20685 \begin_inset space \thinspace{}
20686 \end_inset
20687
20688 ° the width of the box is the height of the cell.
20689  To avoid to estimate a suitable box width one can use a minipage with a
20690  variable width.
20691  Such a box is inserted by loading the module 
20692 \family sans
20693 Variable-width
20694 \begin_inset space ~
20695 \end_inset
20696
20697 Minipages
20698 \family default
20699  in the document settings.
20700  Then one can use the menu 
20701 \family sans
20702 Insert\SpecialChar menuseparator
20703 Custom
20704 \begin_inset space ~
20705 \end_inset
20706
20707 Insets\SpecialChar menuseparator
20708 Minipage
20709 \begin_inset space ~
20710 \end_inset
20711
20712
20713 \family default
20714 (Var.
20715 \begin_inset space ~
20716 \end_inset
20717
20718 Width).
20719  Table
20720 \begin_inset space ~
20721 \end_inset
20722
20723
20724 \begin_inset CommandInset ref
20725 LatexCommand ref
20726 reference "tab:Table-with-rotated-multi"
20727
20728 \end_inset
20729
20730  is an example for a rotated multiline cell where a variable width minipage
20731  is used.
20732 \end_layout
20733
20734 \begin_layout Standard
20735 \begin_inset Float table
20736 wide false
20737 sideways false
20738 status open
20739
20740 \begin_layout Plain Layout
20741 \begin_inset Caption Standard
20742
20743 \begin_layout Plain Layout
20744 \begin_inset CommandInset label
20745 LatexCommand label
20746 name "tab:Table-with-rotated-multi"
20747
20748 \end_inset
20749
20750 Table with rotated multiline cell.
20751 \end_layout
20752
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \begin_layout Plain Layout
20759 \noindent
20760 \align center
20761 \begin_inset Tabular
20762 <lyxtabular version="3" rows="2" columns="3">
20763 <features tabularvalignment="middle">
20764 <column alignment="center" valignment="top">
20765 <column alignment="center" valignment="top" width="0pt">
20766 <column alignment="center" valignment="top">
20767 <row>
20768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772 a
20773 \end_layout
20774
20775 \end_inset
20776 </cell>
20777 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 \begin_inset Flex Minipage (Var. Width)
20782 status open
20783
20784 \begin_layout Plain Layout
20785 rotated cell
20786 \begin_inset Newline newline
20787 \end_inset
20788
20789 with line break
20790 \begin_inset space ~
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807 e
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 </row>
20813 <row>
20814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 b
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 c
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836 d
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 </row>
20842 </lyxtabular>
20843
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Section
20855 Table Width Calculation
20856 \begin_inset CommandInset label
20857 LatexCommand label
20858 name "sec:Table-Width-Calculation"
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Standard
20866 For wide tables it is sometimes difficult to assure that the table does
20867  not protrude over the page margin.
20868  Setting a fixed width for every column of the table is the solution, but
20869  what amount of space is needed for each column?
20870 \end_layout
20871
20872 \begin_layout Standard
20873 The table width 
20874 \begin_inset Formula $W_{\mathrm{table}}$
20875 \end_inset
20876
20877  can be calculated: Every column has the width of the specified column width
20878  
20879 \begin_inset Formula $W_{\mathrm{column}}$
20880 \end_inset
20881
20882  (that the content of the column can consume) plus two times the separation
20883  between the column content and the column border (\SpecialChar LaTeX
20884  length
20885 \series bold
20886  
20887 \backslash
20888 tabcolsep
20889 \series default
20890 , default 6
20891 \begin_inset space \thinspace{}
20892 \end_inset
20893
20894 pt) plus the width of a border line (\SpecialChar LaTeX
20895  length 
20896 \series bold
20897
20898 \backslash
20899 arrayrulewidth
20900 \series default
20901 , default 0.4
20902 \begin_inset space \thinspace{}
20903 \end_inset
20904
20905 pt): So if all 
20906 \begin_inset Formula $n$
20907 \end_inset
20908
20909
20910 \begin_inset space ~
20911 \end_inset
20912
20913 columns have the same width, the table width is
20914 \begin_inset Formula 
20915 \begin{equation}
20916 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20917 \end{equation}
20918
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \begin_layout Standard
20925 The available width for a table is the space between the page margins or
20926  the width of a text column (for a two-column document) (\SpecialChar LaTeX
20927  length 
20928 \series bold
20929
20930 \backslash
20931 columnwidth
20932 \series default
20933 ).
20934  If all table columns should have the same width and 
20935 \begin_inset Formula $W_{\mathrm{table}}$
20936 \end_inset
20937
20938  should be 1
20939 \begin_inset space \thinspace{}
20940 \end_inset
20941
20942
20943 \backslash
20944 columnwidth, 
20945 \begin_inset Formula $W_{\mathrm{column}}$
20946 \end_inset
20947
20948  can easily be calculated.
20949 \end_layout
20950
20951 \begin_layout Standard
20952 To be able to perform calculations you need to load the \SpecialChar LaTeX
20953 -package 
20954 \series bold
20955 calc
20956 \series default
20957
20958 \begin_inset Index idx
20959 status collapsed
20960
20961 \begin_layout Plain Layout
20962 \SpecialChar LaTeX
20963 -packages ! calc
20964 \end_layout
20965
20966 \end_inset
20967
20968  in the document preamble.
20969  To set the width in the table dialog you have to use the field 
20970 \family sans
20971 \SpecialChar LaTeX
20972  argument
20973 \family default
20974 .
20975  The command scheme for this field is the same that is explained in section
20976 \begin_inset space ~
20977 \end_inset
20978
20979
20980 \begin_inset CommandInset ref
20981 LatexCommand ref
20982 reference "subsec:Multicolumn-Calculations"
20983
20984 \end_inset
20985
20986 .
20987  For a table with 5
20988 \begin_inset space \thinspace{}
20989 \end_inset
20990
20991 columns with an uniform width and centered text, enter there for each column
20992  the command
20993 \end_layout
20994
20995 \begin_layout Standard
20996
20997 \series bold
20998 >{
20999 \backslash
21000 centering}p{(1
21001 \backslash
21002 columnwidth-62.4pt)/5}
21003 \end_layout
21004
21005 \begin_layout Standard
21006 For a table with 5
21007 \begin_inset space \thinspace{}
21008 \end_inset
21009
21010 columns where 2 should have 0.75
21011 \begin_inset space ~
21012 \end_inset
21013
21014 times the width than the 3 others, the calculation is
21015 \begin_inset Formula 
21016 \begin{align}
21017 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21018  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21019  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
21020 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21021 \end{align}
21022
21023 \end_inset
21024
21025
21026 \end_layout
21027
21028 \begin_layout Standard
21029 In the table therefore the command
21030 \end_layout
21031
21032 \begin_layout Standard
21033
21034 \series bold
21035 >{
21036 \backslash
21037 centering}p{(1
21038 \backslash
21039 columnwidth-62.4pt)/
21040 \backslash
21041 real{4.5}}
21042 \end_layout
21043
21044 \begin_layout Standard
21045 is used for the wider columns and
21046 \end_layout
21047
21048 \begin_layout Standard
21049
21050 \series bold
21051 >{
21052 \backslash
21053 centering}p{(1
21054 \backslash
21055 columnwidth-62.4pt)/
21056 \backslash
21057 real{4.5}*
21058 \backslash
21059 real{0.75}}
21060 \end_layout
21061
21062 \begin_layout Standard
21063 for the smaller ones:
21064 \end_layout
21065
21066 \begin_layout Standard
21067 \begin_inset Tabular
21068 <lyxtabular version="3" rows="2" columns="5">
21069 <features tabularvalignment="middle">
21070 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21071 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21072 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21073 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21074 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21075 <row>
21076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080 1
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089 2
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098 3
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107 4
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116 5
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 </row>
21122 <row>
21123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 111111 1111111 111111 111111111 11111 11111 1111
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145 2222 22222 222222 222222222 2222222 22 22222
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
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
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 333333 333333 333333 33333 3333333 333
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 </row>
21169 </lyxtabular>
21170
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \begin_layout Section
21177 Table Customization
21178 \begin_inset Index idx
21179 status collapsed
21180
21181 \begin_layout Plain Layout
21182 Table Customization
21183 \end_layout
21184
21185 \end_inset
21186
21187
21188 \begin_inset Index idx
21189 status collapsed
21190
21191 \begin_layout Plain Layout
21192 Table ! Customization
21193 \end_layout
21194
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \begin_layout Subsection
21201 Row Spacing
21202 \begin_inset CommandInset label
21203 LatexCommand label
21204 name "subsec:Row-Spacing"
21205
21206 \end_inset
21207
21208
21209 \begin_inset Index idx
21210 status collapsed
21211
21212 \begin_layout Plain Layout
21213 Table Customization ! Row Spacing
21214 \end_layout
21215
21216 \end_inset
21217
21218
21219 \end_layout
21220
21221 \begin_layout Standard
21222 You can add vertical space to table rows in the 
21223 \family sans
21224 Borders
21225 \family default
21226  tab of the table dialog.
21227  You find there three possibilities:
21228 \end_layout
21229
21230 \begin_layout Description
21231 Top
21232 \begin_inset space ~
21233 \end_inset
21234
21235 of
21236 \begin_inset space ~
21237 \end_inset
21238
21239 row will add space above the characters of the table row.
21240  If the table is a formal table
21241 \begin_inset Foot
21242 status collapsed
21243
21244 \begin_layout Plain Layout
21245 Formal tables are explained in section
21246 \begin_inset space ~
21247 \end_inset
21248
21249
21250 \begin_inset CommandInset ref
21251 LatexCommand ref
21252 reference "sec:Formal-Tables"
21253
21254 \end_inset
21255
21256 .
21257 \end_layout
21258
21259 \end_inset
21260
21261  \SpecialChar LyX
21262  will insert as default 0.5
21263 \begin_inset space \thinspace{}
21264 \end_inset
21265
21266 em space.
21267  For normal tables the inserted space will unfortunately destroy the vertical
21268  table lines as in the following table:
21269 \begin_inset VSpace medskip
21270 \end_inset
21271
21272
21273 \begin_inset Newline newline
21274 \end_inset
21275
21276
21277 \begin_inset space \hspace*{}
21278 \length 0pt
21279 \end_inset
21280
21281
21282 \begin_inset space \hfill{}
21283 \end_inset
21284
21285
21286 \begin_inset Tabular
21287 <lyxtabular version="3" rows="3" columns="1">
21288 <features tabularvalignment="middle">
21289 <column alignment="center" valignment="top">
21290 <row>
21291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295 A
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 </row>
21301 <row topspace="3mm">
21302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306 3
21307 \begin_inset space \thinspace{}
21308 \end_inset
21309
21310 mm space top of row
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 </row>
21316 <row>
21317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321 C
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 </row>
21327 </lyxtabular>
21328
21329 \end_inset
21330
21331
21332 \begin_inset space \hfill{}
21333 \end_inset
21334
21335
21336 \begin_inset space \hspace*{}
21337 \length 0pt
21338 \end_inset
21339
21340
21341 \begin_inset VSpace medskip
21342 \end_inset
21343
21344
21345 \begin_inset Newline newline
21346 \end_inset
21347
21348 So inserting space in the top of row for normal tables is only useful when
21349  you don't have vertical lines.
21350 \end_layout
21351
21352 \begin_layout Description
21353 Bottom
21354 \begin_inset space ~
21355 \end_inset
21356
21357 of
21358 \begin_inset space ~
21359 \end_inset
21360
21361 row will add space below the characters of the table row.
21362  If the table is a formal table \SpecialChar LyX
21363  will insert as default 0.5
21364 \begin_inset space \thinspace{}
21365 \end_inset
21366
21367 em space, for normal tables the default size is 2
21368 \begin_inset space \thinspace{}
21369 \end_inset
21370
21371 pt.
21372 \end_layout
21373
21374 \begin_layout Description
21375 Between
21376 \begin_inset space ~
21377 \end_inset
21378
21379 rows adds space between the current and the following row.
21380  If the table is a formal table \SpecialChar LyX
21381  will insert as default 0.5
21382 \begin_inset space \thinspace{}
21383 \end_inset
21384
21385 em space.
21386  For normal tables the inserted space will unfortunately destroy the vertical
21387  table lines as in the following table:
21388 \begin_inset VSpace medskip
21389 \end_inset
21390
21391
21392 \begin_inset Newline newline
21393 \end_inset
21394
21395
21396 \begin_inset space \hspace*{}
21397 \length 0pt
21398 \end_inset
21399
21400
21401 \begin_inset space \hfill{}
21402 \end_inset
21403
21404
21405 \begin_inset Tabular
21406 <lyxtabular version="3" rows="3" columns="1">
21407 <features tabularvalignment="middle">
21408 <column alignment="center" valignment="top">
21409 <row>
21410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 A
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 </row>
21420 <row interlinespace="3mm">
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 \begin_inset Formula $\downarrow$
21426 \end_inset
21427
21428  3
21429 \begin_inset space \thinspace{}
21430 \end_inset
21431
21432 mm space between row 
21433 \begin_inset Formula $\downarrow$
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 </row>
21442 <row>
21443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 \begin_inset Formula $\uparrow$
21448 \end_inset
21449
21450  3
21451 \begin_inset space \thinspace{}
21452 \end_inset
21453
21454 mm space between row 
21455 \begin_inset Formula $\uparrow$
21456 \end_inset
21457
21458
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 </row>
21464 </lyxtabular>
21465
21466 \end_inset
21467
21468
21469 \begin_inset space \hfill{}
21470 \end_inset
21471
21472
21473 \begin_inset space \hspace*{}
21474 \length 0pt
21475 \end_inset
21476
21477
21478 \begin_inset VSpace medskip
21479 \end_inset
21480
21481
21482 \begin_inset Newline newline
21483 \end_inset
21484
21485 So inserting space between rows for normal tables is only useful when you
21486  don't have vertical lines.
21487 \end_layout
21488
21489 \begin_layout Standard
21490 \begin_inset VSpace bigskip
21491 \end_inset
21492
21493 When you want to add extra height to all cells of all tables, you can do
21494  this with the following preamble lines:
21495 \end_layout
21496
21497 \begin_layout Standard
21498
21499 \series bold
21500
21501 \backslash
21502 @ifundefined{extrarowheight}
21503 \begin_inset Newline newline
21504 \end_inset
21505
21506
21507 \begin_inset Phantom HPhantom
21508 status open
21509
21510 \begin_layout Plain Layout
21511
21512 \series bold
21513 \begin_inset space ~
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520
21521 {
21522 \backslash
21523 usepackage{array}}{}
21524 \begin_inset Newline newline
21525 \end_inset
21526
21527
21528 \backslash
21529 setlength{
21530 \backslash
21531 extrarowheight}{height}
21532 \series default
21533
21534 \begin_inset Note Note
21535 status collapsed
21536
21537 \begin_layout Plain Layout
21538 The package 
21539 \series bold
21540 array
21541 \series default
21542  will be loaded automatically by \SpecialChar LyX
21543  when you use self defined table formats.
21544  To avoid that it is loaded twice the command 
21545 \series bold
21546
21547 \backslash
21548 @ifundefined
21549 \series default
21550  is used in the above command.
21551 \end_layout
21552
21553 \end_inset
21554
21555
21556 \end_layout
21557
21558 \begin_layout Standard
21559 where the 
21560 \family sans
21561 height
21562 \family default
21563  can have one of the units listed in appendix
21564 \begin_inset space ~
21565 \end_inset
21566
21567
21568 \begin_inset CommandInset ref
21569 LatexCommand ref
21570 reference "cha:Units-available-in"
21571
21572 \end_inset
21573
21574 .
21575  But this has the disadvantage that the cell texts are no longer exactly
21576  vertically centered.
21577 \end_layout
21578
21579 \begin_layout Standard
21580 If you are using font sizes larger than the normal size, the table borders
21581  are often too close to the letters.
21582  This can be corrected by inserting the command 
21583 \series bold
21584
21585 \backslash
21586 strut
21587 \series default
21588  in \SpecialChar TeX
21589  Code at the beginning of a table row.
21590  Table
21591 \begin_inset space ~
21592 \end_inset
21593
21594
21595 \begin_inset CommandInset ref
21596 LatexCommand ref
21597 reference "tab:Vertical-alignment-of"
21598
21599 \end_inset
21600
21601  illustrates the effect.
21602 \end_layout
21603
21604 \begin_layout Standard
21605 \noindent
21606 \begin_inset Float table
21607 placement h
21608 wide false
21609 sideways false
21610 status open
21611
21612 \begin_layout Plain Layout
21613 \begin_inset Caption Standard
21614
21615 \begin_layout Plain Layout
21616 \begin_inset CommandInset label
21617 LatexCommand label
21618 name "tab:Vertical-alignment-of"
21619
21620 \end_inset
21621
21622 Vertical alignment of text with large font sizes.
21623 \end_layout
21624
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \begin_layout Plain Layout
21631 \begin_inset space \hfill{}
21632 \end_inset
21633
21634
21635 \begin_inset Float table
21636 wide false
21637 sideways false
21638 status collapsed
21639
21640 \begin_layout Plain Layout
21641 \begin_inset Caption Standard
21642
21643 \begin_layout Plain Layout
21644 Normal table.
21645 \end_layout
21646
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \begin_layout Plain Layout
21653 \noindent
21654 \align center
21655 \begin_inset Tabular
21656 <lyxtabular version="3" rows="6" columns="1">
21657 <features tabularvalignment="middle">
21658 <column alignment="left" valignment="top">
21659 <row>
21660 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 Normal, g
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 </row>
21670 <row>
21671 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675
21676 \size large
21677 Large
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688
21689 \size larger
21690 Larger
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 <row>
21697 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701
21702 \size largest
21703 Largest
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 </row>
21709 <row>
21710 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714
21715 \size huge
21716 Huge
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 </row>
21722 <row>
21723 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727
21728 \size huge
21729 Huger
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 </row>
21735 </lyxtabular>
21736
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \end_inset
21743
21744
21745 \begin_inset space \hfill{}
21746 \end_inset
21747
21748
21749 \begin_inset Float table
21750 wide false
21751 sideways false
21752 status collapsed
21753
21754 \begin_layout Plain Layout
21755 \begin_inset Caption Standard
21756
21757 \begin_layout Plain Layout
21758 Table using the command 
21759 \series bold
21760
21761 \backslash
21762 strut
21763 \series default
21764 .
21765 \end_layout
21766
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \begin_layout Plain Layout
21773 \noindent
21774 \align center
21775 \begin_inset Tabular
21776 <lyxtabular version="3" rows="6" columns="1">
21777 <features tabularvalignment="middle">
21778 <column alignment="left" valignment="top">
21779 <row>
21780 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 Normal, g
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 <row>
21791 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795
21796 \size large
21797 \begin_inset ERT
21798 status collapsed
21799
21800 \begin_layout Plain Layout
21801
21802
21803 \backslash
21804 strut 
21805 \end_layout
21806
21807 \end_inset
21808
21809 Large
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 </row>
21815 <row>
21816 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820
21821 \size larger
21822 \begin_inset ERT
21823 status collapsed
21824
21825 \begin_layout Plain Layout
21826
21827
21828 \backslash
21829 strut 
21830 \end_layout
21831
21832 \end_inset
21833
21834 Larger
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 </row>
21840 <row>
21841 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845
21846 \size largest
21847 \begin_inset ERT
21848 status collapsed
21849
21850 \begin_layout Plain Layout
21851
21852
21853 \backslash
21854 strut 
21855 \end_layout
21856
21857 \end_inset
21858
21859 Largest
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 </row>
21865 <row>
21866 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870
21871 \size huge
21872 \begin_inset ERT
21873 status collapsed
21874
21875 \begin_layout Plain Layout
21876
21877
21878 \backslash
21879 strut 
21880 \end_layout
21881
21882 \end_inset
21883
21884 Huge
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895
21896 \size giant
21897 \begin_inset ERT
21898 status collapsed
21899
21900 \begin_layout Plain Layout
21901
21902
21903 \backslash
21904 strut 
21905 \end_layout
21906
21907 \end_inset
21908
21909
21910 \size huge
21911 Huger
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 </row>
21917 </lyxtabular>
21918
21919 \end_inset
21920
21921
21922 \end_layout
21923
21924 \end_inset
21925
21926
21927 \begin_inset space \hfill{}
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \begin_layout Subsection
21939 Special Cell Alignment
21940 \begin_inset CommandInset label
21941 LatexCommand label
21942 name "subsec:Special-Cell-Alignment"
21943
21944 \end_inset
21945
21946
21947 \begin_inset Index idx
21948 status collapsed
21949
21950 \begin_layout Plain Layout
21951 Table Customization ! Special Cell Alignment
21952 \end_layout
21953
21954 \end_inset
21955
21956
21957 \end_layout
21958
21959 \begin_layout Standard
21960 Sometimes it looks better when the cell entries of a column are aligned
21961  with a special character, e.
21962 \begin_inset space \thinspace{}
21963 \end_inset
21964
21965 g.
21966 \begin_inset space \space{}
21967 \end_inset
21968
21969 with the decimal separator as in Table
21970 \begin_inset space ~
21971 \end_inset
21972
21973
21974 \begin_inset CommandInset ref
21975 LatexCommand ref
21976 reference "tab:Table-cells-align"
21977
21978 \end_inset
21979
21980 .
21981  This alignment is achieved by setting the cursor into the column and then
21982  either pressing the toolbar button 
21983 \begin_inset Info
21984 type  "icon"
21985 arg   "tabular-feature align-decimal"
21986 \end_inset
21987
21988  or setting the alignment in the table settings to 
21989 \family sans
21990 At
21991 \begin_inset space ~
21992 \end_inset
21993
21994 Decimal
21995 \begin_inset space ~
21996 \end_inset
21997
21998 Separator
21999 \family default
22000 .
22001  The alignment character can be a character of your choice and is specified
22002  in the table settings.
22003 \end_layout
22004
22005 \begin_layout Standard
22006 \begin_inset Float table
22007 placement h
22008 wide false
22009 sideways false
22010 status open
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Caption Standard
22014
22015 \begin_layout Plain Layout
22016 \begin_inset CommandInset label
22017 LatexCommand label
22018 name "tab:Table-cells-align"
22019
22020 \end_inset
22021
22022 Table cells of a column aligned with the decimal separator.
22023 \end_layout
22024
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \begin_layout Plain Layout
22031 \align center
22032 \begin_inset Tabular
22033 <lyxtabular version="3" rows="4" columns="1">
22034 <features booktabs="true" tabularvalignment="middle">
22035 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22036 <row>
22037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041 heading
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 <row>
22048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052 12.6
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 </row>
22058 <row>
22059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 0.68
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 </row>
22069 <row>
22070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074 -123.0
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 </row>
22080 </lyxtabular>
22081
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \begin_layout Standard
22093 \begin_inset Float table
22094 placement h
22095 wide false
22096 sideways false
22097 status open
22098
22099 \begin_layout Plain Layout
22100 \begin_inset Caption Standard
22101
22102 \begin_layout Plain Layout
22103 \begin_inset CommandInset label
22104 LatexCommand label
22105 name "tab:Table-align-operator"
22106
22107 \end_inset
22108
22109 Table cells of a column aligned with the operators.
22110 \end_layout
22111
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \begin_layout Plain Layout
22118 \align center
22119 \begin_inset Tabular
22120 <lyxtabular version="3" rows="4" columns="2">
22121 <features booktabs="true" tabularvalignment="middle">
22122 <column alignment="right" valignment="top" width="0pt">
22123 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22124 <row>
22125 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 heading
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 </row>
22144 <row>
22145 <cell alignment="center" valignment="top" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149 \begin_inset Formula $12\,+$
22150 \end_inset
22151
22152
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 <cell alignment="center" valignment="top" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161 \begin_inset Formula $\,6$
22162 \end_inset
22163
22164
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 </row>
22170 <row>
22171 <cell alignment="center" valignment="top" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175 \begin_inset Formula $0\,-$
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 \begin_inset Formula $\,68$
22188 \end_inset
22189
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 </row>
22196 <row>
22197 <cell alignment="center" valignment="top" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 \begin_inset Formula $-123\,/$
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 <cell alignment="center" valignment="top" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 \begin_inset Formula $\,0$
22214 \end_inset
22215
22216
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 </row>
22222 </lyxtabular>
22223
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \end_inset
22230
22231
22232 \end_layout
22233
22234 \begin_layout Standard
22235 For alignments at characters in formulas this method does not work because
22236  the field to specify the alignment character does not allow formulas.
22237  In this case one need to use the method from Table
22238 \begin_inset space ~
22239 \end_inset
22240
22241
22242 \begin_inset CommandInset ref
22243 LatexCommand ref
22244 reference "tab:Table-align-operator"
22245
22246 \end_inset
22247
22248 .
22249  This table was created with a 4×2 table.
22250  The heading is a centered multicolumn.
22251  The first column is right-aligned and contains the first part including
22252  the operator.
22253  The second column is left aligned and contains the rest.
22254  A small space was added at the beginning of each cell of the second column
22255  to get the space that is usually around operators.
22256  To omit the space that is normally between two table columns, the following
22257  \SpecialChar LaTeX
22258 -argument was used for the second column:
22259 \end_layout
22260
22261 \begin_layout Standard
22262
22263 \series bold
22264 @{}l
22265 \end_layout
22266
22267 \begin_layout Standard
22268 Table
22269 \begin_inset space ~
22270 \end_inset
22271
22272
22273 \begin_inset CommandInset ref
22274 LatexCommand ref
22275 reference "tab:Several-table-cell"
22276
22277 \end_inset
22278
22279  shows some example alignments.
22280  For the alignment with the relation sign, a small space was added like
22281  for the second column of Table
22282 \begin_inset space ~
22283 \end_inset
22284
22285
22286 \begin_inset CommandInset ref
22287 LatexCommand ref
22288 reference "tab:Table-align-operator"
22289
22290 \end_inset
22291
22292 .
22293 \end_layout
22294
22295 \begin_layout Standard
22296 \begin_inset Float table
22297 placement h
22298 wide false
22299 sideways false
22300 status open
22301
22302 \begin_layout Plain Layout
22303 \begin_inset Caption Standard
22304
22305 \begin_layout Plain Layout
22306 \begin_inset CommandInset label
22307 LatexCommand label
22308 name "tab:Several-table-cell"
22309
22310 \end_inset
22311
22312 Several table cell alignments.
22313 \end_layout
22314
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \begin_layout Plain Layout
22321 \align center
22322 \begin_inset Tabular
22323 <lyxtabular version="3" rows="4" columns="6">
22324 <features tabularvalignment="middle">
22325 <column alignment="right" valignment="top">
22326 <column alignment="left" valignment="top" special="@{}l">
22327 <column alignment="right" valignment="top">
22328 <column alignment="left" valignment="top" special="@{}l">
22329 <column alignment="right" valignment="top">
22330 <column alignment="left" valignment="top" special="@{}l">
22331 <row>
22332 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 units
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 exponents
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 relations
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 </row>
22387 <row>
22388 <cell alignment="center" valignment="top" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 12×
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 24
22402 \begin_inset space \thinspace{}
22403 \end_inset
22404
22405 bottles
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 \begin_inset Formula $10\cdot$
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 \begin_inset Formula $10^{\mbox{-}17}$
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 \begin_inset Formula $\Gamma(t)\propto$
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 \begin_inset Formula $\:\Upsilon(t)$
22451 \end_inset
22452
22453
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 </row>
22459 <row>
22460 <cell alignment="center" valignment="top" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 1024×
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22470 \begin_inset Text
22471
22472 \begin_layout Plain Layout
22473 768
22474 \begin_inset space \thinspace{}
22475 \end_inset
22476
22477 Pixels
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 \begin_inset Formula $5.78\cdot$
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498 \begin_inset Formula $10^{7}$
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 \begin_inset Formula $A\ne$
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 \begin_inset Formula $\:B_{\mathrm{red}}$
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 </row>
22531 <row>
22532 <cell alignment="center" valignment="top" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 32×
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 6
22546 \begin_inset space \thinspace{}
22547 \end_inset
22548
22549 cm
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 -
22559 \begin_inset Formula $33.5\cdot$
22560 \end_inset
22561
22562
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 \begin_inset Formula $10^{4}$
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 \begin_inset Formula $\sin(\alpha)\ge$
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 \begin_inset Formula $\:\sin(\beta)$
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 </row>
22604 </lyxtabular>
22605
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \end_inset
22612
22613
22614 \end_layout
22615
22616 \begin_layout Subsection
22617 Customized Cell/Column Format
22618 \begin_inset CommandInset label
22619 LatexCommand label
22620 name "subsec:Customized-Format"
22621
22622 \end_inset
22623
22624
22625 \begin_inset Index idx
22626 status collapsed
22627
22628 \begin_layout Plain Layout
22629 Table Customization ! Cell/Column Format
22630 \end_layout
22631
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \begin_layout Standard
22638 Calculating the required width for normal columns as described in section
22639 \begin_inset space ~
22640 \end_inset
22641
22642
22643 \begin_inset CommandInset ref
22644 LatexCommand ref
22645 reference "sec:Table-Width-Calculation"
22646
22647 \end_inset
22648
22649  or for spanned columns as described in section
22650 \begin_inset space ~
22651 \end_inset
22652
22653
22654 \begin_inset CommandInset ref
22655 LatexCommand ref
22656 reference "subsec:Multicolumn-Calculations"
22657
22658 \end_inset
22659
22660  is very annoying if you have several tables where a calculation is necessary.
22661  To make life easier, you can define a cell/column format in the preamble,
22662  that can be used in all tables of the document.
22663  The format is defined with the command
22664 \end_layout
22665
22666 \begin_layout Standard
22667
22668 \series bold
22669
22670 \backslash
22671 newcolumntype{name of format}[number of arguments]{commands}
22672 \end_layout
22673
22674 \begin_layout Standard
22675 The format name may only consist of one letter.
22676  The letters 
22677 \emph on
22678 b
22679 \emph default
22680
22681 \emph on
22682 c
22683 \emph default
22684
22685 \emph on
22686 l
22687 \emph default
22688
22689 \emph on
22690 m
22691 \emph default
22692
22693 \emph on
22694 p
22695 \emph default
22696  and 
22697 \emph on
22698 r
22699 \emph default
22700  are predefined and cannot be used.
22701  But all letters are allowed as capitals.
22702 \end_layout
22703
22704 \begin_layout Standard
22705 \begin_inset VSpace medskip
22706 \end_inset
22707
22708
22709 \end_layout
22710
22711 \begin_layout Standard
22712 For vertically and horizontally centered multicolumn cells with a fixed
22713  width you can define the cell format
22714 \end_layout
22715
22716 \begin_layout Standard
22717
22718 \series bold
22719
22720 \backslash
22721 newcolumntype{M}[1]{>{
22722 \backslash
22723 centering
22724 \backslash
22725 hspace{0pt}}m{#1}}
22726 \end_layout
22727
22728 \begin_layout Standard
22729 where 
22730 \series bold
22731
22732 \backslash
22733 hspace{0pt}
22734 \series default
22735  avoids the problem of hyphenating the first word, as described in section
22736 \begin_inset space ~
22737 \end_inset
22738
22739
22740 \begin_inset CommandInset ref
22741 LatexCommand ref
22742 reference "subsec:Multiple-Lines-in"
22743
22744 \end_inset
22745
22746 .
22747  Now you can simply enter
22748 \end_layout
22749
22750 \begin_layout Standard
22751
22752 \series bold
22753 M{width}
22754 \end_layout
22755
22756 \begin_layout Standard
22757 as 
22758 \family sans
22759 \SpecialChar LaTeX
22760 -argument
22761 \family default
22762  in the table dialog to create a multicolumn.
22763 \end_layout
22764
22765 \begin_layout Standard
22766 \begin_inset VSpace bigskip
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Standard
22773 For cells spanned by a multicolumn cell, you can define the format
22774 \end_layout
22775
22776 \begin_layout Standard
22777
22778 \series bold
22779
22780 \backslash
22781 newcolumntype{S}[2]{>{
22782 \backslash
22783 centering
22784 \backslash
22785 hspace{0pt}}
22786 \begin_inset Newline newline
22787 \end_inset
22788
22789
22790 \begin_inset Phantom HPhantom
22791 status open
22792
22793 \begin_layout Plain Layout
22794
22795 \series bold
22796
22797 \backslash
22798 newcolumntype
22799 \end_layout
22800
22801 \end_inset
22802
22803 m{(#1+(2
22804 \backslash
22805 tabcolsep+
22806 \backslash
22807 arrayrulewidth)*(1-#2))/#2}}
22808 \end_layout
22809
22810 \begin_layout Standard
22811 This format uses equation 
22812 \begin_inset CommandInset ref
22813 LatexCommand eqref
22814 reference "eq:Wgn"
22815
22816 \end_inset
22817
22818  to calculate the required width so that each spanned cell has the same
22819  width.
22820 \end_layout
22821
22822 \begin_layout Standard
22823 You can now enter
22824 \end_layout
22825
22826 \begin_layout Standard
22827
22828 \series bold
22829 S{width of multicolumn cell}{number of spanned columns}
22830 \end_layout
22831
22832 \begin_layout Standard
22833 as \SpecialChar LaTeX
22834 -argument of the column.
22835 \end_layout
22836
22837 \begin_layout Standard
22838 \begin_inset VSpace bigskip
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \begin_layout Standard
22845 For colored columns, you can define
22846 \end_layout
22847
22848 \begin_layout Standard
22849
22850 \series bold
22851
22852 \backslash
22853 newcolumntype{K}[1]{>{
22854 \backslash
22855 columncolor{#1}
22856 \backslash
22857 hspace{0pt}}c}
22858 \end_layout
22859
22860 \begin_layout Standard
22861 The 
22862 \begin_inset Quotes eld
22863 \end_inset
22864
22865 c
22866 \begin_inset Quotes erd
22867 \end_inset
22868
22869  at the end creates a column with a flexible width whose text is horizontally
22870  centered.
22871  You can now enter
22872 \end_layout
22873
22874 \begin_layout Standard
22875
22876 \series bold
22877 K{color name}
22878 \end_layout
22879
22880 \begin_layout Standard
22881 as \SpecialChar LaTeX
22882 -argument.
22883 \end_layout
22884
22885 \begin_layout Standard
22886 \begin_inset VSpace bigskip
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \begin_layout Standard
22893 To create Table
22894 \begin_inset space ~
22895 \end_inset
22896
22897
22898 \begin_inset CommandInset ref
22899 LatexCommand ref
22900 reference "tab:Table-using-user-defined"
22901
22902 \end_inset
22903
22904  use the \SpecialChar LaTeX
22905 -arguments
22906 \end_layout
22907
22908 \begin_layout Standard
22909
22910 \series bold
22911 M{2.5cm}
22912 \end_layout
22913
22914 \begin_layout Standard
22915 for the first column and the multicolumn,
22916 \end_layout
22917
22918 \begin_layout Standard
22919
22920 \series bold
22921 K{red}
22922 \end_layout
22923
22924 \begin_layout Standard
22925 for the last column, and
22926 \end_layout
22927
22928 \begin_layout Standard
22929
22930 \series bold
22931 S{2.5cm}{2}
22932 \end_layout
22933
22934 \begin_layout Standard
22935 for the cells in the second column.
22936 \end_layout
22937
22938 \begin_layout Standard
22939 \begin_inset Float table
22940 placement h
22941 wide false
22942 sideways false
22943 status open
22944
22945 \begin_layout Plain Layout
22946 \begin_inset Caption Standard
22947
22948 \begin_layout Plain Layout
22949 \begin_inset CommandInset label
22950 LatexCommand label
22951 name "tab:Table-using-user-defined"
22952
22953 \end_inset
22954
22955 Table using user-defined table formats
22956 \end_layout
22957
22958 \end_inset
22959
22960
22961 \end_layout
22962
22963 \begin_layout Plain Layout
22964 \align center
22965 \begin_inset Tabular
22966 <lyxtabular version="3" rows="3" columns="4">
22967 <features tabularvalignment="middle">
22968 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22969 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22970 <column alignment="center" valignment="middle">
22971 <column alignment="center" valignment="middle" special="K{red}">
22972 <row>
22973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977 verylongtablecellword
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 multiple lines multicolumn
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004 c
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 </row>
23010 <row>
23011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 d
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024 e
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033 f
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042 g
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 </row>
23048 <row>
23049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053 h
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 i
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 j
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 k
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 </row>
23086 </lyxtabular>
23087
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \begin_layout Subsection
23099 Line Thickness
23100 \begin_inset CommandInset label
23101 LatexCommand label
23102 name "subsec:Line-Thickness"
23103
23104 \end_inset
23105
23106
23107 \begin_inset Index idx
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111 Table Customization ! Line Thickness
23112 \end_layout
23113
23114 \end_inset
23115
23116
23117 \end_layout
23118
23119 \begin_layout Standard
23120 The line thickness for all lines in a table can be adjusted with the length
23121  
23122 \series bold
23123
23124 \backslash
23125 arrayrulewidth
23126 \series default
23127 .
23128  To set for example a line thickness of 1.5
23129 \begin_inset space \thinspace{}
23130 \end_inset
23131
23132 pt, as in Table
23133 \begin_inset space ~
23134 \end_inset
23135
23136
23137 \begin_inset CommandInset ref
23138 LatexCommand ref
23139 reference "tab:Table-with-1.5"
23140
23141 \end_inset
23142
23143 , insert the command
23144 \end_layout
23145
23146 \begin_layout Standard
23147
23148 \series bold
23149
23150 \backslash
23151 setlength{
23152 \backslash
23153 arrayrulewidth}{1.5pt}
23154 \end_layout
23155
23156 \begin_layout Standard
23157 in \SpecialChar TeX
23158  Code before the table or table float.
23159  The changed thickness is valid for all subsequent tables.
23160  To use the default value again, set 
23161 \series bold
23162
23163 \backslash
23164 arrayrulewidth
23165 \series default
23166  to 0.4
23167 \begin_inset space \thinspace{}
23168 \end_inset
23169
23170 pt in \SpecialChar TeX
23171  Code after the table or table float.
23172 \end_layout
23173
23174 \begin_layout Standard
23175 \begin_inset ERT
23176 status collapsed
23177
23178 \begin_layout Plain Layout
23179
23180
23181 \backslash
23182 setlength{
23183 \backslash
23184 arrayrulewidth}{1.5pt}
23185 \end_layout
23186
23187 \end_inset
23188
23189
23190 \begin_inset Float table
23191 wide false
23192 sideways false
23193 status open
23194
23195 \begin_layout Plain Layout
23196 \begin_inset Caption Standard
23197
23198 \begin_layout Plain Layout
23199 \begin_inset CommandInset label
23200 LatexCommand label
23201 name "tab:Table-with-1.5"
23202
23203 \end_inset
23204
23205 Table with 1.5
23206 \begin_inset space \thinspace{}
23207 \end_inset
23208
23209 pt thick lines
23210 \end_layout
23211
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \begin_layout Plain Layout
23218 \align center
23219 \begin_inset Tabular
23220 <lyxtabular version="3" rows="3" columns="3">
23221 <features tabularvalignment="middle">
23222 <column alignment="center" valignment="top">
23223 <column alignment="center" valignment="top">
23224 <column alignment="center" valignment="top">
23225 <row>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 sd
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248
23249 \end_layout
23250
23251 \end_inset
23252 </cell>
23253 </row>
23254 <row>
23255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23265 \begin_inset Text
23266
23267 \begin_layout Plain Layout
23268 sd
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23274 \begin_inset Text
23275
23276 \begin_layout Plain Layout
23277
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 </row>
23283 <row>
23284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306 sd
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 </row>
23312 </lyxtabular>
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \begin_inset ERT
23323 status collapsed
23324
23325 \begin_layout Plain Layout
23326
23327
23328 \backslash
23329 setlength{
23330 \backslash
23331 arrayrulewidth}{0.4pt}
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \begin_layout Standard
23340 \begin_inset VSpace bigskip
23341 \end_inset
23342
23343 To set the line thickness to 1.5
23344 \begin_inset space \thinspace{}
23345 \end_inset
23346
23347 pt only for horizontal lines, as in Table
23348 \begin_inset space ~
23349 \end_inset
23350
23351
23352 \begin_inset CommandInset ref
23353 LatexCommand ref
23354 reference "tab:Table-with-horizontal"
23355
23356 \end_inset
23357
23358 , insert these commands in \SpecialChar TeX
23359  Code before the table or table float:
23360 \end_layout
23361
23362 \begin_layout Standard
23363
23364 \series bold
23365
23366 \backslash
23367 let
23368 \backslash
23369 myHline
23370 \backslash
23371 hline
23372 \begin_inset Newline newline
23373 \end_inset
23374
23375
23376 \backslash
23377 renewcommand{
23378 \backslash
23379 hline}
23380 \begin_inset Newline newline
23381 \end_inset
23382
23383  {
23384 \backslash
23385 noalign{
23386 \backslash
23387 global
23388 \backslash
23389 arrayrulewidth 1.5pt}
23390 \begin_inset Newline newline
23391 \end_inset
23392
23393  
23394 \backslash
23395 myHline
23396 \backslash
23397 noalign{
23398 \backslash
23399 global
23400 \backslash
23401 arrayrulewidth 0.4pt}}
23402 \end_layout
23403
23404 \begin_layout Standard
23405 To return to the default line thickness, insert this command in \SpecialChar TeX
23406  Code after
23407  the table or table float:
23408 \end_layout
23409
23410 \begin_layout Standard
23411
23412 \series bold
23413
23414 \backslash
23415 renewcommand{
23416 \backslash
23417 hline}{
23418 \backslash
23419 myHline}
23420 \end_layout
23421
23422 \begin_layout Standard
23423 \begin_inset ERT
23424 status collapsed
23425
23426 \begin_layout Plain Layout
23427
23428
23429 \backslash
23430 let
23431 \backslash
23432 myHline
23433 \backslash
23434 hline
23435 \end_layout
23436
23437 \begin_layout Plain Layout
23438
23439
23440 \backslash
23441 renewcommand{
23442 \backslash
23443 hline}
23444 \end_layout
23445
23446 \begin_layout Plain Layout
23447
23448  {
23449 \backslash
23450 noalign{
23451 \backslash
23452 global
23453 \backslash
23454 arrayrulewidth 1.5pt}
23455 \end_layout
23456
23457 \begin_layout Plain Layout
23458
23459   
23460 \backslash
23461 myHline
23462 \backslash
23463 noalign{
23464 \backslash
23465 global
23466 \backslash
23467 arrayrulewidth 0.4pt}}
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \begin_inset Float table
23474 wide false
23475 sideways false
23476 status open
23477
23478 \begin_layout Plain Layout
23479 \begin_inset Caption Standard
23480
23481 \begin_layout Plain Layout
23482 \begin_inset CommandInset label
23483 LatexCommand label
23484 name "tab:Table-with-horizontal"
23485
23486 \end_inset
23487
23488 Table with 1.5
23489 \begin_inset space \thinspace{}
23490 \end_inset
23491
23492 pt thick horizontal lines
23493 \end_layout
23494
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \begin_layout Plain Layout
23501 \align center
23502 \begin_inset Tabular
23503 <lyxtabular version="3" rows="3" columns="3">
23504 <features tabularvalignment="middle">
23505 <column alignment="center" valignment="top">
23506 <column alignment="center" valignment="top">
23507 <column alignment="center" valignment="top">
23508 <row>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513 sd
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 sd
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 </row>
23566 <row>
23567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589 sd
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 </row>
23595 </lyxtabular>
23596
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \end_inset
23603
23604
23605 \begin_inset ERT
23606 status collapsed
23607
23608 \begin_layout Plain Layout
23609
23610
23611 \backslash
23612 renewcommand{
23613 \backslash
23614 hline}{
23615 \backslash
23616 myHline}
23617 \end_layout
23618
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \begin_layout Standard
23625 \begin_inset VSpace bigskip
23626 \end_inset
23627
23628 To set the line thickness to 1.5
23629 \begin_inset space \thinspace{}
23630 \end_inset
23631
23632 pt only for vertical lines, create the following column format in the document
23633  preamble, according to the description in section
23634 \begin_inset space ~
23635 \end_inset
23636
23637
23638 \begin_inset CommandInset ref
23639 LatexCommand ref
23640 reference "subsec:Customized-Format"
23641
23642 \end_inset
23643
23644 :
23645 \end_layout
23646
23647 \begin_layout Standard
23648
23649 \series bold
23650
23651 \backslash
23652 newcolumntype{V}{!{
23653 \backslash
23654 vrule width 1.5pt}}
23655 \end_layout
23656
23657 \begin_layout Standard
23658 For Table
23659 \begin_inset space ~
23660 \end_inset
23661
23662
23663 \begin_inset CommandInset ref
23664 LatexCommand ref
23665 reference "tab:Table-with-vertical"
23666
23667 \end_inset
23668
23669  the \SpecialChar LaTeX
23670 -argument
23671 \end_layout
23672
23673 \begin_layout Standard
23674
23675 \series bold
23676 VcV
23677 \end_layout
23678
23679 \begin_layout Standard
23680 was used for the last column and
23681 \end_layout
23682
23683 \begin_layout Standard
23684
23685 \series bold
23686 Vc
23687 \end_layout
23688
23689 \begin_layout Standard
23690 for the other columns.
23691 \end_layout
23692
23693 \begin_layout Standard
23694 \begin_inset Float table
23695 wide false
23696 sideways false
23697 status open
23698
23699 \begin_layout Plain Layout
23700 \begin_inset Caption Standard
23701
23702 \begin_layout Plain Layout
23703 \begin_inset CommandInset label
23704 LatexCommand label
23705 name "tab:Table-with-vertical"
23706
23707 \end_inset
23708
23709 Table with 1.5
23710 \begin_inset space \thinspace{}
23711 \end_inset
23712
23713 pt thick vertical lines
23714 \end_layout
23715
23716 \end_inset
23717
23718
23719 \end_layout
23720
23721 \begin_layout Plain Layout
23722 \align center
23723 \begin_inset Tabular
23724 <lyxtabular version="3" rows="3" columns="3">
23725 <features tabularvalignment="middle">
23726 <column alignment="center" valignment="top" special="Vc">
23727 <column alignment="center" valignment="top" special="Vc">
23728 <column alignment="center" valignment="top" special="VcV">
23729 <row>
23730 <cell alignment="center" valignment="top" topline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 sd
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" topline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" topline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" topline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772 sd
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" topline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 </row>
23787 <row>
23788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 sd
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 </row>
23816 </lyxtabular>
23817
23818 \end_inset
23819
23820
23821 \end_layout
23822
23823 \end_inset
23824
23825
23826 \end_layout
23827
23828 \begin_layout Subsection
23829 Dashed Lines
23830 \begin_inset Index idx
23831 status collapsed
23832
23833 \begin_layout Plain Layout
23834 Table Customization ! Dashed Lines
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \end_layout
23841
23842 \begin_layout Standard
23843 \begin_inset ERT
23844 status collapsed
23845
23846 \begin_layout Plain Layout
23847
23848
23849 \backslash
23850 ifarydshln
23851 \end_layout
23852
23853 \end_inset
23854
23855
23856 \begin_inset Note Note
23857 status open
23858
23859 \begin_layout Plain Layout
23860 The following section will only be displayed when the \SpecialChar LaTeX
23861 -package 
23862 \series bold
23863 arydshln
23864 \series default
23865  is installed.
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \begin_layout Standard
23874 \begin_inset Float table
23875 placement H
23876 wide false
23877 sideways false
23878 status open
23879
23880 \begin_layout Plain Layout
23881 \begin_inset Caption Standard
23882
23883 \begin_layout Plain Layout
23884 \begin_inset CommandInset label
23885 LatexCommand label
23886 name "tab:Table-with-dashed"
23887
23888 \end_inset
23889
23890 Table with dashed lines
23891 \end_layout
23892
23893 \end_inset
23894
23895
23896 \end_layout
23897
23898 \begin_layout Plain Layout
23899 \align center
23900 \begin_inset Tabular
23901 <lyxtabular version="3" rows="5" columns="5">
23902 <features tabularvalignment="middle">
23903 <column alignment="center" valignment="top">
23904 <column alignment="center" valignment="top">
23905 <column alignment="center" valignment="top" special=":c">
23906 <column alignment="center" valignment="top">
23907 <column alignment="center" valignment="top">
23908 <row>
23909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 a
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922 b
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931 c
23932 \end_layout
23933
23934 \end_inset
23935 </cell>
23936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940 d
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 e
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 </row>
23955 <row>
23956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960 f
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 g
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 <cell alignment="center" valignment="top" topline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978 h
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987 i
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996 j
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 </row>
24002 <row>
24003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007 \begin_inset ERT
24008 status collapsed
24009
24010 \begin_layout Plain Layout
24011
24012
24013 \backslash
24014 hdashline 
24015 \end_layout
24016
24017 \end_inset
24018
24019 k
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 l
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 m
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 n
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 o
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 <row>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 \begin_inset ERT
24067 status collapsed
24068
24069 \begin_layout Plain Layout
24070
24071
24072 \backslash
24073 cdashline{4-5}
24074 \end_layout
24075
24076 \end_inset
24077
24078 p
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087 q
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096 r
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 s
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 </row>
24120 <row>
24121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 t
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 u
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 v
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 w
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 x
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 Standard
24180 \SpecialChar LyX
24181  does not natively support dashed lines, so you have to use \SpecialChar TeX
24182  Code.
24183  As a prerequisite the \SpecialChar LaTeX
24184  package 
24185 \series bold
24186 arydshln
24187 \series default
24188
24189 \begin_inset Index idx
24190 status collapsed
24191
24192 \begin_layout Plain Layout
24193 \SpecialChar LaTeX
24194 -packages ! arydshln
24195 \end_layout
24196
24197 \end_inset
24198
24199  must be loaded in the document preamble with the command
24200 \end_layout
24201
24202 \begin_layout Standard
24203
24204 \series bold
24205
24206 \backslash
24207 usepackage{arydshln}
24208 \end_layout
24209
24210 \begin_layout Standard
24211 To make a vertical line dashed, enter the colon 
24212 \begin_inset Quotes eld
24213 \end_inset
24214
24215 :
24216 \begin_inset Quotes erd
24217 \end_inset
24218
24219  together with the character for the horizontal alignment as \SpecialChar LaTeX
24220  argument in
24221  the table cell dialog.
24222 \end_layout
24223
24224 \begin_layout Standard
24225 For a horizontal dashed line add the command
24226 \end_layout
24227
24228 \begin_layout Standard
24229
24230 \series bold
24231
24232 \backslash
24233 hdashline
24234 \end_layout
24235
24236 \begin_layout Standard
24237 in \SpecialChar TeX
24238  Code as first element of the first cell in the table row.
24239 \end_layout
24240
24241 \begin_layout Standard
24242 For dashed multicolumn lines use the command
24243 \end_layout
24244
24245 \begin_layout Standard
24246
24247 \series bold
24248
24249 \backslash
24250 cdashline{line number
24251 \series default
24252 }
24253 \end_layout
24254
24255 \begin_layout Standard
24256 in \SpecialChar TeX
24257  Code as the first element of the first cell in the table row.
24258  If you have for example a multicolumn spanning columns 2 to 4 and you want
24259  to have a dashed line above, add the command
24260 \end_layout
24261
24262 \begin_layout Standard
24263
24264 \series bold
24265
24266 \backslash
24267 cdashline{2-4}
24268 \end_layout
24269
24270 \begin_layout Standard
24271 as the first element of the first cell in the row of the multicolumn.
24272 \end_layout
24273
24274 \begin_layout Standard
24275 \begin_inset VSpace bigskip
24276 \end_inset
24277
24278
24279 \end_layout
24280
24281 \begin_layout Standard
24282 Table
24283 \begin_inset space ~
24284 \end_inset
24285
24286
24287 \begin_inset CommandInset ref
24288 LatexCommand ref
24289 reference "tab:Table-with-dashed"
24290
24291 \end_inset
24292
24293  was created using 
24294 \begin_inset Quotes eld
24295 \end_inset
24296
24297
24298 \series bold
24299 :c
24300 \series default
24301
24302 \begin_inset Quotes erd
24303 \end_inset
24304
24305  as \SpecialChar LaTeX
24306  argument of the third column.
24307  The \SpecialChar TeX
24308  Code command 
24309 \series bold
24310
24311 \backslash
24312 hdashline
24313 \series default
24314  was inserted in the first cell of the third row and the \SpecialChar TeX
24315  Code command
24316 \begin_inset Newline newline
24317 \end_inset
24318
24319  
24320 \series bold
24321
24322 \backslash
24323 cdashline{4-5}
24324 \series default
24325  was inserted in the first cell of the fourth row.
24326 \end_layout
24327
24328 \begin_layout Standard
24329 \begin_inset VSpace bigskip
24330 \end_inset
24331
24332
24333 \end_layout
24334
24335 \begin_layout Standard
24336 Tables with dashed lines can also be colored as shown by Table
24337 \begin_inset space ~
24338 \end_inset
24339
24340
24341 \begin_inset CommandInset ref
24342 LatexCommand ref
24343 reference "tab:Colored-table-with"
24344
24345 \end_inset
24346
24347 .
24348 \end_layout
24349
24350 \begin_layout Standard
24351 \begin_inset ERT
24352 status collapsed
24353
24354 \begin_layout Plain Layout
24355
24356
24357 \backslash
24358 setlength{
24359 \backslash
24360 arrayrulewidth}{1pt}
24361 \end_layout
24362
24363 \end_inset
24364
24365
24366 \begin_inset Note Note
24367 status collapsed
24368
24369 \begin_layout Plain Layout
24370 thicker lines for better visualization of the line color
24371 \end_layout
24372
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \begin_layout Standard
24379 \begin_inset ERT
24380 status collapsed
24381
24382 \begin_layout Plain Layout
24383
24384
24385 \backslash
24386 dashgapcolor{green}
24387 \end_layout
24388
24389 \end_inset
24390
24391
24392 \begin_inset Note Note
24393 status collapsed
24394
24395 \begin_layout Plain Layout
24396 color gaps between dashes green
24397 \end_layout
24398
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \begin_layout Standard
24405 \begin_inset ERT
24406 status collapsed
24407
24408 \begin_layout Plain Layout
24409
24410
24411 \backslash
24412 let
24413 \backslash
24414 myHdashline
24415 \backslash
24416 hdashline
24417 \end_layout
24418
24419 \begin_layout Plain Layout
24420
24421
24422 \backslash
24423 renewcommand{
24424 \backslash
24425 hdashline}
24426 \end_layout
24427
24428 \begin_layout Plain Layout
24429
24430  {
24431 \backslash
24432 arrayrulecolor{red}
24433 \backslash
24434 myHdashline
24435 \backslash
24436 arrayrulecolor{black}}
24437 \end_layout
24438
24439 \end_inset
24440
24441
24442 \begin_inset Note Note
24443 status collapsed
24444
24445 \begin_layout Plain Layout
24446 color horizontal, dashed lines red
24447 \end_layout
24448
24449 \end_inset
24450
24451
24452 \end_layout
24453
24454 \begin_layout Standard
24455 \begin_inset ERT
24456 status collapsed
24457
24458 \begin_layout Plain Layout
24459
24460
24461 \backslash
24462 let
24463 \backslash
24464 myCdashline
24465 \backslash
24466 cdashline
24467 \end_layout
24468
24469 \begin_layout Plain Layout
24470
24471
24472 \backslash
24473 renewcommand{
24474 \backslash
24475 cdashline}[1]
24476 \end_layout
24477
24478 \begin_layout Plain Layout
24479
24480  {
24481 \backslash
24482 arrayrulecolor{yellow}
24483 \backslash
24484 myCdashline{#1}
24485 \backslash
24486 arrayrulecolor{black}}
24487 \end_layout
24488
24489 \end_inset
24490
24491
24492 \begin_inset Note Note
24493 status collapsed
24494
24495 \begin_layout Plain Layout
24496 color partial horizontal, dashed lines yellow
24497 \end_layout
24498
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \begin_layout Standard
24505 \begin_inset Float table
24506 placement h
24507 wide false
24508 sideways false
24509 status open
24510
24511 \begin_layout Plain Layout
24512 \begin_inset Caption Standard
24513
24514 \begin_layout Plain Layout
24515 \begin_inset CommandInset label
24516 LatexCommand label
24517 name "tab:Colored-table-with"
24518
24519 \end_inset
24520
24521 Colored table with dashed lines
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \begin_layout Plain Layout
24530 \align center
24531 \begin_inset Tabular
24532 <lyxtabular version="3" rows="5" columns="5">
24533 <features tabularvalignment="middle">
24534 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24535 <column alignment="center" valignment="top" width="0pt">
24536 <column alignment="center" valignment="top" width="0pt" special=":c">
24537 <column alignment="center" valignment="top">
24538 <column alignment="center" valignment="top">
24539 <row>
24540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24541 \begin_inset Text
24542
24543 \begin_layout Plain Layout
24544 a
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 <cell alignment="center" valignment="top" topline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553 b
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562 c
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571 d
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580 e
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 </row>
24586 <row>
24587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591 f
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 <cell alignment="center" valignment="top" topline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600 g
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609 h
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618 i
24619 \end_layout
24620
24621 \end_inset
24622 </cell>
24623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24624 \begin_inset Text
24625
24626 \begin_layout Plain Layout
24627 j
24628 \end_layout
24629
24630 \end_inset
24631 </cell>
24632 </row>
24633 <row>
24634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638 \begin_inset ERT
24639 status collapsed
24640
24641 \begin_layout Plain Layout
24642
24643
24644 \backslash
24645 hdashline 
24646 \end_layout
24647
24648 \end_inset
24649
24650
24651 \begin_inset ERT
24652 status collapsed
24653
24654 \begin_layout Plain Layout
24655
24656
24657 \backslash
24658 rowcolor{Gray}
24659 \end_layout
24660
24661 \end_inset
24662
24663 k
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Plain Layout
24672 l
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 <cell alignment="center" valignment="top" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681 m
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690 n
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699 o
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 </row>
24705 <row>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710 \begin_inset ERT
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714
24715
24716 \backslash
24717 cdashline{4-5}
24718 \end_layout
24719
24720 \end_inset
24721
24722 p
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731 q
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740 r
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24746 \begin_inset Text
24747
24748 \begin_layout Plain Layout
24749 s
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 </row>
24764 <row>
24765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769 t
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778 u
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787 v
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796 w
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805 \begin_inset ERT
24806 status collapsed
24807
24808 \begin_layout Plain Layout
24809
24810
24811 \backslash
24812 cellcolor{Maroon}
24813 \end_layout
24814
24815 \end_inset
24816
24817 i
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 </row>
24823 </lyxtabular>
24824
24825 \end_inset
24826
24827
24828 \end_layout
24829
24830 \end_inset
24831
24832
24833 \end_layout
24834
24835 \begin_layout Standard
24836 \begin_inset ERT
24837 status collapsed
24838
24839 \begin_layout Plain Layout
24840
24841
24842 \backslash
24843 renewcommand{
24844 \backslash
24845 hdashline}{
24846 \backslash
24847 myHdashline}
24848 \end_layout
24849
24850 \end_inset
24851
24852
24853 \begin_inset Note Note
24854 status collapsed
24855
24856 \begin_layout Plain Layout
24857 reset to default
24858 \end_layout
24859
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \begin_layout Standard
24866 \begin_inset ERT
24867 status collapsed
24868
24869 \begin_layout Plain Layout
24870
24871
24872 \backslash
24873 renewcommand{
24874 \backslash
24875 cdashline}{
24876 \backslash
24877 myCdashline}
24878 \end_layout
24879
24880 \end_inset
24881
24882
24883 \begin_inset Note Note
24884 status collapsed
24885
24886 \begin_layout Plain Layout
24887 reset to default
24888 \end_layout
24889
24890 \end_inset
24891
24892
24893 \end_layout
24894
24895 \begin_layout Standard
24896 \begin_inset ERT
24897 status collapsed
24898
24899 \begin_layout Plain Layout
24900
24901
24902 \backslash
24903 nodashgapcolor
24904 \end_layout
24905
24906 \end_inset
24907
24908
24909 \begin_inset Note Note
24910 status collapsed
24911
24912 \begin_layout Plain Layout
24913 reset to default
24914 \end_layout
24915
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \begin_layout Standard
24922 \begin_inset ERT
24923 status collapsed
24924
24925 \begin_layout Plain Layout
24926
24927
24928 \backslash
24929 setlength{
24930 \backslash
24931 arrayrulewidth}{0.4pt}
24932 \end_layout
24933
24934 \end_inset
24935
24936
24937 \begin_inset Note Note
24938 status collapsed
24939
24940 \begin_layout Plain Layout
24941 reset to default
24942 \end_layout
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Standard
24950 The coloring of lines, columns and lines works as decribed in section
24951 \begin_inset space ~
24952 \end_inset
24953
24954
24955 \begin_inset CommandInset ref
24956 LatexCommand ref
24957 reference "sec:Colored-Tables"
24958
24959 \end_inset
24960
24961 .
24962  Coloring horizontal lines works analogically as described there as well,
24963  one only needs to replace in the commands 
24964 \series bold
24965
24966 \backslash
24967 myHlineC
24968 \series default
24969  by 
24970 \series bold
24971
24972 \backslash
24973 myHdashline
24974 \series default
24975  and 
24976 \backslash
24977
24978 \series bold
24979 hline
24980 \series default
24981  by 
24982 \series bold
24983
24984 \backslash
24985 hdashline
24986 \series default
24987 ; so one uses the command
24988 \end_layout
24989
24990 \begin_layout Standard
24991
24992 \series bold
24993
24994 \backslash
24995 let
24996 \backslash
24997 myHdashline
24998 \backslash
24999 hdashline
25000 \begin_inset Newline newline
25001 \end_inset
25002
25003
25004 \backslash
25005 renewcommand{
25006 \backslash
25007 hdashline}
25008 \begin_inset Newline newline
25009 \end_inset
25010
25011
25012 \begin_inset Phantom HPhantom
25013 status open
25014
25015 \begin_layout Plain Layout
25016 \begin_inset space ~
25017 \end_inset
25018
25019
25020 \end_layout
25021
25022 \end_inset
25023
25024 {
25025 \backslash
25026 arrayrulecolor{red}
25027 \backslash
25028 myHdashline
25029 \backslash
25030 arrayrulecolor{black}}
25031 \end_layout
25032
25033 \begin_layout Standard
25034 To color 
25035 \series bold
25036
25037 \backslash
25038 cdashline
25039 \series default
25040 , the command is
25041 \end_layout
25042
25043 \begin_layout Standard
25044
25045 \series bold
25046
25047 \backslash
25048 let
25049 \backslash
25050 myCdashline
25051 \backslash
25052 cdashline
25053 \begin_inset Newline newline
25054 \end_inset
25055
25056
25057 \backslash
25058 renewcommand{
25059 \backslash
25060 cdashline}[1]
25061 \begin_inset Newline newline
25062 \end_inset
25063
25064
25065 \begin_inset Phantom HPhantom
25066 status open
25067
25068 \begin_layout Plain Layout
25069 \begin_inset space ~
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \end_inset
25076
25077 {
25078 \backslash
25079 arrayrulecolor{red}
25080 \backslash
25081 myCdashline{#1}
25082 \backslash
25083 arrayrulecolor{black}}
25084 \end_layout
25085
25086 \begin_layout Standard
25087 To get back the black line color, one needs to insert the following commands
25088  as \SpecialChar TeX
25089  Code behind the table:
25090 \end_layout
25091
25092 \begin_layout Standard
25093 For 
25094 \series bold
25095
25096 \backslash
25097 hdashline
25098 \end_layout
25099
25100 \begin_layout Standard
25101
25102 \series bold
25103
25104 \backslash
25105 renewcommand{
25106 \backslash
25107 hdashline}{
25108 \backslash
25109 myHdashline}
25110 \end_layout
25111
25112 \begin_layout Standard
25113 and for 
25114 \series bold
25115
25116 \backslash
25117 cdashline
25118 \end_layout
25119
25120 \begin_layout Standard
25121
25122 \series bold
25123
25124 \backslash
25125 renewcommand{
25126 \backslash
25127 cdashline}{
25128 \backslash
25129 myCdashline}
25130 \end_layout
25131
25132 \begin_layout Standard
25133 To color the gaps between the dashes the command
25134 \end_layout
25135
25136 \begin_layout Standard
25137
25138 \series bold
25139
25140 \backslash
25141 dashgapcolor{color}
25142 \end_layout
25143
25144 \begin_layout Standard
25145 can be used in front of a table as \SpecialChar TeX
25146  Code.
25147  color is hereby the name of a defined color.
25148  The command
25149 \end_layout
25150
25151 \begin_layout Standard
25152
25153 \series bold
25154
25155 \backslash
25156 nodashgapcolor
25157 \end_layout
25158
25159 \begin_layout Standard
25160 unsets the changes made by 
25161 \series bold
25162
25163 \backslash
25164 dashgapcolor
25165 \series default
25166 .
25167 \end_layout
25168
25169 \begin_layout Standard
25170 \begin_inset Note Greyedout
25171 status open
25172
25173 \begin_layout Plain Layout
25174
25175 \series bold
25176 \color none
25177 Note
25178 \series default
25179 : If there are multiple commands in a cell, the command of 
25180 \series bold
25181 arydshln
25182 \series default
25183  needs to be the first one in the cell.
25184  Therefore in cell 
25185 \emph on
25186 k
25187 \emph default
25188  of Table
25189 \begin_inset space ~
25190 \end_inset
25191
25192
25193 \begin_inset CommandInset ref
25194 LatexCommand ref
25195 reference "tab:Colored-table-with"
25196
25197 \end_inset
25198
25199  the command 
25200 \series bold
25201
25202 \backslash
25203 hdashline
25204 \series default
25205  is before 
25206 \series bold
25207
25208 \backslash
25209 rowcolor
25210 \series default
25211 .
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \end_layout
25218
25219 \begin_layout Standard
25220 \begin_inset Note Greyedout
25221 status open
25222
25223 \begin_layout Plain Layout
25224
25225 \series bold
25226 \color none
25227 Note:
25228 \series default
25229  The \SpecialChar LaTeX
25230 -package 
25231 \series bold
25232 arydshln
25233 \series default
25234  must be loaded in the document preamble before the \SpecialChar LaTeX
25235 -package 
25236 \series bold
25237 colortbl
25238 \series default
25239
25240 \begin_inset Index idx
25241 status collapsed
25242
25243 \begin_layout Plain Layout
25244 \SpecialChar LaTeX
25245 -packages ! colortbl
25246 \end_layout
25247
25248 \end_inset
25249
25250 .
25251 \end_layout
25252
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \begin_layout Standard
25259 \begin_inset ERT
25260 status collapsed
25261
25262 \begin_layout Plain Layout
25263
25264
25265 \backslash
25266 else
25267 \end_layout
25268
25269 \end_inset
25270
25271
25272 \begin_inset Note Note
25273 status open
25274
25275 \begin_layout Plain Layout
25276 The following will be displayed when the \SpecialChar LaTeX
25277 -package 
25278 \series bold
25279 arydshln
25280 \series default
25281  is not installed:
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \end_layout
25288
25289 \begin_layout Standard
25290 You need to install the package 
25291 \series bold
25292 arydshln
25293 \series default
25294  to see the content of this section in the output.
25295 \end_layout
25296
25297 \begin_layout Standard
25298 \begin_inset ERT
25299 status collapsed
25300
25301 \begin_layout Plain Layout
25302
25303
25304 \backslash
25305 fi
25306 \end_layout
25307
25308 \end_inset
25309
25310
25311 \end_layout
25312
25313 \begin_layout Standard
25314 For more information about dashed lines see the documentation of 
25315 \series bold
25316 arydshln
25317 \series default
25318
25319 \begin_inset CommandInset citation
25320 LatexCommand cite
25321 key "arydshln"
25322 literal "true"
25323
25324 \end_inset
25325
25326 .
25327 \end_layout
25328
25329 \begin_layout Chapter
25330 Floats
25331 \begin_inset CommandInset label
25332 LatexCommand label
25333 name "chap:Floats"
25334
25335 \end_inset
25336
25337
25338 \begin_inset Index idx
25339 status collapsed
25340
25341 \begin_layout Plain Layout
25342 Floats
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \begin_layout Section
25351 Introduction
25352 \begin_inset CommandInset label
25353 LatexCommand label
25354 name "sec:FloatIntroduction"
25355
25356 \end_inset
25357
25358
25359 \begin_inset Index idx
25360 status collapsed
25361
25362 \begin_layout Plain Layout
25363 Floats ! Introduction
25364 \end_layout
25365
25366 \end_inset
25367
25368
25369 \end_layout
25370
25371 \begin_layout Standard
25372 A float is a block of text associated with some sort of label, which doesn't
25373  have a fixed location.
25374  It can 
25375 \begin_inset Quotes eld
25376 \end_inset
25377
25378 float
25379 \begin_inset Quotes erd
25380 \end_inset
25381
25382  forward or backward a page or two, to wherever it fits best.
25383  
25384 \family sans
25385 Footnotes
25386 \family default
25387  and 
25388 \family sans
25389 Margin
25390 \begin_inset space ~
25391 \end_inset
25392
25393 Notes
25394 \family default
25395  are also floats because they can float to the next page when there are
25396  too many notes on the page.
25397 \end_layout
25398
25399 \begin_layout Standard
25400 Floats allow a high quality layout.
25401  Images and tables can be spread evenly among the pages to avoid white space
25402  and pages without text.
25403  As the floating often destroys the context between the text and the image/table
25404 , every float can be referenced in the text.
25405  Floats are therefore numbered.
25406  Referencing is described in section
25407 \begin_inset space ~
25408 \end_inset
25409
25410
25411 \begin_inset CommandInset ref
25412 LatexCommand ref
25413 reference "sec:Referencing-Floats"
25414
25415 \end_inset
25416
25417 .
25418 \end_layout
25419
25420 \begin_layout Standard
25421 To insert a float, use the menu 
25422 \family sans
25423 Insert\SpecialChar menuseparator
25424 Float
25425 \family default
25426  (toolbar button 
25427 \begin_inset Info
25428 type  "icon"
25429 arg   "float-insert figure"
25430 \end_inset
25431
25432  or 
25433 \begin_inset Info
25434 type  "icon"
25435 arg   "float-insert table"
25436 \end_inset
25437
25438 ).
25439  This inserts the 
25440 \family sans
25441 Caption
25442 \family default
25443  inset, a box with a label.
25444  The label will automatically be translated to the document language in
25445  the output.
25446  After the label you can insert the caption text.
25447  The image or table is inserted above or below the caption in a separate
25448  paragraph within the float.
25449  More about the caption placement is contained in section
25450 \begin_inset space ~
25451 \end_inset
25452
25453
25454 \begin_inset CommandInset ref
25455 LatexCommand ref
25456 reference "sec:Caption-Placement"
25457
25458 \end_inset
25459
25460 .
25461  To keep your \SpecialChar LyX
25462  document readable, you can open and close the float box by
25463  left-clicking on the box label.
25464  A closed float box looks like this: 
25465 \begin_inset Graphics
25466         filename clipart/float.png
25467         scale 95
25468         scaleBeforeRotation
25469
25470 \end_inset
25471
25472  – a gray button with a red label.
25473 \end_layout
25474
25475 \begin_layout Standard
25476 It is recommended that you insert floats as separate standard paragraphs
25477  to avoid possible \SpecialChar LaTeX
25478 -errors that can occur when the surrounding text is specially
25479  formatted.
25480 \end_layout
25481
25482 \begin_layout Standard
25483 Existing figures or tables can be put into a float by highlighting them
25484  and then pressing the corresponding toolbar button for a new float.
25485 \end_layout
25486
25487 \begin_layout Section
25488 Float Types
25489 \end_layout
25490
25491 \begin_layout Standard
25492 Besides figure and table floats that are described in sections
25493 \begin_inset space ~
25494 \end_inset
25495
25496
25497 \begin_inset CommandInset ref
25498 LatexCommand ref
25499 reference "sec:Figure-Floats"
25500
25501 \end_inset
25502
25503  and 
25504 \begin_inset CommandInset ref
25505 LatexCommand ref
25506 reference "sec:Table-Floats"
25507
25508 \end_inset
25509
25510  respectively, \SpecialChar LyX
25511  offers the float types 
25512 \family sans
25513 Algorithm
25514 \family default
25515  and 
25516 \family sans
25517 Wrap
25518 \family default
25519 .
25520  The latter are explained in sec.
25521 \begin_inset space \thinspace{}
25522 \end_inset
25523
25524
25525 \begin_inset CommandInset ref
25526 LatexCommand ref
25527 reference "sec:Wrap-Floats"
25528
25529 \end_inset
25530
25531 .
25532 \end_layout
25533
25534 \begin_layout Subsection
25535 Algorithm Floats
25536 \begin_inset Index idx
25537 status collapsed
25538
25539 \begin_layout Plain Layout
25540 Floats ! Algorithms
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \begin_layout Standard
25549 \begin_inset Float algorithm
25550 placement h
25551 wide false
25552 sideways false
25553 status open
25554
25555 \begin_layout Plain Layout
25556 \begin_inset Caption Standard
25557
25558 \begin_layout Plain Layout
25559 \begin_inset CommandInset label
25560 LatexCommand label
25561 name "alg:Example-Algorithm-float"
25562
25563 \end_inset
25564
25565 Example Algorithm float
25566 \end_layout
25567
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \begin_layout LyX-Code
25574 for I in 1..N loop
25575 \begin_inset Newline newline
25576 \end_inset
25577
25578  Sum:= Sum + A(I); /*comment*/
25579 \begin_inset Newline newline
25580 \end_inset
25581
25582 end loop
25583 \begin_inset VSpace -4mm
25584 \end_inset
25585
25586
25587 \end_layout
25588
25589 \end_inset
25590
25591
25592 \end_layout
25593
25594 \begin_layout Standard
25595 This float type is inserted with the menu 
25596 \family sans
25597 Insert\SpecialChar menuseparator
25598 Float\SpecialChar menuseparator
25599 Algorithm
25600 \family default
25601 .
25602  It is used for program codes and descriptions of algorithms and can be
25603  seen as an alternative to program code listings that are explained in chapter
25604 \begin_inset space ~
25605 \end_inset
25606
25607
25608 \begin_inset CommandInset ref
25609 LatexCommand ref
25610 reference "cha:Program-Code-Listings"
25611
25612 \end_inset
25613
25614 .
25615  A possible environment for algorithms is the 
25616 \family sans
25617 \SpecialChar LyX
25618  Code
25619 \family default
25620 , described in \SpecialChar LyX
25621 's 
25622 \emph on
25623 Userguide
25624 \emph default
25625 .
25626  Algorithm
25627 \begin_inset space ~
25628 \end_inset
25629
25630
25631 \begin_inset CommandInset ref
25632 LatexCommand ref
25633 reference "alg:Example-Algorithm-float"
25634
25635 \end_inset
25636
25637  is an example of an algorithm float where -4
25638 \begin_inset space \thinspace{}
25639 \end_inset
25640
25641 mm vertical space was added at the end of the float to have the bottom rule
25642  exactly below the last text line.
25643 \end_layout
25644
25645 \begin_layout Standard
25646 The float label is not automatically translated into the document language.
25647  If your document is not in English, you have to do this manually by adding
25648  the following line to the document preamble
25649 \series bold
25650 :
25651 \end_layout
25652
25653 \begin_layout Standard
25654
25655 \series bold
25656
25657 \backslash
25658 floatname{algorithm}{your
25659 \begin_inset space ~
25660 \end_inset
25661
25662 name}
25663 \end_layout
25664
25665 \begin_layout Standard
25666 where 
25667 \family sans
25668 your
25669 \begin_inset space ~
25670 \end_inset
25671
25672 name
25673 \family default
25674  is the word 
25675 \begin_inset Quotes eld
25676 \end_inset
25677
25678
25679 \emph on
25680 algorithm
25681 \emph default
25682
25683 \begin_inset Quotes erd
25684 \end_inset
25685
25686  in your language.
25687 \end_layout
25688
25689 \begin_layout Standard
25690 To insert the list of algorithms you can use the menu 
25691 \family sans
25692 Insert\SpecialChar menuseparator
25693 List
25694 \begin_inset space \thinspace{}
25695 \end_inset
25696
25697 /
25698 \begin_inset space \thinspace{}
25699 \end_inset
25700
25701 TOC\SpecialChar menuseparator
25702 List of Algorithms
25703 \family default
25704  when your document has the same language as \SpecialChar LyX
25705 's menu names.
25706  In other cases use this command in \SpecialChar TeX
25707  Code instead:
25708 \end_layout
25709
25710 \begin_layout Standard
25711
25712 \series bold
25713
25714 \backslash
25715 listof{algorithm}{your
25716 \begin_inset space ~
25717 \end_inset
25718
25719 name}
25720 \end_layout
25721
25722 \begin_layout Standard
25723 where 
25724 \family sans
25725 your
25726 \begin_inset space ~
25727 \end_inset
25728
25729 name
25730 \family default
25731  is the word 
25732 \begin_inset Quotes eld
25733 \end_inset
25734
25735
25736 \emph on
25737 List of Algorithm
25738 \emph default
25739 s
25740 \begin_inset Quotes erd
25741 \end_inset
25742
25743  in your language.
25744 \end_layout
25745
25746 \begin_layout Standard
25747 Algorithm floats are not by default numbered in the scheme 
25748 \begin_inset Quotes eld
25749 \end_inset
25750
25751 chapter.algorithm
25752 \begin_inset Quotes erd
25753 \end_inset
25754
25755  as is the case for table and figure floats in many document-classes.
25756  To number algorithm floats in the same scheme, add this command to your
25757  document preamble:
25758 \end_layout
25759
25760 \begin_layout Standard
25761
25762 \series bold
25763
25764 \backslash
25765 numberwithin{algorithm}{chapter}
25766 \end_layout
25767
25768 \begin_layout Standard
25769 To be able to use the command 
25770 \series bold
25771
25772 \backslash
25773 numberwithin
25774 \series default
25775 , set in the tab 
25776 \family sans
25777 Math
25778 \begin_inset space ~
25779 \end_inset
25780
25781 Options
25782 \family default
25783  in the document settings the option 
25784 \family sans
25785 Use
25786 \begin_inset space ~
25787 \end_inset
25788
25789 AMS
25790 \begin_inset space ~
25791 \end_inset
25792
25793 math
25794 \begin_inset space ~
25795 \end_inset
25796
25797 package
25798 \family default
25799 .
25800 \end_layout
25801
25802 \begin_layout Section
25803 Float Numbering
25804 \begin_inset Index idx
25805 status collapsed
25806
25807 \begin_layout Plain Layout
25808 Floats ! Numbering
25809 \end_layout
25810
25811 \end_inset
25812
25813
25814 \end_layout
25815
25816 \begin_layout Standard
25817 Floats are usually numbered either independently from the sections the floats
25818  are in, or in the scheme 
25819 \begin_inset Quotes eld
25820 \end_inset
25821
25822 chapter.number
25823 \begin_inset Quotes erd
25824 \end_inset
25825
25826  or 
25827 \begin_inset Quotes eld
25828 \end_inset
25829
25830 section.number
25831 \begin_inset Quotes erd
25832 \end_inset
25833
25834 .
25835  This depends on the document class used.
25836 \end_layout
25837
25838 \begin_layout Standard
25839 To change section-independent numbering, you can use this command in the
25840  document preamble:
25841 \end_layout
25842
25843 \begin_layout Standard
25844
25845 \series bold
25846
25847 \backslash
25848 renewcommand{
25849 \backslash
25850 thetable}{
25851 \backslash
25852 roman{table}}
25853 \end_layout
25854
25855 \begin_layout Standard
25856
25857 \series bold
25858
25859 \backslash
25860 thetable
25861 \series default
25862  is the command that prints the table number.
25863  For figure floats, the command would be 
25864 \series bold
25865
25866 \backslash
25867 thefigure
25868 \series default
25869 .
25870  
25871 \series bold
25872
25873 \backslash
25874 roman
25875 \series default
25876  in the command above prints the table number as a small roman number.
25877 \end_layout
25878
25879 \begin_layout Standard
25880 To change the numbering scheme for example to 
25881 \begin_inset Quotes eld
25882 \end_inset
25883
25884 subsection.number
25885 \begin_inset Quotes erd
25886 \end_inset
25887
25888 , use this command in the preamble:
25889 \end_layout
25890
25891 \begin_layout Standard
25892
25893 \series bold
25894
25895 \backslash
25896 numberwithin{table}{subsection}
25897 \end_layout
25898
25899 \begin_layout Standard
25900 To be able to use the command 
25901 \series bold
25902
25903 \backslash
25904 numberwithin
25905 \series default
25906 , set in the tab 
25907 \family sans
25908 Math
25909 \begin_inset space ~
25910 \end_inset
25911
25912 Options
25913 \family default
25914  in the document settings the option 
25915 \family sans
25916 Use
25917 \begin_inset space ~
25918 \end_inset
25919
25920 AMS
25921 \begin_inset space ~
25922 \end_inset
25923
25924 math
25925 \begin_inset space ~
25926 \end_inset
25927
25928 package
25929 \family default
25930 .
25931 \end_layout
25932
25933 \begin_layout Standard
25934 Please also have a look at section
25935 \begin_inset space ~
25936 \end_inset
25937
25938
25939 \begin_inset CommandInset ref
25940 LatexCommand ref
25941 reference "subsec:Footnote-Numbering"
25942
25943 \end_inset
25944
25945  for the details and important notes about the numbering commands.
25946 \end_layout
25947
25948 \begin_layout Section
25949 Referencing Floats
25950 \begin_inset CommandInset label
25951 LatexCommand label
25952 name "sec:Referencing-Floats"
25953
25954 \end_inset
25955
25956
25957 \begin_inset Index idx
25958 status collapsed
25959
25960 \begin_layout Plain Layout
25961 Floats ! References
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \begin_inset Index idx
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971 References ! to Floats
25972 \end_layout
25973
25974 \end_inset
25975
25976
25977 \end_layout
25978
25979 \begin_layout Standard
25980 To reference a float, insert a label into its caption using the menu 
25981 \family sans
25982 Insert\SpecialChar menuseparator
25983 Label
25984 \family default
25985  or the toolbar button 
25986 \begin_inset Info
25987 type  "icon"
25988 arg   "label-insert"
25989 \end_inset
25990
25991 .
25992  A grey label box like this one: 
25993 \begin_inset Graphics
25994         filename clipart/label.png
25995         scaleBeforeRotation
25996
25997 \end_inset
25998
25999  will be inserted and the label window pops up asking for the label text.
26000  \SpecialChar LyX
26001  offers as text the first words of the caption with a prefix.
26002  The prefix depends on the float type, e.
26003 \begin_inset space \thinspace{}
26004 \end_inset
26005
26006 g.
26007 \begin_inset space \space{}
26008 \end_inset
26009
26010 for figure floats the prefix will be "
26011 \family sans
26012 fig:
26013 \family default
26014 ".
26015 \end_layout
26016
26017 \begin_layout Standard
26018 The label is used as anchor and name for the reference.
26019  You can refer to the label using the menu 
26020 \family sans
26021 Insert\SpecialChar menuseparator
26022 Cross-reference
26023 \family default
26024  or the toolbar button 
26025 \begin_inset Info
26026 type  "icon"
26027 arg   "dialog-show-new-inset ref"
26028 \end_inset
26029
26030 .
26031  The cross-reference window appears showing all labels of the document.
26032  If you have multiple \SpecialChar LyX
26033  documents opened, choose the one you are working
26034  on from the drop-list at the top of the dialog.
26035  You can now sort the labels alphabetically and then choose one.
26036  A grey cross-reference box like this one: 
26037 \begin_inset Graphics
26038         filename clipart/reference.png
26039         scaleBeforeRotation
26040
26041 \end_inset
26042
26043  will be inserted.
26044  At the position of the cross-reference box the float number will appear
26045  in the output.
26046 \end_layout
26047
26048 \begin_layout Standard
26049 It is recommended that you use a protected space between the cross-reference
26050  name and its number to avoid line breaks between them.
26051  If a cross-reference refers to a non-existing label, you will see two question
26052  marks in the output instead of the reference.
26053 \end_layout
26054
26055 \begin_layout Standard
26056 You can change labels at any time by clicking on the label box.
26057  References to the changed label will automatically update their links to
26058  the new label text.
26059 \end_layout
26060
26061 \begin_layout Standard
26062 The button 
26063 \family sans
26064 Go
26065 \begin_inset space ~
26066 \end_inset
26067
26068 to
26069 \begin_inset space ~
26070 \end_inset
26071
26072 Label
26073 \family default
26074  in the cross-reference window sets the cursor before the referred label.
26075  The button text changes then to Go
26076 \begin_inset space ~
26077 \end_inset
26078
26079 Back and you can use it to set the cursor back to the cross-reference.
26080 \end_layout
26081
26082 \begin_layout Subsection
26083 Cross-Reference Formats
26084 \begin_inset CommandInset label
26085 LatexCommand label
26086 name "subsec:Cross-Reference-Formats"
26087
26088 \end_inset
26089
26090
26091 \begin_inset Index idx
26092 status collapsed
26093
26094 \begin_layout Plain Layout
26095 References ! Formats
26096 \end_layout
26097
26098 \end_inset
26099
26100
26101 \end_layout
26102
26103 \begin_layout Standard
26104 There are six varieties of cross-references:
26105 \end_layout
26106
26107 \begin_layout Description
26108 <reference>: prints the float number, this is the default: 
26109 \begin_inset CommandInset ref
26110 LatexCommand ref
26111 reference "fig:Two-distorted-images"
26112
26113 \end_inset
26114
26115
26116 \end_layout
26117
26118 \begin_layout Description
26119 (<reference>): prints the float number within two parentheses, this is the
26120  style normally used to reference formulas, especially when the reference
26121  name 
26122 \begin_inset Quotes eld
26123 \end_inset
26124
26125 Equation
26126 \begin_inset Quotes erd
26127 \end_inset
26128
26129  is omitted: 
26130 \begin_inset CommandInset ref
26131 LatexCommand eqref
26132 reference "eq:Wgn"
26133
26134 \end_inset
26135
26136
26137 \end_layout
26138
26139 \begin_layout Description
26140 <page>: prints the page number: Page
26141 \begin_inset space ~
26142 \end_inset
26143
26144
26145 \begin_inset CommandInset ref
26146 LatexCommand pageref
26147 reference "fig:Two-distorted-images"
26148
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \begin_layout Description
26155 on
26156 \begin_inset space ~
26157 \end_inset
26158
26159 page
26160 \begin_inset space ~
26161 \end_inset
26162
26163 <page>: prints the text "on page" and the page number: 
26164 \begin_inset CommandInset ref
26165 LatexCommand vpageref
26166 reference "fig:Two-distorted-images"
26167
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \begin_layout Description
26174 <reference>
26175 \begin_inset space ~
26176 \end_inset
26177
26178 on
26179 \begin_inset space ~
26180 \end_inset
26181
26182 page
26183 \begin_inset space ~
26184 \end_inset
26185
26186 <page>: prints the float number, the text "on page", and the page number:
26187  
26188 \begin_inset CommandInset ref
26189 LatexCommand vref
26190 reference "fig:Two-distorted-images"
26191
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \begin_layout Description
26198 Formatted
26199 \begin_inset space ~
26200 \end_inset
26201
26202 reference: prints a self-defined cross-reference format.
26203 \begin_inset Newline newline
26204 \end_inset
26205
26206
26207 \begin_inset Note Greyedout
26208 status open
26209
26210 \begin_layout Plain Layout
26211
26212 \series bold
26213 Note:
26214 \series default
26215  This feature is only available when you have the \SpecialChar LaTeX
26216 -package 
26217 \series bold
26218 prettyref
26219 \series default
26220  or 
26221 \series bold
26222 refstyle
26223 \series default
26224
26225 \begin_inset Index idx
26226 status collapsed
26227
26228 \begin_layout Plain Layout
26229 \SpecialChar LaTeX
26230 -packages ! prettyref
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \begin_inset Index idx
26237 status collapsed
26238
26239 \begin_layout Plain Layout
26240 \SpecialChar LaTeX
26241 -packages ! refstyle
26242 \end_layout
26243
26244 \end_inset
26245
26246  installed.
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \begin_inset Newline newline
26253 \end_inset
26254
26255 You can select which \SpecialChar LaTeX
26256 -package should be used for this feature by setting
26257  the option 
26258 \family sans
26259 Use refstyle (not prettyref) for cross-references
26260 \family default
26261  in the menu 
26262 \family sans
26263 Document\SpecialChar menuseparator
26264 Settings\SpecialChar menuseparator
26265 Document Class
26266 \family default
26267 .
26268  The format is specified by adding the command 
26269 \series bold
26270
26271 \backslash
26272 newrefformat
26273 \series default
26274  (prettyref) or 
26275 \series bold
26276
26277 \backslash
26278 newref
26279 \series default
26280  (refstyle) to the preamble of the document.
26281  For example redefining all references to figures (which have the label
26282  prefix 
26283 \begin_inset Quotes eld
26284 \end_inset
26285
26286
26287 \family sans
26288 fig
26289 \family default
26290
26291 \begin_inset Quotes erd
26292 \end_inset
26293
26294 ) can be done with this command
26295 \begin_inset Newline newline
26296 \end_inset
26297
26298
26299 \series bold
26300
26301 \backslash
26302 newref{fig}{refcmd={Image on page 
26303 \backslash
26304 pageref{#1}}}
26305 \series default
26306
26307 \begin_inset Newline newline
26308 \end_inset
26309
26310 For more information about the format, have a look at the package documentations
26311
26312 \begin_inset CommandInset citation
26313 LatexCommand cite
26314 key "prettyref,refstyle"
26315 literal "true"
26316
26317 \end_inset
26318
26319 .
26320 \begin_inset Newline newline
26321 \end_inset
26322
26323 The options 
26324 \family sans
26325 Plural
26326 \family default
26327  and 
26328 \family sans
26329 Capitalized
26330 \family default
26331  are only available if you use the \SpecialChar LaTeX
26332 -package 
26333 \series bold
26334 refstyle
26335 \series default
26336 .
26337  
26338 \family sans
26339 Plural
26340 \family default
26341  adds an 
26342 \emph on
26343 s
26344 \emph default
26345  to the name, e.
26346 \begin_inset space \thinspace{}
26347 \end_inset
26348
26349 g.
26350 \begin_inset space \space{}
26351 \end_inset
26352
26353
26354 \begin_inset Quotes eld
26355 \end_inset
26356
26357 figures
26358 \begin_inset Quotes erd
26359 \end_inset
26360
26361
26362 \family sans
26363 Capitalized
26364 \family default
26365  outputs the name capitalized, e.
26366 \begin_inset space \thinspace{}
26367 \end_inset
26368
26369 g.
26370 \begin_inset space \space{}
26371 \end_inset
26372
26373
26374 \begin_inset Quotes eld
26375 \end_inset
26376
26377 Figure
26378 \begin_inset Quotes erd
26379 \end_inset
26380
26381 .
26382  Both options can be combined to get e.
26383 \begin_inset space \thinspace{}
26384 \end_inset
26385
26386 g.
26387 \begin_inset space \space{}
26388 \end_inset
26389
26390
26391 \begin_inset Quotes eld
26392 \end_inset
26393
26394 Figures
26395 \begin_inset Quotes erd
26396 \end_inset
26397
26398 .
26399 \end_layout
26400
26401 \begin_layout Description
26402 Textual
26403 \begin_inset space ~
26404 \end_inset
26405
26406 reference: prints the caption of the reference: 
26407 \begin_inset CommandInset ref
26408 LatexCommand nameref
26409 reference "fig:Two-distorted-images"
26410
26411 \end_inset
26412
26413
26414 \end_layout
26415
26416 \begin_layout Description
26417 Label
26418 \begin_inset space ~
26419 \end_inset
26420
26421 only: prints only the \SpecialChar LaTeX
26422  label for the reference: 
26423 \begin_inset CommandInset ref
26424 LatexCommand labelonly
26425 reference "fig:Two-distorted-images"
26426 plural "false"
26427 caps "false"
26428 noprefix "false"
26429
26430 \end_inset
26431
26432
26433 \begin_inset Newline newline
26434 \end_inset
26435
26436 This allows to use the label for commands in \SpecialChar TeX
26437  code.
26438  With the option 
26439 \family sans
26440 No Prefix
26441 \family default
26442  one can omit the prefix of the label name: 
26443 \begin_inset CommandInset ref
26444 LatexCommand labelonly
26445 reference "fig:Two-distorted-images"
26446 plural "false"
26447 caps "false"
26448 noprefix "true"
26449
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \begin_layout Standard
26456
26457 \family sans
26458 <page>
26459 \family default
26460  will not print the page number if the label is on the previous, the same,
26461  or the next page.
26462  You will e.
26463 \begin_inset space \thinspace{}
26464 \end_inset
26465
26466 g.
26467 \begin_inset space \space{}
26468 \end_inset
26469
26470 see the text 
26471 \begin_inset Quotes eld
26472 \end_inset
26473
26474
26475 \family sans
26476 on this page
26477 \family default
26478
26479 \begin_inset Quotes erd
26480 \end_inset
26481
26482  instead.
26483  The style 
26484 \family sans
26485 <reference> on page <page>
26486 \family default
26487  will not print anything about the page if the label is on the same page.
26488 \end_layout
26489
26490 \begin_layout Standard
26491 The number and current page of the part of the document referred to in the
26492  output is automatically calculated by \SpecialChar LaTeX
26493 .
26494  The varieties are adjusted in the field 
26495 \family sans
26496 Format
26497 \family default
26498  of the cross-reference window that appears when you click on the cross-referenc
26499 e box.
26500 \end_layout
26501
26502 \begin_layout Standard
26503 \begin_inset Note Greyedout
26504 status open
26505
26506 \begin_layout Plain Layout
26507
26508 \series bold
26509 Note:
26510 \series default
26511  It is recommended to use the \SpecialChar LaTeX
26512 -package 
26513 \series bold
26514 refstyle
26515 \series default
26516
26517 \begin_inset Index idx
26518 status collapsed
26519
26520 \begin_layout Plain Layout
26521 \SpecialChar LaTeX
26522 -packages ! refstyle
26523 \end_layout
26524
26525 \end_inset
26526
26527  because 
26528 \series bold
26529 prettyref
26530 \series default
26531
26532 \begin_inset Index idx
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536 \SpecialChar LaTeX
26537 -packages ! prettyref
26538 \end_layout
26539
26540 \end_inset
26541
26542  does not know all of \SpecialChar LyX
26543 's possible label shortcuts
26544 \begin_inset Foot
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548 \begin_inset Quotes eld
26549 \end_inset
26550
26551 fig:
26552 \begin_inset Quotes erd
26553 \end_inset
26554
26555  is for example \SpecialChar LyX
26556 's shortcut for labels in figure captions.
26557 \end_layout
26558
26559 \end_inset
26560
26561  and is not internationalized.
26562 \end_layout
26563
26564 \end_inset
26565
26566
26567 \end_layout
26568
26569 \begin_layout Subsection
26570 Automatic Reference Naming
26571 \begin_inset Index idx
26572 status collapsed
26573
26574 \begin_layout Plain Layout
26575 References ! Automatic Reference Naming
26576 \end_layout
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \begin_layout Standard
26584 The \SpecialChar LaTeX
26585 -package 
26586 \series bold
26587 hyperref
26588 \series default
26589
26590 \begin_inset Index idx
26591 status collapsed
26592
26593 \begin_layout Plain Layout
26594 \SpecialChar LaTeX
26595 -packages ! hyperref
26596 \end_layout
26597
26598 \end_inset
26599
26600 , that is enabled in the 
26601 \family sans
26602 PDF Properties
26603 \family default
26604  of the 
26605 \family sans
26606 Document Settings
26607 \family default
26608  dialog, provides a very useful feature that cross-references automatically
26609  include the name of the referenced floats (or text parts like 
26610 \emph on
26611 section
26612 \emph default
26613 ).
26614  So you will save having to write e.
26615 \begin_inset space \thinspace{}
26616 \end_inset
26617
26618 g.
26619 \begin_inset space \space{}
26620 \end_inset
26621
26622 the name 
26623 \begin_inset Quotes eld
26624 \end_inset
26625
26626 Figure
26627 \begin_inset Quotes erd
26628 \end_inset
26629
26630  before every reference to a figure.
26631  To use this feature, enable 
26632 \series bold
26633 hyperref
26634 \series default
26635  and insert this line to the \SpecialChar LaTeX
26636  preamble:
26637 \end_layout
26638
26639 \begin_layout Standard
26640
26641 \series bold
26642
26643 \backslash
26644 AtBeginDocument{
26645 \backslash
26646 renewcommand{
26647 \backslash
26648 ref}[1]{
26649 \backslash
26650 mbox{
26651 \backslash
26652 autoref{#1}}}}
26653 \end_layout
26654
26655 \begin_layout Standard
26656 When you prefer other reference names than the default ones, for example
26657  you want instead of 
26658 \begin_inset Quotes eld
26659 \end_inset
26660
26661 section
26662 \begin_inset Quotes erd
26663 \end_inset
26664
26665  the name 
26666 \begin_inset Quotes eld
26667 \end_inset
26668
26669 sec.
26670 \begin_inset space \thinspace{}
26671 \end_inset
26672
26673
26674 \begin_inset Quotes eld
26675 \end_inset
26676
26677 , you can redefine the name by inserting this in the preamble:
26678 \end_layout
26679
26680 \begin_layout Standard
26681
26682 \series bold
26683
26684 \backslash
26685 addto
26686 \backslash
26687 extrasenglish{
26688 \backslash
26689 renewcommand{
26690 \backslash
26691 sectionautorefname}
26692 \begin_inset Newline newline
26693 \end_inset
26694
26695
26696 \begin_inset Phantom HPhantom
26697 status open
26698
26699 \begin_layout Plain Layout
26700
26701 \series bold
26702 \begin_inset space ~
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \end_inset
26709
26710 {sec.
26711 \backslash
26712 negthinspace}}
26713 \end_layout
26714
26715 \begin_layout Standard
26716 When you are using another document language than English, replace
26717 \begin_inset Newline newline
26718 \end_inset
26719
26720
26721 \series bold
26722
26723 \backslash
26724 extrasenglish
26725 \series default
26726  by 
26727 \series bold
26728
26729 \backslash
26730 extras***
26731 \series default
26732 , where *** is the name of the language used.
26733 \end_layout
26734
26735 \begin_layout Standard
26736 To get automatic names, but not for certain reference types, for example
26737  not for equations, use this preamble code:
26738 \end_layout
26739
26740 \begin_layout Standard
26741
26742 \series bold
26743
26744 \backslash
26745 addto
26746 \backslash
26747 extrasenglish{
26748 \backslash
26749 renewcommand*{
26750 \backslash
26751 equationautorefname}[1]{}}
26752 \end_layout
26753
26754 \begin_layout Standard
26755 More about this topic can be found in 
26756 \series bold
26757 hyperref
26758 \series default
26759 's documentation 
26760 \begin_inset CommandInset citation
26761 LatexCommand cite
26762 key "hyperref"
26763 literal "true"
26764
26765 \end_inset
26766
26767 .
26768 \end_layout
26769
26770 \begin_layout Standard
26771 \begin_inset Note Greyedout
26772 status open
26773
26774 \begin_layout Plain Layout
26775
26776 \series bold
26777 Note:
26778 \series default
26779  Automatic reference naming cannot be used when you use cross-references
26780  in the 
26781 \family sans
26782 Formatted
26783 \begin_inset space ~
26784 \end_inset
26785
26786 reference
26787 \family default
26788  style, as described in section
26789 \begin_inset space ~
26790 \end_inset
26791
26792
26793 \begin_inset CommandInset ref
26794 LatexCommand ref
26795 reference "subsec:Cross-Reference-Formats"
26796
26797 \end_inset
26798
26799 .
26800 \end_layout
26801
26802 \end_inset
26803
26804
26805 \end_layout
26806
26807 \begin_layout Standard
26808 The 
26809 \emph on
26810 Math
26811 \emph default
26812  manual is an example where automatic reference naming is used.
26813 \end_layout
26814
26815 \begin_layout Subsection
26816 Reference Position
26817 \begin_inset CommandInset label
26818 LatexCommand label
26819 name "subsec:Reference-Position"
26820
26821 \end_inset
26822
26823
26824 \begin_inset Index idx
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828 References ! Reference Position
26829 \end_layout
26830
26831 \end_inset
26832
26833
26834 \end_layout
26835
26836 \begin_layout Standard
26837 If you use 
26838 \series bold
26839 hyperref
26840 \series default
26841
26842 \begin_inset Index idx
26843 status collapsed
26844
26845 \begin_layout Plain Layout
26846 \SpecialChar LaTeX
26847 -packages ! hyperref
26848 \end_layout
26849
26850 \end_inset
26851
26852  in the 
26853 \family sans
26854 PDF Properties
26855 \family default
26856  of the 
26857 \family sans
26858 Document Settings
26859 \family default
26860  dialog to link cross-references in the output, you will see that clicking
26861  on an image float reference jumps to the image label.
26862  The caption will be the first text part on the screen, so that you cannot
26863  see the image without scrolling.
26864  This is because the reference link anchor is placed at the position of
26865  the label.
26866  With the use of the package 
26867 \series bold
26868 hypcap
26869 \series default
26870
26871 \begin_inset Index idx
26872 status collapsed
26873
26874 \begin_layout Plain Layout
26875 \SpecialChar LaTeX
26876 -packages ! hypcap
26877 \end_layout
26878
26879 \end_inset
26880
26881 , which is part of the \SpecialChar LaTeX
26882 -package 
26883 \series bold
26884 oberdiek
26885 \series default
26886
26887 \begin_inset Index idx
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891 \SpecialChar LaTeX
26892 -packages ! oberdiek
26893 \end_layout
26894
26895 \end_inset
26896
26897 , the link anchor is placed at the beginning of a float.
26898  To use this feature for figure floats, load 
26899 \series bold
26900 hypcap
26901 \series default
26902  in the document preamble with the line
26903 \end_layout
26904
26905 \begin_layout Standard
26906
26907 \series bold
26908
26909 \backslash
26910 usepackage[figure]{hypcap}
26911 \end_layout
26912
26913 \begin_layout Standard
26914 You can also use 
26915 \series bold
26916 hypcap
26917 \series default
26918  for all float types but this is not recommended for stability reasons.
26919  For more information, have a look at 
26920 \series bold
26921 hypcap
26922 \series default
26923 's manual 
26924 \begin_inset CommandInset citation
26925 LatexCommand cite
26926 key "hypcap"
26927 literal "true"
26928
26929 \end_inset
26930
26931 .
26932 \end_layout
26933
26934 \begin_layout Standard
26935 \begin_inset Note Greyedout
26936 status open
26937
26938 \begin_layout Plain Layout
26939
26940 \series bold
26941 Note:
26942 \series default
26943  
26944 \series bold
26945 hypcap
26946 \series default
26947  has no effect on references to subfigures.
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \begin_layout Section
26956 Float 
26957 \change_deleted -712698321 1526031763
26958 Placement 
26959 \change_inserted -712698321 1526031765
26960 Settings
26961 \change_unchanged
26962
26963 \begin_inset CommandInset label
26964 LatexCommand label
26965 name "sec:Float-Settings"
26966
26967 \end_inset
26968
26969
26970 \begin_inset Index idx
26971 status collapsed
26972
26973 \begin_layout Plain Layout
26974 Floats ! 
26975 \change_deleted -712698321 1526031841
26976 Placement
26977 \change_inserted -712698321 1526031842
26978 Settings
26979 \change_unchanged
26980
26981 \end_layout
26982
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \begin_layout Standard
26989
26990 \change_inserted -712698321 1526033385
26991 Float Settings can be adjusted at two places in \SpecialChar LyX
26992 : In 
26993 \family sans
26994 Document\SpecialChar menuseparator
26995 Settings\SpecialChar ldots
26996 \SpecialChar menuseparator
26997 Float Settings
26998 \family default
26999 , you can set some options that are used by default for all floats of the
27000  document (placement on page and alignment of contents), unless you modify
27001  the local settings of a float.
27002 \change_unchanged
27003
27004 \end_layout
27005
27006 \begin_layout Standard
27007
27008 \change_inserted -712698321 1526032513
27009 The latter can be done by 
27010 \change_deleted -712698321 1526032513
27011 R
27012 \change_inserted -712698321 1526032513
27013 r
27014 \change_unchanged
27015 ight-clicking on a float-box and clicking on 
27016 \family sans
27017 Settings
27018 \change_inserted -712698321 1526033387
27019 \SpecialChar ldots
27020
27021 \change_unchanged
27022
27023 \family default
27024  
27025 \change_inserted -712698321 1526032520
27026 This 
27027 \change_unchanged
27028 opens a dialog where you can
27029 \change_inserted -712698321 1526032584
27030 , now only for the given float,
27031 \change_unchanged
27032  alter the 
27033 \change_inserted -712698321 1526033452
27034 global 
27035 \change_unchanged
27036 placement 
27037 \change_deleted -712698321 1526033439
27038 options that \SpecialChar LaTeX
27039  uses for positioning the float
27040 \change_inserted -712698321 1526033493
27041  and alignment options, and adapt some other options that are only available
27042  for single floats
27043 \change_unchanged
27044 .
27045
27046 \change_inserted -712698321 1526032658
27047  All these options, both for 
27048 \family sans
27049 Document\SpecialChar menuseparator
27050 Settings\SpecialChar menuseparator
27051 Float Settings
27052 \family default
27053  and for local 
27054 \family sans
27055 Float Settings
27056 \family default
27057 , are described in turn.
27058 \change_deleted -712698321 1526031652
27059
27060 \begin_inset Newline newline
27061 \end_inset
27062
27063 The option 
27064 \family sans
27065 Span
27066 \begin_inset space ~
27067 \end_inset
27068
27069 columns
27070 \family default
27071  is only useful for two-column documents: If you select it, the float will
27072  span both columns on the page instead of being confined to just one.
27073 \begin_inset Newline newline
27074 \end_inset
27075
27076 The option 
27077 \family sans
27078 Rotate
27079 \begin_inset space ~
27080 \end_inset
27081
27082 sideways
27083 \family default
27084  is used to rotate floats, see section 
27085 \begin_inset CommandInset ref
27086 LatexCommand ref
27087 reference "sec:Rotated-Floats"
27088
27089 \end_inset
27090
27091 .
27092 \change_unchanged
27093
27094 \end_layout
27095
27096 \begin_layout Subsection
27097
27098 \change_inserted -712698321 1526031775
27099 Float Placement
27100 \begin_inset CommandInset label
27101 LatexCommand label
27102 name "sec:Float-Placement"
27103
27104 \end_inset
27105
27106
27107 \begin_inset Index idx
27108 status collapsed
27109
27110 \begin_layout Plain Layout
27111
27112 \change_inserted -712698321 1526031775
27113 Floats ! Placement
27114 \end_layout
27115
27116 \end_inset
27117
27118
27119 \change_unchanged
27120
27121 \end_layout
27122
27123 \begin_layout Standard
27124
27125 \change_inserted -712698321 1526032697
27126 Both in 
27127 \family sans
27128 Document\SpecialChar menuseparator
27129 Settings\SpecialChar menuseparator
27130 Float Settings
27131 \family default
27132  and in the local 
27133 \family sans
27134 Float Settings
27135 \family default
27136  dialog, you can 
27137 \change_deleted -712698321 1526032811
27138 You can use one or more of the following options in the float dialog to
27139  set
27140 \change_inserted -712698321 1526032812
27141 modify
27142 \change_unchanged
27143  the placement 
27144 \change_inserted -712698321 1526033558
27145 algorithm that \SpecialChar LaTeX
27146  uses for positioning floats on the page, either 
27147 \change_unchanged
27148 for 
27149 \change_inserted -712698321 1526033535
27150 all floats (
27151 \family sans
27152 Document\SpecialChar menuseparator
27153 Settings\SpecialChar menuseparator
27154 Float Settings
27155 \family default
27156 ) or 
27157 \change_unchanged
27158 a particular float
27159 \change_inserted -712698321 1526033570
27160  (local 
27161 \family sans
27162 Float Settings
27163 \family default
27164  dialog).
27165  This is done via 
27166 \family sans
27167 Placement Settings
27168 \family default
27169 .
27170  By default, this is set to
27171 \change_unchanged
27172  
27173 \change_inserted -712698321 1526033604
27174
27175 \family sans
27176 Class Default
27177 \family default
27178  in 
27179 \family sans
27180 Document\SpecialChar menuseparator
27181 Settings\SpecialChar menuseparator
27182 Float Settings
27183 \family default
27184  (meaning that the default placement algorithm of the document class is
27185  used) or 
27186 \family sans
27187 Document Default
27188 \family default
27189  in the local 
27190 \family sans
27191 Float Settings
27192 \family default
27193  dialog (meaning that the settings in 
27194 \family sans
27195 Document\SpecialChar menuseparator
27196 Settings\SpecialChar menuseparator
27197 Float Settings
27198 \family default
27199  are used, which are the Class Defaults by default).
27200  If you want to change this, 
27201 \change_deleted -712698321 1526033009
27202 when you uncheck
27203 \change_inserted -712698321 1526033535
27204 select
27205 \change_unchanged
27206  
27207 \change_deleted -712698321 1526031920
27208 the option
27209 \change_inserted -712698321 1526033535
27210
27211 \family sans
27212 Placement Settings:
27213 \change_unchanged
27214
27215 \family default
27216  
27217 \change_inserted -712698321 1526033535
27218
27219 \family sans
27220 Custom.
27221 \change_deleted -712698321 1526031908
27222 Use
27223 \begin_inset space ~
27224 \end_inset
27225
27226 default
27227 \begin_inset space ~
27228 \end_inset
27229
27230 placement
27231 \change_inserted -712698321 1526033535
27232
27233 \family default
27234  This allows you to select one or more from
27235 \change_unchanged
27236 :
27237 \end_layout
27238
27239 \begin_layout Description
27240 Here
27241 \begin_inset space ~
27242 \end_inset
27243
27244 if
27245 \begin_inset space ~
27246 \end_inset
27247
27248 possible try to place the float on the position where it has been inserted
27249 \end_layout
27250
27251 \begin_layout Description
27252 Top
27253 \begin_inset space ~
27254 \end_inset
27255
27256 of
27257 \begin_inset space ~
27258 \end_inset
27259
27260 page try to place the float at the top of the current page
27261 \end_layout
27262
27263 \begin_layout Description
27264 Bottom
27265 \begin_inset space ~
27266 \end_inset
27267
27268 of
27269 \begin_inset space ~
27270 \end_inset
27271
27272 page try to place the float at the bottom of the current page
27273 \end_layout
27274
27275 \begin_layout Description
27276 Page
27277 \begin_inset space ~
27278 \end_inset
27279
27280 of
27281 \begin_inset space ~
27282 \end_inset
27283
27284 floats try to place the float on its own page
27285 \end_layout
27286
27287 \begin_layout Standard
27288 The order of the above option is 
27289 \emph on
27290 always
27291 \emph default
27292  used by \SpecialChar LaTeX
27293 .
27294  That means, if you use the default placement, \SpecialChar LaTeX
27295  will first try out 
27296 \family sans
27297 Here
27298 \begin_inset space ~
27299 \end_inset
27300
27301 if
27302 \begin_inset space ~
27303 \end_inset
27304
27305 possible
27306 \family default
27307 , then 
27308 \family sans
27309 Top
27310 \begin_inset space ~
27311 \end_inset
27312
27313 of
27314 \begin_inset space ~
27315 \end_inset
27316
27317 page
27318 \family default
27319 , and then the others.
27320  If you do not use the default, \SpecialChar LaTeX
27321  will try only the checked options but in
27322  the same order.
27323  If none of the 4
27324 \begin_inset space ~
27325 \end_inset
27326
27327 placements is possible the procedure is internally repeated trying to put
27328  the float on the following page.
27329 \end_layout
27330
27331 \begin_layout Standard
27332 By default, each option has its own rules:
27333 \end_layout
27334
27335 \begin_layout Labeling
27336 \labelwidthstring 00.00.0000
27337
27338 \family sans
27339 Top
27340 \begin_inset space ~
27341 \end_inset
27342
27343 of
27344 \begin_inset space ~
27345 \end_inset
27346
27347 page
27348 \family default
27349  only floats occupying less than 70
27350 \begin_inset space \thinspace{}
27351 \end_inset
27352
27353 % of the page can be placed at the top of a page (
27354 \series bold
27355
27356 \backslash
27357 topfraction
27358 \series default
27359 )
27360 \end_layout
27361
27362 \begin_layout Labeling
27363 \labelwidthstring 00.00.0000
27364
27365 \family sans
27366 Bottom
27367 \begin_inset space ~
27368 \end_inset
27369
27370 of
27371 \begin_inset space ~
27372 \end_inset
27373
27374 page
27375 \family default
27376 : only floats occupying less than 30
27377 \begin_inset space \thinspace{}
27378 \end_inset
27379
27380 % of the page can be placed at the bottom of a page.
27381  (
27382 \series bold
27383
27384 \backslash
27385 bottomfraction
27386 \series default
27387 )
27388 \end_layout
27389
27390 \begin_layout Labeling
27391 \labelwidthstring 00.00.0000
27392
27393 \family sans
27394 Page
27395 \begin_inset space ~
27396 \end_inset
27397
27398 of
27399 \begin_inset space ~
27400 \end_inset
27401
27402 floats
27403 \family default
27404 : only if more than 50
27405 \begin_inset space \thinspace{}
27406 \end_inset
27407
27408 % of the page is occupied by floats, several floats can be set together
27409  on a page.
27410  (
27411 \series bold
27412
27413 \backslash
27414 floatpagefraction
27415 \series default
27416 )
27417 \end_layout
27418
27419 \begin_layout Standard
27420 If you don't like these rules, you can ignore them by using the additional
27421  option 
27422 \family sans
27423 Ignore
27424 \begin_inset space ~
27425 \end_inset
27426
27427 \SpecialChar LaTeX
27428
27429 \begin_inset space ~
27430 \end_inset
27431
27432 rules
27433 \family default
27434 .
27435 \begin_inset Newline newline
27436 \end_inset
27437
27438 You can also redefine the rules with \SpecialChar LaTeX
27439 -commands that are given in parentheses
27440  after the rules description above.
27441  To increase for example the often too small default of the bottom-rule
27442  to 50
27443 \begin_inset space \thinspace{}
27444 \end_inset
27445
27446 % of the page, add this line to your document preamble:
27447 \end_layout
27448
27449 \begin_layout Standard
27450
27451 \series bold
27452
27453 \backslash
27454 renewcommand{
27455 \backslash
27456 bottomfraction}{0.5}
27457 \end_layout
27458
27459 \begin_layout Standard
27460 Sometimes you might need, under all circumstances, a float to be placed
27461  exactly at the position where it is inserted.
27462  For this case you can use the option 
27463 \family sans
27464 Here
27465 \begin_inset space ~
27466 \end_inset
27467
27468 definitely
27469 \family default
27470 .
27471  Use this option very rarely and only if the document is almost ready to
27472  be printed, because the float is then no longer able to 
27473 \begin_inset Quotes eld
27474 \end_inset
27475
27476 float
27477 \begin_inset Quotes erd
27478 \end_inset
27479
27480  when you change your document and this will often destroy the page layout.
27481 \end_layout
27482
27483 \begin_layout Standard
27484 There are no placement options for text wrap floats, because they are always
27485  surrounded by the text of a certain paragraph.
27486 \begin_inset VSpace bigskip
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \begin_layout Standard
27493 Sometimes you have the problem that a float is placed at the top of a page
27494  while its corresponding section starts at the middle of the page, so that
27495  the reader could think the float is part of the previous section.
27496  To avoid this the \SpecialChar LaTeX
27497 -command 
27498 \series bold
27499
27500 \backslash
27501 suppressfloats
27502 \series default
27503  can be used.
27504  It suppresses a given float placement for the page where it is inserted
27505  and can therefore be used to avoid floats being set before a section starts.
27506  To get this, add these commands to your document preamble:
27507 \end_layout
27508
27509 \begin_layout Standard
27510
27511 \series bold
27512
27513 \backslash
27514 let
27515 \backslash
27516 mySection
27517 \backslash
27518 section
27519 \begin_inset Newline newline
27520 \end_inset
27521
27522
27523 \backslash
27524 renewcommand{
27525 \backslash
27526 section}{
27527 \backslash
27528 suppressfloats[t]
27529 \backslash
27530 mySection}
27531 \end_layout
27532
27533 \begin_layout Standard
27534 You can define the same for all section headings, like chapters and subsections.
27535  This definition is not recommended to be used for small text parts like
27536  subsubsections because \SpecialChar LaTeX
27537  may then have problems finding a suitable placement.
27538 \end_layout
27539
27540 \begin_layout Standard
27541 \begin_inset VSpace bigskip
27542 \end_inset
27543
27544 In some cases it is required to have all figures/tables at the end of the
27545  document.
27546  For this purpose the \SpecialChar LaTeX
27547 -package 
27548 \series bold
27549 endfloat
27550 \series default
27551
27552 \begin_inset Index idx
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556 \SpecialChar LaTeX
27557 -packages ! endfloat
27558 \end_layout
27559
27560 \end_inset
27561
27562  was developed.
27563  It puts all figure and table floats at the end of the document into their
27564  own sections.
27565  At the original float position a text hint like 
27566 \begin_inset Quotes eld
27567 \end_inset
27568
27569
27570 \family sans
27571 [Figure
27572 \begin_inset space ~
27573 \end_inset
27574
27575 3.2 about here.]
27576 \family default
27577
27578 \begin_inset Quotes erd
27579 \end_inset
27580
27581  is inserted.
27582  The endfloat-package is loaded in the preamble with the line
27583 \end_layout
27584
27585 \begin_layout Standard
27586
27587 \series bold
27588
27589 \backslash
27590 usepackage[options]{endfloat}
27591 \end_layout
27592
27593 \begin_layout Standard
27594 There are various package options to format the created figure/table sections.
27595  For more information we refer you to the 
27596 \series bold
27597 endfloat
27598 \series default
27599  documentation 
27600 \begin_inset CommandInset citation
27601 LatexCommand cite
27602 key "endfloat"
27603 literal "true"
27604
27605 \end_inset
27606
27607 .
27608 \begin_inset Newline newline
27609 \end_inset
27610
27611
27612 \begin_inset Note Greyedout
27613 status open
27614
27615 \begin_layout Plain Layout
27616
27617 \series bold
27618 Note: endfloat
27619 \series default
27620  doesn't provide an automatic translation for the text hint, you have to
27621  do this manually, see section
27622 \begin_inset space ~
27623 \end_inset
27624
27625 4 in 
27626 \begin_inset CommandInset citation
27627 LatexCommand cite
27628 key "endfloat"
27629 literal "true"
27630
27631 \end_inset
27632
27633 .
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \begin_inset Newline newline
27640 \end_inset
27641
27642
27643 \begin_inset Note Greyedout
27644 status open
27645
27646 \begin_layout Plain Layout
27647
27648 \series bold
27649 Note:
27650 \series default
27651  There is currently a bug in 
27652 \series bold
27653 endfloat
27654 \series default
27655  when the caption contains a German 
27656 \begin_inset Quotes eld
27657 \end_inset
27658
27659 ß
27660 \begin_inset Quotes erd
27661 \end_inset
27662
27663 .
27664  Use in this case the command 
27665 \begin_inset Quotes eld
27666 \end_inset
27667
27668
27669 \series bold
27670
27671 \backslash
27672 ss
27673 \series default
27674
27675 \begin_inset Quotes erd
27676 \end_inset
27677
27678  in \SpecialChar TeX
27679  Code instead of 
27680 \begin_inset Quotes eld
27681 \end_inset
27682
27683 ß
27684 \begin_inset Quotes erd
27685 \end_inset
27686
27687 .
27688 \end_layout
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \begin_layout Standard
27696 \begin_inset VSpace bigskip
27697 \end_inset
27698
27699 For more details about float placements, have a look at \SpecialChar LaTeX
27700  books, 
27701 \begin_inset CommandInset citation
27702 LatexCommand cite
27703 key "latexcompanion,latexguide,latexbook"
27704 literal "true"
27705
27706 \end_inset
27707
27708 .
27709 \change_inserted -712698321 1526030561
27710
27711 \end_layout
27712
27713 \begin_layout Subsection
27714
27715 \change_inserted -712698321 1526031989
27716 Alignment of Float Contents
27717 \end_layout
27718
27719 \begin_layout Standard
27720
27721 \change_inserted -712698321 1526032316
27722 In this list of options, you can define how the contents of a float (or
27723  all floats by default, if selected from 
27724 \family sans
27725 Document\SpecialChar menuseparator
27726 Settings
27727 \family default
27728 ) are aligned.
27729  
27730 \family sans
27731 Class Default
27732 \family default
27733  means that the alignment of the class, or the default alignment of \SpecialChar LaTeX
27734 , is
27735  used.
27736  
27737 \family sans
27738 Document Default
27739 \family default
27740  (only visible in the 
27741 \family sans
27742 Float Settings
27743 \family default
27744  dialog, not in 
27745 \family sans
27746 Document\SpecialChar menuseparator
27747 Settings
27748 \family default
27749 ) takes the setting specified in 
27750 \family sans
27751 Document\SpecialChar menuseparator
27752 Settings\SpecialChar menuseparator
27753 Float Settings
27754 \family default
27755 .
27756  The other three options, 
27757 \family sans
27758 Left
27759 \family default
27760
27761 \family sans
27762 Center
27763 \family default
27764 , or 
27765 \family sans
27766 Right
27767 \family default
27768 , are self-explanatory.
27769  If one of these is selected in 
27770 \family sans
27771 Document\SpecialChar menuseparator
27772 Settings\SpecialChar menuseparator
27773 Float Settings
27774 \family default
27775 , all floats of the document will have this setting by default (so it is
27776  fairly easy, for instance, to center all floats).
27777 \change_unchanged
27778
27779 \end_layout
27780
27781 \begin_layout Subsection
27782
27783 \change_inserted -712698321 1526030571
27784 Other Float Options
27785 \end_layout
27786
27787 \begin_layout Standard
27788
27789 \change_inserted -712698321 1526035716
27790 These two options are only visible in the local 
27791 \family sans
27792 Float Settings
27793 \family default
27794  dialog, not in 
27795 \family sans
27796 Document\SpecialChar menuseparator
27797 Settings.
27798 \change_unchanged
27799
27800 \end_layout
27801
27802 \begin_layout Standard
27803
27804 \change_inserted -712698321 1526033931
27805 The option 
27806 \family sans
27807 Span
27808 \begin_inset space ~
27809 \end_inset
27810
27811 columns
27812 \family default
27813  is useful for two-column documents: If you select it, the float will span
27814  both columns on the page instead of being confined to just one.
27815 \end_layout
27816
27817 \begin_layout Standard
27818
27819 \change_inserted -712698321 1526030572
27820 The option 
27821 \family sans
27822 Rotate
27823 \begin_inset space ~
27824 \end_inset
27825
27826 sideways
27827 \family default
27828  is used to rotate floats, see section 
27829 \begin_inset CommandInset ref
27830 LatexCommand ref
27831 reference "sec:Rotated-Floats"
27832
27833 \end_inset
27834
27835 .
27836 \change_unchanged
27837
27838 \end_layout
27839
27840 \begin_layout Section
27841 Rotated Floats
27842 \begin_inset CommandInset label
27843 LatexCommand label
27844 name "sec:Rotated-Floats"
27845
27846 \end_inset
27847
27848
27849 \begin_inset Index idx
27850 status collapsed
27851
27852 \begin_layout Plain Layout
27853 Floats ! Rotating
27854 \end_layout
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \begin_layout Standard
27862 Especially for wide tables you might have floats rotated.
27863  To rotate a whole float including the caption, right-click on the float-box
27864  and use the option 
27865 \family sans
27866 Rotate
27867 \begin_inset space ~
27868 \end_inset
27869
27870 sideways
27871 \family default
27872 .
27873 \end_layout
27874
27875 \begin_layout Standard
27876 Rotated floats are always placed on a page of their own (or column of their
27877  own; in case you have a multi-column document).
27878  You can let them span several columns using the float settings option 
27879 \family sans
27880 Span
27881 \begin_inset space ~
27882 \end_inset
27883
27884 columns
27885 \family default
27886 .
27887  Floats are rotated so that you can read them from the outside margin.
27888  To force a certain rotation direction for all pages, you can add either
27889  the option 
27890 \series bold
27891 figuresleft
27892 \series default
27893  or 
27894 \series bold
27895 figuresright
27896 \series default
27897  to the document class options.
27898 \end_layout
27899
27900 \begin_layout Standard
27901 Referencing rotated floats is the same as for normal floats, the caption
27902  format is also the same: Table
27903 \begin_inset space ~
27904 \end_inset
27905
27906
27907 \begin_inset CommandInset ref
27908 LatexCommand ref
27909 reference "tab:Rotated-table"
27910
27911 \end_inset
27912
27913  is an example of a rotated table float.
27914 \end_layout
27915
27916 \begin_layout Standard
27917 \begin_inset Note Greyedout
27918 status open
27919
27920 \begin_layout Plain Layout
27921
27922 \series bold
27923 Note:
27924 \series default
27925  Not all DVI-viewers are able to display rotated floats.
27926 \end_layout
27927
27928 \end_inset
27929
27930
27931 \end_layout
27932
27933 \begin_layout Standard
27934 \begin_inset Float table
27935 wide false
27936 sideways true
27937 status open
27938
27939 \begin_layout Plain Layout
27940 \begin_inset Caption Standard
27941
27942 \begin_layout Plain Layout
27943 \begin_inset CommandInset label
27944 LatexCommand label
27945 name "tab:Rotated-table"
27946
27947 \end_inset
27948
27949  Rotated table
27950 \end_layout
27951
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \begin_layout Plain Layout
27958 \align center
27959 \begin_inset Tabular
27960 <lyxtabular version="3" rows="1" columns="5">
27961 <features tabularvalignment="middle">
27962 <column alignment="center" valignment="top">
27963 <column alignment="center" valignment="top">
27964 <column alignment="center" valignment="top">
27965 <column alignment="center" valignment="top">
27966 <column alignment="center" valignment="top">
27967 <row>
27968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27969 \begin_inset Text
27970
27971 \begin_layout Plain Layout
27972 test
27973 \end_layout
27974
27975 \end_inset
27976 </cell>
27977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Plain Layout
27981 b
27982 \end_layout
27983
27984 \end_inset
27985 </cell>
27986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27987 \begin_inset Text
27988
27989 \begin_layout Plain Layout
27990 c
27991 \end_layout
27992
27993 \end_inset
27994 </cell>
27995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Plain Layout
27999 d
28000 \end_layout
28001
28002 \end_inset
28003 </cell>
28004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28005 \begin_inset Text
28006
28007 \begin_layout Plain Layout
28008 e
28009 \end_layout
28010
28011 \end_inset
28012 </cell>
28013 </row>
28014 </lyxtabular>
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Section
28027 Subfloats
28028 \begin_inset Index idx
28029 status collapsed
28030
28031 \begin_layout Plain Layout
28032 Floats ! Subfloats
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Standard
28041 Subfloats are for example used when a figure consists of several images.
28042  They are created by inserting a float into an existing float.
28043  The placement of the subfloats can be controlled in the same way as for
28044  paragraphs as shown in table
28045 \begin_inset space ~
28046 \end_inset
28047
28048
28049 \begin_inset CommandInset ref
28050 LatexCommand ref
28051 reference "tab:Two-subtables-side"
28052
28053 \end_inset
28054
28055  and 
28056 \begin_inset CommandInset ref
28057 LatexCommand ref
28058 reference "tab:Two-subtables-upon"
28059
28060 \end_inset
28061
28062 .
28063 \end_layout
28064
28065 \begin_layout Standard
28066 Referencing subfloats works as for normal floats: Table
28067 \begin_inset space ~
28068 \end_inset
28069
28070
28071 \begin_inset CommandInset ref
28072 LatexCommand ref
28073 reference "tab:This-is-subtable-a"
28074
28075 \end_inset
28076
28077  and 
28078 \begin_inset CommandInset ref
28079 LatexCommand ref
28080 reference "tab:This-is-subtable-b"
28081
28082 \end_inset
28083
28084  are subtables of table
28085 \begin_inset space ~
28086 \end_inset
28087
28088
28089 \begin_inset CommandInset ref
28090 LatexCommand ref
28091 reference "tab:Two-subtables-side"
28092
28093 \end_inset
28094
28095 .
28096 \end_layout
28097
28098 \begin_layout Standard
28099 \begin_inset Float table
28100 wide false
28101 sideways false
28102 status open
28103
28104 \begin_layout Plain Layout
28105 \begin_inset Caption Standard
28106
28107 \begin_layout Plain Layout
28108 \begin_inset CommandInset label
28109 LatexCommand label
28110 name "tab:Two-subtables-side"
28111
28112 \end_inset
28113
28114 Two subtables placed side by side.
28115 \end_layout
28116
28117 \end_inset
28118
28119
28120 \end_layout
28121
28122 \begin_layout Plain Layout
28123 \align center
28124 \begin_inset space \hfill{}
28125 \end_inset
28126
28127
28128 \begin_inset Float table
28129 wide false
28130 sideways false
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134 \begin_inset Caption Standard
28135
28136 \begin_layout Plain Layout
28137 \begin_inset CommandInset label
28138 LatexCommand label
28139 name "tab:This-is-subtable-a"
28140
28141 \end_inset
28142
28143 This is subtable a.
28144 \end_layout
28145
28146 \end_inset
28147
28148
28149 \end_layout
28150
28151 \begin_layout Plain Layout
28152 \align center
28153 \begin_inset Tabular
28154 <lyxtabular version="3" rows="1" columns="5">
28155 <features tabularvalignment="middle">
28156 <column alignment="center" valignment="top">
28157 <column alignment="center" valignment="top">
28158 <column alignment="center" valignment="top">
28159 <column alignment="center" valignment="top">
28160 <column alignment="center" valignment="top">
28161 <row>
28162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28163 \begin_inset Text
28164
28165 \begin_layout Plain Layout
28166 test
28167 \end_layout
28168
28169 \end_inset
28170 </cell>
28171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28172 \begin_inset Text
28173
28174 \begin_layout Plain Layout
28175 b
28176 \end_layout
28177
28178 \end_inset
28179 </cell>
28180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28181 \begin_inset Text
28182
28183 \begin_layout Plain Layout
28184 c
28185 \end_layout
28186
28187 \end_inset
28188 </cell>
28189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28190 \begin_inset Text
28191
28192 \begin_layout Plain Layout
28193 d
28194 \end_layout
28195
28196 \end_inset
28197 </cell>
28198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28199 \begin_inset Text
28200
28201 \begin_layout Plain Layout
28202 e
28203 \end_layout
28204
28205 \end_inset
28206 </cell>
28207 </row>
28208 </lyxtabular>
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \end_inset
28216
28217
28218 \begin_inset space \hfill{}
28219 \end_inset
28220
28221
28222 \begin_inset Float table
28223 wide false
28224 sideways false
28225 status collapsed
28226
28227 \begin_layout Plain Layout
28228 \begin_inset Caption Standard
28229
28230 \begin_layout Plain Layout
28231 \begin_inset CommandInset label
28232 LatexCommand label
28233 name "tab:This-is-subtable-b"
28234
28235 \end_inset
28236
28237 This is subtable b.
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \begin_layout Plain Layout
28246 \align center
28247 \begin_inset Tabular
28248 <lyxtabular version="3" rows="1" columns="5">
28249 <features tabularvalignment="middle">
28250 <column alignment="center" valignment="top">
28251 <column alignment="center" valignment="top">
28252 <column alignment="center" valignment="top">
28253 <column alignment="center" valignment="top">
28254 <column alignment="center" valignment="top">
28255 <row>
28256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28257 \begin_inset Text
28258
28259 \begin_layout Plain Layout
28260 e
28261 \end_layout
28262
28263 \end_inset
28264 </cell>
28265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28266 \begin_inset Text
28267
28268 \begin_layout Plain Layout
28269 d
28270 \end_layout
28271
28272 \end_inset
28273 </cell>
28274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28275 \begin_inset Text
28276
28277 \begin_layout Plain Layout
28278 c
28279 \end_layout
28280
28281 \end_inset
28282 </cell>
28283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28284 \begin_inset Text
28285
28286 \begin_layout Plain Layout
28287 b
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28293 \begin_inset Text
28294
28295 \begin_layout Plain Layout
28296 test
28297 \end_layout
28298
28299 \end_inset
28300 </cell>
28301 </row>
28302 </lyxtabular>
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \begin_inset space \hfill{}
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \end_inset
28319
28320
28321 \end_layout
28322
28323 \begin_layout Standard
28324 \begin_inset Float table
28325 wide false
28326 sideways false
28327 status open
28328
28329 \begin_layout Plain Layout
28330 \begin_inset Caption Standard
28331
28332 \begin_layout Plain Layout
28333 \begin_inset CommandInset label
28334 LatexCommand label
28335 name "tab:Two-subtables-upon"
28336
28337 \end_inset
28338
28339 Two subtables placed one above the other.
28340  (a) table with 4 cells, (b) table with 5 cells.
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Plain Layout
28349 \align center
28350 \begin_inset Float table
28351 wide false
28352 sideways false
28353 status collapsed
28354
28355 \begin_layout Plain Layout
28356 \begin_inset Caption Standard
28357
28358 \begin_layout Plain Layout
28359
28360 \end_layout
28361
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \begin_layout Plain Layout
28368 \align center
28369 \begin_inset Tabular
28370 <lyxtabular version="3" rows="1" columns="4">
28371 <features tabularvalignment="middle">
28372 <column alignment="center" valignment="top">
28373 <column alignment="center" valignment="top">
28374 <column alignment="center" valignment="top">
28375 <column alignment="center" valignment="top">
28376 <row>
28377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28378 \begin_inset Text
28379
28380 \begin_layout Plain Layout
28381 test
28382 \end_layout
28383
28384 \end_inset
28385 </cell>
28386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28387 \begin_inset Text
28388
28389 \begin_layout Plain Layout
28390 test
28391 \end_layout
28392
28393 \end_inset
28394 </cell>
28395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28396 \begin_inset Text
28397
28398 \begin_layout Plain Layout
28399 test
28400 \end_layout
28401
28402 \end_inset
28403 </cell>
28404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28405 \begin_inset Text
28406
28407 \begin_layout Plain Layout
28408 test
28409 \end_layout
28410
28411 \end_inset
28412 </cell>
28413 </row>
28414 </lyxtabular>
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \end_inset
28422
28423
28424 \end_layout
28425
28426 \begin_layout Plain Layout
28427 \align center
28428 \begin_inset Float table
28429 wide false
28430 sideways false
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434 \begin_inset Caption Standard
28435
28436 \begin_layout Plain Layout
28437
28438 \end_layout
28439
28440 \end_inset
28441
28442
28443 \end_layout
28444
28445 \begin_layout Plain Layout
28446 \align center
28447 \begin_inset Tabular
28448 <lyxtabular version="3" rows="1" columns="5">
28449 <features tabularvalignment="middle">
28450 <column alignment="center" valignment="top">
28451 <column alignment="center" valignment="top">
28452 <column alignment="center" valignment="top">
28453 <column alignment="center" valignment="top">
28454 <column alignment="center" valignment="top">
28455 <row>
28456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28457 \begin_inset Text
28458
28459 \begin_layout Plain Layout
28460 a
28461 \end_layout
28462
28463 \end_inset
28464 </cell>
28465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28466 \begin_inset Text
28467
28468 \begin_layout Plain Layout
28469 b
28470 \end_layout
28471
28472 \end_inset
28473 </cell>
28474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28475 \begin_inset Text
28476
28477 \begin_layout Plain Layout
28478 c
28479 \end_layout
28480
28481 \end_inset
28482 </cell>
28483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28484 \begin_inset Text
28485
28486 \begin_layout Plain Layout
28487 d
28488 \end_layout
28489
28490 \end_inset
28491 </cell>
28492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28493 \begin_inset Text
28494
28495 \begin_layout Plain Layout
28496 e
28497 \end_layout
28498
28499 \end_inset
28500 </cell>
28501 </row>
28502 </lyxtabular>
28503
28504 \end_inset
28505
28506
28507 \end_layout
28508
28509 \end_inset
28510
28511
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Section
28520 Floats Side by Side
28521 \begin_inset Index idx
28522 status collapsed
28523
28524 \begin_layout Plain Layout
28525 Floats ! Side by side
28526 \end_layout
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \begin_layout Standard
28534 To place floats side by side, as in Figures
28535 \begin_inset space ~
28536 \end_inset
28537
28538
28539 \begin_inset CommandInset ref
28540 LatexCommand ref
28541 reference "fig:Float-left"
28542
28543 \end_inset
28544
28545  and 
28546 \begin_inset CommandInset ref
28547 LatexCommand ref
28548 reference "fig:Float-right"
28549
28550 \end_inset
28551
28552 , only 
28553 \emph on
28554 one
28555 \emph default
28556  float is used.
28557  In it two minipage boxes are inserted.
28558 \begin_inset Foot
28559 status collapsed
28560
28561 \begin_layout Plain Layout
28562 Minipages are explained in section
28563 \begin_inset space ~
28564 \end_inset
28565
28566
28567 \begin_inset CommandInset ref
28568 LatexCommand ref
28569 reference "sec:Minipages"
28570
28571 \end_inset
28572
28573 .
28574 \end_layout
28575
28576 \end_inset
28577
28578  The width is set to 45
28579 \begin_inset space \thinspace{}
28580 \end_inset
28581
28582 -50
28583 \begin_inset space \thinspace{}
28584 \end_inset
28585
28586 column% and the box alignment to 
28587 \family sans
28588 Bottom
28589 \family default
28590  for each minipage.
28591  The minipage boxes contain the image and the caption in the same way as
28592  they are in a float.
28593  The only difference is that the image unit 
28594 \family sans
28595 Column
28596 \begin_inset space ~
28597 \end_inset
28598
28599 Width
28600 \begin_inset space ~
28601 \end_inset
28602
28603 %
28604 \family default
28605  is now calculated according to the width of the minipage boxes.
28606 \end_layout
28607
28608 \begin_layout Standard
28609 \begin_inset Float figure
28610 wide false
28611 sideways false
28612 status open
28613
28614 \begin_layout Plain Layout
28615 \begin_inset Box Frameless
28616 position "b"
28617 hor_pos "c"
28618 has_inner_box 1
28619 inner_pos "t"
28620 use_parbox 0
28621 use_makebox 0
28622 width "45col%"
28623 special "none"
28624 height "1in"
28625 height_special "totalheight"
28626 thickness "0.4pt"
28627 separation "3pt"
28628 shadowsize "4pt"
28629 framecolor "black"
28630 backgroundcolor "none"
28631 status open
28632
28633 \begin_layout Plain Layout
28634 \align center
28635 \begin_inset Graphics
28636         filename clipart/2D-intensity-plot.pdf
28637         width 100col%
28638         scaleBeforeRotation
28639
28640 \end_inset
28641
28642
28643 \end_layout
28644
28645 \begin_layout Plain Layout
28646 \begin_inset Caption Standard
28647
28648 \begin_layout Plain Layout
28649 \begin_inset CommandInset label
28650 LatexCommand label
28651 name "fig:Float-left"
28652
28653 \end_inset
28654
28655 Float on the left side.
28656 \end_layout
28657
28658 \end_inset
28659
28660
28661 \end_layout
28662
28663 \end_inset
28664
28665
28666 \begin_inset space \hfill{}
28667 \end_inset
28668
28669
28670 \begin_inset Box Frameless
28671 position "b"
28672 hor_pos "c"
28673 has_inner_box 1
28674 inner_pos "t"
28675 use_parbox 0
28676 use_makebox 0
28677 width "45col%"
28678 special "none"
28679 height "1in"
28680 height_special "totalheight"
28681 thickness "0.4pt"
28682 separation "3pt"
28683 shadowsize "4pt"
28684 framecolor "black"
28685 backgroundcolor "none"
28686 status open
28687
28688 \begin_layout Plain Layout
28689 \align center
28690 \begin_inset Graphics
28691         filename clipart/Star-structure.pdf
28692         width 100col%
28693         scaleBeforeRotation
28694
28695 \end_inset
28696
28697
28698 \end_layout
28699
28700 \begin_layout Plain Layout
28701 \begin_inset Caption Standard
28702
28703 \begin_layout Plain Layout
28704 \begin_inset CommandInset label
28705 LatexCommand label
28706 name "fig:Float-right"
28707
28708 \end_inset
28709
28710 Float on the right side.
28711 \end_layout
28712
28713 \end_inset
28714
28715
28716 \end_layout
28717
28718 \end_inset
28719
28720
28721 \end_layout
28722
28723 \end_inset
28724
28725
28726 \end_layout
28727
28728 \begin_layout Standard
28729 An alternative and simpler solution is to use the module 
28730 \family sans
28731 Variable-width Minipages
28732 \family default
28733 , see sec.
28734 \begin_inset space \thinspace{}
28735 \end_inset
28736
28737
28738 \begin_inset CommandInset ref
28739 LatexCommand ref
28740 reference "sec:Minipages"
28741
28742 \end_inset
28743
28744 .
28745  Variable-width minipages adapt automatically to the width of the figures
28746  and tables.
28747  They do not require an explicit width to be given, and they improve the
28748  horizontal alignment of the figures.
28749  The LyX example file 
28750 \emph on
28751 varwidth-floats-side-by-side
28752 \emph default
28753  gives examples of how to do this.
28754 \end_layout
28755
28756 \begin_layout Section
28757 Caption Formatting
28758 \begin_inset Index idx
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762 Caption ! Formatting
28763 \end_layout
28764
28765 \end_inset
28766
28767
28768 \begin_inset Index idx
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772 Floats ! Caption Formatting
28773 \end_layout
28774
28775 \end_inset
28776
28777
28778 \begin_inset CommandInset label
28779 LatexCommand label
28780 name "sec:Caption-Formatting"
28781
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \begin_layout Standard
28788 The 
28789 \family sans
28790 Caption
28791 \family default
28792  environment is the default paragraph environment for 
28793 \family sans
28794 Floats
28795 \family default
28796 .
28797  On the \SpecialChar LyX
28798  screen captions appear as a label, e.
28799 \begin_inset space \thinspace{}
28800 \end_inset
28801
28802 g.
28803 \begin_inset space \space{}
28804 \end_inset
28805
28806
28807 \begin_inset Quotes eld
28808 \end_inset
28809
28810
28811 \family sans
28812 Figure #:
28813 \family default
28814
28815 \begin_inset Quotes erd
28816 \end_inset
28817
28818  followed by the caption text.
28819  
28820 \begin_inset Quotes eld
28821 \end_inset
28822
28823 #
28824 \begin_inset Quotes erd
28825 \end_inset
28826
28827  is the actual reference number.
28828  By default the label and the number are in the same font as the caption
28829  text and a colon follows the number to divide the label from the text.
28830  This caption format is suitable for many but not all documents.
28831  
28832 \end_layout
28833
28834 \begin_layout Standard
28835 To change the default caption format, load the \SpecialChar LaTeX
28836 -package 
28837 \series bold
28838 caption
28839 \series default
28840
28841 \begin_inset Index idx
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845 \SpecialChar LaTeX
28846 -packages ! caption
28847 \end_layout
28848
28849 \end_inset
28850
28851  in the document preamble with this line:
28852 \end_layout
28853
28854 \begin_layout Standard
28855
28856 \series bold
28857
28858 \backslash
28859 usepackage[format definition]{caption}
28860 \end_layout
28861
28862 \begin_layout Standard
28863 To have for example the label and the number in sans-serif, bold font and
28864  the table captions always above the table as in this document, use the
28865  following command:
28866 \end_layout
28867
28868 \begin_layout Standard
28869
28870 \series bold
28871
28872 \backslash
28873 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28874 \end_layout
28875
28876 \begin_layout Standard
28877 You can also define different caption formats for the different float types.
28878  In this case load the 
28879 \series bold
28880 caption
28881 \series default
28882  package without format specific options and define the different formats
28883  with the help of the command
28884 \end_layout
28885
28886 \begin_layout Standard
28887
28888 \series bold
28889
28890 \backslash
28891 captionsetup[float type]{format definition}
28892 \end_layout
28893
28894 \begin_layout Standard
28895 in the document preamble.
28896  For example the caption formats of Figure
28897 \begin_inset space ~
28898 \end_inset
28899
28900
28901 \begin_inset CommandInset ref
28902 LatexCommand ref
28903 reference "fig:This-is-an-fig"
28904
28905 \end_inset
28906
28907  and Table
28908 \begin_inset space ~
28909 \end_inset
28910
28911
28912 \begin_inset CommandInset ref
28913 LatexCommand ref
28914 reference "tab:This-is-an-tab"
28915
28916 \end_inset
28917
28918  can be created using these commands in the document preamble:
28919 \end_layout
28920
28921 \begin_layout Standard
28922
28923 \series bold
28924
28925 \backslash
28926 usepackage[tableposition=top]{caption}
28927 \series default
28928
28929 \begin_inset Newline newline
28930 \end_inset
28931
28932
28933 \series bold
28934
28935 \backslash
28936 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28937 \begin_inset Newline newline
28938 \end_inset
28939
28940
28941 \begin_inset Phantom HPhantom
28942 status open
28943
28944 \begin_layout Plain Layout
28945
28946 \series bold
28947
28948 \backslash
28949 captionsetup[figure]{
28950 \end_layout
28951
28952 \end_inset
28953
28954 labelsep=period}
28955 \begin_inset Newline newline
28956 \end_inset
28957
28958
28959 \backslash
28960 captionsetup[table]{labelfont={bf,sf}}
28961 \end_layout
28962
28963 \begin_layout Standard
28964 \begin_inset Note Greyedout
28965 status open
28966
28967 \begin_layout Plain Layout
28968
28969 \series bold
28970 Note:
28971 \series default
28972  The option 
28973 \series bold
28974 tableposition=top
28975 \series default
28976  has no effect when a 
28977 \series bold
28978 KOMA-Script
28979 \series default
28980
28981 \begin_inset Index idx
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985 \SpecialChar LaTeX
28986 -packages ! KOMA-Script
28987 \end_layout
28988
28989 \end_inset
28990
28991  document class is used.
28992  In this case the document class option 
28993 \series bold
28994 captions=tableheading
28995 \series default
28996  must be used.
28997 \end_layout
28998
28999 \end_inset
29000
29001
29002 \end_layout
29003
29004 \begin_layout Standard
29005 For more information about the package 
29006 \series bold
29007 caption
29008 \series default
29009  we refer to its documentation 
29010 \begin_inset CommandInset citation
29011 LatexCommand cite
29012 key "caption"
29013 literal "true"
29014
29015 \end_inset
29016
29017 .
29018 \end_layout
29019
29020 \begin_layout Standard
29021 To change the label name from e.
29022 \begin_inset space \thinspace{}
29023 \end_inset
29024
29025 g.
29026 \begin_inset space \space{}
29027 \end_inset
29028
29029
29030 \begin_inset Quotes eld
29031 \end_inset
29032
29033 Figure
29034 \begin_inset Quotes erd
29035 \end_inset
29036
29037  to 
29038 \begin_inset Quotes eld
29039 \end_inset
29040
29041 Image
29042 \begin_inset Quotes erd
29043 \end_inset
29044
29045  use this preamble command:
29046 \end_layout
29047
29048 \begin_layout Standard
29049
29050 \series bold
29051
29052 \backslash
29053 renewcommand{
29054 \backslash
29055 fnum@figure}{Image~
29056 \backslash
29057 thefigure}
29058 \end_layout
29059
29060 \begin_layout Standard
29061 where 
29062 \series bold
29063
29064 \backslash
29065 thefigure
29066 \series default
29067  inserts the figure number and
29068 \series bold
29069  
29070 \begin_inset Quotes eld
29071 \end_inset
29072
29073 ~
29074 \series default
29075
29076 \begin_inset Quotes erd
29077 \end_inset
29078
29079  creates a protected space.
29080 \end_layout
29081
29082 \begin_layout Standard
29083 \begin_inset VSpace bigskip
29084 \end_inset
29085
29086 If you are using a 
29087 \series bold
29088 KOMA-Script
29089 \series default
29090
29091 \begin_inset Index idx
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095 \SpecialChar LaTeX
29096 -packages ! KOMA-Script
29097 \end_layout
29098
29099 \end_inset
29100
29101  document class (
29102 \family sans
29103 article (KOMA-Script)
29104 \family default
29105
29106 \family sans
29107 book (KOMA-Script)
29108 \family default
29109
29110 \family sans
29111 letter (KOMA-Script)
29112 \family default
29113 , or 
29114 \family sans
29115 report (KOMA-Script)
29116 \family default
29117
29118 \begin_inset space \thinspace{}
29119 \end_inset
29120
29121 ), you can alternatively to the 
29122 \series bold
29123 caption
29124 \series default
29125  package use 
29126 \series bold
29127 KOMA-Script
29128 \series default
29129 's built-in command 
29130 \series bold
29131
29132 \backslash
29133 setkomafont
29134 \series default
29135 .
29136  For example, to have the caption label in bold, add this command to your
29137  document preamble:
29138 \end_layout
29139
29140 \begin_layout Standard
29141
29142 \series bold
29143
29144 \backslash
29145 setkomafont{captionlabel}{
29146 \backslash
29147 bfseries}
29148 \end_layout
29149
29150 \begin_layout Standard
29151 For more information about 
29152 \series bold
29153
29154 \backslash
29155 setkomafont
29156 \series default
29157  we refer to the 
29158 \series bold
29159 KOMA-Script
29160 \series default
29161  documentation 
29162 \begin_inset CommandInset citation
29163 LatexCommand cite
29164 key "KOMA-Script"
29165 literal "true"
29166
29167 \end_inset
29168
29169 .
29170 \end_layout
29171
29172 \begin_layout Standard
29173 \begin_inset ERT
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177
29178
29179 \backslash
29180 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
29181 }
29182 \end_layout
29183
29184 \end_inset
29185
29186
29187 \begin_inset Note Note
29188 status open
29189
29190 \begin_layout Plain Layout
29191 The caption format is changed only for this example.
29192 \end_layout
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Standard
29200 \begin_inset Float figure
29201 placement !p
29202 wide false
29203 sideways false
29204 status open
29205
29206 \begin_layout Plain Layout
29207 \align center
29208 \begin_inset Graphics
29209         filename clipart/2D-intensity-plot.pdf
29210         scaleBeforeRotation
29211
29212 \end_inset
29213
29214
29215 \end_layout
29216
29217 \begin_layout Plain Layout
29218 \begin_inset Caption Standard
29219
29220 \begin_layout Plain Layout
29221 \begin_inset CommandInset label
29222 LatexCommand label
29223 name "fig:This-is-an-fig"
29224
29225 \end_inset
29226
29227 This is an example figure caption that is longer than one line to show the
29228  different caption format.
29229  Here a self-defined caption format is used.
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \end_layout
29236
29237 \end_inset
29238
29239
29240 \end_layout
29241
29242 \begin_layout Standard
29243 \begin_inset ERT
29244 status collapsed
29245
29246 \begin_layout Plain Layout
29247
29248
29249 \backslash
29250 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
29251 on}
29252 \end_layout
29253
29254 \end_inset
29255
29256
29257 \end_layout
29258
29259 \begin_layout Standard
29260 \begin_inset Float table
29261 placement !p
29262 wide false
29263 sideways false
29264 status open
29265
29266 \begin_layout Plain Layout
29267 \begin_inset Caption Standard
29268
29269 \begin_layout Plain Layout
29270 \begin_inset CommandInset label
29271 LatexCommand label
29272 name "tab:This-is-an-tab"
29273
29274 \end_inset
29275
29276 This is an example table caption that is longer than one line to show the
29277  different caption format.
29278  Here the standard caption format for tables in this document is used.
29279 \end_layout
29280
29281 \end_inset
29282
29283
29284 \end_layout
29285
29286 \begin_layout Plain Layout
29287 \align center
29288 \begin_inset Tabular
29289 <lyxtabular version="3" rows="1" columns="5">
29290 <features tabularvalignment="middle">
29291 <column alignment="center" valignment="top">
29292 <column alignment="center" valignment="top">
29293 <column alignment="center" valignment="top">
29294 <column alignment="center" valignment="top">
29295 <column alignment="center" valignment="top">
29296 <row>
29297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29298 \begin_inset Text
29299
29300 \begin_layout Plain Layout
29301 a
29302 \end_layout
29303
29304 \end_inset
29305 </cell>
29306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29307 \begin_inset Text
29308
29309 \begin_layout Plain Layout
29310 b
29311 \end_layout
29312
29313 \end_inset
29314 </cell>
29315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29316 \begin_inset Text
29317
29318 \begin_layout Plain Layout
29319 c
29320 \end_layout
29321
29322 \end_inset
29323 </cell>
29324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29325 \begin_inset Text
29326
29327 \begin_layout Plain Layout
29328 d
29329 \end_layout
29330
29331 \end_inset
29332 </cell>
29333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29334 \begin_inset Text
29335
29336 \begin_layout Plain Layout
29337 e
29338 \end_layout
29339
29340 \end_inset
29341 </cell>
29342 </row>
29343 </lyxtabular>
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \end_inset
29351
29352
29353 \end_layout
29354
29355 \begin_layout Section
29356 Caption Placement
29357 \begin_inset Index idx
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361 Caption ! Placement
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \begin_inset Index idx
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371 Floats ! Caption Placement
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \begin_inset CommandInset label
29378 LatexCommand label
29379 name "sec:Caption-Placement"
29380
29381 \end_inset
29382
29383
29384 \end_layout
29385
29386 \begin_layout Standard
29387 The common caption placement rule is:
29388 \end_layout
29389
29390 \begin_layout Description
29391 Figure: Caption is set below the figure
29392 \end_layout
29393
29394 \begin_layout Description
29395 Table: Caption is set above the table
29396 \end_layout
29397
29398 \begin_layout Standard
29399 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
29400 's
29401  standard classes.
29402  That means if you are using the document classes 
29403 \family sans
29404 article
29405 \family default
29406
29407 \family sans
29408 book
29409 \family default
29410
29411 \family sans
29412 letter
29413 \family default
29414 , or 
29415 \family sans
29416 report
29417 \family default
29418  there will be no space between the caption and the table.
29419  To insert the necessary space, load the \SpecialChar LaTeX
29420 -package 
29421 \series bold
29422 caption
29423 \series default
29424
29425 \begin_inset Index idx
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429 \SpecialChar LaTeX
29430 -packages ! caption
29431 \end_layout
29432
29433 \end_inset
29434
29435  in your document preamble with the option
29436 \begin_inset Foot
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440 See section
29441 \begin_inset space ~
29442 \end_inset
29443
29444
29445 \begin_inset CommandInset ref
29446 LatexCommand ref
29447 reference "sec:Caption-Formatting"
29448
29449 \end_inset
29450
29451  for more information of the package 
29452 \series bold
29453 caption
29454 \series default
29455 .
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \end_layout
29462
29463 \begin_layout Standard
29464
29465 \series bold
29466 tableposition=top
29467 \end_layout
29468
29469 \begin_layout Standard
29470 If you are using a 
29471 \series bold
29472 KOMA-Script
29473 \series default
29474
29475 \begin_inset Index idx
29476 status collapsed
29477
29478 \begin_layout Plain Layout
29479 \SpecialChar LaTeX
29480 -packages ! KOMA-Script
29481 \end_layout
29482
29483 \end_inset
29484
29485  document class (
29486 \family sans
29487 article (KOMA-Script)
29488 \family default
29489
29490 \family sans
29491 book (KOMA-Script)
29492 \family default
29493
29494 \family sans
29495 letter (KOMA-Script)
29496 \family default
29497 , or 
29498 \family sans
29499 report (KOMA-Script)
29500 \family default
29501
29502 \begin_inset space \thinspace{}
29503 \end_inset
29504
29505 ), you can alternatively to the 
29506 \series bold
29507 caption
29508 \series default
29509  package set the document class option
29510 \begin_inset Foot
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514 That option is used in this document.
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \end_layout
29521
29522 \begin_layout Standard
29523
29524 \series bold
29525 captions=tableheading
29526 \end_layout
29527
29528 \begin_layout Standard
29529 In documents with a KOMA-Script document class you can also right-click
29530  on a caption and mark in the context menu if this should be a caption above
29531  or below the table/figure.
29532  This way you can override the document-wide caption placement for certain
29533  captions.
29534  Table
29535 \begin_inset space ~
29536 \end_inset
29537
29538
29539 \begin_inset CommandInset ref
29540 LatexCommand ref
29541 reference "tab:A-caption-marked"
29542
29543 \end_inset
29544
29545  is an example where the caption is marked a being below the table while
29546  it is above.
29547  For comparison the caption in Table
29548 \begin_inset space ~
29549 \end_inset
29550
29551
29552 \begin_inset CommandInset ref
29553 LatexCommand ref
29554 reference "tab:A-standard-table"
29555
29556 \end_inset
29557
29558  is not marked.
29559 \end_layout
29560
29561 \begin_layout Standard
29562 \begin_inset Float table
29563 wide false
29564 sideways false
29565 status open
29566
29567 \begin_layout Plain Layout
29568 \begin_inset Caption Below
29569
29570 \begin_layout Plain Layout
29571 \begin_inset CommandInset label
29572 LatexCommand label
29573 name "tab:A-caption-marked"
29574
29575 \end_inset
29576
29577 A caption marked as being below the table.
29578 \end_layout
29579
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \begin_layout Plain Layout
29586 \align center
29587 \begin_inset Tabular
29588 <lyxtabular version="3" rows="3" columns="3">
29589 <features tabularvalignment="middle">
29590 <column alignment="center" valignment="top" width="0pt">
29591 <column alignment="center" valignment="top" width="0pt">
29592 <column alignment="center" valignment="top" width="0pt">
29593 <row>
29594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29595 \begin_inset Text
29596
29597 \begin_layout Plain Layout
29598 1
29599 \end_layout
29600
29601 \end_inset
29602 </cell>
29603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29604 \begin_inset Text
29605
29606 \begin_layout Plain Layout
29607 2
29608 \end_layout
29609
29610 \end_inset
29611 </cell>
29612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29613 \begin_inset Text
29614
29615 \begin_layout Plain Layout
29616 3
29617 \end_layout
29618
29619 \end_inset
29620 </cell>
29621 </row>
29622 <row>
29623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29624 \begin_inset Text
29625
29626 \begin_layout Plain Layout
29627 Joe
29628 \end_layout
29629
29630 \end_inset
29631 </cell>
29632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29633 \begin_inset Text
29634
29635 \begin_layout Plain Layout
29636 Mary
29637 \end_layout
29638
29639 \end_inset
29640 </cell>
29641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29642 \begin_inset Text
29643
29644 \begin_layout Plain Layout
29645 Ted
29646 \end_layout
29647
29648 \end_inset
29649 </cell>
29650 </row>
29651 <row>
29652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29653 \begin_inset Text
29654
29655 \begin_layout Plain Layout
29656 \begin_inset Formula $\int x^{2}dx$
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \end_inset
29663 </cell>
29664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29665 \begin_inset Text
29666
29667 \begin_layout Plain Layout
29668 \begin_inset Formula $\left[\begin{array}{cc}
29669 a & b\\
29670 c & d
29671 \end{array}\right]$
29672 \end_inset
29673
29674
29675 \end_layout
29676
29677 \end_inset
29678 </cell>
29679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29680 \begin_inset Text
29681
29682 \begin_layout Plain Layout
29683 \begin_inset Formula $1+1=2$
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \end_inset
29690 </cell>
29691 </row>
29692 </lyxtabular>
29693
29694 \end_inset
29695
29696
29697 \end_layout
29698
29699 \end_inset
29700
29701
29702 \end_layout
29703
29704 \begin_layout Standard
29705 \begin_inset Float table
29706 wide false
29707 sideways false
29708 status open
29709
29710 \begin_layout Plain Layout
29711 \begin_inset Caption Standard
29712
29713 \begin_layout Plain Layout
29714 \begin_inset CommandInset label
29715 LatexCommand label
29716 name "tab:A-standard-table"
29717
29718 \end_inset
29719
29720 A standard table caption.
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Plain Layout
29729 \align center
29730 \begin_inset Tabular
29731 <lyxtabular version="3" rows="3" columns="3">
29732 <features tabularvalignment="middle">
29733 <column alignment="center" valignment="top" width="0pt">
29734 <column alignment="center" valignment="top" width="0pt">
29735 <column alignment="center" valignment="top" width="0pt">
29736 <row>
29737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29738 \begin_inset Text
29739
29740 \begin_layout Plain Layout
29741 1
29742 \end_layout
29743
29744 \end_inset
29745 </cell>
29746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29747 \begin_inset Text
29748
29749 \begin_layout Plain Layout
29750 2
29751 \end_layout
29752
29753 \end_inset
29754 </cell>
29755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29756 \begin_inset Text
29757
29758 \begin_layout Plain Layout
29759 3
29760 \end_layout
29761
29762 \end_inset
29763 </cell>
29764 </row>
29765 <row>
29766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29767 \begin_inset Text
29768
29769 \begin_layout Plain Layout
29770 Joe
29771 \end_layout
29772
29773 \end_inset
29774 </cell>
29775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29776 \begin_inset Text
29777
29778 \begin_layout Plain Layout
29779 Mary
29780 \end_layout
29781
29782 \end_inset
29783 </cell>
29784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29785 \begin_inset Text
29786
29787 \begin_layout Plain Layout
29788 Ted
29789 \end_layout
29790
29791 \end_inset
29792 </cell>
29793 </row>
29794 <row>
29795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29796 \begin_inset Text
29797
29798 \begin_layout Plain Layout
29799 \begin_inset Formula $\int x^{2}dx$
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \end_inset
29806 </cell>
29807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29808 \begin_inset Text
29809
29810 \begin_layout Plain Layout
29811 \begin_inset Formula $\left[\begin{array}{cc}
29812 a & b\\
29813 c & d
29814 \end{array}\right]$
29815 \end_inset
29816
29817
29818 \end_layout
29819
29820 \end_inset
29821 </cell>
29822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29823 \begin_inset Text
29824
29825 \begin_layout Plain Layout
29826 \begin_inset Formula $1+1=2$
29827 \end_inset
29828
29829
29830 \end_layout
29831
29832 \end_inset
29833 </cell>
29834 </row>
29835 </lyxtabular>
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \begin_layout Standard
29848 \begin_inset VSpace bigskip
29849 \end_inset
29850
29851 It is also possible to set the caption beside a figure or table.
29852  To get this the \SpecialChar LaTeX
29853 -package 
29854 \series bold
29855 sidecap
29856 \series default
29857
29858 \begin_inset Index idx
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 \SpecialChar LaTeX
29863 -packages ! sidecap
29864 \end_layout
29865
29866 \end_inset
29867
29868  has to be loaded in the document preamble with the line
29869 \end_layout
29870
29871 \begin_layout Standard
29872
29873 \series bold
29874
29875 \backslash
29876 usepackage[option]{sidecap}
29877 \end_layout
29878
29879 \begin_layout Standard
29880 If you set no option, the caption is placed on the side of the outer page
29881  margin – to the right on odd pages, to the left on even pages.
29882  You can change the placement to inner margin with the option 
29883 \series bold
29884 innercaption
29885 \series default
29886 .
29887  To force the placement always to the right or left, use the option 
29888 \series bold
29889 rightcaption
29890 \series default
29891  or 
29892 \series bold
29893 leftcaption
29894 \series default
29895 , respectively.
29896 \end_layout
29897
29898 \begin_layout Standard
29899 \begin_inset ERT
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903
29904
29905 \backslash
29906 ifsidecap
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \begin_inset Note Note
29913 status open
29914
29915 \begin_layout Plain Layout
29916 The following section will only be displayed when the \SpecialChar LaTeX
29917 -package 
29918 \series bold
29919 sidecap
29920 \series default
29921  is installed.
29922 \end_layout
29923
29924 \end_inset
29925
29926
29927 \end_layout
29928
29929 \begin_layout Standard
29930 To place in \SpecialChar LyX
29931  the caption of a float on the side, it is necessary to add
29932  these commands to the document preamble:
29933 \end_layout
29934
29935 \begin_layout Standard
29936 \noindent
29937 \begin_inset CommandInset line
29938 LatexCommand rule
29939 offset "0.5ex"
29940 width "100line%"
29941 height "1pt"
29942
29943 \end_inset
29944
29945
29946 \end_layout
29947
29948 \begin_layout Standard
29949
29950 \series bold
29951
29952 \backslash
29953 newcommand{
29954 \backslash
29955 TabBesBeg}[1][1.0]{%
29956 \begin_inset Newline newline
29957 \end_inset
29958
29959
29960 \begin_inset Phantom HPhantom
29961 status open
29962
29963 \begin_layout Plain Layout
29964 \begin_inset space ~
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \backslash
29974 let
29975 \backslash
29976 MyTable
29977 \backslash
29978 table
29979 \begin_inset Newline newline
29980 \end_inset
29981
29982
29983 \begin_inset Phantom HPhantom
29984 status open
29985
29986 \begin_layout Plain Layout
29987
29988 \series medium
29989 \begin_inset space ~
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \end_inset
29996
29997
29998 \backslash
29999 let
30000 \backslash
30001 MyEndtable
30002 \backslash
30003 endtable
30004 \begin_inset Newline newline
30005 \end_inset
30006
30007
30008 \begin_inset Phantom HPhantom
30009 status open
30010
30011 \begin_layout Plain Layout
30012
30013 \series medium
30014 \begin_inset space ~
30015 \end_inset
30016
30017
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \backslash
30024 renewenvironment{table}[1]{
30025 \backslash
30026 begin{SCtable}[#1]##1}{
30027 \backslash
30028 end{SCtable}}}
30029 \end_layout
30030
30031 \begin_layout Standard
30032
30033 \series bold
30034
30035 \backslash
30036 newcommand{
30037 \backslash
30038 TabBesEnd}{%
30039 \begin_inset Newline newline
30040 \end_inset
30041
30042
30043 \begin_inset Phantom HPhantom
30044 status open
30045
30046 \begin_layout Plain Layout
30047 \begin_inset space ~
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \end_inset
30054
30055
30056 \backslash
30057 let
30058 \backslash
30059 table
30060 \backslash
30061 MyTable
30062 \begin_inset Newline newline
30063 \end_inset
30064
30065
30066 \begin_inset Phantom HPhantom
30067 status open
30068
30069 \begin_layout Plain Layout
30070 \begin_inset space ~
30071 \end_inset
30072
30073
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \backslash
30080 let
30081 \backslash
30082 endtable
30083 \backslash
30084 MyEndtable
30085 \end_layout
30086
30087 \begin_layout Standard
30088
30089 \series bold
30090
30091 \backslash
30092 newcommand{
30093 \backslash
30094 FigBesBeg}[1][1.0]{%
30095 \begin_inset Newline newline
30096 \end_inset
30097
30098
30099 \begin_inset Phantom HPhantom
30100 status open
30101
30102 \begin_layout Plain Layout
30103 \begin_inset space ~
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \backslash
30113 let
30114 \backslash
30115 MyFigure
30116 \backslash
30117 figure
30118 \begin_inset Newline newline
30119 \end_inset
30120
30121
30122 \begin_inset Phantom HPhantom
30123 status open
30124
30125 \begin_layout Plain Layout
30126 \begin_inset space ~
30127 \end_inset
30128
30129
30130 \end_layout
30131
30132 \end_inset
30133
30134
30135 \backslash
30136 let
30137 \backslash
30138 MyEndfigure
30139 \backslash
30140 endfigure
30141 \begin_inset Newline newline
30142 \end_inset
30143
30144
30145 \begin_inset Phantom HPhantom
30146 status open
30147
30148 \begin_layout Plain Layout
30149 \begin_inset space ~
30150 \end_inset
30151
30152
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \backslash
30159 renewenvironment{figure}[1]{
30160 \backslash
30161 begin{SCfigure}[#1]##1}{
30162 \backslash
30163 end{SCfigure}}}
30164 \end_layout
30165
30166 \begin_layout Standard
30167
30168 \series bold
30169
30170 \backslash
30171 newcommand{
30172 \backslash
30173 FigBesEnd}{%
30174 \begin_inset Newline newline
30175 \end_inset
30176
30177
30178 \begin_inset Phantom HPhantom
30179 status open
30180
30181 \begin_layout Plain Layout
30182 \begin_inset space ~
30183 \end_inset
30184
30185
30186 \end_layout
30187
30188 \end_inset
30189
30190
30191 \backslash
30192 let
30193 \backslash
30194 figure
30195 \backslash
30196 MyFigure
30197 \begin_inset Newline newline
30198 \end_inset
30199
30200
30201 \begin_inset Phantom HPhantom
30202 status open
30203
30204 \begin_layout Plain Layout
30205 \begin_inset space ~
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \backslash
30215 let
30216 \backslash
30217 endfigure
30218 \backslash
30219 MyEndfigure}
30220 \end_layout
30221
30222 \begin_layout Standard
30223 \noindent
30224 \begin_inset CommandInset line
30225 LatexCommand rule
30226 offset "0.5ex"
30227 width "100line%"
30228 height "1pt"
30229
30230 \end_inset
30231
30232
30233 \end_layout
30234
30235 \begin_layout Standard
30236 The commands allow you to redefine the floats so that the caption is set
30237  on the side.
30238  For figure floats use the command
30239 \end_layout
30240
30241 \begin_layout Standard
30242
30243 \series bold
30244
30245 \backslash
30246 FigBesBeg
30247 \end_layout
30248
30249 \begin_layout Standard
30250 in \SpecialChar TeX
30251  Code before the float.
30252  And insert the command
30253 \end_layout
30254
30255 \begin_layout Standard
30256
30257 \series bold
30258
30259 \backslash
30260 FigBesEnd
30261 \end_layout
30262
30263 \begin_layout Standard
30264 in \SpecialChar TeX
30265  Code at the point where you want to get back to the original float definitio
30266 n.
30267 \end_layout
30268
30269 \begin_layout Standard
30270 For table floats use the corresponding commands
30271 \end_layout
30272
30273 \begin_layout Standard
30274
30275 \series bold
30276
30277 \backslash
30278 TabBesBeg
30279 \series default
30280  and 
30281 \series bold
30282
30283 \backslash
30284 TabBesEnd
30285 \end_layout
30286
30287 \begin_layout Standard
30288 Figure
30289 \begin_inset space ~
30290 \end_inset
30291
30292
30293 \begin_inset CommandInset ref
30294 LatexCommand ref
30295 reference "fig:cap-beside-fig"
30296
30297 \end_inset
30298
30299  and Table
30300 \begin_inset space ~
30301 \end_inset
30302
30303
30304 \begin_inset CommandInset ref
30305 LatexCommand ref
30306 reference "tab:cap-beside-tab"
30307
30308 \end_inset
30309
30310  are examples where the caption is set beside.
30311 \end_layout
30312
30313 \begin_layout Standard
30314 You can see in the examples that the caption text appears at the top of
30315  the floats for table floats and at the bottom for figure floats.
30316  To change this, you can use the command
30317 \end_layout
30318
30319 \begin_layout Standard
30320
30321 \series bold
30322
30323 \backslash
30324 sidecaptionvpos{float type}{placement}
30325 \end_layout
30326
30327 \begin_layout Standard
30328 in the document preamble or in \SpecialChar TeX
30329  Code before the float.
30330  The float type is either 
30331 \family sans
30332 figure
30333 \family default
30334  or 
30335 \family sans
30336 table
30337 \family default
30338 , the placement can be 
30339 \begin_inset Quotes eld
30340 \end_inset
30341
30342
30343 \family sans
30344 t
30345 \family default
30346
30347 \begin_inset Quotes erd
30348 \end_inset
30349
30350  for top, 
30351 \begin_inset Quotes eld
30352 \end_inset
30353
30354
30355 \family sans
30356 c
30357 \family default
30358
30359 \begin_inset Quotes erd
30360 \end_inset
30361
30362  for center, or 
30363 \begin_inset Quotes eld
30364 \end_inset
30365
30366
30367 \family sans
30368 b
30369 \family default
30370
30371 \begin_inset Quotes erd
30372 \end_inset
30373
30374  for bottom.
30375  To have for example the caption of figure floats vertically centered, use
30376  the command
30377 \end_layout
30378
30379 \begin_layout Standard
30380
30381 \series bold
30382
30383 \backslash
30384 sidecaptionvpos{figure}{c}
30385 \end_layout
30386
30387 \begin_layout Standard
30388 This was used for Figure
30389 \begin_inset space ~
30390 \end_inset
30391
30392
30393 \begin_inset CommandInset ref
30394 LatexCommand ref
30395 reference "fig:cap-beside-fig-2"
30396
30397 \end_inset
30398
30399 .
30400 \end_layout
30401
30402 \begin_layout Standard
30403 \begin_inset VSpace medskip
30404 \end_inset
30405
30406
30407 \end_layout
30408
30409 \begin_layout Standard
30410 The default caption width is the width of the image/table.
30411  For thin image/tables, like in Table
30412 \begin_inset space ~
30413 \end_inset
30414
30415
30416 \begin_inset CommandInset ref
30417 LatexCommand ref
30418 reference "tab:cap-beside-tab"
30419
30420 \end_inset
30421
30422 , this leads to captions that are too thin.
30423  You can increase the width by specifying a factor that will be multiplied
30424  with the image/table width to get the caption width.
30425  The caption width will automatically be recalculated in case it would protrude
30426  over the page or column margin due to the specified width.
30427  The 
30428 \emph on
30429 factor
30430 \emph default
30431  can either be given as optional argument for 
30432 \series bold
30433
30434 \backslash
30435 FigBesBeg
30436 \series default
30437 :
30438 \end_layout
30439
30440 \begin_layout Standard
30441
30442 \series bold
30443
30444 \backslash
30445 FigBesBeg[factor]
30446 \end_layout
30447
30448 \begin_layout Standard
30449 or in the definition of 
30450 \series bold
30451
30452 \backslash
30453 FigBesBeg
30454 \series default
30455  by replacing the 
30456 \series bold
30457 1.0
30458 \series default
30459  with another value.
30460  If you do the latter, your factor will be the default if 
30461 \series bold
30462
30463 \backslash
30464 FigBesBeg
30465 \series default
30466  is used without an argument.
30467  For Table
30468 \begin_inset space ~
30469 \end_inset
30470
30471
30472 \begin_inset CommandInset ref
30473 LatexCommand ref
30474 reference "tab:cap-beside-tab-wider"
30475
30476 \end_inset
30477
30478  the factor 5 was used.
30479 \end_layout
30480
30481 \begin_layout Standard
30482 \begin_inset Note Greyedout
30483 status open
30484
30485 \begin_layout Plain Layout
30486
30487 \series bold
30488 Note:
30489 \series default
30490  For floats with captions set beside, you cannot use the float placement
30491  option 
30492 \family sans
30493 Here
30494 \begin_inset space ~
30495 \end_inset
30496
30497 definitely
30498 \family default
30499  because it is not supported by 
30500 \series bold
30501 sidecap
30502 \series default
30503 .
30504 \end_layout
30505
30506 \end_inset
30507
30508
30509 \end_layout
30510
30511 \begin_layout Standard
30512 \begin_inset VSpace medskip
30513 \end_inset
30514
30515 For more information about the package 
30516 \series bold
30517 sidecap
30518 \series default
30519  we refer to its documentation 
30520 \begin_inset CommandInset citation
30521 LatexCommand cite
30522 key "sidecap"
30523 literal "true"
30524
30525 \end_inset
30526
30527 .
30528 \end_layout
30529
30530 \begin_layout Standard
30531 \begin_inset Note Greyedout
30532 status open
30533
30534 \begin_layout Plain Layout
30535
30536 \series bold
30537 Note:
30538 \series default
30539  The \SpecialChar LaTeX
30540 -package 
30541 \series bold
30542 hypcap
30543 \series default
30544
30545 \begin_inset Index idx
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549 \SpecialChar LaTeX
30550 -packages ! hypcap
30551 \end_layout
30552
30553 \end_inset
30554
30555 , described in section
30556 \begin_inset space ~
30557 \end_inset
30558
30559
30560 \begin_inset CommandInset ref
30561 LatexCommand ref
30562 reference "subsec:Reference-Position"
30563
30564 \end_inset
30565
30566 , has no effect on floats with the caption set beside.
30567 \end_layout
30568
30569 \end_inset
30570
30571
30572 \end_layout
30573
30574 \begin_layout Standard
30575 \begin_inset ERT
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579
30580
30581 \backslash
30582 FigBesBeg
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \end_layout
30589
30590 \begin_layout Standard
30591 \begin_inset Float figure
30592 wide false
30593 sideways false
30594 status open
30595
30596 \begin_layout Plain Layout
30597 \begin_inset Graphics
30598         filename clipart/3D-structure-distort.pdf
30599         scale 50
30600         scaleBeforeRotation
30601
30602 \end_inset
30603
30604
30605 \end_layout
30606
30607 \begin_layout Plain Layout
30608 \begin_inset Caption Standard
30609
30610 \begin_layout Plain Layout
30611 \begin_inset CommandInset label
30612 LatexCommand label
30613 name "fig:cap-beside-fig"
30614
30615 \end_inset
30616
30617 This is a caption beside a figure.
30618 \end_layout
30619
30620 \end_inset
30621
30622
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \begin_layout Standard
30631 \begin_inset ERT
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635
30636
30637 \backslash
30638 FigBesEnd
30639 \end_layout
30640
30641 \end_inset
30642
30643
30644 \end_layout
30645
30646 \begin_layout Standard
30647 \begin_inset ERT
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651
30652
30653 \backslash
30654 TabBesBeg
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \end_layout
30661
30662 \begin_layout Standard
30663 \begin_inset Float table
30664 wide false
30665 sideways false
30666 status open
30667
30668 \begin_layout Plain Layout
30669 \begin_inset Caption Standard
30670
30671 \begin_layout Plain Layout
30672 \begin_inset CommandInset label
30673 LatexCommand label
30674 name "tab:cap-beside-tab"
30675
30676 \end_inset
30677
30678 This is a caption beside a table.
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \end_layout
30685
30686 \begin_layout Plain Layout
30687 \begin_inset Tabular
30688 <lyxtabular version="3" rows="4" columns="5">
30689 <features tabularvalignment="middle">
30690 <column alignment="center" valignment="top">
30691 <column alignment="center" valignment="top">
30692 <column alignment="center" valignment="top">
30693 <column alignment="center" valignment="top">
30694 <column alignment="center" valignment="top">
30695 <row>
30696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30697 \begin_inset Text
30698
30699 \begin_layout Plain Layout
30700 a
30701 \end_layout
30702
30703 \end_inset
30704 </cell>
30705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30706 \begin_inset Text
30707
30708 \begin_layout Plain Layout
30709
30710 \end_layout
30711
30712 \end_inset
30713 </cell>
30714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30715 \begin_inset Text
30716
30717 \begin_layout Plain Layout
30718 b
30719 \end_layout
30720
30721 \end_inset
30722 </cell>
30723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30724 \begin_inset Text
30725
30726 \begin_layout Plain Layout
30727
30728 \end_layout
30729
30730 \end_inset
30731 </cell>
30732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30733 \begin_inset Text
30734
30735 \begin_layout Plain Layout
30736 c
30737 \end_layout
30738
30739 \end_inset
30740 </cell>
30741 </row>
30742 <row>
30743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30744 \begin_inset Text
30745
30746 \begin_layout Plain Layout
30747
30748 \end_layout
30749
30750 \end_inset
30751 </cell>
30752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30753 \begin_inset Text
30754
30755 \begin_layout Plain Layout
30756 d
30757 \end_layout
30758
30759 \end_inset
30760 </cell>
30761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30762 \begin_inset Text
30763
30764 \begin_layout Plain Layout
30765
30766 \end_layout
30767
30768 \end_inset
30769 </cell>
30770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30771 \begin_inset Text
30772
30773 \begin_layout Plain Layout
30774 e
30775 \end_layout
30776
30777 \end_inset
30778 </cell>
30779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30780 \begin_inset Text
30781
30782 \begin_layout Plain Layout
30783
30784 \end_layout
30785
30786 \end_inset
30787 </cell>
30788 </row>
30789 <row>
30790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30791 \begin_inset Text
30792
30793 \begin_layout Plain Layout
30794 f
30795 \end_layout
30796
30797 \end_inset
30798 </cell>
30799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30800 \begin_inset Text
30801
30802 \begin_layout Plain Layout
30803
30804 \end_layout
30805
30806 \end_inset
30807 </cell>
30808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30809 \begin_inset Text
30810
30811 \begin_layout Plain Layout
30812 g
30813 \end_layout
30814
30815 \end_inset
30816 </cell>
30817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30818 \begin_inset Text
30819
30820 \begin_layout Plain Layout
30821
30822 \end_layout
30823
30824 \end_inset
30825 </cell>
30826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30827 \begin_inset Text
30828
30829 \begin_layout Plain Layout
30830 h
30831 \end_layout
30832
30833 \end_inset
30834 </cell>
30835 </row>
30836 <row>
30837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30838 \begin_inset Text
30839
30840 \begin_layout Plain Layout
30841
30842 \end_layout
30843
30844 \end_inset
30845 </cell>
30846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30847 \begin_inset Text
30848
30849 \begin_layout Plain Layout
30850 i
30851 \end_layout
30852
30853 \end_inset
30854 </cell>
30855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30856 \begin_inset Text
30857
30858 \begin_layout Plain Layout
30859
30860 \end_layout
30861
30862 \end_inset
30863 </cell>
30864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30865 \begin_inset Text
30866
30867 \begin_layout Plain Layout
30868 j
30869 \end_layout
30870
30871 \end_inset
30872 </cell>
30873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30874 \begin_inset Text
30875
30876 \begin_layout Plain Layout
30877
30878 \end_layout
30879
30880 \end_inset
30881 </cell>
30882 </row>
30883 </lyxtabular>
30884
30885 \end_inset
30886
30887
30888 \end_layout
30889
30890 \end_inset
30891
30892
30893 \end_layout
30894
30895 \begin_layout Standard
30896 \begin_inset ERT
30897 status collapsed
30898
30899 \begin_layout Plain Layout
30900
30901
30902 \backslash
30903 TabBesEnd
30904 \end_layout
30905
30906 \end_inset
30907
30908
30909 \end_layout
30910
30911 \begin_layout Standard
30912 \begin_inset ERT
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916
30917
30918 \backslash
30919 FigBesBeg
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \begin_inset ERT
30926 status collapsed
30927
30928 \begin_layout Plain Layout
30929
30930
30931 \backslash
30932 sidecaptionvpos{figure}{c}
30933 \end_layout
30934
30935 \end_inset
30936
30937
30938 \begin_inset Float figure
30939 wide false
30940 sideways false
30941 status open
30942
30943 \begin_layout Plain Layout
30944 \begin_inset Graphics
30945         filename clipart/3D-structure-distort.pdf
30946         scale 50
30947         scaleBeforeRotation
30948
30949 \end_inset
30950
30951
30952 \end_layout
30953
30954 \begin_layout Plain Layout
30955 \begin_inset Caption Standard
30956
30957 \begin_layout Plain Layout
30958 \begin_inset CommandInset label
30959 LatexCommand label
30960 name "fig:cap-beside-fig-2"
30961
30962 \end_inset
30963
30964 This is a vertically centered caption beside a figure.
30965 \end_layout
30966
30967 \end_inset
30968
30969
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \end_layout
30976
30977 \begin_layout Standard
30978 \begin_inset ERT
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982
30983
30984 \backslash
30985 FigBesEnd
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Standard
30994 \begin_inset ERT
30995 status collapsed
30996
30997 \begin_layout Plain Layout
30998
30999
31000 \backslash
31001 TabBesBeg[5]
31002 \end_layout
31003
31004 \end_inset
31005
31006
31007 \end_layout
31008
31009 \begin_layout Standard
31010 \begin_inset Float table
31011 wide false
31012 sideways false
31013 status open
31014
31015 \begin_layout Plain Layout
31016 \begin_inset Caption Standard
31017
31018 \begin_layout Plain Layout
31019 \begin_inset CommandInset label
31020 LatexCommand label
31021 name "tab:cap-beside-tab-wider"
31022
31023 \end_inset
31024
31025 This caption is wider than the one in Table
31026 \begin_inset space ~
31027 \end_inset
31028
31029
31030 \begin_inset CommandInset ref
31031 LatexCommand ref
31032 reference "tab:cap-beside-tab"
31033
31034 \end_inset
31035
31036 .
31037 \end_layout
31038
31039 \end_inset
31040
31041
31042 \end_layout
31043
31044 \begin_layout Plain Layout
31045 \begin_inset Tabular
31046 <lyxtabular version="3" rows="4" columns="5">
31047 <features tabularvalignment="middle">
31048 <column alignment="center" valignment="top">
31049 <column alignment="center" valignment="top">
31050 <column alignment="center" valignment="top">
31051 <column alignment="center" valignment="top">
31052 <column alignment="center" valignment="top">
31053 <row>
31054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31055 \begin_inset Text
31056
31057 \begin_layout Plain Layout
31058 a
31059 \end_layout
31060
31061 \end_inset
31062 </cell>
31063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31064 \begin_inset Text
31065
31066 \begin_layout Plain Layout
31067
31068 \end_layout
31069
31070 \end_inset
31071 </cell>
31072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31073 \begin_inset Text
31074
31075 \begin_layout Plain Layout
31076 b
31077 \end_layout
31078
31079 \end_inset
31080 </cell>
31081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31082 \begin_inset Text
31083
31084 \begin_layout Plain Layout
31085
31086 \end_layout
31087
31088 \end_inset
31089 </cell>
31090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31091 \begin_inset Text
31092
31093 \begin_layout Plain Layout
31094 c
31095 \end_layout
31096
31097 \end_inset
31098 </cell>
31099 </row>
31100 <row>
31101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31102 \begin_inset Text
31103
31104 \begin_layout Plain Layout
31105
31106 \end_layout
31107
31108 \end_inset
31109 </cell>
31110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31111 \begin_inset Text
31112
31113 \begin_layout Plain Layout
31114 d
31115 \end_layout
31116
31117 \end_inset
31118 </cell>
31119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31120 \begin_inset Text
31121
31122 \begin_layout Plain Layout
31123
31124 \end_layout
31125
31126 \end_inset
31127 </cell>
31128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31129 \begin_inset Text
31130
31131 \begin_layout Plain Layout
31132 e
31133 \end_layout
31134
31135 \end_inset
31136 </cell>
31137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31138 \begin_inset Text
31139
31140 \begin_layout Plain Layout
31141
31142 \end_layout
31143
31144 \end_inset
31145 </cell>
31146 </row>
31147 <row>
31148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31149 \begin_inset Text
31150
31151 \begin_layout Plain Layout
31152 f
31153 \end_layout
31154
31155 \end_inset
31156 </cell>
31157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31158 \begin_inset Text
31159
31160 \begin_layout Plain Layout
31161
31162 \end_layout
31163
31164 \end_inset
31165 </cell>
31166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31167 \begin_inset Text
31168
31169 \begin_layout Plain Layout
31170 g
31171 \end_layout
31172
31173 \end_inset
31174 </cell>
31175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31176 \begin_inset Text
31177
31178 \begin_layout Plain Layout
31179
31180 \end_layout
31181
31182 \end_inset
31183 </cell>
31184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31185 \begin_inset Text
31186
31187 \begin_layout Plain Layout
31188 h
31189 \end_layout
31190
31191 \end_inset
31192 </cell>
31193 </row>
31194 <row>
31195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31196 \begin_inset Text
31197
31198 \begin_layout Plain Layout
31199
31200 \end_layout
31201
31202 \end_inset
31203 </cell>
31204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31205 \begin_inset Text
31206
31207 \begin_layout Plain Layout
31208 i
31209 \end_layout
31210
31211 \end_inset
31212 </cell>
31213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31214 \begin_inset Text
31215
31216 \begin_layout Plain Layout
31217
31218 \end_layout
31219
31220 \end_inset
31221 </cell>
31222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31223 \begin_inset Text
31224
31225 \begin_layout Plain Layout
31226 j
31227 \end_layout
31228
31229 \end_inset
31230 </cell>
31231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31232 \begin_inset Text
31233
31234 \begin_layout Plain Layout
31235
31236 \end_layout
31237
31238 \end_inset
31239 </cell>
31240 </row>
31241 </lyxtabular>
31242
31243 \end_inset
31244
31245
31246 \end_layout
31247
31248 \end_inset
31249
31250
31251 \end_layout
31252
31253 \begin_layout Standard
31254 \begin_inset ERT
31255 status collapsed
31256
31257 \begin_layout Plain Layout
31258
31259
31260 \backslash
31261 TabBesEnd
31262 \end_layout
31263
31264 \end_inset
31265
31266
31267 \end_layout
31268
31269 \begin_layout Standard
31270 \begin_inset ERT
31271 status collapsed
31272
31273 \begin_layout Plain Layout
31274
31275
31276 \backslash
31277 else
31278 \end_layout
31279
31280 \end_inset
31281
31282
31283 \begin_inset Note Note
31284 status open
31285
31286 \begin_layout Plain Layout
31287 The following will be displayed when the \SpecialChar LaTeX
31288 -package 
31289 \series bold
31290 sidecap
31291 \series default
31292  is not installed:
31293 \end_layout
31294
31295 \end_inset
31296
31297
31298 \end_layout
31299
31300 \begin_layout Standard
31301 You need to install the \SpecialChar LaTeX
31302 -package 
31303 \series bold
31304 sidecap
31305 \series default
31306  to see the following part of this section in the output.
31307 \end_layout
31308
31309 \begin_layout Standard
31310 \begin_inset ERT
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314
31315
31316 \backslash
31317 fi
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \begin_layout Section
31326 Listings of Floats
31327 \begin_inset Index idx
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331 Floats ! Float Lists
31332 \end_layout
31333
31334 \end_inset
31335
31336
31337 \end_layout
31338
31339 \begin_layout Standard
31340 Similar to the table of contents where the sections of the document are
31341  listed, there are listings for all float types, like the figures of the
31342  documents.
31343  You can insert them via the 
31344 \family sans
31345 Insert\SpecialChar menuseparator
31346 List
31347 \begin_inset space ~
31348 \end_inset
31349
31350 /
31351 \begin_inset space ~
31352 \end_inset
31353
31354 TOC
31355 \family default
31356  sub menus.
31357 \end_layout
31358
31359 \begin_layout Standard
31360 The list entries are the float captions or its short title, the float number,
31361  and the page number where they appear in the document.
31362 \end_layout
31363
31364 \begin_layout Standard
31365 You can find the list of figures and tables at the end of this document.
31366 \end_layout
31367
31368 \begin_layout Chapter
31369 Notes
31370 \end_layout
31371
31372 \begin_layout Section
31373 \SpecialChar LyX
31374  Notes
31375 \begin_inset Index idx
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379 Notes ! \SpecialChar LyX
31380  Notes
31381 \end_layout
31382
31383 \end_inset
31384
31385
31386 \end_layout
31387
31388 \begin_layout Standard
31389 Notes are inserted with the toolbar button 
31390 \begin_inset Info
31391 type  "icon"
31392 arg   "note-insert"
31393 \end_inset
31394
31395  or the menu 
31396 \family sans
31397 Insert\SpecialChar menuseparator
31398 Note
31399 \family default
31400 .
31401  There are three types of notes:
31402 \end_layout
31403
31404 \begin_layout Description
31405 \SpecialChar LyX
31406
31407 \begin_inset space ~
31408 \end_inset
31409
31410 Note This note type is for internal notes that won't appear in the output.
31411  Its note-box looks like this:
31412 \begin_inset Newline newline
31413 \end_inset
31414
31415
31416 \begin_inset Newline newline
31417 \end_inset
31418
31419
31420 \begin_inset Graphics
31421         filename clipart/LyXNoteImage.png
31422         display false
31423         scaleBeforeRotation
31424
31425 \end_inset
31426
31427  
31428 \begin_inset Note Note
31429 status open
31430
31431 \begin_layout Plain Layout
31432 This is text in a note box that doesn't appear in the output.
31433 \end_layout
31434
31435 \end_inset
31436
31437
31438 \end_layout
31439
31440 \begin_layout Description
31441 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31442 -comment,
31443  when you export the document to \SpecialChar LaTeX
31444  via the menu 
31445 \family sans
31446 File\SpecialChar menuseparator
31447 Export\SpecialChar menuseparator
31448 LaTeX
31449 \begin_inset space ~
31450 \end_inset
31451
31452 (pdflatex) / (plain)
31453 \family default
31454 .
31455  Its note-box looks like this:
31456 \begin_inset Newline newline
31457 \end_inset
31458
31459
31460 \begin_inset Newline newline
31461 \end_inset
31462
31463
31464 \begin_inset Graphics
31465         filename clipart/CommentNoteImage.png
31466         display false
31467         scaleBeforeRotation
31468
31469 \end_inset
31470
31471  
31472 \begin_inset Note Comment
31473 status open
31474
31475 \begin_layout Plain Layout
31476 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31477 -files.
31478 \end_layout
31479
31480 \end_inset
31481
31482
31483 \end_layout
31484
31485 \begin_layout Description
31486 Greyed
31487 \begin_inset space ~
31488 \end_inset
31489
31490 Out This note will appear in the output as grey text.
31491  Its note-box looks like this:
31492 \begin_inset Newline newline
31493 \end_inset
31494
31495
31496 \begin_inset Newline newline
31497 \end_inset
31498
31499
31500 \begin_inset Graphics
31501         filename clipart/GreyedOutNoteImage.png
31502         display false
31503         scaleBeforeRotation
31504
31505 \end_inset
31506
31507
31508 \begin_inset Newline newline
31509 \end_inset
31510
31511
31512 \begin_inset ERT
31513 status collapsed
31514
31515 \begin_layout Plain Layout
31516
31517
31518 \backslash
31519 renewenvironment{lyxgreyedout}
31520 \end_layout
31521
31522 \begin_layout Plain Layout
31523
31524 {
31525 \backslash
31526 textcolor[gray]{0.8}
31527 \backslash
31528 bgroup}{
31529 \backslash
31530 egroup}
31531 \end_layout
31532
31533 \end_inset
31534
31535
31536 \begin_inset Note Greyedout
31537 status open
31538
31539 \begin_layout Plain Layout
31540 This is text of a comment that appears grey in the output.
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \begin_inset ERT
31547 status collapsed
31548
31549 \begin_layout Plain Layout
31550
31551
31552 \backslash
31553 renewenvironment{lyxgreyedout}
31554 \end_layout
31555
31556 \begin_layout Plain Layout
31557
31558 {
31559 \backslash
31560 textcolor{blue}
31561 \backslash
31562 bgroup}{
31563 \backslash
31564 egroup}
31565 \end_layout
31566
31567 \end_inset
31568
31569
31570 \begin_inset Note Note
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31575  definition
31576  because greyed out notes are redefined in the preamble of this document,
31577  as described below, to have blue text.
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \begin_inset Newline newline
31584 \end_inset
31585
31586
31587 \begin_inset Newline newline
31588 \end_inset
31589
31590 As you can see in the example, the first line of greyed out notes is a bit
31591  indented and greyed out notes can have footnotes.
31592 \end_layout
31593
31594 \begin_layout Standard
31595 \begin_inset VSpace bigskip
31596 \end_inset
31597
31598 When you use the toolbar button 
31599 \begin_inset Info
31600 type  "icon"
31601 arg   "note-insert"
31602 \end_inset
31603
31604  to insert notes, a 
31605 \family sans
31606 \SpecialChar LyX
31607
31608 \begin_inset space ~
31609 \end_inset
31610
31611 Note
31612 \family default
31613  is inserted.
31614  You can switch between the three note types by right-clicking on the note-box.
31615  
31616 \family roman
31617 \series medium
31618 \bar no
31619 If you want to turn existing text into a note, mark it and click on the
31620  note
31621 \family default
31622 \series default
31623 \bar default
31624  toolbar 
31625 \family roman
31626 \series medium
31627 \bar no
31628 button
31629 \family default
31630 \series default
31631 \bar default
31632 .
31633  To change a note to text, press the backspace key when the cursor is in
31634  the first position of a note, or press the delete key when the cursor is
31635  in the very last position of the note, respectively.
31636 \end_layout
31637
31638 \begin_layout Standard
31639 \begin_inset VSpace bigskip
31640 \end_inset
31641
31642 You can change the text color of the greyed out notes in the menu 
31643 \family sans
31644 Document\SpecialChar menuseparator
31645 Settings\SpecialChar menuseparator
31646 Colors
31647 \family default
31648 .
31649 \end_layout
31650
31651 \begin_layout Section
31652 Footnotes
31653 \begin_inset CommandInset label
31654 LatexCommand label
31655 name "sec:Footnotes"
31656
31657 \end_inset
31658
31659
31660 \begin_inset Index idx
31661 status collapsed
31662
31663 \begin_layout Plain Layout
31664 Notes ! Footnotes
31665 \end_layout
31666
31667 \end_inset
31668
31669
31670 \begin_inset Index idx
31671 status collapsed
31672
31673 \begin_layout Plain Layout
31674 Footnotes
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \begin_layout Standard
31683 Footnotes can be inserted using the toolbar button 
31684 \begin_inset Info
31685 type  "icon"
31686 arg   "footnote-insert"
31687 \end_inset
31688
31689  or the menu 
31690 \family sans
31691 Insert\SpecialChar menuseparator
31692 Footnote
31693 \family default
31694 .
31695  You will then see the following footnote-box: 
31696 \begin_inset Graphics
31697         filename clipart/footnote.png
31698         scale 95
31699         scaleBeforeRotation
31700
31701 \end_inset
31702
31703  
31704 \family roman
31705 \series medium
31706 \bar no
31707 where you can enter the footnote text.
31708  If you want to turn existing text into a footnote, mark it and click on
31709  the footnote
31710 \family default
31711 \series default
31712 \bar default
31713  toolbar 
31714 \family roman
31715 \series medium
31716 \bar no
31717 button
31718 \family default
31719 \series default
31720 \bar default
31721 .
31722  To change a 
31723 \family roman
31724 \series medium
31725 \bar no
31726 footnote
31727 \family default
31728 \series default
31729 \bar default
31730  to text, press the 
31731 \family sans
31732 Backspace
31733 \family default
31734  key when the cursor is in the first position of a 
31735 \family roman
31736 \series medium
31737 \bar no
31738 footnote
31739 \family default
31740 \series default
31741 \bar default
31742 , or press the 
31743 \family sans
31744 Delete
31745 \family default
31746  key when the cursor is in the very last position of the 
31747 \family roman
31748 \series medium
31749 \bar no
31750 footnote
31751 \family default
31752 \series default
31753 \bar default
31754 , respectively.
31755 \end_layout
31756
31757 \begin_layout Standard
31758 Here is an example footnote:
31759 \family roman
31760 \series medium
31761 \bar no
31762
31763 \begin_inset Foot
31764 status open
31765
31766 \begin_layout Plain Layout
31767 \begin_inset CommandInset label
31768 LatexCommand label
31769 name "foot:This-is-an"
31770
31771 \end_inset
31772
31773 This is an example footnote.
31774 \end_layout
31775
31776 \end_inset
31777
31778
31779 \family default
31780 \series default
31781 \bar default
31782
31783 \begin_inset ERT
31784 status collapsed
31785
31786 \begin_layout Plain Layout
31787
31788
31789 \backslash
31790 newcounter{MyRepeatFoot}
31791 \end_layout
31792
31793 \begin_layout Plain Layout
31794
31795
31796 \backslash
31797 setcounter{MyRepeatFoot}{
31798 \backslash
31799 thefootnote}
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Standard
31808 The footnote will appear in the output as a superscript number at the text
31809  position where the footnote box is placed.
31810  The footnote text is placed at the bottom of the current page.
31811  The footnote number is calculated by \SpecialChar LaTeX
31812 ; the numbers are consecutive.
31813  Whether the footnote number is reset for every chapter depends on your
31814  document class.
31815 \end_layout
31816
31817 \begin_layout Standard
31818 Footnotes can be referenced like floats: Insert a label into the footnote
31819  and cross-reference this label in the text as described in section
31820 \begin_inset space ~
31821 \end_inset
31822
31823
31824 \begin_inset CommandInset ref
31825 LatexCommand ref
31826 reference "sec:Referencing-Floats"
31827
31828 \end_inset
31829
31830 .
31831 \begin_inset Newline newline
31832 \end_inset
31833
31834 This is a cross-reference of Footnote
31835 \begin_inset space ~
31836 \end_inset
31837
31838
31839 \begin_inset CommandInset ref
31840 LatexCommand ref
31841 reference "foot:This-is-an"
31842
31843 \end_inset
31844
31845 .
31846 \end_layout
31847
31848 \begin_layout Standard
31849 \begin_inset VSpace defskip
31850 \end_inset
31851
31852 Footnotes in title environments are usually not numbered with symbols and
31853  they cannot contain several paragraphs.
31854  See for example the footnote in the titling of this document.
31855 \end_layout
31856
31857 \begin_layout Standard
31858 Footnotes in multi-page tables are described in section
31859 \begin_inset space ~
31860 \end_inset
31861
31862
31863 \begin_inset CommandInset ref
31864 LatexCommand ref
31865 reference "subsec:Footnotes-in-Multi-page"
31866
31867 \end_inset
31868
31869 .
31870 \end_layout
31871
31872 \begin_layout Standard
31873 \begin_inset VSpace defskip
31874 \end_inset
31875
31876
31877 \end_layout
31878
31879 \begin_layout Standard
31880 Footnotes in minipage boxes are printed, but inside the box and with a different
31881  numbering because a minipage box is like a page inside a page.
31882  (For more about minipages, see section
31883 \begin_inset space ~
31884 \end_inset
31885
31886
31887 \begin_inset CommandInset ref
31888 LatexCommand ref
31889 reference "sec:Minipages"
31890
31891 \end_inset
31892
31893 .) To get a footnote in the minipage that is output at the bottom of the
31894  page like normal footnotes use this method: Instead of the footnote the
31895  command 
31896 \series bold
31897
31898 \backslash
31899 footnotemark{}
31900 \series default
31901  is inserted as \SpecialChar TeX
31902  code.
31903  The text of the footnote is entered as an argument of the \SpecialChar TeX
31904  code command
31905  
31906 \series bold
31907
31908 \backslash
31909 footnotetext
31910 \series default
31911  after the minipage.
31912 \begin_inset Newline newline
31913 \end_inset
31914
31915 This was done for the following minipage with the command
31916 \end_layout
31917
31918 \begin_layout Standard
31919
31920 \series bold
31921
31922 \backslash
31923 footnotetext{
31924 \series default
31925 Footnote outside the minipage.
31926 \series bold
31927 }
31928 \end_layout
31929
31930 \begin_layout Standard
31931 \begin_inset Box Frameless
31932 position "t"
31933 hor_pos "c"
31934 has_inner_box 1
31935 inner_pos "t"
31936 use_parbox 0
31937 use_makebox 0
31938 width "100col%"
31939 special "none"
31940 height "1in"
31941 height_special "totalheight"
31942 thickness "0.4pt"
31943 separation "3pt"
31944 shadowsize "4pt"
31945 framecolor "black"
31946 backgroundcolor "none"
31947 status open
31948
31949 \begin_layout Plain Layout
31950 This an example text in a minipage.
31951 \begin_inset Foot
31952 status open
31953
31954 \begin_layout Plain Layout
31955 Footnote in the minipage.
31956 \end_layout
31957
31958 \end_inset
31959
31960
31961 \end_layout
31962
31963 \begin_layout Plain Layout
31964 This an example text in a minipage.
31965 \begin_inset ERT
31966 status collapsed
31967
31968 \begin_layout Plain Layout
31969
31970
31971 \backslash
31972 footnotemark{}
31973 \end_layout
31974
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \end_inset
31981
31982
31983 \end_layout
31984
31985 \begin_layout Standard
31986 \begin_inset ERT
31987 status collapsed
31988
31989 \begin_layout Plain Layout
31990
31991
31992 \backslash
31993 footnotetext{
31994 \end_layout
31995
31996 \end_inset
31997
31998 Footnote outside the minipage.
31999 \begin_inset ERT
32000 status collapsed
32001
32002 \begin_layout Plain Layout
32003
32004 }
32005 \end_layout
32006
32007 \end_inset
32008
32009
32010 \end_layout
32011
32012 \begin_layout Standard
32013 \begin_inset VSpace defskip
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \begin_layout Standard
32020 To refer to the same footnote several times without printing the footnote
32021  text every time, use the command 
32022 \series bold
32023
32024 \backslash
32025 footnotemark[number]
32026 \series default
32027  in \SpecialChar TeX
32028  code.
32029 \begin_inset Newline newline
32030 \end_inset
32031
32032 As you do not know the number of the repeating footnote while you are writing
32033  the text, you have to store its number.
32034  For the following footnote mark example, these commands were inserted in
32035  \SpecialChar TeX
32036  code after Footnote
32037 \begin_inset space ~
32038 \end_inset
32039
32040
32041 \begin_inset CommandInset ref
32042 LatexCommand ref
32043 reference "foot:This-is-an"
32044
32045 \end_inset
32046
32047  to store the footnote number:
32048 \end_layout
32049
32050 \begin_layout Standard
32051
32052 \series bold
32053
32054 \backslash
32055 newcounter{MyRepeatFoot}
32056 \begin_inset Newline newline
32057 \end_inset
32058
32059
32060 \backslash
32061 setcounter{MyRepeatFoot}{
32062 \backslash
32063 thefootnote}
32064 \end_layout
32065
32066 \begin_layout Standard
32067 The footnote mark was then created with this command:
32068 \end_layout
32069
32070 \begin_layout Standard
32071
32072 \series bold
32073
32074 \backslash
32075 footnotemark[
32076 \backslash
32077 theMyRepeatFoot]
32078 \end_layout
32079
32080 \begin_layout Standard
32081 Here is a repeated footnote:
32082 \family roman
32083 \series medium
32084 \bar no
32085
32086 \begin_inset ERT
32087 status collapsed
32088
32089 \begin_layout Plain Layout
32090
32091
32092 \backslash
32093 footnotemark[
32094 \backslash
32095 theMyRepeatFoot]
32096 \end_layout
32097
32098 \end_inset
32099
32100
32101 \end_layout
32102
32103 \begin_layout Standard
32104 If you want to repeat the previous footnote, you can omit the storage of
32105  the footnote number and just use this command instead:
32106 \end_layout
32107
32108 \begin_layout Standard
32109
32110 \series bold
32111
32112 \backslash
32113 footnotemark[
32114 \backslash
32115 thefootnote]
32116 \end_layout
32117
32118 \begin_layout Standard
32119 Here is another repeated footnote:
32120 \family roman
32121 \series medium
32122 \bar no
32123
32124 \begin_inset ERT
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128
32129
32130 \backslash
32131 footnotemark[
32132 \backslash
32133 thefootnote]
32134 \end_layout
32135
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \begin_layout Subsection
32142 Footnote Numbering
32143 \begin_inset CommandInset label
32144 LatexCommand label
32145 name "subsec:Footnote-Numbering"
32146
32147 \end_inset
32148
32149
32150 \begin_inset Index idx
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154 Footnotes ! Numbering
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \end_layout
32161
32162 \begin_layout Standard
32163 To reset the footnote number back to 1 after each section
32164 \family roman
32165 , add this command to your document preamble:
32166 \end_layout
32167
32168 \begin_layout Standard
32169
32170 \series bold
32171
32172 \backslash
32173 @addtoreset{footnote}{section}
32174 \end_layout
32175
32176 \begin_layout Standard
32177 \begin_inset VSpace bigskip
32178 \end_inset
32179
32180 The following preamble command changes the footnote numbering style to small
32181  roman numerals:
32182 \end_layout
32183
32184 \begin_layout Standard
32185
32186 \series bold
32187
32188 \backslash
32189 renewcommand{
32190 \backslash
32191 thefootnote}{
32192 \backslash
32193 roman{footnote}}
32194 \end_layout
32195
32196 \begin_layout Standard
32197 \begin_inset ERT
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201
32202
32203 \backslash
32204 renewcommand{
32205 \backslash
32206 thefootnote}{
32207 \backslash
32208 roman{footnote}}
32209 \end_layout
32210
32211 \end_inset
32212
32213  This is a footnote with roman numbering:
32214 \begin_inset Foot
32215 status open
32216
32217 \begin_layout Plain Layout
32218 This is an example footnote with roman numbering.
32219 \end_layout
32220
32221 \end_inset
32222
32223
32224 \end_layout
32225
32226 \begin_layout Standard
32227 To change the numbering style to capital roman numerals replace in the command
32228  above 
32229 \series bold
32230
32231 \backslash
32232 roman
32233 \series default
32234  by 
32235 \series bold
32236
32237 \backslash
32238 Roman
32239 \series default
32240 .
32241  To 
32242 \begin_inset Quotes eld
32243 \end_inset
32244
32245 number
32246 \begin_inset Quotes erd
32247 \end_inset
32248
32249  footnotes with capital or small Latin letters use 
32250 \series bold
32251
32252 \backslash
32253 Alph
32254 \series default
32255  or 
32256 \series bold
32257
32258 \backslash
32259 alph
32260 \series default
32261 , respectively.
32262  To 
32263 \begin_inset Quotes eld
32264 \end_inset
32265
32266 number
32267 \begin_inset Quotes erd
32268 \end_inset
32269
32270  footnotes with symbols use 
32271 \series bold
32272
32273 \backslash
32274 fnsymbol
32275 \series default
32276 .
32277 \end_layout
32278
32279 \begin_layout Standard
32280 \begin_inset Note Greyedout
32281 status open
32282
32283 \begin_layout Plain Layout
32284
32285 \series bold
32286 Note:
32287 \series default
32288  You can only number 26 footnotes with Latin letters, because this numbering
32289  is limited to single letters.
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \begin_inset Newline newline
32296 \end_inset
32297
32298
32299 \begin_inset Note Greyedout
32300 status open
32301
32302 \begin_layout Plain Layout
32303
32304 \series bold
32305 Note:
32306 \series default
32307  You can only number 9 footnotes with symbols.
32308 \end_layout
32309
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \begin_layout Standard
32316 To return to the default numbering style after you have changed to another
32317  one, use 
32318 \series bold
32319
32320 \backslash
32321 arabic
32322 \series default
32323  instead of 
32324 \series bold
32325
32326 \backslash
32327 roman
32328 \series default
32329  in the command above.
32330 \begin_inset ERT
32331 status collapsed
32332
32333 \begin_layout Plain Layout
32334
32335
32336 \backslash
32337 renewcommand{
32338 \backslash
32339 thefootnote}{
32340 \backslash
32341 arabic{footnote}}
32342 \end_layout
32343
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \begin_layout Standard
32350 \begin_inset VSpace bigskip
32351 \end_inset
32352
32353
32354 \end_layout
32355
32356 \begin_layout Standard
32357 If you want to have footnotes numbered in the scheme 
32358 \begin_inset Quotes eld
32359 \end_inset
32360
32361 chapter.footnote
32362 \begin_inset Quotes erd
32363 \end_inset
32364
32365 , add the following command to your document preamble:
32366 \end_layout
32367
32368 \begin_layout Standard
32369
32370 \series bold
32371
32372 \backslash
32373 numberwithin{footnote}{chapter}
32374 \end_layout
32375
32376 \begin_layout Standard
32377 To be able to use the command 
32378 \series bold
32379
32380 \backslash
32381 numberwithin
32382 \series default
32383 , set in the tab 
32384 \family sans
32385 Math
32386 \begin_inset space ~
32387 \end_inset
32388
32389 Options
32390 \family default
32391  in the document settings the option 
32392 \family sans
32393 Use
32394 \begin_inset space ~
32395 \end_inset
32396
32397 AMS
32398 \begin_inset space ~
32399 \end_inset
32400
32401 math
32402 \begin_inset space ~
32403 \end_inset
32404
32405 package
32406 \family default
32407 .
32408 \end_layout
32409
32410 \begin_layout Standard
32411 \begin_inset ERT
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415
32416
32417 \backslash
32418 numberwithin{footnote}{chapter}
32419 \end_layout
32420
32421 \end_inset
32422
32423 This is another example footnote:
32424 \series bold
32425
32426 \begin_inset Foot
32427 status open
32428
32429 \begin_layout Plain Layout
32430 This is a footnote numbered in the scheme 
32431 \begin_inset Quotes eld
32432 \end_inset
32433
32434 chapter.footnote
32435 \begin_inset Quotes erd
32436 \end_inset
32437
32438 .
32439 \end_layout
32440
32441 \end_inset
32442
32443
32444 \series default
32445
32446 \begin_inset ERT
32447 status collapsed
32448
32449 \begin_layout Plain Layout
32450
32451
32452 \backslash
32453 renewcommand{
32454 \backslash
32455 thefootnote}{
32456 \backslash
32457 arabic{footnote}}
32458 \end_layout
32459
32460 \end_inset
32461
32462
32463 \end_layout
32464
32465 \begin_layout Standard
32466 \begin_inset Note Greyedout
32467 status open
32468
32469 \begin_layout Plain Layout
32470
32471 \series bold
32472 Note:
32473 \series default
32474  
32475 \series bold
32476
32477 \backslash
32478 numberwithin
32479 \series default
32480  always prints out the footnote number as arabic number; previous redefinitions
32481  to get non-arabic numbers are overwritten.
32482 \end_layout
32483
32484 \end_inset
32485
32486
32487 \end_layout
32488
32489 \begin_layout Standard
32490 So to get for example the scheme 
32491 \begin_inset Quotes eld
32492 \end_inset
32493
32494 chapter.
32495 \backslash
32496 Roman{footnote}
32497 \begin_inset Quotes erd
32498 \end_inset
32499
32500 , use this command instead of 
32501 \series bold
32502
32503 \backslash
32504 numberwithin
32505 \series default
32506 :
32507 \end_layout
32508
32509 \begin_layout Standard
32510
32511 \series bold
32512
32513 \backslash
32514 renewcommand{
32515 \backslash
32516 thefootnote}{
32517 \backslash
32518 thechapter.
32519 \backslash
32520 Roman{footnote}}
32521 \end_layout
32522
32523 \begin_layout Subsection
32524 Footnote Placement
32525 \begin_inset Index idx
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529 Footnotes ! Placement
32530 \end_layout
32531
32532 \end_inset
32533
32534
32535 \end_layout
32536
32537 \begin_layout Standard
32538 If you have several footnotes in one page, they appear without vertical
32539  space between them at the bottom of the page.
32540  To make them more readable you can e.
32541 \begin_inset space \thinspace{}
32542 \end_inset
32543
32544 g.
32545 \begin_inset space \space{}
32546 \end_inset
32547
32548 add 1.5
32549 \begin_inset space \thinspace{}
32550 \end_inset
32551
32552 mm space with the following preamble command:
32553 \end_layout
32554
32555 \begin_layout Standard
32556
32557 \series bold
32558
32559 \backslash
32560 let
32561 \backslash
32562 myFoot
32563 \backslash
32564 footnote
32565 \begin_inset Newline newline
32566 \end_inset
32567
32568
32569 \backslash
32570 renewcommand{
32571 \backslash
32572 footnote}[1]{
32573 \backslash
32574 myFoot{#1
32575 \backslash
32576 vspace{1.5mm}}}
32577 \end_layout
32578
32579 \begin_layout Standard
32580 \begin_inset VSpace bigskip
32581 \end_inset
32582
32583 In a two-column document the footnotes appear at the bottom of every column,
32584  see Figure
32585 \begin_inset space ~
32586 \end_inset
32587
32588
32589 \begin_inset CommandInset ref
32590 LatexCommand ref
32591 reference "fig:Standard-footnote-placement"
32592
32593 \end_inset
32594
32595 .
32596  If the footnotes should only appear at the bottom of the right column,
32597  as in Figure
32598 \begin_inset space ~
32599 \end_inset
32600
32601
32602 \begin_inset CommandInset ref
32603 LatexCommand ref
32604 reference "fig:Footnote-placement-in"
32605
32606 \end_inset
32607
32608 , use the \SpecialChar LaTeX
32609 -package 
32610 \series bold
32611 ftnright
32612 \series default
32613
32614 \begin_inset Index idx
32615 status collapsed
32616
32617 \begin_layout Plain Layout
32618 \SpecialChar LaTeX
32619 -packages ! ftnright
32620 \end_layout
32621
32622 \end_inset
32623
32624  with this command in the document preamble:
32625 \end_layout
32626
32627 \begin_layout Standard
32628
32629 \series bold
32630
32631 \backslash
32632 usepackage{ftnright}
32633 \end_layout
32634
32635 \begin_layout Standard
32636 \begin_inset Float figure
32637 placement !h
32638 wide false
32639 sideways false
32640 status open
32641
32642 \begin_layout Plain Layout
32643 \noindent
32644 \align center
32645 \begin_inset Box Boxed
32646 position "t"
32647 hor_pos "c"
32648 has_inner_box 0
32649 inner_pos "t"
32650 use_parbox 0
32651 use_makebox 0
32652 width ""
32653 special "none"
32654 height "1in"
32655 height_special "totalheight"
32656 thickness "0.4pt"
32657 separation "3pt"
32658 shadowsize "4pt"
32659 framecolor "black"
32660 backgroundcolor "none"
32661 status open
32662
32663 \begin_layout Plain Layout
32664 \begin_inset Graphics
32665         filename clipart/without_fntright.pdf
32666         width 100col%
32667         scaleBeforeRotation
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \begin_layout Plain Layout
32680 \begin_inset Caption Standard
32681
32682 \begin_layout Plain Layout
32683 \begin_inset CommandInset label
32684 LatexCommand label
32685 name "fig:Standard-footnote-placement"
32686
32687 \end_inset
32688
32689 Standard footnote placement in two-column documents.
32690 \end_layout
32691
32692 \end_inset
32693
32694
32695 \end_layout
32696
32697 \end_inset
32698
32699
32700 \end_layout
32701
32702 \begin_layout Standard
32703 \begin_inset Float figure
32704 placement !h
32705 wide false
32706 sideways false
32707 status open
32708
32709 \begin_layout Plain Layout
32710 \noindent
32711 \align center
32712 \begin_inset Box Boxed
32713 position "t"
32714 hor_pos "c"
32715 has_inner_box 0
32716 inner_pos "t"
32717 use_parbox 0
32718 use_makebox 0
32719 width ""
32720 special "none"
32721 height "1in"
32722 height_special "totalheight"
32723 thickness "0.4pt"
32724 separation "3pt"
32725 shadowsize "4pt"
32726 framecolor "black"
32727 backgroundcolor "none"
32728 status open
32729
32730 \begin_layout Plain Layout
32731 \begin_inset Graphics
32732         filename clipart/with_fntright.pdf
32733         width 100col%
32734         scaleBeforeRotation
32735
32736 \end_inset
32737
32738
32739 \end_layout
32740
32741 \end_inset
32742
32743
32744 \end_layout
32745
32746 \begin_layout Plain Layout
32747 \begin_inset Caption Standard
32748
32749 \begin_layout Plain Layout
32750 \begin_inset CommandInset label
32751 LatexCommand label
32752 name "fig:Footnote-placement-in"
32753
32754 \end_inset
32755
32756 Footnote placement in two-column documents when the \SpecialChar LaTeX
32757 -package 
32758 \series bold
32759 ftnright
32760 \series default
32761  is used.
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \begin_layout Standard
32775 \begin_inset VSpace bigskip
32776 \end_inset
32777
32778 In some scientific literature it is usual to collect the footnotes and print
32779  them in a separate paragraph at the end of a section, as in Figure
32780 \begin_inset space ~
32781 \end_inset
32782
32783
32784 \begin_inset CommandInset ref
32785 LatexCommand ref
32786 reference "fig:Endnotes"
32787
32788 \end_inset
32789
32790 .
32791  They are then called 
32792 \begin_inset Quotes eld
32793 \end_inset
32794
32795 endnotes
32796 \begin_inset Quotes erd
32797 \end_inset
32798
32799 .
32800 \begin_inset Index idx
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804 Endnotes
32805 \end_layout
32806
32807 \end_inset
32808
32809  To use endnotes instead of footnotes in your document, load in the menu
32810  
32811 \family sans
32812 Document\SpecialChar menuseparator
32813 Settings\SpecialChar menuseparator
32814 Modules 
32815 \family default
32816 the module 
32817 \family sans
32818 Foot
32819 \begin_inset space ~
32820 \end_inset
32821
32822 to
32823 \begin_inset space ~
32824 \end_inset
32825
32826 End
32827 \family default
32828 .
32829  To insert the collected footnotes, insert the command
32830 \end_layout
32831
32832 \begin_layout Standard
32833
32834 \series bold
32835
32836 \backslash
32837 theendnotes
32838 \end_layout
32839
32840 \begin_layout Standard
32841 in \SpecialChar TeX
32842  Code at the end of a section or chapter.
32843 \end_layout
32844
32845 \begin_layout Standard
32846 \begin_inset Float figure
32847 wide false
32848 sideways false
32849 status open
32850
32851 \begin_layout Plain Layout
32852 \noindent
32853 \align center
32854 \begin_inset Box Boxed
32855 position "t"
32856 hor_pos "c"
32857 has_inner_box 0
32858 inner_pos "t"
32859 use_parbox 0
32860 use_makebox 0
32861 width ""
32862 special "none"
32863 height "1in"
32864 height_special "totalheight"
32865 thickness "0.4pt"
32866 separation "3pt"
32867 shadowsize "4pt"
32868 framecolor "black"
32869 backgroundcolor "none"
32870 status open
32871
32872 \begin_layout Plain Layout
32873 \begin_inset Graphics
32874         filename clipart/endnotes.pdf
32875         width 100col%
32876         scaleBeforeRotation
32877
32878 \end_inset
32879
32880
32881 \end_layout
32882
32883 \end_inset
32884
32885
32886 \end_layout
32887
32888 \begin_layout Plain Layout
32889 \begin_inset Caption Standard
32890
32891 \begin_layout Plain Layout
32892 \begin_inset CommandInset label
32893 LatexCommand label
32894 name "fig:Endnotes"
32895
32896 \end_inset
32897
32898 Endnotes – footnotes are printed in a separate paragraph at the end of sections
32899  or chapters.
32900 \end_layout
32901
32902 \end_inset
32903
32904
32905 \end_layout
32906
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \begin_layout Standard
32913 \begin_inset VSpace medskip
32914 \end_inset
32915
32916 The paragraph heading for the endnotes isn't automatically translated into
32917  the document language, this must be done manually.
32918  The following preamble command translates the default English 
32919 \begin_inset Quotes eld
32920 \end_inset
32921
32922 Notes
32923 \begin_inset Quotes erd
32924 \end_inset
32925
32926  into the German 
32927 \begin_inset Quotes eld
32928 \end_inset
32929
32930 Anmerkungen
32931 \begin_inset Quotes erd
32932 \end_inset
32933
32934 :
32935 \end_layout
32936
32937 \begin_layout Standard
32938
32939 \series bold
32940
32941 \backslash
32942 renewcommand{
32943 \backslash
32944 notesname}{Anmerkungen}
32945 \end_layout
32946
32947 \begin_layout Standard
32948 \begin_inset VSpace medskip
32949 \end_inset
32950
32951 The numbering of endnotes can be changed like the footnote numbering as
32952  described in section
32953 \begin_inset space ~
32954 \end_inset
32955
32956
32957 \begin_inset CommandInset ref
32958 LatexCommand ref
32959 reference "subsec:Footnote-Numbering"
32960
32961 \end_inset
32962
32963 ; just replace the command 
32964 \series bold
32965
32966 \backslash
32967 thefootnote
32968 \series default
32969  by 
32970 \series bold
32971
32972 \backslash
32973 theendnote
32974 \series default
32975 .
32976  To reset the endnote number use the command 
32977 \series bold
32978
32979 \backslash
32980 @addtoreset
32981 \series default
32982  as described in section
32983 \begin_inset space ~
32984 \end_inset
32985
32986
32987 \begin_inset CommandInset ref
32988 LatexCommand ref
32989 reference "subsec:Footnote-Numbering"
32990
32991 \end_inset
32992
32993  and replace the command parameter 
32994 \series bold
32995 footnote
32996 \series default
32997  by 
32998 \series bold
32999 endnote
33000 \series default
33001 .
33002 \end_layout
33003
33004 \begin_layout Standard
33005 For endnotes there is the command 
33006 \series bold
33007
33008 \backslash
33009 endnotemark[number]
33010 \series default
33011  similar to the command 
33012 \series bold
33013
33014 \backslash
33015 footnotemark
33016 \series default
33017 , that is described in section
33018 \begin_inset space ~
33019 \end_inset
33020
33021
33022 \begin_inset CommandInset ref
33023 LatexCommand ref
33024 reference "sec:Footnotes"
33025
33026 \end_inset
33027
33028 .
33029 \end_layout
33030
33031 \begin_layout Standard
33032 \begin_inset VSpace bigskip
33033 \end_inset
33034
33035 Footnotes can also be placed in the page margin and the footnote text alignment
33036  can be changed, see the \SpecialChar LaTeX
33037 -package 
33038 \series bold
33039 footmisc
33040 \series default
33041
33042 \begin_inset Index idx
33043 status collapsed
33044
33045 \begin_layout Plain Layout
33046 \SpecialChar LaTeX
33047 -packages ! footmisc
33048 \end_layout
33049
33050 \end_inset
33051
33052
33053 \begin_inset CommandInset citation
33054 LatexCommand cite
33055 key "footmisc"
33056 literal "true"
33057
33058 \end_inset
33059
33060  for more information about this.
33061 \end_layout
33062
33063 \begin_layout Standard
33064 For various further footnote formatting issues have a look at \SpecialChar LaTeX
33065 -books, 
33066 \begin_inset CommandInset citation
33067 LatexCommand cite
33068 key "latexcompanion,latexguide,latexbook"
33069 literal "true"
33070
33071 \end_inset
33072
33073 .
33074  If you are using a 
33075 \series bold
33076 KOMA-Script
33077 \series default
33078
33079 \begin_inset Index idx
33080 status collapsed
33081
33082 \begin_layout Plain Layout
33083 \SpecialChar LaTeX
33084 -packages ! KOMA-Script
33085 \end_layout
33086
33087 \end_inset
33088
33089  document class, you can adjust all footnote settings using class-specific
33090  commands, see 
33091 \begin_inset CommandInset citation
33092 LatexCommand cite
33093 key "KOMA-Script"
33094 literal "true"
33095
33096 \end_inset
33097
33098 .
33099 \end_layout
33100
33101 \begin_layout Section
33102 Margin Notes
33103 \begin_inset Index idx
33104 status collapsed
33105
33106 \begin_layout Plain Layout
33107 Notes ! Margin Notes
33108 \end_layout
33109
33110 \end_inset
33111
33112
33113 \end_layout
33114
33115 \begin_layout Standard
33116 Margin notes look and behave in \SpecialChar LyX
33117  like footnotes.
33118  They are inserted via the menu 
33119 \family sans
33120 Insert\SpecialChar menuseparator
33121 Marginal
33122 \begin_inset space ~
33123 \end_inset
33124
33125 Note
33126 \family default
33127  or the toolbar button 
33128 \begin_inset Info
33129 type  "icon"
33130 arg   "marginalnote-insert"
33131 \end_inset
33132
33133 .
33134  A grey 
33135 \family roman
33136 \series medium
33137 box with the
33138 \family default
33139 \series default
33140  red 
33141 \family roman
33142 \series medium
33143 label 
33144 \begin_inset Quotes eld
33145 \end_inset
33146
33147 margin
33148 \begin_inset Quotes erd
33149 \end_inset
33150
33151  appears where you can enter the text of the margin note.
33152 \end_layout
33153
33154 \begin_layout Standard
33155 At the side is an example margin note.
33156
33157 \family roman
33158 \series medium
33159  
33160 \begin_inset Marginal
33161 status open
33162
33163 \begin_layout Plain Layout
33164 This is a margin note.
33165 \end_layout
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \begin_layout Standard
33173 Margin notes appear at the right side in single-sided documents.
33174  In double-sided documents they appear in the outer margin – left on even
33175  pages, right on odd pages.
33176  The text of margin notes is aligned opposite to the outer margin – right-aligne
33177 d when the note appears in the left margin.
33178  The first line of the margin note is placed at the position of the text
33179  line where it is inserted in the document.
33180 \end_layout
33181
33182 \begin_layout Standard
33183 \begin_inset VSpace bigskip
33184 \end_inset
33185
33186 To place the margin note in the inner margin, add the command
33187 \end_layout
33188
33189 \begin_layout Standard
33190
33191 \series bold
33192
33193 \backslash
33194 reversemarginpar
33195 \end_layout
33196
33197 \begin_layout Standard
33198 in \SpecialChar TeX
33199  Code before a margin note.
33200  The new placement is valid for all subsequent margin notes.
33201  
33202 \begin_inset ERT
33203 status collapsed
33204
33205 \begin_layout Plain Layout
33206
33207
33208 \backslash
33209 reversemarginpar 
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \begin_inset Marginal
33216 status open
33217
33218 \begin_layout Plain Layout
33219 This is a margin note in the inner margin.
33220 \end_layout
33221
33222 \end_inset
33223
33224
33225 \series bold
33226
33227 \begin_inset Newline newline
33228 \end_inset
33229
33230
33231 \series default
33232
33233 \begin_inset Note Greyedout
33234 status open
33235
33236 \begin_layout Plain Layout
33237
33238 \series bold
33239 Note:
33240 \series default
33241  There is often not enough space in the inner margin so that the notes are
33242  not correctly displayed in the output.
33243 \end_layout
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \begin_layout Standard
33251 To return to the default placement insert the command
33252 \end_layout
33253
33254 \begin_layout Standard
33255
33256 \series bold
33257
33258 \backslash
33259 normalmarginpar
33260 \end_layout
33261
33262 \begin_layout Standard
33263 in \SpecialChar TeX
33264  Code.
33265 \begin_inset ERT
33266 status collapsed
33267
33268 \begin_layout Plain Layout
33269
33270
33271 \backslash
33272 normalmarginpar 
33273 \end_layout
33274
33275 \end_inset
33276
33277  
33278 \begin_inset Note Greyedout
33279 status open
33280
33281 \begin_layout Plain Layout
33282
33283 \series bold
33284 Note:
33285 \series default
33286  The command is ignored when it is within a paragraph where also the command
33287  
33288 \series bold
33289
33290 \backslash
33291 reversemarginpar
33292 \series default
33293  is inserted.
33294 \end_layout
33295
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \begin_layout Standard
33302 \begin_inset VSpace bigskip
33303 \end_inset
33304
33305
33306 \family roman
33307 \series medium
33308
33309 \begin_inset Marginal
33310 status open
33311
33312 \begin_layout Plain Layout
33313 AVeryLongMarginParWord that isn't hyphenated.
33314 \end_layout
33315
33316 \end_inset
33317
33318
33319 \family default
33320 \series default
33321  Similar to the case described in section
33322 \begin_inset space ~
33323 \end_inset
33324
33325
33326 \begin_inset CommandInset ref
33327 LatexCommand ref
33328 reference "subsec:Multiple-Lines-in"
33329
33330 \end_inset
33331
33332 , long words cannot be hyphenated when they are the first word in a margin
33333  note.
33334  To avoid this, insert 0
33335 \begin_inset space \thinspace{}
33336 \end_inset
33337
33338 pt horizontal space before the word
33339 \family roman
33340 \series medium
33341 .
33342  
33343 \begin_inset Marginal
33344 status open
33345
33346 \begin_layout Plain Layout
33347 \begin_inset space \hspace*{}
33348 \length 0pt
33349 \end_inset
33350
33351 AVeryLongMarginParWord that is hyphenated.
33352 \end_layout
33353
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \begin_layout Standard
33360 \begin_inset VSpace bigskip
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Standard
33367 \begin_inset Note Greyedout
33368 status open
33369
33370 \begin_layout Plain Layout
33371
33372 \series bold
33373 Note:
33374 \series default
33375  Margin notes can normally not be used inside tables, floats, and footnotes.
33376 \end_layout
33377
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \begin_layout Standard
33384 \begin_inset VSpace bigskip
33385 \end_inset
33386
33387
33388 \end_layout
33389
33390 \begin_layout Standard
33391 \begin_inset ERT
33392 status collapsed
33393
33394 \begin_layout Plain Layout
33395
33396
33397 \backslash
33398 ifmarginnote
33399 \end_layout
33400
33401 \end_inset
33402
33403
33404 \begin_inset Note Note
33405 status open
33406
33407 \begin_layout Plain Layout
33408 The following section will only be displayed when the \SpecialChar LaTeX
33409 -package 
33410 \series bold
33411 marginnote
33412 \series default
33413  is installed.
33414 \end_layout
33415
33416 \end_inset
33417
33418
33419 \end_layout
33420
33421 \begin_layout Standard
33422 This restriction can be evaded by using the \SpecialChar LaTeX
33423 -package 
33424 \series bold
33425 marginnote
33426 \series default
33427
33428 \begin_inset Index idx
33429 status collapsed
33430
33431 \begin_layout Plain Layout
33432 \SpecialChar LaTeX
33433 -packages ! marginnote
33434 \end_layout
33435
33436 \end_inset
33437
33438 .
33439  By adding these two lines to your document preamble, the command used by
33440  \SpecialChar LyX
33441  for margin notes is redefined to use the command provided by the 
33442 \series bold
33443 marginnote
33444 \series default
33445 -package:
33446 \end_layout
33447
33448 \begin_layout Standard
33449
33450 \series bold
33451
33452 \backslash
33453 usepackage{marginnote}
33454 \begin_inset Newline newline
33455 \end_inset
33456
33457
33458 \backslash
33459 let
33460 \backslash
33461 marginpar
33462 \backslash
33463 marginnote
33464 \end_layout
33465
33466 \begin_layout Standard
33467 This is also used in this document because 
33468 \series bold
33469 marginnote
33470 \series default
33471  has another useful feature: You can set a vertical offset for the note.
33472  This is often needed when too many margin notes are too close together
33473  or for a better page layout.
33474  The offset is set in \SpecialChar LyX
33475  as \SpecialChar TeX
33476  Code directly after the margin note in the scheme
33477 \end_layout
33478
33479 \begin_layout Standard
33480
33481 \series bold
33482 [offset]
33483 \end_layout
33484
33485 \begin_layout Standard
33486 where the offset is a length with one of the units listed in Table
33487 \begin_inset space ~
33488 \end_inset
33489
33490
33491 \begin_inset CommandInset ref
33492 LatexCommand ref
33493 reference "tab:Units"
33494
33495 \end_inset
33496
33497 .
33498  A negative value shifts the note up, a positive value shifts it down.
33499  
33500 \family roman
33501 \series medium
33502 For example the margin note beside this text line is shifted up 1.5
33503 \begin_inset space \thinspace{}
33504 \end_inset
33505
33506 cm with the \SpecialChar TeX
33507  Code command 
33508 \begin_inset Quotes eld
33509 \end_inset
33510
33511
33512 \family default
33513 \series bold
33514 [-1.5cm]
33515 \family roman
33516 \series medium
33517
33518 \begin_inset Quotes erd
33519 \end_inset
33520
33521
33522 \begin_inset Marginal
33523 status open
33524
33525 \begin_layout Plain Layout
33526 This margin note is shifted up 1.5
33527 \begin_inset space \thinspace{}
33528 \end_inset
33529
33530 cm from its original position.
33531 \end_layout
33532
33533 \end_inset
33534
33535
33536 \family default
33537 \series default
33538
33539 \begin_inset ERT
33540 status collapsed
33541
33542 \begin_layout Plain Layout
33543
33544 [-1.5cm]
33545 \end_layout
33546
33547 \end_inset
33548
33549
33550 \end_layout
33551
33552 \begin_layout Standard
33553 \begin_inset VSpace medskip
33554 \end_inset
33555
33556 With 
33557 \series bold
33558 marginnote
33559 \series default
33560  you can also change the alignment of the text in the margin note.
33561  For example the commands
33562 \end_layout
33563
33564 \begin_layout Standard
33565
33566 \series bold
33567
33568 \backslash
33569 renewcommand*{
33570 \backslash
33571 raggedleftmarginnote}{
33572 \backslash
33573 centering}
33574 \begin_inset Newline newline
33575 \end_inset
33576
33577
33578 \backslash
33579 renewcommand*{
33580 \backslash
33581 raggedrightmarginnote}{
33582 \backslash
33583 centering}
33584 \end_layout
33585
33586 \begin_layout Standard
33587 set the alignment to centered.
33588  
33589 \series bold
33590
33591 \backslash
33592 raggedleftmarginnote
33593 \series default
33594  denotes margin notes that appear at the left side.
33595 \family roman
33596 \series medium
33597
33598 \begin_inset ERT
33599 status collapsed
33600
33601 \begin_layout Plain Layout
33602
33603
33604 \backslash
33605 renewcommand*{
33606 \backslash
33607 raggedleftmarginnote}{
33608 \backslash
33609 centering}
33610 \end_layout
33611
33612 \begin_layout Plain Layout
33613
33614
33615 \backslash
33616 renewcommand*{
33617 \backslash
33618 raggedrightmarginnote}{
33619 \backslash
33620 centering}
33621 \end_layout
33622
33623 \end_inset
33624
33625
33626 \begin_inset Marginal
33627 status open
33628
33629 \begin_layout Plain Layout
33630 The text of this margin note is centered.
33631 \end_layout
33632
33633 \end_inset
33634
33635
33636 \family default
33637 \series default
33638  The default is
33639 \end_layout
33640
33641 \begin_layout Standard
33642
33643 \series bold
33644
33645 \backslash
33646 renewcommand*{
33647 \backslash
33648 raggedleftmarginnote}{
33649 \backslash
33650 raggedleft}
33651 \begin_inset Newline newline
33652 \end_inset
33653
33654
33655 \backslash
33656 renewcommand*{
33657 \backslash
33658 raggedrightmarginnote}{
33659 \backslash
33660 raggedright}
33661 \family roman
33662 \series medium
33663
33664 \begin_inset ERT
33665 status collapsed
33666
33667 \begin_layout Plain Layout
33668
33669
33670 \backslash
33671 renewcommand*{
33672 \backslash
33673 raggedleftmarginnote}{
33674 \backslash
33675 raggedleft}
33676 \end_layout
33677
33678 \begin_layout Plain Layout
33679
33680
33681 \backslash
33682 renewcommand*{
33683 \backslash
33684 raggedrightmarginnote}{
33685 \backslash
33686 raggedright}
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \begin_layout Standard
33695 \begin_inset VSpace medskip
33696 \end_inset
33697
33698 For the other features of 
33699 \series bold
33700 marginnote
33701 \series default
33702  refer to its documentation 
33703 \begin_inset CommandInset citation
33704 LatexCommand cite
33705 key "marginnote"
33706 literal "true"
33707
33708 \end_inset
33709
33710 .
33711 \end_layout
33712
33713 \begin_layout Standard
33714 \begin_inset VSpace bigskip
33715 \end_inset
33716
33717 You can adjust the layout of margin notes by changing its definition.
33718  To create for example a header for all margin notes with the underlined,
33719  sans-serif, and bold header text 
33720 \begin_inset Quotes eld
33721 \end_inset
33722
33723
33724 \family sans
33725 \series bold
33726 \bar under
33727 Attention!
33728 \family default
33729 \series default
33730 \bar default
33731
33732 \begin_inset Quotes erd
33733 \end_inset
33734
33735 , add this to your document preamble:
33736 \end_layout
33737
33738 \begin_layout Standard
33739
33740 \series bold
33741
33742 \backslash
33743 let
33744 \backslash
33745 myMarginpar
33746 \backslash
33747 marginpar
33748 \begin_inset Newline newline
33749 \end_inset
33750
33751
33752 \backslash
33753 renewcommand{
33754 \backslash
33755 marginpar}[1]{
33756 \backslash
33757 myMarginpar{%
33758 \begin_inset Newline newline
33759 \end_inset
33760
33761
33762 \begin_inset Phantom HPhantom
33763 status open
33764
33765 \begin_layout Plain Layout
33766
33767 \series bold
33768 \begin_inset space ~
33769 \end_inset
33770
33771
33772 \end_layout
33773
33774 \end_inset
33775
33776
33777 \backslash
33778 hspace{0pt}
33779 \backslash
33780 textsf{
33781 \backslash
33782 textbf{
33783 \backslash
33784 underbar{Attention!}}}%
33785 \begin_inset Newline newline
33786 \end_inset
33787
33788
33789 \begin_inset Phantom HPhantom
33790 status open
33791
33792 \begin_layout Plain Layout
33793
33794 \series bold
33795 \begin_inset space ~
33796 \end_inset
33797
33798
33799 \end_layout
33800
33801 \end_inset
33802
33803
33804 \backslash
33805 vspace{1.5mm}
33806 \backslash
33807
33808 \backslash
33809 #1}}
33810 \end_layout
33811
33812 \begin_layout Standard
33813
33814 \family roman
33815 \series medium
33816 \begin_inset ERT
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820
33821
33822 \backslash
33823 let
33824 \backslash
33825 myMarginpar
33826 \backslash
33827 marginpar
33828 \end_layout
33829
33830 \begin_layout Plain Layout
33831
33832
33833 \backslash
33834 renewcommand{
33835 \backslash
33836 marginpar}[1]{
33837 \backslash
33838 myMarginpar{%
33839 \end_layout
33840
33841 \begin_layout Plain Layout
33842
33843    
33844 \backslash
33845 textsf{
33846 \backslash
33847 textbf{
33848 \backslash
33849 underbar{Attention!}}}%
33850 \end_layout
33851
33852 \begin_layout Plain Layout
33853
33854    
33855 \backslash
33856 vspace{1.5mm}
33857 \backslash
33858
33859 \backslash
33860 #1}}
33861 \end_layout
33862
33863 \end_inset
33864
33865
33866 \begin_inset Marginal
33867 status open
33868
33869 \begin_layout Plain Layout
33870 This is a margin note with a defined heading.
33871 \end_layout
33872
33873 \end_inset
33874
33875
33876 \family default
33877 \series default
33878
33879 \begin_inset ERT
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883
33884 [-1.5cm]
33885 \end_layout
33886
33887 \end_inset
33888
33889
33890 \family roman
33891 \series medium
33892
33893 \begin_inset ERT
33894 status collapsed
33895
33896 \begin_layout Plain Layout
33897
33898
33899 \backslash
33900 renewcommand{
33901 \backslash
33902 marginpar}[1]{
33903 \backslash
33904 myMarginpar{#1}}
33905 \end_layout
33906
33907 \end_inset
33908
33909
33910 \family default
33911 \series default
33912
33913 \begin_inset Note Note
33914 status collapsed
33915
33916 \begin_layout Plain Layout
33917 The margin note format is changed only for this example.
33918 \end_layout
33919
33920 \end_inset
33921
33922
33923 \end_layout
33924
33925 \begin_layout Standard
33926 \begin_inset ERT
33927 status collapsed
33928
33929 \begin_layout Plain Layout
33930
33931
33932 \backslash
33933 else
33934 \end_layout
33935
33936 \end_inset
33937
33938
33939 \begin_inset Note Note
33940 status open
33941
33942 \begin_layout Plain Layout
33943 The following will be displayed when the \SpecialChar LaTeX
33944 -package 
33945 \series bold
33946 marginnote
33947 \series default
33948  is not installed:
33949 \end_layout
33950
33951 \end_inset
33952
33953
33954 \end_layout
33955
33956 \begin_layout Standard
33957 You need to install the \SpecialChar LaTeX
33958 -package 
33959 \series bold
33960 marginnote
33961 \series default
33962  to see the following part of this section in the output.
33963 \end_layout
33964
33965 \begin_layout Standard
33966 \begin_inset ERT
33967 status collapsed
33968
33969 \begin_layout Plain Layout
33970
33971
33972 \backslash
33973 fi
33974 \end_layout
33975
33976 \end_inset
33977
33978
33979 \end_layout
33980
33981 \begin_layout Chapter
33982 Boxes
33983 \end_layout
33984
33985 \begin_layout Section
33986 Introduction
33987 \begin_inset Index idx
33988 status collapsed
33989
33990 \begin_layout Plain Layout
33991 Boxes ! Introduction
33992 \end_layout
33993
33994 \end_inset
33995
33996
33997 \end_layout
33998
33999 \begin_layout Standard
34000 Boxes are used to format a block of text.
34001  Boxes can be used to write documents with multiple languages, see section
34002 \begin_inset space ~
34003 \end_inset
34004
34005
34006 \begin_inset CommandInset ref
34007 LatexCommand ref
34008 reference "sec:Minipages"
34009
34010 \end_inset
34011
34012 , to frame texts, see section
34013 \begin_inset space ~
34014 \end_inset
34015
34016
34017 \begin_inset CommandInset ref
34018 LatexCommand ref
34019 reference "sec:Decoration"
34020
34021 \end_inset
34022
34023 , to prevent words from being hyphenated, see section
34024 \begin_inset space ~
34025 \end_inset
34026
34027
34028 \begin_inset CommandInset ref
34029 LatexCommand ref
34030 reference "sec:Prevent-Hyphenation"
34031
34032 \end_inset
34033
34034 , to align text, see section
34035 \begin_inset space ~
34036 \end_inset
34037
34038
34039 \begin_inset CommandInset ref
34040 LatexCommand ref
34041 reference "subsec:Vertical-Alignment"
34042
34043 \end_inset
34044
34045 , or to set the background color of texts, see section
34046 \begin_inset space ~
34047 \end_inset
34048
34049
34050 \begin_inset CommandInset ref
34051 LatexCommand ref
34052 reference "sec:Colored-Boxes"
34053
34054 \end_inset
34055
34056 .
34057 \end_layout
34058
34059 \begin_layout Standard
34060 Boxes can be inserted with the menu 
34061 \family sans
34062 Insert\SpecialChar menuseparator
34063 Box
34064 \family default
34065  or the toolbar button 
34066 \begin_inset Info
34067 type  "icon"
34068 arg   "box-insert Frameless"
34069 \end_inset
34070
34071 .
34072  A grey box with the label 
34073 \family sans
34074 Box (Minipage)
34075 \family default
34076
34077 \begin_inset Graphics
34078         filename clipart/BoxInsetDefault.png
34079         scale 95
34080         scaleBeforeRotation
34081
34082 \end_inset
34083
34084  will be inserted.
34085  The box type can be specified by right-clicking on the box and selecting
34086  
34087 \family sans
34088 Settings
34089 \family default
34090 .
34091  The box dialog offers the 
34092 \family sans
34093 Inner
34094 \begin_inset space ~
34095 \end_inset
34096
34097 Box
34098 \family default
34099  types 
34100 \family sans
34101 Makebox
34102 \family default
34103
34104 \family sans
34105 Parbox
34106 \family default
34107  and 
34108 \family sans
34109 Minipage
34110 \family default
34111 .
34112  The type 
34113 \family sans
34114 Minipage
34115 \family default
34116  is the default for new boxes and is explained in section
34117 \begin_inset space ~
34118 \end_inset
34119
34120
34121 \begin_inset CommandInset ref
34122 LatexCommand ref
34123 reference "sec:Minipages"
34124
34125 \end_inset
34126
34127 ; the type 
34128 \family sans
34129 Parbox
34130 \family default
34131  is described in section
34132 \begin_inset space ~
34133 \end_inset
34134
34135
34136 \begin_inset CommandInset ref
34137 LatexCommand ref
34138 reference "sec:Parboxes"
34139
34140 \end_inset
34141
34142  and the type 
34143 \family sans
34144 Makebox
34145 \family default
34146  in 
34147 \begin_inset CommandInset ref
34148 LatexCommand ref
34149 reference "sec:Prevent-Hyphenation"
34150
34151 \end_inset
34152
34153 .
34154 \end_layout
34155
34156 \begin_layout Standard
34157 Boxes are not numbered and can therefore not be referenced like floats or
34158  footnotes.
34159 \end_layout
34160
34161 \begin_layout Standard
34162 \begin_inset Note Greyedout
34163 status open
34164
34165 \begin_layout Plain Layout
34166
34167 \series bold
34168 Note:
34169 \series default
34170  Boxes must not be the item in an 
34171 \family sans
34172 Itemize
34173 \family default
34174  or 
34175 \family sans
34176 Description
34177 \family default
34178  environment.
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \begin_layout Standard
34187 \begin_inset Note Greyedout
34188 status open
34189
34190 \begin_layout Plain Layout
34191
34192 \series bold
34193 Note:
34194 \series default
34195  For an unknown reason you can only set the 
34196 \family sans
34197 Inner
34198 \begin_inset space ~
34199 \end_inset
34200
34201 Box
34202 \family default
34203  type to 
34204 \family sans
34205 None
34206 \family default
34207  when you use a framed box.
34208  Boxes without an 
34209 \family sans
34210 Inner
34211 \begin_inset space ~
34212 \end_inset
34213
34214 Box
34215 \family default
34216  type and without frames are explained in section
34217 \begin_inset space ~
34218 \end_inset
34219
34220
34221 \begin_inset CommandInset ref
34222 LatexCommand ref
34223 reference "sec:Prevent-Hyphenation"
34224
34225 \end_inset
34226
34227 .
34228 \end_layout
34229
34230 \end_inset
34231
34232
34233 \end_layout
34234
34235 \begin_layout Section
34236 Box Dialog
34237 \begin_inset CommandInset label
34238 LatexCommand label
34239 name "sec:Box-Dialog"
34240
34241 \end_inset
34242
34243
34244 \begin_inset Index idx
34245 status collapsed
34246
34247 \begin_layout Plain Layout
34248 Boxes ! Box Dialog
34249 \end_layout
34250
34251 \end_inset
34252
34253
34254 \end_layout
34255
34256 \begin_layout Subsection
34257 Size
34258 \begin_inset Index idx
34259 status collapsed
34260
34261 \begin_layout Plain Layout
34262 Boxes ! Size
34263 \end_layout
34264
34265 \end_inset
34266
34267
34268 \end_layout
34269
34270 \begin_layout Standard
34271 In the box dialog you can adjust the box geometry in the fields 
34272 \family sans
34273 Width
34274 \family default
34275  and 
34276 \family sans
34277 Height
34278 \family default
34279 .
34280  The available units for the geometry are explained in Table
34281 \begin_inset space ~
34282 \end_inset
34283
34284
34285 \begin_inset CommandInset ref
34286 LatexCommand ref
34287 reference "tab:Units"
34288
34289 \end_inset
34290
34291 .
34292  The field 
34293 \family sans
34294 Height
34295 \family default
34296  offers the following additional sizes:
34297 \end_layout
34298
34299 \begin_layout Description
34300 Depth This is the plain text 
34301 \begin_inset Quotes eld
34302 \end_inset
34303
34304 height
34305 \begin_inset Quotes erd
34306 \end_inset
34307
34308 .
34309  It ignores the total depth when there are multiple text lines in the box:
34310 \begin_inset Newline newline
34311 \end_inset
34312
34313
34314 \begin_inset Newline newline
34315 \end_inset
34316
34317
34318 \begin_inset Newline newline
34319 \end_inset
34320
34321
34322 \begin_inset Box Boxed
34323 position "c"
34324 hor_pos "c"
34325 has_inner_box 1
34326 inner_pos "c"
34327 use_parbox 0
34328 use_makebox 0
34329 width "12col%"
34330 special "none"
34331 height "1in"
34332 height_special "depth"
34333 thickness "0.4pt"
34334 separation "3pt"
34335 shadowsize "4pt"
34336 framecolor "black"
34337 backgroundcolor "none"
34338 status collapsed
34339
34340 \begin_layout Plain Layout
34341 \align center
34342 Box height set to 1
34343 \begin_inset space \thinspace{}
34344 \end_inset
34345
34346 Depth
34347 \end_layout
34348
34349 \end_inset
34350
34351
34352 \begin_inset Newline newline
34353 \end_inset
34354
34355
34356 \begin_inset Newline newline
34357 \end_inset
34358
34359
34360 \end_layout
34361
34362 \begin_layout Description
34363 Height This is the height of the text that is inside the box.
34364  A value of e.
34365 \begin_inset space \thinspace{}
34366 \end_inset
34367
34368 g.
34369 \begin_inset space \space{}
34370 \end_inset
34371
34372 2 for this size will set the box height to 2
34373 \begin_inset space ~
34374 \end_inset
34375
34376 times the text height: 
34377 \begin_inset Box Boxed
34378 position "c"
34379 hor_pos "c"
34380 has_inner_box 1
34381 inner_pos "c"
34382 use_parbox 0
34383 use_makebox 0
34384 width "20col%"
34385 special "none"
34386 height "2in"
34387 height_special "height"
34388 thickness "0.4pt"
34389 separation "3pt"
34390 shadowsize "4pt"
34391 framecolor "black"
34392 backgroundcolor "none"
34393 status collapsed
34394
34395 \begin_layout Plain Layout
34396 \align center
34397 Box height set to 2
34398 \begin_inset space \thinspace{}
34399 \end_inset
34400
34401 Height
34402 \end_layout
34403
34404 \end_inset
34405
34406
34407 \end_layout
34408
34409 \begin_layout Description
34410 Total
34411 \begin_inset space ~
34412 \end_inset
34413
34414 Height This is the Height
34415 \begin_inset space \thinspace{}
34416 \end_inset
34417
34418 +
34419 \begin_inset space \thinspace{}
34420 \end_inset
34421
34422 Depth: 
34423 \begin_inset Box Boxed
34424 position "c"
34425 hor_pos "c"
34426 has_inner_box 1
34427 inner_pos "c"
34428 use_parbox 0
34429 use_makebox 0
34430 width "20col%"
34431 special "none"
34432 height "1in"
34433 height_special "totalheight"
34434 thickness "0.4pt"
34435 separation "3pt"
34436 shadowsize "4pt"
34437 framecolor "black"
34438 backgroundcolor "none"
34439 status collapsed
34440
34441 \begin_layout Plain Layout
34442 \align center
34443 Box height set to 1
34444 \begin_inset space \thinspace{}
34445 \end_inset
34446
34447 Total
34448 \begin_inset space ~
34449 \end_inset
34450
34451 Height
34452 \end_layout
34453
34454 \end_inset
34455
34456
34457 \end_layout
34458
34459 \begin_layout Description
34460 Width This sets the width of the box as height: 
34461 \begin_inset Box Boxed
34462 position "c"
34463 hor_pos "c"
34464 has_inner_box 1
34465 inner_pos "c"
34466 use_parbox 0
34467 use_makebox 0
34468 width "12col%"
34469 special "none"
34470 height "1in"
34471 height_special "width"
34472 thickness "0.4pt"
34473 separation "3pt"
34474 shadowsize "4pt"
34475 framecolor "black"
34476 backgroundcolor "none"
34477 status collapsed
34478
34479 \begin_layout Plain Layout
34480 \align center
34481 Box height set to 1
34482 \begin_inset space \thinspace{}
34483 \end_inset
34484
34485 Width
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \end_layout
34492
34493 \begin_layout Subsection
34494 Alignment
34495 \begin_inset Index idx
34496 status collapsed
34497
34498 \begin_layout Plain Layout
34499 Boxes ! Alignment
34500 \end_layout
34501
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \begin_layout Standard
34508 When you have chosen an 
34509 \family sans
34510 Inner
34511 \begin_inset space ~
34512 \end_inset
34513
34514 Box
34515 \family default
34516 , the vertical box alignment can be:
34517 \end_layout
34518
34519 \begin_layout Description
34520 Top This is an example text line.
34521  
34522 \begin_inset Box Boxed
34523 position "t"
34524 hor_pos "c"
34525 has_inner_box 1
34526 inner_pos "c"
34527 use_parbox 0
34528 use_makebox 0
34529 width "12col%"
34530 special "none"
34531 height "1in"
34532 height_special "totalheight"
34533 thickness "0.4pt"
34534 separation "3pt"
34535 shadowsize "4pt"
34536 framecolor "black"
34537 backgroundcolor "none"
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541 \align center
34542 This box is top-aligned.
34543 \end_layout
34544
34545 \end_inset
34546
34547  This is an example text line.
34548 \end_layout
34549
34550 \begin_layout Description
34551 Middle This is an example text line.
34552  
34553 \begin_inset Box Boxed
34554 position "c"
34555 hor_pos "c"
34556 has_inner_box 1
34557 inner_pos "c"
34558 use_parbox 0
34559 use_makebox 0
34560 width "12col%"
34561 special "none"
34562 height "1in"
34563 height_special "totalheight"
34564 thickness "0.4pt"
34565 separation "3pt"
34566 shadowsize "4pt"
34567 framecolor "black"
34568 backgroundcolor "none"
34569 status collapsed
34570
34571 \begin_layout Plain Layout
34572 \align center
34573 This box is middle-aligned.
34574 \end_layout
34575
34576 \end_inset
34577
34578  This is an example text line.
34579 \end_layout
34580
34581 \begin_layout Description
34582 Bottom This is an example text line.
34583  
34584 \begin_inset Box Boxed
34585 position "b"
34586 hor_pos "c"
34587 has_inner_box 1
34588 inner_pos "c"
34589 use_parbox 0
34590 use_makebox 0
34591 width "12col%"
34592 special "none"
34593 height "1in"
34594 height_special "totalheight"
34595 thickness "0.4pt"
34596 separation "3pt"
34597 shadowsize "4pt"
34598 framecolor "black"
34599 backgroundcolor "none"
34600 status collapsed
34601
34602 \begin_layout Plain Layout
34603 \align center
34604 This box is bottom-aligned.
34605 \end_layout
34606
34607 \end_inset
34608
34609  This is an example text line.
34610 \end_layout
34611
34612 \begin_layout Standard
34613 \begin_inset Note Greyedout
34614 status open
34615
34616 \begin_layout Plain Layout
34617
34618 \series bold
34619 Note:
34620 \series default
34621  The vertical box alignment can be lost in the output when you have two
34622  boxes in a line and one has e.
34623 \begin_inset space \thinspace{}
34624 \end_inset
34625
34626 g.
34627 \begin_inset space \space{}
34628 \end_inset
34629
34630 a shadow and the other one not.
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \begin_layout Standard
34639 The horizontal box alignment can be set via \SpecialChar LyX
34640 's paragraph dialog when you
34641  set the box into its own paragraph.
34642 \end_layout
34643
34644 \begin_layout Standard
34645 \begin_inset VSpace bigskip
34646 \end_inset
34647
34648 When you have chosen an 
34649 \family sans
34650 Inner
34651 \begin_inset space ~
34652 \end_inset
34653
34654 Box
34655 \family default
34656 , the box content can be aligned vertically to:
34657 \end_layout
34658
34659 \begin_layout Description
34660 top This is an example text line.
34661  
34662 \begin_inset Box Boxed
34663 position "c"
34664 hor_pos "c"
34665 has_inner_box 1
34666 inner_pos "t"
34667 use_parbox 0
34668 use_makebox 0
34669 width "12col%"
34670 special "none"
34671 height "1.5in"
34672 height_special "totalheight"
34673 thickness "0.4pt"
34674 separation "3pt"
34675 shadowsize "4pt"
34676 framecolor "black"
34677 backgroundcolor "none"
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681 \align center
34682 This box text is top-aligned.
34683 \end_layout
34684
34685 \end_inset
34686
34687  This is an example text line.
34688 \end_layout
34689
34690 \begin_layout Description
34691 middle This is an example text line.
34692  
34693 \begin_inset Box Boxed
34694 position "c"
34695 hor_pos "c"
34696 has_inner_box 1
34697 inner_pos "c"
34698 use_parbox 0
34699 use_makebox 0
34700 width "12col%"
34701 special "none"
34702 height "1.5in"
34703 height_special "totalheight"
34704 thickness "0.4pt"
34705 separation "3pt"
34706 shadowsize "4pt"
34707 framecolor "black"
34708 backgroundcolor "none"
34709 status collapsed
34710
34711 \begin_layout Plain Layout
34712 \align center
34713 This box text is middle-aligned.
34714 \end_layout
34715
34716 \end_inset
34717
34718  This is an example text line.
34719 \end_layout
34720
34721 \begin_layout Description
34722 bottom This is an example text line.
34723  
34724 \begin_inset Box Boxed
34725 position "c"
34726 hor_pos "c"
34727 has_inner_box 1
34728 inner_pos "b"
34729 use_parbox 0
34730 use_makebox 0
34731 width "12col%"
34732 special "none"
34733 height "1.5in"
34734 height_special "totalheight"
34735 thickness "0.4pt"
34736 separation "3pt"
34737 shadowsize "4pt"
34738 framecolor "black"
34739 backgroundcolor "none"
34740 status collapsed
34741
34742 \begin_layout Plain Layout
34743 \align center
34744 This box text is bottom-aligned.
34745 \end_layout
34746
34747 \end_inset
34748
34749  This is an example text line.
34750 \end_layout
34751
34752 \begin_layout Description
34753 stretch This is an example text line.
34754  
34755 \begin_inset Box Boxed
34756 position "c"
34757 hor_pos "c"
34758 has_inner_box 1
34759 inner_pos "s"
34760 use_parbox 0
34761 use_makebox 0
34762 width "12col%"
34763 special "none"
34764 height "1.5in"
34765 height_special "totalheight"
34766 thickness "0.4pt"
34767 separation "3pt"
34768 shadowsize "4pt"
34769 framecolor "black"
34770 backgroundcolor "none"
34771 status collapsed
34772
34773 \begin_layout Plain Layout
34774 \align center
34775 This box
34776 \end_layout
34777
34778 \begin_layout Plain Layout
34779 \align center
34780 text is
34781 \end_layout
34782
34783 \begin_layout Plain Layout
34784 \align center
34785 stretched.
34786 \end_layout
34787
34788 \end_inset
34789
34790  This is an example text line.
34791 \end_layout
34792
34793 \begin_layout Standard
34794 To stretch the box content, it must consist of more than one paragraph.
34795  In the example above every text line is in an own paragraph.
34796 \end_layout
34797
34798 \begin_layout Standard
34799 \begin_inset VSpace bigskip
34800 \end_inset
34801
34802 To align the box content horizontally you can use \SpecialChar LyX
34803 's paragraph dialog when
34804  you have chosen an 
34805 \family sans
34806 Inner
34807 \begin_inset space ~
34808 \end_inset
34809
34810 Box
34811 \family default
34812 .
34813 \end_layout
34814
34815 \begin_layout Standard
34816 \align center
34817 \begin_inset Box Boxed
34818 position "c"
34819 hor_pos "c"
34820 has_inner_box 1
34821 inner_pos "s"
34822 use_parbox 0
34823 use_makebox 0
34824 width "15col%"
34825 special "none"
34826 height "1.25in"
34827 height_special "totalheight"
34828 thickness "0.4pt"
34829 separation "3pt"
34830 shadowsize "4pt"
34831 framecolor "black"
34832 backgroundcolor "none"
34833 status collapsed
34834
34835 \begin_layout Plain Layout
34836 \align left
34837 This box
34838 \end_layout
34839
34840 \begin_layout Plain Layout
34841 \align center
34842 text is
34843 \end_layout
34844
34845 \begin_layout Plain Layout
34846 \align right
34847 stretched.
34848 \end_layout
34849
34850 \end_inset
34851
34852
34853 \end_layout
34854
34855 \begin_layout Standard
34856 If you have not set an 
34857 \family sans
34858 Inner
34859 \begin_inset space ~
34860 \end_inset
34861
34862 Box
34863 \family default
34864 , you can align the box content horizontally in the box dialog.
34865 \end_layout
34866
34867 \begin_layout Standard
34868 \align center
34869 \begin_inset Box Boxed
34870 position "c"
34871 hor_pos "s"
34872 has_inner_box 0
34873 inner_pos "s"
34874 use_parbox 0
34875 use_makebox 0
34876 width "90col%"
34877 special "none"
34878 height "1.25in"
34879 height_special "totalheight"
34880 thickness "0.4pt"
34881 separation "3pt"
34882 shadowsize "4pt"
34883 framecolor "black"
34884 backgroundcolor "none"
34885 status collapsed
34886
34887 \begin_layout Plain Layout
34888 This box text is horizontally stretched.
34889 \end_layout
34890
34891 \end_inset
34892
34893
34894 \end_layout
34895
34896 \begin_layout Subsection
34897 Decoration
34898 \begin_inset CommandInset label
34899 LatexCommand label
34900 name "sec:Decoration"
34901
34902 \end_inset
34903
34904
34905 \begin_inset Index idx
34906 status collapsed
34907
34908 \begin_layout Plain Layout
34909 Boxes ! Decoration
34910 \end_layout
34911
34912 \end_inset
34913
34914
34915 \end_layout
34916
34917 \begin_layout Standard
34918 The type of the box can be specified in the box dialog in the drop-down
34919  list 
34920 \family sans
34921 Decoration
34922 \family default
34923 .
34924  The following types are possible:
34925 \end_layout
34926
34927 \begin_layout Description
34928 No
34929 \begin_inset space ~
34930 \end_inset
34931
34932 frame Nothing is drawn.
34933 \end_layout
34934
34935 \begin_layout Description
34936 Simple
34937 \begin_inset space ~
34938 \end_inset
34939
34940 rectangular
34941 \begin_inset space ~
34942 \end_inset
34943
34944 frame This draws a rectangular frame around the box.
34945  The frame line thickness can be specified.
34946  
34947 \begin_inset Box Boxed
34948 position "c"
34949 hor_pos "c"
34950 has_inner_box 1
34951 inner_pos "c"
34952 use_parbox 0
34953 use_makebox 0
34954 width "20col%"
34955 special "none"
34956 height "1in"
34957 height_special "totalheight"
34958 thickness "0.4pt"
34959 separation "3pt"
34960 shadowsize "4pt"
34961 framecolor "black"
34962 backgroundcolor "none"
34963 status collapsed
34964
34965 \begin_layout Plain Layout
34966 \align center
34967 Rectangular box
34968 \end_layout
34969
34970 \end_inset
34971
34972
34973 \end_layout
34974
34975 \begin_layout Description
34976 Oval
34977 \begin_inset space ~
34978 \end_inset
34979
34980 box,
34981 \begin_inset space ~
34982 \end_inset
34983
34984 thin This draws an oval frame around the box.
34985  The frame line thickness has the size 0.4
34986 \begin_inset space \thinspace{}
34987 \end_inset
34988
34989 pt.
34990  
34991 \begin_inset Box ovalbox
34992 position "c"
34993 hor_pos "c"
34994 has_inner_box 1
34995 inner_pos "c"
34996 use_parbox 0
34997 use_makebox 0
34998 width "20col%"
34999 special "none"
35000 height "1in"
35001 height_special "totalheight"
35002 thickness "0.4pt"
35003 separation "3pt"
35004 shadowsize "4pt"
35005 framecolor "black"
35006 backgroundcolor "none"
35007 status collapsed
35008
35009 \begin_layout Plain Layout
35010 \align center
35011 Oval box, thin
35012 \end_layout
35013
35014 \end_inset
35015
35016
35017 \end_layout
35018
35019 \begin_layout Description
35020 Oval
35021 \begin_inset space ~
35022 \end_inset
35023
35024 box,
35025 \begin_inset space ~
35026 \end_inset
35027
35028 thick This draws an oval frame around the box.
35029  The frame line thickness has the size 0.8
35030 \begin_inset space \thinspace{}
35031 \end_inset
35032
35033 pt.
35034  
35035 \begin_inset Box Ovalbox
35036 position "c"
35037 hor_pos "c"
35038 has_inner_box 1
35039 inner_pos "c"
35040 use_parbox 0
35041 use_makebox 0
35042 width "20col%"
35043 special "none"
35044 height "1in"
35045 height_special "totalheight"
35046 thickness "0.4pt"
35047 separation "3pt"
35048 shadowsize "4pt"
35049 framecolor "black"
35050 backgroundcolor "none"
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054 \align center
35055 Oval box, thick
35056 \end_layout
35057
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \begin_layout Description
35064 Drop
35065 \begin_inset space ~
35066 \end_inset
35067
35068 shadow This draws a rectangular frame with a shadow around the box.
35069  The frame line thickness and the shadow can be specified.
35070  
35071 \begin_inset Box Shadowbox
35072 position "c"
35073 hor_pos "c"
35074 has_inner_box 1
35075 inner_pos "c"
35076 use_parbox 0
35077 use_makebox 0
35078 width "20col%"
35079 special "none"
35080 height "1in"
35081 height_special "totalheight"
35082 thickness "0.4pt"
35083 separation "3pt"
35084 shadowsize "4pt"
35085 framecolor "black"
35086 backgroundcolor "none"
35087 status collapsed
35088
35089 \begin_layout Plain Layout
35090 \align center
35091 Shadow box
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Description
35100 Shaded
35101 \begin_inset space ~
35102 \end_inset
35103
35104 background This draws a box with a red background.
35105  Unlike colored boxes
35106 \begin_inset Foot
35107 status collapsed
35108
35109 \begin_layout Plain Layout
35110 see sec.
35111 \begin_inset space \thinspace{}
35112 \end_inset
35113
35114
35115 \begin_inset CommandInset ref
35116 LatexCommand ref
35117 reference "sec:Colored-Boxes"
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \end_inset
35125
35126 , it always uses the whole column width and the box is set as its own paragraph.
35127  
35128 \begin_inset Box Shaded
35129 position "t"
35130 hor_pos "c"
35131 has_inner_box 0
35132 inner_pos "t"
35133 use_parbox 0
35134 use_makebox 0
35135 width "50col%"
35136 special "none"
35137 height "1in"
35138 height_special "totalheight"
35139 thickness "0.4pt"
35140 separation "3pt"
35141 shadowsize "4pt"
35142 framecolor "black"
35143 backgroundcolor "none"
35144 status collapsed
35145
35146 \begin_layout Plain Layout
35147 Shaded background box
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \begin_layout Description
35156 Double
35157 \begin_inset space ~
35158 \end_inset
35159
35160 rectangular
35161 \begin_inset space ~
35162 \end_inset
35163
35164 frame This draws a double-line rectangular frame around the box.
35165  The line thickness of the inner frame is 0.75
35166 \begin_inset space \thinspace{}
35167 \end_inset
35168
35169 line
35170 \begin_inset space ~
35171 \end_inset
35172
35173 thickness, the thickness of the outer frame is 1.5
35174 \begin_inset space \thinspace{}
35175 \end_inset
35176
35177 line
35178 \begin_inset space ~
35179 \end_inset
35180
35181 thickness.
35182  The distance between the lines is 1.5
35183 \begin_inset space \thinspace{}
35184 \end_inset
35185
35186 line
35187 \begin_inset space ~
35188 \end_inset
35189
35190 thickness
35191 \begin_inset space \thinspace{}
35192 \end_inset
35193
35194 +
35195 \begin_inset space \thinspace{}
35196 \end_inset
35197
35198 0.5
35199 \begin_inset space \thinspace{}
35200 \end_inset
35201
35202 pt.
35203  
35204 \begin_inset Box Doublebox
35205 position "c"
35206 hor_pos "c"
35207 has_inner_box 1
35208 inner_pos "c"
35209 use_parbox 0
35210 use_makebox 0
35211 width "20col%"
35212 special "none"
35213 height "1in"
35214 height_special "totalheight"
35215 thickness "0.4pt"
35216 separation "3pt"
35217 shadowsize "4pt"
35218 framecolor "black"
35219 backgroundcolor "none"
35220 status collapsed
35221
35222 \begin_layout Plain Layout
35223 \align center
35224 Double rectangular box
35225 \end_layout
35226
35227 \end_inset
35228
35229
35230 \end_layout
35231
35232 \begin_layout Standard
35233 \begin_inset VSpace bigskip
35234 \end_inset
35235
35236 \SpecialChar LyX
35237 's box label will reflect the different frame types.
35238  To be able to use all types, the \SpecialChar LaTeX
35239 -package 
35240 \series bold
35241 fancybox
35242 \series default
35243
35244 \begin_inset Index idx
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248 \SpecialChar LaTeX
35249 -packages ! fancybox
35250 \end_layout
35251
35252 \end_inset
35253
35254  must be installed.
35255 \end_layout
35256
35257 \begin_layout Standard
35258 \begin_inset VSpace bigskip
35259 \end_inset
35260
35261 When you use the decoration 
35262 \family sans
35263 simple rectangular frame
35264 \family default
35265  and no inner box, you can allow page breaks within a box.
35266  Note that then, unlike other framed boxes, the frame always uses the whole
35267  column width and the box is set as its own paragraph: 
35268 \begin_inset Box Framed
35269 position "t"
35270 hor_pos "c"
35271 has_inner_box 0
35272 inner_pos "t"
35273 use_parbox 0
35274 use_makebox 0
35275 width "100col%"
35276 special "none"
35277 height "1in"
35278 height_special "totalheight"
35279 thickness "0.4pt"
35280 separation "3pt"
35281 shadowsize "4pt"
35282 framecolor "black"
35283 backgroundcolor "none"
35284 status collapsed
35285
35286 \begin_layout Plain Layout
35287 Allow page break box
35288 \end_layout
35289
35290 \end_inset
35291
35292
35293 \end_layout
35294
35295 \begin_layout Section
35296 Box Customization
35297 \begin_inset Index idx
35298 status collapsed
35299
35300 \begin_layout Plain Layout
35301 Boxes ! Customization
35302 \end_layout
35303
35304 \end_inset
35305
35306
35307 \end_layout
35308
35309 \begin_layout Standard
35310 The diameter of the round corners of the oval boxes can be set with the
35311  command 
35312 \series bold
35313
35314 \backslash
35315 cornersize
35316 \series default
35317 .
35318  The command
35319 \end_layout
35320
35321 \begin_layout Standard
35322
35323 \series bold
35324
35325 \backslash
35326 cornersize*{1cm}
35327 \end_layout
35328
35329 \begin_layout Standard
35330 sets the diameter to 1
35331 \begin_inset space \thinspace{}
35332 \end_inset
35333
35334 cm.
35335  The command
35336 \end_layout
35337
35338 \begin_layout Standard
35339
35340 \series bold
35341
35342 \backslash
35343 cornersize{num}
35344 \end_layout
35345
35346 \begin_layout Standard
35347 sets the diameter to 
35348 \family sans
35349 num
35350 \begin_inset space \thinspace{}
35351 \end_inset
35352
35353 ×
35354 \begin_inset space \thinspace{}
35355 \end_inset
35356
35357 minimum(width and height of box)
35358 \family default
35359 .
35360  The default is 
35361 \series bold
35362
35363 \backslash
35364 cornersize{0.5}
35365 \series default
35366 .
35367 \end_layout
35368
35369 \begin_layout Standard
35370 \begin_inset ERT
35371 status collapsed
35372
35373 \begin_layout Plain Layout
35374
35375
35376 \backslash
35377 cornersize*{1.5cm}
35378 \end_layout
35379
35380 \end_inset
35381
35382
35383 \begin_inset Box Ovalbox
35384 position "c"
35385 hor_pos "c"
35386 has_inner_box 1
35387 inner_pos "c"
35388 use_parbox 0
35389 use_makebox 0
35390 width "25col%"
35391 special "none"
35392 height "1in"
35393 height_special "totalheight"
35394 thickness "0.4pt"
35395 separation "3pt"
35396 shadowsize "4pt"
35397 framecolor "black"
35398 backgroundcolor "none"
35399 status open
35400
35401 \begin_layout Plain Layout
35402 \align center
35403 Oval box with 
35404 \series bold
35405
35406 \backslash
35407 cornersize
35408 \series default
35409
35410 \begin_inset space \thinspace{}
35411 \end_inset
35412
35413 =
35414 \begin_inset space \thinspace{}
35415 \end_inset
35416
35417 1.5
35418 \begin_inset space \thinspace{}
35419 \end_inset
35420
35421 cm
35422 \end_layout
35423
35424 \end_inset
35425
35426
35427 \begin_inset ERT
35428 status collapsed
35429
35430 \begin_layout Plain Layout
35431
35432
35433 \backslash
35434 cornersize{0.5}
35435 \end_layout
35436
35437 \end_inset
35438
35439
35440 \end_layout
35441
35442 \begin_layout Standard
35443 \begin_inset VSpace bigskip
35444 \end_inset
35445
35446
35447 \end_layout
35448
35449 \begin_layout Standard
35450 The default background color red of 
35451 \family sans
35452 shaded background
35453 \family default
35454  boxes can either be changed locally with the command 
35455 \series bold
35456
35457 \backslash
35458 definecolor{shadecolor}
35459 \series default
35460  or globally with the menu 
35461 \family sans
35462 Tools\SpecialChar menuseparator
35463 Preferences\SpecialChar menuseparator
35464 Colors\SpecialChar menuseparator
35465 shaded
35466 \begin_inset space ~
35467 \end_inset
35468
35469 box
35470 \family default
35471 .
35472  The scheme of the 
35473 \series bold
35474
35475 \backslash
35476 definecolor
35477 \series default
35478  command is explained in section
35479 \begin_inset space ~
35480 \end_inset
35481
35482
35483 \begin_inset CommandInset ref
35484 LatexCommand ref
35485 reference "sec:Colored-Tables"
35486
35487 \end_inset
35488
35489 .
35490 \begin_inset Foot
35491 status collapsed
35492
35493 \begin_layout Plain Layout
35494 Note that 
35495 \series bold
35496
35497 \backslash
35498 definecolor
35499 \series default
35500  requires the \SpecialChar LaTeX
35501 -package 
35502 \series bold
35503 color
35504 \series default
35505  in the preamble, see section
35506 \begin_inset space ~
35507 \end_inset
35508
35509
35510 \begin_inset CommandInset ref
35511 LatexCommand ref
35512 reference "sec:Colored-Boxes"
35513
35514 \end_inset
35515
35516 .
35517 \end_layout
35518
35519 \end_inset
35520
35521  For example the appearance of the following shaded background box is set
35522  with the \SpecialChar TeX
35523  Code command
35524 \end_layout
35525
35526 \begin_layout Standard
35527
35528 \series bold
35529
35530 \backslash
35531 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35532 \end_layout
35533
35534 \begin_layout Standard
35535 \begin_inset ERT
35536 status collapsed
35537
35538 \begin_layout Plain Layout
35539
35540
35541 \backslash
35542 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35543 \end_layout
35544
35545 \end_inset
35546
35547
35548 \begin_inset Box Shaded
35549 position "t"
35550 hor_pos "c"
35551 has_inner_box 0
35552 inner_pos "t"
35553 use_parbox 0
35554 use_makebox 0
35555 width "100col%"
35556 special "none"
35557 height "1in"
35558 height_special "totalheight"
35559 thickness "0.4pt"
35560 separation "3pt"
35561 shadowsize "4pt"
35562 framecolor "black"
35563 backgroundcolor "none"
35564 status open
35565
35566 \begin_layout Plain Layout
35567
35568 \color yellow
35569 This is yellow text in a
35570 \color none
35571  
35572 \family sans
35573 \color yellow
35574 shaded background
35575 \family default
35576 \color none
35577  
35578 \color yellow
35579 box with dark green background.
35580 \end_layout
35581
35582 \end_inset
35583
35584
35585 \begin_inset ERT
35586 status collapsed
35587
35588 \begin_layout Plain Layout
35589
35590
35591 \backslash
35592 definecolor{shadecolor}{rgb}{1,0,0}
35593 \end_layout
35594
35595 \end_inset
35596
35597
35598 \end_layout
35599
35600 \begin_layout Standard
35601 \begin_inset VSpace bigskip
35602 \end_inset
35603
35604 Manually changed sizes and colors are valid for all boxes following the
35605  commands that change them.
35606 \end_layout
35607
35608 \begin_layout Section
35609 Minipages
35610 \begin_inset CommandInset label
35611 LatexCommand label
35612 name "sec:Minipages"
35613
35614 \end_inset
35615
35616
35617 \begin_inset Index idx
35618 status collapsed
35619
35620 \begin_layout Plain Layout
35621 Boxes ! Minipages
35622 \end_layout
35623
35624 \end_inset
35625
35626
35627 \end_layout
35628
35629 \begin_layout Standard
35630 Minipages are treated by \SpecialChar LaTeX
35631  as pages within pages and can therefore for example
35632  have their own footnotes.
35633 \end_layout
35634
35635 \begin_layout Standard
35636 Minipages are useful when you write documents with different languages.
35637 \end_layout
35638
35639 \begin_layout Standard
35640 Below are two example minipages side by side.
35641  Their width is set to 45
35642 \begin_inset space \thinspace{}
35643 \end_inset
35644
35645 col% and they are separated by a horizontal fill, that was inserted via
35646  the menu 
35647 \family sans
35648 Insert\SpecialChar menuseparator
35649 Special
35650 \begin_inset space ~
35651 \end_inset
35652
35653 Formatting\SpecialChar menuseparator
35654 Horizontal
35655 \begin_inset space ~
35656 \end_inset
35657
35658 Fill
35659 \family default
35660 .
35661 \begin_inset Newpage newpage
35662 \end_inset
35663
35664
35665 \end_layout
35666
35667 \begin_layout Standard
35668 \begin_inset Box Frameless
35669 position "t"
35670 hor_pos "c"
35671 has_inner_box 1
35672 inner_pos "c"
35673 use_parbox 0
35674 use_makebox 0
35675 width "45col%"
35676 special "none"
35677 height "1in"
35678 height_special "totalheight"
35679 thickness "0.4pt"
35680 separation "3pt"
35681 shadowsize "4pt"
35682 framecolor "black"
35683 backgroundcolor "none"
35684 status open
35685
35686 \begin_layout Plain Layout
35687
35688 \lang ngerman
35689 Dies ist ein deutscher Text.
35690  Dies ist ein deutscher Text.
35691  Dies ist ein deutscher Text.
35692  Dies ist ein deutscher Text.
35693  Dies ist ein deutscher Text.
35694  Dies ist ein deutscher Text.
35695  Dies ist ein deutscher Text.
35696  Dies ist ein deutscher Text.
35697  Dies ist ein deutscher Text.
35698  Dies ist ein deutscher Text.
35699  Dies ist ein deutscher Text.
35700  Dies ist ein deutscher Text.
35701  Dies ist ein deutscher Text
35702 \begin_inset Foot
35703 status collapsed
35704
35705 \begin_layout Plain Layout
35706
35707 \lang ngerman
35708 Dies ist eine deutsche Fußnote.
35709 \end_layout
35710
35711 \end_inset
35712
35713 .
35714  Dies ist ein deutscher Text.
35715  Dies ist ein deutscher Text.
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \begin_inset space \hfill{}
35722 \end_inset
35723
35724
35725 \begin_inset Box Frameless
35726 position "t"
35727 hor_pos "c"
35728 has_inner_box 1
35729 inner_pos "c"
35730 use_parbox 0
35731 use_makebox 0
35732 width "45col%"
35733 special "none"
35734 height "1in"
35735 height_special "totalheight"
35736 thickness "0.4pt"
35737 separation "3pt"
35738 shadowsize "4pt"
35739 framecolor "black"
35740 backgroundcolor "none"
35741 status open
35742
35743 \begin_layout Plain Layout
35744 This is an English Text.
35745  This is an English Text.
35746  This is an English Text.
35747  This is an English Text.
35748  This is an English Text.
35749  This is an English Text.
35750  This is an English Text.
35751  This is an English Text.
35752  This is an English Text.
35753  This is an English Text.
35754  This is an English Text.
35755  This is an English Text.
35756  This is an English Text.
35757  This is an English Text.
35758  This is an English Text.
35759  This is an English Text.
35760 \begin_inset Foot
35761 status collapsed
35762
35763 \begin_layout Plain Layout
35764 This is an English footnote.
35765 \end_layout
35766
35767 \end_inset
35768
35769  This is an English Text.
35770 \end_layout
35771
35772 \end_inset
35773
35774
35775 \end_layout
35776
35777 \begin_layout Standard
35778 \begin_inset VSpace bigskip
35779 \end_inset
35780
35781 The document-wide paragraph settings are ignored within minipages.
35782  That means that there will be no space between paragraphs in minipages
35783  although you set it to e.
35784 \begin_inset space \thinspace{}
35785 \end_inset
35786
35787 g.
35788 \begin_inset space \space{}
35789 \end_inset
35790
35791
35792 \family sans
35793 MedSkip
35794 \family default
35795  in the document settings.
35796 \end_layout
35797
35798 \begin_layout Standard
35799 Minipages can also be used to set a background color for text parts, see
35800  section
35801 \begin_inset space ~
35802 \end_inset
35803
35804
35805 \begin_inset CommandInset ref
35806 LatexCommand ref
35807 reference "sec:Colored-Boxes"
35808
35809 \end_inset
35810
35811 .
35812 \end_layout
35813
35814 \begin_layout Standard
35815 \begin_inset Note Greyedout
35816 status open
35817
35818 \begin_layout Plain Layout
35819
35820 \series bold
35821 Note:
35822 \series default
35823  You cannot have floats or margin notes inside minipages but minipages can
35824  be used inside tables, floats, and other boxes.
35825 \end_layout
35826
35827 \end_inset
35828
35829
35830 \end_layout
35831
35832 \begin_layout Standard
35833 \begin_inset VSpace bigskip
35834 \end_inset
35835
35836
35837 \end_layout
35838
35839 \begin_layout Standard
35840 \SpecialChar LyX
35841  has also basic support for minipages whose size is automatically determined
35842  by the width of their contents, via the module 
35843 \family sans
35844 Variable-width Minipages
35845 \family default
35846 .
35847  The \SpecialChar LyX
35848  example file 
35849 \emph on
35850 varwidth-floats-side-by-side
35851 \emph default
35852  gives examples of variable-width minipages used for placing two floats
35853  side-by-side.
35854 \end_layout
35855
35856 \begin_layout Section
35857 Parboxes
35858 \begin_inset CommandInset label
35859 LatexCommand label
35860 name "sec:Parboxes"
35861
35862 \end_inset
35863
35864
35865 \begin_inset Index idx
35866 status collapsed
35867
35868 \begin_layout Plain Layout
35869 Boxes ! Parboxes
35870 \end_layout
35871
35872 \end_inset
35873
35874
35875 \end_layout
35876
35877 \begin_layout Standard
35878 Parboxes are very similar to minipages with the difference that they cannot
35879  have footnotes.
35880 \end_layout
35881
35882 \begin_layout Standard
35883 \align center
35884 \begin_inset Box Frameless
35885 position "t"
35886 hor_pos "c"
35887 has_inner_box 1
35888 inner_pos "t"
35889 use_parbox 1
35890 use_makebox 0
35891 width "33col%"
35892 special "none"
35893 height "1in"
35894 height_special "totalheight"
35895 thickness "0.4pt"
35896 separation "3pt"
35897 shadowsize "4pt"
35898 framecolor "black"
35899 backgroundcolor "none"
35900 status open
35901
35902 \begin_layout Plain Layout
35903 This a text within a parbox.
35904  This a text within a parbox.
35905 \end_layout
35906
35907 \begin_layout Plain Layout
35908 This footnote won't appear:
35909 \begin_inset Foot
35910 status collapsed
35911
35912 \begin_layout Plain Layout
35913 This footnote is inside a parbox and will therefore not appear.
35914 \end_layout
35915
35916 \end_inset
35917
35918
35919 \end_layout
35920
35921 \end_inset
35922
35923
35924 \end_layout
35925
35926 \begin_layout Section
35927 Boxes for Words and Characters
35928 \begin_inset Index idx
35929 status collapsed
35930
35931 \begin_layout Plain Layout
35932 Boxes ! for Characters
35933 \end_layout
35934
35935 \end_inset
35936
35937
35938 \end_layout
35939
35940 \begin_layout Subsection
35941 Prevent Hyphenation
35942 \begin_inset CommandInset label
35943 LatexCommand label
35944 name "sec:Prevent-Hyphenation"
35945
35946 \end_inset
35947
35948
35949 \begin_inset Index idx
35950 status collapsed
35951
35952 \begin_layout Plain Layout
35953 Boxes ! to Prevent Hyphenation
35954 \end_layout
35955
35956 \end_inset
35957
35958
35959 \end_layout
35960
35961 \begin_layout Standard
35962 You can use the box type 
35963 \family sans
35964 Makebox
35965 \family default
35966  to prevent words or text from being hyphenated.
35967 \begin_inset Newline newline
35968 \end_inset
35969
35970 Here is an example text:
35971 \end_layout
35972
35973 \begin_layout Standard
35974 This line is an example to show how you can prevent the hyphenation of 
35975 \begin_inset Quotes eld
35976 \end_inset
35977
35978 veryverylongword
35979 \begin_inset Quotes erd
35980 \end_inset
35981
35982 .
35983 \end_layout
35984
35985 \begin_layout Standard
35986 To prevent the hyphenation of the word 
35987 \begin_inset Quotes eld
35988 \end_inset
35989
35990 veryverylongword
35991 \begin_inset Quotes erd
35992 \end_inset
35993
35994 , put the word into a box, set the 
35995 \family sans
35996 Inner
35997 \begin_inset space ~
35998 \end_inset
35999
36000 box
36001 \family default
36002  to 
36003 \family sans
36004 Makebox
36005 \family default
36006  and use no explicit width.
36007 \end_layout
36008
36009 \begin_layout Standard
36010 This is the result:
36011 \end_layout
36012
36013 \begin_layout Standard
36014 This line is an example to show how you can prevent the hyphenation of 
36015 \begin_inset Box Frameless
36016 position "t"
36017 hor_pos "c"
36018 has_inner_box 1
36019 inner_pos "t"
36020 use_parbox 0
36021 use_makebox 1
36022 width ""
36023 special "none"
36024 height "1in"
36025 height_special "totalheight"
36026 thickness "0.4pt"
36027 separation "3pt"
36028 shadowsize "4pt"
36029 framecolor "black"
36030 backgroundcolor "none"
36031 status open
36032
36033 \begin_layout Plain Layout
36034 \begin_inset Quotes eld
36035 \end_inset
36036
36037 veryverylongword
36038 \begin_inset Quotes erd
36039 \end_inset
36040
36041
36042 \end_layout
36043
36044 \end_inset
36045
36046 .
36047 \end_layout
36048
36049 \begin_layout Standard
36050 You can alternatively set the command 
36051 \begin_inset Quotes eld
36052 \end_inset
36053
36054
36055 \series bold
36056
36057 \backslash
36058 -
36059 \series default
36060
36061 \begin_inset Quotes grd
36062 \end_inset
36063
36064  as \SpecialChar TeX
36065  Code directly before the word:
36066 \end_layout
36067
36068 \begin_layout Standard
36069 This line is an example to show how you can prevent the hyphenation of 
36070 \begin_inset Quotes eld
36071 \end_inset
36072
36073
36074 \begin_inset ERT
36075 status collapsed
36076
36077 \begin_layout Plain Layout
36078
36079
36080 \backslash
36081 -
36082 \end_layout
36083
36084 \end_inset
36085
36086 veryverylongword
36087 \begin_inset Quotes erd
36088 \end_inset
36089
36090 .
36091 \end_layout
36092
36093 \begin_layout Standard
36094 Of course the word now protrudes over the side margin.
36095  To avoid this, add via the menu 
36096 \family sans
36097 Insert\SpecialChar menuseparator
36098 Formatting\SpecialChar menuseparator
36099 Ragged
36100 \begin_inset space ~
36101 \end_inset
36102
36103 Line
36104 \begin_inset space ~
36105 \end_inset
36106
36107 Break
36108 \family default
36109  (shortcut 
36110 \begin_inset Info
36111 type  "shortcut"
36112 arg   "newline-insert newline"
36113 \end_inset
36114
36115 ) a line break before the word:
36116 \end_layout
36117
36118 \begin_layout Standard
36119 This line is an example to show how you can prevent the hyphenation of 
36120 \begin_inset Newline newline
36121 \end_inset
36122
36123
36124 \begin_inset Box Frameless
36125 position "t"
36126 hor_pos "c"
36127 has_inner_box 1
36128 inner_pos "t"
36129 use_parbox 0
36130 use_makebox 1
36131 width ""
36132 special "none"
36133 height "1in"
36134 height_special "totalheight"
36135 thickness "0.4pt"
36136 separation "3pt"
36137 shadowsize "4pt"
36138 framecolor "black"
36139 backgroundcolor "none"
36140 status open
36141
36142 \begin_layout Plain Layout
36143 \begin_inset Quotes eld
36144 \end_inset
36145
36146 veryverylongword
36147 \begin_inset Quotes erd
36148 \end_inset
36149
36150
36151 \end_layout
36152
36153 \end_inset
36154
36155 .
36156 \end_layout
36157
36158 \begin_layout Subsection
36159 Vertical Alignment
36160 \begin_inset CommandInset label
36161 LatexCommand label
36162 name "subsec:Vertical-Alignment"
36163
36164 \end_inset
36165
36166
36167 \begin_inset Index idx
36168 status collapsed
36169
36170 \begin_layout Plain Layout
36171 Boxes ! for Vertical Alignment
36172 \end_layout
36173
36174 \end_inset
36175
36176
36177 \begin_inset Index idx
36178 status collapsed
36179
36180 \begin_layout Plain Layout
36181 Boxes ! Raiseboxes
36182 \end_layout
36183
36184 \end_inset
36185
36186
36187 \end_layout
36188
36189 \begin_layout Standard
36190 With the help of the command 
36191 \series bold
36192
36193 \backslash
36194 raisebox
36195 \series default
36196  you can align words, characters or other boxes vertically relative to the
36197  surrounding text.
36198  
36199 \series bold
36200
36201 \backslash
36202 raisebox
36203 \series default
36204  is used with the following scheme:
36205 \end_layout
36206
36207 \begin_layout Standard
36208
36209 \series bold
36210
36211 \backslash
36212 raisebox{lift}[height][depth]{box content}
36213 \end_layout
36214
36215 \begin_layout Standard
36216 The lift can be a positive value to raise the box or a negative value to
36217  lower the box.
36218 \end_layout
36219
36220 \begin_layout Standard
36221 To align for example the word 
36222 \begin_inset Quotes eld
36223 \end_inset
36224
36225 preventing
36226 \begin_inset Quotes erd
36227 \end_inset
36228
36229  so that the bottom of the 
36230 \begin_inset Quotes eld
36231 \end_inset
36232
36233 deepest
36234 \begin_inset Quotes erd
36235 \end_inset
36236
36237  character 
36238 \begin_inset Quotes eld
36239 \end_inset
36240
36241 p
36242 \begin_inset Quotes erd
36243 \end_inset
36244
36245  is at the baseline, insert the command
36246 \end_layout
36247
36248 \begin_layout Standard
36249
36250 \series bold
36251
36252 \backslash
36253 raisebox{
36254 \backslash
36255 depth}{
36256 \end_layout
36257
36258 \begin_layout Standard
36259 in \SpecialChar TeX
36260  Code before the word.
36261  After the word insert a closing brace 
36262 \begin_inset Quotes eld
36263 \end_inset
36264
36265
36266 \series bold
36267 }
36268 \series default
36269
36270 \begin_inset Quotes erd
36271 \end_inset
36272
36273  in \SpecialChar TeX
36274  Code.
36275 \begin_inset Newline newline
36276 \end_inset
36277
36278 This is the result:
36279 \end_layout
36280
36281 \begin_layout Standard
36282 This is a text line with the word 
36283 \begin_inset ERT
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287
36288
36289 \backslash
36290 raisebox{
36291 \backslash
36292 depth}{
36293 \end_layout
36294
36295 \end_inset
36296
36297
36298 \begin_inset Quotes eld
36299 \end_inset
36300
36301 preventing
36302 \begin_inset Quotes erd
36303 \end_inset
36304
36305
36306 \begin_inset ERT
36307 status collapsed
36308
36309 \begin_layout Plain Layout
36310
36311 }
36312 \end_layout
36313
36314 \end_inset
36315
36316  as a raised word.
36317 \end_layout
36318
36319 \begin_layout Standard
36320 \begin_inset VSpace bigskip
36321 \end_inset
36322
36323 When you raise or lower characters in a line, the line distance will be
36324  spread:
36325 \end_layout
36326
36327 \begin_layout Standard
36328 This is a text line with the word 
36329 \begin_inset ERT
36330 status collapsed
36331
36332 \begin_layout Plain Layout
36333
36334
36335 \backslash
36336 raisebox{-
36337 \backslash
36338 depth}{
36339 \end_layout
36340
36341 \end_inset
36342
36343
36344 \begin_inset Quotes eld
36345 \end_inset
36346
36347 preventing
36348 \begin_inset Quotes erd
36349 \end_inset
36350
36351
36352 \begin_inset ERT
36353 status collapsed
36354
36355 \begin_layout Plain Layout
36356
36357 }
36358 \end_layout
36359
36360 \end_inset
36361
36362  as a lowered word.
36363 \begin_inset Newline newline
36364 \end_inset
36365
36366 This is a text line with the word 
36367 \begin_inset ERT
36368 status collapsed
36369
36370 \begin_layout Plain Layout
36371
36372
36373 \backslash
36374 raisebox{0.5cm}{
36375 \end_layout
36376
36377 \end_inset
36378
36379
36380 \begin_inset Quotes eld
36381 \end_inset
36382
36383 testing
36384 \begin_inset Quotes erd
36385 \end_inset
36386
36387
36388 \begin_inset ERT
36389 status collapsed
36390
36391 \begin_layout Plain Layout
36392
36393 }
36394 \end_layout
36395
36396 \end_inset
36397
36398  as a raised word.
36399 \end_layout
36400
36401 \begin_layout Standard
36402 If you want to prevent this for a certain reason, set the box height to
36403  a zero value.
36404  For example use
36405 \end_layout
36406
36407 \begin_layout Standard
36408
36409 \series bold
36410
36411 \backslash
36412 raisebox{-
36413 \backslash
36414 depth}[0pt]{
36415 \end_layout
36416
36417 \begin_layout Standard
36418 This is a text line with the word 
36419 \begin_inset ERT
36420 status collapsed
36421
36422 \begin_layout Plain Layout
36423
36424
36425 \backslash
36426 raisebox{-
36427 \backslash
36428 depth}[0pt]{
36429 \end_layout
36430
36431 \end_inset
36432
36433
36434 \begin_inset Quotes eld
36435 \end_inset
36436
36437 preventing
36438 \begin_inset Quotes erd
36439 \end_inset
36440
36441
36442 \begin_inset ERT
36443 status collapsed
36444
36445 \begin_layout Plain Layout
36446
36447 }
36448 \end_layout
36449
36450 \end_inset
36451
36452  as a lowered word.
36453 \begin_inset Newline newline
36454 \end_inset
36455
36456
36457 \begin_inset Newline newline
36458 \end_inset
36459
36460 This is a text line with the word 
36461 \begin_inset ERT
36462 status collapsed
36463
36464 \begin_layout Plain Layout
36465
36466
36467 \backslash
36468 raisebox{0.5cm}[0pt]{
36469 \end_layout
36470
36471 \end_inset
36472
36473
36474 \begin_inset Quotes eld
36475 \end_inset
36476
36477 testing
36478 \begin_inset Quotes erd
36479 \end_inset
36480
36481
36482 \begin_inset ERT
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486
36487 }
36488 \end_layout
36489
36490 \end_inset
36491
36492  as a raised word.
36493 \end_layout
36494
36495 \begin_layout Section
36496 Colored Boxes
36497 \begin_inset CommandInset label
36498 LatexCommand label
36499 name "sec:Colored-Boxes"
36500
36501 \end_inset
36502
36503
36504 \begin_inset Index idx
36505 status collapsed
36506
36507 \begin_layout Plain Layout
36508 Boxes ! Color
36509 \end_layout
36510
36511 \end_inset
36512
36513
36514 \end_layout
36515
36516 \begin_layout Standard
36517 To color the background of a box just select the color you like in the box
36518  dialog.
36519  This is for example a box with orange background: 
36520 \begin_inset Box Frameless
36521 position "t"
36522 hor_pos "c"
36523 has_inner_box 1
36524 inner_pos "t"
36525 use_parbox 0
36526 use_makebox 1
36527 width ""
36528 special "none"
36529 height "1in"
36530 height_special "totalheight"
36531 thickness "0.4pt"
36532 separation "3pt"
36533 shadowsize "4pt"
36534 framecolor "black"
36535 backgroundcolor "orange"
36536 status open
36537
36538 \begin_layout Plain Layout
36539 Box with orange background
36540 \end_layout
36541
36542 \end_inset
36543
36544
36545 \end_layout
36546
36547 \begin_layout Standard
36548 If you use the decoration 
36549 \family sans
36550 Simple
36551 \begin_inset space ~
36552 \end_inset
36553
36554 rectangular
36555 \begin_inset space ~
36556 \end_inset
36557
36558 frame
36559 \family default
36560  you can set a frame color.
36561  In this case you must also specify a background color (LyX sets white as
36562  default).
36563  Here is an example: 
36564 \begin_inset Box Boxed
36565 position "t"
36566 hor_pos "c"
36567 has_inner_box 0
36568 inner_pos "t"
36569 use_parbox 0
36570 use_makebox 0
36571 width ""
36572 special "none"
36573 height "1in"
36574 height_special "totalheight"
36575 thickness "0.4pt"
36576 separation "3pt"
36577 shadowsize "4pt"
36578 framecolor "teal"
36579 backgroundcolor "yellow"
36580 status open
36581
36582 \begin_layout Plain Layout
36583 Box with teal frame color and yellow background color
36584 \end_layout
36585
36586 \end_inset
36587
36588
36589 \end_layout
36590
36591 \begin_layout Standard
36592 \begin_inset VSpace bigskip
36593 \end_inset
36594
36595 Of course you can also have colored text inside a colored box:
36596 \begin_inset Newline newline
36597 \end_inset
36598
36599
36600 \begin_inset Box Boxed
36601 position "t"
36602 hor_pos "c"
36603 has_inner_box 0
36604 inner_pos "t"
36605 use_parbox 0
36606 use_makebox 0
36607 width ""
36608 special "none"
36609 height "1in"
36610 height_special "totalheight"
36611 thickness "0.4pt"
36612 separation "3pt"
36613 shadowsize "4pt"
36614 framecolor "cyan"
36615 backgroundcolor "magenta"
36616 status open
36617
36618 \begin_layout Plain Layout
36619
36620 \color yellow
36621 This is colored text within a colored, framed box
36622 \end_layout
36623
36624 \end_inset
36625
36626
36627 \end_layout
36628
36629 \begin_layout Standard
36630 \begin_inset VSpace bigskip
36631 \end_inset
36632
36633
36634 \end_layout
36635
36636 \begin_layout Standard
36637 If you need another color than the predefined ones, you can define your
36638  own color as described in section
36639 \begin_inset space ~
36640 \end_inset
36641
36642
36643 \begin_inset CommandInset ref
36644 LatexCommand ref
36645 reference "sec:Colored-Tables"
36646
36647 \end_inset
36648
36649 .
36650  To use your own color you must typeset the box by using TeX code:
36651 \end_layout
36652
36653 \begin_layout Standard
36654 Colored boxes without frame are created with the command 
36655 \series bold
36656
36657 \backslash
36658 colorbox
36659 \series default
36660 .
36661  It has the following scheme:
36662 \end_layout
36663
36664 \begin_layout Standard
36665
36666 \series bold
36667
36668 \backslash
36669 colorbox{color}{box content}
36670 \end_layout
36671
36672 \begin_layout Standard
36673 The box content can also be a box and colored boxes can also be within other
36674  boxes.
36675  To have e.
36676 \begin_inset space \thinspace{}
36677 \end_inset
36678
36679 g.
36680 \begin_inset space \space{}
36681 \end_inset
36682
36683 a darkgreen background for a word, insert the command
36684 \end_layout
36685
36686 \begin_layout Standard
36687
36688 \series bold
36689
36690 \backslash
36691 colorbox{darkgreen}{
36692 \end_layout
36693
36694 \begin_layout Standard
36695 before the word in \SpecialChar TeX
36696  Code.
36697  After the word insert a closing brace 
36698 \begin_inset Quotes eld
36699 \end_inset
36700
36701
36702 \series bold
36703 }
36704 \series default
36705
36706 \begin_inset Quotes erd
36707 \end_inset
36708
36709  in \SpecialChar TeX
36710  Code.
36711 \begin_inset Newline newline
36712 \end_inset
36713
36714 This is the result:
36715 \end_layout
36716
36717 \begin_layout Standard
36718 This is a line where the word 
36719 \begin_inset ERT
36720 status collapsed
36721
36722 \begin_layout Plain Layout
36723
36724
36725 \backslash
36726 colorbox{darkgreen}{
36727 \end_layout
36728
36729 \end_inset
36730
36731
36732 \begin_inset Quotes eld
36733 \end_inset
36734
36735 Attention!
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  has a darkgreen background.
36751 \end_layout
36752
36753 \begin_layout Standard
36754 Framed, colored boxes are created with the command 
36755 \series bold
36756
36757 \backslash
36758 fcolorbox
36759 \series default
36760 .
36761  It has the following scheme:
36762 \end_layout
36763
36764 \begin_layout Standard
36765
36766 \series bold
36767
36768 \backslash
36769 fcolorbox{frame color}{box color}{box content}
36770 \end_layout
36771
36772 \begin_layout Section
36773 Rotated and Scaled Boxes
36774 \end_layout
36775
36776 \begin_layout Standard
36777 To use the boxes described in this section, the module 
36778 \family sans
36779 GraphicBoxes
36780 \family default
36781  must be loaded in the document settings.
36782 \end_layout
36783
36784 \begin_layout Standard
36785 \begin_inset Note Greyedout
36786 status open
36787
36788 \begin_layout Plain Layout
36789
36790 \series bold
36791 Note:
36792 \series default
36793  Not all DVI viewers are able to display rotated or scaled material.
36794 \end_layout
36795
36796 \end_inset
36797
36798
36799 \end_layout
36800
36801 \begin_layout Standard
36802 \begin_inset Note Greyedout
36803 status open
36804
36805 \begin_layout Plain Layout
36806
36807 \series bold
36808 Note:
36809 \series default
36810  Floats are not allowed inside a rotated or scaled box.
36811 \end_layout
36812
36813 \end_inset
36814
36815
36816 \end_layout
36817
36818 \begin_layout Subsection
36819 Rotated Boxes
36820 \begin_inset Index idx
36821 status collapsed
36822
36823 \begin_layout Plain Layout
36824 Boxes ! rotated
36825 \end_layout
36826
36827 \end_inset
36828
36829
36830 \begin_inset Index idx
36831 status collapsed
36832
36833 \begin_layout Plain Layout
36834 Rotated Material
36835 \end_layout
36836
36837 \end_inset
36838
36839
36840 \end_layout
36841
36842 \begin_layout Standard
36843 To rotate material, you can put it into a 
36844 \family sans
36845 Rotatebox
36846 \family default
36847 .
36848  Such a box is inserted via the menu 
36849 \family sans
36850 Insert\SpecialChar menuseparator
36851 Custom Insets\SpecialChar menuseparator
36852 Rotatebox
36853 \family default
36854 .
36855 \end_layout
36856
36857 \begin_layout Standard
36858 The rotation origin can be specified via the inset 
36859 \family sans
36860 Origin
36861 \family default
36862  (menu 
36863 \family sans
36864 Insert\SpecialChar menuseparator
36865 Origin
36866 \family default
36867 ) in the form 
36868 \series bold
36869 origin=position
36870 \series default
36871 .
36872  The following positions are possible: 
36873 \emph on
36874 c
36875 \emph default
36876  (center), 
36877 \emph on
36878 l
36879 \emph default
36880  (left), 
36881 \emph on
36882 r
36883 \emph default
36884  (right), 
36885 \emph on
36886 b
36887 \emph default
36888  (bottom), 
36889 \emph on
36890 t
36891 \emph default
36892  (top), along with meaningful combinations of the four base positions.
36893  For example 
36894 \emph on
36895 lt
36896 \emph default
36897  means that the rotation origin is at the top left corner of the box.
36898  When no rotation origin is specified, the position 
36899 \emph on
36900 l
36901 \emph default
36902  will be used.
36903  The rotation angle is a number that can be negative that specifies the
36904  angle in degrees.
36905  The rotation direction is counterclockwise.
36906 \end_layout
36907
36908 \begin_layout Standard
36909 In the following example 
36910 \series bold
36911 origin=c
36912 \series default
36913  was inserted to the 
36914 \family sans
36915 Origin
36916 \family default
36917  inset and 
36918 \series bold
36919 60
36920 \series default
36921  was inserted to the 
36922 \family sans
36923 Angle
36924 \family default
36925  inset.
36926 \end_layout
36927
36928 \begin_layout Standard
36929 This is a line 
36930 \begin_inset Flex Rotatebox
36931 status open
36932
36933 \begin_layout Plain Layout
36934 \begin_inset Argument 1
36935 status open
36936
36937 \begin_layout Plain Layout
36938 origin=c
36939 \end_layout
36940
36941 \end_inset
36942
36943
36944 \begin_inset Argument 2
36945 status open
36946
36947 \begin_layout Plain Layout
36948 60
36949 \end_layout
36950
36951 \end_inset
36952
36953 with rotated
36954 \end_layout
36955
36956 \end_inset
36957
36958  text.
36959 \end_layout
36960
36961 \begin_layout Standard
36962 The box content can also be another box or an inline formula:
36963 \end_layout
36964
36965 \begin_layout Standard
36966 This is a line 
36967 \begin_inset Flex Rotatebox
36968 status open
36969
36970 \begin_layout Plain Layout
36971 \begin_inset Argument 1
36972 status open
36973
36974 \begin_layout Plain Layout
36975 origin=r
36976 \end_layout
36977
36978 \end_inset
36979
36980
36981 \begin_inset Argument 2
36982 status open
36983
36984 \begin_layout Plain Layout
36985 -60
36986 \end_layout
36987
36988 \end_inset
36989
36990
36991 \begin_inset Box Doublebox
36992 position "c"
36993 hor_pos "c"
36994 has_inner_box 0
36995 inner_pos "c"
36996 use_parbox 0
36997 use_makebox 0
36998 width "1in"
36999 special "width"
37000 height "1in"
37001 height_special "totalheight"
37002 thickness "0.4pt"
37003 separation "3pt"
37004 shadowsize "4pt"
37005 framecolor "black"
37006 backgroundcolor "none"
37007 status collapsed
37008
37009 \begin_layout Plain Layout
37010 with rotated
37011 \end_layout
37012
37013 \end_inset
37014
37015
37016 \end_layout
37017
37018 \end_inset
37019
37020  framed text 
37021 \begin_inset Flex Rotatebox
37022 status open
37023
37024 \begin_layout Plain Layout
37025 \begin_inset Argument 1
37026 status open
37027
37028 \begin_layout Plain Layout
37029 origin=lb
37030 \end_layout
37031
37032 \end_inset
37033
37034
37035 \begin_inset Argument 2
37036 status open
37037
37038 \begin_layout Plain Layout
37039 60
37040 \end_layout
37041
37042 \end_inset
37043
37044
37045 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37046 \end_inset
37047
37048
37049 \end_layout
37050
37051 \end_inset
37052
37053  and a formula.
37054 \end_layout
37055
37056 \begin_layout Standard
37057 or an image or table:
37058 \end_layout
37059
37060 \begin_layout Standard
37061 This is a line 
37062 \begin_inset Flex Rotatebox
37063 status open
37064
37065 \begin_layout Plain Layout
37066 \begin_inset Argument 1
37067 status open
37068
37069 \begin_layout Plain Layout
37070 origin=lb
37071 \end_layout
37072
37073 \end_inset
37074
37075
37076 \begin_inset Argument 2
37077 status open
37078
37079 \begin_layout Plain Layout
37080 90
37081 \end_layout
37082
37083 \end_inset
37084
37085
37086 \begin_inset Graphics
37087         filename clipart/Star-structure.pdf
37088         lyxscale 50
37089         width 25col%
37090
37091 \end_inset
37092
37093
37094 \end_layout
37095
37096 \end_inset
37097
37098  with a rotated image 
37099 \begin_inset Flex Rotatebox
37100 status open
37101
37102 \begin_layout Plain Layout
37103 \begin_inset Argument 2
37104 status open
37105
37106 \begin_layout Plain Layout
37107 -90
37108 \end_layout
37109
37110 \end_inset
37111
37112
37113 \begin_inset Tabular
37114 <lyxtabular version="3" rows="2" columns="2">
37115 <features tabularvalignment="middle">
37116 <column alignment="center" valignment="top">
37117 <column alignment="center" valignment="top">
37118 <row>
37119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37120 \begin_inset Text
37121
37122 \begin_layout Plain Layout
37123 q
37124 \end_layout
37125
37126 \end_inset
37127 </cell>
37128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37129 \begin_inset Text
37130
37131 \begin_layout Plain Layout
37132 w
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 </row>
37138 <row>
37139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37140 \begin_inset Text
37141
37142 \begin_layout Plain Layout
37143 e
37144 \end_layout
37145
37146 \end_inset
37147 </cell>
37148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37149 \begin_inset Text
37150
37151 \begin_layout Plain Layout
37152 r
37153 \end_layout
37154
37155 \end_inset
37156 </cell>
37157 </row>
37158 </lyxtabular>
37159
37160 \end_inset
37161
37162
37163 \end_layout
37164
37165 \end_inset
37166
37167  and table.
37168 \begin_inset Index idx
37169 status collapsed
37170
37171 \begin_layout Plain Layout
37172 Figures ! rotated
37173 \end_layout
37174
37175 \end_inset
37176
37177
37178 \begin_inset Index idx
37179 status collapsed
37180
37181 \begin_layout Plain Layout
37182 Table Customization ! Rotating
37183 \end_layout
37184
37185 \end_inset
37186
37187
37188 \end_layout
37189
37190 \begin_layout Standard
37191 \begin_inset Note Greyedout
37192 status open
37193
37194 \begin_layout Plain Layout
37195
37196 \series bold
37197 Note:
37198 \series default
37199  If the 
37200 \family sans
37201 Angle
37202 \family default
37203  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
37204
37205  errors when viewing/exporting the document.
37206 \end_layout
37207
37208 \end_inset
37209
37210
37211 \end_layout
37212
37213 \begin_layout Subsection
37214 Scaled Boxes
37215 \begin_inset Index idx
37216 status collapsed
37217
37218 \begin_layout Plain Layout
37219 Boxes ! scaled
37220 \end_layout
37221
37222 \end_inset
37223
37224
37225 \begin_inset Index idx
37226 status collapsed
37227
37228 \begin_layout Plain Layout
37229 Scaled Material
37230 \end_layout
37231
37232 \end_inset
37233
37234
37235 \end_layout
37236
37237 \begin_layout Standard
37238 To scale material put it into a 
37239 \family sans
37240 Scalebox
37241 \family default
37242 .
37243  Such a box is inserted via the menu 
37244 \family sans
37245 Insert\SpecialChar menuseparator
37246 Custom Insets\SpecialChar menuseparator
37247 Scalebox
37248 \family default
37249 .
37250 \end_layout
37251
37252 \begin_layout Standard
37253 The 
37254 \family sans
37255 Scalebox
37256 \family default
37257  inset has the mandatory inset 
37258 \family sans
37259 H-Factor
37260 \family default
37261  and the optional inset 
37262 \family sans
37263 V-Factor
37264 \family default
37265  (inserted via the menu 
37266 \family sans
37267 Insert\SpecialChar menuseparator
37268 V-Factor)
37269 \family default
37270 .
37271  Input there the horizontal and vertical scale factor, respectively.
37272  If no 
37273 \family sans
37274 V-Factor
37275 \family default
37276  inset is used, the horizontal factor will also be used as the vertical
37277  one.
37278 \end_layout
37279
37280 \begin_layout Standard
37281 To get for example the double text size, compared to the document text size,
37282  insert 
37283 \series bold
37284 2
37285 \series default
37286  into the 
37287 \family sans
37288 H-Factor
37289 \family default
37290  inset.
37291  An example: 
37292 \begin_inset Flex Scalebox
37293 status open
37294
37295 \begin_layout Plain Layout
37296 \begin_inset Argument 1
37297 status open
37298
37299 \begin_layout Plain Layout
37300 2
37301 \end_layout
37302
37303 \end_inset
37304
37305 Hello
37306 \end_layout
37307
37308 \end_inset
37309
37310
37311 \end_layout
37312
37313 \begin_layout Standard
37314
37315 \series bold
37316 2
37317 \series default
37318  as 
37319 \family sans
37320 H-Factor
37321 \family default
37322  and 
37323 \series bold
37324 1
37325 \series default
37326  as 
37327 \family sans
37328 V-Factor
37329 \family default
37330  distorts the 
37331 \begin_inset Flex Scalebox
37332 status open
37333
37334 \begin_layout Plain Layout
37335 \begin_inset Argument 1
37336 status open
37337
37338 \begin_layout Plain Layout
37339 2
37340 \end_layout
37341
37342 \end_inset
37343
37344
37345 \begin_inset Argument 2
37346 status open
37347
37348 \begin_layout Plain Layout
37349 1
37350 \end_layout
37351
37352 \end_inset
37353
37354 Hello
37355 \end_layout
37356
37357 \end_inset
37358
37359 .
37360 \end_layout
37361
37362 \begin_layout Standard
37363 If the scaling factor is negative, the box content will be mirrored.
37364  Therefore 
37365 \series bold
37366 -1
37367 \series default
37368  as 
37369 \family sans
37370 H-Factor
37371 \family default
37372  and 
37373 \series bold
37374 1
37375 \series default
37376  as 
37377 \family sans
37378 V-Factor
37379 \family default
37380  can be used to create mirror writing: 
37381 \begin_inset Flex Scalebox
37382 status open
37383
37384 \begin_layout Plain Layout
37385 \begin_inset Argument 1
37386 status open
37387
37388 \begin_layout Plain Layout
37389 -1
37390 \end_layout
37391
37392 \end_inset
37393
37394
37395 \begin_inset Argument 2
37396 status open
37397
37398 \begin_layout Plain Layout
37399 1
37400 \end_layout
37401
37402 \end_inset
37403
37404 Hello
37405 \end_layout
37406
37407 \end_inset
37408
37409
37410 \end_layout
37411
37412 \begin_layout Standard
37413
37414 \series bold
37415 1
37416 \series default
37417  as 
37418 \family sans
37419 H-Factor
37420 \family default
37421  and 
37422 \series bold
37423 -1
37424 \series default
37425  as 
37426 \family sans
37427 V-Factor
37428 \family default
37429  reflects the 
37430 \begin_inset Flex Scalebox
37431 status open
37432
37433 \begin_layout Plain Layout
37434 \begin_inset Argument 1
37435 status open
37436
37437 \begin_layout Plain Layout
37438 1
37439 \end_layout
37440
37441 \end_inset
37442
37443
37444 \begin_inset Argument 2
37445 status open
37446
37447 \begin_layout Plain Layout
37448 -1
37449 \end_layout
37450
37451 \end_inset
37452
37453 Hello
37454 \end_layout
37455
37456 \end_inset
37457
37458  at the base line.
37459 \end_layout
37460
37461 \begin_layout Standard
37462 The 
37463 \family sans
37464 Reflectbox
37465 \family default
37466  (menu 
37467 \family sans
37468 Insert\SpecialChar menuseparator
37469 Custom Insets\SpecialChar menuseparator
37470 Reflectbox
37471 \family default
37472 ) is equivalent to 
37473 \series bold
37474 -1
37475 \series default
37476  as 
37477 \family sans
37478 H-Factor
37479 \family default
37480  and 
37481 \series bold
37482 1
37483 \series default
37484  as 
37485 \family sans
37486 V-Factor 
37487 \family default
37488 for a 
37489 \family sans
37490 Scalebox
37491 \family default
37492 .
37493 \end_layout
37494
37495 \begin_layout Standard
37496 \begin_inset Note Greyedout
37497 status open
37498
37499 \begin_layout Plain Layout
37500
37501 \series bold
37502 Note:
37503 \series default
37504  If the 
37505 \family sans
37506 H-Factor
37507 \family default
37508  inset is empty or contains other characters than numbers you will get LaTeX
37509  errors when viewing/exporting the document.
37510 \end_layout
37511
37512 \end_inset
37513
37514
37515 \end_layout
37516
37517 \begin_layout Standard
37518 \begin_inset VSpace bigskip
37519 \end_inset
37520
37521 The 
37522 \family sans
37523 Resizebox
37524 \family default
37525  (menu 
37526 \family sans
37527 Insert\SpecialChar menuseparator
37528 Custom Insets\SpecialChar menuseparator
37529 Resizebox
37530 \family default
37531 ) is used to scale the content to a defined width and height.
37532  The 
37533 \family sans
37534 Resizebox
37535 \family default
37536  inset has the mandatory inset 
37537 \family sans
37538 Width
37539 \family default
37540  and the optional inset 
37541 \family sans
37542 Height
37543 \family default
37544  (inserted via the menu 
37545 \family sans
37546 Insert\SpecialChar menuseparator
37547 Height)
37548 \family default
37549 .
37550  Input there the width and height, respectively, as value with a unit.
37551  
37552 \begin_inset CommandInset ref
37553 LatexCommand ref
37554 reference "tab:Units"
37555
37556 \end_inset
37557
37558  lists the possible units.
37559  If there is an exclamation mark 
37560 \series bold
37561 !
37562 \series default
37563  in of of the two insets, the size is set so that the aspect ratio of the
37564  box content is kept.
37565  If no 
37566 \family sans
37567 Height
37568 \family default
37569  inset is used an exclamation mark will internally be used for the height.
37570 \end_layout
37571
37572 \begin_layout Standard
37573
37574 \series bold
37575 2cm
37576 \series default
37577  as 
37578 \family sans
37579 Width
37580 \family default
37581  and 
37582 \series bold
37583 1cm
37584 \series default
37585  as 
37586 \family sans
37587 Height
37588 \family default
37589  produces: 
37590 \begin_inset Flex Resizebox
37591 status open
37592
37593 \begin_layout Plain Layout
37594 \begin_inset Argument 1
37595 status open
37596
37597 \begin_layout Plain Layout
37598 2cm
37599 \end_layout
37600
37601 \end_inset
37602
37603
37604 \begin_inset Argument 2
37605 status open
37606
37607 \begin_layout Plain Layout
37608 1cm
37609 \end_layout
37610
37611 \end_inset
37612
37613 Hello
37614 \end_layout
37615
37616 \end_inset
37617
37618
37619 \begin_inset Newline newline
37620 \end_inset
37621
37622
37623 \series bold
37624 2cm
37625 \series default
37626  as 
37627 \family sans
37628 Width
37629 \family default
37630  and 
37631 \series bold
37632 !
37633 \series default
37634  as 
37635 \family sans
37636 Height
37637 \family default
37638  (or no 
37639 \family sans
37640 Height
37641 \family default
37642 ) produces: 
37643 \begin_inset Flex Resizebox
37644 status open
37645
37646 \begin_layout Plain Layout
37647 \begin_inset Argument 1
37648 status open
37649
37650 \begin_layout Plain Layout
37651 2cm
37652 \end_layout
37653
37654 \end_inset
37655
37656
37657 \begin_inset Argument 2
37658 status open
37659
37660 \begin_layout Plain Layout
37661 !
37662 \end_layout
37663
37664 \end_inset
37665
37666 Hello
37667 \end_layout
37668
37669 \end_inset
37670
37671
37672 \end_layout
37673
37674 \begin_layout Standard
37675 \begin_inset Note Greyedout
37676 status open
37677
37678 \begin_layout Plain Layout
37679
37680 \series bold
37681 Note:
37682 \series default
37683  If the 
37684 \family sans
37685 Width
37686 \family default
37687  inset is empty or contains an invalid unit you will get LaTeX errors when
37688  viewing/exporting the document.
37689 \end_layout
37690
37691 \end_inset
37692
37693
37694 \end_layout
37695
37696 \begin_layout Standard
37697 \begin_inset VSpace bigskip
37698 \end_inset
37699
37700
37701 \end_layout
37702
37703 \begin_layout Standard
37704 The boxes can be combined in any order.
37705  As example a 
37706 \family sans
37707 Reflectbox
37708 \family default
37709  inside a 
37710 \family sans
37711 Resizebox
37712 \family default
37713  which is in turn inside a 
37714 \family sans
37715 Rotatebox
37716 \family default
37717 :
37718 \end_layout
37719
37720 \begin_layout Standard
37721 \noindent
37722 \align center
37723 \begin_inset Flex Rotatebox
37724 status open
37725
37726 \begin_layout Plain Layout
37727 \begin_inset Argument 1
37728 status open
37729
37730 \begin_layout Plain Layout
37731 origin=c
37732 \end_layout
37733
37734 \end_inset
37735
37736
37737 \begin_inset Argument 2
37738 status open
37739
37740 \begin_layout Plain Layout
37741 -45
37742 \end_layout
37743
37744 \end_inset
37745
37746
37747 \begin_inset Flex Resizebox
37748 status open
37749
37750 \begin_layout Plain Layout
37751 \begin_inset Argument 1
37752 status open
37753
37754 \begin_layout Plain Layout
37755 2cm
37756 \end_layout
37757
37758 \end_inset
37759
37760
37761 \begin_inset Flex Reflectbox
37762 status open
37763
37764 \begin_layout Plain Layout
37765 Hello
37766 \end_layout
37767
37768 \end_inset
37769
37770
37771 \end_layout
37772
37773 \end_inset
37774
37775
37776 \end_layout
37777
37778 \end_inset
37779
37780
37781 \end_layout
37782
37783 \begin_layout Standard
37784 \noindent
37785 Images, tables, and inline formulas are allowed as box content:
37786 \end_layout
37787
37788 \begin_layout Standard
37789 \noindent
37790 \align center
37791 \begin_inset Flex Resizebox
37792 status open
37793
37794 \begin_layout Plain Layout
37795 \begin_inset Argument 1
37796 status open
37797
37798 \begin_layout Plain Layout
37799 2cm
37800 \end_layout
37801
37802 \end_inset
37803
37804
37805 \begin_inset Flex Reflectbox
37806 status open
37807
37808 \begin_layout Plain Layout
37809 \begin_inset Graphics
37810         filename clipart/Star-structure.pdf
37811         lyxscale 50
37812         width 25col%
37813
37814 \end_inset
37815
37816
37817 \end_layout
37818
37819 \end_inset
37820
37821
37822 \end_layout
37823
37824 \end_inset
37825
37826  
37827 \begin_inset Flex Resizebox
37828 status open
37829
37830 \begin_layout Plain Layout
37831 \begin_inset Argument 1
37832 status open
37833
37834 \begin_layout Plain Layout
37835 2cm
37836 \end_layout
37837
37838 \end_inset
37839
37840
37841 \begin_inset Flex Reflectbox
37842 status open
37843
37844 \begin_layout Plain Layout
37845 \begin_inset Tabular
37846 <lyxtabular version="3" rows="2" columns="2">
37847 <features tabularvalignment="middle">
37848 <column alignment="center" valignment="top">
37849 <column alignment="center" valignment="top">
37850 <row>
37851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37852 \begin_inset Text
37853
37854 \begin_layout Plain Layout
37855 q
37856 \end_layout
37857
37858 \end_inset
37859 </cell>
37860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37861 \begin_inset Text
37862
37863 \begin_layout Plain Layout
37864 w
37865 \end_layout
37866
37867 \end_inset
37868 </cell>
37869 </row>
37870 <row>
37871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37872 \begin_inset Text
37873
37874 \begin_layout Plain Layout
37875 e
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37881 \begin_inset Text
37882
37883 \begin_layout Plain Layout
37884 r
37885 \end_layout
37886
37887 \end_inset
37888 </cell>
37889 </row>
37890 </lyxtabular>
37891
37892 \end_inset
37893
37894
37895 \end_layout
37896
37897 \end_inset
37898
37899
37900 \end_layout
37901
37902 \end_inset
37903
37904  
37905 \begin_inset Flex Resizebox
37906 status open
37907
37908 \begin_layout Plain Layout
37909 \begin_inset Argument 1
37910 status open
37911
37912 \begin_layout Plain Layout
37913 3cm
37914 \end_layout
37915
37916 \end_inset
37917
37918
37919 \begin_inset Flex Reflectbox
37920 status open
37921
37922 \begin_layout Plain Layout
37923 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37924 \end_inset
37925
37926
37927 \end_layout
37928
37929 \end_inset
37930
37931
37932 \end_layout
37933
37934 \end_inset
37935
37936
37937 \begin_inset Index idx
37938 status collapsed
37939
37940 \begin_layout Plain Layout
37941 Figures ! scaled
37942 \end_layout
37943
37944 \end_inset
37945
37946
37947 \begin_inset Index idx
37948 status collapsed
37949
37950 \begin_layout Plain Layout
37951 Table Customization ! Scaling
37952 \end_layout
37953
37954 \end_inset
37955
37956
37957 \end_layout
37958
37959 \begin_layout Standard
37960 When the global formula style 
37961 \series bold
37962 fleqn
37963 \series default
37964  is used in the document
37965 \begin_inset Foot
37966 status collapsed
37967
37968 \begin_layout Plain Layout
37969 When 
37970 \begin_inset Quotes eld
37971 \end_inset
37972
37973 fleqn
37974 \begin_inset Quotes erd
37975 \end_inset
37976
37977  is added to the document class options.
37978 \end_layout
37979
37980 \end_inset
37981
37982 , display style formulas can also be scaled.
37983 \end_layout
37984
37985 \begin_layout Chapter
37986 Objects Surrounded by Text
37987 \begin_inset Index idx
37988 status collapsed
37989
37990 \begin_layout Plain Layout
37991 Surrounded by text
37992 \end_layout
37993
37994 \end_inset
37995
37996
37997 \end_layout
37998
37999 \begin_layout Section
38000 Wrap Floats
38001 \begin_inset CommandInset label
38002 LatexCommand label
38003 name "sec:Wrap-Floats"
38004
38005 \end_inset
38006
38007
38008 \begin_inset Index idx
38009 status collapsed
38010
38011 \begin_layout Plain Layout
38012 Floats ! Wrap Floats
38013 \end_layout
38014
38015 \end_inset
38016
38017
38018 \begin_inset Index idx
38019 status collapsed
38020
38021 \begin_layout Plain Layout
38022 Surrounded by text ! Wrap Floats
38023 \end_layout
38024
38025 \end_inset
38026
38027
38028 \end_layout
38029
38030 \begin_layout Standard
38031 \begin_inset Wrap figure
38032 lines 0
38033 placement l
38034 overhang 1cm
38035 width "40col%"
38036 status open
38037
38038 \begin_layout Plain Layout
38039 \begin_inset Graphics
38040         filename clipart/2D-intensity-plot.pdf
38041         width 40col%
38042         scaleBeforeRotation
38043         rotateOrigin center
38044
38045 \end_inset
38046
38047
38048 \end_layout
38049
38050 \begin_layout Plain Layout
38051 \begin_inset Caption Standard
38052
38053 \begin_layout Plain Layout
38054 \begin_inset CommandInset label
38055 LatexCommand label
38056 name "fig:This-is-a"
38057
38058 \end_inset
38059
38060 This is a figure wrap float.
38061 \end_layout
38062
38063 \end_inset
38064
38065
38066 \end_layout
38067
38068 \end_inset
38069
38070  This float type is used if you want to wrap text around a figure or table
38071  so that it only occupies some fraction of the column width.
38072  It can be inserted using the menu 
38073 \family sans
38074 Insert\SpecialChar menuseparator
38075 Floats\SpecialChar menuseparator
38076 Figure
38077 \begin_inset space ~
38078 \end_inset
38079
38080 Wrap
38081 \begin_inset space ~
38082 \end_inset
38083
38084 Float
38085 \family default
38086  or 
38087 \family sans
38088 Table
38089 \begin_inset space ~
38090 \end_inset
38091
38092 Wrap
38093 \begin_inset space ~
38094 \end_inset
38095
38096 Float
38097 \family default
38098  if the \SpecialChar LaTeX
38099 -package 
38100 \series bold
38101 wrapfig
38102 \series default
38103
38104 \begin_inset Index idx
38105 status collapsed
38106
38107 \begin_layout Plain Layout
38108 \SpecialChar LaTeX
38109 -packages ! wrapfig
38110 \end_layout
38111
38112 \end_inset
38113
38114  is installed.
38115 \begin_inset Foot
38116 status collapsed
38117
38118 \begin_layout Plain Layout
38119 Installing a \SpecialChar LaTeX
38120 -package is explained it in the 
38121 \emph on
38122 \SpecialChar LaTeX
38123
38124 \begin_inset space ~
38125 \end_inset
38126
38127 Configuration
38128 \emph default
38129  manual.
38130 \end_layout
38131
38132 \end_inset
38133
38134  The settings of the float can be modified by right-clicking on the float
38135  box.
38136  The mandatory settings are the float 
38137 \family sans
38138 Placement
38139 \family default
38140  and its 
38141 \family sans
38142 Width
38143 \family default
38144 .
38145  Optional are the 
38146 \family sans
38147 Overhang
38148 \family default
38149  that specifies how much the float is set into the paragraph
38150 \begin_inset space \thinspace{}
38151 \end_inset
38152
38153 /
38154 \begin_inset space \thinspace{}
38155 \end_inset
38156
38157 page margin, and the 
38158 \family sans
38159 Line
38160 \begin_inset space ~
38161 \end_inset
38162
38163 span
38164 \family default
38165  that specifies how many text lines the float will approximately need.
38166  The line span is often hard to approximate; so it is better only to use
38167  it when you encounter float placement problems.
38168  You can furthermore decide if \SpecialChar LaTeX
38169  is allowed to let the float float within
38170  the paragraph or to surrounding paragraphs.
38171  Figure
38172 \begin_inset space ~
38173 \end_inset
38174
38175
38176 \begin_inset CommandInset ref
38177 LatexCommand ref
38178 reference "fig:This-is-a"
38179
38180 \end_inset
38181
38182  is an example text wrap float with a width of 40
38183 \begin_inset space \thinspace{}
38184 \end_inset
38185
38186 col%, 1
38187 \begin_inset space \thinspace{}
38188 \end_inset
38189
38190 cm overhang, set to the left.
38191 \end_layout
38192
38193 \begin_layout Standard
38194 \begin_inset Note Greyedout
38195 status open
38196
38197 \begin_layout Plain Layout
38198
38199 \series bold
38200 Note:
38201 \series default
38202  Text
38203 \begin_inset space ~
38204 \end_inset
38205
38206 wrap float floats are fragile! E.
38207 \begin_inset space \thinspace{}
38208 \end_inset
38209
38210 g.
38211 \begin_inset space \space{}
38212 \end_inset
38213
38214 having a figure too close to the bottom of the page can mess things up in
38215  such a way that the float does not appear in the output or that it is placed
38216  over some other text.
38217 \end_layout
38218
38219 \end_inset
38220
38221
38222 \end_layout
38223
38224 \begin_layout Standard
38225 In general, the following applies for wrap floats:
38226 \end_layout
38227
38228 \begin_layout Itemize
38229 They should not be placed in paragraphs that run over a page break.
38230  That means that wrap floats are better inserted in their exact place when
38231  the document is almost finished and you are able to estimate where page
38232  breaks will appear.
38233 \end_layout
38234
38235 \begin_layout Itemize
38236 They should either be placed in their own paragraph before the paragraph
38237  where they should wrap into or within a paragraph.
38238 \end_layout
38239
38240 \begin_layout Itemize
38241 In consecutive paragraphs they may cause troubles, so ensure that there
38242  is a text paragraph between them as separator.
38243 \end_layout
38244
38245 \begin_layout Itemize
38246 They are not allowed in section headings or tables.
38247 \end_layout
38248
38249 \begin_layout Itemize
38250 Their numbering and referencing works as described in chap.
38251 \begin_inset space \thinspace{}
38252 \end_inset
38253
38254
38255 \begin_inset CommandInset ref
38256 LatexCommand ref
38257 reference "chap:Floats"
38258
38259 \end_inset
38260
38261 .
38262 \end_layout
38263
38264 \begin_layout Section
38265 Surrounded Fixed Objects
38266 \begin_inset Index idx
38267 status collapsed
38268
38269 \begin_layout Plain Layout
38270 Surrounded by text ! Fixed objects
38271 \end_layout
38272
38273 \end_inset
38274
38275
38276 \end_layout
38277
38278 \begin_layout Standard
38279 The wrap floats described in sec.
38280 \begin_inset space \thinspace{}
38281 \end_inset
38282
38283
38284 \begin_inset CommandInset ref
38285 LatexCommand ref
38286 reference "sec:Wrap-Floats"
38287
38288 \end_inset
38289
38290  have these positions in the paragraph:
38291 \end_layout
38292
38293 \begin_layout Standard
38294 \noindent
38295 \align center
38296 \begin_inset Tabular
38297 <lyxtabular version="3" rows="2" columns="2">
38298 <features tabularvalignment="middle">
38299 <column alignment="center" valignment="top">
38300 <column alignment="center" valignment="top">
38301 <row>
38302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38303 \begin_inset Text
38304
38305 \begin_layout Plain Layout
38306 \begin_inset Info
38307 type  "icon"
38308 arg   "dialog-show-new-inset graphics"
38309 \end_inset
38310
38311
38312 \end_layout
38313
38314 \end_inset
38315 </cell>
38316 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38317 \begin_inset Text
38318
38319 \begin_layout Plain Layout
38320 text
38321 \end_layout
38322
38323 \end_inset
38324 </cell>
38325 </row>
38326 <row>
38327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38328 \begin_inset Text
38329
38330 \begin_layout Plain Layout
38331 text
38332 \end_layout
38333
38334 \end_inset
38335 </cell>
38336 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38337 \begin_inset Text
38338
38339 \begin_layout Plain Layout
38340 text
38341 \end_layout
38342
38343 \end_inset
38344 </cell>
38345 </row>
38346 </lyxtabular>
38347
38348 \end_inset
38349
38350  or 
38351 \begin_inset Tabular
38352 <lyxtabular version="3" rows="2" columns="2">
38353 <features tabularvalignment="middle">
38354 <column alignment="center" valignment="top">
38355 <column alignment="center" valignment="top">
38356 <row>
38357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38358 \begin_inset Text
38359
38360 \begin_layout Plain Layout
38361 text
38362 \end_layout
38363
38364 \end_inset
38365 </cell>
38366 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38367 \begin_inset Text
38368
38369 \begin_layout Plain Layout
38370 \begin_inset Info
38371 type  "icon"
38372 arg   "dialog-show-new-inset graphics"
38373 \end_inset
38374
38375
38376 \end_layout
38377
38378 \end_inset
38379 </cell>
38380 </row>
38381 <row>
38382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38383 \begin_inset Text
38384
38385 \begin_layout Plain Layout
38386 text
38387 \end_layout
38388
38389 \end_inset
38390 </cell>
38391 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38392 \begin_inset Text
38393
38394 \begin_layout Plain Layout
38395 text
38396 \end_layout
38397
38398 \end_inset
38399 </cell>
38400 </row>
38401 </lyxtabular>
38402
38403 \end_inset
38404
38405
38406 \end_layout
38407
38408 \begin_layout Standard
38409 To get an object exactly at the position where it is inserted, for example
38410  to get one of these positions:
38411 \begin_inset VSpace defskip
38412 \end_inset
38413
38414
38415 \end_layout
38416
38417 \begin_layout Standard
38418 \noindent
38419 \align center
38420 \begin_inset Tabular
38421 <lyxtabular version="3" rows="2" columns="2">
38422 <features tabularvalignment="middle">
38423 <column alignment="center" valignment="top">
38424 <column alignment="center" valignment="top">
38425 <row>
38426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38427 \begin_inset Text
38428
38429 \begin_layout Plain Layout
38430 text
38431 \end_layout
38432
38433 \end_inset
38434 </cell>
38435 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38436 \begin_inset Text
38437
38438 \begin_layout Plain Layout
38439 text
38440 \end_layout
38441
38442 \end_inset
38443 </cell>
38444 </row>
38445 <row>
38446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38447 \begin_inset Text
38448
38449 \begin_layout Plain Layout
38450 \begin_inset Info
38451 type  "icon"
38452 arg   "dialog-show-new-inset graphics"
38453 \end_inset
38454
38455
38456 \end_layout
38457
38458 \end_inset
38459 </cell>
38460 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38461 \begin_inset Text
38462
38463 \begin_layout Plain Layout
38464 text
38465 \end_layout
38466
38467 \end_inset
38468 </cell>
38469 </row>
38470 </lyxtabular>
38471
38472 \end_inset
38473
38474  
38475 \begin_inset Tabular
38476 <lyxtabular version="3" rows="2" columns="2">
38477 <features tabularvalignment="middle">
38478 <column alignment="center" valignment="top">
38479 <column alignment="center" valignment="top">
38480 <row>
38481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38482 \begin_inset Text
38483
38484 \begin_layout Plain Layout
38485 text
38486 \end_layout
38487
38488 \end_inset
38489 </cell>
38490 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38491 \begin_inset Text
38492
38493 \begin_layout Plain Layout
38494 text
38495 \end_layout
38496
38497 \end_inset
38498 </cell>
38499 </row>
38500 <row>
38501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38502 \begin_inset Text
38503
38504 \begin_layout Plain Layout
38505 text
38506 \end_layout
38507
38508 \end_inset
38509 </cell>
38510 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38511 \begin_inset Text
38512
38513 \begin_layout Plain Layout
38514 \begin_inset Info
38515 type  "icon"
38516 arg   "dialog-show-new-inset graphics"
38517 \end_inset
38518
38519
38520 \end_layout
38521
38522 \end_inset
38523 </cell>
38524 </row>
38525 </lyxtabular>
38526
38527 \end_inset
38528
38529  
38530 \begin_inset Tabular
38531 <lyxtabular version="3" rows="2" columns="3">
38532 <features tabularvalignment="middle">
38533 <column alignment="center" valignment="top">
38534 <column alignment="center" valignment="top">
38535 <column alignment="center" valignment="top">
38536 <row>
38537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38538 \begin_inset Text
38539
38540 \begin_layout Plain Layout
38541 text
38542 \end_layout
38543
38544 \end_inset
38545 </cell>
38546 <cell alignment="center" valignment="top" topline="true" usebox="none">
38547 \begin_inset Text
38548
38549 \begin_layout Plain Layout
38550 \begin_inset Info
38551 type  "icon"
38552 arg   "dialog-show-new-inset graphics"
38553 \end_inset
38554
38555
38556 \end_layout
38557
38558 \end_inset
38559 </cell>
38560 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38561 \begin_inset Text
38562
38563 \begin_layout Plain Layout
38564 text
38565 \end_layout
38566
38567 \end_inset
38568 </cell>
38569 </row>
38570 <row>
38571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38572 \begin_inset Text
38573
38574 \begin_layout Plain Layout
38575 text
38576 \end_layout
38577
38578 \end_inset
38579 </cell>
38580 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38581 \begin_inset Text
38582
38583 \begin_layout Plain Layout
38584 text
38585 \end_layout
38586
38587 \end_inset
38588 </cell>
38589 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38590 \begin_inset Text
38591
38592 \begin_layout Plain Layout
38593 text
38594 \end_layout
38595
38596 \end_inset
38597 </cell>
38598 </row>
38599 </lyxtabular>
38600
38601 \end_inset
38602
38603  
38604 \begin_inset Tabular
38605 <lyxtabular version="3" rows="2" columns="3">
38606 <features tabularvalignment="middle">
38607 <column alignment="center" valignment="top">
38608 <column alignment="center" valignment="top">
38609 <column alignment="center" valignment="top">
38610 <row>
38611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38612 \begin_inset Text
38613
38614 \begin_layout Plain Layout
38615 text
38616 \end_layout
38617
38618 \end_inset
38619 </cell>
38620 <cell alignment="center" valignment="top" topline="true" usebox="none">
38621 \begin_inset Text
38622
38623 \begin_layout Plain Layout
38624 text
38625 \end_layout
38626
38627 \end_inset
38628 </cell>
38629 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38630 \begin_inset Text
38631
38632 \begin_layout Plain Layout
38633 text
38634 \end_layout
38635
38636 \end_inset
38637 </cell>
38638 </row>
38639 <row>
38640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38641 \begin_inset Text
38642
38643 \begin_layout Plain Layout
38644 text
38645 \end_layout
38646
38647 \end_inset
38648 </cell>
38649 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38650 \begin_inset Text
38651
38652 \begin_layout Plain Layout
38653 \begin_inset Info
38654 type  "icon"
38655 arg   "dialog-show-new-inset graphics"
38656 \end_inset
38657
38658
38659 \end_layout
38660
38661 \end_inset
38662 </cell>
38663 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38664 \begin_inset Text
38665
38666 \begin_layout Plain Layout
38667 text
38668 \end_layout
38669
38670 \end_inset
38671 </cell>
38672 </row>
38673 </lyxtabular>
38674
38675 \end_inset
38676
38677
38678 \end_layout
38679
38680 \begin_layout Standard
38681 \noindent
38682 \align center
38683 \begin_inset Tabular
38684 <lyxtabular version="3" rows="3" columns="2">
38685 <features tabularvalignment="middle">
38686 <column alignment="center" valignment="top">
38687 <column alignment="center" valignment="top">
38688 <row>
38689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38690 \begin_inset Text
38691
38692 \begin_layout Plain Layout
38693 text
38694 \end_layout
38695
38696 \end_inset
38697 </cell>
38698 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38699 \begin_inset Text
38700
38701 \begin_layout Plain Layout
38702 text
38703 \end_layout
38704
38705 \end_inset
38706 </cell>
38707 </row>
38708 <row>
38709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38710 \begin_inset Text
38711
38712 \begin_layout Plain Layout
38713 \begin_inset Info
38714 type  "icon"
38715 arg   "dialog-show-new-inset graphics"
38716 \end_inset
38717
38718
38719 \end_layout
38720
38721 \end_inset
38722 </cell>
38723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38724 \begin_inset Text
38725
38726 \begin_layout Plain Layout
38727 text
38728 \end_layout
38729
38730 \end_inset
38731 </cell>
38732 </row>
38733 <row>
38734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38735 \begin_inset Text
38736
38737 \begin_layout Plain Layout
38738 text
38739 \end_layout
38740
38741 \end_inset
38742 </cell>
38743 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38744 \begin_inset Text
38745
38746 \begin_layout Plain Layout
38747 text
38748 \end_layout
38749
38750 \end_inset
38751 </cell>
38752 </row>
38753 </lyxtabular>
38754
38755 \end_inset
38756
38757  
38758 \begin_inset Tabular
38759 <lyxtabular version="3" rows="3" columns="3">
38760 <features tabularvalignment="middle">
38761 <column alignment="center" valignment="top">
38762 <column alignment="center" valignment="top">
38763 <column alignment="center" valignment="top">
38764 <row>
38765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38766 \begin_inset Text
38767
38768 \begin_layout Plain Layout
38769 text
38770 \end_layout
38771
38772 \end_inset
38773 </cell>
38774 <cell alignment="center" valignment="top" topline="true" usebox="none">
38775 \begin_inset Text
38776
38777 \begin_layout Plain Layout
38778 text
38779 \end_layout
38780
38781 \end_inset
38782 </cell>
38783 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38784 \begin_inset Text
38785
38786 \begin_layout Plain Layout
38787 text
38788 \end_layout
38789
38790 \end_inset
38791 </cell>
38792 </row>
38793 <row>
38794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38795 \begin_inset Text
38796
38797 \begin_layout Plain Layout
38798 text
38799 \end_layout
38800
38801 \end_inset
38802 </cell>
38803 <cell alignment="center" valignment="top" usebox="none">
38804 \begin_inset Text
38805
38806 \begin_layout Plain Layout
38807 \begin_inset Info
38808 type  "icon"
38809 arg   "dialog-show-new-inset graphics"
38810 \end_inset
38811
38812
38813 \end_layout
38814
38815 \end_inset
38816 </cell>
38817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38818 \begin_inset Text
38819
38820 \begin_layout Plain Layout
38821 text
38822 \end_layout
38823
38824 \end_inset
38825 </cell>
38826 </row>
38827 <row>
38828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38829 \begin_inset Text
38830
38831 \begin_layout Plain Layout
38832 text
38833 \end_layout
38834
38835 \end_inset
38836 </cell>
38837 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38838 \begin_inset Text
38839
38840 \begin_layout Plain Layout
38841 text
38842 \end_layout
38843
38844 \end_inset
38845 </cell>
38846 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38847 \begin_inset Text
38848
38849 \begin_layout Plain Layout
38850 text
38851 \end_layout
38852
38853 \end_inset
38854 </cell>
38855 </row>
38856 </lyxtabular>
38857
38858 \end_inset
38859
38860  
38861 \begin_inset Tabular
38862 <lyxtabular version="3" rows="3" columns="2">
38863 <features tabularvalignment="middle">
38864 <column alignment="center" valignment="top">
38865 <column alignment="center" valignment="top">
38866 <row>
38867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38868 \begin_inset Text
38869
38870 \begin_layout Plain Layout
38871 text
38872 \end_layout
38873
38874 \end_inset
38875 </cell>
38876 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38877 \begin_inset Text
38878
38879 \begin_layout Plain Layout
38880 text
38881 \end_layout
38882
38883 \end_inset
38884 </cell>
38885 </row>
38886 <row>
38887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38888 \begin_inset Text
38889
38890 \begin_layout Plain Layout
38891 text
38892 \end_layout
38893
38894 \end_inset
38895 </cell>
38896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38897 \begin_inset Text
38898
38899 \begin_layout Plain Layout
38900 \begin_inset Info
38901 type  "icon"
38902 arg   "dialog-show-new-inset graphics"
38903 \end_inset
38904
38905
38906 \end_layout
38907
38908 \end_inset
38909 </cell>
38910 </row>
38911 <row>
38912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38913 \begin_inset Text
38914
38915 \begin_layout Plain Layout
38916 text
38917 \end_layout
38918
38919 \end_inset
38920 </cell>
38921 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38922 \begin_inset Text
38923
38924 \begin_layout Plain Layout
38925 text
38926 \end_layout
38927
38928 \end_inset
38929 </cell>
38930 </row>
38931 </lyxtabular>
38932
38933 \end_inset
38934
38935
38936 \end_layout
38937
38938 \begin_layout Standard
38939 \noindent
38940 you can use the \SpecialChar LaTeX
38941 -package 
38942 \series bold
38943 picinpar
38944 \series default
38945
38946 \begin_inset Index idx
38947 status collapsed
38948
38949 \begin_layout Plain Layout
38950 \SpecialChar LaTeX
38951 -packages ! picinpar
38952 \end_layout
38953
38954 \end_inset
38955
38956 .
38957  Here is an example:
38958 \end_layout
38959
38960 \begin_layout Standard
38961 \begin_inset ERT
38962 status collapsed
38963
38964 \begin_layout Plain Layout
38965
38966
38967 \backslash
38968 ifpicinpar
38969 \end_layout
38970
38971 \end_inset
38972
38973
38974 \begin_inset Note Note
38975 status open
38976
38977 \begin_layout Plain Layout
38978 The following section will only be displayed when the \SpecialChar LaTeX
38979 -package 
38980 \series bold
38981 picinpar
38982 \series default
38983  is installed.
38984 \end_layout
38985
38986 \end_inset
38987
38988
38989 \end_layout
38990
38991 \begin_layout Standard
38992 \begin_inset ERT
38993 status collapsed
38994
38995 \begin_layout Plain Layout
38996
38997
38998 \backslash
38999 begin{window}[2,c,{
39000 \end_layout
39001
39002 \end_inset
39003
39004
39005 \begin_inset Graphics
39006         filename clipart/2D-intensity-plot.pdf
39007         lyxscale 60
39008         width 40col%
39009         scaleBeforeRotation
39010         rotateOrigin center
39011
39012 \end_inset
39013
39014
39015 \begin_inset ERT
39016 status collapsed
39017
39018 \begin_layout Plain Layout
39019
39020 },]
39021 \end_layout
39022
39023 \begin_layout Plain Layout
39024
39025 {}
39026 \end_layout
39027
39028 \end_inset
39029
39030
39031 \size small
39032 It was in the spring of the year 1894 that all London was interested, and
39033  the fashionable world dismayed, by the murder of the Honourable Ronald
39034  Adair under most unusual and inexplicable circumstances.
39035  The public has already learned those particulars of the crime which
39036 \size default
39037
39038 \begin_inset ERT
39039 status collapsed
39040
39041 \begin_layout Plain Layout
39042
39043
39044 \backslash
39045 footnotemark{}
39046 \end_layout
39047
39048 \end_inset
39049
39050
39051 \size small
39052  came out in the police investigation, but a good deal was suppressed upon
39053  that occasion, since the case for the prosecution was so overwhelmingly
39054  strong that it was not necessary to bring forward all the facts.
39055  Only now, at the end of nearly ten years, am I allowed to supply those
39056  missing links which make up the whole of that remarkable chain.
39057 \size default
39058
39059 \begin_inset ERT
39060 status collapsed
39061
39062 \begin_layout Plain Layout
39063
39064
39065 \backslash
39066 end{window}
39067 \end_layout
39068
39069 \end_inset
39070
39071
39072 \end_layout
39073
39074 \begin_layout Standard
39075 \begin_inset ERT
39076 status collapsed
39077
39078 \begin_layout Plain Layout
39079
39080
39081 \backslash
39082 footnotetext{
39083 \end_layout
39084
39085 \end_inset
39086
39087 Footnote of the paragraph with the fixed object.
39088 \begin_inset ERT
39089 status collapsed
39090
39091 \begin_layout Plain Layout
39092
39093 }
39094 \end_layout
39095
39096 \end_inset
39097
39098
39099 \end_layout
39100
39101 \begin_layout Standard
39102 Surrounded fixed objects are used to let text float around them, at which
39103  the object's position in the paragraph can be determined by the number
39104  of lines above it.
39105  In contrary to floats is it not possible to have a numbered caption.
39106 \end_layout
39107
39108 \begin_layout Standard
39109 A fixed object is inserted by adding the command
39110 \end_layout
39111
39112 \begin_layout Standard
39113
39114 \series bold
39115
39116 \backslash
39117 begin{window}[2,c,{
39118 \end_layout
39119
39120 \begin_layout Standard
39121 as \SpecialChar TeX
39122  Code at the beginning of the paragraph.
39123  The first parameter in the bracket, here '2', defines the number of lines
39124  above the object, the second, here 'c', the position of the object.
39125  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
39126  Behind the command you insert the object.
39127  In this example an image with a width of 40
39128 \begin_inset space \thinspace{}
39129 \end_inset
39130
39131 % of the text column width was inserted.
39132  The object can also be a table, a box or an equation.
39133  Behind the object the command
39134 \end_layout
39135
39136 \begin_layout Standard
39137
39138 \series bold
39139 },description text]
39140 \begin_inset Newline newline
39141 \end_inset
39142
39143 {}
39144 \end_layout
39145
39146 \begin_layout Standard
39147 is inserted.
39148  Note that the 
39149 \begin_inset Quotes eld
39150 \end_inset
39151
39152
39153 \series bold
39154 {}
39155 \series default
39156
39157 \begin_inset Quotes erd
39158 \end_inset
39159
39160  is in the second line.
39161  The description text is optional.
39162  The text surrounding the object must be in the same paragraph as the object,
39163  so it must begin directly after the 
39164 \series bold
39165 {}
39166 \series default
39167 .
39168  At the end of the paragraph insert the command:
39169 \end_layout
39170
39171 \begin_layout Standard
39172
39173 \series bold
39174
39175 \backslash
39176 end{window}
39177 \end_layout
39178
39179 \begin_layout Standard
39180 Within a paragraph with a fixed object, you cannot insert footnotes in the
39181  normal way.
39182  You have to use instead the command 
39183 \series bold
39184
39185 \backslash
39186 footnotemark
39187 \series default
39188  inside the paragraph and outside the command 
39189 \series bold
39190
39191 \backslash
39192 footnotetext
39193 \series default
39194  as described in sec.
39195 \begin_inset space \thinspace{}
39196 \end_inset
39197
39198
39199 \begin_inset CommandInset ref
39200 LatexCommand ref
39201 reference "sec:Footnotes"
39202
39203 \end_inset
39204
39205 .
39206 \end_layout
39207
39208 \begin_layout Standard
39209 \begin_inset ERT
39210 status collapsed
39211
39212 \begin_layout Plain Layout
39213
39214
39215 \backslash
39216 else
39217 \end_layout
39218
39219 \end_inset
39220
39221
39222 \begin_inset Note Note
39223 status open
39224
39225 \begin_layout Plain Layout
39226 The following will be displayed when the \SpecialChar LaTeX
39227 -package 
39228 \series bold
39229 picinpar
39230 \series default
39231  is not installed:
39232 \end_layout
39233
39234 \end_inset
39235
39236
39237 \end_layout
39238
39239 \begin_layout Standard
39240 You need to install the \SpecialChar LaTeX
39241 -package 
39242 \series bold
39243 picinpar
39244 \series default
39245  to see the following part of this section in the output.
39246 \end_layout
39247
39248 \begin_layout Standard
39249 \begin_inset ERT
39250 status collapsed
39251
39252 \begin_layout Plain Layout
39253
39254
39255 \backslash
39256 fi
39257 \end_layout
39258
39259 \end_inset
39260
39261
39262 \end_layout
39263
39264 \begin_layout Section
39265 Initials
39266 \begin_inset Index idx
39267 status collapsed
39268
39269 \begin_layout Plain Layout
39270 Initials
39271 \end_layout
39272
39273 \end_inset
39274
39275
39276 \begin_inset Index idx
39277 status collapsed
39278
39279 \begin_layout Plain Layout
39280 Surrounded by text ! Initials
39281 \end_layout
39282
39283 \end_inset
39284
39285
39286 \end_layout
39287
39288 \begin_layout Standard
39289 To use initials, you must have the \SpecialChar LaTeX
39290 -package 
39291 \series bold
39292 lettrine
39293 \series default
39294
39295 \begin_inset Index idx
39296 status collapsed
39297
39298 \begin_layout Plain Layout
39299 \SpecialChar LaTeX
39300 -packages ! lettrine
39301 \end_layout
39302
39303 \end_inset
39304
39305  installed and use the module 
39306 \family sans
39307 Initials
39308 \family default
39309  in your document (menu 
39310 \family sans
39311 Document\SpecialChar menuseparator
39312 Settings\SpecialChar menuseparator
39313 Modules
39314 \family default
39315 ).
39316  To insert an initial, use the style 
39317 \family sans
39318 Initial
39319 \family default
39320 .
39321  This style has a mandatory and two optional arguments.
39322  The arguments are inserted via the 
39323 \family sans
39324 Insert
39325 \family default
39326  menu.
39327  The mandatory argument 
39328 \family sans
39329 Initial
39330 \family default
39331  contains the letter(s) that is the initial, the argument 
39332 \family sans
39333 Rest
39334 \begin_inset space ~
39335 \end_inset
39336
39337 of
39338 \begin_inset space ~
39339 \end_inset
39340
39341 Initial
39342 \family default
39343  contains the rest of the word or text of the initial letter(s).
39344  The argument 
39345 \family sans
39346 Options
39347 \family default
39348  contains parameters to modify the initial.
39349  For more information about the possible parameters see the documentation
39350  of 
39351 \series bold
39352 lettrine
39353 \series default
39354
39355 \begin_inset CommandInset citation
39356 LatexCommand cite
39357 key "lettrine"
39358 literal "true"
39359
39360 \end_inset
39361
39362 .
39363  The style itself contains the text that is surrounding the initial.
39364  The usual style is hereby that the word whose first letter is the initial,
39365  is printed with 
39366 \shape smallcaps
39367 small caps
39368 \shape default
39369 .
39370 \end_layout
39371
39372 \begin_layout Standard
39373 Here are some examples:
39374 \end_layout
39375
39376 \begin_layout Standard
39377 \begin_inset ERT
39378 status collapsed
39379
39380 \begin_layout Plain Layout
39381
39382
39383 \backslash
39384 iflettrine
39385 \end_layout
39386
39387 \end_inset
39388
39389
39390 \begin_inset Note Note
39391 status open
39392
39393 \begin_layout Plain Layout
39394 The following section will only be displayed when the \SpecialChar LaTeX
39395 -package 
39396 \series bold
39397 lettrine
39398 \series default
39399  is installed.
39400 \end_layout
39401
39402 \end_inset
39403
39404
39405 \end_layout
39406
39407 \begin_layout Enumerate
39408 No optional argument, the initial is the letter 'I' in the math font 
39409 \begin_inset Formula $\mathfrak{Fraktur}$
39410 \end_inset
39411
39412 :
39413 \end_layout
39414
39415 \begin_deeper
39416 \begin_layout Initial
39417 \begin_inset Argument 2
39418 status open
39419
39420 \begin_layout Plain Layout
39421 \begin_inset Formula $\mathfrak{I}$
39422 \end_inset
39423
39424
39425 \end_layout
39426
39427 \end_inset
39428
39429
39430 \begin_inset Argument 3
39431 status open
39432
39433 \begin_layout Plain Layout
39434 t
39435 \end_layout
39436
39437 \end_inset
39438
39439  was in the spring of the year 1894 that all London was interested, and
39440  the fashionable world dismayed, by the murder of the Honourable Ronald
39441  Adair under most unusual and inexplicable circumstances.
39442  The public has already learned those particulars of the crime which came
39443  out in the police investigation, but a good deal was suppressed upon that
39444  occasion, since the case for the prosecution was so overwhelmingly strong
39445  that it was not necessary to bring forward all the facts.
39446 \begin_inset Newpage newpage
39447 \end_inset
39448
39449
39450 \end_layout
39451
39452 \end_deeper
39453 \begin_layout Enumerate
39454 Only one line is surrounding the initial, which is formed by two letters
39455  in standard font and no text is printed in small caps:
39456 \end_layout
39457
39458 \begin_deeper
39459 \begin_layout Initial
39460 \begin_inset Argument 1
39461 status open
39462
39463 \begin_layout Plain Layout
39464 lines=1
39465 \end_layout
39466
39467 \end_inset
39468
39469
39470 \begin_inset Argument 2
39471 status open
39472
39473 \begin_layout Plain Layout
39474 It
39475 \end_layout
39476
39477 \end_inset
39478
39479  was in the spring of the year 1894 that all London was interested, and
39480  the fashionable world dismayed, by the murder of the Honourable Ronald
39481  Adair under most unusual and inexplicable circumstances.
39482  The public has already learned those particulars of the crime which came
39483  out in the police investigation, but a good deal was suppressed upon that
39484  occasion, since the case for the prosecution was so overwhelmingly strong
39485  that it was not necessary to bring forward all the facts.
39486 \end_layout
39487
39488 \end_deeper
39489 \begin_layout Enumerate
39490 Magenta, hanging initial over 3
39491 \begin_inset space ~
39492 \end_inset
39493
39494 lines in the math font 
39495 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39496 \end_inset
39497
39498 , the text 
39499 \begin_inset Quotes eld
39500 \end_inset
39501
39502 t was in the spring
39503 \begin_inset Quotes erd
39504 \end_inset
39505
39506  is in 
39507 \shape smallcaps
39508 small caps
39509 \shape default
39510 ; to color the initial, you must insert this command before the initial:
39511 \begin_inset Newline newline
39512 \end_inset
39513
39514
39515 \series bold
39516
39517 \backslash
39518 renewcommand{
39519 \backslash
39520 LettrineFontHook}{
39521 \backslash
39522 color{color}}
39523 \series default
39524
39525 \begin_inset Newline newline
39526 \end_inset
39527
39528 where the second 
39529 \emph on
39530 color
39531 \emph default
39532  can be 
39533 \begin_inset Quotes eld
39534 \end_inset
39535
39536 red
39537 \begin_inset Quotes erd
39538 \end_inset
39539
39540
39541 \begin_inset Quotes eld
39542 \end_inset
39543
39544 blue
39545 \begin_inset Quotes erd
39546 \end_inset
39547
39548
39549 \begin_inset Quotes eld
39550 \end_inset
39551
39552 green
39553 \begin_inset Quotes erd
39554 \end_inset
39555
39556
39557 \begin_inset Quotes eld
39558 \end_inset
39559
39560 yellow
39561 \begin_inset Quotes erd
39562 \end_inset
39563
39564
39565 \begin_inset Quotes eld
39566 \end_inset
39567
39568 cyan
39569 \begin_inset Quotes erd
39570 \end_inset
39571
39572
39573 \begin_inset Quotes eld
39574 \end_inset
39575
39576 magenta
39577 \begin_inset Quotes erd
39578 \end_inset
39579
39580
39581 \begin_inset Quotes eld
39582 \end_inset
39583
39584 black
39585 \begin_inset Quotes erd
39586 \end_inset
39587
39588  or 
39589 \begin_inset Quotes eld
39590 \end_inset
39591
39592 white
39593 \begin_inset Quotes erd
39594 \end_inset
39595
39596 , and add this command to the document preamble:
39597 \begin_inset Newline newline
39598 \end_inset
39599
39600
39601 \series bold
39602
39603 \backslash
39604 @ifundefined{textcolor}
39605 \begin_inset Newline newline
39606 \end_inset
39607
39608
39609 \begin_inset space ~
39610 \end_inset
39611
39612 {
39613 \backslash
39614 usepackage{color}}{}
39615 \end_layout
39616
39617 \begin_deeper
39618 \begin_layout Standard
39619 \begin_inset ERT
39620 status collapsed
39621
39622 \begin_layout Plain Layout
39623
39624
39625 \backslash
39626 renewcommand{
39627 \backslash
39628 LettrineFontHook}{
39629 \backslash
39630 color{magenta}}
39631 \end_layout
39632
39633 \end_inset
39634
39635
39636 \begin_inset Note Note
39637 status collapsed
39638
39639 \begin_layout Plain Layout
39640 makes the initial magenta
39641 \end_layout
39642
39643 \end_inset
39644
39645
39646 \end_layout
39647
39648 \begin_layout Initial
39649 \begin_inset Argument 1
39650 status open
39651
39652 \begin_layout Plain Layout
39653 lines=3, lhang=0.33, loversize=0.25
39654 \end_layout
39655
39656 \end_inset
39657
39658
39659 \begin_inset Argument 2
39660 status open
39661
39662 \begin_layout Plain Layout
39663 \begin_inset Formula $\mathcal{I}$
39664 \end_inset
39665
39666
39667 \end_layout
39668
39669 \end_inset
39670
39671
39672 \begin_inset Argument 3
39673 status open
39674
39675 \begin_layout Plain Layout
39676 t was in the spring
39677 \end_layout
39678
39679 \end_inset
39680
39681  of the year 1894 that all London was interested, and the fashionable world
39682  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39683  and inexplicable circumstances.
39684  The public has already learned those particulars of the crime which came
39685  out in the police investigation, but a good deal was suppressed upon that
39686  occasion, since the case for the prosecution was so overwhelmingly strong
39687  that it was not necessary to bring forward all the facts.
39688 \end_layout
39689
39690 \end_deeper
39691 \begin_layout Standard
39692 \begin_inset ERT
39693 status collapsed
39694
39695 \begin_layout Plain Layout
39696
39697
39698 \backslash
39699 else
39700 \end_layout
39701
39702 \end_inset
39703
39704
39705 \begin_inset Note Note
39706 status open
39707
39708 \begin_layout Plain Layout
39709 The following will be displayed when the \SpecialChar LaTeX
39710 -package 
39711 \series bold
39712 lettrine
39713 \series default
39714  is not installed:
39715 \end_layout
39716
39717 \end_inset
39718
39719
39720 \end_layout
39721
39722 \begin_layout Standard
39723 You need to install the \SpecialChar LaTeX
39724 -package 
39725 \series bold
39726 lettrine
39727 \series default
39728  to see the following part of this section in the output.
39729 \end_layout
39730
39731 \begin_layout Standard
39732 \begin_inset ERT
39733 status collapsed
39734
39735 \begin_layout Plain Layout
39736
39737
39738 \backslash
39739 fi
39740 \end_layout
39741
39742 \end_inset
39743
39744
39745 \end_layout
39746
39747 \begin_layout Chapter
39748 External Document Parts
39749 \begin_inset Index idx
39750 status collapsed
39751
39752 \begin_layout Plain Layout
39753 External Document Parts
39754 \end_layout
39755
39756 \end_inset
39757
39758
39759 \end_layout
39760
39761 \begin_layout Standard
39762 With the menu 
39763 \family sans
39764 Insert\SpecialChar menuseparator
39765 File
39766 \family default
39767  you can insert external material into your document.
39768  This can be:
39769 \end_layout
39770
39771 \begin_layout Description
39772 LyX
39773 \begin_inset space ~
39774 \end_inset
39775
39776 Document Another \SpecialChar LyX
39777  document; its content is directly inserted to your document.
39778 \end_layout
39779
39780 \begin_layout Description
39781 Plain
39782 \begin_inset space ~
39783 \end_inset
39784
39785 Text A text document; each line is inserted in your document as a separate
39786  paragraph.
39787 \end_layout
39788
39789 \begin_layout Description
39790 Plain
39791 \begin_inset space ~
39792 \end_inset
39793
39794 Text,
39795 \begin_inset space ~
39796 \end_inset
39797
39798 Join
39799 \begin_inset space ~
39800 \end_inset
39801
39802 Lines A text document; text lines are inserted in your document continuously
39803  but an empty text line creates a new paragraph.
39804 \end_layout
39805
39806 \begin_layout Description
39807 External
39808 \begin_inset space ~
39809 \end_inset
39810
39811 Material Files in various formats.
39812 \end_layout
39813
39814 \begin_layout Description
39815 Child
39816 \begin_inset space ~
39817 \end_inset
39818
39819 Document \SpecialChar LyX
39820  or \SpecialChar LaTeX
39821  documents.
39822 \end_layout
39823
39824 \begin_layout Section
39825 External Material
39826 \begin_inset Index idx
39827 status collapsed
39828
39829 \begin_layout Plain Layout
39830 External Document Parts ! External Material
39831 \end_layout
39832
39833 \end_inset
39834
39835
39836 \end_layout
39837
39838 \begin_layout Standard
39839 The external material feature allows you to insert files into your document
39840  without converting them to a format that can be read by the document output
39841  format.
39842  \SpecialChar LyX
39843  takes care of the necessary conversions.
39844  This is similar to images that can be inserted in various image formats
39845  in \SpecialChar LyX
39846  documents.
39847  When you have enabled Instant Preview in \SpecialChar LyX
39848 's preferences under 
39849 \family sans
39850 Look
39851 \begin_inset space ~
39852 \end_inset
39853
39854 and
39855 \begin_inset space ~
39856 \end_inset
39857
39858 feel\SpecialChar menuseparator
39859 Graphics
39860 \family default
39861 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
39862 .
39863 \end_layout
39864
39865 \begin_layout Standard
39866 External material can be inserted via the 
39867 \family sans
39868 External Material
39869 \family default
39870  dialog that is accessible with the menu 
39871 \family sans
39872 Insert\SpecialChar menuseparator
39873 File\SpecialChar menuseparator
39874 External
39875 \begin_inset space ~
39876 \end_inset
39877
39878 Material
39879 \family default
39880 .
39881  Currently the following file types (
39882 \family sans
39883 Templates
39884 \family default
39885 ) are allowed:
39886 \end_layout
39887
39888 \begin_layout Description
39889 Chess
39890 \begin_inset space ~
39891 \end_inset
39892
39893 diagram This template supports chess position diagrams made with the program
39894  
39895 \series bold
39896
39897 \begin_inset CommandInset href
39898 LatexCommand href
39899 name "XBoard"
39900 target "https://en.wikipedia.org/wiki/XBoard"
39901 literal "false"
39902
39903 \end_inset
39904
39905
39906 \series default
39907 .
39908 \end_layout
39909
39910 \begin_layout Description
39911 Dia
39912 \begin_inset space ~
39913 \end_inset
39914
39915 diagram This template supports diagrams created with the program 
39916 \series bold
39917
39918 \begin_inset CommandInset href
39919 LatexCommand href
39920 name "Dia"
39921 target "https://en.wikipedia.org/wiki/Dia_(software)"
39922 literal "false"
39923
39924 \end_inset
39925
39926
39927 \series default
39928 .
39929 \end_layout
39930
39931 \begin_layout Description
39932 Inkscape
39933 \begin_inset space ~
39934 \end_inset
39935
39936 figure This template supports specific scalable images derived from scalable
39937  vector graphics (SVG), in which the contained text is replaced by a version
39938  typeset by \SpecialChar LaTeX
39939  (and hence in the current document font).
39940  It relies on a feature of the program 
39941 \series bold
39942
39943 \begin_inset CommandInset href
39944 LatexCommand href
39945 name "Inkscape"
39946 target "https://inkscape.org/"
39947 literal "false"
39948
39949 \end_inset
39950
39951
39952 \series default
39953  which creates a special PDF or EPS and \SpecialChar LaTeX
39954  file from a given SVG file (in
39955  
39956 \noun on
39957 Inkscape
39958 \noun default
39959  itself, the feature is available via the option 
39960 \family sans
39961 Omit text in PDF and create LaTeX file
39962 \family default
39963  when saving a drawing as PDF or EPS).
39964  The benefit of such files is a uniform text style throughout the whole
39965  document.
39966 \begin_inset Newline newline
39967 \end_inset
39968
39969 The external template reads SVG files and uses a converter program to generate
39970  the respective PDF\SpecialChar breakableslash
39971 EPS and \SpecialChar LaTeX
39972  files (via
39973 \noun on
39974  
39975 \noun default
39976 Inkscape
39977 \noun on
39978 )
39979 \noun default
39980  on the fly, so you don't have to export those files yourself.
39981  If you prefer the latter and want use given 
39982 \family typewriter
39983 *.pdf
39984 \family default
39985  and 
39986 \family typewriter
39987 *.pdf_tex
39988 \family default
39989  or 
39990 \family typewriter
39991 *.eps
39992 \family default
39993  and 
39994 \family typewriter
39995 *.eps_tex
39996 \family default
39997  files instead, simply input the respective 
39998 \family typewriter
39999 *.pdf_tex
40000 \family default
40001  or 
40002 \family typewriter
40003 *.eps_tex
40004 \family default
40005  file via the 
40006 \family sans
40007 Child Documents
40008 \family default
40009  dialog (see sec.
40010 \begin_inset space ~
40011 \end_inset
40012
40013
40014 \begin_inset CommandInset ref
40015 LatexCommand ref
40016 reference "sec:Child-Documents"
40017
40018 \end_inset
40019
40020 ) rather than using this template.
40021 \begin_inset Newline newline
40022 \end_inset
40023
40024 You can use \SpecialChar TeX
40025  code commands such as 
40026 \series bold
40027
40028 \backslash
40029 Large
40030 \series default
40031
40032 \series bold
40033
40034 \backslash
40035 small
40036 \series default
40037 , etc.
40038 \begin_inset space \space{}
40039 \end_inset
40040
40041 in the text of the SVG.
40042  The size of the font will be taken from the settings of the \SpecialChar LyX
40043  document.
40044  Please refer to 
40045 \begin_inset CommandInset citation
40046 LatexCommand cite
40047 key "Inkscape"
40048 literal "false"
40049
40050 \end_inset
40051
40052  for more information and examples.
40053 \end_layout
40054
40055 \begin_layout Description
40056 Lilypond
40057 \begin_inset space ~
40058 \end_inset
40059
40060 typeset
40061 \begin_inset space ~
40062 \end_inset
40063
40064 music This template is used for music notation typeset with the program
40065 \begin_inset Newline linebreak
40066 \end_inset
40067
40068
40069 \series bold
40070
40071 \begin_inset CommandInset href
40072 LatexCommand href
40073 name "LilyPond"
40074 target "https://en.wikipedia.org/wiki/LilyPond"
40075 literal "false"
40076
40077 \end_inset
40078
40079
40080 \series default
40081 .
40082  For \SpecialChar LyX
40083 's extended support for LilyPond have a look at \SpecialChar LyX
40084 's example file 
40085 \emph on
40086 lilypond.lyx
40087 \emph default
40088 .
40089 \end_layout
40090
40091 \begin_layout Description
40092 PDF
40093 \begin_inset space ~
40094 \end_inset
40095
40096 pages With this template you can insert PDF documents to your document.
40097  To specify the range of pages that should be included, use the option 
40098 \series bold
40099 pages
40100 \series default
40101  in the 
40102 \family sans
40103 Option
40104 \family default
40105  field in the 
40106 \family sans
40107 LaTeX and LyX options
40108 \family default
40109  tab.
40110  The argument of this option is a comma separated list, containing page
40111  numbers (insert as option 
40112 \series bold
40113 pages={3,5,6,8}
40114 \series default
40115 ), ranges of page numbers (
40116 \series bold
40117 pages={4-9}
40118 \series default
40119 ) or any combination.
40120  To insert empty pages use {}.
40121  E.
40122 \begin_inset space \thinspace{}
40123 \end_inset
40124
40125 g.
40126 \begin_inset space ~
40127 \end_inset
40128
40129
40130 \series bold
40131 pages={3,{},8-11,15}
40132 \series default
40133  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
40134  Page ranges are specified in the syntax 
40135 \emph on
40136 start
40137 \emph default
40138 -
40139 \emph on
40140 stop
40141 \emph default
40142 .
40143  This selects all pages from 
40144 \emph on
40145 start
40146 \emph default
40147  to 
40148 \emph on
40149 stop
40150 \emph default
40151 .
40152  Omitting 
40153 \emph on
40154 start
40155 \emph default
40156  defaults to the first page; omitting 
40157 \emph on
40158 stop
40159 \emph default
40160  defaults to the last page of the document.
40161  The last page can also be selected with the keyword 
40162 \series bold
40163 last
40164 \series default
40165 .
40166  (This is only permitted in a page range.) So 
40167 \series bold
40168 pages=-
40169 \series default
40170  will insert all pages of the document and 
40171 \series bold
40172 pages=last-1
40173 \series default
40174  will insert all pages in reverse order.
40175  If the pages option is not specified, only the first page of the PDF is
40176  inserted.
40177 \begin_inset Newline newline
40178 \end_inset
40179
40180 The option 
40181 \series bold
40182 noautoscale
40183 \series default
40184  inserts the pages with their original size, if this option is not given,
40185  the pages will be resized to fith the width of the page of your document.
40186  In the tab 
40187 \family sans
40188 Size and Rotation
40189 \family default
40190  you can specify the width and height of the input pages and their rotation.
40191  If another width than 100
40192 \begin_inset space \thinspace{}
40193 \end_inset
40194
40195 Scale% is used, the option 
40196 \series bold
40197 noautoscale
40198 \series default
40199  will be overwritten.
40200  For more info and possible options, have a look into the documentation
40201  of the \SpecialChar LaTeX
40202 -package 
40203 \series bold
40204 pdfpages
40205 \series default
40206  
40207 \begin_inset CommandInset citation
40208 LatexCommand cite
40209 key "pdfpages"
40210 literal "true"
40211
40212 \end_inset
40213
40214 .
40215 \begin_inset Index idx
40216 status collapsed
40217
40218 \begin_layout Plain Layout
40219 \SpecialChar LaTeX
40220 -packages ! pdfpages
40221 \end_layout
40222
40223 \end_inset
40224
40225
40226 \begin_inset Newline newline
40227 \end_inset
40228
40229 To use this template in a 
40230 \family sans
40231 Beamer
40232 \family default
40233  presentation you need to first insert an 
40234 \family sans
40235 EndFrame
40236 \family default
40237  environment and in a subsequent paragraph a \SpecialChar TeX
40238  Code box containing the command
40239  
40240 \series bold
40241
40242 \backslash
40243 setbeamertemplate{background canvas}{}
40244 \series default
40245 .
40246  Then you can insert as many paragraphs containing the PDFPages template
40247  as you wish.
40248  Behind the included PDF pages you can resume the Beamer presentation by
40249  beginning a new frame or by starting a new section.
40250  To avoid stray blank pages prior to the PDF pages, make sure to use the
40251  
40252 \family sans
40253 Default
40254 \family default
40255  alignment for the paragraph containing the template.
40256 \begin_inset Newline newline
40257 \end_inset
40258
40259 Here is an included PDF which is rotated by -5°: 
40260 \begin_inset External
40261         template PDFPages
40262         filename clipart/Abstract.pdf
40263         extra LaTeX "noautoscale, pages=-"
40264         rotateAngle -5
40265         rotateOrigin bottomleft
40266
40267 \end_inset
40268
40269
40270 \end_layout
40271
40272 \begin_layout Description
40273 Raster
40274 \begin_inset space ~
40275 \end_inset
40276
40277 image This can be used for bitmap images.
40278  The image can be treated in the 
40279 \family sans
40280 External material
40281 \family default
40282  dialog like the images that are usually included via the 
40283 \family sans
40284 Graphics
40285 \family default
40286  dialog as described in section
40287 \begin_inset space ~
40288 \end_inset
40289
40290
40291 \begin_inset CommandInset ref
40292 LatexCommand ref
40293 reference "sec:Graphics-Dialog"
40294
40295 \end_inset
40296
40297 .
40298  Here is an inserted raster image: 
40299 \begin_inset External
40300         template RasterImage
40301         filename clipart/ToolbarEnvBox.png
40302
40303 \end_inset
40304
40305
40306 \end_layout
40307
40308 \begin_layout Description
40309 Spreadsheet With this template you can insert spreadsheets
40310 \begin_inset space \thinspace{}
40311 \end_inset
40312
40313 /
40314 \begin_inset space \thinspace{}
40315 \end_inset
40316
40317 tables in the format of 
40318 \series bold
40319
40320 \begin_inset CommandInset href
40321 LatexCommand href
40322 name "Gnumeric"
40323 target "https://en.wikipedia.org/wiki/Gnumeric"
40324 literal "false"
40325
40326 \end_inset
40327
40328
40329 \series default
40330
40331 \begin_inset CommandInset href
40332 LatexCommand href
40333 name "OpenDocument"
40334 target "https://en.wikipedia.org/wiki/OpenDocument"
40335 literal "false"
40336
40337 \end_inset
40338
40339
40340 \begin_inset CommandInset href
40341 LatexCommand href
40342 name "Microsoft Office XML"
40343 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40344 literal "false"
40345
40346 \end_inset
40347
40348  and 
40349 \begin_inset CommandInset href
40350 LatexCommand href
40351 name "Office Open XML"
40352 target "https://en.wikipedia.org/wiki/Office_Open_XML"
40353 literal "false"
40354
40355 \end_inset
40356
40357 .
40358  For this feature \SpecialChar LyX
40359  must have found the program 
40360 \family typewriter
40361 ssconvert
40362 \family default
40363  during its configuration.
40364  This program is part of Gnumeric, so that you must have Gnumeric installed,
40365  also if you don't have tables in the Gnumeric format.
40366  For examples and possible limitations have a look at \SpecialChar LyX
40367 's example file 
40368 \emph on
40369 spreadsheet.lyx
40370 \emph default
40371 .
40372 \end_layout
40373
40374 \begin_layout Description
40375 Vector
40376 \begin_inset space ~
40377 \end_inset
40378
40379 graphics This can be used for vector graphics.
40380  The image can be treated in the 
40381 \family sans
40382 External material
40383 \family default
40384  dialog like the images that are usually included via the 
40385 \family sans
40386 Graphics
40387 \family default
40388  dialog as described in section
40389 \begin_inset space ~
40390 \end_inset
40391
40392
40393 \begin_inset CommandInset ref
40394 LatexCommand ref
40395 reference "sec:Graphics-Dialog"
40396
40397 \end_inset
40398
40399 .
40400  Here is an inserted vector graphics: 
40401 \begin_inset External
40402         template VectorGraphics
40403         filename clipart/SVG-Drawing.svg
40404         lyxscale 50
40405         scale 33
40406
40407 \end_inset
40408
40409
40410 \end_layout
40411
40412 \begin_layout Description
40413 Xfig
40414 \begin_inset space ~
40415 \end_inset
40416
40417 figure This template supports images created with the program 
40418 \begin_inset CommandInset href
40419 LatexCommand href
40420 name "Xfig"
40421 target "https://en.wikipedia.org/wiki/Xfig"
40422 literal "false"
40423
40424 \end_inset
40425
40426 .
40427 \end_layout
40428
40429 \begin_layout Standard
40430 When you use the option 
40431 \family sans
40432 Draft
40433 \family default
40434  in the 
40435 \family sans
40436 File
40437 \family default
40438  tab of the 
40439 \family sans
40440 External Material
40441 \family default
40442  dialog, only the path to the inserted file is shown in the output.
40443 \begin_inset Newline newline
40444 \end_inset
40445
40446 External material is displayed in \SpecialChar LyX
40447  either as a box like this: 
40448 \begin_inset Graphics
40449         filename clipart/ExternalMaterial.png
40450         scale 95
40451         scaleBeforeRotation
40452
40453 \end_inset
40454
40455  or as image, depending on the option 
40456 \family sans
40457 Show in LyX
40458 \family default
40459  in the 
40460 \family sans
40461 LaTeX and LyX options
40462 \family default
40463  tab of the dialog.
40464 \end_layout
40465
40466 \begin_layout Standard
40467 The 
40468 \family sans
40469 \emph on
40470 Customization
40471 \family default
40472 \emph default
40473  manual explains how you can define your own templates.
40474 \end_layout
40475
40476 \begin_layout Section
40477 Child Documents
40478 \begin_inset CommandInset label
40479 LatexCommand label
40480 name "sec:Child-Documents"
40481
40482 \end_inset
40483
40484
40485 \begin_inset Index idx
40486 status collapsed
40487
40488 \begin_layout Plain Layout
40489 External Document Parts ! Child Documents
40490 \end_layout
40491
40492 \end_inset
40493
40494
40495 \begin_inset Index idx
40496 status collapsed
40497
40498 \begin_layout Plain Layout
40499 Files ! Include
40500 \end_layout
40501
40502 \end_inset
40503
40504
40505 \end_layout
40506
40507 \begin_layout Standard
40508 Child documents are used if you have a long document consisting of several
40509  larger parts or sections.
40510  For maintenance it is often useful and sometimes even required to split
40511  the document into several files that can be revised separately.
40512  The different documents are then the so called 
40513 \begin_inset Quotes eld
40514 \end_inset
40515
40516 child documents
40517 \begin_inset Quotes erd
40518 \end_inset
40519
40520 , and a master document connects them to print the full document or parts
40521  of it.
40522  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40523  preamble,
40524  the bibliography, and labels for cross-references.
40525 \end_layout
40526
40527 \begin_layout Standard
40528 To be able to work on child documents without the need to open their master,
40529  specify in the child document the master in the menu
40530 \family sans
40531  Document\SpecialChar menuseparator
40532 Settings\SpecialChar menuseparator
40533 Document
40534 \begin_inset space ~
40535 \end_inset
40536
40537 Class
40538 \family default
40539 .
40540  This master document will then be used in the background by \SpecialChar LyX
40541  when you edit
40542  the child document.
40543 \end_layout
40544
40545 \begin_layout Standard
40546 Included documents are displayed in \SpecialChar LyX
40547  as a box like this: 
40548 \begin_inset Graphics
40549         filename clipart/ChildDocument.png
40550         scale 95
40551         scaleBeforeRotation
40552
40553 \end_inset
40554
40555  To include child documents in a master document use the menu 
40556 \family sans
40557 Insert\SpecialChar menuseparator
40558 File\SpecialChar menuseparator
40559 Child
40560 \begin_inset space ~
40561 \end_inset
40562
40563 Documents
40564 \family default
40565 .
40566  A dialog pops up where you can choose between four include methods:
40567 \end_layout
40568
40569 \begin_layout Description
40570 Include You can include \SpecialChar LyX
40571  and \SpecialChar LaTeX
40572  documents.
40573  When you press the 
40574 \family sans
40575 Edit
40576 \family default
40577  button in the 
40578 \family sans
40579 Child Document
40580 \family default
40581  dialog, the included document will be opened in \SpecialChar LyX
40582  in a new file tab so that
40583  you can modify it.
40584 \begin_inset Newline newline
40585 \end_inset
40586
40587
40588 \end_layout
40589
40590 \begin_layout Standard
40591 Here is a child document inserted using 
40592 \family sans
40593 Include
40594 \family default
40595
40596 \begin_inset CommandInset include
40597 LatexCommand include
40598 filename "DummyDocument1.lyx"
40599
40600 \end_inset
40601
40602
40603 \end_layout
40604
40605 \begin_layout Standard
40606 The section numbering includes the sections of the included files in the
40607  order they are inserted in the master document.
40608  The included example document has for example a subsection that is numbered
40609  as a subsection of this section.
40610  Labels of included documents can be referenced: Subsection
40611 \begin_inset space ~
40612 \end_inset
40613
40614
40615 \begin_inset CommandInset ref
40616 LatexCommand ref
40617 reference "subsec:External-Subsection-1"
40618
40619 \end_inset
40620
40621 .
40622 \end_layout
40623
40624 \begin_layout Standard
40625 The preamble of the child document is ignored; only the preamble of the
40626  master document is used.
40627  Branches in child documents will be ignored by the master document when
40628  the master document does not have a branch with the same name.
40629  Included documents are inserted starting on a new page and ending with
40630  a page break.
40631 \end_layout
40632
40633 \begin_layout Standard
40634 \begin_inset Note Greyedout
40635 status open
40636
40637 \begin_layout Plain Layout
40638
40639 \series bold
40640 Note:
40641 \series default
40642  If you have included a \SpecialChar LyX
40643  or \SpecialChar LaTeX
40644  file, you are warned when you export/view the
40645  document in case the child document uses another document class than the
40646  master document as this will lead to unexpected outputs.
40647 \end_layout
40648
40649 \end_inset
40650
40651
40652 \end_layout
40653
40654 \begin_layout Description
40655 Input This method is very similar to the Include method.
40656  The differences are:
40657 \end_layout
40658
40659 \begin_deeper
40660 \begin_layout Itemize
40661 Input files don't start with a new page and don't end with a page break.
40662 \end_layout
40663
40664 \begin_layout Itemize
40665 Input files can be previewed in \SpecialChar LyX
40666  when 
40667 \family sans
40668 Instant
40669 \begin_inset space ~
40670 \end_inset
40671
40672 Preview
40673 \family default
40674  is enabled in \SpecialChar LyX
40675 's preferences under 
40676 \family sans
40677 Look
40678 \begin_inset space ~
40679 \end_inset
40680
40681 and
40682 \begin_inset space ~
40683 \end_inset
40684
40685 feel\SpecialChar menuseparator
40686 Graphics
40687 \family default
40688 .
40689 \end_layout
40690
40691 \begin_layout Itemize
40692 You cannot exclude Input files via the menu 
40693 \family sans
40694 Document\SpecialChar menuseparator
40695 Settings\SpecialChar menuseparator
40696 Child Documents
40697 \family default
40698 .
40699 \end_layout
40700
40701 \end_deeper
40702 \begin_layout Standard
40703 Here is a child document inserted using 
40704 \family sans
40705 Input
40706 \family default
40707
40708 \begin_inset CommandInset include
40709 LatexCommand input
40710 filename "DummyDocument2.lyx"
40711
40712 \end_inset
40713
40714
40715 \end_layout
40716
40717 \begin_layout Description
40718 Verbatim With this method any text file can be included.
40719  The file is shown in the output with its source code; no command used in
40720  the text is invoked.
40721  You can use the option 
40722 \family sans
40723 Mark spaces in output
40724 \family default
40725  that displays the character 
40726 \begin_inset Quotes eld
40727 \end_inset
40728
40729
40730 \begin_inset ERT
40731 status collapsed
40732
40733 \begin_layout Plain Layout
40734
40735
40736 \backslash
40737 textvisiblespace 
40738 \end_layout
40739
40740 \end_inset
40741
40742
40743 \begin_inset Quotes erd
40744 \end_inset
40745
40746  for every space character in the source code.
40747  The difference from the method via the menu 
40748 \family sans
40749 Insert\SpecialChar menuseparator
40750 File\SpecialChar menuseparator
40751 Plain
40752 \begin_inset space ~
40753 \end_inset
40754
40755 Text
40756 \family default
40757  is that the document content is not shown in \SpecialChar LyX
40758 .
40759 \end_layout
40760
40761 \begin_layout Standard
40762 Here is a child document inserted as Verbatim: 
40763 \begin_inset CommandInset include
40764 LatexCommand verbatiminput
40765 filename "DummyTextDocument.txt"
40766
40767 \end_inset
40768
40769
40770 \begin_inset VSpace bigskip
40771 \end_inset
40772
40773  Here is a child document inserted as Verbatim using the 
40774 \family sans
40775 Mark spaces in output
40776 \family default
40777  option: 
40778 \begin_inset CommandInset include
40779 LatexCommand verbatiminput*
40780 filename "DummyTextDocument.txt"
40781
40782 \end_inset
40783
40784
40785 \end_layout
40786
40787 \begin_layout Standard
40788 \begin_inset VSpace bigskip
40789 \end_inset
40790
40791
40792 \end_layout
40793
40794 \begin_layout Standard
40795 \begin_inset Note Greyedout
40796 status open
40797
40798 \begin_layout Plain Layout
40799
40800 \series bold
40801 Note:
40802 \series default
40803  As you can see in the examples above, the text of the documents included
40804  as 
40805 \family sans
40806 verbatim
40807 \family default
40808  is not broken at the end of the document lines.
40809 \end_layout
40810
40811 \end_inset
40812
40813
40814 \end_layout
40815
40816 \begin_layout Description
40817 Listings This type is described in chapter
40818 \begin_inset space ~
40819 \end_inset
40820
40821
40822 \begin_inset CommandInset ref
40823 LatexCommand ref
40824 reference "cha:Program-Code-Listings"
40825
40826 \end_inset
40827
40828 .
40829 \end_layout
40830
40831 \begin_layout Standard
40832 \begin_inset Note Greyedout
40833 status open
40834
40835 \begin_layout Plain Layout
40836
40837 \series bold
40838 Note:
40839 \series default
40840  Including the same document twice in a document using different methods
40841  could cause \SpecialChar LaTeX
40842 -problems.
40843 \end_layout
40844
40845 \end_inset
40846
40847
40848 \end_layout
40849
40850 \begin_layout Standard
40851 If you want to view/export only selected children of your master document,
40852  either because you want to save compiling time or because you want to distribut
40853 e single chapters of the book you are just writing, you can exclude children
40854  from the output.
40855  This is done via the menu 
40856 \family sans
40857 Document\SpecialChar menuseparator
40858 Settings\SpecialChar menuseparator
40859 Child Documents
40860 \family default
40861 .
40862  You can exclude\SpecialChar breakableslash
40863 include children by double-clicking on the 
40864 \family sans
40865 include to output
40866 \family default
40867  column of the respective child document in the list (note that this only
40868  works for documents embedded via 
40869 \begin_inset Quotes eld
40870 \end_inset
40871
40872 Include
40873 \begin_inset Quotes erd
40874 \end_inset
40875
40876 , not with 
40877 \begin_inset Quotes eld
40878 \end_inset
40879
40880 Input
40881 \begin_inset Quotes erd
40882 \end_inset
40883
40884 ).
40885  If the option 
40886 \family sans
40887 Maintain counters and references
40888 \family default
40889  is enabled, \SpecialChar LyX
40890  will assure that all page numbers, references etc.
40891 \begin_inset space ~
40892 \end_inset
40893
40894 are correct as if the whole document was processed.
40895  This is useful if you want the selected sub-documents to look exactly as
40896  in the context of the whole document.
40897  However, \SpecialChar LyX
40898  needs to process the whole document in the background for this
40899  feature.
40900  So if you want to save compile time and if counters and references do not
40901  need to be correct, disable this checkbox.
40902 \end_layout
40903
40904 \begin_layout Standard
40905 Alternatively, you can put each included file into a branch.
40906 \begin_inset Foot
40907 status collapsed
40908
40909 \begin_layout Plain Layout
40910 Branches are described in section 
40911 \emph on
40912 Branches
40913 \emph default
40914  of the \SpecialChar LyX
40915  
40916 \emph on
40917 Userguide
40918 \emph default
40919 .
40920 \end_layout
40921
40922 \end_inset
40923
40924  By enabling\SpecialChar breakableslash
40925 disabling branches you can decide which included files will
40926  appear in the output.
40927  This has the advantage that it also works with Input'ed sub-documents.
40928  However, counters and references will not be maintained with this approach.
40929 \end_layout
40930
40931 \begin_layout Chapter
40932 Program Code Listings
40933 \begin_inset CommandInset label
40934 LatexCommand label
40935 name "cha:Program-Code-Listings"
40936
40937 \end_inset
40938
40939
40940 \begin_inset Index idx
40941 status collapsed
40942
40943 \begin_layout Plain Layout
40944 Listings
40945 \end_layout
40946
40947 \end_inset
40948
40949
40950 \begin_inset Index idx
40951 status collapsed
40952
40953 \begin_layout Plain Layout
40954 Program Code
40955 \end_layout
40956
40957 \end_inset
40958
40959
40960 \begin_inset Index idx
40961 status collapsed
40962
40963 \begin_layout Plain Layout
40964 Floats ! Listings
40965 \end_layout
40966
40967 \end_inset
40968
40969
40970 \end_layout
40971
40972 \begin_layout Standard
40973 To include and typeset program code you can use the 
40974 \family sans
40975 Listings
40976 \family default
40977  inset that can be inserted via the menu 
40978 \family sans
40979 Insert\SpecialChar menuseparator
40980 Program Listing
40981 \family default
40982 .
40983  The \SpecialChar LaTeX
40984 -packages 
40985 \series bold
40986 listings
40987 \series default
40988
40989 \begin_inset Index idx
40990 status collapsed
40991
40992 \begin_layout Plain Layout
40993 \SpecialChar LaTeX
40994 -packages ! listings
40995 \end_layout
40996
40997 \end_inset
40998
40999  or 
41000 \series bold
41001 minted
41002 \series default
41003
41004 \begin_inset Index idx
41005 status collapsed
41006
41007 \begin_layout Plain Layout
41008 \SpecialChar LaTeX
41009 -packages ! minted
41010 \end_layout
41011
41012 \end_inset
41013
41014  provide a powerful and flexible way to insert program source code into
41015  your document.
41016  One can only use one of these packages in a document.
41017  
41018 \series bold
41019 listings
41020 \series default
41021  is used by default.
41022 \end_layout
41023
41024 \begin_layout Standard
41025 \begin_inset Note Note
41026 status open
41027
41028 \begin_layout Plain Layout
41029
41030 \series bold
41031 Note:
41032 \series default
41033  \SpecialChar LyX
41034  does NOT want to encourage users to add the 
41035 \family typewriter
41036 -shell-escape
41037 \family default
41038  option to converter definitions.
41039  It works, but it is a huge security risk.
41040  There is an active discussion about how to handle this.
41041  Once that's been resolved, this can be updated appropriately.
41042 \end_layout
41043
41044 \begin_layout Plain Layout
41045 =====
41046 \end_layout
41047
41048 \begin_layout Plain Layout
41049 In order to use 
41050 \series bold
41051 minted
41052 \series default
41053 , you need to select it as the syntax highlighting package in the document
41054  settings under 
41055 \family sans
41056 Listings
41057 \family default
41058 .
41059  
41060 \series bold
41061 minted
41062 \series default
41063  requires also additionally the module 
41064 \family sans
41065 pygments
41066 \family default
41067  of the software 
41068 \noun on
41069 Python
41070 \noun default
41071
41072 \begin_inset Foot
41073 status collapsed
41074
41075 \begin_layout Plain Layout
41076 Under \SpecialChar LyX
41077  for Windows 
41078 \family sans
41079 pygments
41080 \family default
41081  is already installed.
41082 \end_layout
41083
41084 \end_inset
41085
41086  and the option 
41087 \family typewriter
41088 -shell-escape
41089 \family default
41090  for the \SpecialChar LaTeX
41091  processor.
41092  If you want for example view or export your document as the format 
41093 \family sans
41094 PDF
41095 \begin_inset space ~
41096 \end_inset
41097
41098 (pdflatex)
41099 \family default
41100 , go to the \SpecialChar LyX
41101  preferences and there to the section 
41102 \family sans
41103 File
41104 \begin_inset space ~
41105 \end_inset
41106
41107 Handling\SpecialChar menuseparator
41108 Converters
41109 \family default
41110 .
41111  There go to the entry 
41112 \family sans
41113 LaTeX
41114 \begin_inset space ~
41115 \end_inset
41116
41117 (pdflatex) -> PDF
41118 \begin_inset space ~
41119 \end_inset
41120
41121 (pdflatex)
41122 \family default
41123  and look at the field 
41124 \family sans
41125 Converter
41126 \family default
41127 .
41128  There you see by default the content
41129 \begin_inset Newline newline
41130 \end_inset
41131
41132
41133 \series bold
41134 pdflatex $$i
41135 \series default
41136
41137 \begin_inset Newline newline
41138 \end_inset
41139
41140 Now change it to
41141 \begin_inset Newline newline
41142 \end_inset
41143
41144
41145 \series bold
41146 pdflatex $$i -shell-escape
41147 \begin_inset Newline newline
41148 \end_inset
41149
41150
41151 \series default
41152 and press the 
41153 \family sans
41154 Modify
41155 \family default
41156  button and subsequently 
41157 \family sans
41158 Apply
41159 \family default
41160  or 
41161 \family sans
41162 Save
41163 \family default
41164 .
41165  The same can be done for the output formats 
41166 \family sans
41167 PDF
41168 \begin_inset space ~
41169 \end_inset
41170
41171 (LuaTeX)
41172 \family default
41173  and 
41174 \family sans
41175 PDF
41176 \begin_inset space ~
41177 \end_inset
41178
41179 (XeTeX)
41180 \family default
41181 .
41182 \end_layout
41183
41184 \end_inset
41185
41186
41187 \end_layout
41188
41189 \begin_layout Standard
41190 Right-clicking on a listings inset opens the context menu containing where
41191  you can set the listings format.
41192 \end_layout
41193
41194 \begin_layout Standard
41195 By default, a listing starts a new paragraph in the output.
41196  The placement option 
41197 \family sans
41198 Inline
41199 \begin_inset space ~
41200 \end_inset
41201
41202 listing
41203 \family default
41204  prints the listing inline like this: 
41205 \begin_inset listings
41206 lstparams "language={C++}"
41207 inline true
41208 status open
41209
41210 \begin_layout Plain Layout
41211
41212 int a=5;
41213 \end_layout
41214
41215 \end_inset
41216
41217
41218 \begin_inset Newline newline
41219 \end_inset
41220
41221 The option 
41222 \family sans
41223 Float
41224 \family default
41225  creates a listings float where you can specify the placement options 
41226 \begin_inset Quotes eld
41227 \end_inset
41228
41229
41230 \family sans
41231 h
41232 \family default
41233
41234 \begin_inset Quotes erd
41235 \end_inset
41236
41237
41238 \begin_inset Quotes eld
41239 \end_inset
41240
41241
41242 \family sans
41243 t
41244 \family default
41245
41246 \begin_inset Quotes erd
41247 \end_inset
41248
41249
41250 \begin_inset Quotes eld
41251 \end_inset
41252
41253
41254 \family sans
41255 b
41256 \family default
41257
41258 \begin_inset Quotes erd
41259 \end_inset
41260
41261 , and 
41262 \begin_inset Quotes eld
41263 \end_inset
41264
41265
41266 \family sans
41267 p
41268 \family default
41269
41270 \begin_inset Quotes erd
41271 \end_inset
41272
41273  corresponding to the float placement options described in section
41274 \begin_inset space ~
41275 \end_inset
41276
41277
41278 \begin_inset CommandInset ref
41279 LatexCommand ref
41280 reference "sec:Float-Settings"
41281
41282 \end_inset
41283
41284 .
41285  The placement options can be mixed and are inserted without any separation,
41286  e.
41287 \begin_inset space \thinspace{}
41288 \end_inset
41289
41290 g.
41291 \begin_inset space \space{}
41292 \end_inset
41293
41294
41295 \begin_inset Quotes eld
41296 \end_inset
41297
41298
41299 \family sans
41300 htbp
41301 \family default
41302
41303 \begin_inset Quotes erd
41304 \end_inset
41305
41306 .
41307  The option 
41308 \begin_inset Quotes eld
41309 \end_inset
41310
41311 h
41312 \begin_inset Quotes erd
41313 \end_inset
41314
41315  has sometimes no effect, but you don't need to use the 
41316 \family sans
41317 Float
41318 \family default
41319  option in this case as also non-float listings can have captions and be
41320  referenced.
41321 \end_layout
41322
41323 \begin_layout Standard
41324 You can add captions to listings that are not inline with the menu 
41325 \family sans
41326 Insert\SpecialChar menuseparator
41327 Caption
41328 \family default
41329 .
41330  Listings can be referenced like floats: Listing
41331 \begin_inset space ~
41332 \end_inset
41333
41334
41335 \begin_inset CommandInset ref
41336 LatexCommand ref
41337 reference "lst:Example-Listing"
41338
41339 \end_inset
41340
41341 .
41342  A list of listings which contains all listings with captions can be created
41343  via the menu 
41344 \family sans
41345 Insert\SpecialChar menuseparator
41346 List
41347 \begin_inset space ~
41348 \end_inset
41349
41350 /
41351 \begin_inset space ~
41352 \end_inset
41353
41354 TOC\SpecialChar menuseparator
41355 List of Listings
41356 \family default
41357 .
41358  The list entries are the listing caption and the listing number.
41359 \end_layout
41360
41361 \begin_layout Standard
41362 \begin_inset listings
41363 lstparams "language=Python"
41364 inline false
41365 status open
41366
41367 \begin_layout Plain Layout
41368
41369 \begin_inset Caption Standard
41370
41371 \begin_layout Plain Layout
41372 \begin_inset CommandInset label
41373 LatexCommand label
41374 name "lst:Example-Listing"
41375
41376 \end_inset
41377
41378 Example Listing float
41379 \end_layout
41380
41381 \end_inset
41382
41383 # Example listing float
41384 \end_layout
41385
41386 \begin_layout Plain Layout
41387
41388 def func(param):
41389 \end_layout
41390
41391 \begin_layout Plain Layout
41392
41393     'this is a python function'
41394 \end_layout
41395
41396 \begin_layout Plain Layout
41397
41398     pass
41399 \end_layout
41400
41401 \end_inset
41402
41403
41404 \end_layout
41405
41406 \begin_layout Standard
41407 \begin_inset Note Greyedout
41408 status open
41409
41410 \begin_layout Plain Layout
41411
41412 \series bold
41413 Note: 
41414 \series default
41415 The 
41416 \series bold
41417 listings
41418 \series default
41419  package places captions before the listing by default.
41420 \begin_inset Newline newline
41421 \end_inset
41422
41423 The 
41424 \series bold
41425 minted
41426 \series default
41427  package places them after the listing by default if it is floating.
41428  If it is not floating, caption will be typeset before the listing if it
41429  is inserted to its first line, otherwise it will be typeset after the listing.
41430  If you want to force the placement in every case before the listing, you
41431  have to add the following lines as last thing to the preamble:
41432 \begin_inset Newline newline
41433 \end_inset
41434
41435
41436 \series bold
41437
41438 \backslash
41439 @ifundefined{newfloat}
41440 \begin_inset Newline newline
41441 \end_inset
41442
41443
41444 \begin_inset Phantom HPhantom
41445 status open
41446
41447 \begin_layout Plain Layout
41448
41449 \series bold
41450 \begin_inset space ~
41451 \end_inset
41452
41453
41454 \end_layout
41455
41456 \end_inset
41457
41458 {
41459 \backslash
41460 usepackage{float}}{}
41461 \begin_inset Newline newline
41462 \end_inset
41463
41464
41465 \backslash
41466 floatstyle{plaintop}
41467 \series default
41468
41469 \begin_inset Note Note
41470 status collapsed
41471
41472 \begin_layout Plain Layout
41473 The package 
41474 \series bold
41475 float
41476 \series default
41477  will be loaded automatically by \SpecialChar LyX
41478  when you use special document-wide float
41479  placement settings.
41480  To avoid that it is loaded twice the command 
41481 \series bold
41482
41483 \backslash
41484 @ifundefined
41485 \series default
41486  is used in the above command.
41487 \end_layout
41488
41489 \end_inset
41490
41491
41492 \end_layout
41493
41494 \end_inset
41495
41496
41497 \end_layout
41498
41499 \begin_layout Standard
41500 When you have set a programming language in the listings dialog, the keywords
41501  of this language will be recognized and specially typeset in the output.
41502  In the example listings the Python keyword 
41503 \begin_inset Quotes eld
41504 \end_inset
41505
41506 def
41507 \begin_inset Quotes erd
41508 \end_inset
41509
41510  is recognized and printed bold in the output.
41511 \end_layout
41512
41513 \begin_layout Standard
41514 \begin_inset Note Greyedout
41515 status open
41516
41517 \begin_layout Plain Layout
41518
41519 \series bold
41520 Note:
41521 \series default
41522  If you don't get bold keywords when using typewriter fonts, your 
41523 \family typewriter
41524 typewriter
41525 \family default
41526  font probably doesn't provide a bold shape.
41527  In this case select a different one in the menu 
41528 \family sans
41529 Document\SpecialChar menuseparator
41530 Settings\SpecialChar menuseparator
41531 Fonts
41532 \family default
41533 .
41534  (The fonts 
41535 \emph on
41536 LuxiMono, BeraMono
41537 \emph default
41538  and 
41539 \emph on
41540 Courier
41541 \emph default
41542  provide bold shapes.)
41543 \end_layout
41544
41545 \end_inset
41546
41547
41548 \end_layout
41549
41550 \begin_layout Standard
41551 In section 
41552 \family sans
41553 Line
41554 \begin_inset space ~
41555 \end_inset
41556
41557 numbering
41558 \family default
41559  of the listings dialog you can specify the line numbering style.
41560  You can insert a number to specify which lines are numbered in the field
41561  
41562 \family sans
41563 Step
41564 \family default
41565 .
41566  When you insert e.
41567 \begin_inset space \thinspace{}
41568 \end_inset
41569
41570 g.
41571 \begin_inset space \space{}
41572 \end_inset
41573
41574
41575 \begin_inset Quotes eld
41576 \end_inset
41577
41578 3
41579 \begin_inset Quotes erd
41580 \end_inset
41581
41582 , only every 3rd line will be numbered.
41583 \end_layout
41584
41585 \begin_layout Standard
41586 You can furthermore specify a range of lines; only these will then appear
41587  in the output.
41588  The option 
41589 \family sans
41590 Extended character table
41591 \family default
41592  is only meaningful for the 
41593 \series bold
41594 listings
41595 \series default
41596  package and should be used when you use national characters like the German
41597  umlauts in the listing.
41598 \begin_inset Newline newline
41599 \end_inset
41600
41601 Here is an example listing with left line numbering, step 
41602 \begin_inset Quotes eld
41603 \end_inset
41604
41605 3
41606 \begin_inset Quotes erd
41607 \end_inset
41608
41609 , language 
41610 \begin_inset Quotes eld
41611 \end_inset
41612
41613 Python
41614 \begin_inset Quotes erd
41615 \end_inset
41616
41617 , options 
41618 \begin_inset Quotes eld
41619 \end_inset
41620
41621 Extended character table
41622 \begin_inset Quotes erd
41623 \end_inset
41624
41625  and 
41626 \begin_inset Quotes eld
41627 \end_inset
41628
41629 Space
41630 \begin_inset space ~
41631 \end_inset
41632
41633 as
41634 \begin_inset space ~
41635 \end_inset
41636
41637 symbol
41638 \begin_inset Quotes erd
41639 \end_inset
41640
41641 , range lines 3
41642 \begin_inset space \thinspace{}
41643 \end_inset
41644
41645 -
41646 \begin_inset space \thinspace{}
41647 \end_inset
41648
41649 8:
41650 \end_layout
41651
41652 \begin_layout Standard
41653 \begin_inset listings
41654 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41655 inline false
41656 status open
41657
41658 \begin_layout Plain Layout
41659
41660 def func(param):
41661 \end_layout
41662
41663 \begin_layout Plain Layout
41664
41665     'this is a python function'
41666 \end_layout
41667
41668 \begin_layout Plain Layout
41669
41670     pass
41671 \end_layout
41672
41673 \begin_layout Plain Layout
41674
41675 def func(param):
41676 \end_layout
41677
41678 \begin_layout Plain Layout
41679
41680 'This is a German word: Tschüß'
41681 \end_layout
41682
41683 \begin_layout Plain Layout
41684
41685 pass
41686 \end_layout
41687
41688 \begin_layout Plain Layout
41689
41690 def func(param):
41691 \end_layout
41692
41693 \begin_layout Plain Layout
41694
41695 'this is a python function'
41696 \end_layout
41697
41698 \begin_layout Plain Layout
41699
41700 pass
41701 \end_layout
41702
41703 \end_inset
41704
41705
41706 \end_layout
41707
41708 \begin_layout Standard
41709 When you have tabulators in your listing, you can specify the number of
41710  characters that are spanned by a tabulator in the field 
41711 \family sans
41712 Tabulator
41713 \begin_inset space ~
41714 \end_inset
41715
41716 size
41717 \family default
41718 .
41719 \end_layout
41720
41721 \begin_layout Standard
41722 \begin_inset Note Greyedout
41723 status open
41724
41725 \begin_layout Plain Layout
41726
41727 \series bold
41728 Note:
41729 \series default
41730  Due to a bug in the 
41731 \series bold
41732 listings
41733 \series default
41734  package the line numbering is shifted by a line by every previous listing.
41735  That's the reason why the lines 2 and 5 are numbered in the above listing
41736  and not the lines 3 and 6.
41737 \end_layout
41738
41739 \end_inset
41740
41741
41742 \end_layout
41743
41744 \begin_layout Standard
41745 \begin_inset VSpace bigskip
41746 \end_inset
41747
41748
41749 \end_layout
41750
41751 \begin_layout Standard
41752 It is also possible to print lines from a file as listing.
41753  To do this, use the menu 
41754 \family sans
41755 Insert\SpecialChar menuseparator
41756 File\SpecialChar menuseparator
41757 Child Document
41758 \family default
41759  and choose the type 
41760 \family sans
41761 Listings
41762 \family default
41763 .
41764 \begin_inset Foot
41765 status collapsed
41766
41767 \begin_layout Plain Layout
41768 The other child document types are described in section
41769 \begin_inset space ~
41770 \end_inset
41771
41772
41773 \begin_inset CommandInset ref
41774 LatexCommand ref
41775 reference "sec:Child-Documents"
41776
41777 \end_inset
41778
41779 .
41780 \end_layout
41781
41782 \end_inset
41783
41784  In the child document dialog you can specify the listing parameters in
41785  a text box.
41786  To show a list of all available parameters, type in a question mark 
41787 \begin_inset Quotes eld
41788 \end_inset
41789
41790 ?
41791 \begin_inset Quotes erd
41792 \end_inset
41793
41794  in the text box.
41795 \end_layout
41796
41797 \begin_layout Standard
41798 To reference child document listings, write a label text into the corresponding
41799  field of the child document dialog.
41800  The label can then be referenced using the menu 
41801 \family sans
41802 Insert\SpecialChar menuseparator
41803 Cross-Reference
41804 \family default
41805 .
41806 \end_layout
41807
41808 \begin_layout Standard
41809 Listing
41810 \begin_inset space ~
41811 \end_inset
41812
41813
41814 \begin_inset CommandInset ref
41815 LatexCommand ref
41816 reference "lst:file-listing"
41817
41818 \end_inset
41819
41820  is an example for a listing of a file; there the lines 10
41821 \begin_inset space \thinspace{}
41822 \end_inset
41823
41824 -
41825 \begin_inset space \thinspace{}
41826 \end_inset
41827
41828 15 of this \SpecialChar LyX
41829  file are listed.
41830 \end_layout
41831
41832 \begin_layout Standard
41833 \begin_inset CommandInset include
41834 LatexCommand lstinputlisting
41835 filename "EmbeddedObjects.lyx"
41836 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41837
41838 \end_inset
41839
41840
41841 \end_layout
41842
41843 \begin_layout Standard
41844 \begin_inset VSpace bigskip
41845 \end_inset
41846
41847
41848 \end_layout
41849
41850 \begin_layout Standard
41851 Inserting a formula into a listing can be done the following way:
41852 \end_layout
41853
41854 \begin_layout Enumerate
41855 Open the listings dialog and add
41856 \begin_inset Newline newline
41857 \end_inset
41858
41859
41860 \family sans
41861 mathescape=true
41862 \family default
41863
41864 \begin_inset Newline newline
41865 \end_inset
41866
41867 to the field of the 
41868 \family sans
41869 Advanced
41870 \family default
41871  tab.
41872 \end_layout
41873
41874 \begin_layout Enumerate
41875 Create a formula outside the listing
41876 \end_layout
41877
41878 \begin_layout Enumerate
41879 Copy the content of the formula (not the formula inset) to the clipboard
41880  (shortcut 
41881 \begin_inset Info
41882 type  "shortcut"
41883 arg   "copy"
41884 \end_inset
41885
41886 )
41887 \end_layout
41888
41889 \begin_layout Enumerate
41890 In the listing write 
41891 \begin_inset Quotes eld
41892 \end_inset
41893
41894
41895 \family sans
41896 $$
41897 \family default
41898
41899 \begin_inset Quotes erd
41900 \end_inset
41901
41902  and copy from the clipboard between the dollar-signs (shortcut 
41903 \begin_inset Info
41904 type  "shortcut"
41905 arg   "paste"
41906 \end_inset
41907
41908 )
41909 \end_layout
41910
41911 \begin_layout Standard
41912 \begin_inset listings
41913 lstparams "language=Python,mathescape=true"
41914 inline false
41915 status open
41916
41917 \begin_layout Plain Layout
41918
41919 \begin_inset Caption Standard
41920
41921 \begin_layout Plain Layout
41922 Example Listing float containing a formula
41923 \end_layout
41924
41925 \end_inset
41926
41927 # Example listing float
41928 \end_layout
41929
41930 \begin_layout Plain Layout
41931
41932 def func(param):
41933 \end_layout
41934
41935 \begin_layout Plain Layout
41936
41937     # $
41938 \backslash
41939 prod_{n=1}^{
41940 \backslash
41941 infty}
41942 \backslash
41943 ,
41944 \backslash
41945 frac{1}{x^{2}}$
41946 \end_layout
41947
41948 \begin_layout Plain Layout
41949
41950     pass
41951 \end_layout
41952
41953 \end_inset
41954
41955
41956 \end_layout
41957
41958 \begin_layout Standard
41959 \begin_inset VSpace bigskip
41960 \end_inset
41961
41962
41963 \end_layout
41964
41965 \begin_layout Standard
41966 Global listings settings can be set in the 
41967 \family sans
41968 Document\SpecialChar menuseparator
41969 Settings\SpecialChar menuseparator
41970 Listings
41971 \family default
41972  dialog.
41973  To get there a list of available options, type in a question mark 
41974 \begin_inset Quotes eld
41975 \end_inset
41976
41977 ?
41978 \begin_inset Quotes erd
41979 \end_inset
41980
41981 .
41982 \end_layout
41983
41984 \begin_layout Standard
41985 For more information about the 
41986 \series bold
41987 listings
41988 \series default
41989  and 
41990 \series bold
41991 minted
41992 \series default
41993  packages, we refer to their documentation 
41994 \begin_inset CommandInset citation
41995 LatexCommand cite
41996 key "listings,minted"
41997 literal "true"
41998
41999 \end_inset
42000
42001 .
42002 \end_layout
42003
42004 \begin_layout Standard
42005 \begin_inset Newpage newpage
42006 \end_inset
42007
42008
42009 \end_layout
42010
42011 \begin_layout Chapter
42012 \start_of_appendix
42013 Units available in \SpecialChar LyX
42014
42015 \begin_inset Index idx
42016 status collapsed
42017
42018 \begin_layout Plain Layout
42019 Units
42020 \end_layout
42021
42022 \end_inset
42023
42024
42025 \begin_inset CommandInset label
42026 LatexCommand label
42027 name "cha:Units-available-in"
42028
42029 \end_inset
42030
42031
42032 \end_layout
42033
42034 \begin_layout Standard
42035 To understand the units described in this documentation, Table
42036 \begin_inset space ~
42037 \end_inset
42038
42039
42040 \begin_inset CommandInset ref
42041 LatexCommand ref
42042 reference "tab:Units"
42043
42044 \end_inset
42045
42046  explains all units available in \SpecialChar LyX
42047 .
42048 \end_layout
42049
42050 \begin_layout Standard
42051 \begin_inset Float table
42052 placement h
42053 wide false
42054 sideways false
42055 status open
42056
42057 \begin_layout Plain Layout
42058 \begin_inset Caption Standard
42059
42060 \begin_layout Plain Layout
42061 \begin_inset CommandInset label
42062 LatexCommand label
42063 name "tab:Units"
42064
42065 \end_inset
42066
42067 Units
42068 \end_layout
42069
42070 \end_inset
42071
42072
42073 \end_layout
42074
42075 \begin_layout Plain Layout
42076 \begin_inset VSpace medskip
42077 \end_inset
42078
42079
42080 \end_layout
42081
42082 \begin_layout Plain Layout
42083 \align center
42084 \begin_inset Tabular
42085 <lyxtabular version="3" rows="21" columns="3">
42086 <features tabularvalignment="middle">
42087 <column alignment="center" valignment="top">
42088 <column alignment="center" valignment="middle" width="50col%">
42089 <column alignment="center" valignment="top">
42090 <row>
42091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42092 \begin_inset Text
42093
42094 \begin_layout Plain Layout
42095 unit
42096 \end_layout
42097
42098 \end_inset
42099 </cell>
42100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42101 \begin_inset Text
42102
42103 \begin_layout Plain Layout
42104 name/description
42105 \end_layout
42106
42107 \end_inset
42108 </cell>
42109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42110 \begin_inset Text
42111
42112 \begin_layout Plain Layout
42113 \SpecialChar LaTeX
42114  command
42115 \end_layout
42116
42117 \end_inset
42118 </cell>
42119 </row>
42120 <row>
42121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42122 \begin_inset Text
42123
42124 \begin_layout Plain Layout
42125 bp
42126 \end_layout
42127
42128 \end_inset
42129 </cell>
42130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42131 \begin_inset Text
42132
42133 \begin_layout Plain Layout
42134 big point (72
42135 \begin_inset space \thinspace{}
42136 \end_inset
42137
42138 bp = 1
42139 \begin_inset space \thinspace{}
42140 \end_inset
42141
42142 in)
42143 \end_layout
42144
42145 \end_inset
42146 </cell>
42147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42148 \begin_inset Text
42149
42150 \begin_layout Plain Layout
42151 -
42152 \end_layout
42153
42154 \end_inset
42155 </cell>
42156 </row>
42157 <row>
42158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42159 \begin_inset Text
42160
42161 \begin_layout Plain Layout
42162 cc
42163 \end_layout
42164
42165 \end_inset
42166 </cell>
42167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42168 \begin_inset Text
42169
42170 \begin_layout Plain Layout
42171 cicero (1
42172 \begin_inset space \thinspace{}
42173 \end_inset
42174
42175 cc = 12
42176 \begin_inset space \thinspace{}
42177 \end_inset
42178
42179 dd)
42180 \end_layout
42181
42182 \end_inset
42183 </cell>
42184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42185 \begin_inset Text
42186
42187 \begin_layout Plain Layout
42188 -
42189 \end_layout
42190
42191 \end_inset
42192 </cell>
42193 </row>
42194 <row>
42195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42196 \begin_inset Text
42197
42198 \begin_layout Plain Layout
42199 cm
42200 \end_layout
42201
42202 \end_inset
42203 </cell>
42204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42205 \begin_inset Text
42206
42207 \begin_layout Plain Layout
42208 centimeter
42209 \end_layout
42210
42211 \end_inset
42212 </cell>
42213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42214 \begin_inset Text
42215
42216 \begin_layout Plain Layout
42217 -
42218 \end_layout
42219
42220 \end_inset
42221 </cell>
42222 </row>
42223 <row>
42224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42225 \begin_inset Text
42226
42227 \begin_layout Plain Layout
42228 dd
42229 \end_layout
42230
42231 \end_inset
42232 </cell>
42233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42234 \begin_inset Text
42235
42236 \begin_layout Plain Layout
42237 didot (1
42238 \begin_inset space \thinspace{}
42239 \end_inset
42240
42241 dd 
42242 \begin_inset Formula $\approx$
42243 \end_inset
42244
42245  0.376
42246 \begin_inset space \thinspace{}
42247 \end_inset
42248
42249 mm)
42250 \end_layout
42251
42252 \end_inset
42253 </cell>
42254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42255 \begin_inset Text
42256
42257 \begin_layout Plain Layout
42258 -
42259 \end_layout
42260
42261 \end_inset
42262 </cell>
42263 </row>
42264 <row>
42265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42266 \begin_inset Text
42267
42268 \begin_layout Plain Layout
42269 em
42270 \end_layout
42271
42272 \end_inset
42273 </cell>
42274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42275 \begin_inset Text
42276
42277 \begin_layout Plain Layout
42278 width of letter 
42279 \emph on
42280 M
42281 \emph default
42282  in current font
42283 \end_layout
42284
42285 \end_inset
42286 </cell>
42287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42288 \begin_inset Text
42289
42290 \begin_layout Plain Layout
42291 -
42292 \end_layout
42293
42294 \end_inset
42295 </cell>
42296 </row>
42297 <row>
42298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42299 \begin_inset Text
42300
42301 \begin_layout Plain Layout
42302 ex
42303 \end_layout
42304
42305 \end_inset
42306 </cell>
42307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42308 \begin_inset Text
42309
42310 \begin_layout Plain Layout
42311 height of letter 
42312 \emph on
42313 x
42314 \emph default
42315  in current font
42316 \end_layout
42317
42318 \end_inset
42319 </cell>
42320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42321 \begin_inset Text
42322
42323 \begin_layout Plain Layout
42324 -
42325 \end_layout
42326
42327 \end_inset
42328 </cell>
42329 </row>
42330 <row>
42331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42332 \begin_inset Text
42333
42334 \begin_layout Plain Layout
42335 in
42336 \end_layout
42337
42338 \end_inset
42339 </cell>
42340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42341 \begin_inset Text
42342
42343 \begin_layout Plain Layout
42344 inch
42345 \end_layout
42346
42347 \end_inset
42348 </cell>
42349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42350 \begin_inset Text
42351
42352 \begin_layout Plain Layout
42353 -
42354 \end_layout
42355
42356 \end_inset
42357 </cell>
42358 </row>
42359 <row>
42360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42361 \begin_inset Text
42362
42363 \begin_layout Plain Layout
42364 mm
42365 \end_layout
42366
42367 \end_inset
42368 </cell>
42369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42370 \begin_inset Text
42371
42372 \begin_layout Plain Layout
42373 millimeter
42374 \end_layout
42375
42376 \end_inset
42377 </cell>
42378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42379 \begin_inset Text
42380
42381 \begin_layout Plain Layout
42382 -
42383 \end_layout
42384
42385 \end_inset
42386 </cell>
42387 </row>
42388 <row>
42389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42390 \begin_inset Text
42391
42392 \begin_layout Plain Layout
42393 mu
42394 \end_layout
42395
42396 \end_inset
42397 </cell>
42398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42399 \begin_inset Text
42400
42401 \begin_layout Plain Layout
42402 math unit (1
42403 \begin_inset space \thinspace{}
42404 \end_inset
42405
42406 mu = 1/18
42407 \begin_inset space \thinspace{}
42408 \end_inset
42409
42410 em)
42411 \end_layout
42412
42413 \end_inset
42414 </cell>
42415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42416 \begin_inset Text
42417
42418 \begin_layout Plain Layout
42419 -
42420 \end_layout
42421
42422 \end_inset
42423 </cell>
42424 </row>
42425 <row>
42426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42427 \begin_inset Text
42428
42429 \begin_layout Plain Layout
42430 pt
42431 \end_layout
42432
42433 \end_inset
42434 </cell>
42435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42436 \begin_inset Text
42437
42438 \begin_layout Plain Layout
42439 point (72.27
42440 \begin_inset space \thinspace{}
42441 \end_inset
42442
42443 pt = 1
42444 \begin_inset space \thinspace{}
42445 \end_inset
42446
42447 in)
42448 \end_layout
42449
42450 \end_inset
42451 </cell>
42452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42453 \begin_inset Text
42454
42455 \begin_layout Plain Layout
42456 -
42457 \end_layout
42458
42459 \end_inset
42460 </cell>
42461 </row>
42462 <row>
42463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42464 \begin_inset Text
42465
42466 \begin_layout Plain Layout
42467 pc
42468 \end_layout
42469
42470 \end_inset
42471 </cell>
42472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42473 \begin_inset Text
42474
42475 \begin_layout Plain Layout
42476 pica (1
42477 \begin_inset space \thinspace{}
42478 \end_inset
42479
42480 pc = 12
42481 \begin_inset space \thinspace{}
42482 \end_inset
42483
42484 pt)
42485 \end_layout
42486
42487 \end_inset
42488 </cell>
42489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42490 \begin_inset Text
42491
42492 \begin_layout Plain Layout
42493 -
42494 \end_layout
42495
42496 \end_inset
42497 </cell>
42498 </row>
42499 <row>
42500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42501 \begin_inset Text
42502
42503 \begin_layout Plain Layout
42504 sp
42505 \end_layout
42506
42507 \end_inset
42508 </cell>
42509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42510 \begin_inset Text
42511
42512 \begin_layout Plain Layout
42513 scaled point (65536
42514 \begin_inset space \thinspace{}
42515 \end_inset
42516
42517 sp = 1
42518 \begin_inset space \thinspace{}
42519 \end_inset
42520
42521 pt)
42522 \end_layout
42523
42524 \end_inset
42525 </cell>
42526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42527 \begin_inset Text
42528
42529 \begin_layout Plain Layout
42530 -
42531 \end_layout
42532
42533 \end_inset
42534 </cell>
42535 </row>
42536 <row>
42537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42538 \begin_inset Text
42539
42540 \begin_layout Plain Layout
42541 Column Width %
42542 \end_layout
42543
42544 \end_inset
42545 </cell>
42546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42547 \begin_inset Text
42548
42549 \begin_layout Plain Layout
42550 % of column width
42551 \end_layout
42552
42553 \end_inset
42554 </cell>
42555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42556 \begin_inset Text
42557
42558 \begin_layout Plain Layout
42559
42560 \backslash
42561 columnwidth
42562 \end_layout
42563
42564 \end_inset
42565 </cell>
42566 </row>
42567 <row>
42568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42569 \begin_inset Text
42570
42571 \begin_layout Plain Layout
42572 Line Distance %
42573 \end_layout
42574
42575 \end_inset
42576 </cell>
42577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42578 \begin_inset Text
42579
42580 \begin_layout Plain Layout
42581 % of height between baselines of two subsequent text lines
42582 \end_layout
42583
42584 \end_inset
42585 </cell>
42586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42587 \begin_inset Text
42588
42589 \begin_layout Plain Layout
42590
42591 \backslash
42592 baselineskip
42593 \end_layout
42594
42595 \end_inset
42596 </cell>
42597 </row>
42598 <row>
42599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42600 \begin_inset Text
42601
42602 \begin_layout Plain Layout
42603 Line Width %
42604 \end_layout
42605
42606 \end_inset
42607 </cell>
42608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42609 \begin_inset Text
42610
42611 \begin_layout Plain Layout
42612 % of line width
42613 \end_layout
42614
42615 \end_inset
42616 </cell>
42617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42618 \begin_inset Text
42619
42620 \begin_layout Plain Layout
42621
42622 \backslash
42623 linewidth
42624 \end_layout
42625
42626 \end_inset
42627 </cell>
42628 </row>
42629 <row>
42630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42631 \begin_inset Text
42632
42633 \begin_layout Plain Layout
42634 Page Height %
42635 \end_layout
42636
42637 \end_inset
42638 </cell>
42639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42640 \begin_inset Text
42641
42642 \begin_layout Plain Layout
42643 % of paper height
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 \backslash
42654 paperheight
42655 \end_layout
42656
42657 \end_inset
42658 </cell>
42659 </row>
42660 <row>
42661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42662 \begin_inset Text
42663
42664 \begin_layout Plain Layout
42665 Page Width %
42666 \end_layout
42667
42668 \end_inset
42669 </cell>
42670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42671 \begin_inset Text
42672
42673 \begin_layout Plain Layout
42674 % of paper width
42675 \end_layout
42676
42677 \end_inset
42678 </cell>
42679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42680 \begin_inset Text
42681
42682 \begin_layout Plain Layout
42683
42684 \backslash
42685 paperwidth
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 Scale Graphics %
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 % of original image width
42706 \end_layout
42707
42708 \end_inset
42709 </cell>
42710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42711 \begin_inset Text
42712
42713 \begin_layout Plain Layout
42714
42715 \end_layout
42716
42717 \end_inset
42718 </cell>
42719 </row>
42720 <row>
42721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42722 \begin_inset Text
42723
42724 \begin_layout Plain Layout
42725 Text Height %
42726 \end_layout
42727
42728 \end_inset
42729 </cell>
42730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42731 \begin_inset Text
42732
42733 \begin_layout Plain Layout
42734 % of text height
42735 \end_layout
42736
42737 \end_inset
42738 </cell>
42739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42740 \begin_inset Text
42741
42742 \begin_layout Plain Layout
42743
42744 \backslash
42745 textheight
42746 \end_layout
42747
42748 \end_inset
42749 </cell>
42750 </row>
42751 <row>
42752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42753 \begin_inset Text
42754
42755 \begin_layout Plain Layout
42756 Text Width %
42757 \end_layout
42758
42759 \end_inset
42760 </cell>
42761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42762 \begin_inset Text
42763
42764 \begin_layout Plain Layout
42765 % of text width
42766 \end_layout
42767
42768 \end_inset
42769 </cell>
42770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42771 \begin_inset Text
42772
42773 \begin_layout Plain Layout
42774
42775 \backslash
42776 textwidth
42777 \end_layout
42778
42779 \end_inset
42780 </cell>
42781 </row>
42782 </lyxtabular>
42783
42784 \end_inset
42785
42786
42787 \end_layout
42788
42789 \end_inset
42790
42791
42792 \end_layout
42793
42794 \begin_layout Chapter
42795 Output File Formats with Graphics
42796 \begin_inset CommandInset label
42797 LatexCommand label
42798 name "cha:Output-File-Formats"
42799
42800 \end_inset
42801
42802
42803 \end_layout
42804
42805 \begin_layout Section
42806 DVI
42807 \begin_inset Index idx
42808 status collapsed
42809
42810 \begin_layout Plain Layout
42811 File Formats ! DVI
42812 \end_layout
42813
42814 \end_inset
42815
42816
42817 \begin_inset Index idx
42818 status collapsed
42819
42820 \begin_layout Plain Layout
42821 DVI|see
42822 \begin_inset ERT
42823 status collapsed
42824
42825 \begin_layout Plain Layout
42826
42827 {
42828 \end_layout
42829
42830 \end_inset
42831
42832 File Formats
42833 \begin_inset ERT
42834 status collapsed
42835
42836 \begin_layout Plain Layout
42837
42838 }
42839 \end_layout
42840
42841 \end_inset
42842
42843
42844 \end_layout
42845
42846 \end_inset
42847
42848
42849 \end_layout
42850
42851 \begin_layout Standard
42852 This file type has the extension 
42853 \begin_inset Quotes eld
42854 \end_inset
42855
42856
42857 \family typewriter
42858 .dvi
42859 \family default
42860
42861 \begin_inset Quotes erd
42862 \end_inset
42863
42864 .
42865  It is called 
42866 \begin_inset Quotes eld
42867 \end_inset
42868
42869 device-independent
42870 \begin_inset Quotes erd
42871 \end_inset
42872
42873  (DVI), because it is completely portable; you can move them from one machine
42874  to another without needing to do any sort of conversion.
42875  At the time when this file-format was developed, this was no matter of
42876  course.
42877  DVIs are used for quick previews and as pre-stage for other output formats,
42878  like PostScript.
42879 \end_layout
42880
42881 \begin_layout Standard
42882 \begin_inset Note Greyedout
42883 status open
42884
42885 \begin_layout Plain Layout
42886
42887 \series bold
42888 Note:
42889 \series default
42890  DVI-files do not contain images; they will only be a linked.
42891 \end_layout
42892
42893 \end_inset
42894
42895  So don't forget this, if you move your 
42896 \family typewriter
42897 .dvi
42898 \family default
42899  file to another computer.
42900  This property can also slow down your computer when you view the DVI, because
42901  the DVI-viewer has to convert the image in the background to make it visible
42902  when you scroll in the DVI.
42903  So it is recommended that you use PDF for files with many images.
42904 \end_layout
42905
42906 \begin_layout Standard
42907 You can export your document to DVI by using the menu 
42908 \family sans
42909 File\SpecialChar menuseparator
42910 Export\SpecialChar menuseparator
42911 DVI
42912 \family default
42913 .
42914  You can view your document as DVI via the 
42915 \family sans
42916 View
42917 \family default
42918  menu.
42919 \end_layout
42920
42921 \begin_layout Section
42922 PostScript
42923 \begin_inset Index idx
42924 status collapsed
42925
42926 \begin_layout Plain Layout
42927 File Formats ! PostScript
42928 \end_layout
42929
42930 \end_inset
42931
42932
42933 \begin_inset Index idx
42934 status collapsed
42935
42936 \begin_layout Plain Layout
42937 PostScript|see
42938 \begin_inset ERT
42939 status collapsed
42940
42941 \begin_layout Plain Layout
42942
42943 {
42944 \end_layout
42945
42946 \end_inset
42947
42948 File Formats
42949 \begin_inset ERT
42950 status collapsed
42951
42952 \begin_layout Plain Layout
42953
42954 }
42955 \end_layout
42956
42957 \end_inset
42958
42959
42960 \end_layout
42961
42962 \end_inset
42963
42964
42965 \end_layout
42966
42967 \begin_layout Standard
42968 This file type has the extension 
42969 \begin_inset Quotes eld
42970 \end_inset
42971
42972
42973 \family typewriter
42974 .ps
42975 \family default
42976
42977 \begin_inset Quotes erd
42978 \end_inset
42979
42980 .
42981  PostScript was developed by the company 
42982 \family typewriter
42983 Adobe
42984 \family default
42985  as a printer language.
42986  The file therefore contains commands that the printer uses to print the
42987  file.
42988  PostScript can be seen as a 
42989 \begin_inset Quotes eld
42990 \end_inset
42991
42992 programming language
42993 \begin_inset Quotes erd
42994 \end_inset
42995
42996 ; you can calculate with it and draw diagrams and images.
42997 \begin_inset Foot
42998 status collapsed
42999
43000 \begin_layout Plain Layout
43001 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
43002 -package
43003  
43004 \series bold
43005 PSTricks
43006 \series default
43007  
43008 \begin_inset CommandInset citation
43009 LatexCommand cite
43010 key "pstricks"
43011 literal "true"
43012
43013 \end_inset
43014
43015 .
43016 \end_layout
43017
43018 \end_inset
43019
43020  Due to this ability, the files are often bigger than PDFs.
43021 \end_layout
43022
43023 \begin_layout Standard
43024 PostScript can only contain images in the format 
43025 \begin_inset Quotes eld
43026 \end_inset
43027
43028 Encapsulated PostScript
43029 \begin_inset Quotes erd
43030 \end_inset
43031
43032  (EPS, file extension 
43033 \begin_inset Quotes eld
43034 \end_inset
43035
43036
43037 \family typewriter
43038 .eps
43039 \family default
43040
43041 \begin_inset Quotes erd
43042 \end_inset
43043
43044 ).
43045  As \SpecialChar LyX
43046  allows you to use any known image format in your document, it has to
43047  convert images in the background to EPS.
43048  If you have e.g.
43049 \begin_inset space ~
43050 \end_inset
43051
43052 50
43053 \begin_inset space ~
43054 \end_inset
43055
43056 images in your document, \SpecialChar LyX
43057  has to do 50
43058 \begin_inset space ~
43059 \end_inset
43060
43061 conversions whenever you view or export your document.
43062  This will slow down your work flow with \SpecialChar LyX
43063  drastically.
43064  So if you plan to use PostScript, you can insert your images directly as
43065  EPS to avoid this problem.
43066 \end_layout
43067
43068 \begin_layout Standard
43069 You can export your document to PostScript using the menu 
43070 \family sans
43071 File\SpecialChar menuseparator
43072 Export\SpecialChar menuseparator
43073 Postscript
43074 \family default
43075 .
43076  You can view your document as PostScript via the 
43077 \family sans
43078 View
43079 \family default
43080  menu.
43081 \end_layout
43082
43083 \begin_layout Section
43084 PDF
43085 \begin_inset Index idx
43086 status collapsed
43087
43088 \begin_layout Plain Layout
43089 File Formats ! PDF
43090 \end_layout
43091
43092 \end_inset
43093
43094
43095 \begin_inset Index idx
43096 status collapsed
43097
43098 \begin_layout Plain Layout
43099 PDF
43100 \end_layout
43101
43102 \end_inset
43103
43104
43105 \end_layout
43106
43107 \begin_layout Standard
43108 This file type has the extension 
43109 \begin_inset Quotes eld
43110 \end_inset
43111
43112
43113 \family typewriter
43114 .pdf
43115 \family default
43116
43117 \begin_inset Quotes erd
43118 \end_inset
43119
43120 .
43121  The 
43122 \begin_inset Quotes eld
43123 \end_inset
43124
43125 Portable Document Format
43126 \begin_inset Quotes erd
43127 \end_inset
43128
43129  (PDF) was developed by 
43130 \family typewriter
43131 Adobe
43132 \family default
43133  as a derivative of PostScript.
43134  It is more compressed and it uses fewer commands than PostScript.
43135  As the name 
43136 \begin_inset Quotes eld
43137 \end_inset
43138
43139 portable
43140 \begin_inset Quotes erd
43141 \end_inset
43142
43143  implies, it can be processed at any computer system and the printed output
43144  looks exactly the same.
43145 \end_layout
43146
43147 \begin_layout Standard
43148 PDF can contain images in its own PDF format, in the format 
43149 \begin_inset Quotes eld
43150 \end_inset
43151
43152 Joint Photographic Experts Group
43153 \begin_inset Quotes erd
43154 \end_inset
43155
43156  (JPG, file extension 
43157 \begin_inset Quotes eld
43158 \end_inset
43159
43160
43161 \family typewriter
43162 .jpg
43163 \family default
43164
43165 \begin_inset Quotes erd
43166 \end_inset
43167
43168  or 
43169 \begin_inset Quotes eld
43170 \end_inset
43171
43172
43173 \family typewriter
43174 .jpeg
43175 \family default
43176
43177 \begin_inset Quotes erd
43178 \end_inset
43179
43180 ), and in the format 
43181 \begin_inset Quotes eld
43182 \end_inset
43183
43184 Portable Network Graphics
43185 \begin_inset Quotes erd
43186 \end_inset
43187
43188  (PNG, file extension 
43189 \begin_inset Quotes eld
43190 \end_inset
43191
43192
43193 \family typewriter
43194 .png
43195 \family default
43196
43197 \begin_inset Quotes erd
43198 \end_inset
43199
43200 ).
43201  Nevertheless you can use any other image format, because \SpecialChar LyX
43202  converts them
43203  in the background to one of these formats.
43204  But as described in the section about PostScript, the image conversion
43205  will slow down your work flow.
43206  So it is recommended that you use images in one of the three mentioned
43207  formats.
43208 \end_layout
43209
43210 \begin_layout Standard
43211 You can export your document to PDF via the menu 
43212 \family sans
43213 File\SpecialChar menuseparator
43214 Export
43215 \family default
43216  in three different ways:
43217 \end_layout
43218
43219 \begin_layout Description
43220 PDF
43221 \begin_inset space ~
43222 \end_inset
43223
43224 (ps2pdf) This uses the program 
43225 \family typewriter
43226 ps2pdf
43227 \family default
43228  that creates a PDF from a PostScript-version of your file.
43229  The PostScript-version is produced by the program 
43230 \family typewriter
43231 dvips
43232 \family default
43233  which uses a DVI-version as intermediate step.
43234  So this export variant consists of three conversions.
43235 \end_layout
43236
43237 \begin_layout Description
43238 PDF
43239 \begin_inset space ~
43240 \end_inset
43241
43242 (dvipdfm) This uses the program 
43243 \family typewriter
43244 dvipdfm
43245 \family default
43246  that converts your file in the background to DVI and in a second step to
43247  PDF.
43248 \end_layout
43249
43250 \begin_layout Description
43251 PDF
43252 \begin_inset space ~
43253 \end_inset
43254
43255 (pdflatex) This uses the program 
43256 \family typewriter
43257 pdftex
43258 \family default
43259  that converts your file directly to PDF.
43260 \end_layout
43261
43262 \begin_layout Standard
43263 It is recommended that you use 
43264 \family sans
43265 PDF
43266 \begin_inset space ~
43267 \end_inset
43268
43269 (pdflatex)
43270 \family default
43271  because 
43272 \family typewriter
43273 pdftex
43274 \family default
43275  supports all features of actual PDF-versions, is quick and works stable.
43276  The program 
43277 \family typewriter
43278 dvipdfm
43279 \family default
43280  is not under development and therefore a bit outdated.
43281 \end_layout
43282
43283 \begin_layout Standard
43284 You can view your document as PDF via the 
43285 \family sans
43286 View
43287 \family default
43288  menu or by using a toolbar button.
43289 \end_layout
43290
43291 \begin_layout Chapter
43292 List of dvips color names
43293 \begin_inset CommandInset label
43294 LatexCommand label
43295 name "chap:List-of-dvips-colornames"
43296
43297 \end_inset
43298
43299
43300 \end_layout
43301
43302 \begin_layout Standard
43303 \begin_inset Tabular
43304 <lyxtabular version="3" rows="17" columns="4">
43305 <features tabularvalignment="middle">
43306 <column alignment="left" valignment="top" width="0pt">
43307 <column alignment="left" valignment="top" width="0pt">
43308 <column alignment="left" valignment="top" width="0pt">
43309 <column alignment="left" valignment="top" width="0pt">
43310 <row>
43311 <cell alignment="left" valignment="top" usebox="none">
43312 \begin_inset Text
43313
43314 \begin_layout Plain Layout
43315 \begin_inset ERT
43316 status collapsed
43317
43318 \begin_layout Plain Layout
43319
43320
43321 \backslash
43322 fcolorbox{black}{
43323 \end_layout
43324
43325 \end_inset
43326
43327 white
43328 \begin_inset ERT
43329 status collapsed
43330
43331 \begin_layout Plain Layout
43332
43333 }{
43334 \end_layout
43335
43336 \end_inset
43337
43338 Color
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344 }
43345 \end_layout
43346
43347 \end_inset
43348
43349  Color name
43350 \end_layout
43351
43352 \end_inset
43353 </cell>
43354 <cell alignment="left" valignment="top" usebox="none">
43355 \begin_inset Text
43356
43357 \begin_layout Plain Layout
43358 \begin_inset ERT
43359 status collapsed
43360
43361 \begin_layout Plain Layout
43362
43363
43364 \backslash
43365 fcolorbox{black}{
43366 \end_layout
43367
43368 \end_inset
43369
43370 white
43371 \begin_inset ERT
43372 status collapsed
43373
43374 \begin_layout Plain Layout
43375
43376 }{
43377 \end_layout
43378
43379 \end_inset
43380
43381 Color
43382 \begin_inset ERT
43383 status collapsed
43384
43385 \begin_layout Plain Layout
43386
43387 }
43388 \end_layout
43389
43390 \end_inset
43391
43392  Color name
43393 \end_layout
43394
43395 \end_inset
43396 </cell>
43397 <cell alignment="left" valignment="top" usebox="none">
43398 \begin_inset Text
43399
43400 \begin_layout Plain Layout
43401 \begin_inset ERT
43402 status collapsed
43403
43404 \begin_layout Plain Layout
43405
43406
43407 \backslash
43408 fcolorbox{black}{
43409 \end_layout
43410
43411 \end_inset
43412
43413 white
43414 \begin_inset ERT
43415 status collapsed
43416
43417 \begin_layout Plain Layout
43418
43419 }{
43420 \end_layout
43421
43422 \end_inset
43423
43424 Color
43425 \begin_inset ERT
43426 status collapsed
43427
43428 \begin_layout Plain Layout
43429
43430 }
43431 \end_layout
43432
43433 \end_inset
43434
43435  Color name
43436 \end_layout
43437
43438 \end_inset
43439 </cell>
43440 <cell alignment="left" valignment="top" usebox="none">
43441 \begin_inset Text
43442
43443 \begin_layout Plain Layout
43444 \begin_inset ERT
43445 status collapsed
43446
43447 \begin_layout Plain Layout
43448
43449
43450 \backslash
43451 fcolorbox{black}{
43452 \end_layout
43453
43454 \end_inset
43455
43456 white
43457 \begin_inset ERT
43458 status collapsed
43459
43460 \begin_layout Plain Layout
43461
43462 }{
43463 \end_layout
43464
43465 \end_inset
43466
43467 Color
43468 \begin_inset ERT
43469 status collapsed
43470
43471 \begin_layout Plain Layout
43472
43473 }
43474 \end_layout
43475
43476 \end_inset
43477
43478  Color name
43479 \end_layout
43480
43481 \end_inset
43482 </cell>
43483 </row>
43484 <row>
43485 <cell alignment="center" valignment="top" usebox="none">
43486 \begin_inset Text
43487
43488 \begin_layout Plain Layout
43489 \begin_inset ERT
43490 status collapsed
43491
43492 \begin_layout Plain Layout
43493
43494
43495 \backslash
43496 fcolorbox{black}{
43497 \end_layout
43498
43499 \end_inset
43500
43501 Apricot
43502 \begin_inset ERT
43503 status collapsed
43504
43505 \begin_layout Plain Layout
43506
43507 }{
43508 \end_layout
43509
43510 \end_inset
43511
43512
43513 \begin_inset Phantom Phantom
43514 status open
43515
43516 \begin_layout Plain Layout
43517 W
43518 \end_layout
43519
43520 \end_inset
43521
43522
43523 \begin_inset ERT
43524 status collapsed
43525
43526 \begin_layout Plain Layout
43527
43528 }
43529 \end_layout
43530
43531 \end_inset
43532
43533  Apricot
43534 \end_layout
43535
43536 \end_inset
43537 </cell>
43538 <cell alignment="center" valignment="top" usebox="none">
43539 \begin_inset Text
43540
43541 \begin_layout Plain Layout
43542 \begin_inset ERT
43543 status collapsed
43544
43545 \begin_layout Plain Layout
43546
43547
43548 \backslash
43549 fcolorbox{black}{
43550 \end_layout
43551
43552 \end_inset
43553
43554 Aquamarine
43555 \begin_inset ERT
43556 status collapsed
43557
43558 \begin_layout Plain Layout
43559
43560 }{
43561 \end_layout
43562
43563 \end_inset
43564
43565
43566 \begin_inset Phantom Phantom
43567 status open
43568
43569 \begin_layout Plain Layout
43570 W
43571 \end_layout
43572
43573 \end_inset
43574
43575
43576 \begin_inset ERT
43577 status collapsed
43578
43579 \begin_layout Plain Layout
43580
43581 }
43582 \end_layout
43583
43584 \end_inset
43585
43586  Aquamarine
43587 \end_layout
43588
43589 \end_inset
43590 </cell>
43591 <cell alignment="center" valignment="top" usebox="none">
43592 \begin_inset Text
43593
43594 \begin_layout Plain Layout
43595 \begin_inset ERT
43596 status collapsed
43597
43598 \begin_layout Plain Layout
43599
43600
43601 \backslash
43602 fcolorbox{black}{
43603 \end_layout
43604
43605 \end_inset
43606
43607 Bittersweet
43608 \begin_inset ERT
43609 status collapsed
43610
43611 \begin_layout Plain Layout
43612
43613 }{
43614 \end_layout
43615
43616 \end_inset
43617
43618
43619 \begin_inset Phantom Phantom
43620 status open
43621
43622 \begin_layout Plain Layout
43623 W
43624 \end_layout
43625
43626 \end_inset
43627
43628
43629 \begin_inset ERT
43630 status collapsed
43631
43632 \begin_layout Plain Layout
43633
43634 }
43635 \end_layout
43636
43637 \end_inset
43638
43639  Bittersweet
43640 \end_layout
43641
43642 \end_inset
43643 </cell>
43644 <cell alignment="center" valignment="top" usebox="none">
43645 \begin_inset Text
43646
43647 \begin_layout Plain Layout
43648 \begin_inset ERT
43649 status collapsed
43650
43651 \begin_layout Plain Layout
43652
43653
43654 \backslash
43655 fcolorbox{black}{
43656 \end_layout
43657
43658 \end_inset
43659
43660 BlueGreen
43661 \begin_inset ERT
43662 status collapsed
43663
43664 \begin_layout Plain Layout
43665
43666 }{
43667 \end_layout
43668
43669 \end_inset
43670
43671
43672 \begin_inset Phantom Phantom
43673 status open
43674
43675 \begin_layout Plain Layout
43676 W
43677 \end_layout
43678
43679 \end_inset
43680
43681
43682 \begin_inset ERT
43683 status collapsed
43684
43685 \begin_layout Plain Layout
43686
43687 }
43688 \end_layout
43689
43690 \end_inset
43691
43692  BlueGreen
43693 \end_layout
43694
43695 \end_inset
43696 </cell>
43697 </row>
43698 <row>
43699 <cell alignment="left" valignment="top" usebox="none">
43700 \begin_inset Text
43701
43702 \begin_layout Plain Layout
43703 \begin_inset ERT
43704 status collapsed
43705
43706 \begin_layout Plain Layout
43707
43708
43709 \backslash
43710 fcolorbox{black}{
43711 \end_layout
43712
43713 \end_inset
43714
43715 BlueViolet
43716 \begin_inset ERT
43717 status collapsed
43718
43719 \begin_layout Plain Layout
43720
43721 }{
43722 \end_layout
43723
43724 \end_inset
43725
43726
43727 \begin_inset Phantom Phantom
43728 status open
43729
43730 \begin_layout Plain Layout
43731 W
43732 \end_layout
43733
43734 \end_inset
43735
43736
43737 \begin_inset ERT
43738 status collapsed
43739
43740 \begin_layout Plain Layout
43741
43742 }
43743 \end_layout
43744
43745 \end_inset
43746
43747  BlueViolet
43748 \end_layout
43749
43750 \end_inset
43751 </cell>
43752 <cell alignment="left" valignment="top" usebox="none">
43753 \begin_inset Text
43754
43755 \begin_layout Plain Layout
43756 \begin_inset ERT
43757 status collapsed
43758
43759 \begin_layout Plain Layout
43760
43761
43762 \backslash
43763 fcolorbox{black}{
43764 \end_layout
43765
43766 \end_inset
43767
43768 BrickRed
43769 \begin_inset ERT
43770 status collapsed
43771
43772 \begin_layout Plain Layout
43773
43774 }{
43775 \end_layout
43776
43777 \end_inset
43778
43779
43780 \begin_inset Phantom Phantom
43781 status open
43782
43783 \begin_layout Plain Layout
43784 W
43785 \end_layout
43786
43787 \end_inset
43788
43789
43790 \begin_inset ERT
43791 status collapsed
43792
43793 \begin_layout Plain Layout
43794
43795 }
43796 \end_layout
43797
43798 \end_inset
43799
43800  BrickRed
43801 \end_layout
43802
43803 \end_inset
43804 </cell>
43805 <cell alignment="left" valignment="top" usebox="none">
43806 \begin_inset Text
43807
43808 \begin_layout Plain Layout
43809 \begin_inset ERT
43810 status collapsed
43811
43812 \begin_layout Plain Layout
43813
43814
43815 \backslash
43816 fcolorbox{black}{
43817 \end_layout
43818
43819 \end_inset
43820
43821 Brown
43822 \begin_inset ERT
43823 status collapsed
43824
43825 \begin_layout Plain Layout
43826
43827 }{
43828 \end_layout
43829
43830 \end_inset
43831
43832
43833 \begin_inset Phantom Phantom
43834 status open
43835
43836 \begin_layout Plain Layout
43837 W
43838 \end_layout
43839
43840 \end_inset
43841
43842
43843 \begin_inset ERT
43844 status collapsed
43845
43846 \begin_layout Plain Layout
43847
43848 }
43849 \end_layout
43850
43851 \end_inset
43852
43853  Brown
43854 \end_layout
43855
43856 \end_inset
43857 </cell>
43858 <cell alignment="left" valignment="top" usebox="none">
43859 \begin_inset Text
43860
43861 \begin_layout Plain Layout
43862 \begin_inset ERT
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866
43867
43868 \backslash
43869 fcolorbox{black}{
43870 \end_layout
43871
43872 \end_inset
43873
43874 BurntOrange
43875 \begin_inset ERT
43876 status collapsed
43877
43878 \begin_layout Plain Layout
43879
43880 }{
43881 \end_layout
43882
43883 \end_inset
43884
43885
43886 \begin_inset Phantom Phantom
43887 status open
43888
43889 \begin_layout Plain Layout
43890 W
43891 \end_layout
43892
43893 \end_inset
43894
43895
43896 \begin_inset ERT
43897 status collapsed
43898
43899 \begin_layout Plain Layout
43900
43901 }
43902 \end_layout
43903
43904 \end_inset
43905
43906  BurntOrange
43907 \end_layout
43908
43909 \end_inset
43910 </cell>
43911 </row>
43912 <row>
43913 <cell alignment="left" valignment="top" usebox="none">
43914 \begin_inset Text
43915
43916 \begin_layout Plain Layout
43917 \begin_inset ERT
43918 status collapsed
43919
43920 \begin_layout Plain Layout
43921
43922
43923 \backslash
43924 fcolorbox{black}{
43925 \end_layout
43926
43927 \end_inset
43928
43929 CadetBlue
43930 \begin_inset ERT
43931 status collapsed
43932
43933 \begin_layout Plain Layout
43934
43935 }{
43936 \end_layout
43937
43938 \end_inset
43939
43940
43941 \begin_inset Phantom Phantom
43942 status open
43943
43944 \begin_layout Plain Layout
43945 W
43946 \end_layout
43947
43948 \end_inset
43949
43950
43951 \begin_inset ERT
43952 status collapsed
43953
43954 \begin_layout Plain Layout
43955
43956 }
43957 \end_layout
43958
43959 \end_inset
43960
43961  CadetBlue
43962 \end_layout
43963
43964 \end_inset
43965 </cell>
43966 <cell alignment="left" valignment="top" usebox="none">
43967 \begin_inset Text
43968
43969 \begin_layout Plain Layout
43970 \begin_inset ERT
43971 status collapsed
43972
43973 \begin_layout Plain Layout
43974
43975
43976 \backslash
43977 fcolorbox{black}{
43978 \end_layout
43979
43980 \end_inset
43981
43982 CarnationPink
43983 \begin_inset ERT
43984 status collapsed
43985
43986 \begin_layout Plain Layout
43987
43988 }{
43989 \end_layout
43990
43991 \end_inset
43992
43993
43994 \begin_inset Phantom Phantom
43995 status open
43996
43997 \begin_layout Plain Layout
43998 W
43999 \end_layout
44000
44001 \end_inset
44002
44003
44004 \begin_inset ERT
44005 status collapsed
44006
44007 \begin_layout Plain Layout
44008
44009 }
44010 \end_layout
44011
44012 \end_inset
44013
44014  CarnationPink
44015 \end_layout
44016
44017 \end_inset
44018 </cell>
44019 <cell alignment="left" valignment="top" usebox="none">
44020 \begin_inset Text
44021
44022 \begin_layout Plain Layout
44023 \begin_inset ERT
44024 status collapsed
44025
44026 \begin_layout Plain Layout
44027
44028
44029 \backslash
44030 fcolorbox{black}{
44031 \end_layout
44032
44033 \end_inset
44034
44035 Cerulean
44036 \begin_inset ERT
44037 status collapsed
44038
44039 \begin_layout Plain Layout
44040
44041 }{
44042 \end_layout
44043
44044 \end_inset
44045
44046
44047 \begin_inset Phantom Phantom
44048 status open
44049
44050 \begin_layout Plain Layout
44051 W
44052 \end_layout
44053
44054 \end_inset
44055
44056
44057 \begin_inset ERT
44058 status collapsed
44059
44060 \begin_layout Plain Layout
44061
44062 }
44063 \end_layout
44064
44065 \end_inset
44066
44067  Cerulean
44068 \end_layout
44069
44070 \end_inset
44071 </cell>
44072 <cell alignment="left" valignment="top" usebox="none">
44073 \begin_inset Text
44074
44075 \begin_layout Plain Layout
44076 \begin_inset ERT
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080
44081
44082 \backslash
44083 fcolorbox{black}{
44084 \end_layout
44085
44086 \end_inset
44087
44088 CornflowerBlue
44089 \begin_inset ERT
44090 status collapsed
44091
44092 \begin_layout Plain Layout
44093
44094 }{
44095 \end_layout
44096
44097 \end_inset
44098
44099
44100 \begin_inset Phantom Phantom
44101 status open
44102
44103 \begin_layout Plain Layout
44104 W
44105 \end_layout
44106
44107 \end_inset
44108
44109
44110 \begin_inset ERT
44111 status collapsed
44112
44113 \begin_layout Plain Layout
44114
44115 }
44116 \end_layout
44117
44118 \end_inset
44119
44120  CornflowerBlue
44121 \end_layout
44122
44123 \end_inset
44124 </cell>
44125 </row>
44126 <row>
44127 <cell alignment="left" valignment="top" usebox="none">
44128 \begin_inset Text
44129
44130 \begin_layout Plain Layout
44131 \begin_inset ERT
44132 status collapsed
44133
44134 \begin_layout Plain Layout
44135
44136
44137 \backslash
44138 fcolorbox{black}{
44139 \end_layout
44140
44141 \end_inset
44142
44143 Dandelion
44144 \begin_inset ERT
44145 status collapsed
44146
44147 \begin_layout Plain Layout
44148
44149 }{
44150 \end_layout
44151
44152 \end_inset
44153
44154
44155 \begin_inset Phantom Phantom
44156 status open
44157
44158 \begin_layout Plain Layout
44159 W
44160 \end_layout
44161
44162 \end_inset
44163
44164
44165 \begin_inset ERT
44166 status collapsed
44167
44168 \begin_layout Plain Layout
44169
44170 }
44171 \end_layout
44172
44173 \end_inset
44174
44175  Dandelion
44176 \end_layout
44177
44178 \end_inset
44179 </cell>
44180 <cell alignment="left" valignment="top" usebox="none">
44181 \begin_inset Text
44182
44183 \begin_layout Plain Layout
44184 \begin_inset ERT
44185 status collapsed
44186
44187 \begin_layout Plain Layout
44188
44189
44190 \backslash
44191 fcolorbox{black}{
44192 \end_layout
44193
44194 \end_inset
44195
44196 DarkOrchid
44197 \begin_inset ERT
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201
44202 }{
44203 \end_layout
44204
44205 \end_inset
44206
44207
44208 \begin_inset Phantom Phantom
44209 status open
44210
44211 \begin_layout Plain Layout
44212 W
44213 \end_layout
44214
44215 \end_inset
44216
44217
44218 \begin_inset ERT
44219 status collapsed
44220
44221 \begin_layout Plain Layout
44222
44223 }
44224 \end_layout
44225
44226 \end_inset
44227
44228  DarkOrchid
44229 \end_layout
44230
44231 \end_inset
44232 </cell>
44233 <cell alignment="left" valignment="top" usebox="none">
44234 \begin_inset Text
44235
44236 \begin_layout Plain Layout
44237 \begin_inset ERT
44238 status collapsed
44239
44240 \begin_layout Plain Layout
44241
44242
44243 \backslash
44244 fcolorbox{black}{
44245 \end_layout
44246
44247 \end_inset
44248
44249 Emerald
44250 \begin_inset ERT
44251 status collapsed
44252
44253 \begin_layout Plain Layout
44254
44255 }{
44256 \end_layout
44257
44258 \end_inset
44259
44260
44261 \begin_inset Phantom Phantom
44262 status open
44263
44264 \begin_layout Plain Layout
44265 W
44266 \end_layout
44267
44268 \end_inset
44269
44270
44271 \begin_inset ERT
44272 status collapsed
44273
44274 \begin_layout Plain Layout
44275
44276 }
44277 \end_layout
44278
44279 \end_inset
44280
44281  Emerald
44282 \end_layout
44283
44284 \end_inset
44285 </cell>
44286 <cell alignment="left" valignment="top" usebox="none">
44287 \begin_inset Text
44288
44289 \begin_layout Plain Layout
44290 \begin_inset ERT
44291 status collapsed
44292
44293 \begin_layout Plain Layout
44294
44295
44296 \backslash
44297 fcolorbox{black}{
44298 \end_layout
44299
44300 \end_inset
44301
44302 ForestGreen
44303 \begin_inset ERT
44304 status collapsed
44305
44306 \begin_layout Plain Layout
44307
44308 }{
44309 \end_layout
44310
44311 \end_inset
44312
44313
44314 \begin_inset Phantom Phantom
44315 status open
44316
44317 \begin_layout Plain Layout
44318 W
44319 \end_layout
44320
44321 \end_inset
44322
44323
44324 \begin_inset ERT
44325 status collapsed
44326
44327 \begin_layout Plain Layout
44328
44329 }
44330 \end_layout
44331
44332 \end_inset
44333
44334  ForestGreen
44335 \end_layout
44336
44337 \end_inset
44338 </cell>
44339 </row>
44340 <row>
44341 <cell alignment="left" valignment="top" usebox="none">
44342 \begin_inset Text
44343
44344 \begin_layout Plain Layout
44345 \begin_inset ERT
44346 status collapsed
44347
44348 \begin_layout Plain Layout
44349
44350
44351 \backslash
44352 fcolorbox{black}{
44353 \end_layout
44354
44355 \end_inset
44356
44357 Fuchsia
44358 \begin_inset ERT
44359 status collapsed
44360
44361 \begin_layout Plain Layout
44362
44363 }{
44364 \end_layout
44365
44366 \end_inset
44367
44368
44369 \begin_inset Phantom Phantom
44370 status open
44371
44372 \begin_layout Plain Layout
44373 W
44374 \end_layout
44375
44376 \end_inset
44377
44378
44379 \begin_inset ERT
44380 status collapsed
44381
44382 \begin_layout Plain Layout
44383
44384 }
44385 \end_layout
44386
44387 \end_inset
44388
44389  Fuchsia
44390 \end_layout
44391
44392 \end_inset
44393 </cell>
44394 <cell alignment="left" valignment="top" usebox="none">
44395 \begin_inset Text
44396
44397 \begin_layout Plain Layout
44398 \begin_inset ERT
44399 status collapsed
44400
44401 \begin_layout Plain Layout
44402
44403
44404 \backslash
44405 fcolorbox{black}{
44406 \end_layout
44407
44408 \end_inset
44409
44410 Goldenrod
44411 \begin_inset ERT
44412 status collapsed
44413
44414 \begin_layout Plain Layout
44415
44416 }{
44417 \end_layout
44418
44419 \end_inset
44420
44421
44422 \begin_inset Phantom Phantom
44423 status open
44424
44425 \begin_layout Plain Layout
44426 W
44427 \end_layout
44428
44429 \end_inset
44430
44431
44432 \begin_inset ERT
44433 status collapsed
44434
44435 \begin_layout Plain Layout
44436
44437 }
44438 \end_layout
44439
44440 \end_inset
44441
44442  Goldenrod
44443 \end_layout
44444
44445 \end_inset
44446 </cell>
44447 <cell alignment="left" valignment="top" usebox="none">
44448 \begin_inset Text
44449
44450 \begin_layout Plain Layout
44451 \begin_inset ERT
44452 status collapsed
44453
44454 \begin_layout Plain Layout
44455
44456
44457 \backslash
44458 fcolorbox{black}{
44459 \end_layout
44460
44461 \end_inset
44462
44463 Gray
44464 \begin_inset ERT
44465 status collapsed
44466
44467 \begin_layout Plain Layout
44468
44469 }{
44470 \end_layout
44471
44472 \end_inset
44473
44474
44475 \begin_inset Phantom Phantom
44476 status open
44477
44478 \begin_layout Plain Layout
44479 W
44480 \end_layout
44481
44482 \end_inset
44483
44484
44485 \begin_inset ERT
44486 status collapsed
44487
44488 \begin_layout Plain Layout
44489
44490 }
44491 \end_layout
44492
44493 \end_inset
44494
44495  Gray
44496 \end_layout
44497
44498 \end_inset
44499 </cell>
44500 <cell alignment="left" valignment="top" usebox="none">
44501 \begin_inset Text
44502
44503 \begin_layout Plain Layout
44504 \begin_inset ERT
44505 status collapsed
44506
44507 \begin_layout Plain Layout
44508
44509
44510 \backslash
44511 fcolorbox{black}{
44512 \end_layout
44513
44514 \end_inset
44515
44516 GreenYellow
44517 \begin_inset ERT
44518 status collapsed
44519
44520 \begin_layout Plain Layout
44521
44522 }{
44523 \end_layout
44524
44525 \end_inset
44526
44527
44528 \begin_inset Phantom Phantom
44529 status open
44530
44531 \begin_layout Plain Layout
44532 W
44533 \end_layout
44534
44535 \end_inset
44536
44537
44538 \begin_inset ERT
44539 status collapsed
44540
44541 \begin_layout Plain Layout
44542
44543 }
44544 \end_layout
44545
44546 \end_inset
44547
44548  GreenYellow
44549 \end_layout
44550
44551 \end_inset
44552 </cell>
44553 </row>
44554 <row>
44555 <cell alignment="center" valignment="top" usebox="none">
44556 \begin_inset Text
44557
44558 \begin_layout Plain Layout
44559 \begin_inset ERT
44560 status collapsed
44561
44562 \begin_layout Plain Layout
44563
44564
44565 \backslash
44566 fcolorbox{black}{
44567 \end_layout
44568
44569 \end_inset
44570
44571 JungleGreen
44572 \begin_inset ERT
44573 status collapsed
44574
44575 \begin_layout Plain Layout
44576
44577 }{
44578 \end_layout
44579
44580 \end_inset
44581
44582
44583 \begin_inset Phantom Phantom
44584 status open
44585
44586 \begin_layout Plain Layout
44587 W
44588 \end_layout
44589
44590 \end_inset
44591
44592
44593 \begin_inset ERT
44594 status collapsed
44595
44596 \begin_layout Plain Layout
44597
44598 }
44599 \end_layout
44600
44601 \end_inset
44602
44603  JungleGreen
44604 \end_layout
44605
44606 \end_inset
44607 </cell>
44608 <cell alignment="center" valignment="top" usebox="none">
44609 \begin_inset Text
44610
44611 \begin_layout Plain Layout
44612 \begin_inset ERT
44613 status collapsed
44614
44615 \begin_layout Plain Layout
44616
44617
44618 \backslash
44619 fcolorbox{black}{
44620 \end_layout
44621
44622 \end_inset
44623
44624 Lavender
44625 \begin_inset ERT
44626 status collapsed
44627
44628 \begin_layout Plain Layout
44629
44630 }{
44631 \end_layout
44632
44633 \end_inset
44634
44635
44636 \begin_inset Phantom Phantom
44637 status open
44638
44639 \begin_layout Plain Layout
44640 W
44641 \end_layout
44642
44643 \end_inset
44644
44645
44646 \begin_inset ERT
44647 status collapsed
44648
44649 \begin_layout Plain Layout
44650
44651 }
44652 \end_layout
44653
44654 \end_inset
44655
44656  Lavender
44657 \end_layout
44658
44659 \end_inset
44660 </cell>
44661 <cell alignment="center" valignment="top" usebox="none">
44662 \begin_inset Text
44663
44664 \begin_layout Plain Layout
44665 \begin_inset ERT
44666 status collapsed
44667
44668 \begin_layout Plain Layout
44669
44670
44671 \backslash
44672 fcolorbox{black}{
44673 \end_layout
44674
44675 \end_inset
44676
44677 LimeGreen
44678 \begin_inset ERT
44679 status collapsed
44680
44681 \begin_layout Plain Layout
44682
44683 }{
44684 \end_layout
44685
44686 \end_inset
44687
44688
44689 \begin_inset Phantom Phantom
44690 status open
44691
44692 \begin_layout Plain Layout
44693 W
44694 \end_layout
44695
44696 \end_inset
44697
44698
44699 \begin_inset ERT
44700 status collapsed
44701
44702 \begin_layout Plain Layout
44703
44704 }
44705 \end_layout
44706
44707 \end_inset
44708
44709  LimeGreen
44710 \end_layout
44711
44712 \end_inset
44713 </cell>
44714 <cell alignment="center" valignment="top" usebox="none">
44715 \begin_inset Text
44716
44717 \begin_layout Plain Layout
44718 \begin_inset ERT
44719 status collapsed
44720
44721 \begin_layout Plain Layout
44722
44723
44724 \backslash
44725 fcolorbox{black}{
44726 \end_layout
44727
44728 \end_inset
44729
44730 Mahogany
44731 \begin_inset ERT
44732 status collapsed
44733
44734 \begin_layout Plain Layout
44735
44736 }{
44737 \end_layout
44738
44739 \end_inset
44740
44741
44742 \begin_inset Phantom Phantom
44743 status open
44744
44745 \begin_layout Plain Layout
44746 W
44747 \end_layout
44748
44749 \end_inset
44750
44751
44752 \begin_inset ERT
44753 status collapsed
44754
44755 \begin_layout Plain Layout
44756
44757 }
44758 \end_layout
44759
44760 \end_inset
44761
44762  Mahogany
44763 \end_layout
44764
44765 \end_inset
44766 </cell>
44767 </row>
44768 <row>
44769 <cell alignment="left" valignment="top" usebox="none">
44770 \begin_inset Text
44771
44772 \begin_layout Plain Layout
44773 \begin_inset ERT
44774 status collapsed
44775
44776 \begin_layout Plain Layout
44777
44778
44779 \backslash
44780 fcolorbox{black}{
44781 \end_layout
44782
44783 \end_inset
44784
44785 Mahogany
44786 \begin_inset ERT
44787 status collapsed
44788
44789 \begin_layout Plain Layout
44790
44791 }{
44792 \end_layout
44793
44794 \end_inset
44795
44796
44797 \begin_inset Phantom Phantom
44798 status open
44799
44800 \begin_layout Plain Layout
44801 W
44802 \end_layout
44803
44804 \end_inset
44805
44806
44807 \begin_inset ERT
44808 status collapsed
44809
44810 \begin_layout Plain Layout
44811
44812 }
44813 \end_layout
44814
44815 \end_inset
44816
44817  Mahogany
44818 \end_layout
44819
44820 \end_inset
44821 </cell>
44822 <cell alignment="left" valignment="top" usebox="none">
44823 \begin_inset Text
44824
44825 \begin_layout Plain Layout
44826 \begin_inset ERT
44827 status collapsed
44828
44829 \begin_layout Plain Layout
44830
44831
44832 \backslash
44833 fcolorbox{black}{
44834 \end_layout
44835
44836 \end_inset
44837
44838 Maroon
44839 \begin_inset ERT
44840 status collapsed
44841
44842 \begin_layout Plain Layout
44843
44844 }{
44845 \end_layout
44846
44847 \end_inset
44848
44849
44850 \begin_inset Phantom Phantom
44851 status open
44852
44853 \begin_layout Plain Layout
44854 W
44855 \end_layout
44856
44857 \end_inset
44858
44859
44860 \begin_inset ERT
44861 status collapsed
44862
44863 \begin_layout Plain Layout
44864
44865 }
44866 \end_layout
44867
44868 \end_inset
44869
44870  Maroon
44871 \end_layout
44872
44873 \end_inset
44874 </cell>
44875 <cell alignment="left" valignment="top" usebox="none">
44876 \begin_inset Text
44877
44878 \begin_layout Plain Layout
44879 \begin_inset ERT
44880 status collapsed
44881
44882 \begin_layout Plain Layout
44883
44884
44885 \backslash
44886 fcolorbox{black}{
44887 \end_layout
44888
44889 \end_inset
44890
44891 Melon
44892 \begin_inset ERT
44893 status collapsed
44894
44895 \begin_layout Plain Layout
44896
44897 }{
44898 \end_layout
44899
44900 \end_inset
44901
44902
44903 \begin_inset Phantom Phantom
44904 status open
44905
44906 \begin_layout Plain Layout
44907 W
44908 \end_layout
44909
44910 \end_inset
44911
44912
44913 \begin_inset ERT
44914 status collapsed
44915
44916 \begin_layout Plain Layout
44917
44918 }
44919 \end_layout
44920
44921 \end_inset
44922
44923  Melon
44924 \end_layout
44925
44926 \end_inset
44927 </cell>
44928 <cell alignment="left" valignment="top" usebox="none">
44929 \begin_inset Text
44930
44931 \begin_layout Plain Layout
44932 \begin_inset ERT
44933 status collapsed
44934
44935 \begin_layout Plain Layout
44936
44937
44938 \backslash
44939 fcolorbox{black}{
44940 \end_layout
44941
44942 \end_inset
44943
44944 MidnightBlue
44945 \begin_inset ERT
44946 status collapsed
44947
44948 \begin_layout Plain Layout
44949
44950 }{
44951 \end_layout
44952
44953 \end_inset
44954
44955
44956 \begin_inset Phantom Phantom
44957 status open
44958
44959 \begin_layout Plain Layout
44960 W
44961 \end_layout
44962
44963 \end_inset
44964
44965
44966 \begin_inset ERT
44967 status collapsed
44968
44969 \begin_layout Plain Layout
44970
44971 }
44972 \end_layout
44973
44974 \end_inset
44975
44976  MidnightBlue
44977 \end_layout
44978
44979 \end_inset
44980 </cell>
44981 </row>
44982 <row>
44983 <cell alignment="left" valignment="top" usebox="none">
44984 \begin_inset Text
44985
44986 \begin_layout Plain Layout
44987 \begin_inset ERT
44988 status collapsed
44989
44990 \begin_layout Plain Layout
44991
44992
44993 \backslash
44994 fcolorbox{black}{
44995 \end_layout
44996
44997 \end_inset
44998
44999 Mulberry
45000 \begin_inset ERT
45001 status collapsed
45002
45003 \begin_layout Plain Layout
45004
45005 }{
45006 \end_layout
45007
45008 \end_inset
45009
45010
45011 \begin_inset Phantom Phantom
45012 status open
45013
45014 \begin_layout Plain Layout
45015 W
45016 \end_layout
45017
45018 \end_inset
45019
45020
45021 \begin_inset ERT
45022 status collapsed
45023
45024 \begin_layout Plain Layout
45025
45026 }
45027 \end_layout
45028
45029 \end_inset
45030
45031  Mulberry
45032 \end_layout
45033
45034 \end_inset
45035 </cell>
45036 <cell alignment="left" valignment="top" usebox="none">
45037 \begin_inset Text
45038
45039 \begin_layout Plain Layout
45040 \begin_inset ERT
45041 status collapsed
45042
45043 \begin_layout Plain Layout
45044
45045
45046 \backslash
45047 fcolorbox{black}{
45048 \end_layout
45049
45050 \end_inset
45051
45052 NavyBlue
45053 \begin_inset ERT
45054 status collapsed
45055
45056 \begin_layout Plain Layout
45057
45058 }{
45059 \end_layout
45060
45061 \end_inset
45062
45063
45064 \begin_inset Phantom Phantom
45065 status open
45066
45067 \begin_layout Plain Layout
45068 W
45069 \end_layout
45070
45071 \end_inset
45072
45073
45074 \begin_inset ERT
45075 status collapsed
45076
45077 \begin_layout Plain Layout
45078
45079 }
45080 \end_layout
45081
45082 \end_inset
45083
45084  NavyBlue
45085 \end_layout
45086
45087 \end_inset
45088 </cell>
45089 <cell alignment="left" valignment="top" usebox="none">
45090 \begin_inset Text
45091
45092 \begin_layout Plain Layout
45093 \begin_inset ERT
45094 status collapsed
45095
45096 \begin_layout Plain Layout
45097
45098
45099 \backslash
45100 fcolorbox{black}{
45101 \end_layout
45102
45103 \end_inset
45104
45105 OliveGreen
45106 \begin_inset ERT
45107 status collapsed
45108
45109 \begin_layout Plain Layout
45110
45111 }{
45112 \end_layout
45113
45114 \end_inset
45115
45116
45117 \begin_inset Phantom Phantom
45118 status open
45119
45120 \begin_layout Plain Layout
45121 W
45122 \end_layout
45123
45124 \end_inset
45125
45126
45127 \begin_inset ERT
45128 status collapsed
45129
45130 \begin_layout Plain Layout
45131
45132 }
45133 \end_layout
45134
45135 \end_inset
45136
45137  OliveGreen
45138 \end_layout
45139
45140 \end_inset
45141 </cell>
45142 <cell alignment="left" valignment="top" usebox="none">
45143 \begin_inset Text
45144
45145 \begin_layout Plain Layout
45146 \begin_inset ERT
45147 status collapsed
45148
45149 \begin_layout Plain Layout
45150
45151
45152 \backslash
45153 fcolorbox{black}{
45154 \end_layout
45155
45156 \end_inset
45157
45158 Orange
45159 \begin_inset ERT
45160 status collapsed
45161
45162 \begin_layout Plain Layout
45163
45164 }{
45165 \end_layout
45166
45167 \end_inset
45168
45169
45170 \begin_inset Phantom Phantom
45171 status open
45172
45173 \begin_layout Plain Layout
45174 W
45175 \end_layout
45176
45177 \end_inset
45178
45179
45180 \begin_inset ERT
45181 status collapsed
45182
45183 \begin_layout Plain Layout
45184
45185 }
45186 \end_layout
45187
45188 \end_inset
45189
45190  Orange
45191 \end_layout
45192
45193 \end_inset
45194 </cell>
45195 </row>
45196 <row>
45197 <cell alignment="left" valignment="top" usebox="none">
45198 \begin_inset Text
45199
45200 \begin_layout Plain Layout
45201 \begin_inset ERT
45202 status collapsed
45203
45204 \begin_layout Plain Layout
45205
45206
45207 \backslash
45208 fcolorbox{black}{
45209 \end_layout
45210
45211 \end_inset
45212
45213 OrangeRed
45214 \begin_inset ERT
45215 status collapsed
45216
45217 \begin_layout Plain Layout
45218
45219 }{
45220 \end_layout
45221
45222 \end_inset
45223
45224
45225 \begin_inset Phantom Phantom
45226 status open
45227
45228 \begin_layout Plain Layout
45229 W
45230 \end_layout
45231
45232 \end_inset
45233
45234
45235 \begin_inset ERT
45236 status collapsed
45237
45238 \begin_layout Plain Layout
45239
45240 }
45241 \end_layout
45242
45243 \end_inset
45244
45245  OrangeRed
45246 \end_layout
45247
45248 \end_inset
45249 </cell>
45250 <cell alignment="left" valignment="top" usebox="none">
45251 \begin_inset Text
45252
45253 \begin_layout Plain Layout
45254 \begin_inset ERT
45255 status collapsed
45256
45257 \begin_layout Plain Layout
45258
45259
45260 \backslash
45261 fcolorbox{black}{
45262 \end_layout
45263
45264 \end_inset
45265
45266 Orchid
45267 \begin_inset ERT
45268 status collapsed
45269
45270 \begin_layout Plain Layout
45271
45272 }{
45273 \end_layout
45274
45275 \end_inset
45276
45277
45278 \begin_inset Phantom Phantom
45279 status open
45280
45281 \begin_layout Plain Layout
45282 W
45283 \end_layout
45284
45285 \end_inset
45286
45287
45288 \begin_inset ERT
45289 status collapsed
45290
45291 \begin_layout Plain Layout
45292
45293 }
45294 \end_layout
45295
45296 \end_inset
45297
45298  Orchid
45299 \end_layout
45300
45301 \end_inset
45302 </cell>
45303 <cell alignment="left" valignment="top" usebox="none">
45304 \begin_inset Text
45305
45306 \begin_layout Plain Layout
45307 \begin_inset ERT
45308 status collapsed
45309
45310 \begin_layout Plain Layout
45311
45312
45313 \backslash
45314 fcolorbox{black}{
45315 \end_layout
45316
45317 \end_inset
45318
45319 Peach
45320 \begin_inset ERT
45321 status collapsed
45322
45323 \begin_layout Plain Layout
45324
45325 }{
45326 \end_layout
45327
45328 \end_inset
45329
45330
45331 \begin_inset Phantom Phantom
45332 status open
45333
45334 \begin_layout Plain Layout
45335 W
45336 \end_layout
45337
45338 \end_inset
45339
45340
45341 \begin_inset ERT
45342 status collapsed
45343
45344 \begin_layout Plain Layout
45345
45346 }
45347 \end_layout
45348
45349 \end_inset
45350
45351  Peach
45352 \end_layout
45353
45354 \end_inset
45355 </cell>
45356 <cell alignment="left" valignment="top" usebox="none">
45357 \begin_inset Text
45358
45359 \begin_layout Plain Layout
45360 \begin_inset ERT
45361 status collapsed
45362
45363 \begin_layout Plain Layout
45364
45365
45366 \backslash
45367 fcolorbox{black}{
45368 \end_layout
45369
45370 \end_inset
45371
45372 Periwinkle
45373 \begin_inset ERT
45374 status collapsed
45375
45376 \begin_layout Plain Layout
45377
45378 }{
45379 \end_layout
45380
45381 \end_inset
45382
45383
45384 \begin_inset Phantom Phantom
45385 status open
45386
45387 \begin_layout Plain Layout
45388 W
45389 \end_layout
45390
45391 \end_inset
45392
45393
45394 \begin_inset ERT
45395 status collapsed
45396
45397 \begin_layout Plain Layout
45398
45399 }
45400 \end_layout
45401
45402 \end_inset
45403
45404  Periwinkle
45405 \end_layout
45406
45407 \end_inset
45408 </cell>
45409 </row>
45410 <row>
45411 <cell alignment="left" valignment="top" usebox="none">
45412 \begin_inset Text
45413
45414 \begin_layout Plain Layout
45415 \begin_inset ERT
45416 status collapsed
45417
45418 \begin_layout Plain Layout
45419
45420
45421 \backslash
45422 fcolorbox{black}{
45423 \end_layout
45424
45425 \end_inset
45426
45427 PineGreen
45428 \begin_inset ERT
45429 status collapsed
45430
45431 \begin_layout Plain Layout
45432
45433 }{
45434 \end_layout
45435
45436 \end_inset
45437
45438
45439 \begin_inset Phantom Phantom
45440 status open
45441
45442 \begin_layout Plain Layout
45443 W
45444 \end_layout
45445
45446 \end_inset
45447
45448
45449 \begin_inset ERT
45450 status collapsed
45451
45452 \begin_layout Plain Layout
45453
45454 }
45455 \end_layout
45456
45457 \end_inset
45458
45459  PineGreen
45460 \end_layout
45461
45462 \end_inset
45463 </cell>
45464 <cell alignment="left" valignment="top" usebox="none">
45465 \begin_inset Text
45466
45467 \begin_layout Plain Layout
45468 \begin_inset ERT
45469 status collapsed
45470
45471 \begin_layout Plain Layout
45472
45473
45474 \backslash
45475 fcolorbox{black}{
45476 \end_layout
45477
45478 \end_inset
45479
45480 Plum
45481 \begin_inset ERT
45482 status collapsed
45483
45484 \begin_layout Plain Layout
45485
45486 }{
45487 \end_layout
45488
45489 \end_inset
45490
45491
45492 \begin_inset Phantom Phantom
45493 status open
45494
45495 \begin_layout Plain Layout
45496 W
45497 \end_layout
45498
45499 \end_inset
45500
45501
45502 \begin_inset ERT
45503 status collapsed
45504
45505 \begin_layout Plain Layout
45506
45507 }
45508 \end_layout
45509
45510 \end_inset
45511
45512  Plum
45513 \end_layout
45514
45515 \end_inset
45516 </cell>
45517 <cell alignment="left" valignment="top" usebox="none">
45518 \begin_inset Text
45519
45520 \begin_layout Plain Layout
45521 \begin_inset ERT
45522 status collapsed
45523
45524 \begin_layout Plain Layout
45525
45526
45527 \backslash
45528 fcolorbox{black}{
45529 \end_layout
45530
45531 \end_inset
45532
45533 ProcessBlue
45534 \begin_inset ERT
45535 status collapsed
45536
45537 \begin_layout Plain Layout
45538
45539 }{
45540 \end_layout
45541
45542 \end_inset
45543
45544
45545 \begin_inset Phantom Phantom
45546 status open
45547
45548 \begin_layout Plain Layout
45549 W
45550 \end_layout
45551
45552 \end_inset
45553
45554
45555 \begin_inset ERT
45556 status collapsed
45557
45558 \begin_layout Plain Layout
45559
45560 }
45561 \end_layout
45562
45563 \end_inset
45564
45565  ProcessBlue
45566 \end_layout
45567
45568 \end_inset
45569 </cell>
45570 <cell alignment="left" valignment="top" usebox="none">
45571 \begin_inset Text
45572
45573 \begin_layout Plain Layout
45574 \begin_inset ERT
45575 status collapsed
45576
45577 \begin_layout Plain Layout
45578
45579
45580 \backslash
45581 fcolorbox{black}{
45582 \end_layout
45583
45584 \end_inset
45585
45586 Purple
45587 \begin_inset ERT
45588 status collapsed
45589
45590 \begin_layout Plain Layout
45591
45592 }{
45593 \end_layout
45594
45595 \end_inset
45596
45597
45598 \begin_inset Phantom Phantom
45599 status open
45600
45601 \begin_layout Plain Layout
45602 W
45603 \end_layout
45604
45605 \end_inset
45606
45607
45608 \begin_inset ERT
45609 status collapsed
45610
45611 \begin_layout Plain Layout
45612
45613 }
45614 \end_layout
45615
45616 \end_inset
45617
45618  Purple
45619 \end_layout
45620
45621 \end_inset
45622 </cell>
45623 </row>
45624 <row>
45625 <cell alignment="left" valignment="top" usebox="none">
45626 \begin_inset Text
45627
45628 \begin_layout Plain Layout
45629 \begin_inset ERT
45630 status collapsed
45631
45632 \begin_layout Plain Layout
45633
45634
45635 \backslash
45636 fcolorbox{black}{
45637 \end_layout
45638
45639 \end_inset
45640
45641 RawSienna
45642 \begin_inset ERT
45643 status collapsed
45644
45645 \begin_layout Plain Layout
45646
45647 }{
45648 \end_layout
45649
45650 \end_inset
45651
45652
45653 \begin_inset Phantom Phantom
45654 status open
45655
45656 \begin_layout Plain Layout
45657 W
45658 \end_layout
45659
45660 \end_inset
45661
45662
45663 \begin_inset ERT
45664 status collapsed
45665
45666 \begin_layout Plain Layout
45667
45668 }
45669 \end_layout
45670
45671 \end_inset
45672
45673  RawSienna
45674 \end_layout
45675
45676 \end_inset
45677 </cell>
45678 <cell alignment="left" valignment="top" usebox="none">
45679 \begin_inset Text
45680
45681 \begin_layout Plain Layout
45682 \begin_inset ERT
45683 status collapsed
45684
45685 \begin_layout Plain Layout
45686
45687
45688 \backslash
45689 fcolorbox{black}{
45690 \end_layout
45691
45692 \end_inset
45693
45694 RedOrange
45695 \begin_inset ERT
45696 status collapsed
45697
45698 \begin_layout Plain Layout
45699
45700 }{
45701 \end_layout
45702
45703 \end_inset
45704
45705
45706 \begin_inset Phantom Phantom
45707 status open
45708
45709 \begin_layout Plain Layout
45710 W
45711 \end_layout
45712
45713 \end_inset
45714
45715
45716 \begin_inset ERT
45717 status collapsed
45718
45719 \begin_layout Plain Layout
45720
45721 }
45722 \end_layout
45723
45724 \end_inset
45725
45726  RedOrange
45727 \end_layout
45728
45729 \end_inset
45730 </cell>
45731 <cell alignment="left" valignment="top" usebox="none">
45732 \begin_inset Text
45733
45734 \begin_layout Plain Layout
45735 \begin_inset ERT
45736 status collapsed
45737
45738 \begin_layout Plain Layout
45739
45740
45741 \backslash
45742 fcolorbox{black}{
45743 \end_layout
45744
45745 \end_inset
45746
45747 RedViolet
45748 \begin_inset ERT
45749 status collapsed
45750
45751 \begin_layout Plain Layout
45752
45753 }{
45754 \end_layout
45755
45756 \end_inset
45757
45758
45759 \begin_inset Phantom Phantom
45760 status open
45761
45762 \begin_layout Plain Layout
45763 W
45764 \end_layout
45765
45766 \end_inset
45767
45768
45769 \begin_inset ERT
45770 status collapsed
45771
45772 \begin_layout Plain Layout
45773
45774 }
45775 \end_layout
45776
45777 \end_inset
45778
45779  RedViolet
45780 \end_layout
45781
45782 \end_inset
45783 </cell>
45784 <cell alignment="left" valignment="top" usebox="none">
45785 \begin_inset Text
45786
45787 \begin_layout Plain Layout
45788 \begin_inset ERT
45789 status collapsed
45790
45791 \begin_layout Plain Layout
45792
45793
45794 \backslash
45795 fcolorbox{black}{
45796 \end_layout
45797
45798 \end_inset
45799
45800 Rhodamine
45801 \begin_inset ERT
45802 status collapsed
45803
45804 \begin_layout Plain Layout
45805
45806 }{
45807 \end_layout
45808
45809 \end_inset
45810
45811
45812 \begin_inset Phantom Phantom
45813 status open
45814
45815 \begin_layout Plain Layout
45816 W
45817 \end_layout
45818
45819 \end_inset
45820
45821
45822 \begin_inset ERT
45823 status collapsed
45824
45825 \begin_layout Plain Layout
45826
45827 }
45828 \end_layout
45829
45830 \end_inset
45831
45832  Rhodamine
45833 \end_layout
45834
45835 \end_inset
45836 </cell>
45837 </row>
45838 <row>
45839 <cell alignment="left" valignment="top" usebox="none">
45840 \begin_inset Text
45841
45842 \begin_layout Plain Layout
45843 \begin_inset ERT
45844 status collapsed
45845
45846 \begin_layout Plain Layout
45847
45848
45849 \backslash
45850 fcolorbox{black}{
45851 \end_layout
45852
45853 \end_inset
45854
45855 RoyalBlue
45856 \begin_inset ERT
45857 status collapsed
45858
45859 \begin_layout Plain Layout
45860
45861 }{
45862 \end_layout
45863
45864 \end_inset
45865
45866
45867 \begin_inset Phantom Phantom
45868 status open
45869
45870 \begin_layout Plain Layout
45871 W
45872 \end_layout
45873
45874 \end_inset
45875
45876
45877 \begin_inset ERT
45878 status collapsed
45879
45880 \begin_layout Plain Layout
45881
45882 }
45883 \end_layout
45884
45885 \end_inset
45886
45887  RoyalBlue
45888 \end_layout
45889
45890 \end_inset
45891 </cell>
45892 <cell alignment="left" valignment="top" usebox="none">
45893 \begin_inset Text
45894
45895 \begin_layout Plain Layout
45896 \begin_inset ERT
45897 status collapsed
45898
45899 \begin_layout Plain Layout
45900
45901
45902 \backslash
45903 fcolorbox{black}{
45904 \end_layout
45905
45906 \end_inset
45907
45908 RoyalPurple
45909 \begin_inset ERT
45910 status collapsed
45911
45912 \begin_layout Plain Layout
45913
45914 }{
45915 \end_layout
45916
45917 \end_inset
45918
45919
45920 \begin_inset Phantom Phantom
45921 status open
45922
45923 \begin_layout Plain Layout
45924 W
45925 \end_layout
45926
45927 \end_inset
45928
45929
45930 \begin_inset ERT
45931 status collapsed
45932
45933 \begin_layout Plain Layout
45934
45935 }
45936 \end_layout
45937
45938 \end_inset
45939
45940  RoyalPurple
45941 \end_layout
45942
45943 \end_inset
45944 </cell>
45945 <cell alignment="left" valignment="top" usebox="none">
45946 \begin_inset Text
45947
45948 \begin_layout Plain Layout
45949 \begin_inset ERT
45950 status collapsed
45951
45952 \begin_layout Plain Layout
45953
45954
45955 \backslash
45956 fcolorbox{black}{
45957 \end_layout
45958
45959 \end_inset
45960
45961 RubineRed
45962 \begin_inset ERT
45963 status collapsed
45964
45965 \begin_layout Plain Layout
45966
45967 }{
45968 \end_layout
45969
45970 \end_inset
45971
45972
45973 \begin_inset Phantom Phantom
45974 status open
45975
45976 \begin_layout Plain Layout
45977 W
45978 \end_layout
45979
45980 \end_inset
45981
45982
45983 \begin_inset ERT
45984 status collapsed
45985
45986 \begin_layout Plain Layout
45987
45988 }
45989 \end_layout
45990
45991 \end_inset
45992
45993  RubineRed
45994 \end_layout
45995
45996 \end_inset
45997 </cell>
45998 <cell alignment="left" valignment="top" usebox="none">
45999 \begin_inset Text
46000
46001 \begin_layout Plain Layout
46002 \begin_inset ERT
46003 status collapsed
46004
46005 \begin_layout Plain Layout
46006
46007
46008 \backslash
46009 fcolorbox{black}{
46010 \end_layout
46011
46012 \end_inset
46013
46014 Salmon
46015 \begin_inset ERT
46016 status collapsed
46017
46018 \begin_layout Plain Layout
46019
46020 }{
46021 \end_layout
46022
46023 \end_inset
46024
46025
46026 \begin_inset Phantom Phantom
46027 status open
46028
46029 \begin_layout Plain Layout
46030 W
46031 \end_layout
46032
46033 \end_inset
46034
46035
46036 \begin_inset ERT
46037 status collapsed
46038
46039 \begin_layout Plain Layout
46040
46041 }
46042 \end_layout
46043
46044 \end_inset
46045
46046  Salmon
46047 \end_layout
46048
46049 \end_inset
46050 </cell>
46051 </row>
46052 <row>
46053 <cell alignment="left" valignment="top" usebox="none">
46054 \begin_inset Text
46055
46056 \begin_layout Plain Layout
46057 \begin_inset ERT
46058 status collapsed
46059
46060 \begin_layout Plain Layout
46061
46062
46063 \backslash
46064 fcolorbox{black}{
46065 \end_layout
46066
46067 \end_inset
46068
46069 SeaGreen
46070 \begin_inset ERT
46071 status collapsed
46072
46073 \begin_layout Plain Layout
46074
46075 }{
46076 \end_layout
46077
46078 \end_inset
46079
46080
46081 \begin_inset Phantom Phantom
46082 status open
46083
46084 \begin_layout Plain Layout
46085 W
46086 \end_layout
46087
46088 \end_inset
46089
46090
46091 \begin_inset ERT
46092 status collapsed
46093
46094 \begin_layout Plain Layout
46095
46096 }
46097 \end_layout
46098
46099 \end_inset
46100
46101  SeaGreen
46102 \end_layout
46103
46104 \end_inset
46105 </cell>
46106 <cell alignment="left" valignment="top" usebox="none">
46107 \begin_inset Text
46108
46109 \begin_layout Plain Layout
46110 \begin_inset ERT
46111 status collapsed
46112
46113 \begin_layout Plain Layout
46114
46115
46116 \backslash
46117 fcolorbox{black}{
46118 \end_layout
46119
46120 \end_inset
46121
46122 Sepia
46123 \begin_inset ERT
46124 status collapsed
46125
46126 \begin_layout Plain Layout
46127
46128 }{
46129 \end_layout
46130
46131 \end_inset
46132
46133
46134 \begin_inset Phantom Phantom
46135 status open
46136
46137 \begin_layout Plain Layout
46138 W
46139 \end_layout
46140
46141 \end_inset
46142
46143
46144 \begin_inset ERT
46145 status collapsed
46146
46147 \begin_layout Plain Layout
46148
46149 }
46150 \end_layout
46151
46152 \end_inset
46153
46154  Sepia
46155 \end_layout
46156
46157 \end_inset
46158 </cell>
46159 <cell alignment="left" valignment="top" usebox="none">
46160 \begin_inset Text
46161
46162 \begin_layout Plain Layout
46163 \begin_inset ERT
46164 status collapsed
46165
46166 \begin_layout Plain Layout
46167
46168
46169 \backslash
46170 fcolorbox{black}{
46171 \end_layout
46172
46173 \end_inset
46174
46175 SkyBlue
46176 \begin_inset ERT
46177 status collapsed
46178
46179 \begin_layout Plain Layout
46180
46181 }{
46182 \end_layout
46183
46184 \end_inset
46185
46186
46187 \begin_inset Phantom Phantom
46188 status open
46189
46190 \begin_layout Plain Layout
46191 W
46192 \end_layout
46193
46194 \end_inset
46195
46196
46197 \begin_inset ERT
46198 status collapsed
46199
46200 \begin_layout Plain Layout
46201
46202 }
46203 \end_layout
46204
46205 \end_inset
46206
46207  SkyBlue
46208 \end_layout
46209
46210 \end_inset
46211 </cell>
46212 <cell alignment="left" valignment="top" usebox="none">
46213 \begin_inset Text
46214
46215 \begin_layout Plain Layout
46216 \begin_inset ERT
46217 status collapsed
46218
46219 \begin_layout Plain Layout
46220
46221
46222 \backslash
46223 fcolorbox{black}{
46224 \end_layout
46225
46226 \end_inset
46227
46228 SpringGreen
46229 \begin_inset ERT
46230 status collapsed
46231
46232 \begin_layout Plain Layout
46233
46234 }{
46235 \end_layout
46236
46237 \end_inset
46238
46239
46240 \begin_inset Phantom Phantom
46241 status open
46242
46243 \begin_layout Plain Layout
46244 W
46245 \end_layout
46246
46247 \end_inset
46248
46249
46250 \begin_inset ERT
46251 status collapsed
46252
46253 \begin_layout Plain Layout
46254
46255 }
46256 \end_layout
46257
46258 \end_inset
46259
46260  SpringGreen
46261 \end_layout
46262
46263 \end_inset
46264 </cell>
46265 </row>
46266 <row>
46267 <cell alignment="left" valignment="top" usebox="none">
46268 \begin_inset Text
46269
46270 \begin_layout Plain Layout
46271 \begin_inset ERT
46272 status collapsed
46273
46274 \begin_layout Plain Layout
46275
46276
46277 \backslash
46278 fcolorbox{black}{
46279 \end_layout
46280
46281 \end_inset
46282
46283 Tan
46284 \begin_inset ERT
46285 status collapsed
46286
46287 \begin_layout Plain Layout
46288
46289 }{
46290 \end_layout
46291
46292 \end_inset
46293
46294
46295 \begin_inset Phantom Phantom
46296 status open
46297
46298 \begin_layout Plain Layout
46299 W
46300 \end_layout
46301
46302 \end_inset
46303
46304
46305 \begin_inset ERT
46306 status collapsed
46307
46308 \begin_layout Plain Layout
46309
46310 }
46311 \end_layout
46312
46313 \end_inset
46314
46315  Tan
46316 \end_layout
46317
46318 \end_inset
46319 </cell>
46320 <cell alignment="left" valignment="top" usebox="none">
46321 \begin_inset Text
46322
46323 \begin_layout Plain Layout
46324 \begin_inset ERT
46325 status collapsed
46326
46327 \begin_layout Plain Layout
46328
46329
46330 \backslash
46331 fcolorbox{black}{
46332 \end_layout
46333
46334 \end_inset
46335
46336 TealBlue
46337 \begin_inset ERT
46338 status collapsed
46339
46340 \begin_layout Plain Layout
46341
46342 }{
46343 \end_layout
46344
46345 \end_inset
46346
46347
46348 \begin_inset Phantom Phantom
46349 status open
46350
46351 \begin_layout Plain Layout
46352 W
46353 \end_layout
46354
46355 \end_inset
46356
46357
46358 \begin_inset ERT
46359 status collapsed
46360
46361 \begin_layout Plain Layout
46362
46363 }
46364 \end_layout
46365
46366 \end_inset
46367
46368  TealBlue
46369 \end_layout
46370
46371 \end_inset
46372 </cell>
46373 <cell alignment="left" valignment="top" usebox="none">
46374 \begin_inset Text
46375
46376 \begin_layout Plain Layout
46377 \begin_inset ERT
46378 status collapsed
46379
46380 \begin_layout Plain Layout
46381
46382
46383 \backslash
46384 fcolorbox{black}{
46385 \end_layout
46386
46387 \end_inset
46388
46389 Thistle
46390 \begin_inset ERT
46391 status collapsed
46392
46393 \begin_layout Plain Layout
46394
46395 }{
46396 \end_layout
46397
46398 \end_inset
46399
46400
46401 \begin_inset Phantom Phantom
46402 status open
46403
46404 \begin_layout Plain Layout
46405 W
46406 \end_layout
46407
46408 \end_inset
46409
46410
46411 \begin_inset ERT
46412 status collapsed
46413
46414 \begin_layout Plain Layout
46415
46416 }
46417 \end_layout
46418
46419 \end_inset
46420
46421  Thistle
46422 \end_layout
46423
46424 \end_inset
46425 </cell>
46426 <cell alignment="left" valignment="top" usebox="none">
46427 \begin_inset Text
46428
46429 \begin_layout Plain Layout
46430 \begin_inset ERT
46431 status collapsed
46432
46433 \begin_layout Plain Layout
46434
46435
46436 \backslash
46437 fcolorbox{black}{
46438 \end_layout
46439
46440 \end_inset
46441
46442 Turquoise
46443 \begin_inset ERT
46444 status collapsed
46445
46446 \begin_layout Plain Layout
46447
46448 }{
46449 \end_layout
46450
46451 \end_inset
46452
46453
46454 \begin_inset Phantom Phantom
46455 status open
46456
46457 \begin_layout Plain Layout
46458 W
46459 \end_layout
46460
46461 \end_inset
46462
46463
46464 \begin_inset ERT
46465 status collapsed
46466
46467 \begin_layout Plain Layout
46468
46469 }
46470 \end_layout
46471
46472 \end_inset
46473
46474  Turquoise
46475 \end_layout
46476
46477 \end_inset
46478 </cell>
46479 </row>
46480 <row>
46481 <cell alignment="left" valignment="top" usebox="none">
46482 \begin_inset Text
46483
46484 \begin_layout Plain Layout
46485 \begin_inset ERT
46486 status collapsed
46487
46488 \begin_layout Plain Layout
46489
46490
46491 \backslash
46492 fcolorbox{black}{
46493 \end_layout
46494
46495 \end_inset
46496
46497 Violet
46498 \begin_inset ERT
46499 status collapsed
46500
46501 \begin_layout Plain Layout
46502
46503 }{
46504 \end_layout
46505
46506 \end_inset
46507
46508
46509 \begin_inset Phantom Phantom
46510 status open
46511
46512 \begin_layout Plain Layout
46513 W
46514 \end_layout
46515
46516 \end_inset
46517
46518
46519 \begin_inset ERT
46520 status collapsed
46521
46522 \begin_layout Plain Layout
46523
46524 }
46525 \end_layout
46526
46527 \end_inset
46528
46529  Violet
46530 \end_layout
46531
46532 \end_inset
46533 </cell>
46534 <cell alignment="left" valignment="top" usebox="none">
46535 \begin_inset Text
46536
46537 \begin_layout Plain Layout
46538 \begin_inset ERT
46539 status collapsed
46540
46541 \begin_layout Plain Layout
46542
46543
46544 \backslash
46545 fcolorbox{black}{
46546 \end_layout
46547
46548 \end_inset
46549
46550 VioletRed
46551 \begin_inset ERT
46552 status collapsed
46553
46554 \begin_layout Plain Layout
46555
46556 }{
46557 \end_layout
46558
46559 \end_inset
46560
46561
46562 \begin_inset Phantom Phantom
46563 status open
46564
46565 \begin_layout Plain Layout
46566 W
46567 \end_layout
46568
46569 \end_inset
46570
46571
46572 \begin_inset ERT
46573 status collapsed
46574
46575 \begin_layout Plain Layout
46576
46577 }
46578 \end_layout
46579
46580 \end_inset
46581
46582  VioletRed
46583 \end_layout
46584
46585 \end_inset
46586 </cell>
46587 <cell alignment="left" valignment="top" usebox="none">
46588 \begin_inset Text
46589
46590 \begin_layout Plain Layout
46591 \begin_inset ERT
46592 status collapsed
46593
46594 \begin_layout Plain Layout
46595
46596
46597 \backslash
46598 fcolorbox{black}{
46599 \end_layout
46600
46601 \end_inset
46602
46603 WildStrawberry
46604 \begin_inset ERT
46605 status collapsed
46606
46607 \begin_layout Plain Layout
46608
46609 }{
46610 \end_layout
46611
46612 \end_inset
46613
46614
46615 \begin_inset Phantom Phantom
46616 status open
46617
46618 \begin_layout Plain Layout
46619 W
46620 \end_layout
46621
46622 \end_inset
46623
46624
46625 \begin_inset ERT
46626 status collapsed
46627
46628 \begin_layout Plain Layout
46629
46630 }
46631 \end_layout
46632
46633 \end_inset
46634
46635  WildStrawberry
46636 \end_layout
46637
46638 \end_inset
46639 </cell>
46640 <cell alignment="left" valignment="top" usebox="none">
46641 \begin_inset Text
46642
46643 \begin_layout Plain Layout
46644 \begin_inset ERT
46645 status collapsed
46646
46647 \begin_layout Plain Layout
46648
46649
46650 \backslash
46651 fcolorbox{black}{
46652 \end_layout
46653
46654 \end_inset
46655
46656 YellowGreen
46657 \begin_inset ERT
46658 status collapsed
46659
46660 \begin_layout Plain Layout
46661
46662 }{
46663 \end_layout
46664
46665 \end_inset
46666
46667
46668 \begin_inset Phantom Phantom
46669 status open
46670
46671 \begin_layout Plain Layout
46672 W
46673 \end_layout
46674
46675 \end_inset
46676
46677
46678 \begin_inset ERT
46679 status collapsed
46680
46681 \begin_layout Plain Layout
46682
46683 }
46684 \end_layout
46685
46686 \end_inset
46687
46688  YellowGreen
46689 \end_layout
46690
46691 \end_inset
46692 </cell>
46693 </row>
46694 <row>
46695 <cell alignment="left" valignment="top" usebox="none">
46696 \begin_inset Text
46697
46698 \begin_layout Plain Layout
46699 \begin_inset ERT
46700 status collapsed
46701
46702 \begin_layout Plain Layout
46703
46704
46705 \backslash
46706 fcolorbox{black}{
46707 \end_layout
46708
46709 \end_inset
46710
46711 YellowOrange
46712 \begin_inset ERT
46713 status collapsed
46714
46715 \begin_layout Plain Layout
46716
46717 }{
46718 \end_layout
46719
46720 \end_inset
46721
46722
46723 \begin_inset Phantom Phantom
46724 status open
46725
46726 \begin_layout Plain Layout
46727 W
46728 \end_layout
46729
46730 \end_inset
46731
46732
46733 \begin_inset ERT
46734 status collapsed
46735
46736 \begin_layout Plain Layout
46737
46738 }
46739 \end_layout
46740
46741 \end_inset
46742
46743  YellowOrange
46744 \end_layout
46745
46746 \end_inset
46747 </cell>
46748 <cell alignment="left" valignment="top" usebox="none">
46749 \begin_inset Text
46750
46751 \begin_layout Plain Layout
46752
46753 \end_layout
46754
46755 \end_inset
46756 </cell>
46757 <cell alignment="left" valignment="top" usebox="none">
46758 \begin_inset Text
46759
46760 \begin_layout Plain Layout
46761
46762 \end_layout
46763
46764 \end_inset
46765 </cell>
46766 <cell alignment="left" valignment="top" usebox="none">
46767 \begin_inset Text
46768
46769 \begin_layout Plain Layout
46770
46771 \end_layout
46772
46773 \end_inset
46774 </cell>
46775 </row>
46776 </lyxtabular>
46777
46778 \end_inset
46779
46780
46781 \end_layout
46782
46783 \begin_layout Chapter
46784 Explanation of Equation
46785 \begin_inset space ~
46786 \end_inset
46787
46788 (
46789 \begin_inset CommandInset ref
46790 LatexCommand ref
46791 reference "eq:Wgn"
46792
46793 \end_inset
46794
46795 )
46796 \begin_inset CommandInset label
46797 LatexCommand label
46798 name "cha:Explanation-of-Equation"
46799
46800 \end_inset
46801
46802
46803 \end_layout
46804
46805 \begin_layout Standard
46806 We can calculate the total width of 
46807 \emph on
46808 n
46809 \emph default
46810  table cells 
46811 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46812 \end_inset
46813
46814  as follows:
46815 \begin_inset Formula 
46816 \begin{equation}
46817 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46818 \end{equation}
46819
46820 \end_inset
46821
46822 where 
46823 \begin_inset Formula $W_{g\,n}$
46824 \end_inset
46825
46826  is the given width of all cells, 
46827 \series bold
46828
46829 \backslash
46830 tabcolsep
46831 \series default
46832  is the \SpecialChar LaTeX
46833 -length between the cell text and the cell border (its default value
46834  is 6
46835 \begin_inset space \thinspace{}
46836 \end_inset
46837
46838 pt).
46839  
46840 \series bold
46841
46842 \backslash
46843 arrayrulewidth
46844 \series default
46845  is the thickness of the cell border line, the default is 0.4
46846 \begin_inset space \thinspace{}
46847 \end_inset
46848
46849 pt.
46850 \end_layout
46851
46852 \begin_layout Standard
46853 Following equation
46854 \begin_inset space ~
46855 \end_inset
46856
46857
46858 \begin_inset CommandInset ref
46859 LatexCommand eqref
46860 reference "eq:Wtot_n"
46861
46862 \end_inset
46863
46864 , the total width of a multicolumn 
46865 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46866 \end_inset
46867
46868  is
46869 \begin_inset Formula 
46870 \begin{equation}
46871 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46872 \end{equation}
46873
46874 \end_inset
46875
46876
46877 \end_layout
46878
46879 \begin_layout Standard
46880 By setting equation
46881 \begin_inset space ~
46882 \end_inset
46883
46884
46885 \begin_inset CommandInset ref
46886 LatexCommand eqref
46887 reference "eq:Wtot_n"
46888
46889 \end_inset
46890
46891  and 
46892 \begin_inset CommandInset ref
46893 LatexCommand eqref
46894 reference "eq:Wtot_mult"
46895
46896 \end_inset
46897
46898  equal we can calculate the needed given width 
46899 \begin_inset Formula $W_{g\,n}$
46900 \end_inset
46901
46902  when 
46903 \emph on
46904 n
46905 \emph default
46906  columns are spanned, so that each column has a total width of 
46907 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46908 \end_inset
46909
46910 :
46911 \begin_inset Formula 
46912 \begin{equation}
46913 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46914 \end{equation}
46915
46916 \end_inset
46917
46918
46919 \end_layout
46920
46921 \begin_layout Bibliography
46922 \begin_inset CommandInset bibitem
46923 LatexCommand bibitem
46924 key "latexcompanion"
46925 literal "true"
46926
46927 \end_inset
46928
46929 Frank Mittelbach and Michel Goossens: 
46930 \emph on
46931 The \SpecialChar LaTeX
46932  Companion Second Edition.
46933
46934 \emph default
46935  Addison-Wesley, 2004
46936 \end_layout
46937
46938 \begin_layout Bibliography
46939 \begin_inset CommandInset bibitem
46940 LatexCommand bibitem
46941 key "latexguide"
46942 literal "true"
46943
46944 \end_inset
46945
46946 Helmut Kopka and Patrick W.
46947  Daly: 
46948 \emph on
46949 A Guide to \SpecialChar LaTeX
46950  Fourth Edition.
46951
46952 \emph default
46953  Addison-Wesley, 2003
46954 \end_layout
46955
46956 \begin_layout Bibliography
46957 \begin_inset CommandInset bibitem
46958 LatexCommand bibitem
46959 key "latexbook"
46960 literal "true"
46961
46962 \end_inset
46963
46964 Leslie Lamport: 
46965 \emph on
46966 \SpecialChar LaTeX
46967 : A Document Preparation System.
46968
46969 \emph default
46970  Addison-Wesley, second edition, 1994
46971 \end_layout
46972
46973 \begin_layout Bibliography
46974 \begin_inset CommandInset bibitem
46975 LatexCommand bibitem
46976 key "arydshln"
46977 literal "true"
46978
46979 \end_inset
46980
46981 Documentation of the \SpecialChar LaTeX
46982 -package 
46983 \series bold
46984
46985 \begin_inset CommandInset href
46986 LatexCommand href
46987 name "arydshln"
46988 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
46989 literal "false"
46990
46991 \end_inset
46992
46993
46994 \series default
46995
46996 \begin_inset Index idx
46997 status collapsed
46998
46999 \begin_layout Plain Layout
47000 \SpecialChar LaTeX
47001 -packages ! arydshln
47002 \end_layout
47003
47004 \end_inset
47005
47006
47007 \end_layout
47008
47009 \begin_layout Bibliography
47010 \begin_inset CommandInset bibitem
47011 LatexCommand bibitem
47012 key "booktabs"
47013 literal "true"
47014
47015 \end_inset
47016
47017 Documentation of the \SpecialChar LaTeX
47018 -package 
47019 \series bold
47020
47021 \begin_inset CommandInset href
47022 LatexCommand href
47023 name "booktabs"
47024 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
47025 literal "false"
47026
47027 \end_inset
47028
47029
47030 \series default
47031
47032 \begin_inset Index idx
47033 status collapsed
47034
47035 \begin_layout Plain Layout
47036 \SpecialChar LaTeX
47037 -packages ! booktabs
47038 \end_layout
47039
47040 \end_inset
47041
47042
47043 \end_layout
47044
47045 \begin_layout Bibliography
47046 \begin_inset CommandInset bibitem
47047 LatexCommand bibitem
47048 key "caption"
47049 literal "true"
47050
47051 \end_inset
47052
47053 Documentation of the \SpecialChar LaTeX
47054 -package 
47055 \series bold
47056
47057 \begin_inset CommandInset href
47058 LatexCommand href
47059 name "caption"
47060 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
47061 literal "false"
47062
47063 \end_inset
47064
47065
47066 \series default
47067
47068 \begin_inset Index idx
47069 status collapsed
47070
47071 \begin_layout Plain Layout
47072 \SpecialChar LaTeX
47073 -packages ! caption
47074 \end_layout
47075
47076 \end_inset
47077
47078
47079 \end_layout
47080
47081 \begin_layout Bibliography
47082 \begin_inset CommandInset bibitem
47083 LatexCommand bibitem
47084 key "diagbox"
47085 literal "true"
47086
47087 \end_inset
47088
47089 Documentation of the \SpecialChar LaTeX
47090 -package 
47091 \series bold
47092
47093 \begin_inset CommandInset href
47094 LatexCommand href
47095 name "diagbox"
47096 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
47097 literal "false"
47098
47099 \end_inset
47100
47101
47102 \series default
47103
47104 \begin_inset Index idx
47105 status collapsed
47106
47107 \begin_layout Plain Layout
47108 \SpecialChar LaTeX
47109 -packages ! diagbox
47110 \end_layout
47111
47112 \end_inset
47113
47114
47115 \end_layout
47116
47117 \begin_layout Bibliography
47118 \begin_inset CommandInset bibitem
47119 LatexCommand bibitem
47120 key "endfloat"
47121 literal "true"
47122
47123 \end_inset
47124
47125 Documentation of the \SpecialChar LaTeX
47126 -package 
47127 \series bold
47128
47129 \begin_inset CommandInset href
47130 LatexCommand href
47131 name "endfloat"
47132 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
47133 literal "false"
47134
47135 \end_inset
47136
47137
47138 \series default
47139
47140 \begin_inset Index idx
47141 status collapsed
47142
47143 \begin_layout Plain Layout
47144 \SpecialChar LaTeX
47145 -packages ! endfloat
47146 \end_layout
47147
47148 \end_inset
47149
47150
47151 \end_layout
47152
47153 \begin_layout Bibliography
47154 \begin_inset CommandInset bibitem
47155 LatexCommand bibitem
47156 key "footmisc"
47157 literal "true"
47158
47159 \end_inset
47160
47161 Documentation of the \SpecialChar LaTeX
47162 -package 
47163 \series bold
47164
47165 \begin_inset CommandInset href
47166 LatexCommand href
47167 name "footmisc"
47168 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
47169 literal "false"
47170
47171 \end_inset
47172
47173
47174 \series default
47175
47176 \begin_inset Index idx
47177 status collapsed
47178
47179 \begin_layout Plain Layout
47180 \SpecialChar LaTeX
47181 -packages ! footmisc
47182 \end_layout
47183
47184 \end_inset
47185
47186
47187 \end_layout
47188
47189 \begin_layout Bibliography
47190 \begin_inset CommandInset bibitem
47191 LatexCommand bibitem
47192 key "hypcap"
47193 literal "true"
47194
47195 \end_inset
47196
47197 Documentation of the \SpecialChar LaTeX
47198 -package 
47199 \series bold
47200
47201 \begin_inset CommandInset href
47202 LatexCommand href
47203 name "hypcap"
47204 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47205 literal "false"
47206
47207 \end_inset
47208
47209
47210 \series default
47211
47212 \begin_inset Index idx
47213 status collapsed
47214
47215 \begin_layout Plain Layout
47216 \SpecialChar LaTeX
47217 -packages ! hyperref
47218 \end_layout
47219
47220 \end_inset
47221
47222
47223 \end_layout
47224
47225 \begin_layout Bibliography
47226 \begin_inset CommandInset bibitem
47227 LatexCommand bibitem
47228 key "hyperref"
47229 literal "true"
47230
47231 \end_inset
47232
47233 Documentation of the \SpecialChar LaTeX
47234 -package 
47235 \series bold
47236
47237 \begin_inset CommandInset href
47238 LatexCommand href
47239 name "hyperref"
47240 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
47241 literal "false"
47242
47243 \end_inset
47244
47245
47246 \series default
47247
47248 \begin_inset Index idx
47249 status collapsed
47250
47251 \begin_layout Plain Layout
47252 \SpecialChar LaTeX
47253 -packages ! hyperref
47254 \end_layout
47255
47256 \end_inset
47257
47258
47259 \end_layout
47260
47261 \begin_layout Bibliography
47262 \begin_inset CommandInset bibitem
47263 LatexCommand bibitem
47264 key "KOMA-Script"
47265 literal "true"
47266
47267 \end_inset
47268
47269 Documentation of the \SpecialChar LaTeX
47270 -package 
47271 \series bold
47272
47273 \begin_inset CommandInset href
47274 LatexCommand href
47275 name "KOMA-Script"
47276 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47277 literal "false"
47278
47279 \end_inset
47280
47281
47282 \series default
47283
47284 \begin_inset Index idx
47285 status collapsed
47286
47287 \begin_layout Plain Layout
47288 \SpecialChar LaTeX
47289 -packages ! KOMA-Script
47290 \end_layout
47291
47292 \end_inset
47293
47294
47295 \end_layout
47296
47297 \begin_layout Bibliography
47298 \begin_inset CommandInset bibitem
47299 LatexCommand bibitem
47300 key "lettrine"
47301 literal "true"
47302
47303 \end_inset
47304
47305 Documentation of the \SpecialChar LaTeX
47306 -package 
47307 \series bold
47308
47309 \begin_inset CommandInset href
47310 LatexCommand href
47311 name "lettrine"
47312 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47313 literal "false"
47314
47315 \end_inset
47316
47317
47318 \series default
47319  and an 
47320 \begin_inset CommandInset href
47321 LatexCommand href
47322 name "example"
47323 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
47324 literal "false"
47325
47326 \end_inset
47327
47328
47329 \begin_inset Index idx
47330 status collapsed
47331
47332 \begin_layout Plain Layout
47333 \SpecialChar LaTeX
47334 -packages ! lettrine
47335 \end_layout
47336
47337 \end_inset
47338
47339
47340 \end_layout
47341
47342 \begin_layout Bibliography
47343 \begin_inset CommandInset bibitem
47344 LatexCommand bibitem
47345 key "listings"
47346 literal "true"
47347
47348 \end_inset
47349
47350 Documentation of the \SpecialChar LaTeX
47351 -package 
47352 \series bold
47353
47354 \begin_inset CommandInset href
47355 LatexCommand href
47356 name "listings"
47357 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
47358 literal "false"
47359
47360 \end_inset
47361
47362
47363 \series default
47364
47365 \begin_inset Index idx
47366 status collapsed
47367
47368 \begin_layout Plain Layout
47369 \SpecialChar LaTeX
47370 -packages ! listings
47371 \end_layout
47372
47373 \end_inset
47374
47375
47376 \end_layout
47377
47378 \begin_layout Bibliography
47379 \begin_inset CommandInset bibitem
47380 LatexCommand bibitem
47381 key "minted"
47382 literal "false"
47383
47384 \end_inset
47385
47386 Documentation of the \SpecialChar LaTeX
47387 -package 
47388 \series bold
47389
47390 \begin_inset CommandInset href
47391 LatexCommand href
47392 name "minted"
47393 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
47394 literal "false"
47395
47396 \end_inset
47397
47398
47399 \series default
47400
47401 \begin_inset Index idx
47402 status collapsed
47403
47404 \begin_layout Plain Layout
47405 \SpecialChar LaTeX
47406 -packages ! minted
47407 \end_layout
47408
47409 \end_inset
47410
47411
47412 \end_layout
47413
47414 \begin_layout Bibliography
47415 \begin_inset CommandInset bibitem
47416 LatexCommand bibitem
47417 key "marginnote"
47418 literal "true"
47419
47420 \end_inset
47421
47422 Documentation of the \SpecialChar LaTeX
47423 -package 
47424 \series bold
47425
47426 \begin_inset CommandInset href
47427 LatexCommand href
47428 name "marginnote"
47429 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
47430 literal "false"
47431
47432 \end_inset
47433
47434
47435 \series default
47436
47437 \begin_inset Index idx
47438 status collapsed
47439
47440 \begin_layout Plain Layout
47441 \SpecialChar LaTeX
47442 -packages ! marginnote
47443 \end_layout
47444
47445 \end_inset
47446
47447
47448 \end_layout
47449
47450 \begin_layout Bibliography
47451 \begin_inset CommandInset bibitem
47452 LatexCommand bibitem
47453 key "pdfpages"
47454 literal "true"
47455
47456 \end_inset
47457
47458 Documentation of the \SpecialChar LaTeX
47459 -package 
47460 \series bold
47461
47462 \begin_inset CommandInset href
47463 LatexCommand href
47464 name "pdfpages"
47465 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47466 literal "false"
47467
47468 \end_inset
47469
47470
47471 \series default
47472
47473 \begin_inset Index idx
47474 status collapsed
47475
47476 \begin_layout Plain Layout
47477 \SpecialChar LaTeX
47478 -packages ! pdfpages
47479 \end_layout
47480
47481 \end_inset
47482
47483
47484 \end_layout
47485
47486 \begin_layout Bibliography
47487 \begin_inset CommandInset bibitem
47488 LatexCommand bibitem
47489 key "prettyref"
47490 literal "true"
47491
47492 \end_inset
47493
47494 Documentation of the \SpecialChar LaTeX
47495 -package 
47496 \series bold
47497
47498 \begin_inset CommandInset href
47499 LatexCommand href
47500 name "prettyref"
47501 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47502 literal "false"
47503
47504 \end_inset
47505
47506
47507 \series default
47508
47509 \begin_inset Index idx
47510 status collapsed
47511
47512 \begin_layout Plain Layout
47513 \SpecialChar LaTeX
47514 -packages ! prettyref
47515 \end_layout
47516
47517 \end_inset
47518
47519
47520 \end_layout
47521
47522 \begin_layout Bibliography
47523 \begin_inset CommandInset bibitem
47524 LatexCommand bibitem
47525 key "pstricks"
47526 literal "true"
47527
47528 \end_inset
47529
47530 Web page of the \SpecialChar LaTeX
47531 -package 
47532 \series bold
47533
47534 \begin_inset CommandInset href
47535 LatexCommand href
47536 name "PSTricks"
47537 target "http://tug.org/PSTricks/"
47538 literal "false"
47539
47540 \end_inset
47541
47542
47543 \series default
47544
47545 \begin_inset Index idx
47546 status collapsed
47547
47548 \begin_layout Plain Layout
47549 \SpecialChar LaTeX
47550 -packages ! PSTricks
47551 \end_layout
47552
47553 \end_inset
47554
47555
47556 \end_layout
47557
47558 \begin_layout Bibliography
47559 \begin_inset CommandInset bibitem
47560 LatexCommand bibitem
47561 key "refstyle"
47562 literal "true"
47563
47564 \end_inset
47565
47566 Documentation of the \SpecialChar LaTeX
47567 -package 
47568 \series bold
47569
47570 \begin_inset CommandInset href
47571 LatexCommand href
47572 name "refstyle"
47573 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47574 literal "false"
47575
47576 \end_inset
47577
47578
47579 \series default
47580
47581 \begin_inset Index idx
47582 status collapsed
47583
47584 \begin_layout Plain Layout
47585 \SpecialChar LaTeX
47586 -packages ! refstyle
47587 \end_layout
47588
47589 \end_inset
47590
47591
47592 \end_layout
47593
47594 \begin_layout Bibliography
47595 \begin_inset CommandInset bibitem
47596 LatexCommand bibitem
47597 key "sidecap"
47598 literal "true"
47599
47600 \end_inset
47601
47602 Documentation of the \SpecialChar LaTeX
47603 -package 
47604 \series bold
47605
47606 \begin_inset CommandInset href
47607 LatexCommand href
47608 name "sidecap"
47609 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
47610 literal "false"
47611
47612 \end_inset
47613
47614
47615 \series default
47616
47617 \begin_inset Index idx
47618 status collapsed
47619
47620 \begin_layout Plain Layout
47621 \SpecialChar LaTeX
47622 -packages ! sidecap
47623 \end_layout
47624
47625 \end_inset
47626
47627
47628 \end_layout
47629
47630 \begin_layout Bibliography
47631 \begin_inset CommandInset bibitem
47632 LatexCommand bibitem
47633 key "Inkscape"
47634 literal "true"
47635
47636 \end_inset
47637
47638 Documentation of the option 
47639 \begin_inset CommandInset href
47640 LatexCommand href
47641 name "Omit text in PDF"
47642 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47643 literal "false"
47644
47645 \end_inset
47646
47647  of the program 
47648 \noun on
47649
47650 \begin_inset CommandInset href
47651 LatexCommand href
47652 name "Inkscape"
47653 target "https://inkscape.org"
47654 literal "false"
47655
47656 \end_inset
47657
47658
47659 \end_layout
47660
47661 \begin_layout Standard
47662 \begin_inset CommandInset index_print
47663 LatexCommand printindex
47664 type "idx"
47665 name "Index"
47666 literal "false"
47667
47668 \end_inset
47669
47670
47671 \end_layout
47672
47673 \end_body
47674 \end_document