]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Additional.lyx: further fixes #2
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 614
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 % Added by lyx2lyx
153 \setlength{\parskip}{\medskipamount}
154 \setlength{\parindent}{0pt}
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
157 \use_default_options false
158 \begin_modules
159 initials
160 graphicboxes
161 varwidth
162 \end_modules
163 \maintain_unincluded_children no
164 \language english
165 \language_package default
166 \inputencoding utf8
167 \fontencoding auto
168 \font_roman "lmodern" "default"
169 \font_sans "lmss" "default"
170 \font_typewriter "lmtt" "default"
171 \font_math "auto" "auto"
172 \font_default_family default
173 \use_non_tex_fonts false
174 \font_sc false
175 \font_roman_osf false
176 \font_sans_osf false
177 \font_typewriter_osf false
178 \font_sf_scale 100 100
179 \font_tt_scale 100 100
180 \use_microtype false
181 \use_dash_ligatures true
182 \graphics default
183 \default_output_format pdf2
184 \output_sync 0
185 \bibtex_command default
186 \index_command makeindex
187 \paperfontsize 12
188 \spacing single
189 \use_hyperref true
190 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
191 \pdf_author "LyX Team, Uwe Stöhr"
192 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
193 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
194 \pdf_bookmarks true
195 \pdf_bookmarksnumbered true
196 \pdf_bookmarksopen true
197 \pdf_bookmarksopenlevel 1
198 \pdf_breaklinks false
199 \pdf_pdfborder false
200 \pdf_colorlinks true
201 \pdf_backref false
202 \pdf_pdfusetitle false
203 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
204 \papersize default
205 \use_geometry false
206 \use_package amsmath 1
207 \use_package amssymb 1
208 \use_package cancel 1
209 \use_package esint 1
210 \use_package mathdots 1
211 \use_package mathtools 1
212 \use_package mhchem 1
213 \use_package stackrel 1
214 \use_package stmaryrd 1
215 \use_package undertilde 1
216 \cite_engine basic
217 \cite_engine_type default
218 \biblio_style plain
219 \use_bibtopic false
220 \use_indices false
221 \paperorientation portrait
222 \suppress_date false
223 \justification true
224 \use_refstyle 0
225 \use_minted 0
226 \use_lineno 0
227 \notefontcolor #0000ff
228 \index Index
229 \shortcut idx
230 \color #008000
231 \end_index
232 \secnumdepth 3
233 \tocdepth 3
234 \paragraph_separation indent
235 \paragraph_indentation default
236 \is_math_indent 0
237 \math_numbering_side default
238 \quotes_style english
239 \dynamic_quotes 0
240 \papercolumns 1
241 \papersides 2
242 \paperpagestyle default
243 \tablestyle default
244 \tracking_changes true
245 \output_changes false
246 \change_bars false
247 \postpone_fragile_content false
248 \html_math_output 0
249 \html_css_as_file 0
250 \html_be_strict false
251 \docbook_table_output 0
252 \docbook_mathml_prefix 1
253 \author -1382599118 "Daniel"
254 \author -712698321 "Jürgen Spitzmüller"
255 \author 177693 "x"
256 \author 274215730 "scott"
257 \author 630872221 "Jean-Pierre Chrétien" jeanpierre.chretien@free.fr
258 \end_header
259
260 \begin_body
261
262 \begin_layout Title
263 \SpecialChar LyX
264 's detailed Figure,
265  Table,
266  Floats,
267  Notes,
268  Boxes and External Material manual
269 \end_layout
270
271 \begin_layout Author
272 by the \SpecialChar LyX
273  Team
274 \begin_inset Foot
275 status collapsed
276
277 \begin_layout Plain Layout
278 \noindent
279 If you have comments or error corrections,
280  please send them to the \SpecialChar LyX
281  Documentation mailing list:
282  
283 \begin_inset CommandInset href
284 LatexCommand href
285 name "lyx-docs@lists.lyx.org"
286 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
287 type "mailto:"
288 literal "false"
289
290 \end_inset
291
292
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Note Note
299 status open
300
301 \begin_layout Plain Layout
302 author:
303  Uwe Stöhr
304 \end_layout
305
306 \end_inset
307
308
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \family sans
318 Version 2.4.x
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset CommandInset toc
323 LatexCommand tableofcontents
324
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Standard
331 \begin_inset Note Note
332 status open
333
334 \begin_layout Plain Layout
335 To export all parts of this document to PDF,
336  PS,
337  or DVI the \SpecialChar LaTeX
338  packages 
339 \series bold
340 arydshln
341 \series default
342 ,
343  
344 \series bold
345 colortbl
346 \series default
347 ,
348  
349 \series bold
350 diagbox,
351  lettrine,
352  marginnote,
353  picinpar
354 \series default
355  and 
356 \series bold
357 sidecap
358 \series default
359  must be installed.
360  If they are not installed you can export the document anyway but the sections where the packages are required won't appear in the output.
361 \end_layout
362
363 \begin_layout Plain Layout
364 The latest PDF-version of this document can be found here:
365 \begin_inset Newline newline
366 \end_inset
367
368
369 \series bold
370 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
371 \end_layout
372
373 \end_inset
374
375
376 \end_layout
377
378 \begin_layout Chapter
379 Figures
380 \begin_inset Index idx
381 range none
382 pageformat default
383 status collapsed
384
385 \begin_layout Plain Layout
386 Figures
387 \end_layout
388
389 \end_inset
390
391
392 \begin_inset Index idx
393 range none
394 pageformat default
395 status collapsed
396
397 \begin_layout Plain Layout
398 Graphics
399 \begin_inset IndexMacro see
400 status open
401
402 \begin_layout Plain Layout
403 Figures
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Section
417 Graphics Dialog
418 \begin_inset Index idx
419 range none
420 pageformat default
421 status collapsed
422
423 \begin_layout Plain Layout
424 Figures
425 \begin_inset IndexMacro subentry
426 status open
427
428 \begin_layout Plain Layout
429 Graphics Dialog
430 \end_layout
431
432 \end_inset
433
434
435 \end_layout
436
437 \end_inset
438
439
440 \begin_inset CommandInset label
441 LatexCommand label
442 name "sec:Graphics-Dialog"
443
444 \end_inset
445
446
447 \end_layout
448
449 \begin_layout Standard
450 To insert an image into your document,
451  place the cursor at the text position you want and click on the toolbar icon 
452 \begin_inset Info
453 type  "icon"
454 arg   "dialog-show-new-inset graphics"
455 \end_inset
456
457  or use the menu 
458 \family sans
459 Insert\SpecialChar menuseparator
460 Graphics
461 \family default
462 .
463  Then a dialog will appear to choose the file to load.
464  The image will appear in the output exactly at the position where it is in the text.
465 \end_layout
466
467 \begin_layout Standard
468 The graphics dialog can be called at any time by clicking on an image.
469  This dialog has three tabs:
470 \end_layout
471
472 \begin_layout Description
473
474 \family sans
475 Graphics
476 \family default
477  Here you can choose an image file and adjust its appearance in the output.
478  The available units for the image size are explained in appendix
479 \begin_inset space ~
480 \end_inset
481
482
483 \begin_inset CommandInset ref
484 LatexCommand ref
485 reference "cha:Units-available-in"
486 nolink "false"
487
488 \end_inset
489
490 .
491 \begin_inset Newline newline
492 \end_inset
493
494
495 \begin_inset Index idx
496 range none
497 pageformat default
498 status collapsed
499
500 \begin_layout Plain Layout
501 Figures
502 \begin_inset IndexMacro subentry
503 status open
504
505 \begin_layout Plain Layout
506 rotated
507 \end_layout
508
509 \end_inset
510
511
512 \end_layout
513
514 \end_inset
515
516 You can rotate images counter-clockwise by setting a rotation angle and a rotation origin.
517  The image will also be rotated inside \SpecialChar LyX
518 .
519 \begin_inset Newline newline
520 \end_inset
521
522
523 \begin_inset Index idx
524 range none
525 pageformat default
526 status collapsed
527
528 \begin_layout Plain Layout
529 Figures
530 \begin_inset IndexMacro subentry
531 status open
532
533 \begin_layout Plain Layout
534 scaled
535 \end_layout
536
537 \end_inset
538
539
540 \end_layout
541
542 \end_inset
543
544 Images can be scaled by using a percentage value or by setting the width and height explicitly.
545  If you set only the width or only the height,
546  the other size will be determined automatically.
547  If you set both,
548  then the image will be transformed to the given size,
549  possibly distorting it.
550  To prevent the image from distortion,
551  use the option 
552 \family sans
553 Maintain aspect ratio
554 \family default
555 .
556  The image will then be scaled so that its width and height don't exceed the specified dimensions.
557 \begin_inset Newline newline
558 \end_inset
559
560 Images can be opened in a program of your choice by right-clicking on it and choosing the entry 
561 \family sans
562 Edit
563 \begin_inset space ~
564 \end_inset
565
566 externally
567 \family default
568  in the context menu.
569  The program can be set for every image format in the file format settings in \SpecialChar LyX
570 's preferences.
571 \end_layout
572
573 \begin_layout Description
574
575 \family sans
576 Coordinates
577 \begin_inset space ~
578 \end_inset
579
580 and
581 \begin_inset space ~
582 \end_inset
583
584 Clipping
585 \family default
586  Alternatively to the usage of scaling units it is possible to set image coordinates to adjust the height and width of the image in the output.
587  The coordinates can also be calculated automatically by pressing the button 
588 \family sans
589 Get
590 \begin_inset space ~
591 \end_inset
592
593 from
594 \begin_inset space ~
595 \end_inset
596
597 File
598 \family default
599 .
600  The option 
601 \family sans
602 Clip
603 \begin_inset space ~
604 \end_inset
605
606 to
607 \begin_inset space ~
608 \end_inset
609
610 bounding
611 \begin_inset space ~
612 \end_inset
613
614 box
615 \family default
616  will only print the image region within the given coordinates.
617  Normally you don't need to worry about image coordinates and can ignore this tab.
618 \end_layout
619
620 \begin_layout Description
621
622 \family sans
623 LaTeX
624 \begin_inset space ~
625 \end_inset
626
627 and
628 \begin_inset space ~
629 \end_inset
630
631 LyX
632 \begin_inset space ~
633 \end_inset
634
635 options
636 \family default
637  In this tab you can modify the appearance of the image within \SpecialChar LyX
638  and \SpecialChar LaTeX
639  experts can specify additional \SpecialChar LaTeX
640  options.
641 \begin_inset Newline newline
642 \end_inset
643
644 The option 
645 \family sans
646 Draft
647 \begin_inset space ~
648 \end_inset
649
650 mode
651 \family default
652  makes the image appear in the output only as a frame with the size of the image.
653 \begin_inset Newline newline
654 \end_inset
655
656 In the section 
657 \family sans
658 Graphics
659 \begin_inset space ~
660 \end_inset
661
662 Group
663 \family default
664  you can define or join an image settings group.
665 \begin_inset Index idx
666 range none
667 pageformat default
668 status collapsed
669
670 \begin_layout Plain Layout
671 Figures
672 \begin_inset IndexMacro subentry
673 status open
674
675 \begin_layout Plain Layout
676 Settings grouping
677 \end_layout
678
679 \end_inset
680
681
682 \end_layout
683
684 \end_inset
685
686  Images within such a group share their settings,
687  so adjusting one image of the group automatically also adjusts all other images of the group in the same way.
688  So you can for example change the size for a bunch of images without the need to manually change each of them.
689  Joining an existing group can also be done using the context menu of the image by checking the name of the desired group.
690 \end_layout
691
692 \begin_layout Standard
693 \begin_inset VSpace bigskip
694 \end_inset
695
696
697 \end_layout
698
699 \begin_layout Standard
700 This is an example image in PDF format
701 \begin_inset Foot
702 status collapsed
703
704 \begin_layout Plain Layout
705 Image formats are explained in section
706 \begin_inset space ~
707 \end_inset
708
709
710 \begin_inset CommandInset ref
711 LatexCommand ref
712 reference "sec:Image-Formats"
713 nolink "false"
714
715 \end_inset
716
717 .
718 \end_layout
719
720 \end_inset
721
722  within a separate,
723  horizontally centered paragraph:
724 \end_layout
725
726 \begin_layout Standard
727 \align center
728 \begin_inset Graphics
729         filename clipart/2D-intensity-plot.pdf
730         scaleBeforeRotation
731         rotateOrigin center
732
733 \end_inset
734
735
736 \end_layout
737
738 \begin_layout Standard
739 This is the same image like the one above but in draft mode:
740 \end_layout
741
742 \begin_layout Standard
743 \align center
744 \begin_inset Graphics
745         filename clipart/2D-intensity-plot.pdf
746         draft
747         scaleBeforeRotation
748         rotateOrigin center
749
750 \end_inset
751
752
753 \end_layout
754
755 \begin_layout Standard
756 \begin_inset Newpage newpage
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Section
763 Figure Floats
764 \begin_inset CommandInset label
765 LatexCommand label
766 name "sec:Figure-Floats"
767
768 \end_inset
769
770
771 \begin_inset Index idx
772 range none
773 pageformat default
774 status collapsed
775
776 \begin_layout Plain Layout
777 Floats
778 \begin_inset IndexMacro subentry
779 status open
780
781 \begin_layout Plain Layout
782 Figures
783 \end_layout
784
785 \end_inset
786
787
788 \end_layout
789
790 \end_inset
791
792
793 \begin_inset Index idx
794 range none
795 pageformat default
796 status collapsed
797
798 \begin_layout Plain Layout
799 Figures
800 \begin_inset IndexMacro subentry
801 status open
802
803 \begin_layout Plain Layout
804 Floats
805 \end_layout
806
807 \end_inset
808
809
810 \end_layout
811
812 \end_inset
813
814
815 \end_layout
816
817 \begin_layout Standard
818 For general explanations about floats,
819  have a look at section
820 \begin_inset space ~
821 \end_inset
822
823
824 \begin_inset CommandInset ref
825 LatexCommand ref
826 reference "sec:FloatIntroduction"
827 nolink "false"
828
829 \end_inset
830
831 .
832 \end_layout
833
834 \begin_layout Standard
835 The toolbar button 
836 \begin_inset Info
837 type  "icon"
838 arg   "float-insert figure"
839 \end_inset
840
841  and the menu 
842 \family sans
843 Insert\SpecialChar menuseparator
844 Float\SpecialChar menuseparator
845 Figure
846 \family default
847  inserts a float with a caption that has the label 
848 \begin_inset Quotes eld
849 \end_inset
850
851 Figure
852 \begin_inset space ~
853 \end_inset
854
855 #:
856 \begin_inset Quotes erd
857 \end_inset
858
859  (# is the actual number).
860  You can insert the image above the caption,
861  like in Figure
862 \begin_inset space ~
863 \end_inset
864
865
866 \begin_inset CommandInset ref
867 LatexCommand ref
868 reference "fig:A-star-in"
869 nolink "false"
870
871 \end_inset
872
873  or below the caption,
874  like in Figure
875 \begin_inset space ~
876 \end_inset
877
878
879 \begin_inset CommandInset ref
880 LatexCommand ref
881 reference "fig:A-3D-object"
882 nolink "false"
883
884 \end_inset
885
886 .
887  More about caption placement is described in section
888 \begin_inset space ~
889 \end_inset
890
891
892 \begin_inset CommandInset ref
893 LatexCommand ref
894 reference "sec:Caption-Placement"
895 nolink "false"
896
897 \end_inset
898
899 .
900 \end_layout
901
902 \begin_layout Standard
903 \begin_inset Float figure
904 placement document
905 alignment document
906 wide false
907 sideways false
908 status open
909
910 \begin_layout Plain Layout
911 \align center
912 \begin_inset Graphics
913         filename clipart/Star-structure.pdf
914         lyxscale 60
915         width 50col%
916         scaleBeforeRotation
917         rotateOrigin center
918
919 \end_inset
920
921
922 \end_layout
923
924 \begin_layout Plain Layout
925 \begin_inset Caption Standard
926
927 \begin_layout Plain Layout
928 \begin_inset CommandInset label
929 LatexCommand label
930 name "fig:A-star-in"
931
932 \end_inset
933
934 A star in a float.
935 \end_layout
936
937 \end_inset
938
939
940 \end_layout
941
942 \end_inset
943
944
945 \end_layout
946
947 \begin_layout Standard
948 \begin_inset Float figure
949 placement document
950 alignment document
951 wide false
952 sideways false
953 status open
954
955 \begin_layout Plain Layout
956 \begin_inset Caption Standard
957
958 \begin_layout Plain Layout
959 \begin_inset CommandInset label
960 LatexCommand label
961 name "fig:A-3D-object"
962
963 \end_inset
964
965 A 3D object.
966 \end_layout
967
968 \end_inset
969
970
971 \end_layout
972
973 \begin_layout Plain Layout
974 \align center
975 \begin_inset Graphics
976         filename clipart/3D-structure-distort.pdf
977         lyxscale 60
978         scale 80
979         scaleBeforeRotation
980         rotateOrigin center
981
982 \end_inset
983
984
985 \end_layout
986
987 \end_inset
988
989
990 \end_layout
991
992 \begin_layout Standard
993 \begin_inset Index idx
994 range none
995 pageformat default
996 status collapsed
997
998 \begin_layout Plain Layout
999 References
1000 \begin_inset IndexMacro subentry
1001 status open
1002
1003 \begin_layout Plain Layout
1004 to Figures
1005 \end_layout
1006
1007 \end_inset
1008
1009
1010 \end_layout
1011
1012 \end_inset
1013
1014 Figure
1015 \begin_inset space ~
1016 \end_inset
1017
1018
1019 \begin_inset CommandInset ref
1020 LatexCommand ref
1021 reference "fig:A-star-in"
1022 nolink "false"
1023
1024 \end_inset
1025
1026  and 
1027 \begin_inset CommandInset ref
1028 LatexCommand ref
1029 reference "fig:A-3D-object"
1030 nolink "false"
1031
1032 \end_inset
1033
1034  are examples of referenced figures.
1035  Figures can be referenced in the text by referencing their label.
1036  To do this insert a label in the caption using the menu 
1037 \family sans
1038 Insert\SpecialChar menuseparator
1039 Label
1040 \family default
1041  or the toolbar button 
1042 \begin_inset Info
1043 type  "icon"
1044 arg   "label-insert"
1045 \end_inset
1046
1047 .
1048  You can now refer to the label using the menu 
1049 \family sans
1050 Insert\SpecialChar menuseparator
1051 Cross
1052 \begin_inset space ~
1053 \end_inset
1054
1055 reference
1056 \family default
1057  or the toolbar button 
1058 \begin_inset Info
1059 type  "icon"
1060 arg   "dialog-show-new-inset ref"
1061 \end_inset
1062
1063 .
1064  It is important to use references to floats,
1065  rather than using vague references like 
1066 \begin_inset Quotes eld
1067 \end_inset
1068
1069 the figure above
1070 \begin_inset Quotes erd
1071 \end_inset
1072
1073 ,
1074  because \SpecialChar LaTeX
1075  will reposition the floats in the final document and it might not be 
1076 \begin_inset Quotes eld
1077 \end_inset
1078
1079 above
1080 \begin_inset Quotes erd
1081 \end_inset
1082
1083  at all.
1084 \begin_inset Newline newline
1085 \end_inset
1086
1087 Referencing is explained in detail in section
1088 \begin_inset space ~
1089 \end_inset
1090
1091
1092 \begin_inset CommandInset ref
1093 LatexCommand ref
1094 reference "sec:Referencing-Floats"
1095 nolink "false"
1096
1097 \end_inset
1098
1099 .
1100 \end_layout
1101
1102 \begin_layout Standard
1103 Normally only one image is inserted to a figure float,
1104  but sometimes you might want to use two images with separate subcaptions.
1105  This can be done by inserting image floats into existing image floats.
1106  Note that only the main caption of the float is added to the List of Figures.
1107  Figure
1108 \begin_inset space ~
1109 \end_inset
1110
1111
1112 \begin_inset CommandInset ref
1113 LatexCommand ref
1114 reference "fig:Two-distorted-images"
1115 nolink "false"
1116
1117 \end_inset
1118
1119  is an example of a figure float with two images set side by side.
1120  You can also set the images one below the other.
1121  Figure
1122 \begin_inset space ~
1123 \end_inset
1124
1125
1126 \begin_inset CommandInset ref
1127 LatexCommand ref
1128 reference "fig:Pink-object"
1129 nolink "false"
1130
1131 \end_inset
1132
1133  and 
1134 \begin_inset CommandInset ref
1135 LatexCommand ref
1136 reference "fig:A-star"
1137 nolink "false"
1138
1139 \end_inset
1140
1141  are the subfigures.
1142 \end_layout
1143
1144 \begin_layout Standard
1145 \begin_inset Float figure
1146 placement document
1147 alignment document
1148 wide false
1149 sideways false
1150 status open
1151
1152 \begin_layout Plain Layout
1153 \begin_inset space \hfill{}
1154 \end_inset
1155
1156
1157 \begin_inset Float figure
1158 placement document
1159 alignment document
1160 wide false
1161 sideways false
1162 status collapsed
1163
1164 \begin_layout Plain Layout
1165 \begin_inset Caption Standard
1166
1167 \begin_layout Plain Layout
1168 \begin_inset CommandInset label
1169 LatexCommand label
1170 name "fig:Pink-object"
1171
1172 \end_inset
1173
1174 Pink object.
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \begin_layout Plain Layout
1183 \begin_inset Graphics
1184         filename clipart/3D-structure-distort.pdf
1185         width 45col%
1186         scaleBeforeRotation
1187         groupId distorted
1188
1189 \end_inset
1190
1191
1192 \end_layout
1193
1194 \end_inset
1195
1196
1197 \begin_inset space \hfill{}
1198 \end_inset
1199
1200
1201 \begin_inset Float figure
1202 placement document
1203 alignment document
1204 wide false
1205 sideways false
1206 status collapsed
1207
1208 \begin_layout Plain Layout
1209 \begin_inset Caption Standard
1210
1211 \begin_layout Plain Layout
1212 \begin_inset CommandInset label
1213 LatexCommand label
1214 name "fig:A-star"
1215
1216 \end_inset
1217
1218 A star.
1219 \end_layout
1220
1221 \end_inset
1222
1223
1224 \end_layout
1225
1226 \begin_layout Plain Layout
1227 \begin_inset Graphics
1228         filename clipart/Star-structure.pdf
1229         width 45col%
1230         scaleBeforeRotation
1231         groupId distorted
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \end_inset
1239
1240
1241 \begin_inset space \hfill{}
1242 \end_inset
1243
1244
1245 \end_layout
1246
1247 \begin_layout Plain Layout
1248 \begin_inset Caption Standard
1249
1250 \begin_layout Plain Layout
1251 \begin_inset CommandInset label
1252 LatexCommand label
1253 name "fig:Two-distorted-images"
1254
1255 \end_inset
1256
1257 Two distorted images.
1258  Both images are in the image settings group named 
1259 \begin_inset Quotes eld
1260 \end_inset
1261
1262 distorted
1263 \begin_inset Quotes erd
1264 \end_inset
1265
1266 .
1267 \end_layout
1268
1269 \end_inset
1270
1271
1272 \end_layout
1273
1274 \end_inset
1275
1276
1277 \end_layout
1278
1279 \begin_layout Standard
1280 \begin_inset Newpage newpage
1281 \end_inset
1282
1283
1284 \end_layout
1285
1286 \begin_layout Section
1287 Image Formats
1288 \begin_inset CommandInset label
1289 LatexCommand label
1290 name "sec:Image-Formats"
1291
1292 \end_inset
1293
1294
1295 \begin_inset Index idx
1296 range none
1297 pageformat default
1298 status collapsed
1299
1300 \begin_layout Plain Layout
1301 Image Formats
1302 \end_layout
1303
1304 \end_inset
1305
1306
1307 \begin_inset Index idx
1308 range none
1309 pageformat default
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313 Figures
1314 \begin_inset IndexMacro subentry
1315 status open
1316
1317 \begin_layout Plain Layout
1318 Image Formats
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \end_layout
1325
1326 \end_inset
1327
1328
1329 \end_layout
1330
1331 \begin_layout Standard
1332 You can insert images in any known file format.
1333  But as explained in appendix
1334 \begin_inset space ~
1335 \end_inset
1336
1337
1338 \begin_inset CommandInset ref
1339 LatexCommand ref
1340 reference "cha:Output-File-Formats"
1341 nolink "false"
1342
1343 \end_inset
1344
1345 ,
1346  each output document format allows only a few image formats.
1347  \SpecialChar LyX
1348  uses therefore the program 
1349 \family typewriter
1350 ImageMagick
1351 \family default
1352  in the background to convert the images to the right format.
1353  To increase your work flow by avoiding these conversions in the background,
1354  you could choose to use only the image formats that can directly be embedded in the output file format.
1355  The output file formats are explained in appendix
1356 \begin_inset space ~
1357 \end_inset
1358
1359
1360 \begin_inset CommandInset ref
1361 LatexCommand ref
1362 reference "cha:Output-File-Formats"
1363 nolink "false"
1364
1365 \end_inset
1366
1367 .
1368 \end_layout
1369
1370 \begin_layout Standard
1371 Similar to fonts there are two types of image formats:
1372 \end_layout
1373
1374 \begin_layout Description
1375 Bitmap
1376 \begin_inset space ~
1377 \end_inset
1378
1379 images consist of pixel values,
1380  often in a compressed form.
1381  They are therefore not fully scalable and look pixelated in large zooms.
1382  Well-known bitmap image formats are 
1383 \begin_inset Quotes eld
1384 \end_inset
1385
1386 Graphics Interchange Format
1387 \begin_inset Quotes erd
1388 \end_inset
1389
1390  (GIF,
1391  file extension 
1392 \begin_inset Quotes eld
1393 \end_inset
1394
1395
1396 \family typewriter
1397 .gif
1398 \family default
1399
1400 \begin_inset Quotes erd
1401 \end_inset
1402
1403 )
1404 \begin_inset Index idx
1405 range none
1406 pageformat default
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410 GIF
1411 \begin_inset IndexMacro see
1412 status open
1413
1414 \begin_layout Plain Layout
1415 Image formats
1416 \end_layout
1417
1418 \end_inset
1419
1420
1421 \end_layout
1422
1423 \end_inset
1424
1425 ,
1426  
1427 \begin_inset Quotes eld
1428 \end_inset
1429
1430 Portable Network Graphics
1431 \begin_inset Quotes erd
1432 \end_inset
1433
1434  (PNG,
1435  file extension 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .png
1442 \family default
1443
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447 )
1448 \begin_inset Index idx
1449 range none
1450 pageformat default
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454 PNG
1455 \begin_inset IndexMacro see
1456 status open
1457
1458 \begin_layout Plain Layout
1459 Image formats
1460 \end_layout
1461
1462 \end_inset
1463
1464
1465 \end_layout
1466
1467 \end_inset
1468
1469 ,
1470  and 
1471 \begin_inset Quotes eld
1472 \end_inset
1473
1474 Joint Photographic Experts Group
1475 \begin_inset Quotes erd
1476 \end_inset
1477
1478  (JPG,
1479  file extension 
1480 \begin_inset Quotes eld
1481 \end_inset
1482
1483
1484 \family typewriter
1485 .jpg
1486 \family default
1487
1488 \begin_inset Quotes erd
1489 \end_inset
1490
1491  or 
1492 \begin_inset Quotes eld
1493 \end_inset
1494
1495
1496 \family typewriter
1497 .jpeg
1498 \family default
1499
1500 \begin_inset Quotes erd
1501 \end_inset
1502
1503 )
1504 \begin_inset Index idx
1505 range none
1506 pageformat default
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510 JPG
1511 \begin_inset IndexMacro see
1512 status open
1513
1514 \begin_layout Plain Layout
1515 Image formats
1516 \end_layout
1517
1518 \end_inset
1519
1520
1521 \end_layout
1522
1523 \end_inset
1524
1525 .
1526 \end_layout
1527
1528 \begin_layout Description
1529 Vector
1530 \begin_inset space ~
1531 \end_inset
1532
1533 images consist of vectors and can therefore be scaled to any size without data loss.
1534  The scaling ability is necessary if you want to create presentations,
1535  because presentations are always scaled by the video projector.
1536  Scaling is also useful for online documents to let the user zoom into diagrams.
1537 \begin_inset Newline newline
1538 \end_inset
1539
1540 Well-known scalable image formats are 
1541 \begin_inset Quotes eld
1542 \end_inset
1543
1544 Scalable Vector Graphics
1545 \begin_inset Quotes erd
1546 \end_inset
1547
1548  (SVG,
1549  file extension 
1550 \begin_inset Quotes eld
1551 \end_inset
1552
1553
1554 \family typewriter
1555 .svg
1556 \family default
1557
1558 \begin_inset Quotes erd
1559 \end_inset
1560
1561 )
1562 \begin_inset Index idx
1563 range none
1564 pageformat default
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568 SVG
1569 \begin_inset IndexMacro see
1570 status open
1571
1572 \begin_layout Plain Layout
1573 Image formats
1574 \end_layout
1575
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \end_inset
1582
1583 ,
1584  
1585 \begin_inset Quotes eld
1586 \end_inset
1587
1588 Encapsulated PostScript
1589 \begin_inset Quotes erd
1590 \end_inset
1591
1592  (EPS,
1593  file extension 
1594 \begin_inset Quotes eld
1595 \end_inset
1596
1597
1598 \family typewriter
1599 .eps
1600 \family default
1601
1602 \begin_inset Quotes erd
1603 \end_inset
1604
1605 )
1606 \begin_inset Index idx
1607 range none
1608 pageformat default
1609 status collapsed
1610
1611 \begin_layout Plain Layout
1612 EPS
1613 \begin_inset IndexMacro see
1614 status open
1615
1616 \begin_layout Plain Layout
1617 Image formats
1618 \end_layout
1619
1620 \end_inset
1621
1622
1623 \end_layout
1624
1625 \end_inset
1626
1627 ,
1628  
1629 \begin_inset Quotes eld
1630 \end_inset
1631
1632 Portable Document Format
1633 \begin_inset Quotes erd
1634 \end_inset
1635
1636  (PDF,
1637  file extension 
1638 \begin_inset Quotes eld
1639 \end_inset
1640
1641
1642 \family typewriter
1643 .pdf
1644 \family default
1645
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649 )
1650 \begin_inset Index idx
1651 range none
1652 pageformat default
1653 status collapsed
1654
1655 \begin_layout Plain Layout
1656 PDF
1657 \end_layout
1658
1659 \end_inset
1660
1661 ,
1662  and 
1663 \begin_inset Quotes eld
1664 \end_inset
1665
1666 Windows Metafile
1667 \begin_inset Quotes erd
1668 \end_inset
1669
1670  (WMF,
1671  file extension 
1672 \begin_inset Quotes eld
1673 \end_inset
1674
1675
1676 \family typewriter
1677 .wmf
1678 \family default
1679
1680 \begin_inset Quotes erd
1681 \end_inset
1682
1683 )
1684 \begin_inset Index idx
1685 range none
1686 pageformat default
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690 WMF
1691 \begin_inset IndexMacro see
1692 status open
1693
1694 \begin_layout Plain Layout
1695 Image formats
1696 \end_layout
1697
1698 \end_inset
1699
1700
1701 \end_layout
1702
1703 \end_inset
1704
1705 .
1706  We wrote 
1707 \begin_inset Quotes eld
1708 \end_inset
1709
1710 can be
1711 \begin_inset Quotes erd
1712 \end_inset
1713
1714 ,
1715  because you can convert any bitmap image to a PDF or EPS-image and the result will still be a bitmap image.
1716  In such cases only a header with the image properties is added to the original image
1717 \begin_inset Foot
1718 status collapsed
1719
1720 \begin_layout Plain Layout
1721 In the case of PDF,
1722  the original image is additionally compressed.
1723 \end_layout
1724
1725 \end_inset
1726
1727 .
1728  The PDF-files generated by 
1729 \family typewriter
1730 Adobe Photoshop
1731 \family default
1732  are for example bitmap images.
1733 \end_layout
1734
1735 \begin_layout Standard
1736 Normally it is not possible to convert a bitmap image into a scalable one,
1737  only vice versa.
1738  Only the image formats PDF and EPS can directly be embedded to PDF and PostScript output files,
1739  respectively.
1740  SVG and WMF-images are recalculated to bitmaps when the output file is generated because there is currently no adequate WMF/SVG
1741 \begin_inset Formula $\to$
1742 \end_inset
1743
1744 PDF/EPS converter available.
1745 \end_layout
1746
1747 \begin_layout Chapter
1748 Tables
1749 \begin_inset Index idx
1750 range none
1751 pageformat default
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755 Table
1756 \end_layout
1757
1758 \end_inset
1759
1760
1761 \end_layout
1762
1763 \begin_layout Section
1764 Introduction
1765 \begin_inset Index idx
1766 range none
1767 pageformat default
1768 status collapsed
1769
1770 \begin_layout Plain Layout
1771 Table
1772 \begin_inset IndexMacro subentry
1773 status open
1774
1775 \begin_layout Plain Layout
1776 Introduction
1777 \end_layout
1778
1779 \end_inset
1780
1781
1782 \end_layout
1783
1784 \end_inset
1785
1786
1787 \end_layout
1788
1789 \begin_layout Standard
1790 You can insert a table using either the toolbar button 
1791 \begin_inset Info
1792 type  "icon"
1793 arg   "tabular-insert"
1794 \end_inset
1795
1796  or the menu 
1797 \family sans
1798 Insert\SpecialChar menuseparator
1799 Table
1800 \family default
1801 .
1802  The toolbar button offers you a graphical selection:
1803  move the mouse to set the column/row number of the table that should be created and then press a mouse button.
1804  When you use the menu to create a table,
1805  a dialog will appear,
1806  asking you for the number of rows and columns
1807 \change_inserted -712698321 1554289643
1808 ,
1809  and you can select a specific (border) style
1810 \change_unchanged
1811 .
1812 \change_deleted -712698321 1554289644
1813
1814 \begin_inset Newline newline
1815 \end_inset
1816
1817
1818 \change_inserted -712698321 1554289645
1819
1820 \end_layout
1821
1822 \begin_layout Standard
1823 The default table has lines around any cell and the first row appears separated from the rest of the table.
1824  This separation occurs due to a double line:
1825  The cells of the first row have a line below them and the cells of the second row have a line above them.
1826  Here is an example table:
1827 \end_layout
1828
1829 \begin_layout Standard
1830 \align center
1831 \begin_inset Tabular
1832 <lyxtabular version="3" rows="4" columns="4">
1833 <features tabularvalignment="middle">
1834 <column alignment="center" valignment="top">
1835 <column alignment="center" valignment="top">
1836 <column alignment="center" valignment="top">
1837 <column alignment="center" valignment="top">
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \family roman
1854 \series medium
1855 \shape up
1856 \size normal
1857 \emph off
1858 \bar no
1859 \noun off
1860 \color none
1861 1
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870 2
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879 3
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 </row>
1885 <row>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \family roman
1892 \series medium
1893 \shape up
1894 \size normal
1895 \emph off
1896 \bar no
1897 \noun off
1898 \color none
1899 A
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1914 \begin_inset Text
1915
1916 \begin_layout Plain Layout
1917
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 </row>
1932 <row>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \family roman
1939 \series medium
1940 \shape up
1941 \size normal
1942 \emph off
1943 \bar no
1944 \noun off
1945 \color none
1946 B
1947 \end_layout
1948
1949 \end_inset
1950 </cell>
1951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1952 \begin_inset Text
1953
1954 \begin_layout Plain Layout
1955
1956 \end_layout
1957
1958 \end_inset
1959 </cell>
1960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1961 \begin_inset Text
1962
1963 \begin_layout Plain Layout
1964
1965 \end_layout
1966
1967 \end_inset
1968 </cell>
1969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1970 \begin_inset Text
1971
1972 \begin_layout Plain Layout
1973
1974 \end_layout
1975
1976 \end_inset
1977 </cell>
1978 </row>
1979 <row>
1980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984
1985 \family roman
1986 \series medium
1987 \shape up
1988 \size normal
1989 \emph off
1990 \bar no
1991 \noun off
1992 \color none
1993 C
1994 \end_layout
1995
1996 \end_inset
1997 </cell>
1998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1999 \begin_inset Text
2000
2001 \begin_layout Plain Layout
2002
2003 \end_layout
2004
2005 \end_inset
2006 </cell>
2007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2008 \begin_inset Text
2009
2010 \begin_layout Plain Layout
2011
2012 \end_layout
2013
2014 \end_inset
2015 </cell>
2016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2017 \begin_inset Text
2018
2019 \begin_layout Plain Layout
2020
2021 \end_layout
2022
2023 \end_inset
2024 </cell>
2025 </row>
2026 </lyxtabular>
2027
2028 \end_inset
2029
2030
2031 \end_layout
2032
2033 \begin_layout Standard
2034
2035 \change_inserted -712698321 1554289664
2036 This corresponds to the 
2037 \begin_inset Quotes eld
2038 \end_inset
2039
2040 Grid with Head
2041 \begin_inset Quotes erd
2042 \end_inset
2043
2044  table style listed in the style selection.
2045 \end_layout
2046
2047 \begin_layout Standard
2048
2049 \change_inserted -712698321 1554289664
2050 Other available styles include:
2051 \end_layout
2052
2053 \begin_layout Itemize
2054
2055 \change_inserted -712698321 1554289664
2056
2057 \begin_inset Quotes eld
2058 \end_inset
2059
2060 simple grid
2061 \begin_inset Quotes erd
2062 \end_inset
2063
2064  which looks line the above table,
2065  but without the first row being separated via double line,
2066 \end_layout
2067
2068 \begin_layout Itemize
2069
2070 \change_inserted -712698321 1554289664
2071 a border-less table with no lines at all,
2072 \end_layout
2073
2074 \begin_layout Itemize
2075
2076 \change_inserted -712698321 1554289664
2077 and a so-called 
2078 \begin_inset Quotes eld
2079 \end_inset
2080
2081 formal table
2082 \begin_inset Quotes erd
2083 \end_inset
2084
2085  as often used in professional publishing with horizontal lines only and bold top/bottom lines (see 
2086 \emph on
2087 Embedded Objects
2088 \emph default
2089  manual,
2090  section 
2091 \emph on
2092 Formal Tables
2093 \emph default
2094 ).
2095
2096 \change_inserted 630872221 1622640694
2097  It is also possible to have an horizontal (thin) Footline above the last line.
2098 \change_unchanged
2099
2100 \end_layout
2101
2102 \begin_layout Standard
2103
2104 \change_inserted -712698321 1554289664
2105 The default style used in the dialog as well as the style used by the toolbar button can be changed in 
2106 \family sans
2107 Document\SpecialChar menuseparator
2108 Settings\SpecialChar menuseparator
2109 Text Layout
2110 \family default
2111 .
2112  So if the default style above is not the one you need,
2113  you should alter this setting.
2114 \end_layout
2115
2116 \begin_layout Section
2117 Table Dialog
2118 \begin_inset Index idx
2119 range none
2120 pageformat default
2121 status collapsed
2122
2123 \begin_layout Plain Layout
2124 Table
2125 \begin_inset IndexMacro subentry
2126 status open
2127
2128 \begin_layout Plain Layout
2129 Dialog
2130 \end_layout
2131
2132 \end_inset
2133
2134
2135 \end_layout
2136
2137 \end_inset
2138
2139
2140 \end_layout
2141
2142 \begin_layout Standard
2143 You can alter a table by clicking on it with the right mouse button,
2144  which brings up the context menu.
2145  Under the menu entry 
2146 \family sans
2147 More
2148 \family default
2149  you can adjust the settings of that cell and row/column respectively where the cursor is currently placed.
2150  The context menu 
2151 \family sans
2152 More\SpecialChar menuseparator
2153 Settings
2154 \family default
2155  opens the table dialog where you can adjust more things.
2156  Most of the dialog options also work on selections.
2157  This means if you select more cells,
2158  columns or rows,
2159  the action is done for the whole selection.
2160  Note that there is a difference between selecting the 
2161 \emph on
2162 contents
2163 \emph default
2164  of the cell,
2165  and the cell itself.
2166 \begin_inset Newline newline
2167 \end_inset
2168
2169 With the dialog option 
2170 \family sans
2171 Immediate
2172 \begin_inset space ~
2173 \end_inset
2174
2175 Apply
2176 \family default
2177  every change you make in the dialog is directly applied.
2178  If you move the cursor to another table cell the dialog will then also be updated with the parameters of the new cell.
2179  If you change length values in the dialog you must press 
2180 \family sans
2181 Return
2182 \family default
2183  to get the change applied.
2184 \begin_inset Newline newline
2185 \end_inset
2186
2187 You can alter tables with the following tabs of the table dialog:
2188 \end_layout
2189
2190 \begin_layout Description
2191 Table
2192 \begin_inset space ~
2193 \end_inset
2194
2195 Settings Here you can set the table width
2196 \begin_inset Index idx
2197 range none
2198 pageformat default
2199 status collapsed
2200
2201 \begin_layout Plain Layout
2202 Table
2203 \begin_inset IndexMacro subentry
2204 status open
2205
2206 \begin_layout Plain Layout
2207 Width
2208 \end_layout
2209
2210 \end_inset
2211
2212
2213 \end_layout
2214
2215 \end_inset
2216
2217 ,
2218  and the horizontal alignment and the width of the current column.
2219  The alignment 
2220 \family sans
2221 At
2222 \begin_inset space ~
2223 \end_inset
2224
2225 Decimal
2226 \begin_inset space ~
2227 \end_inset
2228
2229 Separator
2230 \family default
2231  is described in section
2232 \begin_inset space ~
2233 \end_inset
2234
2235
2236 \begin_inset CommandInset ref
2237 LatexCommand ref
2238 reference "subsec:Special-Cell-Alignment"
2239 nolink "false"
2240
2241 \end_inset
2242
2243 .
2244  When you have set a width you can also adjust the vertical alignment of the current row.
2245  A given width will allow the cell to have line breaks and multiple paragraphs of text,
2246  see sec.
2247 \begin_inset space \thinspace{}
2248 \end_inset
2249
2250
2251 \begin_inset CommandInset ref
2252 LatexCommand ref
2253 reference "subsec:Multiple-Lines-in"
2254 nolink "false"
2255
2256 \end_inset
2257
2258 .
2259  If you set no width,
2260  the column is as wide as the content of its widest cell.
2261 \begin_inset Newline newline
2262 \end_inset
2263
2264 Furthermore,
2265  you can mark one or multiple cells of one row as a multicolumn cell,
2266  see sec.
2267 \begin_inset space \thinspace{}
2268 \end_inset
2269
2270
2271 \begin_inset CommandInset ref
2272 LatexCommand ref
2273 reference "subsec:Multicolumns"
2274 nolink "false"
2275
2276 \end_inset
2277
2278  or the cells of one column as multirow cell,
2279  see sec.
2280 \begin_inset space \thinspace{}
2281 \end_inset
2282
2283
2284 \begin_inset CommandInset ref
2285 LatexCommand ref
2286 reference "subsec:Multirows"
2287 nolink "false"
2288
2289 \end_inset
2290
2291 .
2292 \begin_inset Newline newline
2293 \end_inset
2294
2295 The rotate check boxes rotate the current cell,
2296  a selection,
2297  or the whole table counter-clockwise by 90
2298 \begin_inset space \thinspace{}
2299 \end_inset
2300
2301 °.
2302  The rotation is not shown within \SpecialChar LyX
2303 ,
2304  only in the output.
2305  For more information see sec.
2306 \begin_inset space \thinspace{}
2307 \end_inset
2308
2309
2310 \begin_inset CommandInset ref
2311 LatexCommand ref
2312 reference "sec:Rotated-Table-Cells"
2313 nolink "false"
2314
2315 \end_inset
2316
2317 .
2318 \begin_inset Newline newline
2319 \end_inset
2320
2321
2322 \begin_inset Note Greyedout
2323 status open
2324
2325 \begin_layout Plain Layout
2326
2327 \series bold
2328 Note:
2329
2330 \series default
2331  Not all DVI-viewers are able to display rotations.
2332 \end_layout
2333
2334 \end_inset
2335
2336
2337 \begin_inset Newline newline
2338 \end_inset
2339
2340 The table-wide vertical alignment is used for tables within text lines:
2341 \begin_inset Newline newline
2342 \end_inset
2343
2344 A line with tables with different alignments:
2345  
2346 \begin_inset Tabular
2347 <lyxtabular version="3" rows="2" columns="2">
2348 <features tabularvalignment="top">
2349 <column alignment="center" valignment="top" width="0pt">
2350 <column alignment="center" valignment="top">
2351 <row>
2352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2353 \begin_inset Text
2354
2355 \begin_layout Plain Layout
2356
2357 \end_layout
2358
2359 \end_inset
2360 </cell>
2361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Plain Layout
2365
2366 \family roman
2367 \series medium
2368 \shape up
2369 \size normal
2370 \emph off
2371 \bar no
2372 \noun off
2373 \color none
2374 1
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 </row>
2380 <row>
2381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385
2386 \family roman
2387 \series medium
2388 \shape up
2389 \size normal
2390 \emph off
2391 \bar no
2392 \noun off
2393 \color none
2394 A
2395 \end_layout
2396
2397 \end_inset
2398 </cell>
2399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Plain Layout
2403
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 </row>
2409 </lyxtabular>
2410
2411 \end_inset
2412
2413  
2414 \begin_inset Tabular
2415 <lyxtabular version="3" rows="2" columns="2">
2416 <features tabularvalignment="middle">
2417 <column alignment="center" valignment="top">
2418 <column alignment="center" valignment="top">
2419 <row>
2420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424
2425 \end_layout
2426
2427 \end_inset
2428 </cell>
2429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433
2434 \family roman
2435 \series medium
2436 \shape up
2437 \size normal
2438 \emph off
2439 \bar no
2440 \noun off
2441 \color none
2442 1
2443 \end_layout
2444
2445 \end_inset
2446 </cell>
2447 </row>
2448 <row>
2449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2450 \begin_inset Text
2451
2452 \begin_layout Plain Layout
2453
2454 \family roman
2455 \series medium
2456 \shape up
2457 \size normal
2458 \emph off
2459 \bar no
2460 \noun off
2461 \color none
2462 A
2463 \end_layout
2464
2465 \end_inset
2466 </cell>
2467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2468 \begin_inset Text
2469
2470 \begin_layout Plain Layout
2471
2472 \end_layout
2473
2474 \end_inset
2475 </cell>
2476 </row>
2477 </lyxtabular>
2478
2479 \end_inset
2480
2481  
2482 \begin_inset Tabular
2483 <lyxtabular version="3" rows="2" columns="2">
2484 <features tabularvalignment="bottom">
2485 <column alignment="center" valignment="top" width="0pt">
2486 <column alignment="center" valignment="top">
2487 <row>
2488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2489 \begin_inset Text
2490
2491 \begin_layout Plain Layout
2492
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2498 \begin_inset Text
2499
2500 \begin_layout Plain Layout
2501
2502 \family roman
2503 \series medium
2504 \shape up
2505 \size normal
2506 \emph off
2507 \bar no
2508 \noun off
2509 \color none
2510 1
2511 \end_layout
2512
2513 \end_inset
2514 </cell>
2515 </row>
2516 <row>
2517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2518 \begin_inset Text
2519
2520 \begin_layout Plain Layout
2521
2522 \family roman
2523 \series medium
2524 \shape up
2525 \size normal
2526 \emph off
2527 \bar no
2528 \noun off
2529 \color none
2530 A
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Plain Layout
2539
2540 \end_layout
2541
2542 \end_inset
2543 </cell>
2544 </row>
2545 </lyxtabular>
2546
2547 \end_inset
2548
2549
2550 \begin_inset Newline newline
2551 \end_inset
2552
2553 It is also possible to enter a \SpecialChar LaTeX
2554 -argument which is needed for special table formattings,
2555  see sec.
2556 \begin_inset space \thinspace{}
2557 \end_inset
2558
2559
2560 \begin_inset CommandInset ref
2561 LatexCommand ref
2562 reference "subsec:Multicolumn-Calculations"
2563 nolink "false"
2564
2565 \end_inset
2566
2567  and 
2568 \begin_inset CommandInset ref
2569 LatexCommand ref
2570 reference "sec:Colored-Tables"
2571 nolink "false"
2572
2573 \end_inset
2574
2575 .
2576 \end_layout
2577
2578 \begin_layout Description
2579 Borders In this tab you can add and delete border lines for the current row/column.
2580 \begin_inset Newline newline
2581 \end_inset
2582
2583 Using the style option 
2584 \family sans
2585 Formal
2586 \family default
2587  will convert the table to a formal table as described in sec.
2588 \begin_inset space \thinspace{}
2589 \end_inset
2590
2591
2592 \begin_inset CommandInset ref
2593 LatexCommand ref
2594 reference "sec:Formal-Tables"
2595 nolink "false"
2596
2597 \end_inset
2598
2599 .
2600 \begin_inset Newline newline
2601 \end_inset
2602
2603 You can also add space here to table rows as described in sec.
2604 \begin_inset space \thinspace{}
2605 \end_inset
2606
2607
2608 \begin_inset CommandInset ref
2609 LatexCommand ref
2610 reference "subsec:Row-Spacing"
2611 nolink "false"
2612
2613 \end_inset
2614
2615 .
2616 \end_layout
2617
2618 \begin_layout Description
2619 Multi-page
2620 \begin_inset space ~
2621 \end_inset
2622
2623 table This tab is to make a table a multi-page table that can run over several pages.
2624  Sections
2625 \begin_inset space ~
2626 \end_inset
2627
2628
2629 \begin_inset CommandInset ref
2630 LatexCommand ref
2631 reference "sec:Multi-page-Tables"
2632 nolink "false"
2633
2634 \end_inset
2635
2636  and 
2637 \begin_inset CommandInset ref
2638 LatexCommand ref
2639 reference "sec:Special-Longtable-Issues"
2640 nolink "false"
2641
2642 \end_inset
2643
2644  describe the multi-page table features in detail.
2645 \end_layout
2646
2647 \begin_layout Section
2648 Table Toolbar
2649 \begin_inset Index idx
2650 range none
2651 pageformat default
2652 status collapsed
2653
2654 \begin_layout Plain Layout
2655 Table
2656 \begin_inset IndexMacro subentry
2657 status open
2658
2659 \begin_layout Plain Layout
2660 Toolbar
2661 \end_layout
2662
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \end_inset
2669
2670
2671 \end_layout
2672
2673 \begin_layout Standard
2674 The table toolbar is an alternative to the table dialog to be able to alter tables faster.
2675  It should normally appear at the bottom of \SpecialChar LyX
2676 's main window when the cursor is inside a table.
2677  You can alternatively switch it on to appear always,
2678  by right-clicking in \SpecialChar LyX
2679 's main menu bar.
2680 \end_layout
2681
2682 \begin_layout Standard
2683 The toolbar has the following icons:
2684 \end_layout
2685
2686 \begin_layout Labeling
2687 \labelwidthstring 00.00.0000
2688 \begin_inset Info
2689 type  "icon"
2690 arg   "tabular-feature append-row"
2691 \end_inset
2692
2693  adds a row below the current cell or selection
2694 \end_layout
2695
2696 \begin_layout Labeling
2697 \labelwidthstring 00.00.0000
2698 \begin_inset Info
2699 type  "icon"
2700 arg   "tabular-feature append-column"
2701 \end_inset
2702
2703  adds a column right beside the current cell or selection
2704 \end_layout
2705
2706 \begin_layout Labeling
2707 \labelwidthstring 00.00.0000
2708 \begin_inset Info
2709 type  "icon"
2710 arg   "tabular-feature delete-row"
2711 \end_inset
2712
2713  deletes the current row or selection
2714 \end_layout
2715
2716 \begin_layout Labeling
2717 \labelwidthstring 00.00.0000
2718 \begin_inset Info
2719 type  "icon"
2720 arg   "tabular-feature delete-column"
2721 \end_inset
2722
2723  deletes the current column or selection
2724 \end_layout
2725
2726 \begin_layout Labeling
2727 \labelwidthstring 00.00.0000
2728 \begin_inset Info
2729 type  "icon"
2730 arg   "tabular-feature move-row-up"
2731 \end_inset
2732
2733  moves the row up
2734 \end_layout
2735
2736 \begin_layout Labeling
2737 \labelwidthstring 00.00.0000
2738 \begin_inset Info
2739 type  "icon"
2740 arg   "tabular-feature move-column-left"
2741 \end_inset
2742
2743  moves the column to the left
2744 \end_layout
2745
2746 \begin_layout Labeling
2747 \labelwidthstring 00.00.0000
2748 \begin_inset Info
2749 type  "icon"
2750 arg   "tabular-feature move-row-down"
2751 \end_inset
2752
2753  moves the row down
2754 \end_layout
2755
2756 \begin_layout Labeling
2757 \labelwidthstring 00.00.0000
2758 \begin_inset Info
2759 type  "icon"
2760 arg   "tabular-feature move-column-right"
2761 \end_inset
2762
2763  moves the column to the right
2764 \end_layout
2765
2766 \begin_layout Labeling
2767 \labelwidthstring 00.00.0000
2768 \begin_inset Info
2769 type  "icon"
2770 arg   "tabular-feature toggle-line-top"
2771 \end_inset
2772
2773  
2774 \change_deleted -1382599118 1647157945
2775 adds
2776 \change_inserted -1382599118 1647157946
2777 toggles
2778 \change_unchanged
2779  a line at the top of
2780 \change_inserted -1382599118 1647158116
2781  every cell for
2782 \change_unchanged
2783  the current
2784 \change_inserted -1382599118 1647157889
2785 ly
2786 \change_deleted -1382599118 1647157917
2787  cell / row or of a
2788 \change_unchanged
2789  select
2790 \change_deleted -1382599118 1647157923
2791 ion
2792 \change_inserted -1382599118 1647157925
2793 ed cells
2794 \change_unchanged
2795
2796 \end_layout
2797
2798 \begin_layout Labeling
2799 \labelwidthstring 00.00.0000
2800 \begin_inset Info
2801 type  "icon"
2802 arg   "tabular-feature toggle-line-bottom"
2803 \end_inset
2804
2805  
2806 \change_deleted -1382599118 1647157963
2807 adds
2808 \change_inserted -1382599118 1647157964
2809 toggles
2810 \change_unchanged
2811  a line at the bottom of 
2812 \change_inserted -1382599118 1647158114
2813 every cell for 
2814 \change_unchanged
2815 the current
2816 \change_inserted -1382599118 1647157991
2817 ly
2818 \change_deleted -1382599118 1647158003
2819  cell / row or of a
2820 \change_unchanged
2821  select
2822 \change_deleted -1382599118 1647158007
2823 ion
2824 \change_inserted -1382599118 1647158009
2825 ed cells
2826 \change_unchanged
2827
2828 \end_layout
2829
2830 \begin_layout Labeling
2831 \labelwidthstring 00.00.0000
2832 \begin_inset Info
2833 type  "icon"
2834 arg   "tabular-feature toggle-line-left"
2835 \end_inset
2836
2837  
2838 \change_deleted -1382599118 1647157971
2839 adds
2840 \change_inserted -1382599118 1647157972
2841 toggles
2842 \change_unchanged
2843  a line at the left side of 
2844 \change_inserted -1382599118 1647158111
2845 every cell for 
2846 \change_unchanged
2847 the current
2848 \change_inserted -1382599118 1647158027
2849 ly
2850 \change_deleted -1382599118 1647158069
2851  cell / row or of a
2852 \change_unchanged
2853  select
2854 \change_deleted -1382599118 1647158043
2855 ion
2856 \change_inserted -1382599118 1647158044
2857 ed cells
2858 \change_unchanged
2859
2860 \end_layout
2861
2862 \begin_layout Labeling
2863 \labelwidthstring 00.00.0000
2864 \begin_inset Info
2865 type  "icon"
2866 arg   "tabular-feature toggle-line-right"
2867 \end_inset
2868
2869  
2870 \change_deleted -1382599118 1647157974
2871 adds
2872 \change_inserted -1382599118 1647157975
2873 toggles
2874 \change_unchanged
2875  a line at the right side of 
2876 \change_inserted -1382599118 1647158109
2877 every cell for 
2878 \change_unchanged
2879 the current
2880 \change_inserted -1382599118 1647158061
2881 ly
2882 \change_deleted -1382599118 1647158072
2883  cell / row or of a
2884 \change_unchanged
2885  select
2886 \change_deleted -1382599118 1647158078
2887 ion
2888 \change_inserted -1382599118 1647158082
2889 ed cells
2890 \change_inserted -712698321 1554289731
2891
2892 \end_layout
2893
2894 \begin_layout Labeling
2895 \labelwidthstring 00.00.0000
2896
2897 \change_inserted -712698321 1554289910
2898 \begin_inset Info
2899 type  "icon"
2900 arg   "tabular-feature toggle-border-lines"
2901 \end_inset
2902
2903  
2904 \change_deleted -1382599118 1647157966
2905 adds
2906 \change_inserted -1382599118 1647157967
2907 toggles
2908 \change_inserted -712698321 1554289910
2909  a border around the currently selected cells
2910 \change_inserted -1382599118 1647040213
2911
2912 \end_layout
2913
2914 \begin_layout Labeling
2915 \labelwidthstring 00.00.0000
2916
2917 \change_inserted -1382599118 1647158092
2918 \begin_inset Info
2919 type  "icon"
2920 arg   "tabular-feature toggle-inner-lines"
2921 \end_inset
2922
2923  toggles inner lines for the currently selected cells
2924 \change_unchanged
2925
2926 \end_layout
2927
2928 \begin_layout Labeling
2929 \labelwidthstring 00.00.0000
2930 \begin_inset Info
2931 type  "icon"
2932 arg   "tabular-feature toggle-all-lines"
2933 \end_inset
2934
2935  adds lines around the current or selected cells - if the current cell is not a multicolumn cell this also affects the current row and column
2936 \end_layout
2937
2938 \begin_layout Labeling
2939 \labelwidthstring 00.00.0000
2940 \begin_inset Info
2941 type  "icon"
2942 arg   "tabular-feature unset-all-lines"
2943 \end_inset
2944
2945  deletes all lines of the current or selected cells - if the current cell is not a multicolumn cell this also affects the current row and column
2946 \change_inserted -712698321 1554289920
2947
2948 \end_layout
2949
2950 \begin_layout Labeling
2951 \labelwidthstring 00.00.0000
2952
2953 \change_inserted -712698321 1554292586
2954 \begin_inset Info
2955 type  "icon"
2956 arg   "tabular-feature reset-formal-default"
2957 \end_inset
2958
2959  If using a formal table,
2960  this resets the border to its default (only horizontal lines in top and bottom rows)
2961 \change_unchanged
2962
2963 \end_layout
2964
2965 \begin_layout Labeling
2966 \labelwidthstring 00.00.0000
2967 \begin_inset Info
2968 type  "icon"
2969 arg   "tabular-feature m-align-left"
2970 \end_inset
2971
2972  left-aligns the content of the current cell / column
2973 \end_layout
2974
2975 \begin_layout Labeling
2976 \labelwidthstring 00.00.0000
2977 \begin_inset Info
2978 type  "icon"
2979 arg   "tabular-feature m-align-center"
2980 \end_inset
2981
2982  centers the content of the current cell / column horizontally
2983 \end_layout
2984
2985 \begin_layout Labeling
2986 \labelwidthstring 00.00.0000
2987 \begin_inset Info
2988 type  "icon"
2989 arg   "tabular-feature m-align-right"
2990 \end_inset
2991
2992  right-aligns the content of the current cell / column
2993 \end_layout
2994
2995 \begin_layout Labeling
2996 \labelwidthstring 00.00.0000
2997 \begin_inset Info
2998 type  "icon"
2999 arg   "tabular-feature align-decimal"
3000 \end_inset
3001
3002  aligns the content of the current column at a character
3003 \end_layout
3004
3005 \begin_layout Labeling
3006 \labelwidthstring 00.00.0000
3007 \begin_inset Info
3008 type  "icon"
3009 arg   "tabular-feature m-valign-top"
3010 \end_inset
3011
3012  aligns the content of the current cell vertically to the top
3013 \end_layout
3014
3015 \begin_layout Labeling
3016 \labelwidthstring 00.00.0000
3017 \begin_inset Info
3018 type  "icon"
3019 arg   "tabular-feature m-valign-middle"
3020 \end_inset
3021
3022  centers the content of the current cell vertically
3023 \end_layout
3024
3025 \begin_layout Labeling
3026 \labelwidthstring 00.00.0000
3027 \begin_inset Info
3028 type  "icon"
3029 arg   "tabular-feature m-valign-bottom"
3030 \end_inset
3031
3032  aligns the content of the current cell vertically to the bottom
3033 \end_layout
3034
3035 \begin_layout Labeling
3036 \labelwidthstring 00.00.0000
3037 \begin_inset Info
3038 type  "icon"
3039 arg   "tabular-feature set-rotate-cell"
3040 \end_inset
3041
3042  rotates the current cell or selection counter-clockwise by 90°
3043 \end_layout
3044
3045 \begin_layout Labeling
3046 \labelwidthstring 00.00.0000
3047 \begin_inset Info
3048 type  "icon"
3049 arg   "tabular-feature set-rotate-tabular"
3050 \end_inset
3051
3052  rotates the whole table counter-clockwise by 90°
3053 \end_layout
3054
3055 \begin_layout Labeling
3056 \labelwidthstring 00.00.0000
3057 \begin_inset Info
3058 type  "icon"
3059 arg   "tabular-feature multicolumn"
3060 \end_inset
3061
3062  sets the current cell or selection as a multicolumn
3063 \end_layout
3064
3065 \begin_layout Labeling
3066 \labelwidthstring 00.00.0000
3067 \begin_inset Info
3068 type  "icon"
3069 arg   "tabular-feature multirow"
3070 \end_inset
3071
3072  sets the current cell or selection as a multirow
3073 \end_layout
3074
3075 \begin_layout Standard
3076 \begin_inset Note Greyedout
3077 status open
3078
3079 \begin_layout Plain Layout
3080
3081 \series bold
3082 Note:
3083
3084 \series default
3085  For the output the vertical alignment of the first cell in a row is used for all following cells in the row.
3086 \end_layout
3087
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \begin_layout Section
3094 Edit Table Menu
3095 \begin_inset Index idx
3096 range none
3097 pageformat default
3098 status collapsed
3099
3100 \begin_layout Plain Layout
3101 Table
3102 \begin_inset IndexMacro subentry
3103 status open
3104
3105 \begin_layout Plain Layout
3106 Edit Menu
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \end_inset
3115
3116
3117 \end_layout
3118
3119 \begin_layout Standard
3120 In addition to the table dialog and toolbar,
3121  the menu 
3122 \family sans
3123 Edit\SpecialChar menuseparator
3124 Table
3125 \family default
3126  allows you to add and delete border lines for the current row/column and to set the current selection as multicolumn.
3127  The menu is only available when the cursor is inside a table.
3128 \end_layout
3129
3130 \begin_layout Section
3131 Table Floats
3132 \begin_inset CommandInset label
3133 LatexCommand label
3134 name "sec:Table-Floats"
3135
3136 \end_inset
3137
3138
3139 \begin_inset Index idx
3140 range none
3141 pageformat default
3142 status collapsed
3143
3144 \begin_layout Plain Layout
3145 Floats
3146 \begin_inset IndexMacro subentry
3147 status open
3148
3149 \begin_layout Plain Layout
3150 Tables
3151 \end_layout
3152
3153 \end_inset
3154
3155
3156 \end_layout
3157
3158 \end_inset
3159
3160
3161 \begin_inset Index idx
3162 range none
3163 pageformat default
3164 status collapsed
3165
3166 \begin_layout Plain Layout
3167 Table
3168 \begin_inset IndexMacro subentry
3169 status open
3170
3171 \begin_layout Plain Layout
3172 Floats
3173 \end_layout
3174
3175 \end_inset
3176
3177
3178 \end_layout
3179
3180 \end_inset
3181
3182
3183 \end_layout
3184
3185 \begin_layout Standard
3186 For general explanations about floats,
3187  have a look at section
3188 \begin_inset space ~
3189 \end_inset
3190
3191
3192 \begin_inset CommandInset ref
3193 LatexCommand ref
3194 reference "sec:FloatIntroduction"
3195 nolink "false"
3196
3197 \end_inset
3198
3199 .
3200 \end_layout
3201
3202 \begin_layout Standard
3203 \begin_inset Float table
3204 placement h
3205 alignment document
3206 wide false
3207 sideways false
3208 status open
3209
3210 \begin_layout Plain Layout
3211 \begin_inset Caption Standard
3212
3213 \begin_layout Plain Layout
3214 \begin_inset CommandInset label
3215 LatexCommand label
3216 name "tab:a table float"
3217
3218 \end_inset
3219
3220 A table float.
3221 \end_layout
3222
3223 \end_inset
3224
3225
3226 \end_layout
3227
3228 \begin_layout Plain Layout
3229 \align center
3230 \begin_inset Tabular
3231 <lyxtabular version="3" rows="3" columns="3">
3232 <features tabularvalignment="middle">
3233 <column alignment="center" valignment="top" width="0pt">
3234 <column alignment="center" valignment="top" width="0pt">
3235 <column alignment="center" valignment="top" width="0pt">
3236 <row>
3237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \family roman
3243 \series medium
3244 \shape up
3245 \size normal
3246 \emph off
3247 \bar no
3248 \noun off
3249 \color none
3250 1
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259
3260 \family roman
3261 \series medium
3262 \shape up
3263 \size normal
3264 \emph off
3265 \bar no
3266 \noun off
3267 \color none
3268 2
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \family roman
3279 \series medium
3280 \shape up
3281 \size normal
3282 \emph off
3283 \bar no
3284 \noun off
3285 \color none
3286 3
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 </row>
3292 <row>
3293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297
3298 \family roman
3299 \series medium
3300 \shape up
3301 \size normal
3302 \emph off
3303 \bar no
3304 \noun off
3305 \color none
3306 Joe
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315
3316 \family roman
3317 \series medium
3318 \shape up
3319 \size normal
3320 \emph off
3321 \bar no
3322 \noun off
3323 \color none
3324 Mary
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333
3334 \family roman
3335 \series medium
3336 \shape up
3337 \size normal
3338 \emph off
3339 \bar no
3340 \noun off
3341 \color none
3342 Ted
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 <row>
3349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \family roman
3355 \series medium
3356 \shape up
3357 \size normal
3358 \emph off
3359 \bar no
3360 \noun off
3361 \color none
3362 \begin_inset Formula $\int x^{2}dx$
3363 \end_inset
3364
3365
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374
3375 \family roman
3376 \series medium
3377 \shape up
3378 \size normal
3379 \emph off
3380 \bar no
3381 \noun off
3382 \color none
3383 \begin_inset Formula $\left[\begin{array}{cc}
3384 a & b\\
3385 c & d
3386 \end{array}\right]$
3387 \end_inset
3388
3389
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398
3399 \family roman
3400 \series medium
3401 \shape up
3402 \size normal
3403 \emph off
3404 \bar no
3405 \noun off
3406 \color none
3407 \begin_inset Formula $1+1=2$
3408 \end_inset
3409
3410
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 </lyxtabular>
3417
3418 \end_inset
3419
3420
3421 \end_layout
3422
3423 \end_inset
3424
3425
3426 \end_layout
3427
3428 \begin_layout Standard
3429 Table floats can be inserted using the menu 
3430 \family sans
3431 Insert\SpecialChar menuseparator
3432 Float\SpecialChar menuseparator
3433 Table
3434 \family default
3435  or the toolbar button 
3436 \begin_inset Info
3437 type  "icon"
3438 arg   "float-insert table"
3439 \end_inset
3440
3441 .
3442 \end_layout
3443
3444 \begin_layout Standard
3445 The float appears as a collapsible box with a caption that has the label 
3446 \begin_inset Quotes eld
3447 \end_inset
3448
3449 Table
3450 \begin_inset space ~
3451 \end_inset
3452
3453 #:
3454 \begin_inset Quotes erd
3455 \end_inset
3456
3457  (# is the actual table number).
3458  You can insert tables in the float above or below the caption.
3459 \end_layout
3460
3461 \begin_layout Standard
3462 Table
3463 \begin_inset space ~
3464 \end_inset
3465
3466
3467 \begin_inset CommandInset ref
3468 LatexCommand ref
3469 reference "tab:a table float"
3470 nolink "false"
3471
3472 \end_inset
3473
3474  is an example table within a table float.
3475 \end_layout
3476
3477 \begin_layout Standard
3478 Having the caption above the table is the common rule that is unfortunately not supported in \SpecialChar LaTeX
3479 's standard classes.
3480  This means that,
3481  if you are using the document classes 
3482 \family sans
3483 article
3484 \family default
3485 ,
3486  
3487 \family sans
3488 book
3489 \family default
3490 ,
3491  
3492 \family sans
3493 letter
3494 \family default
3495 ,
3496  or 
3497 \family sans
3498 report
3499 \family default
3500 ,
3501  there will be no space between the caption and the table.
3502  To insert the needed space,
3503  add the following option to the load command of the \SpecialChar LaTeX
3504 -package 
3505 \series bold
3506 caption
3507 \series default
3508
3509 \begin_inset Index idx
3510 range none
3511 pageformat default
3512 status collapsed
3513
3514 \begin_layout Plain Layout
3515 \SpecialChar LaTeX
3516  packages
3517 \begin_inset IndexMacro subentry
3518 status open
3519
3520 \begin_layout Plain Layout
3521 caption
3522 \end_layout
3523
3524 \end_inset
3525
3526
3527 \end_layout
3528
3529 \end_inset
3530
3531  in your document preamble:
3532 \begin_inset Foot
3533 status collapsed
3534
3535 \begin_layout Plain Layout
3536 For more information have a look at section
3537 \begin_inset space ~
3538 \end_inset
3539
3540
3541 \begin_inset CommandInset ref
3542 LatexCommand ref
3543 reference "sec:Caption-Placement"
3544 nolink "false"
3545
3546 \end_inset
3547
3548 .
3549 \end_layout
3550
3551 \end_inset
3552
3553
3554 \end_layout
3555
3556 \begin_layout Standard
3557
3558 \series bold
3559 tableposition=top
3560 \end_layout
3561
3562 \begin_layout Standard
3563 The package 
3564 \series bold
3565 caption
3566 \series default
3567 ,
3568  which is described in section
3569 \begin_inset space ~
3570 \end_inset
3571
3572
3573 \begin_inset CommandInset ref
3574 LatexCommand ref
3575 reference "sec:Caption-Formatting"
3576 nolink "false"
3577
3578 \end_inset
3579
3580 ,
3581  is used to adjust the caption format.
3582 \end_layout
3583
3584 \begin_layout Standard
3585 \begin_inset Index idx
3586 range none
3587 pageformat default
3588 status collapsed
3589
3590 \begin_layout Plain Layout
3591 References
3592 \begin_inset IndexMacro subentry
3593 status open
3594
3595 \begin_layout Plain Layout
3596 to Tables
3597 \end_layout
3598
3599 \end_inset
3600
3601
3602 \end_layout
3603
3604 \end_inset
3605
3606 Tables can be cross-referenced in the text by referencing their label.
3607  To do this insert a label in the caption using the menu 
3608 \family sans
3609 Insert\SpecialChar menuseparator
3610 Label
3611 \family default
3612  or the toolbar button 
3613 \begin_inset Info
3614 type  "icon"
3615 arg   "label-insert"
3616 \end_inset
3617
3618 .
3619  You can now refer to the label using the menu 
3620 \family sans
3621 Insert\SpecialChar menuseparator
3622 Cross
3623 \begin_inset space ~
3624 \end_inset
3625
3626 reference
3627 \family default
3628  or the toolbar button 
3629 \begin_inset Info
3630 type  "icon"
3631 arg   "dialog-show-new-inset ref"
3632 \end_inset
3633
3634 .
3635 \begin_inset Newline newline
3636 \end_inset
3637
3638 Referencing is explained in detail in section
3639 \begin_inset space ~
3640 \end_inset
3641
3642
3643 \begin_inset CommandInset ref
3644 LatexCommand ref
3645 reference "sec:Referencing-Floats"
3646 nolink "false"
3647
3648 \end_inset
3649
3650 .
3651 \end_layout
3652
3653 \begin_layout Section
3654
3655 \family sans
3656 Multi-page Table
3657 \family default
3658 s
3659 \begin_inset CommandInset label
3660 LatexCommand label
3661 name "sec:Multi-page-Tables"
3662
3663 \end_inset
3664
3665
3666 \begin_inset Index idx
3667 range none
3668 pageformat default
3669 status collapsed
3670
3671 \begin_layout Plain Layout
3672 Multi-page Table
3673 \end_layout
3674
3675 \end_inset
3676
3677
3678 \begin_inset Index idx
3679 range none
3680 pageformat default
3681 status collapsed
3682
3683 \begin_layout Plain Layout
3684 Table
3685 \begin_inset IndexMacro subentry
3686 status open
3687
3688 \begin_layout Plain Layout
3689 Multi-page Table
3690 \end_layout
3691
3692 \end_inset
3693
3694
3695 \end_layout
3696
3697 \end_inset
3698
3699
3700 \end_layout
3701
3702 \begin_layout Standard
3703 If the table is too long to fit on one page,
3704  you can use the option 
3705 \family sans
3706 Use
3707 \begin_inset space ~
3708 \end_inset
3709
3710 multi-page
3711 \family default
3712  table in the tab 
3713 \family sans
3714 Multi-page
3715 \begin_inset space ~
3716 \end_inset
3717
3718 table
3719 \family default
3720  of the table dialog to split the table automatically over more pages.
3721  Doing this enables the following options:
3722 \end_layout
3723
3724 \begin_layout Description
3725 Header:
3726  The current row is defined to be a header row that appears on all pages of the multi-page table;
3727  except for the first page,
3728  if 
3729 \family sans
3730 First
3731 \begin_inset space ~
3732 \end_inset
3733
3734 header
3735 \family default
3736  is defined.
3737  This is therefore called the main header.
3738 \end_layout
3739
3740 \begin_layout Description
3741 First
3742 \begin_inset space ~
3743 \end_inset
3744
3745 header:
3746  The current row is defined to be a header row that appears on the first page of the multi-page table.
3747 \end_layout
3748
3749 \begin_layout Description
3750 Footer:
3751  The current row is defined to be a footer row that appears on all pages of the multi-page table;
3752  except for the last page,
3753  if 
3754 \family sans
3755 Last
3756 \begin_inset space ~
3757 \end_inset
3758
3759 footer
3760 \family default
3761  is defined.
3762 \end_layout
3763
3764 \begin_layout Description
3765 Last
3766 \begin_inset space ~
3767 \end_inset
3768
3769 footer:
3770  The current row is defined to be a footer row that appears on the last page of the multi-page table.
3771 \end_layout
3772
3773 \begin_layout Description
3774 Caption:
3775  The current row contains the table caption.
3776  The row is reset as single column and a caption is inserted.
3777  More about multi-page table captions is explained in sec.
3778 \begin_inset space \thinspace{}
3779 \end_inset
3780
3781
3782 \begin_inset CommandInset ref
3783 LatexCommand ref
3784 reference "subsec:Multi-page-Table-Captions"
3785 nolink "false"
3786
3787 \end_inset
3788
3789 .
3790 \end_layout
3791
3792 \begin_layout Standard
3793 You can also specify a row where the table is split.
3794  See the following multi-page table to see how it works:
3795 \end_layout
3796
3797 \begin_layout Standard
3798 \align center
3799 \begin_inset Tabular
3800 <lyxtabular version="3" rows="69" columns="3">
3801 <features islongtable="true" longtabularalignment="center">
3802 <column alignment="left" valignment="top" width="0cm">
3803 <column alignment="left" valignment="top" width="0pt">
3804 <column alignment="center" valignment="top" width="0pt">
3805 <row endfirsthead="true">
3806 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810
3811 \series bold
3812 Example Phone List (ignore the names)
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 </row>
3836 <row endfirsthead="true">
3837 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841
3842 \series bold
3843 NAME
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \series bold
3863 TEL.
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 </row>
3869 <row endhead="true">
3870 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874
3875 \series bold
3876 Example Phone List
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 </row>
3900 <row endhead="true">
3901 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905
3906 \series bold
3907 NAME
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925
3926 \series bold
3927 TEL.
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row endfoot="true">
3934 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938  continued on next page
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 </row>
3962 <row>
3963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967
3968 \series bold
3969 Annovi
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 Silvia
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 111
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 </row>
3993 <row>
3994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998
3999 \series bold
4000 Bertoli
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 Stefano
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 111
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 </row>
4024 <row>
4025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029
4030 \series bold
4031 Bozzi
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 Walter
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 111
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 </row>
4055 <row>
4056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060
4061 \series bold
4062 Cachia
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 Maria
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 111
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 </row>
4086 <row>
4087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091
4092 \series bold
4093 Cachia
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 Maurizio
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 111
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 </row>
4117 <row>
4118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122
4123 \series bold
4124 Cinquemani
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 Giusi
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 111
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 </row>
4148 <row>
4149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153
4154 \series bold
4155 Colin
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 Bernard
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 111
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 </row>
4179 <row>
4180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184
4185 \series bold
4186 Concli
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 Gianfranco
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 111
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 </row>
4210 <row>
4211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215
4216 \series bold
4217 Dal Bosco
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 Carolina
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 111
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 </row>
4241 <row>
4242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246
4247 \series bold
4248 Dalpiaz
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 Annamaria
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 111
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 </row>
4272 <row>
4273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277
4278 \series bold
4279 Feliciello
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 Domenico
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 111
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 </row>
4303 <row>
4304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308
4309 \series bold
4310 Focarelli
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 Paola
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 111
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 </row>
4334 <row>
4335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339
4340 \series bold
4341 Galletti
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 Oreste
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 111
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 </row>
4365 <row>
4366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370
4371 \series bold
4372 Gasparini
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 Franca
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 111
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 </row>
4396 <row>
4397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401
4402 \series bold
4403 Rizzardi
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 Paola
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 111
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 </row>
4427 <row>
4428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432
4433 \series bold
4434 Lassini
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 Giancarlo
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 111
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 </row>
4458 <row>
4459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463
4464 \series bold
4465 Malfatti
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 Luciano
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 111
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494
4495 \series bold
4496 Malfatti
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 Valeriano
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 111
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525
4526 \series bold
4527 Meneguzzo
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 Roberto
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 111
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556
4557 \series bold
4558 Mezzadra
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 Roberto
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 111
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 </row>
4582 <row>
4583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \series bold
4589 Pirpamer
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Erich
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 111
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618
4619 \series bold
4620 Pochiesa
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 Paolo
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 111,
4639  222
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 <row>
4646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650
4651 \series bold
4652 Radina
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 Claudio
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 111
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \series bold
4683 Stuffer
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 Oskar
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 111
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row>
4708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712
4713 \series bold
4714 Tacchelli
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 Ugo
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 111
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \series bold
4745 Tezzele
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 Margit
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 111
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \series bold
4776 Unterkalmsteiner
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 Frieda
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 111
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 <row>
4801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805
4806 \series bold
4807 Vieider
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 Hilde
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 111
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \series bold
4838 Vigna
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 Jürgen
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 111
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867
4868 \series bold
4869 Weber
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 Maurizio
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 111
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 <row>
4894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898
4899 \series bold
4900 Winkler
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Franz
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 111
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 <row>
4925 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929  
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 </row>
4953 <row>
4954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958
4959 \series bold
4960 Annovi
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 Silvia
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 555
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 </row>
4984 <row>
4985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989
4990 \series bold
4991 Bertoli
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 Stefano
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 555
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 <row>
5016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \series bold
5022 Bozzi
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 Walter
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 555
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 </row>
5046 <row>
5047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051
5052 \series bold
5053 Cachia
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 Maria
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 555
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 </row>
5077 <row>
5078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082
5083 \series bold
5084 Cachia
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 Maurizio
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 555
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row>
5109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113
5114 \series bold
5115 Cinquemani
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 Giusi
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 555
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 </row>
5139 <row>
5140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144
5145 \series bold
5146 Colin
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 Bernard
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 555
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 </row>
5170 <row>
5171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175
5176 \series bold
5177 Concli
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 Gianfranco
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 555
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 <row>
5202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206
5207 \series bold
5208 Dal Bosco
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 Carolina
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 555
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 </row>
5232 <row>
5233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237
5238 \series bold
5239 Dalpiaz
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 Annamaria
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 555
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 </row>
5263 <row>
5264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268
5269 \series bold
5270 Feliciello
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 Domenico
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 555
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299
5300 \series bold
5301 Focarelli
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 Paola
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 555
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 <row>
5326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330
5331 \series bold
5332 Galletti
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 Oreste
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 555
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 </row>
5356 <row>
5357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361
5362 \series bold
5363 Gasparini
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 Franca
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 555
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 </row>
5387 <row>
5388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392
5393 \series bold
5394 Rizzardi
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 Paola
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 555
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 </row>
5418 <row>
5419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423
5424 \series bold
5425 Lassini
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 Giancarlo
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 555
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 </row>
5449 <row>
5450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454
5455 \series bold
5456 Malfatti
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 Luciano
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 555
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 </row>
5480 <row>
5481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485
5486 \series bold
5487 Malfatti
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 Valeriano
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 555
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 </row>
5511 <row>
5512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516
5517 \series bold
5518 Meneguzzo
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 Roberto
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 555
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 </row>
5542 <row>
5543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547
5548 \series bold
5549 Mezzadra
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 Roberto
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 555
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 </row>
5573 <row>
5574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578
5579 \series bold
5580 Pirpamer
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 Erich
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 555
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 </row>
5604 <row>
5605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609
5610 \series bold
5611 Pochiesa
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 Paolo
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 555,
5630  222
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 </row>
5636 <row>
5637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641
5642 \series bold
5643 Radina
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 Claudio
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 555
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 </row>
5667 <row>
5668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672
5673 \series bold
5674 Stuffer
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 Oskar
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 555
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703
5704 \series bold
5705 Tacchelli
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 Ugo
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 555
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 </row>
5729 <row>
5730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734
5735 \series bold
5736 Tezzele
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 Margit
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 555
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 <row>
5761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765
5766 \series bold
5767 Unterkalmsteiner
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 Frieda
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 555
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 </row>
5791 <row>
5792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796
5797 \series bold
5798 Vieider
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 Hilde
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 555
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 </row>
5822 <row>
5823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827
5828 \series bold
5829 Vigna
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 Jürgen
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 999
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 </row>
5853 <row>
5854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858
5859 \series bold
5860 Weber
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 Maurizio
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 555
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 </row>
5884 <row>
5885 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889
5890 \series bold
5891 Winkler
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 Franz
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 555
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 </row>
5915 <row endlastfoot="true">
5916 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 end
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 </row>
5944 </lyxtabular>
5945
5946 \end_inset
5947
5948
5949 \begin_inset ERT
5950 status collapsed
5951
5952 \begin_layout Plain Layout
5953
5954
5955 \backslash
5956 addtocounter{table}{-1}
5957 \end_layout
5958
5959 \end_inset
5960
5961
5962 \begin_inset Note Note
5963 status collapsed
5964
5965 \begin_layout Plain Layout
5966 See the first greyed-out note in section
5967 \begin_inset space ~
5968 \end_inset
5969
5970
5971 \begin_inset CommandInset ref
5972 LatexCommand ref
5973 reference "subsec:Multi-page-Table-Captions"
5974 nolink "false"
5975
5976 \end_inset
5977
5978  for an explanation of this command.
5979 \end_layout
5980
5981 \end_inset
5982
5983
5984 \end_layout
5985
5986 \begin_layout Subsection
5987 Footnotes in Multi-page tables
5988 \begin_inset CommandInset label
5989 LatexCommand label
5990 name "subsec:Footnotes-in-Multi-page"
5991
5992 \end_inset
5993
5994
5995 \begin_inset Index idx
5996 range none
5997 pageformat default
5998 status collapsed
5999
6000 \begin_layout Plain Layout
6001 Table
6002 \begin_inset IndexMacro subentry
6003 status open
6004
6005 \begin_layout Plain Layout
6006 Multi-page Table
6007 \end_layout
6008
6009 \end_inset
6010
6011
6012 \begin_inset IndexMacro subentry
6013 status open
6014
6015 \begin_layout Plain Layout
6016 Footnotes
6017 \end_layout
6018
6019 \end_inset
6020
6021
6022 \end_layout
6023
6024 \end_inset
6025
6026
6027 \end_layout
6028
6029 \begin_layout Standard
6030 Footnotes can be inserted to every Multi-page table cell.
6031  They appear at the bottom of the page where the table cell with the footnote appears.
6032  Table
6033 \begin_inset space ~
6034 \end_inset
6035
6036
6037 \begin_inset CommandInset ref
6038 LatexCommand ref
6039 reference "tab:DiffCaptions"
6040 nolink "false"
6041
6042 \end_inset
6043
6044  has for example a footnote.
6045 \end_layout
6046
6047 \begin_layout Subsection
6048 Multi-page Table Alignment
6049 \begin_inset Index idx
6050 range none
6051 pageformat default
6052 status collapsed
6053
6054 \begin_layout Plain Layout
6055 Table
6056 \begin_inset IndexMacro subentry
6057 status open
6058
6059 \begin_layout Plain Layout
6060 Multi-page Table
6061 \end_layout
6062
6063 \end_inset
6064
6065
6066 \begin_inset IndexMacro subentry
6067 status open
6068
6069 \begin_layout Plain Layout
6070 Alignment
6071 \end_layout
6072
6073 \end_inset
6074
6075
6076 \end_layout
6077
6078 \end_inset
6079
6080
6081 \end_layout
6082
6083 \begin_layout Standard
6084 The horizontal alignment of multi-page tables can be set in the table settings dialog.
6085  For left- and right-alignment the table will be directly at the page border.
6086  To add space between the table and the border one has to set the alignment to center and change the value of the \SpecialChar LaTeX
6087 -lengths 
6088 \series bold
6089
6090 \backslash
6091 LTleft 
6092 \series default
6093 or 
6094 \series bold
6095
6096 \backslash
6097 LTright
6098 \series default
6099  by inserting this line as \SpecialChar TeX
6100  Code before the multi-page table:
6101 \end_layout
6102
6103 \begin_layout Standard
6104
6105 \series bold
6106
6107 \backslash
6108 setlength{
6109 \backslash
6110 LTleft}{value}
6111 \end_layout
6112
6113 \begin_layout Standard
6114 The value can have any of the units listed in Table
6115 \begin_inset space ~
6116 \end_inset
6117
6118
6119 \begin_inset CommandInset ref
6120 LatexCommand ref
6121 reference "tab:Units"
6122 nolink "false"
6123
6124 \end_inset
6125
6126 .
6127  
6128 \series bold
6129
6130 \backslash
6131 LTleft
6132 \series default
6133  controls the horizontal distance from the left page border to the multi-page table,
6134  
6135 \series bold
6136
6137 \backslash
6138 LTright
6139 \series default
6140  the distance from the right side.
6141  The default value for both lengths is 
6142 \series bold
6143
6144 \backslash
6145 fill
6146 \series default
6147 ,
6148  which is in this case the same as an horizontal fill in \SpecialChar LyX
6149 .
6150 \end_layout
6151
6152 \begin_layout Standard
6153 The following multi-page table was centered and 
6154 \series bold
6155
6156 \backslash
6157 LTleft
6158 \series default
6159  set to 
6160 \family sans
6161 0.1
6162 \backslash
6163 columnwidth
6164 \family default
6165 :
6166 \begin_inset ERT
6167 status collapsed
6168
6169 \begin_layout Plain Layout
6170
6171
6172 \backslash
6173 setlength{
6174 \backslash
6175 LTleft}{0.1
6176 \backslash
6177 columnwidth}
6178 \end_layout
6179
6180 \end_inset
6181
6182
6183 \end_layout
6184
6185 \begin_layout Standard
6186 \begin_inset Tabular
6187 <lyxtabular version="3" rows="5" columns="5">
6188 <features islongtable="true" longtabularalignment="center">
6189 <column alignment="center" valignment="top">
6190 <column alignment="center" valignment="top" width="0pt">
6191 <column alignment="center" valignment="top">
6192 <column alignment="center" valignment="top">
6193 <column alignment="center" valignment="top">
6194 <row>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 1
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 2
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 3
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 4
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 5
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 </row>
6241 <row>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 asd
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" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 s
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 s
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 asd
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 </row>
6288 <row>
6289 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 s
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 s
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 s
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 asd
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 </row>
6335 <row>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 asd
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 s
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 s
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 s
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 asd
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 </row>
6382 <row>
6383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 asd
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 asd
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 asd
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 asd
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 asd
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 </lyxtabular>
6430
6431 \end_inset
6432
6433
6434 \begin_inset ERT
6435 status collapsed
6436
6437 \begin_layout Plain Layout
6438
6439
6440 \backslash
6441 setlength{
6442 \backslash
6443 LTleft}{
6444 \backslash
6445 fill}
6446 \end_layout
6447
6448 \end_inset
6449
6450
6451 \begin_inset ERT
6452 status collapsed
6453
6454 \begin_layout Plain Layout
6455
6456
6457 \backslash
6458 addtocounter{table}{-1}
6459 \end_layout
6460
6461 \end_inset
6462
6463
6464 \begin_inset Note Note
6465 status collapsed
6466
6467 \begin_layout Plain Layout
6468 See the first greyed-out note in section
6469 \begin_inset space ~
6470 \end_inset
6471
6472
6473 \begin_inset CommandInset ref
6474 LatexCommand ref
6475 reference "subsec:Multi-page-Table-Captions"
6476 nolink "false"
6477
6478 \end_inset
6479
6480  for an explanation of this command.
6481 \end_layout
6482
6483 \end_inset
6484
6485
6486 \end_layout
6487
6488 \begin_layout Subsection
6489 Multi-page Table Captions
6490 \begin_inset Index idx
6491 range none
6492 pageformat default
6493 status collapsed
6494
6495 \begin_layout Plain Layout
6496 Table
6497 \begin_inset IndexMacro subentry
6498 status open
6499
6500 \begin_layout Plain Layout
6501 Multi-page Table
6502 \end_layout
6503
6504 \end_inset
6505
6506
6507 \begin_inset IndexMacro subentry
6508 status open
6509
6510 \begin_layout Plain Layout
6511 Captions
6512 \end_layout
6513
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \end_inset
6520
6521
6522 \begin_inset CommandInset label
6523 LatexCommand label
6524 name "subsec:Multi-page-Table-Captions"
6525
6526 \end_inset
6527
6528
6529 \end_layout
6530
6531 \begin_layout Standard
6532 A multi-page table cannot be put into a table float because floats can only be on one page.
6533  But the caption environment of floats can also be used for multi-page tables when you use the multi-page table option 
6534 \family sans
6535 Caption
6536 \family default
6537  as described in sec.
6538 \begin_inset space \thinspace{}
6539 \end_inset
6540
6541
6542 \begin_inset CommandInset ref
6543 LatexCommand ref
6544 reference "sec:Multi-page-Tables"
6545 nolink "false"
6546
6547 \end_inset
6548
6549 .
6550  Only one table row should contain a caption,
6551  either a header or a footer row.
6552 \end_layout
6553
6554 \begin_layout Standard
6555 Here is a short multi-page table to see how it works:
6556 \end_layout
6557
6558 \begin_layout Standard
6559 \begin_inset Tabular
6560 <lyxtabular version="3" rows="6" columns="5">
6561 <features islongtable="true" longtabularalignment="center">
6562 <column alignment="center" valignment="top">
6563 <column alignment="center" valignment="top">
6564 <column alignment="center" valignment="top">
6565 <column alignment="center" valignment="top">
6566 <column alignment="center" valignment="top">
6567 <row endfirsthead="true" caption="true">
6568 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572 \begin_inset Caption Standard
6573
6574 \begin_layout Plain Layout
6575 Multi-page table with caption
6576 \begin_inset Argument 1
6577 status open
6578
6579 \begin_layout Plain Layout
6580 Multi-page table
6581 \end_layout
6582
6583 \end_inset
6584
6585
6586 \end_layout
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 </row>
6632 <row>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 1
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 2
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 3
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 4
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 5
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 </row>
6679 <row>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 asd
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 s
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 s
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 s
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 asd
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 </row>
6726 <row>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 asd
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 s
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 s
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 s
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767 asd
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 </row>
6773 <row>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 asd
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 s
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 s
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 s
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 asd
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 </row>
6820 <row>
6821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 asd
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 asd
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 asd
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 asd
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 asd
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 </row>
6867 </lyxtabular>
6868
6869 \end_inset
6870
6871
6872 \end_layout
6873
6874 \begin_layout Standard
6875 \begin_inset VSpace medskip
6876 \end_inset
6877
6878
6879 \begin_inset Note Greyedout
6880 status open
6881
6882 \begin_layout Plain Layout
6883
6884 \series bold
6885 Note
6886 \begin_inset space ~
6887 \end_inset
6888
6889 1:
6890
6891 \series default
6892  The table number is increased for every multi-page table,
6893  even if you did not set a caption for it.
6894  For this reason you could have the case that e.
6895 \begin_inset space \thinspace{}
6896 \end_inset
6897
6898 g.
6899 \begin_inset space \space{}
6900 \end_inset
6901
6902 Table
6903 \begin_inset space ~
6904 \end_inset
6905
6906 2.4 follows Table
6907 \begin_inset space ~
6908 \end_inset
6909
6910 2.1 in the list of tables if there are two multi-page tables without captions.
6911  To avoid this you can add the following command in \SpecialChar TeX
6912  Code after every multi-page table without a caption:
6913 \end_layout
6914
6915 \begin_layout Plain Layout
6916
6917 \series bold
6918
6919 \backslash
6920 addtocounter{table}{-1}
6921 \end_layout
6922
6923 \begin_layout Plain Layout
6924 This is not needed when none of your multi-page tables has a caption and you add the following code to the document preamble:
6925 \end_layout
6926
6927 \begin_layout Plain Layout
6928
6929 \series bold
6930
6931 \backslash
6932 let
6933 \backslash
6934 myEnd
6935 \backslash
6936 endlongtable
6937 \begin_inset Newline newline
6938 \end_inset
6939
6940
6941 \backslash
6942 renewcommand{
6943 \backslash
6944 endlongtable}{
6945 \backslash
6946 myEnd
6947 \backslash
6948 addtocounter{table}{-1}}
6949 \end_layout
6950
6951 \end_inset
6952
6953
6954 \end_layout
6955
6956 \begin_layout Standard
6957 \begin_inset Note Greyedout
6958 status open
6959
6960 \begin_layout Plain Layout
6961
6962 \series bold
6963 Note
6964 \begin_inset space ~
6965 \end_inset
6966
6967 2:
6968
6969 \series default
6970  If you are using
6971 \series bold
6972  hyperref
6973 \series default
6974
6975 \begin_inset Index idx
6976 range none
6977 pageformat default
6978 status collapsed
6979
6980 \begin_layout Plain Layout
6981 \SpecialChar LaTeX
6982  packages
6983 \begin_inset IndexMacro subentry
6984 status open
6985
6986 \begin_layout Plain Layout
6987 hyperref
6988 \end_layout
6989
6990 \end_inset
6991
6992
6993 \end_layout
6994
6995 \end_inset
6996
6997  in the 
6998 \family sans
6999 PDF Properties
7000 \family default
7001  of the 
7002 \family sans
7003 Document Settings
7004 \family default
7005  dialog to link cross-references,
7006  the link to a multi-page table caption will always point to the beginning of the document.
7007 \end_layout
7008
7009 \end_inset
7010
7011
7012 \end_layout
7013
7014 \begin_layout Subsubsection
7015 References to multi-page tables
7016 \begin_inset Index idx
7017 range none
7018 pageformat default
7019 status collapsed
7020
7021 \begin_layout Plain Layout
7022 Table
7023 \begin_inset IndexMacro subentry
7024 status open
7025
7026 \begin_layout Plain Layout
7027 Multi-page Table
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \begin_inset IndexMacro subentry
7034 status open
7035
7036 \begin_layout Plain Layout
7037 References
7038 \end_layout
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \end_inset
7046
7047
7048 \end_layout
7049
7050 \begin_layout Standard
7051 \begin_inset Tabular
7052 <lyxtabular version="3" rows="6" columns="5">
7053 <features islongtable="true" longtabularalignment="center">
7054 <column alignment="center" valignment="top">
7055 <column alignment="center" valignment="top">
7056 <column alignment="center" valignment="top">
7057 <column alignment="center" valignment="top">
7058 <column alignment="center" valignment="top">
7059 <row endfirsthead="true" caption="true">
7060 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 \begin_inset Caption Standard
7065
7066 \begin_layout Plain Layout
7067 Referenced multi-page table
7068 \begin_inset CommandInset label
7069 LatexCommand label
7070 name "tab:Referenced-multi-page-table"
7071
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \end_inset
7078
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 </row>
7121 <row>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 1
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 2
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 3
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 4
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 5
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 </row>
7168 <row>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 asd
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 s
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 s
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 s
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 asd
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 </row>
7215 <row>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 s
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 s
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 </row>
7262 <row>
7263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276 s
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 s
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 s
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 asd
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 <row>
7310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 asd
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 sad
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 asd
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 asd
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 asd
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 </row>
7356 </lyxtabular>
7357
7358 \end_inset
7359
7360
7361 \end_layout
7362
7363 \begin_layout Standard
7364 To reference a multi-page table,
7365  insert a label into the caption.
7366 \end_layout
7367
7368 \begin_layout Standard
7369 This is a reference to Table
7370 \begin_inset space ~
7371 \end_inset
7372
7373
7374 \begin_inset CommandInset ref
7375 LatexCommand ref
7376 reference "tab:Referenced-multi-page-table"
7377 nolink "false"
7378
7379 \end_inset
7380
7381 .
7382 \end_layout
7383
7384 \begin_layout Standard
7385 The caption layout can be set together with all other captions of your document using the \SpecialChar LaTeX
7386 -package 
7387 \series bold
7388 caption
7389 \series default
7390
7391 \begin_inset Index idx
7392 range none
7393 pageformat default
7394 status collapsed
7395
7396 \begin_layout Plain Layout
7397 \SpecialChar LaTeX
7398  packages
7399 \begin_inset IndexMacro subentry
7400 status open
7401
7402 \begin_layout Plain Layout
7403 caption
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \end_layout
7410
7411 \end_inset
7412
7413 ,
7414  see section
7415 \begin_inset space ~
7416 \end_inset
7417
7418
7419 \begin_inset CommandInset ref
7420 LatexCommand ref
7421 reference "sec:Caption-Formatting"
7422 nolink "false"
7423
7424 \end_inset
7425
7426 .
7427 \end_layout
7428
7429 \begin_layout Subsubsection
7430 Caption Width
7431 \begin_inset Index idx
7432 range none
7433 pageformat default
7434 status collapsed
7435
7436 \begin_layout Plain Layout
7437 Table
7438 \begin_inset IndexMacro subentry
7439 status open
7440
7441 \begin_layout Plain Layout
7442 Multi-page Table
7443 \end_layout
7444
7445 \end_inset
7446
7447
7448 \begin_inset IndexMacro subentry
7449 status open
7450
7451 \begin_layout Plain Layout
7452 Caption Width
7453 \end_layout
7454
7455 \end_inset
7456
7457
7458 \end_layout
7459
7460 \end_inset
7461
7462
7463 \end_layout
7464
7465 \begin_layout Standard
7466 The maximal width of caption lines is defined by the length 
7467 \series bold
7468
7469 \backslash
7470 LTcapwidth
7471 \series default
7472 .
7473  Its default value is 4
7474 \begin_inset space \thinspace{}
7475 \end_inset
7476
7477 in.
7478  To change it add the following command to your document preamble or as \SpecialChar TeX
7479  Code into your document before the multi-page table that should be affected
7480 \end_layout
7481
7482 \begin_layout Standard
7483
7484 \series bold
7485
7486 \backslash
7487 setlength{
7488 \backslash
7489 LTcapwidth}{width}
7490 \end_layout
7491
7492 \begin_layout Standard
7493 where the 
7494 \family sans
7495 width
7496 \family default
7497  can have one of the units listed in appendix
7498 \begin_inset space ~
7499 \end_inset
7500
7501
7502 \begin_inset CommandInset ref
7503 LatexCommand ref
7504 reference "cha:Units-available-in"
7505 nolink "false"
7506
7507 \end_inset
7508
7509 .
7510 \end_layout
7511
7512 \begin_layout Standard
7513 The following tables show the difference:
7514 \end_layout
7515
7516 \begin_layout Standard
7517 \begin_inset Tabular
7518 <lyxtabular version="3" rows="6" columns="5">
7519 <features islongtable="true" longtabularalignment="center">
7520 <column alignment="center" valignment="top">
7521 <column alignment="center" valignment="top">
7522 <column alignment="center" valignment="top">
7523 <column alignment="center" valignment="top">
7524 <column alignment="center" valignment="top">
7525 <row endfirsthead="true" caption="true">
7526 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 \begin_inset Caption Standard
7531
7532 \begin_layout Plain Layout
7533 Long full title with default width long full title with default width long full title with default width
7534 \begin_inset Argument 1
7535 status collapsed
7536
7537 \begin_layout Plain Layout
7538 caption with default width
7539 \end_layout
7540
7541 \end_inset
7542
7543
7544 \end_layout
7545
7546 \end_inset
7547
7548
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 </row>
7590 <row>
7591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595 1
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604 2
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613 3
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 4
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 5
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 </row>
7637 <row>
7638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 asd
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 s
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 s
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669 s
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 asd
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 </row>
7684 <row>
7685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 asd
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 s
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 s
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 s
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725 asd
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 </row>
7731 <row>
7732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736 asd
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 s
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754 s
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763 s
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772 asd
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 </row>
7778 <row>
7779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783 asd
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792 sad
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 asd
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 asd
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 asd
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 </lyxtabular>
7826
7827 \end_inset
7828
7829
7830 \end_layout
7831
7832 \begin_layout Standard
7833 \begin_inset ERT
7834 status collapsed
7835
7836 \begin_layout Plain Layout
7837
7838
7839 \backslash
7840 setlength{
7841 \backslash
7842 LTcapwidth}{5cm}
7843 \end_layout
7844
7845 \end_inset
7846
7847
7848 \begin_inset Tabular
7849 <lyxtabular version="3" rows="6" columns="5">
7850 <features islongtable="true" longtabularalignment="center">
7851 <column alignment="center" valignment="top">
7852 <column alignment="center" valignment="top">
7853 <column alignment="center" valignment="top">
7854 <column alignment="center" valignment="top">
7855 <column alignment="center" valignment="top">
7856 <row endfirsthead="true" caption="true">
7857 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 \begin_inset Caption Standard
7862
7863 \begin_layout Plain Layout
7864 Long full title with width set to 5
7865 \begin_inset space \thinspace{}
7866 \end_inset
7867
7868 cm long full title with width set to 5
7869 \begin_inset space \thinspace{}
7870 \end_inset
7871
7872 cm long full title with width set to 5
7873 \begin_inset space \thinspace{}
7874 \end_inset
7875
7876 cm
7877 \begin_inset Argument 1
7878 status collapsed
7879
7880 \begin_layout Plain Layout
7881 caption with width
7882 \begin_inset space \thinspace{}
7883 \end_inset
7884
7885 =
7886 \begin_inset space \thinspace{}
7887 \end_inset
7888
7889 5
7890 \begin_inset space \thinspace{}
7891 \end_inset
7892
7893 cm
7894 \end_layout
7895
7896 \end_inset
7897
7898
7899 \end_layout
7900
7901 \end_inset
7902
7903
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell multicolumn="2" alignment="center" valignment="top" leftline="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 multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 1
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 2
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 3
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 4
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 5
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 asd
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 s
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 s
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 s
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 asd
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 asd
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 s
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 s
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 s
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 asd
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 asd
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 s
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 s
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 s
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 asd
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 asd
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 sad
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 asd
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 asd
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 asd
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 </row>
8180 </lyxtabular>
8181
8182 \end_inset
8183
8184
8185 \end_layout
8186
8187 \begin_layout Standard
8188 \begin_inset ERT
8189 status collapsed
8190
8191 \begin_layout Plain Layout
8192
8193
8194 \backslash
8195 setlength{
8196 \backslash
8197 LTcapwidth}{4in}
8198 \end_layout
8199
8200 \end_inset
8201
8202
8203 \end_layout
8204
8205 \begin_layout Standard
8206 \begin_inset Note Greyedout
8207 status open
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Note:
8213
8214 \series default
8215  When the \SpecialChar LaTeX
8216 -package 
8217 \series bold
8218 caption
8219 \series default
8220
8221 \begin_inset Index idx
8222 range none
8223 pageformat default
8224 status collapsed
8225
8226 \begin_layout Plain Layout
8227 \SpecialChar LaTeX
8228  packages
8229 \begin_inset IndexMacro subentry
8230 status open
8231
8232 \begin_layout Plain Layout
8233 caption
8234 \end_layout
8235
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \end_inset
8242
8243  is used,
8244  as in this document,
8245  the full page width is used for the caption when you use the default value of 4
8246 \begin_inset space \thinspace{}
8247 \end_inset
8248
8249 in for 
8250 \series bold
8251
8252 \backslash
8253 LTcapwidth
8254 \series default
8255 .
8256  To get in this case exactly a 4
8257 \begin_inset space \thinspace{}
8258 \end_inset
8259
8260 in wide caption,
8261  you can either use a value slightly different from 4.0
8262 \begin_inset space \thinspace{}
8263 \end_inset
8264
8265 in,
8266  e.
8267 \begin_inset space \thinspace{}
8268 \end_inset
8269
8270 g.
8271 \begin_inset space \space{}
8272 \end_inset
8273
8274 3.99
8275 \begin_inset space \thinspace{}
8276 \end_inset
8277
8278 in,
8279  or the \SpecialChar LaTeX
8280 -command 
8281 \series bold
8282
8283 \backslash
8284 captionsetup{width=value}
8285 \series default
8286  that is provided by the 
8287 \series bold
8288 caption
8289 \series default
8290 -package.
8291 \end_layout
8292
8293 \end_inset
8294
8295
8296 \end_layout
8297
8298 \begin_layout Subsubsection
8299 Different Captions for Table Pages
8300 \begin_inset Index idx
8301 range none
8302 pageformat default
8303 status collapsed
8304
8305 \begin_layout Plain Layout
8306 Table
8307 \begin_inset IndexMacro subentry
8308 status open
8309
8310 \begin_layout Plain Layout
8311 Multi-page Table
8312 \end_layout
8313
8314 \end_inset
8315
8316
8317 \begin_inset IndexMacro subentry
8318 status open
8319
8320 \begin_layout Plain Layout
8321 Different Captions for Pages
8322 \end_layout
8323
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \end_inset
8330
8331
8332 \end_layout
8333
8334 \begin_layout Standard
8335 When the table captions for the following pages should differ from the one of the first table page,
8336  mark a empty row as header which contains a caption.
8337  Then right-click on the caption and select in the context menu 
8338 \family sans
8339 Caption
8340 \begin_inset space ~
8341 \end_inset
8342
8343 (Unnumbered)
8344 \family default
8345 .
8346  Table
8347 \begin_inset space ~
8348 \end_inset
8349
8350
8351 \begin_inset CommandInset ref
8352 LatexCommand ref
8353 reference "tab:DiffCaptions"
8354 nolink "false"
8355
8356 \end_inset
8357
8358  is an example of a multi-page table with different heading where the second caption does not include the table number.
8359 \end_layout
8360
8361 \begin_layout Standard
8362 \align center
8363 \begin_inset Tabular
8364 <lyxtabular version="3" rows="59" columns="3">
8365 <features islongtable="true" longtabularalignment="center">
8366 <column alignment="left" valignment="top" width="0cm">
8367 <column alignment="left" valignment="top" width="0pt">
8368 <column alignment="center" valignment="top" width="0pt">
8369 <row endfirsthead="true" caption="true">
8370 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 \begin_inset Caption Standard
8375
8376 \begin_layout Plain Layout
8377 Example Phone List
8378 \begin_inset CommandInset label
8379 LatexCommand label
8380 name "tab:DiffCaptions"
8381
8382 \end_inset
8383
8384
8385 \begin_inset Argument 1
8386 status collapsed
8387
8388 \begin_layout Plain Layout
8389 Example Phone List
8390 \end_layout
8391
8392 \end_inset
8393
8394
8395 \end_layout
8396
8397 \end_inset
8398
8399
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row endfirsthead="true">
8424 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \series bold
8430 Example Phone List (ignore the names)
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row endfirsthead="true">
8455 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \series bold
8461 NAME
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \series bold
8481 TEL.
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row endhead="true" caption="true">
8488 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 \begin_inset Caption Unnumbered
8493
8494 \begin_layout Plain Layout
8495 Continued Example Phone List
8496 \end_layout
8497
8498 \end_inset
8499
8500
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row endhead="true">
8525 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \series bold
8531 Example Phone List
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row endhead="true">
8556 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \series bold
8562 NAME
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580
8581 \series bold
8582 TEL.
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row endfoot="true">
8589 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 continued on next page
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 </row>
8617 <row>
8618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622
8623 \series bold
8624 Annovi
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 Silvia
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 111
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \series bold
8655 Bertoli
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 Stefano
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 111
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 </row>
8679 <row>
8680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684
8685 \series bold
8686 Bozzi
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 Walter
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 111
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \series bold
8717 Cachia
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 Maria
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 111
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row>
8742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746
8747 \series bold
8748 Cachia
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 Maurizio
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 111
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777
8778 \series bold
8779 Cinquemani
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 Giusi
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 111
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 </row>
8803 <row>
8804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808
8809 \series bold
8810 Colin
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 Bernard
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 111
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839
8840 \series bold
8841 Concli
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 Gianfranco
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 111
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 </row>
8865 <row>
8866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870
8871 \series bold
8872 Dal Bosco
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 Carolina
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 111
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 </row>
8896 <row>
8897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901
8902 \series bold
8903 Dalpiaz
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 Annamaria
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 111
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 </row>
8927 <row>
8928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932
8933 \series bold
8934 Feliciello
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 Domenico
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 111
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \series bold
8965 Focarelli
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 Paola
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 111
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994
8995 \series bold
8996 Galletti
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 Oreste
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 111
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 </row>
9020 <row>
9021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025
9026 \series bold
9027 Gasparini
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 Franca
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 111
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 <row>
9052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056
9057 \series bold
9058 Rizzardi
9059 \series default
9060
9061 \begin_inset Foot
9062 status open
9063
9064 \begin_layout Plain Layout
9065 Example footnote
9066 \end_layout
9067
9068 \end_inset
9069
9070
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 Paola
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 111
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \series bold
9101 Lassini
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 Giancarlo
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 111
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130
9131 \series bold
9132 Malfatti
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 Luciano
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 111
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 <row>
9157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161
9162 \series bold
9163 Malfatti
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 Valeriano
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 111
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 </row>
9187 <row>
9188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192
9193 \series bold
9194 Meneguzzo
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 Roberto
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 111
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row>
9219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223
9224 \series bold
9225 Mezzadra
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 Roberto
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 111
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \series bold
9256 Pirpamer
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 Erich
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 111
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \series bold
9287 Pochiesa
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 Paolo
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 111,
9306  222
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 </row>
9312 <row>
9313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317
9318 \series bold
9319 Radina
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 Claudio
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 111
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 </row>
9343 <row>
9344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348
9349 \series bold
9350 Stuffer
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 Oskar
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 111
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row>
9375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \series bold
9381 Tacchelli
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 Ugo
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 111
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \series bold
9412 Tezzele
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 Margit
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 111
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 <row>
9437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441
9442 \series bold
9443 Unterkalmsteiner
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452 Frieda
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 111
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 <row>
9468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \series bold
9474 Vieider
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483 Hilde
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 111
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 </row>
9498 <row>
9499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503
9504 \series bold
9505 Vigna
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 Jürgen
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523 111
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 </row>
9529 <row>
9530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534
9535 \series bold
9536 Weber
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 Maurizio
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554 111
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 </row>
9560 <row>
9561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565
9566 \series bold
9567 Winkler
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 Franz
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585 111
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 </row>
9591 <row>
9592 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596  
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 </row>
9620 <row>
9621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625
9626 \series bold
9627 Annovi
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 Silvia
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 555
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 </row>
9651 <row>
9652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656
9657 \series bold
9658 Bertoli
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 Stefano
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 555
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 </row>
9682 <row>
9683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687
9688 \series bold
9689 Bozzi
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 Walter
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707 555
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 </row>
9713 <row>
9714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718
9719 \series bold
9720 Cachia
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 Maria
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738 555
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 </row>
9744 <row>
9745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \series bold
9751 Cachia
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 Maurizio
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 555
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 </row>
9775 <row>
9776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \series bold
9782 Cinquemani
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 Giusi
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 555
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 <row>
9807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811
9812 \series bold
9813 Colin
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822 Bernard
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831 555
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 </row>
9837 <row>
9838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842
9843 \series bold
9844 Concli
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853 Gianfranco
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 555
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 </row>
9868 <row>
9869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873
9874 \series bold
9875 Dal Bosco
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 Carolina
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893 555
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 </row>
9899 <row>
9900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904
9905 \series bold
9906 Dalpiaz
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 Annamaria
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 555
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 </row>
9930 <row>
9931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \series bold
9937 Feliciello
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 Domenico
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 555
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 <row>
9962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \series bold
9968 Focarelli
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 Paola
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986 555
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 </row>
9992 <row>
9993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \series bold
9999 Galletti
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 Oreste
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 555
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 </row>
10023 <row>
10024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \series bold
10030 Gasparini
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 Franca
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048 555
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 </row>
10054 <row>
10055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \series bold
10061 Rizzardi
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070 Paola
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 555
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 <row>
10086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \series bold
10092 Lassini
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 Giancarlo
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110 555
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 </row>
10116 <row>
10117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \series bold
10123 Malfatti
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 Luciano
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 555
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 </row>
10147 <row>
10148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152
10153 \series bold
10154 Malfatti
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 Valeriano
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 555
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 </row>
10178 <row>
10179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183
10184 \series bold
10185 Meneguzzo
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 Roberto
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 555
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 </row>
10209 <row>
10210 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214
10215 \series bold
10216 Mezzadra
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 Roberto
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 555
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 </row>
10240 </lyxtabular>
10241
10242 \end_inset
10243
10244
10245 \end_layout
10246
10247 \begin_layout Section
10248 Special Multi-page Table Issues
10249 \begin_inset CommandInset label
10250 LatexCommand label
10251 name "sec:Special-Longtable-Issues"
10252
10253 \end_inset
10254
10255
10256 \end_layout
10257
10258 \begin_layout Subsection
10259 Multi-page Table Calculation
10260 \begin_inset Index idx
10261 range none
10262 pageformat default
10263 status collapsed
10264
10265 \begin_layout Plain Layout
10266 Table
10267 \begin_inset IndexMacro subentry
10268 status open
10269
10270 \begin_layout Plain Layout
10271 Multi-page Table
10272 \end_layout
10273
10274 \end_inset
10275
10276
10277 \begin_inset IndexMacro subentry
10278 status open
10279
10280 \begin_layout Plain Layout
10281 Calculation
10282 \end_layout
10283
10284 \end_inset
10285
10286
10287 \end_layout
10288
10289 \end_inset
10290
10291
10292 \end_layout
10293
10294 \begin_layout Standard
10295 \SpecialChar LaTeX
10296  calculates the height of table pages and their page breaks using so called chunks.
10297  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
10298 's memory.
10299  The default value was historically set to only 20
10300 \begin_inset space ~
10301 \end_inset
10302
10303 table rows.
10304  If you are using multi-page tables with many pages this may slow down the creation of your document.
10305  You can safely increase the chunk size to values of 100
10306 \begin_inset space \thinspace{}
10307 \end_inset
10308
10309 --
10310 \begin_inset space \thinspace{}
10311 \end_inset
10312
10313 1000 by adding this command line to your document preamble:
10314 \end_layout
10315
10316 \begin_layout Standard
10317
10318 \series bold
10319
10320 \backslash
10321 setcounter{LTchunksize}{100}
10322 \end_layout
10323
10324 \begin_layout Subsection
10325 Floats and Multi-page Tables
10326 \begin_inset Index idx
10327 range none
10328 pageformat default
10329 status collapsed
10330
10331 \begin_layout Plain Layout
10332 Table
10333 \begin_inset IndexMacro subentry
10334 status open
10335
10336 \begin_layout Plain Layout
10337 Multi-page Table
10338 \end_layout
10339
10340 \end_inset
10341
10342
10343 \begin_inset IndexMacro subentry
10344 status open
10345
10346 \begin_layout Plain Layout
10347 Floats
10348 \end_layout
10349
10350 \end_inset
10351
10352
10353 \end_layout
10354
10355 \end_inset
10356
10357
10358 \end_layout
10359
10360 \begin_layout Standard
10361 There might be problems when a float appears on the same page where a multi-page table starts.
10362  To avoid such a situation,
10363  insert a 
10364 \begin_inset Quotes eld
10365 \end_inset
10366
10367 clear page
10368 \begin_inset Quotes erd
10369 \end_inset
10370
10371  (menu 
10372 \family sans
10373 Insert\SpecialChar menuseparator
10374 Formatting\SpecialChar menuseparator
10375 Clear
10376 \begin_inset space ~
10377 \end_inset
10378
10379 Page
10380 \family default
10381 ) before your multi-page table.
10382 \end_layout
10383
10384 \begin_layout Subsection
10385 Forced Page Breaks
10386 \begin_inset Index idx
10387 range none
10388 pageformat default
10389 status collapsed
10390
10391 \begin_layout Plain Layout
10392 Table
10393 \begin_inset IndexMacro subentry
10394 status open
10395
10396 \begin_layout Plain Layout
10397 Multi-page Table
10398 \end_layout
10399
10400 \end_inset
10401
10402
10403 \begin_inset IndexMacro subentry
10404 status open
10405
10406 \begin_layout Plain Layout
10407 Forced Page Breaks
10408 \end_layout
10409
10410 \end_inset
10411
10412
10413 \end_layout
10414
10415 \end_inset
10416
10417
10418 \end_layout
10419
10420 \begin_layout Standard
10421 By default tables are only broken between rows.
10422  If you have a cell with multiples lines and want to have a page break within the cell,
10423  insert the new line command 
10424 \begin_inset Quotes eld
10425 \end_inset
10426
10427
10428 \series bold
10429
10430 \backslash
10431
10432 \backslash
10433
10434 \series default
10435
10436 \begin_inset Quotes erd
10437 \end_inset
10438
10439  as \SpecialChar TeX
10440  Code at the point of the cell where it can be broken.
10441  Before the 
10442 \series bold
10443
10444 \backslash
10445
10446 \backslash
10447
10448 \series default
10449  command you have to insert in \SpecialChar TeX
10450  Code as many 
10451 \begin_inset Quotes eld
10452 \end_inset
10453
10454
10455 \series bold
10456 &
10457 \series default
10458
10459 \begin_inset Quotes erd
10460 \end_inset
10461
10462  characters as the number of the following table columns.
10463  The 
10464 \series bold
10465 &
10466 \series default
10467  is the character to separate table cells.
10468  Write in \SpecialChar TeX
10469  Code after each 
10470 \series bold
10471 &
10472 \series default
10473  the content of the corresponding following cell and delete the content of these cells.
10474 \begin_inset Newline newline
10475 \end_inset
10476
10477 After the 
10478 \series bold
10479
10480 \backslash
10481
10482 \backslash
10483
10484 \series default
10485  command,
10486  insert as many 
10487 \series bold
10488 &
10489 \series default
10490  characters as the number of table columns before the current column.
10491  In Table
10492 \begin_inset space ~
10493 \end_inset
10494
10495
10496 \begin_inset CommandInset ref
10497 LatexCommand ref
10498 reference "tab:ForcedPagebreak"
10499 nolink "false"
10500
10501 \end_inset
10502
10503  the cell that should be broken is in the second column followed by another column.
10504  Therefore the following command was inserted in the cell as \SpecialChar TeX
10505  Code after 
10506 \begin_inset Quotes eld
10507 \end_inset
10508
10509
10510 \emph on
10511 Castelchiodato,
10512 \emph default
10513
10514 \begin_inset Quotes erd
10515 \end_inset
10516
10517 :
10518 \end_layout
10519
10520 \begin_layout Standard
10521
10522 \series bold
10523 & 111
10524 \backslash
10525
10526 \backslash
10527  
10528 \backslash
10529 newpage
10530 \begin_inset Newline newline
10531 \end_inset
10532
10533 &
10534 \end_layout
10535
10536 \begin_layout Standard
10537 The 
10538 \begin_inset Quotes eld
10539 \end_inset
10540
10541 111
10542 \begin_inset Quotes erd
10543 \end_inset
10544
10545  in the third column of the row was deleted.
10546  
10547 \series bold
10548
10549 \backslash
10550 newpage
10551 \series default
10552  is only needed when a page break should definitely occur at this position,
10553  otherwise it would be a conditional break.
10554  If your footer row of the multi-page table has for a certain reason no upper line but you would have a horizontal line where the cell is broken,
10555  use this command instead:
10556 \end_layout
10557
10558 \begin_layout Standard
10559
10560 \series bold
10561 & 111
10562 \backslash
10563
10564 \backslash
10565
10566 \begin_inset Newline newline
10567 \end_inset
10568
10569
10570 \backslash
10571 hline &
10572 \end_layout
10573
10574 \begin_layout Standard
10575 When the cell to be broken is in the last column,
10576  the command
10577 \end_layout
10578
10579 \begin_layout Standard
10580
10581 \series bold
10582
10583 \backslash
10584 setlength{
10585 \backslash
10586 parfillskip}{0pt}
10587 \end_layout
10588
10589 \begin_layout Standard
10590 must be inserted as \SpecialChar TeX
10591  Code at the beginning of the cell.
10592  This ensures that the part of the cell that will be displayed on the new page appears with the full width.
10593 \end_layout
10594
10595 \begin_layout Standard
10596 \align center
10597 \begin_inset Tabular
10598 <lyxtabular version="3" rows="38" columns="3">
10599 <features islongtable="true" longtabularalignment="center">
10600 <column alignment="left" valignment="top" width="0cm">
10601 <column alignment="left" valignment="top" width="3cm">
10602 <column alignment="center" valignment="top" width="0pt">
10603 <row endfirsthead="true" caption="true">
10604 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 \begin_inset Caption Standard
10609
10610 \begin_layout Plain Layout
10611 Table with forced page break in table cell
10612 \begin_inset CommandInset label
10613 LatexCommand label
10614 name "tab:ForcedPagebreak"
10615
10616 \end_inset
10617
10618
10619 \begin_inset Argument 1
10620 status collapsed
10621
10622 \begin_layout Plain Layout
10623 Table with forced page break in table cell
10624 \end_layout
10625
10626 \end_inset
10627
10628
10629 \end_layout
10630
10631 \end_inset
10632
10633
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 <row endfirsthead="true">
10658 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662
10663 \series bold
10664 Example Phone List (ignore the names)
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 </row>
10688 <row endfirsthead="true">
10689 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693
10694 \series bold
10695 NAME
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715 TEL.
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 </row>
10721 <row endhead="true" caption="true">
10722 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726 \begin_inset Caption Unnumbered
10727
10728 \begin_layout Plain Layout
10729 Continued Example Phone List
10730 \end_layout
10731
10732 \end_inset
10733
10734
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 </row>
10758 <row endhead="true">
10759 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763
10764 \series bold
10765 Example Phone List
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 </row>
10789 <row endhead="true">
10790 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794
10795 \series bold
10796 NAME
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814
10815 \series bold
10816 TEL.
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 </row>
10822 <row endfoot="true">
10823 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 continued on next page
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 </row>
10851 <row>
10852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \series bold
10858 Annovi
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867 Silvia
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876 111
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 </row>
10882 <row>
10883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887
10888 \series bold
10889 Bertoli
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898 Stefano
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 111
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 </row>
10913 <row>
10914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918
10919 \series bold
10920 Bozzi
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 Walter
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 111
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 </row>
10944 <row>
10945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949
10950 \series bold
10951 Cachia
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 Maria
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 111
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 </row>
10975 <row>
10976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980
10981 \series bold
10982 Cachia
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 Maurizio
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 111
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 </row>
11006 <row>
11007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \series bold
11013 Cinquemani
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 Giusi
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 111
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 </row>
11037 <row>
11038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042
11043 \series bold
11044 Colin
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 Bernard
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 111
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 <row>
11069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073
11074 \series bold
11075 Concli
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 Gianfranco
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 111
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 </row>
11099 <row>
11100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104
11105 \series bold
11106 Dal Bosco
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 Carolina
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 111
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 </row>
11130 <row>
11131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135
11136 \series bold
11137 Dalpiaz
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 Annamaria
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 111
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 </row>
11161 <row>
11162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166
11167 \series bold
11168 Feliciello
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 Domenico
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 111
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 </row>
11192 <row>
11193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197
11198 \series bold
11199 Focarelli
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 Paola
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 111
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 </row>
11223 <row>
11224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228
11229 \series bold
11230 Galletti
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 Oreste
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 111
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259
11260 \series bold
11261 Gasparini
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 Franca
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 111
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290
11291 \series bold
11292 Lassini
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 Giancarlo
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 111
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 </row>
11316 <row>
11317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321
11322 \series bold
11323 Malfatti
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 Luciano
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 111
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 </row>
11347 <row>
11348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352
11353 \series bold
11354 Malfatti
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 Valeriano
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 111
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 </row>
11378 <row>
11379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383
11384 \series bold
11385 Meneguzzo
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 Roberto
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 111
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 </row>
11409 <row>
11410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414
11415 \series bold
11416 Mezzadra
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 Roberto
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 111
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 </row>
11440 <row>
11441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445
11446 \series bold
11447 Pirpamer
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 Erich
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 111
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 </row>
11471 <row>
11472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476
11477 \series bold
11478 Pochiesa
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 Paolo
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 111,
11497  222
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 </row>
11503 <row>
11504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508
11509 \series bold
11510 Radina
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 Claudio
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 111
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 <row>
11535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539
11540 \series bold
11541 Rizzardi
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 Paolo,
11551  11.
11552  Fürst von Montecompatri,
11553  11.
11554  Fürst von Sulmona und Vivaro,
11555  10.
11556  Fürst von Rossano,
11557  5.
11558  Herzog von Canemorte,
11559  11.
11560  Herzog von Palombara,
11561  5.
11562  Herzog von Castelchiodato,
11563 \begin_inset ERT
11564 status open
11565
11566 \begin_layout Plain Layout
11567
11568 & 111
11569 \backslash
11570
11571 \backslash
11572  
11573 \backslash
11574 newpage
11575 \end_layout
11576
11577 \begin_layout Plain Layout
11578
11579 &
11580 \end_layout
11581
11582 \end_inset
11583
11584  11.
11585  Herzog von Poggionativo,
11586  11.
11587  Markis von Mentana,
11588  Norma,
11589  Civitella,
11590  Pratica,
11591  Moricone und Percille,
11592  11.
11593  Graf von Valinfreda,
11594  11.
11595  Baron von Cropalati,
11596  11.
11597  Herr von Scarpa,
11598  Edelmann von Rom,
11599  Patrizier von Venedig,
11600  Neapel und Genua
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 </row>
11615 <row>
11616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620
11621 \series bold
11622 Stuffer
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 Oskar
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 111
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 <row>
11647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651
11652 \series bold
11653 Tacchelli
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 Ugo
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 111
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 </row>
11677 <row>
11678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682
11683 \series bold
11684 Tezzele
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 Margit
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 111
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 <row>
11709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713
11714 \series bold
11715 Unterkalmsteiner
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724 Frieda
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733 111
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 </row>
11739 <row>
11740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744
11745 \series bold
11746 Vieider
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 Hilde
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 111
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 </row>
11770 <row>
11771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775
11776 \series bold
11777 Vigna
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 Jürgen
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 111
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 </row>
11801 <row>
11802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806
11807 \series bold
11808 Weber
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 Maurizio
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 111
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 </row>
11832 <row>
11833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837
11838 \series bold
11839 Winkler
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 Franz
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857 111
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 </row>
11863 </lyxtabular>
11864
11865 \end_inset
11866
11867
11868 \end_layout
11869
11870 \begin_layout Section
11871 Multiple Lines,
11872  Columns and Rows
11873 \end_layout
11874
11875 \begin_layout Subsection
11876 Multiple Lines in Table Cells
11877 \begin_inset CommandInset label
11878 LatexCommand label
11879 name "subsec:Multiple-Lines-in"
11880
11881 \end_inset
11882
11883
11884 \begin_inset Index idx
11885 range none
11886 pageformat default
11887 status collapsed
11888
11889 \begin_layout Plain Layout
11890 Multiple Lines in Table Cells
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \begin_inset Index idx
11897 range none
11898 pageformat default
11899 status collapsed
11900
11901 \begin_layout Plain Layout
11902 Table
11903 \begin_inset IndexMacro subentry
11904 status open
11905
11906 \begin_layout Plain Layout
11907 Linebreaks
11908 \end_layout
11909
11910 \end_inset
11911
11912
11913 \end_layout
11914
11915 \end_inset
11916
11917
11918 \end_layout
11919
11920 \begin_layout Standard
11921 \noindent
11922 \begin_inset Float table
11923 placement H
11924 alignment document
11925 wide false
11926 sideways false
11927 status open
11928
11929 \begin_layout Plain Layout
11930 \begin_inset Caption Standard
11931
11932 \begin_layout Plain Layout
11933 \begin_inset CommandInset label
11934 LatexCommand label
11935 name "tab:Table-with-multiple"
11936
11937 \end_inset
11938
11939 Table with multiple lines in cells
11940 \end_layout
11941
11942 \end_inset
11943
11944
11945 \end_layout
11946
11947 \begin_layout Plain Layout
11948 \align center
11949 \begin_inset Tabular
11950 <lyxtabular version="3" rows="3" columns="3">
11951 <features tabularvalignment="middle">
11952 <column alignment="center" valignment="middle" width="2.5cm">
11953 <column alignment="center" valignment="middle">
11954 <column alignment="center" valignment="middle">
11955 <row>
11956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 multiple
11961 \begin_inset Newline linebreak
11962 \end_inset
11963
11964 lines
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 b
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 c
11983 \end_layout
11984
11985 \end_inset
11986 </cell>
11987 </row>
11988 <row>
11989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 d
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 e
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12008 \begin_inset Text
12009
12010 \begin_layout Plain Layout
12011 f
12012 \end_layout
12013
12014 \end_inset
12015 </cell>
12016 </row>
12017 <row>
12018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022 g
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031 h
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040 i
12041 \end_layout
12042
12043 \end_inset
12044 </cell>
12045 </row>
12046 </lyxtabular>
12047
12048 \end_inset
12049
12050
12051 \end_layout
12052
12053 \end_inset
12054
12055
12056 \end_layout
12057
12058 \begin_layout Standard
12059 Setting a fixed width for a column enables you to enter text as a paragraph with multiple lines and hyphenation.
12060 \end_layout
12061
12062 \begin_layout Standard
12063 To produce Table
12064 \begin_inset space ~
12065 \end_inset
12066
12067
12068 \begin_inset CommandInset ref
12069 LatexCommand ref
12070 reference "tab:Table-with-multiple"
12071 nolink "false"
12072
12073 \end_inset
12074
12075 ,
12076  create a 3×3 table,
12077  mark the first cell and right-click on it.
12078  In the appearing table dialog we set a cell width of 2.5
12079 \begin_inset space \thinspace{}
12080 \end_inset
12081
12082 cm and choose centered for the vertical and horizontal alignment.
12083  The vertical alignment is used for all cells of the row.
12084  As our text is smaller than 2.5
12085 \begin_inset space \thinspace{}
12086 \end_inset
12087
12088 cm,
12089  only one line will appear.
12090  To get two lines,
12091  a justified line break (shortcut 
12092 \begin_inset Info
12093 type  "shortcut"
12094 arg   "newline-insert linebreak"
12095 \end_inset
12096
12097 ) was added.
12098  If the text is wider than the set cell width,
12099  it will automatically be broken to several lines.
12100 \end_layout
12101
12102 \begin_layout Standard
12103 If you have a long word in a cell with a fixed width,
12104  it cannot be hyphenated by \SpecialChar LaTeX
12105  if it is the first entry.
12106  Therefore you need to insert something to prevent the word not being the first entry.
12107  So add a horizontal space of 0
12108 \begin_inset space \thinspace{}
12109 \end_inset
12110
12111 pt before the word.
12112  As the space is zero,
12113  it doesn't change the output.
12114  Table
12115 \begin_inset space ~
12116 \end_inset
12117
12118
12119 \begin_inset CommandInset ref
12120 LatexCommand ref
12121 reference "tab:Table-with-and"
12122 nolink "false"
12123
12124 \end_inset
12125
12126  shows the effect.
12127 \end_layout
12128
12129 \begin_layout Standard
12130 \begin_inset Float table
12131 placement h
12132 alignment document
12133 wide false
12134 sideways false
12135 status open
12136
12137 \begin_layout Plain Layout
12138 \begin_inset Caption Standard
12139
12140 \begin_layout Plain Layout
12141 \begin_inset CommandInset label
12142 LatexCommand label
12143 name "tab:Table-with-and"
12144
12145 \end_inset
12146
12147 Table with and without hyphenation
12148 \end_layout
12149
12150 \end_inset
12151
12152
12153 \end_layout
12154
12155 \begin_layout Plain Layout
12156 \begin_inset space \hfill{}
12157 \end_inset
12158
12159
12160 \begin_inset Tabular
12161 <lyxtabular version="3" rows="3" columns="3">
12162 <features tabularvalignment="middle">
12163 <column alignment="center" valignment="middle" width="2.5cm">
12164 <column alignment="center" valignment="middle">
12165 <column alignment="center" valignment="middle">
12166 <row>
12167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171 verylongtablecellword
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 b
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 c
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 </row>
12195 <row>
12196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200 d
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209 e
12210 \end_layout
12211
12212 \end_inset
12213 </cell>
12214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12215 \begin_inset Text
12216
12217 \begin_layout Plain Layout
12218 f
12219 \end_layout
12220
12221 \end_inset
12222 </cell>
12223 </row>
12224 <row>
12225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229 g
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 h
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247 i
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 </row>
12253 </lyxtabular>
12254
12255 \end_inset
12256
12257
12258 \begin_inset space \hfill{}
12259 \end_inset
12260
12261
12262 \begin_inset Tabular
12263 <lyxtabular version="3" rows="3" columns="3">
12264 <features tabularvalignment="middle">
12265 <column alignment="center" valignment="middle" width="2.5cm">
12266 <column alignment="center" valignment="middle">
12267 <column alignment="center" valignment="middle">
12268 <row>
12269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12270 \begin_inset Text
12271
12272 \begin_layout Plain Layout
12273 \begin_inset space \hspace{}
12274 \length 0pt
12275 \end_inset
12276
12277 verylongtablecellword
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12283 \begin_inset Text
12284
12285 \begin_layout Plain Layout
12286 b
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12292 \begin_inset Text
12293
12294 \begin_layout Plain Layout
12295 c
12296 \end_layout
12297
12298 \end_inset
12299 </cell>
12300 </row>
12301 <row>
12302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Plain Layout
12306 d
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Plain Layout
12315 e
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12321 \begin_inset Text
12322
12323 \begin_layout Plain Layout
12324 f
12325 \end_layout
12326
12327 \end_inset
12328 </cell>
12329 </row>
12330 <row>
12331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335 g
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12341 \begin_inset Text
12342
12343 \begin_layout Plain Layout
12344 h
12345 \end_layout
12346
12347 \end_inset
12348 </cell>
12349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12350 \begin_inset Text
12351
12352 \begin_layout Plain Layout
12353 i
12354 \end_layout
12355
12356 \end_inset
12357 </cell>
12358 </row>
12359 </lyxtabular>
12360
12361 \end_inset
12362
12363
12364 \begin_inset space \hfill{}
12365 \end_inset
12366
12367
12368 \end_layout
12369
12370 \end_inset
12371
12372
12373 \end_layout
12374
12375 \begin_layout Subsection
12376 Multicolumns
12377 \begin_inset CommandInset label
12378 LatexCommand label
12379 name "subsec:Multicolumns"
12380
12381 \end_inset
12382
12383
12384 \begin_inset Index idx
12385 range none
12386 pageformat default
12387 status collapsed
12388
12389 \begin_layout Plain Layout
12390 Multicolumns
12391 \end_layout
12392
12393 \end_inset
12394
12395
12396 \begin_inset Index idx
12397 range none
12398 pageformat default
12399 status collapsed
12400
12401 \begin_layout Plain Layout
12402 Table
12403 \begin_inset IndexMacro subentry
12404 status open
12405
12406 \begin_layout Plain Layout
12407 Multicolumns
12408 \end_layout
12409
12410 \end_inset
12411
12412
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \end_layout
12419
12420 \begin_layout Subsubsection
12421 Multicolumn Basics
12422 \end_layout
12423
12424 \begin_layout Standard
12425 To merge cells over multiple columns,
12426  select as many cells within a row as you want to merge and use either the table-toolbar button 
12427 \begin_inset Info
12428 type  "icon"
12429 arg   "tabular-feature multicolumn"
12430 \end_inset
12431
12432 ,
12433  or the menu 
12434 \family sans
12435 Edit\SpecialChar menuseparator
12436 Table\SpecialChar menuseparator
12437 Multicolumn
12438 \family default
12439 ,
12440  or right click on the marked cells and choose 
12441 \family sans
12442 Multicolumn
12443 \family default
12444  in the context menu.
12445 \end_layout
12446
12447 \begin_layout Standard
12448 Multicolumns have their own cell settings.
12449  That means changing cell borders,
12450  cell alignment,
12451  and the width only affects the multicolumn.
12452  Here is an example table with a multicolumn cell in the first row and one in the last row without the upper border:
12453 \end_layout
12454
12455 \begin_layout Standard
12456 \align center
12457 \begin_inset Tabular
12458 <lyxtabular version="3" rows="3" columns="4">
12459 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
12460 <column alignment="center" valignment="top" width="0pt">
12461 <column alignment="center" valignment="middle">
12462 <column alignment="center" valignment="top" width="0in">
12463 <column alignment="center" valignment="top" width="0pt">
12464 <row>
12465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469 abc
12470 \end_layout
12471
12472 \end_inset
12473 </cell>
12474 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 def ghi
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 jkl
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 </row>
12502 <row>
12503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507
12508 \family roman
12509 \series medium
12510 \shape up
12511 \size normal
12512 \emph off
12513 \bar no
12514 \noun off
12515 \color none
12516 A
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 B
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 C
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 D
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 </row>
12549 <row>
12550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 1
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 2
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 3
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581 4
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 </row>
12587 </lyxtabular>
12588
12589 \end_inset
12590
12591
12592 \end_layout
12593
12594 \begin_layout Subsubsection
12595 Multicolumn Calculations
12596 \begin_inset CommandInset label
12597 LatexCommand label
12598 name "subsec:Multicolumn-Calculations"
12599
12600 \end_inset
12601
12602
12603 \begin_inset Index idx
12604 range none
12605 pageformat default
12606 status collapsed
12607
12608 \begin_layout Plain Layout
12609 Multicolumns
12610 \begin_inset IndexMacro subentry
12611 status open
12612
12613 \begin_layout Plain Layout
12614 Calculations
12615 \end_layout
12616
12617 \end_inset
12618
12619
12620 \end_layout
12621
12622 \end_inset
12623
12624
12625 \end_layout
12626
12627 \begin_layout Standard
12628 \SpecialChar LyX
12629  supports multicolumns directly,
12630  but we have to take account of the cell width of the columns spanned by the multicolumn cell.
12631 \end_layout
12632
12633 \begin_layout Standard
12634 \begin_inset Float table
12635 placement h
12636 alignment document
12637 wide false
12638 sideways false
12639 status open
12640
12641 \begin_layout Plain Layout
12642 \begin_inset Caption Standard
12643
12644 \begin_layout Plain Layout
12645 \begin_inset CommandInset label
12646 LatexCommand label
12647 name "tab:Table-with-centered"
12648
12649 \end_inset
12650
12651 Table with centered multicolumn text above two columns that have exactly half the width of the multicolumn cell
12652 \begin_inset Argument 1
12653 status collapsed
12654
12655 \begin_layout Plain Layout
12656 Perfect multicolumn table
12657 \end_layout
12658
12659 \end_inset
12660
12661
12662 \end_layout
12663
12664 \end_inset
12665
12666
12667 \end_layout
12668
12669 \begin_layout Plain Layout
12670 \align center
12671 \begin_inset Tabular
12672 <lyxtabular version="3" rows="3" columns="3">
12673 <features tabularvalignment="middle">
12674 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12675 <column alignment="center" valignment="middle">
12676 <column alignment="center" valignment="top">
12677 <row>
12678 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 multiple lines multicolumn
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 c
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 </row>
12706 <row>
12707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 d
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 e
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 f
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 </row>
12735 <row>
12736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 g
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 h
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 i
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 </row>
12764 </lyxtabular>
12765
12766 \end_inset
12767
12768
12769 \end_layout
12770
12771 \end_inset
12772
12773
12774 \end_layout
12775
12776 \begin_layout Standard
12777 To create for example Table
12778 \begin_inset space ~
12779 \end_inset
12780
12781
12782 \begin_inset CommandInset ref
12783 LatexCommand ref
12784 reference "tab:Table-with-centered"
12785 nolink "false"
12786
12787 \end_inset
12788
12789 ,
12790  mark the first two cells in the first row of a 3×3 table and right-click on them.
12791  Now choose for this cell 
12792 \emph on
12793 multicolumn
12794 \emph default
12795 ,
12796  
12797 \emph on
12798 centered alignment
12799 \emph default
12800  and a width of 2.5
12801 \begin_inset space \thinspace{}
12802 \end_inset
12803
12804 cm in the table dialog.
12805  The merged columns should have exactly half the width of the multicolumn cell,
12806  so that you would set a width of 1.25
12807 \begin_inset space \thinspace{}
12808 \end_inset
12809
12810 cm for the first column.
12811  The second column has then automatically a width of 1.25
12812 \begin_inset space \thinspace{}
12813 \end_inset
12814
12815 cm (multicolumn width - width of first column).
12816  This was done for Table
12817 \begin_inset space ~
12818 \end_inset
12819
12820
12821 \begin_inset CommandInset ref
12822 LatexCommand ref
12823 reference "tab:Table-without-half"
12824 nolink "false"
12825
12826 \end_inset
12827
12828 .
12829 \end_layout
12830
12831 \begin_layout Standard
12832 \begin_inset Float table
12833 placement document
12834 alignment document
12835 wide false
12836 sideways false
12837 status open
12838
12839 \begin_layout Plain Layout
12840 \begin_inset Caption Standard
12841
12842 \begin_layout Plain Layout
12843 \begin_inset CommandInset label
12844 LatexCommand label
12845 name "tab:Table-without-half"
12846
12847 \end_inset
12848
12849 Table where the spanned table columns are not exactly half the width of the multicolumn cell
12850 \begin_inset Argument 1
12851 status collapsed
12852
12853 \begin_layout Plain Layout
12854 Imperfect multicolumn table
12855 \end_layout
12856
12857 \end_inset
12858
12859
12860 \end_layout
12861
12862 \end_inset
12863
12864
12865 \end_layout
12866
12867 \begin_layout Plain Layout
12868 \align center
12869 \begin_inset Tabular
12870 <lyxtabular version="3" rows="3" columns="3">
12871 <features tabularvalignment="middle">
12872 <column alignment="center" valignment="top" width="1.25cm">
12873 <column alignment="center" valignment="top">
12874 <column alignment="center" valignment="top">
12875 <row>
12876 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 multiple lines multicolumn
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 c
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 </row>
12904 <row>
12905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 d
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 e
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12924 \begin_inset Text
12925
12926 \begin_layout Plain Layout
12927 f
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 </row>
12933 <row>
12934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 g
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 h
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 i
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 </row>
12962 </lyxtabular>
12963
12964 \end_inset
12965
12966
12967 \end_layout
12968
12969 \end_inset
12970
12971
12972 \end_layout
12973
12974 \begin_layout Standard
12975 You can see that the first column is not half the width of the multicolumn cell,
12976  it is a bit bigger.
12977  The reason is that the specified width of a cell 
12978 \begin_inset Formula $W_{g}$
12979 \end_inset
12980
12981  is not its total width 
12982 \begin_inset Formula $W_{\mathrm{tot}}$
12983 \end_inset
12984
12985  because a cell is always a bit larger than specified.
12986  Appendix
12987 \begin_inset space ~
12988 \end_inset
12989
12990
12991 \begin_inset CommandInset ref
12992 LatexCommand ref
12993 reference "cha:Explanation-of-Equation"
12994 nolink "false"
12995
12996 \end_inset
12997
12998  explains this in detail.
12999 \end_layout
13000
13001 \begin_layout Standard
13002 The width 
13003 \begin_inset Formula $W_{g\,n}$
13004 \end_inset
13005
13006  which the user needs to set when 
13007 \emph on
13008 n
13009 \emph default
13010  columns are spanned can be calculated,
13011  so that each column has a total width of 
13012 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
13013 \end_inset
13014
13015 :
13016 \begin_inset Formula 
13017 \begin{equation}
13018 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
13019 \end{equation}
13020
13021 \end_inset
13022
13023
13024 \end_layout
13025
13026 \begin_layout Standard
13027 In our case we have 
13028 \begin_inset Formula $n=2$
13029 \end_inset
13030
13031 ,
13032  
13033 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
13034 \end_inset
13035
13036 cm and the default values for the lengths,
13037  so that equation 
13038 \begin_inset CommandInset ref
13039 LatexCommand ref
13040 reference "eq:Wgn"
13041 nolink "false"
13042
13043 \end_inset
13044
13045  becomes
13046 \begin_inset Formula 
13047 \begin{equation}
13048 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
13049 \end{equation}
13050
13051 \end_inset
13052
13053
13054 \end_layout
13055
13056 \begin_layout Standard
13057 To enable calculations in \SpecialChar LaTeX
13058 ,
13059  the \SpecialChar LaTeX
13060 -package 
13061 \series bold
13062 calc
13063 \series default
13064  must be loaded with the document preamble line
13065 \begin_inset Index idx
13066 range none
13067 pageformat default
13068 status collapsed
13069
13070 \begin_layout Plain Layout
13071 \SpecialChar LaTeX
13072  packages
13073 \begin_inset IndexMacro subentry
13074 status open
13075
13076 \begin_layout Plain Layout
13077 calc
13078 \end_layout
13079
13080 \end_inset
13081
13082
13083 \end_layout
13084
13085 \end_inset
13086
13087
13088 \end_layout
13089
13090 \begin_layout Standard
13091
13092 \series bold
13093
13094 \backslash
13095 usepackage{calc}
13096 \end_layout
13097
13098 \begin_layout Standard
13099 \SpecialChar LyX
13100  does not allow you to calculate lengths in the 
13101 \family sans
13102 Width
13103 \family default
13104  field of the table dialog.
13105  Therefore you have to format the column by inserting a \SpecialChar LaTeX
13106 -argument in the dialog.
13107  Here is an overview about the arguments:
13108 \end_layout
13109
13110 \begin_layout Itemize
13111
13112 \series bold
13113 p{width}
13114 \series default
13115  creates cell with a fixed width,
13116  its text is vertically top-aligned
13117 \end_layout
13118
13119 \begin_layout Itemize
13120
13121 \series bold
13122 m{width}
13123 \series default
13124  creates cell with a fixed width,
13125  its text is vertically centered
13126 \end_layout
13127
13128 \begin_layout Itemize
13129
13130 \series bold
13131 b{width}
13132 \series default
13133  creates cell with a fixed width,
13134  its text is vertically bottom-aligned
13135 \end_layout
13136
13137 \begin_layout Standard
13138 By entering a \SpecialChar LaTeX
13139 -argument,
13140  all cell settings set in the table dialog are overwritten.
13141 \end_layout
13142
13143 \begin_layout Standard
13144 \begin_inset Note Greyedout
13145 status open
13146
13147 \begin_layout Plain Layout
13148
13149 \series bold
13150 Note:
13151
13152 \series default
13153  Due to a bug,
13154  \SpecialChar LyX
13155  shows the overwritten settings anyway.
13156 \end_layout
13157
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \begin_layout Standard
13164 As the text should be horizontally centered,
13165  the command 
13166 \series bold
13167
13168 \backslash
13169 centering
13170 \series default
13171  is added.
13172  You can now enter the following \SpecialChar LaTeX
13173 -argument for the first spanned column:
13174 \end_layout
13175
13176 \begin_layout Standard
13177
13178 \series bold
13179 >{
13180 \backslash
13181 centering}m{1.25cm-6.2pt}
13182 \end_layout
13183
13184 \begin_layout Standard
13185 The command 
13186 \series bold
13187 >{ }
13188 \series default
13189  means,
13190  that the commands inside the braces are applied before the cell is created.
13191 \end_layout
13192
13193 \begin_layout Standard
13194 Although we have chosen centered alignment for the text of the multicolumn cell,
13195  it is still left aligned.
13196  This is because \SpecialChar LyX
13197  only applies the alignment to single columns.
13198  So for the multicolumn cell we have to use the \SpecialChar LaTeX
13199 -argument
13200 \end_layout
13201
13202 \begin_layout Standard
13203
13204 \series bold
13205 >{
13206 \backslash
13207 centering}m{2.5cm}
13208 \end_layout
13209
13210 \begin_layout Subsection
13211 Multirows
13212 \begin_inset CommandInset label
13213 LatexCommand label
13214 name "subsec:Multirows"
13215
13216 \end_inset
13217
13218
13219 \begin_inset Index idx
13220 range none
13221 pageformat default
13222 status collapsed
13223
13224 \begin_layout Plain Layout
13225 Multirows
13226 \end_layout
13227
13228 \end_inset
13229
13230
13231 \begin_inset Index idx
13232 range none
13233 pageformat default
13234 status collapsed
13235
13236 \begin_layout Plain Layout
13237 Table
13238 \begin_inset IndexMacro subentry
13239 status open
13240
13241 \begin_layout Plain Layout
13242 Multirows
13243 \end_layout
13244
13245 \end_inset
13246
13247
13248 \end_layout
13249
13250 \end_inset
13251
13252
13253 \end_layout
13254
13255 \begin_layout Standard
13256 To merge cells over multiple rows,
13257  select as many cells within a column as you want to merge and use either the table-toolbar button 
13258 \begin_inset Info
13259 type  "icon"
13260 arg   "tabular-feature multirow"
13261 \end_inset
13262
13263 ,
13264  or the menu 
13265 \family sans
13266 Edit\SpecialChar menuseparator
13267 Table\SpecialChar menuseparator
13268 Multirow
13269 \family default
13270 ,
13271  or right click on the marked cells and choose 
13272 \family sans
13273 Multirow
13274 \family default
13275  in the context menu.
13276 \end_layout
13277
13278 \begin_layout Standard
13279 Here is an example table with a multirow in the first column:
13280 \end_layout
13281
13282 \begin_layout Standard
13283 \align center
13284 \begin_inset Tabular
13285 <lyxtabular version="3" rows="3" columns="3">
13286 <features tabularvalignment="middle">
13287 <column alignment="center" valignment="top" width="0pt">
13288 <column alignment="center" valignment="top">
13289 <column alignment="center" valignment="top">
13290 <row>
13291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 a long cell entry
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304 b
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13310 \begin_inset Text
13311
13312 \begin_layout Plain Layout
13313 c
13314 \end_layout
13315
13316 \end_inset
13317 </cell>
13318 </row>
13319 <row>
13320 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 multirow
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 e
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13339 \begin_inset Text
13340
13341 \begin_layout Plain Layout
13342 f
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 </row>
13348 <row>
13349 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 h
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 i
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 </lyxtabular>
13378
13379 \end_inset
13380
13381
13382 \end_layout
13383
13384 \begin_layout Standard
13385 The width of multirow cells is set by setting the width and alignment for the whole column.
13386  The 
13387 \family sans
13388 Vertical Offset
13389 \family default
13390  shifts the content of the multirow up/down if the offset is positive/negative.
13391 \end_layout
13392
13393 \begin_layout Standard
13394 If the column of a multirow cell has no explicit width,
13395  the multirow cell inherits the alignment of the column.
13396  Otherwise it is by default left-aligned.
13397  To override the default,
13398  renew the command 
13399 \series bold
13400
13401 \backslash
13402 multirowsetup
13403 \series default
13404  with the command
13405 \end_layout
13406
13407 \begin_layout Standard
13408
13409 \series bold
13410
13411 \backslash
13412 renewcommand{
13413 \backslash
13414 multirowsetup}{
13415 \backslash
13416 centering}
13417 \end_layout
13418
13419 \begin_layout Standard
13420 in the document preamble.
13421  Then all entries of multirow cells in the document are centered.
13422  If centering is only needed for several tables,
13423  you can renew the command in a \SpecialChar TeX
13424  Code box just before the table instead of the preamble.
13425  If the text should be right-aligned,
13426  replace 
13427 \series bold
13428
13429 \backslash
13430 centering
13431 \series default
13432  by 
13433 \series bold
13434
13435 \backslash
13436 raggedleft
13437 \series default
13438 .
13439  To return to left-alignment 
13440 \series bold
13441
13442 \backslash
13443 raggedright
13444 \series default
13445  is used.
13446 \end_layout
13447
13448 \begin_layout Standard
13449 This is an example table with a right-aligned multirow cell that has a vertical offset of -4
13450 \begin_inset space \thinspace{}
13451 \end_inset
13452
13453 mm and is in a 3
13454 \begin_inset space \thinspace{}
13455 \end_inset
13456
13457 cm wide column:
13458 \end_layout
13459
13460 \begin_layout Standard
13461 \noindent
13462 \align center
13463 \begin_inset ERT
13464 status collapsed
13465
13466 \begin_layout Plain Layout
13467
13468
13469 \backslash
13470 renewcommand{
13471 \backslash
13472 multirowsetup}{
13473 \backslash
13474 raggedleft}
13475 \end_layout
13476
13477 \end_inset
13478
13479
13480 \begin_inset Tabular
13481 <lyxtabular version="3" rows="4" columns="3">
13482 <features tabularvalignment="middle">
13483 <column alignment="center" valignment="top" width="3cm">
13484 <column alignment="center" valignment="top">
13485 <column alignment="center" valignment="top">
13486 <row>
13487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491 a long cell entry
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 b
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 c
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 </row>
13515 <row>
13516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520 t
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 n
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13535 \begin_inset Text
13536
13537 \begin_layout Plain Layout
13538 m
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 </row>
13544 <row>
13545 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 multirow
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 e
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 f
13568 \end_layout
13569
13570 \end_inset
13571 </cell>
13572 </row>
13573 <row>
13574 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Plain Layout
13578
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 h
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 i
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 </row>
13602 </lyxtabular>
13603
13604 \end_inset
13605
13606
13607 \begin_inset ERT
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611
13612
13613 \backslash
13614 renewcommand{
13615 \backslash
13616 multirowsetup}{
13617 \backslash
13618 raggedright}
13619 \end_layout
13620
13621 \end_inset
13622
13623
13624 \end_layout
13625
13626 \begin_layout Standard
13627 To start a new line in a multirow you can use a forced line break (shortcut 
13628 \begin_inset Info
13629 type  "shortcut"
13630 arg   "newline-insert newline"
13631 \end_inset
13632
13633 ) but this will not respect the cell lines as demonstrated in this table:
13634 \end_layout
13635
13636 \begin_layout Standard
13637 \noindent
13638 \align center
13639 \begin_inset Tabular
13640 <lyxtabular version="3" rows="3" columns="2">
13641 <features tabularvalignment="middle">
13642 <column alignment="left" valignment="middle" width="2cm">
13643 <column alignment="center" valignment="top">
13644 <row>
13645 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 aaa
13650 \begin_inset Newline newline
13651 \end_inset
13652
13653 aaa
13654 \begin_inset Newline newline
13655 \end_inset
13656
13657 wrong cell
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 ccc
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 </row>
13672 <row>
13673 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 ddd
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 </row>
13692 <row>
13693 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 bbb
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 eee
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 </row>
13712 </lyxtabular>
13713
13714 \end_inset
13715
13716
13717 \end_layout
13718
13719 \begin_layout Standard
13720 Therefore be careful with forced line breaks.
13721 \end_layout
13722
13723 \begin_layout Subsection
13724 Cells with diagonal line(s)
13725 \end_layout
13726
13727 \begin_layout Standard
13728 To tell the reader what is meant by column and row headings in a table,
13729  it is helpful to split the first cell of the table by one or two diagonal lines.
13730  This can be achieved by loading the \SpecialChar LaTeX
13731  package 
13732 \series bold
13733 diagbox
13734 \series default
13735
13736 \begin_inset Index idx
13737 range none
13738 pageformat default
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742 \SpecialChar LaTeX
13743  packages
13744 \begin_inset IndexMacro subentry
13745 status open
13746
13747 \begin_layout Plain Layout
13748 picinpar
13749 \end_layout
13750
13751 \end_inset
13752
13753
13754 \end_layout
13755
13756 \end_inset
13757
13758  in the document preamble.
13759  The package provides the command 
13760 \series bold
13761
13762 \backslash
13763 diagbox
13764 \series default
13765  that is inserted as \SpecialChar TeX
13766  Code and that can take 2 or 3
13767 \begin_inset space ~
13768 \end_inset
13769
13770 arguments:
13771 \end_layout
13772
13773 \begin_layout Standard
13774
13775 \series bold
13776
13777 \backslash
13778 diagbox[options]{lower left}{upper right}
13779 \end_layout
13780
13781 \begin_layout Standard
13782
13783 \series bold
13784
13785 \backslash
13786 diagbox[options]{lower left}{upper left}{upper right}
13787 \end_layout
13788
13789 \begin_layout Standard
13790 The first scheme divides the cell by a single diagonal line and the arguments are placed below and above this line.
13791  The second scheme divides the cell by 2
13792 \begin_inset space ~
13793 \end_inset
13794
13795 lines.
13796 \end_layout
13797
13798 \begin_layout Standard
13799 \begin_inset ERT
13800 status collapsed
13801
13802 \begin_layout Plain Layout
13803
13804
13805 \backslash
13806 ifdiagbox
13807 \end_layout
13808
13809 \end_inset
13810
13811
13812 \begin_inset Note Note
13813 status open
13814
13815 \begin_layout Plain Layout
13816 The following section will only be displayed when the \SpecialChar LaTeX
13817 -package 
13818 \series bold
13819 diagbox
13820 \series default
13821  is installed.
13822 \end_layout
13823
13824 \end_inset
13825
13826
13827 \end_layout
13828
13829 \begin_layout Standard
13830 Here is an example table where 
13831 \series bold
13832
13833 \backslash
13834 diagbox 
13835 \series default
13836 is used in the 2-argument scheme in the first cell:
13837 \begin_inset VSpace medskip
13838 \end_inset
13839
13840
13841 \end_layout
13842
13843 \begin_layout Standard
13844 \noindent
13845 \begin_inset Tabular
13846 <lyxtabular version="3" rows="4" columns="4">
13847 <features tabularvalignment="middle">
13848 <column alignment="center" valignment="top">
13849 <column alignment="center" valignment="top">
13850 <column alignment="center" valignment="top">
13851 <column alignment="center" valignment="top">
13852 <row>
13853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 \begin_inset ERT
13858 status collapsed
13859
13860 \begin_layout Plain Layout
13861
13862
13863 \backslash
13864 diagbox{
13865 \end_layout
13866
13867 \end_inset
13868
13869 Name
13870 \begin_inset ERT
13871 status collapsed
13872
13873 \begin_layout Plain Layout
13874
13875 }{
13876 \end_layout
13877
13878 \end_inset
13879
13880 Parameter
13881 \begin_inset ERT
13882 status collapsed
13883
13884 \begin_layout Plain Layout
13885
13886 }
13887 \end_layout
13888
13889 \end_inset
13890
13891
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900 Thickness in nm
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909 Transparency in %
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 Hardness in MPa
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 </row>
13924 <row>
13925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 Perfect Green
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938 45
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947 80
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 504
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 </row>
13962 <row>
13963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 Dark Multi-P
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 60
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 72
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 982
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 </row>
14000 <row>
14001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 Crystal Clear Pro
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 18
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 86
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 374
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 </row>
14038 </lyxtabular>
14039
14040 \end_inset
14041
14042
14043 \begin_inset VSpace medskip
14044 \end_inset
14045
14046
14047 \end_layout
14048
14049 \begin_layout Standard
14050 The 3-argument scheme is for example useful for cross-tables of sports leagues or distances:
14051 \end_layout
14052
14053 \begin_layout Standard
14054 \noindent
14055 \align center
14056 \begin_inset Tabular
14057 <lyxtabular version="3" rows="4" columns="4">
14058 <features tabularvalignment="middle">
14059 <column alignment="center" valignment="top" width="0pt">
14060 <column alignment="center" valignment="top">
14061 <column alignment="center" valignment="top">
14062 <column alignment="center" valignment="top">
14063 <row>
14064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 \begin_inset ERT
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072
14073
14074 \backslash
14075 diagbox{
14076 \end_layout
14077
14078 \end_inset
14079
14080 Team home
14081 \begin_inset ERT
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085
14086 }{
14087 \end_layout
14088
14089 \end_inset
14090
14091 Result
14092 \begin_inset ERT
14093 status collapsed
14094
14095 \begin_layout Plain Layout
14096
14097 }{
14098 \end_layout
14099
14100 \end_inset
14101
14102 Team away
14103 \begin_inset ERT
14104 status collapsed
14105
14106 \begin_layout Plain Layout
14107
14108 }
14109 \end_layout
14110
14111 \end_inset
14112
14113
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 Tigers
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 Panthers
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 Falcons
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 </row>
14146 <row>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 Tigers
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 —
14161
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14167 \begin_inset Text
14168
14169 \begin_layout Plain Layout
14170 1:3
14171 \end_layout
14172
14173 \end_inset
14174 </cell>
14175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179 0:1
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 </row>
14185 <row>
14186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Plain Layout
14190 Panthers
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14196 \begin_inset Text
14197
14198 \begin_layout Plain Layout
14199 3:1
14200 \end_layout
14201
14202 \end_inset
14203 </cell>
14204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 —
14209
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 0:0
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 </row>
14224 <row>
14225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229 Falcons
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238 1:0
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 0:0
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256 —
14257
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 </row>
14263 </lyxtabular>
14264
14265 \end_inset
14266
14267
14268 \end_layout
14269
14270 \begin_layout Standard
14271 For larger cross-tables one might use split cells in 2 or every corner of the table like in this example:
14272 \end_layout
14273
14274 \begin_layout Standard
14275 \noindent
14276 \align center
14277 \begin_inset Tabular
14278 <lyxtabular version="3" rows="5" columns="5">
14279 <features tabularvalignment="middle">
14280 <column alignment="center" valignment="top" width="0pt">
14281 <column alignment="center" valignment="top">
14282 <column alignment="center" valignment="top">
14283 <column alignment="center" valignment="top">
14284 <column alignment="center" valignment="top">
14285 <row>
14286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 \begin_inset ERT
14291 status open
14292
14293 \begin_layout Plain Layout
14294
14295
14296 \backslash
14297 diagbox{
14298 \end_layout
14299
14300 \end_inset
14301
14302 Team home
14303 \begin_inset ERT
14304 status collapsed
14305
14306 \begin_layout Plain Layout
14307
14308 }{
14309 \end_layout
14310
14311 \end_inset
14312
14313 Result
14314 \begin_inset ERT
14315 status collapsed
14316
14317 \begin_layout Plain Layout
14318
14319 }{
14320 \end_layout
14321
14322 \end_inset
14323
14324 Team away
14325 \begin_inset ERT
14326 status collapsed
14327
14328 \begin_layout Plain Layout
14329
14330 }
14331 \end_layout
14332
14333 \end_inset
14334
14335
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 Tigers
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 Panthers
14354 \end_layout
14355
14356 \end_inset
14357 </cell>
14358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14359 \begin_inset Text
14360
14361 \begin_layout Plain Layout
14362 Falcons
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371 \begin_inset ERT
14372 status open
14373
14374 \begin_layout Plain Layout
14375
14376
14377 \backslash
14378 diagbox[dir=NE]{
14379 \end_layout
14380
14381 \end_inset
14382
14383 Team home
14384 \begin_inset ERT
14385 status collapsed
14386
14387 \begin_layout Plain Layout
14388
14389 }{
14390 \end_layout
14391
14392 \end_inset
14393
14394 Result
14395 \begin_inset ERT
14396 status collapsed
14397
14398 \begin_layout Plain Layout
14399
14400 }{
14401 \end_layout
14402
14403 \end_inset
14404
14405 Team away
14406 \begin_inset ERT
14407 status collapsed
14408
14409 \begin_layout Plain Layout
14410
14411 }
14412 \end_layout
14413
14414 \end_inset
14415
14416
14417 \end_layout
14418
14419 \end_inset
14420 </cell>
14421 </row>
14422 <row>
14423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 Tigers
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436 —
14437
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 1:3
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Plain Layout
14455 0:1
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 Tigers
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 </row>
14470 <row>
14471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475 Panthers
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 3:1
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 —
14494
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 0:0
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 Panthers
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 <row>
14519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 Falcons
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 1:0
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 0:0
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 —
14551
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 Falcons
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 </row>
14566 <row>
14567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 \begin_inset ERT
14572 status open
14573
14574 \begin_layout Plain Layout
14575
14576
14577 \backslash
14578 diagbox[dir=SW]{
14579 \end_layout
14580
14581 \end_inset
14582
14583 Team home
14584 \begin_inset ERT
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588
14589 }{
14590 \end_layout
14591
14592 \end_inset
14593
14594 Result
14595 \begin_inset ERT
14596 status collapsed
14597
14598 \begin_layout Plain Layout
14599
14600 }{
14601 \end_layout
14602
14603 \end_inset
14604
14605 Team away
14606 \begin_inset ERT
14607 status collapsed
14608
14609 \begin_layout Plain Layout
14610
14611 }
14612 \end_layout
14613
14614 \end_inset
14615
14616
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625 Tigers
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634 Panthers
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643 Falcons
14644 \end_layout
14645
14646 \end_inset
14647 </cell>
14648 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14649 \begin_inset Text
14650
14651 \begin_layout Plain Layout
14652 \begin_inset ERT
14653 status open
14654
14655 \begin_layout Plain Layout
14656
14657
14658 \backslash
14659 diagbox[dir=SE]{
14660 \end_layout
14661
14662 \end_inset
14663
14664 Team home
14665 \begin_inset ERT
14666 status collapsed
14667
14668 \begin_layout Plain Layout
14669
14670 }{
14671 \end_layout
14672
14673 \end_inset
14674
14675 Result
14676 \begin_inset ERT
14677 status collapsed
14678
14679 \begin_layout Plain Layout
14680
14681 }{
14682 \end_layout
14683
14684 \end_inset
14685
14686 Team away
14687 \begin_inset ERT
14688 status collapsed
14689
14690 \begin_layout Plain Layout
14691
14692 }
14693 \end_layout
14694
14695 \end_inset
14696
14697
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 </row>
14703 </lyxtabular>
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \begin_layout Standard
14711 To rotate the diagonal lines,
14712  the command option 
14713 \series bold
14714 dir=direction
14715 \series default
14716  is used.
14717  
14718 \emph on
14719 direction
14720 \emph default
14721  is either 
14722 \series bold
14723 NE
14724 \series default
14725 ,
14726  
14727 \series bold
14728 SE
14729 \series default
14730 ,
14731  
14732 \series bold
14733 SW
14734 \series default
14735  or 
14736 \series bold
14737 NW
14738 \series default
14739  and represent a point of a compass.
14740  
14741 \series bold
14742 SW
14743 \series default
14744  is for example the south-west corner.
14745  Thus in the lower left cell of the above table the command
14746 \end_layout
14747
14748 \begin_layout Standard
14749
14750 \series bold
14751
14752 \backslash
14753 diagbox[dir=SW]{Team home}{Result}{Team away}
14754 \end_layout
14755
14756 \begin_layout Standard
14757 is used.
14758  If no direction is given,
14759  it will be NW.
14760 \end_layout
14761
14762 \begin_layout Standard
14763 The necessary width of split cells is automatically calculated.
14764  Thus if you set a fixed column width smaller than the calculated one,
14765  the cell's content will protrude the cell borders:
14766 \end_layout
14767
14768 \begin_layout Standard
14769 \noindent
14770 \align center
14771 \begin_inset Tabular
14772 <lyxtabular version="3" rows="2" columns="2">
14773 <features tabularvalignment="middle">
14774 <column alignment="center" valignment="top" width="3cm">
14775 <column alignment="center" valignment="top">
14776 <row>
14777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781 \begin_inset ERT
14782 status collapsed
14783
14784 \begin_layout Plain Layout
14785
14786
14787 \backslash
14788 diagbox{
14789 \end_layout
14790
14791 \end_inset
14792
14793 Name
14794 \begin_inset ERT
14795 status collapsed
14796
14797 \begin_layout Plain Layout
14798
14799 }{
14800 \end_layout
14801
14802 \end_inset
14803
14804 Parameter
14805 \begin_inset ERT
14806 status collapsed
14807
14808 \begin_layout Plain Layout
14809
14810 }
14811 \end_layout
14812
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \end_inset
14819 </cell>
14820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824 Thickness in nm
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 </row>
14830 <row>
14831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 Perfect Green
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844 45
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 </row>
14850 </lyxtabular>
14851
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \begin_layout Standard
14858 If you need a certain width for columns with a split cell,
14859  use the command option 
14860 \series bold
14861 width=3cm
14862 \series default
14863  (replace '3cm' by the width you need).
14864  In the following table the width of the first column is set to 4
14865 \begin_inset space \thinspace{}
14866 \end_inset
14867
14868 cm.
14869  For 
14870 \series bold
14871
14872 \backslash
14873 diagbox
14874 \series default
14875  a width of 4
14876 \begin_inset space \thinspace{}
14877 \end_inset
14878
14879 cm + 2
14880 \begin_inset space \thinspace{}
14881 \end_inset
14882
14883
14884 \backslash
14885 tabcolsep is necessary because the overall width is the width for the text (in this case the 4
14886 \begin_inset space \thinspace{}
14887 \end_inset
14888
14889 cm) plus two times the separation of the text and the cell border.
14890  The calculation of the width cannot be done in the command option of 
14891 \series bold
14892
14893 \backslash
14894 diagbox
14895 \series default
14896  so one needs to create a new length which can be used later.
14897  This is done with the \SpecialChar TeX
14898  Code commands
14899 \end_layout
14900
14901 \begin_layout Standard
14902
14903 \series bold
14904
14905 \backslash
14906 newlength{
14907 \backslash
14908 diagtest}
14909 \begin_inset Newline newline
14910 \end_inset
14911
14912
14913 \backslash
14914 setlength{
14915 \backslash
14916 diagtest}{4cm+2
14917 \backslash
14918 tabcolsep}
14919 \end_layout
14920
14921 \begin_layout Standard
14922 \begin_inset ERT
14923 status collapsed
14924
14925 \begin_layout Plain Layout
14926
14927
14928 \backslash
14929 newlength{
14930 \backslash
14931 diagtest}
14932 \end_layout
14933
14934 \begin_layout Plain Layout
14935
14936
14937 \backslash
14938 setlength{
14939 \backslash
14940 diagtest}{4cm+2
14941 \backslash
14942 tabcolsep}
14943 \end_layout
14944
14945 \end_inset
14946
14947
14948 \end_layout
14949
14950 \begin_layout Standard
14951 To enable calculations in \SpecialChar LaTeX
14952  one needs to load the package 
14953 \series bold
14954 calc
14955 \series default
14956
14957 \begin_inset Index idx
14958 range none
14959 pageformat default
14960 status collapsed
14961
14962 \begin_layout Plain Layout
14963 \SpecialChar LaTeX
14964  packages
14965 \begin_inset IndexMacro subentry
14966 status open
14967
14968 \begin_layout Plain Layout
14969 calc
14970 \end_layout
14971
14972 \end_inset
14973
14974
14975 \end_layout
14976
14977 \end_inset
14978
14979  in the document preamble.
14980 \end_layout
14981
14982 \begin_layout Standard
14983 In this table you can now use the command
14984 \end_layout
14985
14986 \begin_layout Standard
14987
14988 \series bold
14989
14990 \backslash
14991 diagbox[width=
14992 \backslash
14993 diagtest]{A}{B}
14994 \end_layout
14995
14996 \begin_layout Standard
14997 in the first cell:
14998 \end_layout
14999
15000 \begin_layout Standard
15001 \noindent
15002 \align center
15003 \begin_inset Tabular
15004 <lyxtabular version="3" rows="2" columns="2">
15005 <features tabularvalignment="middle">
15006 <column alignment="center" valignment="top" width="4cm">
15007 <column alignment="center" valignment="top">
15008 <row>
15009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 \begin_inset ERT
15014 status open
15015
15016 \begin_layout Plain Layout
15017
15018
15019 \backslash
15020 diagbox[width=
15021 \backslash
15022 diagtest]{
15023 \end_layout
15024
15025 \end_inset
15026
15027 A
15028 \begin_inset ERT
15029 status collapsed
15030
15031 \begin_layout Plain Layout
15032
15033 }{
15034 \end_layout
15035
15036 \end_inset
15037
15038 B
15039 \begin_inset ERT
15040 status collapsed
15041
15042 \begin_layout Plain Layout
15043
15044 }
15045 \end_layout
15046
15047 \end_inset
15048
15049
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 Thickness in nm
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 </row>
15064 <row>
15065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 Perfect Green
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 45
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 </row>
15084 </lyxtabular>
15085
15086 \end_inset
15087
15088
15089 \end_layout
15090
15091 \begin_layout Standard
15092 Note that the split cell needs to be the widest one in the column.
15093  Otherwise the length of the diagonal line cannot be calculated correctly like in this table:
15094 \end_layout
15095
15096 \begin_layout Standard
15097 \noindent
15098 \align center
15099 \begin_inset Tabular
15100 <lyxtabular version="3" rows="2" columns="2">
15101 <features tabularvalignment="middle">
15102 <column alignment="center" valignment="top" width="0pt">
15103 <column alignment="center" valignment="top">
15104 <row>
15105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 \begin_inset ERT
15110 status collapsed
15111
15112 \begin_layout Plain Layout
15113
15114
15115 \backslash
15116 diagbox{
15117 \end_layout
15118
15119 \end_inset
15120
15121 A
15122 \begin_inset ERT
15123 status collapsed
15124
15125 \begin_layout Plain Layout
15126
15127 }{
15128 \end_layout
15129
15130 \end_inset
15131
15132 B
15133 \begin_inset ERT
15134 status collapsed
15135
15136 \begin_layout Plain Layout
15137
15138 }
15139 \end_layout
15140
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 Thickness in nm
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 Perfect Green
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 45
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 </row>
15178 </lyxtabular>
15179
15180 \end_inset
15181
15182
15183 \end_layout
15184
15185 \begin_layout Standard
15186 In this case use the 
15187 \series bold
15188 width
15189 \series default
15190  option of the 
15191 \series bold
15192
15193 \backslash
15194 diagbox
15195 \series default
15196  command.
15197  It is then not necessary to add 2
15198 \backslash
15199 tabcolsep because the cell width is now the width of the column.
15200  In this table a width of 3
15201 \begin_inset space \thinspace{}
15202 \end_inset
15203
15204 cm is used:
15205 \end_layout
15206
15207 \begin_layout Standard
15208 \noindent
15209 \align center
15210 \begin_inset Tabular
15211 <lyxtabular version="3" rows="2" columns="2">
15212 <features tabularvalignment="middle">
15213 <column alignment="center" valignment="top" width="0pt">
15214 <column alignment="center" valignment="top">
15215 <row>
15216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220 \begin_inset ERT
15221 status open
15222
15223 \begin_layout Plain Layout
15224
15225
15226 \backslash
15227 diagbox[width=3cm]{
15228 \end_layout
15229
15230 \end_inset
15231
15232 A
15233 \begin_inset ERT
15234 status collapsed
15235
15236 \begin_layout Plain Layout
15237
15238 }{
15239 \end_layout
15240
15241 \end_inset
15242
15243 B
15244 \begin_inset ERT
15245 status collapsed
15246
15247 \begin_layout Plain Layout
15248
15249 }
15250 \end_layout
15251
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 Thickness in nm
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 </row>
15269 <row>
15270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274 Perfect Green
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283 45
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 </row>
15289 </lyxtabular>
15290
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \begin_layout Standard
15297 For multiple text lines in split cells one needs some extra height to fit the text to the cell.
15298  This can be achieved with the 
15299 \series bold
15300
15301 \backslash
15302 diagbox
15303 \series default
15304  option 
15305 \series bold
15306 height=3cm
15307 \series default
15308  (replace '3cm' by the height you need).
15309  In the following table the command
15310 \end_layout
15311
15312 \begin_layout Standard
15313
15314 \series bold
15315
15316 \backslash
15317 diagbox[width=3cm,height=1.4cm]{A
15318 \backslash
15319
15320 \backslash
15321 B}{C
15322 \backslash
15323
15324 \backslash
15325 D}
15326 \end_layout
15327
15328 \begin_layout Standard
15329 is used in the first cell.
15330  The command 
15331 \series bold
15332
15333 \backslash
15334
15335 \backslash
15336
15337 \series default
15338  creates hereby the line break.
15339 \begin_inset Foot
15340 status collapsed
15341
15342 \begin_layout Plain Layout
15343 Breaking lines with 
15344 \family sans
15345 Ctrl+Return
15346 \family default
15347  is only possible when the column has a fixed width.
15348 \end_layout
15349
15350 \end_inset
15351
15352
15353 \end_layout
15354
15355 \begin_layout Standard
15356 \noindent
15357 \align center
15358 \begin_inset Tabular
15359 <lyxtabular version="3" rows="2" columns="2">
15360 <features tabularvalignment="middle">
15361 <column alignment="center" valignment="top">
15362 <column alignment="center" valignment="top">
15363 <row>
15364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368 \begin_inset ERT
15369 status open
15370
15371 \begin_layout Plain Layout
15372
15373
15374 \backslash
15375 diagbox[width=3cm,height=1.4cm]{
15376 \end_layout
15377
15378 \end_inset
15379
15380 A
15381 \begin_inset ERT
15382 status collapsed
15383
15384 \begin_layout Plain Layout
15385
15386
15387 \backslash
15388
15389 \backslash
15390
15391 \end_layout
15392
15393 \end_inset
15394
15395 B
15396 \begin_inset ERT
15397 status collapsed
15398
15399 \begin_layout Plain Layout
15400
15401 }{
15402 \end_layout
15403
15404 \end_inset
15405
15406 C
15407 \begin_inset ERT
15408 status collapsed
15409
15410 \begin_layout Plain Layout
15411
15412
15413 \backslash
15414
15415 \backslash
15416
15417 \end_layout
15418
15419 \end_inset
15420
15421 D
15422 \begin_inset ERT
15423 status collapsed
15424
15425 \begin_layout Plain Layout
15426
15427 }
15428 \end_layout
15429
15430 \end_inset
15431
15432
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441 Thickness in nm
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 </row>
15447 <row>
15448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452 Perfect Green
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 45
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 </lyxtabular>
15468
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \begin_layout Standard
15475 \begin_inset ERT
15476 status collapsed
15477
15478 \begin_layout Plain Layout
15479
15480
15481 \backslash
15482 else
15483 \end_layout
15484
15485 \end_inset
15486
15487
15488 \begin_inset Note Note
15489 status open
15490
15491 \begin_layout Plain Layout
15492 The following will be displayed when the \SpecialChar LaTeX
15493 -package 
15494 \series bold
15495 diagbox
15496 \series default
15497  is not installed:
15498 \end_layout
15499
15500 \end_inset
15501
15502
15503 \end_layout
15504
15505 \begin_layout Standard
15506 You need to install the \SpecialChar LaTeX
15507 -package 
15508 \series bold
15509 diagbox
15510 \series default
15511  to see the following part of this section in the output.
15512 \end_layout
15513
15514 \begin_layout Standard
15515 \begin_inset ERT
15516 status collapsed
15517
15518 \begin_layout Plain Layout
15519
15520
15521 \backslash
15522 fi
15523 \end_layout
15524
15525 \end_inset
15526
15527
15528 \end_layout
15529
15530 \begin_layout Standard
15531 For more info about the \SpecialChar LaTeX
15532 -package 
15533 \series bold
15534 diagbox
15535 \series default
15536 ,
15537  see its documentation,
15538  
15539 \begin_inset CommandInset citation
15540 LatexCommand cite
15541 key "diagbox"
15542 literal "true"
15543
15544 \end_inset
15545
15546 .
15547 \end_layout
15548
15549 \begin_layout Section
15550 Formal Tables
15551 \begin_inset CommandInset label
15552 LatexCommand label
15553 name "sec:Formal-Tables"
15554
15555 \end_inset
15556
15557
15558 \begin_inset Index idx
15559 range none
15560 pageformat default
15561 status collapsed
15562
15563 \begin_layout Plain Layout
15564 Table
15565 \begin_inset IndexMacro subentry
15566 status open
15567
15568 \begin_layout Plain Layout
15569 Formal
15570 \end_layout
15571
15572 \end_inset
15573
15574
15575 \end_layout
15576
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \begin_layout Standard
15583 Tables are often typeset in books similar to Table
15584 \begin_inset space ~
15585 \end_inset
15586
15587
15588 \begin_inset CommandInset ref
15589 LatexCommand ref
15590 reference "tab:Example-booktabs-table"
15591 nolink "false"
15592
15593 \end_inset
15594
15595 .
15596  This kind of tables is called 
15597 \begin_inset Quotes eld
15598 \end_inset
15599
15600
15601 \emph on
15602 formal
15603 \emph default
15604
15605 \begin_inset Quotes erd
15606 \end_inset
15607
15608 .
15609  To make a table a formal table
15610 \change_inserted -712698321 1554290084
15611 ,
15612  select the table style 
15613 \begin_inset Quotes eld
15614 \end_inset
15615
15616 Formal
15617 \change_deleted 630872221 1622707670
15618  Table
15619 \change_inserted 630872221 1622707670
15620 \SpecialChar ldots
15621
15622 \change_inserted -712698321 1554290084
15623
15624 \begin_inset Quotes erd
15625 \end_inset
15626
15627  in the Table Creation dialog or
15628 \change_unchanged
15629  use the option 
15630 \family sans
15631 Formal
15632 \family default
15633  in the 
15634 \family sans
15635 Borders
15636 \family default
15637  tab of the table dialog
15638 \change_inserted -712698321 1554290131
15639  (if you additionally check the option 
15640 \family sans
15641 Use Default Formal Style
15642 \family default
15643 ,
15644  the border lines are adapted to a sensible default)
15645 \change_unchanged
15646 .
15647 \end_layout
15648
15649 \begin_layout Standard
15650 \begin_inset Float table
15651 placement h
15652 alignment document
15653 wide false
15654 sideways false
15655 status open
15656
15657 \begin_layout Plain Layout
15658 \begin_inset Caption Standard
15659
15660 \begin_layout Plain Layout
15661 \begin_inset CommandInset label
15662 LatexCommand label
15663 name "tab:Example-booktabs-table"
15664
15665 \end_inset
15666
15667 Example 
15668 \change_deleted -712698321 1554292310
15669 booktabs-
15670 \change_inserted -712698321 1554292311
15671 formal 
15672 \change_unchanged
15673 table
15674 \end_layout
15675
15676 \end_inset
15677
15678
15679 \end_layout
15680
15681 \begin_layout Plain Layout
15682 \align center
15683 \begin_inset Tabular
15684 <lyxtabular version="3" rows="8" columns="4">
15685 <features booktabs="true" tabularvalignment="middle">
15686 <column alignment="center" valignment="top">
15687 <column alignment="center" valignment="top" width="0pt">
15688 <column alignment="center" valignment="top" width="0pt">
15689 <column alignment="center" valignment="top">
15690 <row>
15691 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695 System
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" topline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704 Chip
15705 \begin_inset space \thinspace{}
15706 \end_inset
15707
15708 1
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 Chip
15718 \begin_inset space \thinspace{}
15719 \end_inset
15720
15721 2
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 </row>
15736 <row>
15737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741
15742 \change_deleted -712698321 1554290161
15743 \begin_inset ERT
15744 status collapsed
15745
15746 \begin_layout Plain Layout
15747
15748
15749 \backslash
15750 cmidrule(r){2-2}
15751 \end_layout
15752
15753 \end_inset
15754
15755
15756 \begin_inset ERT
15757 status collapsed
15758
15759 \begin_layout Plain Layout
15760
15761
15762 \backslash
15763 cmidrule(l){3-4}
15764 \end_layout
15765
15766 \end_inset
15767
15768
15769 \change_unchanged
15770 Detector thickness in Âµm
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 <cell alignment="center" valignment="top" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 300
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 300
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 700
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808 Edge angle in Â°
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817 3.55
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 2.71
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 7.99
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 </row>
15841 <row topspace="default">
15842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 Spatial resolution in Âµm
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855 4.26
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864 10.17
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873 10.56
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 </row>
15879 <row topspace="default">
15880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 MTF at 
15885 \begin_inset Formula $f_{\mathrm{max}}$
15886 \end_inset
15887
15888
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 0.53
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 0.37
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 <cell alignment="center" valignment="top" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915 0.39
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 </row>
15921 <row topspace="default">
15922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926
15927 \change_deleted -712698321 1554290260
15928 \begin_inset ERT
15929 status collapsed
15930
15931 \begin_layout Plain Layout
15932
15933
15934 \backslash
15935 cmidrule[2pt](l{10pt}){1-1}
15936 \end_layout
15937
15938 \end_inset
15939
15940
15941 \change_unchanged
15942 LSF-spatial resolution
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell alignment="center" valignment="top" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 </row>
15975 <row>
15976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980 in Âµm
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 <cell alignment="center" valignment="top" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989 129.7
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 <cell alignment="center" valignment="top" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998 52.75
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 50.78
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 </row>
16013 <row>
16014 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 in % of pixel size
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 76.3
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036 95.9
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045 92.3
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 </row>
16051 </lyxtabular>
16052
16053 \end_inset
16054
16055
16056 \end_layout
16057
16058 \end_inset
16059
16060
16061 \end_layout
16062
16063 \begin_layout Standard
16064 Spaces to table rows can be added using the 
16065 \family sans
16066 Borders
16067 \family default
16068  tab of the table dialog as described in section
16069 \begin_inset space ~
16070 \end_inset
16071
16072
16073 \begin_inset CommandInset ref
16074 LatexCommand ref
16075 reference "subsec:Row-Spacing"
16076 nolink "false"
16077
16078 \end_inset
16079
16080 .
16081 \end_layout
16082
16083 \begin_layout Standard
16084 Unlike normal tables,
16085  formal tables have no vertical table lines.
16086  The horizontal table lines can be set as for normal tables but they appear with different widths in the output:
16087 \begin_inset Newline newline
16088 \end_inset
16089
16090 The first and the last table line have a default width of 0.08
16091 \begin_inset space \thinspace{}
16092 \end_inset
16093
16094 em while the other lines have a default width of 0.05
16095 \begin_inset space \thinspace{}
16096 \end_inset
16097
16098 em.
16099 \end_layout
16100
16101 \begin_layout Standard
16102 The default widths can be changed with the following preamble lines
16103 \end_layout
16104
16105 \begin_layout Standard
16106
16107 \series bold
16108
16109 \backslash
16110 let
16111 \backslash
16112 mytoprule
16113 \backslash
16114 toprule
16115 \begin_inset Newline newline
16116 \end_inset
16117
16118
16119 \backslash
16120 renewcommand{
16121 \backslash
16122 toprule}{
16123 \backslash
16124 mytoprule[width]}
16125 \end_layout
16126
16127 \begin_layout Standard
16128 This example is for the first line,
16129  the so called 
16130 \series bold
16131 toprule
16132 \series default
16133 .
16134  If you want to change the width for the last line,
16135  replace 
16136 \series bold
16137 toprule
16138 \series default
16139  by 
16140 \series bold
16141 bottomrule
16142 \series default
16143 .
16144  To change the width for the other lines replace 
16145 \series bold
16146 toprule
16147 \series default
16148  by 
16149 \series bold
16150 midrule
16151 \series default
16152 .
16153  You can use all units listed in appendix
16154 \begin_inset space ~
16155 \end_inset
16156
16157
16158 \begin_inset CommandInset ref
16159 LatexCommand ref
16160 reference "cha:Units-available-in"
16161 nolink "false"
16162
16163 \end_inset
16164
16165  to set the width.
16166 \end_layout
16167
16168 \begin_layout Standard
16169
16170 \change_deleted -712698321 1554290929
16171 Lines that do not span all table columns can be created by setting a table line for multicolumn cells.
16172  \SpecialChar LyX
16173  will then internally use the command 
16174 \series bold
16175
16176 \backslash
16177 cmidrule
16178 \series default
16179  to create this line.
16180  Its full scheme is
16181 \change_inserted -712698321 1554291959
16182 As in table
16183 \begin_inset space ~
16184 \end_inset
16185
16186
16187 \begin_inset CommandInset ref
16188 LatexCommand ref
16189 reference "tab:Example-booktabs-table"
16190 nolink "false"
16191
16192 \end_inset
16193
16194 ,
16195  formal tables often use shortened lines to group columns.
16196  This can be done in the borders widget of the table dialog.
16197  With formal tables,
16198  the top and bottom borders have to small offset lines to the left and the right.
16199  Clicking on these will trim the line respectively.
16200 \change_unchanged
16201
16202 \end_layout
16203
16204 \begin_layout Standard
16205
16206 \change_inserted -712698321 1554291403
16207 If you need to adjust the length of the trimming or the height of the rules,
16208  you have to resort to \SpecialChar TeX
16209  Code.
16210  The respective command (which is also used for the trimmed mid rules) is this:
16211 \change_unchanged
16212
16213 \end_layout
16214
16215 \begin_layout Standard
16216
16217 \series bold
16218
16219 \backslash
16220 cmidrule[height](trim){startcol-endcol}
16221 \end_layout
16222
16223 \begin_layout Standard
16224
16225 \change_deleted -712698321 1554292020
16226 The options of 
16227 \series bold
16228
16229 \backslash
16230 cmidrule
16231 \series default
16232  are currently not supported by \SpecialChar LyX
16233  so you have to use \SpecialChar TeX
16234  Code to be able to use them.
16235  
16236 \series bold
16237
16238 \backslash
16239 cmidrule
16240 \series default
16241 s can manually be created by inserting the command as \SpecialChar TeX
16242  Code as the first cell entry of the first cell of a row.
16243  The line is then drawn in the output above the current row.
16244 \change_unchanged
16245
16246 \end_layout
16247
16248 \begin_layout Standard
16249 The default for the optional 
16250 \series bold
16251 height
16252 \series default
16253  is 0.03
16254 \begin_inset space \thinspace{}
16255 \end_inset
16256
16257 em.
16258  
16259 \series bold
16260 startcol
16261 \series default
16262  is the number of the column where the line starts and 
16263 \series bold
16264 endcol
16265 \series default
16266  the column number where the line ends.
16267  The 
16268 \series bold
16269 endcol
16270 \series default
16271  always needs to be specified,
16272  also when the line should span only one column.
16273  The optional parameter 
16274 \series bold
16275 trim
16276 \series default
16277  could either be 
16278 \emph on
16279 l{trimwidth}
16280 \emph default
16281  or 
16282 \emph on
16283 r{trimwidth}
16284 \emph default
16285  where the 
16286 \emph on
16287 trimwidth
16288 \emph default
16289  is also optional.
16290  Using for example the parameter 
16291 \emph on
16292 l{2pt}
16293 \emph default
16294  means that the line is trimmed from its left end by 2
16295 \begin_inset space \thinspace{}
16296 \end_inset
16297
16298 pt.
16299  If you don't specify the 
16300 \emph on
16301 trimwidth
16302 \emph default
16303  the line is trimmed by the default of 0.5
16304 \begin_inset space \thinspace{}
16305 \end_inset
16306
16307 em
16308 \change_inserted -712698321 1554291561
16309  (this is what is done if you use trimming from the dialog)
16310 \change_unchanged
16311 .
16312 \change_inserted -712698321 1554292039
16313
16314 \end_layout
16315
16316 \begin_layout Standard
16317
16318 \change_inserted -712698321 1554292207
16319 The 
16320 \emph on
16321 height
16322 \emph default
16323  option of 
16324 \series bold
16325
16326 \backslash
16327 cmidrule
16328 \series default
16329  is currently not supported by \SpecialChar LyX
16330 ,
16331  and neither are the 
16332 \emph on
16333 trimwidth
16334 \emph default
16335  parameters.
16336  If you need this you can manually insert a 
16337 \series bold
16338
16339 \backslash
16340 cmidrule
16341 \series default
16342  with the respective settings as \SpecialChar TeX
16343  Code as the first cell entry of the first cell of a row.
16344  The line is then drawn in the output above the current row.
16345  Table
16346 \begin_inset space ~
16347 \end_inset
16348
16349
16350 \begin_inset CommandInset ref
16351 LatexCommand ref
16352 reference "tab:Special-booktabs-table"
16353 nolink "false"
16354
16355 \end_inset
16356
16357  exemplifies this (in the sixth row).
16358 \change_unchanged
16359
16360 \end_layout
16361
16362 \begin_layout Standard
16363
16364 \change_deleted -712698321 1554291078
16365 \begin_inset VSpace bigskip
16366 \end_inset
16367
16368 Table
16369 \begin_inset space ~
16370 \end_inset
16371
16372
16373 \begin_inset CommandInset ref
16374 LatexCommand ref
16375 reference "tab:Example-booktabs-table"
16376 nolink "false"
16377
16378 \end_inset
16379
16380  was created using the commands
16381 \end_layout
16382
16383 \begin_layout Standard
16384
16385 \change_deleted -712698321 1554291077
16386
16387 \series bold
16388
16389 \backslash
16390 cmidrule(r){2-2}
16391 \backslash
16392 cmidrule(l){3-4}
16393 \end_layout
16394
16395 \begin_layout Standard
16396
16397 \change_deleted -712698321 1554291077
16398 at the beginning of the second row and
16399 \end_layout
16400
16401 \begin_layout Standard
16402
16403 \change_deleted -712698321 1554291077
16404
16405 \series bold
16406
16407 \backslash
16408 cmidrule[2pt](l{10pt}){1-1}
16409 \end_layout
16410
16411 \begin_layout Standard
16412
16413 \change_deleted -712698321 1554291077
16414 in the sixth row.
16415 \change_unchanged
16416
16417 \end_layout
16418
16419 \begin_layout Standard
16420
16421 \change_deleted -712698321 1554292212
16422 \begin_inset VSpace bigskip
16423 \end_inset
16424
16425
16426 \change_unchanged
16427
16428 \end_layout
16429
16430 \begin_layout Standard
16431 You 
16432 \change_inserted -712698321 1554291573
16433 also 
16434 \change_unchanged
16435 might want to have overlapping 
16436 \series bold
16437
16438 \backslash
16439 cmidrule
16440 \series default
16441 s as 
16442 \change_deleted -712698321 1554296804
16443 in
16444 \change_inserted -712698321 1554296808
16445 exemplified as well
16446 \change_unchanged
16447  in Table
16448 \begin_inset space ~
16449 \end_inset
16450
16451
16452 \begin_inset CommandInset ref
16453 LatexCommand ref
16454 reference "tab:Special-booktabs-table"
16455 nolink "false"
16456
16457 \end_inset
16458
16459
16460 \change_inserted -712698321 1554291601
16461 ,
16462  even though this is considered bad style (so only use it if you really need to)
16463 \change_unchanged
16464 .
16465  This can be achieved with the \SpecialChar TeX
16466  Code command
16467 \end_layout
16468
16469 \begin_layout Standard
16470
16471 \series bold
16472
16473 \backslash
16474 morecmidrules
16475 \end_layout
16476
16477 \begin_layout Standard
16478 The command that was used for the second row of Table
16479 \begin_inset space ~
16480 \end_inset
16481
16482
16483 \begin_inset CommandInset ref
16484 LatexCommand ref
16485 reference "tab:Special-booktabs-table"
16486 nolink "false"
16487
16488 \end_inset
16489
16490  is
16491 \end_layout
16492
16493 \begin_layout Standard
16494
16495 \change_deleted -712698321 1554291798
16496
16497 \series bold
16498
16499 \backslash
16500 cmidrule(r){2-2}
16501 \backslash
16502 cmidrule(l){3-4}
16503 \change_unchanged
16504
16505 \backslash
16506 morecmidrules
16507 \backslash
16508 cmidrule{2-4}
16509 \end_layout
16510
16511 \begin_layout Standard
16512 The command for the sixth row is
16513 \end_layout
16514
16515 \begin_layout Standard
16516
16517 \change_deleted -712698321 1554291810
16518
16519 \series bold
16520
16521 \backslash
16522 midrule
16523 \change_unchanged
16524
16525 \backslash
16526 morecmidrules
16527 \backslash
16528 cmidrule{3-4}
16529 \end_layout
16530
16531 \begin_layout Standard
16532 \begin_inset VSpace bigskip
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \begin_layout Standard
16539 If you are in any way not satisfied with the border line spacing,
16540  you can use the following command to produce lines that span over all table columns
16541 \series bold
16542 :
16543 \end_layout
16544
16545 \begin_layout Standard
16546
16547 \series bold
16548
16549 \backslash
16550 specialrule{width}{space above}{space below}
16551 \end_layout
16552
16553 \begin_layout Standard
16554 For more information about these features,
16555  refer to the manual of the \SpecialChar LaTeX
16556 -package 
16557 \series bold
16558 booktabs
16559 \series default
16560  
16561 \begin_inset CommandInset citation
16562 LatexCommand cite
16563 key "booktabs"
16564 literal "true"
16565
16566 \end_inset
16567
16568 .
16569 \begin_inset Index idx
16570 range none
16571 pageformat default
16572 status collapsed
16573
16574 \begin_layout Plain Layout
16575 \SpecialChar LaTeX
16576  packages
16577 \begin_inset IndexMacro subentry
16578 status open
16579
16580 \begin_layout Plain Layout
16581 booktabs
16582 \end_layout
16583
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \begin_layout Standard
16595 \begin_inset Float table
16596 placement h
16597 alignment document
16598 wide false
16599 sideways false
16600 status open
16601
16602 \begin_layout Plain Layout
16603 \begin_inset Caption Standard
16604
16605 \begin_layout Plain Layout
16606 \begin_inset CommandInset label
16607 LatexCommand label
16608 name "tab:Special-booktabs-table"
16609
16610 \end_inset
16611
16612 Special 
16613 \change_inserted -712698321 1554292295
16614 (ugly) 
16615 \change_deleted -712698321 1554292304
16616 booktabs
16617 \change_inserted -712698321 1554292305
16618 formal 
16619 \change_deleted -712698321 1554292300
16620 -
16621 \change_unchanged
16622 table
16623 \end_layout
16624
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \begin_layout Plain Layout
16631 \align center
16632 \begin_inset Tabular
16633 <lyxtabular version="3" rows="8" columns="4">
16634 <features booktabs="true" tabularvalignment="middle">
16635 <column alignment="center" valignment="top">
16636 <column alignment="center" valignment="top" width="0pt">
16637 <column alignment="center" valignment="top" width="0pt">
16638 <column alignment="center" valignment="top" width="0pt">
16639 <row>
16640 <cell alignment="center" valignment="top" topline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 System
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" topline="true" bottomline="true" bottomlinertrim="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 Chip
16654 \begin_inset space \thinspace{}
16655 \end_inset
16656
16657 1
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 Chip
16667 \begin_inset space \thinspace{}
16668 \end_inset
16669
16670 2
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 <row>
16686 <cell alignment="center" valignment="top" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690
16691 \change_deleted -712698321 1554291732
16692 \begin_inset ERT
16693 status collapsed
16694
16695 \begin_layout Plain Layout
16696
16697
16698 \backslash
16699 cmidrule(r){2-2}
16700 \end_layout
16701
16702 \end_inset
16703
16704
16705 \begin_inset ERT
16706 status collapsed
16707
16708 \begin_layout Plain Layout
16709
16710
16711 \backslash
16712 cmidrule(l){3-4}
16713 \end_layout
16714
16715 \end_inset
16716
16717
16718 \change_unchanged
16719
16720 \begin_inset ERT
16721 status collapsed
16722
16723 \begin_layout Plain Layout
16724
16725
16726 \backslash
16727 morecmidrules 
16728 \end_layout
16729
16730 \end_inset
16731
16732
16733 \begin_inset ERT
16734 status open
16735
16736 \begin_layout Plain Layout
16737
16738
16739 \backslash
16740 cmidrule{2-4}
16741 \end_layout
16742
16743 \end_inset
16744
16745 Detector thickness in Âµm
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 300
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 300
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" topline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 700
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 <row>
16779 <cell alignment="center" valignment="top" topline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783 Edge angle in Â°
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" topline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 3.55
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 <cell alignment="center" valignment="top" topline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801 2.71
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" topline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 7.99
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row topspace="default">
16817 <cell alignment="center" valignment="top" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 Spatial resolution in Âµm
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell alignment="center" valignment="top" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 4.26
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell alignment="center" valignment="top" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 10.17
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 10.56
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 </row>
16854 <row topspace="default">
16855 <cell alignment="center" valignment="top" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 MTF at 
16860 \begin_inset Formula $f_{\mathrm{max}}$
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 0.53
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 0.37
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 0.39
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 <row>
16897 <cell alignment="center" valignment="top" topline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 \begin_inset ERT
16902 status collapsed
16903
16904 \begin_layout Plain Layout
16905
16906
16907 \backslash
16908 morecmidrules 
16909 \end_layout
16910
16911 \end_inset
16912
16913
16914 \begin_inset ERT
16915 status open
16916
16917 \begin_layout Plain Layout
16918
16919
16920 \backslash
16921 cmidrule
16922 \change_inserted -712698321 1554291896
16923 [2pt](l{7pt})
16924 \change_unchanged
16925 {3-4}
16926 \end_layout
16927
16928 \end_inset
16929
16930 LSF-spatial resolution
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" topline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" topline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" topline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 <row>
16964 <cell alignment="center" valignment="top" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 in Âµm
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 129.7
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 52.75
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 <cell alignment="center" valignment="top" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 50.78
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 </row>
17001 <row>
17002 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 in % of pixel size
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015 76.3
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024 95.9
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 92.3
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 </row>
17039 </lyxtabular>
17040
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \begin_layout Section
17052 Vertical Table Alignment
17053 \begin_inset Index idx
17054 range none
17055 pageformat default
17056 status collapsed
17057
17058 \begin_layout Plain Layout
17059 Table
17060 \begin_inset IndexMacro subentry
17061 status open
17062
17063 \begin_layout Plain Layout
17064 Alignment
17065 \end_layout
17066
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \begin_layout Standard
17078 To align tables vertically in a text line,
17079  the table must be inside a box.
17080  The box can then be vertically aligned as described in section
17081 \begin_inset space ~
17082 \end_inset
17083
17084
17085 \begin_inset CommandInset ref
17086 LatexCommand ref
17087 reference "sec:Box-Dialog"
17088 nolink "false"
17089
17090 \end_inset
17091
17092 .
17093 \end_layout
17094
17095 \begin_layout Standard
17096 In the following example the tables are inside a minipage
17097 \begin_inset Foot
17098 status collapsed
17099
17100 \begin_layout Plain Layout
17101 Minipages are described in section
17102 \begin_inset space ~
17103 \end_inset
17104
17105
17106 \begin_inset CommandInset ref
17107 LatexCommand ref
17108 reference "sec:Minipages"
17109 nolink "false"
17110
17111 \end_inset
17112
17113 .
17114 \end_layout
17115
17116 \end_inset
17117
17118  box that has a width of 15
17119 \begin_inset space \thinspace{}
17120 \end_inset
17121
17122 col%:
17123 \end_layout
17124
17125 \begin_layout Itemize
17126 test 
17127 \begin_inset Box Frameless
17128 position "t"
17129 hor_pos "c"
17130 has_inner_box 1
17131 inner_pos "c"
17132 use_parbox 0
17133 use_makebox 0
17134 width "15col%"
17135 special "none"
17136 height "1in"
17137 height_special "totalheight"
17138 thickness "0.4pt"
17139 separation "3pt"
17140 shadowsize "4pt"
17141 framecolor "black"
17142 backgroundcolor "none"
17143 status collapsed
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Tabular
17147 <lyxtabular version="3" rows="3" columns="3">
17148 <features tabularvalignment="middle">
17149 <column alignment="center" valignment="top">
17150 <column alignment="center" valignment="top">
17151 <column alignment="center" valignment="top">
17152 <row>
17153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17154 \begin_inset Text
17155
17156 \begin_layout Plain Layout
17157 a
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 d
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 g
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 <row>
17182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186 b
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 e
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204 h
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 </row>
17210 <row>
17211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 c
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 f
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 i
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 </row>
17239 </lyxtabular>
17240
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247
17248  test 
17249 \begin_inset ERT
17250 status collapsed
17251
17252 \begin_layout Plain Layout
17253
17254
17255 \backslash
17256 raisebox{0.85
17257 \backslash
17258 baselineskip}{
17259 \end_layout
17260
17261 \end_inset
17262
17263
17264 \begin_inset Box Frameless
17265 position "t"
17266 hor_pos "c"
17267 has_inner_box 1
17268 inner_pos "c"
17269 use_parbox 0
17270 use_makebox 0
17271 width "15col%"
17272 special "none"
17273 height "1in"
17274 height_special "totalheight"
17275 thickness "0.4pt"
17276 separation "3pt"
17277 shadowsize "4pt"
17278 framecolor "black"
17279 backgroundcolor "none"
17280 status collapsed
17281
17282 \begin_layout Plain Layout
17283 \begin_inset Tabular
17284 <lyxtabular version="3" rows="3" columns="3">
17285 <features tabularvalignment="middle">
17286 <column alignment="center" valignment="top">
17287 <column alignment="center" valignment="top">
17288 <column alignment="center" valignment="top">
17289 <row>
17290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 a
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 d
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 g
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323 b
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 e
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 h
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 c
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 f
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 i
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 </row>
17376 </lyxtabular>
17377
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \end_inset
17384
17385
17386 \begin_inset ERT
17387 status collapsed
17388
17389 \begin_layout Plain Layout
17390
17391 }
17392 \end_layout
17393
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \begin_layout Itemize
17400 test 
17401 \begin_inset Box Frameless
17402 position "c"
17403 hor_pos "c"
17404 has_inner_box 1
17405 inner_pos "c"
17406 use_parbox 0
17407 use_makebox 0
17408 width "15col%"
17409 special "none"
17410 height "1in"
17411 height_special "totalheight"
17412 thickness "0.4pt"
17413 separation "3pt"
17414 shadowsize "4pt"
17415 framecolor "black"
17416 backgroundcolor "none"
17417 status collapsed
17418
17419 \begin_layout Plain Layout
17420 \begin_inset Tabular
17421 <lyxtabular version="3" rows="3" columns="3">
17422 <features tabularvalignment="middle">
17423 <column alignment="center" valignment="top">
17424 <column alignment="center" valignment="top">
17425 <column alignment="center" valignment="top">
17426 <row>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 a
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 d
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 g
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 </row>
17455 <row>
17456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460 b
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 e
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 h
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 </row>
17484 <row>
17485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489 c
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498 f
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 i
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 </row>
17513 </lyxtabular>
17514
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \begin_layout Itemize
17526 test 
17527 \begin_inset Box Frameless
17528 position "b"
17529 hor_pos "c"
17530 has_inner_box 1
17531 inner_pos "c"
17532 use_parbox 0
17533 use_makebox 0
17534 width "15col%"
17535 special "none"
17536 height "1in"
17537 height_special "totalheight"
17538 thickness "0.4pt"
17539 separation "3pt"
17540 shadowsize "4pt"
17541 framecolor "black"
17542 backgroundcolor "none"
17543 status collapsed
17544
17545 \begin_layout Plain Layout
17546 \begin_inset Tabular
17547 <lyxtabular version="3" rows="3" columns="3">
17548 <features tabularvalignment="middle">
17549 <column alignment="center" valignment="top">
17550 <column alignment="center" valignment="top">
17551 <column alignment="center" valignment="top">
17552 <row>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557 a
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 d
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 g
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 <row>
17582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 b
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595 e
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604 h
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 </row>
17610 <row>
17611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615 c
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624 f
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 i
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 </row>
17639 </lyxtabular>
17640
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \end_inset
17647
17648  test 
17649 \begin_inset ERT
17650 status collapsed
17651
17652 \begin_layout Plain Layout
17653
17654
17655 \backslash
17656 raisebox{-0.32
17657 \backslash
17658 baselineskip}{
17659 \end_layout
17660
17661 \end_inset
17662
17663
17664 \begin_inset Box Frameless
17665 position "b"
17666 hor_pos "c"
17667 has_inner_box 1
17668 inner_pos "c"
17669 use_parbox 0
17670 use_makebox 0
17671 width "15col%"
17672 special "none"
17673 height "1in"
17674 height_special "totalheight"
17675 thickness "0.4pt"
17676 separation "3pt"
17677 shadowsize "4pt"
17678 framecolor "black"
17679 backgroundcolor "none"
17680 status collapsed
17681
17682 \begin_layout Plain Layout
17683 \begin_inset Tabular
17684 <lyxtabular version="3" rows="3" columns="3">
17685 <features tabularvalignment="middle">
17686 <column alignment="center" valignment="top">
17687 <column alignment="center" valignment="top">
17688 <column alignment="center" valignment="top">
17689 <row>
17690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694 a
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703 d
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712 g
17713 \end_layout
17714
17715 \end_inset
17716 </cell>
17717 </row>
17718 <row>
17719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723 b
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 e
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 h
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 </row>
17747 <row>
17748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752 c
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761 f
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770 i
17771 \end_layout
17772
17773 \end_inset
17774 </cell>
17775 </row>
17776 </lyxtabular>
17777
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \end_inset
17784
17785
17786 \begin_inset ERT
17787 status collapsed
17788
17789 \begin_layout Plain Layout
17790
17791 }
17792 \end_layout
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \begin_layout Standard
17800 As you will see,
17801  the content of the first and last table row is not correctly aligned.
17802  To get this alignment,
17803  the minipage box must be set into a raisebox.
17804 \begin_inset Foot
17805 status collapsed
17806
17807 \begin_layout Plain Layout
17808 Raiseboxes are described in section
17809 \begin_inset space ~
17810 \end_inset
17811
17812
17813 \begin_inset CommandInset ref
17814 LatexCommand ref
17815 reference "subsec:Vertical-Alignment"
17816 nolink "false"
17817
17818 \end_inset
17819
17820 .
17821 \end_layout
17822
17823 \end_inset
17824
17825  In the example above the second table in the first item is aligned using the \SpecialChar TeX
17826  Code command
17827 \end_layout
17828
17829 \begin_layout Standard
17830
17831 \series bold
17832
17833 \backslash
17834 raisebox{0.85
17835 \backslash
17836 baselineskip}{
17837 \end_layout
17838
17839 \begin_layout Standard
17840 before the box.
17841  After the box the closing brace 
17842 \series bold
17843 }
17844 \series default
17845  is inserted as \SpecialChar TeX
17846  Code.
17847  For the second table in the last item the command
17848 \end_layout
17849
17850 \begin_layout Standard
17851
17852 \series bold
17853
17854 \backslash
17855 raisebox{-0.32
17856 \backslash
17857 baselineskip}{
17858 \end_layout
17859
17860 \begin_layout Standard
17861 is used.
17862 \end_layout
17863
17864 \begin_layout Standard
17865 \begin_inset Note Greyedout
17866 status open
17867
17868 \begin_layout Plain Layout
17869
17870 \series bold
17871 Note:
17872
17873 \series default
17874  The alignment of the table row content to the surrounding text line is not exact.
17875  The required value for the 
17876 \series bold
17877
17878 \backslash
17879 raisebox
17880 \series default
17881  command for this alignment depends on the document font,
17882  the font size,
17883  and the table line thickness.
17884 \end_layout
17885
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \begin_layout Section
17892 Colored Tables
17893 \begin_inset CommandInset label
17894 LatexCommand label
17895 name "sec:Colored-Tables"
17896
17897 \end_inset
17898
17899
17900 \begin_inset Index idx
17901 range none
17902 pageformat default
17903 status collapsed
17904
17905 \begin_layout Plain Layout
17906 Table
17907 \begin_inset IndexMacro subentry
17908 status open
17909
17910 \begin_layout Plain Layout
17911 Color
17912 \end_layout
17913
17914 \end_inset
17915
17916
17917 \end_layout
17918
17919 \end_inset
17920
17921
17922 \end_layout
17923
17924 \begin_layout Subsection
17925 Colored Cells
17926 \begin_inset Index idx
17927 range none
17928 pageformat default
17929 status collapsed
17930
17931 \begin_layout Plain Layout
17932 Table Color
17933 \begin_inset IndexMacro subentry
17934 status open
17935
17936 \begin_layout Plain Layout
17937 for Cells
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \begin_inset Index idx
17949 range none
17950 pageformat default
17951 status collapsed
17952
17953 \begin_layout Plain Layout
17954 Color
17955 \begin_inset IndexMacro subentry
17956 status open
17957
17958 \begin_layout Plain Layout
17959 for Table Cells
17960 \end_layout
17961
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \begin_layout Standard
17973 \begin_inset Float table
17974 placement h
17975 alignment document
17976 wide false
17977 sideways false
17978 status open
17979
17980 \begin_layout Plain Layout
17981 \begin_inset Caption Standard
17982
17983 \begin_layout Plain Layout
17984 \begin_inset CommandInset label
17985 LatexCommand label
17986 name "tab:Table-colored-without"
17987
17988 \end_inset
17989
17990 Table colored without using the package 
17991 \series bold
17992 colortbl
17993 \series default
17994
17995 \begin_inset Argument 1
17996 status collapsed
17997
17998 \begin_layout Plain Layout
17999 Table without colortbl
18000 \end_layout
18001
18002 \end_inset
18003
18004
18005 \end_layout
18006
18007 \end_inset
18008
18009
18010 \end_layout
18011
18012 \begin_layout Plain Layout
18013 \align center
18014 \begin_inset Tabular
18015 <lyxtabular version="3" rows="3" columns="3">
18016 <features tabularvalignment="middle">
18017 <column alignment="center" valignment="top">
18018 <column alignment="center" valignment="top">
18019 <column alignment="center" valignment="top">
18020 <row>
18021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025
18026 \color green
18027 a
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036
18037 \color red
18038 b
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047
18048 \color red
18049 c
18050 \end_layout
18051
18052 \end_inset
18053 </cell>
18054 </row>
18055 <row>
18056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060
18061 \color green
18062 d
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071
18072 \color blue
18073 e
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082
18083 \color blue
18084 f
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 </row>
18090 <row>
18091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095
18096 \color green
18097 g
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106
18107 \color blue
18108 h
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117
18118 \color blue
18119 i
18120 \end_layout
18121
18122 \end_inset
18123 </cell>
18124 </row>
18125 </lyxtabular>
18126
18127 \end_inset
18128
18129
18130 \end_layout
18131
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \begin_layout Standard
18138 If you only need colored text,
18139  mark the cells and choose a color in the 
18140 \family sans
18141 Text
18142 \begin_inset space ~
18143 \end_inset
18144
18145 Style
18146 \family default
18147  dialog (toolbar button 
18148 \begin_inset Info
18149 type  "icon"
18150 arg   "dialog-show character"
18151 \end_inset
18152
18153 ).
18154  This was used to create Table
18155 \begin_inset space ~
18156 \end_inset
18157
18158
18159 \begin_inset CommandInset ref
18160 LatexCommand ref
18161 reference "tab:Table-colored-without"
18162 nolink "false"
18163
18164 \end_inset
18165
18166 .
18167  In any other case you have to use the \SpecialChar LaTeX
18168 -package 
18169 \series bold
18170 colortbl
18171 \series default
18172 .
18173 \begin_inset Index idx
18174 range none
18175 pageformat default
18176 status collapsed
18177
18178 \begin_layout Plain Layout
18179 \SpecialChar LaTeX
18180  packages
18181 \begin_inset IndexMacro subentry
18182 status open
18183
18184 \begin_layout Plain Layout
18185 colortbl
18186 \end_layout
18187
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \end_inset
18194
18195
18196 \end_layout
18197
18198 \begin_layout Standard
18199 \begin_inset ERT
18200 status collapsed
18201
18202 \begin_layout Plain Layout
18203
18204
18205 \backslash
18206 ifcolortbl
18207 \end_layout
18208
18209 \end_inset
18210
18211
18212 \begin_inset Note Note
18213 status open
18214
18215 \begin_layout Plain Layout
18216 The following section part will only be displayed when the \SpecialChar LaTeX
18217 -package 
18218 \series bold
18219 colortbl
18220 \series default
18221  is installed.
18222 \end_layout
18223
18224 \end_inset
18225
18226
18227 \end_layout
18228
18229 \begin_layout Standard
18230 To create colored tables,
18231  
18232 \series bold
18233 colortbl
18234 \series default
18235  must be loaded in the preamble with the line
18236 \end_layout
18237
18238 \begin_layout Standard
18239
18240 \series bold
18241
18242 \backslash
18243 usepackage{colortbl}
18244 \end_layout
18245
18246 \begin_layout Standard
18247 The color of a column is adjusted with the command
18248 \end_layout
18249
18250 \begin_layout Standard
18251
18252 \series bold
18253
18254 \backslash
18255 columncolor{name of color}
18256 \end_layout
18257
18258 \begin_layout Standard
18259 inside the command 
18260 \series bold
18261 >{ }
18262 \series default
18263 .
18264  More about the command 
18265 \series bold
18266 >{}
18267 \series default
18268  is contained in section
18269 \begin_inset space ~
18270 \end_inset
18271
18272
18273 \begin_inset CommandInset ref
18274 LatexCommand ref
18275 reference "subsec:Multicolumn-Calculations"
18276 nolink "false"
18277
18278 \end_inset
18279
18280 .
18281 \end_layout
18282
18283 \begin_layout Standard
18284 The following color names are predefined:
18285 \end_layout
18286
18287 \begin_layout Standard
18288
18289 \family sans
18290 red
18291 \family default
18292 ,
18293  
18294 \family sans
18295 green
18296 \family default
18297 ,
18298  
18299 \family sans
18300 yellow
18301 \family default
18302 ,
18303  
18304 \family sans
18305 blue
18306 \family default
18307 ,
18308  
18309 \family sans
18310 cyan
18311 \family default
18312 ,
18313  
18314 \family sans
18315 magenta
18316 \family default
18317 ,
18318  
18319 \family sans
18320 black
18321 \family default
18322  and 
18323 \family sans
18324 white
18325 \end_layout
18326
18327 \begin_layout Standard
18328 \begin_inset VSpace medskip
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \begin_layout Standard
18335 If you add the option
18336 \end_layout
18337
18338 \begin_layout Standard
18339
18340 \series bold
18341 dvipsnames
18342 \end_layout
18343
18344 \begin_layout Standard
18345 to the document class options in the document settings,
18346  you can additionally use further 61
18347 \begin_inset space ~
18348 \end_inset
18349
18350 colors.
18351  These colors are listed in appendix
18352 \begin_inset space ~
18353 \end_inset
18354
18355
18356 \begin_inset CommandInset ref
18357 LatexCommand ref
18358 reference "chap:List-of-dvips-colornames"
18359 nolink "false"
18360
18361 \end_inset
18362
18363 .
18364  One of these colors,
18365  
18366 \family sans
18367 Maroon
18368 \family default
18369 ,
18370  is used as example in Table
18371 \begin_inset space ~
18372 \end_inset
18373
18374
18375 \begin_inset CommandInset ref
18376 LatexCommand ref
18377 reference "tab:Table-colored-using"
18378 nolink "false"
18379
18380 \end_inset
18381
18382 .
18383 \end_layout
18384
18385 \begin_layout Standard
18386 \begin_inset VSpace medskip
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 You can also define your own color with the command
18394 \end_layout
18395
18396 \begin_layout Standard
18397
18398 \series bold
18399
18400 \backslash
18401 definecolor{color name}{color model}{color values}
18402 \end_layout
18403
18404 \begin_layout Standard
18405 The color model can be
18406 \end_layout
18407
18408 \begin_layout Labeling
18409 \labelwidthstring 00.00.0000
18410 cmyk:
18411  cyan,
18412  magenta,
18413  yellow,
18414  black
18415 \end_layout
18416
18417 \begin_layout Labeling
18418 \labelwidthstring 00.00.0000
18419 rgb:
18420  red,
18421  green blue
18422 \end_layout
18423
18424 \begin_layout Labeling
18425 \labelwidthstring 00.00.0000
18426 gray gray
18427 \end_layout
18428
18429 \begin_layout Standard
18430 and the color values are comma separated numbers between 0 and 1 describing the factor for the corresponding color of the color model.
18431 \end_layout
18432
18433 \begin_layout Standard
18434 You can e.
18435 \begin_inset space \thinspace{}
18436 \end_inset
18437
18438 g.
18439 \begin_inset space \space{}
18440 \end_inset
18441
18442 define the color "
18443 \emph on
18444 darkgreen
18445 \emph default
18446 " in the preamble with
18447 \end_layout
18448
18449 \begin_layout Standard
18450
18451 \series bold
18452
18453 \backslash
18454 definecolor{darkgreen}{cmyk}{0.5,
18455  0,
18456  1,
18457  0.5}
18458 \end_layout
18459
18460 \begin_layout Standard
18461 and the color "
18462 \emph on
18463 lightgray
18464 \emph default
18465 " with
18466 \end_layout
18467
18468 \begin_layout Standard
18469
18470 \series bold
18471
18472 \backslash
18473 definecolor{lightgray}{gray}{0.8}
18474 \end_layout
18475
18476 \begin_layout Standard
18477 \begin_inset VSpace medskip
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Standard
18484 Lines are colored with the command
18485 \end_layout
18486
18487 \begin_layout Standard
18488
18489 \series bold
18490
18491 \backslash
18492 rowcolor{name of color}
18493 \end_layout
18494
18495 \begin_layout Standard
18496 and cells are colored with the command
18497 \end_layout
18498
18499 \begin_layout Standard
18500
18501 \series bold
18502
18503 \backslash
18504 cellcolor{name of color}
18505 \end_layout
18506
18507 \begin_layout Standard
18508 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
18509  Code.
18510 \end_layout
18511
18512 \begin_layout Standard
18513 To color characters in the table,
18514  mark the cells and use the 
18515 \family sans
18516 Text
18517 \begin_inset space ~
18518 \end_inset
18519
18520 Style
18521 \family default
18522  dialog.
18523  If a cell contains \SpecialChar TeX
18524  Code mark only the characters,
18525  otherwise the colored \SpecialChar TeX
18526  Code will cause \SpecialChar LaTeX
18527  errors.
18528 \end_layout
18529
18530 \begin_layout Standard
18531 \begin_inset Note Greyedout
18532 status open
18533
18534 \begin_layout Plain Layout
18535
18536 \series bold
18537 Note:
18538
18539 \series default
18540  Not all DVI-viewers are able to display self-defined colors.
18541 \end_layout
18542
18543 \end_inset
18544
18545
18546 \end_layout
18547
18548 \begin_layout Standard
18549 \begin_inset VSpace bigskip
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \begin_layout Standard
18556 To create Table
18557 \begin_inset space ~
18558 \end_inset
18559
18560
18561 \begin_inset CommandInset ref
18562 LatexCommand ref
18563 reference "tab:Table-colored-using"
18564 nolink "false"
18565
18566 \end_inset
18567
18568  do the following:
18569  The color of the first column should be 
18570 \emph on
18571 darkgreen
18572 \emph default
18573 .
18574  So insert
18575 \end_layout
18576
18577 \begin_layout Standard
18578
18579 \series bold
18580 >{
18581 \backslash
18582 columncolor{darkgreen}
18583 \backslash
18584 centering}c
18585 \end_layout
18586
18587 \begin_layout Standard
18588 as \SpecialChar LaTeX
18589 -argument for this column.
18590  The first row should be light blue,
18591  therefore the \SpecialChar TeX
18592  Code command
18593 \end_layout
18594
18595 \begin_layout Standard
18596
18597 \series bold
18598
18599 \backslash
18600 rowcolor{cyan}
18601 \end_layout
18602
18603 \begin_layout Standard
18604 is inserted to the first cell of this row.
18605  Note that this overwrites the column color for the first cell.
18606  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
18607  Code command
18608 \end_layout
18609
18610 \begin_layout Standard
18611
18612 \series bold
18613
18614 \backslash
18615 cellcolor{Maroon}
18616 \end_layout
18617
18618 \begin_layout Standard
18619 The characters could now be colored using the menu 
18620 \family sans
18621 Edit\SpecialChar menuseparator
18622 Text
18623 \begin_inset space ~
18624 \end_inset
18625
18626 Style
18627 \family default
18628 .
18629 \end_layout
18630
18631 \begin_layout Standard
18632 \begin_inset Float table
18633 placement h
18634 alignment document
18635 wide false
18636 sideways false
18637 status open
18638
18639 \begin_layout Plain Layout
18640 \begin_inset Caption Standard
18641
18642 \begin_layout Plain Layout
18643 \begin_inset CommandInset label
18644 LatexCommand label
18645 name "tab:Table-colored-using"
18646
18647 \end_inset
18648
18649 Table colored using the package 
18650 \series bold
18651 colortbl
18652 \series default
18653
18654 \begin_inset Argument 1
18655 status collapsed
18656
18657 \begin_layout Plain Layout
18658 Table with colortbl
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667
18668
18669 \end_layout
18670
18671 \begin_layout Plain Layout
18672 \align center
18673 \begin_inset Tabular
18674 <lyxtabular version="3" rows="3" columns="3">
18675 <features tabularvalignment="middle">
18676 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
18677 <column alignment="center" valignment="top">
18678 <column alignment="center" valignment="top">
18679 <row>
18680 <cell alignment="center" valignment="top" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684 \begin_inset ERT
18685 status collapsed
18686
18687 \begin_layout Plain Layout
18688
18689
18690 \backslash
18691 rowcolor{cyan}
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \color magenta
18698 a
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 <cell alignment="center" valignment="top" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707
18708 \color red
18709 b
18710 \end_layout
18711
18712 \end_inset
18713 </cell>
18714 <cell alignment="center" valignment="top" usebox="none">
18715 \begin_inset Text
18716
18717 \begin_layout Plain Layout
18718
18719 \color red
18720 c
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 </row>
18726 <row>
18727 <cell alignment="center" valignment="top" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731
18732 \color yellow
18733 d
18734 \end_layout
18735
18736 \end_inset
18737 </cell>
18738 <cell alignment="center" valignment="top" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \color blue
18744 e
18745 \end_layout
18746
18747 \end_inset
18748 </cell>
18749 <cell alignment="center" valignment="top" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753
18754 \color blue
18755 f
18756 \end_layout
18757
18758 \end_inset
18759 </cell>
18760 </row>
18761 <row>
18762 <cell alignment="center" valignment="top" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766
18767 \color yellow
18768 g
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \color blue
18779 h
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788 \begin_inset ERT
18789 status collapsed
18790
18791 \begin_layout Plain Layout
18792
18793
18794 \backslash
18795 cellcolor{Maroon}
18796 \end_layout
18797
18798 \end_inset
18799
18800
18801 \color green
18802 i
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 </row>
18808 </lyxtabular>
18809
18810 \end_inset
18811
18812
18813 \end_layout
18814
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \begin_layout Standard
18821 \begin_inset ERT
18822 status collapsed
18823
18824 \begin_layout Plain Layout
18825
18826
18827 \backslash
18828 else
18829 \end_layout
18830
18831 \end_inset
18832
18833
18834 \begin_inset Note Note
18835 status open
18836
18837 \begin_layout Plain Layout
18838 The following will be displayed when the \SpecialChar LaTeX
18839 -package 
18840 \series bold
18841 colortbl
18842 \series default
18843  is not installed:
18844 \end_layout
18845
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \begin_layout Standard
18852 You need to install the package 
18853 \series bold
18854 colortbl
18855 \series default
18856  to see the content of this section in the output.
18857 \end_layout
18858
18859 \begin_layout Standard
18860 \begin_inset ERT
18861 status collapsed
18862
18863 \begin_layout Plain Layout
18864
18865
18866 \backslash
18867 fi
18868 \end_layout
18869
18870 \end_inset
18871
18872
18873 \end_layout
18874
18875 \begin_layout Subsection
18876 Colored Rows
18877 \begin_inset Index idx
18878 range none
18879 pageformat default
18880 status collapsed
18881
18882 \begin_layout Plain Layout
18883 Table Color
18884 \begin_inset IndexMacro subentry
18885 status open
18886
18887 \begin_layout Plain Layout
18888 for Rows
18889 \end_layout
18890
18891 \end_inset
18892
18893
18894 \end_layout
18895
18896 \end_inset
18897
18898
18899 \begin_inset Index idx
18900 range none
18901 pageformat default
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905 Color
18906 \begin_inset IndexMacro subentry
18907 status open
18908
18909 \begin_layout Plain Layout
18910 for Table Rows
18911 \end_layout
18912
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \begin_layout Standard
18924 In case every second table row needs to be colored there is an alternative to the method described in the previous section:
18925  One loads the package 
18926 \series bold
18927 xcolor
18928 \series default
18929
18930 \begin_inset Index idx
18931 range none
18932 pageformat default
18933 status collapsed
18934
18935 \begin_layout Plain Layout
18936 \SpecialChar LaTeX
18937  packages
18938 \begin_inset IndexMacro subentry
18939 status open
18940
18941 \begin_layout Plain Layout
18942 xcolor
18943 \end_layout
18944
18945 \end_inset
18946
18947
18948 \end_layout
18949
18950 \end_inset
18951
18952  in the document preamble with the command
18953 \end_layout
18954
18955 \begin_layout Standard
18956
18957 \series bold
18958
18959 \backslash
18960 usepackage[table]{xcolor}
18961 \end_layout
18962
18963 \begin_layout Standard
18964
18965 \series bold
18966 xcolor
18967 \series default
18968  automatically loads also the package 
18969 \series bold
18970 colortbl
18971 \series default
18972
18973 \begin_inset Index idx
18974 range none
18975 pageformat default
18976 status collapsed
18977
18978 \begin_layout Plain Layout
18979 \SpecialChar LaTeX
18980  packages
18981 \begin_inset IndexMacro subentry
18982 status open
18983
18984 \begin_layout Plain Layout
18985 colortbl
18986 \end_layout
18987
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \end_inset
18994
18995 ,
18996  so 
18997 \series bold
18998 colortbl
18999 \series default
19000  must be installed in your \SpecialChar LaTeX
19001 -distribution,
19002  otherwise you get \SpecialChar LaTeX
19003 -errors.
19004 \end_layout
19005
19006 \begin_layout Standard
19007 \begin_inset ERT
19008 status collapsed
19009
19010 \begin_layout Plain Layout
19011
19012
19013 \backslash
19014 ifcolortbl
19015 \end_layout
19016
19017 \end_inset
19018
19019
19020 \begin_inset Note Note
19021 status open
19022
19023 \begin_layout Plain Layout
19024 The following section part will only be displayed when the \SpecialChar LaTeX
19025 -package 
19026 \series bold
19027 colortbl
19028 \series default
19029  is installed.
19030 \end_layout
19031
19032 \end_inset
19033
19034
19035 \end_layout
19036
19037 \begin_layout Standard
19038 The table rows are colored with the command
19039 \end_layout
19040
19041 \begin_layout Standard
19042
19043 \series bold
19044
19045 \backslash
19046 rowcolors[commands]{row number}{odd row color}{even row color}
19047 \end_layout
19048
19049 \begin_layout Standard
19050 that is either inserted in the document preamble or as \SpecialChar TeX
19051  Code before the first table to be colored.
19052  row
19053 \begin_inset space ~
19054 \end_inset
19055
19056 number is the number of the first row which should be colored according to the odd row color.
19057  commands can be additional commands that are executed before every table row.
19058  So for example the command
19059 \end_layout
19060
19061 \begin_layout Standard
19062
19063 \series bold
19064
19065 \backslash
19066 rowcolors{1}{white}{lightgray}
19067 \end_layout
19068
19069 \begin_layout Standard
19070 leads to the coloring scheme of Table
19071 \begin_inset space ~
19072 \end_inset
19073
19074
19075 \begin_inset CommandInset ref
19076 LatexCommand ref
19077 reference "tab:Table-rowcolors"
19078 nolink "false"
19079
19080 \end_inset
19081
19082 .
19083  The command
19084 \end_layout
19085
19086 \begin_layout Standard
19087
19088 \series bold
19089
19090 \backslash
19091 rowcolors[
19092 \backslash
19093 hline]{1}{lightgray}{cyan}
19094 \end_layout
19095
19096 \begin_layout Standard
19097 leads to the coloring scheme of Table
19098 \begin_inset space ~
19099 \end_inset
19100
19101
19102 \begin_inset CommandInset ref
19103 LatexCommand ref
19104 reference "tab:Table-rowcolors-2"
19105 nolink "false"
19106
19107 \end_inset
19108
19109 .
19110  If odd
19111 \begin_inset space ~
19112 \end_inset
19113
19114 row
19115 \begin_inset space ~
19116 \end_inset
19117
19118 color and/or even
19119 \begin_inset space ~
19120 \end_inset
19121
19122 row
19123 \begin_inset space ~
19124 \end_inset
19125
19126 color are left empty,
19127  no color will be used so that the command
19128 \end_layout
19129
19130 \begin_layout Standard
19131
19132 \series bold
19133
19134 \backslash
19135 rowcolors{1}{}{}
19136 \end_layout
19137
19138 \begin_layout Standard
19139 deletes all colors.
19140  
19141 \series bold
19142
19143 \backslash
19144 rowcolors
19145 \series default
19146  affects all tables following that command.
19147 \end_layout
19148
19149 \begin_layout Standard
19150 \begin_inset ERT
19151 status open
19152
19153 \begin_layout Plain Layout
19154
19155
19156 \backslash
19157 rowcolors{1}{white}{lightgray}
19158 \end_layout
19159
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \begin_layout Standard
19166 \begin_inset Float table
19167 placement h
19168 alignment document
19169 wide false
19170 sideways false
19171 status open
19172
19173 \begin_layout Plain Layout
19174 \begin_inset Caption Standard
19175
19176 \begin_layout Plain Layout
19177 \begin_inset CommandInset label
19178 LatexCommand label
19179 name "tab:Table-rowcolors"
19180
19181 \end_inset
19182
19183 Table where every second row is colored light gray.
19184 \end_layout
19185
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \begin_layout Plain Layout
19192 \align center
19193 \begin_inset Tabular
19194 <lyxtabular version="3" rows="4" columns="3">
19195 <features tabularvalignment="middle">
19196 <column alignment="center" valignment="top">
19197 <column alignment="center" valignment="top" width="0pt">
19198 <column alignment="center" valignment="top" width="0pt">
19199 <row>
19200 <cell alignment="center" valignment="top" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 X
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 <cell alignment="center" valignment="top" usebox="none">
19210 \begin_inset Text
19211
19212 \begin_layout Plain Layout
19213 Y
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 <cell alignment="center" valignment="top" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 Z
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 </row>
19228 <row>
19229 <cell alignment="center" valignment="top" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 1
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 2
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 3
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 </row>
19257 <row>
19258 <cell alignment="center" valignment="top" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262 4
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 <cell alignment="center" valignment="top" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 5
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 6
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 </row>
19286 <row>
19287 <cell alignment="center" valignment="top" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291 7
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 8
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 9
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 </lyxtabular>
19316
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \end_inset
19323
19324
19325 \end_layout
19326
19327 \begin_layout Standard
19328 \begin_inset ERT
19329 status open
19330
19331 \begin_layout Plain Layout
19332
19333
19334 \backslash
19335 rowcolors[
19336 \backslash
19337 hline]{1}{lightgray}{cyan}
19338 \end_layout
19339
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \begin_layout Standard
19346 \begin_inset Float table
19347 placement h
19348 alignment document
19349 wide false
19350 sideways false
19351 status open
19352
19353 \begin_layout Plain Layout
19354 \begin_inset Caption Standard
19355
19356 \begin_layout Plain Layout
19357 \begin_inset CommandInset label
19358 LatexCommand label
19359 name "tab:Table-rowcolors-2"
19360
19361 \end_inset
19362
19363 Table where every second row is colored cyan and at which there is a line between each row.
19364 \end_layout
19365
19366 \end_inset
19367
19368
19369 \end_layout
19370
19371 \begin_layout Plain Layout
19372 \align center
19373 \begin_inset Tabular
19374 <lyxtabular version="3" rows="4" columns="3">
19375 <features tabularvalignment="middle">
19376 <column alignment="center" valignment="top">
19377 <column alignment="center" valignment="top">
19378 <column alignment="center" valignment="top" width="0pt">
19379 <row>
19380 <cell alignment="center" valignment="top" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 X
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393 Y
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 Z
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 </row>
19408 <row>
19409 <cell alignment="center" valignment="top" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 1
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 2
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 3
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 </row>
19437 <row>
19438 <cell alignment="center" valignment="top" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 4
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell alignment="center" valignment="top" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451 5
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460 6
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 </row>
19466 <row>
19467 <cell alignment="center" valignment="top" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471 7
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480 8
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 9
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 </row>
19495 </lyxtabular>
19496
19497 \end_inset
19498
19499
19500 \end_layout
19501
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \begin_layout Standard
19508 \begin_inset ERT
19509 status collapsed
19510
19511 \begin_layout Plain Layout
19512
19513
19514 \backslash
19515 rowcolors{1}{}{}
19516 \end_layout
19517
19518 \end_inset
19519
19520
19521 \begin_inset Note Note
19522 status collapsed
19523
19524 \begin_layout Plain Layout
19525 turns off the row coloring
19526 \end_layout
19527
19528 \end_inset
19529
19530
19531 \end_layout
19532
19533 \begin_layout Standard
19534 \begin_inset ERT
19535 status collapsed
19536
19537 \begin_layout Plain Layout
19538
19539
19540 \backslash
19541 else
19542 \end_layout
19543
19544 \end_inset
19545
19546
19547 \begin_inset Note Note
19548 status open
19549
19550 \begin_layout Plain Layout
19551 The following will be displayed when the \SpecialChar LaTeX
19552 -package 
19553 \series bold
19554 colortbl
19555 \series default
19556  is not installed:
19557 \end_layout
19558
19559 \end_inset
19560
19561
19562 \end_layout
19563
19564 \begin_layout Standard
19565 You need to install the package 
19566 \series bold
19567 colortbl
19568 \series default
19569  to see the content of this section in the output.
19570 \end_layout
19571
19572 \begin_layout Standard
19573 \begin_inset ERT
19574 status collapsed
19575
19576 \begin_layout Plain Layout
19577
19578
19579 \backslash
19580 fi
19581 \end_layout
19582
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \begin_layout Subsection
19589 Colored Lines
19590 \begin_inset Index idx
19591 range none
19592 pageformat default
19593 status collapsed
19594
19595 \begin_layout Plain Layout
19596 Table Color
19597 \begin_inset IndexMacro subentry
19598 status open
19599
19600 \begin_layout Plain Layout
19601 for Lines
19602 \end_layout
19603
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610
19611
19612 \begin_inset Index idx
19613 range none
19614 pageformat default
19615 status collapsed
19616
19617 \begin_layout Plain Layout
19618 Color
19619 \begin_inset IndexMacro subentry
19620 status open
19621
19622 \begin_layout Plain Layout
19623 for Table Lines
19624 \end_layout
19625
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632
19633
19634 \end_layout
19635
19636 \begin_layout Standard
19637 As described in section
19638 \begin_inset space ~
19639 \end_inset
19640
19641
19642 \begin_inset CommandInset ref
19643 LatexCommand ref
19644 reference "subsec:Line-Thickness"
19645 nolink "false"
19646
19647 \end_inset
19648
19649 ,
19650  the line thickness for all lines in a table can be adjusted with the length 
19651 \series bold
19652
19653 \backslash
19654 arrayrulewidth
19655 \series default
19656 .
19657  It is set to 1.5
19658 \begin_inset space \thinspace{}
19659 \end_inset
19660
19661 pt for all tables of this section.
19662 \begin_inset ERT
19663 status collapsed
19664
19665 \begin_layout Plain Layout
19666
19667
19668 \backslash
19669 setlength{
19670 \backslash
19671 arrayrulewidth}{1.5pt}
19672 \end_layout
19673
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \begin_layout Standard
19680 To color vertical lines for example with green,
19681  create the following column format in the document preamble,
19682  according to the description in section
19683 \begin_inset space ~
19684 \end_inset
19685
19686
19687 \begin_inset CommandInset ref
19688 LatexCommand ref
19689 reference "subsec:Customized-Format"
19690 nolink "false"
19691
19692 \end_inset
19693
19694 :
19695 \end_layout
19696
19697 \begin_layout Standard
19698
19699 \series bold
19700
19701 \backslash
19702 newcolumntype{W}{!{
19703 \backslash
19704 color{green}
19705 \backslash
19706 vline}}
19707 \end_layout
19708
19709 \begin_layout Standard
19710 For Table
19711 \begin_inset space ~
19712 \end_inset
19713
19714
19715 \begin_inset CommandInset ref
19716 LatexCommand ref
19717 reference "tab:Table-with-vertical-colored"
19718 nolink "false"
19719
19720 \end_inset
19721
19722  the \SpecialChar LaTeX
19723 -argument
19724 \series bold
19725  WcW
19726 \series default
19727  was used for the last column and
19728 \series bold
19729  Wc
19730 \series default
19731  for the other columns.
19732 \end_layout
19733
19734 \begin_layout Standard
19735 If you want to have several colors,
19736  define more column formats.
19737 \end_layout
19738
19739 \begin_layout Standard
19740 \begin_inset Float table
19741 placement h
19742 alignment document
19743 wide false
19744 sideways false
19745 status open
19746
19747 \begin_layout Plain Layout
19748 \begin_inset Caption Standard
19749
19750 \begin_layout Plain Layout
19751 \begin_inset CommandInset label
19752 LatexCommand label
19753 name "tab:Table-with-vertical-colored"
19754
19755 \end_inset
19756
19757 Table with colored vertical lines
19758 \end_layout
19759
19760 \end_inset
19761
19762
19763 \end_layout
19764
19765 \begin_layout Plain Layout
19766 \align center
19767 \begin_inset Tabular
19768 <lyxtabular version="3" rows="3" columns="3">
19769 <features tabularvalignment="middle">
19770 <column alignment="center" valignment="top" special="Wc">
19771 <column alignment="center" valignment="top" special="Wc">
19772 <column alignment="center" valignment="top" special="WcW">
19773 <row>
19774 <cell alignment="center" valignment="top" topline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778 sd
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" topline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 <row>
19803 <cell alignment="center" valignment="top" topline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 sd
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 <cell alignment="center" valignment="top" topline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 </row>
19831 <row>
19832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854 sd
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 </row>
19860 </lyxtabular>
19861
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \begin_layout Standard
19873 \begin_inset VSpace bigskip
19874 \end_inset
19875
19876 To color all horizontal lines for example with red,
19877  as in Table
19878 \begin_inset space ~
19879 \end_inset
19880
19881
19882 \begin_inset CommandInset ref
19883 LatexCommand ref
19884 reference "tab:Table-with-horizontal-colored"
19885 nolink "false"
19886
19887 \end_inset
19888
19889 ,
19890  insert these commands in \SpecialChar TeX
19891  code before the table or table float:
19892 \end_layout
19893
19894 \begin_layout Standard
19895
19896 \series bold
19897
19898 \backslash
19899 let
19900 \backslash
19901 myHlineC
19902 \backslash
19903 hline
19904 \begin_inset Newline newline
19905 \end_inset
19906
19907
19908 \backslash
19909 renewcommand{
19910 \backslash
19911 hline}
19912 \begin_inset Newline newline
19913 \end_inset
19914
19915
19916 \begin_inset Phantom HPhantom
19917 status open
19918
19919 \begin_layout Plain Layout
19920
19921 \series bold
19922 \begin_inset space ~
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \end_inset
19929
19930 {
19931 \backslash
19932 arrayrulecolor{red}
19933 \backslash
19934 myHlineC
19935 \backslash
19936 arrayrulecolor{black}}
19937 \end_layout
19938
19939 \begin_layout Standard
19940 \begin_inset ERT
19941 status collapsed
19942
19943 \begin_layout Plain Layout
19944
19945
19946 \backslash
19947 let
19948 \backslash
19949 myHlineC
19950 \backslash
19951 hline
19952 \end_layout
19953
19954 \begin_layout Plain Layout
19955
19956
19957 \backslash
19958 renewcommand{
19959 \backslash
19960 hline}
19961 \end_layout
19962
19963 \begin_layout Plain Layout
19964
19965  {
19966 \backslash
19967 arrayrulecolor{red}
19968 \backslash
19969 myHlineC
19970 \backslash
19971 arrayrulecolor{black}}
19972 \end_layout
19973
19974 \end_inset
19975
19976
19977 \begin_inset Float table
19978 placement h
19979 alignment document
19980 wide false
19981 sideways false
19982 status open
19983
19984 \begin_layout Plain Layout
19985 \begin_inset Caption Standard
19986
19987 \begin_layout Plain Layout
19988 \begin_inset CommandInset label
19989 LatexCommand label
19990 name "tab:Table-with-horizontal-colored"
19991
19992 \end_inset
19993
19994 Table with colored horizontal lines
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Plain Layout
20003 \align center
20004 \begin_inset Tabular
20005 <lyxtabular version="3" rows="3" columns="3">
20006 <features tabularvalignment="middle">
20007 <column alignment="center" valignment="top">
20008 <column alignment="center" valignment="top">
20009 <column alignment="center" valignment="top">
20010 <row>
20011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015 sd
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 </row>
20039 <row>
20040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 sd
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 </row>
20068 <row>
20069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091 sd
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 </lyxtabular>
20098
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \begin_layout Standard
20110 To return to the default line color black,
20111  insert this command in \SpecialChar TeX
20112  code after the table or table float:
20113 \end_layout
20114
20115 \begin_layout Standard
20116
20117 \series bold
20118
20119 \backslash
20120 renewcommand{
20121 \backslash
20122 hline}{
20123 \backslash
20124 myHlineC}
20125 \end_layout
20126
20127 \begin_layout Standard
20128 Table
20129 \begin_inset space ~
20130 \end_inset
20131
20132
20133 \begin_inset CommandInset ref
20134 LatexCommand ref
20135 reference "tab:Table-with-colored"
20136 nolink "false"
20137
20138 \end_inset
20139
20140  is an example with colored vertical and horizontal lines.
20141 \end_layout
20142
20143 \begin_layout Standard
20144 \begin_inset Float table
20145 placement h
20146 alignment document
20147 wide false
20148 sideways false
20149 status open
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Caption Standard
20153
20154 \begin_layout Plain Layout
20155 \begin_inset CommandInset label
20156 LatexCommand label
20157 name "tab:Table-with-colored"
20158
20159 \end_inset
20160
20161 Table with colored lines
20162 \end_layout
20163
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \begin_layout Plain Layout
20170 \align center
20171 \begin_inset Tabular
20172 <lyxtabular version="3" rows="3" columns="3">
20173 <features tabularvalignment="middle">
20174 <column alignment="center" valignment="top" special="Wc">
20175 <column alignment="center" valignment="top" special="Wc">
20176 <column alignment="center" valignment="top" special="WcW">
20177 <row>
20178 <cell alignment="center" valignment="top" topline="true" usebox="none">
20179 \begin_inset Text
20180
20181 \begin_layout Plain Layout
20182 sd
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 <cell alignment="center" valignment="top" topline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 <cell alignment="center" valignment="top" topline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 </row>
20206 <row>
20207 <cell alignment="center" valignment="top" topline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" topline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220 sd
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 <cell alignment="center" valignment="top" topline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 <row topspace="default">
20236 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 sd
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 </row>
20264 </lyxtabular>
20265
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \begin_layout Standard
20277 \begin_inset ERT
20278 status collapsed
20279
20280 \begin_layout Plain Layout
20281
20282
20283 \backslash
20284 renewcommand{
20285 \backslash
20286 hline}{
20287 \backslash
20288 myHlineC}
20289 \end_layout
20290
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \begin_layout Standard
20297 \begin_inset ERT
20298 status collapsed
20299
20300 \begin_layout Plain Layout
20301
20302
20303 \backslash
20304 setlength{
20305 \backslash
20306 arrayrulewidth}{1.2pt}
20307 \end_layout
20308
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \begin_layout Standard
20315 To color only some of the table lines another strategy is necessary.
20316  To color all following horizontal lines,
20317  insert this command as \SpecialChar TeX
20318  code as last thing in the row that should be above the first colored line:
20319 \end_layout
20320
20321 \begin_layout Standard
20322
20323 \series bold
20324
20325 \backslash
20326
20327 \backslash
20328
20329 \backslash
20330 arrayrulecolor{blue}%
20331 \end_layout
20332
20333 \begin_layout Standard
20334 To go back to black lines,
20335  add this command as first thing in the row that is above the black lines:
20336 \end_layout
20337
20338 \begin_layout Standard
20339
20340 \series bold
20341
20342 \backslash
20343 arrayrulecolor{black}
20344 \end_layout
20345
20346 \begin_layout Standard
20347 With this one can color table lines like in Table
20348 \begin_inset space ~
20349 \end_inset
20350
20351
20352 \begin_inset CommandInset ref
20353 LatexCommand ref
20354 reference "tab:Table-with-different-hor"
20355 nolink "false"
20356
20357 \end_inset
20358
20359 .
20360  However,
20361  with this method it is not possible to color the line above the first row of a table.
20362 \end_layout
20363
20364 \begin_layout Standard
20365 \begin_inset Float table
20366 placement document
20367 alignment document
20368 wide false
20369 sideways false
20370 status open
20371
20372 \begin_layout Plain Layout
20373 \begin_inset Caption Standard
20374
20375 \begin_layout Plain Layout
20376 \begin_inset CommandInset label
20377 LatexCommand label
20378 name "tab:Table-with-different-hor"
20379
20380 \end_inset
20381
20382 Table with different horizontal line colors.
20383 \end_layout
20384
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \begin_layout Plain Layout
20391 \align center
20392 \begin_inset Tabular
20393 <lyxtabular version="3" rows="6" columns="7">
20394 <features tabularvalignment="middle">
20395 <column alignment="center" valignment="top">
20396 <column alignment="center" valignment="top">
20397 <column alignment="center" valignment="top">
20398 <column alignment="center" valignment="top">
20399 <column alignment="center" valignment="top">
20400 <column alignment="center" valignment="top">
20401 <column alignment="center" valignment="top">
20402 <row>
20403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 <cell alignment="center" valignment="top" topline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 <cell alignment="center" valignment="top" topline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 <cell alignment="center" valignment="top" topline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 <cell alignment="center" valignment="top" topline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 <cell alignment="center" valignment="top" topline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Plain Layout
20452
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461 \begin_inset ERT
20462 status open
20463
20464 \begin_layout Plain Layout
20465
20466
20467 \backslash
20468
20469 \backslash
20470
20471 \backslash
20472 arrayrulecolor{blue}%
20473 \end_layout
20474
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 </row>
20483 <row>
20484 <cell alignment="center" valignment="top" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 Y
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497
20498 \end_layout
20499
20500 \end_inset
20501 </cell>
20502 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20530 \begin_inset Text
20531
20532 \begin_layout Plain Layout
20533
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 <cell alignment="center" valignment="top" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542 Y
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 <row>
20549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553 \begin_inset ERT
20554 status open
20555
20556 \begin_layout Plain Layout
20557
20558
20559 \backslash
20560 arrayrulecolor{black}
20561 \end_layout
20562
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 <cell alignment="center" valignment="top" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 <cell alignment="center" valignment="top" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 <cell alignment="center" valignment="top" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell alignment="center" valignment="top" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 </row>
20625 <row>
20626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 <cell alignment="center" valignment="top" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 <cell alignment="center" valignment="top" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684 \begin_inset ERT
20685 status collapsed
20686
20687 \begin_layout Plain Layout
20688
20689
20690 \backslash
20691
20692 \backslash
20693
20694 \backslash
20695 arrayrulecolor{green}%
20696 \end_layout
20697
20698 \end_inset
20699
20700
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 </row>
20706 <row>
20707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20708 \begin_inset Text
20709
20710 \begin_layout Plain Layout
20711
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 <row>
20772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 \begin_inset ERT
20777 status collapsed
20778
20779 \begin_layout Plain Layout
20780
20781
20782 \backslash
20783 arrayrulecolor{black}
20784 \end_layout
20785
20786 \end_inset
20787
20788 B
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797
20798 \end_layout
20799
20800 \end_inset
20801 </cell>
20802 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20830 \begin_inset Text
20831
20832 \begin_layout Plain Layout
20833
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 \begin_inset ERT
20843 status collapsed
20844
20845 \begin_layout Plain Layout
20846
20847
20848 \backslash
20849
20850 \backslash
20851
20852 \backslash
20853 arrayrulecolor{blue}%
20854 \end_layout
20855
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 </row>
20864 </lyxtabular>
20865
20866 \end_inset
20867
20868
20869 \end_layout
20870
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \begin_layout Standard
20877 To change the color of vertical lines within a row,
20878  like in Table
20879 \begin_inset space ~
20880 \end_inset
20881
20882
20883 \begin_inset CommandInset ref
20884 LatexCommand ref
20885 reference "tab:Table-with-different-ver"
20886 nolink "false"
20887
20888 \end_inset
20889
20890 ,
20891  one needs to use multicolumns.
20892  At first one needs to remove all vertical lines that don't run along the whole column.
20893  Now one colors all lines using the command
20894 \end_layout
20895
20896 \begin_layout Standard
20897
20898 \series bold
20899
20900 \backslash
20901
20902 \backslash
20903
20904 \backslash
20905 arrayrulecolor{blue}%
20906 \end_layout
20907
20908 \begin_layout Standard
20909 as above.
20910  Finally one inserts this command as \SpecialChar TeX
20911  code to every cell in the row where one needs a vertical line in a different color:
20912 \end_layout
20913
20914 \begin_layout Standard
20915
20916 \series bold
20917
20918 \backslash
20919 multicolumn{1}{!{
20920 \backslash
20921 color{green}
20922 \backslash
20923 vline}c!{
20924 \backslash
20925 color{red}
20926 \backslash
20927 vline}}{
20928 \end_layout
20929
20930 \begin_layout Standard
20931 This adds a vertical line to both sides of the cell.
20932  The left one will be green,
20933  the right one red.
20934  If no color change is necessary one can omit the 
20935 \series bold
20936
20937 \backslash
20938 color
20939 \series default
20940  command in the above command.
20941  To get for example a black left line and a blue right line you can write:
20942 \end_layout
20943
20944 \begin_layout Standard
20945
20946 \series bold
20947
20948 \backslash
20949 multicolumn{1}{!{
20950 \backslash
20951 color{black}
20952 \backslash
20953 vline}c|}{
20954 \end_layout
20955
20956 \begin_layout Standard
20957 because the color blue was already set for all lines.
20958  The 
20959 \series bold
20960 |
20961 \series default
20962  creates hereby the vertical line while 
20963 \series bold
20964
20965 \backslash
20966 vline
20967 \series default
20968  does this when 
20969 \series bold
20970
20971 \backslash
20972 color
20973 \series default
20974  is used.
20975  To set vertical lines without changing any color use
20976 \end_layout
20977
20978 \begin_layout Standard
20979
20980 \series bold
20981
20982 \backslash
20983 multicolumn{1}{|c|}{
20984 \end_layout
20985
20986 \begin_layout Standard
20987 After this command insert the cell content the normal way and end the cell with a closing brace 
20988 \series bold
20989 }
20990 \series default
20991  in \SpecialChar TeX
20992  code.
20993 \end_layout
20994
20995 \begin_layout Standard
20996 \begin_inset Float table
20997 placement document
20998 alignment document
20999 wide false
21000 sideways false
21001 status open
21002
21003 \begin_layout Plain Layout
21004 \begin_inset Caption Standard
21005
21006 \begin_layout Plain Layout
21007 \begin_inset CommandInset label
21008 LatexCommand label
21009 name "tab:Table-with-different-ver"
21010
21011 \end_inset
21012
21013 Table with different vertical line colors in one row.
21014 \end_layout
21015
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \begin_layout Plain Layout
21022 \align center
21023 \begin_inset Tabular
21024 <lyxtabular version="3" rows="5" columns="7">
21025 <features tabularvalignment="middle">
21026 <column alignment="center" valignment="top">
21027 <column alignment="center" valignment="top">
21028 <column alignment="center" valignment="top">
21029 <column alignment="center" valignment="top">
21030 <column alignment="center" valignment="top">
21031 <column alignment="center" valignment="top">
21032 <column alignment="center" valignment="top">
21033 <row>
21034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 <cell alignment="center" valignment="top" topline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" topline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" topline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 <cell alignment="center" valignment="top" topline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 <cell alignment="center" valignment="top" topline="true" usebox="none">
21080 \begin_inset Text
21081
21082 \begin_layout Plain Layout
21083
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092 \begin_inset ERT
21093 status open
21094
21095 \begin_layout Plain Layout
21096
21097
21098 \backslash
21099
21100 \backslash
21101
21102 \backslash
21103 arrayrulecolor{red}%
21104 \end_layout
21105
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 </row>
21114 <row>
21115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119 \begin_inset ERT
21120 status open
21121
21122 \begin_layout Plain Layout
21123
21124
21125 \backslash
21126 multicolumn{1}{!{
21127 \backslash
21128 color{black}
21129 \backslash
21130 vline}c|}{
21131 \end_layout
21132
21133 \end_inset
21134
21135 Y
21136 \begin_inset ERT
21137 status collapsed
21138
21139 \begin_layout Plain Layout
21140
21141 }
21142 \end_layout
21143
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173
21174 \end_layout
21175
21176 \end_inset
21177 </cell>
21178 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 \begin_inset ERT
21192 status open
21193
21194 \begin_layout Plain Layout
21195
21196
21197 \backslash
21198 multicolumn{1}{c|}{
21199 \end_layout
21200
21201 \end_inset
21202
21203
21204 \begin_inset ERT
21205 status collapsed
21206
21207 \begin_layout Plain Layout
21208
21209 }
21210 \end_layout
21211
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 \begin_inset ERT
21224 status open
21225
21226 \begin_layout Plain Layout
21227
21228
21229 \backslash
21230 multicolumn{1}{c!{
21231 \backslash
21232 color{black}
21233 \backslash
21234 vline}}{
21235 \end_layout
21236
21237 \end_inset
21238
21239 Y
21240 \begin_inset ERT
21241 status collapsed
21242
21243 \begin_layout Plain Layout
21244
21245 }
21246 \end_layout
21247
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 </row>
21256 <row>
21257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261 \begin_inset ERT
21262 status collapsed
21263
21264 \begin_layout Plain Layout
21265
21266
21267 \backslash
21268 arrayrulecolor{black}
21269 \end_layout
21270
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 <cell alignment="center" valignment="top" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 <cell alignment="center" valignment="top" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327 \begin_inset ERT
21328 status collapsed
21329
21330 \begin_layout Plain Layout
21331
21332
21333 \backslash
21334
21335 \backslash
21336
21337 \backslash
21338 arrayrulecolor{magenta}%
21339 \end_layout
21340
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 </row>
21349 <row>
21350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 \begin_inset ERT
21355 status collapsed
21356
21357 \begin_layout Plain Layout
21358
21359
21360 \backslash
21361 multicolumn{1}{|c!{
21362 \backslash
21363 color{red}
21364 \backslash
21365 vline}}{
21366 \end_layout
21367
21368 \end_inset
21369
21370
21371 \begin_inset ERT
21372 status collapsed
21373
21374 \begin_layout Plain Layout
21375
21376 }
21377 \end_layout
21378
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390 \begin_inset ERT
21391 status collapsed
21392
21393 \begin_layout Plain Layout
21394
21395
21396 \backslash
21397 multicolumn{1}{c!{
21398 \backslash
21399 color{green}
21400 \backslash
21401 vline}}{
21402 \end_layout
21403
21404 \end_inset
21405
21406
21407 \begin_inset ERT
21408 status collapsed
21409
21410 \begin_layout Plain Layout
21411
21412 }
21413 \end_layout
21414
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 \begin_inset ERT
21427 status collapsed
21428
21429 \begin_layout Plain Layout
21430
21431
21432 \backslash
21433 multicolumn{1}{c!{
21434 \backslash
21435 color{yellow}
21436 \backslash
21437 vline}}{
21438 \end_layout
21439
21440 \end_inset
21441
21442
21443 \begin_inset ERT
21444 status collapsed
21445
21446 \begin_layout Plain Layout
21447
21448 }
21449 \end_layout
21450
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462 \begin_inset ERT
21463 status collapsed
21464
21465 \begin_layout Plain Layout
21466
21467
21468 \backslash
21469 multicolumn{1}{c!{
21470 \backslash
21471 color{blue}
21472 \backslash
21473 vline}}{
21474 \end_layout
21475
21476 \end_inset
21477
21478
21479 \begin_inset ERT
21480 status collapsed
21481
21482 \begin_layout Plain Layout
21483
21484 }
21485 \end_layout
21486
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 \begin_inset ERT
21499 status collapsed
21500
21501 \begin_layout Plain Layout
21502
21503
21504 \backslash
21505 multicolumn{1}{c!{
21506 \backslash
21507 color{cyan}
21508 \backslash
21509 vline}}{
21510 \end_layout
21511
21512 \end_inset
21513
21514
21515 \begin_inset ERT
21516 status collapsed
21517
21518 \begin_layout Plain Layout
21519
21520 }
21521 \end_layout
21522
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 \begin_inset ERT
21535 status collapsed
21536
21537 \begin_layout Plain Layout
21538
21539
21540 \backslash
21541 multicolumn{1}{c!{
21542 \backslash
21543 color{black}
21544 \backslash
21545 vline}}{
21546 \end_layout
21547
21548 \end_inset
21549
21550
21551 \begin_inset ERT
21552 status collapsed
21553
21554 \begin_layout Plain Layout
21555
21556 }
21557 \end_layout
21558
21559 \end_inset
21560
21561
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 \begin_inset ERT
21571 status collapsed
21572
21573 \begin_layout Plain Layout
21574
21575
21576 \backslash
21577 multicolumn{1}{c|}{
21578 \end_layout
21579
21580 \end_inset
21581
21582
21583 \begin_inset ERT
21584 status collapsed
21585
21586 \begin_layout Plain Layout
21587
21588 }
21589 \end_layout
21590
21591 \end_inset
21592
21593
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 </row>
21599 <row>
21600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604 \begin_inset ERT
21605 status collapsed
21606
21607 \begin_layout Plain Layout
21608
21609
21610 \backslash
21611 arrayrulecolor{black}
21612 \end_layout
21613
21614 \end_inset
21615
21616 B
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 </lyxtabular>
21677
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684
21685
21686 \end_layout
21687
21688 \begin_layout Standard
21689 \begin_inset ERT
21690 status collapsed
21691
21692 \begin_layout Plain Layout
21693
21694
21695 \backslash
21696 setlength{
21697 \backslash
21698 arrayrulewidth}{0.4pt}
21699 \end_layout
21700
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \begin_layout Section
21707 Rotated Table Cells
21708 \begin_inset CommandInset label
21709 LatexCommand label
21710 name "sec:Rotated-Table-Cells"
21711
21712 \end_inset
21713
21714
21715 \begin_inset Index idx
21716 range none
21717 pageformat default
21718 status collapsed
21719
21720 \begin_layout Plain Layout
21721 Table
21722 \begin_inset IndexMacro subentry
21723 status open
21724
21725 \begin_layout Plain Layout
21726 Rotated Cells
21727 \end_layout
21728
21729 \end_inset
21730
21731
21732 \end_layout
21733
21734 \end_inset
21735
21736
21737 \begin_inset Index idx
21738 range none
21739 pageformat default
21740 status collapsed
21741
21742 \begin_layout Plain Layout
21743 Rotated Material
21744 \end_layout
21745
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \begin_layout Standard
21752 \begin_inset Note Greyedout
21753 status open
21754
21755 \begin_layout Plain Layout
21756
21757 \series bold
21758 Note:
21759
21760 \series default
21761  Not all DVI-viewers are able to display rotations.
21762 \end_layout
21763
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \begin_layout Standard
21770 Table
21771 \begin_inset space ~
21772 \end_inset
21773
21774
21775 \begin_inset CommandInset ref
21776 LatexCommand ref
21777 reference "tab:Table-with-rotated"
21778 plural "false"
21779 caps "false"
21780 noprefix "false"
21781 nolink "false"
21782
21783 \end_inset
21784
21785  is an example where 3
21786 \begin_inset space ~
21787 \end_inset
21788
21789 cells were rotated by 45
21790 \begin_inset space \thinspace{}
21791 \end_inset
21792
21793 °.
21794 \end_layout
21795
21796 \begin_layout Standard
21797 \begin_inset Float table
21798 placement h
21799 alignment document
21800 wide false
21801 sideways false
21802 status open
21803
21804 \begin_layout Plain Layout
21805 \begin_inset Caption Standard
21806
21807 \begin_layout Plain Layout
21808 \begin_inset CommandInset label
21809 LatexCommand label
21810 name "tab:Table-with-rotated"
21811
21812 \end_inset
21813
21814 Table with rotated cells in the first row.
21815 \end_layout
21816
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \begin_layout Plain Layout
21823 \noindent
21824 \align center
21825 \begin_inset Tabular
21826 <lyxtabular version="3" rows="2" columns="3">
21827 <features tabularvalignment="middle">
21828 <column alignment="center" valignment="top" width="0pt">
21829 <column alignment="center" valignment="top" width="0pt">
21830 <column alignment="center" valignment="top" width="0pt">
21831 <row>
21832 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 cups
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 plates
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854 saucers
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 <row>
21861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865 45
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 33
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883 21
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 </row>
21889 </lyxtabular>
21890
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \begin_layout Standard
21902 \begin_inset Note Greyedout
21903 status open
21904
21905 \begin_layout Plain Layout
21906
21907 \series bold
21908 Note:
21909
21910 \series default
21911  Line breaks (shortcut 
21912 \begin_inset Info
21913 type  "shortcut"
21914 arg   "newline-insert newline"
21915 \end_inset
21916
21917 ) are not allowed in rotated cells.
21918 \end_layout
21919
21920 \end_inset
21921
21922
21923 \end_layout
21924
21925 \begin_layout Standard
21926 If you want to rotate table cells containing line breaks,
21927  you have to put the cell content into a minipage or a parbox.
21928 \begin_inset Foot
21929 status collapsed
21930
21931 \begin_layout Plain Layout
21932 For more about these boxes see sec.
21933 \begin_inset space \thinspace{}
21934 \end_inset
21935
21936
21937 \begin_inset CommandInset ref
21938 LatexCommand ref
21939 reference "sec:Minipages"
21940 nolink "false"
21941
21942 \end_inset
21943
21944  and 
21945 \begin_inset CommandInset ref
21946 LatexCommand ref
21947 reference "sec:Parboxes"
21948 nolink "false"
21949
21950 \end_inset
21951
21952 .
21953 \end_layout
21954
21955 \end_inset
21956
21957  If you rotate this cell by 90
21958 \begin_inset space \thinspace{}
21959 \end_inset
21960
21961 ° the width of the box is the height of the cell.
21962  To avoid to estimate a suitable box width one can use a minipage with a variable width.
21963  Such a box is inserted by loading the module 
21964 \family sans
21965 Variable-width
21966 \begin_inset space ~
21967 \end_inset
21968
21969 Minipages
21970 \family default
21971  in the document settings.
21972  Then one can use the menu 
21973 \family sans
21974 Insert\SpecialChar menuseparator
21975 Custom
21976 \begin_inset space ~
21977 \end_inset
21978
21979 Insets\SpecialChar menuseparator
21980 Minipage
21981 \begin_inset space ~
21982 \end_inset
21983
21984
21985 \family default
21986 (Var.
21987 \begin_inset space ~
21988 \end_inset
21989
21990 Width).
21991  Table
21992 \begin_inset space ~
21993 \end_inset
21994
21995
21996 \begin_inset CommandInset ref
21997 LatexCommand ref
21998 reference "tab:Table-with-rotated-multi"
21999 nolink "false"
22000
22001 \end_inset
22002
22003  is an example for a rotated multiline cell where a variable width minipage is used.
22004 \end_layout
22005
22006 \begin_layout Standard
22007 \begin_inset Float table
22008 placement document
22009 alignment document
22010 wide false
22011 sideways false
22012 status open
22013
22014 \begin_layout Plain Layout
22015 \begin_inset Caption Standard
22016
22017 \begin_layout Plain Layout
22018 \begin_inset CommandInset label
22019 LatexCommand label
22020 name "tab:Table-with-rotated-multi"
22021
22022 \end_inset
22023
22024 Table with rotated multiline cell.
22025 \end_layout
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \begin_layout Plain Layout
22033 \noindent
22034 \align center
22035 \begin_inset Tabular
22036 <lyxtabular version="3" rows="2" columns="3">
22037 <features tabularvalignment="middle">
22038 <column alignment="center" valignment="top">
22039 <column alignment="center" valignment="top" width="0pt">
22040 <column alignment="center" valignment="top">
22041 <row>
22042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046 a
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055 \begin_inset Flex Minipage (Var. Width)
22056 status open
22057
22058 \begin_layout Plain Layout
22059 rotated cell
22060 \begin_inset Newline newline
22061 \end_inset
22062
22063 with line break
22064 \begin_inset space ~
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 e
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 </row>
22087 <row>
22088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 b
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 c
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110 d
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 </row>
22116 </lyxtabular>
22117
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \begin_layout Section
22129 Table Width Calculation
22130 \begin_inset CommandInset label
22131 LatexCommand label
22132 name "sec:Table-Width-Calculation"
22133
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \begin_layout Standard
22140 For wide tables it is sometimes difficult to assure that the table does not protrude over the page margin.
22141  Setting a fixed width for every column of the table is the solution,
22142  but what amount of space is needed for each column?
22143 \end_layout
22144
22145 \begin_layout Standard
22146 The table width 
22147 \begin_inset Formula $W_{\mathrm{table}}$
22148 \end_inset
22149
22150  can be calculated:
22151  Every column has the width of the specified column width 
22152 \begin_inset Formula $W_{\mathrm{column}}$
22153 \end_inset
22154
22155  (that the content of the column can consume) plus two times the separation between the column content and the column border (\SpecialChar LaTeX
22156  length
22157 \series bold
22158  
22159 \backslash
22160 tabcolsep
22161 \series default
22162 ,
22163  default 6
22164 \begin_inset space \thinspace{}
22165 \end_inset
22166
22167 pt) plus the width of a border line (\SpecialChar LaTeX
22168  length 
22169 \series bold
22170
22171 \backslash
22172 arrayrulewidth
22173 \series default
22174 ,
22175  default 0.4
22176 \begin_inset space \thinspace{}
22177 \end_inset
22178
22179 pt):
22180  So if all 
22181 \begin_inset Formula $n$
22182 \end_inset
22183
22184
22185 \begin_inset space ~
22186 \end_inset
22187
22188 columns have the same width,
22189  the table width is
22190 \begin_inset Formula 
22191 \begin{equation}
22192 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
22193 \end{equation}
22194
22195 \end_inset
22196
22197
22198 \end_layout
22199
22200 \begin_layout Standard
22201 The available width for a table is the space between the page margins or the width of a text column (for a two-column document) (\SpecialChar LaTeX
22202  length 
22203 \series bold
22204
22205 \backslash
22206 columnwidth
22207 \series default
22208 ).
22209  If all table columns should have the same width and 
22210 \begin_inset Formula $W_{\mathrm{table}}$
22211 \end_inset
22212
22213  should be 1
22214 \begin_inset space \thinspace{}
22215 \end_inset
22216
22217
22218 \backslash
22219 columnwidth,
22220  
22221 \begin_inset Formula $W_{\mathrm{column}}$
22222 \end_inset
22223
22224  can easily be calculated.
22225 \end_layout
22226
22227 \begin_layout Standard
22228 To be able to perform calculations you need to load the \SpecialChar LaTeX
22229 -package 
22230 \series bold
22231 calc
22232 \series default
22233
22234 \begin_inset Index idx
22235 range none
22236 pageformat default
22237 status collapsed
22238
22239 \begin_layout Plain Layout
22240 \SpecialChar LaTeX
22241  packages
22242 \begin_inset IndexMacro subentry
22243 status open
22244
22245 \begin_layout Plain Layout
22246 calc
22247 \end_layout
22248
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \end_inset
22255
22256  in the document preamble.
22257  To set the width in the table dialog you have to use the field 
22258 \family sans
22259 \SpecialChar LaTeX
22260  argument
22261 \family default
22262 .
22263  The command scheme for this field is the same that is explained in section
22264 \begin_inset space ~
22265 \end_inset
22266
22267
22268 \begin_inset CommandInset ref
22269 LatexCommand ref
22270 reference "subsec:Multicolumn-Calculations"
22271 nolink "false"
22272
22273 \end_inset
22274
22275 .
22276  For a table with 5
22277 \begin_inset space \thinspace{}
22278 \end_inset
22279
22280 columns with an uniform width and centered text,
22281  enter there for each column the command
22282 \end_layout
22283
22284 \begin_layout Standard
22285
22286 \series bold
22287 >{
22288 \backslash
22289 centering}p{(1
22290 \backslash
22291 columnwidth-62.4pt)/5}
22292 \end_layout
22293
22294 \begin_layout Standard
22295 For a table with 5
22296 \begin_inset space \thinspace{}
22297 \end_inset
22298
22299 columns where 2 should have 0.75
22300 \begin_inset space ~
22301 \end_inset
22302
22303 times the width than the 3 others,
22304  the calculation is
22305 \begin_inset Formula 
22306 \begin{align}
22307 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
22308  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
22309  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
22310 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
22311 \end{align}
22312
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \begin_layout Standard
22319 In the table therefore the command
22320 \end_layout
22321
22322 \begin_layout Standard
22323
22324 \series bold
22325 >{
22326 \backslash
22327 centering}p{(1
22328 \backslash
22329 columnwidth-62.4pt)/
22330 \backslash
22331 real{4.5}}
22332 \end_layout
22333
22334 \begin_layout Standard
22335 is used for the wider columns and
22336 \end_layout
22337
22338 \begin_layout Standard
22339
22340 \series bold
22341 >{
22342 \backslash
22343 centering}p{(1
22344 \backslash
22345 columnwidth-62.4pt)/
22346 \backslash
22347 real{4.5}*
22348 \backslash
22349 real{0.75}}
22350 \end_layout
22351
22352 \begin_layout Standard
22353 for the smaller ones:
22354 \end_layout
22355
22356 \begin_layout Standard
22357 \begin_inset Tabular
22358 <lyxtabular version="3" rows="2" columns="5">
22359 <features tabularvalignment="middle">
22360 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22361 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
22362 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22363 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
22364 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22365 <row>
22366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370 1
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 2
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 3
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 4
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406 5
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 </row>
22412 <row>
22413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 111111 1111111 111111 111111111 11111 11111 1111
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435 2222 22222 222222 222222222 2222222 22 22222
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453 333333 333333 333333 33333 3333333 333
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 </row>
22459 </lyxtabular>
22460
22461 \end_inset
22462
22463
22464 \end_layout
22465
22466 \begin_layout Section
22467 Table Customization
22468 \begin_inset Index idx
22469 range none
22470 pageformat default
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474 Table Customization
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \begin_inset Index idx
22481 range none
22482 pageformat default
22483 status collapsed
22484
22485 \begin_layout Plain Layout
22486 Table
22487 \begin_inset IndexMacro subentry
22488 status open
22489
22490 \begin_layout Plain Layout
22491 Customization
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \begin_layout Subsection
22505 Row Spacing
22506 \begin_inset CommandInset label
22507 LatexCommand label
22508 name "subsec:Row-Spacing"
22509
22510 \end_inset
22511
22512
22513 \begin_inset Index idx
22514 range none
22515 pageformat default
22516 status collapsed
22517
22518 \begin_layout Plain Layout
22519 Table Customization
22520 \begin_inset IndexMacro subentry
22521 status open
22522
22523 \begin_layout Plain Layout
22524 Row Spacing
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \begin_layout Standard
22538 You can add vertical space to table rows in the 
22539 \family sans
22540 Borders
22541 \family default
22542  tab of the table dialog.
22543  You find there three possibilities:
22544 \end_layout
22545
22546 \begin_layout Description
22547 Top
22548 \begin_inset space ~
22549 \end_inset
22550
22551 of
22552 \begin_inset space ~
22553 \end_inset
22554
22555 row will add space above the characters of the table row.
22556  If the table is a formal table
22557 \begin_inset Foot
22558 status collapsed
22559
22560 \begin_layout Plain Layout
22561 Formal tables are explained in section
22562 \begin_inset space ~
22563 \end_inset
22564
22565
22566 \begin_inset CommandInset ref
22567 LatexCommand ref
22568 reference "sec:Formal-Tables"
22569 nolink "false"
22570
22571 \end_inset
22572
22573 .
22574 \end_layout
22575
22576 \end_inset
22577
22578  \SpecialChar LyX
22579  will insert as default 0.5
22580 \begin_inset space \thinspace{}
22581 \end_inset
22582
22583 em space.
22584  For normal tables the inserted space will unfortunately destroy the vertical table lines as in the following table:
22585 \begin_inset VSpace medskip
22586 \end_inset
22587
22588
22589 \begin_inset Newline newline
22590 \end_inset
22591
22592
22593 \begin_inset space \hspace*{}
22594 \length 0pt
22595 \end_inset
22596
22597
22598 \begin_inset space \hfill{}
22599 \end_inset
22600
22601
22602 \begin_inset Tabular
22603 <lyxtabular version="3" rows="3" columns="1">
22604 <features tabularvalignment="middle">
22605 <column alignment="center" valignment="top">
22606 <row>
22607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 A
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 </row>
22617 <row topspace="3mm">
22618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 3
22623 \begin_inset space \thinspace{}
22624 \end_inset
22625
22626 mm space top of row
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 C
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 </row>
22643 </lyxtabular>
22644
22645 \end_inset
22646
22647
22648 \begin_inset space \hfill{}
22649 \end_inset
22650
22651
22652 \begin_inset space \hspace*{}
22653 \length 0pt
22654 \end_inset
22655
22656
22657 \begin_inset VSpace medskip
22658 \end_inset
22659
22660
22661 \begin_inset Newline newline
22662 \end_inset
22663
22664 So inserting space in the top of row for normal tables is only useful when you don't have vertical lines.
22665 \end_layout
22666
22667 \begin_layout Description
22668 Bottom
22669 \begin_inset space ~
22670 \end_inset
22671
22672 of
22673 \begin_inset space ~
22674 \end_inset
22675
22676 row will add space below the characters of the table row.
22677  If the table is a formal table \SpecialChar LyX
22678  will insert as default 0.5
22679 \begin_inset space \thinspace{}
22680 \end_inset
22681
22682 em space,
22683  for normal tables the default size is 2
22684 \begin_inset space \thinspace{}
22685 \end_inset
22686
22687 pt.
22688 \end_layout
22689
22690 \begin_layout Description
22691 Between
22692 \begin_inset space ~
22693 \end_inset
22694
22695 rows adds space between the current and the following row.
22696  If the table is a formal table \SpecialChar LyX
22697  will insert as default 0.5
22698 \begin_inset space \thinspace{}
22699 \end_inset
22700
22701 em space.
22702  For normal tables the inserted space will unfortunately destroy the vertical table lines as in the following table:
22703 \begin_inset VSpace medskip
22704 \end_inset
22705
22706
22707 \begin_inset Newline newline
22708 \end_inset
22709
22710
22711 \begin_inset space \hspace*{}
22712 \length 0pt
22713 \end_inset
22714
22715
22716 \begin_inset space \hfill{}
22717 \end_inset
22718
22719
22720 \begin_inset Tabular
22721 <lyxtabular version="3" rows="3" columns="1">
22722 <features tabularvalignment="middle">
22723 <column alignment="center" valignment="top">
22724 <row>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 A
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 </row>
22735 <row interlinespace="3mm">
22736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740 \begin_inset Formula $\downarrow$
22741 \end_inset
22742
22743  3
22744 \begin_inset space \thinspace{}
22745 \end_inset
22746
22747 mm space between row 
22748 \begin_inset Formula $\downarrow$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 <row>
22758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 \begin_inset Formula $\uparrow$
22763 \end_inset
22764
22765  3
22766 \begin_inset space \thinspace{}
22767 \end_inset
22768
22769 mm space between row 
22770 \begin_inset Formula $\uparrow$
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 </row>
22779 </lyxtabular>
22780
22781 \end_inset
22782
22783
22784 \begin_inset space \hfill{}
22785 \end_inset
22786
22787
22788 \begin_inset space \hspace*{}
22789 \length 0pt
22790 \end_inset
22791
22792
22793 \begin_inset VSpace medskip
22794 \end_inset
22795
22796
22797 \begin_inset Newline newline
22798 \end_inset
22799
22800 So inserting space between rows for normal tables is only useful when you don't have vertical lines.
22801 \end_layout
22802
22803 \begin_layout Standard
22804 \begin_inset VSpace bigskip
22805 \end_inset
22806
22807 When you want to add extra height to all cells of all tables,
22808  you can do this with the following preamble lines:
22809 \end_layout
22810
22811 \begin_layout Standard
22812
22813 \series bold
22814
22815 \backslash
22816 @ifundefined{extrarowheight}
22817 \begin_inset Newline newline
22818 \end_inset
22819
22820
22821 \begin_inset Phantom HPhantom
22822 status open
22823
22824 \begin_layout Plain Layout
22825
22826 \series bold
22827 \begin_inset space ~
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \end_inset
22834
22835 {
22836 \backslash
22837 usepackage{array}}{}
22838 \begin_inset Newline newline
22839 \end_inset
22840
22841
22842 \backslash
22843 setlength{
22844 \backslash
22845 extrarowheight}{height}
22846 \series default
22847
22848 \begin_inset Note Note
22849 status collapsed
22850
22851 \begin_layout Plain Layout
22852 The package 
22853 \series bold
22854 array
22855 \series default
22856  will be loaded automatically by \SpecialChar LyX
22857  when you use self defined table formats.
22858  To avoid that it is loaded twice the command 
22859 \series bold
22860
22861 \backslash
22862 @ifundefined
22863 \series default
22864  is used in the above command.
22865 \end_layout
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \begin_layout Standard
22873 where the 
22874 \family sans
22875 height
22876 \family default
22877  can have one of the units listed in appendix
22878 \begin_inset space ~
22879 \end_inset
22880
22881
22882 \begin_inset CommandInset ref
22883 LatexCommand ref
22884 reference "cha:Units-available-in"
22885 nolink "false"
22886
22887 \end_inset
22888
22889 .
22890  But this has the disadvantage that the cell texts are no longer exactly vertically centered.
22891 \end_layout
22892
22893 \begin_layout Standard
22894 If you are using font sizes larger than the normal size,
22895  the table borders are often too close to the letters.
22896  This can be corrected by inserting the command 
22897 \series bold
22898
22899 \backslash
22900 strut
22901 \series default
22902  in \SpecialChar TeX
22903  Code at the beginning of a table row.
22904  Table
22905 \begin_inset space ~
22906 \end_inset
22907
22908
22909 \begin_inset CommandInset ref
22910 LatexCommand ref
22911 reference "tab:Vertical-alignment-of"
22912 nolink "false"
22913
22914 \end_inset
22915
22916  illustrates the effect.
22917 \end_layout
22918
22919 \begin_layout Standard
22920 \noindent
22921 \begin_inset Float table
22922 placement h
22923 alignment document
22924 wide false
22925 sideways false
22926 status open
22927
22928 \begin_layout Plain Layout
22929 \begin_inset Caption Standard
22930
22931 \begin_layout Plain Layout
22932 \begin_inset CommandInset label
22933 LatexCommand label
22934 name "tab:Vertical-alignment-of"
22935
22936 \end_inset
22937
22938 Vertical alignment of text with large font sizes.
22939 \end_layout
22940
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \begin_layout Plain Layout
22947 \begin_inset space \hfill{}
22948 \end_inset
22949
22950
22951 \begin_inset Float table
22952 placement document
22953 alignment document
22954 wide false
22955 sideways false
22956 status collapsed
22957
22958 \begin_layout Plain Layout
22959 \begin_inset Caption Standard
22960
22961 \begin_layout Plain Layout
22962 Normal table.
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \begin_layout Plain Layout
22971 \noindent
22972 \align center
22973 \begin_inset Tabular
22974 <lyxtabular version="3" rows="6" columns="1">
22975 <features tabularvalignment="middle">
22976 <column alignment="left" valignment="top">
22977 <row>
22978 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 Normal,
22983  g
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 </row>
22989 <row>
22990 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994
22995 \size large
22996 Large
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 </row>
23002 <row>
23003 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007
23008 \size larger
23009 Larger
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 </row>
23015 <row>
23016 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020
23021 \size largest
23022 Largest
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 </row>
23028 <row>
23029 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033
23034 \size huge
23035 Huge
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \size huge
23048 Huger
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 </row>
23054 </lyxtabular>
23055
23056 \end_inset
23057
23058
23059 \end_layout
23060
23061 \end_inset
23062
23063
23064 \begin_inset space \hfill{}
23065 \end_inset
23066
23067
23068 \begin_inset Float table
23069 placement document
23070 alignment document
23071 wide false
23072 sideways false
23073 status collapsed
23074
23075 \begin_layout Plain Layout
23076 \begin_inset Caption Standard
23077
23078 \begin_layout Plain Layout
23079 Table using the command 
23080 \series bold
23081
23082 \backslash
23083 strut
23084 \series default
23085 .
23086 \end_layout
23087
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \begin_layout Plain Layout
23094 \noindent
23095 \align center
23096 \begin_inset Tabular
23097 <lyxtabular version="3" rows="6" columns="1">
23098 <features tabularvalignment="middle">
23099 <column alignment="left" valignment="top">
23100 <row>
23101 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 Normal,
23106  g
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 </row>
23112 <row>
23113 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117
23118 \size large
23119 \begin_inset ERT
23120 status collapsed
23121
23122 \begin_layout Plain Layout
23123
23124
23125 \backslash
23126 strut 
23127 \end_layout
23128
23129 \end_inset
23130
23131 Large
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 </row>
23137 <row>
23138 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142
23143 \size larger
23144 \begin_inset ERT
23145 status collapsed
23146
23147 \begin_layout Plain Layout
23148
23149
23150 \backslash
23151 strut 
23152 \end_layout
23153
23154 \end_inset
23155
23156 Larger
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 </row>
23162 <row>
23163 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167
23168 \size largest
23169 \begin_inset ERT
23170 status collapsed
23171
23172 \begin_layout Plain Layout
23173
23174
23175 \backslash
23176 strut 
23177 \end_layout
23178
23179 \end_inset
23180
23181 Largest
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 </row>
23187 <row>
23188 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192
23193 \size huge
23194 \begin_inset ERT
23195 status collapsed
23196
23197 \begin_layout Plain Layout
23198
23199
23200 \backslash
23201 strut 
23202 \end_layout
23203
23204 \end_inset
23205
23206 Huge
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 </row>
23212 <row>
23213 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217
23218 \size giant
23219 \begin_inset ERT
23220 status collapsed
23221
23222 \begin_layout Plain Layout
23223
23224
23225 \backslash
23226 strut 
23227 \end_layout
23228
23229 \end_inset
23230
23231
23232 \size huge
23233 Huger
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 </lyxtabular>
23240
23241 \end_inset
23242
23243
23244 \end_layout
23245
23246 \end_inset
23247
23248
23249 \begin_inset space \hfill{}
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \begin_layout Subsection
23261 Special Cell Alignment
23262 \begin_inset CommandInset label
23263 LatexCommand label
23264 name "subsec:Special-Cell-Alignment"
23265
23266 \end_inset
23267
23268
23269 \begin_inset Index idx
23270 range none
23271 pageformat default
23272 status collapsed
23273
23274 \begin_layout Plain Layout
23275 Table Customization
23276 \begin_inset IndexMacro subentry
23277 status open
23278
23279 \begin_layout Plain Layout
23280 Special Cell Alignment
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \begin_layout Standard
23294 Sometimes it looks better when the cell entries of a column are aligned with a special character,
23295  e.
23296 \begin_inset space \thinspace{}
23297 \end_inset
23298
23299 g.
23300 \begin_inset space \space{}
23301 \end_inset
23302
23303 with the decimal separator as in Table
23304 \begin_inset space ~
23305 \end_inset
23306
23307
23308 \begin_inset CommandInset ref
23309 LatexCommand ref
23310 reference "tab:Table-cells-align"
23311 nolink "false"
23312
23313 \end_inset
23314
23315 .
23316  This alignment is achieved by setting the cursor into the column and then either pressing the toolbar button 
23317 \begin_inset Info
23318 type  "icon"
23319 arg   "tabular-feature align-decimal"
23320 \end_inset
23321
23322  or setting the alignment in the table settings to 
23323 \family sans
23324 At
23325 \begin_inset space ~
23326 \end_inset
23327
23328 Decimal
23329 \begin_inset space ~
23330 \end_inset
23331
23332 Separator
23333 \family default
23334 .
23335  The alignment character can be a character of your choice and is specified in the table settings.
23336 \end_layout
23337
23338 \begin_layout Standard
23339 \begin_inset Float table
23340 placement h
23341 alignment document
23342 wide false
23343 sideways false
23344 status open
23345
23346 \begin_layout Plain Layout
23347 \begin_inset Caption Standard
23348
23349 \begin_layout Plain Layout
23350 \begin_inset CommandInset label
23351 LatexCommand label
23352 name "tab:Table-cells-align"
23353
23354 \end_inset
23355
23356 Table cells of a column aligned with the decimal separator.
23357 \end_layout
23358
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \begin_layout Plain Layout
23365 \align center
23366 \begin_inset Tabular
23367 <lyxtabular version="3" rows="4" columns="1">
23368 <features booktabs="true" tabularvalignment="middle">
23369 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
23370 <row>
23371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 heading
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 </row>
23381 <row>
23382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386 12.6
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 </row>
23392 <row>
23393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 0.68
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 </row>
23403 <row>
23404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408 -123.0
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 </row>
23414 </lyxtabular>
23415
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \end_inset
23422
23423
23424 \end_layout
23425
23426 \begin_layout Standard
23427 \begin_inset Float table
23428 placement h
23429 alignment document
23430 wide false
23431 sideways false
23432 status open
23433
23434 \begin_layout Plain Layout
23435 \begin_inset Caption Standard
23436
23437 \begin_layout Plain Layout
23438 \begin_inset CommandInset label
23439 LatexCommand label
23440 name "tab:Table-align-operator"
23441
23442 \end_inset
23443
23444 Table cells of a column aligned with the operators.
23445 \end_layout
23446
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \begin_layout Plain Layout
23453 \align center
23454 \begin_inset Tabular
23455 <lyxtabular version="3" rows="4" columns="2">
23456 <features booktabs="true" tabularvalignment="middle">
23457 <column alignment="right" valignment="top" width="0pt">
23458 <column alignment="left" valignment="top" width="0pt" special="@{}l">
23459 <row>
23460 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 heading
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \end_layout
23475
23476 \end_inset
23477 </cell>
23478 </row>
23479 <row>
23480 <cell alignment="center" valignment="top" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $12\,+$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Formula $\,6$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 </row>
23505 <row>
23506 <cell alignment="center" valignment="top" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510 \begin_inset Formula $0\,-$
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 \begin_inset Formula $\,68$
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 </row>
23531 <row>
23532 <cell alignment="center" valignment="top" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536 \begin_inset Formula $-123\,/$
23537 \end_inset
23538
23539
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 <cell alignment="center" valignment="top" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548 \begin_inset Formula $\,0$
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 </row>
23557 </lyxtabular>
23558
23559 \end_inset
23560
23561
23562 \end_layout
23563
23564 \end_inset
23565
23566
23567 \end_layout
23568
23569 \begin_layout Standard
23570 For alignments at characters in formulas this method does not work because the field to specify the alignment character does not allow formulas.
23571  In this case one need to use the method from Table
23572 \begin_inset space ~
23573 \end_inset
23574
23575
23576 \begin_inset CommandInset ref
23577 LatexCommand ref
23578 reference "tab:Table-align-operator"
23579 nolink "false"
23580
23581 \end_inset
23582
23583 .
23584  This table was created with a 4×2 table.
23585  The heading is a centered multicolumn.
23586  The first column is right-aligned and contains the first part including the operator.
23587  The second column is left aligned and contains the rest.
23588  A small space was added at the beginning of each cell of the second column to get the space that is usually around operators.
23589  To omit the space that is normally between two table columns,
23590  the following \SpecialChar LaTeX
23591 -argument was used for the second column:
23592 \end_layout
23593
23594 \begin_layout Standard
23595
23596 \series bold
23597 @{}l
23598 \end_layout
23599
23600 \begin_layout Standard
23601 Table
23602 \begin_inset space ~
23603 \end_inset
23604
23605
23606 \begin_inset CommandInset ref
23607 LatexCommand ref
23608 reference "tab:Several-table-cell"
23609 nolink "false"
23610
23611 \end_inset
23612
23613  shows some example alignments.
23614  For the alignment with the relation sign,
23615  a small space was added like for the second column of Table
23616 \begin_inset space ~
23617 \end_inset
23618
23619
23620 \begin_inset CommandInset ref
23621 LatexCommand ref
23622 reference "tab:Table-align-operator"
23623 nolink "false"
23624
23625 \end_inset
23626
23627 .
23628 \end_layout
23629
23630 \begin_layout Standard
23631 \begin_inset Float table
23632 placement h
23633 alignment document
23634 wide false
23635 sideways false
23636 status open
23637
23638 \begin_layout Plain Layout
23639 \begin_inset Caption Standard
23640
23641 \begin_layout Plain Layout
23642 \begin_inset CommandInset label
23643 LatexCommand label
23644 name "tab:Several-table-cell"
23645
23646 \end_inset
23647
23648 Several table cell alignments.
23649 \end_layout
23650
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \begin_layout Plain Layout
23657 \align center
23658 \begin_inset Tabular
23659 <lyxtabular version="3" rows="4" columns="6">
23660 <features tabularvalignment="middle">
23661 <column alignment="right" valignment="top">
23662 <column alignment="left" valignment="top" special="@{}l">
23663 <column alignment="right" valignment="top">
23664 <column alignment="left" valignment="top" special="@{}l">
23665 <column alignment="right" valignment="top">
23666 <column alignment="left" valignment="top" special="@{}l">
23667 <row>
23668 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672 units
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690 exponents
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708 relations
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 </row>
23723 <row>
23724 <cell alignment="center" valignment="top" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 12×
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 24
23738 \begin_inset space \thinspace{}
23739 \end_inset
23740
23741 bottles
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750 \begin_inset Formula $10\cdot$
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 \begin_inset Formula $10^{\mbox{-}17}$
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 \begin_inset Formula $\Gamma(t)\propto$
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 <cell alignment="center" valignment="top" usebox="none">
23783 \begin_inset Text
23784
23785 \begin_layout Plain Layout
23786 \begin_inset Formula $\:\Upsilon(t)$
23787 \end_inset
23788
23789
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 </row>
23795 <row>
23796 <cell alignment="center" valignment="top" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800 1024×
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 768
23810 \begin_inset space \thinspace{}
23811 \end_inset
23812
23813 Pixels
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 <cell alignment="center" valignment="top" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822 \begin_inset Formula $5.78\cdot$
23823 \end_inset
23824
23825
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 \begin_inset Formula $10^{7}$
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 \begin_inset Formula $A\ne$
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 \begin_inset Formula $\:B_{\mathrm{red}}$
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 </row>
23867 <row>
23868 <cell alignment="center" valignment="top" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872 32×
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881 6
23882 \begin_inset space \thinspace{}
23883 \end_inset
23884
23885 cm
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 <cell alignment="center" valignment="top" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894 -
23895 \begin_inset Formula $33.5\cdot$
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 \begin_inset Formula $10^{4}$
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 <cell alignment="center" valignment="top" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919 \begin_inset Formula $\sin(\alpha)\ge$
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 <cell alignment="center" valignment="top" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931 \begin_inset Formula $\:\sin(\beta)$
23932 \end_inset
23933
23934
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 </row>
23940 </lyxtabular>
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948
23949
23950 \end_layout
23951
23952 \begin_layout Subsection
23953 Customized Cell/Column Format
23954 \begin_inset CommandInset label
23955 LatexCommand label
23956 name "subsec:Customized-Format"
23957
23958 \end_inset
23959
23960
23961 \begin_inset Index idx
23962 range none
23963 pageformat default
23964 status collapsed
23965
23966 \begin_layout Plain Layout
23967 Table Customization
23968 \begin_inset IndexMacro subentry
23969 status open
23970
23971 \begin_layout Plain Layout
23972 Cell/Column Format
23973 \end_layout
23974
23975 \end_inset
23976
23977
23978 \end_layout
23979
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \begin_layout Standard
23986 Calculating the required width for normal columns as described in section
23987 \begin_inset space ~
23988 \end_inset
23989
23990
23991 \begin_inset CommandInset ref
23992 LatexCommand ref
23993 reference "sec:Table-Width-Calculation"
23994 nolink "false"
23995
23996 \end_inset
23997
23998  or for spanned columns as described in section
23999 \begin_inset space ~
24000 \end_inset
24001
24002
24003 \begin_inset CommandInset ref
24004 LatexCommand ref
24005 reference "subsec:Multicolumn-Calculations"
24006 nolink "false"
24007
24008 \end_inset
24009
24010  is very annoying if you have several tables where a calculation is necessary.
24011  To make life easier,
24012  you can define a cell/column format in the preamble,
24013  that can be used in all tables of the document.
24014  The format is defined with the command
24015 \end_layout
24016
24017 \begin_layout Standard
24018
24019 \series bold
24020
24021 \backslash
24022 newcolumntype{name of format}[number of arguments]{commands}
24023 \end_layout
24024
24025 \begin_layout Standard
24026 The format name may only consist of one letter.
24027  The letters 
24028 \emph on
24029 b
24030 \emph default
24031 ,
24032  
24033 \emph on
24034 c
24035 \emph default
24036 ,
24037  
24038 \emph on
24039 l
24040 \emph default
24041 ,
24042  
24043 \emph on
24044 m
24045 \emph default
24046 ,
24047  
24048 \emph on
24049 p
24050 \emph default
24051  and 
24052 \emph on
24053 r
24054 \emph default
24055  are predefined and cannot be used.
24056  But all letters are allowed as capitals.
24057 \end_layout
24058
24059 \begin_layout Standard
24060 \begin_inset VSpace medskip
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \begin_layout Standard
24067 For vertically and horizontally centered multicolumn cells with a fixed width you can define the cell format
24068 \end_layout
24069
24070 \begin_layout Standard
24071
24072 \series bold
24073
24074 \backslash
24075 newcolumntype{M}[1]{>{
24076 \backslash
24077 centering
24078 \backslash
24079 hspace{0pt}}m{#1}}
24080 \end_layout
24081
24082 \begin_layout Standard
24083 where 
24084 \series bold
24085
24086 \backslash
24087 hspace{0pt}
24088 \series default
24089  avoids the problem of hyphenating the first word,
24090  as described in section
24091 \begin_inset space ~
24092 \end_inset
24093
24094
24095 \begin_inset CommandInset ref
24096 LatexCommand ref
24097 reference "subsec:Multiple-Lines-in"
24098 nolink "false"
24099
24100 \end_inset
24101
24102 .
24103  Now you can simply enter
24104 \end_layout
24105
24106 \begin_layout Standard
24107
24108 \series bold
24109 M{width}
24110 \end_layout
24111
24112 \begin_layout Standard
24113 as 
24114 \family sans
24115 \SpecialChar LaTeX
24116 -argument
24117 \family default
24118  in the table dialog to create a multicolumn.
24119 \end_layout
24120
24121 \begin_layout Standard
24122 \begin_inset VSpace bigskip
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \begin_layout Standard
24129 For cells spanned by a multicolumn cell,
24130  you can define the format
24131 \end_layout
24132
24133 \begin_layout Standard
24134
24135 \series bold
24136
24137 \backslash
24138 newcolumntype{S}[2]{>{
24139 \backslash
24140 centering
24141 \backslash
24142 hspace{0pt}}
24143 \begin_inset Newline newline
24144 \end_inset
24145
24146
24147 \begin_inset Phantom HPhantom
24148 status open
24149
24150 \begin_layout Plain Layout
24151
24152 \series bold
24153
24154 \backslash
24155 newcolumntype
24156 \end_layout
24157
24158 \end_inset
24159
24160 m{(#1+(2
24161 \backslash
24162 tabcolsep+
24163 \backslash
24164 arrayrulewidth)*(1-#2))/#2}}
24165 \end_layout
24166
24167 \begin_layout Standard
24168 This format uses equation 
24169 \begin_inset CommandInset ref
24170 LatexCommand eqref
24171 reference "eq:Wgn"
24172 nolink "false"
24173
24174 \end_inset
24175
24176  to calculate the required width so that each spanned cell has the same width.
24177 \end_layout
24178
24179 \begin_layout Standard
24180 You can now enter
24181 \end_layout
24182
24183 \begin_layout Standard
24184
24185 \series bold
24186 S{width of multicolumn cell}{number of spanned columns}
24187 \end_layout
24188
24189 \begin_layout Standard
24190 as \SpecialChar LaTeX
24191 -argument of the column.
24192 \end_layout
24193
24194 \begin_layout Standard
24195 \begin_inset VSpace bigskip
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \begin_layout Standard
24202 For colored columns,
24203  you can define
24204 \end_layout
24205
24206 \begin_layout Standard
24207
24208 \series bold
24209
24210 \backslash
24211 newcolumntype{K}[1]{>{
24212 \backslash
24213 columncolor{#1}
24214 \backslash
24215 hspace{0pt}}c}
24216 \end_layout
24217
24218 \begin_layout Standard
24219 The 
24220 \begin_inset Quotes eld
24221 \end_inset
24222
24223 c
24224 \begin_inset Quotes erd
24225 \end_inset
24226
24227  at the end creates a column with a flexible width whose text is horizontally centered.
24228  You can now enter
24229 \end_layout
24230
24231 \begin_layout Standard
24232
24233 \series bold
24234 K{color name}
24235 \end_layout
24236
24237 \begin_layout Standard
24238 as \SpecialChar LaTeX
24239 -argument.
24240 \end_layout
24241
24242 \begin_layout Standard
24243 \begin_inset VSpace bigskip
24244 \end_inset
24245
24246
24247 \end_layout
24248
24249 \begin_layout Standard
24250 To create Table
24251 \begin_inset space ~
24252 \end_inset
24253
24254
24255 \begin_inset CommandInset ref
24256 LatexCommand ref
24257 reference "tab:Table-using-user-defined"
24258 nolink "false"
24259
24260 \end_inset
24261
24262  use the \SpecialChar LaTeX
24263 -arguments
24264 \end_layout
24265
24266 \begin_layout Standard
24267
24268 \series bold
24269 M{2.5cm}
24270 \end_layout
24271
24272 \begin_layout Standard
24273 for the first column and the multicolumn,
24274 \end_layout
24275
24276 \begin_layout Standard
24277
24278 \series bold
24279 K{red}
24280 \end_layout
24281
24282 \begin_layout Standard
24283 for the last column,
24284  and
24285 \end_layout
24286
24287 \begin_layout Standard
24288
24289 \series bold
24290 S{2.5cm}{2}
24291 \end_layout
24292
24293 \begin_layout Standard
24294 for the cells in the second column.
24295 \end_layout
24296
24297 \begin_layout Standard
24298 \begin_inset Float table
24299 placement h
24300 alignment document
24301 wide false
24302 sideways false
24303 status open
24304
24305 \begin_layout Plain Layout
24306 \begin_inset Caption Standard
24307
24308 \begin_layout Plain Layout
24309 \begin_inset CommandInset label
24310 LatexCommand label
24311 name "tab:Table-using-user-defined"
24312
24313 \end_inset
24314
24315 Table using user-defined table formats
24316 \end_layout
24317
24318 \end_inset
24319
24320
24321 \end_layout
24322
24323 \begin_layout Plain Layout
24324 \align center
24325 \begin_inset Tabular
24326 <lyxtabular version="3" rows="3" columns="4">
24327 <features tabularvalignment="middle">
24328 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
24329 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
24330 <column alignment="center" valignment="middle">
24331 <column alignment="center" valignment="middle" special="K{red}">
24332 <row>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337 verylongtablecellword
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346 multiple lines multicolumn
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 c
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 </row>
24370 <row>
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 d
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384 e
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393 f
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402 g
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 </row>
24408 <row>
24409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413 h
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422 i
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431 j
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440 k
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 </row>
24446 </lyxtabular>
24447
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \end_inset
24454
24455
24456 \end_layout
24457
24458 \begin_layout Subsection
24459 Line Thickness
24460 \begin_inset CommandInset label
24461 LatexCommand label
24462 name "subsec:Line-Thickness"
24463
24464 \end_inset
24465
24466
24467 \begin_inset Index idx
24468 range none
24469 pageformat default
24470 status collapsed
24471
24472 \begin_layout Plain Layout
24473 Table Customization
24474 \begin_inset IndexMacro subentry
24475 status open
24476
24477 \begin_layout Plain Layout
24478 Line Thickness
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \end_layout
24485
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \begin_layout Standard
24492 The line thickness for all lines in a table can be adjusted with the length 
24493 \series bold
24494
24495 \backslash
24496 arrayrulewidth
24497 \series default
24498 .
24499  To set for example a line thickness of 1.5
24500 \begin_inset space \thinspace{}
24501 \end_inset
24502
24503 pt,
24504  as in Table
24505 \begin_inset space ~
24506 \end_inset
24507
24508
24509 \begin_inset CommandInset ref
24510 LatexCommand ref
24511 reference "tab:Table-with-1.5"
24512 nolink "false"
24513
24514 \end_inset
24515
24516 ,
24517  insert the command
24518 \end_layout
24519
24520 \begin_layout Standard
24521
24522 \series bold
24523
24524 \backslash
24525 setlength{
24526 \backslash
24527 arrayrulewidth}{1.5pt}
24528 \end_layout
24529
24530 \begin_layout Standard
24531 in \SpecialChar TeX
24532  Code before the table or table float.
24533  The changed thickness is valid for all subsequent tables.
24534  To use the default value again,
24535  set 
24536 \series bold
24537
24538 \backslash
24539 arrayrulewidth
24540 \series default
24541  to 0.4
24542 \begin_inset space \thinspace{}
24543 \end_inset
24544
24545 pt in \SpecialChar TeX
24546  Code after the table or table float.
24547 \end_layout
24548
24549 \begin_layout Standard
24550 \begin_inset ERT
24551 status collapsed
24552
24553 \begin_layout Plain Layout
24554
24555
24556 \backslash
24557 setlength{
24558 \backslash
24559 arrayrulewidth}{1.5pt}
24560 \end_layout
24561
24562 \end_inset
24563
24564
24565 \begin_inset Float table
24566 placement document
24567 alignment document
24568 wide false
24569 sideways false
24570 status open
24571
24572 \begin_layout Plain Layout
24573 \begin_inset Caption Standard
24574
24575 \begin_layout Plain Layout
24576 \begin_inset CommandInset label
24577 LatexCommand label
24578 name "tab:Table-with-1.5"
24579
24580 \end_inset
24581
24582 Table with 1.5
24583 \begin_inset space \thinspace{}
24584 \end_inset
24585
24586 pt thick lines
24587 \end_layout
24588
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \begin_layout Plain Layout
24595 \align center
24596 \begin_inset Tabular
24597 <lyxtabular version="3" rows="3" columns="3">
24598 <features tabularvalignment="middle">
24599 <column alignment="center" valignment="top">
24600 <column alignment="center" valignment="top">
24601 <column alignment="center" valignment="top">
24602 <row>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607 sd
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616
24617 \end_layout
24618
24619 \end_inset
24620 </cell>
24621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625
24626 \end_layout
24627
24628 \end_inset
24629 </cell>
24630 </row>
24631 <row>
24632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24633 \begin_inset Text
24634
24635 \begin_layout Plain Layout
24636
24637 \end_layout
24638
24639 \end_inset
24640 </cell>
24641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24642 \begin_inset Text
24643
24644 \begin_layout Plain Layout
24645 sd
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 </row>
24660 <row>
24661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24680 \begin_inset Text
24681
24682 \begin_layout Plain Layout
24683 sd
24684 \end_layout
24685
24686 \end_inset
24687 </cell>
24688 </row>
24689 </lyxtabular>
24690
24691 \end_inset
24692
24693
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \begin_inset ERT
24700 status collapsed
24701
24702 \begin_layout Plain Layout
24703
24704
24705 \backslash
24706 setlength{
24707 \backslash
24708 arrayrulewidth}{0.4pt}
24709 \end_layout
24710
24711 \end_inset
24712
24713
24714 \end_layout
24715
24716 \begin_layout Standard
24717 \begin_inset VSpace bigskip
24718 \end_inset
24719
24720 To set the line thickness to 1.5
24721 \begin_inset space \thinspace{}
24722 \end_inset
24723
24724 pt only for horizontal lines,
24725  as in Table
24726 \begin_inset space ~
24727 \end_inset
24728
24729
24730 \begin_inset CommandInset ref
24731 LatexCommand ref
24732 reference "tab:Table-with-horizontal"
24733 nolink "false"
24734
24735 \end_inset
24736
24737 ,
24738  insert these commands in \SpecialChar TeX
24739  Code before the table or table float:
24740 \end_layout
24741
24742 \begin_layout Standard
24743
24744 \series bold
24745
24746 \backslash
24747 let
24748 \backslash
24749 myHline
24750 \backslash
24751 hline
24752 \begin_inset Newline newline
24753 \end_inset
24754
24755
24756 \backslash
24757 renewcommand{
24758 \backslash
24759 hline}
24760 \begin_inset Newline newline
24761 \end_inset
24762
24763  {
24764 \backslash
24765 noalign{
24766 \backslash
24767 global
24768 \backslash
24769 arrayrulewidth 1.5pt}
24770 \begin_inset Newline newline
24771 \end_inset
24772
24773  
24774 \backslash
24775 myHline
24776 \backslash
24777 noalign{
24778 \backslash
24779 global
24780 \backslash
24781 arrayrulewidth 0.4pt}}
24782 \end_layout
24783
24784 \begin_layout Standard
24785 To return to the default line thickness,
24786  insert this command in \SpecialChar TeX
24787  Code after the table or table float:
24788 \end_layout
24789
24790 \begin_layout Standard
24791
24792 \series bold
24793
24794 \backslash
24795 renewcommand{
24796 \backslash
24797 hline}{
24798 \backslash
24799 myHline}
24800 \end_layout
24801
24802 \begin_layout Standard
24803 \begin_inset ERT
24804 status collapsed
24805
24806 \begin_layout Plain Layout
24807
24808
24809 \backslash
24810 let
24811 \backslash
24812 myHline
24813 \backslash
24814 hline
24815 \end_layout
24816
24817 \begin_layout Plain Layout
24818
24819
24820 \backslash
24821 renewcommand{
24822 \backslash
24823 hline}
24824 \end_layout
24825
24826 \begin_layout Plain Layout
24827
24828  {
24829 \backslash
24830 noalign{
24831 \backslash
24832 global
24833 \backslash
24834 arrayrulewidth 1.5pt}
24835 \end_layout
24836
24837 \begin_layout Plain Layout
24838
24839   
24840 \backslash
24841 myHline
24842 \backslash
24843 noalign{
24844 \backslash
24845 global
24846 \backslash
24847 arrayrulewidth 0.4pt}}
24848 \end_layout
24849
24850 \end_inset
24851
24852
24853 \begin_inset Float table
24854 placement document
24855 alignment document
24856 wide false
24857 sideways false
24858 status open
24859
24860 \begin_layout Plain Layout
24861 \begin_inset Caption Standard
24862
24863 \begin_layout Plain Layout
24864 \begin_inset CommandInset label
24865 LatexCommand label
24866 name "tab:Table-with-horizontal"
24867
24868 \end_inset
24869
24870 Table with 1.5
24871 \begin_inset space \thinspace{}
24872 \end_inset
24873
24874 pt thick horizontal lines
24875 \end_layout
24876
24877 \end_inset
24878
24879
24880 \end_layout
24881
24882 \begin_layout Plain Layout
24883 \align center
24884 \begin_inset Tabular
24885 <lyxtabular version="3" rows="3" columns="3">
24886 <features tabularvalignment="middle">
24887 <column alignment="center" valignment="top">
24888 <column alignment="center" valignment="top">
24889 <column alignment="center" valignment="top">
24890 <row>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895 sd
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 </row>
24919 <row>
24920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933 sd
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 </row>
24948 <row>
24949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971 sd
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 </row>
24977 </lyxtabular>
24978
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \end_inset
24985
24986
24987 \begin_inset ERT
24988 status collapsed
24989
24990 \begin_layout Plain Layout
24991
24992
24993 \backslash
24994 renewcommand{
24995 \backslash
24996 hline}{
24997 \backslash
24998 myHline}
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \end_layout
25005
25006 \begin_layout Standard
25007 \begin_inset VSpace bigskip
25008 \end_inset
25009
25010 To set the line thickness to 1.5
25011 \begin_inset space \thinspace{}
25012 \end_inset
25013
25014 pt only for vertical lines,
25015  create the following column format in the document preamble,
25016  according to the description in section
25017 \begin_inset space ~
25018 \end_inset
25019
25020
25021 \begin_inset CommandInset ref
25022 LatexCommand ref
25023 reference "subsec:Customized-Format"
25024 nolink "false"
25025
25026 \end_inset
25027
25028 :
25029 \end_layout
25030
25031 \begin_layout Standard
25032
25033 \series bold
25034
25035 \backslash
25036 newcolumntype{V}{!{
25037 \backslash
25038 vrule width 1.5pt}}
25039 \end_layout
25040
25041 \begin_layout Standard
25042 For Table
25043 \begin_inset space ~
25044 \end_inset
25045
25046
25047 \begin_inset CommandInset ref
25048 LatexCommand ref
25049 reference "tab:Table-with-vertical"
25050 nolink "false"
25051
25052 \end_inset
25053
25054  the \SpecialChar LaTeX
25055 -argument
25056 \end_layout
25057
25058 \begin_layout Standard
25059
25060 \series bold
25061 VcV
25062 \end_layout
25063
25064 \begin_layout Standard
25065 was used for the last column and
25066 \end_layout
25067
25068 \begin_layout Standard
25069
25070 \series bold
25071 Vc
25072 \end_layout
25073
25074 \begin_layout Standard
25075 for the other columns.
25076 \end_layout
25077
25078 \begin_layout Standard
25079 \begin_inset Float table
25080 placement document
25081 alignment document
25082 wide false
25083 sideways false
25084 status open
25085
25086 \begin_layout Plain Layout
25087 \begin_inset Caption Standard
25088
25089 \begin_layout Plain Layout
25090 \begin_inset CommandInset label
25091 LatexCommand label
25092 name "tab:Table-with-vertical"
25093
25094 \end_inset
25095
25096 Table with 1.5
25097 \begin_inset space \thinspace{}
25098 \end_inset
25099
25100 pt thick vertical lines
25101 \end_layout
25102
25103 \end_inset
25104
25105
25106 \end_layout
25107
25108 \begin_layout Plain Layout
25109 \align center
25110 \begin_inset Tabular
25111 <lyxtabular version="3" rows="3" columns="3">
25112 <features tabularvalignment="middle">
25113 <column alignment="center" valignment="top" special="Vc">
25114 <column alignment="center" valignment="top" special="Vc">
25115 <column alignment="center" valignment="top" special="VcV">
25116 <row>
25117 <cell alignment="center" valignment="top" topline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121 sd
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" topline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130
25131 \end_layout
25132
25133 \end_inset
25134 </cell>
25135 <cell alignment="center" valignment="top" topline="true" usebox="none">
25136 \begin_inset Text
25137
25138 \begin_layout Plain Layout
25139
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
25144 </row>
25145 <row>
25146 <cell alignment="center" valignment="top" topline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159 sd
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 </row>
25174 <row>
25175 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197 sd
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 </row>
25203 </lyxtabular>
25204
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \begin_layout Subsection
25216 Dashed Lines
25217 \begin_inset Index idx
25218 range none
25219 pageformat default
25220 status collapsed
25221
25222 \begin_layout Plain Layout
25223 Table Customization
25224 \begin_inset IndexMacro subentry
25225 status open
25226
25227 \begin_layout Plain Layout
25228 Dashed Lines
25229 \end_layout
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Standard
25242 \begin_inset ERT
25243 status collapsed
25244
25245 \begin_layout Plain Layout
25246
25247
25248 \backslash
25249 ifarydshln
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \begin_inset Note Note
25256 status open
25257
25258 \begin_layout Plain Layout
25259 The following section will only be displayed when the \SpecialChar LaTeX
25260 -package 
25261 \series bold
25262 arydshln
25263 \series default
25264  is installed.
25265 \end_layout
25266
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \begin_layout Standard
25273 \begin_inset Float table
25274 placement H
25275 alignment document
25276 wide false
25277 sideways false
25278 status open
25279
25280 \begin_layout Plain Layout
25281 \begin_inset Caption Standard
25282
25283 \begin_layout Plain Layout
25284 \begin_inset CommandInset label
25285 LatexCommand label
25286 name "tab:Table-with-dashed"
25287
25288 \end_inset
25289
25290 Table with dashed lines
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Plain Layout
25299 \align center
25300 \begin_inset Tabular
25301 <lyxtabular version="3" rows="5" columns="5">
25302 <features tabularvalignment="middle">
25303 <column alignment="center" valignment="top">
25304 <column alignment="center" valignment="top">
25305 <column alignment="center" valignment="top" special=":c">
25306 <column alignment="center" valignment="top">
25307 <column alignment="center" valignment="top">
25308 <row>
25309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313 a
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25319 \begin_inset Text
25320
25321 \begin_layout Plain Layout
25322 b
25323 \end_layout
25324
25325 \end_inset
25326 </cell>
25327 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Plain Layout
25331 c
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Plain Layout
25340 d
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349 e
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 </row>
25355 <row>
25356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25357 \begin_inset Text
25358
25359 \begin_layout Plain Layout
25360 f
25361 \end_layout
25362
25363 \end_inset
25364 </cell>
25365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25366 \begin_inset Text
25367
25368 \begin_layout Plain Layout
25369 g
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 <cell alignment="center" valignment="top" topline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378 h
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25384 \begin_inset Text
25385
25386 \begin_layout Plain Layout
25387 i
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Plain Layout
25396 j
25397 \end_layout
25398
25399 \end_inset
25400 </cell>
25401 </row>
25402 <row>
25403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25404 \begin_inset Text
25405
25406 \begin_layout Plain Layout
25407 \begin_inset ERT
25408 status collapsed
25409
25410 \begin_layout Plain Layout
25411
25412
25413 \backslash
25414 hdashline 
25415 \end_layout
25416
25417 \end_inset
25418
25419 k
25420 \end_layout
25421
25422 \end_inset
25423 </cell>
25424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428 l
25429 \end_layout
25430
25431 \end_inset
25432 </cell>
25433 <cell alignment="center" valignment="top" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437 m
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446 n
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455 o
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 </row>
25461 <row>
25462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25463 \begin_inset Text
25464
25465 \begin_layout Plain Layout
25466 \begin_inset ERT
25467 status collapsed
25468
25469 \begin_layout Plain Layout
25470
25471
25472 \backslash
25473 cdashline{4-5}
25474 \end_layout
25475
25476 \end_inset
25477
25478 p
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487 q
25488 \end_layout
25489
25490 \end_inset
25491 </cell>
25492 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25493 \begin_inset Text
25494
25495 \begin_layout Plain Layout
25496 r
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505 s
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 </row>
25520 <row>
25521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25522 \begin_inset Text
25523
25524 \begin_layout Plain Layout
25525 t
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25531 \begin_inset Text
25532
25533 \begin_layout Plain Layout
25534 u
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543 v
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552 w
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561 x
25562 \end_layout
25563
25564 \end_inset
25565 </cell>
25566 </row>
25567 </lyxtabular>
25568
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \begin_layout Standard
25580 \SpecialChar LyX
25581  does not natively support dashed lines,
25582  so you have to use \SpecialChar TeX
25583  Code.
25584  As a prerequisite the \SpecialChar LaTeX
25585  package 
25586 \series bold
25587 arydshln
25588 \series default
25589
25590 \begin_inset Index idx
25591 range none
25592 pageformat default
25593 status collapsed
25594
25595 \begin_layout Plain Layout
25596 \SpecialChar LaTeX
25597  packages
25598 \begin_inset IndexMacro subentry
25599 status open
25600
25601 \begin_layout Plain Layout
25602 arydshln
25603 \end_layout
25604
25605 \end_inset
25606
25607
25608 \end_layout
25609
25610 \end_inset
25611
25612  must be loaded in the document preamble with the command
25613 \end_layout
25614
25615 \begin_layout Standard
25616
25617 \series bold
25618
25619 \backslash
25620 usepackage{arydshln}
25621 \end_layout
25622
25623 \begin_layout Standard
25624 To make a vertical line dashed,
25625  enter the colon 
25626 \begin_inset Quotes eld
25627 \end_inset
25628
25629 :
25630 \begin_inset Quotes erd
25631 \end_inset
25632
25633  together with the character for the horizontal alignment as \SpecialChar LaTeX
25634  argument in the table cell dialog.
25635 \end_layout
25636
25637 \begin_layout Standard
25638 For a horizontal dashed line add the command
25639 \end_layout
25640
25641 \begin_layout Standard
25642
25643 \series bold
25644
25645 \backslash
25646 hdashline
25647 \end_layout
25648
25649 \begin_layout Standard
25650 in \SpecialChar TeX
25651  Code as first element of the first cell in the table row.
25652 \end_layout
25653
25654 \begin_layout Standard
25655 For dashed multicolumn lines use the command
25656 \end_layout
25657
25658 \begin_layout Standard
25659
25660 \series bold
25661
25662 \backslash
25663 cdashline{line number
25664 \series default
25665 }
25666 \end_layout
25667
25668 \begin_layout Standard
25669 in \SpecialChar TeX
25670  Code as the first element of the first cell in the table row.
25671  If you have for example a multicolumn spanning columns 2 to 4 and you want to have a dashed line above,
25672  add the command
25673 \end_layout
25674
25675 \begin_layout Standard
25676
25677 \series bold
25678
25679 \backslash
25680 cdashline{2-4}
25681 \end_layout
25682
25683 \begin_layout Standard
25684 as the first element of the first cell in the row of the multicolumn.
25685 \end_layout
25686
25687 \begin_layout Standard
25688 \begin_inset VSpace bigskip
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Standard
25695 Table
25696 \begin_inset space ~
25697 \end_inset
25698
25699
25700 \begin_inset CommandInset ref
25701 LatexCommand ref
25702 reference "tab:Table-with-dashed"
25703 nolink "false"
25704
25705 \end_inset
25706
25707  was created using 
25708 \begin_inset Quotes eld
25709 \end_inset
25710
25711
25712 \series bold
25713 :c
25714 \series default
25715
25716 \begin_inset Quotes erd
25717 \end_inset
25718
25719  as \SpecialChar LaTeX
25720  argument of the third column.
25721  The \SpecialChar TeX
25722  Code command 
25723 \series bold
25724
25725 \backslash
25726 hdashline
25727 \series default
25728  was inserted in the first cell of the third row and the \SpecialChar TeX
25729  Code command
25730 \begin_inset Newline newline
25731 \end_inset
25732
25733  
25734 \series bold
25735
25736 \backslash
25737 cdashline{4-5}
25738 \series default
25739  was inserted in the first cell of the fourth row.
25740 \end_layout
25741
25742 \begin_layout Standard
25743 \begin_inset VSpace bigskip
25744 \end_inset
25745
25746
25747 \end_layout
25748
25749 \begin_layout Standard
25750 Tables with dashed lines can also be colored as shown by Table
25751 \begin_inset space ~
25752 \end_inset
25753
25754
25755 \begin_inset CommandInset ref
25756 LatexCommand ref
25757 reference "tab:Colored-table-with"
25758 nolink "false"
25759
25760 \end_inset
25761
25762 .
25763 \end_layout
25764
25765 \begin_layout Standard
25766 \begin_inset ERT
25767 status collapsed
25768
25769 \begin_layout Plain Layout
25770
25771
25772 \backslash
25773 setlength{
25774 \backslash
25775 arrayrulewidth}{1pt}
25776 \end_layout
25777
25778 \end_inset
25779
25780
25781 \begin_inset Note Note
25782 status collapsed
25783
25784 \begin_layout Plain Layout
25785 thicker lines for better visualization of the line color
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \begin_layout Standard
25794 \begin_inset ERT
25795 status collapsed
25796
25797 \begin_layout Plain Layout
25798
25799
25800 \backslash
25801 dashgapcolor{green}
25802 \end_layout
25803
25804 \end_inset
25805
25806
25807 \begin_inset Note Note
25808 status collapsed
25809
25810 \begin_layout Plain Layout
25811 color gaps between dashes green
25812 \end_layout
25813
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \begin_layout Standard
25820 \begin_inset ERT
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824
25825
25826 \backslash
25827 let
25828 \backslash
25829 myHdashline
25830 \backslash
25831 hdashline
25832 \end_layout
25833
25834 \begin_layout Plain Layout
25835
25836
25837 \backslash
25838 renewcommand{
25839 \backslash
25840 hdashline}
25841 \end_layout
25842
25843 \begin_layout Plain Layout
25844
25845  {
25846 \backslash
25847 arrayrulecolor{red}
25848 \backslash
25849 myHdashline
25850 \backslash
25851 arrayrulecolor{black}}
25852 \end_layout
25853
25854 \end_inset
25855
25856
25857 \begin_inset Note Note
25858 status collapsed
25859
25860 \begin_layout Plain Layout
25861 color horizontal,
25862  dashed lines red
25863 \end_layout
25864
25865 \end_inset
25866
25867
25868 \end_layout
25869
25870 \begin_layout Standard
25871 \begin_inset ERT
25872 status collapsed
25873
25874 \begin_layout Plain Layout
25875
25876
25877 \backslash
25878 let
25879 \backslash
25880 myCdashline
25881 \backslash
25882 cdashline
25883 \end_layout
25884
25885 \begin_layout Plain Layout
25886
25887
25888 \backslash
25889 renewcommand{
25890 \backslash
25891 cdashline}[1]
25892 \end_layout
25893
25894 \begin_layout Plain Layout
25895
25896  {
25897 \backslash
25898 arrayrulecolor{yellow}
25899 \backslash
25900 myCdashline{#1}
25901 \backslash
25902 arrayrulecolor{black}}
25903 \end_layout
25904
25905 \end_inset
25906
25907
25908 \begin_inset Note Note
25909 status collapsed
25910
25911 \begin_layout Plain Layout
25912 color partial horizontal,
25913  dashed lines yellow
25914 \end_layout
25915
25916 \end_inset
25917
25918
25919 \end_layout
25920
25921 \begin_layout Standard
25922 \begin_inset Float table
25923 placement h
25924 alignment document
25925 wide false
25926 sideways false
25927 status open
25928
25929 \begin_layout Plain Layout
25930 \begin_inset Caption Standard
25931
25932 \begin_layout Plain Layout
25933 \begin_inset CommandInset label
25934 LatexCommand label
25935 name "tab:Colored-table-with"
25936
25937 \end_inset
25938
25939 Colored table with dashed lines
25940 \end_layout
25941
25942 \end_inset
25943
25944
25945 \end_layout
25946
25947 \begin_layout Plain Layout
25948 \align center
25949 \begin_inset Tabular
25950 <lyxtabular version="3" rows="5" columns="5">
25951 <features tabularvalignment="middle">
25952 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
25953 <column alignment="center" valignment="top" width="0pt">
25954 <column alignment="center" valignment="top" width="0pt" special=":c">
25955 <column alignment="center" valignment="top">
25956 <column alignment="center" valignment="top">
25957 <row>
25958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25959 \begin_inset Text
25960
25961 \begin_layout Plain Layout
25962 a
25963 \end_layout
25964
25965 \end_inset
25966 </cell>
25967 <cell alignment="center" valignment="top" topline="true" usebox="none">
25968 \begin_inset Text
25969
25970 \begin_layout Plain Layout
25971 b
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 <cell alignment="center" valignment="top" topline="true" usebox="none">
25977 \begin_inset Text
25978
25979 \begin_layout Plain Layout
25980 c
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989 d
25990 \end_layout
25991
25992 \end_inset
25993 </cell>
25994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25995 \begin_inset Text
25996
25997 \begin_layout Plain Layout
25998 e
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 </row>
26004 <row>
26005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26006 \begin_inset Text
26007
26008 \begin_layout Plain Layout
26009 f
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 <cell alignment="center" valignment="top" topline="true" usebox="none">
26015 \begin_inset Text
26016
26017 \begin_layout Plain Layout
26018 g
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 <cell alignment="center" valignment="top" topline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Plain Layout
26027 h
26028 \end_layout
26029
26030 \end_inset
26031 </cell>
26032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26033 \begin_inset Text
26034
26035 \begin_layout Plain Layout
26036 i
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Plain Layout
26045 j
26046 \end_layout
26047
26048 \end_inset
26049 </cell>
26050 </row>
26051 <row>
26052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26053 \begin_inset Text
26054
26055 \begin_layout Plain Layout
26056 \begin_inset ERT
26057 status collapsed
26058
26059 \begin_layout Plain Layout
26060
26061
26062 \backslash
26063 hdashline 
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \begin_inset ERT
26070 status collapsed
26071
26072 \begin_layout Plain Layout
26073
26074
26075 \backslash
26076 rowcolor{Gray}
26077 \end_layout
26078
26079 \end_inset
26080
26081 k
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090 l
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 <cell alignment="center" valignment="top" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099 m
26100 \end_layout
26101
26102 \end_inset
26103 </cell>
26104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26105 \begin_inset Text
26106
26107 \begin_layout Plain Layout
26108 n
26109 \end_layout
26110
26111 \end_inset
26112 </cell>
26113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Plain Layout
26117 o
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 </row>
26123 <row>
26124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128 \begin_inset ERT
26129 status collapsed
26130
26131 \begin_layout Plain Layout
26132
26133
26134 \backslash
26135 cdashline{4-5}
26136 \end_layout
26137
26138 \end_inset
26139
26140 p
26141 \end_layout
26142
26143 \end_inset
26144 </cell>
26145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149 q
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
26155 \begin_inset Text
26156
26157 \begin_layout Plain Layout
26158 r
26159 \end_layout
26160
26161 \end_inset
26162 </cell>
26163 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26164 \begin_inset Text
26165
26166 \begin_layout Plain Layout
26167 s
26168 \end_layout
26169
26170 \end_inset
26171 </cell>
26172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26173 \begin_inset Text
26174
26175 \begin_layout Plain Layout
26176
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 </row>
26182 <row>
26183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 t
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196 u
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205 v
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26211 \begin_inset Text
26212
26213 \begin_layout Plain Layout
26214 w
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset ERT
26224 status collapsed
26225
26226 \begin_layout Plain Layout
26227
26228
26229 \backslash
26230 cellcolor{Maroon}
26231 \end_layout
26232
26233 \end_inset
26234
26235 i
26236 \end_layout
26237
26238 \end_inset
26239 </cell>
26240 </row>
26241 </lyxtabular>
26242
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \begin_layout Standard
26254 \begin_inset ERT
26255 status collapsed
26256
26257 \begin_layout Plain Layout
26258
26259
26260 \backslash
26261 renewcommand{
26262 \backslash
26263 hdashline}{
26264 \backslash
26265 myHdashline}
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \begin_inset Note Note
26272 status collapsed
26273
26274 \begin_layout Plain Layout
26275 reset to default
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \begin_layout Standard
26284 \begin_inset ERT
26285 status collapsed
26286
26287 \begin_layout Plain Layout
26288
26289
26290 \backslash
26291 renewcommand{
26292 \backslash
26293 cdashline}{
26294 \backslash
26295 myCdashline}
26296 \end_layout
26297
26298 \end_inset
26299
26300
26301 \begin_inset Note Note
26302 status collapsed
26303
26304 \begin_layout Plain Layout
26305 reset to default
26306 \end_layout
26307
26308 \end_inset
26309
26310
26311 \end_layout
26312
26313 \begin_layout Standard
26314 \begin_inset ERT
26315 status collapsed
26316
26317 \begin_layout Plain Layout
26318
26319
26320 \backslash
26321 nodashgapcolor
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \begin_inset Note Note
26328 status collapsed
26329
26330 \begin_layout Plain Layout
26331 reset to default
26332 \end_layout
26333
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \begin_layout Standard
26340 \begin_inset ERT
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344
26345
26346 \backslash
26347 setlength{
26348 \backslash
26349 arrayrulewidth}{0.4pt}
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \begin_inset Note Note
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359 reset to default
26360 \end_layout
26361
26362 \end_inset
26363
26364
26365 \end_layout
26366
26367 \begin_layout Standard
26368 The coloring of lines,
26369  columns and lines works as decribed in section
26370 \begin_inset space ~
26371 \end_inset
26372
26373
26374 \begin_inset CommandInset ref
26375 LatexCommand ref
26376 reference "sec:Colored-Tables"
26377 nolink "false"
26378
26379 \end_inset
26380
26381 .
26382  Coloring horizontal lines works analogically as described there as well,
26383  one only needs to replace in the commands 
26384 \series bold
26385
26386 \backslash
26387 myHlineC
26388 \series default
26389  by 
26390 \series bold
26391
26392 \backslash
26393 myHdashline
26394 \series default
26395  and 
26396 \backslash
26397
26398 \series bold
26399 hline
26400 \series default
26401  by 
26402 \series bold
26403
26404 \backslash
26405 hdashline
26406 \series default
26407 ;
26408  so one uses the command
26409 \end_layout
26410
26411 \begin_layout Standard
26412
26413 \series bold
26414
26415 \backslash
26416 let
26417 \backslash
26418 myHdashline
26419 \backslash
26420 hdashline
26421 \begin_inset Newline newline
26422 \end_inset
26423
26424
26425 \backslash
26426 renewcommand{
26427 \backslash
26428 hdashline}
26429 \begin_inset Newline newline
26430 \end_inset
26431
26432
26433 \begin_inset Phantom HPhantom
26434 status open
26435
26436 \begin_layout Plain Layout
26437 \begin_inset space ~
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \end_inset
26444
26445 {
26446 \backslash
26447 arrayrulecolor{red}
26448 \backslash
26449 myHdashline
26450 \backslash
26451 arrayrulecolor{black}}
26452 \end_layout
26453
26454 \begin_layout Standard
26455 To color 
26456 \series bold
26457
26458 \backslash
26459 cdashline
26460 \series default
26461 ,
26462  the command is
26463 \end_layout
26464
26465 \begin_layout Standard
26466
26467 \series bold
26468
26469 \backslash
26470 let
26471 \backslash
26472 myCdashline
26473 \backslash
26474 cdashline
26475 \begin_inset Newline newline
26476 \end_inset
26477
26478
26479 \backslash
26480 renewcommand{
26481 \backslash
26482 cdashline}[1]
26483 \begin_inset Newline newline
26484 \end_inset
26485
26486
26487 \begin_inset Phantom HPhantom
26488 status open
26489
26490 \begin_layout Plain Layout
26491 \begin_inset space ~
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \end_inset
26498
26499 {
26500 \backslash
26501 arrayrulecolor{red}
26502 \backslash
26503 myCdashline{#1}
26504 \backslash
26505 arrayrulecolor{black}}
26506 \end_layout
26507
26508 \begin_layout Standard
26509 To get back the black line color,
26510  one needs to insert the following commands as \SpecialChar TeX
26511  Code behind the table:
26512 \end_layout
26513
26514 \begin_layout Standard
26515 For 
26516 \series bold
26517
26518 \backslash
26519 hdashline
26520 \end_layout
26521
26522 \begin_layout Standard
26523
26524 \series bold
26525
26526 \backslash
26527 renewcommand{
26528 \backslash
26529 hdashline}{
26530 \backslash
26531 myHdashline}
26532 \end_layout
26533
26534 \begin_layout Standard
26535 and for 
26536 \series bold
26537
26538 \backslash
26539 cdashline
26540 \end_layout
26541
26542 \begin_layout Standard
26543
26544 \series bold
26545
26546 \backslash
26547 renewcommand{
26548 \backslash
26549 cdashline}{
26550 \backslash
26551 myCdashline}
26552 \end_layout
26553
26554 \begin_layout Standard
26555 To color the gaps between the dashes the command
26556 \end_layout
26557
26558 \begin_layout Standard
26559
26560 \series bold
26561
26562 \backslash
26563 dashgapcolor{color}
26564 \end_layout
26565
26566 \begin_layout Standard
26567 can be used in front of a table as \SpecialChar TeX
26568  Code.
26569  color is hereby the name of a defined color.
26570  The command
26571 \end_layout
26572
26573 \begin_layout Standard
26574
26575 \series bold
26576
26577 \backslash
26578 nodashgapcolor
26579 \end_layout
26580
26581 \begin_layout Standard
26582 unsets the changes made by 
26583 \series bold
26584
26585 \backslash
26586 dashgapcolor
26587 \series default
26588 .
26589 \end_layout
26590
26591 \begin_layout Standard
26592 \begin_inset Note Greyedout
26593 status open
26594
26595 \begin_layout Plain Layout
26596
26597 \series bold
26598 \color none
26599 Note
26600 \series default
26601 :
26602  If there are multiple commands in a cell,
26603  the command of 
26604 \series bold
26605 arydshln
26606 \series default
26607  needs to be the first one in the cell.
26608  Therefore in cell 
26609 \emph on
26610 k
26611 \emph default
26612  of Table
26613 \begin_inset space ~
26614 \end_inset
26615
26616
26617 \begin_inset CommandInset ref
26618 LatexCommand ref
26619 reference "tab:Colored-table-with"
26620 nolink "false"
26621
26622 \end_inset
26623
26624  the command 
26625 \series bold
26626
26627 \backslash
26628 hdashline
26629 \series default
26630  is before 
26631 \series bold
26632
26633 \backslash
26634 rowcolor
26635 \series default
26636 .
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \begin_layout Standard
26645 \begin_inset Note Greyedout
26646 status open
26647
26648 \begin_layout Plain Layout
26649
26650 \series bold
26651 \color none
26652 Note:
26653
26654 \series default
26655  The \SpecialChar LaTeX
26656 -package 
26657 \series bold
26658 arydshln
26659 \series default
26660  must be loaded in the document preamble before the \SpecialChar LaTeX
26661 -package 
26662 \series bold
26663 colortbl
26664 \series default
26665
26666 \begin_inset Index idx
26667 range none
26668 pageformat default
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672 \SpecialChar LaTeX
26673  packages
26674 \begin_inset IndexMacro subentry
26675 status open
26676
26677 \begin_layout Plain Layout
26678 colortbl
26679 \end_layout
26680
26681 \end_inset
26682
26683
26684 \end_layout
26685
26686 \end_inset
26687
26688 .
26689 \end_layout
26690
26691 \end_inset
26692
26693
26694 \end_layout
26695
26696 \begin_layout Standard
26697 \begin_inset ERT
26698 status collapsed
26699
26700 \begin_layout Plain Layout
26701
26702
26703 \backslash
26704 else
26705 \end_layout
26706
26707 \end_inset
26708
26709
26710 \begin_inset Note Note
26711 status open
26712
26713 \begin_layout Plain Layout
26714 The following will be displayed when the \SpecialChar LaTeX
26715 -package 
26716 \series bold
26717 arydshln
26718 \series default
26719  is not installed:
26720 \end_layout
26721
26722 \end_inset
26723
26724
26725 \end_layout
26726
26727 \begin_layout Standard
26728 You need to install the package 
26729 \series bold
26730 arydshln
26731 \series default
26732  to see the content of this section in the output.
26733 \end_layout
26734
26735 \begin_layout Standard
26736 \begin_inset ERT
26737 status collapsed
26738
26739 \begin_layout Plain Layout
26740
26741
26742 \backslash
26743 fi
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \end_layout
26750
26751 \begin_layout Standard
26752 For more information about dashed lines see the documentation of 
26753 \series bold
26754 arydshln
26755 \series default
26756 ,
26757  
26758 \begin_inset CommandInset citation
26759 LatexCommand cite
26760 key "arydshln"
26761 literal "true"
26762
26763 \end_inset
26764
26765 .
26766 \end_layout
26767
26768 \begin_layout Chapter
26769 Floats
26770 \begin_inset CommandInset label
26771 LatexCommand label
26772 name "chap:Floats"
26773
26774 \end_inset
26775
26776
26777 \begin_inset Index idx
26778 range none
26779 pageformat default
26780 status collapsed
26781
26782 \begin_layout Plain Layout
26783 Floats
26784 \end_layout
26785
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \begin_layout Section
26792 Introduction
26793 \begin_inset CommandInset label
26794 LatexCommand label
26795 name "sec:FloatIntroduction"
26796
26797 \end_inset
26798
26799
26800 \begin_inset Index idx
26801 range none
26802 pageformat default
26803 status collapsed
26804
26805 \begin_layout Plain Layout
26806 Floats
26807 \begin_inset IndexMacro subentry
26808 status open
26809
26810 \begin_layout Plain Layout
26811 Introduction
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \begin_layout Standard
26825 A float is a block of text associated with some sort of label,
26826  which doesn't have a fixed location.
26827  It can 
26828 \begin_inset Quotes eld
26829 \end_inset
26830
26831 float
26832 \begin_inset Quotes erd
26833 \end_inset
26834
26835  forward or backward a page or two,
26836  to wherever it fits best.
26837  
26838 \family sans
26839 Footnotes
26840 \family default
26841  and 
26842 \family sans
26843 Margin
26844 \begin_inset space ~
26845 \end_inset
26846
26847 Notes
26848 \family default
26849  are also floats because they can float to the next page when there are too many notes on the page.
26850 \end_layout
26851
26852 \begin_layout Standard
26853 Floats allow a high quality layout.
26854  Images and tables can be spread evenly among the pages to avoid white space and pages without text.
26855  As the floating often destroys the context between the text and the image/table,
26856  every float can be referenced in the text.
26857  Floats are therefore numbered.
26858  Referencing is described in section
26859 \begin_inset space ~
26860 \end_inset
26861
26862
26863 \begin_inset CommandInset ref
26864 LatexCommand ref
26865 reference "sec:Referencing-Floats"
26866 nolink "false"
26867
26868 \end_inset
26869
26870 .
26871 \end_layout
26872
26873 \begin_layout Standard
26874 To insert a float,
26875  use the menu 
26876 \family sans
26877 Insert\SpecialChar menuseparator
26878 Float
26879 \family default
26880  (toolbar button 
26881 \begin_inset Info
26882 type  "icon"
26883 arg   "float-insert figure"
26884 \end_inset
26885
26886  or 
26887 \begin_inset Info
26888 type  "icon"
26889 arg   "float-insert table"
26890 \end_inset
26891
26892 ).
26893  This inserts the 
26894 \family sans
26895 Caption
26896 \family default
26897  inset,
26898  a box with a label.
26899  The label will automatically be translated to the document language in the output.
26900  After the label you can insert the caption text.
26901  The image or table is inserted above or below the caption in a separate paragraph within the float.
26902  More about the caption placement is contained in section
26903 \begin_inset space ~
26904 \end_inset
26905
26906
26907 \begin_inset CommandInset ref
26908 LatexCommand ref
26909 reference "sec:Caption-Placement"
26910 nolink "false"
26911
26912 \end_inset
26913
26914 .
26915  To keep your \SpecialChar LyX
26916  document readable,
26917  you can open and close the float box by left-clicking on the box label.
26918  A closed float box looks like this:
26919  
26920 \begin_inset Graphics
26921         filename clipart/float.png
26922         scale 95
26923         scaleBeforeRotation
26924
26925 \end_inset
26926
26927  â€“ a gray button with a red label.
26928 \end_layout
26929
26930 \begin_layout Standard
26931 It is recommended that you insert floats as separate standard paragraphs to avoid possible \SpecialChar LaTeX
26932 -errors that can occur when the surrounding text is specially formatted.
26933 \end_layout
26934
26935 \begin_layout Standard
26936 Existing figures or tables can be put into a float by highlighting them and then pressing the corresponding toolbar button for a new float.
26937 \end_layout
26938
26939 \begin_layout Section
26940 Float Types
26941 \end_layout
26942
26943 \begin_layout Standard
26944 Besides figure and table floats that are described in sections
26945 \begin_inset space ~
26946 \end_inset
26947
26948
26949 \begin_inset CommandInset ref
26950 LatexCommand ref
26951 reference "sec:Figure-Floats"
26952 nolink "false"
26953
26954 \end_inset
26955
26956  and 
26957 \begin_inset CommandInset ref
26958 LatexCommand ref
26959 reference "sec:Table-Floats"
26960 nolink "false"
26961
26962 \end_inset
26963
26964  respectively,
26965  \SpecialChar LyX
26966  offers the float types 
26967 \family sans
26968 Algorithm
26969 \family default
26970  and 
26971 \family sans
26972 Wrap
26973 \family default
26974 .
26975  The latter are explained in sec.
26976 \begin_inset space \thinspace{}
26977 \end_inset
26978
26979
26980 \begin_inset CommandInset ref
26981 LatexCommand ref
26982 reference "sec:Wrap-Floats"
26983 nolink "false"
26984
26985 \end_inset
26986
26987 .
26988 \end_layout
26989
26990 \begin_layout Subsection
26991 Algorithm Floats
26992 \begin_inset Index idx
26993 range none
26994 pageformat default
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998 Floats
26999 \begin_inset IndexMacro subentry
27000 status open
27001
27002 \begin_layout Plain Layout
27003 Algorithms
27004 \end_layout
27005
27006 \end_inset
27007
27008
27009 \end_layout
27010
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \begin_layout Standard
27017 \begin_inset Float algorithm
27018 placement h
27019 alignment document
27020 wide false
27021 sideways false
27022 status open
27023
27024 \begin_layout Plain Layout
27025 \begin_inset Caption Standard
27026
27027 \begin_layout Plain Layout
27028 \begin_inset CommandInset label
27029 LatexCommand label
27030 name "alg:Example-Algorithm-float"
27031
27032 \end_inset
27033
27034 Example Algorithm float
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout LyX-Code
27043 for I in 1..N loop
27044 \begin_inset Newline newline
27045 \end_inset
27046
27047  Sum := Sum + A(I);
27048  /* comment */
27049 \begin_inset Newline newline
27050 \end_inset
27051
27052 end loop
27053 \begin_inset VSpace -4mm
27054 \end_inset
27055
27056
27057 \end_layout
27058
27059 \end_inset
27060
27061
27062 \end_layout
27063
27064 \begin_layout Standard
27065 This float type is inserted with the menu 
27066 \family sans
27067 Insert\SpecialChar menuseparator
27068 Float\SpecialChar menuseparator
27069 Algorithm
27070 \family default
27071 .
27072  It is used for program codes and descriptions of algorithms and can be seen as an alternative to program code listings that are explained in chapter
27073 \begin_inset space ~
27074 \end_inset
27075
27076
27077 \begin_inset CommandInset ref
27078 LatexCommand ref
27079 reference "cha:Program-Code-Listings"
27080 nolink "false"
27081
27082 \end_inset
27083
27084 .
27085  A possible environment for algorithms is the 
27086 \family sans
27087 \SpecialChar LyX
27088  Code
27089 \family default
27090 ,
27091  described in \SpecialChar LyX
27092 's 
27093 \emph on
27094 Userguide
27095 \emph default
27096 .
27097  Algorithm
27098 \begin_inset space ~
27099 \end_inset
27100
27101
27102 \begin_inset CommandInset ref
27103 LatexCommand ref
27104 reference "alg:Example-Algorithm-float"
27105 nolink "false"
27106
27107 \end_inset
27108
27109  is an example of an algorithm float where -4
27110 \begin_inset space \thinspace{}
27111 \end_inset
27112
27113 mm vertical space was added at the end of the float to have the bottom rule exactly below the last text line.
27114 \end_layout
27115
27116 \begin_layout Standard
27117 The float label is not automatically translated into the document language.
27118  If your document is not in English,
27119  you have to do this manually by adding the following line to the document preamble
27120 \series bold
27121 :
27122 \end_layout
27123
27124 \begin_layout Standard
27125
27126 \series bold
27127
27128 \backslash
27129 floatname{algorithm}{your
27130 \begin_inset space ~
27131 \end_inset
27132
27133 name}
27134 \end_layout
27135
27136 \begin_layout Standard
27137 where 
27138 \family sans
27139 your
27140 \begin_inset space ~
27141 \end_inset
27142
27143 name
27144 \family default
27145  is the word 
27146 \begin_inset Quotes eld
27147 \end_inset
27148
27149
27150 \emph on
27151 algorithm
27152 \emph default
27153
27154 \begin_inset Quotes erd
27155 \end_inset
27156
27157  in your language.
27158 \end_layout
27159
27160 \begin_layout Standard
27161 To insert the list of algorithms you can use the menu 
27162 \family sans
27163 Insert\SpecialChar menuseparator
27164 List
27165 \begin_inset space \thinspace{}
27166 \end_inset
27167
27168 /
27169 \begin_inset space \thinspace{}
27170 \end_inset
27171
27172 TOC\SpecialChar menuseparator
27173 List of Algorithms
27174 \family default
27175  when your document has the same language as \SpecialChar LyX
27176 's menu names.
27177  In other cases use this command in \SpecialChar TeX
27178  Code instead:
27179 \end_layout
27180
27181 \begin_layout Standard
27182
27183 \series bold
27184
27185 \backslash
27186 listof{algorithm}{your
27187 \begin_inset space ~
27188 \end_inset
27189
27190 name}
27191 \end_layout
27192
27193 \begin_layout Standard
27194 where 
27195 \family sans
27196 your
27197 \begin_inset space ~
27198 \end_inset
27199
27200 name
27201 \family default
27202  is the word 
27203 \begin_inset Quotes eld
27204 \end_inset
27205
27206
27207 \emph on
27208 List of Algorithm
27209 \emph default
27210 s
27211 \begin_inset Quotes erd
27212 \end_inset
27213
27214  in your language.
27215 \end_layout
27216
27217 \begin_layout Standard
27218 Algorithm floats are not by default numbered in the scheme 
27219 \begin_inset Quotes eld
27220 \end_inset
27221
27222 chapter.algorithm
27223 \begin_inset Quotes erd
27224 \end_inset
27225
27226  as is the case for table and figure floats in many document-classes.
27227  To number algorithm floats in the same scheme,
27228  add this command to your document preamble:
27229 \end_layout
27230
27231 \begin_layout Standard
27232
27233 \series bold
27234
27235 \backslash
27236 numberwithin{algorithm}{chapter}
27237 \end_layout
27238
27239 \begin_layout Standard
27240 To be able to use the command 
27241 \series bold
27242
27243 \backslash
27244 numberwithin
27245 \series default
27246 ,
27247  set in the tab 
27248 \family sans
27249 Math
27250 \begin_inset space ~
27251 \end_inset
27252
27253 Options
27254 \family default
27255  in the document settings the option 
27256 \family sans
27257 Use
27258 \begin_inset space ~
27259 \end_inset
27260
27261 AMS
27262 \begin_inset space ~
27263 \end_inset
27264
27265 math
27266 \begin_inset space ~
27267 \end_inset
27268
27269 package
27270 \family default
27271 .
27272 \end_layout
27273
27274 \begin_layout Section
27275 Float Numbering
27276 \begin_inset Index idx
27277 range none
27278 pageformat default
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282 Floats
27283 \begin_inset IndexMacro subentry
27284 status open
27285
27286 \begin_layout Plain Layout
27287 Numbering
27288 \end_layout
27289
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \end_inset
27296
27297
27298 \end_layout
27299
27300 \begin_layout Standard
27301 Floats are usually numbered either independently from the sections the floats are in,
27302  or in the scheme 
27303 \begin_inset Quotes eld
27304 \end_inset
27305
27306 chapter.number
27307 \begin_inset Quotes erd
27308 \end_inset
27309
27310  or 
27311 \begin_inset Quotes eld
27312 \end_inset
27313
27314 section.number
27315 \begin_inset Quotes erd
27316 \end_inset
27317
27318 .
27319  This depends on the document class used.
27320 \end_layout
27321
27322 \begin_layout Standard
27323 To change section-independent numbering,
27324  you can use this command in the document preamble:
27325 \end_layout
27326
27327 \begin_layout Standard
27328
27329 \series bold
27330
27331 \backslash
27332 renewcommand{
27333 \backslash
27334 thetable}{
27335 \backslash
27336 roman{table}}
27337 \end_layout
27338
27339 \begin_layout Standard
27340
27341 \series bold
27342
27343 \backslash
27344 thetable
27345 \series default
27346  is the command that prints the table number.
27347  For figure floats,
27348  the command would be 
27349 \series bold
27350
27351 \backslash
27352 thefigure
27353 \series default
27354 .
27355  
27356 \series bold
27357
27358 \backslash
27359 roman
27360 \series default
27361  in the command above prints the table number as a small roman number.
27362 \end_layout
27363
27364 \begin_layout Standard
27365 To change the numbering scheme for example to 
27366 \begin_inset Quotes eld
27367 \end_inset
27368
27369 subsection.number
27370 \begin_inset Quotes erd
27371 \end_inset
27372
27373 ,
27374  use this command in the preamble:
27375 \end_layout
27376
27377 \begin_layout Standard
27378
27379 \series bold
27380
27381 \backslash
27382 numberwithin{table}{subsection}
27383 \end_layout
27384
27385 \begin_layout Standard
27386 To be able to use the command 
27387 \series bold
27388
27389 \backslash
27390 numberwithin
27391 \series default
27392 ,
27393  set in the tab 
27394 \family sans
27395 Math
27396 \begin_inset space ~
27397 \end_inset
27398
27399 Options
27400 \family default
27401  in the document settings the option 
27402 \family sans
27403 Use
27404 \begin_inset space ~
27405 \end_inset
27406
27407 AMS
27408 \begin_inset space ~
27409 \end_inset
27410
27411 math
27412 \begin_inset space ~
27413 \end_inset
27414
27415 package
27416 \family default
27417 .
27418 \end_layout
27419
27420 \begin_layout Standard
27421 Please also have a look at section
27422 \begin_inset space ~
27423 \end_inset
27424
27425
27426 \begin_inset CommandInset ref
27427 LatexCommand ref
27428 reference "subsec:Footnote-Numbering"
27429 nolink "false"
27430
27431 \end_inset
27432
27433  for the details and important notes about the numbering commands.
27434 \end_layout
27435
27436 \begin_layout Section
27437 Referencing Floats
27438 \begin_inset CommandInset label
27439 LatexCommand label
27440 name "sec:Referencing-Floats"
27441
27442 \end_inset
27443
27444
27445 \begin_inset Index idx
27446 range none
27447 pageformat default
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451 Floats
27452 \begin_inset IndexMacro subentry
27453 status open
27454
27455 \begin_layout Plain Layout
27456 References
27457 \end_layout
27458
27459 \end_inset
27460
27461
27462 \end_layout
27463
27464 \end_inset
27465
27466
27467 \begin_inset Index idx
27468 range none
27469 pageformat default
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473 References
27474 \begin_inset IndexMacro subentry
27475 status open
27476
27477 \begin_layout Plain Layout
27478 to Floats
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \end_inset
27487
27488
27489 \end_layout
27490
27491 \begin_layout Standard
27492 To reference a float,
27493  insert a label into its caption using the menu 
27494 \family sans
27495 Insert\SpecialChar menuseparator
27496 Label
27497 \family default
27498  or the toolbar button 
27499 \begin_inset Info
27500 type  "icon"
27501 arg   "label-insert"
27502 \end_inset
27503
27504 .
27505  A grey label box like this one:
27506  
27507 \begin_inset Graphics
27508         filename clipart/label.png
27509         scaleBeforeRotation
27510
27511 \end_inset
27512
27513  will be inserted and the label window pops up asking for the label text.
27514  \SpecialChar LyX
27515  offers as text the first words of the caption with a prefix.
27516  The prefix depends on the float type,
27517  e.
27518 \begin_inset space \thinspace{}
27519 \end_inset
27520
27521 g.
27522 \begin_inset space \space{}
27523 \end_inset
27524
27525 for figure floats the prefix will be "
27526 \family sans
27527 fig:
27528 \family default
27529 ".
27530 \end_layout
27531
27532 \begin_layout Standard
27533 The label is used as anchor and name for the reference.
27534  You can refer to the label using the menu 
27535 \family sans
27536 Insert\SpecialChar menuseparator
27537 Cross-reference
27538 \family default
27539  or the toolbar button 
27540 \begin_inset Info
27541 type  "icon"
27542 arg   "dialog-show-new-inset ref"
27543 \end_inset
27544
27545 .
27546  The cross-reference window appears showing all labels of the document.
27547  If you have multiple \SpecialChar LyX
27548  documents opened,
27549  choose the one you are working on from the drop-list at the top of the dialog.
27550  You can now sort the labels alphabetically and then choose one.
27551  A grey cross-reference box like this one:
27552  
27553 \begin_inset Graphics
27554         filename clipart/reference.png
27555         scaleBeforeRotation
27556
27557 \end_inset
27558
27559  will be inserted.
27560  At the position of the cross-reference box the float number will appear in the output.
27561 \end_layout
27562
27563 \begin_layout Standard
27564 It is recommended that you use a 
27565 \change_deleted 177693 1654669168
27566 protected
27567 \change_inserted 177693 1654669170
27568 non-breaking
27569 \change_unchanged
27570  space between the cross-reference name and its number to avoid line breaks between them.
27571  If a cross-reference refers to a non-existing label,
27572  you will see two question marks in the output instead of the reference.
27573 \end_layout
27574
27575 \begin_layout Standard
27576 You can change labels at any time by clicking on the label box.
27577  References to the changed label will automatically update their links to the new label text.
27578 \end_layout
27579
27580 \begin_layout Standard
27581 The button 
27582 \family sans
27583 Go
27584 \begin_inset space ~
27585 \end_inset
27586
27587 to
27588 \begin_inset space ~
27589 \end_inset
27590
27591 Label
27592 \family default
27593  in the cross-reference window sets the cursor before the referred label.
27594  The button text changes then to Go
27595 \begin_inset space ~
27596 \end_inset
27597
27598 Back and you can use it to set the cursor back to the cross-reference.
27599 \end_layout
27600
27601 \begin_layout Subsection
27602 Cross-Reference Formats
27603 \begin_inset CommandInset label
27604 LatexCommand label
27605 name "subsec:Cross-Reference-Formats"
27606
27607 \end_inset
27608
27609
27610 \begin_inset Index idx
27611 range none
27612 pageformat default
27613 status collapsed
27614
27615 \begin_layout Plain Layout
27616 References
27617 \begin_inset IndexMacro subentry
27618 status open
27619
27620 \begin_layout Plain Layout
27621 Formats
27622 \end_layout
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \begin_layout Standard
27635 There are six varieties of cross-references:
27636 \end_layout
27637
27638 \begin_layout Description
27639 <reference>:
27640  prints the float number,
27641  this is the default:
27642  
27643 \begin_inset CommandInset ref
27644 LatexCommand ref
27645 reference "fig:Two-distorted-images"
27646 nolink "false"
27647
27648 \end_inset
27649
27650
27651 \end_layout
27652
27653 \begin_layout Description
27654 (<reference>):
27655  prints the float number within two parentheses,
27656  this is the style normally used to reference formulas,
27657  especially when the reference name 
27658 \begin_inset Quotes eld
27659 \end_inset
27660
27661 Equation
27662 \begin_inset Quotes erd
27663 \end_inset
27664
27665  is omitted:
27666  
27667 \begin_inset CommandInset ref
27668 LatexCommand eqref
27669 reference "eq:Wgn"
27670 nolink "false"
27671
27672 \end_inset
27673
27674
27675 \end_layout
27676
27677 \begin_layout Description
27678 <page>:
27679  prints the page number:
27680  Page
27681 \begin_inset space ~
27682 \end_inset
27683
27684
27685 \begin_inset CommandInset ref
27686 LatexCommand pageref
27687 reference "fig:Two-distorted-images"
27688 nolink "false"
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \begin_layout Description
27696 on
27697 \begin_inset space ~
27698 \end_inset
27699
27700 page
27701 \begin_inset space ~
27702 \end_inset
27703
27704 <page>:
27705  prints the text "on page" and the page number:
27706  
27707 \begin_inset CommandInset ref
27708 LatexCommand vpageref
27709 reference "fig:Two-distorted-images"
27710 nolink "false"
27711
27712 \end_inset
27713
27714
27715 \end_layout
27716
27717 \begin_layout Description
27718 <reference>
27719 \begin_inset space ~
27720 \end_inset
27721
27722 on
27723 \begin_inset space ~
27724 \end_inset
27725
27726 page
27727 \begin_inset space ~
27728 \end_inset
27729
27730 <page>:
27731  prints the float number,
27732  the text "on page",
27733  and the page number:
27734  
27735 \begin_inset CommandInset ref
27736 LatexCommand vref
27737 reference "fig:Two-distorted-images"
27738 nolink "false"
27739
27740 \end_inset
27741
27742
27743 \end_layout
27744
27745 \begin_layout Description
27746 Formatted
27747 \begin_inset space ~
27748 \end_inset
27749
27750 reference:
27751  prints a self-defined cross-reference format.
27752 \begin_inset Newline newline
27753 \end_inset
27754
27755
27756 \begin_inset Note Greyedout
27757 status open
27758
27759 \begin_layout Plain Layout
27760
27761 \series bold
27762 Note:
27763
27764 \series default
27765  This feature is only available when you have the \SpecialChar LaTeX
27766 -package 
27767 \series bold
27768 prettyref
27769 \series default
27770  or 
27771 \series bold
27772 refstyle
27773 \series default
27774
27775 \begin_inset Index idx
27776 range none
27777 pageformat default
27778 status collapsed
27779
27780 \begin_layout Plain Layout
27781 \SpecialChar LaTeX
27782  packages
27783 \begin_inset IndexMacro subentry
27784 status open
27785
27786 \begin_layout Plain Layout
27787 prettyref
27788 \end_layout
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \end_inset
27796
27797
27798 \begin_inset Index idx
27799 range none
27800 pageformat default
27801 status collapsed
27802
27803 \begin_layout Plain Layout
27804 \SpecialChar LaTeX
27805  packages
27806 \begin_inset IndexMacro subentry
27807 status open
27808
27809 \begin_layout Plain Layout
27810 refstyle
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \end_inset
27819
27820  installed.
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \begin_inset Newline newline
27827 \end_inset
27828
27829 You can select which \SpecialChar LaTeX
27830 -package should be used for this feature by setting the option 
27831 \family sans
27832 Use refstyle (not prettyref) for cross-references
27833 \family default
27834  in the menu 
27835 \family sans
27836 Document\SpecialChar menuseparator
27837 Settings\SpecialChar menuseparator
27838 Document Class
27839 \family default
27840 .
27841  The format is specified by adding the command 
27842 \series bold
27843
27844 \backslash
27845 newrefformat
27846 \series default
27847  (prettyref) or 
27848 \series bold
27849
27850 \backslash
27851 newref
27852 \series default
27853  (refstyle) to the preamble of the document.
27854  For example redefining all references to figures (which have the label prefix 
27855 \begin_inset Quotes eld
27856 \end_inset
27857
27858
27859 \family sans
27860 fig
27861 \family default
27862
27863 \begin_inset Quotes erd
27864 \end_inset
27865
27866 ) can be done with this command
27867 \begin_inset Newline newline
27868 \end_inset
27869
27870
27871 \series bold
27872
27873 \backslash
27874 newref{fig}{refcmd={Image on page 
27875 \backslash
27876 pageref{#1}}}
27877 \series default
27878
27879 \begin_inset Newline newline
27880 \end_inset
27881
27882 For more information about the format,
27883  have a look at the package documentations,
27884  
27885 \begin_inset CommandInset citation
27886 LatexCommand cite
27887 key "prettyref,refstyle"
27888 literal "true"
27889
27890 \end_inset
27891
27892 .
27893 \begin_inset Newline newline
27894 \end_inset
27895
27896 The options 
27897 \family sans
27898 Plural
27899 \family default
27900  and 
27901 \family sans
27902 Capitalized
27903 \family default
27904  are only available if you use the \SpecialChar LaTeX
27905 -package 
27906 \series bold
27907 refstyle
27908 \series default
27909 .
27910  
27911 \family sans
27912 Plural
27913 \family default
27914  adds an 
27915 \emph on
27916 s
27917 \emph default
27918  to the name,
27919  e.
27920 \begin_inset space \thinspace{}
27921 \end_inset
27922
27923 g.
27924 \begin_inset space \space{}
27925 \end_inset
27926
27927
27928 \begin_inset Quotes eld
27929 \end_inset
27930
27931 figures
27932 \begin_inset Quotes erd
27933 \end_inset
27934
27935 ;
27936  
27937 \family sans
27938 Capitalized
27939 \family default
27940  outputs the name capitalized,
27941  e.
27942 \begin_inset space \thinspace{}
27943 \end_inset
27944
27945 g.
27946 \begin_inset space \space{}
27947 \end_inset
27948
27949
27950 \begin_inset Quotes eld
27951 \end_inset
27952
27953 Figure
27954 \begin_inset Quotes erd
27955 \end_inset
27956
27957 .
27958  Both options can be combined to get e.
27959 \begin_inset space \thinspace{}
27960 \end_inset
27961
27962 g.
27963 \begin_inset space \space{}
27964 \end_inset
27965
27966
27967 \begin_inset Quotes eld
27968 \end_inset
27969
27970 Figures
27971 \begin_inset Quotes erd
27972 \end_inset
27973
27974 .
27975 \end_layout
27976
27977 \begin_layout Description
27978 Textual
27979 \begin_inset space ~
27980 \end_inset
27981
27982 reference:
27983  prints the caption of the reference:
27984  
27985 \begin_inset CommandInset ref
27986 LatexCommand nameref
27987 reference "fig:Two-distorted-images"
27988 nolink "false"
27989
27990 \end_inset
27991
27992
27993 \end_layout
27994
27995 \begin_layout Description
27996 Label
27997 \begin_inset space ~
27998 \end_inset
27999
28000 only:
28001  prints only the \SpecialChar LaTeX
28002  label for the reference:
28003  
28004 \begin_inset CommandInset ref
28005 LatexCommand labelonly
28006 reference "fig:Two-distorted-images"
28007 plural "false"
28008 caps "false"
28009 noprefix "false"
28010 nolink "false"
28011
28012 \end_inset
28013
28014
28015 \begin_inset Newline newline
28016 \end_inset
28017
28018 This allows to use the label for commands in \SpecialChar TeX
28019  code.
28020  With the option 
28021 \family sans
28022 No Prefix
28023 \family default
28024  one can omit the prefix of the label name:
28025  
28026 \begin_inset CommandInset ref
28027 LatexCommand labelonly
28028 reference "fig:Two-distorted-images"
28029 plural "false"
28030 caps "false"
28031 noprefix "true"
28032 nolink "false"
28033
28034 \end_inset
28035
28036
28037 \end_layout
28038
28039 \begin_layout Standard
28040
28041 \family sans
28042 <page>
28043 \family default
28044  will not print the page number if the label is on the previous,
28045  the same,
28046  or the next page.
28047  You will e.
28048 \begin_inset space \thinspace{}
28049 \end_inset
28050
28051 g.
28052 \begin_inset space \space{}
28053 \end_inset
28054
28055 see the text 
28056 \begin_inset Quotes eld
28057 \end_inset
28058
28059
28060 \family sans
28061 on this page
28062 \family default
28063
28064 \begin_inset Quotes erd
28065 \end_inset
28066
28067  instead.
28068  The style 
28069 \family sans
28070 <reference> on page <page>
28071 \family default
28072  will not print anything about the page if the label is on the same page.
28073 \end_layout
28074
28075 \begin_layout Standard
28076 The number and current page of the part of the document referred to in the output is automatically calculated by \SpecialChar LaTeX
28077 .
28078  The varieties are adjusted in the field 
28079 \family sans
28080 Format
28081 \family default
28082  of the cross-reference window that appears when you click on the cross-reference box.
28083 \end_layout
28084
28085 \begin_layout Standard
28086 \begin_inset Note Greyedout
28087 status open
28088
28089 \begin_layout Plain Layout
28090
28091 \series bold
28092 Note:
28093
28094 \series default
28095  It is recommended to use the \SpecialChar LaTeX
28096 -package 
28097 \series bold
28098 refstyle
28099 \series default
28100
28101 \begin_inset Index idx
28102 range none
28103 pageformat default
28104 status collapsed
28105
28106 \begin_layout Plain Layout
28107 \SpecialChar LaTeX
28108  packages
28109 \begin_inset IndexMacro subentry
28110 status open
28111
28112 \begin_layout Plain Layout
28113 refstyle
28114 \end_layout
28115
28116 \end_inset
28117
28118
28119 \end_layout
28120
28121 \end_inset
28122
28123  because 
28124 \series bold
28125 prettyref
28126 \series default
28127
28128 \begin_inset Index idx
28129 range none
28130 pageformat default
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134 \SpecialChar LaTeX
28135  packages
28136 \begin_inset IndexMacro subentry
28137 status open
28138
28139 \begin_layout Plain Layout
28140 prettyref
28141 \end_layout
28142
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \end_inset
28149
28150  does not know all of \SpecialChar LyX
28151 's possible label shortcuts
28152 \begin_inset Foot
28153 status collapsed
28154
28155 \begin_layout Plain Layout
28156 \begin_inset Quotes eld
28157 \end_inset
28158
28159 fig:
28160 \begin_inset Quotes erd
28161 \end_inset
28162
28163  is for example \SpecialChar LyX
28164 's shortcut for labels in figure captions.
28165 \end_layout
28166
28167 \end_inset
28168
28169  and is not internationalized.
28170 \end_layout
28171
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Subsection
28178 Automatic Reference Naming
28179 \begin_inset Index idx
28180 range none
28181 pageformat default
28182 status collapsed
28183
28184 \begin_layout Plain Layout
28185 References
28186 \begin_inset IndexMacro subentry
28187 status open
28188
28189 \begin_layout Plain Layout
28190 Automatic Reference Naming
28191 \end_layout
28192
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \end_inset
28199
28200
28201 \end_layout
28202
28203 \begin_layout Standard
28204 The \SpecialChar LaTeX
28205 -package 
28206 \series bold
28207 hyperref
28208 \series default
28209
28210 \begin_inset Index idx
28211 range none
28212 pageformat default
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216 \SpecialChar LaTeX
28217  packages
28218 \begin_inset IndexMacro subentry
28219 status open
28220
28221 \begin_layout Plain Layout
28222 hyperref
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \end_layout
28229
28230 \end_inset
28231
28232 ,
28233  that is enabled in the 
28234 \family sans
28235 PDF Properties
28236 \family default
28237  of the 
28238 \family sans
28239 Document Settings
28240 \family default
28241  dialog,
28242  provides a very useful feature that cross-references automatically include the name of the referenced floats (or text parts like 
28243 \emph on
28244 section
28245 \emph default
28246 ).
28247  So you will save having to write e.
28248 \begin_inset space \thinspace{}
28249 \end_inset
28250
28251 g.
28252 \begin_inset space \space{}
28253 \end_inset
28254
28255 the name 
28256 \begin_inset Quotes eld
28257 \end_inset
28258
28259 Figure
28260 \begin_inset Quotes erd
28261 \end_inset
28262
28263  before every reference to a figure.
28264  To use this feature,
28265  enable 
28266 \series bold
28267 hyperref
28268 \series default
28269  and insert this line to the \SpecialChar LaTeX
28270  preamble:
28271 \end_layout
28272
28273 \begin_layout Standard
28274
28275 \series bold
28276
28277 \backslash
28278 AtBeginDocument{
28279 \backslash
28280 renewcommand{
28281 \backslash
28282 ref}[1]{
28283 \backslash
28284 mbox{
28285 \backslash
28286 autoref{#1}}}}
28287 \end_layout
28288
28289 \begin_layout Standard
28290 When you prefer other reference names than the default ones,
28291  for example you want instead of 
28292 \begin_inset Quotes eld
28293 \end_inset
28294
28295 section
28296 \begin_inset Quotes erd
28297 \end_inset
28298
28299  the name 
28300 \begin_inset Quotes eld
28301 \end_inset
28302
28303 sec.
28304 \begin_inset space \thinspace{}
28305 \end_inset
28306
28307
28308 \begin_inset Quotes eld
28309 \end_inset
28310
28311 ,
28312  you can redefine the name by inserting this in the preamble:
28313 \end_layout
28314
28315 \begin_layout Standard
28316
28317 \series bold
28318
28319 \backslash
28320 addto
28321 \backslash
28322 extrasenglish{
28323 \backslash
28324 renewcommand{
28325 \backslash
28326 sectionautorefname}
28327 \begin_inset Newline newline
28328 \end_inset
28329
28330
28331 \begin_inset Phantom HPhantom
28332 status open
28333
28334 \begin_layout Plain Layout
28335
28336 \series bold
28337 \begin_inset space ~
28338 \end_inset
28339
28340
28341 \end_layout
28342
28343 \end_inset
28344
28345 {sec.
28346 \backslash
28347 negthinspace}}
28348 \end_layout
28349
28350 \begin_layout Standard
28351 When you are using another document language than English,
28352  replace
28353 \begin_inset Newline newline
28354 \end_inset
28355
28356
28357 \series bold
28358
28359 \backslash
28360 extrasenglish
28361 \series default
28362  by 
28363 \series bold
28364
28365 \backslash
28366 extras***
28367 \series default
28368 ,
28369  where *** is the name of the language used.
28370 \end_layout
28371
28372 \begin_layout Standard
28373 To get automatic names,
28374  but not for certain reference types,
28375  for example not for equations,
28376  use this preamble code:
28377 \end_layout
28378
28379 \begin_layout Standard
28380
28381 \series bold
28382
28383 \backslash
28384 addto
28385 \backslash
28386 extrasenglish{
28387 \backslash
28388 renewcommand*{
28389 \backslash
28390 equationautorefname}[1]{}}
28391 \end_layout
28392
28393 \begin_layout Standard
28394 More about this topic can be found in 
28395 \series bold
28396 hyperref
28397 \series default
28398 's documentation 
28399 \begin_inset CommandInset citation
28400 LatexCommand cite
28401 key "hyperref"
28402 literal "true"
28403
28404 \end_inset
28405
28406 .
28407 \end_layout
28408
28409 \begin_layout Standard
28410 \begin_inset Note Greyedout
28411 status open
28412
28413 \begin_layout Plain Layout
28414
28415 \series bold
28416 Note:
28417
28418 \series default
28419  Automatic reference naming cannot be used when you use cross-references in the 
28420 \family sans
28421 Formatted
28422 \begin_inset space ~
28423 \end_inset
28424
28425 reference
28426 \family default
28427  style,
28428  as described in section
28429 \begin_inset space ~
28430 \end_inset
28431
28432
28433 \begin_inset CommandInset ref
28434 LatexCommand ref
28435 reference "subsec:Cross-Reference-Formats"
28436 nolink "false"
28437
28438 \end_inset
28439
28440 .
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \end_layout
28447
28448 \begin_layout Standard
28449 The 
28450 \emph on
28451 Math
28452 \emph default
28453  manual is an example where automatic reference naming is used.
28454 \end_layout
28455
28456 \begin_layout Subsection
28457 Reference Position
28458 \begin_inset CommandInset label
28459 LatexCommand label
28460 name "subsec:Reference-Position"
28461
28462 \end_inset
28463
28464
28465 \begin_inset Index idx
28466 range none
28467 pageformat default
28468 status collapsed
28469
28470 \begin_layout Plain Layout
28471 References
28472 \begin_inset IndexMacro subentry
28473 status open
28474
28475 \begin_layout Plain Layout
28476 Reference Position
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \begin_layout Standard
28490 If you use 
28491 \series bold
28492 hyperref
28493 \series default
28494
28495 \begin_inset Index idx
28496 range none
28497 pageformat default
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501 \SpecialChar LaTeX
28502  packages
28503 \begin_inset IndexMacro subentry
28504 status open
28505
28506 \begin_layout Plain Layout
28507 hyperref
28508 \end_layout
28509
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \end_inset
28516
28517  in the 
28518 \family sans
28519 PDF Properties
28520 \family default
28521  of the 
28522 \family sans
28523 Document Settings
28524 \family default
28525  dialog to link cross-references in the output,
28526  you will see that clicking on an image float reference jumps to the image label.
28527  The caption will be the first text part on the screen,
28528  so that you cannot see the image without scrolling.
28529  This is because the reference link anchor is placed at the position of the label.
28530  With the use of the package 
28531 \series bold
28532 hypcap
28533 \series default
28534
28535 \begin_inset Index idx
28536 range none
28537 pageformat default
28538 status collapsed
28539
28540 \begin_layout Plain Layout
28541 \SpecialChar LaTeX
28542  packages
28543 \begin_inset IndexMacro subentry
28544 status open
28545
28546 \begin_layout Plain Layout
28547 hypcap
28548 \end_layout
28549
28550 \end_inset
28551
28552
28553 \end_layout
28554
28555 \end_inset
28556
28557 ,
28558  which is part of the \SpecialChar LaTeX
28559 -package 
28560 \series bold
28561 oberdiek
28562 \series default
28563
28564 \begin_inset Index idx
28565 range none
28566 pageformat default
28567 status collapsed
28568
28569 \begin_layout Plain Layout
28570 \SpecialChar LaTeX
28571  packages
28572 \begin_inset IndexMacro subentry
28573 status open
28574
28575 \begin_layout Plain Layout
28576 oberdiek
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \end_layout
28583
28584 \end_inset
28585
28586 ,
28587  the link anchor is placed at the beginning of a float.
28588  To use this feature for figure floats,
28589  load 
28590 \series bold
28591 hypcap
28592 \series default
28593  in the document preamble with the line
28594 \end_layout
28595
28596 \begin_layout Standard
28597
28598 \series bold
28599
28600 \backslash
28601 usepackage[figure]{hypcap}
28602 \end_layout
28603
28604 \begin_layout Standard
28605 You can also use 
28606 \series bold
28607 hypcap
28608 \series default
28609  for all float types but this is not recommended for stability reasons.
28610  For more information,
28611  have a look at 
28612 \series bold
28613 hypcap
28614 \series default
28615 's manual 
28616 \begin_inset CommandInset citation
28617 LatexCommand cite
28618 key "hypcap"
28619 literal "true"
28620
28621 \end_inset
28622
28623 .
28624 \end_layout
28625
28626 \begin_layout Standard
28627 \begin_inset Note Greyedout
28628 status open
28629
28630 \begin_layout Plain Layout
28631
28632 \series bold
28633 Note:
28634
28635 \series default
28636  
28637 \series bold
28638 hypcap
28639 \series default
28640  has no effect on references to subfigures.
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \begin_layout Section
28649 Float 
28650 \change_deleted -712698321 1526031763
28651 Placement 
28652 \change_inserted -712698321 1526031765
28653 Settings
28654 \change_unchanged
28655
28656 \begin_inset CommandInset label
28657 LatexCommand label
28658 name "sec:Float-Settings"
28659
28660 \end_inset
28661
28662
28663 \begin_inset Index idx
28664 range none
28665 pageformat default
28666 status collapsed
28667
28668 \begin_layout Plain Layout
28669 Floats
28670 \begin_inset IndexMacro subentry
28671 status open
28672
28673 \begin_layout Plain Layout
28674
28675 \change_deleted -712698321 1526031841
28676 Placement
28677 \change_inserted -712698321 1526031842
28678 Settings
28679 \change_unchanged
28680
28681 \end_layout
28682
28683 \end_inset
28684
28685
28686 \end_layout
28687
28688 \end_inset
28689
28690
28691 \end_layout
28692
28693 \begin_layout Standard
28694
28695 \change_inserted -712698321 1526033385
28696 Float Settings can be adjusted at two places in \SpecialChar LyX
28697 :
28698  
28699 \change_inserted 630872221 1622709604
28700 i
28701 \change_deleted 630872221 1622709603
28702 I
28703 \change_inserted -712698321 1526033385
28704
28705 \family sans
28706 Document\SpecialChar menuseparator
28707 Settings\SpecialChar ldots
28708 \SpecialChar menuseparator
28709 Float Settings
28710 \family default
28711 ,
28712  you can set some options that are used by default for all floats of the document (placement on page and alignment of contents),
28713  unless you modify the local settings of a float.
28714 \change_unchanged
28715
28716 \end_layout
28717
28718 \begin_layout Standard
28719
28720 \change_inserted -712698321 1526032513
28721 The latter can be done by 
28722 \change_deleted -712698321 1526032513
28723 R
28724 \change_inserted -712698321 1526032513
28725 r
28726 \change_unchanged
28727 ight-clicking on a float-box and clicking on 
28728 \family sans
28729 Settings
28730 \change_inserted -712698321 1526033387
28731 \SpecialChar ldots
28732
28733 \change_unchanged
28734
28735 \family default
28736  
28737 \change_inserted -712698321 1526032520
28738 This 
28739 \change_unchanged
28740 opens a dialog where you can
28741 \change_inserted -712698321 1526032584
28742 ,
28743  now only for the given float,
28744
28745 \change_unchanged
28746  alter the 
28747 \change_inserted -712698321 1526033452
28748 global 
28749 \change_unchanged
28750 placement 
28751 \change_deleted -712698321 1526033439
28752 options that \SpecialChar LaTeX
28753  uses for positioning the float
28754 \change_inserted -712698321 1526033493
28755  and alignment options,
28756  and adapt some other options that are only available for single floats
28757 \change_unchanged
28758 .
28759
28760 \change_inserted -712698321 1526032658
28761  All these options,
28762  both for 
28763 \family sans
28764 Document\SpecialChar menuseparator
28765 Settings\SpecialChar menuseparator
28766 Float Settings
28767 \family default
28768  and for local 
28769 \family sans
28770 Float Settings
28771 \family default
28772 ,
28773  are described in turn.
28774 \change_deleted -712698321 1526031652
28775
28776 \begin_inset Newline newline
28777 \end_inset
28778
28779 The option 
28780 \family sans
28781 Span
28782 \begin_inset space ~
28783 \end_inset
28784
28785 columns
28786 \family default
28787  is only useful for two-column documents:
28788  If you select it,
28789  the float will span both columns on the page instead of being confined to just one.
28790 \begin_inset Newline newline
28791 \end_inset
28792
28793 The option 
28794 \family sans
28795 Rotate
28796 \begin_inset space ~
28797 \end_inset
28798
28799 sideways
28800 \family default
28801  is used to rotate floats,
28802  see section 
28803 \begin_inset CommandInset ref
28804 LatexCommand ref
28805 reference "sec:Rotated-Floats"
28806 nolink "false"
28807
28808 \end_inset
28809
28810 .
28811 \change_unchanged
28812
28813 \end_layout
28814
28815 \begin_layout Subsection
28816
28817 \change_inserted -712698321 1526031775
28818 Float Placement
28819 \begin_inset CommandInset label
28820 LatexCommand label
28821 name "sec:Float-Placement"
28822
28823 \end_inset
28824
28825
28826 \begin_inset Index idx
28827 range none
28828 pageformat default
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832
28833 \change_inserted -712698321 1526031775
28834 Floats
28835 \change_unchanged
28836
28837 \begin_inset IndexMacro subentry
28838 status open
28839
28840 \begin_layout Plain Layout
28841
28842 \change_inserted -712698321 1526031775
28843 Placement
28844 \change_unchanged
28845
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \end_layout
28852
28853 \end_inset
28854
28855
28856 \change_unchanged
28857
28858 \end_layout
28859
28860 \begin_layout Standard
28861
28862 \change_inserted -712698321 1526032697
28863 Both in 
28864 \family sans
28865 Document\SpecialChar menuseparator
28866 Settings\SpecialChar menuseparator
28867 Float Settings
28868 \family default
28869  and in the local 
28870 \family sans
28871 Float Settings
28872 \family default
28873  dialog,
28874  you can 
28875 \change_deleted -712698321 1526032811
28876 You can use one or more of the following options in the float dialog to set
28877 \change_inserted -712698321 1526032812
28878 modify
28879 \change_unchanged
28880  the placement 
28881 \change_inserted -712698321 1526033558
28882 algorithm that \SpecialChar LaTeX
28883  uses for positioning floats on the page,
28884  either 
28885 \change_unchanged
28886 for 
28887 \change_inserted -712698321 1526033535
28888 all floats (
28889 \family sans
28890 Document\SpecialChar menuseparator
28891 Settings\SpecialChar menuseparator
28892 Float Settings
28893 \family default
28894 ) or 
28895 \change_unchanged
28896 a particular float
28897 \change_inserted -712698321 1526033570
28898  (local 
28899 \family sans
28900 Float Settings
28901 \family default
28902  dialog).
28903  This is done via 
28904 \family sans
28905 Placement Settings
28906 \family default
28907 .
28908  By default,
28909  this is set to
28910 \change_unchanged
28911  
28912 \change_inserted -712698321 1526033604
28913
28914 \family sans
28915 Class Default
28916 \family default
28917  in 
28918 \family sans
28919 Document\SpecialChar menuseparator
28920 Settings\SpecialChar menuseparator
28921 Float Settings
28922 \family default
28923  (meaning that the default placement algorithm of the document class is used) or 
28924 \family sans
28925 Document Default
28926 \family default
28927  in the local 
28928 \family sans
28929 Float Settings
28930 \family default
28931  dialog (meaning that the settings in 
28932 \family sans
28933 Document\SpecialChar menuseparator
28934 Settings\SpecialChar menuseparator
28935 Float Settings
28936 \family default
28937  are used,
28938  which are the Class Defaults by default).
28939  If you want to change this,
28940  
28941 \change_deleted -712698321 1526033009
28942 when you uncheck
28943 \change_inserted -712698321 1526033535
28944 select
28945 \change_unchanged
28946  
28947 \change_deleted -712698321 1526031920
28948 the option
28949 \change_inserted -712698321 1526033535
28950
28951 \family sans
28952 Placement Settings:
28953
28954 \change_unchanged
28955
28956 \family default
28957  
28958 \change_inserted -712698321 1526033535
28959
28960 \family sans
28961 Custom.
28962 \change_deleted -712698321 1526031908
28963 Use
28964 \begin_inset space ~
28965 \end_inset
28966
28967 default
28968 \begin_inset space ~
28969 \end_inset
28970
28971 placement
28972 \change_inserted -712698321 1526033535
28973
28974 \family default
28975  This allows you to select one or more from
28976 \change_unchanged
28977 :
28978 \end_layout
28979
28980 \begin_layout Description
28981 Here
28982 \begin_inset space ~
28983 \end_inset
28984
28985 if
28986 \begin_inset space ~
28987 \end_inset
28988
28989 possible try to place the float on the position where it has been inserted
28990 \change_inserted 630872221 1622713522
28991
28992 \end_layout
28993
28994 \begin_layout Description
28995
28996 \change_inserted 630872221 1622713704
28997 Here,
28998 \begin_inset space ~
28999 \end_inset
29000
29001 definitely forces the placement of the float on the position where it has been inserted
29002 \change_unchanged
29003
29004 \end_layout
29005
29006 \begin_layout Description
29007 Top
29008 \begin_inset space ~
29009 \end_inset
29010
29011 of
29012 \begin_inset space ~
29013 \end_inset
29014
29015 page try to place the float at the top of the current page
29016 \end_layout
29017
29018 \begin_layout Description
29019 Bottom
29020 \begin_inset space ~
29021 \end_inset
29022
29023 of
29024 \begin_inset space ~
29025 \end_inset
29026
29027 page try to place the float at the bottom of the current page
29028 \end_layout
29029
29030 \begin_layout Description
29031 Page
29032 \begin_inset space ~
29033 \end_inset
29034
29035 of
29036 \begin_inset space ~
29037 \end_inset
29038
29039 floats try to place the float on its own page
29040 \end_layout
29041
29042 \begin_layout Standard
29043 The order of the above option is 
29044 \emph on
29045 always
29046 \emph default
29047  used by \SpecialChar LaTeX
29048 .
29049  That means,
29050  if you use the default placement,
29051  \SpecialChar LaTeX
29052  will first try out 
29053 \family sans
29054 Here
29055 \begin_inset space ~
29056 \end_inset
29057
29058 if
29059 \begin_inset space ~
29060 \end_inset
29061
29062 possible
29063 \family default
29064 ,
29065  then 
29066 \family sans
29067 Top
29068 \begin_inset space ~
29069 \end_inset
29070
29071 of
29072 \begin_inset space ~
29073 \end_inset
29074
29075 page
29076 \family default
29077 ,
29078  and then the others.
29079  If you do not use the default,
29080  \SpecialChar LaTeX
29081  will try only the checked options but in the same order.
29082  If none of the 4
29083 \begin_inset space ~
29084 \end_inset
29085
29086 placements is possible the procedure is internally repeated trying to put the float on the following page.
29087 \end_layout
29088
29089 \begin_layout Standard
29090 By default,
29091  each option has its own rules:
29092 \end_layout
29093
29094 \begin_layout Labeling
29095 \labelwidthstring 00.00.0000
29096
29097 \family sans
29098 Top
29099 \begin_inset space ~
29100 \end_inset
29101
29102 of
29103 \begin_inset space ~
29104 \end_inset
29105
29106 page
29107 \family default
29108  only floats occupying less than 70
29109 \begin_inset space \thinspace{}
29110 \end_inset
29111
29112 % of the page can be placed at the top of a page (
29113 \series bold
29114
29115 \backslash
29116 topfraction
29117 \series default
29118 )
29119 \end_layout
29120
29121 \begin_layout Labeling
29122 \labelwidthstring 00.00.0000
29123
29124 \family sans
29125 Bottom
29126 \begin_inset space ~
29127 \end_inset
29128
29129 of
29130 \begin_inset space ~
29131 \end_inset
29132
29133 page
29134 \family default
29135 :
29136  only floats occupying less than 30
29137 \begin_inset space \thinspace{}
29138 \end_inset
29139
29140 % of the page can be placed at the bottom of a page.
29141  (
29142 \series bold
29143
29144 \backslash
29145 bottomfraction
29146 \series default
29147 )
29148 \end_layout
29149
29150 \begin_layout Labeling
29151 \labelwidthstring 00.00.0000
29152
29153 \family sans
29154 Page
29155 \begin_inset space ~
29156 \end_inset
29157
29158 of
29159 \begin_inset space ~
29160 \end_inset
29161
29162 floats
29163 \family default
29164 :
29165  only if more than 50
29166 \begin_inset space \thinspace{}
29167 \end_inset
29168
29169 % of the page is occupied by floats,
29170  several floats can be set together on a page.
29171  (
29172 \series bold
29173
29174 \backslash
29175 floatpagefraction
29176 \series default
29177 )
29178 \end_layout
29179
29180 \begin_layout Standard
29181 If you don't like these rules,
29182  you can ignore them by using the additional option 
29183 \family sans
29184 Ignore
29185 \begin_inset space ~
29186 \end_inset
29187
29188 \SpecialChar LaTeX
29189
29190 \begin_inset space ~
29191 \end_inset
29192
29193 rules
29194 \family default
29195 .
29196 \begin_inset Newline newline
29197 \end_inset
29198
29199 You can also redefine the rules with \SpecialChar LaTeX
29200 -commands that are given in parentheses after the rules description above.
29201  To increase for example the often too small default of the bottom-rule to 50
29202 \begin_inset space \thinspace{}
29203 \end_inset
29204
29205 % of the page,
29206  add this line to your document preamble:
29207 \end_layout
29208
29209 \begin_layout Standard
29210
29211 \series bold
29212
29213 \backslash
29214 renewcommand{
29215 \backslash
29216 bottomfraction}{0.5}
29217 \end_layout
29218
29219 \begin_layout Standard
29220 Sometimes you might need,
29221  under all circumstances,
29222  a float to be placed exactly at the position where it is inserted.
29223  For this case you can use the option 
29224 \family sans
29225 Here
29226 \begin_inset space ~
29227 \end_inset
29228
29229 definitely
29230 \family default
29231 .
29232  Use this option very rarely and only if the document is almost ready to be printed,
29233  because the float is then no longer able to 
29234 \begin_inset Quotes eld
29235 \end_inset
29236
29237 float
29238 \begin_inset Quotes erd
29239 \end_inset
29240
29241  when you change your document and this will often destroy the page layout.
29242 \end_layout
29243
29244 \begin_layout Standard
29245 There are no placement options for text wrap floats,
29246  because they are always surrounded by the text of a certain paragraph.
29247 \begin_inset VSpace bigskip
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \begin_layout Standard
29254 Sometimes you have the problem that a float is placed at the top of a page while its corresponding section starts at the middle of the page,
29255  so that the reader could think the float is part of the previous section.
29256  To avoid this the \SpecialChar LaTeX
29257 -command 
29258 \series bold
29259
29260 \backslash
29261 suppressfloats
29262 \series default
29263  can be used.
29264  It suppresses a given float placement for the page where it is inserted and can therefore be used to avoid floats being set before a section starts.
29265  To get this,
29266  add these commands to your document preamble:
29267 \end_layout
29268
29269 \begin_layout Standard
29270
29271 \series bold
29272
29273 \backslash
29274 let
29275 \backslash
29276 mySection
29277 \backslash
29278 section
29279 \begin_inset Newline newline
29280 \end_inset
29281
29282
29283 \backslash
29284 renewcommand{
29285 \backslash
29286 section}{
29287 \backslash
29288 suppressfloats[t]
29289 \backslash
29290 mySection}
29291 \end_layout
29292
29293 \begin_layout Standard
29294 You can define the same for all section headings,
29295  like chapters and subsections.
29296  This definition is not recommended to be used for small text parts like subsubsections because \SpecialChar LaTeX
29297  may then have problems finding a suitable placement.
29298 \end_layout
29299
29300 \begin_layout Standard
29301 \begin_inset VSpace bigskip
29302 \end_inset
29303
29304 In some cases it is required to have all figures/tables at the end of the document.
29305  For this purpose the \SpecialChar LaTeX
29306 -package 
29307 \series bold
29308 endfloat
29309 \series default
29310
29311 \begin_inset Index idx
29312 range none
29313 pageformat default
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 \SpecialChar LaTeX
29318  packages
29319 \begin_inset IndexMacro subentry
29320 status open
29321
29322 \begin_layout Plain Layout
29323 endfloat
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \end_layout
29330
29331 \end_inset
29332
29333  was developed.
29334  It puts all figure and table floats at the end of the document into their own sections.
29335  At the original float position a text hint like 
29336 \begin_inset Quotes eld
29337 \end_inset
29338
29339
29340 \family sans
29341 [Figure
29342 \begin_inset space ~
29343 \end_inset
29344
29345 3.2 about here.]
29346 \family default
29347
29348 \begin_inset Quotes erd
29349 \end_inset
29350
29351  is inserted.
29352  The endfloat-package is loaded in the preamble with the line
29353 \end_layout
29354
29355 \begin_layout Standard
29356
29357 \series bold
29358
29359 \backslash
29360 usepackage[options]{endfloat}
29361 \end_layout
29362
29363 \begin_layout Standard
29364 There are various package options to format the created figure/table sections.
29365  For more information we refer you to the 
29366 \series bold
29367 endfloat
29368 \series default
29369  documentation 
29370 \begin_inset CommandInset citation
29371 LatexCommand cite
29372 key "endfloat"
29373 literal "true"
29374
29375 \end_inset
29376
29377 .
29378 \begin_inset Newline newline
29379 \end_inset
29380
29381
29382 \begin_inset Note Greyedout
29383 status open
29384
29385 \begin_layout Plain Layout
29386
29387 \series bold
29388 Note:
29389  endfloat
29390 \series default
29391  doesn't provide an automatic translation for the text hint,
29392  you have to do this manually,
29393  see section
29394 \begin_inset space ~
29395 \end_inset
29396
29397 4 in 
29398 \begin_inset CommandInset citation
29399 LatexCommand cite
29400 key "endfloat"
29401 literal "true"
29402
29403 \end_inset
29404
29405 .
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \begin_inset Newline newline
29412 \end_inset
29413
29414
29415 \begin_inset Note Greyedout
29416 status open
29417
29418 \begin_layout Plain Layout
29419
29420 \series bold
29421 Note:
29422
29423 \series default
29424  There is currently a bug in 
29425 \series bold
29426 endfloat
29427 \series default
29428  when the caption contains a German 
29429 \begin_inset Quotes eld
29430 \end_inset
29431
29432 ß
29433 \begin_inset Quotes erd
29434 \end_inset
29435
29436 .
29437  Use in this case the command 
29438 \begin_inset Quotes eld
29439 \end_inset
29440
29441
29442 \series bold
29443
29444 \backslash
29445 ss
29446 \series default
29447
29448 \begin_inset Quotes erd
29449 \end_inset
29450
29451  in \SpecialChar TeX
29452  Code instead of 
29453 \begin_inset Quotes eld
29454 \end_inset
29455
29456 ß
29457 \begin_inset Quotes erd
29458 \end_inset
29459
29460 .
29461 \end_layout
29462
29463 \end_inset
29464
29465
29466 \end_layout
29467
29468 \begin_layout Standard
29469 \begin_inset VSpace bigskip
29470 \end_inset
29471
29472 For more details about float placements,
29473  have a look at \SpecialChar LaTeX
29474  books,
29475  
29476 \begin_inset CommandInset citation
29477 LatexCommand cite
29478 key "latexcompanion,latexguide,latexbook"
29479 literal "true"
29480
29481 \end_inset
29482
29483 .
29484 \change_inserted -712698321 1526030561
29485
29486 \end_layout
29487
29488 \begin_layout Subsection
29489
29490 \change_inserted -712698321 1526031989
29491 Alignment of Float Contents
29492 \end_layout
29493
29494 \begin_layout Standard
29495
29496 \change_inserted -712698321 1526032316
29497 In this list of options,
29498  you can define how the contents of a float (or all floats by default,
29499  if selected from 
29500 \family sans
29501 Document\SpecialChar menuseparator
29502 Settings
29503 \family default
29504 ) are aligned.
29505  
29506 \family sans
29507 Class Default
29508 \family default
29509  means that the alignment of the class,
29510  or the default alignment of \SpecialChar LaTeX
29511 ,
29512  is used.
29513  
29514 \family sans
29515 Document Default
29516 \family default
29517  (only visible in the 
29518 \family sans
29519 Float Settings
29520 \family default
29521  dialog,
29522  not in 
29523 \family sans
29524 Document\SpecialChar menuseparator
29525 Settings
29526 \family default
29527 ) takes the setting specified in 
29528 \family sans
29529 Document\SpecialChar menuseparator
29530 Settings\SpecialChar menuseparator
29531 Float Settings
29532 \family default
29533 .
29534  The other three options,
29535  
29536 \family sans
29537 Left
29538 \family default
29539 ,
29540  
29541 \family sans
29542 Center
29543 \family default
29544 ,
29545  or 
29546 \family sans
29547 Right
29548 \family default
29549 ,
29550  are self-explanatory.
29551  If one of these is selected in 
29552 \family sans
29553 Document\SpecialChar menuseparator
29554 Settings\SpecialChar menuseparator
29555 Float Settings
29556 \family default
29557 ,
29558  all floats of the document will have this setting by default (so it is fairly easy,
29559  for instance,
29560  to center all floats).
29561 \change_unchanged
29562
29563 \end_layout
29564
29565 \begin_layout Subsection
29566
29567 \change_inserted -712698321 1526030571
29568 Other Float Options
29569 \end_layout
29570
29571 \begin_layout Standard
29572
29573 \change_inserted -712698321 1526035716
29574 These two options are only visible in the local 
29575 \family sans
29576 Float Settings
29577 \family default
29578  dialog,
29579  not in 
29580 \family sans
29581 Document\SpecialChar menuseparator
29582 Settings.
29583 \change_unchanged
29584
29585 \end_layout
29586
29587 \begin_layout Standard
29588
29589 \change_inserted -712698321 1526033931
29590 The option 
29591 \family sans
29592 Span
29593 \begin_inset space ~
29594 \end_inset
29595
29596 columns
29597 \family default
29598  is useful for two-column documents:
29599  If you select it,
29600  the float will span both columns on the page instead of being confined to just one.
29601 \end_layout
29602
29603 \begin_layout Standard
29604
29605 \change_inserted -712698321 1526030572
29606 The option 
29607 \family sans
29608 Rotate
29609 \begin_inset space ~
29610 \end_inset
29611
29612 sideways
29613 \family default
29614  is used to rotate floats,
29615  see section 
29616 \begin_inset CommandInset ref
29617 LatexCommand ref
29618 reference "sec:Rotated-Floats"
29619 nolink "false"
29620
29621 \end_inset
29622
29623 .
29624 \change_unchanged
29625
29626 \end_layout
29627
29628 \begin_layout Section
29629 Rotated Floats
29630 \begin_inset CommandInset label
29631 LatexCommand label
29632 name "sec:Rotated-Floats"
29633
29634 \end_inset
29635
29636
29637 \begin_inset Index idx
29638 range none
29639 pageformat default
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643 Floats
29644 \begin_inset IndexMacro subentry
29645 status open
29646
29647 \begin_layout Plain Layout
29648 Rotating
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \end_inset
29657
29658
29659 \end_layout
29660
29661 \begin_layout Standard
29662 Especially for wide tables you might have floats rotated.
29663  To rotate a whole float including the caption,
29664  right-click on the float-box and use the option 
29665 \family sans
29666 Rotate
29667 \begin_inset space ~
29668 \end_inset
29669
29670 sideways
29671 \family default
29672 .
29673 \end_layout
29674
29675 \begin_layout Standard
29676 Rotated floats are always placed on a page of their own (or column of their own;
29677  in case you have a multi-column document).
29678  You can let them span several columns using the float settings option 
29679 \family sans
29680 Span
29681 \begin_inset space ~
29682 \end_inset
29683
29684 columns
29685 \family default
29686 .
29687  Floats are rotated so that you can read them from the outside margin.
29688  To force a certain rotation direction for all pages,
29689  you can add either the option 
29690 \series bold
29691 figuresleft
29692 \series default
29693  or 
29694 \series bold
29695 figuresright
29696 \series default
29697  to the document class options.
29698 \end_layout
29699
29700 \begin_layout Standard
29701 Referencing rotated floats is the same as for normal floats,
29702  the caption format is also the same:
29703  Table
29704 \begin_inset space ~
29705 \end_inset
29706
29707
29708 \begin_inset CommandInset ref
29709 LatexCommand ref
29710 reference "tab:Rotated-table"
29711 nolink "false"
29712
29713 \end_inset
29714
29715  is an example of a rotated table float.
29716 \end_layout
29717
29718 \begin_layout Standard
29719 \begin_inset Note Greyedout
29720 status open
29721
29722 \begin_layout Plain Layout
29723
29724 \series bold
29725 Note:
29726
29727 \series default
29728  Not all DVI-viewers are able to display rotated floats.
29729 \end_layout
29730
29731 \end_inset
29732
29733
29734 \end_layout
29735
29736 \begin_layout Standard
29737 \begin_inset Float table
29738 placement document
29739 alignment document
29740 wide false
29741 sideways true
29742 status open
29743
29744 \begin_layout Plain Layout
29745 \begin_inset Caption Standard
29746
29747 \begin_layout Plain Layout
29748 \begin_inset CommandInset label
29749 LatexCommand label
29750 name "tab:Rotated-table"
29751
29752 \end_inset
29753
29754  Rotated table
29755 \end_layout
29756
29757 \end_inset
29758
29759
29760 \end_layout
29761
29762 \begin_layout Plain Layout
29763 \align center
29764 \begin_inset Tabular
29765 <lyxtabular version="3" rows="1" columns="5">
29766 <features tabularvalignment="middle">
29767 <column alignment="center" valignment="top">
29768 <column alignment="center" valignment="top">
29769 <column alignment="center" valignment="top">
29770 <column alignment="center" valignment="top">
29771 <column alignment="center" valignment="top">
29772 <row>
29773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29774 \begin_inset Text
29775
29776 \begin_layout Plain Layout
29777 test
29778 \end_layout
29779
29780 \end_inset
29781 </cell>
29782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29783 \begin_inset Text
29784
29785 \begin_layout Plain Layout
29786 b
29787 \end_layout
29788
29789 \end_inset
29790 </cell>
29791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29792 \begin_inset Text
29793
29794 \begin_layout Plain Layout
29795 c
29796 \end_layout
29797
29798 \end_inset
29799 </cell>
29800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29801 \begin_inset Text
29802
29803 \begin_layout Plain Layout
29804 d
29805 \end_layout
29806
29807 \end_inset
29808 </cell>
29809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29810 \begin_inset Text
29811
29812 \begin_layout Plain Layout
29813 e
29814 \end_layout
29815
29816 \end_inset
29817 </cell>
29818 </row>
29819 </lyxtabular>
29820
29821 \end_inset
29822
29823
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \end_layout
29830
29831 \begin_layout Section
29832 Subfloats
29833 \begin_inset Index idx
29834 range none
29835 pageformat default
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839 Floats
29840 \begin_inset IndexMacro subentry
29841 status open
29842
29843 \begin_layout Plain Layout
29844 Subfloats
29845 \end_layout
29846
29847 \end_inset
29848
29849
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Standard
29858 Subfloats are for example used when a figure consists of several images.
29859  They are created by inserting a float into an existing float.
29860  The placement of the subfloats can be controlled in the same way as for paragraphs as shown in table
29861 \begin_inset space ~
29862 \end_inset
29863
29864
29865 \begin_inset CommandInset ref
29866 LatexCommand ref
29867 reference "tab:Two-subtables-side"
29868 nolink "false"
29869
29870 \end_inset
29871
29872  and 
29873 \begin_inset CommandInset ref
29874 LatexCommand ref
29875 reference "tab:Two-subtables-upon"
29876 nolink "false"
29877
29878 \end_inset
29879
29880 .
29881 \end_layout
29882
29883 \begin_layout Standard
29884 Referencing subfloats works as for normal floats:
29885  Table
29886 \begin_inset space ~
29887 \end_inset
29888
29889
29890 \begin_inset CommandInset ref
29891 LatexCommand ref
29892 reference "tab:This-is-subtable-a"
29893 nolink "false"
29894
29895 \end_inset
29896
29897  and 
29898 \begin_inset CommandInset ref
29899 LatexCommand ref
29900 reference "tab:This-is-subtable-b"
29901 nolink "false"
29902
29903 \end_inset
29904
29905  are subtables of table
29906 \begin_inset space ~
29907 \end_inset
29908
29909
29910 \begin_inset CommandInset ref
29911 LatexCommand ref
29912 reference "tab:Two-subtables-side"
29913 nolink "false"
29914
29915 \end_inset
29916
29917 .
29918 \end_layout
29919
29920 \begin_layout Standard
29921 \begin_inset Float table
29922 placement document
29923 alignment document
29924 wide false
29925 sideways false
29926 status open
29927
29928 \begin_layout Plain Layout
29929 \begin_inset Caption Standard
29930
29931 \begin_layout Plain Layout
29932 \begin_inset CommandInset label
29933 LatexCommand label
29934 name "tab:Two-subtables-side"
29935
29936 \end_inset
29937
29938 Two subtables placed side by side.
29939 \end_layout
29940
29941 \end_inset
29942
29943
29944 \end_layout
29945
29946 \begin_layout Plain Layout
29947 \align center
29948 \begin_inset space \hfill{}
29949 \end_inset
29950
29951
29952 \begin_inset Float table
29953 placement document
29954 alignment document
29955 wide false
29956 sideways false
29957 status collapsed
29958
29959 \begin_layout Plain Layout
29960 \begin_inset Caption Standard
29961
29962 \begin_layout Plain Layout
29963 \begin_inset CommandInset label
29964 LatexCommand label
29965 name "tab:This-is-subtable-a"
29966
29967 \end_inset
29968
29969 This is subtable a.
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \end_layout
29976
29977 \begin_layout Plain Layout
29978 \align center
29979 \begin_inset Tabular
29980 <lyxtabular version="3" rows="1" columns="5">
29981 <features tabularvalignment="middle">
29982 <column alignment="center" valignment="top">
29983 <column alignment="center" valignment="top">
29984 <column alignment="center" valignment="top">
29985 <column alignment="center" valignment="top">
29986 <column alignment="center" valignment="top">
29987 <row>
29988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29989 \begin_inset Text
29990
29991 \begin_layout Plain Layout
29992 test
29993 \end_layout
29994
29995 \end_inset
29996 </cell>
29997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29998 \begin_inset Text
29999
30000 \begin_layout Plain Layout
30001 b
30002 \end_layout
30003
30004 \end_inset
30005 </cell>
30006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30007 \begin_inset Text
30008
30009 \begin_layout Plain Layout
30010 c
30011 \end_layout
30012
30013 \end_inset
30014 </cell>
30015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30016 \begin_inset Text
30017
30018 \begin_layout Plain Layout
30019 d
30020 \end_layout
30021
30022 \end_inset
30023 </cell>
30024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30025 \begin_inset Text
30026
30027 \begin_layout Plain Layout
30028 e
30029 \end_layout
30030
30031 \end_inset
30032 </cell>
30033 </row>
30034 </lyxtabular>
30035
30036 \end_inset
30037
30038
30039 \end_layout
30040
30041 \end_inset
30042
30043
30044 \begin_inset space \hfill{}
30045 \end_inset
30046
30047
30048 \begin_inset Float table
30049 placement document
30050 alignment document
30051 wide false
30052 sideways false
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056 \begin_inset Caption Standard
30057
30058 \begin_layout Plain Layout
30059 \begin_inset CommandInset label
30060 LatexCommand label
30061 name "tab:This-is-subtable-b"
30062
30063 \end_inset
30064
30065 This is subtable b.
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \end_layout
30072
30073 \begin_layout Plain Layout
30074 \align center
30075 \begin_inset Tabular
30076 <lyxtabular version="3" rows="1" columns="5">
30077 <features tabularvalignment="middle">
30078 <column alignment="center" valignment="top">
30079 <column alignment="center" valignment="top">
30080 <column alignment="center" valignment="top">
30081 <column alignment="center" valignment="top">
30082 <column alignment="center" valignment="top">
30083 <row>
30084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30085 \begin_inset Text
30086
30087 \begin_layout Plain Layout
30088 e
30089 \end_layout
30090
30091 \end_inset
30092 </cell>
30093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30094 \begin_inset Text
30095
30096 \begin_layout Plain Layout
30097 d
30098 \end_layout
30099
30100 \end_inset
30101 </cell>
30102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30103 \begin_inset Text
30104
30105 \begin_layout Plain Layout
30106 c
30107 \end_layout
30108
30109 \end_inset
30110 </cell>
30111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30112 \begin_inset Text
30113
30114 \begin_layout Plain Layout
30115 b
30116 \end_layout
30117
30118 \end_inset
30119 </cell>
30120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30121 \begin_inset Text
30122
30123 \begin_layout Plain Layout
30124 test
30125 \end_layout
30126
30127 \end_inset
30128 </cell>
30129 </row>
30130 </lyxtabular>
30131
30132 \end_inset
30133
30134
30135 \end_layout
30136
30137 \end_inset
30138
30139
30140 \begin_inset space \hfill{}
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \end_inset
30147
30148
30149 \end_layout
30150
30151 \begin_layout Standard
30152 \begin_inset Float table
30153 placement document
30154 alignment document
30155 wide false
30156 sideways false
30157 status open
30158
30159 \begin_layout Plain Layout
30160 \begin_inset Caption Standard
30161
30162 \begin_layout Plain Layout
30163 \begin_inset CommandInset label
30164 LatexCommand label
30165 name "tab:Two-subtables-upon"
30166
30167 \end_inset
30168
30169 Two subtables placed one above the other.
30170  (a) table with 4 cells,
30171  (b) table with 5 cells.
30172 \end_layout
30173
30174 \end_inset
30175
30176
30177 \end_layout
30178
30179 \begin_layout Plain Layout
30180 \align center
30181 \begin_inset Float table
30182 placement document
30183 alignment document
30184 wide false
30185 sideways false
30186 status collapsed
30187
30188 \begin_layout Plain Layout
30189 \begin_inset Caption Standard
30190
30191 \begin_layout Plain Layout
30192
30193 \end_layout
30194
30195 \end_inset
30196
30197
30198 \end_layout
30199
30200 \begin_layout Plain Layout
30201 \align center
30202 \begin_inset Tabular
30203 <lyxtabular version="3" rows="1" columns="4">
30204 <features tabularvalignment="middle">
30205 <column alignment="center" valignment="top">
30206 <column alignment="center" valignment="top">
30207 <column alignment="center" valignment="top">
30208 <column alignment="center" valignment="top">
30209 <row>
30210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30211 \begin_inset Text
30212
30213 \begin_layout Plain Layout
30214 test
30215 \end_layout
30216
30217 \end_inset
30218 </cell>
30219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30220 \begin_inset Text
30221
30222 \begin_layout Plain Layout
30223 test
30224 \end_layout
30225
30226 \end_inset
30227 </cell>
30228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30229 \begin_inset Text
30230
30231 \begin_layout Plain Layout
30232 test
30233 \end_layout
30234
30235 \end_inset
30236 </cell>
30237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30238 \begin_inset Text
30239
30240 \begin_layout Plain Layout
30241 test
30242 \end_layout
30243
30244 \end_inset
30245 </cell>
30246 </row>
30247 </lyxtabular>
30248
30249 \end_inset
30250
30251
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \end_layout
30258
30259 \begin_layout Plain Layout
30260 \align center
30261 \begin_inset Float table
30262 placement document
30263 alignment document
30264 wide false
30265 sideways false
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269 \begin_inset Caption Standard
30270
30271 \begin_layout Plain Layout
30272
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \begin_layout Plain Layout
30281 \align center
30282 \begin_inset Tabular
30283 <lyxtabular version="3" rows="1" columns="5">
30284 <features tabularvalignment="middle">
30285 <column alignment="center" valignment="top">
30286 <column alignment="center" valignment="top">
30287 <column alignment="center" valignment="top">
30288 <column alignment="center" valignment="top">
30289 <column alignment="center" valignment="top">
30290 <row>
30291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30292 \begin_inset Text
30293
30294 \begin_layout Plain Layout
30295 a
30296 \end_layout
30297
30298 \end_inset
30299 </cell>
30300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30301 \begin_inset Text
30302
30303 \begin_layout Plain Layout
30304 b
30305 \end_layout
30306
30307 \end_inset
30308 </cell>
30309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30310 \begin_inset Text
30311
30312 \begin_layout Plain Layout
30313 c
30314 \end_layout
30315
30316 \end_inset
30317 </cell>
30318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30319 \begin_inset Text
30320
30321 \begin_layout Plain Layout
30322 d
30323 \end_layout
30324
30325 \end_inset
30326 </cell>
30327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30328 \begin_inset Text
30329
30330 \begin_layout Plain Layout
30331 e
30332 \end_layout
30333
30334 \end_inset
30335 </cell>
30336 </row>
30337 </lyxtabular>
30338
30339 \end_inset
30340
30341
30342 \end_layout
30343
30344 \end_inset
30345
30346
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \end_layout
30353
30354 \begin_layout Section
30355 Floats Side by Side
30356 \begin_inset Index idx
30357 range none
30358 pageformat default
30359 status collapsed
30360
30361 \begin_layout Plain Layout
30362 Floats
30363 \begin_inset IndexMacro subentry
30364 status open
30365
30366 \begin_layout Plain Layout
30367 Side by side
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \end_layout
30379
30380 \begin_layout Standard
30381 To place floats side by side,
30382  as in Figures
30383 \begin_inset space ~
30384 \end_inset
30385
30386
30387 \begin_inset CommandInset ref
30388 LatexCommand ref
30389 reference "fig:Float-left"
30390 nolink "false"
30391
30392 \end_inset
30393
30394  and 
30395 \begin_inset CommandInset ref
30396 LatexCommand ref
30397 reference "fig:Float-right"
30398 nolink "false"
30399
30400 \end_inset
30401
30402 ,
30403  only 
30404 \emph on
30405 one
30406 \emph default
30407  float is used.
30408  In it two minipage boxes are inserted.
30409 \begin_inset Foot
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413 Minipages are explained in section
30414 \begin_inset space ~
30415 \end_inset
30416
30417
30418 \begin_inset CommandInset ref
30419 LatexCommand ref
30420 reference "sec:Minipages"
30421 nolink "false"
30422
30423 \end_inset
30424
30425 .
30426 \end_layout
30427
30428 \end_inset
30429
30430  The width is set to 45
30431 \begin_inset space \thinspace{}
30432 \end_inset
30433
30434 -50
30435 \begin_inset space \thinspace{}
30436 \end_inset
30437
30438 column% and the box alignment to 
30439 \family sans
30440 Bottom
30441 \family default
30442  for each minipage.
30443  The minipage boxes contain the image and the caption in the same way as they are in a float.
30444  The only difference is that the image unit 
30445 \family sans
30446 Column
30447 \begin_inset space ~
30448 \end_inset
30449
30450 Width
30451 \begin_inset space ~
30452 \end_inset
30453
30454 %
30455 \family default
30456  is now calculated according to the width of the minipage boxes.
30457 \end_layout
30458
30459 \begin_layout Standard
30460 \begin_inset Float figure
30461 placement document
30462 alignment document
30463 wide false
30464 sideways false
30465 status open
30466
30467 \begin_layout Plain Layout
30468 \begin_inset Box Frameless
30469 position "b"
30470 hor_pos "c"
30471 has_inner_box 1
30472 inner_pos "t"
30473 use_parbox 0
30474 use_makebox 0
30475 width "45col%"
30476 special "none"
30477 height "1in"
30478 height_special "totalheight"
30479 thickness "0.4pt"
30480 separation "3pt"
30481 shadowsize "4pt"
30482 framecolor "black"
30483 backgroundcolor "none"
30484 status open
30485
30486 \begin_layout Plain Layout
30487 \align center
30488 \begin_inset Graphics
30489         filename clipart/2D-intensity-plot.pdf
30490         width 100col%
30491         scaleBeforeRotation
30492
30493 \end_inset
30494
30495
30496 \end_layout
30497
30498 \begin_layout Plain Layout
30499 \begin_inset Caption Standard
30500
30501 \begin_layout Plain Layout
30502 \begin_inset CommandInset label
30503 LatexCommand label
30504 name "fig:Float-left"
30505
30506 \end_inset
30507
30508 Float on the left side.
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \begin_inset space \hfill{}
30520 \end_inset
30521
30522
30523 \begin_inset Box Frameless
30524 position "b"
30525 hor_pos "c"
30526 has_inner_box 1
30527 inner_pos "t"
30528 use_parbox 0
30529 use_makebox 0
30530 width "45col%"
30531 special "none"
30532 height "1in"
30533 height_special "totalheight"
30534 thickness "0.4pt"
30535 separation "3pt"
30536 shadowsize "4pt"
30537 framecolor "black"
30538 backgroundcolor "none"
30539 status open
30540
30541 \begin_layout Plain Layout
30542 \align center
30543 \begin_inset Graphics
30544         filename clipart/Star-structure.pdf
30545         width 100col%
30546         scaleBeforeRotation
30547
30548 \end_inset
30549
30550
30551 \end_layout
30552
30553 \begin_layout Plain Layout
30554 \begin_inset Caption Standard
30555
30556 \begin_layout Plain Layout
30557 \begin_inset CommandInset label
30558 LatexCommand label
30559 name "fig:Float-right"
30560
30561 \end_inset
30562
30563 Float on the right side.
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \end_layout
30570
30571 \end_inset
30572
30573
30574 \end_layout
30575
30576 \end_inset
30577
30578
30579 \end_layout
30580
30581 \begin_layout Standard
30582 An alternative and simpler solution is to use the module 
30583 \family sans
30584 Variable-width Minipages
30585 \family default
30586 ,
30587  see sec.
30588 \begin_inset space \thinspace{}
30589 \end_inset
30590
30591
30592 \begin_inset CommandInset ref
30593 LatexCommand ref
30594 reference "sec:Minipages"
30595 nolink "false"
30596
30597 \end_inset
30598
30599 .
30600  Variable-width minipages adapt automatically to the width of the figures and tables.
30601  They do not require an explicit width to be given,
30602  and they improve the horizontal alignment of the figures.
30603  The LyX example file 
30604 \emph on
30605 varwidth-floats-side-by-side
30606 \emph default
30607  gives examples of how to do this.
30608 \end_layout
30609
30610 \begin_layout Section
30611 Caption Formatting
30612 \begin_inset Index idx
30613 range none
30614 pageformat default
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618 Caption
30619 \begin_inset IndexMacro subentry
30620 status open
30621
30622 \begin_layout Plain Layout
30623 Formatting
30624 \end_layout
30625
30626 \end_inset
30627
30628
30629 \end_layout
30630
30631 \end_inset
30632
30633
30634 \begin_inset Index idx
30635 range none
30636 pageformat default
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640 Floats
30641 \begin_inset IndexMacro subentry
30642 status open
30643
30644 \begin_layout Plain Layout
30645 Caption Formatting
30646 \end_layout
30647
30648 \end_inset
30649
30650
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \begin_inset CommandInset label
30657 LatexCommand label
30658 name "sec:Caption-Formatting"
30659
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \begin_layout Standard
30666 The 
30667 \family sans
30668 Caption
30669 \family default
30670  environment is the default paragraph environment for 
30671 \family sans
30672 Floats
30673 \family default
30674 .
30675  On the \SpecialChar LyX
30676  screen captions appear as a label,
30677  e.
30678 \begin_inset space \thinspace{}
30679 \end_inset
30680
30681 g.
30682 \begin_inset space \space{}
30683 \end_inset
30684
30685
30686 \begin_inset Quotes eld
30687 \end_inset
30688
30689
30690 \family sans
30691 Figure #:
30692 \family default
30693
30694 \begin_inset Quotes erd
30695 \end_inset
30696
30697  followed by the caption text.
30698  
30699 \begin_inset Quotes eld
30700 \end_inset
30701
30702 #
30703 \begin_inset Quotes erd
30704 \end_inset
30705
30706  is the actual reference number.
30707  By default the label and the number are in the same font as the caption text and a colon follows the number to divide the label from the text.
30708  This caption format is suitable for many but not all documents.
30709  
30710 \end_layout
30711
30712 \begin_layout Standard
30713 To change the default caption format,
30714  load the \SpecialChar LaTeX
30715 -package 
30716 \series bold
30717 caption
30718 \series default
30719
30720 \begin_inset Index idx
30721 range none
30722 pageformat default
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726 \SpecialChar LaTeX
30727  packages
30728 \begin_inset IndexMacro subentry
30729 status open
30730
30731 \begin_layout Plain Layout
30732 caption
30733 \end_layout
30734
30735 \end_inset
30736
30737
30738 \end_layout
30739
30740 \end_inset
30741
30742  in the document preamble with this line:
30743 \end_layout
30744
30745 \begin_layout Standard
30746
30747 \series bold
30748
30749 \backslash
30750 usepackage[format definition]{caption}
30751 \end_layout
30752
30753 \begin_layout Standard
30754 To have for example the label and the number in sans-serif,
30755  bold font and the table captions always above the table as in this document,
30756  use the following command:
30757 \end_layout
30758
30759 \begin_layout Standard
30760
30761 \series bold
30762
30763 \backslash
30764 usepackage[labelfont={bf,sf},
30765  tableposition=top]{caption}
30766 \end_layout
30767
30768 \begin_layout Standard
30769 You can also define different caption formats for the different float types.
30770  In this case load the 
30771 \series bold
30772 caption
30773 \series default
30774  package without format specific options and define the different formats with the help of the command
30775 \end_layout
30776
30777 \begin_layout Standard
30778
30779 \series bold
30780
30781 \backslash
30782 captionsetup[float type]{format definition}
30783 \end_layout
30784
30785 \begin_layout Standard
30786 in the document preamble.
30787  For example the caption formats of Figure
30788 \begin_inset space ~
30789 \end_inset
30790
30791
30792 \begin_inset CommandInset ref
30793 LatexCommand ref
30794 reference "fig:This-is-an-fig"
30795 nolink "false"
30796
30797 \end_inset
30798
30799  and Table
30800 \begin_inset space ~
30801 \end_inset
30802
30803
30804 \begin_inset CommandInset ref
30805 LatexCommand ref
30806 reference "tab:This-is-an-tab"
30807 nolink "false"
30808
30809 \end_inset
30810
30811  can be created using these commands in the document preamble:
30812 \end_layout
30813
30814 \begin_layout Standard
30815
30816 \series bold
30817
30818 \backslash
30819 usepackage[tableposition=top]{caption}
30820 \series default
30821
30822 \begin_inset Newline newline
30823 \end_inset
30824
30825
30826 \series bold
30827
30828 \backslash
30829 captionsetup[figure]{labelfont={tt},
30830  textfont=it,
30831  indention=1cm,%
30832 \begin_inset Newline newline
30833 \end_inset
30834
30835
30836 \begin_inset Phantom HPhantom
30837 status open
30838
30839 \begin_layout Plain Layout
30840
30841 \series bold
30842
30843 \backslash
30844 captionsetup[figure]{
30845 \end_layout
30846
30847 \end_inset
30848
30849 labelsep=period}
30850 \begin_inset Newline newline
30851 \end_inset
30852
30853
30854 \backslash
30855 captionsetup[table]{labelfont={bf,sf}}
30856 \end_layout
30857
30858 \begin_layout Standard
30859 \begin_inset Note Greyedout
30860 status open
30861
30862 \begin_layout Plain Layout
30863
30864 \series bold
30865 Note:
30866
30867 \series default
30868  The option 
30869 \series bold
30870 tableposition=top
30871 \series default
30872  has no effect when a 
30873 \series bold
30874 KOMA-Script
30875 \series default
30876
30877 \begin_inset Index idx
30878 range none
30879 pageformat default
30880 status collapsed
30881
30882 \begin_layout Plain Layout
30883 \SpecialChar LaTeX
30884  packages
30885 \begin_inset IndexMacro subentry
30886 status open
30887
30888 \begin_layout Plain Layout
30889 KOMA-Script
30890 \end_layout
30891
30892 \end_inset
30893
30894
30895 \end_layout
30896
30897 \end_inset
30898
30899  document class is used.
30900  In this case the document class option 
30901 \series bold
30902 captions=tableheading
30903 \series default
30904  must be used.
30905 \end_layout
30906
30907 \end_inset
30908
30909
30910 \end_layout
30911
30912 \begin_layout Standard
30913 For more information about the package 
30914 \series bold
30915 caption
30916 \series default
30917  we refer to its documentation 
30918 \begin_inset CommandInset citation
30919 LatexCommand cite
30920 key "caption"
30921 literal "true"
30922
30923 \end_inset
30924
30925 .
30926 \end_layout
30927
30928 \begin_layout Standard
30929 To change the label name from e.
30930 \begin_inset space \thinspace{}
30931 \end_inset
30932
30933 g.
30934 \begin_inset space \space{}
30935 \end_inset
30936
30937
30938 \begin_inset Quotes eld
30939 \end_inset
30940
30941 Figure
30942 \begin_inset Quotes erd
30943 \end_inset
30944
30945  to 
30946 \begin_inset Quotes eld
30947 \end_inset
30948
30949 Image
30950 \begin_inset Quotes erd
30951 \end_inset
30952
30953  use this preamble command:
30954 \end_layout
30955
30956 \begin_layout Standard
30957
30958 \series bold
30959
30960 \backslash
30961 renewcommand{
30962 \backslash
30963 fnum@figure}{Image~
30964 \backslash
30965 thefigure}
30966 \end_layout
30967
30968 \begin_layout Standard
30969 where 
30970 \series bold
30971
30972 \backslash
30973 thefigure
30974 \series default
30975  inserts the figure number and
30976 \series bold
30977  
30978 \begin_inset Quotes eld
30979 \end_inset
30980
30981 ~
30982 \series default
30983
30984 \begin_inset Quotes erd
30985 \end_inset
30986
30987  creates a 
30988 \change_deleted 177693 1654669177
30989 protected
30990 \change_inserted 177693 1654669179
30991 non-breaking
30992 \change_unchanged
30993  space.
30994 \end_layout
30995
30996 \begin_layout Standard
30997 \begin_inset VSpace bigskip
30998 \end_inset
30999
31000 If you are using a 
31001 \series bold
31002 KOMA-Script
31003 \series default
31004
31005 \begin_inset Index idx
31006 range none
31007 pageformat default
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011 \SpecialChar LaTeX
31012  packages
31013 \begin_inset IndexMacro subentry
31014 status open
31015
31016 \begin_layout Plain Layout
31017 KOMA-Script
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \end_layout
31024
31025 \end_inset
31026
31027  document class (
31028 \family sans
31029 article (KOMA-Script)
31030 \family default
31031 ,
31032  
31033 \family sans
31034 book (KOMA-Script)
31035 \family default
31036 ,
31037  
31038 \family sans
31039 letter (KOMA-Script)
31040 \family default
31041 ,
31042  or 
31043 \family sans
31044 report (KOMA-Script)
31045 \family default
31046
31047 \begin_inset space \thinspace{}
31048 \end_inset
31049
31050 ),
31051  you can alternatively to the 
31052 \series bold
31053 caption
31054 \series default
31055  package use 
31056 \series bold
31057 KOMA-Script
31058 \series default
31059 's built-in command 
31060 \series bold
31061
31062 \backslash
31063 setkomafont
31064 \series default
31065 .
31066  For example,
31067  to have the caption label in bold,
31068  add this command to your document preamble:
31069 \end_layout
31070
31071 \begin_layout Standard
31072
31073 \series bold
31074
31075 \backslash
31076 setkomafont{captionlabel}{
31077 \backslash
31078 bfseries}
31079 \end_layout
31080
31081 \begin_layout Standard
31082 For more information about 
31083 \series bold
31084
31085 \backslash
31086 setkomafont
31087 \series default
31088  we refer to the 
31089 \series bold
31090 KOMA-Script
31091 \series default
31092  documentation 
31093 \begin_inset CommandInset citation
31094 LatexCommand cite
31095 key "KOMA-Script"
31096 literal "true"
31097
31098 \end_inset
31099
31100 .
31101 \end_layout
31102
31103 \begin_layout Standard
31104 \begin_inset ERT
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108
31109
31110 \backslash
31111 captionsetup[figure]{labelfont={tt},
31112  textfont=it,
31113  indention=1cm,
31114  labelsep=period}
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \begin_inset Note Note
31121 status open
31122
31123 \begin_layout Plain Layout
31124 The caption format is changed only for this example.
31125 \end_layout
31126
31127 \end_inset
31128
31129
31130 \end_layout
31131
31132 \begin_layout Standard
31133 \begin_inset Float figure
31134 placement !p
31135 alignment document
31136 wide false
31137 sideways false
31138 status open
31139
31140 \begin_layout Plain Layout
31141 \align center
31142 \begin_inset Graphics
31143         filename clipart/2D-intensity-plot.pdf
31144         scaleBeforeRotation
31145
31146 \end_inset
31147
31148
31149 \end_layout
31150
31151 \begin_layout Plain Layout
31152 \begin_inset Caption Standard
31153
31154 \begin_layout Plain Layout
31155 \begin_inset CommandInset label
31156 LatexCommand label
31157 name "fig:This-is-an-fig"
31158
31159 \end_inset
31160
31161 This is an example figure caption that is longer than one line to show the different caption format.
31162  Here a self-defined caption format is used.
31163 \end_layout
31164
31165 \end_inset
31166
31167
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Standard
31176 \begin_inset ERT
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180
31181
31182 \backslash
31183 captionsetup[figure]{labelfont={bf,sf},
31184  textfont=rm,
31185  indention=0cm,
31186  labelsep=colon}
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \end_layout
31193
31194 \begin_layout Standard
31195 \begin_inset Float table
31196 placement !p
31197 alignment document
31198 wide false
31199 sideways false
31200 status open
31201
31202 \begin_layout Plain Layout
31203 \begin_inset Caption Standard
31204
31205 \begin_layout Plain Layout
31206 \begin_inset CommandInset label
31207 LatexCommand label
31208 name "tab:This-is-an-tab"
31209
31210 \end_inset
31211
31212 This is an example table caption that is longer than one line to show the different caption format.
31213  Here the standard caption format for tables in this document is used.
31214 \end_layout
31215
31216 \end_inset
31217
31218
31219 \end_layout
31220
31221 \begin_layout Plain Layout
31222 \align center
31223 \begin_inset Tabular
31224 <lyxtabular version="3" rows="1" columns="5">
31225 <features tabularvalignment="middle">
31226 <column alignment="center" valignment="top">
31227 <column alignment="center" valignment="top">
31228 <column alignment="center" valignment="top">
31229 <column alignment="center" valignment="top">
31230 <column alignment="center" valignment="top">
31231 <row>
31232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31233 \begin_inset Text
31234
31235 \begin_layout Plain Layout
31236 a
31237 \end_layout
31238
31239 \end_inset
31240 </cell>
31241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31242 \begin_inset Text
31243
31244 \begin_layout Plain Layout
31245 b
31246 \end_layout
31247
31248 \end_inset
31249 </cell>
31250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31251 \begin_inset Text
31252
31253 \begin_layout Plain Layout
31254 c
31255 \end_layout
31256
31257 \end_inset
31258 </cell>
31259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31260 \begin_inset Text
31261
31262 \begin_layout Plain Layout
31263 d
31264 \end_layout
31265
31266 \end_inset
31267 </cell>
31268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31269 \begin_inset Text
31270
31271 \begin_layout Plain Layout
31272 e
31273 \end_layout
31274
31275 \end_inset
31276 </cell>
31277 </row>
31278 </lyxtabular>
31279
31280 \end_inset
31281
31282
31283 \end_layout
31284
31285 \end_inset
31286
31287
31288 \end_layout
31289
31290 \begin_layout Section
31291 Caption Placement
31292 \begin_inset Index idx
31293 range none
31294 pageformat default
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298 Caption
31299 \begin_inset IndexMacro subentry
31300 status open
31301
31302 \begin_layout Plain Layout
31303 Placement
31304 \end_layout
31305
31306 \end_inset
31307
31308
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \begin_inset Index idx
31315 range none
31316 pageformat default
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320 Floats
31321 \begin_inset IndexMacro subentry
31322 status open
31323
31324 \begin_layout Plain Layout
31325 Caption Placement
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \begin_inset CommandInset label
31337 LatexCommand label
31338 name "sec:Caption-Placement"
31339
31340 \end_inset
31341
31342
31343 \end_layout
31344
31345 \begin_layout Standard
31346 The common caption placement rule is:
31347 \end_layout
31348
31349 \begin_layout Description
31350 Figure:
31351  Caption is set below the figure
31352 \end_layout
31353
31354 \begin_layout Description
31355 Table:
31356  Caption is set above the table
31357 \end_layout
31358
31359 \begin_layout Standard
31360 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
31361 's standard classes.
31362  That means if you are using the document classes 
31363 \family sans
31364 article
31365 \family default
31366 ,
31367  
31368 \family sans
31369 book
31370 \family default
31371 ,
31372  
31373 \family sans
31374 letter
31375 \family default
31376 ,
31377  or 
31378 \family sans
31379 report
31380 \family default
31381  there will be no space between the caption and the table.
31382  To insert the necessary space,
31383  load the \SpecialChar LaTeX
31384 -package 
31385 \series bold
31386 caption
31387 \series default
31388
31389 \begin_inset Index idx
31390 range none
31391 pageformat default
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395 \SpecialChar LaTeX
31396  packages
31397 \begin_inset IndexMacro subentry
31398 status open
31399
31400 \begin_layout Plain Layout
31401 caption
31402 \end_layout
31403
31404 \end_inset
31405
31406
31407 \end_layout
31408
31409 \end_inset
31410
31411  in your document preamble with the option
31412 \begin_inset Foot
31413 status collapsed
31414
31415 \begin_layout Plain Layout
31416 See section
31417 \begin_inset space ~
31418 \end_inset
31419
31420
31421 \begin_inset CommandInset ref
31422 LatexCommand ref
31423 reference "sec:Caption-Formatting"
31424 nolink "false"
31425
31426 \end_inset
31427
31428  for more information of the package 
31429 \series bold
31430 caption
31431 \series default
31432 .
31433 \end_layout
31434
31435 \end_inset
31436
31437
31438 \end_layout
31439
31440 \begin_layout Standard
31441
31442 \series bold
31443 tableposition=top
31444 \end_layout
31445
31446 \begin_layout Standard
31447 If you are using a 
31448 \series bold
31449 KOMA-Script
31450 \series default
31451
31452 \begin_inset Index idx
31453 range none
31454 pageformat default
31455 status collapsed
31456
31457 \begin_layout Plain Layout
31458 \SpecialChar LaTeX
31459  packages
31460 \begin_inset IndexMacro subentry
31461 status open
31462
31463 \begin_layout Plain Layout
31464 KOMA-Script
31465 \end_layout
31466
31467 \end_inset
31468
31469
31470 \end_layout
31471
31472 \end_inset
31473
31474  document class (
31475 \family sans
31476 article (KOMA-Script)
31477 \family default
31478 ,
31479  
31480 \family sans
31481 book (KOMA-Script)
31482 \family default
31483 ,
31484  
31485 \family sans
31486 letter (KOMA-Script)
31487 \family default
31488 ,
31489  or 
31490 \family sans
31491 report (KOMA-Script)
31492 \family default
31493
31494 \begin_inset space \thinspace{}
31495 \end_inset
31496
31497 ),
31498  you can alternatively to the 
31499 \series bold
31500 caption
31501 \series default
31502  package set the document class option
31503 \begin_inset Foot
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507 That option is used in this document.
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \end_layout
31514
31515 \begin_layout Standard
31516
31517 \series bold
31518 captions=tableheading
31519 \end_layout
31520
31521 \begin_layout Standard
31522 In documents with a KOMA-Script document class you can also right-click on a caption and mark in the context menu if this should be a caption above or below the table/figure.
31523  This way you can override the document-wide caption placement for certain captions.
31524  Table
31525 \begin_inset space ~
31526 \end_inset
31527
31528
31529 \begin_inset CommandInset ref
31530 LatexCommand ref
31531 reference "tab:A-caption-marked"
31532 nolink "false"
31533
31534 \end_inset
31535
31536  is an example where the caption is marked a being below the table while it is above.
31537  For comparison the caption in Table
31538 \begin_inset space ~
31539 \end_inset
31540
31541
31542 \begin_inset CommandInset ref
31543 LatexCommand ref
31544 reference "tab:A-standard-table"
31545 nolink "false"
31546
31547 \end_inset
31548
31549  is not marked.
31550 \end_layout
31551
31552 \begin_layout Standard
31553 \begin_inset Float table
31554 placement document
31555 alignment document
31556 wide false
31557 sideways false
31558 status open
31559
31560 \begin_layout Plain Layout
31561 \begin_inset Caption Below
31562
31563 \begin_layout Plain Layout
31564 \begin_inset CommandInset label
31565 LatexCommand label
31566 name "tab:A-caption-marked"
31567
31568 \end_inset
31569
31570 A caption marked as being below the table.
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \begin_layout Plain Layout
31579 \align center
31580 \begin_inset Tabular
31581 <lyxtabular version="3" rows="3" columns="3">
31582 <features tabularvalignment="middle">
31583 <column alignment="center" valignment="top" width="0pt">
31584 <column alignment="center" valignment="top" width="0pt">
31585 <column alignment="center" valignment="top" width="0pt">
31586 <row>
31587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31588 \begin_inset Text
31589
31590 \begin_layout Plain Layout
31591 1
31592 \end_layout
31593
31594 \end_inset
31595 </cell>
31596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31597 \begin_inset Text
31598
31599 \begin_layout Plain Layout
31600 2
31601 \end_layout
31602
31603 \end_inset
31604 </cell>
31605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31606 \begin_inset Text
31607
31608 \begin_layout Plain Layout
31609 3
31610 \end_layout
31611
31612 \end_inset
31613 </cell>
31614 </row>
31615 <row>
31616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31617 \begin_inset Text
31618
31619 \begin_layout Plain Layout
31620 Joe
31621 \end_layout
31622
31623 \end_inset
31624 </cell>
31625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31626 \begin_inset Text
31627
31628 \begin_layout Plain Layout
31629 Mary
31630 \end_layout
31631
31632 \end_inset
31633 </cell>
31634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31635 \begin_inset Text
31636
31637 \begin_layout Plain Layout
31638 Ted
31639 \end_layout
31640
31641 \end_inset
31642 </cell>
31643 </row>
31644 <row>
31645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649 \begin_inset Formula $\int x^{2}dx$
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \end_inset
31656 </cell>
31657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31658 \begin_inset Text
31659
31660 \begin_layout Plain Layout
31661 \begin_inset Formula $\left[\begin{array}{cc}
31662 a & b\\
31663 c & d
31664 \end{array}\right]$
31665 \end_inset
31666
31667
31668 \end_layout
31669
31670 \end_inset
31671 </cell>
31672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31673 \begin_inset Text
31674
31675 \begin_layout Plain Layout
31676 \begin_inset Formula $1+1=2$
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \end_inset
31683 </cell>
31684 </row>
31685 </lyxtabular>
31686
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \end_inset
31693
31694
31695 \end_layout
31696
31697 \begin_layout Standard
31698 \begin_inset Float table
31699 placement document
31700 alignment document
31701 wide false
31702 sideways false
31703 status open
31704
31705 \begin_layout Plain Layout
31706 \begin_inset Caption Standard
31707
31708 \begin_layout Plain Layout
31709 \begin_inset CommandInset label
31710 LatexCommand label
31711 name "tab:A-standard-table"
31712
31713 \end_inset
31714
31715 A standard table caption.
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \begin_layout Plain Layout
31724 \align center
31725 \begin_inset Tabular
31726 <lyxtabular version="3" rows="3" columns="3">
31727 <features tabularvalignment="middle">
31728 <column alignment="center" valignment="top" width="0pt">
31729 <column alignment="center" valignment="top" width="0pt">
31730 <column alignment="center" valignment="top" width="0pt">
31731 <row>
31732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31733 \begin_inset Text
31734
31735 \begin_layout Plain Layout
31736 1
31737 \end_layout
31738
31739 \end_inset
31740 </cell>
31741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31742 \begin_inset Text
31743
31744 \begin_layout Plain Layout
31745 2
31746 \end_layout
31747
31748 \end_inset
31749 </cell>
31750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31751 \begin_inset Text
31752
31753 \begin_layout Plain Layout
31754 3
31755 \end_layout
31756
31757 \end_inset
31758 </cell>
31759 </row>
31760 <row>
31761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31762 \begin_inset Text
31763
31764 \begin_layout Plain Layout
31765 Joe
31766 \end_layout
31767
31768 \end_inset
31769 </cell>
31770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31771 \begin_inset Text
31772
31773 \begin_layout Plain Layout
31774 Mary
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31780 \begin_inset Text
31781
31782 \begin_layout Plain Layout
31783 Ted
31784 \end_layout
31785
31786 \end_inset
31787 </cell>
31788 </row>
31789 <row>
31790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31791 \begin_inset Text
31792
31793 \begin_layout Plain Layout
31794 \begin_inset Formula $\int x^{2}dx$
31795 \end_inset
31796
31797
31798 \end_layout
31799
31800 \end_inset
31801 </cell>
31802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31803 \begin_inset Text
31804
31805 \begin_layout Plain Layout
31806 \begin_inset Formula $\left[\begin{array}{cc}
31807 a & b\\
31808 c & d
31809 \end{array}\right]$
31810 \end_inset
31811
31812
31813 \end_layout
31814
31815 \end_inset
31816 </cell>
31817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31818 \begin_inset Text
31819
31820 \begin_layout Plain Layout
31821 \begin_inset Formula $1+1=2$
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \end_inset
31828 </cell>
31829 </row>
31830 </lyxtabular>
31831
31832 \end_inset
31833
31834
31835 \end_layout
31836
31837 \end_inset
31838
31839
31840 \end_layout
31841
31842 \begin_layout Standard
31843 \begin_inset VSpace bigskip
31844 \end_inset
31845
31846 It is also possible to set the caption beside a figure or table.
31847  To get this the \SpecialChar LaTeX
31848 -package 
31849 \series bold
31850 sidecap
31851 \series default
31852
31853 \begin_inset Index idx
31854 range none
31855 pageformat default
31856 status collapsed
31857
31858 \begin_layout Plain Layout
31859 \SpecialChar LaTeX
31860  packages
31861 \begin_inset IndexMacro subentry
31862 status open
31863
31864 \begin_layout Plain Layout
31865 sidecap
31866 \end_layout
31867
31868 \end_inset
31869
31870
31871 \end_layout
31872
31873 \end_inset
31874
31875  has to be loaded in the document preamble with the line
31876 \end_layout
31877
31878 \begin_layout Standard
31879
31880 \series bold
31881
31882 \backslash
31883 usepackage[option]{sidecap}
31884 \end_layout
31885
31886 \begin_layout Standard
31887 If you set no option,
31888  the caption is placed on the side of the outer page margin â€“ to the right on odd pages,
31889  to the left on even pages.
31890  You can change the placement to inner margin with the option 
31891 \series bold
31892 innercaption
31893 \series default
31894 .
31895  To force the placement always to the right or left,
31896  use the option 
31897 \series bold
31898 rightcaption
31899 \series default
31900  or 
31901 \series bold
31902 leftcaption
31903 \series default
31904 ,
31905  respectively.
31906 \end_layout
31907
31908 \begin_layout Standard
31909 \begin_inset ERT
31910 status collapsed
31911
31912 \begin_layout Plain Layout
31913
31914
31915 \backslash
31916 ifsidecap
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \begin_inset Note Note
31923 status open
31924
31925 \begin_layout Plain Layout
31926 The following section will only be displayed when the \SpecialChar LaTeX
31927 -package 
31928 \series bold
31929 sidecap
31930 \series default
31931  is installed.
31932 \end_layout
31933
31934 \end_inset
31935
31936
31937 \end_layout
31938
31939 \begin_layout Standard
31940 To place in \SpecialChar LyX
31941  the caption of a float on the side,
31942  it is necessary to add these commands to the document preamble:
31943 \end_layout
31944
31945 \begin_layout Standard
31946 \noindent
31947 \begin_inset CommandInset line
31948 LatexCommand rule
31949 offset "0.5ex"
31950 width "100line%"
31951 height "1pt"
31952
31953 \end_inset
31954
31955
31956 \end_layout
31957
31958 \begin_layout Standard
31959
31960 \series bold
31961
31962 \backslash
31963 newcommand{
31964 \backslash
31965 TabBesBeg}[1][1.0]{%
31966 \begin_inset Newline newline
31967 \end_inset
31968
31969
31970 \begin_inset Phantom HPhantom
31971 status open
31972
31973 \begin_layout Plain Layout
31974 \begin_inset space ~
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \end_inset
31981
31982
31983 \backslash
31984 let
31985 \backslash
31986 MyTable
31987 \backslash
31988 table
31989 \begin_inset Newline newline
31990 \end_inset
31991
31992
31993 \begin_inset Phantom HPhantom
31994 status open
31995
31996 \begin_layout Plain Layout
31997
31998 \series medium
31999 \begin_inset space ~
32000 \end_inset
32001
32002
32003 \end_layout
32004
32005 \end_inset
32006
32007
32008 \backslash
32009 let
32010 \backslash
32011 MyEndtable
32012 \backslash
32013 endtable
32014 \begin_inset Newline newline
32015 \end_inset
32016
32017
32018 \begin_inset Phantom HPhantom
32019 status open
32020
32021 \begin_layout Plain Layout
32022
32023 \series medium
32024 \begin_inset space ~
32025 \end_inset
32026
32027
32028 \end_layout
32029
32030 \end_inset
32031
32032
32033 \backslash
32034 renewenvironment{table}[1]{
32035 \backslash
32036 begin{SCtable}[#1]##1}{
32037 \backslash
32038 end{SCtable}}}
32039 \end_layout
32040
32041 \begin_layout Standard
32042
32043 \series bold
32044
32045 \backslash
32046 newcommand{
32047 \backslash
32048 TabBesEnd}{%
32049 \begin_inset Newline newline
32050 \end_inset
32051
32052
32053 \begin_inset Phantom HPhantom
32054 status open
32055
32056 \begin_layout Plain Layout
32057 \begin_inset space ~
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \end_inset
32064
32065
32066 \backslash
32067 let
32068 \backslash
32069 table
32070 \backslash
32071 MyTable
32072 \begin_inset Newline newline
32073 \end_inset
32074
32075
32076 \begin_inset Phantom HPhantom
32077 status open
32078
32079 \begin_layout Plain Layout
32080 \begin_inset space ~
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \end_inset
32087
32088
32089 \backslash
32090 let
32091 \backslash
32092 endtable
32093 \backslash
32094 MyEndtable
32095 \end_layout
32096
32097 \begin_layout Standard
32098
32099 \series bold
32100
32101 \backslash
32102 newcommand{
32103 \backslash
32104 FigBesBeg}[1][1.0]{%
32105 \begin_inset Newline newline
32106 \end_inset
32107
32108
32109 \begin_inset Phantom HPhantom
32110 status open
32111
32112 \begin_layout Plain Layout
32113 \begin_inset space ~
32114 \end_inset
32115
32116
32117 \end_layout
32118
32119 \end_inset
32120
32121
32122 \backslash
32123 let
32124 \backslash
32125 MyFigure
32126 \backslash
32127 figure
32128 \begin_inset Newline newline
32129 \end_inset
32130
32131
32132 \begin_inset Phantom HPhantom
32133 status open
32134
32135 \begin_layout Plain Layout
32136 \begin_inset space ~
32137 \end_inset
32138
32139
32140 \end_layout
32141
32142 \end_inset
32143
32144
32145 \backslash
32146 let
32147 \backslash
32148 MyEndfigure
32149 \backslash
32150 endfigure
32151 \begin_inset Newline newline
32152 \end_inset
32153
32154
32155 \begin_inset Phantom HPhantom
32156 status open
32157
32158 \begin_layout Plain Layout
32159 \begin_inset space ~
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \end_inset
32166
32167
32168 \backslash
32169 renewenvironment{figure}[1]{
32170 \backslash
32171 begin{SCfigure}[#1]##1}{
32172 \backslash
32173 end{SCfigure}}}
32174 \end_layout
32175
32176 \begin_layout Standard
32177
32178 \series bold
32179
32180 \backslash
32181 newcommand{
32182 \backslash
32183 FigBesEnd}{%
32184 \begin_inset Newline newline
32185 \end_inset
32186
32187
32188 \begin_inset Phantom HPhantom
32189 status open
32190
32191 \begin_layout Plain Layout
32192 \begin_inset space ~
32193 \end_inset
32194
32195
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \backslash
32202 let
32203 \backslash
32204 figure
32205 \backslash
32206 MyFigure
32207 \begin_inset Newline newline
32208 \end_inset
32209
32210
32211 \begin_inset Phantom HPhantom
32212 status open
32213
32214 \begin_layout Plain Layout
32215 \begin_inset space ~
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \end_inset
32222
32223
32224 \backslash
32225 let
32226 \backslash
32227 endfigure
32228 \backslash
32229 MyEndfigure}
32230 \end_layout
32231
32232 \begin_layout Standard
32233 \noindent
32234 \begin_inset CommandInset line
32235 LatexCommand rule
32236 offset "0.5ex"
32237 width "100line%"
32238 height "1pt"
32239
32240 \end_inset
32241
32242
32243 \end_layout
32244
32245 \begin_layout Standard
32246 The commands allow you to redefine the floats so that the caption is set on the side.
32247  For figure floats use the command
32248 \end_layout
32249
32250 \begin_layout Standard
32251
32252 \series bold
32253
32254 \backslash
32255 FigBesBeg
32256 \end_layout
32257
32258 \begin_layout Standard
32259 in \SpecialChar TeX
32260  Code before the float.
32261  And insert the command
32262 \end_layout
32263
32264 \begin_layout Standard
32265
32266 \series bold
32267
32268 \backslash
32269 FigBesEnd
32270 \end_layout
32271
32272 \begin_layout Standard
32273 in \SpecialChar TeX
32274  Code at the point where you want to get back to the original float definition.
32275 \end_layout
32276
32277 \begin_layout Standard
32278 For table floats use the corresponding commands
32279 \end_layout
32280
32281 \begin_layout Standard
32282
32283 \series bold
32284
32285 \backslash
32286 TabBesBeg
32287 \series default
32288  and 
32289 \series bold
32290
32291 \backslash
32292 TabBesEnd
32293 \end_layout
32294
32295 \begin_layout Standard
32296 Figure
32297 \begin_inset space ~
32298 \end_inset
32299
32300
32301 \begin_inset CommandInset ref
32302 LatexCommand ref
32303 reference "fig:cap-beside-fig"
32304 nolink "false"
32305
32306 \end_inset
32307
32308  and Table
32309 \begin_inset space ~
32310 \end_inset
32311
32312
32313 \begin_inset CommandInset ref
32314 LatexCommand ref
32315 reference "tab:cap-beside-tab"
32316 nolink "false"
32317
32318 \end_inset
32319
32320  are examples where the caption is set beside.
32321 \end_layout
32322
32323 \begin_layout Standard
32324 You can see in the examples that the caption text appears at the top of the floats for table floats and at the bottom for figure floats.
32325  To change this,
32326  you can use the command
32327 \end_layout
32328
32329 \begin_layout Standard
32330
32331 \series bold
32332
32333 \backslash
32334 sidecaptionvpos{float type}{placement}
32335 \end_layout
32336
32337 \begin_layout Standard
32338 in the document preamble or in \SpecialChar TeX
32339  Code before the float.
32340  The float type is either 
32341 \family sans
32342 figure
32343 \family default
32344  or 
32345 \family sans
32346 table
32347 \family default
32348 ,
32349  the placement can be 
32350 \begin_inset Quotes eld
32351 \end_inset
32352
32353
32354 \family sans
32355 t
32356 \family default
32357
32358 \begin_inset Quotes erd
32359 \end_inset
32360
32361  for top,
32362  
32363 \begin_inset Quotes eld
32364 \end_inset
32365
32366
32367 \family sans
32368 c
32369 \family default
32370
32371 \begin_inset Quotes erd
32372 \end_inset
32373
32374  for center,
32375  or 
32376 \begin_inset Quotes eld
32377 \end_inset
32378
32379
32380 \family sans
32381 b
32382 \family default
32383
32384 \begin_inset Quotes erd
32385 \end_inset
32386
32387  for bottom.
32388  To have for example the caption of figure floats vertically centered,
32389  use the command
32390 \end_layout
32391
32392 \begin_layout Standard
32393
32394 \series bold
32395
32396 \backslash
32397 sidecaptionvpos{figure}{c}
32398 \end_layout
32399
32400 \begin_layout Standard
32401 This was used for Figure
32402 \begin_inset space ~
32403 \end_inset
32404
32405
32406 \begin_inset CommandInset ref
32407 LatexCommand ref
32408 reference "fig:cap-beside-fig-2"
32409 nolink "false"
32410
32411 \end_inset
32412
32413 .
32414 \end_layout
32415
32416 \begin_layout Standard
32417 \begin_inset VSpace medskip
32418 \end_inset
32419
32420
32421 \end_layout
32422
32423 \begin_layout Standard
32424 The default caption width is the width of the image/table.
32425  For thin image/tables,
32426  like in Table
32427 \begin_inset space ~
32428 \end_inset
32429
32430
32431 \begin_inset CommandInset ref
32432 LatexCommand ref
32433 reference "tab:cap-beside-tab"
32434 nolink "false"
32435
32436 \end_inset
32437
32438 ,
32439  this leads to captions that are too thin.
32440  You can increase the width by specifying a factor that will be multiplied with the image/table width to get the caption width.
32441  The caption width will automatically be recalculated in case it would protrude over the page or column margin due to the specified width.
32442  The 
32443 \emph on
32444 factor
32445 \emph default
32446  can either be given as optional argument for 
32447 \series bold
32448
32449 \backslash
32450 FigBesBeg
32451 \series default
32452 :
32453 \end_layout
32454
32455 \begin_layout Standard
32456
32457 \series bold
32458
32459 \backslash
32460 FigBesBeg[factor]
32461 \end_layout
32462
32463 \begin_layout Standard
32464 or in the definition of 
32465 \series bold
32466
32467 \backslash
32468 FigBesBeg
32469 \series default
32470  by replacing the 
32471 \series bold
32472 1.0
32473 \series default
32474  with another value.
32475  If you do the latter,
32476  your factor will be the default if 
32477 \series bold
32478
32479 \backslash
32480 FigBesBeg
32481 \series default
32482  is used without an argument.
32483  For Table
32484 \begin_inset space ~
32485 \end_inset
32486
32487
32488 \begin_inset CommandInset ref
32489 LatexCommand ref
32490 reference "tab:cap-beside-tab-wider"
32491 nolink "false"
32492
32493 \end_inset
32494
32495  the factor 5 was used.
32496 \end_layout
32497
32498 \begin_layout Standard
32499 \begin_inset Note Greyedout
32500 status open
32501
32502 \begin_layout Plain Layout
32503
32504 \series bold
32505 Note:
32506
32507 \series default
32508  For floats with captions set beside,
32509  you cannot use the float placement option 
32510 \family sans
32511 Here
32512 \begin_inset space ~
32513 \end_inset
32514
32515 definitely
32516 \family default
32517  because it is not supported by 
32518 \series bold
32519 sidecap
32520 \series default
32521 .
32522 \end_layout
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Standard
32530 \begin_inset VSpace medskip
32531 \end_inset
32532
32533 For more information about the package 
32534 \series bold
32535 sidecap
32536 \series default
32537  we refer to its documentation 
32538 \begin_inset CommandInset citation
32539 LatexCommand cite
32540 key "sidecap"
32541 literal "true"
32542
32543 \end_inset
32544
32545 .
32546 \end_layout
32547
32548 \begin_layout Standard
32549 \begin_inset Note Greyedout
32550 status open
32551
32552 \begin_layout Plain Layout
32553
32554 \series bold
32555 Note:
32556
32557 \series default
32558  The \SpecialChar LaTeX
32559 -package 
32560 \series bold
32561 hypcap
32562 \series default
32563
32564 \begin_inset Index idx
32565 range none
32566 pageformat default
32567 status collapsed
32568
32569 \begin_layout Plain Layout
32570 \SpecialChar LaTeX
32571  packages
32572 \begin_inset IndexMacro subentry
32573 status open
32574
32575 \begin_layout Plain Layout
32576 hypcap
32577 \end_layout
32578
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \end_inset
32585
32586 ,
32587  described in section
32588 \begin_inset space ~
32589 \end_inset
32590
32591
32592 \begin_inset CommandInset ref
32593 LatexCommand ref
32594 reference "subsec:Reference-Position"
32595 nolink "false"
32596
32597 \end_inset
32598
32599 ,
32600  has no effect on floats with the caption set beside.
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \begin_layout Standard
32609 \begin_inset ERT
32610 status collapsed
32611
32612 \begin_layout Plain Layout
32613
32614
32615 \backslash
32616 FigBesBeg
32617 \end_layout
32618
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \begin_layout Standard
32625 \begin_inset Float figure
32626 placement document
32627 alignment document
32628 wide false
32629 sideways false
32630 status open
32631
32632 \begin_layout Plain Layout
32633 \begin_inset Graphics
32634         filename clipart/3D-structure-distort.pdf
32635         scale 50
32636         scaleBeforeRotation
32637
32638 \end_inset
32639
32640
32641 \end_layout
32642
32643 \begin_layout Plain Layout
32644 \begin_inset Caption Standard
32645
32646 \begin_layout Plain Layout
32647 \begin_inset CommandInset label
32648 LatexCommand label
32649 name "fig:cap-beside-fig"
32650
32651 \end_inset
32652
32653 This is a caption beside a figure.
32654 \end_layout
32655
32656 \end_inset
32657
32658
32659 \end_layout
32660
32661 \end_inset
32662
32663
32664 \end_layout
32665
32666 \begin_layout Standard
32667 \begin_inset ERT
32668 status collapsed
32669
32670 \begin_layout Plain Layout
32671
32672
32673 \backslash
32674 FigBesEnd
32675 \end_layout
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Standard
32683 \begin_inset ERT
32684 status collapsed
32685
32686 \begin_layout Plain Layout
32687
32688
32689 \backslash
32690 TabBesBeg
32691 \end_layout
32692
32693 \end_inset
32694
32695
32696 \end_layout
32697
32698 \begin_layout Standard
32699 \begin_inset Float table
32700 placement document
32701 alignment document
32702 wide false
32703 sideways false
32704 status open
32705
32706 \begin_layout Plain Layout
32707 \begin_inset Caption Standard
32708
32709 \begin_layout Plain Layout
32710 \begin_inset CommandInset label
32711 LatexCommand label
32712 name "tab:cap-beside-tab"
32713
32714 \end_inset
32715
32716 This is a caption beside a table.
32717 \end_layout
32718
32719 \end_inset
32720
32721
32722 \end_layout
32723
32724 \begin_layout Plain Layout
32725 \begin_inset Tabular
32726 <lyxtabular version="3" rows="4" columns="5">
32727 <features tabularvalignment="middle">
32728 <column alignment="center" valignment="top">
32729 <column alignment="center" valignment="top">
32730 <column alignment="center" valignment="top">
32731 <column alignment="center" valignment="top">
32732 <column alignment="center" valignment="top">
32733 <row>
32734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32735 \begin_inset Text
32736
32737 \begin_layout Plain Layout
32738 a
32739 \end_layout
32740
32741 \end_inset
32742 </cell>
32743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32744 \begin_inset Text
32745
32746 \begin_layout Plain Layout
32747
32748 \end_layout
32749
32750 \end_inset
32751 </cell>
32752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32753 \begin_inset Text
32754
32755 \begin_layout Plain Layout
32756 b
32757 \end_layout
32758
32759 \end_inset
32760 </cell>
32761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32762 \begin_inset Text
32763
32764 \begin_layout Plain Layout
32765
32766 \end_layout
32767
32768 \end_inset
32769 </cell>
32770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32771 \begin_inset Text
32772
32773 \begin_layout Plain Layout
32774 c
32775 \end_layout
32776
32777 \end_inset
32778 </cell>
32779 </row>
32780 <row>
32781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32782 \begin_inset Text
32783
32784 \begin_layout Plain Layout
32785
32786 \end_layout
32787
32788 \end_inset
32789 </cell>
32790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32791 \begin_inset Text
32792
32793 \begin_layout Plain Layout
32794 d
32795 \end_layout
32796
32797 \end_inset
32798 </cell>
32799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32800 \begin_inset Text
32801
32802 \begin_layout Plain Layout
32803
32804 \end_layout
32805
32806 \end_inset
32807 </cell>
32808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32809 \begin_inset Text
32810
32811 \begin_layout Plain Layout
32812 e
32813 \end_layout
32814
32815 \end_inset
32816 </cell>
32817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32818 \begin_inset Text
32819
32820 \begin_layout Plain Layout
32821
32822 \end_layout
32823
32824 \end_inset
32825 </cell>
32826 </row>
32827 <row>
32828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32829 \begin_inset Text
32830
32831 \begin_layout Plain Layout
32832 f
32833 \end_layout
32834
32835 \end_inset
32836 </cell>
32837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32838 \begin_inset Text
32839
32840 \begin_layout Plain Layout
32841
32842 \end_layout
32843
32844 \end_inset
32845 </cell>
32846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850 g
32851 \end_layout
32852
32853 \end_inset
32854 </cell>
32855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32856 \begin_inset Text
32857
32858 \begin_layout Plain Layout
32859
32860 \end_layout
32861
32862 \end_inset
32863 </cell>
32864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32865 \begin_inset Text
32866
32867 \begin_layout Plain Layout
32868 h
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 </row>
32874 <row>
32875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32885 \begin_inset Text
32886
32887 \begin_layout Plain Layout
32888 i
32889 \end_layout
32890
32891 \end_inset
32892 </cell>
32893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32903 \begin_inset Text
32904
32905 \begin_layout Plain Layout
32906 j
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32912 \begin_inset Text
32913
32914 \begin_layout Plain Layout
32915
32916 \end_layout
32917
32918 \end_inset
32919 </cell>
32920 </row>
32921 </lyxtabular>
32922
32923 \end_inset
32924
32925
32926 \end_layout
32927
32928 \end_inset
32929
32930
32931 \end_layout
32932
32933 \begin_layout Standard
32934 \begin_inset ERT
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938
32939
32940 \backslash
32941 TabBesEnd
32942 \end_layout
32943
32944 \end_inset
32945
32946
32947 \end_layout
32948
32949 \begin_layout Standard
32950 \begin_inset ERT
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954
32955
32956 \backslash
32957 FigBesBeg
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \begin_inset ERT
32964 status collapsed
32965
32966 \begin_layout Plain Layout
32967
32968
32969 \backslash
32970 sidecaptionvpos{figure}{c}
32971 \end_layout
32972
32973 \end_inset
32974
32975
32976 \begin_inset Float figure
32977 placement document
32978 alignment document
32979 wide false
32980 sideways false
32981 status open
32982
32983 \begin_layout Plain Layout
32984 \begin_inset Graphics
32985         filename clipart/3D-structure-distort.pdf
32986         scale 50
32987         scaleBeforeRotation
32988
32989 \end_inset
32990
32991
32992 \end_layout
32993
32994 \begin_layout Plain Layout
32995 \begin_inset Caption Standard
32996
32997 \begin_layout Plain Layout
32998 \begin_inset CommandInset label
32999 LatexCommand label
33000 name "fig:cap-beside-fig-2"
33001
33002 \end_inset
33003
33004 This is a vertically centered caption beside a figure.
33005 \end_layout
33006
33007 \end_inset
33008
33009
33010 \end_layout
33011
33012 \end_inset
33013
33014
33015 \end_layout
33016
33017 \begin_layout Standard
33018 \begin_inset ERT
33019 status collapsed
33020
33021 \begin_layout Plain Layout
33022
33023
33024 \backslash
33025 FigBesEnd
33026 \end_layout
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \begin_layout Standard
33034 \begin_inset ERT
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038
33039
33040 \backslash
33041 TabBesBeg[5]
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Standard
33050 \begin_inset Float table
33051 placement document
33052 alignment document
33053 wide false
33054 sideways false
33055 status open
33056
33057 \begin_layout Plain Layout
33058 \begin_inset Caption Standard
33059
33060 \begin_layout Plain Layout
33061 \begin_inset CommandInset label
33062 LatexCommand label
33063 name "tab:cap-beside-tab-wider"
33064
33065 \end_inset
33066
33067 This caption is wider than the one in Table
33068 \begin_inset space ~
33069 \end_inset
33070
33071
33072 \begin_inset CommandInset ref
33073 LatexCommand ref
33074 reference "tab:cap-beside-tab"
33075 nolink "false"
33076
33077 \end_inset
33078
33079 .
33080 \end_layout
33081
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \begin_layout Plain Layout
33088 \begin_inset Tabular
33089 <lyxtabular version="3" rows="4" columns="5">
33090 <features tabularvalignment="middle">
33091 <column alignment="center" valignment="top">
33092 <column alignment="center" valignment="top">
33093 <column alignment="center" valignment="top">
33094 <column alignment="center" valignment="top">
33095 <column alignment="center" valignment="top">
33096 <row>
33097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33098 \begin_inset Text
33099
33100 \begin_layout Plain Layout
33101 a
33102 \end_layout
33103
33104 \end_inset
33105 </cell>
33106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33107 \begin_inset Text
33108
33109 \begin_layout Plain Layout
33110
33111 \end_layout
33112
33113 \end_inset
33114 </cell>
33115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33116 \begin_inset Text
33117
33118 \begin_layout Plain Layout
33119 b
33120 \end_layout
33121
33122 \end_inset
33123 </cell>
33124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33125 \begin_inset Text
33126
33127 \begin_layout Plain Layout
33128
33129 \end_layout
33130
33131 \end_inset
33132 </cell>
33133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33134 \begin_inset Text
33135
33136 \begin_layout Plain Layout
33137 c
33138 \end_layout
33139
33140 \end_inset
33141 </cell>
33142 </row>
33143 <row>
33144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33145 \begin_inset Text
33146
33147 \begin_layout Plain Layout
33148
33149 \end_layout
33150
33151 \end_inset
33152 </cell>
33153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33154 \begin_inset Text
33155
33156 \begin_layout Plain Layout
33157 d
33158 \end_layout
33159
33160 \end_inset
33161 </cell>
33162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33163 \begin_inset Text
33164
33165 \begin_layout Plain Layout
33166
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175 e
33176 \end_layout
33177
33178 \end_inset
33179 </cell>
33180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33181 \begin_inset Text
33182
33183 \begin_layout Plain Layout
33184
33185 \end_layout
33186
33187 \end_inset
33188 </cell>
33189 </row>
33190 <row>
33191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33192 \begin_inset Text
33193
33194 \begin_layout Plain Layout
33195 f
33196 \end_layout
33197
33198 \end_inset
33199 </cell>
33200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33201 \begin_inset Text
33202
33203 \begin_layout Plain Layout
33204
33205 \end_layout
33206
33207 \end_inset
33208 </cell>
33209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33210 \begin_inset Text
33211
33212 \begin_layout Plain Layout
33213 g
33214 \end_layout
33215
33216 \end_inset
33217 </cell>
33218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33219 \begin_inset Text
33220
33221 \begin_layout Plain Layout
33222
33223 \end_layout
33224
33225 \end_inset
33226 </cell>
33227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33228 \begin_inset Text
33229
33230 \begin_layout Plain Layout
33231 h
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 </row>
33237 <row>
33238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242
33243 \end_layout
33244
33245 \end_inset
33246 </cell>
33247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 i
33252 \end_layout
33253
33254 \end_inset
33255 </cell>
33256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33257 \begin_inset Text
33258
33259 \begin_layout Plain Layout
33260
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269 j
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278
33279 \end_layout
33280
33281 \end_inset
33282 </cell>
33283 </row>
33284 </lyxtabular>
33285
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \end_inset
33292
33293
33294 \end_layout
33295
33296 \begin_layout Standard
33297 \begin_inset ERT
33298 status collapsed
33299
33300 \begin_layout Plain Layout
33301
33302
33303 \backslash
33304 TabBesEnd
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \begin_layout Standard
33313 \begin_inset ERT
33314 status collapsed
33315
33316 \begin_layout Plain Layout
33317
33318
33319 \backslash
33320 else
33321 \end_layout
33322
33323 \end_inset
33324
33325
33326 \begin_inset Note Note
33327 status open
33328
33329 \begin_layout Plain Layout
33330 The following will be displayed when the \SpecialChar LaTeX
33331 -package 
33332 \series bold
33333 sidecap
33334 \series default
33335  is not installed:
33336 \end_layout
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \begin_layout Standard
33344 You need to install the \SpecialChar LaTeX
33345 -package 
33346 \series bold
33347 sidecap
33348 \series default
33349  to see the following part of this section in the output.
33350 \end_layout
33351
33352 \begin_layout Standard
33353 \begin_inset ERT
33354 status collapsed
33355
33356 \begin_layout Plain Layout
33357
33358
33359 \backslash
33360 fi
33361 \end_layout
33362
33363 \end_inset
33364
33365
33366 \end_layout
33367
33368 \begin_layout Section
33369 Listings of Floats
33370 \begin_inset Index idx
33371 range none
33372 pageformat default
33373 status collapsed
33374
33375 \begin_layout Plain Layout
33376 Floats
33377 \begin_inset IndexMacro subentry
33378 status open
33379
33380 \begin_layout Plain Layout
33381 Float Lists
33382 \end_layout
33383
33384 \end_inset
33385
33386
33387 \end_layout
33388
33389 \end_inset
33390
33391
33392 \end_layout
33393
33394 \begin_layout Standard
33395 Similar to the table of contents where the sections of the document are listed,
33396  there are listings for all float types,
33397  like the figures of the documents.
33398  You can insert them via the 
33399 \family sans
33400 Insert\SpecialChar menuseparator
33401 List
33402 \begin_inset space ~
33403 \end_inset
33404
33405 /
33406 \begin_inset space ~
33407 \end_inset
33408
33409 TOC
33410 \family default
33411  sub menus.
33412 \end_layout
33413
33414 \begin_layout Standard
33415 The list entries are the float captions or its short title,
33416  the float number,
33417  and the page number where they appear in the document.
33418 \end_layout
33419
33420 \begin_layout Standard
33421 You can find the list of figures and tables at the end of this document.
33422 \end_layout
33423
33424 \begin_layout Chapter
33425 Notes
33426 \end_layout
33427
33428 \begin_layout Section
33429 \SpecialChar LyX
33430  Notes
33431 \begin_inset Index idx
33432 range none
33433 pageformat default
33434 status collapsed
33435
33436 \begin_layout Plain Layout
33437 Notes
33438 \begin_inset IndexMacro subentry
33439 status open
33440
33441 \begin_layout Plain Layout
33442 \SpecialChar LyX
33443  Notes
33444 \end_layout
33445
33446 \end_inset
33447
33448
33449 \end_layout
33450
33451 \end_inset
33452
33453
33454 \end_layout
33455
33456 \begin_layout Standard
33457 Notes are inserted with the toolbar button 
33458 \begin_inset Info
33459 type  "icon"
33460 arg   "note-insert"
33461 \end_inset
33462
33463  or the menu 
33464 \family sans
33465 Insert\SpecialChar menuseparator
33466 Note
33467 \family default
33468 .
33469  There are three types of notes:
33470 \end_layout
33471
33472 \begin_layout Description
33473 \SpecialChar LyX
33474
33475 \begin_inset space ~
33476 \end_inset
33477
33478 Note This note type is for internal notes that won't appear in the output.
33479  Its note-box looks like this:
33480 \begin_inset Newline newline
33481 \end_inset
33482
33483
33484 \begin_inset Newline newline
33485 \end_inset
33486
33487
33488 \begin_inset Graphics
33489         filename clipart/LyXNoteImage.png
33490         display false
33491         scaleBeforeRotation
33492
33493 \end_inset
33494
33495  
33496 \begin_inset Note Note
33497 status open
33498
33499 \begin_layout Plain Layout
33500 This is text in a note box that doesn't appear in the output.
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \end_layout
33507
33508 \begin_layout Description
33509 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
33510 -comment,
33511  when you export the document to \SpecialChar LaTeX
33512  via the menu 
33513 \family sans
33514 File\SpecialChar menuseparator
33515 Export\SpecialChar menuseparator
33516 LaTeX
33517 \begin_inset space ~
33518 \end_inset
33519
33520 (pdflatex) / (plain)
33521 \family default
33522 .
33523  Its note-box looks like this:
33524 \begin_inset Newline newline
33525 \end_inset
33526
33527
33528 \begin_inset Newline newline
33529 \end_inset
33530
33531
33532 \begin_inset Graphics
33533         filename clipart/CommentNoteImage.png
33534         display false
33535         scaleBeforeRotation
33536
33537 \end_inset
33538
33539  
33540 \begin_inset Note Comment
33541 status open
33542
33543 \begin_layout Plain Layout
33544 This is text in a note box that only appears as comment in \SpecialChar LaTeX
33545 -files.
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Description
33554 Greyed
33555 \begin_inset space ~
33556 \end_inset
33557
33558 Out This note will appear in the output as grey text.
33559  Its note-box looks like this:
33560 \begin_inset Newline newline
33561 \end_inset
33562
33563
33564 \begin_inset Newline newline
33565 \end_inset
33566
33567
33568 \begin_inset Graphics
33569         filename clipart/GreyedOutNoteImage.png
33570         display false
33571         scaleBeforeRotation
33572
33573 \end_inset
33574
33575
33576 \begin_inset Newline newline
33577 \end_inset
33578
33579
33580 \begin_inset ERT
33581 status collapsed
33582
33583 \begin_layout Plain Layout
33584
33585
33586 \backslash
33587 renewenvironment{lyxgreyedout}
33588 \end_layout
33589
33590 \begin_layout Plain Layout
33591
33592 {
33593 \backslash
33594 textcolor[gray]{0.8}
33595 \backslash
33596 bgroup}{
33597 \backslash
33598 egroup}
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \begin_inset Note Greyedout
33605 status open
33606
33607 \begin_layout Plain Layout
33608 This is text of a comment that appears grey in the output.
33609 \end_layout
33610
33611 \end_inset
33612
33613
33614 \begin_inset ERT
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618
33619
33620 \backslash
33621 renewenvironment{lyxgreyedout}
33622 \end_layout
33623
33624 \begin_layout Plain Layout
33625
33626 {
33627 \backslash
33628 textcolor{blue}
33629 \backslash
33630 bgroup}{
33631 \backslash
33632 egroup}
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \begin_inset Note Note
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642 The greyed out note is here redefined to show it with the original \SpecialChar LyX
33643  definition because greyed out notes are redefined in the preamble of this document,
33644  as described below,
33645  to have blue text.
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \begin_inset Newline newline
33652 \end_inset
33653
33654
33655 \begin_inset Newline newline
33656 \end_inset
33657
33658 As you can see in the example,
33659  the first line of greyed out notes is a bit indented and greyed out notes can have footnotes.
33660 \end_layout
33661
33662 \begin_layout Standard
33663 \begin_inset VSpace bigskip
33664 \end_inset
33665
33666 When you use the toolbar button 
33667 \begin_inset Info
33668 type  "icon"
33669 arg   "note-insert"
33670 \end_inset
33671
33672  to insert notes,
33673  a 
33674 \family sans
33675 \SpecialChar LyX
33676
33677 \begin_inset space ~
33678 \end_inset
33679
33680 Note
33681 \family default
33682  is inserted.
33683  You can switch between the three note types by right-clicking on the note-box.
33684  
33685 \family roman
33686 \series medium
33687 \bar no
33688 If you want to turn existing text into a note,
33689  mark it and click on the note
33690 \family default
33691 \series default
33692 \bar default
33693  toolbar 
33694 \family roman
33695 \series medium
33696 \bar no
33697 button
33698 \family default
33699 \series default
33700 \bar default
33701 .
33702  To change a note to text,
33703  press the backspace key when the cursor is in the first position of a note,
33704  or press the delete key when the cursor is in the very last position of the note,
33705  respectively.
33706 \end_layout
33707
33708 \begin_layout Standard
33709 \begin_inset VSpace bigskip
33710 \end_inset
33711
33712 You can change the text color of the greyed out notes in the menu 
33713 \family sans
33714 Document\SpecialChar menuseparator
33715 Settings\SpecialChar menuseparator
33716 Colors
33717 \family default
33718 .
33719 \end_layout
33720
33721 \begin_layout Section
33722 Footnotes
33723 \begin_inset CommandInset label
33724 LatexCommand label
33725 name "sec:Footnotes"
33726
33727 \end_inset
33728
33729
33730 \begin_inset Index idx
33731 range none
33732 pageformat default
33733 status collapsed
33734
33735 \begin_layout Plain Layout
33736 Notes
33737 \begin_inset IndexMacro subentry
33738 status open
33739
33740 \begin_layout Plain Layout
33741 Footnotes
33742 \end_layout
33743
33744 \end_inset
33745
33746
33747 \end_layout
33748
33749 \end_inset
33750
33751
33752 \begin_inset Index idx
33753 range none
33754 pageformat default
33755 status collapsed
33756
33757 \begin_layout Plain Layout
33758 Footnotes
33759 \end_layout
33760
33761 \end_inset
33762
33763
33764 \end_layout
33765
33766 \begin_layout Standard
33767 Footnotes can be inserted using the toolbar button 
33768 \begin_inset Info
33769 type  "icon"
33770 arg   "footnote-insert"
33771 \end_inset
33772
33773  or the menu 
33774 \family sans
33775 Insert\SpecialChar menuseparator
33776 Footnote
33777 \family default
33778 .
33779  You will then see the following footnote-box:
33780  
33781 \begin_inset Graphics
33782         filename clipart/footnote.png
33783         scale 95
33784         scaleBeforeRotation
33785
33786 \end_inset
33787
33788  
33789 \family roman
33790 \series medium
33791 \bar no
33792 where you can enter the footnote text.
33793  If you want to turn existing text into a footnote,
33794  mark it and click on the footnote
33795 \family default
33796 \series default
33797 \bar default
33798  toolbar 
33799 \family roman
33800 \series medium
33801 \bar no
33802 button
33803 \family default
33804 \series default
33805 \bar default
33806 .
33807  To change a 
33808 \family roman
33809 \series medium
33810 \bar no
33811 footnote
33812 \family default
33813 \series default
33814 \bar default
33815  to text,
33816  press the 
33817 \family sans
33818 Backspace
33819 \family default
33820  key when the cursor is in the first position of a 
33821 \family roman
33822 \series medium
33823 \bar no
33824 footnote
33825 \family default
33826 \series default
33827 \bar default
33828 ,
33829  or press the 
33830 \family sans
33831 Delete
33832 \family default
33833  key when the cursor is in the very last position of the 
33834 \family roman
33835 \series medium
33836 \bar no
33837 footnote
33838 \family default
33839 \series default
33840 \bar default
33841 ,
33842  respectively.
33843 \end_layout
33844
33845 \begin_layout Standard
33846 Here is an example footnote:
33847 \family roman
33848 \series medium
33849 \bar no
33850
33851 \begin_inset Foot
33852 status open
33853
33854 \begin_layout Plain Layout
33855 \begin_inset CommandInset label
33856 LatexCommand label
33857 name "foot:This-is-an"
33858
33859 \end_inset
33860
33861 This is an example footnote.
33862 \end_layout
33863
33864 \end_inset
33865
33866
33867 \family default
33868 \series default
33869 \bar default
33870
33871 \begin_inset ERT
33872 status collapsed
33873
33874 \begin_layout Plain Layout
33875
33876
33877 \backslash
33878 newcounter{MyRepeatFoot}
33879 \end_layout
33880
33881 \begin_layout Plain Layout
33882
33883
33884 \backslash
33885 setcounter{MyRepeatFoot}{
33886 \backslash
33887 thefootnote}
33888 \end_layout
33889
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \begin_layout Standard
33896 The footnote will appear in the output as a superscript number at the text position where the footnote box is placed.
33897  The footnote text is placed at the bottom of the current page.
33898  The footnote number is calculated by \SpecialChar LaTeX
33899 ;
33900  the numbers are consecutive.
33901  Whether the footnote number is reset for every chapter depends on your document class.
33902 \end_layout
33903
33904 \begin_layout Standard
33905 Footnotes can be referenced like floats:
33906  Insert a label into the footnote and cross-reference this label in the text as described in section
33907 \begin_inset space ~
33908 \end_inset
33909
33910
33911 \begin_inset CommandInset ref
33912 LatexCommand ref
33913 reference "sec:Referencing-Floats"
33914 nolink "false"
33915
33916 \end_inset
33917
33918 .
33919 \begin_inset Newline newline
33920 \end_inset
33921
33922 This is a cross-reference of Footnote
33923 \begin_inset space ~
33924 \end_inset
33925
33926
33927 \begin_inset CommandInset ref
33928 LatexCommand ref
33929 reference "foot:This-is-an"
33930 nolink "false"
33931
33932 \end_inset
33933
33934 .
33935 \end_layout
33936
33937 \begin_layout Standard
33938 \begin_inset VSpace defskip
33939 \end_inset
33940
33941 Footnotes in title environments are usually not numbered with symbols and they cannot contain several paragraphs.
33942  See for example the footnote in the titling of this document.
33943 \end_layout
33944
33945 \begin_layout Standard
33946 Footnotes in multi-page tables are described in section
33947 \begin_inset space ~
33948 \end_inset
33949
33950
33951 \begin_inset CommandInset ref
33952 LatexCommand ref
33953 reference "subsec:Footnotes-in-Multi-page"
33954 nolink "false"
33955
33956 \end_inset
33957
33958 .
33959 \end_layout
33960
33961 \begin_layout Standard
33962 \begin_inset VSpace defskip
33963 \end_inset
33964
33965
33966 \end_layout
33967
33968 \begin_layout Standard
33969 Footnotes in minipage boxes are printed,
33970  but inside the box and with a different numbering because a minipage box is like a page inside a page.
33971  (For more about minipages,
33972  see section
33973 \begin_inset space ~
33974 \end_inset
33975
33976
33977 \begin_inset CommandInset ref
33978 LatexCommand ref
33979 reference "sec:Minipages"
33980 nolink "false"
33981
33982 \end_inset
33983
33984 .) To get a footnote in the minipage that is output at the bottom of the page like normal footnotes use this method:
33985  Instead of the footnote the command 
33986 \series bold
33987
33988 \backslash
33989 footnotemark{}
33990 \series default
33991  is inserted as \SpecialChar TeX
33992  code.
33993  The text of the footnote is entered as an argument of the \SpecialChar TeX
33994  code command 
33995 \series bold
33996
33997 \backslash
33998 footnotetext
33999 \series default
34000  after the minipage.
34001 \begin_inset Newline newline
34002 \end_inset
34003
34004 This was done for the following minipage with the command
34005 \end_layout
34006
34007 \begin_layout Standard
34008
34009 \series bold
34010
34011 \backslash
34012 footnotetext{
34013 \series default
34014 Footnote outside the minipage.
34015 \series bold
34016 }
34017 \end_layout
34018
34019 \begin_layout Standard
34020 \begin_inset Box Frameless
34021 position "t"
34022 hor_pos "c"
34023 has_inner_box 1
34024 inner_pos "t"
34025 use_parbox 0
34026 use_makebox 0
34027 width "100col%"
34028 special "none"
34029 height "1in"
34030 height_special "totalheight"
34031 thickness "0.4pt"
34032 separation "3pt"
34033 shadowsize "4pt"
34034 framecolor "black"
34035 backgroundcolor "none"
34036 status open
34037
34038 \begin_layout Plain Layout
34039 This an example text in a minipage.
34040 \begin_inset Foot
34041 status open
34042
34043 \begin_layout Plain Layout
34044 Footnote in the minipage.
34045 \end_layout
34046
34047 \end_inset
34048
34049
34050 \end_layout
34051
34052 \begin_layout Plain Layout
34053 This an example text in a minipage.
34054 \begin_inset ERT
34055 status collapsed
34056
34057 \begin_layout Plain Layout
34058
34059
34060 \backslash
34061 footnotemark{}
34062 \end_layout
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \begin_layout Standard
34075 \begin_inset ERT
34076 status collapsed
34077
34078 \begin_layout Plain Layout
34079
34080
34081 \backslash
34082 footnotetext{
34083 \end_layout
34084
34085 \end_inset
34086
34087 Footnote outside the minipage.
34088 \begin_inset ERT
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092
34093 }
34094 \end_layout
34095
34096 \end_inset
34097
34098
34099 \end_layout
34100
34101 \begin_layout Standard
34102 \begin_inset VSpace defskip
34103 \end_inset
34104
34105
34106 \end_layout
34107
34108 \begin_layout Standard
34109 To refer to the same footnote several times without printing the footnote text every time,
34110  use the command 
34111 \series bold
34112
34113 \backslash
34114 footnotemark[number]
34115 \series default
34116  in \SpecialChar TeX
34117  code.
34118 \begin_inset Newline newline
34119 \end_inset
34120
34121 As you do not know the number of the repeating footnote while you are writing the text,
34122  you have to store its number.
34123  For the following footnote mark example,
34124  these commands were inserted in \SpecialChar TeX
34125  code after Footnote
34126 \begin_inset space ~
34127 \end_inset
34128
34129
34130 \begin_inset CommandInset ref
34131 LatexCommand ref
34132 reference "foot:This-is-an"
34133 nolink "false"
34134
34135 \end_inset
34136
34137  to store the footnote number:
34138 \end_layout
34139
34140 \begin_layout Standard
34141
34142 \series bold
34143
34144 \backslash
34145 newcounter{MyRepeatFoot}
34146 \begin_inset Newline newline
34147 \end_inset
34148
34149
34150 \backslash
34151 setcounter{MyRepeatFoot}{
34152 \backslash
34153 thefootnote}
34154 \end_layout
34155
34156 \begin_layout Standard
34157 The footnote mark was then created with this command:
34158 \end_layout
34159
34160 \begin_layout Standard
34161
34162 \series bold
34163
34164 \backslash
34165 footnotemark[
34166 \backslash
34167 theMyRepeatFoot]
34168 \end_layout
34169
34170 \begin_layout Standard
34171 Here is a repeated footnote:
34172 \family roman
34173 \series medium
34174 \bar no
34175
34176 \begin_inset ERT
34177 status collapsed
34178
34179 \begin_layout Plain Layout
34180
34181
34182 \backslash
34183 footnotemark[
34184 \backslash
34185 theMyRepeatFoot]
34186 \end_layout
34187
34188 \end_inset
34189
34190
34191 \end_layout
34192
34193 \begin_layout Standard
34194 If you want to repeat the previous footnote,
34195  you can omit the storage of the footnote number and just use this command instead:
34196 \end_layout
34197
34198 \begin_layout Standard
34199
34200 \series bold
34201
34202 \backslash
34203 footnotemark[
34204 \backslash
34205 thefootnote]
34206 \end_layout
34207
34208 \begin_layout Standard
34209 Here is another repeated footnote:
34210 \family roman
34211 \series medium
34212 \bar no
34213
34214 \begin_inset ERT
34215 status collapsed
34216
34217 \begin_layout Plain Layout
34218
34219
34220 \backslash
34221 footnotemark[
34222 \backslash
34223 thefootnote]
34224 \end_layout
34225
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \begin_layout Subsection
34232 Footnote Numbering
34233 \begin_inset CommandInset label
34234 LatexCommand label
34235 name "subsec:Footnote-Numbering"
34236
34237 \end_inset
34238
34239
34240 \begin_inset Index idx
34241 range none
34242 pageformat default
34243 status collapsed
34244
34245 \begin_layout Plain Layout
34246 Footnotes
34247 \begin_inset IndexMacro subentry
34248 status open
34249
34250 \begin_layout Plain Layout
34251 Numbering
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \end_layout
34263
34264 \begin_layout Standard
34265 To reset the footnote number back to 1 after each section
34266 \family roman
34267 ,
34268  add this command to your document preamble:
34269 \end_layout
34270
34271 \begin_layout Standard
34272
34273 \series bold
34274
34275 \backslash
34276 @addtoreset{footnote}{section}
34277 \end_layout
34278
34279 \begin_layout Standard
34280 \begin_inset VSpace bigskip
34281 \end_inset
34282
34283 The following preamble command changes the footnote numbering style to small roman numerals:
34284 \end_layout
34285
34286 \begin_layout Standard
34287
34288 \series bold
34289
34290 \backslash
34291 renewcommand{
34292 \backslash
34293 thefootnote}{
34294 \backslash
34295 roman{footnote}}
34296 \end_layout
34297
34298 \begin_layout Standard
34299 \begin_inset ERT
34300 status collapsed
34301
34302 \begin_layout Plain Layout
34303
34304
34305 \backslash
34306 renewcommand{
34307 \backslash
34308 thefootnote}{
34309 \backslash
34310 roman{footnote}}
34311 \end_layout
34312
34313 \end_inset
34314
34315  This is a footnote with roman numbering:
34316 \begin_inset Foot
34317 status open
34318
34319 \begin_layout Plain Layout
34320 This is an example footnote with roman numbering.
34321 \end_layout
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \begin_layout Standard
34329 To change the numbering style to capital roman numerals replace in the command above 
34330 \series bold
34331
34332 \backslash
34333 roman
34334 \series default
34335  by 
34336 \series bold
34337
34338 \backslash
34339 Roman
34340 \series default
34341 .
34342  To 
34343 \begin_inset Quotes eld
34344 \end_inset
34345
34346 number
34347 \begin_inset Quotes erd
34348 \end_inset
34349
34350  footnotes with capital or small Latin letters use 
34351 \series bold
34352
34353 \backslash
34354 Alph
34355 \series default
34356  or 
34357 \series bold
34358
34359 \backslash
34360 alph
34361 \series default
34362 ,
34363  respectively.
34364  To 
34365 \begin_inset Quotes eld
34366 \end_inset
34367
34368 number
34369 \begin_inset Quotes erd
34370 \end_inset
34371
34372  footnotes with symbols use 
34373 \series bold
34374
34375 \backslash
34376 fnsymbol
34377 \series default
34378 .
34379 \end_layout
34380
34381 \begin_layout Standard
34382 \begin_inset Note Greyedout
34383 status open
34384
34385 \begin_layout Plain Layout
34386
34387 \series bold
34388 Note:
34389
34390 \series default
34391  You can only number 26 footnotes with Latin letters,
34392  because this numbering is limited to single letters.
34393 \end_layout
34394
34395 \end_inset
34396
34397
34398 \begin_inset Newline newline
34399 \end_inset
34400
34401
34402 \begin_inset Note Greyedout
34403 status open
34404
34405 \begin_layout Plain Layout
34406
34407 \series bold
34408 Note:
34409
34410 \series default
34411  You can only number 9 footnotes with symbols.
34412 \end_layout
34413
34414 \end_inset
34415
34416
34417 \end_layout
34418
34419 \begin_layout Standard
34420 To return to the default numbering style after you have changed to another one,
34421  use 
34422 \series bold
34423
34424 \backslash
34425 arabic
34426 \series default
34427  instead of 
34428 \series bold
34429
34430 \backslash
34431 roman
34432 \series default
34433  in the command above.
34434 \begin_inset ERT
34435 status collapsed
34436
34437 \begin_layout Plain Layout
34438
34439
34440 \backslash
34441 renewcommand{
34442 \backslash
34443 thefootnote}{
34444 \backslash
34445 arabic{footnote}}
34446 \end_layout
34447
34448 \end_inset
34449
34450
34451 \end_layout
34452
34453 \begin_layout Standard
34454 \begin_inset VSpace bigskip
34455 \end_inset
34456
34457
34458 \end_layout
34459
34460 \begin_layout Standard
34461 If you want to have footnotes numbered in the scheme 
34462 \begin_inset Quotes eld
34463 \end_inset
34464
34465 chapter.footnote
34466 \begin_inset Quotes erd
34467 \end_inset
34468
34469 ,
34470  add the following command to your document preamble:
34471 \end_layout
34472
34473 \begin_layout Standard
34474
34475 \series bold
34476
34477 \backslash
34478 numberwithin{footnote}{chapter}
34479 \end_layout
34480
34481 \begin_layout Standard
34482 To be able to use the command 
34483 \series bold
34484
34485 \backslash
34486 numberwithin
34487 \series default
34488 ,
34489  set in the tab 
34490 \family sans
34491 Math
34492 \begin_inset space ~
34493 \end_inset
34494
34495 Options
34496 \family default
34497  in the document settings the option 
34498 \family sans
34499 Use
34500 \begin_inset space ~
34501 \end_inset
34502
34503 AMS
34504 \begin_inset space ~
34505 \end_inset
34506
34507 math
34508 \begin_inset space ~
34509 \end_inset
34510
34511 package
34512 \family default
34513 .
34514 \end_layout
34515
34516 \begin_layout Standard
34517 \begin_inset ERT
34518 status collapsed
34519
34520 \begin_layout Plain Layout
34521
34522
34523 \backslash
34524 numberwithin{footnote}{chapter}
34525 \end_layout
34526
34527 \end_inset
34528
34529 This is another example footnote:
34530 \series bold
34531
34532 \begin_inset Foot
34533 status open
34534
34535 \begin_layout Plain Layout
34536 This is a footnote numbered in the scheme 
34537 \begin_inset Quotes eld
34538 \end_inset
34539
34540 chapter.footnote
34541 \begin_inset Quotes erd
34542 \end_inset
34543
34544 .
34545 \end_layout
34546
34547 \end_inset
34548
34549
34550 \series default
34551
34552 \begin_inset ERT
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556
34557
34558 \backslash
34559 renewcommand{
34560 \backslash
34561 thefootnote}{
34562 \backslash
34563 arabic{footnote}}
34564 \end_layout
34565
34566 \end_inset
34567
34568
34569 \end_layout
34570
34571 \begin_layout Standard
34572 \begin_inset Note Greyedout
34573 status open
34574
34575 \begin_layout Plain Layout
34576
34577 \series bold
34578 Note:
34579
34580 \series default
34581  
34582 \series bold
34583
34584 \backslash
34585 numberwithin
34586 \series default
34587  always prints out the footnote number as arabic number;
34588  previous redefinitions to get non-arabic numbers are overwritten.
34589 \end_layout
34590
34591 \end_inset
34592
34593
34594 \end_layout
34595
34596 \begin_layout Standard
34597 So to get for example the scheme 
34598 \begin_inset Quotes eld
34599 \end_inset
34600
34601 chapter.
34602 \backslash
34603 Roman{footnote}
34604 \begin_inset Quotes erd
34605 \end_inset
34606
34607 ,
34608  use this command instead of 
34609 \series bold
34610
34611 \backslash
34612 numberwithin
34613 \series default
34614 :
34615 \end_layout
34616
34617 \begin_layout Standard
34618
34619 \series bold
34620
34621 \backslash
34622 renewcommand{
34623 \backslash
34624 thefootnote}{
34625 \backslash
34626 thechapter.
34627 \backslash
34628 Roman{footnote}}
34629 \end_layout
34630
34631 \begin_layout Subsection
34632 Footnote Placement
34633 \begin_inset Index idx
34634 range none
34635 pageformat default
34636 status collapsed
34637
34638 \begin_layout Plain Layout
34639 Footnotes
34640 \begin_inset IndexMacro subentry
34641 status open
34642
34643 \begin_layout Plain Layout
34644 Placement
34645 \end_layout
34646
34647 \end_inset
34648
34649
34650 \end_layout
34651
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \begin_layout Standard
34658 If you have several footnotes in one page,
34659  they appear without vertical space between them at the bottom of the page.
34660  To make them more readable you can e.
34661 \begin_inset space \thinspace{}
34662 \end_inset
34663
34664 g.
34665 \begin_inset space \space{}
34666 \end_inset
34667
34668 add 1.5
34669 \begin_inset space \thinspace{}
34670 \end_inset
34671
34672 mm space with the following preamble command:
34673 \end_layout
34674
34675 \begin_layout Standard
34676
34677 \series bold
34678
34679 \backslash
34680 let
34681 \backslash
34682 myFoot
34683 \backslash
34684 footnote
34685 \begin_inset Newline newline
34686 \end_inset
34687
34688
34689 \backslash
34690 renewcommand{
34691 \backslash
34692 footnote}[1]{
34693 \backslash
34694 myFoot{#1
34695 \backslash
34696 vspace{1.5mm}}}
34697 \end_layout
34698
34699 \begin_layout Standard
34700 \begin_inset VSpace bigskip
34701 \end_inset
34702
34703 In a two-column document the footnotes appear at the bottom of every column,
34704  see Figure
34705 \begin_inset space ~
34706 \end_inset
34707
34708
34709 \begin_inset CommandInset ref
34710 LatexCommand ref
34711 reference "fig:Standard-footnote-placement"
34712 nolink "false"
34713
34714 \end_inset
34715
34716 .
34717  If the footnotes should only appear at the bottom of the right column,
34718  as in Figure
34719 \begin_inset space ~
34720 \end_inset
34721
34722
34723 \begin_inset CommandInset ref
34724 LatexCommand ref
34725 reference "fig:Footnote-placement-in"
34726 nolink "false"
34727
34728 \end_inset
34729
34730 ,
34731  use the \SpecialChar LaTeX
34732 -package 
34733 \series bold
34734 ftnright
34735 \series default
34736
34737 \begin_inset Index idx
34738 range none
34739 pageformat default
34740 status collapsed
34741
34742 \begin_layout Plain Layout
34743 \SpecialChar LaTeX
34744  packages
34745 \begin_inset IndexMacro subentry
34746 status open
34747
34748 \begin_layout Plain Layout
34749 ftnright
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \end_layout
34756
34757 \end_inset
34758
34759  with this command in the document preamble:
34760 \end_layout
34761
34762 \begin_layout Standard
34763
34764 \series bold
34765
34766 \backslash
34767 usepackage{ftnright}
34768 \end_layout
34769
34770 \begin_layout Standard
34771 \begin_inset Float figure
34772 placement !h
34773 alignment document
34774 wide false
34775 sideways false
34776 status open
34777
34778 \begin_layout Plain Layout
34779 \noindent
34780 \align center
34781 \begin_inset Box Boxed
34782 position "t"
34783 hor_pos "c"
34784 has_inner_box 0
34785 inner_pos "t"
34786 use_parbox 0
34787 use_makebox 0
34788 width ""
34789 special "none"
34790 height "1in"
34791 height_special "totalheight"
34792 thickness "0.4pt"
34793 separation "3pt"
34794 shadowsize "4pt"
34795 framecolor "black"
34796 backgroundcolor "none"
34797 status open
34798
34799 \begin_layout Plain Layout
34800 \begin_inset Graphics
34801         filename clipart/without_fntright.pdf
34802         width 100col%
34803         scaleBeforeRotation
34804
34805 \end_inset
34806
34807
34808 \end_layout
34809
34810 \end_inset
34811
34812
34813 \end_layout
34814
34815 \begin_layout Plain Layout
34816 \begin_inset Caption Standard
34817
34818 \begin_layout Plain Layout
34819 \begin_inset CommandInset label
34820 LatexCommand label
34821 name "fig:Standard-footnote-placement"
34822
34823 \end_inset
34824
34825 Standard footnote placement in two-column documents.
34826 \end_layout
34827
34828 \end_inset
34829
34830
34831 \end_layout
34832
34833 \end_inset
34834
34835
34836 \end_layout
34837
34838 \begin_layout Standard
34839 \begin_inset Float figure
34840 placement !h
34841 alignment document
34842 wide false
34843 sideways false
34844 status open
34845
34846 \begin_layout Plain Layout
34847 \noindent
34848 \align center
34849 \begin_inset Box Boxed
34850 position "t"
34851 hor_pos "c"
34852 has_inner_box 0
34853 inner_pos "t"
34854 use_parbox 0
34855 use_makebox 0
34856 width ""
34857 special "none"
34858 height "1in"
34859 height_special "totalheight"
34860 thickness "0.4pt"
34861 separation "3pt"
34862 shadowsize "4pt"
34863 framecolor "black"
34864 backgroundcolor "none"
34865 status open
34866
34867 \begin_layout Plain Layout
34868 \begin_inset Graphics
34869         filename clipart/with_fntright.pdf
34870         width 100col%
34871         scaleBeforeRotation
34872
34873 \end_inset
34874
34875
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \end_layout
34882
34883 \begin_layout Plain Layout
34884 \begin_inset Caption Standard
34885
34886 \begin_layout Plain Layout
34887 \begin_inset CommandInset label
34888 LatexCommand label
34889 name "fig:Footnote-placement-in"
34890
34891 \end_inset
34892
34893 Footnote placement in two-column documents when the \SpecialChar LaTeX
34894 -package 
34895 \series bold
34896 ftnright
34897 \series default
34898  is used.
34899 \end_layout
34900
34901 \end_inset
34902
34903
34904 \end_layout
34905
34906 \end_inset
34907
34908
34909 \end_layout
34910
34911 \begin_layout Standard
34912 \begin_inset VSpace bigskip
34913 \end_inset
34914
34915 In some scientific literature it is usual to collect the footnotes and print them in a separate paragraph at the end of a section,
34916  as in Figure
34917 \begin_inset space ~
34918 \end_inset
34919
34920
34921 \begin_inset CommandInset ref
34922 LatexCommand ref
34923 reference "fig:Endnotes"
34924 nolink "false"
34925
34926 \end_inset
34927
34928 .
34929  They are then called 
34930 \begin_inset Quotes eld
34931 \end_inset
34932
34933 endnotes
34934 \begin_inset Quotes erd
34935 \end_inset
34936
34937 .
34938 \begin_inset Index idx
34939 range none
34940 pageformat default
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944 Endnotes
34945 \end_layout
34946
34947 \end_inset
34948
34949  To use endnotes instead of footnotes in your document,
34950  load in the menu 
34951 \family sans
34952 Document\SpecialChar menuseparator
34953 Settings\SpecialChar menuseparator
34954 Modules 
34955 \family default
34956 the module 
34957 \family sans
34958 Foot
34959 \begin_inset space ~
34960 \end_inset
34961
34962 to
34963 \begin_inset space ~
34964 \end_inset
34965
34966 End
34967 \family default
34968 .
34969  To insert the collected footnotes,
34970  insert the command
34971 \end_layout
34972
34973 \begin_layout Standard
34974
34975 \series bold
34976
34977 \backslash
34978 theendnotes
34979 \end_layout
34980
34981 \begin_layout Standard
34982 in \SpecialChar TeX
34983  Code at the end of a section or chapter.
34984 \end_layout
34985
34986 \begin_layout Standard
34987 \begin_inset Float figure
34988 placement document
34989 alignment document
34990 wide false
34991 sideways false
34992 status open
34993
34994 \begin_layout Plain Layout
34995 \noindent
34996 \align center
34997 \begin_inset Box Boxed
34998 position "t"
34999 hor_pos "c"
35000 has_inner_box 0
35001 inner_pos "t"
35002 use_parbox 0
35003 use_makebox 0
35004 width ""
35005 special "none"
35006 height "1in"
35007 height_special "totalheight"
35008 thickness "0.4pt"
35009 separation "3pt"
35010 shadowsize "4pt"
35011 framecolor "black"
35012 backgroundcolor "none"
35013 status open
35014
35015 \begin_layout Plain Layout
35016 \begin_inset Graphics
35017         filename clipart/endnotes.pdf
35018         width 100col%
35019         scaleBeforeRotation
35020
35021 \end_inset
35022
35023
35024 \end_layout
35025
35026 \end_inset
35027
35028
35029 \end_layout
35030
35031 \begin_layout Plain Layout
35032 \begin_inset Caption Standard
35033
35034 \begin_layout Plain Layout
35035 \begin_inset CommandInset label
35036 LatexCommand label
35037 name "fig:Endnotes"
35038
35039 \end_inset
35040
35041 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections or chapters.
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \end_inset
35050
35051
35052 \end_layout
35053
35054 \begin_layout Standard
35055 \begin_inset VSpace medskip
35056 \end_inset
35057
35058 The paragraph heading for the endnotes isn't automatically translated into the document language,
35059  this must be done manually.
35060  The following preamble command translates the default English 
35061 \begin_inset Quotes eld
35062 \end_inset
35063
35064 Notes
35065 \begin_inset Quotes erd
35066 \end_inset
35067
35068  into the German 
35069 \begin_inset Quotes eld
35070 \end_inset
35071
35072 Anmerkungen
35073 \begin_inset Quotes erd
35074 \end_inset
35075
35076 :
35077 \end_layout
35078
35079 \begin_layout Standard
35080
35081 \series bold
35082
35083 \backslash
35084 renewcommand{
35085 \backslash
35086 notesname}{Anmerkungen}
35087 \end_layout
35088
35089 \begin_layout Standard
35090 \begin_inset VSpace medskip
35091 \end_inset
35092
35093 The numbering of endnotes can be changed like the footnote numbering as described in section
35094 \begin_inset space ~
35095 \end_inset
35096
35097
35098 \begin_inset CommandInset ref
35099 LatexCommand ref
35100 reference "subsec:Footnote-Numbering"
35101 nolink "false"
35102
35103 \end_inset
35104
35105 ;
35106  just replace the command 
35107 \series bold
35108
35109 \backslash
35110 thefootnote
35111 \series default
35112  by 
35113 \series bold
35114
35115 \backslash
35116 theendnote
35117 \series default
35118 .
35119  To reset the endnote number use the command 
35120 \series bold
35121
35122 \backslash
35123 @addtoreset
35124 \series default
35125  as described in section
35126 \begin_inset space ~
35127 \end_inset
35128
35129
35130 \begin_inset CommandInset ref
35131 LatexCommand ref
35132 reference "subsec:Footnote-Numbering"
35133 nolink "false"
35134
35135 \end_inset
35136
35137  and replace the command parameter 
35138 \series bold
35139 footnote
35140 \series default
35141  by 
35142 \series bold
35143 endnote
35144 \series default
35145 .
35146 \end_layout
35147
35148 \begin_layout Standard
35149 For endnotes there is the command 
35150 \series bold
35151
35152 \backslash
35153 endnotemark[number]
35154 \series default
35155  similar to the command 
35156 \series bold
35157
35158 \backslash
35159 footnotemark
35160 \series default
35161 ,
35162  that is described in section
35163 \begin_inset space ~
35164 \end_inset
35165
35166
35167 \begin_inset CommandInset ref
35168 LatexCommand ref
35169 reference "sec:Footnotes"
35170 nolink "false"
35171
35172 \end_inset
35173
35174 .
35175 \end_layout
35176
35177 \begin_layout Standard
35178 \begin_inset VSpace bigskip
35179 \end_inset
35180
35181 Footnotes can also be placed in the page margin and the footnote text alignment can be changed,
35182  see the \SpecialChar LaTeX
35183 -package 
35184 \series bold
35185 footmisc
35186 \series default
35187
35188 \begin_inset Index idx
35189 range none
35190 pageformat default
35191 status collapsed
35192
35193 \begin_layout Plain Layout
35194 \SpecialChar LaTeX
35195  packages
35196 \begin_inset IndexMacro subentry
35197 status open
35198
35199 \begin_layout Plain Layout
35200 footmisc
35201 \end_layout
35202
35203 \end_inset
35204
35205
35206 \end_layout
35207
35208 \end_inset
35209
35210 ,
35211  
35212 \begin_inset CommandInset citation
35213 LatexCommand cite
35214 key "footmisc"
35215 literal "true"
35216
35217 \end_inset
35218
35219  for more information about this.
35220 \end_layout
35221
35222 \begin_layout Standard
35223 For various further footnote formatting issues have a look at \SpecialChar LaTeX
35224 -books,
35225  
35226 \begin_inset CommandInset citation
35227 LatexCommand cite
35228 key "latexcompanion,latexguide,latexbook"
35229 literal "true"
35230
35231 \end_inset
35232
35233 .
35234  If you are using a 
35235 \series bold
35236 KOMA-Script
35237 \series default
35238
35239 \begin_inset Index idx
35240 range none
35241 pageformat default
35242 status collapsed
35243
35244 \begin_layout Plain Layout
35245 \SpecialChar LaTeX
35246  packages
35247 \begin_inset IndexMacro subentry
35248 status open
35249
35250 \begin_layout Plain Layout
35251 KOMA-Script
35252 \end_layout
35253
35254 \end_inset
35255
35256
35257 \end_layout
35258
35259 \end_inset
35260
35261  document class,
35262  you can adjust all footnote settings using class-specific commands,
35263  see 
35264 \begin_inset CommandInset citation
35265 LatexCommand cite
35266 key "KOMA-Script"
35267 literal "true"
35268
35269 \end_inset
35270
35271 .
35272 \end_layout
35273
35274 \begin_layout Section
35275 Margin Notes
35276 \begin_inset Index idx
35277 range none
35278 pageformat default
35279 status collapsed
35280
35281 \begin_layout Plain Layout
35282 Notes
35283 \begin_inset IndexMacro subentry
35284 status open
35285
35286 \begin_layout Plain Layout
35287 Margin Notes
35288 \end_layout
35289
35290 \end_inset
35291
35292
35293 \end_layout
35294
35295 \end_inset
35296
35297
35298 \end_layout
35299
35300 \begin_layout Standard
35301 Margin notes look and behave in \SpecialChar LyX
35302  like footnotes.
35303  They are inserted via the menu 
35304 \family sans
35305 Insert\SpecialChar menuseparator
35306 Marginal
35307 \begin_inset space ~
35308 \end_inset
35309
35310 Note
35311 \family default
35312  or the toolbar button 
35313 \begin_inset Info
35314 type  "icon"
35315 arg   "marginalnote-insert"
35316 \end_inset
35317
35318 .
35319  A grey 
35320 \family roman
35321 \series medium
35322 box with the
35323 \family default
35324 \series default
35325  red 
35326 \family roman
35327 \series medium
35328 label 
35329 \begin_inset Quotes eld
35330 \end_inset
35331
35332 margin
35333 \begin_inset Quotes erd
35334 \end_inset
35335
35336  appears where you can enter the text of the margin note.
35337 \end_layout
35338
35339 \begin_layout Standard
35340 At the side is an example margin note.
35341
35342 \family roman
35343 \series medium
35344  
35345 \begin_inset Marginal
35346 status open
35347
35348 \begin_layout Plain Layout
35349 This is a margin note.
35350 \end_layout
35351
35352 \end_inset
35353
35354
35355 \end_layout
35356
35357 \begin_layout Standard
35358 Margin notes appear at the right side in single-sided documents.
35359  In double-sided documents they appear in the outer margin â€“ left on even pages,
35360  right on odd pages.
35361  The text of margin notes is aligned opposite to the outer margin â€“ right-aligned when the note appears in the left margin.
35362  The first line of the margin note is placed at the position of the text line where it is inserted in the document.
35363 \end_layout
35364
35365 \begin_layout Standard
35366 \begin_inset VSpace bigskip
35367 \end_inset
35368
35369 To place the margin note in the inner margin,
35370  add the command
35371 \end_layout
35372
35373 \begin_layout Standard
35374
35375 \series bold
35376
35377 \backslash
35378 reversemarginpar
35379 \end_layout
35380
35381 \begin_layout Standard
35382 in \SpecialChar TeX
35383  Code before a margin note.
35384  The new placement is valid for all subsequent margin notes.
35385  
35386 \begin_inset ERT
35387 status collapsed
35388
35389 \begin_layout Plain Layout
35390
35391
35392 \backslash
35393 reversemarginpar 
35394 \end_layout
35395
35396 \end_inset
35397
35398
35399 \begin_inset Marginal
35400 status open
35401
35402 \begin_layout Plain Layout
35403 This is a margin note in the inner margin.
35404 \end_layout
35405
35406 \end_inset
35407
35408
35409 \series bold
35410
35411 \begin_inset Newline newline
35412 \end_inset
35413
35414
35415 \series default
35416
35417 \begin_inset Note Greyedout
35418 status open
35419
35420 \begin_layout Plain Layout
35421
35422 \series bold
35423 Note:
35424
35425 \series default
35426  There is often not enough space in the inner margin so that the notes are not correctly displayed in the output.
35427 \end_layout
35428
35429 \end_inset
35430
35431
35432 \end_layout
35433
35434 \begin_layout Standard
35435 To return to the default placement insert the command
35436 \end_layout
35437
35438 \begin_layout Standard
35439
35440 \series bold
35441
35442 \backslash
35443 normalmarginpar
35444 \end_layout
35445
35446 \begin_layout Standard
35447 in \SpecialChar TeX
35448  Code.
35449 \begin_inset ERT
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453
35454
35455 \backslash
35456 normalmarginpar 
35457 \end_layout
35458
35459 \end_inset
35460
35461  
35462 \begin_inset Note Greyedout
35463 status open
35464
35465 \begin_layout Plain Layout
35466
35467 \series bold
35468 Note:
35469
35470 \series default
35471  The command is ignored when it is within a paragraph where also the command 
35472 \series bold
35473
35474 \backslash
35475 reversemarginpar
35476 \series default
35477  is inserted.
35478 \end_layout
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \begin_layout Standard
35486 \begin_inset VSpace bigskip
35487 \end_inset
35488
35489
35490 \family roman
35491 \series medium
35492
35493 \begin_inset Marginal
35494 status open
35495
35496 \begin_layout Plain Layout
35497 AVeryLongMarginParWord that isn't hyphenated.
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \family default
35504 \series default
35505  Similar to the case described in section
35506 \begin_inset space ~
35507 \end_inset
35508
35509
35510 \begin_inset CommandInset ref
35511 LatexCommand ref
35512 reference "subsec:Multiple-Lines-in"
35513 nolink "false"
35514
35515 \end_inset
35516
35517 ,
35518  long words cannot be hyphenated when they are the first word in a margin note.
35519  To avoid this,
35520  insert 0
35521 \begin_inset space \thinspace{}
35522 \end_inset
35523
35524 pt horizontal space before the word
35525 \family roman
35526 \series medium
35527 .
35528  
35529 \begin_inset Marginal
35530 status open
35531
35532 \begin_layout Plain Layout
35533 \begin_inset space \hspace*{}
35534 \length 0pt
35535 \end_inset
35536
35537 AVeryLongMarginParWord that is hyphenated.
35538 \end_layout
35539
35540 \end_inset
35541
35542
35543 \end_layout
35544
35545 \begin_layout Standard
35546 \begin_inset VSpace bigskip
35547 \end_inset
35548
35549
35550 \end_layout
35551
35552 \begin_layout Standard
35553 \begin_inset Note Greyedout
35554 status open
35555
35556 \begin_layout Plain Layout
35557
35558 \series bold
35559 Note:
35560
35561 \series default
35562  Margin notes can normally not be used inside tables,
35563  floats,
35564  and footnotes.
35565 \end_layout
35566
35567 \end_inset
35568
35569
35570 \end_layout
35571
35572 \begin_layout Standard
35573 \begin_inset VSpace bigskip
35574 \end_inset
35575
35576
35577 \end_layout
35578
35579 \begin_layout Standard
35580 \begin_inset ERT
35581 status collapsed
35582
35583 \begin_layout Plain Layout
35584
35585
35586 \backslash
35587 ifmarginnote
35588 \end_layout
35589
35590 \end_inset
35591
35592
35593 \begin_inset Note Note
35594 status open
35595
35596 \begin_layout Plain Layout
35597 The following section will only be displayed when the \SpecialChar LaTeX
35598 -package 
35599 \series bold
35600 marginnote
35601 \series default
35602  is installed.
35603 \end_layout
35604
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \begin_layout Standard
35611 This restriction can be evaded by using the \SpecialChar LaTeX
35612 -package 
35613 \series bold
35614 marginnote
35615 \series default
35616
35617 \begin_inset Index idx
35618 range none
35619 pageformat default
35620 status collapsed
35621
35622 \begin_layout Plain Layout
35623 \SpecialChar LaTeX
35624  packages
35625 \begin_inset IndexMacro subentry
35626 status open
35627
35628 \begin_layout Plain Layout
35629 marginnote
35630 \end_layout
35631
35632 \end_inset
35633
35634
35635 \end_layout
35636
35637 \end_inset
35638
35639 .
35640  By adding these two lines to your document preamble,
35641  the command used by \SpecialChar LyX
35642  for margin notes is redefined to use the command provided by the 
35643 \series bold
35644 marginnote
35645 \series default
35646 -package:
35647 \end_layout
35648
35649 \begin_layout Standard
35650
35651 \series bold
35652
35653 \backslash
35654 usepackage{marginnote}
35655 \begin_inset Newline newline
35656 \end_inset
35657
35658
35659 \backslash
35660 let
35661 \backslash
35662 marginpar
35663 \backslash
35664 marginnote
35665 \end_layout
35666
35667 \begin_layout Standard
35668 This is also used in this document because 
35669 \series bold
35670 marginnote
35671 \series default
35672  has another useful feature:
35673  You can set a vertical offset for the note.
35674  This is often needed when too many margin notes are too close together or for a better page layout.
35675  The offset is set in \SpecialChar LyX
35676  as \SpecialChar TeX
35677  Code directly after the margin note in the scheme
35678 \end_layout
35679
35680 \begin_layout Standard
35681
35682 \series bold
35683 [offset]
35684 \end_layout
35685
35686 \begin_layout Standard
35687 where the offset is a length with one of the units listed in Table
35688 \begin_inset space ~
35689 \end_inset
35690
35691
35692 \begin_inset CommandInset ref
35693 LatexCommand ref
35694 reference "tab:Units"
35695 nolink "false"
35696
35697 \end_inset
35698
35699 .
35700  A negative value shifts the note up,
35701  a positive value shifts it down.
35702  
35703 \family roman
35704 \series medium
35705 For example the margin note beside this text line is shifted up 1.5
35706 \begin_inset space \thinspace{}
35707 \end_inset
35708
35709 cm with the \SpecialChar TeX
35710  Code command 
35711 \begin_inset Quotes eld
35712 \end_inset
35713
35714
35715 \family default
35716 \series bold
35717 [-1.5cm]
35718 \family roman
35719 \series medium
35720
35721 \begin_inset Quotes erd
35722 \end_inset
35723
35724
35725 \begin_inset Marginal
35726 status open
35727
35728 \begin_layout Plain Layout
35729 This margin note is shifted up 1.5
35730 \begin_inset space \thinspace{}
35731 \end_inset
35732
35733 cm from its original position.
35734 \end_layout
35735
35736 \end_inset
35737
35738
35739 \family default
35740 \series default
35741
35742 \begin_inset ERT
35743 status collapsed
35744
35745 \begin_layout Plain Layout
35746
35747 [-1.5cm]
35748 \end_layout
35749
35750 \end_inset
35751
35752
35753 \end_layout
35754
35755 \begin_layout Standard
35756 \begin_inset VSpace medskip
35757 \end_inset
35758
35759 With 
35760 \series bold
35761 marginnote
35762 \series default
35763  you can also change the alignment of the text in the margin note.
35764  For example the commands
35765 \end_layout
35766
35767 \begin_layout Standard
35768
35769 \series bold
35770
35771 \backslash
35772 renewcommand*{
35773 \backslash
35774 raggedleftmarginnote}{
35775 \backslash
35776 centering}
35777 \begin_inset Newline newline
35778 \end_inset
35779
35780
35781 \backslash
35782 renewcommand*{
35783 \backslash
35784 raggedrightmarginnote}{
35785 \backslash
35786 centering}
35787 \end_layout
35788
35789 \begin_layout Standard
35790 set the alignment to centered.
35791  
35792 \series bold
35793
35794 \backslash
35795 raggedleftmarginnote
35796 \series default
35797  denotes margin notes that appear at the left side.
35798 \family roman
35799 \series medium
35800
35801 \begin_inset ERT
35802 status collapsed
35803
35804 \begin_layout Plain Layout
35805
35806
35807 \backslash
35808 renewcommand*{
35809 \backslash
35810 raggedleftmarginnote}{
35811 \backslash
35812 centering}
35813 \end_layout
35814
35815 \begin_layout Plain Layout
35816
35817
35818 \backslash
35819 renewcommand*{
35820 \backslash
35821 raggedrightmarginnote}{
35822 \backslash
35823 centering}
35824 \end_layout
35825
35826 \end_inset
35827
35828
35829 \begin_inset Marginal
35830 status open
35831
35832 \begin_layout Plain Layout
35833 The text of this margin note is centered.
35834 \end_layout
35835
35836 \end_inset
35837
35838
35839 \family default
35840 \series default
35841  The default is
35842 \end_layout
35843
35844 \begin_layout Standard
35845
35846 \series bold
35847
35848 \backslash
35849 renewcommand*{
35850 \backslash
35851 raggedleftmarginnote}{
35852 \backslash
35853 raggedleft}
35854 \begin_inset Newline newline
35855 \end_inset
35856
35857
35858 \backslash
35859 renewcommand*{
35860 \backslash
35861 raggedrightmarginnote}{
35862 \backslash
35863 raggedright}
35864 \family roman
35865 \series medium
35866
35867 \begin_inset ERT
35868 status collapsed
35869
35870 \begin_layout Plain Layout
35871
35872
35873 \backslash
35874 renewcommand*{
35875 \backslash
35876 raggedleftmarginnote}{
35877 \backslash
35878 raggedleft}
35879 \end_layout
35880
35881 \begin_layout Plain Layout
35882
35883
35884 \backslash
35885 renewcommand*{
35886 \backslash
35887 raggedrightmarginnote}{
35888 \backslash
35889 raggedright}
35890 \end_layout
35891
35892 \end_inset
35893
35894
35895 \end_layout
35896
35897 \begin_layout Standard
35898 \begin_inset VSpace medskip
35899 \end_inset
35900
35901 For the other features of 
35902 \series bold
35903 marginnote
35904 \series default
35905  refer to its documentation 
35906 \begin_inset CommandInset citation
35907 LatexCommand cite
35908 key "marginnote"
35909 literal "true"
35910
35911 \end_inset
35912
35913 .
35914 \end_layout
35915
35916 \begin_layout Standard
35917 \begin_inset VSpace bigskip
35918 \end_inset
35919
35920 You can adjust the layout of margin notes by changing its definition.
35921  To create for example a header for all margin notes with the underlined,
35922  sans-serif,
35923  and bold header text 
35924 \begin_inset Quotes eld
35925 \end_inset
35926
35927
35928 \family sans
35929 \series bold
35930 \bar under
35931 Attention!
35932 \family default
35933 \series default
35934 \bar default
35935
35936 \begin_inset Quotes erd
35937 \end_inset
35938
35939 ,
35940  add this to your document preamble:
35941 \end_layout
35942
35943 \begin_layout Standard
35944
35945 \series bold
35946
35947 \backslash
35948 let
35949 \backslash
35950 myMarginpar
35951 \backslash
35952 marginpar
35953 \begin_inset Newline newline
35954 \end_inset
35955
35956
35957 \backslash
35958 renewcommand{
35959 \backslash
35960 marginpar}[1]{
35961 \backslash
35962 myMarginpar{%
35963 \begin_inset Newline newline
35964 \end_inset
35965
35966
35967 \begin_inset Phantom HPhantom
35968 status open
35969
35970 \begin_layout Plain Layout
35971
35972 \series bold
35973 \begin_inset space ~
35974 \end_inset
35975
35976
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \backslash
35983 hspace{0pt}
35984 \backslash
35985 textsf{
35986 \backslash
35987 textbf{
35988 \backslash
35989 underbar{Attention!}}}%
35990 \begin_inset Newline newline
35991 \end_inset
35992
35993
35994 \begin_inset Phantom HPhantom
35995 status open
35996
35997 \begin_layout Plain Layout
35998
35999 \series bold
36000 \begin_inset space ~
36001 \end_inset
36002
36003
36004 \end_layout
36005
36006 \end_inset
36007
36008
36009 \backslash
36010 vspace{1.5mm}
36011 \backslash
36012
36013 \backslash
36014 #1}}
36015 \end_layout
36016
36017 \begin_layout Standard
36018
36019 \family roman
36020 \series medium
36021 \begin_inset ERT
36022 status collapsed
36023
36024 \begin_layout Plain Layout
36025
36026
36027 \backslash
36028 let
36029 \backslash
36030 myMarginpar
36031 \backslash
36032 marginpar
36033 \end_layout
36034
36035 \begin_layout Plain Layout
36036
36037
36038 \backslash
36039 renewcommand{
36040 \backslash
36041 marginpar}[1]{
36042 \backslash
36043 myMarginpar{%
36044 \end_layout
36045
36046 \begin_layout Plain Layout
36047
36048    
36049 \backslash
36050 textsf{
36051 \backslash
36052 textbf{
36053 \backslash
36054 underbar{Attention!}}}%
36055 \end_layout
36056
36057 \begin_layout Plain Layout
36058
36059    
36060 \backslash
36061 vspace{1.5mm}
36062 \backslash
36063
36064 \backslash
36065 #1}}
36066 \end_layout
36067
36068 \end_inset
36069
36070
36071 \begin_inset Marginal
36072 status open
36073
36074 \begin_layout Plain Layout
36075 This is a margin note with a defined heading.
36076 \end_layout
36077
36078 \end_inset
36079
36080
36081 \family default
36082 \series default
36083
36084 \begin_inset ERT
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088
36089 [-1.5cm]
36090 \end_layout
36091
36092 \end_inset
36093
36094
36095 \family roman
36096 \series medium
36097
36098 \begin_inset ERT
36099 status collapsed
36100
36101 \begin_layout Plain Layout
36102
36103
36104 \backslash
36105 renewcommand{
36106 \backslash
36107 marginpar}[1]{
36108 \backslash
36109 myMarginpar{#1}}
36110 \end_layout
36111
36112 \end_inset
36113
36114
36115 \family default
36116 \series default
36117
36118 \begin_inset Note Note
36119 status collapsed
36120
36121 \begin_layout Plain Layout
36122 The margin note format is changed only for this example.
36123 \end_layout
36124
36125 \end_inset
36126
36127
36128 \end_layout
36129
36130 \begin_layout Standard
36131 \begin_inset ERT
36132 status collapsed
36133
36134 \begin_layout Plain Layout
36135
36136
36137 \backslash
36138 else
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \begin_inset Note Note
36145 status open
36146
36147 \begin_layout Plain Layout
36148 The following will be displayed when the \SpecialChar LaTeX
36149 -package 
36150 \series bold
36151 marginnote
36152 \series default
36153  is not installed:
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \end_layout
36160
36161 \begin_layout Standard
36162 You need to install the \SpecialChar LaTeX
36163 -package 
36164 \series bold
36165 marginnote
36166 \series default
36167  to see the following part of this section in the output.
36168 \end_layout
36169
36170 \begin_layout Standard
36171 \begin_inset ERT
36172 status collapsed
36173
36174 \begin_layout Plain Layout
36175
36176
36177 \backslash
36178 fi
36179 \end_layout
36180
36181 \end_inset
36182
36183
36184 \end_layout
36185
36186 \begin_layout Chapter
36187 Boxes
36188 \end_layout
36189
36190 \begin_layout Section
36191 Introduction
36192 \begin_inset Index idx
36193 range none
36194 pageformat default
36195 status collapsed
36196
36197 \begin_layout Plain Layout
36198 Boxes
36199 \begin_inset IndexMacro subentry
36200 status open
36201
36202 \begin_layout Plain Layout
36203 Introduction
36204 \end_layout
36205
36206 \end_inset
36207
36208
36209 \end_layout
36210
36211 \end_inset
36212
36213
36214 \end_layout
36215
36216 \begin_layout Standard
36217 Boxes are used to format a block of text.
36218  Boxes can be used to write documents with multiple languages,
36219  see section
36220 \begin_inset space ~
36221 \end_inset
36222
36223
36224 \begin_inset CommandInset ref
36225 LatexCommand ref
36226 reference "sec:Minipages"
36227 nolink "false"
36228
36229 \end_inset
36230
36231 ,
36232  to frame texts,
36233  see section
36234 \begin_inset space ~
36235 \end_inset
36236
36237
36238 \begin_inset CommandInset ref
36239 LatexCommand ref
36240 reference "sec:Decoration"
36241 nolink "false"
36242
36243 \end_inset
36244
36245 ,
36246  to prevent words from being hyphenated,
36247  see section
36248 \begin_inset space ~
36249 \end_inset
36250
36251
36252 \begin_inset CommandInset ref
36253 LatexCommand ref
36254 reference "sec:Prevent-Hyphenation"
36255 nolink "false"
36256
36257 \end_inset
36258
36259 ,
36260  to align text,
36261  see section
36262 \begin_inset space ~
36263 \end_inset
36264
36265
36266 \begin_inset CommandInset ref
36267 LatexCommand ref
36268 reference "subsec:Vertical-Alignment"
36269 nolink "false"
36270
36271 \end_inset
36272
36273 ,
36274  or to set the background color of texts,
36275  see section
36276 \begin_inset space ~
36277 \end_inset
36278
36279
36280 \begin_inset CommandInset ref
36281 LatexCommand ref
36282 reference "sec:Colored-Boxes"
36283 nolink "false"
36284
36285 \end_inset
36286
36287 .
36288 \end_layout
36289
36290 \begin_layout Standard
36291 Boxes can be inserted with the menu 
36292 \family sans
36293 Insert\SpecialChar menuseparator
36294 Box
36295 \family default
36296  or the toolbar button 
36297 \begin_inset Info
36298 type  "icon"
36299 arg   "box-insert Frameless"
36300 \end_inset
36301
36302 .
36303  A grey box with the label 
36304 \family sans
36305 Box (Minipage)
36306 \family default
36307 :
36308  
36309 \begin_inset Graphics
36310         filename clipart/BoxInsetDefault.png
36311         scale 95
36312         scaleBeforeRotation
36313
36314 \end_inset
36315
36316  will be inserted.
36317  The box type can be specified by right-clicking on the box and selecting 
36318 \family sans
36319 Settings
36320 \family default
36321 .
36322  The box dialog offers the 
36323 \family sans
36324 Inner
36325 \begin_inset space ~
36326 \end_inset
36327
36328 Box
36329 \family default
36330  types 
36331 \family sans
36332 Makebox
36333 \family default
36334 ,
36335  
36336 \family sans
36337 Parbox
36338 \family default
36339  and 
36340 \family sans
36341 Minipage
36342 \family default
36343 .
36344  The type 
36345 \family sans
36346 Minipage
36347 \family default
36348  is the default for new boxes and is explained in section
36349 \begin_inset space ~
36350 \end_inset
36351
36352
36353 \begin_inset CommandInset ref
36354 LatexCommand ref
36355 reference "sec:Minipages"
36356 nolink "false"
36357
36358 \end_inset
36359
36360 ;
36361  the type 
36362 \family sans
36363 Parbox
36364 \family default
36365  is described in section
36366 \begin_inset space ~
36367 \end_inset
36368
36369
36370 \begin_inset CommandInset ref
36371 LatexCommand ref
36372 reference "sec:Parboxes"
36373 nolink "false"
36374
36375 \end_inset
36376
36377  and the type 
36378 \family sans
36379 Makebox
36380 \family default
36381  in 
36382 \begin_inset CommandInset ref
36383 LatexCommand ref
36384 reference "sec:Prevent-Hyphenation"
36385 nolink "false"
36386
36387 \end_inset
36388
36389 .
36390 \end_layout
36391
36392 \begin_layout Standard
36393 Boxes are not numbered and can therefore not be referenced like floats or footnotes.
36394 \end_layout
36395
36396 \begin_layout Standard
36397 \begin_inset Note Greyedout
36398 status open
36399
36400 \begin_layout Plain Layout
36401
36402 \series bold
36403 Note:
36404
36405 \series default
36406  Boxes must not be the item in an 
36407 \family sans
36408 Itemize
36409 \family default
36410  or 
36411 \family sans
36412 Description
36413 \family default
36414  environment.
36415 \end_layout
36416
36417 \end_inset
36418
36419
36420 \end_layout
36421
36422 \begin_layout Standard
36423 \begin_inset Note Greyedout
36424 status open
36425
36426 \begin_layout Plain Layout
36427
36428 \series bold
36429 Note:
36430
36431 \series default
36432  For an unknown reason you can only set the 
36433 \family sans
36434 Inner
36435 \begin_inset space ~
36436 \end_inset
36437
36438 Box
36439 \family default
36440  type to 
36441 \family sans
36442 None
36443 \family default
36444  when you use a framed box.
36445  Boxes without an 
36446 \family sans
36447 Inner
36448 \begin_inset space ~
36449 \end_inset
36450
36451 Box
36452 \family default
36453  type and without frames are explained in section
36454 \begin_inset space ~
36455 \end_inset
36456
36457
36458 \begin_inset CommandInset ref
36459 LatexCommand ref
36460 reference "sec:Prevent-Hyphenation"
36461 nolink "false"
36462
36463 \end_inset
36464
36465 .
36466 \end_layout
36467
36468 \end_inset
36469
36470
36471 \end_layout
36472
36473 \begin_layout Section
36474 Box Dialog
36475 \begin_inset CommandInset label
36476 LatexCommand label
36477 name "sec:Box-Dialog"
36478
36479 \end_inset
36480
36481
36482 \begin_inset Index idx
36483 range none
36484 pageformat default
36485 status collapsed
36486
36487 \begin_layout Plain Layout
36488 Boxes
36489 \begin_inset IndexMacro subentry
36490 status open
36491
36492 \begin_layout Plain Layout
36493 Box Dialog
36494 \end_layout
36495
36496 \end_inset
36497
36498
36499 \end_layout
36500
36501 \end_inset
36502
36503
36504 \end_layout
36505
36506 \begin_layout Subsection
36507 Size
36508 \begin_inset Index idx
36509 range none
36510 pageformat default
36511 status collapsed
36512
36513 \begin_layout Plain Layout
36514 Boxes
36515 \begin_inset IndexMacro subentry
36516 status open
36517
36518 \begin_layout Plain Layout
36519 Size
36520 \end_layout
36521
36522 \end_inset
36523
36524
36525 \end_layout
36526
36527 \end_inset
36528
36529
36530 \end_layout
36531
36532 \begin_layout Standard
36533 In the box dialog you can adjust the box geometry in the fields 
36534 \family sans
36535 Width
36536 \family default
36537  and 
36538 \family sans
36539 Height
36540 \family default
36541 .
36542  The available units for the geometry are explained in Table
36543 \begin_inset space ~
36544 \end_inset
36545
36546
36547 \begin_inset CommandInset ref
36548 LatexCommand ref
36549 reference "tab:Units"
36550 nolink "false"
36551
36552 \end_inset
36553
36554 .
36555  The field 
36556 \family sans
36557 Height
36558 \family default
36559  offers the following additional sizes:
36560 \end_layout
36561
36562 \begin_layout Description
36563 Depth This is the plain text 
36564 \begin_inset Quotes eld
36565 \end_inset
36566
36567 height
36568 \begin_inset Quotes erd
36569 \end_inset
36570
36571 .
36572  It ignores the total depth when there are multiple text lines in the box:
36573 \begin_inset Newline newline
36574 \end_inset
36575
36576
36577 \begin_inset Newline newline
36578 \end_inset
36579
36580
36581 \begin_inset Newline newline
36582 \end_inset
36583
36584
36585 \begin_inset Box Boxed
36586 position "c"
36587 hor_pos "c"
36588 has_inner_box 1
36589 inner_pos "c"
36590 use_parbox 0
36591 use_makebox 0
36592 width "12col%"
36593 special "none"
36594 height "1in"
36595 height_special "depth"
36596 thickness "0.4pt"
36597 separation "3pt"
36598 shadowsize "4pt"
36599 framecolor "black"
36600 backgroundcolor "none"
36601 status collapsed
36602
36603 \begin_layout Plain Layout
36604 \align center
36605 Box height set to 1
36606 \begin_inset space \thinspace{}
36607 \end_inset
36608
36609 Depth
36610 \end_layout
36611
36612 \end_inset
36613
36614
36615 \begin_inset Newline newline
36616 \end_inset
36617
36618
36619 \begin_inset Newline newline
36620 \end_inset
36621
36622
36623 \end_layout
36624
36625 \begin_layout Description
36626 Height This is the height of the text that is inside the box.
36627  A value of e.
36628 \begin_inset space \thinspace{}
36629 \end_inset
36630
36631 g.
36632 \begin_inset space \space{}
36633 \end_inset
36634
36635 2 for this size will set the box height to 2
36636 \begin_inset space ~
36637 \end_inset
36638
36639 times the text height:
36640  
36641 \begin_inset Box Boxed
36642 position "c"
36643 hor_pos "c"
36644 has_inner_box 1
36645 inner_pos "c"
36646 use_parbox 0
36647 use_makebox 0
36648 width "20col%"
36649 special "none"
36650 height "2in"
36651 height_special "height"
36652 thickness "0.4pt"
36653 separation "3pt"
36654 shadowsize "4pt"
36655 framecolor "black"
36656 backgroundcolor "none"
36657 status collapsed
36658
36659 \begin_layout Plain Layout
36660 \align center
36661 Box height set to 2
36662 \begin_inset space \thinspace{}
36663 \end_inset
36664
36665 Height
36666 \end_layout
36667
36668 \end_inset
36669
36670
36671 \end_layout
36672
36673 \begin_layout Description
36674 Total
36675 \begin_inset space ~
36676 \end_inset
36677
36678 Height This is the Height
36679 \begin_inset space \thinspace{}
36680 \end_inset
36681
36682 +
36683 \begin_inset space \thinspace{}
36684 \end_inset
36685
36686 Depth:
36687  
36688 \begin_inset Box Boxed
36689 position "c"
36690 hor_pos "c"
36691 has_inner_box 1
36692 inner_pos "c"
36693 use_parbox 0
36694 use_makebox 0
36695 width "20col%"
36696 special "none"
36697 height "1in"
36698 height_special "totalheight"
36699 thickness "0.4pt"
36700 separation "3pt"
36701 shadowsize "4pt"
36702 framecolor "black"
36703 backgroundcolor "none"
36704 status collapsed
36705
36706 \begin_layout Plain Layout
36707 \align center
36708 Box height set to 1
36709 \begin_inset space \thinspace{}
36710 \end_inset
36711
36712 Total
36713 \begin_inset space ~
36714 \end_inset
36715
36716 Height
36717 \end_layout
36718
36719 \end_inset
36720
36721
36722 \end_layout
36723
36724 \begin_layout Description
36725 Width This sets the width of the box as height:
36726  
36727 \begin_inset Box Boxed
36728 position "c"
36729 hor_pos "c"
36730 has_inner_box 1
36731 inner_pos "c"
36732 use_parbox 0
36733 use_makebox 0
36734 width "12col%"
36735 special "none"
36736 height "1in"
36737 height_special "width"
36738 thickness "0.4pt"
36739 separation "3pt"
36740 shadowsize "4pt"
36741 framecolor "black"
36742 backgroundcolor "none"
36743 status collapsed
36744
36745 \begin_layout Plain Layout
36746 \align center
36747 Box height set to 1
36748 \begin_inset space \thinspace{}
36749 \end_inset
36750
36751 Width
36752 \end_layout
36753
36754 \end_inset
36755
36756
36757 \end_layout
36758
36759 \begin_layout Subsection
36760 Alignment
36761 \begin_inset Index idx
36762 range none
36763 pageformat default
36764 status collapsed
36765
36766 \begin_layout Plain Layout
36767 Boxes
36768 \begin_inset IndexMacro subentry
36769 status open
36770
36771 \begin_layout Plain Layout
36772 Alignment
36773 \end_layout
36774
36775 \end_inset
36776
36777
36778 \end_layout
36779
36780 \end_inset
36781
36782
36783 \end_layout
36784
36785 \begin_layout Standard
36786 When you have chosen an 
36787 \family sans
36788 Inner
36789 \begin_inset space ~
36790 \end_inset
36791
36792 Box
36793 \family default
36794 ,
36795  the vertical box alignment can be:
36796 \end_layout
36797
36798 \begin_layout Description
36799 Top This is an example text line.
36800  
36801 \begin_inset Box Boxed
36802 position "t"
36803 hor_pos "c"
36804 has_inner_box 1
36805 inner_pos "c"
36806 use_parbox 0
36807 use_makebox 0
36808 width "12col%"
36809 special "none"
36810 height "1in"
36811 height_special "totalheight"
36812 thickness "0.4pt"
36813 separation "3pt"
36814 shadowsize "4pt"
36815 framecolor "black"
36816 backgroundcolor "none"
36817 status collapsed
36818
36819 \begin_layout Plain Layout
36820 \align center
36821 This box is top-aligned.
36822 \end_layout
36823
36824 \end_inset
36825
36826  This is an example text line.
36827 \end_layout
36828
36829 \begin_layout Description
36830 Middle This is an example text line.
36831  
36832 \begin_inset Box Boxed
36833 position "c"
36834 hor_pos "c"
36835 has_inner_box 1
36836 inner_pos "c"
36837 use_parbox 0
36838 use_makebox 0
36839 width "12col%"
36840 special "none"
36841 height "1in"
36842 height_special "totalheight"
36843 thickness "0.4pt"
36844 separation "3pt"
36845 shadowsize "4pt"
36846 framecolor "black"
36847 backgroundcolor "none"
36848 status collapsed
36849
36850 \begin_layout Plain Layout
36851 \align center
36852 This box is middle-aligned.
36853 \end_layout
36854
36855 \end_inset
36856
36857  This is an example text line.
36858 \end_layout
36859
36860 \begin_layout Description
36861 Bottom This is an example text line.
36862  
36863 \begin_inset Box Boxed
36864 position "b"
36865 hor_pos "c"
36866 has_inner_box 1
36867 inner_pos "c"
36868 use_parbox 0
36869 use_makebox 0
36870 width "12col%"
36871 special "none"
36872 height "1in"
36873 height_special "totalheight"
36874 thickness "0.4pt"
36875 separation "3pt"
36876 shadowsize "4pt"
36877 framecolor "black"
36878 backgroundcolor "none"
36879 status collapsed
36880
36881 \begin_layout Plain Layout
36882 \align center
36883 This box is bottom-aligned.
36884 \end_layout
36885
36886 \end_inset
36887
36888  This is an example text line.
36889 \end_layout
36890
36891 \begin_layout Standard
36892 \begin_inset Note Greyedout
36893 status open
36894
36895 \begin_layout Plain Layout
36896
36897 \series bold
36898 Note:
36899
36900 \series default
36901  The vertical box alignment can be lost in the output when you have two boxes in a line and one has e.
36902 \begin_inset space \thinspace{}
36903 \end_inset
36904
36905 g.
36906 \begin_inset space \space{}
36907 \end_inset
36908
36909 a shadow and the other one not.
36910 \end_layout
36911
36912 \end_inset
36913
36914
36915 \end_layout
36916
36917 \begin_layout Standard
36918 The horizontal box alignment can be set via \SpecialChar LyX
36919 's paragraph dialog when you set the box into its own paragraph.
36920 \end_layout
36921
36922 \begin_layout Standard
36923 \begin_inset VSpace bigskip
36924 \end_inset
36925
36926 When you have chosen an 
36927 \family sans
36928 Inner
36929 \begin_inset space ~
36930 \end_inset
36931
36932 Box
36933 \family default
36934 ,
36935  the box content can be aligned vertically to:
36936 \end_layout
36937
36938 \begin_layout Description
36939 top This is an example text line.
36940  
36941 \begin_inset Box Boxed
36942 position "c"
36943 hor_pos "c"
36944 has_inner_box 1
36945 inner_pos "t"
36946 use_parbox 0
36947 use_makebox 0
36948 width "12col%"
36949 special "none"
36950 height "1.5in"
36951 height_special "totalheight"
36952 thickness "0.4pt"
36953 separation "3pt"
36954 shadowsize "4pt"
36955 framecolor "black"
36956 backgroundcolor "none"
36957 status collapsed
36958
36959 \begin_layout Plain Layout
36960 \align center
36961 This box text is top-aligned.
36962 \end_layout
36963
36964 \end_inset
36965
36966  This is an example text line.
36967 \end_layout
36968
36969 \begin_layout Description
36970 middle This is an example text line.
36971  
36972 \begin_inset Box Boxed
36973 position "c"
36974 hor_pos "c"
36975 has_inner_box 1
36976 inner_pos "c"
36977 use_parbox 0
36978 use_makebox 0
36979 width "12col%"
36980 special "none"
36981 height "1.5in"
36982 height_special "totalheight"
36983 thickness "0.4pt"
36984 separation "3pt"
36985 shadowsize "4pt"
36986 framecolor "black"
36987 backgroundcolor "none"
36988 status collapsed
36989
36990 \begin_layout Plain Layout
36991 \align center
36992 This box text is middle-aligned.
36993 \end_layout
36994
36995 \end_inset
36996
36997  This is an example text line.
36998 \end_layout
36999
37000 \begin_layout Description
37001 bottom This is an example text line.
37002  
37003 \begin_inset Box Boxed
37004 position "c"
37005 hor_pos "c"
37006 has_inner_box 1
37007 inner_pos "b"
37008 use_parbox 0
37009 use_makebox 0
37010 width "12col%"
37011 special "none"
37012 height "1.5in"
37013 height_special "totalheight"
37014 thickness "0.4pt"
37015 separation "3pt"
37016 shadowsize "4pt"
37017 framecolor "black"
37018 backgroundcolor "none"
37019 status collapsed
37020
37021 \begin_layout Plain Layout
37022 \align center
37023 This box text is bottom-aligned.
37024 \end_layout
37025
37026 \end_inset
37027
37028  This is an example text line.
37029 \end_layout
37030
37031 \begin_layout Description
37032 stretch This is an example text line.
37033  
37034 \begin_inset Box Boxed
37035 position "c"
37036 hor_pos "c"
37037 has_inner_box 1
37038 inner_pos "s"
37039 use_parbox 0
37040 use_makebox 0
37041 width "12col%"
37042 special "none"
37043 height "1.5in"
37044 height_special "totalheight"
37045 thickness "0.4pt"
37046 separation "3pt"
37047 shadowsize "4pt"
37048 framecolor "black"
37049 backgroundcolor "none"
37050 status collapsed
37051
37052 \begin_layout Plain Layout
37053 \align center
37054 This box
37055 \end_layout
37056
37057 \begin_layout Plain Layout
37058 \align center
37059 text is
37060 \end_layout
37061
37062 \begin_layout Plain Layout
37063 \align center
37064 stretched.
37065 \end_layout
37066
37067 \end_inset
37068
37069  This is an example text line.
37070 \end_layout
37071
37072 \begin_layout Standard
37073 To stretch the box content,
37074  it must consist of more than one paragraph.
37075  In the example above every text line is in an own paragraph.
37076 \end_layout
37077
37078 \begin_layout Standard
37079 \begin_inset VSpace bigskip
37080 \end_inset
37081
37082 To align the box content horizontally you can use \SpecialChar LyX
37083 's paragraph dialog when you have chosen an 
37084 \family sans
37085 Inner
37086 \begin_inset space ~
37087 \end_inset
37088
37089 Box
37090 \family default
37091 .
37092 \end_layout
37093
37094 \begin_layout Standard
37095 \align center
37096 \begin_inset Box Boxed
37097 position "c"
37098 hor_pos "c"
37099 has_inner_box 1
37100 inner_pos "s"
37101 use_parbox 0
37102 use_makebox 0
37103 width "15col%"
37104 special "none"
37105 height "1.25in"
37106 height_special "totalheight"
37107 thickness "0.4pt"
37108 separation "3pt"
37109 shadowsize "4pt"
37110 framecolor "black"
37111 backgroundcolor "none"
37112 status collapsed
37113
37114 \begin_layout Plain Layout
37115 \align left
37116 This box
37117 \end_layout
37118
37119 \begin_layout Plain Layout
37120 \align center
37121 text is
37122 \end_layout
37123
37124 \begin_layout Plain Layout
37125 \align right
37126 stretched.
37127 \end_layout
37128
37129 \end_inset
37130
37131
37132 \end_layout
37133
37134 \begin_layout Standard
37135 If you have not set an 
37136 \family sans
37137 Inner
37138 \begin_inset space ~
37139 \end_inset
37140
37141 Box
37142 \family default
37143 ,
37144  you can align the box content horizontally in the box dialog.
37145 \end_layout
37146
37147 \begin_layout Standard
37148 \align center
37149 \begin_inset Box Boxed
37150 position "c"
37151 hor_pos "s"
37152 has_inner_box 0
37153 inner_pos "s"
37154 use_parbox 0
37155 use_makebox 0
37156 width "90col%"
37157 special "none"
37158 height "1.25in"
37159 height_special "totalheight"
37160 thickness "0.4pt"
37161 separation "3pt"
37162 shadowsize "4pt"
37163 framecolor "black"
37164 backgroundcolor "none"
37165 status collapsed
37166
37167 \begin_layout Plain Layout
37168 This box text is horizontally stretched.
37169 \end_layout
37170
37171 \end_inset
37172
37173
37174 \end_layout
37175
37176 \begin_layout Subsection
37177 Decoration
37178 \begin_inset CommandInset label
37179 LatexCommand label
37180 name "sec:Decoration"
37181
37182 \end_inset
37183
37184
37185 \begin_inset Index idx
37186 range none
37187 pageformat default
37188 status collapsed
37189
37190 \begin_layout Plain Layout
37191 Boxes
37192 \begin_inset IndexMacro subentry
37193 status open
37194
37195 \begin_layout Plain Layout
37196 Decoration
37197 \end_layout
37198
37199 \end_inset
37200
37201
37202 \end_layout
37203
37204 \end_inset
37205
37206
37207 \end_layout
37208
37209 \begin_layout Standard
37210 The type of the box can be specified in the box dialog in the drop-down list 
37211 \family sans
37212 Decoration
37213 \family default
37214 .
37215  The following types are possible:
37216 \end_layout
37217
37218 \begin_layout Description
37219 No
37220 \begin_inset space ~
37221 \end_inset
37222
37223 frame Nothing is drawn.
37224 \end_layout
37225
37226 \begin_layout Description
37227 Simple
37228 \begin_inset space ~
37229 \end_inset
37230
37231 rectangular
37232 \begin_inset space ~
37233 \end_inset
37234
37235 frame This draws a rectangular frame around the box.
37236  The frame line thickness can be specified.
37237  
37238 \begin_inset Box Boxed
37239 position "c"
37240 hor_pos "c"
37241 has_inner_box 1
37242 inner_pos "c"
37243 use_parbox 0
37244 use_makebox 0
37245 width "20col%"
37246 special "none"
37247 height "1in"
37248 height_special "totalheight"
37249 thickness "0.4pt"
37250 separation "3pt"
37251 shadowsize "4pt"
37252 framecolor "black"
37253 backgroundcolor "none"
37254 status collapsed
37255
37256 \begin_layout Plain Layout
37257 \align center
37258 Rectangular box
37259 \end_layout
37260
37261 \end_inset
37262
37263
37264 \end_layout
37265
37266 \begin_layout Description
37267 Oval
37268 \begin_inset space ~
37269 \end_inset
37270
37271 box,
37272 \begin_inset space ~
37273 \end_inset
37274
37275 thin This draws an oval frame around the box.
37276  The frame line thickness has the size 0.4
37277 \begin_inset space \thinspace{}
37278 \end_inset
37279
37280 pt.
37281  
37282 \begin_inset Box ovalbox
37283 position "c"
37284 hor_pos "c"
37285 has_inner_box 1
37286 inner_pos "c"
37287 use_parbox 0
37288 use_makebox 0
37289 width "20col%"
37290 special "none"
37291 height "1in"
37292 height_special "totalheight"
37293 thickness "0.4pt"
37294 separation "3pt"
37295 shadowsize "4pt"
37296 framecolor "black"
37297 backgroundcolor "none"
37298 status collapsed
37299
37300 \begin_layout Plain Layout
37301 \align center
37302 Oval box,
37303  thin
37304 \end_layout
37305
37306 \end_inset
37307
37308
37309 \end_layout
37310
37311 \begin_layout Description
37312 Oval
37313 \begin_inset space ~
37314 \end_inset
37315
37316 box,
37317 \begin_inset space ~
37318 \end_inset
37319
37320 thick This draws an oval frame around the box.
37321  The frame line thickness has the size 0.8
37322 \begin_inset space \thinspace{}
37323 \end_inset
37324
37325 pt.
37326  
37327 \begin_inset Box Ovalbox
37328 position "c"
37329 hor_pos "c"
37330 has_inner_box 1
37331 inner_pos "c"
37332 use_parbox 0
37333 use_makebox 0
37334 width "20col%"
37335 special "none"
37336 height "1in"
37337 height_special "totalheight"
37338 thickness "0.4pt"
37339 separation "3pt"
37340 shadowsize "4pt"
37341 framecolor "black"
37342 backgroundcolor "none"
37343 status collapsed
37344
37345 \begin_layout Plain Layout
37346 \align center
37347 Oval box,
37348  thick
37349 \end_layout
37350
37351 \end_inset
37352
37353
37354 \end_layout
37355
37356 \begin_layout Description
37357 Drop
37358 \begin_inset space ~
37359 \end_inset
37360
37361 shadow This draws a rectangular frame with a shadow around the box.
37362  The frame line thickness and the shadow can be specified.
37363  
37364 \begin_inset Box Shadowbox
37365 position "c"
37366 hor_pos "c"
37367 has_inner_box 1
37368 inner_pos "c"
37369 use_parbox 0
37370 use_makebox 0
37371 width "20col%"
37372 special "none"
37373 height "1in"
37374 height_special "totalheight"
37375 thickness "0.4pt"
37376 separation "3pt"
37377 shadowsize "4pt"
37378 framecolor "black"
37379 backgroundcolor "none"
37380 status collapsed
37381
37382 \begin_layout Plain Layout
37383 \align center
37384 Shadow box
37385 \end_layout
37386
37387 \end_inset
37388
37389
37390 \end_layout
37391
37392 \begin_layout Description
37393 Shaded
37394 \begin_inset space ~
37395 \end_inset
37396
37397 background This draws a box with a red background.
37398  Unlike colored boxes
37399 \begin_inset Foot
37400 status collapsed
37401
37402 \begin_layout Plain Layout
37403 see sec.
37404 \begin_inset space \thinspace{}
37405 \end_inset
37406
37407
37408 \begin_inset CommandInset ref
37409 LatexCommand ref
37410 reference "sec:Colored-Boxes"
37411 nolink "false"
37412
37413 \end_inset
37414
37415
37416 \end_layout
37417
37418 \end_inset
37419
37420 ,
37421  it always uses the whole column width and the box is set as its own paragraph.
37422  
37423 \begin_inset Box Shaded
37424 position "t"
37425 hor_pos "c"
37426 has_inner_box 0
37427 inner_pos "t"
37428 use_parbox 0
37429 use_makebox 0
37430 width "50col%"
37431 special "none"
37432 height "1in"
37433 height_special "totalheight"
37434 thickness "0.4pt"
37435 separation "3pt"
37436 shadowsize "4pt"
37437 framecolor "black"
37438 backgroundcolor "none"
37439 status collapsed
37440
37441 \begin_layout Plain Layout
37442 Shaded background box
37443 \end_layout
37444
37445 \end_inset
37446
37447
37448 \end_layout
37449
37450 \begin_layout Description
37451 Double
37452 \begin_inset space ~
37453 \end_inset
37454
37455 rectangular
37456 \begin_inset space ~
37457 \end_inset
37458
37459 frame This draws a double-line rectangular frame around the box.
37460  The line thickness of the inner frame is 0.75
37461 \begin_inset space \thinspace{}
37462 \end_inset
37463
37464 line
37465 \begin_inset space ~
37466 \end_inset
37467
37468 thickness,
37469  the thickness of the outer frame is 1.5
37470 \begin_inset space \thinspace{}
37471 \end_inset
37472
37473 line
37474 \begin_inset space ~
37475 \end_inset
37476
37477 thickness.
37478  The distance between the lines is 1.5
37479 \begin_inset space \thinspace{}
37480 \end_inset
37481
37482 line
37483 \begin_inset space ~
37484 \end_inset
37485
37486 thickness
37487 \begin_inset space \thinspace{}
37488 \end_inset
37489
37490 +
37491 \begin_inset space \thinspace{}
37492 \end_inset
37493
37494 0.5
37495 \begin_inset space \thinspace{}
37496 \end_inset
37497
37498 pt.
37499  
37500 \begin_inset Box Doublebox
37501 position "c"
37502 hor_pos "c"
37503 has_inner_box 1
37504 inner_pos "c"
37505 use_parbox 0
37506 use_makebox 0
37507 width "20col%"
37508 special "none"
37509 height "1in"
37510 height_special "totalheight"
37511 thickness "0.4pt"
37512 separation "3pt"
37513 shadowsize "4pt"
37514 framecolor "black"
37515 backgroundcolor "none"
37516 status collapsed
37517
37518 \begin_layout Plain Layout
37519 \align center
37520 Double rectangular box
37521 \end_layout
37522
37523 \end_inset
37524
37525
37526 \end_layout
37527
37528 \begin_layout Standard
37529 \begin_inset VSpace bigskip
37530 \end_inset
37531
37532 \SpecialChar LyX
37533 's box label will reflect the different frame types.
37534  To be able to use all types,
37535  the \SpecialChar LaTeX
37536 -package 
37537 \series bold
37538 fancybox
37539 \series default
37540
37541 \begin_inset Index idx
37542 range none
37543 pageformat default
37544 status collapsed
37545
37546 \begin_layout Plain Layout
37547 \SpecialChar LaTeX
37548  packages
37549 \begin_inset IndexMacro subentry
37550 status open
37551
37552 \begin_layout Plain Layout
37553 fancybox
37554 \end_layout
37555
37556 \end_inset
37557
37558
37559 \end_layout
37560
37561 \end_inset
37562
37563  must be installed.
37564 \end_layout
37565
37566 \begin_layout Standard
37567 \begin_inset VSpace bigskip
37568 \end_inset
37569
37570 When you use the decoration 
37571 \family sans
37572 simple rectangular frame
37573 \family default
37574  and no inner box,
37575  you can allow page breaks within a box.
37576  Note that then,
37577  unlike other framed boxes,
37578  the frame always uses the whole column width and the box is set as its own paragraph:
37579  
37580 \begin_inset Box Framed
37581 position "t"
37582 hor_pos "c"
37583 has_inner_box 0
37584 inner_pos "t"
37585 use_parbox 0
37586 use_makebox 0
37587 width "100col%"
37588 special "none"
37589 height "1in"
37590 height_special "totalheight"
37591 thickness "0.4pt"
37592 separation "3pt"
37593 shadowsize "4pt"
37594 framecolor "black"
37595 backgroundcolor "none"
37596 status collapsed
37597
37598 \begin_layout Plain Layout
37599 Allow page break box
37600 \end_layout
37601
37602 \end_inset
37603
37604
37605 \end_layout
37606
37607 \begin_layout Section
37608 Box Customization
37609 \begin_inset Index idx
37610 range none
37611 pageformat default
37612 status collapsed
37613
37614 \begin_layout Plain Layout
37615 Boxes
37616 \begin_inset IndexMacro subentry
37617 status open
37618
37619 \begin_layout Plain Layout
37620 Customization
37621 \end_layout
37622
37623 \end_inset
37624
37625
37626 \end_layout
37627
37628 \end_inset
37629
37630
37631 \end_layout
37632
37633 \begin_layout Standard
37634 The diameter of the round corners of the oval boxes can be set with the command 
37635 \series bold
37636
37637 \backslash
37638 cornersize
37639 \series default
37640 .
37641  The command
37642 \end_layout
37643
37644 \begin_layout Standard
37645
37646 \series bold
37647
37648 \backslash
37649 cornersize*{1cm}
37650 \end_layout
37651
37652 \begin_layout Standard
37653 sets the diameter to 1
37654 \begin_inset space \thinspace{}
37655 \end_inset
37656
37657 cm.
37658  The command
37659 \end_layout
37660
37661 \begin_layout Standard
37662
37663 \series bold
37664
37665 \backslash
37666 cornersize{num}
37667 \end_layout
37668
37669 \begin_layout Standard
37670 sets the diameter to 
37671 \family sans
37672 num
37673 \begin_inset space \thinspace{}
37674 \end_inset
37675
37676 ×
37677 \begin_inset space \thinspace{}
37678 \end_inset
37679
37680 minimum(width and height of box)
37681 \family default
37682 .
37683  The default is 
37684 \series bold
37685
37686 \backslash
37687 cornersize{0.5}
37688 \series default
37689 .
37690 \end_layout
37691
37692 \begin_layout Standard
37693 \begin_inset ERT
37694 status collapsed
37695
37696 \begin_layout Plain Layout
37697
37698
37699 \backslash
37700 cornersize*{1.5cm}
37701 \end_layout
37702
37703 \end_inset
37704
37705
37706 \begin_inset Box Ovalbox
37707 position "c"
37708 hor_pos "c"
37709 has_inner_box 1
37710 inner_pos "c"
37711 use_parbox 0
37712 use_makebox 0
37713 width "25col%"
37714 special "none"
37715 height "1in"
37716 height_special "totalheight"
37717 thickness "0.4pt"
37718 separation "3pt"
37719 shadowsize "4pt"
37720 framecolor "black"
37721 backgroundcolor "none"
37722 status open
37723
37724 \begin_layout Plain Layout
37725 \align center
37726 Oval box with 
37727 \series bold
37728
37729 \backslash
37730 cornersize
37731 \series default
37732
37733 \begin_inset space \thinspace{}
37734 \end_inset
37735
37736 =
37737 \begin_inset space \thinspace{}
37738 \end_inset
37739
37740 1.5
37741 \begin_inset space \thinspace{}
37742 \end_inset
37743
37744 cm
37745 \end_layout
37746
37747 \end_inset
37748
37749
37750 \begin_inset ERT
37751 status collapsed
37752
37753 \begin_layout Plain Layout
37754
37755
37756 \backslash
37757 cornersize{0.5}
37758 \end_layout
37759
37760 \end_inset
37761
37762
37763 \end_layout
37764
37765 \begin_layout Standard
37766 \begin_inset VSpace bigskip
37767 \end_inset
37768
37769
37770 \end_layout
37771
37772 \begin_layout Standard
37773 The default background color red of 
37774 \family sans
37775 shaded background
37776 \family default
37777  boxes can either be changed locally with the command 
37778 \series bold
37779
37780 \backslash
37781 definecolor{shadecolor}
37782 \series default
37783  or globally with the menu 
37784 \family sans
37785 Tools\SpecialChar menuseparator
37786 Preferences\SpecialChar menuseparator
37787 Colors\SpecialChar menuseparator
37788 shaded
37789 \begin_inset space ~
37790 \end_inset
37791
37792 box
37793 \family default
37794 .
37795  The scheme of the 
37796 \series bold
37797
37798 \backslash
37799 definecolor
37800 \series default
37801  command is explained in section
37802 \begin_inset space ~
37803 \end_inset
37804
37805
37806 \begin_inset CommandInset ref
37807 LatexCommand ref
37808 reference "sec:Colored-Tables"
37809 nolink "false"
37810
37811 \end_inset
37812
37813 .
37814 \begin_inset Foot
37815 status collapsed
37816
37817 \begin_layout Plain Layout
37818 Note that 
37819 \series bold
37820
37821 \backslash
37822 definecolor
37823 \series default
37824  requires the \SpecialChar LaTeX
37825 -package 
37826 \series bold
37827 color
37828 \series default
37829  in the preamble,
37830  see section
37831 \begin_inset space ~
37832 \end_inset
37833
37834
37835 \begin_inset CommandInset ref
37836 LatexCommand ref
37837 reference "sec:Colored-Boxes"
37838 nolink "false"
37839
37840 \end_inset
37841
37842 .
37843 \end_layout
37844
37845 \end_inset
37846
37847  For example the appearance of the following shaded background box is set with the \SpecialChar TeX
37848  Code command
37849 \end_layout
37850
37851 \begin_layout Standard
37852
37853 \series bold
37854
37855 \backslash
37856 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37857 \end_layout
37858
37859 \begin_layout Standard
37860 \begin_inset ERT
37861 status collapsed
37862
37863 \begin_layout Plain Layout
37864
37865
37866 \backslash
37867 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37868 \end_layout
37869
37870 \end_inset
37871
37872
37873 \begin_inset Box Shaded
37874 position "t"
37875 hor_pos "c"
37876 has_inner_box 0
37877 inner_pos "t"
37878 use_parbox 0
37879 use_makebox 0
37880 width "100col%"
37881 special "none"
37882 height "1in"
37883 height_special "totalheight"
37884 thickness "0.4pt"
37885 separation "3pt"
37886 shadowsize "4pt"
37887 framecolor "black"
37888 backgroundcolor "none"
37889 status open
37890
37891 \begin_layout Plain Layout
37892
37893 \color yellow
37894 This is yellow text in a
37895 \color none
37896  
37897 \family sans
37898 \color yellow
37899 shaded background
37900 \family default
37901 \color none
37902  
37903 \color yellow
37904 box with dark green background.
37905 \end_layout
37906
37907 \end_inset
37908
37909
37910 \begin_inset ERT
37911 status collapsed
37912
37913 \begin_layout Plain Layout
37914
37915
37916 \backslash
37917 definecolor{shadecolor}{rgb}{1,0,0}
37918 \end_layout
37919
37920 \end_inset
37921
37922
37923 \end_layout
37924
37925 \begin_layout Standard
37926 \begin_inset VSpace bigskip
37927 \end_inset
37928
37929 Manually changed sizes and colors are valid for all boxes following the commands that change them.
37930 \end_layout
37931
37932 \begin_layout Section
37933 Minipages
37934 \begin_inset CommandInset label
37935 LatexCommand label
37936 name "sec:Minipages"
37937
37938 \end_inset
37939
37940
37941 \begin_inset Index idx
37942 range none
37943 pageformat default
37944 status collapsed
37945
37946 \begin_layout Plain Layout
37947 Boxes
37948 \begin_inset IndexMacro subentry
37949 status open
37950
37951 \begin_layout Plain Layout
37952 Minipages
37953 \end_layout
37954
37955 \end_inset
37956
37957
37958 \end_layout
37959
37960 \end_inset
37961
37962
37963 \end_layout
37964
37965 \begin_layout Standard
37966 Minipages are treated by \SpecialChar LaTeX
37967  as pages within pages and can therefore for example have their own footnotes.
37968 \end_layout
37969
37970 \begin_layout Standard
37971 Minipages are useful when you write documents with different languages.
37972 \end_layout
37973
37974 \begin_layout Standard
37975 Below are two example minipages side by side.
37976  Their width is set to 45
37977 \begin_inset space \thinspace{}
37978 \end_inset
37979
37980 col% and they are separated by a horizontal fill,
37981  that was inserted via the menu 
37982 \family sans
37983 Insert\SpecialChar menuseparator
37984 Special
37985 \begin_inset space ~
37986 \end_inset
37987
37988 Formatting\SpecialChar menuseparator
37989 Horizontal
37990 \begin_inset space ~
37991 \end_inset
37992
37993 Fill
37994 \family default
37995 .
37996 \begin_inset Newpage newpage
37997 \end_inset
37998
37999
38000 \end_layout
38001
38002 \begin_layout Standard
38003 \begin_inset Box Frameless
38004 position "t"
38005 hor_pos "c"
38006 has_inner_box 1
38007 inner_pos "c"
38008 use_parbox 0
38009 use_makebox 0
38010 width "45col%"
38011 special "none"
38012 height "1in"
38013 height_special "totalheight"
38014 thickness "0.4pt"
38015 separation "3pt"
38016 shadowsize "4pt"
38017 framecolor "black"
38018 backgroundcolor "none"
38019 status open
38020
38021 \begin_layout Plain Layout
38022
38023 \lang ngerman
38024 Dies ist ein deutscher Text.
38025  Dies ist ein deutscher Text.
38026  Dies ist ein deutscher Text.
38027  Dies ist ein deutscher Text.
38028  Dies ist ein deutscher Text.
38029  Dies ist ein deutscher Text.
38030  Dies ist ein deutscher Text.
38031  Dies ist ein deutscher Text.
38032  Dies ist ein deutscher Text.
38033  Dies ist ein deutscher Text.
38034  Dies ist ein deutscher Text.
38035  Dies ist ein deutscher Text.
38036  Dies ist ein deutscher Text
38037 \begin_inset Foot
38038 status collapsed
38039
38040 \begin_layout Plain Layout
38041
38042 \lang ngerman
38043 Dies ist eine deutsche Fußnote.
38044 \end_layout
38045
38046 \end_inset
38047
38048 .
38049  Dies ist ein deutscher Text.
38050  Dies ist ein deutscher Text.
38051 \end_layout
38052
38053 \end_inset
38054
38055
38056 \begin_inset space \hfill{}
38057 \end_inset
38058
38059
38060 \begin_inset Box Frameless
38061 position "t"
38062 hor_pos "c"
38063 has_inner_box 1
38064 inner_pos "c"
38065 use_parbox 0
38066 use_makebox 0
38067 width "45col%"
38068 special "none"
38069 height "1in"
38070 height_special "totalheight"
38071 thickness "0.4pt"
38072 separation "3pt"
38073 shadowsize "4pt"
38074 framecolor "black"
38075 backgroundcolor "none"
38076 status open
38077
38078 \begin_layout Plain Layout
38079 This is an English Text.
38080  This is an English Text.
38081  This is an English Text.
38082  This is an English Text.
38083  This is an English Text.
38084  This is an English Text.
38085  This is an English Text.
38086  This is an English Text.
38087  This is an English Text.
38088  This is an English Text.
38089  This is an English Text.
38090  This is an English Text.
38091  This is an English Text.
38092  This is an English Text.
38093  This is an English Text.
38094  This is an English Text.
38095 \begin_inset Foot
38096 status collapsed
38097
38098 \begin_layout Plain Layout
38099 This is an English footnote.
38100 \end_layout
38101
38102 \end_inset
38103
38104  This is an English Text.
38105 \end_layout
38106
38107 \end_inset
38108
38109
38110 \end_layout
38111
38112 \begin_layout Standard
38113 \begin_inset VSpace bigskip
38114 \end_inset
38115
38116 The document-wide paragraph settings are ignored within minipages.
38117  That means that there will be no space between paragraphs in minipages although you set it to e.
38118 \begin_inset space \thinspace{}
38119 \end_inset
38120
38121 g.
38122 \begin_inset space \space{}
38123 \end_inset
38124
38125
38126 \family sans
38127 MedSkip
38128 \family default
38129  in the document settings.
38130 \end_layout
38131
38132 \begin_layout Standard
38133 Minipages can also be used to set a background color for text parts,
38134  see section
38135 \begin_inset space ~
38136 \end_inset
38137
38138
38139 \begin_inset CommandInset ref
38140 LatexCommand ref
38141 reference "sec:Colored-Boxes"
38142 nolink "false"
38143
38144 \end_inset
38145
38146 .
38147 \end_layout
38148
38149 \begin_layout Standard
38150 \begin_inset Note Greyedout
38151 status open
38152
38153 \begin_layout Plain Layout
38154
38155 \series bold
38156 Note:
38157
38158 \series default
38159  You cannot have floats or margin notes inside minipages but minipages can be used inside tables,
38160  floats,
38161  and other boxes.
38162 \end_layout
38163
38164 \end_inset
38165
38166
38167 \end_layout
38168
38169 \begin_layout Standard
38170 \begin_inset VSpace bigskip
38171 \end_inset
38172
38173
38174 \end_layout
38175
38176 \begin_layout Standard
38177 \SpecialChar LyX
38178  has also basic support for minipages whose size is automatically determined by the width of their contents,
38179  via the module 
38180 \family sans
38181 Variable-width Minipages
38182 \family default
38183 .
38184  The \SpecialChar LyX
38185  example file 
38186 \emph on
38187 varwidth-floats-side-by-side
38188 \emph default
38189  gives examples of variable-width minipages used for placing two floats side-by-side.
38190 \end_layout
38191
38192 \begin_layout Section
38193 Parboxes
38194 \begin_inset CommandInset label
38195 LatexCommand label
38196 name "sec:Parboxes"
38197
38198 \end_inset
38199
38200
38201 \begin_inset Index idx
38202 range none
38203 pageformat default
38204 status collapsed
38205
38206 \begin_layout Plain Layout
38207 Boxes
38208 \begin_inset IndexMacro subentry
38209 status open
38210
38211 \begin_layout Plain Layout
38212 Parboxes
38213 \end_layout
38214
38215 \end_inset
38216
38217
38218 \end_layout
38219
38220 \end_inset
38221
38222
38223 \end_layout
38224
38225 \begin_layout Standard
38226 Parboxes are very similar to minipages with the difference that they cannot have footnotes.
38227 \end_layout
38228
38229 \begin_layout Standard
38230 \align center
38231 \begin_inset Box Frameless
38232 position "t"
38233 hor_pos "c"
38234 has_inner_box 1
38235 inner_pos "t"
38236 use_parbox 1
38237 use_makebox 0
38238 width "33col%"
38239 special "none"
38240 height "1in"
38241 height_special "totalheight"
38242 thickness "0.4pt"
38243 separation "3pt"
38244 shadowsize "4pt"
38245 framecolor "black"
38246 backgroundcolor "none"
38247 status open
38248
38249 \begin_layout Plain Layout
38250 This a text within a parbox.
38251  This a text within a parbox.
38252 \end_layout
38253
38254 \begin_layout Plain Layout
38255 This footnote won't appear:
38256 \begin_inset Foot
38257 status collapsed
38258
38259 \begin_layout Plain Layout
38260 This footnote is inside a parbox and will therefore not appear.
38261 \end_layout
38262
38263 \end_inset
38264
38265
38266 \end_layout
38267
38268 \end_inset
38269
38270
38271 \end_layout
38272
38273 \begin_layout Section
38274 Boxes for Words and Characters
38275 \begin_inset Index idx
38276 range none
38277 pageformat default
38278 status collapsed
38279
38280 \begin_layout Plain Layout
38281 Boxes
38282 \begin_inset IndexMacro subentry
38283 status open
38284
38285 \begin_layout Plain Layout
38286 for Characters
38287 \end_layout
38288
38289 \end_inset
38290
38291
38292 \end_layout
38293
38294 \end_inset
38295
38296
38297 \end_layout
38298
38299 \begin_layout Subsection
38300 Prevent Hyphenation
38301 \begin_inset CommandInset label
38302 LatexCommand label
38303 name "sec:Prevent-Hyphenation"
38304
38305 \end_inset
38306
38307
38308 \begin_inset Index idx
38309 range none
38310 pageformat default
38311 status collapsed
38312
38313 \begin_layout Plain Layout
38314 Boxes
38315 \begin_inset IndexMacro subentry
38316 status open
38317
38318 \begin_layout Plain Layout
38319 to Prevent Hyphenation
38320 \end_layout
38321
38322 \end_inset
38323
38324
38325 \end_layout
38326
38327 \end_inset
38328
38329
38330 \end_layout
38331
38332 \begin_layout Standard
38333 You can use the box type 
38334 \family sans
38335 Makebox
38336 \family default
38337  to prevent words or text from being hyphenated.
38338 \begin_inset Newline newline
38339 \end_inset
38340
38341 Here is an example text:
38342 \end_layout
38343
38344 \begin_layout Standard
38345 This line is an example to show how you can prevent the hyphenation of 
38346 \begin_inset Quotes eld
38347 \end_inset
38348
38349 veryverylongword
38350 \begin_inset Quotes erd
38351 \end_inset
38352
38353 .
38354 \end_layout
38355
38356 \begin_layout Standard
38357 To prevent the hyphenation of the word 
38358 \begin_inset Quotes eld
38359 \end_inset
38360
38361 veryverylongword
38362 \begin_inset Quotes erd
38363 \end_inset
38364
38365 ,
38366  put the word into a box,
38367  set the 
38368 \family sans
38369 Inner
38370 \begin_inset space ~
38371 \end_inset
38372
38373 box
38374 \family default
38375  to 
38376 \family sans
38377 Makebox
38378 \family default
38379  and use no explicit width.
38380 \end_layout
38381
38382 \begin_layout Standard
38383 This is the result:
38384 \end_layout
38385
38386 \begin_layout Standard
38387 This line is an example to show how you can prevent the hyphenation of 
38388 \begin_inset Box Frameless
38389 position "t"
38390 hor_pos "c"
38391 has_inner_box 1
38392 inner_pos "t"
38393 use_parbox 0
38394 use_makebox 1
38395 width ""
38396 special "none"
38397 height "1in"
38398 height_special "totalheight"
38399 thickness "0.4pt"
38400 separation "3pt"
38401 shadowsize "4pt"
38402 framecolor "black"
38403 backgroundcolor "none"
38404 status open
38405
38406 \begin_layout Plain Layout
38407 \begin_inset Quotes eld
38408 \end_inset
38409
38410 veryverylongword
38411 \begin_inset Quotes erd
38412 \end_inset
38413
38414
38415 \end_layout
38416
38417 \end_inset
38418
38419 .
38420 \end_layout
38421
38422 \begin_layout Standard
38423 You can alternatively set the command 
38424 \begin_inset Quotes eld
38425 \end_inset
38426
38427
38428 \series bold
38429
38430 \backslash
38431 -
38432 \series default
38433
38434 \begin_inset Quotes grd
38435 \end_inset
38436
38437  as \SpecialChar TeX
38438  Code directly before the word:
38439 \end_layout
38440
38441 \begin_layout Standard
38442 This line is an example to show how you can prevent the hyphenation of 
38443 \begin_inset Quotes eld
38444 \end_inset
38445
38446
38447 \begin_inset ERT
38448 status collapsed
38449
38450 \begin_layout Plain Layout
38451
38452
38453 \backslash
38454 -
38455 \end_layout
38456
38457 \end_inset
38458
38459 veryverylongword
38460 \begin_inset Quotes erd
38461 \end_inset
38462
38463 .
38464 \end_layout
38465
38466 \begin_layout Standard
38467 Of course the word now protrudes over the side margin.
38468  To avoid this,
38469  add via the menu 
38470 \family sans
38471 Insert\SpecialChar menuseparator
38472 Formatting\SpecialChar menuseparator
38473 Ragged
38474 \begin_inset space ~
38475 \end_inset
38476
38477 Line
38478 \begin_inset space ~
38479 \end_inset
38480
38481 Break
38482 \family default
38483  (shortcut 
38484 \begin_inset Info
38485 type  "shortcut"
38486 arg   "newline-insert newline"
38487 \end_inset
38488
38489 ) a line break before the word:
38490 \end_layout
38491
38492 \begin_layout Standard
38493 This line is an example to show how you can prevent the hyphenation of 
38494 \begin_inset Newline newline
38495 \end_inset
38496
38497
38498 \begin_inset Box Frameless
38499 position "t"
38500 hor_pos "c"
38501 has_inner_box 1
38502 inner_pos "t"
38503 use_parbox 0
38504 use_makebox 1
38505 width ""
38506 special "none"
38507 height "1in"
38508 height_special "totalheight"
38509 thickness "0.4pt"
38510 separation "3pt"
38511 shadowsize "4pt"
38512 framecolor "black"
38513 backgroundcolor "none"
38514 status open
38515
38516 \begin_layout Plain Layout
38517 \begin_inset Quotes eld
38518 \end_inset
38519
38520 veryverylongword
38521 \begin_inset Quotes erd
38522 \end_inset
38523
38524
38525 \end_layout
38526
38527 \end_inset
38528
38529 .
38530 \end_layout
38531
38532 \begin_layout Subsection
38533 Vertical Alignment
38534 \begin_inset CommandInset label
38535 LatexCommand label
38536 name "subsec:Vertical-Alignment"
38537
38538 \end_inset
38539
38540
38541 \begin_inset Index idx
38542 range none
38543 pageformat default
38544 status collapsed
38545
38546 \begin_layout Plain Layout
38547 Boxes
38548 \begin_inset IndexMacro subentry
38549 status open
38550
38551 \begin_layout Plain Layout
38552 for Vertical Alignment
38553 \end_layout
38554
38555 \end_inset
38556
38557
38558 \end_layout
38559
38560 \end_inset
38561
38562
38563 \begin_inset Index idx
38564 range none
38565 pageformat default
38566 status collapsed
38567
38568 \begin_layout Plain Layout
38569 Boxes
38570 \begin_inset IndexMacro subentry
38571 status open
38572
38573 \begin_layout Plain Layout
38574 Raiseboxes
38575 \end_layout
38576
38577 \end_inset
38578
38579
38580 \end_layout
38581
38582 \end_inset
38583
38584
38585 \end_layout
38586
38587 \begin_layout Standard
38588 With the help of the command 
38589 \series bold
38590
38591 \backslash
38592 raisebox
38593 \series default
38594  you can align words,
38595  characters or other boxes vertically relative to the surrounding text.
38596  
38597 \series bold
38598
38599 \backslash
38600 raisebox
38601 \series default
38602  is used with the following scheme:
38603 \end_layout
38604
38605 \begin_layout Standard
38606
38607 \series bold
38608
38609 \backslash
38610 raisebox{lift}[height][depth]{box content}
38611 \end_layout
38612
38613 \begin_layout Standard
38614 The lift can be a positive value to raise the box or a negative value to lower the box.
38615 \end_layout
38616
38617 \begin_layout Standard
38618 To align for example the word 
38619 \begin_inset Quotes eld
38620 \end_inset
38621
38622 preventing
38623 \begin_inset Quotes erd
38624 \end_inset
38625
38626  so that the bottom of the 
38627 \begin_inset Quotes eld
38628 \end_inset
38629
38630 deepest
38631 \begin_inset Quotes erd
38632 \end_inset
38633
38634  character 
38635 \begin_inset Quotes eld
38636 \end_inset
38637
38638 p
38639 \begin_inset Quotes erd
38640 \end_inset
38641
38642  is at the baseline,
38643  insert the command
38644 \end_layout
38645
38646 \begin_layout Standard
38647
38648 \series bold
38649
38650 \backslash
38651 raisebox{
38652 \backslash
38653 depth}{
38654 \end_layout
38655
38656 \begin_layout Standard
38657 in \SpecialChar TeX
38658  Code before the word.
38659  After the word insert a closing brace 
38660 \begin_inset Quotes eld
38661 \end_inset
38662
38663
38664 \series bold
38665 }
38666 \series default
38667
38668 \begin_inset Quotes erd
38669 \end_inset
38670
38671  in \SpecialChar TeX
38672  Code.
38673 \begin_inset Newline newline
38674 \end_inset
38675
38676 This is the result:
38677 \end_layout
38678
38679 \begin_layout Standard
38680 This is a text line with the word 
38681 \begin_inset ERT
38682 status collapsed
38683
38684 \begin_layout Plain Layout
38685
38686
38687 \backslash
38688 raisebox{
38689 \backslash
38690 depth}{
38691 \end_layout
38692
38693 \end_inset
38694
38695
38696 \begin_inset Quotes eld
38697 \end_inset
38698
38699 preventing
38700 \begin_inset Quotes erd
38701 \end_inset
38702
38703
38704 \begin_inset ERT
38705 status collapsed
38706
38707 \begin_layout Plain Layout
38708
38709 }
38710 \end_layout
38711
38712 \end_inset
38713
38714  as a raised word.
38715 \end_layout
38716
38717 \begin_layout Standard
38718 \begin_inset VSpace bigskip
38719 \end_inset
38720
38721 When you raise or lower characters in a line,
38722  the line distance will be spread:
38723 \end_layout
38724
38725 \begin_layout Standard
38726 This is a text line with the word 
38727 \begin_inset ERT
38728 status collapsed
38729
38730 \begin_layout Plain Layout
38731
38732
38733 \backslash
38734 raisebox{-
38735 \backslash
38736 depth}{
38737 \end_layout
38738
38739 \end_inset
38740
38741
38742 \begin_inset Quotes eld
38743 \end_inset
38744
38745 preventing
38746 \begin_inset Quotes erd
38747 \end_inset
38748
38749
38750 \begin_inset ERT
38751 status collapsed
38752
38753 \begin_layout Plain Layout
38754
38755 }
38756 \end_layout
38757
38758 \end_inset
38759
38760  as a lowered word.
38761 \begin_inset Newline newline
38762 \end_inset
38763
38764 This is a text line with the word 
38765 \begin_inset ERT
38766 status collapsed
38767
38768 \begin_layout Plain Layout
38769
38770
38771 \backslash
38772 raisebox{0.5cm}{
38773 \end_layout
38774
38775 \end_inset
38776
38777
38778 \begin_inset Quotes eld
38779 \end_inset
38780
38781 testing
38782 \begin_inset Quotes erd
38783 \end_inset
38784
38785
38786 \begin_inset ERT
38787 status collapsed
38788
38789 \begin_layout Plain Layout
38790
38791 }
38792 \end_layout
38793
38794 \end_inset
38795
38796  as a raised word.
38797 \end_layout
38798
38799 \begin_layout Standard
38800 If you want to prevent this for a certain reason,
38801  set the box height to a zero value.
38802  For example use
38803 \end_layout
38804
38805 \begin_layout Standard
38806
38807 \series bold
38808
38809 \backslash
38810 raisebox{-
38811 \backslash
38812 depth}[0pt]{
38813 \end_layout
38814
38815 \begin_layout Standard
38816 This is a text line with the word 
38817 \begin_inset ERT
38818 status collapsed
38819
38820 \begin_layout Plain Layout
38821
38822
38823 \backslash
38824 raisebox{-
38825 \backslash
38826 depth}[0pt]{
38827 \end_layout
38828
38829 \end_inset
38830
38831
38832 \begin_inset Quotes eld
38833 \end_inset
38834
38835 preventing
38836 \begin_inset Quotes erd
38837 \end_inset
38838
38839
38840 \begin_inset ERT
38841 status collapsed
38842
38843 \begin_layout Plain Layout
38844
38845 }
38846 \end_layout
38847
38848 \end_inset
38849
38850  as a lowered word.
38851 \begin_inset Newline newline
38852 \end_inset
38853
38854
38855 \begin_inset Newline newline
38856 \end_inset
38857
38858 This is a text line with the word 
38859 \begin_inset ERT
38860 status collapsed
38861
38862 \begin_layout Plain Layout
38863
38864
38865 \backslash
38866 raisebox{0.5cm}[0pt]{
38867 \end_layout
38868
38869 \end_inset
38870
38871
38872 \begin_inset Quotes eld
38873 \end_inset
38874
38875 testing
38876 \begin_inset Quotes erd
38877 \end_inset
38878
38879
38880 \begin_inset ERT
38881 status collapsed
38882
38883 \begin_layout Plain Layout
38884
38885 }
38886 \end_layout
38887
38888 \end_inset
38889
38890  as a raised word.
38891 \end_layout
38892
38893 \begin_layout Section
38894 Colored Boxes
38895 \begin_inset CommandInset label
38896 LatexCommand label
38897 name "sec:Colored-Boxes"
38898
38899 \end_inset
38900
38901
38902 \begin_inset Index idx
38903 range none
38904 pageformat default
38905 status collapsed
38906
38907 \begin_layout Plain Layout
38908 Boxes
38909 \begin_inset IndexMacro subentry
38910 status open
38911
38912 \begin_layout Plain Layout
38913 Color
38914 \end_layout
38915
38916 \end_inset
38917
38918
38919 \end_layout
38920
38921 \end_inset
38922
38923
38924 \end_layout
38925
38926 \begin_layout Standard
38927 To color the background of a box just select the color you like in the box dialog.
38928  This is for example a box with orange background:
38929  
38930 \begin_inset Box Frameless
38931 position "t"
38932 hor_pos "c"
38933 has_inner_box 1
38934 inner_pos "t"
38935 use_parbox 0
38936 use_makebox 1
38937 width ""
38938 special "none"
38939 height "1in"
38940 height_special "totalheight"
38941 thickness "0.4pt"
38942 separation "3pt"
38943 shadowsize "4pt"
38944 framecolor "black"
38945 backgroundcolor "orange"
38946 status open
38947
38948 \begin_layout Plain Layout
38949 Box with orange background
38950 \end_layout
38951
38952 \end_inset
38953
38954
38955 \end_layout
38956
38957 \begin_layout Standard
38958 If you use the decoration 
38959 \family sans
38960 Simple
38961 \begin_inset space ~
38962 \end_inset
38963
38964 rectangular
38965 \begin_inset space ~
38966 \end_inset
38967
38968 frame
38969 \family default
38970  you can set a frame color.
38971  In this case you must also specify a background color (LyX sets white as default).
38972  Here is an example:
38973  
38974 \begin_inset Box Boxed
38975 position "t"
38976 hor_pos "c"
38977 has_inner_box 0
38978 inner_pos "t"
38979 use_parbox 0
38980 use_makebox 0
38981 width ""
38982 special "none"
38983 height "1in"
38984 height_special "totalheight"
38985 thickness "0.4pt"
38986 separation "3pt"
38987 shadowsize "4pt"
38988 framecolor "teal"
38989 backgroundcolor "yellow"
38990 status open
38991
38992 \begin_layout Plain Layout
38993 Box with teal frame color and yellow background color
38994 \end_layout
38995
38996 \end_inset
38997
38998
38999 \end_layout
39000
39001 \begin_layout Standard
39002 \begin_inset VSpace bigskip
39003 \end_inset
39004
39005 Of course you can also have colored text inside a colored box:
39006 \begin_inset Newline newline
39007 \end_inset
39008
39009
39010 \begin_inset Box Boxed
39011 position "t"
39012 hor_pos "c"
39013 has_inner_box 0
39014 inner_pos "t"
39015 use_parbox 0
39016 use_makebox 0
39017 width ""
39018 special "none"
39019 height "1in"
39020 height_special "totalheight"
39021 thickness "0.4pt"
39022 separation "3pt"
39023 shadowsize "4pt"
39024 framecolor "cyan"
39025 backgroundcolor "magenta"
39026 status open
39027
39028 \begin_layout Plain Layout
39029
39030 \color yellow
39031 This is colored text within a colored,
39032  framed box
39033 \end_layout
39034
39035 \end_inset
39036
39037
39038 \end_layout
39039
39040 \begin_layout Standard
39041 \begin_inset VSpace bigskip
39042 \end_inset
39043
39044
39045 \end_layout
39046
39047 \begin_layout Standard
39048 If you need another color than the predefined ones,
39049  you can define your own color as described in section
39050 \begin_inset space ~
39051 \end_inset
39052
39053
39054 \begin_inset CommandInset ref
39055 LatexCommand ref
39056 reference "sec:Colored-Tables"
39057 nolink "false"
39058
39059 \end_inset
39060
39061 .
39062  To use your own color you must typeset the box by using TeX code:
39063 \end_layout
39064
39065 \begin_layout Standard
39066 Colored boxes without frame are created with the command 
39067 \series bold
39068
39069 \backslash
39070 colorbox
39071 \series default
39072 .
39073  It has the following scheme:
39074 \end_layout
39075
39076 \begin_layout Standard
39077
39078 \series bold
39079
39080 \backslash
39081 colorbox{color}{box content}
39082 \end_layout
39083
39084 \begin_layout Standard
39085 The box content can also be a box and colored boxes can also be within other boxes.
39086  To have e.
39087 \begin_inset space \thinspace{}
39088 \end_inset
39089
39090 g.
39091 \begin_inset space \space{}
39092 \end_inset
39093
39094 a darkgreen background for a word,
39095  insert the command
39096 \end_layout
39097
39098 \begin_layout Standard
39099
39100 \series bold
39101
39102 \backslash
39103 colorbox{darkgreen}{
39104 \end_layout
39105
39106 \begin_layout Standard
39107 before the word in \SpecialChar TeX
39108  Code.
39109  After the word insert a closing brace 
39110 \begin_inset Quotes eld
39111 \end_inset
39112
39113
39114 \series bold
39115 }
39116 \series default
39117
39118 \begin_inset Quotes erd
39119 \end_inset
39120
39121  in \SpecialChar TeX
39122  Code.
39123 \begin_inset Newline newline
39124 \end_inset
39125
39126 This is the result:
39127 \end_layout
39128
39129 \begin_layout Standard
39130 This is a line where the word 
39131 \begin_inset ERT
39132 status collapsed
39133
39134 \begin_layout Plain Layout
39135
39136
39137 \backslash
39138 colorbox{darkgreen}{
39139 \end_layout
39140
39141 \end_inset
39142
39143
39144 \begin_inset Quotes eld
39145 \end_inset
39146
39147 Attention!
39148 \begin_inset Quotes erd
39149 \end_inset
39150
39151
39152 \begin_inset ERT
39153 status collapsed
39154
39155 \begin_layout Plain Layout
39156
39157 }
39158 \end_layout
39159
39160 \end_inset
39161
39162  has a darkgreen background.
39163 \end_layout
39164
39165 \begin_layout Standard
39166 Framed,
39167  colored boxes are created with the command 
39168 \series bold
39169
39170 \backslash
39171 fcolorbox
39172 \series default
39173 .
39174  It has the following scheme:
39175 \end_layout
39176
39177 \begin_layout Standard
39178
39179 \series bold
39180
39181 \backslash
39182 fcolorbox{frame color}{box color}{box content}
39183 \end_layout
39184
39185 \begin_layout Section
39186 Rotated and Scaled Boxes
39187 \end_layout
39188
39189 \begin_layout Standard
39190 To use the boxes described in this section,
39191  the module 
39192 \family sans
39193 GraphicBoxes
39194 \family default
39195  must be loaded in the document settings.
39196 \end_layout
39197
39198 \begin_layout Standard
39199 \begin_inset Note Greyedout
39200 status open
39201
39202 \begin_layout Plain Layout
39203
39204 \series bold
39205 Note:
39206
39207 \series default
39208  Not all DVI viewers are able to display rotated or scaled material.
39209 \end_layout
39210
39211 \end_inset
39212
39213
39214 \end_layout
39215
39216 \begin_layout Standard
39217 \begin_inset Note Greyedout
39218 status open
39219
39220 \begin_layout Plain Layout
39221
39222 \series bold
39223 Note:
39224
39225 \series default
39226  Floats are not allowed inside a rotated or scaled box.
39227 \end_layout
39228
39229 \end_inset
39230
39231
39232 \end_layout
39233
39234 \begin_layout Subsection
39235 Rotated Boxes
39236 \begin_inset Index idx
39237 range none
39238 pageformat default
39239 status collapsed
39240
39241 \begin_layout Plain Layout
39242 Boxes
39243 \begin_inset IndexMacro subentry
39244 status open
39245
39246 \begin_layout Plain Layout
39247 rotated
39248 \end_layout
39249
39250 \end_inset
39251
39252
39253 \end_layout
39254
39255 \end_inset
39256
39257
39258 \begin_inset Index idx
39259 range none
39260 pageformat default
39261 status collapsed
39262
39263 \begin_layout Plain Layout
39264 Rotated Material
39265 \end_layout
39266
39267 \end_inset
39268
39269
39270 \end_layout
39271
39272 \begin_layout Standard
39273 To rotate material,
39274  you can put it into a 
39275 \family sans
39276 Rotatebox
39277 \family default
39278 .
39279  Such a box is inserted via the menu 
39280 \family sans
39281 Insert\SpecialChar menuseparator
39282 Custom Insets\SpecialChar menuseparator
39283 Rotatebox
39284 \family default
39285 .
39286 \end_layout
39287
39288 \begin_layout Standard
39289 The rotation origin can be specified via the inset 
39290 \family sans
39291 Origin
39292 \family default
39293  (menu 
39294 \family sans
39295 Insert\SpecialChar menuseparator
39296 Origin
39297 \family default
39298 ) in the form 
39299 \series bold
39300 origin=position
39301 \series default
39302 .
39303  The following positions are possible:
39304  
39305 \emph on
39306 c
39307 \emph default
39308  (center),
39309  
39310 \emph on
39311 l
39312 \emph default
39313  (left),
39314  
39315 \emph on
39316 r
39317 \emph default
39318  (right),
39319  
39320 \emph on
39321 b
39322 \emph default
39323  (bottom),
39324  
39325 \emph on
39326 t
39327 \emph default
39328  (top),
39329  along with meaningful combinations of the four base positions.
39330  For example 
39331 \emph on
39332 lt
39333 \emph default
39334  means that the rotation origin is at the top left corner of the box.
39335  When no rotation origin is specified,
39336  the position 
39337 \emph on
39338 l
39339 \emph default
39340  will be used.
39341  The rotation angle is a number that can be negative that specifies the angle in degrees.
39342  The rotation direction is counterclockwise.
39343 \end_layout
39344
39345 \begin_layout Standard
39346 In the following example 
39347 \series bold
39348 origin=c
39349 \series default
39350  was inserted to the 
39351 \family sans
39352 Origin
39353 \family default
39354  inset and 
39355 \series bold
39356 60
39357 \series default
39358  was inserted to the 
39359 \family sans
39360 Angle
39361 \family default
39362  inset.
39363 \end_layout
39364
39365 \begin_layout Standard
39366 This is a line 
39367 \begin_inset Flex Rotatebox
39368 status open
39369
39370 \begin_layout Plain Layout
39371 \begin_inset Argument 1
39372 status open
39373
39374 \begin_layout Plain Layout
39375 origin=c
39376 \end_layout
39377
39378 \end_inset
39379
39380
39381 \begin_inset Argument 2
39382 status open
39383
39384 \begin_layout Plain Layout
39385 60
39386 \end_layout
39387
39388 \end_inset
39389
39390 with rotated
39391 \end_layout
39392
39393 \end_inset
39394
39395  text.
39396 \end_layout
39397
39398 \begin_layout Standard
39399 The box content can also be another box or an inline formula:
39400 \end_layout
39401
39402 \begin_layout Standard
39403 This is a line 
39404 \begin_inset Flex Rotatebox
39405 status open
39406
39407 \begin_layout Plain Layout
39408 \begin_inset Argument 1
39409 status open
39410
39411 \begin_layout Plain Layout
39412 origin=r
39413 \end_layout
39414
39415 \end_inset
39416
39417
39418 \begin_inset Argument 2
39419 status open
39420
39421 \begin_layout Plain Layout
39422 -60
39423 \end_layout
39424
39425 \end_inset
39426
39427
39428 \begin_inset Box Doublebox
39429 position "c"
39430 hor_pos "c"
39431 has_inner_box 0
39432 inner_pos "c"
39433 use_parbox 0
39434 use_makebox 0
39435 width "1in"
39436 special "width"
39437 height "1in"
39438 height_special "totalheight"
39439 thickness "0.4pt"
39440 separation "3pt"
39441 shadowsize "4pt"
39442 framecolor "black"
39443 backgroundcolor "none"
39444 status collapsed
39445
39446 \begin_layout Plain Layout
39447 with rotated
39448 \end_layout
39449
39450 \end_inset
39451
39452
39453 \end_layout
39454
39455 \end_inset
39456
39457  framed text 
39458 \begin_inset Flex Rotatebox
39459 status open
39460
39461 \begin_layout Plain Layout
39462 \begin_inset Argument 1
39463 status open
39464
39465 \begin_layout Plain Layout
39466 origin=lb
39467 \end_layout
39468
39469 \end_inset
39470
39471
39472 \begin_inset Argument 2
39473 status open
39474
39475 \begin_layout Plain Layout
39476 60
39477 \end_layout
39478
39479 \end_inset
39480
39481
39482 \begin_inset Formula $\int A\,\mathrm{d}x=B$
39483 \end_inset
39484
39485
39486 \end_layout
39487
39488 \end_inset
39489
39490  and a formula.
39491 \end_layout
39492
39493 \begin_layout Standard
39494 or an image or table:
39495 \end_layout
39496
39497 \begin_layout Standard
39498 This is a line 
39499 \begin_inset Flex Rotatebox
39500 status open
39501
39502 \begin_layout Plain Layout
39503 \begin_inset Argument 1
39504 status open
39505
39506 \begin_layout Plain Layout
39507 origin=lb
39508 \end_layout
39509
39510 \end_inset
39511
39512
39513 \begin_inset Argument 2
39514 status open
39515
39516 \begin_layout Plain Layout
39517 90
39518 \end_layout
39519
39520 \end_inset
39521
39522
39523 \begin_inset Graphics
39524         filename clipart/Star-structure.pdf
39525         lyxscale 50
39526         width 25col%
39527
39528 \end_inset
39529
39530
39531 \end_layout
39532
39533 \end_inset
39534
39535  with a rotated image 
39536 \begin_inset Flex Rotatebox
39537 status open
39538
39539 \begin_layout Plain Layout
39540 \begin_inset Argument 2
39541 status open
39542
39543 \begin_layout Plain Layout
39544 -90
39545 \end_layout
39546
39547 \end_inset
39548
39549
39550 \begin_inset Tabular
39551 <lyxtabular version="3" rows="2" columns="2">
39552 <features tabularvalignment="middle">
39553 <column alignment="center" valignment="top">
39554 <column alignment="center" valignment="top">
39555 <row>
39556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39557 \begin_inset Text
39558
39559 \begin_layout Plain Layout
39560 q
39561 \end_layout
39562
39563 \end_inset
39564 </cell>
39565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39566 \begin_inset Text
39567
39568 \begin_layout Plain Layout
39569 w
39570 \end_layout
39571
39572 \end_inset
39573 </cell>
39574 </row>
39575 <row>
39576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39577 \begin_inset Text
39578
39579 \begin_layout Plain Layout
39580 e
39581 \end_layout
39582
39583 \end_inset
39584 </cell>
39585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39586 \begin_inset Text
39587
39588 \begin_layout Plain Layout
39589 r
39590 \end_layout
39591
39592 \end_inset
39593 </cell>
39594 </row>
39595 </lyxtabular>
39596
39597 \end_inset
39598
39599
39600 \end_layout
39601
39602 \end_inset
39603
39604  and table.
39605 \begin_inset Index idx
39606 range none
39607 pageformat default
39608 status collapsed
39609
39610 \begin_layout Plain Layout
39611 Figures
39612 \begin_inset IndexMacro subentry
39613 status open
39614
39615 \begin_layout Plain Layout
39616 rotated
39617 \end_layout
39618
39619 \end_inset
39620
39621
39622 \end_layout
39623
39624 \end_inset
39625
39626
39627 \begin_inset Index idx
39628 range none
39629 pageformat default
39630 status collapsed
39631
39632 \begin_layout Plain Layout
39633 Table Customization
39634 \begin_inset IndexMacro subentry
39635 status open
39636
39637 \begin_layout Plain Layout
39638 Rotating
39639 \end_layout
39640
39641 \end_inset
39642
39643
39644 \end_layout
39645
39646 \end_inset
39647
39648
39649 \end_layout
39650
39651 \begin_layout Standard
39652 \begin_inset Note Greyedout
39653 status open
39654
39655 \begin_layout Plain Layout
39656
39657 \series bold
39658 Note:
39659
39660 \series default
39661  If the 
39662 \family sans
39663 Angle
39664 \family default
39665  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
39666  errors when viewing/exporting the document.
39667 \end_layout
39668
39669 \end_inset
39670
39671
39672 \end_layout
39673
39674 \begin_layout Subsection
39675 Scaled Boxes
39676 \begin_inset Index idx
39677 range none
39678 pageformat default
39679 status collapsed
39680
39681 \begin_layout Plain Layout
39682 Boxes
39683 \begin_inset IndexMacro subentry
39684 status open
39685
39686 \begin_layout Plain Layout
39687 scaled
39688 \end_layout
39689
39690 \end_inset
39691
39692
39693 \end_layout
39694
39695 \end_inset
39696
39697
39698 \begin_inset Index idx
39699 range none
39700 pageformat default
39701 status collapsed
39702
39703 \begin_layout Plain Layout
39704 Scaled Material
39705 \end_layout
39706
39707 \end_inset
39708
39709
39710 \end_layout
39711
39712 \begin_layout Standard
39713 To scale material put it into a 
39714 \family sans
39715 Scalebox
39716 \family default
39717 .
39718  Such a box is inserted via the menu 
39719 \family sans
39720 Insert\SpecialChar menuseparator
39721 Custom Insets\SpecialChar menuseparator
39722 Scalebox
39723 \family default
39724 .
39725 \end_layout
39726
39727 \begin_layout Standard
39728 The 
39729 \family sans
39730 Scalebox
39731 \family default
39732  inset has the mandatory inset 
39733 \family sans
39734 H-Factor
39735 \family default
39736  and the optional inset 
39737 \family sans
39738 V-Factor
39739 \family default
39740  (inserted via the menu 
39741 \family sans
39742 Insert\SpecialChar menuseparator
39743 V-Factor)
39744 \family default
39745 .
39746  Input there the horizontal and vertical scale factor,
39747  respectively.
39748  If no 
39749 \family sans
39750 V-Factor
39751 \family default
39752  inset is used,
39753  the horizontal factor will also be used as the vertical one.
39754 \end_layout
39755
39756 \begin_layout Standard
39757 To get for example the double text size,
39758  compared to the document text size,
39759  insert 
39760 \series bold
39761 2
39762 \series default
39763  into the 
39764 \family sans
39765 H-Factor
39766 \family default
39767  inset.
39768  An example:
39769  
39770 \begin_inset Flex Scalebox
39771 status open
39772
39773 \begin_layout Plain Layout
39774 \begin_inset Argument 1
39775 status open
39776
39777 \begin_layout Plain Layout
39778 2
39779 \end_layout
39780
39781 \end_inset
39782
39783 Hello
39784 \end_layout
39785
39786 \end_inset
39787
39788
39789 \end_layout
39790
39791 \begin_layout Standard
39792
39793 \series bold
39794 2
39795 \series default
39796  as 
39797 \family sans
39798 H-Factor
39799 \family default
39800  and 
39801 \series bold
39802 1
39803 \series default
39804  as 
39805 \family sans
39806 V-Factor
39807 \family default
39808  distorts the 
39809 \begin_inset Flex Scalebox
39810 status open
39811
39812 \begin_layout Plain Layout
39813 \begin_inset Argument 1
39814 status open
39815
39816 \begin_layout Plain Layout
39817 2
39818 \end_layout
39819
39820 \end_inset
39821
39822
39823 \begin_inset Argument 2
39824 status open
39825
39826 \begin_layout Plain Layout
39827 1
39828 \end_layout
39829
39830 \end_inset
39831
39832 Hello
39833 \end_layout
39834
39835 \end_inset
39836
39837 .
39838 \end_layout
39839
39840 \begin_layout Standard
39841 If the scaling factor is negative,
39842  the box content will be mirrored.
39843  Therefore 
39844 \series bold
39845 -1
39846 \series default
39847  as 
39848 \family sans
39849 H-Factor
39850 \family default
39851  and 
39852 \series bold
39853 1
39854 \series default
39855  as 
39856 \family sans
39857 V-Factor
39858 \family default
39859  can be used to create mirror writing:
39860  
39861 \begin_inset Flex Scalebox
39862 status open
39863
39864 \begin_layout Plain Layout
39865 \begin_inset Argument 1
39866 status open
39867
39868 \begin_layout Plain Layout
39869 -1
39870 \end_layout
39871
39872 \end_inset
39873
39874
39875 \begin_inset Argument 2
39876 status open
39877
39878 \begin_layout Plain Layout
39879 1
39880 \end_layout
39881
39882 \end_inset
39883
39884 Hello
39885 \end_layout
39886
39887 \end_inset
39888
39889
39890 \end_layout
39891
39892 \begin_layout Standard
39893
39894 \series bold
39895 1
39896 \series default
39897  as 
39898 \family sans
39899 H-Factor
39900 \family default
39901  and 
39902 \series bold
39903 -1
39904 \series default
39905  as 
39906 \family sans
39907 V-Factor
39908 \family default
39909  reflects the 
39910 \begin_inset Flex Scalebox
39911 status open
39912
39913 \begin_layout Plain Layout
39914 \begin_inset Argument 1
39915 status open
39916
39917 \begin_layout Plain Layout
39918 1
39919 \end_layout
39920
39921 \end_inset
39922
39923
39924 \begin_inset Argument 2
39925 status open
39926
39927 \begin_layout Plain Layout
39928 -1
39929 \end_layout
39930
39931 \end_inset
39932
39933 Hello
39934 \end_layout
39935
39936 \end_inset
39937
39938  at the base line.
39939 \end_layout
39940
39941 \begin_layout Standard
39942 The 
39943 \family sans
39944 Reflectbox
39945 \family default
39946  (menu 
39947 \family sans
39948 Insert\SpecialChar menuseparator
39949 Custom Insets\SpecialChar menuseparator
39950 Reflectbox
39951 \family default
39952 ) is equivalent to 
39953 \series bold
39954 -1
39955 \series default
39956  as 
39957 \family sans
39958 H-Factor
39959 \family default
39960  and 
39961 \series bold
39962 1
39963 \series default
39964  as 
39965 \family sans
39966 V-Factor 
39967 \family default
39968 for a 
39969 \family sans
39970 Scalebox
39971 \family default
39972 .
39973 \end_layout
39974
39975 \begin_layout Standard
39976 \begin_inset Note Greyedout
39977 status open
39978
39979 \begin_layout Plain Layout
39980
39981 \series bold
39982 Note:
39983
39984 \series default
39985  If the 
39986 \family sans
39987 H-Factor
39988 \family default
39989  inset is empty or contains other characters than numbers you will get LaTeX errors when viewing/exporting the document.
39990 \end_layout
39991
39992 \end_inset
39993
39994
39995 \end_layout
39996
39997 \begin_layout Standard
39998 \begin_inset VSpace bigskip
39999 \end_inset
40000
40001 The 
40002 \family sans
40003 Resizebox
40004 \family default
40005  (menu 
40006 \family sans
40007 Insert\SpecialChar menuseparator
40008 Custom Insets\SpecialChar menuseparator
40009 Resizebox
40010 \family default
40011 ) is used to scale the content to a defined width and height.
40012  The 
40013 \family sans
40014 Resizebox
40015 \family default
40016  inset has the mandatory inset 
40017 \family sans
40018 Width
40019 \family default
40020  and the optional inset 
40021 \family sans
40022 Height
40023 \family default
40024  (inserted via the menu 
40025 \family sans
40026 Insert\SpecialChar menuseparator
40027 Height)
40028 \family default
40029 .
40030  Input there the width and height,
40031  respectively,
40032  as value with a unit.
40033  
40034 \begin_inset CommandInset ref
40035 LatexCommand ref
40036 reference "tab:Units"
40037 nolink "false"
40038
40039 \end_inset
40040
40041  lists the possible units.
40042  If there is an exclamation mark 
40043 \series bold
40044 !
40045
40046 \series default
40047  in one of the two insets,
40048  the size is set so that the aspect ratio of the box content is kept.
40049  If no 
40050 \family sans
40051 Height
40052 \family default
40053  inset is used an exclamation mark will internally be used for the height.
40054 \end_layout
40055
40056 \begin_layout Standard
40057
40058 \series bold
40059 2cm
40060 \series default
40061  as 
40062 \family sans
40063 Width
40064 \family default
40065  and 
40066 \series bold
40067 1cm
40068 \series default
40069  as 
40070 \family sans
40071 Height
40072 \family default
40073  produces:
40074  
40075 \begin_inset Flex Resizebox
40076 status open
40077
40078 \begin_layout Plain Layout
40079 \begin_inset Argument 1
40080 status open
40081
40082 \begin_layout Plain Layout
40083 2cm
40084 \end_layout
40085
40086 \end_inset
40087
40088
40089 \begin_inset Argument 2
40090 status open
40091
40092 \begin_layout Plain Layout
40093 1cm
40094 \end_layout
40095
40096 \end_inset
40097
40098 Hello
40099 \end_layout
40100
40101 \end_inset
40102
40103
40104 \begin_inset Newline newline
40105 \end_inset
40106
40107
40108 \series bold
40109 2cm
40110 \series default
40111  as 
40112 \family sans
40113 Width
40114 \family default
40115  and 
40116 \series bold
40117 !
40118
40119 \series default
40120  as 
40121 \family sans
40122 Height
40123 \family default
40124  (or no 
40125 \family sans
40126 Height
40127 \family default
40128 ) produces:
40129  
40130 \begin_inset Flex Resizebox
40131 status open
40132
40133 \begin_layout Plain Layout
40134 \begin_inset Argument 1
40135 status open
40136
40137 \begin_layout Plain Layout
40138 2cm
40139 \end_layout
40140
40141 \end_inset
40142
40143
40144 \begin_inset Argument 2
40145 status open
40146
40147 \begin_layout Plain Layout
40148 !
40149 \end_layout
40150
40151 \end_inset
40152
40153 Hello
40154 \end_layout
40155
40156 \end_inset
40157
40158
40159 \end_layout
40160
40161 \begin_layout Standard
40162 \begin_inset Note Greyedout
40163 status open
40164
40165 \begin_layout Plain Layout
40166
40167 \series bold
40168 Note:
40169
40170 \series default
40171  If the 
40172 \family sans
40173 Width
40174 \family default
40175  inset is empty or contains an invalid unit you will get LaTeX errors when viewing/exporting the document.
40176 \end_layout
40177
40178 \end_inset
40179
40180
40181 \end_layout
40182
40183 \begin_layout Standard
40184 \begin_inset VSpace bigskip
40185 \end_inset
40186
40187
40188 \end_layout
40189
40190 \begin_layout Standard
40191 The boxes can be combined in any order.
40192  As example a 
40193 \family sans
40194 Reflectbox
40195 \family default
40196  inside a 
40197 \family sans
40198 Resizebox
40199 \family default
40200  which is in turn inside a 
40201 \family sans
40202 Rotatebox
40203 \family default
40204 :
40205 \end_layout
40206
40207 \begin_layout Standard
40208 \noindent
40209 \align center
40210 \begin_inset Flex Rotatebox
40211 status open
40212
40213 \begin_layout Plain Layout
40214 \begin_inset Argument 1
40215 status open
40216
40217 \begin_layout Plain Layout
40218 origin=c
40219 \end_layout
40220
40221 \end_inset
40222
40223
40224 \begin_inset Argument 2
40225 status open
40226
40227 \begin_layout Plain Layout
40228 -45
40229 \end_layout
40230
40231 \end_inset
40232
40233
40234 \begin_inset Flex Resizebox
40235 status open
40236
40237 \begin_layout Plain Layout
40238 \begin_inset Argument 1
40239 status open
40240
40241 \begin_layout Plain Layout
40242 2cm
40243 \end_layout
40244
40245 \end_inset
40246
40247
40248 \begin_inset Flex Reflectbox
40249 status open
40250
40251 \begin_layout Plain Layout
40252 Hello
40253 \end_layout
40254
40255 \end_inset
40256
40257
40258 \end_layout
40259
40260 \end_inset
40261
40262
40263 \end_layout
40264
40265 \end_inset
40266
40267
40268 \end_layout
40269
40270 \begin_layout Standard
40271 \noindent
40272 Images,
40273  tables,
40274  and inline formulas are allowed as box content:
40275 \end_layout
40276
40277 \begin_layout Standard
40278 \noindent
40279 \align center
40280 \begin_inset Flex Resizebox
40281 status open
40282
40283 \begin_layout Plain Layout
40284 \begin_inset Argument 1
40285 status open
40286
40287 \begin_layout Plain Layout
40288 2cm
40289 \end_layout
40290
40291 \end_inset
40292
40293
40294 \begin_inset Flex Reflectbox
40295 status open
40296
40297 \begin_layout Plain Layout
40298 \begin_inset Graphics
40299         filename clipart/Star-structure.pdf
40300         lyxscale 50
40301         width 25col%
40302
40303 \end_inset
40304
40305
40306 \end_layout
40307
40308 \end_inset
40309
40310
40311 \end_layout
40312
40313 \end_inset
40314
40315  
40316 \begin_inset Flex Resizebox
40317 status open
40318
40319 \begin_layout Plain Layout
40320 \begin_inset Argument 1
40321 status open
40322
40323 \begin_layout Plain Layout
40324 2cm
40325 \end_layout
40326
40327 \end_inset
40328
40329
40330 \begin_inset Flex Reflectbox
40331 status open
40332
40333 \begin_layout Plain Layout
40334 \begin_inset Tabular
40335 <lyxtabular version="3" rows="2" columns="2">
40336 <features tabularvalignment="middle">
40337 <column alignment="center" valignment="top">
40338 <column alignment="center" valignment="top">
40339 <row>
40340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40341 \begin_inset Text
40342
40343 \begin_layout Plain Layout
40344 q
40345 \end_layout
40346
40347 \end_inset
40348 </cell>
40349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40350 \begin_inset Text
40351
40352 \begin_layout Plain Layout
40353 w
40354 \end_layout
40355
40356 \end_inset
40357 </cell>
40358 </row>
40359 <row>
40360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40361 \begin_inset Text
40362
40363 \begin_layout Plain Layout
40364 e
40365 \end_layout
40366
40367 \end_inset
40368 </cell>
40369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40370 \begin_inset Text
40371
40372 \begin_layout Plain Layout
40373 r
40374 \end_layout
40375
40376 \end_inset
40377 </cell>
40378 </row>
40379 </lyxtabular>
40380
40381 \end_inset
40382
40383
40384 \end_layout
40385
40386 \end_inset
40387
40388
40389 \end_layout
40390
40391 \end_inset
40392
40393  
40394 \begin_inset Flex Resizebox
40395 status open
40396
40397 \begin_layout Plain Layout
40398 \begin_inset Argument 1
40399 status open
40400
40401 \begin_layout Plain Layout
40402 3cm
40403 \end_layout
40404
40405 \end_inset
40406
40407
40408 \begin_inset Flex Reflectbox
40409 status open
40410
40411 \begin_layout Plain Layout
40412 \begin_inset Formula $\int A\,\mathrm{d}x=B$
40413 \end_inset
40414
40415
40416 \end_layout
40417
40418 \end_inset
40419
40420
40421 \end_layout
40422
40423 \end_inset
40424
40425
40426 \begin_inset Index idx
40427 range none
40428 pageformat default
40429 status collapsed
40430
40431 \begin_layout Plain Layout
40432 Figures
40433 \begin_inset IndexMacro subentry
40434 status open
40435
40436 \begin_layout Plain Layout
40437 scaled
40438 \end_layout
40439
40440 \end_inset
40441
40442
40443 \end_layout
40444
40445 \end_inset
40446
40447
40448 \begin_inset Index idx
40449 range none
40450 pageformat default
40451 status collapsed
40452
40453 \begin_layout Plain Layout
40454 Table Customization
40455 \begin_inset IndexMacro subentry
40456 status open
40457
40458 \begin_layout Plain Layout
40459 Scaling
40460 \end_layout
40461
40462 \end_inset
40463
40464
40465 \end_layout
40466
40467 \end_inset
40468
40469
40470 \end_layout
40471
40472 \begin_layout Standard
40473 When the global formula style 
40474 \series bold
40475 fleqn
40476 \series default
40477  is used in the document
40478 \begin_inset Foot
40479 status collapsed
40480
40481 \begin_layout Plain Layout
40482 When 
40483 \begin_inset Quotes eld
40484 \end_inset
40485
40486 fleqn
40487 \begin_inset Quotes erd
40488 \end_inset
40489
40490  is added to the document class options.
40491 \end_layout
40492
40493 \end_inset
40494
40495 ,
40496  display style formulas can also be scaled.
40497 \end_layout
40498
40499 \begin_layout Chapter
40500 Objects Surrounded by Text
40501 \begin_inset Index idx
40502 range none
40503 pageformat default
40504 status collapsed
40505
40506 \begin_layout Plain Layout
40507 Surrounded by text
40508 \end_layout
40509
40510 \end_inset
40511
40512
40513 \end_layout
40514
40515 \begin_layout Section
40516 Wrap Floats
40517 \begin_inset CommandInset label
40518 LatexCommand label
40519 name "sec:Wrap-Floats"
40520
40521 \end_inset
40522
40523
40524 \begin_inset Index idx
40525 range none
40526 pageformat default
40527 status collapsed
40528
40529 \begin_layout Plain Layout
40530 Floats
40531 \begin_inset IndexMacro subentry
40532 status open
40533
40534 \begin_layout Plain Layout
40535 Wrap Floats
40536 \end_layout
40537
40538 \end_inset
40539
40540
40541 \end_layout
40542
40543 \end_inset
40544
40545
40546 \begin_inset Index idx
40547 range none
40548 pageformat default
40549 status collapsed
40550
40551 \begin_layout Plain Layout
40552 Surrounded by text
40553 \begin_inset IndexMacro subentry
40554 status open
40555
40556 \begin_layout Plain Layout
40557 Wrap Floats
40558 \end_layout
40559
40560 \end_inset
40561
40562
40563 \end_layout
40564
40565 \end_inset
40566
40567
40568 \end_layout
40569
40570 \begin_layout Standard
40571 \begin_inset Wrap figure
40572 lines 0
40573 placement l
40574 overhang 1cm
40575 width "40col%"
40576 status open
40577
40578 \begin_layout Plain Layout
40579 \begin_inset Graphics
40580         filename clipart/2D-intensity-plot.pdf
40581         width 40col%
40582         scaleBeforeRotation
40583         rotateOrigin center
40584
40585 \end_inset
40586
40587
40588 \end_layout
40589
40590 \begin_layout Plain Layout
40591 \begin_inset Caption Standard
40592
40593 \begin_layout Plain Layout
40594 \begin_inset CommandInset label
40595 LatexCommand label
40596 name "fig:This-is-a"
40597
40598 \end_inset
40599
40600 This is a 
40601 \change_deleted 274215730 1669306080
40602 figure wrap
40603 \change_inserted 274215730 1669306089
40604 wrapped figure
40605 \change_unchanged
40606  float.
40607 \end_layout
40608
40609 \end_inset
40610
40611
40612 \end_layout
40613
40614 \end_inset
40615
40616  This float type is used if you want to wrap text around a figure or table so that it only occupies some fraction of the column width.
40617  It can be inserted using the menu 
40618 \family sans
40619 Insert\SpecialChar menuseparator
40620 Floats\SpecialChar menuseparator
40621
40622 \change_inserted 274215730 1669306057
40623 Wrapped
40624 \begin_inset space ~
40625 \end_inset
40626
40627 Figure
40628 \change_deleted 274215730 1669306060
40629 Figure
40630 \begin_inset space ~
40631 \end_inset
40632
40633 Wrap
40634 \begin_inset space ~
40635 \end_inset
40636
40637 Float
40638 \change_unchanged
40639
40640 \family default
40641  or 
40642 \change_deleted 274215730 1669306067
40643
40644 \family sans
40645 Table
40646 \begin_inset space ~
40647 \end_inset
40648
40649 Wrap
40650 \begin_inset space ~
40651 \end_inset
40652
40653 Float
40654 \change_inserted 274215730 1669306070
40655 Wrapped
40656 \begin_inset space ~
40657 \end_inset
40658
40659 Table
40660 \change_unchanged
40661
40662 \family default
40663  if the \SpecialChar LaTeX
40664 -package 
40665 \series bold
40666 wrapfig
40667 \series default
40668
40669 \begin_inset Index idx
40670 range none
40671 pageformat default
40672 status collapsed
40673
40674 \begin_layout Plain Layout
40675 \SpecialChar LaTeX
40676  packages
40677 \begin_inset IndexMacro subentry
40678 status open
40679
40680 \begin_layout Plain Layout
40681 wrapfig
40682 \end_layout
40683
40684 \end_inset
40685
40686
40687 \end_layout
40688
40689 \end_inset
40690
40691  is installed.
40692 \begin_inset Foot
40693 status collapsed
40694
40695 \begin_layout Plain Layout
40696 Installing a \SpecialChar LaTeX
40697 -package is explained it in the 
40698 \emph on
40699 \SpecialChar LaTeX
40700
40701 \begin_inset space ~
40702 \end_inset
40703
40704 Configuration
40705 \emph default
40706  manual.
40707 \end_layout
40708
40709 \end_inset
40710
40711  The settings of the float can be modified by right-clicking on the float box.
40712  The mandatory settings are the float 
40713 \family sans
40714 Placement
40715 \family default
40716  and its 
40717 \family sans
40718 Width
40719 \family default
40720 .
40721  Optional are the 
40722 \family sans
40723 Overhang
40724 \family default
40725  that specifies how much the float is set into the paragraph
40726 \begin_inset space \thinspace{}
40727 \end_inset
40728
40729 /
40730 \begin_inset space \thinspace{}
40731 \end_inset
40732
40733 page margin,
40734  and the 
40735 \family sans
40736 Line
40737 \begin_inset space ~
40738 \end_inset
40739
40740 span
40741 \family default
40742  that specifies how many text lines the float will approximately need.
40743  The line span is often hard to approximate;
40744  so it is better only to use it when you encounter float placement problems.
40745  You can furthermore decide if \SpecialChar LaTeX
40746  is allowed to let the float float within the paragraph or to surrounding paragraphs.
40747  Figure
40748 \begin_inset space ~
40749 \end_inset
40750
40751
40752 \begin_inset CommandInset ref
40753 LatexCommand ref
40754 reference "fig:This-is-a"
40755 nolink "false"
40756
40757 \end_inset
40758
40759  is an example text wrap float with a width of 40
40760 \begin_inset space \thinspace{}
40761 \end_inset
40762
40763 col%,
40764  1
40765 \begin_inset space \thinspace{}
40766 \end_inset
40767
40768 cm overhang,
40769  set to the left.
40770 \end_layout
40771
40772 \begin_layout Standard
40773 \begin_inset Note Greyedout
40774 status open
40775
40776 \begin_layout Plain Layout
40777
40778 \series bold
40779 Note:
40780
40781 \series default
40782  Text
40783 \begin_inset space ~
40784 \end_inset
40785
40786 wrap float floats are fragile!
40787  E.
40788 \begin_inset space \thinspace{}
40789 \end_inset
40790
40791 g.
40792 \begin_inset space \space{}
40793 \end_inset
40794
40795 having a figure too close to the bottom of the page can mess things up in such a way that the float does not appear in the output or that it is placed over some other text.
40796 \end_layout
40797
40798 \end_inset
40799
40800
40801 \end_layout
40802
40803 \begin_layout Standard
40804 In general,
40805  the following applies for wrap floats:
40806 \end_layout
40807
40808 \begin_layout Itemize
40809 They should not be placed in paragraphs that run over a page break.
40810  That means that wrap floats are better inserted in their exact place when the document is almost finished and you are able to estimate where page breaks will appear.
40811 \end_layout
40812
40813 \begin_layout Itemize
40814 They should either be placed in their own paragraph before the paragraph where they should wrap into or within a paragraph.
40815 \end_layout
40816
40817 \begin_layout Itemize
40818 In consecutive paragraphs they may cause troubles,
40819  so ensure that there is a text paragraph between them as separator.
40820 \end_layout
40821
40822 \begin_layout Itemize
40823 They are not allowed in section headings or tables.
40824 \end_layout
40825
40826 \begin_layout Itemize
40827 Their numbering and referencing works as described in chap.
40828 \begin_inset space \thinspace{}
40829 \end_inset
40830
40831
40832 \begin_inset CommandInset ref
40833 LatexCommand ref
40834 reference "chap:Floats"
40835 nolink "false"
40836
40837 \end_inset
40838
40839 .
40840 \end_layout
40841
40842 \begin_layout Section
40843 Surrounded Fixed Objects
40844 \begin_inset Index idx
40845 range none
40846 pageformat default
40847 status collapsed
40848
40849 \begin_layout Plain Layout
40850 Surrounded by text
40851 \begin_inset IndexMacro subentry
40852 status open
40853
40854 \begin_layout Plain Layout
40855 Fixed objects
40856 \end_layout
40857
40858 \end_inset
40859
40860
40861 \end_layout
40862
40863 \end_inset
40864
40865
40866 \end_layout
40867
40868 \begin_layout Standard
40869 The wrap floats described in sec.
40870 \begin_inset space \thinspace{}
40871 \end_inset
40872
40873
40874 \begin_inset CommandInset ref
40875 LatexCommand ref
40876 reference "sec:Wrap-Floats"
40877 nolink "false"
40878
40879 \end_inset
40880
40881  have these positions in the paragraph:
40882 \end_layout
40883
40884 \begin_layout Standard
40885 \noindent
40886 \align center
40887 \begin_inset Tabular
40888 <lyxtabular version="3" rows="2" columns="2">
40889 <features tabularvalignment="middle">
40890 <column alignment="center" valignment="top">
40891 <column alignment="center" valignment="top">
40892 <row>
40893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40894 \begin_inset Text
40895
40896 \begin_layout Plain Layout
40897 \begin_inset Info
40898 type  "icon"
40899 arg   "dialog-show-new-inset graphics"
40900 \end_inset
40901
40902
40903 \end_layout
40904
40905 \end_inset
40906 </cell>
40907 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40908 \begin_inset Text
40909
40910 \begin_layout Plain Layout
40911 text
40912 \end_layout
40913
40914 \end_inset
40915 </cell>
40916 </row>
40917 <row>
40918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40919 \begin_inset Text
40920
40921 \begin_layout Plain Layout
40922 text
40923 \end_layout
40924
40925 \end_inset
40926 </cell>
40927 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40928 \begin_inset Text
40929
40930 \begin_layout Plain Layout
40931 text
40932 \end_layout
40933
40934 \end_inset
40935 </cell>
40936 </row>
40937 </lyxtabular>
40938
40939 \end_inset
40940
40941  or 
40942 \begin_inset Tabular
40943 <lyxtabular version="3" rows="2" columns="2">
40944 <features tabularvalignment="middle">
40945 <column alignment="center" valignment="top">
40946 <column alignment="center" valignment="top">
40947 <row>
40948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40949 \begin_inset Text
40950
40951 \begin_layout Plain Layout
40952 text
40953 \end_layout
40954
40955 \end_inset
40956 </cell>
40957 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40958 \begin_inset Text
40959
40960 \begin_layout Plain Layout
40961 \begin_inset Info
40962 type  "icon"
40963 arg   "dialog-show-new-inset graphics"
40964 \end_inset
40965
40966
40967 \end_layout
40968
40969 \end_inset
40970 </cell>
40971 </row>
40972 <row>
40973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40974 \begin_inset Text
40975
40976 \begin_layout Plain Layout
40977 text
40978 \end_layout
40979
40980 \end_inset
40981 </cell>
40982 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40983 \begin_inset Text
40984
40985 \begin_layout Plain Layout
40986 text
40987 \end_layout
40988
40989 \end_inset
40990 </cell>
40991 </row>
40992 </lyxtabular>
40993
40994 \end_inset
40995
40996
40997 \end_layout
40998
40999 \begin_layout Standard
41000 To get an object exactly at the position where it is inserted,
41001  for example to get one of these positions:
41002 \begin_inset VSpace defskip
41003 \end_inset
41004
41005
41006 \end_layout
41007
41008 \begin_layout Standard
41009 \noindent
41010 \align center
41011 \begin_inset Tabular
41012 <lyxtabular version="3" rows="2" columns="2">
41013 <features tabularvalignment="middle">
41014 <column alignment="center" valignment="top">
41015 <column alignment="center" valignment="top">
41016 <row>
41017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41018 \begin_inset Text
41019
41020 \begin_layout Plain Layout
41021 text
41022 \end_layout
41023
41024 \end_inset
41025 </cell>
41026 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41027 \begin_inset Text
41028
41029 \begin_layout Plain Layout
41030 text
41031 \end_layout
41032
41033 \end_inset
41034 </cell>
41035 </row>
41036 <row>
41037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41038 \begin_inset Text
41039
41040 \begin_layout Plain Layout
41041 \begin_inset Info
41042 type  "icon"
41043 arg   "dialog-show-new-inset graphics"
41044 \end_inset
41045
41046
41047 \end_layout
41048
41049 \end_inset
41050 </cell>
41051 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41052 \begin_inset Text
41053
41054 \begin_layout Plain Layout
41055 text
41056 \end_layout
41057
41058 \end_inset
41059 </cell>
41060 </row>
41061 </lyxtabular>
41062
41063 \end_inset
41064
41065  
41066 \begin_inset Tabular
41067 <lyxtabular version="3" rows="2" columns="2">
41068 <features tabularvalignment="middle">
41069 <column alignment="center" valignment="top">
41070 <column alignment="center" valignment="top">
41071 <row>
41072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41073 \begin_inset Text
41074
41075 \begin_layout Plain Layout
41076 text
41077 \end_layout
41078
41079 \end_inset
41080 </cell>
41081 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41082 \begin_inset Text
41083
41084 \begin_layout Plain Layout
41085 text
41086 \end_layout
41087
41088 \end_inset
41089 </cell>
41090 </row>
41091 <row>
41092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41093 \begin_inset Text
41094
41095 \begin_layout Plain Layout
41096 text
41097 \end_layout
41098
41099 \end_inset
41100 </cell>
41101 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41102 \begin_inset Text
41103
41104 \begin_layout Plain Layout
41105 \begin_inset Info
41106 type  "icon"
41107 arg   "dialog-show-new-inset graphics"
41108 \end_inset
41109
41110
41111 \end_layout
41112
41113 \end_inset
41114 </cell>
41115 </row>
41116 </lyxtabular>
41117
41118 \end_inset
41119
41120  
41121 \begin_inset Tabular
41122 <lyxtabular version="3" rows="2" columns="3">
41123 <features tabularvalignment="middle">
41124 <column alignment="center" valignment="top">
41125 <column alignment="center" valignment="top">
41126 <column alignment="center" valignment="top">
41127 <row>
41128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41129 \begin_inset Text
41130
41131 \begin_layout Plain Layout
41132 text
41133 \end_layout
41134
41135 \end_inset
41136 </cell>
41137 <cell alignment="center" valignment="top" topline="true" usebox="none">
41138 \begin_inset Text
41139
41140 \begin_layout Plain Layout
41141 \begin_inset Info
41142 type  "icon"
41143 arg   "dialog-show-new-inset graphics"
41144 \end_inset
41145
41146
41147 \end_layout
41148
41149 \end_inset
41150 </cell>
41151 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41152 \begin_inset Text
41153
41154 \begin_layout Plain Layout
41155 text
41156 \end_layout
41157
41158 \end_inset
41159 </cell>
41160 </row>
41161 <row>
41162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41163 \begin_inset Text
41164
41165 \begin_layout Plain Layout
41166 text
41167 \end_layout
41168
41169 \end_inset
41170 </cell>
41171 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41172 \begin_inset Text
41173
41174 \begin_layout Plain Layout
41175 text
41176 \end_layout
41177
41178 \end_inset
41179 </cell>
41180 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41181 \begin_inset Text
41182
41183 \begin_layout Plain Layout
41184 text
41185 \end_layout
41186
41187 \end_inset
41188 </cell>
41189 </row>
41190 </lyxtabular>
41191
41192 \end_inset
41193
41194  
41195 \begin_inset Tabular
41196 <lyxtabular version="3" rows="2" columns="3">
41197 <features tabularvalignment="middle">
41198 <column alignment="center" valignment="top">
41199 <column alignment="center" valignment="top">
41200 <column alignment="center" valignment="top">
41201 <row>
41202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41203 \begin_inset Text
41204
41205 \begin_layout Plain Layout
41206 text
41207 \end_layout
41208
41209 \end_inset
41210 </cell>
41211 <cell alignment="center" valignment="top" topline="true" usebox="none">
41212 \begin_inset Text
41213
41214 \begin_layout Plain Layout
41215 text
41216 \end_layout
41217
41218 \end_inset
41219 </cell>
41220 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41221 \begin_inset Text
41222
41223 \begin_layout Plain Layout
41224 text
41225 \end_layout
41226
41227 \end_inset
41228 </cell>
41229 </row>
41230 <row>
41231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41232 \begin_inset Text
41233
41234 \begin_layout Plain Layout
41235 text
41236 \end_layout
41237
41238 \end_inset
41239 </cell>
41240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41241 \begin_inset Text
41242
41243 \begin_layout Plain Layout
41244 \begin_inset Info
41245 type  "icon"
41246 arg   "dialog-show-new-inset graphics"
41247 \end_inset
41248
41249
41250 \end_layout
41251
41252 \end_inset
41253 </cell>
41254 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41255 \begin_inset Text
41256
41257 \begin_layout Plain Layout
41258 text
41259 \end_layout
41260
41261 \end_inset
41262 </cell>
41263 </row>
41264 </lyxtabular>
41265
41266 \end_inset
41267
41268
41269 \end_layout
41270
41271 \begin_layout Standard
41272 \noindent
41273 \align center
41274 \begin_inset Tabular
41275 <lyxtabular version="3" rows="3" columns="2">
41276 <features tabularvalignment="middle">
41277 <column alignment="center" valignment="top">
41278 <column alignment="center" valignment="top">
41279 <row>
41280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41281 \begin_inset Text
41282
41283 \begin_layout Plain Layout
41284 text
41285 \end_layout
41286
41287 \end_inset
41288 </cell>
41289 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41290 \begin_inset Text
41291
41292 \begin_layout Plain Layout
41293 text
41294 \end_layout
41295
41296 \end_inset
41297 </cell>
41298 </row>
41299 <row>
41300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41301 \begin_inset Text
41302
41303 \begin_layout Plain Layout
41304 \begin_inset Info
41305 type  "icon"
41306 arg   "dialog-show-new-inset graphics"
41307 \end_inset
41308
41309
41310 \end_layout
41311
41312 \end_inset
41313 </cell>
41314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41315 \begin_inset Text
41316
41317 \begin_layout Plain Layout
41318 text
41319 \end_layout
41320
41321 \end_inset
41322 </cell>
41323 </row>
41324 <row>
41325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41326 \begin_inset Text
41327
41328 \begin_layout Plain Layout
41329 text
41330 \end_layout
41331
41332 \end_inset
41333 </cell>
41334 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41335 \begin_inset Text
41336
41337 \begin_layout Plain Layout
41338 text
41339 \end_layout
41340
41341 \end_inset
41342 </cell>
41343 </row>
41344 </lyxtabular>
41345
41346 \end_inset
41347
41348  
41349 \begin_inset Tabular
41350 <lyxtabular version="3" rows="3" columns="3">
41351 <features tabularvalignment="middle">
41352 <column alignment="center" valignment="top">
41353 <column alignment="center" valignment="top">
41354 <column alignment="center" valignment="top">
41355 <row>
41356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41357 \begin_inset Text
41358
41359 \begin_layout Plain Layout
41360 text
41361 \end_layout
41362
41363 \end_inset
41364 </cell>
41365 <cell alignment="center" valignment="top" topline="true" usebox="none">
41366 \begin_inset Text
41367
41368 \begin_layout Plain Layout
41369 text
41370 \end_layout
41371
41372 \end_inset
41373 </cell>
41374 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41375 \begin_inset Text
41376
41377 \begin_layout Plain Layout
41378 text
41379 \end_layout
41380
41381 \end_inset
41382 </cell>
41383 </row>
41384 <row>
41385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41386 \begin_inset Text
41387
41388 \begin_layout Plain Layout
41389 text
41390 \end_layout
41391
41392 \end_inset
41393 </cell>
41394 <cell alignment="center" valignment="top" usebox="none">
41395 \begin_inset Text
41396
41397 \begin_layout Plain Layout
41398 \begin_inset Info
41399 type  "icon"
41400 arg   "dialog-show-new-inset graphics"
41401 \end_inset
41402
41403
41404 \end_layout
41405
41406 \end_inset
41407 </cell>
41408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41409 \begin_inset Text
41410
41411 \begin_layout Plain Layout
41412 text
41413 \end_layout
41414
41415 \end_inset
41416 </cell>
41417 </row>
41418 <row>
41419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41420 \begin_inset Text
41421
41422 \begin_layout Plain Layout
41423 text
41424 \end_layout
41425
41426 \end_inset
41427 </cell>
41428 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41429 \begin_inset Text
41430
41431 \begin_layout Plain Layout
41432 text
41433 \end_layout
41434
41435 \end_inset
41436 </cell>
41437 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41438 \begin_inset Text
41439
41440 \begin_layout Plain Layout
41441 text
41442 \end_layout
41443
41444 \end_inset
41445 </cell>
41446 </row>
41447 </lyxtabular>
41448
41449 \end_inset
41450
41451  
41452 \begin_inset Tabular
41453 <lyxtabular version="3" rows="3" columns="2">
41454 <features tabularvalignment="middle">
41455 <column alignment="center" valignment="top">
41456 <column alignment="center" valignment="top">
41457 <row>
41458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41459 \begin_inset Text
41460
41461 \begin_layout Plain Layout
41462 text
41463 \end_layout
41464
41465 \end_inset
41466 </cell>
41467 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41468 \begin_inset Text
41469
41470 \begin_layout Plain Layout
41471 text
41472 \end_layout
41473
41474 \end_inset
41475 </cell>
41476 </row>
41477 <row>
41478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41479 \begin_inset Text
41480
41481 \begin_layout Plain Layout
41482 text
41483 \end_layout
41484
41485 \end_inset
41486 </cell>
41487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41488 \begin_inset Text
41489
41490 \begin_layout Plain Layout
41491 \begin_inset Info
41492 type  "icon"
41493 arg   "dialog-show-new-inset graphics"
41494 \end_inset
41495
41496
41497 \end_layout
41498
41499 \end_inset
41500 </cell>
41501 </row>
41502 <row>
41503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41504 \begin_inset Text
41505
41506 \begin_layout Plain Layout
41507 text
41508 \end_layout
41509
41510 \end_inset
41511 </cell>
41512 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41513 \begin_inset Text
41514
41515 \begin_layout Plain Layout
41516 text
41517 \end_layout
41518
41519 \end_inset
41520 </cell>
41521 </row>
41522 </lyxtabular>
41523
41524 \end_inset
41525
41526
41527 \end_layout
41528
41529 \begin_layout Standard
41530 \noindent
41531 you can use the \SpecialChar LaTeX
41532 -package 
41533 \series bold
41534 picinpar
41535 \series default
41536
41537 \begin_inset Index idx
41538 range none
41539 pageformat default
41540 status collapsed
41541
41542 \begin_layout Plain Layout
41543 \SpecialChar LaTeX
41544  packages
41545 \begin_inset IndexMacro subentry
41546 status open
41547
41548 \begin_layout Plain Layout
41549 picinpar
41550 \end_layout
41551
41552 \end_inset
41553
41554
41555 \end_layout
41556
41557 \end_inset
41558
41559 .
41560  Here is an example:
41561 \end_layout
41562
41563 \begin_layout Standard
41564 \begin_inset ERT
41565 status collapsed
41566
41567 \begin_layout Plain Layout
41568
41569
41570 \backslash
41571 ifpicinpar
41572 \end_layout
41573
41574 \end_inset
41575
41576
41577 \begin_inset Note Note
41578 status open
41579
41580 \begin_layout Plain Layout
41581 The following section will only be displayed when the \SpecialChar LaTeX
41582 -package 
41583 \series bold
41584 picinpar
41585 \series default
41586  is installed.
41587 \end_layout
41588
41589 \end_inset
41590
41591
41592 \end_layout
41593
41594 \begin_layout Standard
41595 \begin_inset ERT
41596 status collapsed
41597
41598 \begin_layout Plain Layout
41599
41600
41601 \backslash
41602 begin{window}[2,c,{
41603 \end_layout
41604
41605 \end_inset
41606
41607
41608 \begin_inset Graphics
41609         filename clipart/2D-intensity-plot.pdf
41610         lyxscale 60
41611         width 40col%
41612         scaleBeforeRotation
41613         rotateOrigin center
41614
41615 \end_inset
41616
41617
41618 \begin_inset ERT
41619 status collapsed
41620
41621 \begin_layout Plain Layout
41622
41623 },]
41624 \end_layout
41625
41626 \begin_layout Plain Layout
41627
41628 {}
41629 \end_layout
41630
41631 \end_inset
41632
41633
41634 \size small
41635 It was in the spring of the year 1894 that all London was interested,
41636  and the fashionable world dismayed,
41637  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
41638  The public has already learned those particulars of the crime which
41639 \size default
41640
41641 \begin_inset ERT
41642 status collapsed
41643
41644 \begin_layout Plain Layout
41645
41646
41647 \backslash
41648 footnotemark{}
41649 \end_layout
41650
41651 \end_inset
41652
41653
41654 \size small
41655  came out in the police investigation,
41656  but a good deal was suppressed upon that occasion,
41657  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
41658  Only now,
41659  at the end of nearly ten years,
41660  am I allowed to supply those missing links which make up the whole of that remarkable chain.
41661 \size default
41662
41663 \begin_inset ERT
41664 status collapsed
41665
41666 \begin_layout Plain Layout
41667
41668
41669 \backslash
41670 end{window}
41671 \end_layout
41672
41673 \end_inset
41674
41675
41676 \end_layout
41677
41678 \begin_layout Standard
41679 \begin_inset ERT
41680 status collapsed
41681
41682 \begin_layout Plain Layout
41683
41684
41685 \backslash
41686 footnotetext{
41687 \end_layout
41688
41689 \end_inset
41690
41691 Footnote of the paragraph with the fixed object.
41692 \begin_inset ERT
41693 status collapsed
41694
41695 \begin_layout Plain Layout
41696
41697 }
41698 \end_layout
41699
41700 \end_inset
41701
41702
41703 \end_layout
41704
41705 \begin_layout Standard
41706 Surrounded fixed objects are used to let text float around them,
41707  at which the object's position in the paragraph can be determined by the number of lines above it.
41708  In contrary to floats is it not possible to have a numbered caption.
41709 \end_layout
41710
41711 \begin_layout Standard
41712 A fixed object is inserted by adding the command
41713 \end_layout
41714
41715 \begin_layout Standard
41716
41717 \series bold
41718
41719 \backslash
41720 begin{window}[2,c,{
41721 \end_layout
41722
41723 \begin_layout Standard
41724 as \SpecialChar TeX
41725  Code at the beginning of the paragraph.
41726  The first parameter in the bracket,
41727  here '2',
41728  defines the number of lines above the object,
41729  the second,
41730  here 'c',
41731  the position of the object.
41732  The positions 'l',
41733  'c' and 'r' (for left,
41734  center,
41735  right) are possible.
41736  Behind the command you insert the object.
41737  In this example an image with a width of 40
41738 \begin_inset space \thinspace{}
41739 \end_inset
41740
41741 % of the text column width was inserted.
41742  The object can also be a table,
41743  a box or an equation.
41744  Behind the object the command
41745 \end_layout
41746
41747 \begin_layout Standard
41748
41749 \series bold
41750 },description text]
41751 \begin_inset Newline newline
41752 \end_inset
41753
41754 {}
41755 \end_layout
41756
41757 \begin_layout Standard
41758 is inserted.
41759  Note that the 
41760 \begin_inset Quotes eld
41761 \end_inset
41762
41763
41764 \series bold
41765 {}
41766 \series default
41767
41768 \begin_inset Quotes erd
41769 \end_inset
41770
41771  is in the second line.
41772  The description text is optional.
41773  The text surrounding the object must be in the same paragraph as the object,
41774  so it must begin directly after the 
41775 \series bold
41776 {}
41777 \series default
41778 .
41779  At the end of the paragraph insert the command:
41780 \end_layout
41781
41782 \begin_layout Standard
41783
41784 \series bold
41785
41786 \backslash
41787 end{window}
41788 \end_layout
41789
41790 \begin_layout Standard
41791 Within a paragraph with a fixed object,
41792  you cannot insert footnotes in the normal way.
41793  You have to use instead the command 
41794 \series bold
41795
41796 \backslash
41797 footnotemark
41798 \series default
41799  inside the paragraph and outside the command 
41800 \series bold
41801
41802 \backslash
41803 footnotetext
41804 \series default
41805  as described in sec.
41806 \begin_inset space \thinspace{}
41807 \end_inset
41808
41809
41810 \begin_inset CommandInset ref
41811 LatexCommand ref
41812 reference "sec:Footnotes"
41813 nolink "false"
41814
41815 \end_inset
41816
41817 .
41818 \end_layout
41819
41820 \begin_layout Standard
41821 \begin_inset ERT
41822 status collapsed
41823
41824 \begin_layout Plain Layout
41825
41826
41827 \backslash
41828 else
41829 \end_layout
41830
41831 \end_inset
41832
41833
41834 \begin_inset Note Note
41835 status open
41836
41837 \begin_layout Plain Layout
41838 The following will be displayed when the \SpecialChar LaTeX
41839 -package 
41840 \series bold
41841 picinpar
41842 \series default
41843  is not installed:
41844 \end_layout
41845
41846 \end_inset
41847
41848
41849 \end_layout
41850
41851 \begin_layout Standard
41852 You need to install the \SpecialChar LaTeX
41853 -package 
41854 \series bold
41855 picinpar
41856 \series default
41857  to see the following part of this section in the output.
41858 \end_layout
41859
41860 \begin_layout Standard
41861 \begin_inset ERT
41862 status collapsed
41863
41864 \begin_layout Plain Layout
41865
41866
41867 \backslash
41868 fi
41869 \end_layout
41870
41871 \end_inset
41872
41873
41874 \end_layout
41875
41876 \begin_layout Section
41877 Initials
41878 \begin_inset Index idx
41879 range none
41880 pageformat default
41881 status collapsed
41882
41883 \begin_layout Plain Layout
41884 Initials
41885 \end_layout
41886
41887 \end_inset
41888
41889
41890 \begin_inset Index idx
41891 range none
41892 pageformat default
41893 status collapsed
41894
41895 \begin_layout Plain Layout
41896 Surrounded by text
41897 \begin_inset IndexMacro subentry
41898 status open
41899
41900 \begin_layout Plain Layout
41901 Initials
41902 \end_layout
41903
41904 \end_inset
41905
41906
41907 \end_layout
41908
41909 \end_inset
41910
41911
41912 \end_layout
41913
41914 \begin_layout Standard
41915 To use initials,
41916  you must have the \SpecialChar LaTeX
41917 -package 
41918 \series bold
41919 lettrine
41920 \series default
41921
41922 \begin_inset Index idx
41923 range none
41924 pageformat default
41925 status collapsed
41926
41927 \begin_layout Plain Layout
41928 \SpecialChar LaTeX
41929  packages
41930 \begin_inset IndexMacro subentry
41931 status open
41932
41933 \begin_layout Plain Layout
41934 lettrine
41935 \end_layout
41936
41937 \end_inset
41938
41939
41940 \end_layout
41941
41942 \end_inset
41943
41944  installed and use the module 
41945 \family sans
41946 Initials
41947 \family default
41948  in your document (menu 
41949 \family sans
41950 Document\SpecialChar menuseparator
41951 Settings\SpecialChar menuseparator
41952 Modules
41953 \family default
41954 ).
41955  To insert an initial,
41956  use the style 
41957 \family sans
41958 Initial
41959 \family default
41960 .
41961  This style has a mandatory and two optional arguments.
41962  The arguments are inserted via the 
41963 \family sans
41964 Insert
41965 \family default
41966  menu.
41967  The mandatory argument 
41968 \family sans
41969 Initial
41970 \family default
41971  contains the letter(s) that is the initial,
41972  the argument 
41973 \family sans
41974 Rest
41975 \begin_inset space ~
41976 \end_inset
41977
41978 of
41979 \begin_inset space ~
41980 \end_inset
41981
41982 Initial
41983 \family default
41984  contains the rest of the word or text of the initial letter(s).
41985  The argument 
41986 \family sans
41987 Options
41988 \family default
41989  contains parameters to modify the initial.
41990  For more information about the possible parameters see the documentation of 
41991 \series bold
41992 lettrine
41993 \series default
41994 ,
41995  
41996 \begin_inset CommandInset citation
41997 LatexCommand cite
41998 key "lettrine"
41999 literal "true"
42000
42001 \end_inset
42002
42003 .
42004  The style itself contains the text that is surrounding the initial.
42005  The usual style is hereby that the word whose first letter is the initial,
42006  is printed with 
42007 \shape smallcaps
42008 small caps
42009 \shape default
42010 .
42011 \end_layout
42012
42013 \begin_layout Standard
42014 Here are some examples:
42015 \end_layout
42016
42017 \begin_layout Standard
42018 \begin_inset ERT
42019 status collapsed
42020
42021 \begin_layout Plain Layout
42022
42023
42024 \backslash
42025 iflettrine
42026 \end_layout
42027
42028 \end_inset
42029
42030
42031 \begin_inset Note Note
42032 status open
42033
42034 \begin_layout Plain Layout
42035 The following section will only be displayed when the \SpecialChar LaTeX
42036 -package 
42037 \series bold
42038 lettrine
42039 \series default
42040  is installed.
42041 \end_layout
42042
42043 \end_inset
42044
42045
42046 \end_layout
42047
42048 \begin_layout Enumerate
42049 No optional argument,
42050  the initial is the letter 'I' in the math font 
42051 \begin_inset Formula $\mathfrak{Fraktur}$
42052 \end_inset
42053
42054 :
42055 \end_layout
42056
42057 \begin_deeper
42058 \begin_layout Initial
42059 \begin_inset Argument 2
42060 status open
42061
42062 \begin_layout Plain Layout
42063 \begin_inset Formula $\mathfrak{I}$
42064 \end_inset
42065
42066
42067 \end_layout
42068
42069 \end_inset
42070
42071
42072 \begin_inset Argument 3
42073 status open
42074
42075 \begin_layout Plain Layout
42076 t
42077 \end_layout
42078
42079 \end_inset
42080
42081  was in the spring of the year 1894 that all London was interested,
42082  and the fashionable world dismayed,
42083  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42084  The public has already learned those particulars of the crime which came out in the police investigation,
42085  but a good deal was suppressed upon that occasion,
42086  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42087 \begin_inset Newpage newpage
42088 \end_inset
42089
42090
42091 \end_layout
42092
42093 \end_deeper
42094 \begin_layout Enumerate
42095 Only one line is surrounding the initial,
42096  which is formed by two letters in standard font and no text is printed in small caps:
42097 \end_layout
42098
42099 \begin_deeper
42100 \begin_layout Initial
42101 \begin_inset Argument 1
42102 status open
42103
42104 \begin_layout Plain Layout
42105 lines=1
42106 \end_layout
42107
42108 \end_inset
42109
42110
42111 \begin_inset Argument 2
42112 status open
42113
42114 \begin_layout Plain Layout
42115 It
42116 \end_layout
42117
42118 \end_inset
42119
42120  was in the spring of the year 1894 that all London was interested,
42121  and the fashionable world dismayed,
42122  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42123  The public has already learned those particulars of the crime which came out in the police investigation,
42124  but a good deal was suppressed upon that occasion,
42125  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42126 \end_layout
42127
42128 \end_deeper
42129 \begin_layout Enumerate
42130 Magenta,
42131  hanging initial over 3
42132 \begin_inset space ~
42133 \end_inset
42134
42135 lines in the math font 
42136 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
42137 \end_inset
42138
42139 ,
42140  the text 
42141 \begin_inset Quotes eld
42142 \end_inset
42143
42144 t was in the spring
42145 \begin_inset Quotes erd
42146 \end_inset
42147
42148  is in 
42149 \shape smallcaps
42150 small caps
42151 \shape default
42152 ;
42153  to color the initial,
42154  you must insert this command before the initial:
42155 \begin_inset Newline newline
42156 \end_inset
42157
42158
42159 \series bold
42160
42161 \backslash
42162 renewcommand{
42163 \backslash
42164 LettrineFontHook}{
42165 \backslash
42166 color{color}}
42167 \series default
42168
42169 \begin_inset Newline newline
42170 \end_inset
42171
42172 where the second 
42173 \emph on
42174 color
42175 \emph default
42176  can be 
42177 \begin_inset Quotes eld
42178 \end_inset
42179
42180 red
42181 \begin_inset Quotes erd
42182 \end_inset
42183
42184 ,
42185  
42186 \begin_inset Quotes eld
42187 \end_inset
42188
42189 blue
42190 \begin_inset Quotes erd
42191 \end_inset
42192
42193 ,
42194  
42195 \begin_inset Quotes eld
42196 \end_inset
42197
42198 green
42199 \begin_inset Quotes erd
42200 \end_inset
42201
42202 ,
42203  
42204 \begin_inset Quotes eld
42205 \end_inset
42206
42207 yellow
42208 \begin_inset Quotes erd
42209 \end_inset
42210
42211 ,
42212  
42213 \begin_inset Quotes eld
42214 \end_inset
42215
42216 cyan
42217 \begin_inset Quotes erd
42218 \end_inset
42219
42220 ,
42221  
42222 \begin_inset Quotes eld
42223 \end_inset
42224
42225 magenta
42226 \begin_inset Quotes erd
42227 \end_inset
42228
42229 ,
42230  
42231 \begin_inset Quotes eld
42232 \end_inset
42233
42234 black
42235 \begin_inset Quotes erd
42236 \end_inset
42237
42238  or 
42239 \begin_inset Quotes eld
42240 \end_inset
42241
42242 white
42243 \begin_inset Quotes erd
42244 \end_inset
42245
42246 ,
42247  and add this command to the document preamble:
42248 \begin_inset Newline newline
42249 \end_inset
42250
42251
42252 \series bold
42253
42254 \backslash
42255 @ifundefined{textcolor}
42256 \begin_inset Newline newline
42257 \end_inset
42258
42259
42260 \begin_inset space ~
42261 \end_inset
42262
42263 {
42264 \backslash
42265 usepackage{color}}{}
42266 \end_layout
42267
42268 \begin_deeper
42269 \begin_layout Standard
42270 \begin_inset ERT
42271 status collapsed
42272
42273 \begin_layout Plain Layout
42274
42275
42276 \backslash
42277 renewcommand{
42278 \backslash
42279 LettrineFontHook}{
42280 \backslash
42281 color{magenta}}
42282 \end_layout
42283
42284 \end_inset
42285
42286
42287 \begin_inset Note Note
42288 status collapsed
42289
42290 \begin_layout Plain Layout
42291 makes the initial magenta
42292 \end_layout
42293
42294 \end_inset
42295
42296
42297 \end_layout
42298
42299 \begin_layout Initial
42300 \begin_inset Argument 1
42301 status open
42302
42303 \begin_layout Plain Layout
42304 lines=3,
42305  lhang=0.33,
42306  loversize=0.25
42307 \end_layout
42308
42309 \end_inset
42310
42311
42312 \begin_inset Argument 2
42313 status open
42314
42315 \begin_layout Plain Layout
42316 \begin_inset Formula $\mathcal{I}$
42317 \end_inset
42318
42319
42320 \end_layout
42321
42322 \end_inset
42323
42324
42325 \begin_inset Argument 3
42326 status open
42327
42328 \begin_layout Plain Layout
42329 t was in the spring
42330 \end_layout
42331
42332 \end_inset
42333
42334  of the year 1894 that all London was interested,
42335  and the fashionable world dismayed,
42336  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42337  The public has already learned those particulars of the crime which came out in the police investigation,
42338  but a good deal was suppressed upon that occasion,
42339  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42340 \end_layout
42341
42342 \end_deeper
42343 \begin_layout Standard
42344 \begin_inset ERT
42345 status collapsed
42346
42347 \begin_layout Plain Layout
42348
42349
42350 \backslash
42351 else
42352 \end_layout
42353
42354 \end_inset
42355
42356
42357 \begin_inset Note Note
42358 status open
42359
42360 \begin_layout Plain Layout
42361 The following will be displayed when the \SpecialChar LaTeX
42362 -package 
42363 \series bold
42364 lettrine
42365 \series default
42366  is not installed:
42367 \end_layout
42368
42369 \end_inset
42370
42371
42372 \end_layout
42373
42374 \begin_layout Standard
42375 You need to install the \SpecialChar LaTeX
42376 -package 
42377 \series bold
42378 lettrine
42379 \series default
42380  to see the following part of this section in the output.
42381 \end_layout
42382
42383 \begin_layout Standard
42384 \begin_inset ERT
42385 status collapsed
42386
42387 \begin_layout Plain Layout
42388
42389
42390 \backslash
42391 fi
42392 \end_layout
42393
42394 \end_inset
42395
42396
42397 \end_layout
42398
42399 \begin_layout Chapter
42400 External Document Parts
42401 \begin_inset Index idx
42402 range none
42403 pageformat default
42404 status collapsed
42405
42406 \begin_layout Plain Layout
42407 External Document Parts
42408 \end_layout
42409
42410 \end_inset
42411
42412
42413 \end_layout
42414
42415 \begin_layout Standard
42416 With the menu 
42417 \family sans
42418 Insert\SpecialChar menuseparator
42419 File
42420 \family default
42421  you can insert external material into your document.
42422  This can be:
42423 \end_layout
42424
42425 \begin_layout Description
42426 LyX
42427 \begin_inset space ~
42428 \end_inset
42429
42430 Document Another \SpecialChar LyX
42431  document;
42432  its content is directly inserted to your document.
42433 \end_layout
42434
42435 \begin_layout Description
42436 Plain
42437 \begin_inset space ~
42438 \end_inset
42439
42440 Text A text document;
42441  each line is inserted in your document as a separate paragraph.
42442 \end_layout
42443
42444 \begin_layout Description
42445 Plain
42446 \begin_inset space ~
42447 \end_inset
42448
42449 Text,
42450 \begin_inset space ~
42451 \end_inset
42452
42453 Join
42454 \begin_inset space ~
42455 \end_inset
42456
42457 Lines A text document;
42458  text lines are inserted in your document continuously but an empty text line creates a new paragraph.
42459 \end_layout
42460
42461 \begin_layout Description
42462 External
42463 \begin_inset space ~
42464 \end_inset
42465
42466 Material Files in various formats.
42467 \end_layout
42468
42469 \begin_layout Description
42470 Child
42471 \begin_inset space ~
42472 \end_inset
42473
42474 Document \SpecialChar LyX
42475  or \SpecialChar LaTeX
42476  documents.
42477 \end_layout
42478
42479 \begin_layout Section
42480 External Material
42481 \begin_inset Index idx
42482 range none
42483 pageformat default
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487 External Document Parts
42488 \begin_inset IndexMacro subentry
42489 status open
42490
42491 \begin_layout Plain Layout
42492 External Material
42493 \end_layout
42494
42495 \end_inset
42496
42497
42498 \end_layout
42499
42500 \end_inset
42501
42502
42503 \end_layout
42504
42505 \begin_layout Standard
42506 The external material feature allows you to insert files into your document without converting them to a format that can be read by the document output format.
42507  \SpecialChar LyX
42508  takes care of the necessary conversions.
42509  This is similar to images that can be inserted in various image formats in \SpecialChar LyX
42510  documents.
42511  When you have enabled Instant Preview in \SpecialChar LyX
42512 's preferences under 
42513 \family sans
42514 Look
42515 \begin_inset space ~
42516 \end_inset
42517
42518 and
42519 \begin_inset space ~
42520 \end_inset
42521
42522 feel\SpecialChar menuseparator
42523 Graphics
42524 \family default
42525 ,
42526  the external material types Dia and Xfig are directly shown in \SpecialChar LyX
42527 .
42528 \end_layout
42529
42530 \begin_layout Standard
42531 External material can be inserted via the 
42532 \family sans
42533 External Material
42534 \family default
42535  dialog that is accessible with the menu 
42536 \family sans
42537 Insert\SpecialChar menuseparator
42538 File\SpecialChar menuseparator
42539 External
42540 \begin_inset space ~
42541 \end_inset
42542
42543 Material
42544 \family default
42545 .
42546  Currently the following file types (
42547 \family sans
42548 Templates
42549 \family default
42550 ) are allowed:
42551 \end_layout
42552
42553 \begin_layout Description
42554 Chess
42555 \begin_inset space ~
42556 \end_inset
42557
42558 diagram This template supports chess position diagrams made with the program 
42559 \series bold
42560
42561 \begin_inset CommandInset href
42562 LatexCommand href
42563 name "XBoard"
42564 target "https://en.wikipedia.org/wiki/XBoard"
42565 literal "false"
42566
42567 \end_inset
42568
42569
42570 \series default
42571 .
42572 \end_layout
42573
42574 \begin_layout Description
42575 Dia
42576 \begin_inset space ~
42577 \end_inset
42578
42579 diagram This template supports diagrams created with the program 
42580 \series bold
42581
42582 \begin_inset CommandInset href
42583 LatexCommand href
42584 name "Dia"
42585 target "https://en.wikipedia.org/wiki/Dia_(software)"
42586 literal "false"
42587
42588 \end_inset
42589
42590
42591 \series default
42592 .
42593 \end_layout
42594
42595 \begin_layout Description
42596 Inkscape
42597 \begin_inset space ~
42598 \end_inset
42599
42600 figure This template supports specific scalable images derived from scalable vector graphics (SVG),
42601  in which the contained text is replaced by a version typeset by \SpecialChar LaTeX
42602  (and hence in the current document font).
42603  It relies on a feature of the program 
42604 \series bold
42605
42606 \begin_inset CommandInset href
42607 LatexCommand href
42608 name "Inkscape"
42609 target "https://inkscape.org/"
42610 literal "false"
42611
42612 \end_inset
42613
42614
42615 \series default
42616  which creates a special PDF or EPS and \SpecialChar LaTeX
42617  file from a given SVG file (in 
42618 \noun on
42619 Inkscape
42620 \noun default
42621  itself,
42622  the feature is available via the option 
42623 \family sans
42624 Omit text in PDF and create LaTeX file
42625 \family default
42626  when saving a drawing as PDF or EPS).
42627  The benefit of such files is a uniform text style throughout the whole document.
42628 \begin_inset Newline newline
42629 \end_inset
42630
42631 The external template reads SVG files and uses a converter program to generate the respective PDF\SpecialChar breakableslash
42632 EPS and \SpecialChar LaTeX
42633  files (via
42634 \noun on
42635  
42636 \noun default
42637 Inkscape
42638 \noun on
42639 )
42640 \noun default
42641  on the fly,
42642  so you don't have to export those files yourself.
42643  If you prefer the latter and want use given 
42644 \family typewriter
42645 *.pdf
42646 \family default
42647  and 
42648 \family typewriter
42649 *.pdf_tex
42650 \family default
42651  or 
42652 \family typewriter
42653 *.eps
42654 \family default
42655  and 
42656 \family typewriter
42657 *.eps_tex
42658 \family default
42659  files instead,
42660  simply input the respective 
42661 \family typewriter
42662 *.pdf_tex
42663 \family default
42664  or 
42665 \family typewriter
42666 *.eps_tex
42667 \family default
42668  file via the 
42669 \family sans
42670 Child Documents
42671 \family default
42672  dialog (see sec.
42673 \begin_inset space ~
42674 \end_inset
42675
42676
42677 \begin_inset CommandInset ref
42678 LatexCommand ref
42679 reference "sec:Child-Documents"
42680 nolink "false"
42681
42682 \end_inset
42683
42684 ) rather than using this template.
42685 \begin_inset Newline newline
42686 \end_inset
42687
42688 You can use \SpecialChar TeX
42689  code commands such as 
42690 \series bold
42691
42692 \backslash
42693 Large
42694 \series default
42695 ,
42696  
42697 \series bold
42698
42699 \backslash
42700 small
42701 \series default
42702 ,
42703  etc.
42704 \begin_inset space \space{}
42705 \end_inset
42706
42707 in the text of the SVG.
42708  The size of the font will be taken from the settings of the \SpecialChar LyX
42709  document.
42710  Please refer to 
42711 \begin_inset CommandInset citation
42712 LatexCommand cite
42713 key "Inkscape"
42714 literal "false"
42715
42716 \end_inset
42717
42718  for more information and examples.
42719 \end_layout
42720
42721 \begin_layout Description
42722 Lilypond
42723 \begin_inset space ~
42724 \end_inset
42725
42726 typeset
42727 \begin_inset space ~
42728 \end_inset
42729
42730 music This template is used for music notation typeset with the program
42731 \begin_inset Newline linebreak
42732 \end_inset
42733
42734
42735 \series bold
42736
42737 \begin_inset CommandInset href
42738 LatexCommand href
42739 name "LilyPond"
42740 target "https://en.wikipedia.org/wiki/LilyPond"
42741 literal "false"
42742
42743 \end_inset
42744
42745
42746 \series default
42747 .
42748  For \SpecialChar LyX
42749 's extended support for LilyPond have a look at \SpecialChar LyX
42750 's example file 
42751 \emph on
42752 lilypond.lyx
42753 \emph default
42754 .
42755 \end_layout
42756
42757 \begin_layout Description
42758 PDF
42759 \begin_inset space ~
42760 \end_inset
42761
42762 pages With this template you can insert PDF documents to your document.
42763  To specify the range of pages that should be included,
42764  use the option 
42765 \series bold
42766 pages
42767 \series default
42768  in the 
42769 \family sans
42770 Option
42771 \family default
42772  field in the 
42773 \family sans
42774 LaTeX and LyX options
42775 \family default
42776  tab.
42777  The argument of this option is a comma separated list,
42778  containing page numbers (insert as option 
42779 \series bold
42780 pages={3,5,6,8}
42781 \series default
42782 ),
42783  ranges of page numbers (
42784 \series bold
42785 pages={4-9}
42786 \series default
42787 ) or any combination.
42788  To insert empty pages use {}.
42789  E.
42790 \begin_inset space \thinspace{}
42791 \end_inset
42792
42793 g.
42794 \begin_inset space ~
42795 \end_inset
42796
42797
42798 \series bold
42799 pages={3,{},8-11,15}
42800 \series default
42801  will insert page 3,
42802  an empty page,
42803  and pages 8,
42804  9,
42805  10,
42806  11 and 15.
42807  Page ranges are specified in the syntax 
42808 \emph on
42809 start
42810 \emph default
42811 -
42812 \emph on
42813 stop
42814 \emph default
42815 .
42816  This selects all pages from 
42817 \emph on
42818 start
42819 \emph default
42820  to 
42821 \emph on
42822 stop
42823 \emph default
42824 .
42825  Omitting 
42826 \emph on
42827 start
42828 \emph default
42829  defaults to the first page;
42830  omitting 
42831 \emph on
42832 stop
42833 \emph default
42834  defaults to the last page of the document.
42835  The last page can also be selected with the keyword 
42836 \series bold
42837 last
42838 \series default
42839 .
42840  (This is only permitted in a page range.) So 
42841 \series bold
42842 pages=-
42843 \series default
42844  will insert all pages of the document and 
42845 \series bold
42846 pages=last-1
42847 \series default
42848  will insert all pages in reverse order.
42849  If the pages option is not specified,
42850  only the first page of the PDF is inserted.
42851 \begin_inset Newline newline
42852 \end_inset
42853
42854 The option 
42855 \series bold
42856 noautoscale
42857 \series default
42858  inserts the pages with their original size,
42859  if this option is not given,
42860  the pages will be resized to fith the width of the page of your document.
42861  In the tab 
42862 \family sans
42863 Size and Rotation
42864 \family default
42865  you can specify the width and height of the input pages and their rotation.
42866  If another width than 100
42867 \begin_inset space \thinspace{}
42868 \end_inset
42869
42870 Scale% is used,
42871  the option 
42872 \series bold
42873 noautoscale
42874 \series default
42875  will be overwritten.
42876  For more info and possible options,
42877  have a look into the documentation of the \SpecialChar LaTeX
42878 -package 
42879 \series bold
42880 pdfpages
42881 \series default
42882  
42883 \begin_inset CommandInset citation
42884 LatexCommand cite
42885 key "pdfpages"
42886 literal "true"
42887
42888 \end_inset
42889
42890 .
42891 \begin_inset Index idx
42892 range none
42893 pageformat default
42894 status collapsed
42895
42896 \begin_layout Plain Layout
42897 \SpecialChar LaTeX
42898  packages
42899 \begin_inset IndexMacro subentry
42900 status open
42901
42902 \begin_layout Plain Layout
42903 pdfpages
42904 \end_layout
42905
42906 \end_inset
42907
42908
42909 \end_layout
42910
42911 \end_inset
42912
42913
42914 \begin_inset Newline newline
42915 \end_inset
42916
42917 To use this template in a 
42918 \family sans
42919 Beamer
42920 \family default
42921  presentation you need to first insert an 
42922 \family sans
42923 EndFrame
42924 \family default
42925  environment and in a subsequent paragraph a \SpecialChar TeX
42926  Code box containing the command 
42927 \series bold
42928
42929 \backslash
42930 setbeamertemplate{background canvas}{}
42931 \series default
42932 .
42933  Then you can insert as many paragraphs containing the PDFPages template as you wish.
42934  Behind the included PDF pages you can resume the Beamer presentation by beginning a new frame or by starting a new section.
42935  To avoid stray blank pages prior to the PDF pages,
42936  make sure to use the 
42937 \family sans
42938 Default
42939 \family default
42940  alignment for the paragraph containing the template.
42941 \begin_inset Newline newline
42942 \end_inset
42943
42944 Here is an included PDF which is rotated by -5°:
42945  
42946 \begin_inset External
42947         template PDFPages
42948         filename clipart/Abstract.pdf
42949         extra LaTeX "noautoscale, pages=-"
42950         rotateAngle -5
42951         rotateOrigin bottomleft
42952
42953 \end_inset
42954
42955
42956 \end_layout
42957
42958 \begin_layout Description
42959 Raster
42960 \begin_inset space ~
42961 \end_inset
42962
42963 image This can be used for bitmap images.
42964  The image can be treated in the 
42965 \family sans
42966 External material
42967 \family default
42968  dialog like the images that are usually included via the 
42969 \family sans
42970 Graphics
42971 \family default
42972  dialog as described in section
42973 \begin_inset space ~
42974 \end_inset
42975
42976
42977 \begin_inset CommandInset ref
42978 LatexCommand ref
42979 reference "sec:Graphics-Dialog"
42980 nolink "false"
42981
42982 \end_inset
42983
42984 .
42985  Here is an inserted raster image:
42986  
42987 \begin_inset External
42988         template RasterImage
42989         filename clipart/ToolbarEnvBox.png
42990
42991 \end_inset
42992
42993
42994 \end_layout
42995
42996 \begin_layout Description
42997 Spreadsheet With this template you can insert spreadsheets
42998 \begin_inset space \thinspace{}
42999 \end_inset
43000
43001 /
43002 \begin_inset space \thinspace{}
43003 \end_inset
43004
43005 tables in the format of 
43006 \series bold
43007
43008 \begin_inset CommandInset href
43009 LatexCommand href
43010 name "Gnumeric"
43011 target "https://en.wikipedia.org/wiki/Gnumeric"
43012 literal "false"
43013
43014 \end_inset
43015
43016
43017 \series default
43018 ,
43019  
43020 \begin_inset CommandInset href
43021 LatexCommand href
43022 name "OpenDocument"
43023 target "https://en.wikipedia.org/wiki/OpenDocument"
43024 literal "false"
43025
43026 \end_inset
43027
43028 ,
43029  
43030 \begin_inset CommandInset href
43031 LatexCommand href
43032 name "Microsoft Office XML"
43033 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
43034 literal "false"
43035
43036 \end_inset
43037
43038  and 
43039 \begin_inset CommandInset href
43040 LatexCommand href
43041 name "Office Open XML"
43042 target "https://en.wikipedia.org/wiki/Office_Open_XML"
43043 literal "false"
43044
43045 \end_inset
43046
43047 .
43048  For this feature \SpecialChar LyX
43049  must have found the program 
43050 \family typewriter
43051 ssconvert
43052 \family default
43053  during its configuration.
43054  This program is part of Gnumeric,
43055  so that you must have Gnumeric installed,
43056  also if you don't have tables in the Gnumeric format.
43057  For examples and possible limitations have a look at \SpecialChar LyX
43058 's example file 
43059 \emph on
43060 spreadsheet.lyx
43061 \emph default
43062 .
43063 \end_layout
43064
43065 \begin_layout Description
43066 Vector
43067 \begin_inset space ~
43068 \end_inset
43069
43070 graphics This can be used for vector graphics.
43071  The image can be treated in the 
43072 \family sans
43073 External material
43074 \family default
43075  dialog like the images that are usually included via the 
43076 \family sans
43077 Graphics
43078 \family default
43079  dialog as described in section
43080 \begin_inset space ~
43081 \end_inset
43082
43083
43084 \begin_inset CommandInset ref
43085 LatexCommand ref
43086 reference "sec:Graphics-Dialog"
43087 nolink "false"
43088
43089 \end_inset
43090
43091 .
43092  Here is an inserted vector graphics:
43093  
43094 \begin_inset External
43095         template VectorGraphics
43096         filename clipart/SVG-Drawing.svg
43097         lyxscale 50
43098         scale 33
43099
43100 \end_inset
43101
43102
43103 \end_layout
43104
43105 \begin_layout Description
43106 Xfig
43107 \begin_inset space ~
43108 \end_inset
43109
43110 figure This template supports images created with the program 
43111 \begin_inset CommandInset href
43112 LatexCommand href
43113 name "Xfig"
43114 target "https://en.wikipedia.org/wiki/Xfig"
43115 literal "false"
43116
43117 \end_inset
43118
43119 .
43120 \end_layout
43121
43122 \begin_layout Standard
43123 When you use the option 
43124 \family sans
43125 Draft
43126 \family default
43127  in the 
43128 \family sans
43129 File
43130 \family default
43131  tab of the 
43132 \family sans
43133 External Material
43134 \family default
43135  dialog,
43136  only the path to the inserted file is shown in the output.
43137 \begin_inset Newline newline
43138 \end_inset
43139
43140 External material is displayed in \SpecialChar LyX
43141  either as a box like this:
43142  
43143 \begin_inset Graphics
43144         filename clipart/ExternalMaterial.png
43145         scale 95
43146         scaleBeforeRotation
43147
43148 \end_inset
43149
43150  or as image,
43151  depending on the option 
43152 \family sans
43153 Show in LyX
43154 \family default
43155  in the 
43156 \family sans
43157 LaTeX and LyX options
43158 \family default
43159  tab of the dialog.
43160 \end_layout
43161
43162 \begin_layout Standard
43163 The 
43164 \family sans
43165 \emph on
43166 Customization
43167 \family default
43168 \emph default
43169  manual explains how you can define your own templates.
43170 \end_layout
43171
43172 \begin_layout Section
43173 Child Documents
43174 \begin_inset CommandInset label
43175 LatexCommand label
43176 name "sec:Child-Documents"
43177
43178 \end_inset
43179
43180
43181 \begin_inset Index idx
43182 range none
43183 pageformat default
43184 status collapsed
43185
43186 \begin_layout Plain Layout
43187 External Document Parts
43188 \begin_inset IndexMacro subentry
43189 status open
43190
43191 \begin_layout Plain Layout
43192 Child Documents
43193 \end_layout
43194
43195 \end_inset
43196
43197
43198 \end_layout
43199
43200 \end_inset
43201
43202
43203 \begin_inset Index idx
43204 range none
43205 pageformat default
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209 Files
43210 \begin_inset IndexMacro subentry
43211 status open
43212
43213 \begin_layout Plain Layout
43214 Include
43215 \end_layout
43216
43217 \end_inset
43218
43219
43220 \end_layout
43221
43222 \end_inset
43223
43224
43225 \end_layout
43226
43227 \begin_layout Standard
43228 Child documents are used if you have a long document consisting of several larger parts or sections.
43229  For maintenance it is often useful and sometimes even required to split the document into several files that can be revised separately.
43230  The different documents are then the so called 
43231 \begin_inset Quotes eld
43232 \end_inset
43233
43234 child documents
43235 \begin_inset Quotes erd
43236 \end_inset
43237
43238 ,
43239  and a master document connects them to print the full document or parts of it.
43240  A child document inherits elements from its master,
43241  for example the \SpecialChar LaTeX
43242  preamble,
43243  the bibliography,
43244  and labels for cross-references.
43245 \end_layout
43246
43247 \begin_layout Standard
43248 To be able to work on child documents without the need to open their master,
43249  specify in the child document the master in the menu
43250 \family sans
43251  Document\SpecialChar menuseparator
43252 Settings\SpecialChar menuseparator
43253 Document
43254 \begin_inset space ~
43255 \end_inset
43256
43257 Class
43258 \family default
43259 .
43260  This master document will then be used in the background by \SpecialChar LyX
43261  when you edit the child document.
43262 \end_layout
43263
43264 \begin_layout Standard
43265 Included documents are displayed in \SpecialChar LyX
43266  as a box like this:
43267  
43268 \begin_inset Graphics
43269         filename clipart/ChildDocument.png
43270         scale 95
43271         scaleBeforeRotation
43272
43273 \end_inset
43274
43275  To include child documents in a master document use the menu 
43276 \family sans
43277 Insert\SpecialChar menuseparator
43278 File\SpecialChar menuseparator
43279 Child
43280 \begin_inset space ~
43281 \end_inset
43282
43283 Documents
43284 \family default
43285 .
43286  A dialog pops up where you can choose between four include methods:
43287 \end_layout
43288
43289 \begin_layout Description
43290 Include You can include \SpecialChar LyX
43291  and \SpecialChar LaTeX
43292  documents.
43293  When you press the 
43294 \family sans
43295 Edit
43296 \family default
43297  button in the 
43298 \family sans
43299 Child Document
43300 \family default
43301  dialog,
43302  the included document will be opened in \SpecialChar LyX
43303  in a new file tab so that you can modify it.
43304 \begin_inset Newline newline
43305 \end_inset
43306
43307
43308 \end_layout
43309
43310 \begin_layout Standard
43311 Here is a child document inserted using 
43312 \family sans
43313 Include
43314 \family default
43315 :
43316  
43317 \begin_inset CommandInset include
43318 LatexCommand include
43319 filename "DummyDocument1.lyx"
43320 literal "true"
43321
43322 \end_inset
43323
43324
43325 \end_layout
43326
43327 \begin_layout Standard
43328 The section numbering includes the sections of the included files in the order they are inserted in the master document.
43329  The included example document has for example a subsection that is numbered as a subsection of this section.
43330  Labels of included documents can be referenced:
43331  Subsection
43332 \begin_inset space ~
43333 \end_inset
43334
43335
43336 \begin_inset CommandInset ref
43337 LatexCommand ref
43338 reference "subsec:External-Subsection-1"
43339 nolink "false"
43340
43341 \end_inset
43342
43343 .
43344 \end_layout
43345
43346 \begin_layout Standard
43347 The preamble of the child document is ignored;
43348  only the preamble of the master document is used.
43349  Branches in child documents will be ignored by the master document when the master document does not have a branch with the same name.
43350  Included documents are inserted starting on a new page and ending with a page break.
43351 \end_layout
43352
43353 \begin_layout Standard
43354 \begin_inset Note Greyedout
43355 status open
43356
43357 \begin_layout Plain Layout
43358
43359 \series bold
43360 Note:
43361
43362 \series default
43363  If you have included a \SpecialChar LyX
43364  or \SpecialChar LaTeX
43365  file,
43366  you are warned when you export/view the document in case the child document uses another document class than the master document as this will lead to unexpected outputs.
43367 \end_layout
43368
43369 \end_inset
43370
43371
43372 \end_layout
43373
43374 \begin_layout Description
43375 Input This method is very similar to the Include method.
43376  The differences are:
43377 \end_layout
43378
43379 \begin_deeper
43380 \begin_layout Itemize
43381 Input files don't start with a new page and don't end with a page break.
43382 \end_layout
43383
43384 \begin_layout Itemize
43385 Input files can be previewed in \SpecialChar LyX
43386  when 
43387 \family sans
43388 Instant
43389 \begin_inset space ~
43390 \end_inset
43391
43392 Preview
43393 \family default
43394  is enabled in \SpecialChar LyX
43395 's preferences under 
43396 \family sans
43397 Look
43398 \begin_inset space ~
43399 \end_inset
43400
43401 and
43402 \begin_inset space ~
43403 \end_inset
43404
43405 feel\SpecialChar menuseparator
43406 Graphics
43407 \family default
43408 .
43409 \end_layout
43410
43411 \begin_layout Itemize
43412 You cannot exclude Input files via the menu 
43413 \family sans
43414 Document\SpecialChar menuseparator
43415 Settings\SpecialChar menuseparator
43416 Child Documents
43417 \family default
43418 .
43419 \end_layout
43420
43421 \end_deeper
43422 \begin_layout Standard
43423 Here is a child document inserted using 
43424 \family sans
43425 Input
43426 \family default
43427 :
43428  
43429 \begin_inset CommandInset include
43430 LatexCommand input
43431 filename "DummyDocument2.lyx"
43432 literal "true"
43433
43434 \end_inset
43435
43436
43437 \end_layout
43438
43439 \begin_layout Description
43440 Verbatim With this method any text file can be included.
43441  The file is shown in the output with its source code;
43442  no command used in the text is invoked.
43443  You can use the option 
43444 \family sans
43445 Mark spaces in output
43446 \family default
43447  that displays the character 
43448 \begin_inset Quotes eld
43449 \end_inset
43450
43451
43452 \begin_inset ERT
43453 status collapsed
43454
43455 \begin_layout Plain Layout
43456
43457
43458 \backslash
43459 textvisiblespace 
43460 \end_layout
43461
43462 \end_inset
43463
43464
43465 \begin_inset Quotes erd
43466 \end_inset
43467
43468  for every space character in the source code.
43469  The difference from the method via the menu 
43470 \family sans
43471 Insert\SpecialChar menuseparator
43472 File\SpecialChar menuseparator
43473 Plain
43474 \begin_inset space ~
43475 \end_inset
43476
43477 Text
43478 \family default
43479  is that the document content is not shown in \SpecialChar LyX
43480 .
43481 \end_layout
43482
43483 \begin_layout Standard
43484 Here is a child document inserted as Verbatim:
43485  
43486 \begin_inset CommandInset include
43487 LatexCommand verbatiminput
43488 filename "DummyTextDocument.txt"
43489 literal "true"
43490
43491 \end_inset
43492
43493
43494 \begin_inset VSpace bigskip
43495 \end_inset
43496
43497  Here is a child document inserted as Verbatim using the 
43498 \family sans
43499 Mark spaces in output
43500 \family default
43501  option:
43502  
43503 \begin_inset CommandInset include
43504 LatexCommand verbatiminput*
43505 filename "DummyTextDocument.txt"
43506 literal "true"
43507
43508 \end_inset
43509
43510
43511 \end_layout
43512
43513 \begin_layout Standard
43514 \begin_inset VSpace bigskip
43515 \end_inset
43516
43517
43518 \end_layout
43519
43520 \begin_layout Standard
43521 \begin_inset Note Greyedout
43522 status open
43523
43524 \begin_layout Plain Layout
43525
43526 \series bold
43527 Note:
43528
43529 \series default
43530  As you can see in the examples above,
43531  the text of the documents included as 
43532 \family sans
43533 verbatim
43534 \family default
43535  is not broken at the end of the document lines.
43536 \end_layout
43537
43538 \end_inset
43539
43540
43541 \end_layout
43542
43543 \begin_layout Description
43544 Listings This type is described in chapter
43545 \begin_inset space ~
43546 \end_inset
43547
43548
43549 \begin_inset CommandInset ref
43550 LatexCommand ref
43551 reference "cha:Program-Code-Listings"
43552 nolink "false"
43553
43554 \end_inset
43555
43556 .
43557 \end_layout
43558
43559 \begin_layout Standard
43560 \begin_inset Note Greyedout
43561 status open
43562
43563 \begin_layout Plain Layout
43564
43565 \series bold
43566 Note:
43567
43568 \series default
43569  Including the same document twice in a document using different methods could cause \SpecialChar LaTeX
43570 -problems.
43571 \end_layout
43572
43573 \end_inset
43574
43575
43576 \end_layout
43577
43578 \begin_layout Standard
43579 If you want to view/export only selected children of your master document,
43580  either because you want to save compiling time or because you want to distribute single chapters of the book you are just writing,
43581  you can exclude children from the output.
43582  This is done via the menu 
43583 \family sans
43584 Document\SpecialChar menuseparator
43585 Settings\SpecialChar menuseparator
43586 Child Documents
43587 \family default
43588 .
43589  You can exclude\SpecialChar breakableslash
43590 include children by double-clicking on the 
43591 \family sans
43592 include to output
43593 \family default
43594  column of the respective child document in the list (note that this only works for documents embedded via 
43595 \begin_inset Quotes eld
43596 \end_inset
43597
43598 Include
43599 \begin_inset Quotes erd
43600 \end_inset
43601
43602 ,
43603  not with 
43604 \begin_inset Quotes eld
43605 \end_inset
43606
43607 Input
43608 \begin_inset Quotes erd
43609 \end_inset
43610
43611 ).
43612  
43613 \change_inserted -712698321 1584102244
43614
43615 \end_layout
43616
43617 \begin_layout Standard
43618
43619 \change_inserted -712698321 1584102427
43620 In the section 
43621 \family sans
43622 Global Counters & References
43623 \family default
43624  you can set how page numbers,
43625  references,
43626  section counters etc.
43627  are handled.
43628 \end_layout
43629
43630 \begin_layout Itemize
43631
43632 \change_inserted -712698321 1584102377
43633 With the option 
43634 \family sans
43635 Strictly maintain
43636 \family default
43637 ,
43638  
43639 \change_deleted -712698321 1584102385
43640 If the option 
43641 \family sans
43642 Maintain counters and references
43643 \family default
43644  is enabled,
43645  
43646 \change_unchanged
43647 \SpecialChar LyX
43648  will assure that all page numbers,
43649  references etc.
43650 \begin_inset space ~
43651 \end_inset
43652
43653 are correct as if the whole document was 
43654 \change_deleted -712698321 1584108508
43655 processed
43656 \change_inserted -712698321 1584108509
43657 output
43658 \change_unchanged
43659 .
43660  This is useful if you want the selected sub-documents to look exactly as in the context of the whole document.
43661  However,
43662  \SpecialChar LyX
43663  needs to process the whole document in the background for this feature
43664 \change_inserted -712698321 1584102406
43665 ,
43666  which can take a long time
43667 \change_unchanged
43668 .
43669
43670 \change_deleted -712698321 1584103026
43671  
43672 \change_inserted -712698321 1584102447
43673
43674 \end_layout
43675
43676 \begin_layout Itemize
43677
43678 \change_inserted -712698321 1584102489
43679 With the option 
43680 \family sans
43681 Do not maintain
43682 \family default
43683 ,
43684  
43685 \change_unchanged
43686 \SpecialChar LyX
43687
43688 \change_inserted -712698321 1584103270
43689  only compiles the master and the included documents.
43690  Thus the counters will differ from the complete document,
43691  and references to excluded child documents will not be resolved.
43692  
43693 \change_deleted -712698321 1584102517
43694 So i
43695 \change_inserted -712698321 1584102518
43696 I
43697 \change_unchanged
43698 f you want to save compile time and if counters and references do not need to be correct,
43699  
43700 \change_deleted -712698321 1584102523
43701 disable this checkbox
43702 \change_inserted -712698321 1584102546
43703 use this option as this is the fastest one
43704 \change_unchanged
43705 .
43706 \change_inserted -712698321 1584102550
43707
43708 \end_layout
43709
43710 \begin_layout Itemize
43711
43712 \change_inserted -712698321 1584109486
43713 The option 
43714 \family sans
43715 Maintain mostly
43716 \family default
43717  is somewhat in-between the above two.
43718  If this is selected,
43719  \SpecialChar LyX
43720  will compile the whole document at the first output,
43721  which sets up counters and references correctly.
43722  In subsequent outputs,
43723  it will compile the whole document only if a change has been made in an excluded child document.
43724  As long as you only edit the included files,
43725  this approach is as fast as the second one,
43726  while giving you more or less correct counters and references.
43727  They are only more or less correct since the change of size of included documents obviously also changes the pagination of excluded documents,
43728  but this change cannot be tracked with this method.
43729 \change_unchanged
43730
43731 \end_layout
43732
43733 \begin_layout Standard
43734 Alternatively,
43735  you can put each included file into a branch.
43736 \begin_inset Foot
43737 status collapsed
43738
43739 \begin_layout Plain Layout
43740 Branches are described in section 
43741 \emph on
43742 Branches
43743 \emph default
43744  of the \SpecialChar LyX
43745  
43746 \emph on
43747 Userguide
43748 \emph default
43749 .
43750 \end_layout
43751
43752 \end_inset
43753
43754  By enabling\SpecialChar breakableslash
43755 disabling branches you can decide which included files will appear in the output.
43756  This has the advantage that it also works with Input'ed sub-documents.
43757  However,
43758  counters and references will not be maintained with this approach.
43759 \end_layout
43760
43761 \begin_layout Chapter
43762 Program Code Listings
43763 \begin_inset CommandInset label
43764 LatexCommand label
43765 name "cha:Program-Code-Listings"
43766
43767 \end_inset
43768
43769
43770 \begin_inset Index idx
43771 range none
43772 pageformat default
43773 status collapsed
43774
43775 \begin_layout Plain Layout
43776 Listings
43777 \end_layout
43778
43779 \end_inset
43780
43781
43782 \begin_inset Index idx
43783 range none
43784 pageformat default
43785 status collapsed
43786
43787 \begin_layout Plain Layout
43788 Program Code
43789 \end_layout
43790
43791 \end_inset
43792
43793
43794 \begin_inset Index idx
43795 range none
43796 pageformat default
43797 status collapsed
43798
43799 \begin_layout Plain Layout
43800 Floats
43801 \begin_inset IndexMacro subentry
43802 status open
43803
43804 \begin_layout Plain Layout
43805 Listings
43806 \end_layout
43807
43808 \end_inset
43809
43810
43811 \end_layout
43812
43813 \end_inset
43814
43815
43816 \end_layout
43817
43818 \begin_layout Standard
43819 To include and typeset program code you can use the 
43820 \family sans
43821 Listings
43822 \family default
43823  inset that can be inserted via the menu 
43824 \family sans
43825 Insert\SpecialChar menuseparator
43826 Program Listing
43827 \family default
43828 .
43829  The \SpecialChar LaTeX
43830  packages 
43831 \series bold
43832 listings
43833 \series default
43834
43835 \begin_inset Index idx
43836 range none
43837 pageformat default
43838 status collapsed
43839
43840 \begin_layout Plain Layout
43841 \SpecialChar LaTeX
43842  packages
43843 \begin_inset IndexMacro subentry
43844 status open
43845
43846 \begin_layout Plain Layout
43847 listings
43848 \end_layout
43849
43850 \end_inset
43851
43852
43853 \end_layout
43854
43855 \end_inset
43856
43857  or 
43858 \series bold
43859 minted
43860 \series default
43861
43862 \begin_inset Index idx
43863 range none
43864 pageformat default
43865 status collapsed
43866
43867 \begin_layout Plain Layout
43868 \SpecialChar LaTeX
43869  packages
43870 \begin_inset IndexMacro subentry
43871 status open
43872
43873 \begin_layout Plain Layout
43874 minted
43875 \end_layout
43876
43877 \end_inset
43878
43879
43880 \end_layout
43881
43882 \end_inset
43883
43884  provide a powerful and flexible way to insert program source code into your document.
43885  One can only use one of these packages in a document.
43886  
43887 \series bold
43888 listings
43889 \series default
43890  is used by default.
43891 \end_layout
43892
43893 \begin_layout Standard
43894 \begin_inset Note Note
43895 status open
43896
43897 \begin_layout Plain Layout
43898
43899 \series bold
43900 Note:
43901
43902 \series default
43903  \SpecialChar LyX
43904  does NOT want to encourage users to add the 
43905 \family typewriter
43906 -shell-escape
43907 \family default
43908  option to converter definitions.
43909  It works,
43910  but it is a huge security risk.
43911  There is an active discussion about how to handle this.
43912  Once that's been resolved,
43913  this can be updated appropriately.
43914 \end_layout
43915
43916 \begin_layout Plain Layout
43917 =====
43918 \end_layout
43919
43920 \begin_layout Plain Layout
43921 In order to use 
43922 \series bold
43923 minted
43924 \series default
43925 ,
43926  you need to select it as the syntax highlighting package in the document settings under 
43927 \family sans
43928 Listings
43929 \family default
43930 .
43931  
43932 \series bold
43933 minted
43934 \series default
43935  requires also additionally the module 
43936 \family sans
43937 pygments
43938 \family default
43939  of the software 
43940 \noun on
43941 Python
43942 \noun default
43943
43944 \begin_inset Foot
43945 status collapsed
43946
43947 \begin_layout Plain Layout
43948 Under \SpecialChar LyX
43949  for Windows 
43950 \family sans
43951 pygments
43952 \family default
43953  is already installed.
43954 \end_layout
43955
43956 \end_inset
43957
43958  and the option 
43959 \family typewriter
43960 -shell-escape
43961 \family default
43962  for the \SpecialChar LaTeX
43963  processor.
43964  If you want for example view or export your document as the format 
43965 \family sans
43966 PDF
43967 \begin_inset space ~
43968 \end_inset
43969
43970 (pdflatex)
43971 \family default
43972 ,
43973  go to the \SpecialChar LyX
43974  preferences and there to the section 
43975 \family sans
43976 File
43977 \begin_inset space ~
43978 \end_inset
43979
43980 Handling\SpecialChar menuseparator
43981 Converters
43982 \family default
43983 .
43984  There go to the entry 
43985 \family sans
43986 LaTeX
43987 \begin_inset space ~
43988 \end_inset
43989
43990 (pdflatex) -> PDF
43991 \begin_inset space ~
43992 \end_inset
43993
43994 (pdflatex)
43995 \family default
43996  and look at the field 
43997 \family sans
43998 Converter
43999 \family default
44000 .
44001  There you see by default the content
44002 \begin_inset Newline newline
44003 \end_inset
44004
44005
44006 \series bold
44007 pdflatex $$i
44008 \series default
44009
44010 \begin_inset Newline newline
44011 \end_inset
44012
44013 Now change it to
44014 \begin_inset Newline newline
44015 \end_inset
44016
44017
44018 \series bold
44019 pdflatex $$i -shell-escape
44020 \begin_inset Newline newline
44021 \end_inset
44022
44023
44024 \series default
44025 and press the 
44026 \family sans
44027 Modify
44028 \family default
44029  button and subsequently 
44030 \family sans
44031 Apply
44032 \family default
44033  or 
44034 \family sans
44035 Save
44036 \family default
44037 .
44038  The same can be done for the output formats 
44039 \family sans
44040 PDF
44041 \begin_inset space ~
44042 \end_inset
44043
44044 (LuaTeX)
44045 \family default
44046  and 
44047 \family sans
44048 PDF
44049 \begin_inset space ~
44050 \end_inset
44051
44052 (XeTeX)
44053 \family default
44054 .
44055 \end_layout
44056
44057 \end_inset
44058
44059
44060 \end_layout
44061
44062 \begin_layout Standard
44063 Right-clicking on a listings inset opens the context menu containing where you can set the listings format.
44064 \end_layout
44065
44066 \begin_layout Standard
44067 By default,
44068  a listing starts a new paragraph in the output.
44069  The placement option 
44070 \family sans
44071 Inline
44072 \begin_inset space ~
44073 \end_inset
44074
44075 listing
44076 \family default
44077  prints the listing inline like this:
44078  
44079 \begin_inset listings
44080 lstparams "language={C++}"
44081 inline true
44082 status open
44083
44084 \begin_layout Plain Layout
44085
44086 int a=5;
44087 \end_layout
44088
44089 \end_inset
44090
44091
44092 \begin_inset Newline newline
44093 \end_inset
44094
44095 The option 
44096 \family sans
44097 Float
44098 \family default
44099  creates a listings float where you can specify the placement options 
44100 \begin_inset Quotes eld
44101 \end_inset
44102
44103
44104 \family sans
44105 h
44106 \family default
44107
44108 \begin_inset Quotes erd
44109 \end_inset
44110
44111 ,
44112  
44113 \begin_inset Quotes eld
44114 \end_inset
44115
44116
44117 \family sans
44118 t
44119 \family default
44120
44121 \begin_inset Quotes erd
44122 \end_inset
44123
44124 ,
44125  
44126 \begin_inset Quotes eld
44127 \end_inset
44128
44129
44130 \family sans
44131 b
44132 \family default
44133
44134 \begin_inset Quotes erd
44135 \end_inset
44136
44137 ,
44138  and 
44139 \begin_inset Quotes eld
44140 \end_inset
44141
44142
44143 \family sans
44144 p
44145 \family default
44146
44147 \begin_inset Quotes erd
44148 \end_inset
44149
44150  corresponding to the float placement options described in section
44151 \begin_inset space ~
44152 \end_inset
44153
44154
44155 \begin_inset CommandInset ref
44156 LatexCommand ref
44157 reference "sec:Float-Settings"
44158 nolink "false"
44159
44160 \end_inset
44161
44162 .
44163  The placement options can be mixed and are inserted without any separation,
44164  e.
44165 \begin_inset space \thinspace{}
44166 \end_inset
44167
44168 g.
44169 \begin_inset space \space{}
44170 \end_inset
44171
44172
44173 \begin_inset Quotes eld
44174 \end_inset
44175
44176
44177 \family sans
44178 htbp
44179 \family default
44180
44181 \begin_inset Quotes erd
44182 \end_inset
44183
44184 .
44185  The option 
44186 \begin_inset Quotes eld
44187 \end_inset
44188
44189 h
44190 \begin_inset Quotes erd
44191 \end_inset
44192
44193  has sometimes no effect,
44194  but you don't need to use the 
44195 \family sans
44196 Float
44197 \family default
44198  option in this case as also non-float listings can have captions and be referenced.
44199 \end_layout
44200
44201 \begin_layout Standard
44202 You can add captions to listings that are not inline with the menu 
44203 \family sans
44204 Insert\SpecialChar menuseparator
44205 Caption
44206 \family default
44207 .
44208  Listings can be referenced like floats:
44209  Listing
44210 \begin_inset space ~
44211 \end_inset
44212
44213
44214 \begin_inset CommandInset ref
44215 LatexCommand ref
44216 reference "lst:Example-Listing"
44217 nolink "false"
44218
44219 \end_inset
44220
44221 .
44222  A list of listings which contains all listings with captions can be created via the menu 
44223 \family sans
44224 Insert\SpecialChar menuseparator
44225 List
44226 \begin_inset space ~
44227 \end_inset
44228
44229 /
44230 \begin_inset space ~
44231 \end_inset
44232
44233 TOC\SpecialChar menuseparator
44234 List of Listings
44235 \family default
44236 .
44237  The list entries are the listing caption and the listing number.
44238 \end_layout
44239
44240 \begin_layout Standard
44241 \begin_inset listings
44242 lstparams "language=Python"
44243 inline false
44244 status open
44245
44246 \begin_layout Plain Layout
44247
44248 \begin_inset Caption Standard
44249
44250 \begin_layout Plain Layout
44251 \begin_inset CommandInset label
44252 LatexCommand label
44253 name "lst:Example-Listing"
44254
44255 \end_inset
44256
44257 Example Listing float
44258 \end_layout
44259
44260 \end_inset
44261
44262 # Example listing float
44263 \end_layout
44264
44265 \begin_layout Plain Layout
44266
44267 def func(param):
44268 \end_layout
44269
44270 \begin_layout Plain Layout
44271
44272     'this is a python function'
44273 \end_layout
44274
44275 \begin_layout Plain Layout
44276
44277     pass
44278 \end_layout
44279
44280 \end_inset
44281
44282
44283 \end_layout
44284
44285 \begin_layout Standard
44286 \begin_inset Note Greyedout
44287 status open
44288
44289 \begin_layout Plain Layout
44290
44291 \series bold
44292 Note:
44293  
44294 \series default
44295 The 
44296 \series bold
44297 listings
44298 \series default
44299  package places captions before the listing by default.
44300 \begin_inset Newline newline
44301 \end_inset
44302
44303 The 
44304 \series bold
44305 minted
44306 \series default
44307  package places them after the listing by default if it is floating.
44308  If it is not floating,
44309  caption will be typeset before the listing if it is inserted to its first line,
44310  otherwise it will be typeset after the listing.
44311  If you want to force the placement in every case before the listing,
44312  you have to add the following lines as last thing to the preamble:
44313 \begin_inset Newline newline
44314 \end_inset
44315
44316
44317 \series bold
44318
44319 \backslash
44320 @ifundefined{newfloat}
44321 \begin_inset Newline newline
44322 \end_inset
44323
44324
44325 \begin_inset Phantom HPhantom
44326 status open
44327
44328 \begin_layout Plain Layout
44329
44330 \series bold
44331 \begin_inset space ~
44332 \end_inset
44333
44334
44335 \end_layout
44336
44337 \end_inset
44338
44339 {
44340 \backslash
44341 usepackage{float}}{}
44342 \begin_inset Newline newline
44343 \end_inset
44344
44345
44346 \backslash
44347 floatstyle{plaintop}
44348 \series default
44349
44350 \begin_inset Note Note
44351 status collapsed
44352
44353 \begin_layout Plain Layout
44354 The package 
44355 \series bold
44356 float
44357 \series default
44358  will be loaded automatically by \SpecialChar LyX
44359  when you use special document-wide float placement settings.
44360  To avoid that it is loaded twice the command 
44361 \series bold
44362
44363 \backslash
44364 @ifundefined
44365 \series default
44366  is used in the above command.
44367 \end_layout
44368
44369 \end_inset
44370
44371
44372 \end_layout
44373
44374 \end_inset
44375
44376
44377 \end_layout
44378
44379 \begin_layout Standard
44380 When you have set a programming language in the listings dialog,
44381  the keywords of this language will be recognized and specially typeset in the output.
44382  In the example listings the Python keyword 
44383 \begin_inset Quotes eld
44384 \end_inset
44385
44386 def
44387 \begin_inset Quotes erd
44388 \end_inset
44389
44390  is recognized and printed bold in the output.
44391 \end_layout
44392
44393 \begin_layout Standard
44394 \begin_inset Note Greyedout
44395 status open
44396
44397 \begin_layout Plain Layout
44398
44399 \series bold
44400 Note:
44401
44402 \series default
44403  If you don't get bold keywords when using typewriter fonts,
44404  your 
44405 \family typewriter
44406 typewriter
44407 \family default
44408  font probably doesn't provide a bold shape.
44409  In this case select a different one in the menu 
44410 \family sans
44411 Document\SpecialChar menuseparator
44412 Settings\SpecialChar menuseparator
44413 Fonts
44414 \family default
44415 .
44416  (The fonts 
44417 \emph on
44418 LuxiMono,
44419  BeraMono
44420 \emph default
44421  and 
44422 \emph on
44423 Courier
44424 \emph default
44425  provide bold shapes.)
44426 \end_layout
44427
44428 \end_inset
44429
44430
44431 \end_layout
44432
44433 \begin_layout Standard
44434 In section 
44435 \family sans
44436 Line
44437 \begin_inset space ~
44438 \end_inset
44439
44440 numbering
44441 \family default
44442  of the listings dialog you can specify the line numbering style.
44443  You can insert a number to specify which lines are numbered in the field 
44444 \family sans
44445 Step
44446 \family default
44447 .
44448  When you insert e.
44449 \begin_inset space \thinspace{}
44450 \end_inset
44451
44452 g.
44453 \begin_inset space \space{}
44454 \end_inset
44455
44456
44457 \begin_inset Quotes eld
44458 \end_inset
44459
44460 3
44461 \begin_inset Quotes erd
44462 \end_inset
44463
44464 ,
44465  only every 3rd line will be numbered.
44466 \end_layout
44467
44468 \begin_layout Standard
44469 You can furthermore specify a range of lines;
44470  only these will then appear in the output.
44471  The option 
44472 \family sans
44473 Extended character table
44474 \family default
44475  is only meaningful for the 
44476 \series bold
44477 listings
44478 \series default
44479  package and should be used when you use national characters like the German umlauts in the listing.
44480 \begin_inset Newline newline
44481 \end_inset
44482
44483 Here is an example listing with left line numbering,
44484  step 
44485 \begin_inset Quotes eld
44486 \end_inset
44487
44488 3
44489 \begin_inset Quotes erd
44490 \end_inset
44491
44492 ,
44493  language 
44494 \begin_inset Quotes eld
44495 \end_inset
44496
44497 Python
44498 \begin_inset Quotes erd
44499 \end_inset
44500
44501 ,
44502  options 
44503 \begin_inset Quotes eld
44504 \end_inset
44505
44506 Extended character table
44507 \begin_inset Quotes erd
44508 \end_inset
44509
44510  and 
44511 \begin_inset Quotes eld
44512 \end_inset
44513
44514 Space
44515 \begin_inset space ~
44516 \end_inset
44517
44518 as
44519 \begin_inset space ~
44520 \end_inset
44521
44522 symbol
44523 \begin_inset Quotes erd
44524 \end_inset
44525
44526 ,
44527  range lines 3
44528 \begin_inset space \thinspace{}
44529 \end_inset
44530
44531 -
44532 \begin_inset space \thinspace{}
44533 \end_inset
44534
44535 8:
44536 \end_layout
44537
44538 \begin_layout Standard
44539 \begin_inset listings
44540 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
44541 inline false
44542 status open
44543
44544 \begin_layout Plain Layout
44545
44546 def func(param):
44547 \end_layout
44548
44549 \begin_layout Plain Layout
44550
44551     'this is a python function'
44552 \end_layout
44553
44554 \begin_layout Plain Layout
44555
44556     pass
44557 \end_layout
44558
44559 \begin_layout Plain Layout
44560
44561 def func(param):
44562 \end_layout
44563
44564 \begin_layout Plain Layout
44565
44566 'This is a German word:
44567  Tschüß'
44568 \end_layout
44569
44570 \begin_layout Plain Layout
44571
44572 pass
44573 \end_layout
44574
44575 \begin_layout Plain Layout
44576
44577 def func(param):
44578 \end_layout
44579
44580 \begin_layout Plain Layout
44581
44582 'this is a python function'
44583 \end_layout
44584
44585 \begin_layout Plain Layout
44586
44587 pass
44588 \end_layout
44589
44590 \end_inset
44591
44592
44593 \end_layout
44594
44595 \begin_layout Standard
44596 When you have tabulators in your listing,
44597  you can specify the number of characters that are spanned by a tabulator in the field 
44598 \family sans
44599 Tabulator
44600 \begin_inset space ~
44601 \end_inset
44602
44603 size
44604 \family default
44605 .
44606 \end_layout
44607
44608 \begin_layout Standard
44609 \begin_inset Note Greyedout
44610 status open
44611
44612 \begin_layout Plain Layout
44613
44614 \series bold
44615 Note:
44616
44617 \series default
44618  Due to a bug in the 
44619 \series bold
44620 listings
44621 \series default
44622  package the line numbering is shifted by a line by every previous listing.
44623  That's the reason why the lines 2 and 5 are numbered in the above listing and not the lines 3 and 6.
44624 \end_layout
44625
44626 \end_inset
44627
44628
44629 \end_layout
44630
44631 \begin_layout Standard
44632 \begin_inset VSpace bigskip
44633 \end_inset
44634
44635
44636 \end_layout
44637
44638 \begin_layout Standard
44639 It is also possible to print lines from a file as listing.
44640  To do this,
44641  use the menu 
44642 \family sans
44643 Insert\SpecialChar menuseparator
44644 File\SpecialChar menuseparator
44645 Child Document
44646 \family default
44647  and choose the type 
44648 \family sans
44649 Listings
44650 \family default
44651 .
44652 \begin_inset Foot
44653 status collapsed
44654
44655 \begin_layout Plain Layout
44656 The other child document types are described in section
44657 \begin_inset space ~
44658 \end_inset
44659
44660
44661 \begin_inset CommandInset ref
44662 LatexCommand ref
44663 reference "sec:Child-Documents"
44664 nolink "false"
44665
44666 \end_inset
44667
44668 .
44669 \end_layout
44670
44671 \end_inset
44672
44673  In the child document dialog you can specify the listing parameters in a text box.
44674  To show a list of all available parameters,
44675  type in a question mark 
44676 \begin_inset Quotes eld
44677 \end_inset
44678
44679 ?
44680 \begin_inset Quotes erd
44681 \end_inset
44682
44683  in the text box.
44684 \end_layout
44685
44686 \begin_layout Standard
44687 To reference child document listings,
44688  write a label text into the corresponding field of the child document dialog.
44689  The label can then be referenced using the menu 
44690 \family sans
44691 Insert\SpecialChar menuseparator
44692 Cross-Reference
44693 \family default
44694 .
44695 \end_layout
44696
44697 \begin_layout Standard
44698 Listing
44699 \begin_inset space ~
44700 \end_inset
44701
44702
44703 \begin_inset CommandInset ref
44704 LatexCommand ref
44705 reference "lst:file-listing"
44706 nolink "false"
44707
44708 \end_inset
44709
44710  is an example for a listing of a file;
44711  there the lines 10
44712 \begin_inset space \thinspace{}
44713 \end_inset
44714
44715 -
44716 \begin_inset space \thinspace{}
44717 \end_inset
44718
44719 15 of this \SpecialChar LyX
44720  file are listed.
44721 \end_layout
44722
44723 \begin_layout Standard
44724 \begin_inset CommandInset include
44725 LatexCommand lstinputlisting
44726 filename "EmbeddedObjects.lyx"
44727 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
44728 literal "true"
44729
44730 \end_inset
44731
44732
44733 \end_layout
44734
44735 \begin_layout Standard
44736 \begin_inset VSpace bigskip
44737 \end_inset
44738
44739
44740 \end_layout
44741
44742 \begin_layout Standard
44743 Inserting a formula into a listing can be done the following way:
44744 \end_layout
44745
44746 \begin_layout Enumerate
44747 Open the listings dialog and add
44748 \begin_inset Newline newline
44749 \end_inset
44750
44751
44752 \family sans
44753 mathescape=true
44754 \family default
44755
44756 \begin_inset Newline newline
44757 \end_inset
44758
44759 to the field of the 
44760 \family sans
44761 Advanced
44762 \family default
44763  tab.
44764 \end_layout
44765
44766 \begin_layout Enumerate
44767 Create a formula outside the listing
44768 \end_layout
44769
44770 \begin_layout Enumerate
44771 Copy the content of the formula (not the formula inset) to the clipboard (shortcut 
44772 \begin_inset Info
44773 type  "shortcut"
44774 arg   "copy"
44775 \end_inset
44776
44777 )
44778 \end_layout
44779
44780 \begin_layout Enumerate
44781 In the listing write 
44782 \begin_inset Quotes eld
44783 \end_inset
44784
44785
44786 \family sans
44787 $$
44788 \family default
44789
44790 \begin_inset Quotes erd
44791 \end_inset
44792
44793  and copy from the clipboard between the dollar-signs (shortcut 
44794 \begin_inset Info
44795 type  "shortcut"
44796 arg   "paste"
44797 \end_inset
44798
44799 )
44800 \end_layout
44801
44802 \begin_layout Standard
44803 \begin_inset listings
44804 lstparams "language=Python,mathescape=true"
44805 inline false
44806 status open
44807
44808 \begin_layout Plain Layout
44809
44810 \begin_inset Caption Standard
44811
44812 \begin_layout Plain Layout
44813 Example Listing float containing a formula
44814 \end_layout
44815
44816 \end_inset
44817
44818 # Example listing float
44819 \end_layout
44820
44821 \begin_layout Plain Layout
44822
44823 def func(param):
44824 \end_layout
44825
44826 \begin_layout Plain Layout
44827
44828     # $
44829 \backslash
44830 prod_{n=1}^{
44831 \backslash
44832 infty}
44833 \backslash
44834 ,
44835 \backslash
44836 frac{1}{x^{2}}$
44837 \end_layout
44838
44839 \begin_layout Plain Layout
44840
44841     pass
44842 \end_layout
44843
44844 \end_inset
44845
44846
44847 \end_layout
44848
44849 \begin_layout Standard
44850 \begin_inset VSpace bigskip
44851 \end_inset
44852
44853
44854 \end_layout
44855
44856 \begin_layout Standard
44857 Global listings settings can be set in the 
44858 \family sans
44859 Document\SpecialChar menuseparator
44860 Settings\SpecialChar menuseparator
44861 Listings
44862 \family default
44863  dialog.
44864  To get there a list of available options,
44865  type in a question mark 
44866 \begin_inset Quotes eld
44867 \end_inset
44868
44869 ?
44870 \begin_inset Quotes erd
44871 \end_inset
44872
44873 .
44874 \end_layout
44875
44876 \begin_layout Standard
44877 For more information about the 
44878 \series bold
44879 listings
44880 \series default
44881  and 
44882 \series bold
44883 minted
44884 \series default
44885  packages,
44886  we refer to their documentation 
44887 \begin_inset CommandInset citation
44888 LatexCommand cite
44889 key "listings,minted"
44890 literal "true"
44891
44892 \end_inset
44893
44894 .
44895 \end_layout
44896
44897 \begin_layout Standard
44898 \begin_inset Newpage newpage
44899 \end_inset
44900
44901
44902 \end_layout
44903
44904 \begin_layout Chapter
44905 \start_of_appendix
44906 Units available in \SpecialChar LyX
44907
44908 \begin_inset Index idx
44909 range none
44910 pageformat default
44911 status collapsed
44912
44913 \begin_layout Plain Layout
44914 Units
44915 \end_layout
44916
44917 \end_inset
44918
44919
44920 \begin_inset CommandInset label
44921 LatexCommand label
44922 name "cha:Units-available-in"
44923
44924 \end_inset
44925
44926
44927 \end_layout
44928
44929 \begin_layout Standard
44930 To understand the units described in this documentation,
44931  Table
44932 \begin_inset space ~
44933 \end_inset
44934
44935
44936 \begin_inset CommandInset ref
44937 LatexCommand ref
44938 reference "tab:Units"
44939 nolink "false"
44940
44941 \end_inset
44942
44943  explains all units available in \SpecialChar LyX
44944 .
44945 \end_layout
44946
44947 \begin_layout Standard
44948 \begin_inset Float table
44949 placement h
44950 alignment document
44951 wide false
44952 sideways false
44953 status open
44954
44955 \begin_layout Plain Layout
44956 \begin_inset Caption Standard
44957
44958 \begin_layout Plain Layout
44959 \begin_inset CommandInset label
44960 LatexCommand label
44961 name "tab:Units"
44962
44963 \end_inset
44964
44965 Units
44966 \end_layout
44967
44968 \end_inset
44969
44970
44971 \end_layout
44972
44973 \begin_layout Plain Layout
44974 \begin_inset VSpace medskip
44975 \end_inset
44976
44977
44978 \end_layout
44979
44980 \begin_layout Plain Layout
44981 \align center
44982 \begin_inset Tabular
44983 <lyxtabular version="3" rows="21" columns="3">
44984 <features tabularvalignment="middle">
44985 <column alignment="center" valignment="top">
44986 <column alignment="center" valignment="middle" width="50col%">
44987 <column alignment="center" valignment="top">
44988 <row>
44989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44990 \begin_inset Text
44991
44992 \begin_layout Plain Layout
44993 unit
44994 \end_layout
44995
44996 \end_inset
44997 </cell>
44998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44999 \begin_inset Text
45000
45001 \begin_layout Plain Layout
45002 name/description
45003 \end_layout
45004
45005 \end_inset
45006 </cell>
45007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
45008 \begin_inset Text
45009
45010 \begin_layout Plain Layout
45011 \SpecialChar LaTeX
45012  command
45013 \end_layout
45014
45015 \end_inset
45016 </cell>
45017 </row>
45018 <row>
45019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45020 \begin_inset Text
45021
45022 \begin_layout Plain Layout
45023 bp
45024 \end_layout
45025
45026 \end_inset
45027 </cell>
45028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45029 \begin_inset Text
45030
45031 \begin_layout Plain Layout
45032 big point (72
45033 \begin_inset space \thinspace{}
45034 \end_inset
45035
45036 bp = 1
45037 \begin_inset space \thinspace{}
45038 \end_inset
45039
45040 in)
45041 \end_layout
45042
45043 \end_inset
45044 </cell>
45045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45046 \begin_inset Text
45047
45048 \begin_layout Plain Layout
45049 -
45050 \end_layout
45051
45052 \end_inset
45053 </cell>
45054 </row>
45055 <row>
45056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45057 \begin_inset Text
45058
45059 \begin_layout Plain Layout
45060 cc
45061 \end_layout
45062
45063 \end_inset
45064 </cell>
45065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45066 \begin_inset Text
45067
45068 \begin_layout Plain Layout
45069 cicero (1
45070 \begin_inset space \thinspace{}
45071 \end_inset
45072
45073 cc = 12
45074 \begin_inset space \thinspace{}
45075 \end_inset
45076
45077 dd)
45078 \end_layout
45079
45080 \end_inset
45081 </cell>
45082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45083 \begin_inset Text
45084
45085 \begin_layout Plain Layout
45086 -
45087 \end_layout
45088
45089 \end_inset
45090 </cell>
45091 </row>
45092 <row>
45093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45094 \begin_inset Text
45095
45096 \begin_layout Plain Layout
45097 cm
45098 \end_layout
45099
45100 \end_inset
45101 </cell>
45102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45103 \begin_inset Text
45104
45105 \begin_layout Plain Layout
45106 centimeter
45107 \end_layout
45108
45109 \end_inset
45110 </cell>
45111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45112 \begin_inset Text
45113
45114 \begin_layout Plain Layout
45115 -
45116 \end_layout
45117
45118 \end_inset
45119 </cell>
45120 </row>
45121 <row>
45122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45123 \begin_inset Text
45124
45125 \begin_layout Plain Layout
45126 dd
45127 \end_layout
45128
45129 \end_inset
45130 </cell>
45131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45132 \begin_inset Text
45133
45134 \begin_layout Plain Layout
45135 didot (1
45136 \begin_inset space \thinspace{}
45137 \end_inset
45138
45139 dd 
45140 \begin_inset Formula $\approx$
45141 \end_inset
45142
45143  0.376
45144 \begin_inset space \thinspace{}
45145 \end_inset
45146
45147 mm)
45148 \end_layout
45149
45150 \end_inset
45151 </cell>
45152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45153 \begin_inset Text
45154
45155 \begin_layout Plain Layout
45156 -
45157 \end_layout
45158
45159 \end_inset
45160 </cell>
45161 </row>
45162 <row>
45163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45164 \begin_inset Text
45165
45166 \begin_layout Plain Layout
45167 em
45168 \end_layout
45169
45170 \end_inset
45171 </cell>
45172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45173 \begin_inset Text
45174
45175 \begin_layout Plain Layout
45176 width of letter 
45177 \emph on
45178 M
45179 \emph default
45180  in current font
45181 \end_layout
45182
45183 \end_inset
45184 </cell>
45185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45186 \begin_inset Text
45187
45188 \begin_layout Plain Layout
45189 -
45190 \end_layout
45191
45192 \end_inset
45193 </cell>
45194 </row>
45195 <row>
45196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45197 \begin_inset Text
45198
45199 \begin_layout Plain Layout
45200 ex
45201 \end_layout
45202
45203 \end_inset
45204 </cell>
45205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45206 \begin_inset Text
45207
45208 \begin_layout Plain Layout
45209 height of letter 
45210 \emph on
45211 x
45212 \emph default
45213  in current font
45214 \end_layout
45215
45216 \end_inset
45217 </cell>
45218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45219 \begin_inset Text
45220
45221 \begin_layout Plain Layout
45222 -
45223 \end_layout
45224
45225 \end_inset
45226 </cell>
45227 </row>
45228 <row>
45229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45230 \begin_inset Text
45231
45232 \begin_layout Plain Layout
45233 in
45234 \end_layout
45235
45236 \end_inset
45237 </cell>
45238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45239 \begin_inset Text
45240
45241 \begin_layout Plain Layout
45242 inch
45243 \end_layout
45244
45245 \end_inset
45246 </cell>
45247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45248 \begin_inset Text
45249
45250 \begin_layout Plain Layout
45251 -
45252 \end_layout
45253
45254 \end_inset
45255 </cell>
45256 </row>
45257 <row>
45258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45259 \begin_inset Text
45260
45261 \begin_layout Plain Layout
45262 mm
45263 \end_layout
45264
45265 \end_inset
45266 </cell>
45267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45268 \begin_inset Text
45269
45270 \begin_layout Plain Layout
45271 millimeter
45272 \end_layout
45273
45274 \end_inset
45275 </cell>
45276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45277 \begin_inset Text
45278
45279 \begin_layout Plain Layout
45280 -
45281 \end_layout
45282
45283 \end_inset
45284 </cell>
45285 </row>
45286 <row>
45287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45288 \begin_inset Text
45289
45290 \begin_layout Plain Layout
45291 mu
45292 \end_layout
45293
45294 \end_inset
45295 </cell>
45296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45297 \begin_inset Text
45298
45299 \begin_layout Plain Layout
45300 math unit (1
45301 \begin_inset space \thinspace{}
45302 \end_inset
45303
45304 mu = 1/18
45305 \begin_inset space \thinspace{}
45306 \end_inset
45307
45308 em)
45309 \end_layout
45310
45311 \end_inset
45312 </cell>
45313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45314 \begin_inset Text
45315
45316 \begin_layout Plain Layout
45317 -
45318 \end_layout
45319
45320 \end_inset
45321 </cell>
45322 </row>
45323 <row>
45324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45325 \begin_inset Text
45326
45327 \begin_layout Plain Layout
45328 pt
45329 \end_layout
45330
45331 \end_inset
45332 </cell>
45333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45334 \begin_inset Text
45335
45336 \begin_layout Plain Layout
45337 point (72.27
45338 \begin_inset space \thinspace{}
45339 \end_inset
45340
45341 pt = 1
45342 \begin_inset space \thinspace{}
45343 \end_inset
45344
45345 in)
45346 \end_layout
45347
45348 \end_inset
45349 </cell>
45350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45351 \begin_inset Text
45352
45353 \begin_layout Plain Layout
45354 -
45355 \end_layout
45356
45357 \end_inset
45358 </cell>
45359 </row>
45360 <row>
45361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45362 \begin_inset Text
45363
45364 \begin_layout Plain Layout
45365 pc
45366 \end_layout
45367
45368 \end_inset
45369 </cell>
45370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45371 \begin_inset Text
45372
45373 \begin_layout Plain Layout
45374 pica (1
45375 \begin_inset space \thinspace{}
45376 \end_inset
45377
45378 pc = 12
45379 \begin_inset space \thinspace{}
45380 \end_inset
45381
45382 pt)
45383 \end_layout
45384
45385 \end_inset
45386 </cell>
45387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45388 \begin_inset Text
45389
45390 \begin_layout Plain Layout
45391 -
45392 \end_layout
45393
45394 \end_inset
45395 </cell>
45396 </row>
45397 <row>
45398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45399 \begin_inset Text
45400
45401 \begin_layout Plain Layout
45402 sp
45403 \end_layout
45404
45405 \end_inset
45406 </cell>
45407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45408 \begin_inset Text
45409
45410 \begin_layout Plain Layout
45411 scaled point (65536
45412 \begin_inset space \thinspace{}
45413 \end_inset
45414
45415 sp = 1
45416 \begin_inset space \thinspace{}
45417 \end_inset
45418
45419 pt)
45420 \end_layout
45421
45422 \end_inset
45423 </cell>
45424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45425 \begin_inset Text
45426
45427 \begin_layout Plain Layout
45428 -
45429 \end_layout
45430
45431 \end_inset
45432 </cell>
45433 </row>
45434 <row>
45435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45436 \begin_inset Text
45437
45438 \begin_layout Plain Layout
45439 Column Width %
45440 \end_layout
45441
45442 \end_inset
45443 </cell>
45444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45445 \begin_inset Text
45446
45447 \begin_layout Plain Layout
45448 % of column width
45449 \end_layout
45450
45451 \end_inset
45452 </cell>
45453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45454 \begin_inset Text
45455
45456 \begin_layout Plain Layout
45457
45458 \backslash
45459 columnwidth
45460 \end_layout
45461
45462 \end_inset
45463 </cell>
45464 </row>
45465 <row>
45466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45467 \begin_inset Text
45468
45469 \begin_layout Plain Layout
45470 Line Distance %
45471 \end_layout
45472
45473 \end_inset
45474 </cell>
45475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45476 \begin_inset Text
45477
45478 \begin_layout Plain Layout
45479 % of height between baselines of two subsequent text lines
45480 \end_layout
45481
45482 \end_inset
45483 </cell>
45484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45485 \begin_inset Text
45486
45487 \begin_layout Plain Layout
45488
45489 \backslash
45490 baselineskip
45491 \end_layout
45492
45493 \end_inset
45494 </cell>
45495 </row>
45496 <row>
45497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45498 \begin_inset Text
45499
45500 \begin_layout Plain Layout
45501 Line Width %
45502 \end_layout
45503
45504 \end_inset
45505 </cell>
45506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45507 \begin_inset Text
45508
45509 \begin_layout Plain Layout
45510 % of line width
45511 \end_layout
45512
45513 \end_inset
45514 </cell>
45515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45516 \begin_inset Text
45517
45518 \begin_layout Plain Layout
45519
45520 \backslash
45521 linewidth
45522 \end_layout
45523
45524 \end_inset
45525 </cell>
45526 </row>
45527 <row>
45528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45529 \begin_inset Text
45530
45531 \begin_layout Plain Layout
45532 Page Height %
45533 \end_layout
45534
45535 \end_inset
45536 </cell>
45537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45538 \begin_inset Text
45539
45540 \begin_layout Plain Layout
45541 % of paper height
45542 \end_layout
45543
45544 \end_inset
45545 </cell>
45546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45547 \begin_inset Text
45548
45549 \begin_layout Plain Layout
45550
45551 \backslash
45552 paperheight
45553 \end_layout
45554
45555 \end_inset
45556 </cell>
45557 </row>
45558 <row>
45559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45560 \begin_inset Text
45561
45562 \begin_layout Plain Layout
45563 Page Width %
45564 \end_layout
45565
45566 \end_inset
45567 </cell>
45568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45569 \begin_inset Text
45570
45571 \begin_layout Plain Layout
45572 % of paper width
45573 \end_layout
45574
45575 \end_inset
45576 </cell>
45577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45578 \begin_inset Text
45579
45580 \begin_layout Plain Layout
45581
45582 \backslash
45583 paperwidth
45584 \end_layout
45585
45586 \end_inset
45587 </cell>
45588 </row>
45589 <row>
45590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45591 \begin_inset Text
45592
45593 \begin_layout Plain Layout
45594 Scale Graphics %
45595 \end_layout
45596
45597 \end_inset
45598 </cell>
45599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45600 \begin_inset Text
45601
45602 \begin_layout Plain Layout
45603 % of original image width
45604 \end_layout
45605
45606 \end_inset
45607 </cell>
45608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45609 \begin_inset Text
45610
45611 \begin_layout Plain Layout
45612
45613 \end_layout
45614
45615 \end_inset
45616 </cell>
45617 </row>
45618 <row>
45619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45620 \begin_inset Text
45621
45622 \begin_layout Plain Layout
45623 Text Height %
45624 \end_layout
45625
45626 \end_inset
45627 </cell>
45628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45629 \begin_inset Text
45630
45631 \begin_layout Plain Layout
45632 % of text height
45633 \end_layout
45634
45635 \end_inset
45636 </cell>
45637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45638 \begin_inset Text
45639
45640 \begin_layout Plain Layout
45641
45642 \backslash
45643 textheight
45644 \end_layout
45645
45646 \end_inset
45647 </cell>
45648 </row>
45649 <row>
45650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45651 \begin_inset Text
45652
45653 \begin_layout Plain Layout
45654 Text Width %
45655 \end_layout
45656
45657 \end_inset
45658 </cell>
45659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45660 \begin_inset Text
45661
45662 \begin_layout Plain Layout
45663 % of text width
45664 \end_layout
45665
45666 \end_inset
45667 </cell>
45668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
45669 \begin_inset Text
45670
45671 \begin_layout Plain Layout
45672
45673 \backslash
45674 textwidth
45675 \end_layout
45676
45677 \end_inset
45678 </cell>
45679 </row>
45680 </lyxtabular>
45681
45682 \end_inset
45683
45684
45685 \end_layout
45686
45687 \end_inset
45688
45689
45690 \end_layout
45691
45692 \begin_layout Chapter
45693 Output File Formats with Graphics
45694 \begin_inset CommandInset label
45695 LatexCommand label
45696 name "cha:Output-File-Formats"
45697
45698 \end_inset
45699
45700
45701 \end_layout
45702
45703 \begin_layout Section
45704 DVI
45705 \begin_inset Index idx
45706 range none
45707 pageformat default
45708 status collapsed
45709
45710 \begin_layout Plain Layout
45711 File Formats
45712 \begin_inset IndexMacro subentry
45713 status open
45714
45715 \begin_layout Plain Layout
45716 DVI
45717 \end_layout
45718
45719 \end_inset
45720
45721
45722 \end_layout
45723
45724 \end_inset
45725
45726
45727 \begin_inset Index idx
45728 range none
45729 pageformat default
45730 status open
45731
45732 \begin_layout Plain Layout
45733 DVI
45734 \begin_inset IndexMacro see
45735 status open
45736
45737 \begin_layout Plain Layout
45738 File Formats
45739 \end_layout
45740
45741 \end_inset
45742
45743
45744 \end_layout
45745
45746 \end_inset
45747
45748
45749 \end_layout
45750
45751 \begin_layout Standard
45752 This file type has the extension 
45753 \begin_inset Quotes eld
45754 \end_inset
45755
45756
45757 \family typewriter
45758 .dvi
45759 \family default
45760
45761 \begin_inset Quotes erd
45762 \end_inset
45763
45764 .
45765  It is called 
45766 \begin_inset Quotes eld
45767 \end_inset
45768
45769 device-independent
45770 \begin_inset Quotes erd
45771 \end_inset
45772
45773  (DVI),
45774  because it is completely portable;
45775  you can move them from one machine to another without needing to do any sort of conversion.
45776  At the time when this file-format was developed,
45777  this was no matter of course.
45778  DVIs are used for quick previews and as pre-stage for other output formats,
45779  like PostScript.
45780 \end_layout
45781
45782 \begin_layout Standard
45783 \begin_inset Note Greyedout
45784 status open
45785
45786 \begin_layout Plain Layout
45787
45788 \series bold
45789 Note:
45790
45791 \series default
45792  DVI-files do not contain images;
45793  they will only be a linked.
45794 \end_layout
45795
45796 \end_inset
45797
45798  So don't forget this,
45799  if you move your 
45800 \family typewriter
45801 .dvi
45802 \family default
45803  file to another computer.
45804  This property can also slow down your computer when you view the DVI,
45805  because the DVI-viewer has to convert the image in the background to make it visible when you scroll in the DVI.
45806  So it is recommended that you use PDF for files with many images.
45807 \end_layout
45808
45809 \begin_layout Standard
45810 You can export your document to DVI by using the menu 
45811 \family sans
45812 File\SpecialChar menuseparator
45813 Export\SpecialChar menuseparator
45814 DVI
45815 \family default
45816 .
45817  You can view your document as DVI via the 
45818 \family sans
45819 View
45820 \family default
45821  menu.
45822 \end_layout
45823
45824 \begin_layout Section
45825 PostScript
45826 \begin_inset Index idx
45827 range none
45828 pageformat default
45829 status collapsed
45830
45831 \begin_layout Plain Layout
45832 File Formats
45833 \begin_inset IndexMacro subentry
45834 status open
45835
45836 \begin_layout Plain Layout
45837 PostScript
45838 \end_layout
45839
45840 \end_inset
45841
45842
45843 \end_layout
45844
45845 \end_inset
45846
45847
45848 \begin_inset Index idx
45849 range none
45850 pageformat default
45851 status collapsed
45852
45853 \begin_layout Plain Layout
45854 PostScript
45855 \begin_inset IndexMacro see
45856 status open
45857
45858 \begin_layout Plain Layout
45859 File Formats
45860 \end_layout
45861
45862 \end_inset
45863
45864
45865 \end_layout
45866
45867 \end_inset
45868
45869
45870 \end_layout
45871
45872 \begin_layout Standard
45873 This file type has the extension 
45874 \begin_inset Quotes eld
45875 \end_inset
45876
45877
45878 \family typewriter
45879 .ps
45880 \family default
45881
45882 \begin_inset Quotes erd
45883 \end_inset
45884
45885 .
45886  PostScript was developed by the company 
45887 \family typewriter
45888 Adobe
45889 \family default
45890  as a printer language.
45891  The file therefore contains commands that the printer uses to print the file.
45892  PostScript can be seen as a 
45893 \begin_inset Quotes eld
45894 \end_inset
45895
45896 programming language
45897 \begin_inset Quotes erd
45898 \end_inset
45899
45900 ;
45901  you can calculate with it and draw diagrams and images.
45902 \begin_inset Foot
45903 status collapsed
45904
45905 \begin_layout Plain Layout
45906 If you are interested to learn more about this,
45907  have a look at the \SpecialChar LaTeX
45908 -package 
45909 \series bold
45910 PSTricks
45911 \series default
45912  
45913 \begin_inset CommandInset citation
45914 LatexCommand cite
45915 key "pstricks"
45916 literal "true"
45917
45918 \end_inset
45919
45920 .
45921 \end_layout
45922
45923 \end_inset
45924
45925  Due to this ability,
45926  the files are often bigger than PDFs.
45927 \end_layout
45928
45929 \begin_layout Standard
45930 PostScript can only contain images in the format 
45931 \begin_inset Quotes eld
45932 \end_inset
45933
45934 Encapsulated PostScript
45935 \begin_inset Quotes erd
45936 \end_inset
45937
45938  (EPS,
45939  file extension 
45940 \begin_inset Quotes eld
45941 \end_inset
45942
45943
45944 \family typewriter
45945 .eps
45946 \family default
45947
45948 \begin_inset Quotes erd
45949 \end_inset
45950
45951 ).
45952  As \SpecialChar LyX
45953  allows you to use any known image format in your document,
45954  it has to convert images in the background to EPS.
45955  If you have e.g.
45956 \begin_inset space ~
45957 \end_inset
45958
45959 50
45960 \begin_inset space ~
45961 \end_inset
45962
45963 images in your document,
45964  \SpecialChar LyX
45965  has to do 50
45966 \begin_inset space ~
45967 \end_inset
45968
45969 conversions whenever you view or export your document.
45970  This will slow down your work flow with \SpecialChar LyX
45971  drastically.
45972  So if you plan to use PostScript,
45973  you can insert your images directly as EPS to avoid this problem.
45974 \end_layout
45975
45976 \begin_layout Standard
45977 You can export your document to PostScript using the menu 
45978 \family sans
45979 File\SpecialChar menuseparator
45980 Export\SpecialChar menuseparator
45981 Postscript
45982 \family default
45983 .
45984  You can view your document as PostScript via the 
45985 \family sans
45986 View
45987 \family default
45988  menu.
45989 \end_layout
45990
45991 \begin_layout Section
45992 PDF
45993 \begin_inset Index idx
45994 range none
45995 pageformat default
45996 status collapsed
45997
45998 \begin_layout Plain Layout
45999 File Formats
46000 \begin_inset IndexMacro subentry
46001 status open
46002
46003 \begin_layout Plain Layout
46004 PDF
46005 \end_layout
46006
46007 \end_inset
46008
46009
46010 \end_layout
46011
46012 \end_inset
46013
46014
46015 \begin_inset Index idx
46016 range none
46017 pageformat default
46018 status collapsed
46019
46020 \begin_layout Plain Layout
46021 PDF
46022 \end_layout
46023
46024 \end_inset
46025
46026
46027 \end_layout
46028
46029 \begin_layout Standard
46030 This file type has the extension 
46031 \begin_inset Quotes eld
46032 \end_inset
46033
46034
46035 \family typewriter
46036 .pdf
46037 \family default
46038
46039 \begin_inset Quotes erd
46040 \end_inset
46041
46042 .
46043  The 
46044 \begin_inset Quotes eld
46045 \end_inset
46046
46047 Portable Document Format
46048 \begin_inset Quotes erd
46049 \end_inset
46050
46051  (PDF) was developed by 
46052 \family typewriter
46053 Adobe
46054 \family default
46055  as a derivative of PostScript.
46056  It is more compressed and it uses fewer commands than PostScript.
46057  As the name 
46058 \begin_inset Quotes eld
46059 \end_inset
46060
46061 portable
46062 \begin_inset Quotes erd
46063 \end_inset
46064
46065  implies,
46066  it can be processed at any computer system and the printed output looks exactly the same.
46067 \end_layout
46068
46069 \begin_layout Standard
46070 PDF can contain images in its own PDF format,
46071  in the format 
46072 \begin_inset Quotes eld
46073 \end_inset
46074
46075 Joint Photographic Experts Group
46076 \begin_inset Quotes erd
46077 \end_inset
46078
46079  (JPG,
46080  file extension 
46081 \begin_inset Quotes eld
46082 \end_inset
46083
46084
46085 \family typewriter
46086 .jpg
46087 \family default
46088
46089 \begin_inset Quotes erd
46090 \end_inset
46091
46092  or 
46093 \begin_inset Quotes eld
46094 \end_inset
46095
46096
46097 \family typewriter
46098 .jpeg
46099 \family default
46100
46101 \begin_inset Quotes erd
46102 \end_inset
46103
46104 ),
46105  and in the format 
46106 \begin_inset Quotes eld
46107 \end_inset
46108
46109 Portable Network Graphics
46110 \begin_inset Quotes erd
46111 \end_inset
46112
46113  (PNG,
46114  file extension 
46115 \begin_inset Quotes eld
46116 \end_inset
46117
46118
46119 \family typewriter
46120 .png
46121 \family default
46122
46123 \begin_inset Quotes erd
46124 \end_inset
46125
46126 ).
46127  Nevertheless you can use any other image format,
46128  because \SpecialChar LyX
46129  converts them in the background to one of these formats.
46130  But as described in the section about PostScript,
46131  the image conversion will slow down your work flow.
46132  So it is recommended that you use images in one of the three mentioned formats.
46133 \end_layout
46134
46135 \begin_layout Standard
46136 You can export your document to PDF via the menu 
46137 \family sans
46138 File\SpecialChar menuseparator
46139 Export
46140 \family default
46141  in three different ways:
46142 \end_layout
46143
46144 \begin_layout Description
46145 PDF
46146 \begin_inset space ~
46147 \end_inset
46148
46149 (ps2pdf) This uses the program 
46150 \family typewriter
46151 ps2pdf
46152 \family default
46153  that creates a PDF from a PostScript-version of your file.
46154  The PostScript-version is produced by the program 
46155 \family typewriter
46156 dvips
46157 \family default
46158  which uses a DVI-version as intermediate step.
46159  So this export variant consists of three conversions.
46160 \end_layout
46161
46162 \begin_layout Description
46163 PDF
46164 \begin_inset space ~
46165 \end_inset
46166
46167 (dvipdfm) This uses the program 
46168 \family typewriter
46169 dvipdfm
46170 \family default
46171  that converts your file in the background to DVI and in a second step to PDF.
46172 \end_layout
46173
46174 \begin_layout Description
46175 PDF
46176 \begin_inset space ~
46177 \end_inset
46178
46179 (pdflatex) This uses the program 
46180 \family typewriter
46181 pdftex
46182 \family default
46183  that converts your file directly to PDF.
46184 \end_layout
46185
46186 \begin_layout Standard
46187 It is recommended that you use 
46188 \family sans
46189 PDF
46190 \begin_inset space ~
46191 \end_inset
46192
46193 (pdflatex)
46194 \family default
46195  because 
46196 \family typewriter
46197 pdftex
46198 \family default
46199  supports all features of actual PDF-versions,
46200  is quick and works stable.
46201  The program 
46202 \family typewriter
46203 dvipdfm
46204 \family default
46205  is not under development and therefore a bit outdated.
46206 \end_layout
46207
46208 \begin_layout Standard
46209 You can view your document as PDF via the 
46210 \family sans
46211 View
46212 \family default
46213  menu or by using a toolbar button.
46214 \end_layout
46215
46216 \begin_layout Chapter
46217 List of dvips color names
46218 \begin_inset CommandInset label
46219 LatexCommand label
46220 name "chap:List-of-dvips-colornames"
46221
46222 \end_inset
46223
46224
46225 \end_layout
46226
46227 \begin_layout Standard
46228 \begin_inset Tabular
46229 <lyxtabular version="3" rows="17" columns="4">
46230 <features tabularvalignment="middle">
46231 <column alignment="left" valignment="top" width="0pt">
46232 <column alignment="left" valignment="top" width="0pt">
46233 <column alignment="left" valignment="top" width="0pt">
46234 <column alignment="left" valignment="top" width="0pt">
46235 <row>
46236 <cell alignment="left" valignment="top" usebox="none">
46237 \begin_inset Text
46238
46239 \begin_layout Plain Layout
46240 \begin_inset ERT
46241 status collapsed
46242
46243 \begin_layout Plain Layout
46244
46245
46246 \backslash
46247 fcolorbox{black}{
46248 \end_layout
46249
46250 \end_inset
46251
46252 white
46253 \begin_inset ERT
46254 status collapsed
46255
46256 \begin_layout Plain Layout
46257
46258 }{
46259 \end_layout
46260
46261 \end_inset
46262
46263 Color
46264 \begin_inset ERT
46265 status collapsed
46266
46267 \begin_layout Plain Layout
46268
46269 }
46270 \end_layout
46271
46272 \end_inset
46273
46274  Color name
46275 \end_layout
46276
46277 \end_inset
46278 </cell>
46279 <cell alignment="left" valignment="top" usebox="none">
46280 \begin_inset Text
46281
46282 \begin_layout Plain Layout
46283 \begin_inset ERT
46284 status collapsed
46285
46286 \begin_layout Plain Layout
46287
46288
46289 \backslash
46290 fcolorbox{black}{
46291 \end_layout
46292
46293 \end_inset
46294
46295 white
46296 \begin_inset ERT
46297 status collapsed
46298
46299 \begin_layout Plain Layout
46300
46301 }{
46302 \end_layout
46303
46304 \end_inset
46305
46306 Color
46307 \begin_inset ERT
46308 status collapsed
46309
46310 \begin_layout Plain Layout
46311
46312 }
46313 \end_layout
46314
46315 \end_inset
46316
46317  Color name
46318 \end_layout
46319
46320 \end_inset
46321 </cell>
46322 <cell alignment="left" valignment="top" usebox="none">
46323 \begin_inset Text
46324
46325 \begin_layout Plain Layout
46326 \begin_inset ERT
46327 status collapsed
46328
46329 \begin_layout Plain Layout
46330
46331
46332 \backslash
46333 fcolorbox{black}{
46334 \end_layout
46335
46336 \end_inset
46337
46338 white
46339 \begin_inset ERT
46340 status collapsed
46341
46342 \begin_layout Plain Layout
46343
46344 }{
46345 \end_layout
46346
46347 \end_inset
46348
46349 Color
46350 \begin_inset ERT
46351 status collapsed
46352
46353 \begin_layout Plain Layout
46354
46355 }
46356 \end_layout
46357
46358 \end_inset
46359
46360  Color name
46361 \end_layout
46362
46363 \end_inset
46364 </cell>
46365 <cell alignment="left" valignment="top" usebox="none">
46366 \begin_inset Text
46367
46368 \begin_layout Plain Layout
46369 \begin_inset ERT
46370 status collapsed
46371
46372 \begin_layout Plain Layout
46373
46374
46375 \backslash
46376 fcolorbox{black}{
46377 \end_layout
46378
46379 \end_inset
46380
46381 white
46382 \begin_inset ERT
46383 status collapsed
46384
46385 \begin_layout Plain Layout
46386
46387 }{
46388 \end_layout
46389
46390 \end_inset
46391
46392 Color
46393 \begin_inset ERT
46394 status collapsed
46395
46396 \begin_layout Plain Layout
46397
46398 }
46399 \end_layout
46400
46401 \end_inset
46402
46403  Color name
46404 \end_layout
46405
46406 \end_inset
46407 </cell>
46408 </row>
46409 <row>
46410 <cell alignment="center" valignment="top" usebox="none">
46411 \begin_inset Text
46412
46413 \begin_layout Plain Layout
46414 \begin_inset ERT
46415 status collapsed
46416
46417 \begin_layout Plain Layout
46418
46419
46420 \backslash
46421 fcolorbox{black}{
46422 \end_layout
46423
46424 \end_inset
46425
46426 Apricot
46427 \begin_inset ERT
46428 status collapsed
46429
46430 \begin_layout Plain Layout
46431
46432 }{
46433 \end_layout
46434
46435 \end_inset
46436
46437
46438 \begin_inset Phantom Phantom
46439 status open
46440
46441 \begin_layout Plain Layout
46442 W
46443 \end_layout
46444
46445 \end_inset
46446
46447
46448 \begin_inset ERT
46449 status collapsed
46450
46451 \begin_layout Plain Layout
46452
46453 }
46454 \end_layout
46455
46456 \end_inset
46457
46458  Apricot
46459 \end_layout
46460
46461 \end_inset
46462 </cell>
46463 <cell alignment="center" valignment="top" usebox="none">
46464 \begin_inset Text
46465
46466 \begin_layout Plain Layout
46467 \begin_inset ERT
46468 status collapsed
46469
46470 \begin_layout Plain Layout
46471
46472
46473 \backslash
46474 fcolorbox{black}{
46475 \end_layout
46476
46477 \end_inset
46478
46479 Aquamarine
46480 \begin_inset ERT
46481 status collapsed
46482
46483 \begin_layout Plain Layout
46484
46485 }{
46486 \end_layout
46487
46488 \end_inset
46489
46490
46491 \begin_inset Phantom Phantom
46492 status open
46493
46494 \begin_layout Plain Layout
46495 W
46496 \end_layout
46497
46498 \end_inset
46499
46500
46501 \begin_inset ERT
46502 status collapsed
46503
46504 \begin_layout Plain Layout
46505
46506 }
46507 \end_layout
46508
46509 \end_inset
46510
46511  Aquamarine
46512 \end_layout
46513
46514 \end_inset
46515 </cell>
46516 <cell alignment="center" valignment="top" usebox="none">
46517 \begin_inset Text
46518
46519 \begin_layout Plain Layout
46520 \begin_inset ERT
46521 status collapsed
46522
46523 \begin_layout Plain Layout
46524
46525
46526 \backslash
46527 fcolorbox{black}{
46528 \end_layout
46529
46530 \end_inset
46531
46532 Bittersweet
46533 \begin_inset ERT
46534 status collapsed
46535
46536 \begin_layout Plain Layout
46537
46538 }{
46539 \end_layout
46540
46541 \end_inset
46542
46543
46544 \begin_inset Phantom Phantom
46545 status open
46546
46547 \begin_layout Plain Layout
46548 W
46549 \end_layout
46550
46551 \end_inset
46552
46553
46554 \begin_inset ERT
46555 status collapsed
46556
46557 \begin_layout Plain Layout
46558
46559 }
46560 \end_layout
46561
46562 \end_inset
46563
46564  Bittersweet
46565 \end_layout
46566
46567 \end_inset
46568 </cell>
46569 <cell alignment="center" valignment="top" usebox="none">
46570 \begin_inset Text
46571
46572 \begin_layout Plain Layout
46573 \begin_inset ERT
46574 status collapsed
46575
46576 \begin_layout Plain Layout
46577
46578
46579 \backslash
46580 fcolorbox{black}{
46581 \end_layout
46582
46583 \end_inset
46584
46585 BlueGreen
46586 \begin_inset ERT
46587 status collapsed
46588
46589 \begin_layout Plain Layout
46590
46591 }{
46592 \end_layout
46593
46594 \end_inset
46595
46596
46597 \begin_inset Phantom Phantom
46598 status open
46599
46600 \begin_layout Plain Layout
46601 W
46602 \end_layout
46603
46604 \end_inset
46605
46606
46607 \begin_inset ERT
46608 status collapsed
46609
46610 \begin_layout Plain Layout
46611
46612 }
46613 \end_layout
46614
46615 \end_inset
46616
46617  BlueGreen
46618 \end_layout
46619
46620 \end_inset
46621 </cell>
46622 </row>
46623 <row>
46624 <cell alignment="left" valignment="top" usebox="none">
46625 \begin_inset Text
46626
46627 \begin_layout Plain Layout
46628 \begin_inset ERT
46629 status collapsed
46630
46631 \begin_layout Plain Layout
46632
46633
46634 \backslash
46635 fcolorbox{black}{
46636 \end_layout
46637
46638 \end_inset
46639
46640 BlueViolet
46641 \begin_inset ERT
46642 status collapsed
46643
46644 \begin_layout Plain Layout
46645
46646 }{
46647 \end_layout
46648
46649 \end_inset
46650
46651
46652 \begin_inset Phantom Phantom
46653 status open
46654
46655 \begin_layout Plain Layout
46656 W
46657 \end_layout
46658
46659 \end_inset
46660
46661
46662 \begin_inset ERT
46663 status collapsed
46664
46665 \begin_layout Plain Layout
46666
46667 }
46668 \end_layout
46669
46670 \end_inset
46671
46672  BlueViolet
46673 \end_layout
46674
46675 \end_inset
46676 </cell>
46677 <cell alignment="left" valignment="top" usebox="none">
46678 \begin_inset Text
46679
46680 \begin_layout Plain Layout
46681 \begin_inset ERT
46682 status collapsed
46683
46684 \begin_layout Plain Layout
46685
46686
46687 \backslash
46688 fcolorbox{black}{
46689 \end_layout
46690
46691 \end_inset
46692
46693 BrickRed
46694 \begin_inset ERT
46695 status collapsed
46696
46697 \begin_layout Plain Layout
46698
46699 }{
46700 \end_layout
46701
46702 \end_inset
46703
46704
46705 \begin_inset Phantom Phantom
46706 status open
46707
46708 \begin_layout Plain Layout
46709 W
46710 \end_layout
46711
46712 \end_inset
46713
46714
46715 \begin_inset ERT
46716 status collapsed
46717
46718 \begin_layout Plain Layout
46719
46720 }
46721 \end_layout
46722
46723 \end_inset
46724
46725  BrickRed
46726 \end_layout
46727
46728 \end_inset
46729 </cell>
46730 <cell alignment="left" valignment="top" usebox="none">
46731 \begin_inset Text
46732
46733 \begin_layout Plain Layout
46734 \begin_inset ERT
46735 status collapsed
46736
46737 \begin_layout Plain Layout
46738
46739
46740 \backslash
46741 fcolorbox{black}{
46742 \end_layout
46743
46744 \end_inset
46745
46746 Brown
46747 \begin_inset ERT
46748 status collapsed
46749
46750 \begin_layout Plain Layout
46751
46752 }{
46753 \end_layout
46754
46755 \end_inset
46756
46757
46758 \begin_inset Phantom Phantom
46759 status open
46760
46761 \begin_layout Plain Layout
46762 W
46763 \end_layout
46764
46765 \end_inset
46766
46767
46768 \begin_inset ERT
46769 status collapsed
46770
46771 \begin_layout Plain Layout
46772
46773 }
46774 \end_layout
46775
46776 \end_inset
46777
46778  Brown
46779 \end_layout
46780
46781 \end_inset
46782 </cell>
46783 <cell alignment="left" valignment="top" usebox="none">
46784 \begin_inset Text
46785
46786 \begin_layout Plain Layout
46787 \begin_inset ERT
46788 status collapsed
46789
46790 \begin_layout Plain Layout
46791
46792
46793 \backslash
46794 fcolorbox{black}{
46795 \end_layout
46796
46797 \end_inset
46798
46799 BurntOrange
46800 \begin_inset ERT
46801 status collapsed
46802
46803 \begin_layout Plain Layout
46804
46805 }{
46806 \end_layout
46807
46808 \end_inset
46809
46810
46811 \begin_inset Phantom Phantom
46812 status open
46813
46814 \begin_layout Plain Layout
46815 W
46816 \end_layout
46817
46818 \end_inset
46819
46820
46821 \begin_inset ERT
46822 status collapsed
46823
46824 \begin_layout Plain Layout
46825
46826 }
46827 \end_layout
46828
46829 \end_inset
46830
46831  BurntOrange
46832 \end_layout
46833
46834 \end_inset
46835 </cell>
46836 </row>
46837 <row>
46838 <cell alignment="left" valignment="top" usebox="none">
46839 \begin_inset Text
46840
46841 \begin_layout Plain Layout
46842 \begin_inset ERT
46843 status collapsed
46844
46845 \begin_layout Plain Layout
46846
46847
46848 \backslash
46849 fcolorbox{black}{
46850 \end_layout
46851
46852 \end_inset
46853
46854 CadetBlue
46855 \begin_inset ERT
46856 status collapsed
46857
46858 \begin_layout Plain Layout
46859
46860 }{
46861 \end_layout
46862
46863 \end_inset
46864
46865
46866 \begin_inset Phantom Phantom
46867 status open
46868
46869 \begin_layout Plain Layout
46870 W
46871 \end_layout
46872
46873 \end_inset
46874
46875
46876 \begin_inset ERT
46877 status collapsed
46878
46879 \begin_layout Plain Layout
46880
46881 }
46882 \end_layout
46883
46884 \end_inset
46885
46886  CadetBlue
46887 \end_layout
46888
46889 \end_inset
46890 </cell>
46891 <cell alignment="left" valignment="top" usebox="none">
46892 \begin_inset Text
46893
46894 \begin_layout Plain Layout
46895 \begin_inset ERT
46896 status collapsed
46897
46898 \begin_layout Plain Layout
46899
46900
46901 \backslash
46902 fcolorbox{black}{
46903 \end_layout
46904
46905 \end_inset
46906
46907 CarnationPink
46908 \begin_inset ERT
46909 status collapsed
46910
46911 \begin_layout Plain Layout
46912
46913 }{
46914 \end_layout
46915
46916 \end_inset
46917
46918
46919 \begin_inset Phantom Phantom
46920 status open
46921
46922 \begin_layout Plain Layout
46923 W
46924 \end_layout
46925
46926 \end_inset
46927
46928
46929 \begin_inset ERT
46930 status collapsed
46931
46932 \begin_layout Plain Layout
46933
46934 }
46935 \end_layout
46936
46937 \end_inset
46938
46939  CarnationPink
46940 \end_layout
46941
46942 \end_inset
46943 </cell>
46944 <cell alignment="left" valignment="top" usebox="none">
46945 \begin_inset Text
46946
46947 \begin_layout Plain Layout
46948 \begin_inset ERT
46949 status collapsed
46950
46951 \begin_layout Plain Layout
46952
46953
46954 \backslash
46955 fcolorbox{black}{
46956 \end_layout
46957
46958 \end_inset
46959
46960 Cerulean
46961 \begin_inset ERT
46962 status collapsed
46963
46964 \begin_layout Plain Layout
46965
46966 }{
46967 \end_layout
46968
46969 \end_inset
46970
46971
46972 \begin_inset Phantom Phantom
46973 status open
46974
46975 \begin_layout Plain Layout
46976 W
46977 \end_layout
46978
46979 \end_inset
46980
46981
46982 \begin_inset ERT
46983 status collapsed
46984
46985 \begin_layout Plain Layout
46986
46987 }
46988 \end_layout
46989
46990 \end_inset
46991
46992  Cerulean
46993 \end_layout
46994
46995 \end_inset
46996 </cell>
46997 <cell alignment="left" valignment="top" usebox="none">
46998 \begin_inset Text
46999
47000 \begin_layout Plain Layout
47001 \begin_inset ERT
47002 status collapsed
47003
47004 \begin_layout Plain Layout
47005
47006
47007 \backslash
47008 fcolorbox{black}{
47009 \end_layout
47010
47011 \end_inset
47012
47013 CornflowerBlue
47014 \begin_inset ERT
47015 status collapsed
47016
47017 \begin_layout Plain Layout
47018
47019 }{
47020 \end_layout
47021
47022 \end_inset
47023
47024
47025 \begin_inset Phantom Phantom
47026 status open
47027
47028 \begin_layout Plain Layout
47029 W
47030 \end_layout
47031
47032 \end_inset
47033
47034
47035 \begin_inset ERT
47036 status collapsed
47037
47038 \begin_layout Plain Layout
47039
47040 }
47041 \end_layout
47042
47043 \end_inset
47044
47045  CornflowerBlue
47046 \end_layout
47047
47048 \end_inset
47049 </cell>
47050 </row>
47051 <row>
47052 <cell alignment="left" valignment="top" usebox="none">
47053 \begin_inset Text
47054
47055 \begin_layout Plain Layout
47056 \begin_inset ERT
47057 status collapsed
47058
47059 \begin_layout Plain Layout
47060
47061
47062 \backslash
47063 fcolorbox{black}{
47064 \end_layout
47065
47066 \end_inset
47067
47068 Dandelion
47069 \begin_inset ERT
47070 status collapsed
47071
47072 \begin_layout Plain Layout
47073
47074 }{
47075 \end_layout
47076
47077 \end_inset
47078
47079
47080 \begin_inset Phantom Phantom
47081 status open
47082
47083 \begin_layout Plain Layout
47084 W
47085 \end_layout
47086
47087 \end_inset
47088
47089
47090 \begin_inset ERT
47091 status collapsed
47092
47093 \begin_layout Plain Layout
47094
47095 }
47096 \end_layout
47097
47098 \end_inset
47099
47100  Dandelion
47101 \end_layout
47102
47103 \end_inset
47104 </cell>
47105 <cell alignment="left" valignment="top" usebox="none">
47106 \begin_inset Text
47107
47108 \begin_layout Plain Layout
47109 \begin_inset ERT
47110 status collapsed
47111
47112 \begin_layout Plain Layout
47113
47114
47115 \backslash
47116 fcolorbox{black}{
47117 \end_layout
47118
47119 \end_inset
47120
47121 DarkOrchid
47122 \begin_inset ERT
47123 status collapsed
47124
47125 \begin_layout Plain Layout
47126
47127 }{
47128 \end_layout
47129
47130 \end_inset
47131
47132
47133 \begin_inset Phantom Phantom
47134 status open
47135
47136 \begin_layout Plain Layout
47137 W
47138 \end_layout
47139
47140 \end_inset
47141
47142
47143 \begin_inset ERT
47144 status collapsed
47145
47146 \begin_layout Plain Layout
47147
47148 }
47149 \end_layout
47150
47151 \end_inset
47152
47153  DarkOrchid
47154 \end_layout
47155
47156 \end_inset
47157 </cell>
47158 <cell alignment="left" valignment="top" usebox="none">
47159 \begin_inset Text
47160
47161 \begin_layout Plain Layout
47162 \begin_inset ERT
47163 status collapsed
47164
47165 \begin_layout Plain Layout
47166
47167
47168 \backslash
47169 fcolorbox{black}{
47170 \end_layout
47171
47172 \end_inset
47173
47174 Emerald
47175 \begin_inset ERT
47176 status collapsed
47177
47178 \begin_layout Plain Layout
47179
47180 }{
47181 \end_layout
47182
47183 \end_inset
47184
47185
47186 \begin_inset Phantom Phantom
47187 status open
47188
47189 \begin_layout Plain Layout
47190 W
47191 \end_layout
47192
47193 \end_inset
47194
47195
47196 \begin_inset ERT
47197 status collapsed
47198
47199 \begin_layout Plain Layout
47200
47201 }
47202 \end_layout
47203
47204 \end_inset
47205
47206  Emerald
47207 \end_layout
47208
47209 \end_inset
47210 </cell>
47211 <cell alignment="left" valignment="top" usebox="none">
47212 \begin_inset Text
47213
47214 \begin_layout Plain Layout
47215 \begin_inset ERT
47216 status collapsed
47217
47218 \begin_layout Plain Layout
47219
47220
47221 \backslash
47222 fcolorbox{black}{
47223 \end_layout
47224
47225 \end_inset
47226
47227 ForestGreen
47228 \begin_inset ERT
47229 status collapsed
47230
47231 \begin_layout Plain Layout
47232
47233 }{
47234 \end_layout
47235
47236 \end_inset
47237
47238
47239 \begin_inset Phantom Phantom
47240 status open
47241
47242 \begin_layout Plain Layout
47243 W
47244 \end_layout
47245
47246 \end_inset
47247
47248
47249 \begin_inset ERT
47250 status collapsed
47251
47252 \begin_layout Plain Layout
47253
47254 }
47255 \end_layout
47256
47257 \end_inset
47258
47259  ForestGreen
47260 \end_layout
47261
47262 \end_inset
47263 </cell>
47264 </row>
47265 <row>
47266 <cell alignment="left" valignment="top" usebox="none">
47267 \begin_inset Text
47268
47269 \begin_layout Plain Layout
47270 \begin_inset ERT
47271 status collapsed
47272
47273 \begin_layout Plain Layout
47274
47275
47276 \backslash
47277 fcolorbox{black}{
47278 \end_layout
47279
47280 \end_inset
47281
47282 Fuchsia
47283 \begin_inset ERT
47284 status collapsed
47285
47286 \begin_layout Plain Layout
47287
47288 }{
47289 \end_layout
47290
47291 \end_inset
47292
47293
47294 \begin_inset Phantom Phantom
47295 status open
47296
47297 \begin_layout Plain Layout
47298 W
47299 \end_layout
47300
47301 \end_inset
47302
47303
47304 \begin_inset ERT
47305 status collapsed
47306
47307 \begin_layout Plain Layout
47308
47309 }
47310 \end_layout
47311
47312 \end_inset
47313
47314  Fuchsia
47315 \end_layout
47316
47317 \end_inset
47318 </cell>
47319 <cell alignment="left" valignment="top" usebox="none">
47320 \begin_inset Text
47321
47322 \begin_layout Plain Layout
47323 \begin_inset ERT
47324 status collapsed
47325
47326 \begin_layout Plain Layout
47327
47328
47329 \backslash
47330 fcolorbox{black}{
47331 \end_layout
47332
47333 \end_inset
47334
47335 Goldenrod
47336 \begin_inset ERT
47337 status collapsed
47338
47339 \begin_layout Plain Layout
47340
47341 }{
47342 \end_layout
47343
47344 \end_inset
47345
47346
47347 \begin_inset Phantom Phantom
47348 status open
47349
47350 \begin_layout Plain Layout
47351 W
47352 \end_layout
47353
47354 \end_inset
47355
47356
47357 \begin_inset ERT
47358 status collapsed
47359
47360 \begin_layout Plain Layout
47361
47362 }
47363 \end_layout
47364
47365 \end_inset
47366
47367  Goldenrod
47368 \end_layout
47369
47370 \end_inset
47371 </cell>
47372 <cell alignment="left" valignment="top" usebox="none">
47373 \begin_inset Text
47374
47375 \begin_layout Plain Layout
47376 \begin_inset ERT
47377 status collapsed
47378
47379 \begin_layout Plain Layout
47380
47381
47382 \backslash
47383 fcolorbox{black}{
47384 \end_layout
47385
47386 \end_inset
47387
47388 Gray
47389 \begin_inset ERT
47390 status collapsed
47391
47392 \begin_layout Plain Layout
47393
47394 }{
47395 \end_layout
47396
47397 \end_inset
47398
47399
47400 \begin_inset Phantom Phantom
47401 status open
47402
47403 \begin_layout Plain Layout
47404 W
47405 \end_layout
47406
47407 \end_inset
47408
47409
47410 \begin_inset ERT
47411 status collapsed
47412
47413 \begin_layout Plain Layout
47414
47415 }
47416 \end_layout
47417
47418 \end_inset
47419
47420  Gray
47421 \end_layout
47422
47423 \end_inset
47424 </cell>
47425 <cell alignment="left" valignment="top" usebox="none">
47426 \begin_inset Text
47427
47428 \begin_layout Plain Layout
47429 \begin_inset ERT
47430 status collapsed
47431
47432 \begin_layout Plain Layout
47433
47434
47435 \backslash
47436 fcolorbox{black}{
47437 \end_layout
47438
47439 \end_inset
47440
47441 GreenYellow
47442 \begin_inset ERT
47443 status collapsed
47444
47445 \begin_layout Plain Layout
47446
47447 }{
47448 \end_layout
47449
47450 \end_inset
47451
47452
47453 \begin_inset Phantom Phantom
47454 status open
47455
47456 \begin_layout Plain Layout
47457 W
47458 \end_layout
47459
47460 \end_inset
47461
47462
47463 \begin_inset ERT
47464 status collapsed
47465
47466 \begin_layout Plain Layout
47467
47468 }
47469 \end_layout
47470
47471 \end_inset
47472
47473  GreenYellow
47474 \end_layout
47475
47476 \end_inset
47477 </cell>
47478 </row>
47479 <row>
47480 <cell alignment="center" valignment="top" usebox="none">
47481 \begin_inset Text
47482
47483 \begin_layout Plain Layout
47484 \begin_inset ERT
47485 status collapsed
47486
47487 \begin_layout Plain Layout
47488
47489
47490 \backslash
47491 fcolorbox{black}{
47492 \end_layout
47493
47494 \end_inset
47495
47496 JungleGreen
47497 \begin_inset ERT
47498 status collapsed
47499
47500 \begin_layout Plain Layout
47501
47502 }{
47503 \end_layout
47504
47505 \end_inset
47506
47507
47508 \begin_inset Phantom Phantom
47509 status open
47510
47511 \begin_layout Plain Layout
47512 W
47513 \end_layout
47514
47515 \end_inset
47516
47517
47518 \begin_inset ERT
47519 status collapsed
47520
47521 \begin_layout Plain Layout
47522
47523 }
47524 \end_layout
47525
47526 \end_inset
47527
47528  JungleGreen
47529 \end_layout
47530
47531 \end_inset
47532 </cell>
47533 <cell alignment="center" valignment="top" usebox="none">
47534 \begin_inset Text
47535
47536 \begin_layout Plain Layout
47537 \begin_inset ERT
47538 status collapsed
47539
47540 \begin_layout Plain Layout
47541
47542
47543 \backslash
47544 fcolorbox{black}{
47545 \end_layout
47546
47547 \end_inset
47548
47549 Lavender
47550 \begin_inset ERT
47551 status collapsed
47552
47553 \begin_layout Plain Layout
47554
47555 }{
47556 \end_layout
47557
47558 \end_inset
47559
47560
47561 \begin_inset Phantom Phantom
47562 status open
47563
47564 \begin_layout Plain Layout
47565 W
47566 \end_layout
47567
47568 \end_inset
47569
47570
47571 \begin_inset ERT
47572 status collapsed
47573
47574 \begin_layout Plain Layout
47575
47576 }
47577 \end_layout
47578
47579 \end_inset
47580
47581  Lavender
47582 \end_layout
47583
47584 \end_inset
47585 </cell>
47586 <cell alignment="center" valignment="top" usebox="none">
47587 \begin_inset Text
47588
47589 \begin_layout Plain Layout
47590 \begin_inset ERT
47591 status collapsed
47592
47593 \begin_layout Plain Layout
47594
47595
47596 \backslash
47597 fcolorbox{black}{
47598 \end_layout
47599
47600 \end_inset
47601
47602 LimeGreen
47603 \begin_inset ERT
47604 status collapsed
47605
47606 \begin_layout Plain Layout
47607
47608 }{
47609 \end_layout
47610
47611 \end_inset
47612
47613
47614 \begin_inset Phantom Phantom
47615 status open
47616
47617 \begin_layout Plain Layout
47618 W
47619 \end_layout
47620
47621 \end_inset
47622
47623
47624 \begin_inset ERT
47625 status collapsed
47626
47627 \begin_layout Plain Layout
47628
47629 }
47630 \end_layout
47631
47632 \end_inset
47633
47634  LimeGreen
47635 \end_layout
47636
47637 \end_inset
47638 </cell>
47639 <cell alignment="center" valignment="top" usebox="none">
47640 \begin_inset Text
47641
47642 \begin_layout Plain Layout
47643 \begin_inset ERT
47644 status collapsed
47645
47646 \begin_layout Plain Layout
47647
47648
47649 \backslash
47650 fcolorbox{black}{
47651 \end_layout
47652
47653 \end_inset
47654
47655 Mahogany
47656 \begin_inset ERT
47657 status collapsed
47658
47659 \begin_layout Plain Layout
47660
47661 }{
47662 \end_layout
47663
47664 \end_inset
47665
47666
47667 \begin_inset Phantom Phantom
47668 status open
47669
47670 \begin_layout Plain Layout
47671 W
47672 \end_layout
47673
47674 \end_inset
47675
47676
47677 \begin_inset ERT
47678 status collapsed
47679
47680 \begin_layout Plain Layout
47681
47682 }
47683 \end_layout
47684
47685 \end_inset
47686
47687  Mahogany
47688 \end_layout
47689
47690 \end_inset
47691 </cell>
47692 </row>
47693 <row>
47694 <cell alignment="left" valignment="top" usebox="none">
47695 \begin_inset Text
47696
47697 \begin_layout Plain Layout
47698 \begin_inset ERT
47699 status collapsed
47700
47701 \begin_layout Plain Layout
47702
47703
47704 \backslash
47705 fcolorbox{black}{
47706 \end_layout
47707
47708 \end_inset
47709
47710 Mahogany
47711 \begin_inset ERT
47712 status collapsed
47713
47714 \begin_layout Plain Layout
47715
47716 }{
47717 \end_layout
47718
47719 \end_inset
47720
47721
47722 \begin_inset Phantom Phantom
47723 status open
47724
47725 \begin_layout Plain Layout
47726 W
47727 \end_layout
47728
47729 \end_inset
47730
47731
47732 \begin_inset ERT
47733 status collapsed
47734
47735 \begin_layout Plain Layout
47736
47737 }
47738 \end_layout
47739
47740 \end_inset
47741
47742  Mahogany
47743 \end_layout
47744
47745 \end_inset
47746 </cell>
47747 <cell alignment="left" valignment="top" usebox="none">
47748 \begin_inset Text
47749
47750 \begin_layout Plain Layout
47751 \begin_inset ERT
47752 status collapsed
47753
47754 \begin_layout Plain Layout
47755
47756
47757 \backslash
47758 fcolorbox{black}{
47759 \end_layout
47760
47761 \end_inset
47762
47763 Maroon
47764 \begin_inset ERT
47765 status collapsed
47766
47767 \begin_layout Plain Layout
47768
47769 }{
47770 \end_layout
47771
47772 \end_inset
47773
47774
47775 \begin_inset Phantom Phantom
47776 status open
47777
47778 \begin_layout Plain Layout
47779 W
47780 \end_layout
47781
47782 \end_inset
47783
47784
47785 \begin_inset ERT
47786 status collapsed
47787
47788 \begin_layout Plain Layout
47789
47790 }
47791 \end_layout
47792
47793 \end_inset
47794
47795  Maroon
47796 \end_layout
47797
47798 \end_inset
47799 </cell>
47800 <cell alignment="left" valignment="top" usebox="none">
47801 \begin_inset Text
47802
47803 \begin_layout Plain Layout
47804 \begin_inset ERT
47805 status collapsed
47806
47807 \begin_layout Plain Layout
47808
47809
47810 \backslash
47811 fcolorbox{black}{
47812 \end_layout
47813
47814 \end_inset
47815
47816 Melon
47817 \begin_inset ERT
47818 status collapsed
47819
47820 \begin_layout Plain Layout
47821
47822 }{
47823 \end_layout
47824
47825 \end_inset
47826
47827
47828 \begin_inset Phantom Phantom
47829 status open
47830
47831 \begin_layout Plain Layout
47832 W
47833 \end_layout
47834
47835 \end_inset
47836
47837
47838 \begin_inset ERT
47839 status collapsed
47840
47841 \begin_layout Plain Layout
47842
47843 }
47844 \end_layout
47845
47846 \end_inset
47847
47848  Melon
47849 \end_layout
47850
47851 \end_inset
47852 </cell>
47853 <cell alignment="left" valignment="top" usebox="none">
47854 \begin_inset Text
47855
47856 \begin_layout Plain Layout
47857 \begin_inset ERT
47858 status collapsed
47859
47860 \begin_layout Plain Layout
47861
47862
47863 \backslash
47864 fcolorbox{black}{
47865 \end_layout
47866
47867 \end_inset
47868
47869 MidnightBlue
47870 \begin_inset ERT
47871 status collapsed
47872
47873 \begin_layout Plain Layout
47874
47875 }{
47876 \end_layout
47877
47878 \end_inset
47879
47880
47881 \begin_inset Phantom Phantom
47882 status open
47883
47884 \begin_layout Plain Layout
47885 W
47886 \end_layout
47887
47888 \end_inset
47889
47890
47891 \begin_inset ERT
47892 status collapsed
47893
47894 \begin_layout Plain Layout
47895
47896 }
47897 \end_layout
47898
47899 \end_inset
47900
47901  MidnightBlue
47902 \end_layout
47903
47904 \end_inset
47905 </cell>
47906 </row>
47907 <row>
47908 <cell alignment="left" valignment="top" usebox="none">
47909 \begin_inset Text
47910
47911 \begin_layout Plain Layout
47912 \begin_inset ERT
47913 status collapsed
47914
47915 \begin_layout Plain Layout
47916
47917
47918 \backslash
47919 fcolorbox{black}{
47920 \end_layout
47921
47922 \end_inset
47923
47924 Mulberry
47925 \begin_inset ERT
47926 status collapsed
47927
47928 \begin_layout Plain Layout
47929
47930 }{
47931 \end_layout
47932
47933 \end_inset
47934
47935
47936 \begin_inset Phantom Phantom
47937 status open
47938
47939 \begin_layout Plain Layout
47940 W
47941 \end_layout
47942
47943 \end_inset
47944
47945
47946 \begin_inset ERT
47947 status collapsed
47948
47949 \begin_layout Plain Layout
47950
47951 }
47952 \end_layout
47953
47954 \end_inset
47955
47956  Mulberry
47957 \end_layout
47958
47959 \end_inset
47960 </cell>
47961 <cell alignment="left" valignment="top" usebox="none">
47962 \begin_inset Text
47963
47964 \begin_layout Plain Layout
47965 \begin_inset ERT
47966 status collapsed
47967
47968 \begin_layout Plain Layout
47969
47970
47971 \backslash
47972 fcolorbox{black}{
47973 \end_layout
47974
47975 \end_inset
47976
47977 NavyBlue
47978 \begin_inset ERT
47979 status collapsed
47980
47981 \begin_layout Plain Layout
47982
47983 }{
47984 \end_layout
47985
47986 \end_inset
47987
47988
47989 \begin_inset Phantom Phantom
47990 status open
47991
47992 \begin_layout Plain Layout
47993 W
47994 \end_layout
47995
47996 \end_inset
47997
47998
47999 \begin_inset ERT
48000 status collapsed
48001
48002 \begin_layout Plain Layout
48003
48004 }
48005 \end_layout
48006
48007 \end_inset
48008
48009  NavyBlue
48010 \end_layout
48011
48012 \end_inset
48013 </cell>
48014 <cell alignment="left" valignment="top" usebox="none">
48015 \begin_inset Text
48016
48017 \begin_layout Plain Layout
48018 \begin_inset ERT
48019 status collapsed
48020
48021 \begin_layout Plain Layout
48022
48023
48024 \backslash
48025 fcolorbox{black}{
48026 \end_layout
48027
48028 \end_inset
48029
48030 OliveGreen
48031 \begin_inset ERT
48032 status collapsed
48033
48034 \begin_layout Plain Layout
48035
48036 }{
48037 \end_layout
48038
48039 \end_inset
48040
48041
48042 \begin_inset Phantom Phantom
48043 status open
48044
48045 \begin_layout Plain Layout
48046 W
48047 \end_layout
48048
48049 \end_inset
48050
48051
48052 \begin_inset ERT
48053 status collapsed
48054
48055 \begin_layout Plain Layout
48056
48057 }
48058 \end_layout
48059
48060 \end_inset
48061
48062  OliveGreen
48063 \end_layout
48064
48065 \end_inset
48066 </cell>
48067 <cell alignment="left" valignment="top" usebox="none">
48068 \begin_inset Text
48069
48070 \begin_layout Plain Layout
48071 \begin_inset ERT
48072 status collapsed
48073
48074 \begin_layout Plain Layout
48075
48076
48077 \backslash
48078 fcolorbox{black}{
48079 \end_layout
48080
48081 \end_inset
48082
48083 Orange
48084 \begin_inset ERT
48085 status collapsed
48086
48087 \begin_layout Plain Layout
48088
48089 }{
48090 \end_layout
48091
48092 \end_inset
48093
48094
48095 \begin_inset Phantom Phantom
48096 status open
48097
48098 \begin_layout Plain Layout
48099 W
48100 \end_layout
48101
48102 \end_inset
48103
48104
48105 \begin_inset ERT
48106 status collapsed
48107
48108 \begin_layout Plain Layout
48109
48110 }
48111 \end_layout
48112
48113 \end_inset
48114
48115  Orange
48116 \end_layout
48117
48118 \end_inset
48119 </cell>
48120 </row>
48121 <row>
48122 <cell alignment="left" valignment="top" usebox="none">
48123 \begin_inset Text
48124
48125 \begin_layout Plain Layout
48126 \begin_inset ERT
48127 status collapsed
48128
48129 \begin_layout Plain Layout
48130
48131
48132 \backslash
48133 fcolorbox{black}{
48134 \end_layout
48135
48136 \end_inset
48137
48138 OrangeRed
48139 \begin_inset ERT
48140 status collapsed
48141
48142 \begin_layout Plain Layout
48143
48144 }{
48145 \end_layout
48146
48147 \end_inset
48148
48149
48150 \begin_inset Phantom Phantom
48151 status open
48152
48153 \begin_layout Plain Layout
48154 W
48155 \end_layout
48156
48157 \end_inset
48158
48159
48160 \begin_inset ERT
48161 status collapsed
48162
48163 \begin_layout Plain Layout
48164
48165 }
48166 \end_layout
48167
48168 \end_inset
48169
48170  OrangeRed
48171 \end_layout
48172
48173 \end_inset
48174 </cell>
48175 <cell alignment="left" valignment="top" usebox="none">
48176 \begin_inset Text
48177
48178 \begin_layout Plain Layout
48179 \begin_inset ERT
48180 status collapsed
48181
48182 \begin_layout Plain Layout
48183
48184
48185 \backslash
48186 fcolorbox{black}{
48187 \end_layout
48188
48189 \end_inset
48190
48191 Orchid
48192 \begin_inset ERT
48193 status collapsed
48194
48195 \begin_layout Plain Layout
48196
48197 }{
48198 \end_layout
48199
48200 \end_inset
48201
48202
48203 \begin_inset Phantom Phantom
48204 status open
48205
48206 \begin_layout Plain Layout
48207 W
48208 \end_layout
48209
48210 \end_inset
48211
48212
48213 \begin_inset ERT
48214 status collapsed
48215
48216 \begin_layout Plain Layout
48217
48218 }
48219 \end_layout
48220
48221 \end_inset
48222
48223  Orchid
48224 \end_layout
48225
48226 \end_inset
48227 </cell>
48228 <cell alignment="left" valignment="top" usebox="none">
48229 \begin_inset Text
48230
48231 \begin_layout Plain Layout
48232 \begin_inset ERT
48233 status collapsed
48234
48235 \begin_layout Plain Layout
48236
48237
48238 \backslash
48239 fcolorbox{black}{
48240 \end_layout
48241
48242 \end_inset
48243
48244 Peach
48245 \begin_inset ERT
48246 status collapsed
48247
48248 \begin_layout Plain Layout
48249
48250 }{
48251 \end_layout
48252
48253 \end_inset
48254
48255
48256 \begin_inset Phantom Phantom
48257 status open
48258
48259 \begin_layout Plain Layout
48260 W
48261 \end_layout
48262
48263 \end_inset
48264
48265
48266 \begin_inset ERT
48267 status collapsed
48268
48269 \begin_layout Plain Layout
48270
48271 }
48272 \end_layout
48273
48274 \end_inset
48275
48276  Peach
48277 \end_layout
48278
48279 \end_inset
48280 </cell>
48281 <cell alignment="left" valignment="top" usebox="none">
48282 \begin_inset Text
48283
48284 \begin_layout Plain Layout
48285 \begin_inset ERT
48286 status collapsed
48287
48288 \begin_layout Plain Layout
48289
48290
48291 \backslash
48292 fcolorbox{black}{
48293 \end_layout
48294
48295 \end_inset
48296
48297 Periwinkle
48298 \begin_inset ERT
48299 status collapsed
48300
48301 \begin_layout Plain Layout
48302
48303 }{
48304 \end_layout
48305
48306 \end_inset
48307
48308
48309 \begin_inset Phantom Phantom
48310 status open
48311
48312 \begin_layout Plain Layout
48313 W
48314 \end_layout
48315
48316 \end_inset
48317
48318
48319 \begin_inset ERT
48320 status collapsed
48321
48322 \begin_layout Plain Layout
48323
48324 }
48325 \end_layout
48326
48327 \end_inset
48328
48329  Periwinkle
48330 \end_layout
48331
48332 \end_inset
48333 </cell>
48334 </row>
48335 <row>
48336 <cell alignment="left" valignment="top" usebox="none">
48337 \begin_inset Text
48338
48339 \begin_layout Plain Layout
48340 \begin_inset ERT
48341 status collapsed
48342
48343 \begin_layout Plain Layout
48344
48345
48346 \backslash
48347 fcolorbox{black}{
48348 \end_layout
48349
48350 \end_inset
48351
48352 PineGreen
48353 \begin_inset ERT
48354 status collapsed
48355
48356 \begin_layout Plain Layout
48357
48358 }{
48359 \end_layout
48360
48361 \end_inset
48362
48363
48364 \begin_inset Phantom Phantom
48365 status open
48366
48367 \begin_layout Plain Layout
48368 W
48369 \end_layout
48370
48371 \end_inset
48372
48373
48374 \begin_inset ERT
48375 status collapsed
48376
48377 \begin_layout Plain Layout
48378
48379 }
48380 \end_layout
48381
48382 \end_inset
48383
48384  PineGreen
48385 \end_layout
48386
48387 \end_inset
48388 </cell>
48389 <cell alignment="left" valignment="top" usebox="none">
48390 \begin_inset Text
48391
48392 \begin_layout Plain Layout
48393 \begin_inset ERT
48394 status collapsed
48395
48396 \begin_layout Plain Layout
48397
48398
48399 \backslash
48400 fcolorbox{black}{
48401 \end_layout
48402
48403 \end_inset
48404
48405 Plum
48406 \begin_inset ERT
48407 status collapsed
48408
48409 \begin_layout Plain Layout
48410
48411 }{
48412 \end_layout
48413
48414 \end_inset
48415
48416
48417 \begin_inset Phantom Phantom
48418 status open
48419
48420 \begin_layout Plain Layout
48421 W
48422 \end_layout
48423
48424 \end_inset
48425
48426
48427 \begin_inset ERT
48428 status collapsed
48429
48430 \begin_layout Plain Layout
48431
48432 }
48433 \end_layout
48434
48435 \end_inset
48436
48437  Plum
48438 \end_layout
48439
48440 \end_inset
48441 </cell>
48442 <cell alignment="left" valignment="top" usebox="none">
48443 \begin_inset Text
48444
48445 \begin_layout Plain Layout
48446 \begin_inset ERT
48447 status collapsed
48448
48449 \begin_layout Plain Layout
48450
48451
48452 \backslash
48453 fcolorbox{black}{
48454 \end_layout
48455
48456 \end_inset
48457
48458 ProcessBlue
48459 \begin_inset ERT
48460 status collapsed
48461
48462 \begin_layout Plain Layout
48463
48464 }{
48465 \end_layout
48466
48467 \end_inset
48468
48469
48470 \begin_inset Phantom Phantom
48471 status open
48472
48473 \begin_layout Plain Layout
48474 W
48475 \end_layout
48476
48477 \end_inset
48478
48479
48480 \begin_inset ERT
48481 status collapsed
48482
48483 \begin_layout Plain Layout
48484
48485 }
48486 \end_layout
48487
48488 \end_inset
48489
48490  ProcessBlue
48491 \end_layout
48492
48493 \end_inset
48494 </cell>
48495 <cell alignment="left" valignment="top" usebox="none">
48496 \begin_inset Text
48497
48498 \begin_layout Plain Layout
48499 \begin_inset ERT
48500 status collapsed
48501
48502 \begin_layout Plain Layout
48503
48504
48505 \backslash
48506 fcolorbox{black}{
48507 \end_layout
48508
48509 \end_inset
48510
48511 Purple
48512 \begin_inset ERT
48513 status collapsed
48514
48515 \begin_layout Plain Layout
48516
48517 }{
48518 \end_layout
48519
48520 \end_inset
48521
48522
48523 \begin_inset Phantom Phantom
48524 status open
48525
48526 \begin_layout Plain Layout
48527 W
48528 \end_layout
48529
48530 \end_inset
48531
48532
48533 \begin_inset ERT
48534 status collapsed
48535
48536 \begin_layout Plain Layout
48537
48538 }
48539 \end_layout
48540
48541 \end_inset
48542
48543  Purple
48544 \end_layout
48545
48546 \end_inset
48547 </cell>
48548 </row>
48549 <row>
48550 <cell alignment="left" valignment="top" usebox="none">
48551 \begin_inset Text
48552
48553 \begin_layout Plain Layout
48554 \begin_inset ERT
48555 status collapsed
48556
48557 \begin_layout Plain Layout
48558
48559
48560 \backslash
48561 fcolorbox{black}{
48562 \end_layout
48563
48564 \end_inset
48565
48566 RawSienna
48567 \begin_inset ERT
48568 status collapsed
48569
48570 \begin_layout Plain Layout
48571
48572 }{
48573 \end_layout
48574
48575 \end_inset
48576
48577
48578 \begin_inset Phantom Phantom
48579 status open
48580
48581 \begin_layout Plain Layout
48582 W
48583 \end_layout
48584
48585 \end_inset
48586
48587
48588 \begin_inset ERT
48589 status collapsed
48590
48591 \begin_layout Plain Layout
48592
48593 }
48594 \end_layout
48595
48596 \end_inset
48597
48598  RawSienna
48599 \end_layout
48600
48601 \end_inset
48602 </cell>
48603 <cell alignment="left" valignment="top" usebox="none">
48604 \begin_inset Text
48605
48606 \begin_layout Plain Layout
48607 \begin_inset ERT
48608 status collapsed
48609
48610 \begin_layout Plain Layout
48611
48612
48613 \backslash
48614 fcolorbox{black}{
48615 \end_layout
48616
48617 \end_inset
48618
48619 RedOrange
48620 \begin_inset ERT
48621 status collapsed
48622
48623 \begin_layout Plain Layout
48624
48625 }{
48626 \end_layout
48627
48628 \end_inset
48629
48630
48631 \begin_inset Phantom Phantom
48632 status open
48633
48634 \begin_layout Plain Layout
48635 W
48636 \end_layout
48637
48638 \end_inset
48639
48640
48641 \begin_inset ERT
48642 status collapsed
48643
48644 \begin_layout Plain Layout
48645
48646 }
48647 \end_layout
48648
48649 \end_inset
48650
48651  RedOrange
48652 \end_layout
48653
48654 \end_inset
48655 </cell>
48656 <cell alignment="left" valignment="top" usebox="none">
48657 \begin_inset Text
48658
48659 \begin_layout Plain Layout
48660 \begin_inset ERT
48661 status collapsed
48662
48663 \begin_layout Plain Layout
48664
48665
48666 \backslash
48667 fcolorbox{black}{
48668 \end_layout
48669
48670 \end_inset
48671
48672 RedViolet
48673 \begin_inset ERT
48674 status collapsed
48675
48676 \begin_layout Plain Layout
48677
48678 }{
48679 \end_layout
48680
48681 \end_inset
48682
48683
48684 \begin_inset Phantom Phantom
48685 status open
48686
48687 \begin_layout Plain Layout
48688 W
48689 \end_layout
48690
48691 \end_inset
48692
48693
48694 \begin_inset ERT
48695 status collapsed
48696
48697 \begin_layout Plain Layout
48698
48699 }
48700 \end_layout
48701
48702 \end_inset
48703
48704  RedViolet
48705 \end_layout
48706
48707 \end_inset
48708 </cell>
48709 <cell alignment="left" valignment="top" usebox="none">
48710 \begin_inset Text
48711
48712 \begin_layout Plain Layout
48713 \begin_inset ERT
48714 status collapsed
48715
48716 \begin_layout Plain Layout
48717
48718
48719 \backslash
48720 fcolorbox{black}{
48721 \end_layout
48722
48723 \end_inset
48724
48725 Rhodamine
48726 \begin_inset ERT
48727 status collapsed
48728
48729 \begin_layout Plain Layout
48730
48731 }{
48732 \end_layout
48733
48734 \end_inset
48735
48736
48737 \begin_inset Phantom Phantom
48738 status open
48739
48740 \begin_layout Plain Layout
48741 W
48742 \end_layout
48743
48744 \end_inset
48745
48746
48747 \begin_inset ERT
48748 status collapsed
48749
48750 \begin_layout Plain Layout
48751
48752 }
48753 \end_layout
48754
48755 \end_inset
48756
48757  Rhodamine
48758 \end_layout
48759
48760 \end_inset
48761 </cell>
48762 </row>
48763 <row>
48764 <cell alignment="left" valignment="top" usebox="none">
48765 \begin_inset Text
48766
48767 \begin_layout Plain Layout
48768 \begin_inset ERT
48769 status collapsed
48770
48771 \begin_layout Plain Layout
48772
48773
48774 \backslash
48775 fcolorbox{black}{
48776 \end_layout
48777
48778 \end_inset
48779
48780 RoyalBlue
48781 \begin_inset ERT
48782 status collapsed
48783
48784 \begin_layout Plain Layout
48785
48786 }{
48787 \end_layout
48788
48789 \end_inset
48790
48791
48792 \begin_inset Phantom Phantom
48793 status open
48794
48795 \begin_layout Plain Layout
48796 W
48797 \end_layout
48798
48799 \end_inset
48800
48801
48802 \begin_inset ERT
48803 status collapsed
48804
48805 \begin_layout Plain Layout
48806
48807 }
48808 \end_layout
48809
48810 \end_inset
48811
48812  RoyalBlue
48813 \end_layout
48814
48815 \end_inset
48816 </cell>
48817 <cell alignment="left" valignment="top" usebox="none">
48818 \begin_inset Text
48819
48820 \begin_layout Plain Layout
48821 \begin_inset ERT
48822 status collapsed
48823
48824 \begin_layout Plain Layout
48825
48826
48827 \backslash
48828 fcolorbox{black}{
48829 \end_layout
48830
48831 \end_inset
48832
48833 RoyalPurple
48834 \begin_inset ERT
48835 status collapsed
48836
48837 \begin_layout Plain Layout
48838
48839 }{
48840 \end_layout
48841
48842 \end_inset
48843
48844
48845 \begin_inset Phantom Phantom
48846 status open
48847
48848 \begin_layout Plain Layout
48849 W
48850 \end_layout
48851
48852 \end_inset
48853
48854
48855 \begin_inset ERT
48856 status collapsed
48857
48858 \begin_layout Plain Layout
48859
48860 }
48861 \end_layout
48862
48863 \end_inset
48864
48865  RoyalPurple
48866 \end_layout
48867
48868 \end_inset
48869 </cell>
48870 <cell alignment="left" valignment="top" usebox="none">
48871 \begin_inset Text
48872
48873 \begin_layout Plain Layout
48874 \begin_inset ERT
48875 status collapsed
48876
48877 \begin_layout Plain Layout
48878
48879
48880 \backslash
48881 fcolorbox{black}{
48882 \end_layout
48883
48884 \end_inset
48885
48886 RubineRed
48887 \begin_inset ERT
48888 status collapsed
48889
48890 \begin_layout Plain Layout
48891
48892 }{
48893 \end_layout
48894
48895 \end_inset
48896
48897
48898 \begin_inset Phantom Phantom
48899 status open
48900
48901 \begin_layout Plain Layout
48902 W
48903 \end_layout
48904
48905 \end_inset
48906
48907
48908 \begin_inset ERT
48909 status collapsed
48910
48911 \begin_layout Plain Layout
48912
48913 }
48914 \end_layout
48915
48916 \end_inset
48917
48918  RubineRed
48919 \end_layout
48920
48921 \end_inset
48922 </cell>
48923 <cell alignment="left" valignment="top" usebox="none">
48924 \begin_inset Text
48925
48926 \begin_layout Plain Layout
48927 \begin_inset ERT
48928 status collapsed
48929
48930 \begin_layout Plain Layout
48931
48932
48933 \backslash
48934 fcolorbox{black}{
48935 \end_layout
48936
48937 \end_inset
48938
48939 Salmon
48940 \begin_inset ERT
48941 status collapsed
48942
48943 \begin_layout Plain Layout
48944
48945 }{
48946 \end_layout
48947
48948 \end_inset
48949
48950
48951 \begin_inset Phantom Phantom
48952 status open
48953
48954 \begin_layout Plain Layout
48955 W
48956 \end_layout
48957
48958 \end_inset
48959
48960
48961 \begin_inset ERT
48962 status collapsed
48963
48964 \begin_layout Plain Layout
48965
48966 }
48967 \end_layout
48968
48969 \end_inset
48970
48971  Salmon
48972 \end_layout
48973
48974 \end_inset
48975 </cell>
48976 </row>
48977 <row>
48978 <cell alignment="left" valignment="top" usebox="none">
48979 \begin_inset Text
48980
48981 \begin_layout Plain Layout
48982 \begin_inset ERT
48983 status collapsed
48984
48985 \begin_layout Plain Layout
48986
48987
48988 \backslash
48989 fcolorbox{black}{
48990 \end_layout
48991
48992 \end_inset
48993
48994 SeaGreen
48995 \begin_inset ERT
48996 status collapsed
48997
48998 \begin_layout Plain Layout
48999
49000 }{
49001 \end_layout
49002
49003 \end_inset
49004
49005
49006 \begin_inset Phantom Phantom
49007 status open
49008
49009 \begin_layout Plain Layout
49010 W
49011 \end_layout
49012
49013 \end_inset
49014
49015
49016 \begin_inset ERT
49017 status collapsed
49018
49019 \begin_layout Plain Layout
49020
49021 }
49022 \end_layout
49023
49024 \end_inset
49025
49026  SeaGreen
49027 \end_layout
49028
49029 \end_inset
49030 </cell>
49031 <cell alignment="left" valignment="top" usebox="none">
49032 \begin_inset Text
49033
49034 \begin_layout Plain Layout
49035 \begin_inset ERT
49036 status collapsed
49037
49038 \begin_layout Plain Layout
49039
49040
49041 \backslash
49042 fcolorbox{black}{
49043 \end_layout
49044
49045 \end_inset
49046
49047 Sepia
49048 \begin_inset ERT
49049 status collapsed
49050
49051 \begin_layout Plain Layout
49052
49053 }{
49054 \end_layout
49055
49056 \end_inset
49057
49058
49059 \begin_inset Phantom Phantom
49060 status open
49061
49062 \begin_layout Plain Layout
49063 W
49064 \end_layout
49065
49066 \end_inset
49067
49068
49069 \begin_inset ERT
49070 status collapsed
49071
49072 \begin_layout Plain Layout
49073
49074 }
49075 \end_layout
49076
49077 \end_inset
49078
49079  Sepia
49080 \end_layout
49081
49082 \end_inset
49083 </cell>
49084 <cell alignment="left" valignment="top" usebox="none">
49085 \begin_inset Text
49086
49087 \begin_layout Plain Layout
49088 \begin_inset ERT
49089 status collapsed
49090
49091 \begin_layout Plain Layout
49092
49093
49094 \backslash
49095 fcolorbox{black}{
49096 \end_layout
49097
49098 \end_inset
49099
49100 SkyBlue
49101 \begin_inset ERT
49102 status collapsed
49103
49104 \begin_layout Plain Layout
49105
49106 }{
49107 \end_layout
49108
49109 \end_inset
49110
49111
49112 \begin_inset Phantom Phantom
49113 status open
49114
49115 \begin_layout Plain Layout
49116 W
49117 \end_layout
49118
49119 \end_inset
49120
49121
49122 \begin_inset ERT
49123 status collapsed
49124
49125 \begin_layout Plain Layout
49126
49127 }
49128 \end_layout
49129
49130 \end_inset
49131
49132  SkyBlue
49133 \end_layout
49134
49135 \end_inset
49136 </cell>
49137 <cell alignment="left" valignment="top" usebox="none">
49138 \begin_inset Text
49139
49140 \begin_layout Plain Layout
49141 \begin_inset ERT
49142 status collapsed
49143
49144 \begin_layout Plain Layout
49145
49146
49147 \backslash
49148 fcolorbox{black}{
49149 \end_layout
49150
49151 \end_inset
49152
49153 SpringGreen
49154 \begin_inset ERT
49155 status collapsed
49156
49157 \begin_layout Plain Layout
49158
49159 }{
49160 \end_layout
49161
49162 \end_inset
49163
49164
49165 \begin_inset Phantom Phantom
49166 status open
49167
49168 \begin_layout Plain Layout
49169 W
49170 \end_layout
49171
49172 \end_inset
49173
49174
49175 \begin_inset ERT
49176 status collapsed
49177
49178 \begin_layout Plain Layout
49179
49180 }
49181 \end_layout
49182
49183 \end_inset
49184
49185  SpringGreen
49186 \end_layout
49187
49188 \end_inset
49189 </cell>
49190 </row>
49191 <row>
49192 <cell alignment="left" valignment="top" usebox="none">
49193 \begin_inset Text
49194
49195 \begin_layout Plain Layout
49196 \begin_inset ERT
49197 status collapsed
49198
49199 \begin_layout Plain Layout
49200
49201
49202 \backslash
49203 fcolorbox{black}{
49204 \end_layout
49205
49206 \end_inset
49207
49208 Tan
49209 \begin_inset ERT
49210 status collapsed
49211
49212 \begin_layout Plain Layout
49213
49214 }{
49215 \end_layout
49216
49217 \end_inset
49218
49219
49220 \begin_inset Phantom Phantom
49221 status open
49222
49223 \begin_layout Plain Layout
49224 W
49225 \end_layout
49226
49227 \end_inset
49228
49229
49230 \begin_inset ERT
49231 status collapsed
49232
49233 \begin_layout Plain Layout
49234
49235 }
49236 \end_layout
49237
49238 \end_inset
49239
49240  Tan
49241 \end_layout
49242
49243 \end_inset
49244 </cell>
49245 <cell alignment="left" valignment="top" usebox="none">
49246 \begin_inset Text
49247
49248 \begin_layout Plain Layout
49249 \begin_inset ERT
49250 status collapsed
49251
49252 \begin_layout Plain Layout
49253
49254
49255 \backslash
49256 fcolorbox{black}{
49257 \end_layout
49258
49259 \end_inset
49260
49261 TealBlue
49262 \begin_inset ERT
49263 status collapsed
49264
49265 \begin_layout Plain Layout
49266
49267 }{
49268 \end_layout
49269
49270 \end_inset
49271
49272
49273 \begin_inset Phantom Phantom
49274 status open
49275
49276 \begin_layout Plain Layout
49277 W
49278 \end_layout
49279
49280 \end_inset
49281
49282
49283 \begin_inset ERT
49284 status collapsed
49285
49286 \begin_layout Plain Layout
49287
49288 }
49289 \end_layout
49290
49291 \end_inset
49292
49293  TealBlue
49294 \end_layout
49295
49296 \end_inset
49297 </cell>
49298 <cell alignment="left" valignment="top" usebox="none">
49299 \begin_inset Text
49300
49301 \begin_layout Plain Layout
49302 \begin_inset ERT
49303 status collapsed
49304
49305 \begin_layout Plain Layout
49306
49307
49308 \backslash
49309 fcolorbox{black}{
49310 \end_layout
49311
49312 \end_inset
49313
49314 Thistle
49315 \begin_inset ERT
49316 status collapsed
49317
49318 \begin_layout Plain Layout
49319
49320 }{
49321 \end_layout
49322
49323 \end_inset
49324
49325
49326 \begin_inset Phantom Phantom
49327 status open
49328
49329 \begin_layout Plain Layout
49330 W
49331 \end_layout
49332
49333 \end_inset
49334
49335
49336 \begin_inset ERT
49337 status collapsed
49338
49339 \begin_layout Plain Layout
49340
49341 }
49342 \end_layout
49343
49344 \end_inset
49345
49346  Thistle
49347 \end_layout
49348
49349 \end_inset
49350 </cell>
49351 <cell alignment="left" valignment="top" usebox="none">
49352 \begin_inset Text
49353
49354 \begin_layout Plain Layout
49355 \begin_inset ERT
49356 status collapsed
49357
49358 \begin_layout Plain Layout
49359
49360
49361 \backslash
49362 fcolorbox{black}{
49363 \end_layout
49364
49365 \end_inset
49366
49367 Turquoise
49368 \begin_inset ERT
49369 status collapsed
49370
49371 \begin_layout Plain Layout
49372
49373 }{
49374 \end_layout
49375
49376 \end_inset
49377
49378
49379 \begin_inset Phantom Phantom
49380 status open
49381
49382 \begin_layout Plain Layout
49383 W
49384 \end_layout
49385
49386 \end_inset
49387
49388
49389 \begin_inset ERT
49390 status collapsed
49391
49392 \begin_layout Plain Layout
49393
49394 }
49395 \end_layout
49396
49397 \end_inset
49398
49399  Turquoise
49400 \end_layout
49401
49402 \end_inset
49403 </cell>
49404 </row>
49405 <row>
49406 <cell alignment="left" valignment="top" usebox="none">
49407 \begin_inset Text
49408
49409 \begin_layout Plain Layout
49410 \begin_inset ERT
49411 status collapsed
49412
49413 \begin_layout Plain Layout
49414
49415
49416 \backslash
49417 fcolorbox{black}{
49418 \end_layout
49419
49420 \end_inset
49421
49422 Violet
49423 \begin_inset ERT
49424 status collapsed
49425
49426 \begin_layout Plain Layout
49427
49428 }{
49429 \end_layout
49430
49431 \end_inset
49432
49433
49434 \begin_inset Phantom Phantom
49435 status open
49436
49437 \begin_layout Plain Layout
49438 W
49439 \end_layout
49440
49441 \end_inset
49442
49443
49444 \begin_inset ERT
49445 status collapsed
49446
49447 \begin_layout Plain Layout
49448
49449 }
49450 \end_layout
49451
49452 \end_inset
49453
49454  Violet
49455 \end_layout
49456
49457 \end_inset
49458 </cell>
49459 <cell alignment="left" valignment="top" usebox="none">
49460 \begin_inset Text
49461
49462 \begin_layout Plain Layout
49463 \begin_inset ERT
49464 status collapsed
49465
49466 \begin_layout Plain Layout
49467
49468
49469 \backslash
49470 fcolorbox{black}{
49471 \end_layout
49472
49473 \end_inset
49474
49475 VioletRed
49476 \begin_inset ERT
49477 status collapsed
49478
49479 \begin_layout Plain Layout
49480
49481 }{
49482 \end_layout
49483
49484 \end_inset
49485
49486
49487 \begin_inset Phantom Phantom
49488 status open
49489
49490 \begin_layout Plain Layout
49491 W
49492 \end_layout
49493
49494 \end_inset
49495
49496
49497 \begin_inset ERT
49498 status collapsed
49499
49500 \begin_layout Plain Layout
49501
49502 }
49503 \end_layout
49504
49505 \end_inset
49506
49507  VioletRed
49508 \end_layout
49509
49510 \end_inset
49511 </cell>
49512 <cell alignment="left" valignment="top" usebox="none">
49513 \begin_inset Text
49514
49515 \begin_layout Plain Layout
49516 \begin_inset ERT
49517 status collapsed
49518
49519 \begin_layout Plain Layout
49520
49521
49522 \backslash
49523 fcolorbox{black}{
49524 \end_layout
49525
49526 \end_inset
49527
49528 WildStrawberry
49529 \begin_inset ERT
49530 status collapsed
49531
49532 \begin_layout Plain Layout
49533
49534 }{
49535 \end_layout
49536
49537 \end_inset
49538
49539
49540 \begin_inset Phantom Phantom
49541 status open
49542
49543 \begin_layout Plain Layout
49544 W
49545 \end_layout
49546
49547 \end_inset
49548
49549
49550 \begin_inset ERT
49551 status collapsed
49552
49553 \begin_layout Plain Layout
49554
49555 }
49556 \end_layout
49557
49558 \end_inset
49559
49560  WildStrawberry
49561 \end_layout
49562
49563 \end_inset
49564 </cell>
49565 <cell alignment="left" valignment="top" usebox="none">
49566 \begin_inset Text
49567
49568 \begin_layout Plain Layout
49569 \begin_inset ERT
49570 status collapsed
49571
49572 \begin_layout Plain Layout
49573
49574
49575 \backslash
49576 fcolorbox{black}{
49577 \end_layout
49578
49579 \end_inset
49580
49581 YellowGreen
49582 \begin_inset ERT
49583 status collapsed
49584
49585 \begin_layout Plain Layout
49586
49587 }{
49588 \end_layout
49589
49590 \end_inset
49591
49592
49593 \begin_inset Phantom Phantom
49594 status open
49595
49596 \begin_layout Plain Layout
49597 W
49598 \end_layout
49599
49600 \end_inset
49601
49602
49603 \begin_inset ERT
49604 status collapsed
49605
49606 \begin_layout Plain Layout
49607
49608 }
49609 \end_layout
49610
49611 \end_inset
49612
49613  YellowGreen
49614 \end_layout
49615
49616 \end_inset
49617 </cell>
49618 </row>
49619 <row>
49620 <cell alignment="left" valignment="top" usebox="none">
49621 \begin_inset Text
49622
49623 \begin_layout Plain Layout
49624 \begin_inset ERT
49625 status collapsed
49626
49627 \begin_layout Plain Layout
49628
49629
49630 \backslash
49631 fcolorbox{black}{
49632 \end_layout
49633
49634 \end_inset
49635
49636 YellowOrange
49637 \begin_inset ERT
49638 status collapsed
49639
49640 \begin_layout Plain Layout
49641
49642 }{
49643 \end_layout
49644
49645 \end_inset
49646
49647
49648 \begin_inset Phantom Phantom
49649 status open
49650
49651 \begin_layout Plain Layout
49652 W
49653 \end_layout
49654
49655 \end_inset
49656
49657
49658 \begin_inset ERT
49659 status collapsed
49660
49661 \begin_layout Plain Layout
49662
49663 }
49664 \end_layout
49665
49666 \end_inset
49667
49668  YellowOrange
49669 \end_layout
49670
49671 \end_inset
49672 </cell>
49673 <cell alignment="left" valignment="top" usebox="none">
49674 \begin_inset Text
49675
49676 \begin_layout Plain Layout
49677
49678 \end_layout
49679
49680 \end_inset
49681 </cell>
49682 <cell alignment="left" valignment="top" usebox="none">
49683 \begin_inset Text
49684
49685 \begin_layout Plain Layout
49686
49687 \end_layout
49688
49689 \end_inset
49690 </cell>
49691 <cell alignment="left" valignment="top" usebox="none">
49692 \begin_inset Text
49693
49694 \begin_layout Plain Layout
49695
49696 \end_layout
49697
49698 \end_inset
49699 </cell>
49700 </row>
49701 </lyxtabular>
49702
49703 \end_inset
49704
49705
49706 \end_layout
49707
49708 \begin_layout Chapter
49709 Explanation of Equation
49710 \begin_inset space ~
49711 \end_inset
49712
49713 (
49714 \begin_inset CommandInset ref
49715 LatexCommand ref
49716 reference "eq:Wgn"
49717 nolink "false"
49718
49719 \end_inset
49720
49721 )
49722 \begin_inset CommandInset label
49723 LatexCommand label
49724 name "cha:Explanation-of-Equation"
49725
49726 \end_inset
49727
49728
49729 \end_layout
49730
49731 \begin_layout Standard
49732 We can calculate the total width of 
49733 \emph on
49734 n
49735 \emph default
49736  table cells 
49737 \begin_inset Formula $W_{\mathrm{tot\,n}}$
49738 \end_inset
49739
49740  as follows:
49741 \begin_inset Formula 
49742 \begin{equation}
49743 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
49744 \end{equation}
49745
49746 \end_inset
49747
49748 where 
49749 \begin_inset Formula $W_{g\,n}$
49750 \end_inset
49751
49752  is the given width of all cells,
49753  
49754 \series bold
49755
49756 \backslash
49757 tabcolsep
49758 \series default
49759  is the \SpecialChar LaTeX
49760 -length between the cell text and the cell border (its default value is 6
49761 \begin_inset space \thinspace{}
49762 \end_inset
49763
49764 pt).
49765  
49766 \series bold
49767
49768 \backslash
49769 arrayrulewidth
49770 \series default
49771  is the thickness of the cell border line,
49772  the default is 0.4
49773 \begin_inset space \thinspace{}
49774 \end_inset
49775
49776 pt.
49777 \end_layout
49778
49779 \begin_layout Standard
49780 Following equation
49781 \begin_inset space ~
49782 \end_inset
49783
49784
49785 \begin_inset CommandInset ref
49786 LatexCommand eqref
49787 reference "eq:Wtot_n"
49788 nolink "false"
49789
49790 \end_inset
49791
49792 ,
49793  the total width of a multicolumn 
49794 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
49795 \end_inset
49796
49797  is
49798 \begin_inset Formula 
49799 \begin{equation}
49800 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
49801 \end{equation}
49802
49803 \end_inset
49804
49805
49806 \end_layout
49807
49808 \begin_layout Standard
49809 By setting equation
49810 \begin_inset space ~
49811 \end_inset
49812
49813
49814 \begin_inset CommandInset ref
49815 LatexCommand eqref
49816 reference "eq:Wtot_n"
49817 nolink "false"
49818
49819 \end_inset
49820
49821  and 
49822 \begin_inset CommandInset ref
49823 LatexCommand eqref
49824 reference "eq:Wtot_mult"
49825 nolink "false"
49826
49827 \end_inset
49828
49829  equal we can calculate the needed given width 
49830 \begin_inset Formula $W_{g\,n}$
49831 \end_inset
49832
49833  when 
49834 \emph on
49835 n
49836 \emph default
49837  columns are spanned,
49838  so that each column has a total width of 
49839 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
49840 \end_inset
49841
49842 :
49843 \begin_inset Formula 
49844 \begin{equation}
49845 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
49846 \end{equation}
49847
49848 \end_inset
49849
49850
49851 \end_layout
49852
49853 \begin_layout Bibliography
49854 \begin_inset CommandInset bibitem
49855 LatexCommand bibitem
49856 key "latexcompanion"
49857 literal "true"
49858
49859 \end_inset
49860
49861 Frank Mittelbach and Michel Goossens:
49862  
49863 \emph on
49864 The \SpecialChar LaTeX
49865  Companion Second Edition.
49866
49867 \emph default
49868  Addison-Wesley,
49869  2004
49870 \end_layout
49871
49872 \begin_layout Bibliography
49873 \begin_inset CommandInset bibitem
49874 LatexCommand bibitem
49875 key "latexguide"
49876 literal "true"
49877
49878 \end_inset
49879
49880 Helmut Kopka and Patrick W.
49881  Daly:
49882  
49883 \emph on
49884 A Guide to \SpecialChar LaTeX
49885  Fourth Edition.
49886
49887 \emph default
49888  Addison-Wesley,
49889  2003
49890 \end_layout
49891
49892 \begin_layout Bibliography
49893 \begin_inset CommandInset bibitem
49894 LatexCommand bibitem
49895 key "latexbook"
49896 literal "true"
49897
49898 \end_inset
49899
49900 Leslie Lamport:
49901  
49902 \emph on
49903 \SpecialChar LaTeX
49904 :
49905  A Document Preparation System.
49906
49907 \emph default
49908  Addison-Wesley,
49909  second edition,
49910  1994
49911 \end_layout
49912
49913 \begin_layout Bibliography
49914 \begin_inset CommandInset bibitem
49915 LatexCommand bibitem
49916 key "arydshln"
49917 literal "true"
49918
49919 \end_inset
49920
49921 Documentation of the \SpecialChar LaTeX
49922 -package 
49923 \series bold
49924
49925 \begin_inset CommandInset href
49926 LatexCommand href
49927 name "arydshln"
49928 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
49929 literal "false"
49930
49931 \end_inset
49932
49933
49934 \series default
49935
49936 \begin_inset Index idx
49937 range none
49938 pageformat default
49939 status collapsed
49940
49941 \begin_layout Plain Layout
49942 \SpecialChar LaTeX
49943  packages
49944 \begin_inset IndexMacro subentry
49945 status open
49946
49947 \begin_layout Plain Layout
49948 arydshln
49949 \end_layout
49950
49951 \end_inset
49952
49953
49954 \end_layout
49955
49956 \end_inset
49957
49958
49959 \end_layout
49960
49961 \begin_layout Bibliography
49962 \begin_inset CommandInset bibitem
49963 LatexCommand bibitem
49964 key "booktabs"
49965 literal "true"
49966
49967 \end_inset
49968
49969 Documentation of the \SpecialChar LaTeX
49970 -package 
49971 \series bold
49972
49973 \begin_inset CommandInset href
49974 LatexCommand href
49975 name "booktabs"
49976 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
49977 literal "false"
49978
49979 \end_inset
49980
49981
49982 \series default
49983
49984 \begin_inset Index idx
49985 range none
49986 pageformat default
49987 status collapsed
49988
49989 \begin_layout Plain Layout
49990 \SpecialChar LaTeX
49991  packages
49992 \begin_inset IndexMacro subentry
49993 status open
49994
49995 \begin_layout Plain Layout
49996 booktabs
49997 \end_layout
49998
49999 \end_inset
50000
50001
50002 \end_layout
50003
50004 \end_inset
50005
50006
50007 \end_layout
50008
50009 \begin_layout Bibliography
50010 \begin_inset CommandInset bibitem
50011 LatexCommand bibitem
50012 key "caption"
50013 literal "true"
50014
50015 \end_inset
50016
50017 Documentation of the \SpecialChar LaTeX
50018 -package 
50019 \series bold
50020
50021 \begin_inset CommandInset href
50022 LatexCommand href
50023 name "caption"
50024 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
50025 literal "false"
50026
50027 \end_inset
50028
50029
50030 \series default
50031
50032 \begin_inset Index idx
50033 range none
50034 pageformat default
50035 status collapsed
50036
50037 \begin_layout Plain Layout
50038 \SpecialChar LaTeX
50039  packages
50040 \begin_inset IndexMacro subentry
50041 status open
50042
50043 \begin_layout Plain Layout
50044 caption
50045 \end_layout
50046
50047 \end_inset
50048
50049
50050 \end_layout
50051
50052 \end_inset
50053
50054
50055 \end_layout
50056
50057 \begin_layout Bibliography
50058 \begin_inset CommandInset bibitem
50059 LatexCommand bibitem
50060 key "diagbox"
50061 literal "true"
50062
50063 \end_inset
50064
50065 Documentation of the \SpecialChar LaTeX
50066 -package 
50067 \series bold
50068
50069 \begin_inset CommandInset href
50070 LatexCommand href
50071 name "diagbox"
50072 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
50073 literal "false"
50074
50075 \end_inset
50076
50077
50078 \series default
50079
50080 \begin_inset Index idx
50081 range none
50082 pageformat default
50083 status collapsed
50084
50085 \begin_layout Plain Layout
50086 \SpecialChar LaTeX
50087  packages
50088 \begin_inset IndexMacro subentry
50089 status open
50090
50091 \begin_layout Plain Layout
50092 diagbox
50093 \end_layout
50094
50095 \end_inset
50096
50097
50098 \end_layout
50099
50100 \end_inset
50101
50102
50103 \end_layout
50104
50105 \begin_layout Bibliography
50106 \begin_inset CommandInset bibitem
50107 LatexCommand bibitem
50108 key "endfloat"
50109 literal "true"
50110
50111 \end_inset
50112
50113 Documentation of the \SpecialChar LaTeX
50114 -package 
50115 \series bold
50116
50117 \begin_inset CommandInset href
50118 LatexCommand href
50119 name "endfloat"
50120 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
50121 literal "false"
50122
50123 \end_inset
50124
50125
50126 \series default
50127
50128 \begin_inset Index idx
50129 range none
50130 pageformat default
50131 status collapsed
50132
50133 \begin_layout Plain Layout
50134 \SpecialChar LaTeX
50135  packages
50136 \begin_inset IndexMacro subentry
50137 status open
50138
50139 \begin_layout Plain Layout
50140 endfloat
50141 \end_layout
50142
50143 \end_inset
50144
50145
50146 \end_layout
50147
50148 \end_inset
50149
50150
50151 \end_layout
50152
50153 \begin_layout Bibliography
50154 \begin_inset CommandInset bibitem
50155 LatexCommand bibitem
50156 key "footmisc"
50157 literal "true"
50158
50159 \end_inset
50160
50161 Documentation of the \SpecialChar LaTeX
50162 -package 
50163 \series bold
50164
50165 \begin_inset CommandInset href
50166 LatexCommand href
50167 name "footmisc"
50168 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
50169 literal "false"
50170
50171 \end_inset
50172
50173
50174 \series default
50175
50176 \begin_inset Index idx
50177 range none
50178 pageformat default
50179 status collapsed
50180
50181 \begin_layout Plain Layout
50182 \SpecialChar LaTeX
50183  packages
50184 \begin_inset IndexMacro subentry
50185 status open
50186
50187 \begin_layout Plain Layout
50188 footmisc
50189 \end_layout
50190
50191 \end_inset
50192
50193
50194 \end_layout
50195
50196 \end_inset
50197
50198
50199 \end_layout
50200
50201 \begin_layout Bibliography
50202 \begin_inset CommandInset bibitem
50203 LatexCommand bibitem
50204 key "hypcap"
50205 literal "true"
50206
50207 \end_inset
50208
50209 Documentation of the \SpecialChar LaTeX
50210 -package 
50211 \series bold
50212
50213 \begin_inset CommandInset href
50214 LatexCommand href
50215 name "hypcap"
50216 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
50217 literal "false"
50218
50219 \end_inset
50220
50221
50222 \series default
50223
50224 \begin_inset Index idx
50225 range none
50226 pageformat default
50227 status collapsed
50228
50229 \begin_layout Plain Layout
50230 \SpecialChar LaTeX
50231  packages
50232 \begin_inset IndexMacro subentry
50233 status open
50234
50235 \begin_layout Plain Layout
50236 hyperref
50237 \end_layout
50238
50239 \end_inset
50240
50241
50242 \end_layout
50243
50244 \end_inset
50245
50246
50247 \end_layout
50248
50249 \begin_layout Bibliography
50250 \begin_inset CommandInset bibitem
50251 LatexCommand bibitem
50252 key "hyperref"
50253 literal "true"
50254
50255 \end_inset
50256
50257 Documentation of the \SpecialChar LaTeX
50258 -package 
50259 \series bold
50260
50261 \begin_inset CommandInset href
50262 LatexCommand href
50263 name "hyperref"
50264 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
50265 literal "false"
50266
50267 \end_inset
50268
50269
50270 \series default
50271
50272 \begin_inset Index idx
50273 range none
50274 pageformat default
50275 status collapsed
50276
50277 \begin_layout Plain Layout
50278 \SpecialChar LaTeX
50279  packages
50280 \begin_inset IndexMacro subentry
50281 status open
50282
50283 \begin_layout Plain Layout
50284 hyperref
50285 \end_layout
50286
50287 \end_inset
50288
50289
50290 \end_layout
50291
50292 \end_inset
50293
50294
50295 \end_layout
50296
50297 \begin_layout Bibliography
50298 \begin_inset CommandInset bibitem
50299 LatexCommand bibitem
50300 key "KOMA-Script"
50301 literal "true"
50302
50303 \end_inset
50304
50305 Documentation of the \SpecialChar LaTeX
50306 -package 
50307 \series bold
50308
50309 \begin_inset CommandInset href
50310 LatexCommand href
50311 name "KOMA-Script"
50312 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
50313 literal "false"
50314
50315 \end_inset
50316
50317
50318 \series default
50319
50320 \begin_inset Index idx
50321 range none
50322 pageformat default
50323 status collapsed
50324
50325 \begin_layout Plain Layout
50326 \SpecialChar LaTeX
50327  packages
50328 \begin_inset IndexMacro subentry
50329 status open
50330
50331 \begin_layout Plain Layout
50332 KOMA-Script
50333 \end_layout
50334
50335 \end_inset
50336
50337
50338 \end_layout
50339
50340 \end_inset
50341
50342
50343 \end_layout
50344
50345 \begin_layout Bibliography
50346 \begin_inset CommandInset bibitem
50347 LatexCommand bibitem
50348 key "lettrine"
50349 literal "true"
50350
50351 \end_inset
50352
50353 Documentation of the \SpecialChar LaTeX
50354 -package 
50355 \series bold
50356
50357 \begin_inset CommandInset href
50358 LatexCommand href
50359 name "lettrine"
50360 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
50361 literal "false"
50362
50363 \end_inset
50364
50365
50366 \series default
50367  and an 
50368 \begin_inset CommandInset href
50369 LatexCommand href
50370 name "example"
50371 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
50372 literal "false"
50373
50374 \end_inset
50375
50376
50377 \begin_inset Index idx
50378 range none
50379 pageformat default
50380 status collapsed
50381
50382 \begin_layout Plain Layout
50383 \SpecialChar LaTeX
50384  packages
50385 \begin_inset IndexMacro subentry
50386 status open
50387
50388 \begin_layout Plain Layout
50389 lettrine
50390 \end_layout
50391
50392 \end_inset
50393
50394
50395 \end_layout
50396
50397 \end_inset
50398
50399
50400 \end_layout
50401
50402 \begin_layout Bibliography
50403 \begin_inset CommandInset bibitem
50404 LatexCommand bibitem
50405 key "listings"
50406 literal "true"
50407
50408 \end_inset
50409
50410 Documentation of the \SpecialChar LaTeX
50411 -package 
50412 \series bold
50413
50414 \begin_inset CommandInset href
50415 LatexCommand href
50416 name "listings"
50417 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
50418 literal "false"
50419
50420 \end_inset
50421
50422
50423 \series default
50424
50425 \begin_inset Index idx
50426 range none
50427 pageformat default
50428 status collapsed
50429
50430 \begin_layout Plain Layout
50431 \SpecialChar LaTeX
50432  packages
50433 \begin_inset IndexMacro subentry
50434 status open
50435
50436 \begin_layout Plain Layout
50437 listings
50438 \end_layout
50439
50440 \end_inset
50441
50442
50443 \end_layout
50444
50445 \end_inset
50446
50447
50448 \end_layout
50449
50450 \begin_layout Bibliography
50451 \begin_inset CommandInset bibitem
50452 LatexCommand bibitem
50453 key "minted"
50454 literal "false"
50455
50456 \end_inset
50457
50458 Documentation of the \SpecialChar LaTeX
50459 -package 
50460 \series bold
50461
50462 \begin_inset CommandInset href
50463 LatexCommand href
50464 name "minted"
50465 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
50466 literal "false"
50467
50468 \end_inset
50469
50470
50471 \series default
50472
50473 \begin_inset Index idx
50474 range none
50475 pageformat default
50476 status collapsed
50477
50478 \begin_layout Plain Layout
50479 \SpecialChar LaTeX
50480  packages
50481 \begin_inset IndexMacro subentry
50482 status open
50483
50484 \begin_layout Plain Layout
50485 minted
50486 \end_layout
50487
50488 \end_inset
50489
50490
50491 \end_layout
50492
50493 \end_inset
50494
50495
50496 \end_layout
50497
50498 \begin_layout Bibliography
50499 \begin_inset CommandInset bibitem
50500 LatexCommand bibitem
50501 key "marginnote"
50502 literal "true"
50503
50504 \end_inset
50505
50506 Documentation of the \SpecialChar LaTeX
50507 -package 
50508 \series bold
50509
50510 \begin_inset CommandInset href
50511 LatexCommand href
50512 name "marginnote"
50513 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
50514 literal "false"
50515
50516 \end_inset
50517
50518
50519 \series default
50520
50521 \begin_inset Index idx
50522 range none
50523 pageformat default
50524 status collapsed
50525
50526 \begin_layout Plain Layout
50527 \SpecialChar LaTeX
50528  packages
50529 \begin_inset IndexMacro subentry
50530 status open
50531
50532 \begin_layout Plain Layout
50533 marginnote
50534 \end_layout
50535
50536 \end_inset
50537
50538
50539 \end_layout
50540
50541 \end_inset
50542
50543
50544 \end_layout
50545
50546 \begin_layout Bibliography
50547 \begin_inset CommandInset bibitem
50548 LatexCommand bibitem
50549 key "pdfpages"
50550 literal "true"
50551
50552 \end_inset
50553
50554 Documentation of the \SpecialChar LaTeX
50555 -package 
50556 \series bold
50557
50558 \begin_inset CommandInset href
50559 LatexCommand href
50560 name "pdfpages"
50561 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
50562 literal "false"
50563
50564 \end_inset
50565
50566
50567 \series default
50568
50569 \begin_inset Index idx
50570 range none
50571 pageformat default
50572 status collapsed
50573
50574 \begin_layout Plain Layout
50575 \SpecialChar LaTeX
50576  packages
50577 \begin_inset IndexMacro subentry
50578 status open
50579
50580 \begin_layout Plain Layout
50581 pdfpages
50582 \end_layout
50583
50584 \end_inset
50585
50586
50587 \end_layout
50588
50589 \end_inset
50590
50591
50592 \end_layout
50593
50594 \begin_layout Bibliography
50595 \begin_inset CommandInset bibitem
50596 LatexCommand bibitem
50597 key "prettyref"
50598 literal "true"
50599
50600 \end_inset
50601
50602 Documentation of the \SpecialChar LaTeX
50603 -package 
50604 \series bold
50605
50606 \begin_inset CommandInset href
50607 LatexCommand href
50608 name "prettyref"
50609 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
50610 literal "false"
50611
50612 \end_inset
50613
50614
50615 \series default
50616
50617 \begin_inset Index idx
50618 range none
50619 pageformat default
50620 status collapsed
50621
50622 \begin_layout Plain Layout
50623 \SpecialChar LaTeX
50624  packages
50625 \begin_inset IndexMacro subentry
50626 status open
50627
50628 \begin_layout Plain Layout
50629 prettyref
50630 \end_layout
50631
50632 \end_inset
50633
50634
50635 \end_layout
50636
50637 \end_inset
50638
50639
50640 \end_layout
50641
50642 \begin_layout Bibliography
50643 \begin_inset CommandInset bibitem
50644 LatexCommand bibitem
50645 key "pstricks"
50646 literal "true"
50647
50648 \end_inset
50649
50650 Web page of the \SpecialChar LaTeX
50651 -package 
50652 \series bold
50653
50654 \begin_inset CommandInset href
50655 LatexCommand href
50656 name "PSTricks"
50657 target "http://tug.org/PSTricks/"
50658 literal "false"
50659
50660 \end_inset
50661
50662
50663 \series default
50664
50665 \begin_inset Index idx
50666 range none
50667 pageformat default
50668 status collapsed
50669
50670 \begin_layout Plain Layout
50671 \SpecialChar LaTeX
50672  packages
50673 \begin_inset IndexMacro subentry
50674 status open
50675
50676 \begin_layout Plain Layout
50677 PSTricks
50678 \end_layout
50679
50680 \end_inset
50681
50682
50683 \end_layout
50684
50685 \end_inset
50686
50687
50688 \end_layout
50689
50690 \begin_layout Bibliography
50691 \begin_inset CommandInset bibitem
50692 LatexCommand bibitem
50693 key "refstyle"
50694 literal "true"
50695
50696 \end_inset
50697
50698 Documentation of the \SpecialChar LaTeX
50699 -package 
50700 \series bold
50701
50702 \begin_inset CommandInset href
50703 LatexCommand href
50704 name "refstyle"
50705 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
50706 literal "false"
50707
50708 \end_inset
50709
50710
50711 \series default
50712
50713 \begin_inset Index idx
50714 range none
50715 pageformat default
50716 status collapsed
50717
50718 \begin_layout Plain Layout
50719 \SpecialChar LaTeX
50720  packages
50721 \begin_inset IndexMacro subentry
50722 status open
50723
50724 \begin_layout Plain Layout
50725 refstyle
50726 \end_layout
50727
50728 \end_inset
50729
50730
50731 \end_layout
50732
50733 \end_inset
50734
50735
50736 \end_layout
50737
50738 \begin_layout Bibliography
50739 \begin_inset CommandInset bibitem
50740 LatexCommand bibitem
50741 key "sidecap"
50742 literal "true"
50743
50744 \end_inset
50745
50746 Documentation of the \SpecialChar LaTeX
50747 -package 
50748 \series bold
50749
50750 \begin_inset CommandInset href
50751 LatexCommand href
50752 name "sidecap"
50753 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
50754 literal "false"
50755
50756 \end_inset
50757
50758
50759 \series default
50760
50761 \begin_inset Index idx
50762 range none
50763 pageformat default
50764 status collapsed
50765
50766 \begin_layout Plain Layout
50767 \SpecialChar LaTeX
50768  packages
50769 \begin_inset IndexMacro subentry
50770 status open
50771
50772 \begin_layout Plain Layout
50773 sidecap
50774 \end_layout
50775
50776 \end_inset
50777
50778
50779 \end_layout
50780
50781 \end_inset
50782
50783
50784 \end_layout
50785
50786 \begin_layout Bibliography
50787 \begin_inset CommandInset bibitem
50788 LatexCommand bibitem
50789 key "Inkscape"
50790 literal "true"
50791
50792 \end_inset
50793
50794 Documentation of the option 
50795 \begin_inset CommandInset href
50796 LatexCommand href
50797 name "Omit text in PDF"
50798 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
50799 literal "false"
50800
50801 \end_inset
50802
50803  of the program 
50804 \noun on
50805
50806 \begin_inset CommandInset href
50807 LatexCommand href
50808 name "Inkscape"
50809 target "https://inkscape.org"
50810 literal "false"
50811
50812 \end_inset
50813
50814
50815 \end_layout
50816
50817 \begin_layout Standard
50818 \begin_inset CommandInset index_print
50819 LatexCommand printindex
50820 type "idx"
50821 name "Index"
50822 literal "false"
50823
50824 \end_inset
50825
50826
50827 \end_layout
50828
50829 \end_body
50830 \end_document