]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Fix page range without page format
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 610
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 630872221 "Jean-Pierre Chrétien" jeanpierre.chretien@free.fr
257 \end_header
258
259 \begin_body
260
261 \begin_layout Title
262 \SpecialChar LyX
263 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
264 \end_layout
265
266 \begin_layout Author
267 by the \SpecialChar LyX
268  Team
269 \begin_inset Foot
270 status collapsed
271
272 \begin_layout Plain Layout
273 \noindent
274 If you have comments or error corrections, please send them to the \SpecialChar LyX
275  Documentatio
276 n mailing list: 
277 \begin_inset CommandInset href
278 LatexCommand href
279 name "lyx-docs@lists.lyx.org"
280 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
281 type "mailto:"
282 literal "false"
283
284 \end_inset
285
286
287 \end_layout
288
289 \end_inset
290
291
292 \begin_inset Note Note
293 status open
294
295 \begin_layout Plain Layout
296 author: Uwe Stöhr
297 \end_layout
298
299 \end_inset
300
301
302 \begin_inset Newline newline
303 \end_inset
304
305
306 \begin_inset Newline newline
307 \end_inset
308
309
310 \family sans
311 Version 2.4.x
312 \end_layout
313
314 \begin_layout Standard
315 \begin_inset CommandInset toc
316 LatexCommand tableofcontents
317
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Standard
324 \begin_inset Note Note
325 status open
326
327 \begin_layout Plain Layout
328 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
329  packages 
330 \series bold
331 arydshln
332 \series default
333
334 \series bold
335 colortbl
336 \series default
337
338 \series bold
339 diagbox, lettrine, marginnote, picinpar
340 \series default
341  and 
342 \series bold
343 sidecap
344 \series default
345  must be installed.
346  If they are not installed you can export the document anyway but the sections
347  where the packages are required won't appear in the output.
348 \end_layout
349
350 \begin_layout Plain Layout
351 The latest PDF-version of this document can be found here:
352 \begin_inset Newline newline
353 \end_inset
354
355
356 \series bold
357 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
358 \end_layout
359
360 \end_inset
361
362
363 \end_layout
364
365 \begin_layout Chapter
366 Figures
367 \begin_inset Index idx
368 range none
369 pageformat default
370 status collapsed
371
372 \begin_layout Plain Layout
373 Figures
374 \end_layout
375
376 \end_inset
377
378
379 \begin_inset Index idx
380 range none
381 pageformat default
382 status collapsed
383
384 \begin_layout Plain Layout
385 Graphics
386 \begin_inset IndexMacro see
387 status open
388
389 \begin_layout Plain Layout
390 Figures
391 \end_layout
392
393 \end_inset
394
395
396 \end_layout
397
398 \end_inset
399
400
401 \end_layout
402
403 \begin_layout Section
404 Graphics Dialog
405 \begin_inset Index idx
406 range none
407 pageformat default
408 status collapsed
409
410 \begin_layout Plain Layout
411 Figures
412 \begin_inset IndexMacro subentry
413 status open
414
415 \begin_layout Plain Layout
416 Graphics Dialog
417 \end_layout
418
419 \end_inset
420
421
422 \end_layout
423
424 \end_inset
425
426
427 \begin_inset CommandInset label
428 LatexCommand label
429 name "sec:Graphics-Dialog"
430
431 \end_inset
432
433
434 \end_layout
435
436 \begin_layout Standard
437 To insert an image into your document, place the cursor at the text position
438  you want and click on the toolbar icon 
439 \begin_inset Info
440 type  "icon"
441 arg   "dialog-show-new-inset graphics"
442 \end_inset
443
444  or use the menu 
445 \family sans
446 Insert\SpecialChar menuseparator
447 Graphics
448 \family default
449 .
450  Then a dialog will appear to choose the file to load.
451  The image will appear in the output exactly at the position where it is
452  in the text.
453 \end_layout
454
455 \begin_layout Standard
456 The graphics dialog can be called at any time by clicking on an image.
457  This dialog has three tabs:
458 \end_layout
459
460 \begin_layout Description
461
462 \family sans
463 Graphics
464 \family default
465  Here you can choose an image file and adjust its appearance in the output.
466  The available units for the image size are explained in appendix
467 \begin_inset space ~
468 \end_inset
469
470
471 \begin_inset CommandInset ref
472 LatexCommand ref
473 reference "cha:Units-available-in"
474
475 \end_inset
476
477 .
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 range none
484 pageformat default
485 status collapsed
486
487 \begin_layout Plain Layout
488 Figures
489 \begin_inset IndexMacro subentry
490 status open
491
492 \begin_layout Plain Layout
493 rotated
494 \end_layout
495
496 \end_inset
497
498
499 \end_layout
500
501 \end_inset
502
503 You can rotate images counter-clockwise by setting a rotation angle and
504  a rotation origin.
505  The image will also be rotated inside \SpecialChar LyX
506 .
507 \begin_inset Newline newline
508 \end_inset
509
510
511 \begin_inset Index idx
512 range none
513 pageformat default
514 status collapsed
515
516 \begin_layout Plain Layout
517 Figures
518 \begin_inset IndexMacro subentry
519 status open
520
521 \begin_layout Plain Layout
522 scaled
523 \end_layout
524
525 \end_inset
526
527
528 \end_layout
529
530 \end_inset
531
532 Images can be scaled by using a percentage value or by setting the width
533  and height explicitly.
534  If you set only the width or only the height, the other size will be determined
535  automatically.
536  If you set both, then the image will be transformed to the given size,
537  possibly distorting it.
538  To prevent the image from distortion, use the option 
539 \family sans
540 Maintain aspect ratio
541 \family default
542 .
543  The image will then be scaled so that its width and height don't exceed
544  the specified dimensions.
545 \begin_inset Newline newline
546 \end_inset
547
548 Images can be opened in a program of your choice by right-clicking on it
549  and choosing the entry 
550 \family sans
551 Edit
552 \begin_inset space ~
553 \end_inset
554
555 externally
556 \family default
557  in the context menu.
558  The program can be set for every image format in the file format settings
559  in \SpecialChar LyX
560 's preferences.
561 \end_layout
562
563 \begin_layout Description
564
565 \family sans
566 Coordinates
567 \begin_inset space ~
568 \end_inset
569
570 and
571 \begin_inset space ~
572 \end_inset
573
574 Clipping
575 \family default
576  Alternatively to the usage of scaling units it is possible to set image
577  coordinates to adjust the height and width of the image in the output.
578  The coordinates can also be calculated automatically by pressing the button
579  
580 \family sans
581 Get
582 \begin_inset space ~
583 \end_inset
584
585 from
586 \begin_inset space ~
587 \end_inset
588
589 File
590 \family default
591 .
592  The option 
593 \family sans
594 Clip
595 \begin_inset space ~
596 \end_inset
597
598 to
599 \begin_inset space ~
600 \end_inset
601
602 bounding
603 \begin_inset space ~
604 \end_inset
605
606 box
607 \family default
608  will only print the image region within the given coordinates.
609  Normally you don't need to worry about image coordinates and can ignore
610  this tab.
611 \end_layout
612
613 \begin_layout Description
614
615 \family sans
616 LaTeX
617 \begin_inset space ~
618 \end_inset
619
620 and
621 \begin_inset space ~
622 \end_inset
623
624 LyX
625 \begin_inset space ~
626 \end_inset
627
628 options
629 \family default
630  In this tab you can modify the appearance of the image within \SpecialChar LyX
631  and \SpecialChar LaTeX
632  experts
633  can specify additional \SpecialChar LaTeX
634  options.
635 \begin_inset Newline newline
636 \end_inset
637
638 The option 
639 \family sans
640 Draft
641 \begin_inset space ~
642 \end_inset
643
644 mode
645 \family default
646  makes the image appear in the output only as a frame with the size of the
647  image.
648 \begin_inset Newline newline
649 \end_inset
650
651 In the section 
652 \family sans
653 Graphics
654 \begin_inset space ~
655 \end_inset
656
657 Group
658 \family default
659  you can define or join an image settings group.
660 \begin_inset Index idx
661 range none
662 pageformat default
663 status collapsed
664
665 \begin_layout Plain Layout
666 Figures
667 \begin_inset IndexMacro subentry
668 status open
669
670 \begin_layout Plain Layout
671 Settings grouping
672 \end_layout
673
674 \end_inset
675
676
677 \end_layout
678
679 \end_inset
680
681  Images within such a group share their settings, so adjusting one image
682  of the group automatically also adjusts all other images of the group in
683  the same way.
684  So you can for example change the size for a bunch of images without the
685  need to manually change each of them.
686  Joining an existing group can also be done using the context menu of the
687  image by checking the name of the desired group.
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset VSpace bigskip
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 This is an example image in PDF format
699 \begin_inset Foot
700 status collapsed
701
702 \begin_layout Plain Layout
703 Image formats are explained in section
704 \begin_inset space ~
705 \end_inset
706
707
708 \begin_inset CommandInset ref
709 LatexCommand ref
710 reference "sec:Image-Formats"
711
712 \end_inset
713
714 .
715 \end_layout
716
717 \end_inset
718
719  within a separate, horizontally centered paragraph:
720 \end_layout
721
722 \begin_layout Standard
723 \align center
724 \begin_inset Graphics
725         filename clipart/2D-intensity-plot.pdf
726         scaleBeforeRotation
727         rotateOrigin center
728
729 \end_inset
730
731
732 \end_layout
733
734 \begin_layout Standard
735 This is the same image like the one above but in draft mode:
736 \end_layout
737
738 \begin_layout Standard
739 \align center
740 \begin_inset Graphics
741         filename clipart/2D-intensity-plot.pdf
742         draft
743         scaleBeforeRotation
744         rotateOrigin center
745
746 \end_inset
747
748
749 \end_layout
750
751 \begin_layout Standard
752 \begin_inset Newpage newpage
753 \end_inset
754
755
756 \end_layout
757
758 \begin_layout Section
759 Figure Floats
760 \begin_inset CommandInset label
761 LatexCommand label
762 name "sec:Figure-Floats"
763
764 \end_inset
765
766
767 \begin_inset Index idx
768 range none
769 pageformat default
770 status collapsed
771
772 \begin_layout Plain Layout
773 Floats
774 \begin_inset IndexMacro subentry
775 status open
776
777 \begin_layout Plain Layout
778 Figures
779 \end_layout
780
781 \end_inset
782
783
784 \end_layout
785
786 \end_inset
787
788
789 \begin_inset Index idx
790 range none
791 pageformat default
792 status collapsed
793
794 \begin_layout Plain Layout
795 Figures
796 \begin_inset IndexMacro subentry
797 status open
798
799 \begin_layout Plain Layout
800 Floats
801 \end_layout
802
803 \end_inset
804
805
806 \end_layout
807
808 \end_inset
809
810
811 \end_layout
812
813 \begin_layout Standard
814 For general explanations about floats, have a look at section
815 \begin_inset space ~
816 \end_inset
817
818
819 \begin_inset CommandInset ref
820 LatexCommand ref
821 reference "sec:FloatIntroduction"
822
823 \end_inset
824
825 .
826 \end_layout
827
828 \begin_layout Standard
829 The toolbar button 
830 \begin_inset Info
831 type  "icon"
832 arg   "float-insert figure"
833 \end_inset
834
835  and the menu 
836 \family sans
837 Insert\SpecialChar menuseparator
838 Float\SpecialChar menuseparator
839 Figure
840 \family default
841  inserts a float with a caption that has the label 
842 \begin_inset Quotes eld
843 \end_inset
844
845 Figure
846 \begin_inset space ~
847 \end_inset
848
849 #:
850 \begin_inset Quotes erd
851 \end_inset
852
853  (# is the actual number).
854  You can insert the image above the caption, like in Figure
855 \begin_inset space ~
856 \end_inset
857
858
859 \begin_inset CommandInset ref
860 LatexCommand ref
861 reference "fig:A-star-in"
862
863 \end_inset
864
865  or below the caption, like in Figure
866 \begin_inset space ~
867 \end_inset
868
869
870 \begin_inset CommandInset ref
871 LatexCommand ref
872 reference "fig:A-3D-object"
873
874 \end_inset
875
876 .
877  More about caption placement is described in section
878 \begin_inset space ~
879 \end_inset
880
881
882 \begin_inset CommandInset ref
883 LatexCommand ref
884 reference "sec:Caption-Placement"
885
886 \end_inset
887
888 .
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Float figure
893 placement document
894 alignment document
895 wide false
896 sideways false
897 status open
898
899 \begin_layout Plain Layout
900 \align center
901 \begin_inset Graphics
902         filename clipart/Star-structure.pdf
903         lyxscale 60
904         width 50col%
905         scaleBeforeRotation
906         rotateOrigin center
907
908 \end_inset
909
910
911 \end_layout
912
913 \begin_layout Plain Layout
914 \begin_inset Caption Standard
915
916 \begin_layout Plain Layout
917 \begin_inset CommandInset label
918 LatexCommand label
919 name "fig:A-star-in"
920
921 \end_inset
922
923 A star in a float.
924 \end_layout
925
926 \end_inset
927
928
929 \end_layout
930
931 \end_inset
932
933
934 \end_layout
935
936 \begin_layout Standard
937 \begin_inset Float figure
938 placement document
939 alignment document
940 wide false
941 sideways false
942 status open
943
944 \begin_layout Plain Layout
945 \begin_inset Caption Standard
946
947 \begin_layout Plain Layout
948 \begin_inset CommandInset label
949 LatexCommand label
950 name "fig:A-3D-object"
951
952 \end_inset
953
954 A 3D object.
955 \end_layout
956
957 \end_inset
958
959
960 \end_layout
961
962 \begin_layout Plain Layout
963 \align center
964 \begin_inset Graphics
965         filename clipart/3D-structure-distort.pdf
966         lyxscale 60
967         scale 80
968         scaleBeforeRotation
969         rotateOrigin center
970
971 \end_inset
972
973
974 \end_layout
975
976 \end_inset
977
978
979 \end_layout
980
981 \begin_layout Standard
982 \begin_inset Index idx
983 range none
984 pageformat default
985 status collapsed
986
987 \begin_layout Plain Layout
988 References
989 \begin_inset IndexMacro subentry
990 status open
991
992 \begin_layout Plain Layout
993 to Figures
994 \end_layout
995
996 \end_inset
997
998
999 \end_layout
1000
1001 \end_inset
1002
1003 Figure
1004 \begin_inset space ~
1005 \end_inset
1006
1007
1008 \begin_inset CommandInset ref
1009 LatexCommand ref
1010 reference "fig:A-star-in"
1011
1012 \end_inset
1013
1014  and 
1015 \begin_inset CommandInset ref
1016 LatexCommand ref
1017 reference "fig:A-3D-object"
1018
1019 \end_inset
1020
1021  are examples of referenced figures.
1022  Figures can be referenced in the text by referencing their label.
1023  To do this insert a label in the caption using the menu 
1024 \family sans
1025 Insert\SpecialChar menuseparator
1026 Label
1027 \family default
1028  or the toolbar button 
1029 \begin_inset Info
1030 type  "icon"
1031 arg   "label-insert"
1032 \end_inset
1033
1034 .
1035  You can now refer to the label using the menu 
1036 \family sans
1037 Insert\SpecialChar menuseparator
1038 Cross
1039 \begin_inset space ~
1040 \end_inset
1041
1042 reference
1043 \family default
1044  or the toolbar button 
1045 \begin_inset Info
1046 type  "icon"
1047 arg   "dialog-show-new-inset ref"
1048 \end_inset
1049
1050 .
1051  It is important to use references to floats, rather than using vague references
1052  like 
1053 \begin_inset Quotes eld
1054 \end_inset
1055
1056 the figure above
1057 \begin_inset Quotes erd
1058 \end_inset
1059
1060 , because \SpecialChar LaTeX
1061  will reposition the floats in the final document and it might
1062  not be 
1063 \begin_inset Quotes eld
1064 \end_inset
1065
1066 above
1067 \begin_inset Quotes erd
1068 \end_inset
1069
1070  at all.
1071 \begin_inset Newline newline
1072 \end_inset
1073
1074 Referencing is explained in detail in section
1075 \begin_inset space ~
1076 \end_inset
1077
1078
1079 \begin_inset CommandInset ref
1080 LatexCommand ref
1081 reference "sec:Referencing-Floats"
1082
1083 \end_inset
1084
1085 .
1086 \end_layout
1087
1088 \begin_layout Standard
1089 Normally only one image is inserted to a figure float, but sometimes you
1090  might want to use two images with separate subcaptions.
1091  This can be done by inserting image floats into existing image floats.
1092  Note that only the main caption of the float is added to the List of Figures.
1093  Figure
1094 \begin_inset space ~
1095 \end_inset
1096
1097
1098 \begin_inset CommandInset ref
1099 LatexCommand ref
1100 reference "fig:Two-distorted-images"
1101
1102 \end_inset
1103
1104  is an example of a figure float with two images set side by side.
1105  You can also set the images one below the other.
1106  Figure
1107 \begin_inset space ~
1108 \end_inset
1109
1110
1111 \begin_inset CommandInset ref
1112 LatexCommand ref
1113 reference "fig:Pink-object"
1114
1115 \end_inset
1116
1117  and 
1118 \begin_inset CommandInset ref
1119 LatexCommand ref
1120 reference "fig:A-star"
1121
1122 \end_inset
1123
1124  are the subfigures.
1125 \end_layout
1126
1127 \begin_layout Standard
1128 \begin_inset Float figure
1129 placement document
1130 alignment document
1131 wide false
1132 sideways false
1133 status open
1134
1135 \begin_layout Plain Layout
1136 \begin_inset space \hfill{}
1137 \end_inset
1138
1139
1140 \begin_inset Float figure
1141 placement document
1142 alignment document
1143 wide false
1144 sideways false
1145 status collapsed
1146
1147 \begin_layout Plain Layout
1148 \begin_inset Caption Standard
1149
1150 \begin_layout Plain Layout
1151 \begin_inset CommandInset label
1152 LatexCommand label
1153 name "fig:Pink-object"
1154
1155 \end_inset
1156
1157 Pink object.
1158 \end_layout
1159
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \begin_layout Plain Layout
1166 \begin_inset Graphics
1167         filename clipart/3D-structure-distort.pdf
1168         width 45col%
1169         scaleBeforeRotation
1170         groupId distorted
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \begin_inset space \hfill{}
1181 \end_inset
1182
1183
1184 \begin_inset Float figure
1185 placement document
1186 alignment document
1187 wide false
1188 sideways false
1189 status collapsed
1190
1191 \begin_layout Plain Layout
1192 \begin_inset Caption Standard
1193
1194 \begin_layout Plain Layout
1195 \begin_inset CommandInset label
1196 LatexCommand label
1197 name "fig:A-star"
1198
1199 \end_inset
1200
1201 A star.
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \begin_layout Plain Layout
1210 \begin_inset Graphics
1211         filename clipart/Star-structure.pdf
1212         width 45col%
1213         scaleBeforeRotation
1214         groupId distorted
1215
1216 \end_inset
1217
1218
1219 \end_layout
1220
1221 \end_inset
1222
1223
1224 \begin_inset space \hfill{}
1225 \end_inset
1226
1227
1228 \end_layout
1229
1230 \begin_layout Plain Layout
1231 \begin_inset Caption Standard
1232
1233 \begin_layout Plain Layout
1234 \begin_inset CommandInset label
1235 LatexCommand label
1236 name "fig:Two-distorted-images"
1237
1238 \end_inset
1239
1240 Two distorted images.
1241  Both images are in the image settings group named 
1242 \begin_inset Quotes eld
1243 \end_inset
1244
1245 distorted
1246 \begin_inset Quotes erd
1247 \end_inset
1248
1249 .
1250 \end_layout
1251
1252 \end_inset
1253
1254
1255 \end_layout
1256
1257 \end_inset
1258
1259
1260 \end_layout
1261
1262 \begin_layout Standard
1263 \begin_inset Newpage newpage
1264 \end_inset
1265
1266
1267 \end_layout
1268
1269 \begin_layout Section
1270 Image Formats
1271 \begin_inset CommandInset label
1272 LatexCommand label
1273 name "sec:Image-Formats"
1274
1275 \end_inset
1276
1277
1278 \begin_inset Index idx
1279 range none
1280 pageformat default
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284 Image Formats
1285 \end_layout
1286
1287 \end_inset
1288
1289
1290 \begin_inset Index idx
1291 range none
1292 pageformat default
1293 status collapsed
1294
1295 \begin_layout Plain Layout
1296 Figures
1297 \begin_inset IndexMacro subentry
1298 status open
1299
1300 \begin_layout Plain Layout
1301 Image Formats
1302 \end_layout
1303
1304 \end_inset
1305
1306
1307 \end_layout
1308
1309 \end_inset
1310
1311
1312 \end_layout
1313
1314 \begin_layout Standard
1315 You can insert images in any known file format.
1316  But as explained in appendix
1317 \begin_inset space ~
1318 \end_inset
1319
1320
1321 \begin_inset CommandInset ref
1322 LatexCommand ref
1323 reference "cha:Output-File-Formats"
1324
1325 \end_inset
1326
1327 , each output document format allows only a few image formats.
1328  \SpecialChar LyX
1329  uses therefore the program 
1330 \family typewriter
1331 ImageMagick
1332 \family default
1333  in the background to convert the images to the right format.
1334  To increase your work flow by avoiding these conversions in the background,
1335  you could choose to use only the image formats that can directly be embedded
1336  in the output file format.
1337  The output file formats are explained in appendix
1338 \begin_inset space ~
1339 \end_inset
1340
1341
1342 \begin_inset CommandInset ref
1343 LatexCommand ref
1344 reference "cha:Output-File-Formats"
1345
1346 \end_inset
1347
1348 .
1349 \end_layout
1350
1351 \begin_layout Standard
1352 Similar to fonts there are two types of image formats:
1353 \end_layout
1354
1355 \begin_layout Description
1356 Bitmap
1357 \begin_inset space ~
1358 \end_inset
1359
1360 images consist of pixel values, often in a compressed form.
1361  They are therefore not fully scalable and look pixelated in large zooms.
1362  Well-known bitmap image formats are 
1363 \begin_inset Quotes eld
1364 \end_inset
1365
1366 Graphics Interchange Format
1367 \begin_inset Quotes erd
1368 \end_inset
1369
1370  (GIF, file extension 
1371 \begin_inset Quotes eld
1372 \end_inset
1373
1374
1375 \family typewriter
1376 .gif
1377 \family default
1378
1379 \begin_inset Quotes erd
1380 \end_inset
1381
1382 )
1383 \begin_inset Index idx
1384 range none
1385 pageformat default
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 GIF
1390 \begin_inset IndexMacro see
1391 status open
1392
1393 \begin_layout Plain Layout
1394 Image formats
1395 \end_layout
1396
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \end_inset
1403
1404
1405 \begin_inset Quotes eld
1406 \end_inset
1407
1408 Portable Network Graphics
1409 \begin_inset Quotes erd
1410 \end_inset
1411
1412  (PNG, file extension 
1413 \begin_inset Quotes eld
1414 \end_inset
1415
1416
1417 \family typewriter
1418 .png
1419 \family default
1420
1421 \begin_inset Quotes erd
1422 \end_inset
1423
1424 )
1425 \begin_inset Index idx
1426 range none
1427 pageformat default
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431 PNG
1432 \begin_inset IndexMacro see
1433 status open
1434
1435 \begin_layout Plain Layout
1436 Image formats
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \end_inset
1445
1446 , and 
1447 \begin_inset Quotes eld
1448 \end_inset
1449
1450 Joint Photographic Experts Group
1451 \begin_inset Quotes erd
1452 \end_inset
1453
1454  (JPG, file extension 
1455 \begin_inset Quotes eld
1456 \end_inset
1457
1458
1459 \family typewriter
1460 .jpg
1461 \family default
1462
1463 \begin_inset Quotes erd
1464 \end_inset
1465
1466  or 
1467 \begin_inset Quotes eld
1468 \end_inset
1469
1470
1471 \family typewriter
1472 .jpeg
1473 \family default
1474
1475 \begin_inset Quotes erd
1476 \end_inset
1477
1478 )
1479 \begin_inset Index idx
1480 range none
1481 pageformat default
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485 JPG
1486 \begin_inset IndexMacro see
1487 status open
1488
1489 \begin_layout Plain Layout
1490 Image formats
1491 \end_layout
1492
1493 \end_inset
1494
1495
1496 \end_layout
1497
1498 \end_inset
1499
1500 .
1501 \end_layout
1502
1503 \begin_layout Description
1504 Vector
1505 \begin_inset space ~
1506 \end_inset
1507
1508 images consist of vectors and can therefore be scaled to any size without
1509  data loss.
1510  The scaling ability is necessary if you want to create presentations, because
1511  presentations are always scaled by the video projector.
1512  Scaling is also useful for online documents to let the user zoom into diagrams.
1513 \begin_inset Newline newline
1514 \end_inset
1515
1516 Well-known scalable image formats are 
1517 \begin_inset Quotes eld
1518 \end_inset
1519
1520 Scalable Vector Graphics
1521 \begin_inset Quotes erd
1522 \end_inset
1523
1524  (SVG, file extension 
1525 \begin_inset Quotes eld
1526 \end_inset
1527
1528
1529 \family typewriter
1530 .svg
1531 \family default
1532
1533 \begin_inset Quotes erd
1534 \end_inset
1535
1536 )
1537 \begin_inset Index idx
1538 range none
1539 pageformat default
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543 SVG
1544 \begin_inset IndexMacro see
1545 status open
1546
1547 \begin_layout Plain Layout
1548 Image formats
1549 \end_layout
1550
1551 \end_inset
1552
1553
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562 Encapsulated PostScript
1563 \begin_inset Quotes erd
1564 \end_inset
1565
1566  (EPS, file extension 
1567 \begin_inset Quotes eld
1568 \end_inset
1569
1570
1571 \family typewriter
1572 .eps
1573 \family default
1574
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578 )
1579 \begin_inset Index idx
1580 range none
1581 pageformat default
1582 status collapsed
1583
1584 \begin_layout Plain Layout
1585 EPS
1586 \begin_inset IndexMacro see
1587 status open
1588
1589 \begin_layout Plain Layout
1590 Image formats
1591 \end_layout
1592
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \end_inset
1599
1600
1601 \begin_inset Quotes eld
1602 \end_inset
1603
1604 Portable Document Format
1605 \begin_inset Quotes erd
1606 \end_inset
1607
1608  (PDF, file extension 
1609 \begin_inset Quotes eld
1610 \end_inset
1611
1612
1613 \family typewriter
1614 .pdf
1615 \family default
1616
1617 \begin_inset Quotes erd
1618 \end_inset
1619
1620 )
1621 \begin_inset Index idx
1622 range none
1623 pageformat default
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 PDF
1628 \end_layout
1629
1630 \end_inset
1631
1632 , and 
1633 \begin_inset Quotes eld
1634 \end_inset
1635
1636 Windows Metafile
1637 \begin_inset Quotes erd
1638 \end_inset
1639
1640  (WMF, file extension 
1641 \begin_inset Quotes eld
1642 \end_inset
1643
1644
1645 \family typewriter
1646 .wmf
1647 \family default
1648
1649 \begin_inset Quotes erd
1650 \end_inset
1651
1652 )
1653 \begin_inset Index idx
1654 range none
1655 pageformat default
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 WMF
1660 \begin_inset IndexMacro see
1661 status open
1662
1663 \begin_layout Plain Layout
1664 Image formats
1665 \end_layout
1666
1667 \end_inset
1668
1669
1670 \end_layout
1671
1672 \end_inset
1673
1674 .
1675  We wrote 
1676 \begin_inset Quotes eld
1677 \end_inset
1678
1679 can be
1680 \begin_inset Quotes erd
1681 \end_inset
1682
1683 , because you can convert any bitmap image to a PDF or EPS-image and the
1684  result will still be a bitmap image.
1685  In such cases only a header with the image properties is added to the original
1686  image
1687 \begin_inset Foot
1688 status collapsed
1689
1690 \begin_layout Plain Layout
1691 In the case of PDF, the original image is additionally compressed.
1692 \end_layout
1693
1694 \end_inset
1695
1696 .
1697  The PDF-files generated by 
1698 \family typewriter
1699 Adobe Photoshop
1700 \family default
1701  are for example bitmap images.
1702 \end_layout
1703
1704 \begin_layout Standard
1705 Normally it is not possible to convert a bitmap image into a scalable one,
1706  only vice versa.
1707  Only the image formats PDF and EPS can directly be embedded to PDF and
1708  PostScript output files, respectively.
1709  SVG and WMF-images are recalculated to bitmaps when the output file is
1710  generated because there is currently no adequate WMF/SVG
1711 \begin_inset Formula $\to$
1712 \end_inset
1713
1714 PDF/EPS converter available.
1715 \end_layout
1716
1717 \begin_layout Chapter
1718 Tables
1719 \begin_inset Index idx
1720 range none
1721 pageformat default
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 Table
1726 \end_layout
1727
1728 \end_inset
1729
1730
1731 \end_layout
1732
1733 \begin_layout Section
1734 Introduction
1735 \begin_inset Index idx
1736 range none
1737 pageformat default
1738 status collapsed
1739
1740 \begin_layout Plain Layout
1741 Table
1742 \begin_inset IndexMacro subentry
1743 status open
1744
1745 \begin_layout Plain Layout
1746 Introduction
1747 \end_layout
1748
1749 \end_inset
1750
1751
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \begin_layout Standard
1760 You can insert a table using either the toolbar button 
1761 \begin_inset Info
1762 type  "icon"
1763 arg   "tabular-insert"
1764 \end_inset
1765
1766  or the menu 
1767 \family sans
1768 Insert\SpecialChar menuseparator
1769 Table
1770 \family default
1771 .
1772  The toolbar button offers you a graphical selection: move the mouse to
1773  set the column/row number of the table that should be created and then
1774  press a mouse button.
1775  When you use the menu to create a table, a dialog will appear, asking you
1776  for the number of rows and columns
1777 \change_inserted -712698321 1554289643
1778 , and you can select a specific (border) style
1779 \change_unchanged
1780 .
1781 \change_deleted -712698321 1554289644
1782
1783 \begin_inset Newline newline
1784 \end_inset
1785
1786
1787 \change_inserted -712698321 1554289645
1788
1789 \end_layout
1790
1791 \begin_layout Standard
1792 The default table has lines around any cell and the first row appears separated
1793  from the rest of the table.
1794  This separation occurs due to a double line: The cells of the first row
1795  have a line below them and the cells of the second row have a line above
1796  them.
1797  Here is an example table:
1798 \end_layout
1799
1800 \begin_layout Standard
1801 \align center
1802 \begin_inset Tabular
1803 <lyxtabular version="3" rows="4" columns="4">
1804 <features tabularvalignment="middle">
1805 <column alignment="center" valignment="top">
1806 <column alignment="center" valignment="top">
1807 <column alignment="center" valignment="top">
1808 <column alignment="center" valignment="top">
1809 <row>
1810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \family roman
1825 \series medium
1826 \shape up
1827 \size normal
1828 \emph off
1829 \bar no
1830 \noun off
1831 \color none
1832 1
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841 2
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 3
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \family roman
1863 \series medium
1864 \shape up
1865 \size normal
1866 \emph off
1867 \bar no
1868 \noun off
1869 \color none
1870 A
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 </row>
1903 <row>
1904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \family roman
1910 \series medium
1911 \shape up
1912 \size normal
1913 \emph off
1914 \bar no
1915 \noun off
1916 \color none
1917 B
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1932 \begin_inset Text
1933
1934 \begin_layout Plain Layout
1935
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1941 \begin_inset Text
1942
1943 \begin_layout Plain Layout
1944
1945 \end_layout
1946
1947 \end_inset
1948 </cell>
1949 </row>
1950 <row>
1951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1952 \begin_inset Text
1953
1954 \begin_layout Plain Layout
1955
1956 \family roman
1957 \series medium
1958 \shape up
1959 \size normal
1960 \emph off
1961 \bar no
1962 \noun off
1963 \color none
1964 C
1965 \end_layout
1966
1967 \end_inset
1968 </cell>
1969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1970 \begin_inset Text
1971
1972 \begin_layout Plain Layout
1973
1974 \end_layout
1975
1976 \end_inset
1977 </cell>
1978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1979 \begin_inset Text
1980
1981 \begin_layout Plain Layout
1982
1983 \end_layout
1984
1985 \end_inset
1986 </cell>
1987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1988 \begin_inset Text
1989
1990 \begin_layout Plain Layout
1991
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 </row>
1997 </lyxtabular>
1998
1999 \end_inset
2000
2001
2002 \end_layout
2003
2004 \begin_layout Standard
2005
2006 \change_inserted -712698321 1554289664
2007 This corresponds to the 
2008 \begin_inset Quotes eld
2009 \end_inset
2010
2011 Grid with Head
2012 \begin_inset Quotes erd
2013 \end_inset
2014
2015  table style listed in the style selection.
2016 \end_layout
2017
2018 \begin_layout Standard
2019
2020 \change_inserted -712698321 1554289664
2021 Other available styles include:
2022 \end_layout
2023
2024 \begin_layout Itemize
2025
2026 \change_inserted -712698321 1554289664
2027
2028 \begin_inset Quotes eld
2029 \end_inset
2030
2031 simple grid
2032 \begin_inset Quotes erd
2033 \end_inset
2034
2035  which looks line the above table, but without the first row being separated
2036  via double line,
2037 \end_layout
2038
2039 \begin_layout Itemize
2040
2041 \change_inserted -712698321 1554289664
2042 a border-less table with no lines at all,
2043 \end_layout
2044
2045 \begin_layout Itemize
2046
2047 \change_inserted -712698321 1554289664
2048 and a so-called 
2049 \begin_inset Quotes eld
2050 \end_inset
2051
2052 formal table
2053 \begin_inset Quotes erd
2054 \end_inset
2055
2056  as often used in professional publishing with horizontal lines only and
2057  bold top/bottom lines (see 
2058 \emph on
2059 Embedded Objects
2060 \emph default
2061  manual, section 
2062 \emph on
2063 Formal Tables
2064 \emph default
2065 ).
2066
2067 \change_inserted 630872221 1622640694
2068  It is also possible to have an horizontal (thin) Footline above the last
2069  line.
2070 \change_unchanged
2071
2072 \end_layout
2073
2074 \begin_layout Standard
2075
2076 \change_inserted -712698321 1554289664
2077 The default style used in the dialog as well as the style used by the toolbar
2078  button can be changed in 
2079 \family sans
2080 Document\SpecialChar menuseparator
2081 Settings\SpecialChar menuseparator
2082 Text Layout
2083 \family default
2084 .
2085  So if the default style above is not the one you need, you should alter
2086  this setting.
2087 \end_layout
2088
2089 \begin_layout Section
2090 Table Dialog
2091 \begin_inset Index idx
2092 range none
2093 pageformat default
2094 status collapsed
2095
2096 \begin_layout Plain Layout
2097 Table
2098 \begin_inset IndexMacro subentry
2099 status open
2100
2101 \begin_layout Plain Layout
2102 Dialog
2103 \end_layout
2104
2105 \end_inset
2106
2107
2108 \end_layout
2109
2110 \end_inset
2111
2112
2113 \end_layout
2114
2115 \begin_layout Standard
2116 You can alter a table by clicking on it with the right mouse button, which
2117  brings up the context menu.
2118  Under the menu entry 
2119 \family sans
2120 More
2121 \family default
2122  you can adjust the settings of that cell and row/column respectively where
2123  the cursor is currently placed.
2124  The context menu 
2125 \family sans
2126 More\SpecialChar menuseparator
2127 Settings
2128 \family default
2129  opens the table dialog where you can adjust more things.
2130  Most of the dialog options also work on selections.
2131  This means if you select more cells, columns or rows, the action is done
2132  for the whole selection.
2133  Note that there is a difference between selecting the 
2134 \emph on
2135 contents
2136 \emph default
2137  of the cell, and the cell itself.
2138 \begin_inset Newline newline
2139 \end_inset
2140
2141 With the dialog option 
2142 \family sans
2143 Immediate
2144 \begin_inset space ~
2145 \end_inset
2146
2147 Apply
2148 \family default
2149  every change you make in the dialog is directly applied.
2150  If you move the cursor to another table cell the dialog will then also
2151  be updated with the parameters of the new cell.
2152  If you change length values in the dialog you must press 
2153 \family sans
2154 Return
2155 \family default
2156  to get the change applied.
2157 \begin_inset Newline newline
2158 \end_inset
2159
2160 You can alter tables with the following tabs of the table dialog:
2161 \end_layout
2162
2163 \begin_layout Description
2164 Table
2165 \begin_inset space ~
2166 \end_inset
2167
2168 Settings Here you can set the table width
2169 \begin_inset Index idx
2170 range none
2171 pageformat default
2172 status collapsed
2173
2174 \begin_layout Plain Layout
2175 Table
2176 \begin_inset IndexMacro subentry
2177 status open
2178
2179 \begin_layout Plain Layout
2180 Width
2181 \end_layout
2182
2183 \end_inset
2184
2185
2186 \end_layout
2187
2188 \end_inset
2189
2190 , and the horizontal alignment and the width of the current column.
2191  The alignment 
2192 \family sans
2193 At
2194 \begin_inset space ~
2195 \end_inset
2196
2197 Decimal
2198 \begin_inset space ~
2199 \end_inset
2200
2201 Separator
2202 \family default
2203  is described in section
2204 \begin_inset space ~
2205 \end_inset
2206
2207
2208 \begin_inset CommandInset ref
2209 LatexCommand ref
2210 reference "subsec:Special-Cell-Alignment"
2211
2212 \end_inset
2213
2214 .
2215  When you have set a width you can also adjust the vertical alignment of
2216  the current row.
2217  A given width will allow the cell to have line breaks and multiple paragraphs
2218  of text, see sec.
2219 \begin_inset space \thinspace{}
2220 \end_inset
2221
2222
2223 \begin_inset CommandInset ref
2224 LatexCommand ref
2225 reference "subsec:Multiple-Lines-in"
2226
2227 \end_inset
2228
2229 .
2230  If you set no width, the column is as wide as the content of its widest
2231  cell.
2232 \begin_inset Newline newline
2233 \end_inset
2234
2235 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2236  cell, see sec.
2237 \begin_inset space \thinspace{}
2238 \end_inset
2239
2240
2241 \begin_inset CommandInset ref
2242 LatexCommand ref
2243 reference "subsec:Multicolumns"
2244
2245 \end_inset
2246
2247  or the cells of one column as multirow cell, see sec.
2248 \begin_inset space \thinspace{}
2249 \end_inset
2250
2251
2252 \begin_inset CommandInset ref
2253 LatexCommand ref
2254 reference "subsec:Multirows"
2255
2256 \end_inset
2257
2258 .
2259 \begin_inset Newline newline
2260 \end_inset
2261
2262 The rotate check boxes rotate the current cell, a selection, or the whole
2263  table counter-clockwise by 90
2264 \begin_inset space \thinspace{}
2265 \end_inset
2266
2267 °.
2268  The rotation is not shown within \SpecialChar LyX
2269 , only in the output.
2270  For more information see sec.
2271 \begin_inset space \thinspace{}
2272 \end_inset
2273
2274
2275 \begin_inset CommandInset ref
2276 LatexCommand ref
2277 reference "sec:Rotated-Table-Cells"
2278
2279 \end_inset
2280
2281 .
2282 \begin_inset Newline newline
2283 \end_inset
2284
2285
2286 \begin_inset Note Greyedout
2287 status open
2288
2289 \begin_layout Plain Layout
2290
2291 \series bold
2292 Note:
2293 \series default
2294  Not all DVI-viewers are able to display rotations.
2295 \end_layout
2296
2297 \end_inset
2298
2299
2300 \begin_inset Newline newline
2301 \end_inset
2302
2303 The table-wide vertical alignment is used for tables within text lines:
2304 \begin_inset Newline newline
2305 \end_inset
2306
2307 A line with tables with different alignments: 
2308 \begin_inset Tabular
2309 <lyxtabular version="3" rows="2" columns="2">
2310 <features tabularvalignment="top">
2311 <column alignment="center" valignment="top" width="0pt">
2312 <column alignment="center" valignment="top">
2313 <row>
2314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2315 \begin_inset Text
2316
2317 \begin_layout Plain Layout
2318
2319 \end_layout
2320
2321 \end_inset
2322 </cell>
2323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2324 \begin_inset Text
2325
2326 \begin_layout Plain Layout
2327
2328 \family roman
2329 \series medium
2330 \shape up
2331 \size normal
2332 \emph off
2333 \bar no
2334 \noun off
2335 \color none
2336 1
2337 \end_layout
2338
2339 \end_inset
2340 </cell>
2341 </row>
2342 <row>
2343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347
2348 \family roman
2349 \series medium
2350 \shape up
2351 \size normal
2352 \emph off
2353 \bar no
2354 \noun off
2355 \color none
2356 A
2357 \end_layout
2358
2359 \end_inset
2360 </cell>
2361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Plain Layout
2365
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 </row>
2371 </lyxtabular>
2372
2373 \end_inset
2374
2375  
2376 \begin_inset Tabular
2377 <lyxtabular version="3" rows="2" columns="2">
2378 <features tabularvalignment="middle">
2379 <column alignment="center" valignment="top">
2380 <column alignment="center" valignment="top">
2381 <row>
2382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2383 \begin_inset Text
2384
2385 \begin_layout Plain Layout
2386
2387 \end_layout
2388
2389 \end_inset
2390 </cell>
2391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2392 \begin_inset Text
2393
2394 \begin_layout Plain Layout
2395
2396 \family roman
2397 \series medium
2398 \shape up
2399 \size normal
2400 \emph off
2401 \bar no
2402 \noun off
2403 \color none
2404 1
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 </row>
2410 <row>
2411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415
2416 \family roman
2417 \series medium
2418 \shape up
2419 \size normal
2420 \emph off
2421 \bar no
2422 \noun off
2423 \color none
2424 A
2425 \end_layout
2426
2427 \end_inset
2428 </cell>
2429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 </row>
2439 </lyxtabular>
2440
2441 \end_inset
2442
2443  
2444 \begin_inset Tabular
2445 <lyxtabular version="3" rows="2" columns="2">
2446 <features tabularvalignment="bottom">
2447 <column alignment="center" valignment="top" width="0pt">
2448 <column alignment="center" valignment="top">
2449 <row>
2450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2451 \begin_inset Text
2452
2453 \begin_layout Plain Layout
2454
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2460 \begin_inset Text
2461
2462 \begin_layout Plain Layout
2463
2464 \family roman
2465 \series medium
2466 \shape up
2467 \size normal
2468 \emph off
2469 \bar no
2470 \noun off
2471 \color none
2472 1
2473 \end_layout
2474
2475 \end_inset
2476 </cell>
2477 </row>
2478 <row>
2479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2480 \begin_inset Text
2481
2482 \begin_layout Plain Layout
2483
2484 \family roman
2485 \series medium
2486 \shape up
2487 \size normal
2488 \emph off
2489 \bar no
2490 \noun off
2491 \color none
2492 A
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2498 \begin_inset Text
2499
2500 \begin_layout Plain Layout
2501
2502 \end_layout
2503
2504 \end_inset
2505 </cell>
2506 </row>
2507 </lyxtabular>
2508
2509 \end_inset
2510
2511
2512 \begin_inset Newline newline
2513 \end_inset
2514
2515 It is also possible to enter a \SpecialChar LaTeX
2516 -argument which is needed for special table
2517  formattings, see sec.
2518 \begin_inset space \thinspace{}
2519 \end_inset
2520
2521
2522 \begin_inset CommandInset ref
2523 LatexCommand ref
2524 reference "subsec:Multicolumn-Calculations"
2525
2526 \end_inset
2527
2528  and 
2529 \begin_inset CommandInset ref
2530 LatexCommand ref
2531 reference "sec:Colored-Tables"
2532
2533 \end_inset
2534
2535 .
2536 \end_layout
2537
2538 \begin_layout Description
2539 Borders In this tab you can add and delete border lines for the current
2540  row/column.
2541 \begin_inset Newline newline
2542 \end_inset
2543
2544 Using the style option 
2545 \family sans
2546 Formal
2547 \family default
2548  will convert the table to a formal table as described in sec.
2549 \begin_inset space \thinspace{}
2550 \end_inset
2551
2552
2553 \begin_inset CommandInset ref
2554 LatexCommand ref
2555 reference "sec:Formal-Tables"
2556
2557 \end_inset
2558
2559 .
2560 \begin_inset Newline newline
2561 \end_inset
2562
2563 You can also add space here to table rows as described in sec.
2564 \begin_inset space \thinspace{}
2565 \end_inset
2566
2567
2568 \begin_inset CommandInset ref
2569 LatexCommand ref
2570 reference "subsec:Row-Spacing"
2571
2572 \end_inset
2573
2574 .
2575 \end_layout
2576
2577 \begin_layout Description
2578 Multi-page
2579 \begin_inset space ~
2580 \end_inset
2581
2582 table This tab is to make a table a multi-page table that can run over several
2583  pages.
2584  Sections
2585 \begin_inset space ~
2586 \end_inset
2587
2588
2589 \begin_inset CommandInset ref
2590 LatexCommand ref
2591 reference "sec:Multi-page-Tables"
2592
2593 \end_inset
2594
2595  and 
2596 \begin_inset CommandInset ref
2597 LatexCommand ref
2598 reference "sec:Special-Longtable-Issues"
2599
2600 \end_inset
2601
2602  describe the multi-page table features in detail.
2603 \end_layout
2604
2605 \begin_layout Section
2606 Table Toolbar
2607 \begin_inset Index idx
2608 range none
2609 pageformat default
2610 status collapsed
2611
2612 \begin_layout Plain Layout
2613 Table
2614 \begin_inset IndexMacro subentry
2615 status open
2616
2617 \begin_layout Plain Layout
2618 Toolbar
2619 \end_layout
2620
2621 \end_inset
2622
2623
2624 \end_layout
2625
2626 \end_inset
2627
2628
2629 \end_layout
2630
2631 \begin_layout Standard
2632 The table toolbar is an alternative to the table dialog to be able to alter
2633  tables faster.
2634  It should normally appear at the bottom of \SpecialChar LyX
2635 's main window when the cursor
2636  is inside a table.
2637  You can alternatively switch it on to appear always, by right-clicking
2638  in \SpecialChar LyX
2639 's main menu bar.
2640 \end_layout
2641
2642 \begin_layout Standard
2643 The toolbar has the following icons:
2644 \end_layout
2645
2646 \begin_layout Labeling
2647 \labelwidthstring 00.00.0000
2648 \begin_inset Info
2649 type  "icon"
2650 arg   "tabular-feature append-row"
2651 \end_inset
2652
2653  adds a row below the current cell or selection
2654 \end_layout
2655
2656 \begin_layout Labeling
2657 \labelwidthstring 00.00.0000
2658 \begin_inset Info
2659 type  "icon"
2660 arg   "tabular-feature append-column"
2661 \end_inset
2662
2663  adds a column right beside the current cell or selection
2664 \end_layout
2665
2666 \begin_layout Labeling
2667 \labelwidthstring 00.00.0000
2668 \begin_inset Info
2669 type  "icon"
2670 arg   "tabular-feature delete-row"
2671 \end_inset
2672
2673  deletes the current row or selection
2674 \end_layout
2675
2676 \begin_layout Labeling
2677 \labelwidthstring 00.00.0000
2678 \begin_inset Info
2679 type  "icon"
2680 arg   "tabular-feature delete-column"
2681 \end_inset
2682
2683  deletes the current column or selection
2684 \end_layout
2685
2686 \begin_layout Labeling
2687 \labelwidthstring 00.00.0000
2688 \begin_inset Info
2689 type  "icon"
2690 arg   "tabular-feature move-row-up"
2691 \end_inset
2692
2693  moves the row up
2694 \end_layout
2695
2696 \begin_layout Labeling
2697 \labelwidthstring 00.00.0000
2698 \begin_inset Info
2699 type  "icon"
2700 arg   "tabular-feature move-column-left"
2701 \end_inset
2702
2703  moves the column to the left
2704 \end_layout
2705
2706 \begin_layout Labeling
2707 \labelwidthstring 00.00.0000
2708 \begin_inset Info
2709 type  "icon"
2710 arg   "tabular-feature move-row-down"
2711 \end_inset
2712
2713  moves the row down
2714 \end_layout
2715
2716 \begin_layout Labeling
2717 \labelwidthstring 00.00.0000
2718 \begin_inset Info
2719 type  "icon"
2720 arg   "tabular-feature move-column-right"
2721 \end_inset
2722
2723  moves the column to the right
2724 \end_layout
2725
2726 \begin_layout Labeling
2727 \labelwidthstring 00.00.0000
2728 \begin_inset Info
2729 type  "icon"
2730 arg   "tabular-feature toggle-line-top"
2731 \end_inset
2732
2733  
2734 \change_deleted -1382599118 1647157945
2735 adds
2736 \change_inserted -1382599118 1647157946
2737 toggles
2738 \change_unchanged
2739  a line at the top of
2740 \change_inserted -1382599118 1647158116
2741  every cell for
2742 \change_unchanged
2743  the current
2744 \change_inserted -1382599118 1647157889
2745 ly
2746 \change_deleted -1382599118 1647157917
2747  cell / row or of a
2748 \change_unchanged
2749  select
2750 \change_deleted -1382599118 1647157923
2751 ion
2752 \change_inserted -1382599118 1647157925
2753 ed cells
2754 \change_unchanged
2755
2756 \end_layout
2757
2758 \begin_layout Labeling
2759 \labelwidthstring 00.00.0000
2760 \begin_inset Info
2761 type  "icon"
2762 arg   "tabular-feature toggle-line-bottom"
2763 \end_inset
2764
2765  
2766 \change_deleted -1382599118 1647157963
2767 adds
2768 \change_inserted -1382599118 1647157964
2769 toggles
2770 \change_unchanged
2771  a line at the bottom of 
2772 \change_inserted -1382599118 1647158114
2773 every cell for 
2774 \change_unchanged
2775 the current
2776 \change_inserted -1382599118 1647157991
2777 ly
2778 \change_deleted -1382599118 1647158003
2779  cell / row or of a
2780 \change_unchanged
2781  select
2782 \change_deleted -1382599118 1647158007
2783 ion
2784 \change_inserted -1382599118 1647158009
2785 ed cells
2786 \change_unchanged
2787
2788 \end_layout
2789
2790 \begin_layout Labeling
2791 \labelwidthstring 00.00.0000
2792 \begin_inset Info
2793 type  "icon"
2794 arg   "tabular-feature toggle-line-left"
2795 \end_inset
2796
2797  
2798 \change_deleted -1382599118 1647157971
2799 adds
2800 \change_inserted -1382599118 1647157972
2801 toggles
2802 \change_unchanged
2803  a line at the left side of 
2804 \change_inserted -1382599118 1647158111
2805 every cell for 
2806 \change_unchanged
2807 the current
2808 \change_inserted -1382599118 1647158027
2809 ly
2810 \change_deleted -1382599118 1647158069
2811  cell / row or of a
2812 \change_unchanged
2813  select
2814 \change_deleted -1382599118 1647158043
2815 ion
2816 \change_inserted -1382599118 1647158044
2817 ed cells
2818 \change_unchanged
2819
2820 \end_layout
2821
2822 \begin_layout Labeling
2823 \labelwidthstring 00.00.0000
2824 \begin_inset Info
2825 type  "icon"
2826 arg   "tabular-feature toggle-line-right"
2827 \end_inset
2828
2829  
2830 \change_deleted -1382599118 1647157974
2831 adds
2832 \change_inserted -1382599118 1647157975
2833 toggles
2834 \change_unchanged
2835  a line at the right side of 
2836 \change_inserted -1382599118 1647158109
2837 every cell for 
2838 \change_unchanged
2839 the current
2840 \change_inserted -1382599118 1647158061
2841 ly
2842 \change_deleted -1382599118 1647158072
2843  cell / row or of a
2844 \change_unchanged
2845  select
2846 \change_deleted -1382599118 1647158078
2847 ion
2848 \change_inserted -1382599118 1647158082
2849 ed cells
2850 \change_inserted -712698321 1554289731
2851
2852 \end_layout
2853
2854 \begin_layout Labeling
2855 \labelwidthstring 00.00.0000
2856
2857 \change_inserted -712698321 1554289910
2858 \begin_inset Info
2859 type  "icon"
2860 arg   "tabular-feature toggle-border-lines"
2861 \end_inset
2862
2863  
2864 \change_deleted -1382599118 1647157966
2865 adds
2866 \change_inserted -1382599118 1647157967
2867 toggles
2868 \change_inserted -712698321 1554289910
2869  a border around the currently selected cells
2870 \change_inserted -1382599118 1647040213
2871
2872 \end_layout
2873
2874 \begin_layout Labeling
2875 \labelwidthstring 00.00.0000
2876
2877 \change_inserted -1382599118 1647158092
2878 \begin_inset Info
2879 type  "icon"
2880 arg   "tabular-feature toggle-inner-lines"
2881 \end_inset
2882
2883  toggles inner lines for the currently selected cells
2884 \change_unchanged
2885
2886 \end_layout
2887
2888 \begin_layout Labeling
2889 \labelwidthstring 00.00.0000
2890 \begin_inset Info
2891 type  "icon"
2892 arg   "tabular-feature toggle-all-lines"
2893 \end_inset
2894
2895  adds lines around the current or selected cells - if the current cell is
2896  not a multicolumn cell this also affects the current row and column
2897 \end_layout
2898
2899 \begin_layout Labeling
2900 \labelwidthstring 00.00.0000
2901 \begin_inset Info
2902 type  "icon"
2903 arg   "tabular-feature unset-all-lines"
2904 \end_inset
2905
2906  deletes all lines of the current or selected cells - if the current cell
2907  is not a multicolumn cell this also affects the current row and column
2908 \change_inserted -712698321 1554289920
2909
2910 \end_layout
2911
2912 \begin_layout Labeling
2913 \labelwidthstring 00.00.0000
2914
2915 \change_inserted -712698321 1554292586
2916 \begin_inset Info
2917 type  "icon"
2918 arg   "tabular-feature reset-formal-default"
2919 \end_inset
2920
2921  If using a formal table, this resets the border to its default (only horizontal
2922  lines in top and bottom rows)
2923 \change_unchanged
2924
2925 \end_layout
2926
2927 \begin_layout Labeling
2928 \labelwidthstring 00.00.0000
2929 \begin_inset Info
2930 type  "icon"
2931 arg   "tabular-feature m-align-left"
2932 \end_inset
2933
2934  left-aligns the content of the current cell / column
2935 \end_layout
2936
2937 \begin_layout Labeling
2938 \labelwidthstring 00.00.0000
2939 \begin_inset Info
2940 type  "icon"
2941 arg   "tabular-feature m-align-center"
2942 \end_inset
2943
2944  centers the content of the current cell / column horizontally
2945 \end_layout
2946
2947 \begin_layout Labeling
2948 \labelwidthstring 00.00.0000
2949 \begin_inset Info
2950 type  "icon"
2951 arg   "tabular-feature m-align-right"
2952 \end_inset
2953
2954  right-aligns the content of the current cell / column
2955 \end_layout
2956
2957 \begin_layout Labeling
2958 \labelwidthstring 00.00.0000
2959 \begin_inset Info
2960 type  "icon"
2961 arg   "tabular-feature align-decimal"
2962 \end_inset
2963
2964  aligns the content of the current column at a character
2965 \end_layout
2966
2967 \begin_layout Labeling
2968 \labelwidthstring 00.00.0000
2969 \begin_inset Info
2970 type  "icon"
2971 arg   "tabular-feature m-valign-top"
2972 \end_inset
2973
2974  aligns the content of the current cell vertically to the top
2975 \end_layout
2976
2977 \begin_layout Labeling
2978 \labelwidthstring 00.00.0000
2979 \begin_inset Info
2980 type  "icon"
2981 arg   "tabular-feature m-valign-middle"
2982 \end_inset
2983
2984  centers the content of the current cell vertically
2985 \end_layout
2986
2987 \begin_layout Labeling
2988 \labelwidthstring 00.00.0000
2989 \begin_inset Info
2990 type  "icon"
2991 arg   "tabular-feature m-valign-bottom"
2992 \end_inset
2993
2994  aligns the content of the current cell vertically to the bottom
2995 \end_layout
2996
2997 \begin_layout Labeling
2998 \labelwidthstring 00.00.0000
2999 \begin_inset Info
3000 type  "icon"
3001 arg   "tabular-feature set-rotate-cell"
3002 \end_inset
3003
3004  rotates the current cell or selection counter-clockwise by 90°
3005 \end_layout
3006
3007 \begin_layout Labeling
3008 \labelwidthstring 00.00.0000
3009 \begin_inset Info
3010 type  "icon"
3011 arg   "tabular-feature set-rotate-tabular"
3012 \end_inset
3013
3014  rotates the whole table counter-clockwise by 90°
3015 \end_layout
3016
3017 \begin_layout Labeling
3018 \labelwidthstring 00.00.0000
3019 \begin_inset Info
3020 type  "icon"
3021 arg   "tabular-feature multicolumn"
3022 \end_inset
3023
3024  sets the current cell or selection as a multicolumn
3025 \end_layout
3026
3027 \begin_layout Labeling
3028 \labelwidthstring 00.00.0000
3029 \begin_inset Info
3030 type  "icon"
3031 arg   "tabular-feature multirow"
3032 \end_inset
3033
3034  sets the current cell or selection as a multirow
3035 \end_layout
3036
3037 \begin_layout Standard
3038 \begin_inset Note Greyedout
3039 status open
3040
3041 \begin_layout Plain Layout
3042
3043 \series bold
3044 Note:
3045 \series default
3046  For the output the vertical alignment of the first cell in a row is used
3047  for all following cells in the row.
3048 \end_layout
3049
3050 \end_inset
3051
3052
3053 \end_layout
3054
3055 \begin_layout Section
3056 Edit Table Menu
3057 \begin_inset Index idx
3058 range none
3059 pageformat default
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063 Table
3064 \begin_inset IndexMacro subentry
3065 status open
3066
3067 \begin_layout Plain Layout
3068 Edit Menu
3069 \end_layout
3070
3071 \end_inset
3072
3073
3074 \end_layout
3075
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \begin_layout Standard
3082 In addition to the table dialog and toolbar, the menu 
3083 \family sans
3084 Edit\SpecialChar menuseparator
3085 Table
3086 \family default
3087  allows you to add and delete border lines for the current row/column and
3088  to set the current selection as multicolumn.
3089  The menu is only available when the cursor is inside a table.
3090 \end_layout
3091
3092 \begin_layout Section
3093 Table Floats
3094 \begin_inset CommandInset label
3095 LatexCommand label
3096 name "sec:Table-Floats"
3097
3098 \end_inset
3099
3100
3101 \begin_inset Index idx
3102 range none
3103 pageformat default
3104 status collapsed
3105
3106 \begin_layout Plain Layout
3107 Floats
3108 \begin_inset IndexMacro subentry
3109 status open
3110
3111 \begin_layout Plain Layout
3112 Tables
3113 \end_layout
3114
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \end_inset
3121
3122
3123 \begin_inset Index idx
3124 range none
3125 pageformat default
3126 status collapsed
3127
3128 \begin_layout Plain Layout
3129 Table
3130 \begin_inset IndexMacro subentry
3131 status open
3132
3133 \begin_layout Plain Layout
3134 Floats
3135 \end_layout
3136
3137 \end_inset
3138
3139
3140 \end_layout
3141
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \begin_layout Standard
3148 For general explanations about floats, have a look at section
3149 \begin_inset space ~
3150 \end_inset
3151
3152
3153 \begin_inset CommandInset ref
3154 LatexCommand ref
3155 reference "sec:FloatIntroduction"
3156
3157 \end_inset
3158
3159 .
3160 \end_layout
3161
3162 \begin_layout Standard
3163 \begin_inset Float table
3164 placement h
3165 alignment document
3166 wide false
3167 sideways false
3168 status open
3169
3170 \begin_layout Plain Layout
3171 \begin_inset Caption Standard
3172
3173 \begin_layout Plain Layout
3174 \begin_inset CommandInset label
3175 LatexCommand label
3176 name "tab:a table float"
3177
3178 \end_inset
3179
3180 A table float.
3181 \end_layout
3182
3183 \end_inset
3184
3185
3186 \end_layout
3187
3188 \begin_layout Plain Layout
3189 \align center
3190 \begin_inset Tabular
3191 <lyxtabular version="3" rows="3" columns="3">
3192 <features tabularvalignment="middle">
3193 <column alignment="center" valignment="top" width="0pt">
3194 <column alignment="center" valignment="top" width="0pt">
3195 <column alignment="center" valignment="top" width="0pt">
3196 <row>
3197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \family roman
3203 \series medium
3204 \shape up
3205 \size normal
3206 \emph off
3207 \bar no
3208 \noun off
3209 \color none
3210 1
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219
3220 \family roman
3221 \series medium
3222 \shape up
3223 \size normal
3224 \emph off
3225 \bar no
3226 \noun off
3227 \color none
3228 2
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237
3238 \family roman
3239 \series medium
3240 \shape up
3241 \size normal
3242 \emph off
3243 \bar no
3244 \noun off
3245 \color none
3246 3
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 </row>
3252 <row>
3253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \family roman
3259 \series medium
3260 \shape up
3261 \size normal
3262 \emph off
3263 \bar no
3264 \noun off
3265 \color none
3266 Joe
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275
3276 \family roman
3277 \series medium
3278 \shape up
3279 \size normal
3280 \emph off
3281 \bar no
3282 \noun off
3283 \color none
3284 Mary
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \family roman
3295 \series medium
3296 \shape up
3297 \size normal
3298 \emph off
3299 \bar no
3300 \noun off
3301 \color none
3302 Ted
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 </row>
3308 <row>
3309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313
3314 \family roman
3315 \series medium
3316 \shape up
3317 \size normal
3318 \emph off
3319 \bar no
3320 \noun off
3321 \color none
3322 \begin_inset Formula $\int x^{2}dx$
3323 \end_inset
3324
3325
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \family roman
3336 \series medium
3337 \shape up
3338 \size normal
3339 \emph off
3340 \bar no
3341 \noun off
3342 \color none
3343 \begin_inset Formula $\left[\begin{array}{cc}
3344 a & b\\
3345 c & d
3346 \end{array}\right]$
3347 \end_inset
3348
3349
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358
3359 \family roman
3360 \series medium
3361 \shape up
3362 \size normal
3363 \emph off
3364 \bar no
3365 \noun off
3366 \color none
3367 \begin_inset Formula $1+1=2$
3368 \end_inset
3369
3370
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 </lyxtabular>
3377
3378 \end_inset
3379
3380
3381 \end_layout
3382
3383 \end_inset
3384
3385
3386 \end_layout
3387
3388 \begin_layout Standard
3389 Table floats can be inserted using the menu 
3390 \family sans
3391 Insert\SpecialChar menuseparator
3392 Float\SpecialChar menuseparator
3393 Table
3394 \family default
3395  or the toolbar button 
3396 \begin_inset Info
3397 type  "icon"
3398 arg   "float-insert table"
3399 \end_inset
3400
3401 .
3402 \end_layout
3403
3404 \begin_layout Standard
3405 The float appears as a collapsible box with a caption that has the label
3406  
3407 \begin_inset Quotes eld
3408 \end_inset
3409
3410 Table
3411 \begin_inset space ~
3412 \end_inset
3413
3414 #:
3415 \begin_inset Quotes erd
3416 \end_inset
3417
3418  (# is the actual table number).
3419  You can insert tables in the float above or below the caption.
3420 \end_layout
3421
3422 \begin_layout Standard
3423 Table
3424 \begin_inset space ~
3425 \end_inset
3426
3427
3428 \begin_inset CommandInset ref
3429 LatexCommand ref
3430 reference "tab:a table float"
3431
3432 \end_inset
3433
3434  is an example table within a table float.
3435 \end_layout
3436
3437 \begin_layout Standard
3438 Having the caption above the table is the common rule that is unfortunately
3439  not supported in \SpecialChar LaTeX
3440 's standard classes.
3441  This means that, if you are using the document classes 
3442 \family sans
3443 article
3444 \family default
3445
3446 \family sans
3447 book
3448 \family default
3449
3450 \family sans
3451 letter
3452 \family default
3453 , or 
3454 \family sans
3455 report
3456 \family default
3457 , there will be no space between the caption and the table.
3458  To insert the needed space, add the following option to the load command
3459  of the \SpecialChar LaTeX
3460 -package 
3461 \series bold
3462 caption
3463 \series default
3464
3465 \begin_inset Index idx
3466 range none
3467 pageformat default
3468 status collapsed
3469
3470 \begin_layout Plain Layout
3471 \SpecialChar LaTeX
3472  packages
3473 \begin_inset IndexMacro subentry
3474 status open
3475
3476 \begin_layout Plain Layout
3477 caption
3478 \end_layout
3479
3480 \end_inset
3481
3482
3483 \end_layout
3484
3485 \end_inset
3486
3487  in your document preamble:
3488 \begin_inset Foot
3489 status collapsed
3490
3491 \begin_layout Plain Layout
3492 For more information have a look at section
3493 \begin_inset space ~
3494 \end_inset
3495
3496
3497 \begin_inset CommandInset ref
3498 LatexCommand ref
3499 reference "sec:Caption-Placement"
3500
3501 \end_inset
3502
3503 .
3504 \end_layout
3505
3506 \end_inset
3507
3508
3509 \end_layout
3510
3511 \begin_layout Standard
3512
3513 \series bold
3514 tableposition=top
3515 \end_layout
3516
3517 \begin_layout Standard
3518 The package 
3519 \series bold
3520 caption
3521 \series default
3522 , which is described in section
3523 \begin_inset space ~
3524 \end_inset
3525
3526
3527 \begin_inset CommandInset ref
3528 LatexCommand ref
3529 reference "sec:Caption-Formatting"
3530
3531 \end_inset
3532
3533 , is used to adjust the caption format.
3534 \end_layout
3535
3536 \begin_layout Standard
3537 \begin_inset Index idx
3538 range none
3539 pageformat default
3540 status collapsed
3541
3542 \begin_layout Plain Layout
3543 References
3544 \begin_inset IndexMacro subentry
3545 status open
3546
3547 \begin_layout Plain Layout
3548 to Tables
3549 \end_layout
3550
3551 \end_inset
3552
3553
3554 \end_layout
3555
3556 \end_inset
3557
3558 Tables can be cross-referenced in the text by referencing their label.
3559  To do this insert a label in the caption using the menu 
3560 \family sans
3561 Insert\SpecialChar menuseparator
3562 Label
3563 \family default
3564  or the toolbar button 
3565 \begin_inset Info
3566 type  "icon"
3567 arg   "label-insert"
3568 \end_inset
3569
3570 .
3571  You can now refer to the label using the menu 
3572 \family sans
3573 Insert\SpecialChar menuseparator
3574 Cross
3575 \begin_inset space ~
3576 \end_inset
3577
3578 reference
3579 \family default
3580  or the toolbar button 
3581 \begin_inset Info
3582 type  "icon"
3583 arg   "dialog-show-new-inset ref"
3584 \end_inset
3585
3586 .
3587 \begin_inset Newline newline
3588 \end_inset
3589
3590 Referencing is explained in detail in section
3591 \begin_inset space ~
3592 \end_inset
3593
3594
3595 \begin_inset CommandInset ref
3596 LatexCommand ref
3597 reference "sec:Referencing-Floats"
3598
3599 \end_inset
3600
3601 .
3602 \end_layout
3603
3604 \begin_layout Section
3605
3606 \family sans
3607 Multi-page Table
3608 \family default
3609 s
3610 \begin_inset CommandInset label
3611 LatexCommand label
3612 name "sec:Multi-page-Tables"
3613
3614 \end_inset
3615
3616
3617 \begin_inset Index idx
3618 range none
3619 pageformat default
3620 status collapsed
3621
3622 \begin_layout Plain Layout
3623 Multi-page Table
3624 \end_layout
3625
3626 \end_inset
3627
3628
3629 \begin_inset Index idx
3630 range none
3631 pageformat default
3632 status collapsed
3633
3634 \begin_layout Plain Layout
3635 Table
3636 \begin_inset IndexMacro subentry
3637 status open
3638
3639 \begin_layout Plain Layout
3640 Multi-page Table
3641 \end_layout
3642
3643 \end_inset
3644
3645
3646 \end_layout
3647
3648 \end_inset
3649
3650
3651 \end_layout
3652
3653 \begin_layout Standard
3654 If the table is too long to fit on one page, you can use the option 
3655 \family sans
3656 Use
3657 \begin_inset space ~
3658 \end_inset
3659
3660 multi-page
3661 \family default
3662  table in the tab 
3663 \family sans
3664 Multi-page
3665 \begin_inset space ~
3666 \end_inset
3667
3668 table
3669 \family default
3670  of the table dialog to split the table automatically over more pages.
3671  Doing this enables the following options:
3672 \end_layout
3673
3674 \begin_layout Description
3675 Header: The current row is defined to be a header row that appears on all
3676  pages of the multi-page table; except for the first page, if 
3677 \family sans
3678 First
3679 \begin_inset space ~
3680 \end_inset
3681
3682 header
3683 \family default
3684  is defined.
3685  This is therefore called the main header.
3686 \end_layout
3687
3688 \begin_layout Description
3689 First
3690 \begin_inset space ~
3691 \end_inset
3692
3693 header: The current row is defined to be a header row that appears on the
3694  first page of the multi-page table.
3695 \end_layout
3696
3697 \begin_layout Description
3698 Footer: The current row is defined to be a footer row that appears on all
3699  pages of the multi-page table; except for the last page, if 
3700 \family sans
3701 Last
3702 \begin_inset space ~
3703 \end_inset
3704
3705 footer
3706 \family default
3707  is defined.
3708 \end_layout
3709
3710 \begin_layout Description
3711 Last
3712 \begin_inset space ~
3713 \end_inset
3714
3715 footer: The current row is defined to be a footer row that appears on the
3716  last page of the multi-page table.
3717 \end_layout
3718
3719 \begin_layout Description
3720 Caption: The current row contains the table caption.
3721  The row is reset as single column and a caption is inserted.
3722  More about multi-page table captions is explained in sec.
3723 \begin_inset space \thinspace{}
3724 \end_inset
3725
3726
3727 \begin_inset CommandInset ref
3728 LatexCommand ref
3729 reference "subsec:Multi-page-Table-Captions"
3730
3731 \end_inset
3732
3733 .
3734 \end_layout
3735
3736 \begin_layout Standard
3737 You can also specify a row where the table is split.
3738  See the following multi-page table to see how it works:
3739 \end_layout
3740
3741 \begin_layout Standard
3742 \align center
3743 \begin_inset Tabular
3744 <lyxtabular version="3" rows="69" columns="3">
3745 <features islongtable="true" longtabularalignment="center">
3746 <column alignment="left" valignment="top" width="0cm">
3747 <column alignment="left" valignment="top" width="0pt">
3748 <column alignment="center" valignment="top" width="0pt">
3749 <row endfirsthead="true">
3750 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \series bold
3756 Example Phone List (ignore the names)
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row endfirsthead="true">
3781 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \series bold
3787 NAME
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805
3806 \series bold
3807 TEL.
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 </row>
3813 <row endhead="true">
3814 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818
3819 \series bold
3820 Example Phone List
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 </row>
3844 <row endhead="true">
3845 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849
3850 \series bold
3851 NAME
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \series bold
3871 TEL.
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row endfoot="true">
3878 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882  continued on next page
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 </row>
3906 <row>
3907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911
3912 \series bold
3913 Annovi
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 Silvia
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 111
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 </row>
3937 <row>
3938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942
3943 \series bold
3944 Bertoli
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 Stefano
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 111
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 <row>
3969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973
3974 \series bold
3975 Bozzi
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 Walter
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 111
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \series bold
4006 Cachia
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 Maria
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 111
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 </row>
4030 <row>
4031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035
4036 \series bold
4037 Cachia
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 Maurizio
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 111
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \series bold
4068 Cinquemani
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Giusi
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 111
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 <row>
4093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097
4098 \series bold
4099 Colin
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Bernard
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 111
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \series bold
4130 Concli
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Gianfranco
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 111
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Dal Bosco
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Carolina
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 111
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \series bold
4192 Dalpiaz
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Annamaria
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 111
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221
4222 \series bold
4223 Feliciello
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 Domenico
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 111
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \series bold
4254 Focarelli
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 Paola
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 111
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 </row>
4278 <row>
4279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283
4284 \series bold
4285 Galletti
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 Oreste
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 111
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 </row>
4309 <row>
4310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314
4315 \series bold
4316 Gasparini
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 Franca
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 111
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \series bold
4347 Rizzardi
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 Paola
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 111
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Lassini
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Giancarlo
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 111
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407
4408 \series bold
4409 Malfatti
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 Luciano
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 111
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \series bold
4440 Malfatti
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Valeriano
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 111
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \series bold
4471 Meneguzzo
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 Roberto
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 111
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \series bold
4502 Mezzadra
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 Roberto
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 111
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 </row>
4526 <row>
4527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531
4532 \series bold
4533 Pirpamer
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 Erich
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 111
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 </row>
4557 <row>
4558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562
4563 \series bold
4564 Pochiesa
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 Paolo
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 111, 222
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Radina
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Claudio
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 111
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624
4625 \series bold
4626 Stuffer
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 Oskar
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 111
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655
4656 \series bold
4657 Tacchelli
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 Ugo
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 111
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 </row>
4681 <row>
4682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686
4687 \series bold
4688 Tezzele
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 Margit
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 111
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 </row>
4712 <row>
4713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717
4718 \series bold
4719 Unterkalmsteiner
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 Frieda
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 111
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \series bold
4750 Vieider
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 Hilde
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 111
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 <row>
4775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779
4780 \series bold
4781 Vigna
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 Jürgen
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 111
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \series bold
4812 Weber
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 Maurizio
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 111
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 </row>
4836 <row>
4837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841
4842 \series bold
4843 Winkler
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 Franz
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 111
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 </row>
4867 <row>
4868 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872  
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 </row>
4896 <row>
4897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901
4902 \series bold
4903 Annovi
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 Silvia
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 555
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 </row>
4927 <row>
4928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932
4933 \series bold
4934 Bertoli
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 Stefano
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 555
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 </row>
4958 <row>
4959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963
4964 \series bold
4965 Bozzi
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 Walter
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 555
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 </row>
4989 <row>
4990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994
4995 \series bold
4996 Cachia
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 Maria
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 555
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 </row>
5020 <row>
5021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025
5026 \series bold
5027 Cachia
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 Maurizio
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 555
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row>
5052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \series bold
5058 Cinquemani
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 Giusi
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 555
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 <row>
5083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087
5088 \series bold
5089 Colin
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 Bernard
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 555
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 </row>
5113 <row>
5114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \series bold
5120 Concli
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 Gianfranco
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 555
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 <row>
5145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149
5150 \series bold
5151 Dal Bosco
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 Carolina
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 555
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 </row>
5175 <row>
5176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180
5181 \series bold
5182 Dalpiaz
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 Annamaria
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 555
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 <row>
5207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211
5212 \series bold
5213 Feliciello
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 Domenico
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 555
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 </row>
5237 <row>
5238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242
5243 \series bold
5244 Focarelli
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 Paola
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 555
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 </row>
5268 <row>
5269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273
5274 \series bold
5275 Galletti
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 Oreste
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 555
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 </row>
5299 <row>
5300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304
5305 \series bold
5306 Gasparini
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 Franca
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 555
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 </row>
5330 <row>
5331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335
5336 \series bold
5337 Rizzardi
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 Paola
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 555
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 </row>
5361 <row>
5362 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366
5367 \series bold
5368 Lassini
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 Giancarlo
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 555
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 </row>
5392 <row>
5393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397
5398 \series bold
5399 Malfatti
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408 Luciano
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 555
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 </row>
5423 <row>
5424 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428
5429 \series bold
5430 Malfatti
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 Valeriano
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 555
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 </row>
5454 <row>
5455 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459
5460 \series bold
5461 Meneguzzo
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 Roberto
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 555
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 </row>
5485 <row>
5486 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490
5491 \series bold
5492 Mezzadra
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 Roberto
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 555
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 </row>
5516 <row>
5517 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521
5522 \series bold
5523 Pirpamer
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 Erich
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 555
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 </row>
5547 <row>
5548 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552
5553 \series bold
5554 Pochiesa
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 Paolo
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 555, 222
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 <row>
5579 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583
5584 \series bold
5585 Radina
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 Claudio
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 555
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614
5615 \series bold
5616 Stuffer
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 <cell alignment="center" valignment="top" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625 Oskar
5626 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 555
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 </row>
5640 <row>
5641 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645
5646 \series bold
5647 Tacchelli
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 Ugo
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 555
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 </row>
5671 <row>
5672 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676
5677 \series bold
5678 Tezzele
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 Margit
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 555
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 </row>
5702 <row>
5703 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707
5708 \series bold
5709 Unterkalmsteiner
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 Frieda
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 555
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 </row>
5733 <row>
5734 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738
5739 \series bold
5740 Vieider
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 Hilde
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 555
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 </row>
5764 <row>
5765 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769
5770 \series bold
5771 Vigna
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 Jürgen
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 999
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 </row>
5795 <row>
5796 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800
5801 \series bold
5802 Weber
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 Maurizio
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 555
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \series bold
5833 Winkler
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 Franz
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 555
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 </row>
5857 <row endlastfoot="true">
5858 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 end
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 </row>
5886 </lyxtabular>
5887
5888 \end_inset
5889
5890
5891 \begin_inset ERT
5892 status collapsed
5893
5894 \begin_layout Plain Layout
5895
5896
5897 \backslash
5898 addtocounter{table}{-1}
5899 \end_layout
5900
5901 \end_inset
5902
5903
5904 \begin_inset Note Note
5905 status collapsed
5906
5907 \begin_layout Plain Layout
5908 See the first greyed-out note in section
5909 \begin_inset space ~
5910 \end_inset
5911
5912
5913 \begin_inset CommandInset ref
5914 LatexCommand ref
5915 reference "subsec:Multi-page-Table-Captions"
5916
5917 \end_inset
5918
5919  for an explanation of this command.
5920 \end_layout
5921
5922 \end_inset
5923
5924
5925 \end_layout
5926
5927 \begin_layout Subsection
5928 Footnotes in Multi-page tables
5929 \begin_inset CommandInset label
5930 LatexCommand label
5931 name "subsec:Footnotes-in-Multi-page"
5932
5933 \end_inset
5934
5935
5936 \begin_inset Index idx
5937 range none
5938 pageformat default
5939 status collapsed
5940
5941 \begin_layout Plain Layout
5942 Table
5943 \begin_inset IndexMacro subentry
5944 status open
5945
5946 \begin_layout Plain Layout
5947 Multi-page Table
5948 \end_layout
5949
5950 \end_inset
5951
5952
5953 \begin_inset IndexMacro subentry
5954 status open
5955
5956 \begin_layout Plain Layout
5957 Footnotes
5958 \end_layout
5959
5960 \end_inset
5961
5962
5963 \end_layout
5964
5965 \end_inset
5966
5967
5968 \end_layout
5969
5970 \begin_layout Standard
5971 Footnotes can be inserted to every Multi-page table cell.
5972  They appear at the bottom of the page where the table cell with the footnote
5973  appears.
5974  Table
5975 \begin_inset space ~
5976 \end_inset
5977
5978
5979 \begin_inset CommandInset ref
5980 LatexCommand ref
5981 reference "tab:DiffCaptions"
5982
5983 \end_inset
5984
5985  has for example a footnote.
5986 \end_layout
5987
5988 \begin_layout Subsection
5989 Multi-page Table Alignment
5990 \begin_inset Index idx
5991 range none
5992 pageformat default
5993 status collapsed
5994
5995 \begin_layout Plain Layout
5996 Table
5997 \begin_inset IndexMacro subentry
5998 status open
5999
6000 \begin_layout Plain Layout
6001 Multi-page Table
6002 \end_layout
6003
6004 \end_inset
6005
6006
6007 \begin_inset IndexMacro subentry
6008 status open
6009
6010 \begin_layout Plain Layout
6011 Alignment
6012 \end_layout
6013
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \end_inset
6020
6021
6022 \end_layout
6023
6024 \begin_layout Standard
6025 The horizontal alignment of multi-page tables can be set in the table settings
6026  dialog.
6027  For left- and right-alignment the table will be directly at the page border.
6028  To add space between the table and the border one has to set the alignment
6029  to center and change the value of the \SpecialChar LaTeX
6030 -lengths 
6031 \series bold
6032
6033 \backslash
6034 LTleft 
6035 \series default
6036 or 
6037 \series bold
6038
6039 \backslash
6040 LTright
6041 \series default
6042  by inserting this line as \SpecialChar TeX
6043  Code before the multi-page table:
6044 \end_layout
6045
6046 \begin_layout Standard
6047
6048 \series bold
6049
6050 \backslash
6051 setlength{
6052 \backslash
6053 LTleft}{value}
6054 \end_layout
6055
6056 \begin_layout Standard
6057 The value can have any of the units listed in Table
6058 \begin_inset space ~
6059 \end_inset
6060
6061
6062 \begin_inset CommandInset ref
6063 LatexCommand ref
6064 reference "tab:Units"
6065
6066 \end_inset
6067
6068 .
6069  
6070 \series bold
6071
6072 \backslash
6073 LTleft
6074 \series default
6075  controls the horizontal distance from the left page border to the multi-page
6076  table, 
6077 \series bold
6078
6079 \backslash
6080 LTright
6081 \series default
6082  the distance from the right side.
6083  The default value for both lengths is 
6084 \series bold
6085
6086 \backslash
6087 fill
6088 \series default
6089 , which is in this case the same as an horizontal fill in \SpecialChar LyX
6090 .
6091 \end_layout
6092
6093 \begin_layout Standard
6094 The following multi-page table was centered and 
6095 \series bold
6096
6097 \backslash
6098 LTleft
6099 \series default
6100  set to 
6101 \family sans
6102 0.1
6103 \backslash
6104 columnwidth
6105 \family default
6106 :
6107 \begin_inset ERT
6108 status collapsed
6109
6110 \begin_layout Plain Layout
6111
6112
6113 \backslash
6114 setlength{
6115 \backslash
6116 LTleft}{0.1
6117 \backslash
6118 columnwidth}
6119 \end_layout
6120
6121 \end_inset
6122
6123
6124 \end_layout
6125
6126 \begin_layout Standard
6127 \begin_inset Tabular
6128 <lyxtabular version="3" rows="5" columns="5">
6129 <features islongtable="true" longtabularalignment="center">
6130 <column alignment="center" valignment="top">
6131 <column alignment="center" valignment="top" width="0pt">
6132 <column alignment="center" valignment="top">
6133 <column alignment="center" valignment="top">
6134 <column alignment="center" valignment="top">
6135 <row>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 1
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 2
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 3
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 4
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 5
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 </row>
6182 <row>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 asd
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 s
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 s
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 s
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 asd
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 </row>
6229 <row>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 asd
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243 s
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 s
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 s
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 asd
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 </row>
6276 <row>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 asd
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 s
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 s
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 s
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 asd
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 </row>
6323 <row>
6324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 asd
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 asd
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 asd
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 asd
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 asd
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 </row>
6370 </lyxtabular>
6371
6372 \end_inset
6373
6374
6375 \begin_inset ERT
6376 status collapsed
6377
6378 \begin_layout Plain Layout
6379
6380
6381 \backslash
6382 setlength{
6383 \backslash
6384 LTleft}{
6385 \backslash
6386 fill}
6387 \end_layout
6388
6389 \end_inset
6390
6391
6392 \begin_inset ERT
6393 status collapsed
6394
6395 \begin_layout Plain Layout
6396
6397
6398 \backslash
6399 addtocounter{table}{-1}
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \begin_inset Note Note
6406 status collapsed
6407
6408 \begin_layout Plain Layout
6409 See the first greyed-out note in section
6410 \begin_inset space ~
6411 \end_inset
6412
6413
6414 \begin_inset CommandInset ref
6415 LatexCommand ref
6416 reference "subsec:Multi-page-Table-Captions"
6417
6418 \end_inset
6419
6420  for an explanation of this command.
6421 \end_layout
6422
6423 \end_inset
6424
6425
6426 \end_layout
6427
6428 \begin_layout Subsection
6429 Multi-page Table Captions
6430 \begin_inset Index idx
6431 range none
6432 pageformat default
6433 status collapsed
6434
6435 \begin_layout Plain Layout
6436 Table
6437 \begin_inset IndexMacro subentry
6438 status open
6439
6440 \begin_layout Plain Layout
6441 Multi-page Table
6442 \end_layout
6443
6444 \end_inset
6445
6446
6447 \begin_inset IndexMacro subentry
6448 status open
6449
6450 \begin_layout Plain Layout
6451 Captions
6452 \end_layout
6453
6454 \end_inset
6455
6456
6457 \end_layout
6458
6459 \end_inset
6460
6461
6462 \begin_inset CommandInset label
6463 LatexCommand label
6464 name "subsec:Multi-page-Table-Captions"
6465
6466 \end_inset
6467
6468
6469 \end_layout
6470
6471 \begin_layout Standard
6472 A multi-page table cannot be put into a table float because floats can only
6473  be on one page.
6474  But the caption environment of floats can also be used for multi-page tables
6475  when you use the multi-page table option 
6476 \family sans
6477 Caption
6478 \family default
6479  as described in sec.
6480 \begin_inset space \thinspace{}
6481 \end_inset
6482
6483
6484 \begin_inset CommandInset ref
6485 LatexCommand ref
6486 reference "sec:Multi-page-Tables"
6487
6488 \end_inset
6489
6490 .
6491  Only one table row should contain a caption, either a header or a footer
6492  row.
6493 \end_layout
6494
6495 \begin_layout Standard
6496 Here is a short multi-page table to see how it works:
6497 \end_layout
6498
6499 \begin_layout Standard
6500 \begin_inset Tabular
6501 <lyxtabular version="3" rows="6" columns="5">
6502 <features islongtable="true" longtabularalignment="center">
6503 <column alignment="center" valignment="top">
6504 <column alignment="center" valignment="top">
6505 <column alignment="center" valignment="top">
6506 <column alignment="center" valignment="top">
6507 <column alignment="center" valignment="top">
6508 <row endfirsthead="true" caption="true">
6509 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 \begin_inset Caption Standard
6514
6515 \begin_layout Plain Layout
6516 Multi-page table with caption
6517 \begin_inset Argument 1
6518 status open
6519
6520 \begin_layout Plain Layout
6521 Multi-page table
6522 \end_layout
6523
6524 \end_inset
6525
6526
6527 \end_layout
6528
6529 \end_inset
6530
6531
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 </row>
6573 <row>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 1
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 2
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 3
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 4
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 5
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 </row>
6620 <row>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 asd
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 s
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643 s
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 s
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 asd
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 </row>
6667 <row>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 asd
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 s
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690 s
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699 s
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 asd
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 </row>
6714 <row>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 asd
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 s
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 s
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 s
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 asd
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 </row>
6761 <row>
6762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 asd
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 asd
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 asd
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 asd
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802 asd
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 </row>
6808 </lyxtabular>
6809
6810 \end_inset
6811
6812
6813 \end_layout
6814
6815 \begin_layout Standard
6816 \begin_inset VSpace medskip
6817 \end_inset
6818
6819
6820 \begin_inset Note Greyedout
6821 status open
6822
6823 \begin_layout Plain Layout
6824
6825 \series bold
6826 Note
6827 \begin_inset space ~
6828 \end_inset
6829
6830 1:
6831 \series default
6832  The table number is increased for every multi-page table, even if you did
6833  not set a caption for it.
6834  For this reason you could have the case that e.
6835 \begin_inset space \thinspace{}
6836 \end_inset
6837
6838 g.
6839 \begin_inset space \space{}
6840 \end_inset
6841
6842 Table
6843 \begin_inset space ~
6844 \end_inset
6845
6846 2.4 follows Table
6847 \begin_inset space ~
6848 \end_inset
6849
6850 2.1 in the list of tables if there are two multi-page tables without captions.
6851  To avoid this you can add the following command in \SpecialChar TeX
6852  Code after every multi-page
6853  table without a caption:
6854 \end_layout
6855
6856 \begin_layout Plain Layout
6857
6858 \series bold
6859
6860 \backslash
6861 addtocounter{table}{-1}
6862 \end_layout
6863
6864 \begin_layout Plain Layout
6865 This is not needed when none of your multi-page tables has a caption and
6866  you add the following code to the document preamble:
6867 \end_layout
6868
6869 \begin_layout Plain Layout
6870
6871 \series bold
6872
6873 \backslash
6874 let
6875 \backslash
6876 myEnd
6877 \backslash
6878 endlongtable
6879 \begin_inset Newline newline
6880 \end_inset
6881
6882
6883 \backslash
6884 renewcommand{
6885 \backslash
6886 endlongtable}{
6887 \backslash
6888 myEnd
6889 \backslash
6890 addtocounter{table}{-1}}
6891 \end_layout
6892
6893 \end_inset
6894
6895
6896 \end_layout
6897
6898 \begin_layout Standard
6899 \begin_inset Note Greyedout
6900 status open
6901
6902 \begin_layout Plain Layout
6903
6904 \series bold
6905 Note
6906 \begin_inset space ~
6907 \end_inset
6908
6909 2:
6910 \series default
6911  If you are using
6912 \series bold
6913  hyperref
6914 \series default
6915
6916 \begin_inset Index idx
6917 range none
6918 pageformat default
6919 status collapsed
6920
6921 \begin_layout Plain Layout
6922 \SpecialChar LaTeX
6923  packages
6924 \begin_inset IndexMacro subentry
6925 status open
6926
6927 \begin_layout Plain Layout
6928 hyperref
6929 \end_layout
6930
6931 \end_inset
6932
6933
6934 \end_layout
6935
6936 \end_inset
6937
6938  in the 
6939 \family sans
6940 PDF Properties
6941 \family default
6942  of the 
6943 \family sans
6944 Document Settings
6945 \family default
6946  dialog to link cross-references, the link to a multi-page table caption
6947  will always point to the beginning of the document.
6948 \end_layout
6949
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \begin_layout Subsubsection
6956 References to multi-page tables
6957 \begin_inset Index idx
6958 range none
6959 pageformat default
6960 status collapsed
6961
6962 \begin_layout Plain Layout
6963 Table
6964 \begin_inset IndexMacro subentry
6965 status open
6966
6967 \begin_layout Plain Layout
6968 Multi-page Table
6969 \end_layout
6970
6971 \end_inset
6972
6973
6974 \begin_inset IndexMacro subentry
6975 status open
6976
6977 \begin_layout Plain Layout
6978 References
6979 \end_layout
6980
6981 \end_inset
6982
6983
6984 \end_layout
6985
6986 \end_inset
6987
6988
6989 \end_layout
6990
6991 \begin_layout Standard
6992 \begin_inset Tabular
6993 <lyxtabular version="3" rows="6" columns="5">
6994 <features islongtable="true" longtabularalignment="center">
6995 <column alignment="center" valignment="top">
6996 <column alignment="center" valignment="top">
6997 <column alignment="center" valignment="top">
6998 <column alignment="center" valignment="top">
6999 <column alignment="center" valignment="top">
7000 <row endfirsthead="true" caption="true">
7001 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 \begin_inset Caption Standard
7006
7007 \begin_layout Plain Layout
7008 Referenced multi-page table
7009 \begin_inset CommandInset label
7010 LatexCommand label
7011 name "tab:Referenced-multi-page-table"
7012
7013 \end_inset
7014
7015
7016 \end_layout
7017
7018 \end_inset
7019
7020
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 </row>
7062 <row>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 1
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 2
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 3
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 4
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 5
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 </row>
7109 <row>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 asd
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 s
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 s
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 s
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 asd
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 </row>
7156 <row>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 asd
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 s
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 s
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 s
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 asd
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 </row>
7203 <row>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 asd
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 s
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 s
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 s
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 asd
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 </row>
7250 <row>
7251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 asd
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 sad
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 asd
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 asd
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 asd
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 </row>
7297 </lyxtabular>
7298
7299 \end_inset
7300
7301
7302 \end_layout
7303
7304 \begin_layout Standard
7305 To reference a multi-page table, insert a label into the caption.
7306 \end_layout
7307
7308 \begin_layout Standard
7309 This is a reference to Table
7310 \begin_inset space ~
7311 \end_inset
7312
7313
7314 \begin_inset CommandInset ref
7315 LatexCommand ref
7316 reference "tab:Referenced-multi-page-table"
7317
7318 \end_inset
7319
7320 .
7321 \end_layout
7322
7323 \begin_layout Standard
7324 The caption layout can be set together with all other captions of your document
7325  using the \SpecialChar LaTeX
7326 -package 
7327 \series bold
7328 caption
7329 \series default
7330
7331 \begin_inset Index idx
7332 range none
7333 pageformat default
7334 status collapsed
7335
7336 \begin_layout Plain Layout
7337 \SpecialChar LaTeX
7338  packages
7339 \begin_inset IndexMacro subentry
7340 status open
7341
7342 \begin_layout Plain Layout
7343 caption
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \end_layout
7350
7351 \end_inset
7352
7353 , see section
7354 \begin_inset space ~
7355 \end_inset
7356
7357
7358 \begin_inset CommandInset ref
7359 LatexCommand ref
7360 reference "sec:Caption-Formatting"
7361
7362 \end_inset
7363
7364 .
7365 \end_layout
7366
7367 \begin_layout Subsubsection
7368 Caption Width
7369 \begin_inset Index idx
7370 range none
7371 pageformat default
7372 status collapsed
7373
7374 \begin_layout Plain Layout
7375 Table
7376 \begin_inset IndexMacro subentry
7377 status open
7378
7379 \begin_layout Plain Layout
7380 Multi-page Table
7381 \end_layout
7382
7383 \end_inset
7384
7385
7386 \begin_inset IndexMacro subentry
7387 status open
7388
7389 \begin_layout Plain Layout
7390 Caption Width
7391 \end_layout
7392
7393 \end_inset
7394
7395
7396 \end_layout
7397
7398 \end_inset
7399
7400
7401 \end_layout
7402
7403 \begin_layout Standard
7404 The maximal width of caption lines is defined by the length 
7405 \series bold
7406
7407 \backslash
7408 LTcapwidth
7409 \series default
7410 .
7411  Its default value is 4
7412 \begin_inset space \thinspace{}
7413 \end_inset
7414
7415 in.
7416  To change it add the following command to your document preamble or as
7417  \SpecialChar TeX
7418  Code into your document before the multi-page table that should be affected
7419 \end_layout
7420
7421 \begin_layout Standard
7422
7423 \series bold
7424
7425 \backslash
7426 setlength{
7427 \backslash
7428 LTcapwidth}{width}
7429 \end_layout
7430
7431 \begin_layout Standard
7432 where the 
7433 \family sans
7434 width
7435 \family default
7436  can have one of the units listed in appendix
7437 \begin_inset space ~
7438 \end_inset
7439
7440
7441 \begin_inset CommandInset ref
7442 LatexCommand ref
7443 reference "cha:Units-available-in"
7444
7445 \end_inset
7446
7447 .
7448 \end_layout
7449
7450 \begin_layout Standard
7451 The following tables show the difference:
7452 \end_layout
7453
7454 \begin_layout Standard
7455 \begin_inset Tabular
7456 <lyxtabular version="3" rows="6" columns="5">
7457 <features islongtable="true" longtabularalignment="center">
7458 <column alignment="center" valignment="top">
7459 <column alignment="center" valignment="top">
7460 <column alignment="center" valignment="top">
7461 <column alignment="center" valignment="top">
7462 <column alignment="center" valignment="top">
7463 <row endfirsthead="true" caption="true">
7464 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 \begin_inset Caption Standard
7469
7470 \begin_layout Plain Layout
7471 Long full title with default width long full title with default width long
7472  full title with default width
7473 \begin_inset Argument 1
7474 status collapsed
7475
7476 \begin_layout Plain Layout
7477 caption with default width
7478 \end_layout
7479
7480 \end_inset
7481
7482
7483 \end_layout
7484
7485 \end_inset
7486
7487
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 </row>
7529 <row>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 1
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 2
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 3
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 4
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 5
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 <row>
7577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 asd
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 s
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 s
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 s
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 asd
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 </row>
7623 <row>
7624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628 asd
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 s
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 s
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 s
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 asd
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 </row>
7670 <row>
7671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675 asd
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684 s
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693 s
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 s
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 asd
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row>
7718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722 asd
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 sad
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 asd
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 asd
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758 asd
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 </lyxtabular>
7765
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \begin_layout Standard
7772 \begin_inset ERT
7773 status collapsed
7774
7775 \begin_layout Plain Layout
7776
7777
7778 \backslash
7779 setlength{
7780 \backslash
7781 LTcapwidth}{5cm}
7782 \end_layout
7783
7784 \end_inset
7785
7786
7787 \begin_inset Tabular
7788 <lyxtabular version="3" rows="6" columns="5">
7789 <features islongtable="true" longtabularalignment="center">
7790 <column alignment="center" valignment="top">
7791 <column alignment="center" valignment="top">
7792 <column alignment="center" valignment="top">
7793 <column alignment="center" valignment="top">
7794 <column alignment="center" valignment="top">
7795 <row endfirsthead="true" caption="true">
7796 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 \begin_inset Caption Standard
7801
7802 \begin_layout Plain Layout
7803 Long full title with width set to 5
7804 \begin_inset space \thinspace{}
7805 \end_inset
7806
7807 cm long full title with width set to 5
7808 \begin_inset space \thinspace{}
7809 \end_inset
7810
7811 cm long full title with width set to 5
7812 \begin_inset space \thinspace{}
7813 \end_inset
7814
7815 cm
7816 \begin_inset Argument 1
7817 status collapsed
7818
7819 \begin_layout Plain Layout
7820 caption with width
7821 \begin_inset space \thinspace{}
7822 \end_inset
7823
7824 =
7825 \begin_inset space \thinspace{}
7826 \end_inset
7827
7828 5
7829 \begin_inset space \thinspace{}
7830 \end_inset
7831
7832 cm
7833 \end_layout
7834
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \end_inset
7841
7842
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row>
7885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 1
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 2
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 3
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 4
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 5
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 asd
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945 s
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 s
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 s
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 asd
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 asd
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 s
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 s
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 s
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 asd
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row>
8026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 asd
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 s
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 s
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 s
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 asd
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 asd
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 sad
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 asd
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 asd
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 asd
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 </lyxtabular>
8120
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \begin_layout Standard
8127 \begin_inset ERT
8128 status collapsed
8129
8130 \begin_layout Plain Layout
8131
8132
8133 \backslash
8134 setlength{
8135 \backslash
8136 LTcapwidth}{4in}
8137 \end_layout
8138
8139 \end_inset
8140
8141
8142 \end_layout
8143
8144 \begin_layout Standard
8145 \begin_inset Note Greyedout
8146 status open
8147
8148 \begin_layout Plain Layout
8149
8150 \series bold
8151 Note:
8152 \series default
8153  When the \SpecialChar LaTeX
8154 -package 
8155 \series bold
8156 caption
8157 \series default
8158
8159 \begin_inset Index idx
8160 range none
8161 pageformat default
8162 status collapsed
8163
8164 \begin_layout Plain Layout
8165 \SpecialChar LaTeX
8166  packages
8167 \begin_inset IndexMacro subentry
8168 status open
8169
8170 \begin_layout Plain Layout
8171 caption
8172 \end_layout
8173
8174 \end_inset
8175
8176
8177 \end_layout
8178
8179 \end_inset
8180
8181  is used, as in this document, the full page width is used for the caption
8182  when you use the default value of 4
8183 \begin_inset space \thinspace{}
8184 \end_inset
8185
8186 in for 
8187 \series bold
8188
8189 \backslash
8190 LTcapwidth
8191 \series default
8192 .
8193  To get in this case exactly a 4
8194 \begin_inset space \thinspace{}
8195 \end_inset
8196
8197 in wide caption, you can either use a value slightly different from 4.0
8198 \begin_inset space \thinspace{}
8199 \end_inset
8200
8201 in, e.
8202 \begin_inset space \thinspace{}
8203 \end_inset
8204
8205 g.
8206 \begin_inset space \space{}
8207 \end_inset
8208
8209 3.99
8210 \begin_inset space \thinspace{}
8211 \end_inset
8212
8213 in, or the \SpecialChar LaTeX
8214 -command 
8215 \series bold
8216
8217 \backslash
8218 captionsetup{width=value}
8219 \series default
8220  that is provided by the 
8221 \series bold
8222 caption
8223 \series default
8224 -package.
8225 \end_layout
8226
8227 \end_inset
8228
8229
8230 \end_layout
8231
8232 \begin_layout Subsubsection
8233 Different Captions for Table Pages
8234 \begin_inset Index idx
8235 range none
8236 pageformat default
8237 status collapsed
8238
8239 \begin_layout Plain Layout
8240 Table
8241 \begin_inset IndexMacro subentry
8242 status open
8243
8244 \begin_layout Plain Layout
8245 Multi-page Table
8246 \end_layout
8247
8248 \end_inset
8249
8250
8251 \begin_inset IndexMacro subentry
8252 status open
8253
8254 \begin_layout Plain Layout
8255 Different Captions for Pages
8256 \end_layout
8257
8258 \end_inset
8259
8260
8261 \end_layout
8262
8263 \end_inset
8264
8265
8266 \end_layout
8267
8268 \begin_layout Standard
8269 When the table captions for the following pages should differ from the one
8270  of the first table page, mark a empty row as header which contains a caption.
8271  Then right-click on the caption and select in the context menu 
8272 \family sans
8273 Caption
8274 \begin_inset space ~
8275 \end_inset
8276
8277 (Unnumbered)
8278 \family default
8279 .
8280  Table
8281 \begin_inset space ~
8282 \end_inset
8283
8284
8285 \begin_inset CommandInset ref
8286 LatexCommand ref
8287 reference "tab:DiffCaptions"
8288
8289 \end_inset
8290
8291  is an example of a multi-page table with different heading where the second
8292  caption does not include the table number.
8293 \end_layout
8294
8295 \begin_layout Standard
8296 \align center
8297 \begin_inset Tabular
8298 <lyxtabular version="3" rows="59" columns="3">
8299 <features islongtable="true" longtabularalignment="center">
8300 <column alignment="left" valignment="top" width="0cm">
8301 <column alignment="left" valignment="top" width="0pt">
8302 <column alignment="center" valignment="top" width="0pt">
8303 <row endfirsthead="true" caption="true">
8304 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 \begin_inset Caption Standard
8309
8310 \begin_layout Plain Layout
8311 Example Phone List
8312 \begin_inset CommandInset label
8313 LatexCommand label
8314 name "tab:DiffCaptions"
8315
8316 \end_inset
8317
8318
8319 \begin_inset Argument 1
8320 status collapsed
8321
8322 \begin_layout Plain Layout
8323 Example Phone List
8324 \end_layout
8325
8326 \end_inset
8327
8328
8329 \end_layout
8330
8331 \end_inset
8332
8333
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row endfirsthead="true">
8358 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \series bold
8364 Example Phone List (ignore the names)
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 </row>
8388 <row endfirsthead="true">
8389 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393
8394 \series bold
8395 NAME
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \series bold
8415 TEL.
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row endhead="true" caption="true">
8422 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 \begin_inset Caption Unnumbered
8427
8428 \begin_layout Plain Layout
8429 Continued Example Phone List
8430 \end_layout
8431
8432 \end_inset
8433
8434
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row endhead="true">
8459 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \series bold
8465 Example Phone List
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 </row>
8489 <row endhead="true">
8490 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494
8495 \series bold
8496 NAME
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 TEL.
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row endfoot="true">
8523 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 continued on next page
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \series bold
8558 Annovi
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 Silvia
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 111
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \series bold
8589 Bertoli
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 Stefano
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 111
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \series bold
8620 Bozzi
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 Walter
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 111
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \series bold
8651 Cachia
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Maria
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 111
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \series bold
8682 Cachia
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 Maurizio
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 111
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 <row>
8707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711
8712 \series bold
8713 Cinquemani
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 Giusi
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 111
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \series bold
8744 Colin
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 Bernard
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 111
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \series bold
8775 Concli
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 Gianfranco
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 111
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \series bold
8806 Dal Bosco
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Carolina
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 111
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row>
8831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \series bold
8837 Dalpiaz
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 Annamaria
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 111
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 </row>
8861 <row>
8862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866
8867 \series bold
8868 Feliciello
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 Domenico
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 111
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \series bold
8899 Focarelli
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Paola
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 111
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928
8929 \series bold
8930 Galletti
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 Oreste
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 111
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 </row>
8954 <row>
8955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959
8960 \series bold
8961 Gasparini
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 Franca
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 111
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row>
8986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \series bold
8992 Rizzardi
8993 \series default
8994
8995 \begin_inset Foot
8996 status open
8997
8998 \begin_layout Plain Layout
8999 Example footnote
9000 \end_layout
9001
9002 \end_inset
9003
9004
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 Paola
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 111
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 </row>
9028 <row>
9029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033
9034 \series bold
9035 Lassini
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 Giancarlo
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 111
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row>
9060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \series bold
9066 Malfatti
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 Luciano
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 111
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row>
9091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \series bold
9097 Malfatti
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 Valeriano
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 111
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \series bold
9128 Meneguzzo
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 Roberto
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 111
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \series bold
9159 Mezzadra
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Roberto
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 111
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \series bold
9190 Pirpamer
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 Erich
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 111
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 <row>
9215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219
9220 \series bold
9221 Pochiesa
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 Paolo
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 111, 222
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \series bold
9252 Radina
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 Claudio
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 111
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \series bold
9283 Stuffer
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 Oskar
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 111
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \series bold
9314 Tacchelli
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 Ugo
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 111
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 </row>
9338 <row>
9339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343
9344 \series bold
9345 Tezzele
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 Margit
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 111
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 <row>
9370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374
9375 \series bold
9376 Unterkalmsteiner
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 Frieda
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 111
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 </row>
9400 <row>
9401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405
9406 \series bold
9407 Vieider
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 Hilde
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 111
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 </row>
9431 <row>
9432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436
9437 \series bold
9438 Vigna
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 Jürgen
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 111
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row>
9463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \series bold
9469 Weber
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 Maurizio
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487 111
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 </row>
9493 <row>
9494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498
9499 \series bold
9500 Winkler
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509 Franz
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518 111
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 </row>
9524 <row>
9525 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529  
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 </row>
9553 <row>
9554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558
9559 \series bold
9560 Annovi
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569 Silvia
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578 555
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 </row>
9584 <row>
9585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589
9590 \series bold
9591 Bertoli
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600 Stefano
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609 555
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 </row>
9615 <row>
9616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620
9621 \series bold
9622 Bozzi
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631 Walter
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 555
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 </row>
9646 <row>
9647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651
9652 \series bold
9653 Cachia
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 Maria
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671 555
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 </row>
9677 <row>
9678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Plain Layout
9682
9683 \series bold
9684 Cachia
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693 Maurizio
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702 555
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 </row>
9708 <row>
9709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713
9714 \series bold
9715 Cinquemani
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724 Giusi
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733 555
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 </row>
9739 <row>
9740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744
9745 \series bold
9746 Colin
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755 Bernard
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 555
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 </row>
9770 <row>
9771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \series bold
9777 Concli
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 Gianfranco
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 555
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 </row>
9801 <row>
9802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806
9807 \series bold
9808 Dal Bosco
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817 Carolina
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 555
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row>
9833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \series bold
9839 Dalpiaz
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 Annamaria
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857 555
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 </row>
9863 <row>
9864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868
9869 \series bold
9870 Feliciello
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 Domenico
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888 555
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row>
9895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \series bold
9901 Focarelli
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 Paola
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 555
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 </row>
9925 <row>
9926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \series bold
9932 Galletti
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 Oreste
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950 555
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 <row>
9957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \series bold
9963 Gasparini
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972 Franca
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 555
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 <row>
9988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992
9993 \series bold
9994 Rizzardi
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 Paola
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 555
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \series bold
10025 Lassini
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 Giancarlo
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043 555
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 </row>
10049 <row>
10050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \series bold
10056 Malfatti
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 Luciano
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 555
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row>
10081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \series bold
10087 Malfatti
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 Valeriano
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 555
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 <row>
10112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116
10117 \series bold
10118 Meneguzzo
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 Roberto
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 555
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 </row>
10142 <row>
10143 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \series bold
10149 Mezzadra
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 Roberto
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 555
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 </lyxtabular>
10174
10175 \end_inset
10176
10177
10178 \end_layout
10179
10180 \begin_layout Section
10181 Special Multi-page Table Issues
10182 \begin_inset CommandInset label
10183 LatexCommand label
10184 name "sec:Special-Longtable-Issues"
10185
10186 \end_inset
10187
10188
10189 \end_layout
10190
10191 \begin_layout Subsection
10192 Multi-page Table Calculation
10193 \begin_inset Index idx
10194 range none
10195 pageformat default
10196 status collapsed
10197
10198 \begin_layout Plain Layout
10199 Table
10200 \begin_inset IndexMacro subentry
10201 status open
10202
10203 \begin_layout Plain Layout
10204 Multi-page Table
10205 \end_layout
10206
10207 \end_inset
10208
10209
10210 \begin_inset IndexMacro subentry
10211 status open
10212
10213 \begin_layout Plain Layout
10214 Calculation
10215 \end_layout
10216
10217 \end_inset
10218
10219
10220 \end_layout
10221
10222 \end_inset
10223
10224
10225 \end_layout
10226
10227 \begin_layout Standard
10228 \SpecialChar LaTeX
10229  calculates the height of table pages and their page breaks using so called
10230  chunks.
10231  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
10232 's memory.
10233  The default value was historically set to only 20
10234 \begin_inset space ~
10235 \end_inset
10236
10237 table rows.
10238  If you are using multi-page tables with many pages this may slow down the
10239  creation of your document.
10240  You can safely increase the chunk size to values of 100
10241 \begin_inset space \thinspace{}
10242 \end_inset
10243
10244 --
10245 \begin_inset space \thinspace{}
10246 \end_inset
10247
10248 1000 by adding this command line to your document preamble:
10249 \end_layout
10250
10251 \begin_layout Standard
10252
10253 \series bold
10254
10255 \backslash
10256 setcounter{LTchunksize}{100}
10257 \end_layout
10258
10259 \begin_layout Subsection
10260 Floats and Multi-page Tables
10261 \begin_inset Index idx
10262 range none
10263 pageformat default
10264 status collapsed
10265
10266 \begin_layout Plain Layout
10267 Table
10268 \begin_inset IndexMacro subentry
10269 status open
10270
10271 \begin_layout Plain Layout
10272 Multi-page Table
10273 \end_layout
10274
10275 \end_inset
10276
10277
10278 \begin_inset IndexMacro subentry
10279 status open
10280
10281 \begin_layout Plain Layout
10282 Floats
10283 \end_layout
10284
10285 \end_inset
10286
10287
10288 \end_layout
10289
10290 \end_inset
10291
10292
10293 \end_layout
10294
10295 \begin_layout Standard
10296 There might be problems when a float appears on the same page where a multi-page
10297  table starts.
10298  To avoid such a situation, insert a 
10299 \begin_inset Quotes eld
10300 \end_inset
10301
10302 clear page
10303 \begin_inset Quotes erd
10304 \end_inset
10305
10306  (menu 
10307 \family sans
10308 Insert\SpecialChar menuseparator
10309 Formatting\SpecialChar menuseparator
10310 Clear
10311 \begin_inset space ~
10312 \end_inset
10313
10314 Page
10315 \family default
10316 ) before your multi-page table.
10317 \end_layout
10318
10319 \begin_layout Subsection
10320 Forced Page Breaks
10321 \begin_inset Index idx
10322 range none
10323 pageformat default
10324 status collapsed
10325
10326 \begin_layout Plain Layout
10327 Table
10328 \begin_inset IndexMacro subentry
10329 status open
10330
10331 \begin_layout Plain Layout
10332 Multi-page Table
10333 \end_layout
10334
10335 \end_inset
10336
10337
10338 \begin_inset IndexMacro subentry
10339 status open
10340
10341 \begin_layout Plain Layout
10342 Forced Page Breaks
10343 \end_layout
10344
10345 \end_inset
10346
10347
10348 \end_layout
10349
10350 \end_inset
10351
10352
10353 \end_layout
10354
10355 \begin_layout Standard
10356 By default tables are only broken between rows.
10357  If you have a cell with multiples lines and want to have a page break within
10358  the cell, insert the new line command 
10359 \begin_inset Quotes eld
10360 \end_inset
10361
10362
10363 \series bold
10364
10365 \backslash
10366
10367 \backslash
10368
10369 \series default
10370
10371 \begin_inset Quotes erd
10372 \end_inset
10373
10374  as \SpecialChar TeX
10375  Code at the point of the cell where it can be broken.
10376  Before the 
10377 \series bold
10378
10379 \backslash
10380
10381 \backslash
10382
10383 \series default
10384  command you have to insert in \SpecialChar TeX
10385  Code as many 
10386 \begin_inset Quotes eld
10387 \end_inset
10388
10389
10390 \series bold
10391 &
10392 \series default
10393
10394 \begin_inset Quotes erd
10395 \end_inset
10396
10397  characters as the number of the following table columns.
10398  The 
10399 \series bold
10400 &
10401 \series default
10402  is the character to separate table cells.
10403  Write in \SpecialChar TeX
10404  Code after each 
10405 \series bold
10406 &
10407 \series default
10408  the content of the corresponding following cell and delete the content
10409  of these cells.
10410 \begin_inset Newline newline
10411 \end_inset
10412
10413 After the 
10414 \series bold
10415
10416 \backslash
10417
10418 \backslash
10419
10420 \series default
10421  command, insert as many 
10422 \series bold
10423 &
10424 \series default
10425  characters as the number of table columns before the current column.
10426  In Table
10427 \begin_inset space ~
10428 \end_inset
10429
10430
10431 \begin_inset CommandInset ref
10432 LatexCommand ref
10433 reference "tab:ForcedPagebreak"
10434
10435 \end_inset
10436
10437  the cell that should be broken is in the second column followed by another
10438  column.
10439  Therefore the following command was inserted in the cell as \SpecialChar TeX
10440  Code after
10441  
10442 \begin_inset Quotes eld
10443 \end_inset
10444
10445
10446 \emph on
10447 Castelchiodato,
10448 \emph default
10449
10450 \begin_inset Quotes erd
10451 \end_inset
10452
10453 :
10454 \end_layout
10455
10456 \begin_layout Standard
10457
10458 \series bold
10459 & 111
10460 \backslash
10461
10462 \backslash
10463  
10464 \backslash
10465 newpage
10466 \begin_inset Newline newline
10467 \end_inset
10468
10469 &
10470 \end_layout
10471
10472 \begin_layout Standard
10473 The 
10474 \begin_inset Quotes eld
10475 \end_inset
10476
10477 111
10478 \begin_inset Quotes erd
10479 \end_inset
10480
10481  in the third column of the row was deleted.
10482  
10483 \series bold
10484
10485 \backslash
10486 newpage
10487 \series default
10488  is only needed when a page break should definitely occur at this position,
10489  otherwise it would be a conditional break.
10490  If your footer row of the multi-page table has for a certain reason no
10491  upper line but you would have a horizontal line where the cell is broken,
10492  use this command instead:
10493 \end_layout
10494
10495 \begin_layout Standard
10496
10497 \series bold
10498 & 111
10499 \backslash
10500
10501 \backslash
10502
10503 \begin_inset Newline newline
10504 \end_inset
10505
10506
10507 \backslash
10508 hline &
10509 \end_layout
10510
10511 \begin_layout Standard
10512 When the cell to be broken is in the last column, the command
10513 \end_layout
10514
10515 \begin_layout Standard
10516
10517 \series bold
10518
10519 \backslash
10520 setlength{
10521 \backslash
10522 parfillskip}{0pt}
10523 \end_layout
10524
10525 \begin_layout Standard
10526 must be inserted as \SpecialChar TeX
10527  Code at the beginning of the cell.
10528  This ensures that the part of the cell that will be displayed on the new
10529  page appears with the full width.
10530 \end_layout
10531
10532 \begin_layout Standard
10533 \align center
10534 \begin_inset Tabular
10535 <lyxtabular version="3" rows="38" columns="3">
10536 <features islongtable="true" longtabularalignment="center">
10537 <column alignment="left" valignment="top" width="0cm">
10538 <column alignment="left" valignment="top" width="3cm">
10539 <column alignment="center" valignment="top" width="0pt">
10540 <row endfirsthead="true" caption="true">
10541 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 \begin_inset Caption Standard
10546
10547 \begin_layout Plain Layout
10548 Table with forced page break in table cell
10549 \begin_inset CommandInset label
10550 LatexCommand label
10551 name "tab:ForcedPagebreak"
10552
10553 \end_inset
10554
10555
10556 \begin_inset Argument 1
10557 status collapsed
10558
10559 \begin_layout Plain Layout
10560 Table with forced page break in table cell
10561 \end_layout
10562
10563 \end_inset
10564
10565
10566 \end_layout
10567
10568 \end_inset
10569
10570
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 </row>
10594 <row endfirsthead="true">
10595 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601 Example Phone List (ignore the names)
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row endfirsthead="true">
10626 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \series bold
10632 NAME
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650
10651 \series bold
10652 TEL.
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row endhead="true" caption="true">
10659 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 \begin_inset Caption Unnumbered
10664
10665 \begin_layout Plain Layout
10666 Continued Example Phone List
10667 \end_layout
10668
10669 \end_inset
10670
10671
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 </row>
10695 <row endhead="true">
10696 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700
10701 \series bold
10702 Example Phone List
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 <row endhead="true">
10727 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731
10732 \series bold
10733 NAME
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 TEL.
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 </row>
10759 <row endfoot="true">
10760 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 continued on next page
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 </row>
10788 <row>
10789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793
10794 \series bold
10795 Annovi
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 Silvia
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 111
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 </row>
10819 <row>
10820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824
10825 \series bold
10826 Bertoli
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 Stefano
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 111
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 <row>
10851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \series bold
10857 Bozzi
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 Walter
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 111
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 </row>
10881 <row>
10882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886
10887 \series bold
10888 Cachia
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 Maria
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 111
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 <row>
10913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \series bold
10919 Cachia
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 Maurizio
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 111
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 </row>
10943 <row>
10944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948
10949 \series bold
10950 Cinquemani
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 Giusi
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 111
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 </row>
10974 <row>
10975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979
10980 \series bold
10981 Colin
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 Bernard
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 111
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 </row>
11005 <row>
11006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \series bold
11012 Concli
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 Gianfranco
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 111
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 <row>
11037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \series bold
11043 Dal Bosco
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 Carolina
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 111
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 <row>
11068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \series bold
11074 Dalpiaz
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 Annamaria
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 111
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 <row>
11099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \series bold
11105 Feliciello
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 Domenico
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 111
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 </row>
11129 <row>
11130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134
11135 \series bold
11136 Focarelli
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 Paola
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 111
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 </row>
11160 <row>
11161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165
11166 \series bold
11167 Galletti
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 Oreste
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 111
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 </row>
11191 <row>
11192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196
11197 \series bold
11198 Gasparini
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 Franca
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 111
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 </row>
11222 <row>
11223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227
11228 \series bold
11229 Lassini
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 Giancarlo
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 111
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 </row>
11253 <row>
11254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258
11259 \series bold
11260 Malfatti
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 Luciano
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 111
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 </row>
11284 <row>
11285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289
11290 \series bold
11291 Malfatti
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 Valeriano
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309 111
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 </row>
11315 <row>
11316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320
11321 \series bold
11322 Meneguzzo
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 Roberto
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 111
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 </row>
11346 <row>
11347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351
11352 \series bold
11353 Mezzadra
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 Roberto
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 111
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382
11383 \series bold
11384 Pirpamer
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 Erich
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 111
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 </row>
11408 <row>
11409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413
11414 \series bold
11415 Pochiesa
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 Paolo
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 111, 222
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 </row>
11439 <row>
11440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444
11445 \series bold
11446 Radina
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 Claudio
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 111
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 </row>
11470 <row>
11471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475
11476 \series bold
11477 Rizzardi
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 Paolo, 11.
11487  Fürst von Montecompatri, 11.
11488  Fürst von Sulmona und Vivaro, 10.
11489  Fürst von Rossano, 5.
11490  Herzog von Canemorte, 11.
11491  Herzog von Palombara, 5.
11492  Herzog von Castelchiodato,
11493 \begin_inset ERT
11494 status open
11495
11496 \begin_layout Plain Layout
11497
11498 & 111
11499 \backslash
11500
11501 \backslash
11502  
11503 \backslash
11504 newpage
11505 \end_layout
11506
11507 \begin_layout Plain Layout
11508
11509 &
11510 \end_layout
11511
11512 \end_inset
11513
11514  11.
11515  Herzog von Poggionativo, 11.
11516  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11517  Graf von Valinfreda, 11.
11518  Baron von Cropalati, 11.
11519  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
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
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 Stuffer
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 Oskar
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 111
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 </row>
11565 <row>
11566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570
11571 \series bold
11572 Tacchelli
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 Ugo
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 111
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 </row>
11596 <row>
11597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601
11602 \series bold
11603 Tezzele
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 Margit
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 111
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 </row>
11627 <row>
11628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632
11633 \series bold
11634 Unterkalmsteiner
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 Frieda
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 111
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 </row>
11658 <row>
11659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663
11664 \series bold
11665 Vieider
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 Hilde
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 111
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 </row>
11689 <row>
11690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694
11695 \series bold
11696 Vigna
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 Jürgen
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 111
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 </row>
11720 <row>
11721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725
11726 \series bold
11727 Weber
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 Maurizio
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 111
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 </row>
11751 <row>
11752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756
11757 \series bold
11758 Winkler
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 Franz
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 111
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 </row>
11782 </lyxtabular>
11783
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \begin_layout Section
11790 Multiple Lines, Columns and Rows
11791 \end_layout
11792
11793 \begin_layout Subsection
11794 Multiple Lines in Table Cells
11795 \begin_inset CommandInset label
11796 LatexCommand label
11797 name "subsec:Multiple-Lines-in"
11798
11799 \end_inset
11800
11801
11802 \begin_inset Index idx
11803 range none
11804 pageformat default
11805 status collapsed
11806
11807 \begin_layout Plain Layout
11808 Multiple Lines in Table Cells
11809 \end_layout
11810
11811 \end_inset
11812
11813
11814 \begin_inset Index idx
11815 range none
11816 pageformat default
11817 status collapsed
11818
11819 \begin_layout Plain Layout
11820 Table
11821 \begin_inset IndexMacro subentry
11822 status open
11823
11824 \begin_layout Plain Layout
11825 Linebreaks
11826 \end_layout
11827
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \end_inset
11834
11835
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \noindent
11840 \begin_inset Float table
11841 placement H
11842 alignment document
11843 wide false
11844 sideways false
11845 status open
11846
11847 \begin_layout Plain Layout
11848 \begin_inset Caption Standard
11849
11850 \begin_layout Plain Layout
11851 \begin_inset CommandInset label
11852 LatexCommand label
11853 name "tab:Table-with-multiple"
11854
11855 \end_inset
11856
11857 Table with multiple lines in cells
11858 \end_layout
11859
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \begin_layout Plain Layout
11866 \align center
11867 \begin_inset Tabular
11868 <lyxtabular version="3" rows="3" columns="3">
11869 <features tabularvalignment="middle">
11870 <column alignment="center" valignment="middle" width="2.5cm">
11871 <column alignment="center" valignment="middle">
11872 <column alignment="center" valignment="middle">
11873 <row>
11874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 multiple
11879 \begin_inset Newline linebreak
11880 \end_inset
11881
11882 lines
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 b
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11897 \begin_inset Text
11898
11899 \begin_layout Plain Layout
11900 c
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 </row>
11906 <row>
11907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 d
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 e
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 f
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 </row>
11935 <row>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 g
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 h
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 i
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 </row>
11964 </lyxtabular>
11965
11966 \end_inset
11967
11968
11969 \end_layout
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \begin_layout Standard
11977 Setting a fixed width for a column enables you to enter text as a paragraph
11978  with multiple lines and hyphenation.
11979 \end_layout
11980
11981 \begin_layout Standard
11982 To produce Table
11983 \begin_inset space ~
11984 \end_inset
11985
11986
11987 \begin_inset CommandInset ref
11988 LatexCommand ref
11989 reference "tab:Table-with-multiple"
11990
11991 \end_inset
11992
11993 , create a 3×3 table, mark the first cell and right-click on it.
11994  In the appearing table dialog we set a cell width of 2.5
11995 \begin_inset space \thinspace{}
11996 \end_inset
11997
11998 cm and choose centered for the vertical and horizontal alignment.
11999  The vertical alignment is used for all cells of the row.
12000  As our text is smaller than 2.5
12001 \begin_inset space \thinspace{}
12002 \end_inset
12003
12004 cm, only one line will appear.
12005  To get two lines, a justified line break (shortcut 
12006 \begin_inset Info
12007 type  "shortcut"
12008 arg   "newline-insert linebreak"
12009 \end_inset
12010
12011 ) was added.
12012  If the text is wider than the set cell width, it will automatically be
12013  broken to several lines.
12014 \end_layout
12015
12016 \begin_layout Standard
12017 If you have a long word in a cell with a fixed width, it cannot be hyphenated
12018  by \SpecialChar LaTeX
12019  if it is the first entry.
12020  Therefore you need to insert something to prevent the word not being the
12021  first entry.
12022  So add a horizontal space of 0
12023 \begin_inset space \thinspace{}
12024 \end_inset
12025
12026 pt before the word.
12027  As the space is zero, it doesn't change the output.
12028  Table
12029 \begin_inset space ~
12030 \end_inset
12031
12032
12033 \begin_inset CommandInset ref
12034 LatexCommand ref
12035 reference "tab:Table-with-and"
12036
12037 \end_inset
12038
12039  shows the effect.
12040 \end_layout
12041
12042 \begin_layout Standard
12043 \begin_inset Float table
12044 placement h
12045 alignment document
12046 wide false
12047 sideways false
12048 status open
12049
12050 \begin_layout Plain Layout
12051 \begin_inset Caption Standard
12052
12053 \begin_layout Plain Layout
12054 \begin_inset CommandInset label
12055 LatexCommand label
12056 name "tab:Table-with-and"
12057
12058 \end_inset
12059
12060 Table with and without hyphenation
12061 \end_layout
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \begin_layout Plain Layout
12069 \begin_inset space \hfill{}
12070 \end_inset
12071
12072
12073 \begin_inset Tabular
12074 <lyxtabular version="3" rows="3" columns="3">
12075 <features tabularvalignment="middle">
12076 <column alignment="center" valignment="middle" width="2.5cm">
12077 <column alignment="center" valignment="middle">
12078 <column alignment="center" valignment="middle">
12079 <row>
12080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084 verylongtablecellword
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093 b
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12099 \begin_inset Text
12100
12101 \begin_layout Plain Layout
12102 c
12103 \end_layout
12104
12105 \end_inset
12106 </cell>
12107 </row>
12108 <row>
12109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113 d
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122 e
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12128 \begin_inset Text
12129
12130 \begin_layout Plain Layout
12131 f
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 </row>
12137 <row>
12138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 g
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 h
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160 i
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 </row>
12166 </lyxtabular>
12167
12168 \end_inset
12169
12170
12171 \begin_inset space \hfill{}
12172 \end_inset
12173
12174
12175 \begin_inset Tabular
12176 <lyxtabular version="3" rows="3" columns="3">
12177 <features tabularvalignment="middle">
12178 <column alignment="center" valignment="middle" width="2.5cm">
12179 <column alignment="center" valignment="middle">
12180 <column alignment="center" valignment="middle">
12181 <row>
12182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186 \begin_inset space \hspace{}
12187 \length 0pt
12188 \end_inset
12189
12190 verylongtablecellword
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199 b
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 c
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 </row>
12214 <row>
12215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 d
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 e
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Plain Layout
12237 f
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 </row>
12243 <row>
12244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248 g
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Plain Layout
12257 h
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 i
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 </row>
12272 </lyxtabular>
12273
12274 \end_inset
12275
12276
12277 \begin_inset space \hfill{}
12278 \end_inset
12279
12280
12281 \end_layout
12282
12283 \end_inset
12284
12285
12286 \end_layout
12287
12288 \begin_layout Subsection
12289 Multicolumns
12290 \begin_inset CommandInset label
12291 LatexCommand label
12292 name "subsec:Multicolumns"
12293
12294 \end_inset
12295
12296
12297 \begin_inset Index idx
12298 range none
12299 pageformat default
12300 status collapsed
12301
12302 \begin_layout Plain Layout
12303 Multicolumns
12304 \end_layout
12305
12306 \end_inset
12307
12308
12309 \begin_inset Index idx
12310 range none
12311 pageformat default
12312 status collapsed
12313
12314 \begin_layout Plain Layout
12315 Table
12316 \begin_inset IndexMacro subentry
12317 status open
12318
12319 \begin_layout Plain Layout
12320 Multicolumns
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \end_layout
12327
12328 \end_inset
12329
12330
12331 \end_layout
12332
12333 \begin_layout Subsubsection
12334 Multicolumn Basics
12335 \end_layout
12336
12337 \begin_layout Standard
12338 To merge cells over multiple columns, select as many cells within a row
12339  as you want to merge and use either the table-toolbar button 
12340 \begin_inset Info
12341 type  "icon"
12342 arg   "tabular-feature multicolumn"
12343 \end_inset
12344
12345 , or the menu 
12346 \family sans
12347 Edit\SpecialChar menuseparator
12348 Table\SpecialChar menuseparator
12349 Multicolumn
12350 \family default
12351 , or right click on the marked cells and choose 
12352 \family sans
12353 Multicolumn
12354 \family default
12355  in the context menu.
12356 \end_layout
12357
12358 \begin_layout Standard
12359 Multicolumns have their own cell settings.
12360  That means changing cell borders, cell alignment, and the width only affects
12361  the multicolumn.
12362  Here is an example table with a multicolumn cell in the first row and one
12363  in the last row without the upper border:
12364 \end_layout
12365
12366 \begin_layout Standard
12367 \align center
12368 \begin_inset Tabular
12369 <lyxtabular version="3" rows="3" columns="4">
12370 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
12371 <column alignment="center" valignment="top" width="0pt">
12372 <column alignment="center" valignment="middle">
12373 <column alignment="center" valignment="top" width="0in">
12374 <column alignment="center" valignment="top" width="0pt">
12375 <row>
12376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Plain Layout
12380 abc
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Plain Layout
12389 def ghi
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12395 \begin_inset Text
12396
12397 \begin_layout Plain Layout
12398
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12404 \begin_inset Text
12405
12406 \begin_layout Plain Layout
12407 jkl
12408 \end_layout
12409
12410 \end_inset
12411 </cell>
12412 </row>
12413 <row>
12414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12415 \begin_inset Text
12416
12417 \begin_layout Plain Layout
12418
12419 \family roman
12420 \series medium
12421 \shape up
12422 \size normal
12423 \emph off
12424 \bar no
12425 \noun off
12426 \color none
12427 A
12428 \end_layout
12429
12430 \end_inset
12431 </cell>
12432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12433 \begin_inset Text
12434
12435 \begin_layout Plain Layout
12436 B
12437 \end_layout
12438
12439 \end_inset
12440 </cell>
12441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12442 \begin_inset Text
12443
12444 \begin_layout Plain Layout
12445 C
12446 \end_layout
12447
12448 \end_inset
12449 </cell>
12450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12451 \begin_inset Text
12452
12453 \begin_layout Plain Layout
12454 D
12455 \end_layout
12456
12457 \end_inset
12458 </cell>
12459 </row>
12460 <row>
12461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12462 \begin_inset Text
12463
12464 \begin_layout Plain Layout
12465 1
12466 \end_layout
12467
12468 \end_inset
12469 </cell>
12470 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Plain Layout
12474 2
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 3
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 4
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 </row>
12498 </lyxtabular>
12499
12500 \end_inset
12501
12502
12503 \end_layout
12504
12505 \begin_layout Subsubsection
12506 Multicolumn Calculations
12507 \begin_inset CommandInset label
12508 LatexCommand label
12509 name "subsec:Multicolumn-Calculations"
12510
12511 \end_inset
12512
12513
12514 \begin_inset Index idx
12515 range none
12516 pageformat default
12517 status collapsed
12518
12519 \begin_layout Plain Layout
12520 Multicolumns
12521 \begin_inset IndexMacro subentry
12522 status open
12523
12524 \begin_layout Plain Layout
12525 Calculations
12526 \end_layout
12527
12528 \end_inset
12529
12530
12531 \end_layout
12532
12533 \end_inset
12534
12535
12536 \end_layout
12537
12538 \begin_layout Standard
12539 \SpecialChar LyX
12540  supports multicolumns directly, but we have to take account of the cell
12541  width of the columns spanned by the multicolumn cell.
12542 \end_layout
12543
12544 \begin_layout Standard
12545 \begin_inset Float table
12546 placement h
12547 alignment document
12548 wide false
12549 sideways false
12550 status open
12551
12552 \begin_layout Plain Layout
12553 \begin_inset Caption Standard
12554
12555 \begin_layout Plain Layout
12556 \begin_inset CommandInset label
12557 LatexCommand label
12558 name "tab:Table-with-centered"
12559
12560 \end_inset
12561
12562 Table with centered multicolumn text above two columns that have exactly
12563  half the width of the multicolumn cell
12564 \begin_inset Argument 1
12565 status collapsed
12566
12567 \begin_layout Plain Layout
12568 Perfect multicolumn table
12569 \end_layout
12570
12571 \end_inset
12572
12573
12574 \end_layout
12575
12576 \end_inset
12577
12578
12579 \end_layout
12580
12581 \begin_layout Plain Layout
12582 \align center
12583 \begin_inset Tabular
12584 <lyxtabular version="3" rows="3" columns="3">
12585 <features tabularvalignment="middle">
12586 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12587 <column alignment="center" valignment="middle">
12588 <column alignment="center" valignment="top">
12589 <row>
12590 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 multiple lines multicolumn
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 c
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 </row>
12618 <row>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 d
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 e
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 f
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 </row>
12647 <row>
12648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 g
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 h
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12667 \begin_inset Text
12668
12669 \begin_layout Plain Layout
12670 i
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 </lyxtabular>
12677
12678 \end_inset
12679
12680
12681 \end_layout
12682
12683 \end_inset
12684
12685
12686 \end_layout
12687
12688 \begin_layout Standard
12689 To create for example Table
12690 \begin_inset space ~
12691 \end_inset
12692
12693
12694 \begin_inset CommandInset ref
12695 LatexCommand ref
12696 reference "tab:Table-with-centered"
12697
12698 \end_inset
12699
12700 , mark the first two cells in the first row of a 3×3 table and right-click
12701  on them.
12702  Now choose for this cell 
12703 \emph on
12704 multicolumn
12705 \emph default
12706
12707 \emph on
12708 centered alignment
12709 \emph default
12710  and a width of 2.5
12711 \begin_inset space \thinspace{}
12712 \end_inset
12713
12714 cm in the table dialog.
12715  The merged columns should have exactly half the width of the multicolumn
12716  cell, so that you would set a width of 1.25
12717 \begin_inset space \thinspace{}
12718 \end_inset
12719
12720 cm for the first column.
12721  The second column has then automatically a width of 1.25
12722 \begin_inset space \thinspace{}
12723 \end_inset
12724
12725 cm (multicolumn width - width of first column).
12726  This was done for Table
12727 \begin_inset space ~
12728 \end_inset
12729
12730
12731 \begin_inset CommandInset ref
12732 LatexCommand ref
12733 reference "tab:Table-without-half"
12734
12735 \end_inset
12736
12737 .
12738 \end_layout
12739
12740 \begin_layout Standard
12741 \begin_inset Float table
12742 placement document
12743 alignment document
12744 wide false
12745 sideways false
12746 status open
12747
12748 \begin_layout Plain Layout
12749 \begin_inset Caption Standard
12750
12751 \begin_layout Plain Layout
12752 \begin_inset CommandInset label
12753 LatexCommand label
12754 name "tab:Table-without-half"
12755
12756 \end_inset
12757
12758 Table where the spanned table columns are not exactly half the width of
12759  the multicolumn cell
12760 \begin_inset Argument 1
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764 Imperfect multicolumn table
12765 \end_layout
12766
12767 \end_inset
12768
12769
12770 \end_layout
12771
12772 \end_inset
12773
12774
12775 \end_layout
12776
12777 \begin_layout Plain Layout
12778 \align center
12779 \begin_inset Tabular
12780 <lyxtabular version="3" rows="3" columns="3">
12781 <features tabularvalignment="middle">
12782 <column alignment="center" valignment="top" width="1.25cm">
12783 <column alignment="center" valignment="top">
12784 <column alignment="center" valignment="top">
12785 <row>
12786 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 multiple lines multicolumn
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 c
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 </row>
12814 <row>
12815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Plain Layout
12819 d
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 e
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 f
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 </row>
12843 <row>
12844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 g
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 h
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 i
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 </row>
12872 </lyxtabular>
12873
12874 \end_inset
12875
12876
12877 \end_layout
12878
12879 \end_inset
12880
12881
12882 \end_layout
12883
12884 \begin_layout Standard
12885 You can see that the first column is not half the width of the multicolumn
12886  cell, it is a bit bigger.
12887  The reason is that the specified width of a cell 
12888 \begin_inset Formula $W_{g}$
12889 \end_inset
12890
12891  is not its total width 
12892 \begin_inset Formula $W_{\mathrm{tot}}$
12893 \end_inset
12894
12895  because a cell is always a bit larger than specified.
12896  Appendix
12897 \begin_inset space ~
12898 \end_inset
12899
12900
12901 \begin_inset CommandInset ref
12902 LatexCommand ref
12903 reference "cha:Explanation-of-Equation"
12904
12905 \end_inset
12906
12907  explains this in detail.
12908 \end_layout
12909
12910 \begin_layout Standard
12911 The width 
12912 \begin_inset Formula $W_{g\,n}$
12913 \end_inset
12914
12915  which the user needs to set when 
12916 \emph on
12917 n
12918 \emph default
12919  columns are spanned can be calculated, so that each column has a total
12920  width of 
12921 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12922 \end_inset
12923
12924 :
12925 \begin_inset Formula 
12926 \begin{equation}
12927 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12928 \end{equation}
12929
12930 \end_inset
12931
12932
12933 \end_layout
12934
12935 \begin_layout Standard
12936 In our case we have 
12937 \begin_inset Formula $n=2$
12938 \end_inset
12939
12940
12941 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12942 \end_inset
12943
12944 cm and the default values for the lengths, so that equation 
12945 \begin_inset CommandInset ref
12946 LatexCommand ref
12947 reference "eq:Wgn"
12948
12949 \end_inset
12950
12951  becomes
12952 \begin_inset Formula 
12953 \begin{equation}
12954 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12955 \end{equation}
12956
12957 \end_inset
12958
12959
12960 \end_layout
12961
12962 \begin_layout Standard
12963 To enable calculations in \SpecialChar LaTeX
12964 , the \SpecialChar LaTeX
12965 -package 
12966 \series bold
12967 calc
12968 \series default
12969  must be loaded with the document preamble line
12970 \begin_inset Index idx
12971 range none
12972 pageformat default
12973 status collapsed
12974
12975 \begin_layout Plain Layout
12976 \SpecialChar LaTeX
12977  packages
12978 \begin_inset IndexMacro subentry
12979 status open
12980
12981 \begin_layout Plain Layout
12982 calc
12983 \end_layout
12984
12985 \end_inset
12986
12987
12988 \end_layout
12989
12990 \end_inset
12991
12992
12993 \end_layout
12994
12995 \begin_layout Standard
12996
12997 \series bold
12998
12999 \backslash
13000 usepackage{calc}
13001 \end_layout
13002
13003 \begin_layout Standard
13004 \SpecialChar LyX
13005  does not allow you to calculate lengths in the 
13006 \family sans
13007 Width
13008 \family default
13009  field of the table dialog.
13010  Therefore you have to format the column by inserting a \SpecialChar LaTeX
13011 -argument in the
13012  dialog.
13013  Here is an overview about the arguments:
13014 \end_layout
13015
13016 \begin_layout Itemize
13017
13018 \series bold
13019 p{width}
13020 \series default
13021  creates cell with a fixed width, its text is vertically top-aligned
13022 \end_layout
13023
13024 \begin_layout Itemize
13025
13026 \series bold
13027 m{width}
13028 \series default
13029  creates cell with a fixed width, its text is vertically centered
13030 \end_layout
13031
13032 \begin_layout Itemize
13033
13034 \series bold
13035 b{width}
13036 \series default
13037  creates cell with a fixed width, its text is vertically bottom-aligned
13038 \end_layout
13039
13040 \begin_layout Standard
13041 By entering a \SpecialChar LaTeX
13042 -argument, all cell settings set in the table dialog are overwritt
13043 en.
13044 \end_layout
13045
13046 \begin_layout Standard
13047 \begin_inset Note Greyedout
13048 status open
13049
13050 \begin_layout Plain Layout
13051
13052 \series bold
13053 Note:
13054 \series default
13055  Due to a bug, \SpecialChar LyX
13056  shows the overwritten settings anyway.
13057 \end_layout
13058
13059 \end_inset
13060
13061
13062 \end_layout
13063
13064 \begin_layout Standard
13065 As the text should be horizontally centered, the command 
13066 \series bold
13067
13068 \backslash
13069 centering
13070 \series default
13071  is added.
13072  You can now enter the following \SpecialChar LaTeX
13073 -argument for the first spanned column:
13074 \end_layout
13075
13076 \begin_layout Standard
13077
13078 \series bold
13079 >{
13080 \backslash
13081 centering}m{1.25cm-6.2pt}
13082 \end_layout
13083
13084 \begin_layout Standard
13085 The command 
13086 \series bold
13087 >{ }
13088 \series default
13089  means, that the commands inside the braces are applied before the cell
13090  is created.
13091 \end_layout
13092
13093 \begin_layout Standard
13094 Although we have chosen centered alignment for the text of the multicolumn
13095  cell, it is still left aligned.
13096  This is because \SpecialChar LyX
13097  only applies the alignment to single columns.
13098  So for the multicolumn cell we have to use the \SpecialChar LaTeX
13099 -argument
13100 \end_layout
13101
13102 \begin_layout Standard
13103
13104 \series bold
13105 >{
13106 \backslash
13107 centering}m{2.5cm}
13108 \end_layout
13109
13110 \begin_layout Subsection
13111 Multirows
13112 \begin_inset CommandInset label
13113 LatexCommand label
13114 name "subsec:Multirows"
13115
13116 \end_inset
13117
13118
13119 \begin_inset Index idx
13120 range none
13121 pageformat default
13122 status collapsed
13123
13124 \begin_layout Plain Layout
13125 Multirows
13126 \end_layout
13127
13128 \end_inset
13129
13130
13131 \begin_inset Index idx
13132 range none
13133 pageformat default
13134 status collapsed
13135
13136 \begin_layout Plain Layout
13137 Table
13138 \begin_inset IndexMacro subentry
13139 status open
13140
13141 \begin_layout Plain Layout
13142 Multirows
13143 \end_layout
13144
13145 \end_inset
13146
13147
13148 \end_layout
13149
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \begin_layout Standard
13156 To merge cells over multiple rows, select as many cells within a column
13157  as you want to merge and use either the table-toolbar button 
13158 \begin_inset Info
13159 type  "icon"
13160 arg   "tabular-feature multirow"
13161 \end_inset
13162
13163 , or the menu 
13164 \family sans
13165 Edit\SpecialChar menuseparator
13166 Table\SpecialChar menuseparator
13167 Multirow
13168 \family default
13169 , or right click on the marked cells and choose 
13170 \family sans
13171 Multirow
13172 \family default
13173  in the context menu.
13174 \end_layout
13175
13176 \begin_layout Standard
13177 Here is an example table with a multirow in the first column:
13178 \end_layout
13179
13180 \begin_layout Standard
13181 \align center
13182 \begin_inset Tabular
13183 <lyxtabular version="3" rows="3" columns="3">
13184 <features tabularvalignment="middle">
13185 <column alignment="center" valignment="top" width="0pt">
13186 <column alignment="center" valignment="top">
13187 <column alignment="center" valignment="top">
13188 <row>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193 a long cell entry
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 b
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 c
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 </row>
13217 <row>
13218 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 multirow
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 e
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 f
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 </row>
13246 <row>
13247 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 h
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 i
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 </row>
13275 </lyxtabular>
13276
13277 \end_inset
13278
13279
13280 \end_layout
13281
13282 \begin_layout Standard
13283 The width of multirow cells is set by setting the width and alignment for
13284  the whole column.
13285  The 
13286 \family sans
13287 Vertical Offset
13288 \family default
13289  shifts the content of the multirow up/down if the offset is positive/negative.
13290 \end_layout
13291
13292 \begin_layout Standard
13293 If the column of a multirow cell has no explicit width, the multirow cell
13294  inherits the alignment of the column.
13295  Otherwise it is by default left-aligned.
13296  To override the default, renew the command 
13297 \series bold
13298
13299 \backslash
13300 multirowsetup
13301 \series default
13302  with the command
13303 \end_layout
13304
13305 \begin_layout Standard
13306
13307 \series bold
13308
13309 \backslash
13310 renewcommand{
13311 \backslash
13312 multirowsetup}{
13313 \backslash
13314 centering}
13315 \end_layout
13316
13317 \begin_layout Standard
13318 in the document preamble.
13319  Then all entries of multirow cells in the document are centered.
13320  If centering is only needed for several tables, you can renew the command
13321  in a \SpecialChar TeX
13322  Code box just before the table instead of the preamble.
13323  If the text should be right-aligned, replace 
13324 \series bold
13325
13326 \backslash
13327 centering
13328 \series default
13329  by 
13330 \series bold
13331
13332 \backslash
13333 raggedleft
13334 \series default
13335 .
13336  To return to left-alignment 
13337 \series bold
13338
13339 \backslash
13340 raggedright
13341 \series default
13342  is used.
13343 \end_layout
13344
13345 \begin_layout Standard
13346 This is an example table with a right-aligned multirow cell that has a vertical
13347  offset of -4
13348 \begin_inset space \thinspace{}
13349 \end_inset
13350
13351 mm and is in a 3
13352 \begin_inset space \thinspace{}
13353 \end_inset
13354
13355 cm wide column:
13356 \end_layout
13357
13358 \begin_layout Standard
13359 \noindent
13360 \align center
13361 \begin_inset ERT
13362 status collapsed
13363
13364 \begin_layout Plain Layout
13365
13366
13367 \backslash
13368 renewcommand{
13369 \backslash
13370 multirowsetup}{
13371 \backslash
13372 raggedleft}
13373 \end_layout
13374
13375 \end_inset
13376
13377
13378 \begin_inset Tabular
13379 <lyxtabular version="3" rows="4" columns="3">
13380 <features tabularvalignment="middle">
13381 <column alignment="center" valignment="top" width="3cm">
13382 <column alignment="center" valignment="top">
13383 <column alignment="center" valignment="top">
13384 <row>
13385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389 a long cell entry
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13395 \begin_inset Text
13396
13397 \begin_layout Plain Layout
13398 b
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407 c
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 </row>
13413 <row>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 t
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 n
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 m
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 </row>
13442 <row>
13443 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 multirow
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 e
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 f
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 </row>
13471 <row>
13472 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 h
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 i
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 </row>
13500 </lyxtabular>
13501
13502 \end_inset
13503
13504
13505 \begin_inset ERT
13506 status collapsed
13507
13508 \begin_layout Plain Layout
13509
13510
13511 \backslash
13512 renewcommand{
13513 \backslash
13514 multirowsetup}{
13515 \backslash
13516 raggedright}
13517 \end_layout
13518
13519 \end_inset
13520
13521
13522 \end_layout
13523
13524 \begin_layout Standard
13525 To start a new line in a multirow you can use a forced line break (shortcut
13526  
13527 \begin_inset Info
13528 type  "shortcut"
13529 arg   "newline-insert newline"
13530 \end_inset
13531
13532 ) but this will not respect the cell lines as demonstrated in this table:
13533 \end_layout
13534
13535 \begin_layout Standard
13536 \noindent
13537 \align center
13538 \begin_inset Tabular
13539 <lyxtabular version="3" rows="3" columns="2">
13540 <features tabularvalignment="middle">
13541 <column alignment="left" valignment="middle" width="2cm">
13542 <column alignment="center" valignment="top">
13543 <row>
13544 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 aaa
13549 \begin_inset Newline newline
13550 \end_inset
13551
13552 aaa
13553 \begin_inset Newline newline
13554 \end_inset
13555
13556 wrong cell
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Plain Layout
13565 ccc
13566 \end_layout
13567
13568 \end_inset
13569 </cell>
13570 </row>
13571 <row>
13572 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576
13577 \end_layout
13578
13579 \end_inset
13580 </cell>
13581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585 ddd
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 </row>
13591 <row>
13592 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 bbb
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605 eee
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 </row>
13611 </lyxtabular>
13612
13613 \end_inset
13614
13615
13616 \end_layout
13617
13618 \begin_layout Standard
13619 Therefore be careful with forced line breaks.
13620 \end_layout
13621
13622 \begin_layout Subsection
13623 Cells with diagonal line(s)
13624 \end_layout
13625
13626 \begin_layout Standard
13627 To tell the reader what is meant by column and row headings in a table,
13628  it is helpful to split the first cell of the table by one or two diagonal
13629  lines.
13630  This can be achieved by loading the \SpecialChar LaTeX
13631  package 
13632 \series bold
13633 diagbox
13634 \series default
13635
13636 \begin_inset Index idx
13637 range none
13638 pageformat default
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642 \SpecialChar LaTeX
13643  packages
13644 \begin_inset IndexMacro subentry
13645 status open
13646
13647 \begin_layout Plain Layout
13648 picinpar
13649 \end_layout
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \end_inset
13657
13658  in the document preamble.
13659  The package provides the command 
13660 \series bold
13661
13662 \backslash
13663 diagbox
13664 \series default
13665  that is inserted as \SpecialChar TeX
13666  Code and that can take 2 or 3
13667 \begin_inset space ~
13668 \end_inset
13669
13670 arguments:
13671 \end_layout
13672
13673 \begin_layout Standard
13674
13675 \series bold
13676
13677 \backslash
13678 diagbox[options]{lower left}{upper right}
13679 \end_layout
13680
13681 \begin_layout Standard
13682
13683 \series bold
13684
13685 \backslash
13686 diagbox[options]{lower left}{upper left}{upper right}
13687 \end_layout
13688
13689 \begin_layout Standard
13690 The first scheme divides the cell by a single diagonal line and the arguments
13691  are placed below and above this line.
13692  The second scheme divides the cell by 2
13693 \begin_inset space ~
13694 \end_inset
13695
13696 lines.
13697 \end_layout
13698
13699 \begin_layout Standard
13700 \begin_inset ERT
13701 status collapsed
13702
13703 \begin_layout Plain Layout
13704
13705
13706 \backslash
13707 ifdiagbox
13708 \end_layout
13709
13710 \end_inset
13711
13712
13713 \begin_inset Note Note
13714 status open
13715
13716 \begin_layout Plain Layout
13717 The following section will only be displayed when the \SpecialChar LaTeX
13718 -package 
13719 \series bold
13720 diagbox
13721 \series default
13722  is installed.
13723 \end_layout
13724
13725 \end_inset
13726
13727
13728 \end_layout
13729
13730 \begin_layout Standard
13731 Here is an example table where 
13732 \series bold
13733
13734 \backslash
13735 diagbox 
13736 \series default
13737 is used in the 2-argument scheme in the first cell:
13738 \begin_inset VSpace medskip
13739 \end_inset
13740
13741
13742 \end_layout
13743
13744 \begin_layout Standard
13745 \noindent
13746 \begin_inset Tabular
13747 <lyxtabular version="3" rows="4" columns="4">
13748 <features tabularvalignment="middle">
13749 <column alignment="center" valignment="top">
13750 <column alignment="center" valignment="top">
13751 <column alignment="center" valignment="top">
13752 <column alignment="center" valignment="top">
13753 <row>
13754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763
13764 \backslash
13765 diagbox{
13766 \end_layout
13767
13768 \end_inset
13769
13770 Name
13771 \begin_inset ERT
13772 status collapsed
13773
13774 \begin_layout Plain Layout
13775
13776 }{
13777 \end_layout
13778
13779 \end_inset
13780
13781 Parameter
13782 \begin_inset ERT
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786
13787 }
13788 \end_layout
13789
13790 \end_inset
13791
13792
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 Thickness in nm
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 Transparency in %
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 Hardness in MPa
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 </row>
13825 <row>
13826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 Perfect Green
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 45
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 80
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 504
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 </row>
13863 <row>
13864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 Dark Multi-P
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 60
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 72
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 982
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 </row>
13901 <row>
13902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906 Crystal Clear Pro
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Plain Layout
13915 18
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 86
13925 \end_layout
13926
13927 \end_inset
13928 </cell>
13929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13930 \begin_inset Text
13931
13932 \begin_layout Plain Layout
13933 374
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 </row>
13939 </lyxtabular>
13940
13941 \end_inset
13942
13943
13944 \begin_inset VSpace medskip
13945 \end_inset
13946
13947
13948 \end_layout
13949
13950 \begin_layout Standard
13951 The 3-argument scheme is for example useful for cross-tables of sports leagues
13952  or distances:
13953 \end_layout
13954
13955 \begin_layout Standard
13956 \noindent
13957 \align center
13958 \begin_inset Tabular
13959 <lyxtabular version="3" rows="4" columns="4">
13960 <features tabularvalignment="middle">
13961 <column alignment="center" valignment="top" width="0pt">
13962 <column alignment="center" valignment="top">
13963 <column alignment="center" valignment="top">
13964 <column alignment="center" valignment="top">
13965 <row>
13966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 \begin_inset ERT
13971 status collapsed
13972
13973 \begin_layout Plain Layout
13974
13975
13976 \backslash
13977 diagbox{
13978 \end_layout
13979
13980 \end_inset
13981
13982 Team home
13983 \begin_inset ERT
13984 status collapsed
13985
13986 \begin_layout Plain Layout
13987
13988 }{
13989 \end_layout
13990
13991 \end_inset
13992
13993 Result
13994 \begin_inset ERT
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998
13999 }{
14000 \end_layout
14001
14002 \end_inset
14003
14004 Team away
14005 \begin_inset ERT
14006 status collapsed
14007
14008 \begin_layout Plain Layout
14009
14010 }
14011 \end_layout
14012
14013 \end_inset
14014
14015
14016 \end_layout
14017
14018 \end_inset
14019 </cell>
14020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14021 \begin_inset Text
14022
14023 \begin_layout Plain Layout
14024 Tigers
14025 \end_layout
14026
14027 \end_inset
14028 </cell>
14029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14030 \begin_inset Text
14031
14032 \begin_layout Plain Layout
14033 Panthers
14034 \end_layout
14035
14036 \end_inset
14037 </cell>
14038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042 Falcons
14043 \end_layout
14044
14045 \end_inset
14046 </cell>
14047 </row>
14048 <row>
14049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14050 \begin_inset Text
14051
14052 \begin_layout Plain Layout
14053 Tigers
14054 \end_layout
14055
14056 \end_inset
14057 </cell>
14058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14059 \begin_inset Text
14060
14061 \begin_layout Plain Layout
14062 —
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071 1:3
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080 0:1
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 </row>
14086 <row>
14087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14088 \begin_inset Text
14089
14090 \begin_layout Plain Layout
14091 Panthers
14092 \end_layout
14093
14094 \end_inset
14095 </cell>
14096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14097 \begin_inset Text
14098
14099 \begin_layout Plain Layout
14100 3:1
14101 \end_layout
14102
14103 \end_inset
14104 </cell>
14105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14106 \begin_inset Text
14107
14108 \begin_layout Plain Layout
14109 —
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 0:0
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 </row>
14124 <row>
14125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 Falcons
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 1:0
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 0:0
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 —
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 </row>
14162 </lyxtabular>
14163
14164 \end_inset
14165
14166
14167 \end_layout
14168
14169 \begin_layout Standard
14170 For larger cross-tables one might use split cells in 2 or every corner of
14171  the table like in this example:
14172 \end_layout
14173
14174 \begin_layout Standard
14175 \noindent
14176 \align center
14177 \begin_inset Tabular
14178 <lyxtabular version="3" rows="5" columns="5">
14179 <features tabularvalignment="middle">
14180 <column alignment="center" valignment="top" width="0pt">
14181 <column alignment="center" valignment="top">
14182 <column alignment="center" valignment="top">
14183 <column alignment="center" valignment="top">
14184 <column alignment="center" valignment="top">
14185 <row>
14186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Plain Layout
14190 \begin_inset ERT
14191 status open
14192
14193 \begin_layout Plain Layout
14194
14195
14196 \backslash
14197 diagbox{
14198 \end_layout
14199
14200 \end_inset
14201
14202 Team home
14203 \begin_inset ERT
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207
14208 }{
14209 \end_layout
14210
14211 \end_inset
14212
14213 Result
14214 \begin_inset ERT
14215 status collapsed
14216
14217 \begin_layout Plain Layout
14218
14219 }{
14220 \end_layout
14221
14222 \end_inset
14223
14224 Team away
14225 \begin_inset ERT
14226 status collapsed
14227
14228 \begin_layout Plain Layout
14229
14230 }
14231 \end_layout
14232
14233 \end_inset
14234
14235
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 Tigers
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253 Panthers
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262 Falcons
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271 \begin_inset ERT
14272 status open
14273
14274 \begin_layout Plain Layout
14275
14276
14277 \backslash
14278 diagbox[dir=NE]{
14279 \end_layout
14280
14281 \end_inset
14282
14283 Team home
14284 \begin_inset ERT
14285 status collapsed
14286
14287 \begin_layout Plain Layout
14288
14289 }{
14290 \end_layout
14291
14292 \end_inset
14293
14294 Result
14295 \begin_inset ERT
14296 status collapsed
14297
14298 \begin_layout Plain Layout
14299
14300 }{
14301 \end_layout
14302
14303 \end_inset
14304
14305 Team away
14306 \begin_inset ERT
14307 status collapsed
14308
14309 \begin_layout Plain Layout
14310
14311 }
14312 \end_layout
14313
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \end_inset
14320 </cell>
14321 </row>
14322 <row>
14323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14324 \begin_inset Text
14325
14326 \begin_layout Plain Layout
14327 Tigers
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14333 \begin_inset Text
14334
14335 \begin_layout Plain Layout
14336 —
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 1:3
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14351 \begin_inset Text
14352
14353 \begin_layout Plain Layout
14354 0:1
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 Tigers
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 </row>
14369 <row>
14370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14371 \begin_inset Text
14372
14373 \begin_layout Plain Layout
14374 Panthers
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 3:1
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 —
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401 0:0
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 Panthers
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 </row>
14416 <row>
14417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 Falcons
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430 1:0
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 0:0
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448 —
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Plain Layout
14457 Falcons
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 </row>
14463 <row>
14464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 \begin_inset ERT
14469 status open
14470
14471 \begin_layout Plain Layout
14472
14473
14474 \backslash
14475 diagbox[dir=SW]{
14476 \end_layout
14477
14478 \end_inset
14479
14480 Team home
14481 \begin_inset ERT
14482 status collapsed
14483
14484 \begin_layout Plain Layout
14485
14486 }{
14487 \end_layout
14488
14489 \end_inset
14490
14491 Result
14492 \begin_inset ERT
14493 status collapsed
14494
14495 \begin_layout Plain Layout
14496
14497 }{
14498 \end_layout
14499
14500 \end_inset
14501
14502 Team away
14503 \begin_inset ERT
14504 status collapsed
14505
14506 \begin_layout Plain Layout
14507
14508 }
14509 \end_layout
14510
14511 \end_inset
14512
14513
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Plain Layout
14522 Tigers
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 Panthers
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 Falcons
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549 \begin_inset ERT
14550 status open
14551
14552 \begin_layout Plain Layout
14553
14554
14555 \backslash
14556 diagbox[dir=SE]{
14557 \end_layout
14558
14559 \end_inset
14560
14561 Team home
14562 \begin_inset ERT
14563 status collapsed
14564
14565 \begin_layout Plain Layout
14566
14567 }{
14568 \end_layout
14569
14570 \end_inset
14571
14572 Result
14573 \begin_inset ERT
14574 status collapsed
14575
14576 \begin_layout Plain Layout
14577
14578 }{
14579 \end_layout
14580
14581 \end_inset
14582
14583 Team away
14584 \begin_inset ERT
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588
14589 }
14590 \end_layout
14591
14592 \end_inset
14593
14594
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 </row>
14600 </lyxtabular>
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \begin_layout Standard
14608 To rotate the diagonal lines, the command option 
14609 \series bold
14610 dir=direction
14611 \series default
14612  is used.
14613  
14614 \emph on
14615 direction
14616 \emph default
14617  is either 
14618 \series bold
14619 NE
14620 \series default
14621
14622 \series bold
14623 SE
14624 \series default
14625
14626 \series bold
14627 SW
14628 \series default
14629  or 
14630 \series bold
14631 NW
14632 \series default
14633  and represent a point of a compass.
14634  
14635 \series bold
14636 SW
14637 \series default
14638  is for example the south-west corner.
14639  Thus in the lower left cell of the above table the command
14640 \end_layout
14641
14642 \begin_layout Standard
14643
14644 \series bold
14645
14646 \backslash
14647 diagbox[dir=SW]{Team home}{Result}{Team away}
14648 \end_layout
14649
14650 \begin_layout Standard
14651 is used.
14652  If no direction is given, it will be NW.
14653 \end_layout
14654
14655 \begin_layout Standard
14656 The necessary width of split cells is automatically calculated.
14657  Thus if you set a fixed column width smaller than the calculated one, the
14658  cell's content will protrude the cell borders:
14659 \end_layout
14660
14661 \begin_layout Standard
14662 \noindent
14663 \align center
14664 \begin_inset Tabular
14665 <lyxtabular version="3" rows="2" columns="2">
14666 <features tabularvalignment="middle">
14667 <column alignment="center" valignment="top" width="3cm">
14668 <column alignment="center" valignment="top">
14669 <row>
14670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14671 \begin_inset Text
14672
14673 \begin_layout Plain Layout
14674 \begin_inset ERT
14675 status collapsed
14676
14677 \begin_layout Plain Layout
14678
14679
14680 \backslash
14681 diagbox{
14682 \end_layout
14683
14684 \end_inset
14685
14686 Name
14687 \begin_inset ERT
14688 status collapsed
14689
14690 \begin_layout Plain Layout
14691
14692 }{
14693 \end_layout
14694
14695 \end_inset
14696
14697 Parameter
14698 \begin_inset ERT
14699 status collapsed
14700
14701 \begin_layout Plain Layout
14702
14703 }
14704 \end_layout
14705
14706 \end_inset
14707
14708
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 Thickness in nm
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 </row>
14723 <row>
14724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728 Perfect Green
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Plain Layout
14737 45
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 </row>
14743 </lyxtabular>
14744
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \begin_layout Standard
14751 If you need a certain width for columns with a split cell, use the command
14752  option 
14753 \series bold
14754 width=3cm
14755 \series default
14756  (replace '3cm' by the width you need).
14757  In the following table the width of the first column is set to 4
14758 \begin_inset space \thinspace{}
14759 \end_inset
14760
14761 cm.
14762  For 
14763 \series bold
14764
14765 \backslash
14766 diagbox
14767 \series default
14768  a width of 4
14769 \begin_inset space \thinspace{}
14770 \end_inset
14771
14772 cm + 2
14773 \begin_inset space \thinspace{}
14774 \end_inset
14775
14776
14777 \backslash
14778 tabcolsep is necessary because the overall width is the width for the text
14779  (in this case the 4
14780 \begin_inset space \thinspace{}
14781 \end_inset
14782
14783 cm) plus two times the separation of the text and the cell border.
14784  The calculation of the width cannot be done in the command option of 
14785 \series bold
14786
14787 \backslash
14788 diagbox
14789 \series default
14790  so one needs to create a new length which can be used later.
14791  This is done with the \SpecialChar TeX
14792  Code commands
14793 \end_layout
14794
14795 \begin_layout Standard
14796
14797 \series bold
14798
14799 \backslash
14800 newlength{
14801 \backslash
14802 diagtest}
14803 \begin_inset Newline newline
14804 \end_inset
14805
14806
14807 \backslash
14808 setlength{
14809 \backslash
14810 diagtest}{4cm+2
14811 \backslash
14812 tabcolsep}
14813 \end_layout
14814
14815 \begin_layout Standard
14816 \begin_inset ERT
14817 status collapsed
14818
14819 \begin_layout Plain Layout
14820
14821
14822 \backslash
14823 newlength{
14824 \backslash
14825 diagtest}
14826 \end_layout
14827
14828 \begin_layout Plain Layout
14829
14830
14831 \backslash
14832 setlength{
14833 \backslash
14834 diagtest}{4cm+2
14835 \backslash
14836 tabcolsep}
14837 \end_layout
14838
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \begin_layout Standard
14845 To enable calculations in \SpecialChar LaTeX
14846  one needs to load the package 
14847 \series bold
14848 calc
14849 \series default
14850
14851 \begin_inset Index idx
14852 range none
14853 pageformat default
14854 status collapsed
14855
14856 \begin_layout Plain Layout
14857 \SpecialChar LaTeX
14858  packages
14859 \begin_inset IndexMacro subentry
14860 status open
14861
14862 \begin_layout Plain Layout
14863 calc
14864 \end_layout
14865
14866 \end_inset
14867
14868
14869 \end_layout
14870
14871 \end_inset
14872
14873  in the document preamble.
14874 \end_layout
14875
14876 \begin_layout Standard
14877 In this table you can now use the command
14878 \end_layout
14879
14880 \begin_layout Standard
14881
14882 \series bold
14883
14884 \backslash
14885 diagbox[width=
14886 \backslash
14887 diagtest]{A}{B}
14888 \end_layout
14889
14890 \begin_layout Standard
14891 in the first cell:
14892 \end_layout
14893
14894 \begin_layout Standard
14895 \noindent
14896 \align center
14897 \begin_inset Tabular
14898 <lyxtabular version="3" rows="2" columns="2">
14899 <features tabularvalignment="middle">
14900 <column alignment="center" valignment="top" width="4cm">
14901 <column alignment="center" valignment="top">
14902 <row>
14903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 \begin_inset ERT
14908 status open
14909
14910 \begin_layout Plain Layout
14911
14912
14913 \backslash
14914 diagbox[width=
14915 \backslash
14916 diagtest]{
14917 \end_layout
14918
14919 \end_inset
14920
14921 A
14922 \begin_inset ERT
14923 status collapsed
14924
14925 \begin_layout Plain Layout
14926
14927 }{
14928 \end_layout
14929
14930 \end_inset
14931
14932 B
14933 \begin_inset ERT
14934 status collapsed
14935
14936 \begin_layout Plain Layout
14937
14938 }
14939 \end_layout
14940
14941 \end_inset
14942
14943
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952 Thickness in nm
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 </row>
14958 <row>
14959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 Perfect Green
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 45
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 </row>
14978 </lyxtabular>
14979
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \begin_layout Standard
14986 Note that the split cell needs to be the widest one in the column.
14987  Otherwise the length of the diagonal line cannot be calculated correctly
14988  like in this table:
14989 \end_layout
14990
14991 \begin_layout Standard
14992 \noindent
14993 \align center
14994 \begin_inset Tabular
14995 <lyxtabular version="3" rows="2" columns="2">
14996 <features tabularvalignment="middle">
14997 <column alignment="center" valignment="top" width="0pt">
14998 <column alignment="center" valignment="top">
14999 <row>
15000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 \begin_inset ERT
15005 status collapsed
15006
15007 \begin_layout Plain Layout
15008
15009
15010 \backslash
15011 diagbox{
15012 \end_layout
15013
15014 \end_inset
15015
15016 A
15017 \begin_inset ERT
15018 status collapsed
15019
15020 \begin_layout Plain Layout
15021
15022 }{
15023 \end_layout
15024
15025 \end_inset
15026
15027 B
15028 \begin_inset ERT
15029 status collapsed
15030
15031 \begin_layout Plain Layout
15032
15033 }
15034 \end_layout
15035
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 Thickness in nm
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row>
15054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 Perfect Green
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 45
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 </row>
15073 </lyxtabular>
15074
15075 \end_inset
15076
15077
15078 \end_layout
15079
15080 \begin_layout Standard
15081 In this case use the 
15082 \series bold
15083 width
15084 \series default
15085  option of the 
15086 \series bold
15087
15088 \backslash
15089 diagbox
15090 \series default
15091  command.
15092  It is then not necessary to add 2
15093 \backslash
15094 tabcolsep because the cell width is now the width of the column.
15095  In this table a width of 3
15096 \begin_inset space \thinspace{}
15097 \end_inset
15098
15099 cm is used:
15100 \end_layout
15101
15102 \begin_layout Standard
15103 \noindent
15104 \align center
15105 \begin_inset Tabular
15106 <lyxtabular version="3" rows="2" columns="2">
15107 <features tabularvalignment="middle">
15108 <column alignment="center" valignment="top" width="0pt">
15109 <column alignment="center" valignment="top">
15110 <row>
15111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 \begin_inset ERT
15116 status open
15117
15118 \begin_layout Plain Layout
15119
15120
15121 \backslash
15122 diagbox[width=3cm]{
15123 \end_layout
15124
15125 \end_inset
15126
15127 A
15128 \begin_inset ERT
15129 status collapsed
15130
15131 \begin_layout Plain Layout
15132
15133 }{
15134 \end_layout
15135
15136 \end_inset
15137
15138 B
15139 \begin_inset ERT
15140 status collapsed
15141
15142 \begin_layout Plain Layout
15143
15144 }
15145 \end_layout
15146
15147 \end_inset
15148
15149
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 Thickness in nm
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row>
15165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 Perfect Green
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 45
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 </lyxtabular>
15185
15186 \end_inset
15187
15188
15189 \end_layout
15190
15191 \begin_layout Standard
15192 For multiple text lines in split cells one needs some extra height to fit
15193  the text to the cell.
15194  This can be achieved with the 
15195 \series bold
15196
15197 \backslash
15198 diagbox
15199 \series default
15200  option 
15201 \series bold
15202 height=3cm
15203 \series default
15204  (replace '3cm' by the height you need).
15205  In the following table the command
15206 \end_layout
15207
15208 \begin_layout Standard
15209
15210 \series bold
15211
15212 \backslash
15213 diagbox[width=3cm,height=1.4cm]{A
15214 \backslash
15215
15216 \backslash
15217 B}{C
15218 \backslash
15219
15220 \backslash
15221 D}
15222 \end_layout
15223
15224 \begin_layout Standard
15225 is used in the first cell.
15226  The command 
15227 \series bold
15228
15229 \backslash
15230
15231 \backslash
15232
15233 \series default
15234  creates hereby the line break.
15235 \begin_inset Foot
15236 status collapsed
15237
15238 \begin_layout Plain Layout
15239 Breaking lines with 
15240 \family sans
15241 Ctrl+Return
15242 \family default
15243  is only possible when the column has a fixed width.
15244 \end_layout
15245
15246 \end_inset
15247
15248
15249 \end_layout
15250
15251 \begin_layout Standard
15252 \noindent
15253 \align center
15254 \begin_inset Tabular
15255 <lyxtabular version="3" rows="2" columns="2">
15256 <features tabularvalignment="middle">
15257 <column alignment="center" valignment="top">
15258 <column alignment="center" valignment="top">
15259 <row>
15260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264 \begin_inset ERT
15265 status open
15266
15267 \begin_layout Plain Layout
15268
15269
15270 \backslash
15271 diagbox[width=3cm,height=1.4cm]{
15272 \end_layout
15273
15274 \end_inset
15275
15276 A
15277 \begin_inset ERT
15278 status collapsed
15279
15280 \begin_layout Plain Layout
15281
15282
15283 \backslash
15284
15285 \backslash
15286
15287 \end_layout
15288
15289 \end_inset
15290
15291 B
15292 \begin_inset ERT
15293 status collapsed
15294
15295 \begin_layout Plain Layout
15296
15297 }{
15298 \end_layout
15299
15300 \end_inset
15301
15302 C
15303 \begin_inset ERT
15304 status collapsed
15305
15306 \begin_layout Plain Layout
15307
15308
15309 \backslash
15310
15311 \backslash
15312
15313 \end_layout
15314
15315 \end_inset
15316
15317 D
15318 \begin_inset ERT
15319 status collapsed
15320
15321 \begin_layout Plain Layout
15322
15323 }
15324 \end_layout
15325
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337 Thickness in nm
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 </row>
15343 <row>
15344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348 Perfect Green
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357 45
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 </row>
15363 </lyxtabular>
15364
15365 \end_inset
15366
15367
15368 \end_layout
15369
15370 \begin_layout Standard
15371 \begin_inset ERT
15372 status collapsed
15373
15374 \begin_layout Plain Layout
15375
15376
15377 \backslash
15378 else
15379 \end_layout
15380
15381 \end_inset
15382
15383
15384 \begin_inset Note Note
15385 status open
15386
15387 \begin_layout Plain Layout
15388 The following will be displayed when the \SpecialChar LaTeX
15389 -package 
15390 \series bold
15391 diagbox
15392 \series default
15393  is not installed:
15394 \end_layout
15395
15396 \end_inset
15397
15398
15399 \end_layout
15400
15401 \begin_layout Standard
15402 You need to install the \SpecialChar LaTeX
15403 -package 
15404 \series bold
15405 diagbox
15406 \series default
15407  to see the following part of this section in the output.
15408 \end_layout
15409
15410 \begin_layout Standard
15411 \begin_inset ERT
15412 status collapsed
15413
15414 \begin_layout Plain Layout
15415
15416
15417 \backslash
15418 fi
15419 \end_layout
15420
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \begin_layout Standard
15427 For more info about the \SpecialChar LaTeX
15428 -package 
15429 \series bold
15430 diagbox
15431 \series default
15432 , see its documentation, 
15433 \begin_inset CommandInset citation
15434 LatexCommand cite
15435 key "diagbox"
15436 literal "true"
15437
15438 \end_inset
15439
15440 .
15441 \end_layout
15442
15443 \begin_layout Section
15444 Formal Tables
15445 \begin_inset CommandInset label
15446 LatexCommand label
15447 name "sec:Formal-Tables"
15448
15449 \end_inset
15450
15451
15452 \begin_inset Index idx
15453 range none
15454 pageformat default
15455 status collapsed
15456
15457 \begin_layout Plain Layout
15458 Table
15459 \begin_inset IndexMacro subentry
15460 status open
15461
15462 \begin_layout Plain Layout
15463 Formal
15464 \end_layout
15465
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \end_inset
15472
15473
15474 \end_layout
15475
15476 \begin_layout Standard
15477 Tables are often typeset in books similar to Table
15478 \begin_inset space ~
15479 \end_inset
15480
15481
15482 \begin_inset CommandInset ref
15483 LatexCommand ref
15484 reference "tab:Example-booktabs-table"
15485
15486 \end_inset
15487
15488 .
15489  This kind of tables is called 
15490 \begin_inset Quotes eld
15491 \end_inset
15492
15493
15494 \emph on
15495 formal
15496 \emph default
15497
15498 \begin_inset Quotes erd
15499 \end_inset
15500
15501 .
15502  To make a table a formal table
15503 \change_inserted -712698321 1554290084
15504 , select the table style 
15505 \begin_inset Quotes eld
15506 \end_inset
15507
15508 Formal
15509 \change_deleted 630872221 1622707670
15510  Table
15511 \change_inserted 630872221 1622707670
15512 \SpecialChar ldots
15513
15514 \change_inserted -712698321 1554290084
15515
15516 \begin_inset Quotes erd
15517 \end_inset
15518
15519  in the Table Creation dialog or
15520 \change_unchanged
15521  use the option 
15522 \family sans
15523 Formal
15524 \family default
15525  in the 
15526 \family sans
15527 Borders
15528 \family default
15529  tab of the table dialog
15530 \change_inserted -712698321 1554290131
15531  (if you additionally check the option 
15532 \family sans
15533 Use Default Formal Style
15534 \family default
15535 , the border lines are adapted to a sensible default)
15536 \change_unchanged
15537 .
15538 \end_layout
15539
15540 \begin_layout Standard
15541 \begin_inset Float table
15542 placement h
15543 alignment document
15544 wide false
15545 sideways false
15546 status open
15547
15548 \begin_layout Plain Layout
15549 \begin_inset Caption Standard
15550
15551 \begin_layout Plain Layout
15552 \begin_inset CommandInset label
15553 LatexCommand label
15554 name "tab:Example-booktabs-table"
15555
15556 \end_inset
15557
15558 Example 
15559 \change_deleted -712698321 1554292310
15560 booktabs-
15561 \change_inserted -712698321 1554292311
15562 formal 
15563 \change_unchanged
15564 table
15565 \end_layout
15566
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \begin_layout Plain Layout
15573 \align center
15574 \begin_inset Tabular
15575 <lyxtabular version="3" rows="8" columns="4">
15576 <features booktabs="true" tabularvalignment="middle">
15577 <column alignment="center" valignment="top">
15578 <column alignment="center" valignment="top" width="0pt">
15579 <column alignment="center" valignment="top" width="0pt">
15580 <column alignment="center" valignment="top">
15581 <row>
15582 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586 System
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell alignment="center" valignment="top" topline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595 Chip
15596 \begin_inset space \thinspace{}
15597 \end_inset
15598
15599 1
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608 Chip
15609 \begin_inset space \thinspace{}
15610 \end_inset
15611
15612 2
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 </row>
15627 <row>
15628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Plain Layout
15632
15633 \change_deleted -712698321 1554290161
15634 \begin_inset ERT
15635 status collapsed
15636
15637 \begin_layout Plain Layout
15638
15639
15640 \backslash
15641 cmidrule(r){2-2}
15642 \end_layout
15643
15644 \end_inset
15645
15646
15647 \begin_inset ERT
15648 status collapsed
15649
15650 \begin_layout Plain Layout
15651
15652
15653 \backslash
15654 cmidrule(l){3-4}
15655 \end_layout
15656
15657 \end_inset
15658
15659
15660 \change_unchanged
15661 Detector thickness in Âµm
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 <cell alignment="center" valignment="top" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670 300
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679 300
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 700
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 </row>
15694 <row>
15695 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Plain Layout
15699 Edge angle in Â°
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708 3.55
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 2.71
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" topline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726 7.99
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 </row>
15732 <row topspace="default">
15733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737 Spatial resolution in Âµm
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746 4.26
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 <cell alignment="center" valignment="top" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755 10.17
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 <cell alignment="center" valignment="top" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764 10.56
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 </row>
15770 <row topspace="default">
15771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775 MTF at 
15776 \begin_inset Formula $f_{\mathrm{max}}$
15777 \end_inset
15778
15779
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 0.53
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 0.37
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806 0.39
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 <row topspace="default">
15813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817
15818 \change_deleted -712698321 1554290260
15819 \begin_inset ERT
15820 status collapsed
15821
15822 \begin_layout Plain Layout
15823
15824
15825 \backslash
15826 cmidrule[2pt](l{10pt}){1-1}
15827 \end_layout
15828
15829 \end_inset
15830
15831
15832 \change_unchanged
15833 LSF-spatial resolution
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 </row>
15866 <row>
15867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 in Âµm
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880 129.7
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 <cell alignment="center" valignment="top" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889 52.75
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 50.78
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 </row>
15904 <row>
15905 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 in % of pixel size
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 76.3
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927 95.9
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936 92.3
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 </lyxtabular>
15943
15944 \end_inset
15945
15946
15947 \end_layout
15948
15949 \end_inset
15950
15951
15952 \end_layout
15953
15954 \begin_layout Standard
15955 Spaces to table rows can be added using the 
15956 \family sans
15957 Borders
15958 \family default
15959  tab of the table dialog as described in section
15960 \begin_inset space ~
15961 \end_inset
15962
15963
15964 \begin_inset CommandInset ref
15965 LatexCommand ref
15966 reference "subsec:Row-Spacing"
15967
15968 \end_inset
15969
15970 .
15971 \end_layout
15972
15973 \begin_layout Standard
15974 Unlike normal tables, formal tables have no vertical table lines.
15975  The horizontal table lines can be set as for normal tables but they appear
15976  with different widths in the output:
15977 \begin_inset Newline newline
15978 \end_inset
15979
15980 The first and the last table line have a default width of 0.08
15981 \begin_inset space \thinspace{}
15982 \end_inset
15983
15984 em while the other lines have a default width of 0.05
15985 \begin_inset space \thinspace{}
15986 \end_inset
15987
15988 em.
15989 \end_layout
15990
15991 \begin_layout Standard
15992 The default widths can be changed with the following preamble lines
15993 \end_layout
15994
15995 \begin_layout Standard
15996
15997 \series bold
15998
15999 \backslash
16000 let
16001 \backslash
16002 mytoprule
16003 \backslash
16004 toprule
16005 \begin_inset Newline newline
16006 \end_inset
16007
16008
16009 \backslash
16010 renewcommand{
16011 \backslash
16012 toprule}{
16013 \backslash
16014 mytoprule[width]}
16015 \end_layout
16016
16017 \begin_layout Standard
16018 This example is for the first line, the so called 
16019 \series bold
16020 toprule
16021 \series default
16022 .
16023  If you want to change the width for the last line, replace 
16024 \series bold
16025 toprule
16026 \series default
16027  by 
16028 \series bold
16029 bottomrule
16030 \series default
16031 .
16032  To change the width for the other lines replace 
16033 \series bold
16034 toprule
16035 \series default
16036  by 
16037 \series bold
16038 midrule
16039 \series default
16040 .
16041  You can use all units listed in appendix
16042 \begin_inset space ~
16043 \end_inset
16044
16045
16046 \begin_inset CommandInset ref
16047 LatexCommand ref
16048 reference "cha:Units-available-in"
16049
16050 \end_inset
16051
16052  to set the width.
16053 \end_layout
16054
16055 \begin_layout Standard
16056
16057 \change_deleted -712698321 1554290929
16058 Lines that do not span all table columns can be created by setting a table
16059  line for multicolumn cells.
16060  \SpecialChar LyX
16061  will then internally use the command 
16062 \series bold
16063
16064 \backslash
16065 cmidrule
16066 \series default
16067  to create this line.
16068  Its full scheme is
16069 \change_inserted -712698321 1554291959
16070 As in table
16071 \begin_inset space ~
16072 \end_inset
16073
16074
16075 \begin_inset CommandInset ref
16076 LatexCommand ref
16077 reference "tab:Example-booktabs-table"
16078
16079 \end_inset
16080
16081 , formal tables often use shortened lines to group columns.
16082  This can be done in the borders widget of the table dialog.
16083  With formal tables, the top and bottom borders have to small offset lines
16084  to the left and the right.
16085  Clicking on these will trim the line respectively.
16086 \change_unchanged
16087
16088 \end_layout
16089
16090 \begin_layout Standard
16091
16092 \change_inserted -712698321 1554291403
16093 If you need to adjust the length of the trimming or the height of the rules,
16094  you have to resort to \SpecialChar TeX
16095  Code.
16096  The respective command (which is also used for the trimmed mid rules) is
16097  this:
16098 \change_unchanged
16099
16100 \end_layout
16101
16102 \begin_layout Standard
16103
16104 \series bold
16105
16106 \backslash
16107 cmidrule[height](trim){startcol-endcol}
16108 \end_layout
16109
16110 \begin_layout Standard
16111
16112 \change_deleted -712698321 1554292020
16113 The options of 
16114 \series bold
16115
16116 \backslash
16117 cmidrule
16118 \series default
16119  are currently not supported by \SpecialChar LyX
16120  so you have to use \SpecialChar TeX
16121  Code to be able to
16122  use them.
16123  
16124 \series bold
16125
16126 \backslash
16127 cmidrule
16128 \series default
16129 s can manually be created by inserting the command as \SpecialChar TeX
16130  Code as the first
16131  cell entry of the first cell of a row.
16132  The line is then drawn in the output above the current row.
16133 \change_unchanged
16134
16135 \end_layout
16136
16137 \begin_layout Standard
16138 The default for the optional 
16139 \series bold
16140 height
16141 \series default
16142  is 0.03
16143 \begin_inset space \thinspace{}
16144 \end_inset
16145
16146 em.
16147  
16148 \series bold
16149 startcol
16150 \series default
16151  is the number of the column where the line starts and 
16152 \series bold
16153 endcol
16154 \series default
16155  the column number where the line ends.
16156  The 
16157 \series bold
16158 endcol
16159 \series default
16160  always needs to be specified, also when the line should span only one column.
16161  The optional parameter 
16162 \series bold
16163 trim
16164 \series default
16165  could either be 
16166 \emph on
16167 l{trimwidth}
16168 \emph default
16169  or 
16170 \emph on
16171 r{trimwidth}
16172 \emph default
16173  where the 
16174 \emph on
16175 trimwidth
16176 \emph default
16177  is also optional.
16178  Using for example the parameter 
16179 \emph on
16180 l{2pt}
16181 \emph default
16182  means that the line is trimmed from its left end by 2
16183 \begin_inset space \thinspace{}
16184 \end_inset
16185
16186 pt.
16187  If you don't specify the 
16188 \emph on
16189 trimwidth
16190 \emph default
16191  the line is trimmed by the default of 0.5
16192 \begin_inset space \thinspace{}
16193 \end_inset
16194
16195 em
16196 \change_inserted -712698321 1554291561
16197  (this is what is done if you use trimming from the dialog)
16198 \change_unchanged
16199 .
16200 \change_inserted -712698321 1554292039
16201
16202 \end_layout
16203
16204 \begin_layout Standard
16205
16206 \change_inserted -712698321 1554292207
16207 The 
16208 \emph on
16209 height
16210 \emph default
16211  option of 
16212 \series bold
16213
16214 \backslash
16215 cmidrule
16216 \series default
16217  is currently not supported by \SpecialChar LyX
16218 , and neither are the 
16219 \emph on
16220 trimwidth
16221 \emph default
16222  parameters.
16223  If you need this you can manually insert a 
16224 \series bold
16225
16226 \backslash
16227 cmidrule
16228 \series default
16229  with the respective settings as \SpecialChar TeX
16230  Code as the first cell entry of the first
16231  cell of a row.
16232  The line is then drawn in the output above the current row.
16233  Table
16234 \begin_inset space ~
16235 \end_inset
16236
16237
16238 \begin_inset CommandInset ref
16239 LatexCommand ref
16240 reference "tab:Special-booktabs-table"
16241
16242 \end_inset
16243
16244  exemplifies this (in the sixth row).
16245 \change_unchanged
16246
16247 \end_layout
16248
16249 \begin_layout Standard
16250
16251 \change_deleted -712698321 1554291078
16252 \begin_inset VSpace bigskip
16253 \end_inset
16254
16255 Table
16256 \begin_inset space ~
16257 \end_inset
16258
16259
16260 \begin_inset CommandInset ref
16261 LatexCommand ref
16262 reference "tab:Example-booktabs-table"
16263
16264 \end_inset
16265
16266  was created using the commands
16267 \end_layout
16268
16269 \begin_layout Standard
16270
16271 \change_deleted -712698321 1554291077
16272
16273 \series bold
16274
16275 \backslash
16276 cmidrule(r){2-2}
16277 \backslash
16278 cmidrule(l){3-4}
16279 \end_layout
16280
16281 \begin_layout Standard
16282
16283 \change_deleted -712698321 1554291077
16284 at the beginning of the second row and
16285 \end_layout
16286
16287 \begin_layout Standard
16288
16289 \change_deleted -712698321 1554291077
16290
16291 \series bold
16292
16293 \backslash
16294 cmidrule[2pt](l{10pt}){1-1}
16295 \end_layout
16296
16297 \begin_layout Standard
16298
16299 \change_deleted -712698321 1554291077
16300 in the sixth row.
16301 \change_unchanged
16302
16303 \end_layout
16304
16305 \begin_layout Standard
16306
16307 \change_deleted -712698321 1554292212
16308 \begin_inset VSpace bigskip
16309 \end_inset
16310
16311
16312 \change_unchanged
16313
16314 \end_layout
16315
16316 \begin_layout Standard
16317 You 
16318 \change_inserted -712698321 1554291573
16319 also 
16320 \change_unchanged
16321 might want to have overlapping 
16322 \series bold
16323
16324 \backslash
16325 cmidrule
16326 \series default
16327 s as 
16328 \change_deleted -712698321 1554296804
16329 in
16330 \change_inserted -712698321 1554296808
16331 exemplified as well
16332 \change_unchanged
16333  in Table
16334 \begin_inset space ~
16335 \end_inset
16336
16337
16338 \begin_inset CommandInset ref
16339 LatexCommand ref
16340 reference "tab:Special-booktabs-table"
16341
16342 \end_inset
16343
16344
16345 \change_inserted -712698321 1554291601
16346 , even though this is considered bad style (so only use it if you really
16347  need to)
16348 \change_unchanged
16349 .
16350  This can be achieved with the \SpecialChar TeX
16351  Code command
16352 \end_layout
16353
16354 \begin_layout Standard
16355
16356 \series bold
16357
16358 \backslash
16359 morecmidrules
16360 \end_layout
16361
16362 \begin_layout Standard
16363 The command that was used for the second row of Table
16364 \begin_inset space ~
16365 \end_inset
16366
16367
16368 \begin_inset CommandInset ref
16369 LatexCommand ref
16370 reference "tab:Special-booktabs-table"
16371
16372 \end_inset
16373
16374  is
16375 \end_layout
16376
16377 \begin_layout Standard
16378
16379 \change_deleted -712698321 1554291798
16380
16381 \series bold
16382
16383 \backslash
16384 cmidrule(r){2-2}
16385 \backslash
16386 cmidrule(l){3-4}
16387 \change_unchanged
16388
16389 \backslash
16390 morecmidrules
16391 \backslash
16392 cmidrule{2-4}
16393 \end_layout
16394
16395 \begin_layout Standard
16396 The command for the sixth row is
16397 \end_layout
16398
16399 \begin_layout Standard
16400
16401 \change_deleted -712698321 1554291810
16402
16403 \series bold
16404
16405 \backslash
16406 midrule
16407 \change_unchanged
16408
16409 \backslash
16410 morecmidrules
16411 \backslash
16412 cmidrule{3-4}
16413 \end_layout
16414
16415 \begin_layout Standard
16416 \begin_inset VSpace bigskip
16417 \end_inset
16418
16419
16420 \end_layout
16421
16422 \begin_layout Standard
16423 If you are in any way not satisfied with the border line spacing, you can
16424  use the following command to produce lines that span over all table columns
16425 \series bold
16426 :
16427 \end_layout
16428
16429 \begin_layout Standard
16430
16431 \series bold
16432
16433 \backslash
16434 specialrule{width}{space above}{space below}
16435 \end_layout
16436
16437 \begin_layout Standard
16438 For more information about these features, refer to the manual of the \SpecialChar LaTeX
16439 -package
16440  
16441 \series bold
16442 booktabs
16443 \series default
16444  
16445 \begin_inset CommandInset citation
16446 LatexCommand cite
16447 key "booktabs"
16448 literal "true"
16449
16450 \end_inset
16451
16452 .
16453 \begin_inset Index idx
16454 range none
16455 pageformat default
16456 status collapsed
16457
16458 \begin_layout Plain Layout
16459 \SpecialChar LaTeX
16460  packages
16461 \begin_inset IndexMacro subentry
16462 status open
16463
16464 \begin_layout Plain Layout
16465 booktabs
16466 \end_layout
16467
16468 \end_inset
16469
16470
16471 \end_layout
16472
16473 \end_inset
16474
16475
16476 \end_layout
16477
16478 \begin_layout Standard
16479 \begin_inset Float table
16480 placement h
16481 alignment document
16482 wide false
16483 sideways false
16484 status open
16485
16486 \begin_layout Plain Layout
16487 \begin_inset Caption Standard
16488
16489 \begin_layout Plain Layout
16490 \begin_inset CommandInset label
16491 LatexCommand label
16492 name "tab:Special-booktabs-table"
16493
16494 \end_inset
16495
16496 Special 
16497 \change_inserted -712698321 1554292295
16498 (ugly) 
16499 \change_deleted -712698321 1554292304
16500 booktabs
16501 \change_inserted -712698321 1554292305
16502 formal 
16503 \change_deleted -712698321 1554292300
16504 -
16505 \change_unchanged
16506 table
16507 \end_layout
16508
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \begin_layout Plain Layout
16515 \align center
16516 \begin_inset Tabular
16517 <lyxtabular version="3" rows="8" columns="4">
16518 <features booktabs="true" tabularvalignment="middle">
16519 <column alignment="center" valignment="top">
16520 <column alignment="center" valignment="top" width="0pt">
16521 <column alignment="center" valignment="top" width="0pt">
16522 <column alignment="center" valignment="top" width="0pt">
16523 <row>
16524 <cell alignment="center" valignment="top" topline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 System
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell alignment="center" valignment="top" topline="true" bottomline="true" bottomlinertrim="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 Chip
16538 \begin_inset space \thinspace{}
16539 \end_inset
16540
16541 1
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 Chip
16551 \begin_inset space \thinspace{}
16552 \end_inset
16553
16554 2
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row>
16570 <cell alignment="center" valignment="top" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574
16575 \change_deleted -712698321 1554291732
16576 \begin_inset ERT
16577 status collapsed
16578
16579 \begin_layout Plain Layout
16580
16581
16582 \backslash
16583 cmidrule(r){2-2}
16584 \end_layout
16585
16586 \end_inset
16587
16588
16589 \begin_inset ERT
16590 status collapsed
16591
16592 \begin_layout Plain Layout
16593
16594
16595 \backslash
16596 cmidrule(l){3-4}
16597 \end_layout
16598
16599 \end_inset
16600
16601
16602 \change_unchanged
16603
16604 \begin_inset ERT
16605 status collapsed
16606
16607 \begin_layout Plain Layout
16608
16609
16610 \backslash
16611 morecmidrules 
16612 \end_layout
16613
16614 \end_inset
16615
16616
16617 \begin_inset ERT
16618 status open
16619
16620 \begin_layout Plain Layout
16621
16622
16623 \backslash
16624 cmidrule{2-4}
16625 \end_layout
16626
16627 \end_inset
16628
16629 Detector thickness in Âµm
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 300
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 300
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 700
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 <row>
16663 <cell alignment="center" valignment="top" topline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 Edge angle in Â°
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 3.55
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 <cell alignment="center" valignment="top" topline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685 2.71
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 7.99
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row topspace="default">
16701 <cell alignment="center" valignment="top" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 Spatial resolution in Âµm
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell alignment="center" valignment="top" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 4.26
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 10.17
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 10.56
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 </row>
16738 <row topspace="default">
16739 <cell alignment="center" valignment="top" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 MTF at 
16744 \begin_inset Formula $f_{\mathrm{max}}$
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 0.53
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 <cell alignment="center" valignment="top" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 0.37
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 0.39
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 <row>
16781 <cell alignment="center" valignment="top" topline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 \begin_inset ERT
16786 status collapsed
16787
16788 \begin_layout Plain Layout
16789
16790
16791 \backslash
16792 morecmidrules 
16793 \end_layout
16794
16795 \end_inset
16796
16797
16798 \begin_inset ERT
16799 status open
16800
16801 \begin_layout Plain Layout
16802
16803
16804 \backslash
16805 cmidrule
16806 \change_inserted -712698321 1554291896
16807 [2pt](l{7pt})
16808 \change_unchanged
16809 {3-4}
16810 \end_layout
16811
16812 \end_inset
16813
16814 LSF-spatial resolution
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 </row>
16847 <row>
16848 <cell alignment="center" valignment="top" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 in Âµm
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 129.7
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 52.75
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 50.78
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 </row>
16885 <row>
16886 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 in % of pixel size
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 76.3
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 95.9
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 92.3
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 </row>
16923 </lyxtabular>
16924
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \begin_layout Section
16936 Vertical Table Alignment
16937 \begin_inset Index idx
16938 range none
16939 pageformat default
16940 status collapsed
16941
16942 \begin_layout Plain Layout
16943 Table
16944 \begin_inset IndexMacro subentry
16945 status open
16946
16947 \begin_layout Plain Layout
16948 Alignment
16949 \end_layout
16950
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \end_inset
16957
16958
16959 \end_layout
16960
16961 \begin_layout Standard
16962 To align tables vertically in a text line, the table must be inside a box.
16963  The box can then be vertically aligned as described in section
16964 \begin_inset space ~
16965 \end_inset
16966
16967
16968 \begin_inset CommandInset ref
16969 LatexCommand ref
16970 reference "sec:Box-Dialog"
16971
16972 \end_inset
16973
16974 .
16975 \end_layout
16976
16977 \begin_layout Standard
16978 In the following example the tables are inside a minipage
16979 \begin_inset Foot
16980 status collapsed
16981
16982 \begin_layout Plain Layout
16983 Minipages are described in section
16984 \begin_inset space ~
16985 \end_inset
16986
16987
16988 \begin_inset CommandInset ref
16989 LatexCommand ref
16990 reference "sec:Minipages"
16991
16992 \end_inset
16993
16994 .
16995 \end_layout
16996
16997 \end_inset
16998
16999  box that has a width of 15
17000 \begin_inset space \thinspace{}
17001 \end_inset
17002
17003 col%:
17004 \end_layout
17005
17006 \begin_layout Itemize
17007 test 
17008 \begin_inset Box Frameless
17009 position "t"
17010 hor_pos "c"
17011 has_inner_box 1
17012 inner_pos "c"
17013 use_parbox 0
17014 use_makebox 0
17015 width "15col%"
17016 special "none"
17017 height "1in"
17018 height_special "totalheight"
17019 thickness "0.4pt"
17020 separation "3pt"
17021 shadowsize "4pt"
17022 framecolor "black"
17023 backgroundcolor "none"
17024 status collapsed
17025
17026 \begin_layout Plain Layout
17027 \begin_inset Tabular
17028 <lyxtabular version="3" rows="3" columns="3">
17029 <features tabularvalignment="middle">
17030 <column alignment="center" valignment="top">
17031 <column alignment="center" valignment="top">
17032 <column alignment="center" valignment="top">
17033 <row>
17034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 a
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047 d
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 g
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 <row>
17063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067 b
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076 e
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 h
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 </row>
17091 <row>
17092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 c
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105 f
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 i
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 </row>
17120 </lyxtabular>
17121
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128
17129  test 
17130 \begin_inset ERT
17131 status collapsed
17132
17133 \begin_layout Plain Layout
17134
17135
17136 \backslash
17137 raisebox{0.85
17138 \backslash
17139 baselineskip}{
17140 \end_layout
17141
17142 \end_inset
17143
17144
17145 \begin_inset Box Frameless
17146 position "t"
17147 hor_pos "c"
17148 has_inner_box 1
17149 inner_pos "c"
17150 use_parbox 0
17151 use_makebox 0
17152 width "15col%"
17153 special "none"
17154 height "1in"
17155 height_special "totalheight"
17156 thickness "0.4pt"
17157 separation "3pt"
17158 shadowsize "4pt"
17159 framecolor "black"
17160 backgroundcolor "none"
17161 status collapsed
17162
17163 \begin_layout Plain Layout
17164 \begin_inset Tabular
17165 <lyxtabular version="3" rows="3" columns="3">
17166 <features tabularvalignment="middle">
17167 <column alignment="center" valignment="top">
17168 <column alignment="center" valignment="top">
17169 <column alignment="center" valignment="top">
17170 <row>
17171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 a
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 d
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193 g
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 </row>
17199 <row>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204 b
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213 e
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222 h
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 </row>
17228 <row>
17229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 c
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242 f
17243 \end_layout
17244
17245 \end_inset
17246 </cell>
17247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17248 \begin_inset Text
17249
17250 \begin_layout Plain Layout
17251 i
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 </row>
17257 </lyxtabular>
17258
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \end_inset
17265
17266
17267 \begin_inset ERT
17268 status collapsed
17269
17270 \begin_layout Plain Layout
17271
17272 }
17273 \end_layout
17274
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \begin_layout Itemize
17281 test 
17282 \begin_inset Box Frameless
17283 position "c"
17284 hor_pos "c"
17285 has_inner_box 1
17286 inner_pos "c"
17287 use_parbox 0
17288 use_makebox 0
17289 width "15col%"
17290 special "none"
17291 height "1in"
17292 height_special "totalheight"
17293 thickness "0.4pt"
17294 separation "3pt"
17295 shadowsize "4pt"
17296 framecolor "black"
17297 backgroundcolor "none"
17298 status collapsed
17299
17300 \begin_layout Plain Layout
17301 \begin_inset Tabular
17302 <lyxtabular version="3" rows="3" columns="3">
17303 <features tabularvalignment="middle">
17304 <column alignment="center" valignment="top">
17305 <column alignment="center" valignment="top">
17306 <column alignment="center" valignment="top">
17307 <row>
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 a
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 d
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 g
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 b
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350 e
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 h
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 </row>
17365 <row>
17366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 c
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379 f
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 i
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 </row>
17394 </lyxtabular>
17395
17396 \end_inset
17397
17398
17399 \end_layout
17400
17401 \end_inset
17402
17403
17404 \end_layout
17405
17406 \begin_layout Itemize
17407 test 
17408 \begin_inset Box Frameless
17409 position "b"
17410 hor_pos "c"
17411 has_inner_box 1
17412 inner_pos "c"
17413 use_parbox 0
17414 use_makebox 0
17415 width "15col%"
17416 special "none"
17417 height "1in"
17418 height_special "totalheight"
17419 thickness "0.4pt"
17420 separation "3pt"
17421 shadowsize "4pt"
17422 framecolor "black"
17423 backgroundcolor "none"
17424 status collapsed
17425
17426 \begin_layout Plain Layout
17427 \begin_inset Tabular
17428 <lyxtabular version="3" rows="3" columns="3">
17429 <features tabularvalignment="middle">
17430 <column alignment="center" valignment="top">
17431 <column alignment="center" valignment="top">
17432 <column alignment="center" valignment="top">
17433 <row>
17434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438 a
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447 d
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 g
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 </row>
17462 <row>
17463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 b
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 e
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485 h
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 </row>
17491 <row>
17492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496 c
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 f
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514 i
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 </row>
17520 </lyxtabular>
17521
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \end_inset
17528
17529  test 
17530 \begin_inset ERT
17531 status collapsed
17532
17533 \begin_layout Plain Layout
17534
17535
17536 \backslash
17537 raisebox{-0.32
17538 \backslash
17539 baselineskip}{
17540 \end_layout
17541
17542 \end_inset
17543
17544
17545 \begin_inset Box Frameless
17546 position "b"
17547 hor_pos "c"
17548 has_inner_box 1
17549 inner_pos "c"
17550 use_parbox 0
17551 use_makebox 0
17552 width "15col%"
17553 special "none"
17554 height "1in"
17555 height_special "totalheight"
17556 thickness "0.4pt"
17557 separation "3pt"
17558 shadowsize "4pt"
17559 framecolor "black"
17560 backgroundcolor "none"
17561 status collapsed
17562
17563 \begin_layout Plain Layout
17564 \begin_inset Tabular
17565 <lyxtabular version="3" rows="3" columns="3">
17566 <features tabularvalignment="middle">
17567 <column alignment="center" valignment="top">
17568 <column alignment="center" valignment="top">
17569 <column alignment="center" valignment="top">
17570 <row>
17571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 a
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584 d
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 g
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 </row>
17599 <row>
17600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604 b
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613 e
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 h
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 </row>
17628 <row>
17629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 c
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 f
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651 i
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 </row>
17657 </lyxtabular>
17658
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \end_inset
17665
17666
17667 \begin_inset ERT
17668 status collapsed
17669
17670 \begin_layout Plain Layout
17671
17672 }
17673 \end_layout
17674
17675 \end_inset
17676
17677
17678 \end_layout
17679
17680 \begin_layout Standard
17681 As you will see, the content of the first and last table row is not correctly
17682  aligned.
17683  To get this alignment, the minipage box must be set into a raisebox.
17684 \begin_inset Foot
17685 status collapsed
17686
17687 \begin_layout Plain Layout
17688 Raiseboxes are described in section
17689 \begin_inset space ~
17690 \end_inset
17691
17692
17693 \begin_inset CommandInset ref
17694 LatexCommand ref
17695 reference "subsec:Vertical-Alignment"
17696
17697 \end_inset
17698
17699 .
17700 \end_layout
17701
17702 \end_inset
17703
17704  In the example above the second table in the first item is aligned using
17705  the \SpecialChar TeX
17706  Code command
17707 \end_layout
17708
17709 \begin_layout Standard
17710
17711 \series bold
17712
17713 \backslash
17714 raisebox{0.85
17715 \backslash
17716 baselineskip}{
17717 \end_layout
17718
17719 \begin_layout Standard
17720 before the box.
17721  After the box the closing brace 
17722 \series bold
17723 }
17724 \series default
17725  is inserted as \SpecialChar TeX
17726  Code.
17727  For the second table in the last item the command
17728 \end_layout
17729
17730 \begin_layout Standard
17731
17732 \series bold
17733
17734 \backslash
17735 raisebox{-0.32
17736 \backslash
17737 baselineskip}{
17738 \end_layout
17739
17740 \begin_layout Standard
17741 is used.
17742 \end_layout
17743
17744 \begin_layout Standard
17745 \begin_inset Note Greyedout
17746 status open
17747
17748 \begin_layout Plain Layout
17749
17750 \series bold
17751 Note:
17752 \series default
17753  The alignment of the table row content to the surrounding text line is
17754  not exact.
17755  The required value for the 
17756 \series bold
17757
17758 \backslash
17759 raisebox
17760 \series default
17761  command for this alignment depends on the document font, the font size,
17762  and the table line thickness.
17763 \end_layout
17764
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Section
17771 Colored Tables
17772 \begin_inset CommandInset label
17773 LatexCommand label
17774 name "sec:Colored-Tables"
17775
17776 \end_inset
17777
17778
17779 \begin_inset Index idx
17780 range none
17781 pageformat default
17782 status collapsed
17783
17784 \begin_layout Plain Layout
17785 Table
17786 \begin_inset IndexMacro subentry
17787 status open
17788
17789 \begin_layout Plain Layout
17790 Color
17791 \end_layout
17792
17793 \end_inset
17794
17795
17796 \end_layout
17797
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \begin_layout Subsection
17804 Colored Cells
17805 \begin_inset Index idx
17806 range none
17807 pageformat default
17808 status collapsed
17809
17810 \begin_layout Plain Layout
17811 Table Color
17812 \begin_inset IndexMacro subentry
17813 status open
17814
17815 \begin_layout Plain Layout
17816 for Cells
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \end_layout
17823
17824 \end_inset
17825
17826
17827 \begin_inset Index idx
17828 range none
17829 pageformat default
17830 status collapsed
17831
17832 \begin_layout Plain Layout
17833 Color
17834 \begin_inset IndexMacro subentry
17835 status open
17836
17837 \begin_layout Plain Layout
17838 for Table Cells
17839 \end_layout
17840
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \begin_layout Standard
17852 \begin_inset Float table
17853 placement h
17854 alignment document
17855 wide false
17856 sideways false
17857 status open
17858
17859 \begin_layout Plain Layout
17860 \begin_inset Caption Standard
17861
17862 \begin_layout Plain Layout
17863 \begin_inset CommandInset label
17864 LatexCommand label
17865 name "tab:Table-colored-without"
17866
17867 \end_inset
17868
17869 Table colored without using the package 
17870 \series bold
17871 colortbl
17872 \series default
17873
17874 \begin_inset Argument 1
17875 status collapsed
17876
17877 \begin_layout Plain Layout
17878 Table without colortbl
17879 \end_layout
17880
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \begin_layout Plain Layout
17892 \align center
17893 \begin_inset Tabular
17894 <lyxtabular version="3" rows="3" columns="3">
17895 <features tabularvalignment="middle">
17896 <column alignment="center" valignment="top">
17897 <column alignment="center" valignment="top">
17898 <column alignment="center" valignment="top">
17899 <row>
17900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904
17905 \color green
17906 a
17907 \end_layout
17908
17909 \end_inset
17910 </cell>
17911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17912 \begin_inset Text
17913
17914 \begin_layout Plain Layout
17915
17916 \color red
17917 b
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17923 \begin_inset Text
17924
17925 \begin_layout Plain Layout
17926
17927 \color red
17928 c
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 </row>
17934 <row>
17935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939
17940 \color green
17941 d
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950
17951 \color blue
17952 e
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961
17962 \color blue
17963 f
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 <row>
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \color green
17976 g
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985
17986 \color blue
17987 h
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996
17997 \color blue
17998 i
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 </row>
18004 </lyxtabular>
18005
18006 \end_inset
18007
18008
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \begin_layout Standard
18017 If you only need colored text, mark the cells and choose a color in the
18018  
18019 \family sans
18020 Text
18021 \begin_inset space ~
18022 \end_inset
18023
18024 Style
18025 \family default
18026  dialog (toolbar button 
18027 \begin_inset Info
18028 type  "icon"
18029 arg   "dialog-show character"
18030 \end_inset
18031
18032 ).
18033  This was used to create Table
18034 \begin_inset space ~
18035 \end_inset
18036
18037
18038 \begin_inset CommandInset ref
18039 LatexCommand ref
18040 reference "tab:Table-colored-without"
18041
18042 \end_inset
18043
18044 .
18045  In any other case you have to use the \SpecialChar LaTeX
18046 -package 
18047 \series bold
18048 colortbl
18049 \series default
18050 .
18051 \begin_inset Index idx
18052 range none
18053 pageformat default
18054 status collapsed
18055
18056 \begin_layout Plain Layout
18057 \SpecialChar LaTeX
18058  packages
18059 \begin_inset IndexMacro subentry
18060 status open
18061
18062 \begin_layout Plain Layout
18063 colortbl
18064 \end_layout
18065
18066 \end_inset
18067
18068
18069 \end_layout
18070
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \begin_layout Standard
18077 \begin_inset ERT
18078 status collapsed
18079
18080 \begin_layout Plain Layout
18081
18082
18083 \backslash
18084 ifcolortbl
18085 \end_layout
18086
18087 \end_inset
18088
18089
18090 \begin_inset Note Note
18091 status open
18092
18093 \begin_layout Plain Layout
18094 The following section part will only be displayed when the \SpecialChar LaTeX
18095 -package 
18096 \series bold
18097 colortbl
18098 \series default
18099  is installed.
18100 \end_layout
18101
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \begin_layout Standard
18108 To create colored tables, 
18109 \series bold
18110 colortbl
18111 \series default
18112  must be loaded in the preamble with the line
18113 \end_layout
18114
18115 \begin_layout Standard
18116
18117 \series bold
18118
18119 \backslash
18120 usepackage{colortbl}
18121 \end_layout
18122
18123 \begin_layout Standard
18124 The color of a column is adjusted with the command
18125 \end_layout
18126
18127 \begin_layout Standard
18128
18129 \series bold
18130
18131 \backslash
18132 columncolor{name of color}
18133 \end_layout
18134
18135 \begin_layout Standard
18136 inside the command 
18137 \series bold
18138 >{ }
18139 \series default
18140 .
18141  More about the command 
18142 \series bold
18143 >{}
18144 \series default
18145  is contained in section
18146 \begin_inset space ~
18147 \end_inset
18148
18149
18150 \begin_inset CommandInset ref
18151 LatexCommand ref
18152 reference "subsec:Multicolumn-Calculations"
18153
18154 \end_inset
18155
18156 .
18157 \end_layout
18158
18159 \begin_layout Standard
18160 The following color names are predefined:
18161 \end_layout
18162
18163 \begin_layout Standard
18164
18165 \family sans
18166 red
18167 \family default
18168
18169 \family sans
18170 green
18171 \family default
18172
18173 \family sans
18174 yellow
18175 \family default
18176
18177 \family sans
18178 blue
18179 \family default
18180
18181 \family sans
18182 cyan
18183 \family default
18184
18185 \family sans
18186 magenta
18187 \family default
18188
18189 \family sans
18190 black
18191 \family default
18192  and 
18193 \family sans
18194 white
18195 \end_layout
18196
18197 \begin_layout Standard
18198 \begin_inset VSpace medskip
18199 \end_inset
18200
18201
18202 \end_layout
18203
18204 \begin_layout Standard
18205 If you add the option
18206 \end_layout
18207
18208 \begin_layout Standard
18209
18210 \series bold
18211 dvipsnames
18212 \end_layout
18213
18214 \begin_layout Standard
18215 to the document class options in the document settings, you can additionally
18216  use further 61
18217 \begin_inset space ~
18218 \end_inset
18219
18220 colors.
18221  These colors are listed in appendix
18222 \begin_inset space ~
18223 \end_inset
18224
18225
18226 \begin_inset CommandInset ref
18227 LatexCommand ref
18228 reference "chap:List-of-dvips-colornames"
18229
18230 \end_inset
18231
18232 .
18233  One of these colors, 
18234 \family sans
18235 Maroon
18236 \family default
18237 , is used as example in Table
18238 \begin_inset space ~
18239 \end_inset
18240
18241
18242 \begin_inset CommandInset ref
18243 LatexCommand ref
18244 reference "tab:Table-colored-using"
18245
18246 \end_inset
18247
18248 .
18249 \end_layout
18250
18251 \begin_layout Standard
18252 \begin_inset VSpace medskip
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 You can also define your own color with the command
18260 \end_layout
18261
18262 \begin_layout Standard
18263
18264 \series bold
18265
18266 \backslash
18267 definecolor{color name}{color model}{color values}
18268 \end_layout
18269
18270 \begin_layout Standard
18271 The color model can be
18272 \end_layout
18273
18274 \begin_layout Labeling
18275 \labelwidthstring 00.00.0000
18276 cmyk: cyan, magenta, yellow, black
18277 \end_layout
18278
18279 \begin_layout Labeling
18280 \labelwidthstring 00.00.0000
18281 rgb: red, green blue
18282 \end_layout
18283
18284 \begin_layout Labeling
18285 \labelwidthstring 00.00.0000
18286 gray gray
18287 \end_layout
18288
18289 \begin_layout Standard
18290 and the color values are comma separated numbers between 0 and 1 describing
18291  the factor for the corresponding color of the color model.
18292 \end_layout
18293
18294 \begin_layout Standard
18295 You can e.
18296 \begin_inset space \thinspace{}
18297 \end_inset
18298
18299 g.
18300 \begin_inset space \space{}
18301 \end_inset
18302
18303 define the color "
18304 \emph on
18305 darkgreen
18306 \emph default
18307 " in the preamble with
18308 \end_layout
18309
18310 \begin_layout Standard
18311
18312 \series bold
18313
18314 \backslash
18315 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
18316 \end_layout
18317
18318 \begin_layout Standard
18319 and the color "
18320 \emph on
18321 lightgray
18322 \emph default
18323 " with
18324 \end_layout
18325
18326 \begin_layout Standard
18327
18328 \series bold
18329
18330 \backslash
18331 definecolor{lightgray}{gray}{0.8}
18332 \end_layout
18333
18334 \begin_layout Standard
18335 \begin_inset VSpace medskip
18336 \end_inset
18337
18338
18339 \end_layout
18340
18341 \begin_layout Standard
18342 Lines are colored with the command
18343 \end_layout
18344
18345 \begin_layout Standard
18346
18347 \series bold
18348
18349 \backslash
18350 rowcolor{name of color}
18351 \end_layout
18352
18353 \begin_layout Standard
18354 and cells are colored with the command
18355 \end_layout
18356
18357 \begin_layout Standard
18358
18359 \series bold
18360
18361 \backslash
18362 cellcolor{name of color}
18363 \end_layout
18364
18365 \begin_layout Standard
18366 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
18367  Code.
18368 \end_layout
18369
18370 \begin_layout Standard
18371 To color characters in the table, mark the cells and use the 
18372 \family sans
18373 Text
18374 \begin_inset space ~
18375 \end_inset
18376
18377 Style
18378 \family default
18379  dialog.
18380  If a cell contains \SpecialChar TeX
18381  Code mark only the characters, otherwise the colored
18382  \SpecialChar TeX
18383  Code will cause \SpecialChar LaTeX
18384  errors.
18385 \end_layout
18386
18387 \begin_layout Standard
18388 \begin_inset Note Greyedout
18389 status open
18390
18391 \begin_layout Plain Layout
18392
18393 \series bold
18394 Note:
18395 \series default
18396  Not all DVI-viewers are able to display self-defined colors.
18397 \end_layout
18398
18399 \end_inset
18400
18401
18402 \end_layout
18403
18404 \begin_layout Standard
18405 \begin_inset VSpace bigskip
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \begin_layout Standard
18412 To create Table
18413 \begin_inset space ~
18414 \end_inset
18415
18416
18417 \begin_inset CommandInset ref
18418 LatexCommand ref
18419 reference "tab:Table-colored-using"
18420
18421 \end_inset
18422
18423  do the following: The color of the first column should be 
18424 \emph on
18425 darkgreen
18426 \emph default
18427 .
18428  So insert
18429 \end_layout
18430
18431 \begin_layout Standard
18432
18433 \series bold
18434 >{
18435 \backslash
18436 columncolor{darkgreen}
18437 \backslash
18438 centering}c
18439 \end_layout
18440
18441 \begin_layout Standard
18442 as \SpecialChar LaTeX
18443 -argument for this column.
18444  The first row should be light blue, therefore the \SpecialChar TeX
18445  Code command
18446 \end_layout
18447
18448 \begin_layout Standard
18449
18450 \series bold
18451
18452 \backslash
18453 rowcolor{cyan}
18454 \end_layout
18455
18456 \begin_layout Standard
18457 is inserted to the first cell of this row.
18458  Note that this overwrites the column color for the first cell.
18459  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
18460  Code
18461  command
18462 \end_layout
18463
18464 \begin_layout Standard
18465
18466 \series bold
18467
18468 \backslash
18469 cellcolor{Maroon}
18470 \end_layout
18471
18472 \begin_layout Standard
18473 The characters could now be colored using the menu 
18474 \family sans
18475 Edit\SpecialChar menuseparator
18476 Text
18477 \begin_inset space ~
18478 \end_inset
18479
18480 Style
18481 \family default
18482 .
18483 \end_layout
18484
18485 \begin_layout Standard
18486 \begin_inset Float table
18487 placement h
18488 alignment document
18489 wide false
18490 sideways false
18491 status open
18492
18493 \begin_layout Plain Layout
18494 \begin_inset Caption Standard
18495
18496 \begin_layout Plain Layout
18497 \begin_inset CommandInset label
18498 LatexCommand label
18499 name "tab:Table-colored-using"
18500
18501 \end_inset
18502
18503 Table colored using the package 
18504 \series bold
18505 colortbl
18506 \series default
18507
18508 \begin_inset Argument 1
18509 status collapsed
18510
18511 \begin_layout Plain Layout
18512 Table with colortbl
18513 \end_layout
18514
18515 \end_inset
18516
18517
18518 \end_layout
18519
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \begin_layout Plain Layout
18526 \align center
18527 \begin_inset Tabular
18528 <lyxtabular version="3" rows="3" columns="3">
18529 <features tabularvalignment="middle">
18530 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
18531 <column alignment="center" valignment="top">
18532 <column alignment="center" valignment="top">
18533 <row>
18534 <cell alignment="center" valignment="top" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538 \begin_inset ERT
18539 status collapsed
18540
18541 \begin_layout Plain Layout
18542
18543
18544 \backslash
18545 rowcolor{cyan}
18546 \end_layout
18547
18548 \end_inset
18549
18550
18551 \color magenta
18552 a
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \color red
18563 b
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 <cell alignment="center" valignment="top" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572
18573 \color red
18574 c
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \color yellow
18587 d
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596
18597 \color blue
18598 e
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607
18608 \color blue
18609 f
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 </row>
18615 <row>
18616 <cell alignment="center" valignment="top" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620
18621 \color yellow
18622 g
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \color blue
18633 h
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 <cell alignment="center" valignment="top" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642 \begin_inset ERT
18643 status collapsed
18644
18645 \begin_layout Plain Layout
18646
18647
18648 \backslash
18649 cellcolor{Maroon}
18650 \end_layout
18651
18652 \end_inset
18653
18654
18655 \color green
18656 i
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 </row>
18662 </lyxtabular>
18663
18664 \end_inset
18665
18666
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \end_layout
18673
18674 \begin_layout Standard
18675 \begin_inset ERT
18676 status collapsed
18677
18678 \begin_layout Plain Layout
18679
18680
18681 \backslash
18682 else
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \begin_inset Note Note
18689 status open
18690
18691 \begin_layout Plain Layout
18692 The following will be displayed when the \SpecialChar LaTeX
18693 -package 
18694 \series bold
18695 colortbl
18696 \series default
18697  is not installed:
18698 \end_layout
18699
18700 \end_inset
18701
18702
18703 \end_layout
18704
18705 \begin_layout Standard
18706 You need to install the package 
18707 \series bold
18708 colortbl
18709 \series default
18710  to see the content of this section in the output.
18711 \end_layout
18712
18713 \begin_layout Standard
18714 \begin_inset ERT
18715 status collapsed
18716
18717 \begin_layout Plain Layout
18718
18719
18720 \backslash
18721 fi
18722 \end_layout
18723
18724 \end_inset
18725
18726
18727 \end_layout
18728
18729 \begin_layout Subsection
18730 Colored Rows
18731 \begin_inset Index idx
18732 range none
18733 pageformat default
18734 status collapsed
18735
18736 \begin_layout Plain Layout
18737 Table Color
18738 \begin_inset IndexMacro subentry
18739 status open
18740
18741 \begin_layout Plain Layout
18742 for Rows
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \end_inset
18751
18752
18753 \begin_inset Index idx
18754 range none
18755 pageformat default
18756 status collapsed
18757
18758 \begin_layout Plain Layout
18759 Color
18760 \begin_inset IndexMacro subentry
18761 status open
18762
18763 \begin_layout Plain Layout
18764 for Table Rows
18765 \end_layout
18766
18767 \end_inset
18768
18769
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \end_layout
18776
18777 \begin_layout Standard
18778 In case every second table row needs to be colored there is an alternative
18779  to the method described in the previous section: One loads the package
18780  
18781 \series bold
18782 xcolor
18783 \series default
18784
18785 \begin_inset Index idx
18786 range none
18787 pageformat default
18788 status collapsed
18789
18790 \begin_layout Plain Layout
18791 \SpecialChar LaTeX
18792  packages
18793 \begin_inset IndexMacro subentry
18794 status open
18795
18796 \begin_layout Plain Layout
18797 xcolor
18798 \end_layout
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \end_inset
18806
18807  in the document preamble with the command
18808 \end_layout
18809
18810 \begin_layout Standard
18811
18812 \series bold
18813
18814 \backslash
18815 usepackage[table]{xcolor}
18816 \end_layout
18817
18818 \begin_layout Standard
18819
18820 \series bold
18821 xcolor
18822 \series default
18823  automatically loads also the package 
18824 \series bold
18825 colortbl
18826 \series default
18827
18828 \begin_inset Index idx
18829 range none
18830 pageformat default
18831 status collapsed
18832
18833 \begin_layout Plain Layout
18834 \SpecialChar LaTeX
18835  packages
18836 \begin_inset IndexMacro subentry
18837 status open
18838
18839 \begin_layout Plain Layout
18840 colortbl
18841 \end_layout
18842
18843 \end_inset
18844
18845
18846 \end_layout
18847
18848 \end_inset
18849
18850 , so 
18851 \series bold
18852 colortbl
18853 \series default
18854  must be installed in your \SpecialChar LaTeX
18855 -distribution, otherwise you get \SpecialChar LaTeX
18856 -errors.
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 ifcolortbl
18868 \end_layout
18869
18870 \end_inset
18871
18872
18873 \begin_inset Note Note
18874 status open
18875
18876 \begin_layout Plain Layout
18877 The following section part will only be displayed when the \SpecialChar LaTeX
18878 -package 
18879 \series bold
18880 colortbl
18881 \series default
18882  is installed.
18883 \end_layout
18884
18885 \end_inset
18886
18887
18888 \end_layout
18889
18890 \begin_layout Standard
18891 The table rows are colored with the command
18892 \end_layout
18893
18894 \begin_layout Standard
18895
18896 \series bold
18897
18898 \backslash
18899 rowcolors[commands]{row number}{odd row color}{even row color}
18900 \end_layout
18901
18902 \begin_layout Standard
18903 that is either inserted in the document preamble or as \SpecialChar TeX
18904  Code before the
18905  first table to be colored.
18906  row
18907 \begin_inset space ~
18908 \end_inset
18909
18910 number is the number of the first row which should be colored according
18911  to the odd row color.
18912  commands can be additional commands that are executed before every table
18913  row.
18914  So for example the command
18915 \end_layout
18916
18917 \begin_layout Standard
18918
18919 \series bold
18920
18921 \backslash
18922 rowcolors{1}{white}{lightgray}
18923 \end_layout
18924
18925 \begin_layout Standard
18926 leads to the coloring scheme of Table
18927 \begin_inset space ~
18928 \end_inset
18929
18930
18931 \begin_inset CommandInset ref
18932 LatexCommand ref
18933 reference "tab:Table-rowcolors"
18934
18935 \end_inset
18936
18937 .
18938  The command
18939 \end_layout
18940
18941 \begin_layout Standard
18942
18943 \series bold
18944
18945 \backslash
18946 rowcolors[
18947 \backslash
18948 hline]{1}{lightgray}{cyan}
18949 \end_layout
18950
18951 \begin_layout Standard
18952 leads to the coloring scheme of Table
18953 \begin_inset space ~
18954 \end_inset
18955
18956
18957 \begin_inset CommandInset ref
18958 LatexCommand ref
18959 reference "tab:Table-rowcolors-2"
18960
18961 \end_inset
18962
18963 .
18964  If odd
18965 \begin_inset space ~
18966 \end_inset
18967
18968 row
18969 \begin_inset space ~
18970 \end_inset
18971
18972 color and/or even
18973 \begin_inset space ~
18974 \end_inset
18975
18976 row
18977 \begin_inset space ~
18978 \end_inset
18979
18980 color are left empty, no color will be used so that the command
18981 \end_layout
18982
18983 \begin_layout Standard
18984
18985 \series bold
18986
18987 \backslash
18988 rowcolors{1}{}{}
18989 \end_layout
18990
18991 \begin_layout Standard
18992 deletes all colors.
18993  
18994 \series bold
18995
18996 \backslash
18997 rowcolors
18998 \series default
18999  affects all tables following that command.
19000 \end_layout
19001
19002 \begin_layout Standard
19003 \begin_inset ERT
19004 status open
19005
19006 \begin_layout Plain Layout
19007
19008
19009 \backslash
19010 rowcolors{1}{white}{lightgray}
19011 \end_layout
19012
19013 \end_inset
19014
19015
19016 \end_layout
19017
19018 \begin_layout Standard
19019 \begin_inset Float table
19020 placement h
19021 alignment document
19022 wide false
19023 sideways false
19024 status open
19025
19026 \begin_layout Plain Layout
19027 \begin_inset Caption Standard
19028
19029 \begin_layout Plain Layout
19030 \begin_inset CommandInset label
19031 LatexCommand label
19032 name "tab:Table-rowcolors"
19033
19034 \end_inset
19035
19036 Table where every second row is colored light gray.
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Plain Layout
19045 \align center
19046 \begin_inset Tabular
19047 <lyxtabular version="3" rows="4" columns="3">
19048 <features tabularvalignment="middle">
19049 <column alignment="center" valignment="top">
19050 <column alignment="center" valignment="top" width="0pt">
19051 <column alignment="center" valignment="top" width="0pt">
19052 <row>
19053 <cell alignment="center" valignment="top" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 X
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 <cell alignment="center" valignment="top" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066 Y
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 Z
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 </row>
19081 <row>
19082 <cell alignment="center" valignment="top" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086 1
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 2
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 3
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 </row>
19110 <row>
19111 <cell alignment="center" valignment="top" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115 4
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 5
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133 6
19134 \end_layout
19135
19136 \end_inset
19137 </cell>
19138 </row>
19139 <row>
19140 <cell alignment="center" valignment="top" usebox="none">
19141 \begin_inset Text
19142
19143 \begin_layout Plain Layout
19144 7
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 <cell alignment="center" valignment="top" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153 8
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 <cell alignment="center" valignment="top" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162 9
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 </row>
19168 </lyxtabular>
19169
19170 \end_inset
19171
19172
19173 \end_layout
19174
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \begin_layout Standard
19181 \begin_inset ERT
19182 status open
19183
19184 \begin_layout Plain Layout
19185
19186
19187 \backslash
19188 rowcolors[
19189 \backslash
19190 hline]{1}{lightgray}{cyan}
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \begin_layout Standard
19199 \begin_inset Float table
19200 placement h
19201 alignment document
19202 wide false
19203 sideways false
19204 status open
19205
19206 \begin_layout Plain Layout
19207 \begin_inset Caption Standard
19208
19209 \begin_layout Plain Layout
19210 \begin_inset CommandInset label
19211 LatexCommand label
19212 name "tab:Table-rowcolors-2"
19213
19214 \end_inset
19215
19216 Table where every second row is colored cyan and at which there is a line
19217  between each row.
19218 \end_layout
19219
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \begin_layout Plain Layout
19226 \align center
19227 \begin_inset Tabular
19228 <lyxtabular version="3" rows="4" columns="3">
19229 <features tabularvalignment="middle">
19230 <column alignment="center" valignment="top">
19231 <column alignment="center" valignment="top">
19232 <column alignment="center" valignment="top" width="0pt">
19233 <row>
19234 <cell alignment="center" valignment="top" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 X
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 Y
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 Z
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 <row>
19263 <cell alignment="center" valignment="top" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 1
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276 2
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 <cell alignment="center" valignment="top" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 3
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 <row>
19292 <cell alignment="center" valignment="top" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 4
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 5
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 6
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 </row>
19320 <row>
19321 <cell alignment="center" valignment="top" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 7
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 8
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343 9
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 </lyxtabular>
19350
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \begin_layout Standard
19362 \begin_inset ERT
19363 status collapsed
19364
19365 \begin_layout Plain Layout
19366
19367
19368 \backslash
19369 rowcolors{1}{}{}
19370 \end_layout
19371
19372 \end_inset
19373
19374
19375 \begin_inset Note Note
19376 status collapsed
19377
19378 \begin_layout Plain Layout
19379 turns off the row coloring
19380 \end_layout
19381
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \begin_layout Standard
19388 \begin_inset ERT
19389 status collapsed
19390
19391 \begin_layout Plain Layout
19392
19393
19394 \backslash
19395 else
19396 \end_layout
19397
19398 \end_inset
19399
19400
19401 \begin_inset Note Note
19402 status open
19403
19404 \begin_layout Plain Layout
19405 The following will be displayed when the \SpecialChar LaTeX
19406 -package 
19407 \series bold
19408 colortbl
19409 \series default
19410  is not installed:
19411 \end_layout
19412
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \begin_layout Standard
19419 You need to install the package 
19420 \series bold
19421 colortbl
19422 \series default
19423  to see the content of this section in the output.
19424 \end_layout
19425
19426 \begin_layout Standard
19427 \begin_inset ERT
19428 status collapsed
19429
19430 \begin_layout Plain Layout
19431
19432
19433 \backslash
19434 fi
19435 \end_layout
19436
19437 \end_inset
19438
19439
19440 \end_layout
19441
19442 \begin_layout Subsection
19443 Colored Lines
19444 \begin_inset Index idx
19445 range none
19446 pageformat default
19447 status collapsed
19448
19449 \begin_layout Plain Layout
19450 Table Color
19451 \begin_inset IndexMacro subentry
19452 status open
19453
19454 \begin_layout Plain Layout
19455 for Lines
19456 \end_layout
19457
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \end_inset
19464
19465
19466 \begin_inset Index idx
19467 range none
19468 pageformat default
19469 status collapsed
19470
19471 \begin_layout Plain Layout
19472 Color
19473 \begin_inset IndexMacro subentry
19474 status open
19475
19476 \begin_layout Plain Layout
19477 for Table Lines
19478 \end_layout
19479
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \begin_layout Standard
19491 As described in section
19492 \begin_inset space ~
19493 \end_inset
19494
19495
19496 \begin_inset CommandInset ref
19497 LatexCommand ref
19498 reference "subsec:Line-Thickness"
19499
19500 \end_inset
19501
19502 , the line thickness for all lines in a table can be adjusted with the length
19503  
19504 \series bold
19505
19506 \backslash
19507 arrayrulewidth
19508 \series default
19509 .
19510  It is set to 1.5
19511 \begin_inset space \thinspace{}
19512 \end_inset
19513
19514 pt for all tables of this section.
19515 \begin_inset ERT
19516 status collapsed
19517
19518 \begin_layout Plain Layout
19519
19520
19521 \backslash
19522 setlength{
19523 \backslash
19524 arrayrulewidth}{1.5pt}
19525 \end_layout
19526
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \begin_layout Standard
19533 To color vertical lines for example with green, create the following column
19534  format in the document preamble, according to the description in section
19535 \begin_inset space ~
19536 \end_inset
19537
19538
19539 \begin_inset CommandInset ref
19540 LatexCommand ref
19541 reference "subsec:Customized-Format"
19542
19543 \end_inset
19544
19545 :
19546 \end_layout
19547
19548 \begin_layout Standard
19549
19550 \series bold
19551
19552 \backslash
19553 newcolumntype{W}{!{
19554 \backslash
19555 color{green}
19556 \backslash
19557 vline}}
19558 \end_layout
19559
19560 \begin_layout Standard
19561 For Table
19562 \begin_inset space ~
19563 \end_inset
19564
19565
19566 \begin_inset CommandInset ref
19567 LatexCommand ref
19568 reference "tab:Table-with-vertical-colored"
19569
19570 \end_inset
19571
19572  the \SpecialChar LaTeX
19573 -argument
19574 \series bold
19575  WcW
19576 \series default
19577  was used for the last column and
19578 \series bold
19579  Wc
19580 \series default
19581  for the other columns.
19582 \end_layout
19583
19584 \begin_layout Standard
19585 If you want to have several colors, define more column formats.
19586 \end_layout
19587
19588 \begin_layout Standard
19589 \begin_inset Float table
19590 placement h
19591 alignment document
19592 wide false
19593 sideways false
19594 status open
19595
19596 \begin_layout Plain Layout
19597 \begin_inset Caption Standard
19598
19599 \begin_layout Plain Layout
19600 \begin_inset CommandInset label
19601 LatexCommand label
19602 name "tab:Table-with-vertical-colored"
19603
19604 \end_inset
19605
19606 Table with colored vertical lines
19607 \end_layout
19608
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \begin_layout Plain Layout
19615 \align center
19616 \begin_inset Tabular
19617 <lyxtabular version="3" rows="3" columns="3">
19618 <features tabularvalignment="middle">
19619 <column alignment="center" valignment="top" special="Wc">
19620 <column alignment="center" valignment="top" special="Wc">
19621 <column alignment="center" valignment="top" special="WcW">
19622 <row>
19623 <cell alignment="center" valignment="top" topline="true" usebox="none">
19624 \begin_inset Text
19625
19626 \begin_layout Plain Layout
19627 sd
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 <cell alignment="center" valignment="top" topline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 <cell alignment="center" valignment="top" topline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 </row>
19651 <row>
19652 <cell alignment="center" valignment="top" topline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 sd
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 </row>
19680 <row>
19681 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703 sd
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 </row>
19709 </lyxtabular>
19710
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \begin_layout Standard
19722 \begin_inset VSpace bigskip
19723 \end_inset
19724
19725 To color all horizontal lines for example with red, as in Table
19726 \begin_inset space ~
19727 \end_inset
19728
19729
19730 \begin_inset CommandInset ref
19731 LatexCommand ref
19732 reference "tab:Table-with-horizontal-colored"
19733
19734 \end_inset
19735
19736 , insert these commands in \SpecialChar TeX
19737  code before the table or table float:
19738 \end_layout
19739
19740 \begin_layout Standard
19741
19742 \series bold
19743
19744 \backslash
19745 let
19746 \backslash
19747 myHlineC
19748 \backslash
19749 hline
19750 \begin_inset Newline newline
19751 \end_inset
19752
19753
19754 \backslash
19755 renewcommand{
19756 \backslash
19757 hline}
19758 \begin_inset Newline newline
19759 \end_inset
19760
19761
19762 \begin_inset Phantom HPhantom
19763 status open
19764
19765 \begin_layout Plain Layout
19766
19767 \series bold
19768 \begin_inset space ~
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \end_inset
19775
19776 {
19777 \backslash
19778 arrayrulecolor{red}
19779 \backslash
19780 myHlineC
19781 \backslash
19782 arrayrulecolor{black}}
19783 \end_layout
19784
19785 \begin_layout Standard
19786 \begin_inset ERT
19787 status collapsed
19788
19789 \begin_layout Plain Layout
19790
19791
19792 \backslash
19793 let
19794 \backslash
19795 myHlineC
19796 \backslash
19797 hline
19798 \end_layout
19799
19800 \begin_layout Plain Layout
19801
19802
19803 \backslash
19804 renewcommand{
19805 \backslash
19806 hline}
19807 \end_layout
19808
19809 \begin_layout Plain Layout
19810
19811  {
19812 \backslash
19813 arrayrulecolor{red}
19814 \backslash
19815 myHlineC
19816 \backslash
19817 arrayrulecolor{black}}
19818 \end_layout
19819
19820 \end_inset
19821
19822
19823 \begin_inset Float table
19824 placement h
19825 alignment document
19826 wide false
19827 sideways false
19828 status open
19829
19830 \begin_layout Plain Layout
19831 \begin_inset Caption Standard
19832
19833 \begin_layout Plain Layout
19834 \begin_inset CommandInset label
19835 LatexCommand label
19836 name "tab:Table-with-horizontal-colored"
19837
19838 \end_inset
19839
19840 Table with colored horizontal lines
19841 \end_layout
19842
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \begin_layout Plain Layout
19849 \align center
19850 \begin_inset Tabular
19851 <lyxtabular version="3" rows="3" columns="3">
19852 <features tabularvalignment="middle">
19853 <column alignment="center" valignment="top">
19854 <column alignment="center" valignment="top">
19855 <column alignment="center" valignment="top">
19856 <row>
19857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861 sd
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 </row>
19885 <row>
19886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 sd
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 <row>
19915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937 sd
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 </row>
19943 </lyxtabular>
19944
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \begin_layout Standard
19956 To return to the default line color black, insert this command in \SpecialChar TeX
19957  code
19958  after the table or table float:
19959 \end_layout
19960
19961 \begin_layout Standard
19962
19963 \series bold
19964
19965 \backslash
19966 renewcommand{
19967 \backslash
19968 hline}{
19969 \backslash
19970 myHlineC}
19971 \end_layout
19972
19973 \begin_layout Standard
19974 Table
19975 \begin_inset space ~
19976 \end_inset
19977
19978
19979 \begin_inset CommandInset ref
19980 LatexCommand ref
19981 reference "tab:Table-with-colored"
19982
19983 \end_inset
19984
19985  is an example with colored vertical and horizontal lines.
19986 \end_layout
19987
19988 \begin_layout Standard
19989 \begin_inset Float table
19990 placement h
19991 alignment document
19992 wide false
19993 sideways false
19994 status open
19995
19996 \begin_layout Plain Layout
19997 \begin_inset Caption Standard
19998
19999 \begin_layout Plain Layout
20000 \begin_inset CommandInset label
20001 LatexCommand label
20002 name "tab:Table-with-colored"
20003
20004 \end_inset
20005
20006 Table with colored lines
20007 \end_layout
20008
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \begin_layout Plain Layout
20015 \align center
20016 \begin_inset Tabular
20017 <lyxtabular version="3" rows="3" columns="3">
20018 <features tabularvalignment="middle">
20019 <column alignment="center" valignment="top" special="Wc">
20020 <column alignment="center" valignment="top" special="Wc">
20021 <column alignment="center" valignment="top" special="WcW">
20022 <row>
20023 <cell alignment="center" valignment="top" topline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027 sd
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" topline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 <cell alignment="center" valignment="top" topline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 </row>
20051 <row>
20052 <cell alignment="center" valignment="top" topline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 <cell alignment="center" valignment="top" topline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065 sd
20066 \end_layout
20067
20068 \end_inset
20069 </cell>
20070 <cell alignment="center" valignment="top" topline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 <row topspace="default">
20081 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 sd
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 </row>
20109 </lyxtabular>
20110
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \begin_layout Standard
20122 \begin_inset ERT
20123 status collapsed
20124
20125 \begin_layout Plain Layout
20126
20127
20128 \backslash
20129 renewcommand{
20130 \backslash
20131 hline}{
20132 \backslash
20133 myHlineC}
20134 \end_layout
20135
20136 \end_inset
20137
20138
20139 \end_layout
20140
20141 \begin_layout Standard
20142 \begin_inset ERT
20143 status collapsed
20144
20145 \begin_layout Plain Layout
20146
20147
20148 \backslash
20149 setlength{
20150 \backslash
20151 arrayrulewidth}{1.2pt}
20152 \end_layout
20153
20154 \end_inset
20155
20156
20157 \end_layout
20158
20159 \begin_layout Standard
20160 To color only some of the table lines another strategy is necessary.
20161  To color all following horizontal lines, insert this command as \SpecialChar TeX
20162  code as
20163  last thing in the row that should be above the first colored line:
20164 \end_layout
20165
20166 \begin_layout Standard
20167
20168 \series bold
20169
20170 \backslash
20171
20172 \backslash
20173
20174 \backslash
20175 arrayrulecolor{blue}%
20176 \end_layout
20177
20178 \begin_layout Standard
20179 To go back to black lines, add this command as first thing in the row that
20180  is above the black lines:
20181 \end_layout
20182
20183 \begin_layout Standard
20184
20185 \series bold
20186
20187 \backslash
20188 arrayrulecolor{black}
20189 \end_layout
20190
20191 \begin_layout Standard
20192 With this one can color table lines like in Table
20193 \begin_inset space ~
20194 \end_inset
20195
20196
20197 \begin_inset CommandInset ref
20198 LatexCommand ref
20199 reference "tab:Table-with-different-hor"
20200
20201 \end_inset
20202
20203 .
20204  However, with this method it is not possible to color the line above the
20205  first row of a table.
20206 \end_layout
20207
20208 \begin_layout Standard
20209 \begin_inset Float table
20210 placement document
20211 alignment document
20212 wide false
20213 sideways false
20214 status open
20215
20216 \begin_layout Plain Layout
20217 \begin_inset Caption Standard
20218
20219 \begin_layout Plain Layout
20220 \begin_inset CommandInset label
20221 LatexCommand label
20222 name "tab:Table-with-different-hor"
20223
20224 \end_inset
20225
20226 Table with different horizontal line colors.
20227 \end_layout
20228
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \begin_layout Plain Layout
20235 \align center
20236 \begin_inset Tabular
20237 <lyxtabular version="3" rows="6" columns="7">
20238 <features tabularvalignment="middle">
20239 <column alignment="center" valignment="top">
20240 <column alignment="center" valignment="top">
20241 <column alignment="center" valignment="top">
20242 <column alignment="center" valignment="top">
20243 <column alignment="center" valignment="top">
20244 <column alignment="center" valignment="top">
20245 <column alignment="center" valignment="top">
20246 <row>
20247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 <cell alignment="center" valignment="top" topline="true" usebox="none">
20257 \begin_inset Text
20258
20259 \begin_layout Plain Layout
20260
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 <cell alignment="center" valignment="top" topline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 <cell alignment="center" valignment="top" topline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 <cell alignment="center" valignment="top" topline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 <cell alignment="center" valignment="top" topline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305 \begin_inset ERT
20306 status open
20307
20308 \begin_layout Plain Layout
20309
20310
20311 \backslash
20312
20313 \backslash
20314
20315 \backslash
20316 arrayrulecolor{blue}%
20317 \end_layout
20318
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 </row>
20327 <row>
20328 <cell alignment="center" valignment="top" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332 Y
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 <cell alignment="center" valignment="top" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386 Y
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 </row>
20392 <row>
20393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397 \begin_inset ERT
20398 status open
20399
20400 \begin_layout Plain Layout
20401
20402
20403 \backslash
20404 arrayrulecolor{black}
20405 \end_layout
20406
20407 \end_inset
20408
20409
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 <cell alignment="center" valignment="top" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 <cell alignment="center" valignment="top" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 <cell alignment="center" valignment="top" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454
20455 \end_layout
20456
20457 \end_inset
20458 </cell>
20459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 <cell alignment="center" valignment="top" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Plain Layout
20483
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 <cell alignment="center" valignment="top" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 <cell alignment="center" valignment="top" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 <cell alignment="center" valignment="top" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 \begin_inset ERT
20529 status collapsed
20530
20531 \begin_layout Plain Layout
20532
20533
20534 \backslash
20535
20536 \backslash
20537
20538 \backslash
20539 arrayrulecolor{green}%
20540 \end_layout
20541
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 </row>
20550 <row>
20551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20597 \begin_inset Text
20598
20599 \begin_layout Plain Layout
20600
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 </row>
20615 <row>
20616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 \begin_inset ERT
20621 status collapsed
20622
20623 \begin_layout Plain Layout
20624
20625
20626 \backslash
20627 arrayrulecolor{black}
20628 \end_layout
20629
20630 \end_inset
20631
20632 B
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677
20678 \end_layout
20679
20680 \end_inset
20681 </cell>
20682 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686 \begin_inset ERT
20687 status collapsed
20688
20689 \begin_layout Plain Layout
20690
20691
20692 \backslash
20693
20694 \backslash
20695
20696 \backslash
20697 arrayrulecolor{blue}%
20698 \end_layout
20699
20700 \end_inset
20701
20702
20703 \end_layout
20704
20705 \end_inset
20706 </cell>
20707 </row>
20708 </lyxtabular>
20709
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \begin_layout Standard
20721 To change the color of vertical lines within a row, like in Table
20722 \begin_inset space ~
20723 \end_inset
20724
20725
20726 \begin_inset CommandInset ref
20727 LatexCommand ref
20728 reference "tab:Table-with-different-ver"
20729
20730 \end_inset
20731
20732 , one needs to use multicolumns.
20733  At first one needs to remove all vertical lines that don't run along the
20734  whole column.
20735  Now one colors all lines using the command
20736 \end_layout
20737
20738 \begin_layout Standard
20739
20740 \series bold
20741
20742 \backslash
20743
20744 \backslash
20745
20746 \backslash
20747 arrayrulecolor{blue}%
20748 \end_layout
20749
20750 \begin_layout Standard
20751 as above.
20752  Finally one inserts this command as \SpecialChar TeX
20753  code to every cell in the row where
20754  one needs a vertical line in a different color:
20755 \end_layout
20756
20757 \begin_layout Standard
20758
20759 \series bold
20760
20761 \backslash
20762 multicolumn{1}{!{
20763 \backslash
20764 color{green}
20765 \backslash
20766 vline}c!{
20767 \backslash
20768 color{red}
20769 \backslash
20770 vline}}{
20771 \end_layout
20772
20773 \begin_layout Standard
20774 This adds a vertical line to both sides of the cell.
20775  The left one will be green, the right one red.
20776  If no color change is necessary one can omit the 
20777 \series bold
20778
20779 \backslash
20780 color
20781 \series default
20782  command in the above command.
20783  To get for example a black left line and a blue right line you can write:
20784 \end_layout
20785
20786 \begin_layout Standard
20787
20788 \series bold
20789
20790 \backslash
20791 multicolumn{1}{!{
20792 \backslash
20793 color{black}
20794 \backslash
20795 vline}c|}{
20796 \end_layout
20797
20798 \begin_layout Standard
20799 because the color blue was already set for all lines.
20800  The 
20801 \series bold
20802 |
20803 \series default
20804  creates hereby the vertical line while 
20805 \series bold
20806
20807 \backslash
20808 vline
20809 \series default
20810  does this when 
20811 \series bold
20812
20813 \backslash
20814 color
20815 \series default
20816  is used.
20817  To set vertical lines without changing any color use
20818 \end_layout
20819
20820 \begin_layout Standard
20821
20822 \series bold
20823
20824 \backslash
20825 multicolumn{1}{|c|}{
20826 \end_layout
20827
20828 \begin_layout Standard
20829 After this command insert the cell content the normal way and end the cell
20830  with a closing brace 
20831 \series bold
20832 }
20833 \series default
20834  in \SpecialChar TeX
20835  code.
20836 \end_layout
20837
20838 \begin_layout Standard
20839 \begin_inset Float table
20840 placement document
20841 alignment document
20842 wide false
20843 sideways false
20844 status open
20845
20846 \begin_layout Plain Layout
20847 \begin_inset Caption Standard
20848
20849 \begin_layout Plain Layout
20850 \begin_inset CommandInset label
20851 LatexCommand label
20852 name "tab:Table-with-different-ver"
20853
20854 \end_inset
20855
20856 Table with different vertical line colors in one row.
20857 \end_layout
20858
20859 \end_inset
20860
20861
20862 \end_layout
20863
20864 \begin_layout Plain Layout
20865 \align center
20866 \begin_inset Tabular
20867 <lyxtabular version="3" rows="5" columns="7">
20868 <features tabularvalignment="middle">
20869 <column alignment="center" valignment="top">
20870 <column alignment="center" valignment="top">
20871 <column alignment="center" valignment="top">
20872 <column alignment="center" valignment="top">
20873 <column alignment="center" valignment="top">
20874 <column alignment="center" valignment="top">
20875 <column alignment="center" valignment="top">
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" topline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" topline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 <cell alignment="center" valignment="top" topline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 <cell alignment="center" valignment="top" topline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 <cell alignment="center" valignment="top" topline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935 \begin_inset ERT
20936 status open
20937
20938 \begin_layout Plain Layout
20939
20940
20941 \backslash
20942
20943 \backslash
20944
20945 \backslash
20946 arrayrulecolor{red}%
20947 \end_layout
20948
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 </row>
20957 <row>
20958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962 \begin_inset ERT
20963 status open
20964
20965 \begin_layout Plain Layout
20966
20967
20968 \backslash
20969 multicolumn{1}{!{
20970 \backslash
20971 color{black}
20972 \backslash
20973 vline}c|}{
20974 \end_layout
20975
20976 \end_inset
20977
20978 Y
20979 \begin_inset ERT
20980 status collapsed
20981
20982 \begin_layout Plain Layout
20983
20984 }
20985 \end_layout
20986
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034 \begin_inset ERT
21035 status open
21036
21037 \begin_layout Plain Layout
21038
21039
21040 \backslash
21041 multicolumn{1}{c|}{
21042 \end_layout
21043
21044 \end_inset
21045
21046
21047 \begin_inset ERT
21048 status collapsed
21049
21050 \begin_layout Plain Layout
21051
21052 }
21053 \end_layout
21054
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 \begin_inset ERT
21067 status open
21068
21069 \begin_layout Plain Layout
21070
21071
21072 \backslash
21073 multicolumn{1}{c!{
21074 \backslash
21075 color{black}
21076 \backslash
21077 vline}}{
21078 \end_layout
21079
21080 \end_inset
21081
21082 Y
21083 \begin_inset ERT
21084 status collapsed
21085
21086 \begin_layout Plain Layout
21087
21088 }
21089 \end_layout
21090
21091 \end_inset
21092
21093
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 </row>
21099 <row>
21100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 \begin_inset ERT
21105 status collapsed
21106
21107 \begin_layout Plain Layout
21108
21109
21110 \backslash
21111 arrayrulecolor{black}
21112 \end_layout
21113
21114 \end_inset
21115
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell alignment="center" valignment="top" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 <cell alignment="center" valignment="top" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 <cell alignment="center" valignment="top" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 <cell alignment="center" valignment="top" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170 \begin_inset ERT
21171 status collapsed
21172
21173 \begin_layout Plain Layout
21174
21175
21176 \backslash
21177
21178 \backslash
21179
21180 \backslash
21181 arrayrulecolor{magenta}%
21182 \end_layout
21183
21184 \end_inset
21185
21186
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 </row>
21192 <row>
21193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 \begin_inset ERT
21198 status collapsed
21199
21200 \begin_layout Plain Layout
21201
21202
21203 \backslash
21204 multicolumn{1}{|c!{
21205 \backslash
21206 color{red}
21207 \backslash
21208 vline}}{
21209 \end_layout
21210
21211 \end_inset
21212
21213
21214 \begin_inset ERT
21215 status collapsed
21216
21217 \begin_layout Plain Layout
21218
21219 }
21220 \end_layout
21221
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233 \begin_inset ERT
21234 status collapsed
21235
21236 \begin_layout Plain Layout
21237
21238
21239 \backslash
21240 multicolumn{1}{c!{
21241 \backslash
21242 color{green}
21243 \backslash
21244 vline}}{
21245 \end_layout
21246
21247 \end_inset
21248
21249
21250 \begin_inset ERT
21251 status collapsed
21252
21253 \begin_layout Plain Layout
21254
21255 }
21256 \end_layout
21257
21258 \end_inset
21259
21260
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 \begin_inset ERT
21270 status collapsed
21271
21272 \begin_layout Plain Layout
21273
21274
21275 \backslash
21276 multicolumn{1}{c!{
21277 \backslash
21278 color{yellow}
21279 \backslash
21280 vline}}{
21281 \end_layout
21282
21283 \end_inset
21284
21285
21286 \begin_inset ERT
21287 status collapsed
21288
21289 \begin_layout Plain Layout
21290
21291 }
21292 \end_layout
21293
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305 \begin_inset ERT
21306 status collapsed
21307
21308 \begin_layout Plain Layout
21309
21310
21311 \backslash
21312 multicolumn{1}{c!{
21313 \backslash
21314 color{blue}
21315 \backslash
21316 vline}}{
21317 \end_layout
21318
21319 \end_inset
21320
21321
21322 \begin_inset ERT
21323 status collapsed
21324
21325 \begin_layout Plain Layout
21326
21327 }
21328 \end_layout
21329
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21338 \begin_inset Text
21339
21340 \begin_layout Plain Layout
21341 \begin_inset ERT
21342 status collapsed
21343
21344 \begin_layout Plain Layout
21345
21346
21347 \backslash
21348 multicolumn{1}{c!{
21349 \backslash
21350 color{cyan}
21351 \backslash
21352 vline}}{
21353 \end_layout
21354
21355 \end_inset
21356
21357
21358 \begin_inset ERT
21359 status collapsed
21360
21361 \begin_layout Plain Layout
21362
21363 }
21364 \end_layout
21365
21366 \end_inset
21367
21368
21369 \end_layout
21370
21371 \end_inset
21372 </cell>
21373 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377 \begin_inset ERT
21378 status collapsed
21379
21380 \begin_layout Plain Layout
21381
21382
21383 \backslash
21384 multicolumn{1}{c!{
21385 \backslash
21386 color{black}
21387 \backslash
21388 vline}}{
21389 \end_layout
21390
21391 \end_inset
21392
21393
21394 \begin_inset ERT
21395 status collapsed
21396
21397 \begin_layout Plain Layout
21398
21399 }
21400 \end_layout
21401
21402 \end_inset
21403
21404
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413 \begin_inset ERT
21414 status collapsed
21415
21416 \begin_layout Plain Layout
21417
21418
21419 \backslash
21420 multicolumn{1}{c|}{
21421 \end_layout
21422
21423 \end_inset
21424
21425
21426 \begin_inset ERT
21427 status collapsed
21428
21429 \begin_layout Plain Layout
21430
21431 }
21432 \end_layout
21433
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 </row>
21442 <row>
21443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 \begin_inset ERT
21448 status collapsed
21449
21450 \begin_layout Plain Layout
21451
21452
21453 \backslash
21454 arrayrulecolor{black}
21455 \end_layout
21456
21457 \end_inset
21458
21459 B
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468
21469 \end_layout
21470
21471 \end_inset
21472 </cell>
21473 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 </row>
21519 </lyxtabular>
21520
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \begin_layout Standard
21532 \begin_inset ERT
21533 status collapsed
21534
21535 \begin_layout Plain Layout
21536
21537
21538 \backslash
21539 setlength{
21540 \backslash
21541 arrayrulewidth}{0.4pt}
21542 \end_layout
21543
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \begin_layout Section
21550 Rotated Table Cells
21551 \begin_inset CommandInset label
21552 LatexCommand label
21553 name "sec:Rotated-Table-Cells"
21554
21555 \end_inset
21556
21557
21558 \begin_inset Index idx
21559 range none
21560 pageformat default
21561 status collapsed
21562
21563 \begin_layout Plain Layout
21564 Table
21565 \begin_inset IndexMacro subentry
21566 status open
21567
21568 \begin_layout Plain Layout
21569 Rotated Cells
21570 \end_layout
21571
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578
21579
21580 \begin_inset Index idx
21581 range none
21582 pageformat default
21583 status collapsed
21584
21585 \begin_layout Plain Layout
21586 Rotated Material
21587 \end_layout
21588
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \begin_layout Standard
21595 \begin_inset Note Greyedout
21596 status open
21597
21598 \begin_layout Plain Layout
21599
21600 \series bold
21601 Note:
21602 \series default
21603  Not all DVI-viewers are able to display rotations.
21604 \end_layout
21605
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \begin_layout Standard
21612 Table
21613 \begin_inset space ~
21614 \end_inset
21615
21616
21617 \begin_inset CommandInset ref
21618 LatexCommand ref
21619 reference "tab:Table-with-rotated"
21620 plural "false"
21621 caps "false"
21622 noprefix "false"
21623
21624 \end_inset
21625
21626  is an example where 3
21627 \begin_inset space ~
21628 \end_inset
21629
21630 cells were rotated by 45
21631 \begin_inset space \thinspace{}
21632 \end_inset
21633
21634 °.
21635 \end_layout
21636
21637 \begin_layout Standard
21638 \begin_inset Float table
21639 placement h
21640 alignment document
21641 wide false
21642 sideways false
21643 status open
21644
21645 \begin_layout Plain Layout
21646 \begin_inset Caption Standard
21647
21648 \begin_layout Plain Layout
21649 \begin_inset CommandInset label
21650 LatexCommand label
21651 name "tab:Table-with-rotated"
21652
21653 \end_inset
21654
21655 Table with rotated cells in the first row.
21656 \end_layout
21657
21658 \end_inset
21659
21660
21661 \end_layout
21662
21663 \begin_layout Plain Layout
21664 \noindent
21665 \align center
21666 \begin_inset Tabular
21667 <lyxtabular version="3" rows="2" columns="3">
21668 <features tabularvalignment="middle">
21669 <column alignment="center" valignment="top" width="0pt">
21670 <column alignment="center" valignment="top" width="0pt">
21671 <column alignment="center" valignment="top" width="0pt">
21672 <row>
21673 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 cups
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 plates
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 saucers
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 <row>
21702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 45
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 33
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 21
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 </row>
21730 </lyxtabular>
21731
21732 \end_inset
21733
21734
21735 \end_layout
21736
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \begin_layout Standard
21743 \begin_inset Note Greyedout
21744 status open
21745
21746 \begin_layout Plain Layout
21747
21748 \series bold
21749 Note:
21750 \series default
21751  Line breaks (shortcut 
21752 \begin_inset Info
21753 type  "shortcut"
21754 arg   "newline-insert newline"
21755 \end_inset
21756
21757 ) are not allowed in rotated cells.
21758 \end_layout
21759
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \begin_layout Standard
21766 If you want to rotate table cells containing line breaks, you have to put
21767  the cell content into a minipage or a parbox.
21768 \begin_inset Foot
21769 status collapsed
21770
21771 \begin_layout Plain Layout
21772 For more about these boxes see sec.
21773 \begin_inset space \thinspace{}
21774 \end_inset
21775
21776
21777 \begin_inset CommandInset ref
21778 LatexCommand ref
21779 reference "sec:Minipages"
21780
21781 \end_inset
21782
21783  and 
21784 \begin_inset CommandInset ref
21785 LatexCommand ref
21786 reference "sec:Parboxes"
21787
21788 \end_inset
21789
21790 .
21791 \end_layout
21792
21793 \end_inset
21794
21795  If you rotate this cell by 90
21796 \begin_inset space \thinspace{}
21797 \end_inset
21798
21799 ° the width of the box is the height of the cell.
21800  To avoid to estimate a suitable box width one can use a minipage with a
21801  variable width.
21802  Such a box is inserted by loading the module 
21803 \family sans
21804 Variable-width
21805 \begin_inset space ~
21806 \end_inset
21807
21808 Minipages
21809 \family default
21810  in the document settings.
21811  Then one can use the menu 
21812 \family sans
21813 Insert\SpecialChar menuseparator
21814 Custom
21815 \begin_inset space ~
21816 \end_inset
21817
21818 Insets\SpecialChar menuseparator
21819 Minipage
21820 \begin_inset space ~
21821 \end_inset
21822
21823
21824 \family default
21825 (Var.
21826 \begin_inset space ~
21827 \end_inset
21828
21829 Width).
21830  Table
21831 \begin_inset space ~
21832 \end_inset
21833
21834
21835 \begin_inset CommandInset ref
21836 LatexCommand ref
21837 reference "tab:Table-with-rotated-multi"
21838
21839 \end_inset
21840
21841  is an example for a rotated multiline cell where a variable width minipage
21842  is used.
21843 \end_layout
21844
21845 \begin_layout Standard
21846 \begin_inset Float table
21847 placement document
21848 alignment document
21849 wide false
21850 sideways false
21851 status open
21852
21853 \begin_layout Plain Layout
21854 \begin_inset Caption Standard
21855
21856 \begin_layout Plain Layout
21857 \begin_inset CommandInset label
21858 LatexCommand label
21859 name "tab:Table-with-rotated-multi"
21860
21861 \end_inset
21862
21863 Table with rotated multiline cell.
21864 \end_layout
21865
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \begin_layout Plain Layout
21872 \noindent
21873 \align center
21874 \begin_inset Tabular
21875 <lyxtabular version="3" rows="2" columns="3">
21876 <features tabularvalignment="middle">
21877 <column alignment="center" valignment="top">
21878 <column alignment="center" valignment="top" width="0pt">
21879 <column alignment="center" valignment="top">
21880 <row>
21881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 a
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894 \begin_inset Flex Minipage (Var. Width)
21895 status open
21896
21897 \begin_layout Plain Layout
21898 rotated cell
21899 \begin_inset Newline newline
21900 \end_inset
21901
21902 with line break
21903 \begin_inset space ~
21904 \end_inset
21905
21906
21907 \end_layout
21908
21909 \end_inset
21910
21911
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 e
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 </row>
21926 <row>
21927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 b
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 c
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 d
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 </row>
21955 </lyxtabular>
21956
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \begin_layout Section
21968 Table Width Calculation
21969 \begin_inset CommandInset label
21970 LatexCommand label
21971 name "sec:Table-Width-Calculation"
21972
21973 \end_inset
21974
21975
21976 \end_layout
21977
21978 \begin_layout Standard
21979 For wide tables it is sometimes difficult to assure that the table does
21980  not protrude over the page margin.
21981  Setting a fixed width for every column of the table is the solution, but
21982  what amount of space is needed for each column?
21983 \end_layout
21984
21985 \begin_layout Standard
21986 The table width 
21987 \begin_inset Formula $W_{\mathrm{table}}$
21988 \end_inset
21989
21990  can be calculated: Every column has the width of the specified column width
21991  
21992 \begin_inset Formula $W_{\mathrm{column}}$
21993 \end_inset
21994
21995  (that the content of the column can consume) plus two times the separation
21996  between the column content and the column border (\SpecialChar LaTeX
21997  length
21998 \series bold
21999  
22000 \backslash
22001 tabcolsep
22002 \series default
22003 , default 6
22004 \begin_inset space \thinspace{}
22005 \end_inset
22006
22007 pt) plus the width of a border line (\SpecialChar LaTeX
22008  length 
22009 \series bold
22010
22011 \backslash
22012 arrayrulewidth
22013 \series default
22014 , default 0.4
22015 \begin_inset space \thinspace{}
22016 \end_inset
22017
22018 pt): So if all 
22019 \begin_inset Formula $n$
22020 \end_inset
22021
22022
22023 \begin_inset space ~
22024 \end_inset
22025
22026 columns have the same width, the table width is
22027 \begin_inset Formula 
22028 \begin{equation}
22029 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
22030 \end{equation}
22031
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \begin_layout Standard
22038 The available width for a table is the space between the page margins or
22039  the width of a text column (for a two-column document) (\SpecialChar LaTeX
22040  length 
22041 \series bold
22042
22043 \backslash
22044 columnwidth
22045 \series default
22046 ).
22047  If all table columns should have the same width and 
22048 \begin_inset Formula $W_{\mathrm{table}}$
22049 \end_inset
22050
22051  should be 1
22052 \begin_inset space \thinspace{}
22053 \end_inset
22054
22055
22056 \backslash
22057 columnwidth, 
22058 \begin_inset Formula $W_{\mathrm{column}}$
22059 \end_inset
22060
22061  can easily be calculated.
22062 \end_layout
22063
22064 \begin_layout Standard
22065 To be able to perform calculations you need to load the \SpecialChar LaTeX
22066 -package 
22067 \series bold
22068 calc
22069 \series default
22070
22071 \begin_inset Index idx
22072 range none
22073 pageformat default
22074 status collapsed
22075
22076 \begin_layout Plain Layout
22077 \SpecialChar LaTeX
22078  packages
22079 \begin_inset IndexMacro subentry
22080 status open
22081
22082 \begin_layout Plain Layout
22083 calc
22084 \end_layout
22085
22086 \end_inset
22087
22088
22089 \end_layout
22090
22091 \end_inset
22092
22093  in the document preamble.
22094  To set the width in the table dialog you have to use the field 
22095 \family sans
22096 \SpecialChar LaTeX
22097  argument
22098 \family default
22099 .
22100  The command scheme for this field is the same that is explained in section
22101 \begin_inset space ~
22102 \end_inset
22103
22104
22105 \begin_inset CommandInset ref
22106 LatexCommand ref
22107 reference "subsec:Multicolumn-Calculations"
22108
22109 \end_inset
22110
22111 .
22112  For a table with 5
22113 \begin_inset space \thinspace{}
22114 \end_inset
22115
22116 columns with an uniform width and centered text, enter there for each column
22117  the command
22118 \end_layout
22119
22120 \begin_layout Standard
22121
22122 \series bold
22123 >{
22124 \backslash
22125 centering}p{(1
22126 \backslash
22127 columnwidth-62.4pt)/5}
22128 \end_layout
22129
22130 \begin_layout Standard
22131 For a table with 5
22132 \begin_inset space \thinspace{}
22133 \end_inset
22134
22135 columns where 2 should have 0.75
22136 \begin_inset space ~
22137 \end_inset
22138
22139 times the width than the 3 others, the calculation is
22140 \begin_inset Formula 
22141 \begin{align}
22142 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
22143  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
22144  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
22145 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
22146 \end{align}
22147
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \begin_layout Standard
22154 In the table therefore the command
22155 \end_layout
22156
22157 \begin_layout Standard
22158
22159 \series bold
22160 >{
22161 \backslash
22162 centering}p{(1
22163 \backslash
22164 columnwidth-62.4pt)/
22165 \backslash
22166 real{4.5}}
22167 \end_layout
22168
22169 \begin_layout Standard
22170 is used for the wider columns and
22171 \end_layout
22172
22173 \begin_layout Standard
22174
22175 \series bold
22176 >{
22177 \backslash
22178 centering}p{(1
22179 \backslash
22180 columnwidth-62.4pt)/
22181 \backslash
22182 real{4.5}*
22183 \backslash
22184 real{0.75}}
22185 \end_layout
22186
22187 \begin_layout Standard
22188 for the smaller ones:
22189 \end_layout
22190
22191 \begin_layout Standard
22192 \begin_inset Tabular
22193 <lyxtabular version="3" rows="2" columns="5">
22194 <features tabularvalignment="middle">
22195 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22196 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
22197 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22198 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
22199 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22200 <row>
22201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 1
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 2
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 3
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 4
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 5
22242 \end_layout
22243
22244 \end_inset
22245 </cell>
22246 </row>
22247 <row>
22248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252 111111 1111111 111111 111111111 11111 11111 1111
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 2222 22222 222222 222222222 2222222 22 22222
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288 333333 333333 333333 33333 3333333 333
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 </row>
22294 </lyxtabular>
22295
22296 \end_inset
22297
22298
22299 \end_layout
22300
22301 \begin_layout Section
22302 Table Customization
22303 \begin_inset Index idx
22304 range none
22305 pageformat default
22306 status collapsed
22307
22308 \begin_layout Plain Layout
22309 Table Customization
22310 \end_layout
22311
22312 \end_inset
22313
22314
22315 \begin_inset Index idx
22316 range none
22317 pageformat default
22318 status collapsed
22319
22320 \begin_layout Plain Layout
22321 Table
22322 \begin_inset IndexMacro subentry
22323 status open
22324
22325 \begin_layout Plain Layout
22326 Customization
22327 \end_layout
22328
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \begin_layout Subsection
22340 Row Spacing
22341 \begin_inset CommandInset label
22342 LatexCommand label
22343 name "subsec:Row-Spacing"
22344
22345 \end_inset
22346
22347
22348 \begin_inset Index idx
22349 range none
22350 pageformat default
22351 status collapsed
22352
22353 \begin_layout Plain Layout
22354 Table Customization
22355 \begin_inset IndexMacro subentry
22356 status open
22357
22358 \begin_layout Plain Layout
22359 Row Spacing
22360 \end_layout
22361
22362 \end_inset
22363
22364
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \begin_layout Standard
22373 You can add vertical space to table rows in the 
22374 \family sans
22375 Borders
22376 \family default
22377  tab of the table dialog.
22378  You find there three possibilities:
22379 \end_layout
22380
22381 \begin_layout Description
22382 Top
22383 \begin_inset space ~
22384 \end_inset
22385
22386 of
22387 \begin_inset space ~
22388 \end_inset
22389
22390 row will add space above the characters of the table row.
22391  If the table is a formal table
22392 \begin_inset Foot
22393 status collapsed
22394
22395 \begin_layout Plain Layout
22396 Formal tables are explained in section
22397 \begin_inset space ~
22398 \end_inset
22399
22400
22401 \begin_inset CommandInset ref
22402 LatexCommand ref
22403 reference "sec:Formal-Tables"
22404
22405 \end_inset
22406
22407 .
22408 \end_layout
22409
22410 \end_inset
22411
22412  \SpecialChar LyX
22413  will insert as default 0.5
22414 \begin_inset space \thinspace{}
22415 \end_inset
22416
22417 em space.
22418  For normal tables the inserted space will unfortunately destroy the vertical
22419  table lines as in the following table:
22420 \begin_inset VSpace medskip
22421 \end_inset
22422
22423
22424 \begin_inset Newline newline
22425 \end_inset
22426
22427
22428 \begin_inset space \hspace*{}
22429 \length 0pt
22430 \end_inset
22431
22432
22433 \begin_inset space \hfill{}
22434 \end_inset
22435
22436
22437 \begin_inset Tabular
22438 <lyxtabular version="3" rows="3" columns="1">
22439 <features tabularvalignment="middle">
22440 <column alignment="center" valignment="top">
22441 <row>
22442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446 A
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 </row>
22452 <row topspace="3mm">
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 3
22458 \begin_inset space \thinspace{}
22459 \end_inset
22460
22461 mm space top of row
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 </row>
22467 <row>
22468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 C
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 </row>
22478 </lyxtabular>
22479
22480 \end_inset
22481
22482
22483 \begin_inset space \hfill{}
22484 \end_inset
22485
22486
22487 \begin_inset space \hspace*{}
22488 \length 0pt
22489 \end_inset
22490
22491
22492 \begin_inset VSpace medskip
22493 \end_inset
22494
22495
22496 \begin_inset Newline newline
22497 \end_inset
22498
22499 So inserting space in the top of row for normal tables is only useful when
22500  you don't have vertical lines.
22501 \end_layout
22502
22503 \begin_layout Description
22504 Bottom
22505 \begin_inset space ~
22506 \end_inset
22507
22508 of
22509 \begin_inset space ~
22510 \end_inset
22511
22512 row will add space below the characters of the table row.
22513  If the table is a formal table \SpecialChar LyX
22514  will insert as default 0.5
22515 \begin_inset space \thinspace{}
22516 \end_inset
22517
22518 em space, for normal tables the default size is 2
22519 \begin_inset space \thinspace{}
22520 \end_inset
22521
22522 pt.
22523 \end_layout
22524
22525 \begin_layout Description
22526 Between
22527 \begin_inset space ~
22528 \end_inset
22529
22530 rows adds space between the current and the following row.
22531  If the table is a formal table \SpecialChar LyX
22532  will insert as default 0.5
22533 \begin_inset space \thinspace{}
22534 \end_inset
22535
22536 em space.
22537  For normal tables the inserted space will unfortunately destroy the vertical
22538  table lines as in the following table:
22539 \begin_inset VSpace medskip
22540 \end_inset
22541
22542
22543 \begin_inset Newline newline
22544 \end_inset
22545
22546
22547 \begin_inset space \hspace*{}
22548 \length 0pt
22549 \end_inset
22550
22551
22552 \begin_inset space \hfill{}
22553 \end_inset
22554
22555
22556 \begin_inset Tabular
22557 <lyxtabular version="3" rows="3" columns="1">
22558 <features tabularvalignment="middle">
22559 <column alignment="center" valignment="top">
22560 <row>
22561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 A
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 </row>
22571 <row interlinespace="3mm">
22572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 \begin_inset Formula $\downarrow$
22577 \end_inset
22578
22579  3
22580 \begin_inset space \thinspace{}
22581 \end_inset
22582
22583 mm space between row 
22584 \begin_inset Formula $\downarrow$
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 </row>
22593 <row>
22594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Formula $\uparrow$
22599 \end_inset
22600
22601  3
22602 \begin_inset space \thinspace{}
22603 \end_inset
22604
22605 mm space between row 
22606 \begin_inset Formula $\uparrow$
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 </lyxtabular>
22616
22617 \end_inset
22618
22619
22620 \begin_inset space \hfill{}
22621 \end_inset
22622
22623
22624 \begin_inset space \hspace*{}
22625 \length 0pt
22626 \end_inset
22627
22628
22629 \begin_inset VSpace medskip
22630 \end_inset
22631
22632
22633 \begin_inset Newline newline
22634 \end_inset
22635
22636 So inserting space between rows for normal tables is only useful when you
22637  don't have vertical lines.
22638 \end_layout
22639
22640 \begin_layout Standard
22641 \begin_inset VSpace bigskip
22642 \end_inset
22643
22644 When you want to add extra height to all cells of all tables, you can do
22645  this with the following preamble lines:
22646 \end_layout
22647
22648 \begin_layout Standard
22649
22650 \series bold
22651
22652 \backslash
22653 @ifundefined{extrarowheight}
22654 \begin_inset Newline newline
22655 \end_inset
22656
22657
22658 \begin_inset Phantom HPhantom
22659 status open
22660
22661 \begin_layout Plain Layout
22662
22663 \series bold
22664 \begin_inset space ~
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \end_inset
22671
22672 {
22673 \backslash
22674 usepackage{array}}{}
22675 \begin_inset Newline newline
22676 \end_inset
22677
22678
22679 \backslash
22680 setlength{
22681 \backslash
22682 extrarowheight}{height}
22683 \series default
22684
22685 \begin_inset Note Note
22686 status collapsed
22687
22688 \begin_layout Plain Layout
22689 The package 
22690 \series bold
22691 array
22692 \series default
22693  will be loaded automatically by \SpecialChar LyX
22694  when you use self defined table formats.
22695  To avoid that it is loaded twice the command 
22696 \series bold
22697
22698 \backslash
22699 @ifundefined
22700 \series default
22701  is used in the above command.
22702 \end_layout
22703
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Standard
22710 where the 
22711 \family sans
22712 height
22713 \family default
22714  can have one of the units listed in appendix
22715 \begin_inset space ~
22716 \end_inset
22717
22718
22719 \begin_inset CommandInset ref
22720 LatexCommand ref
22721 reference "cha:Units-available-in"
22722
22723 \end_inset
22724
22725 .
22726  But this has the disadvantage that the cell texts are no longer exactly
22727  vertically centered.
22728 \end_layout
22729
22730 \begin_layout Standard
22731 If you are using font sizes larger than the normal size, the table borders
22732  are often too close to the letters.
22733  This can be corrected by inserting the command 
22734 \series bold
22735
22736 \backslash
22737 strut
22738 \series default
22739  in \SpecialChar TeX
22740  Code at the beginning of a table row.
22741  Table
22742 \begin_inset space ~
22743 \end_inset
22744
22745
22746 \begin_inset CommandInset ref
22747 LatexCommand ref
22748 reference "tab:Vertical-alignment-of"
22749
22750 \end_inset
22751
22752  illustrates the effect.
22753 \end_layout
22754
22755 \begin_layout Standard
22756 \noindent
22757 \begin_inset Float table
22758 placement h
22759 alignment document
22760 wide false
22761 sideways false
22762 status open
22763
22764 \begin_layout Plain Layout
22765 \begin_inset Caption Standard
22766
22767 \begin_layout Plain Layout
22768 \begin_inset CommandInset label
22769 LatexCommand label
22770 name "tab:Vertical-alignment-of"
22771
22772 \end_inset
22773
22774 Vertical alignment of text with large font sizes.
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \begin_layout Plain Layout
22783 \begin_inset space \hfill{}
22784 \end_inset
22785
22786
22787 \begin_inset Float table
22788 placement document
22789 alignment document
22790 wide false
22791 sideways false
22792 status collapsed
22793
22794 \begin_layout Plain Layout
22795 \begin_inset Caption Standard
22796
22797 \begin_layout Plain Layout
22798 Normal table.
22799 \end_layout
22800
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \begin_layout Plain Layout
22807 \noindent
22808 \align center
22809 \begin_inset Tabular
22810 <lyxtabular version="3" rows="6" columns="1">
22811 <features tabularvalignment="middle">
22812 <column alignment="left" valignment="top">
22813 <row>
22814 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 Normal, g
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 </row>
22824 <row>
22825 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829
22830 \size large
22831 Large
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 </row>
22837 <row>
22838 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842
22843 \size larger
22844 Larger
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 </row>
22850 <row>
22851 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855
22856 \size largest
22857 Largest
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 <row>
22864 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868
22869 \size huge
22870 Huge
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 </row>
22876 <row>
22877 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881
22882 \size huge
22883 Huger
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 </lyxtabular>
22890
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \end_inset
22897
22898
22899 \begin_inset space \hfill{}
22900 \end_inset
22901
22902
22903 \begin_inset Float table
22904 placement document
22905 alignment document
22906 wide false
22907 sideways false
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911 \begin_inset Caption Standard
22912
22913 \begin_layout Plain Layout
22914 Table using the command 
22915 \series bold
22916
22917 \backslash
22918 strut
22919 \series default
22920 .
22921 \end_layout
22922
22923 \end_inset
22924
22925
22926 \end_layout
22927
22928 \begin_layout Plain Layout
22929 \noindent
22930 \align center
22931 \begin_inset Tabular
22932 <lyxtabular version="3" rows="6" columns="1">
22933 <features tabularvalignment="middle">
22934 <column alignment="left" valignment="top">
22935 <row>
22936 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 Normal, g
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 <row>
22947 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951
22952 \size large
22953 \begin_inset ERT
22954 status collapsed
22955
22956 \begin_layout Plain Layout
22957
22958
22959 \backslash
22960 strut 
22961 \end_layout
22962
22963 \end_inset
22964
22965 Large
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 </row>
22971 <row>
22972 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976
22977 \size larger
22978 \begin_inset ERT
22979 status collapsed
22980
22981 \begin_layout Plain Layout
22982
22983
22984 \backslash
22985 strut 
22986 \end_layout
22987
22988 \end_inset
22989
22990 Larger
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 </row>
22996 <row>
22997 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001
23002 \size largest
23003 \begin_inset ERT
23004 status collapsed
23005
23006 \begin_layout Plain Layout
23007
23008
23009 \backslash
23010 strut 
23011 \end_layout
23012
23013 \end_inset
23014
23015 Largest
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 </row>
23021 <row>
23022 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026
23027 \size huge
23028 \begin_inset ERT
23029 status collapsed
23030
23031 \begin_layout Plain Layout
23032
23033
23034 \backslash
23035 strut 
23036 \end_layout
23037
23038 \end_inset
23039
23040 Huge
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 </row>
23046 <row>
23047 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051
23052 \size giant
23053 \begin_inset ERT
23054 status collapsed
23055
23056 \begin_layout Plain Layout
23057
23058
23059 \backslash
23060 strut 
23061 \end_layout
23062
23063 \end_inset
23064
23065
23066 \size huge
23067 Huger
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 </row>
23073 </lyxtabular>
23074
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \end_inset
23081
23082
23083 \begin_inset space \hfill{}
23084 \end_inset
23085
23086
23087 \end_layout
23088
23089 \end_inset
23090
23091
23092 \end_layout
23093
23094 \begin_layout Subsection
23095 Special Cell Alignment
23096 \begin_inset CommandInset label
23097 LatexCommand label
23098 name "subsec:Special-Cell-Alignment"
23099
23100 \end_inset
23101
23102
23103 \begin_inset Index idx
23104 range none
23105 pageformat default
23106 status collapsed
23107
23108 \begin_layout Plain Layout
23109 Table Customization
23110 \begin_inset IndexMacro subentry
23111 status open
23112
23113 \begin_layout Plain Layout
23114 Special Cell Alignment
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \begin_layout Standard
23128 Sometimes it looks better when the cell entries of a column are aligned
23129  with a special character, e.
23130 \begin_inset space \thinspace{}
23131 \end_inset
23132
23133 g.
23134 \begin_inset space \space{}
23135 \end_inset
23136
23137 with the decimal separator as in Table
23138 \begin_inset space ~
23139 \end_inset
23140
23141
23142 \begin_inset CommandInset ref
23143 LatexCommand ref
23144 reference "tab:Table-cells-align"
23145
23146 \end_inset
23147
23148 .
23149  This alignment is achieved by setting the cursor into the column and then
23150  either pressing the toolbar button 
23151 \begin_inset Info
23152 type  "icon"
23153 arg   "tabular-feature align-decimal"
23154 \end_inset
23155
23156  or setting the alignment in the table settings to 
23157 \family sans
23158 At
23159 \begin_inset space ~
23160 \end_inset
23161
23162 Decimal
23163 \begin_inset space ~
23164 \end_inset
23165
23166 Separator
23167 \family default
23168 .
23169  The alignment character can be a character of your choice and is specified
23170  in the table settings.
23171 \end_layout
23172
23173 \begin_layout Standard
23174 \begin_inset Float table
23175 placement h
23176 alignment document
23177 wide false
23178 sideways false
23179 status open
23180
23181 \begin_layout Plain Layout
23182 \begin_inset Caption Standard
23183
23184 \begin_layout Plain Layout
23185 \begin_inset CommandInset label
23186 LatexCommand label
23187 name "tab:Table-cells-align"
23188
23189 \end_inset
23190
23191 Table cells of a column aligned with the decimal separator.
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \begin_layout Plain Layout
23200 \align center
23201 \begin_inset Tabular
23202 <lyxtabular version="3" rows="4" columns="1">
23203 <features booktabs="true" tabularvalignment="middle">
23204 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
23205 <row>
23206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 heading
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 </row>
23216 <row>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 12.6
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 </row>
23227 <row>
23228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232 0.68
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 </row>
23238 <row>
23239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243 -123.0
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 </row>
23249 </lyxtabular>
23250
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \begin_layout Standard
23262 \begin_inset Float table
23263 placement h
23264 alignment document
23265 wide false
23266 sideways false
23267 status open
23268
23269 \begin_layout Plain Layout
23270 \begin_inset Caption Standard
23271
23272 \begin_layout Plain Layout
23273 \begin_inset CommandInset label
23274 LatexCommand label
23275 name "tab:Table-align-operator"
23276
23277 \end_inset
23278
23279 Table cells of a column aligned with the operators.
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \begin_layout Plain Layout
23288 \align center
23289 \begin_inset Tabular
23290 <lyxtabular version="3" rows="4" columns="2">
23291 <features booktabs="true" tabularvalignment="middle">
23292 <column alignment="right" valignment="top" width="0pt">
23293 <column alignment="left" valignment="top" width="0pt" special="@{}l">
23294 <row>
23295 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299 heading
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 \begin_inset Formula $12\,+$
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 <cell alignment="center" valignment="top" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331 \begin_inset Formula $\,6$
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 </row>
23340 <row>
23341 <cell alignment="center" valignment="top" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345 \begin_inset Formula $0\,-$
23346 \end_inset
23347
23348
23349 \end_layout
23350
23351 \end_inset
23352 </cell>
23353 <cell alignment="center" valignment="top" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357 \begin_inset Formula $\,68$
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 </row>
23366 <row>
23367 <cell alignment="center" valignment="top" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Formula $-123\,/$
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 <cell alignment="center" valignment="top" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383 \begin_inset Formula $\,0$
23384 \end_inset
23385
23386
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 </row>
23392 </lyxtabular>
23393
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \begin_layout Standard
23405 For alignments at characters in formulas this method does not work because
23406  the field to specify the alignment character does not allow formulas.
23407  In this case one need to use the method from Table
23408 \begin_inset space ~
23409 \end_inset
23410
23411
23412 \begin_inset CommandInset ref
23413 LatexCommand ref
23414 reference "tab:Table-align-operator"
23415
23416 \end_inset
23417
23418 .
23419  This table was created with a 4×2 table.
23420  The heading is a centered multicolumn.
23421  The first column is right-aligned and contains the first part including
23422  the operator.
23423  The second column is left aligned and contains the rest.
23424  A small space was added at the beginning of each cell of the second column
23425  to get the space that is usually around operators.
23426  To omit the space that is normally between two table columns, the following
23427  \SpecialChar LaTeX
23428 -argument was used for the second column:
23429 \end_layout
23430
23431 \begin_layout Standard
23432
23433 \series bold
23434 @{}l
23435 \end_layout
23436
23437 \begin_layout Standard
23438 Table
23439 \begin_inset space ~
23440 \end_inset
23441
23442
23443 \begin_inset CommandInset ref
23444 LatexCommand ref
23445 reference "tab:Several-table-cell"
23446
23447 \end_inset
23448
23449  shows some example alignments.
23450  For the alignment with the relation sign, a small space was added like
23451  for the second column of Table
23452 \begin_inset space ~
23453 \end_inset
23454
23455
23456 \begin_inset CommandInset ref
23457 LatexCommand ref
23458 reference "tab:Table-align-operator"
23459
23460 \end_inset
23461
23462 .
23463 \end_layout
23464
23465 \begin_layout Standard
23466 \begin_inset Float table
23467 placement h
23468 alignment document
23469 wide false
23470 sideways false
23471 status open
23472
23473 \begin_layout Plain Layout
23474 \begin_inset Caption Standard
23475
23476 \begin_layout Plain Layout
23477 \begin_inset CommandInset label
23478 LatexCommand label
23479 name "tab:Several-table-cell"
23480
23481 \end_inset
23482
23483 Several table cell alignments.
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \begin_layout Plain Layout
23492 \align center
23493 \begin_inset Tabular
23494 <lyxtabular version="3" rows="4" columns="6">
23495 <features tabularvalignment="middle">
23496 <column alignment="right" valignment="top">
23497 <column alignment="left" valignment="top" special="@{}l">
23498 <column alignment="right" valignment="top">
23499 <column alignment="left" valignment="top" special="@{}l">
23500 <column alignment="right" valignment="top">
23501 <column alignment="left" valignment="top" special="@{}l">
23502 <row>
23503 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507 units
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525 exponents
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 relations
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 </row>
23558 <row>
23559 <cell alignment="center" valignment="top" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563 12×
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 24
23573 \begin_inset space \thinspace{}
23574 \end_inset
23575
23576 bottles
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell alignment="center" valignment="top" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 \begin_inset Formula $10\cdot$
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 \begin_inset Formula $10^{\mbox{-}17}$
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\Gamma(t)\propto$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset Formula $\:\Upsilon(t)$
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 <row>
23631 <cell alignment="center" valignment="top" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635 1024×
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 768
23645 \begin_inset space \thinspace{}
23646 \end_inset
23647
23648 Pixels
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 <cell alignment="center" valignment="top" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657 \begin_inset Formula $5.78\cdot$
23658 \end_inset
23659
23660
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset Formula $10^{7}$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 <cell alignment="center" valignment="top" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681 \begin_inset Formula $A\ne$
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Formula $\:B_{\mathrm{red}}$
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 <row>
23703 <cell alignment="center" valignment="top" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707 32×
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716 6
23717 \begin_inset space \thinspace{}
23718 \end_inset
23719
23720 cm
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 -
23730 \begin_inset Formula $33.5\cdot$
23731 \end_inset
23732
23733
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742 \begin_inset Formula $10^{4}$
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Formula $\sin(\alpha)\ge$
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766 \begin_inset Formula $\:\sin(\beta)$
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 </row>
23775 </lyxtabular>
23776
23777 \end_inset
23778
23779
23780 \end_layout
23781
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \begin_layout Subsection
23788 Customized Cell/Column Format
23789 \begin_inset CommandInset label
23790 LatexCommand label
23791 name "subsec:Customized-Format"
23792
23793 \end_inset
23794
23795
23796 \begin_inset Index idx
23797 range none
23798 pageformat default
23799 status collapsed
23800
23801 \begin_layout Plain Layout
23802 Table Customization
23803 \begin_inset IndexMacro subentry
23804 status open
23805
23806 \begin_layout Plain Layout
23807 Cell/Column Format
23808 \end_layout
23809
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \begin_layout Standard
23821 Calculating the required width for normal columns as described in section
23822 \begin_inset space ~
23823 \end_inset
23824
23825
23826 \begin_inset CommandInset ref
23827 LatexCommand ref
23828 reference "sec:Table-Width-Calculation"
23829
23830 \end_inset
23831
23832  or for spanned columns as described in section
23833 \begin_inset space ~
23834 \end_inset
23835
23836
23837 \begin_inset CommandInset ref
23838 LatexCommand ref
23839 reference "subsec:Multicolumn-Calculations"
23840
23841 \end_inset
23842
23843  is very annoying if you have several tables where a calculation is necessary.
23844  To make life easier, you can define a cell/column format in the preamble,
23845  that can be used in all tables of the document.
23846  The format is defined with the command
23847 \end_layout
23848
23849 \begin_layout Standard
23850
23851 \series bold
23852
23853 \backslash
23854 newcolumntype{name of format}[number of arguments]{commands}
23855 \end_layout
23856
23857 \begin_layout Standard
23858 The format name may only consist of one letter.
23859  The letters 
23860 \emph on
23861 b
23862 \emph default
23863
23864 \emph on
23865 c
23866 \emph default
23867
23868 \emph on
23869 l
23870 \emph default
23871
23872 \emph on
23873 m
23874 \emph default
23875
23876 \emph on
23877 p
23878 \emph default
23879  and 
23880 \emph on
23881 r
23882 \emph default
23883  are predefined and cannot be used.
23884  But all letters are allowed as capitals.
23885 \end_layout
23886
23887 \begin_layout Standard
23888 \begin_inset VSpace medskip
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \begin_layout Standard
23895 For vertically and horizontally centered multicolumn cells with a fixed
23896  width you can define the cell format
23897 \end_layout
23898
23899 \begin_layout Standard
23900
23901 \series bold
23902
23903 \backslash
23904 newcolumntype{M}[1]{>{
23905 \backslash
23906 centering
23907 \backslash
23908 hspace{0pt}}m{#1}}
23909 \end_layout
23910
23911 \begin_layout Standard
23912 where 
23913 \series bold
23914
23915 \backslash
23916 hspace{0pt}
23917 \series default
23918  avoids the problem of hyphenating the first word, as described in section
23919 \begin_inset space ~
23920 \end_inset
23921
23922
23923 \begin_inset CommandInset ref
23924 LatexCommand ref
23925 reference "subsec:Multiple-Lines-in"
23926
23927 \end_inset
23928
23929 .
23930  Now you can simply enter
23931 \end_layout
23932
23933 \begin_layout Standard
23934
23935 \series bold
23936 M{width}
23937 \end_layout
23938
23939 \begin_layout Standard
23940 as 
23941 \family sans
23942 \SpecialChar LaTeX
23943 -argument
23944 \family default
23945  in the table dialog to create a multicolumn.
23946 \end_layout
23947
23948 \begin_layout Standard
23949 \begin_inset VSpace bigskip
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \begin_layout Standard
23956 For cells spanned by a multicolumn cell, you can define the format
23957 \end_layout
23958
23959 \begin_layout Standard
23960
23961 \series bold
23962
23963 \backslash
23964 newcolumntype{S}[2]{>{
23965 \backslash
23966 centering
23967 \backslash
23968 hspace{0pt}}
23969 \begin_inset Newline newline
23970 \end_inset
23971
23972
23973 \begin_inset Phantom HPhantom
23974 status open
23975
23976 \begin_layout Plain Layout
23977
23978 \series bold
23979
23980 \backslash
23981 newcolumntype
23982 \end_layout
23983
23984 \end_inset
23985
23986 m{(#1+(2
23987 \backslash
23988 tabcolsep+
23989 \backslash
23990 arrayrulewidth)*(1-#2))/#2}}
23991 \end_layout
23992
23993 \begin_layout Standard
23994 This format uses equation 
23995 \begin_inset CommandInset ref
23996 LatexCommand eqref
23997 reference "eq:Wgn"
23998
23999 \end_inset
24000
24001  to calculate the required width so that each spanned cell has the same
24002  width.
24003 \end_layout
24004
24005 \begin_layout Standard
24006 You can now enter
24007 \end_layout
24008
24009 \begin_layout Standard
24010
24011 \series bold
24012 S{width of multicolumn cell}{number of spanned columns}
24013 \end_layout
24014
24015 \begin_layout Standard
24016 as \SpecialChar LaTeX
24017 -argument of the column.
24018 \end_layout
24019
24020 \begin_layout Standard
24021 \begin_inset VSpace bigskip
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \begin_layout Standard
24028 For colored columns, you can define
24029 \end_layout
24030
24031 \begin_layout Standard
24032
24033 \series bold
24034
24035 \backslash
24036 newcolumntype{K}[1]{>{
24037 \backslash
24038 columncolor{#1}
24039 \backslash
24040 hspace{0pt}}c}
24041 \end_layout
24042
24043 \begin_layout Standard
24044 The 
24045 \begin_inset Quotes eld
24046 \end_inset
24047
24048 c
24049 \begin_inset Quotes erd
24050 \end_inset
24051
24052  at the end creates a column with a flexible width whose text is horizontally
24053  centered.
24054  You can now enter
24055 \end_layout
24056
24057 \begin_layout Standard
24058
24059 \series bold
24060 K{color name}
24061 \end_layout
24062
24063 \begin_layout Standard
24064 as \SpecialChar LaTeX
24065 -argument.
24066 \end_layout
24067
24068 \begin_layout Standard
24069 \begin_inset VSpace bigskip
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \begin_layout Standard
24076 To create Table
24077 \begin_inset space ~
24078 \end_inset
24079
24080
24081 \begin_inset CommandInset ref
24082 LatexCommand ref
24083 reference "tab:Table-using-user-defined"
24084
24085 \end_inset
24086
24087  use the \SpecialChar LaTeX
24088 -arguments
24089 \end_layout
24090
24091 \begin_layout Standard
24092
24093 \series bold
24094 M{2.5cm}
24095 \end_layout
24096
24097 \begin_layout Standard
24098 for the first column and the multicolumn,
24099 \end_layout
24100
24101 \begin_layout Standard
24102
24103 \series bold
24104 K{red}
24105 \end_layout
24106
24107 \begin_layout Standard
24108 for the last column, and
24109 \end_layout
24110
24111 \begin_layout Standard
24112
24113 \series bold
24114 S{2.5cm}{2}
24115 \end_layout
24116
24117 \begin_layout Standard
24118 for the cells in the second column.
24119 \end_layout
24120
24121 \begin_layout Standard
24122 \begin_inset Float table
24123 placement h
24124 alignment document
24125 wide false
24126 sideways false
24127 status open
24128
24129 \begin_layout Plain Layout
24130 \begin_inset Caption Standard
24131
24132 \begin_layout Plain Layout
24133 \begin_inset CommandInset label
24134 LatexCommand label
24135 name "tab:Table-using-user-defined"
24136
24137 \end_inset
24138
24139 Table using user-defined table formats
24140 \end_layout
24141
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \begin_layout Plain Layout
24148 \align center
24149 \begin_inset Tabular
24150 <lyxtabular version="3" rows="3" columns="4">
24151 <features tabularvalignment="middle">
24152 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
24153 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
24154 <column alignment="center" valignment="middle">
24155 <column alignment="center" valignment="middle" special="K{red}">
24156 <row>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 verylongtablecellword
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
24167 \begin_inset Text
24168
24169 \begin_layout Plain Layout
24170 multiple lines multicolumn
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188 c
24189 \end_layout
24190
24191 \end_inset
24192 </cell>
24193 </row>
24194 <row>
24195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199 d
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 e
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217 f
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226 g
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 </row>
24232 <row>
24233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237 h
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Plain Layout
24246 i
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255 j
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264 k
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 </row>
24270 </lyxtabular>
24271
24272 \end_inset
24273
24274
24275 \end_layout
24276
24277 \end_inset
24278
24279
24280 \end_layout
24281
24282 \begin_layout Subsection
24283 Line Thickness
24284 \begin_inset CommandInset label
24285 LatexCommand label
24286 name "subsec:Line-Thickness"
24287
24288 \end_inset
24289
24290
24291 \begin_inset Index idx
24292 range none
24293 pageformat default
24294 status collapsed
24295
24296 \begin_layout Plain Layout
24297 Table Customization
24298 \begin_inset IndexMacro subentry
24299 status open
24300
24301 \begin_layout Plain Layout
24302 Line Thickness
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \end_layout
24309
24310 \end_inset
24311
24312
24313 \end_layout
24314
24315 \begin_layout Standard
24316 The line thickness for all lines in a table can be adjusted with the length
24317  
24318 \series bold
24319
24320 \backslash
24321 arrayrulewidth
24322 \series default
24323 .
24324  To set for example a line thickness of 1.5
24325 \begin_inset space \thinspace{}
24326 \end_inset
24327
24328 pt, as in Table
24329 \begin_inset space ~
24330 \end_inset
24331
24332
24333 \begin_inset CommandInset ref
24334 LatexCommand ref
24335 reference "tab:Table-with-1.5"
24336
24337 \end_inset
24338
24339 , insert the command
24340 \end_layout
24341
24342 \begin_layout Standard
24343
24344 \series bold
24345
24346 \backslash
24347 setlength{
24348 \backslash
24349 arrayrulewidth}{1.5pt}
24350 \end_layout
24351
24352 \begin_layout Standard
24353 in \SpecialChar TeX
24354  Code before the table or table float.
24355  The changed thickness is valid for all subsequent tables.
24356  To use the default value again, set 
24357 \series bold
24358
24359 \backslash
24360 arrayrulewidth
24361 \series default
24362  to 0.4
24363 \begin_inset space \thinspace{}
24364 \end_inset
24365
24366 pt in \SpecialChar TeX
24367  Code after the table or table float.
24368 \end_layout
24369
24370 \begin_layout Standard
24371 \begin_inset ERT
24372 status collapsed
24373
24374 \begin_layout Plain Layout
24375
24376
24377 \backslash
24378 setlength{
24379 \backslash
24380 arrayrulewidth}{1.5pt}
24381 \end_layout
24382
24383 \end_inset
24384
24385
24386 \begin_inset Float table
24387 placement document
24388 alignment document
24389 wide false
24390 sideways false
24391 status open
24392
24393 \begin_layout Plain Layout
24394 \begin_inset Caption Standard
24395
24396 \begin_layout Plain Layout
24397 \begin_inset CommandInset label
24398 LatexCommand label
24399 name "tab:Table-with-1.5"
24400
24401 \end_inset
24402
24403 Table with 1.5
24404 \begin_inset space \thinspace{}
24405 \end_inset
24406
24407 pt thick lines
24408 \end_layout
24409
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \begin_layout Plain Layout
24416 \align center
24417 \begin_inset Tabular
24418 <lyxtabular version="3" rows="3" columns="3">
24419 <features tabularvalignment="middle">
24420 <column alignment="center" valignment="top">
24421 <column alignment="center" valignment="top">
24422 <column alignment="center" valignment="top">
24423 <row>
24424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428 sd
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 </row>
24452 <row>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24463 \begin_inset Text
24464
24465 \begin_layout Plain Layout
24466 sd
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 </row>
24481 <row>
24482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504 sd
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 </row>
24510 </lyxtabular>
24511
24512 \end_inset
24513
24514
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \begin_inset ERT
24521 status collapsed
24522
24523 \begin_layout Plain Layout
24524
24525
24526 \backslash
24527 setlength{
24528 \backslash
24529 arrayrulewidth}{0.4pt}
24530 \end_layout
24531
24532 \end_inset
24533
24534
24535 \end_layout
24536
24537 \begin_layout Standard
24538 \begin_inset VSpace bigskip
24539 \end_inset
24540
24541 To set the line thickness to 1.5
24542 \begin_inset space \thinspace{}
24543 \end_inset
24544
24545 pt only for horizontal lines, as in Table
24546 \begin_inset space ~
24547 \end_inset
24548
24549
24550 \begin_inset CommandInset ref
24551 LatexCommand ref
24552 reference "tab:Table-with-horizontal"
24553
24554 \end_inset
24555
24556 , insert these commands in \SpecialChar TeX
24557  Code before the table or table float:
24558 \end_layout
24559
24560 \begin_layout Standard
24561
24562 \series bold
24563
24564 \backslash
24565 let
24566 \backslash
24567 myHline
24568 \backslash
24569 hline
24570 \begin_inset Newline newline
24571 \end_inset
24572
24573
24574 \backslash
24575 renewcommand{
24576 \backslash
24577 hline}
24578 \begin_inset Newline newline
24579 \end_inset
24580
24581  {
24582 \backslash
24583 noalign{
24584 \backslash
24585 global
24586 \backslash
24587 arrayrulewidth 1.5pt}
24588 \begin_inset Newline newline
24589 \end_inset
24590
24591  
24592 \backslash
24593 myHline
24594 \backslash
24595 noalign{
24596 \backslash
24597 global
24598 \backslash
24599 arrayrulewidth 0.4pt}}
24600 \end_layout
24601
24602 \begin_layout Standard
24603 To return to the default line thickness, insert this command in \SpecialChar TeX
24604  Code after
24605  the table or table float:
24606 \end_layout
24607
24608 \begin_layout Standard
24609
24610 \series bold
24611
24612 \backslash
24613 renewcommand{
24614 \backslash
24615 hline}{
24616 \backslash
24617 myHline}
24618 \end_layout
24619
24620 \begin_layout Standard
24621 \begin_inset ERT
24622 status collapsed
24623
24624 \begin_layout Plain Layout
24625
24626
24627 \backslash
24628 let
24629 \backslash
24630 myHline
24631 \backslash
24632 hline
24633 \end_layout
24634
24635 \begin_layout Plain Layout
24636
24637
24638 \backslash
24639 renewcommand{
24640 \backslash
24641 hline}
24642 \end_layout
24643
24644 \begin_layout Plain Layout
24645
24646  {
24647 \backslash
24648 noalign{
24649 \backslash
24650 global
24651 \backslash
24652 arrayrulewidth 1.5pt}
24653 \end_layout
24654
24655 \begin_layout Plain Layout
24656
24657   
24658 \backslash
24659 myHline
24660 \backslash
24661 noalign{
24662 \backslash
24663 global
24664 \backslash
24665 arrayrulewidth 0.4pt}}
24666 \end_layout
24667
24668 \end_inset
24669
24670
24671 \begin_inset Float table
24672 placement document
24673 alignment document
24674 wide false
24675 sideways false
24676 status open
24677
24678 \begin_layout Plain Layout
24679 \begin_inset Caption Standard
24680
24681 \begin_layout Plain Layout
24682 \begin_inset CommandInset label
24683 LatexCommand label
24684 name "tab:Table-with-horizontal"
24685
24686 \end_inset
24687
24688 Table with 1.5
24689 \begin_inset space \thinspace{}
24690 \end_inset
24691
24692 pt thick horizontal lines
24693 \end_layout
24694
24695 \end_inset
24696
24697
24698 \end_layout
24699
24700 \begin_layout Plain Layout
24701 \align center
24702 \begin_inset Tabular
24703 <lyxtabular version="3" rows="3" columns="3">
24704 <features tabularvalignment="middle">
24705 <column alignment="center" valignment="top">
24706 <column alignment="center" valignment="top">
24707 <column alignment="center" valignment="top">
24708 <row>
24709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713 sd
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 </row>
24737 <row>
24738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24739 \begin_inset Text
24740
24741 \begin_layout Plain Layout
24742
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751 sd
24752 \end_layout
24753
24754 \end_inset
24755 </cell>
24756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Plain Layout
24760
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 </row>
24766 <row>
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789 sd
24790 \end_layout
24791
24792 \end_inset
24793 </cell>
24794 </row>
24795 </lyxtabular>
24796
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \end_inset
24803
24804
24805 \begin_inset ERT
24806 status collapsed
24807
24808 \begin_layout Plain Layout
24809
24810
24811 \backslash
24812 renewcommand{
24813 \backslash
24814 hline}{
24815 \backslash
24816 myHline}
24817 \end_layout
24818
24819 \end_inset
24820
24821
24822 \end_layout
24823
24824 \begin_layout Standard
24825 \begin_inset VSpace bigskip
24826 \end_inset
24827
24828 To set the line thickness to 1.5
24829 \begin_inset space \thinspace{}
24830 \end_inset
24831
24832 pt only for vertical lines, create the following column format in the document
24833  preamble, according to the description in section
24834 \begin_inset space ~
24835 \end_inset
24836
24837
24838 \begin_inset CommandInset ref
24839 LatexCommand ref
24840 reference "subsec:Customized-Format"
24841
24842 \end_inset
24843
24844 :
24845 \end_layout
24846
24847 \begin_layout Standard
24848
24849 \series bold
24850
24851 \backslash
24852 newcolumntype{V}{!{
24853 \backslash
24854 vrule width 1.5pt}}
24855 \end_layout
24856
24857 \begin_layout Standard
24858 For Table
24859 \begin_inset space ~
24860 \end_inset
24861
24862
24863 \begin_inset CommandInset ref
24864 LatexCommand ref
24865 reference "tab:Table-with-vertical"
24866
24867 \end_inset
24868
24869  the \SpecialChar LaTeX
24870 -argument
24871 \end_layout
24872
24873 \begin_layout Standard
24874
24875 \series bold
24876 VcV
24877 \end_layout
24878
24879 \begin_layout Standard
24880 was used for the last column and
24881 \end_layout
24882
24883 \begin_layout Standard
24884
24885 \series bold
24886 Vc
24887 \end_layout
24888
24889 \begin_layout Standard
24890 for the other columns.
24891 \end_layout
24892
24893 \begin_layout Standard
24894 \begin_inset Float table
24895 placement document
24896 alignment document
24897 wide false
24898 sideways false
24899 status open
24900
24901 \begin_layout Plain Layout
24902 \begin_inset Caption Standard
24903
24904 \begin_layout Plain Layout
24905 \begin_inset CommandInset label
24906 LatexCommand label
24907 name "tab:Table-with-vertical"
24908
24909 \end_inset
24910
24911 Table with 1.5
24912 \begin_inset space \thinspace{}
24913 \end_inset
24914
24915 pt thick vertical lines
24916 \end_layout
24917
24918 \end_inset
24919
24920
24921 \end_layout
24922
24923 \begin_layout Plain Layout
24924 \align center
24925 \begin_inset Tabular
24926 <lyxtabular version="3" rows="3" columns="3">
24927 <features tabularvalignment="middle">
24928 <column alignment="center" valignment="top" special="Vc">
24929 <column alignment="center" valignment="top" special="Vc">
24930 <column alignment="center" valignment="top" special="VcV">
24931 <row>
24932 <cell alignment="center" valignment="top" topline="true" usebox="none">
24933 \begin_inset Text
24934
24935 \begin_layout Plain Layout
24936 sd
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 <cell alignment="center" valignment="top" topline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 <cell alignment="center" valignment="top" topline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 </row>
24960 <row>
24961 <cell alignment="center" valignment="top" topline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 <cell alignment="center" valignment="top" topline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974 sd
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 <cell alignment="center" valignment="top" topline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Plain Layout
24983
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 </row>
24989 <row>
24990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012 sd
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 </row>
25018 </lyxtabular>
25019
25020 \end_inset
25021
25022
25023 \end_layout
25024
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \begin_layout Subsection
25031 Dashed Lines
25032 \begin_inset Index idx
25033 range none
25034 pageformat default
25035 status collapsed
25036
25037 \begin_layout Plain Layout
25038 Table Customization
25039 \begin_inset IndexMacro subentry
25040 status open
25041
25042 \begin_layout Plain Layout
25043 Dashed Lines
25044 \end_layout
25045
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \begin_layout Standard
25057 \begin_inset ERT
25058 status collapsed
25059
25060 \begin_layout Plain Layout
25061
25062
25063 \backslash
25064 ifarydshln
25065 \end_layout
25066
25067 \end_inset
25068
25069
25070 \begin_inset Note Note
25071 status open
25072
25073 \begin_layout Plain Layout
25074 The following section will only be displayed when the \SpecialChar LaTeX
25075 -package 
25076 \series bold
25077 arydshln
25078 \series default
25079  is installed.
25080 \end_layout
25081
25082 \end_inset
25083
25084
25085 \end_layout
25086
25087 \begin_layout Standard
25088 \begin_inset Float table
25089 placement H
25090 alignment document
25091 wide false
25092 sideways false
25093 status open
25094
25095 \begin_layout Plain Layout
25096 \begin_inset Caption Standard
25097
25098 \begin_layout Plain Layout
25099 \begin_inset CommandInset label
25100 LatexCommand label
25101 name "tab:Table-with-dashed"
25102
25103 \end_inset
25104
25105 Table with dashed lines
25106 \end_layout
25107
25108 \end_inset
25109
25110
25111 \end_layout
25112
25113 \begin_layout Plain Layout
25114 \align center
25115 \begin_inset Tabular
25116 <lyxtabular version="3" rows="5" columns="5">
25117 <features tabularvalignment="middle">
25118 <column alignment="center" valignment="top">
25119 <column alignment="center" valignment="top">
25120 <column alignment="center" valignment="top" special=":c">
25121 <column alignment="center" valignment="top">
25122 <column alignment="center" valignment="top">
25123 <row>
25124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25125 \begin_inset Text
25126
25127 \begin_layout Plain Layout
25128 a
25129 \end_layout
25130
25131 \end_inset
25132 </cell>
25133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25134 \begin_inset Text
25135
25136 \begin_layout Plain Layout
25137 b
25138 \end_layout
25139
25140 \end_inset
25141 </cell>
25142 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25143 \begin_inset Text
25144
25145 \begin_layout Plain Layout
25146 c
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155 d
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164 e
25165 \end_layout
25166
25167 \end_inset
25168 </cell>
25169 </row>
25170 <row>
25171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175 f
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184 g
25185 \end_layout
25186
25187 \end_inset
25188 </cell>
25189 <cell alignment="center" valignment="top" topline="true" usebox="none">
25190 \begin_inset Text
25191
25192 \begin_layout Plain Layout
25193 h
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25199 \begin_inset Text
25200
25201 \begin_layout Plain Layout
25202 i
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211 j
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 </row>
25217 <row>
25218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222 \begin_inset ERT
25223 status collapsed
25224
25225 \begin_layout Plain Layout
25226
25227
25228 \backslash
25229 hdashline 
25230 \end_layout
25231
25232 \end_inset
25233
25234 k
25235 \end_layout
25236
25237 \end_inset
25238 </cell>
25239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243 l
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252 m
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261 n
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270 o
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 </row>
25276 <row>
25277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Plain Layout
25281 \begin_inset ERT
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285
25286
25287 \backslash
25288 cdashline{4-5}
25289 \end_layout
25290
25291 \end_inset
25292
25293 p
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302 q
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25308 \begin_inset Text
25309
25310 \begin_layout Plain Layout
25311 r
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25317 \begin_inset Text
25318
25319 \begin_layout Plain Layout
25320 s
25321 \end_layout
25322
25323 \end_inset
25324 </cell>
25325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25326 \begin_inset Text
25327
25328 \begin_layout Plain Layout
25329
25330 \end_layout
25331
25332 \end_inset
25333 </cell>
25334 </row>
25335 <row>
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 t
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349 u
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25355 \begin_inset Text
25356
25357 \begin_layout Plain Layout
25358 v
25359 \end_layout
25360
25361 \end_inset
25362 </cell>
25363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367 w
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376 x
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 </row>
25382 </lyxtabular>
25383
25384 \end_inset
25385
25386
25387 \end_layout
25388
25389 \end_inset
25390
25391
25392 \end_layout
25393
25394 \begin_layout Standard
25395 \SpecialChar LyX
25396  does not natively support dashed lines, so you have to use \SpecialChar TeX
25397  Code.
25398  As a prerequisite the \SpecialChar LaTeX
25399  package 
25400 \series bold
25401 arydshln
25402 \series default
25403
25404 \begin_inset Index idx
25405 range none
25406 pageformat default
25407 status collapsed
25408
25409 \begin_layout Plain Layout
25410 \SpecialChar LaTeX
25411  packages
25412 \begin_inset IndexMacro subentry
25413 status open
25414
25415 \begin_layout Plain Layout
25416 arydshln
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \end_inset
25425
25426  must be loaded in the document preamble with the command
25427 \end_layout
25428
25429 \begin_layout Standard
25430
25431 \series bold
25432
25433 \backslash
25434 usepackage{arydshln}
25435 \end_layout
25436
25437 \begin_layout Standard
25438 To make a vertical line dashed, enter the colon 
25439 \begin_inset Quotes eld
25440 \end_inset
25441
25442 :
25443 \begin_inset Quotes erd
25444 \end_inset
25445
25446  together with the character for the horizontal alignment as \SpecialChar LaTeX
25447  argument in
25448  the table cell dialog.
25449 \end_layout
25450
25451 \begin_layout Standard
25452 For a horizontal dashed line add the command
25453 \end_layout
25454
25455 \begin_layout Standard
25456
25457 \series bold
25458
25459 \backslash
25460 hdashline
25461 \end_layout
25462
25463 \begin_layout Standard
25464 in \SpecialChar TeX
25465  Code as first element of the first cell in the table row.
25466 \end_layout
25467
25468 \begin_layout Standard
25469 For dashed multicolumn lines use the command
25470 \end_layout
25471
25472 \begin_layout Standard
25473
25474 \series bold
25475
25476 \backslash
25477 cdashline{line number
25478 \series default
25479 }
25480 \end_layout
25481
25482 \begin_layout Standard
25483 in \SpecialChar TeX
25484  Code as the first element of the first cell in the table row.
25485  If you have for example a multicolumn spanning columns 2 to 4 and you want
25486  to have a dashed line above, add the command
25487 \end_layout
25488
25489 \begin_layout Standard
25490
25491 \series bold
25492
25493 \backslash
25494 cdashline{2-4}
25495 \end_layout
25496
25497 \begin_layout Standard
25498 as the first element of the first cell in the row of the multicolumn.
25499 \end_layout
25500
25501 \begin_layout Standard
25502 \begin_inset VSpace bigskip
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \begin_layout Standard
25509 Table
25510 \begin_inset space ~
25511 \end_inset
25512
25513
25514 \begin_inset CommandInset ref
25515 LatexCommand ref
25516 reference "tab:Table-with-dashed"
25517
25518 \end_inset
25519
25520  was created using 
25521 \begin_inset Quotes eld
25522 \end_inset
25523
25524
25525 \series bold
25526 :c
25527 \series default
25528
25529 \begin_inset Quotes erd
25530 \end_inset
25531
25532  as \SpecialChar LaTeX
25533  argument of the third column.
25534  The \SpecialChar TeX
25535  Code command 
25536 \series bold
25537
25538 \backslash
25539 hdashline
25540 \series default
25541  was inserted in the first cell of the third row and the \SpecialChar TeX
25542  Code command
25543 \begin_inset Newline newline
25544 \end_inset
25545
25546  
25547 \series bold
25548
25549 \backslash
25550 cdashline{4-5}
25551 \series default
25552  was inserted in the first cell of the fourth row.
25553 \end_layout
25554
25555 \begin_layout Standard
25556 \begin_inset VSpace bigskip
25557 \end_inset
25558
25559
25560 \end_layout
25561
25562 \begin_layout Standard
25563 Tables with dashed lines can also be colored as shown by Table
25564 \begin_inset space ~
25565 \end_inset
25566
25567
25568 \begin_inset CommandInset ref
25569 LatexCommand ref
25570 reference "tab:Colored-table-with"
25571
25572 \end_inset
25573
25574 .
25575 \end_layout
25576
25577 \begin_layout Standard
25578 \begin_inset ERT
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582
25583
25584 \backslash
25585 setlength{
25586 \backslash
25587 arrayrulewidth}{1pt}
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \begin_inset Note Note
25594 status collapsed
25595
25596 \begin_layout Plain Layout
25597 thicker lines for better visualization of the line color
25598 \end_layout
25599
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \begin_layout Standard
25606 \begin_inset ERT
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610
25611
25612 \backslash
25613 dashgapcolor{green}
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \begin_inset Note Note
25620 status collapsed
25621
25622 \begin_layout Plain Layout
25623 color gaps between dashes green
25624 \end_layout
25625
25626 \end_inset
25627
25628
25629 \end_layout
25630
25631 \begin_layout Standard
25632 \begin_inset ERT
25633 status collapsed
25634
25635 \begin_layout Plain Layout
25636
25637
25638 \backslash
25639 let
25640 \backslash
25641 myHdashline
25642 \backslash
25643 hdashline
25644 \end_layout
25645
25646 \begin_layout Plain Layout
25647
25648
25649 \backslash
25650 renewcommand{
25651 \backslash
25652 hdashline}
25653 \end_layout
25654
25655 \begin_layout Plain Layout
25656
25657  {
25658 \backslash
25659 arrayrulecolor{red}
25660 \backslash
25661 myHdashline
25662 \backslash
25663 arrayrulecolor{black}}
25664 \end_layout
25665
25666 \end_inset
25667
25668
25669 \begin_inset Note Note
25670 status collapsed
25671
25672 \begin_layout Plain Layout
25673 color horizontal, dashed lines red
25674 \end_layout
25675
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \begin_layout Standard
25682 \begin_inset ERT
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686
25687
25688 \backslash
25689 let
25690 \backslash
25691 myCdashline
25692 \backslash
25693 cdashline
25694 \end_layout
25695
25696 \begin_layout Plain Layout
25697
25698
25699 \backslash
25700 renewcommand{
25701 \backslash
25702 cdashline}[1]
25703 \end_layout
25704
25705 \begin_layout Plain Layout
25706
25707  {
25708 \backslash
25709 arrayrulecolor{yellow}
25710 \backslash
25711 myCdashline{#1}
25712 \backslash
25713 arrayrulecolor{black}}
25714 \end_layout
25715
25716 \end_inset
25717
25718
25719 \begin_inset Note Note
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723 color partial horizontal, dashed lines yellow
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \begin_layout Standard
25732 \begin_inset Float table
25733 placement h
25734 alignment document
25735 wide false
25736 sideways false
25737 status open
25738
25739 \begin_layout Plain Layout
25740 \begin_inset Caption Standard
25741
25742 \begin_layout Plain Layout
25743 \begin_inset CommandInset label
25744 LatexCommand label
25745 name "tab:Colored-table-with"
25746
25747 \end_inset
25748
25749 Colored table with dashed lines
25750 \end_layout
25751
25752 \end_inset
25753
25754
25755 \end_layout
25756
25757 \begin_layout Plain Layout
25758 \align center
25759 \begin_inset Tabular
25760 <lyxtabular version="3" rows="5" columns="5">
25761 <features tabularvalignment="middle">
25762 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
25763 <column alignment="center" valignment="top" width="0pt">
25764 <column alignment="center" valignment="top" width="0pt" special=":c">
25765 <column alignment="center" valignment="top">
25766 <column alignment="center" valignment="top">
25767 <row>
25768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772 a
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" topline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 b
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" topline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790 c
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799 d
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 e
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 </row>
25814 <row>
25815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819 f
25820 \end_layout
25821
25822 \end_inset
25823 </cell>
25824 <cell alignment="center" valignment="top" topline="true" usebox="none">
25825 \begin_inset Text
25826
25827 \begin_layout Plain Layout
25828 g
25829 \end_layout
25830
25831 \end_inset
25832 </cell>
25833 <cell alignment="center" valignment="top" topline="true" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Plain Layout
25837 h
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846 i
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25852 \begin_inset Text
25853
25854 \begin_layout Plain Layout
25855 j
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 </row>
25861 <row>
25862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25863 \begin_inset Text
25864
25865 \begin_layout Plain Layout
25866 \begin_inset ERT
25867 status collapsed
25868
25869 \begin_layout Plain Layout
25870
25871
25872 \backslash
25873 hdashline 
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \begin_inset ERT
25880 status collapsed
25881
25882 \begin_layout Plain Layout
25883
25884
25885 \backslash
25886 rowcolor{Gray}
25887 \end_layout
25888
25889 \end_inset
25890
25891 k
25892 \end_layout
25893
25894 \end_inset
25895 </cell>
25896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25897 \begin_inset Text
25898
25899 \begin_layout Plain Layout
25900 l
25901 \end_layout
25902
25903 \end_inset
25904 </cell>
25905 <cell alignment="center" valignment="top" usebox="none">
25906 \begin_inset Text
25907
25908 \begin_layout Plain Layout
25909 m
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25915 \begin_inset Text
25916
25917 \begin_layout Plain Layout
25918 n
25919 \end_layout
25920
25921 \end_inset
25922 </cell>
25923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25924 \begin_inset Text
25925
25926 \begin_layout Plain Layout
25927 o
25928 \end_layout
25929
25930 \end_inset
25931 </cell>
25932 </row>
25933 <row>
25934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25935 \begin_inset Text
25936
25937 \begin_layout Plain Layout
25938 \begin_inset ERT
25939 status collapsed
25940
25941 \begin_layout Plain Layout
25942
25943
25944 \backslash
25945 cdashline{4-5}
25946 \end_layout
25947
25948 \end_inset
25949
25950 p
25951 \end_layout
25952
25953 \end_inset
25954 </cell>
25955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25956 \begin_inset Text
25957
25958 \begin_layout Plain Layout
25959 q
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 r
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Plain Layout
25977 s
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986
25987 \end_layout
25988
25989 \end_inset
25990 </cell>
25991 </row>
25992 <row>
25993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Plain Layout
25997 t
25998 \end_layout
25999
26000 \end_inset
26001 </cell>
26002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26003 \begin_inset Text
26004
26005 \begin_layout Plain Layout
26006 u
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015 v
26016 \end_layout
26017
26018 \end_inset
26019 </cell>
26020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Plain Layout
26024 w
26025 \end_layout
26026
26027 \end_inset
26028 </cell>
26029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26030 \begin_inset Text
26031
26032 \begin_layout Plain Layout
26033 \begin_inset ERT
26034 status collapsed
26035
26036 \begin_layout Plain Layout
26037
26038
26039 \backslash
26040 cellcolor{Maroon}
26041 \end_layout
26042
26043 \end_inset
26044
26045 i
26046 \end_layout
26047
26048 \end_inset
26049 </cell>
26050 </row>
26051 </lyxtabular>
26052
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \end_inset
26059
26060
26061 \end_layout
26062
26063 \begin_layout Standard
26064 \begin_inset ERT
26065 status collapsed
26066
26067 \begin_layout Plain Layout
26068
26069
26070 \backslash
26071 renewcommand{
26072 \backslash
26073 hdashline}{
26074 \backslash
26075 myHdashline}
26076 \end_layout
26077
26078 \end_inset
26079
26080
26081 \begin_inset Note Note
26082 status collapsed
26083
26084 \begin_layout Plain Layout
26085 reset to default
26086 \end_layout
26087
26088 \end_inset
26089
26090
26091 \end_layout
26092
26093 \begin_layout Standard
26094 \begin_inset ERT
26095 status collapsed
26096
26097 \begin_layout Plain Layout
26098
26099
26100 \backslash
26101 renewcommand{
26102 \backslash
26103 cdashline}{
26104 \backslash
26105 myCdashline}
26106 \end_layout
26107
26108 \end_inset
26109
26110
26111 \begin_inset Note Note
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115 reset to default
26116 \end_layout
26117
26118 \end_inset
26119
26120
26121 \end_layout
26122
26123 \begin_layout Standard
26124 \begin_inset ERT
26125 status collapsed
26126
26127 \begin_layout Plain Layout
26128
26129
26130 \backslash
26131 nodashgapcolor
26132 \end_layout
26133
26134 \end_inset
26135
26136
26137 \begin_inset Note Note
26138 status collapsed
26139
26140 \begin_layout Plain Layout
26141 reset to default
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \begin_layout Standard
26150 \begin_inset ERT
26151 status collapsed
26152
26153 \begin_layout Plain Layout
26154
26155
26156 \backslash
26157 setlength{
26158 \backslash
26159 arrayrulewidth}{0.4pt}
26160 \end_layout
26161
26162 \end_inset
26163
26164
26165 \begin_inset Note Note
26166 status collapsed
26167
26168 \begin_layout Plain Layout
26169 reset to default
26170 \end_layout
26171
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \begin_layout Standard
26178 The coloring of lines, columns and lines works as decribed in section
26179 \begin_inset space ~
26180 \end_inset
26181
26182
26183 \begin_inset CommandInset ref
26184 LatexCommand ref
26185 reference "sec:Colored-Tables"
26186
26187 \end_inset
26188
26189 .
26190  Coloring horizontal lines works analogically as described there as well,
26191  one only needs to replace in the commands 
26192 \series bold
26193
26194 \backslash
26195 myHlineC
26196 \series default
26197  by 
26198 \series bold
26199
26200 \backslash
26201 myHdashline
26202 \series default
26203  and 
26204 \backslash
26205
26206 \series bold
26207 hline
26208 \series default
26209  by 
26210 \series bold
26211
26212 \backslash
26213 hdashline
26214 \series default
26215 ; so one uses the command
26216 \end_layout
26217
26218 \begin_layout Standard
26219
26220 \series bold
26221
26222 \backslash
26223 let
26224 \backslash
26225 myHdashline
26226 \backslash
26227 hdashline
26228 \begin_inset Newline newline
26229 \end_inset
26230
26231
26232 \backslash
26233 renewcommand{
26234 \backslash
26235 hdashline}
26236 \begin_inset Newline newline
26237 \end_inset
26238
26239
26240 \begin_inset Phantom HPhantom
26241 status open
26242
26243 \begin_layout Plain Layout
26244 \begin_inset space ~
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \end_inset
26251
26252 {
26253 \backslash
26254 arrayrulecolor{red}
26255 \backslash
26256 myHdashline
26257 \backslash
26258 arrayrulecolor{black}}
26259 \end_layout
26260
26261 \begin_layout Standard
26262 To color 
26263 \series bold
26264
26265 \backslash
26266 cdashline
26267 \series default
26268 , the command is
26269 \end_layout
26270
26271 \begin_layout Standard
26272
26273 \series bold
26274
26275 \backslash
26276 let
26277 \backslash
26278 myCdashline
26279 \backslash
26280 cdashline
26281 \begin_inset Newline newline
26282 \end_inset
26283
26284
26285 \backslash
26286 renewcommand{
26287 \backslash
26288 cdashline}[1]
26289 \begin_inset Newline newline
26290 \end_inset
26291
26292
26293 \begin_inset Phantom HPhantom
26294 status open
26295
26296 \begin_layout Plain Layout
26297 \begin_inset space ~
26298 \end_inset
26299
26300
26301 \end_layout
26302
26303 \end_inset
26304
26305 {
26306 \backslash
26307 arrayrulecolor{red}
26308 \backslash
26309 myCdashline{#1}
26310 \backslash
26311 arrayrulecolor{black}}
26312 \end_layout
26313
26314 \begin_layout Standard
26315 To get back the black line color, one needs to insert the following commands
26316  as \SpecialChar TeX
26317  Code behind the table:
26318 \end_layout
26319
26320 \begin_layout Standard
26321 For 
26322 \series bold
26323
26324 \backslash
26325 hdashline
26326 \end_layout
26327
26328 \begin_layout Standard
26329
26330 \series bold
26331
26332 \backslash
26333 renewcommand{
26334 \backslash
26335 hdashline}{
26336 \backslash
26337 myHdashline}
26338 \end_layout
26339
26340 \begin_layout Standard
26341 and for 
26342 \series bold
26343
26344 \backslash
26345 cdashline
26346 \end_layout
26347
26348 \begin_layout Standard
26349
26350 \series bold
26351
26352 \backslash
26353 renewcommand{
26354 \backslash
26355 cdashline}{
26356 \backslash
26357 myCdashline}
26358 \end_layout
26359
26360 \begin_layout Standard
26361 To color the gaps between the dashes the command
26362 \end_layout
26363
26364 \begin_layout Standard
26365
26366 \series bold
26367
26368 \backslash
26369 dashgapcolor{color}
26370 \end_layout
26371
26372 \begin_layout Standard
26373 can be used in front of a table as \SpecialChar TeX
26374  Code.
26375  color is hereby the name of a defined color.
26376  The command
26377 \end_layout
26378
26379 \begin_layout Standard
26380
26381 \series bold
26382
26383 \backslash
26384 nodashgapcolor
26385 \end_layout
26386
26387 \begin_layout Standard
26388 unsets the changes made by 
26389 \series bold
26390
26391 \backslash
26392 dashgapcolor
26393 \series default
26394 .
26395 \end_layout
26396
26397 \begin_layout Standard
26398 \begin_inset Note Greyedout
26399 status open
26400
26401 \begin_layout Plain Layout
26402
26403 \series bold
26404 \color none
26405 Note
26406 \series default
26407 : If there are multiple commands in a cell, the command of 
26408 \series bold
26409 arydshln
26410 \series default
26411  needs to be the first one in the cell.
26412  Therefore in cell 
26413 \emph on
26414 k
26415 \emph default
26416  of Table
26417 \begin_inset space ~
26418 \end_inset
26419
26420
26421 \begin_inset CommandInset ref
26422 LatexCommand ref
26423 reference "tab:Colored-table-with"
26424
26425 \end_inset
26426
26427  the command 
26428 \series bold
26429
26430 \backslash
26431 hdashline
26432 \series default
26433  is before 
26434 \series bold
26435
26436 \backslash
26437 rowcolor
26438 \series default
26439 .
26440 \end_layout
26441
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Standard
26448 \begin_inset Note Greyedout
26449 status open
26450
26451 \begin_layout Plain Layout
26452
26453 \series bold
26454 \color none
26455 Note:
26456 \series default
26457  The \SpecialChar LaTeX
26458 -package 
26459 \series bold
26460 arydshln
26461 \series default
26462  must be loaded in the document preamble before the \SpecialChar LaTeX
26463 -package 
26464 \series bold
26465 colortbl
26466 \series default
26467
26468 \begin_inset Index idx
26469 range none
26470 pageformat default
26471 status collapsed
26472
26473 \begin_layout Plain Layout
26474 \SpecialChar LaTeX
26475  packages
26476 \begin_inset IndexMacro subentry
26477 status open
26478
26479 \begin_layout Plain Layout
26480 colortbl
26481 \end_layout
26482
26483 \end_inset
26484
26485
26486 \end_layout
26487
26488 \end_inset
26489
26490 .
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Standard
26499 \begin_inset ERT
26500 status collapsed
26501
26502 \begin_layout Plain Layout
26503
26504
26505 \backslash
26506 else
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \begin_inset Note Note
26513 status open
26514
26515 \begin_layout Plain Layout
26516 The following will be displayed when the \SpecialChar LaTeX
26517 -package 
26518 \series bold
26519 arydshln
26520 \series default
26521  is not installed:
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \end_layout
26528
26529 \begin_layout Standard
26530 You need to install the package 
26531 \series bold
26532 arydshln
26533 \series default
26534  to see the content of this section in the output.
26535 \end_layout
26536
26537 \begin_layout Standard
26538 \begin_inset ERT
26539 status collapsed
26540
26541 \begin_layout Plain Layout
26542
26543
26544 \backslash
26545 fi
26546 \end_layout
26547
26548 \end_inset
26549
26550
26551 \end_layout
26552
26553 \begin_layout Standard
26554 For more information about dashed lines see the documentation of 
26555 \series bold
26556 arydshln
26557 \series default
26558
26559 \begin_inset CommandInset citation
26560 LatexCommand cite
26561 key "arydshln"
26562 literal "true"
26563
26564 \end_inset
26565
26566 .
26567 \end_layout
26568
26569 \begin_layout Chapter
26570 Floats
26571 \begin_inset CommandInset label
26572 LatexCommand label
26573 name "chap:Floats"
26574
26575 \end_inset
26576
26577
26578 \begin_inset Index idx
26579 range none
26580 pageformat default
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584 Floats
26585 \end_layout
26586
26587 \end_inset
26588
26589
26590 \end_layout
26591
26592 \begin_layout Section
26593 Introduction
26594 \begin_inset CommandInset label
26595 LatexCommand label
26596 name "sec:FloatIntroduction"
26597
26598 \end_inset
26599
26600
26601 \begin_inset Index idx
26602 range none
26603 pageformat default
26604 status collapsed
26605
26606 \begin_layout Plain Layout
26607 Floats
26608 \begin_inset IndexMacro subentry
26609 status open
26610
26611 \begin_layout Plain Layout
26612 Introduction
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \begin_layout Standard
26626 A float is a block of text associated with some sort of label, which doesn't
26627  have a fixed location.
26628  It can 
26629 \begin_inset Quotes eld
26630 \end_inset
26631
26632 float
26633 \begin_inset Quotes erd
26634 \end_inset
26635
26636  forward or backward a page or two, to wherever it fits best.
26637  
26638 \family sans
26639 Footnotes
26640 \family default
26641  and 
26642 \family sans
26643 Margin
26644 \begin_inset space ~
26645 \end_inset
26646
26647 Notes
26648 \family default
26649  are also floats because they can float to the next page when there are
26650  too many notes on the page.
26651 \end_layout
26652
26653 \begin_layout Standard
26654 Floats allow a high quality layout.
26655  Images and tables can be spread evenly among the pages to avoid white space
26656  and pages without text.
26657  As the floating often destroys the context between the text and the image/table
26658 , every float can be referenced in the text.
26659  Floats are therefore numbered.
26660  Referencing is described in section
26661 \begin_inset space ~
26662 \end_inset
26663
26664
26665 \begin_inset CommandInset ref
26666 LatexCommand ref
26667 reference "sec:Referencing-Floats"
26668
26669 \end_inset
26670
26671 .
26672 \end_layout
26673
26674 \begin_layout Standard
26675 To insert a float, use the menu 
26676 \family sans
26677 Insert\SpecialChar menuseparator
26678 Float
26679 \family default
26680  (toolbar button 
26681 \begin_inset Info
26682 type  "icon"
26683 arg   "float-insert figure"
26684 \end_inset
26685
26686  or 
26687 \begin_inset Info
26688 type  "icon"
26689 arg   "float-insert table"
26690 \end_inset
26691
26692 ).
26693  This inserts the 
26694 \family sans
26695 Caption
26696 \family default
26697  inset, a box with a label.
26698  The label will automatically be translated to the document language in
26699  the output.
26700  After the label you can insert the caption text.
26701  The image or table is inserted above or below the caption in a separate
26702  paragraph within the float.
26703  More about the caption placement is contained in section
26704 \begin_inset space ~
26705 \end_inset
26706
26707
26708 \begin_inset CommandInset ref
26709 LatexCommand ref
26710 reference "sec:Caption-Placement"
26711
26712 \end_inset
26713
26714 .
26715  To keep your \SpecialChar LyX
26716  document readable, you can open and close the float box by
26717  left-clicking on the box label.
26718  A closed float box looks like this: 
26719 \begin_inset Graphics
26720         filename clipart/float.png
26721         scale 95
26722         scaleBeforeRotation
26723
26724 \end_inset
26725
26726  â€“ a gray button with a red label.
26727 \end_layout
26728
26729 \begin_layout Standard
26730 It is recommended that you insert floats as separate standard paragraphs
26731  to avoid possible \SpecialChar LaTeX
26732 -errors that can occur when the surrounding text is specially
26733  formatted.
26734 \end_layout
26735
26736 \begin_layout Standard
26737 Existing figures or tables can be put into a float by highlighting them
26738  and then pressing the corresponding toolbar button for a new float.
26739 \end_layout
26740
26741 \begin_layout Section
26742 Float Types
26743 \end_layout
26744
26745 \begin_layout Standard
26746 Besides figure and table floats that are described in sections
26747 \begin_inset space ~
26748 \end_inset
26749
26750
26751 \begin_inset CommandInset ref
26752 LatexCommand ref
26753 reference "sec:Figure-Floats"
26754
26755 \end_inset
26756
26757  and 
26758 \begin_inset CommandInset ref
26759 LatexCommand ref
26760 reference "sec:Table-Floats"
26761
26762 \end_inset
26763
26764  respectively, \SpecialChar LyX
26765  offers the float types 
26766 \family sans
26767 Algorithm
26768 \family default
26769  and 
26770 \family sans
26771 Wrap
26772 \family default
26773 .
26774  The latter are explained in sec.
26775 \begin_inset space \thinspace{}
26776 \end_inset
26777
26778
26779 \begin_inset CommandInset ref
26780 LatexCommand ref
26781 reference "sec:Wrap-Floats"
26782
26783 \end_inset
26784
26785 .
26786 \end_layout
26787
26788 \begin_layout Subsection
26789 Algorithm Floats
26790 \begin_inset Index idx
26791 range none
26792 pageformat default
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796 Floats
26797 \begin_inset IndexMacro subentry
26798 status open
26799
26800 \begin_layout Plain Layout
26801 Algorithms
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \begin_layout Standard
26815 \begin_inset Float algorithm
26816 placement h
26817 alignment document
26818 wide false
26819 sideways false
26820 status open
26821
26822 \begin_layout Plain Layout
26823 \begin_inset Caption Standard
26824
26825 \begin_layout Plain Layout
26826 \begin_inset CommandInset label
26827 LatexCommand label
26828 name "alg:Example-Algorithm-float"
26829
26830 \end_inset
26831
26832 Example Algorithm float
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \begin_layout LyX-Code
26841 for I in 1..N loop
26842 \begin_inset Newline newline
26843 \end_inset
26844
26845  Sum := Sum + A(I); /* comment */
26846 \begin_inset Newline newline
26847 \end_inset
26848
26849 end loop
26850 \begin_inset VSpace -4mm
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \begin_layout Standard
26862 This float type is inserted with the menu 
26863 \family sans
26864 Insert\SpecialChar menuseparator
26865 Float\SpecialChar menuseparator
26866 Algorithm
26867 \family default
26868 .
26869  It is used for program codes and descriptions of algorithms and can be
26870  seen as an alternative to program code listings that are explained in chapter
26871 \begin_inset space ~
26872 \end_inset
26873
26874
26875 \begin_inset CommandInset ref
26876 LatexCommand ref
26877 reference "cha:Program-Code-Listings"
26878
26879 \end_inset
26880
26881 .
26882  A possible environment for algorithms is the 
26883 \family sans
26884 \SpecialChar LyX
26885  Code
26886 \family default
26887 , described in \SpecialChar LyX
26888 's 
26889 \emph on
26890 Userguide
26891 \emph default
26892 .
26893  Algorithm
26894 \begin_inset space ~
26895 \end_inset
26896
26897
26898 \begin_inset CommandInset ref
26899 LatexCommand ref
26900 reference "alg:Example-Algorithm-float"
26901
26902 \end_inset
26903
26904  is an example of an algorithm float where -4
26905 \begin_inset space \thinspace{}
26906 \end_inset
26907
26908 mm vertical space was added at the end of the float to have the bottom rule
26909  exactly below the last text line.
26910 \end_layout
26911
26912 \begin_layout Standard
26913 The float label is not automatically translated into the document language.
26914  If your document is not in English, you have to do this manually by adding
26915  the following line to the document preamble
26916 \series bold
26917 :
26918 \end_layout
26919
26920 \begin_layout Standard
26921
26922 \series bold
26923
26924 \backslash
26925 floatname{algorithm}{your
26926 \begin_inset space ~
26927 \end_inset
26928
26929 name}
26930 \end_layout
26931
26932 \begin_layout Standard
26933 where 
26934 \family sans
26935 your
26936 \begin_inset space ~
26937 \end_inset
26938
26939 name
26940 \family default
26941  is the word 
26942 \begin_inset Quotes eld
26943 \end_inset
26944
26945
26946 \emph on
26947 algorithm
26948 \emph default
26949
26950 \begin_inset Quotes erd
26951 \end_inset
26952
26953  in your language.
26954 \end_layout
26955
26956 \begin_layout Standard
26957 To insert the list of algorithms you can use the menu 
26958 \family sans
26959 Insert\SpecialChar menuseparator
26960 List
26961 \begin_inset space \thinspace{}
26962 \end_inset
26963
26964 /
26965 \begin_inset space \thinspace{}
26966 \end_inset
26967
26968 TOC\SpecialChar menuseparator
26969 List of Algorithms
26970 \family default
26971  when your document has the same language as \SpecialChar LyX
26972 's menu names.
26973  In other cases use this command in \SpecialChar TeX
26974  Code instead:
26975 \end_layout
26976
26977 \begin_layout Standard
26978
26979 \series bold
26980
26981 \backslash
26982 listof{algorithm}{your
26983 \begin_inset space ~
26984 \end_inset
26985
26986 name}
26987 \end_layout
26988
26989 \begin_layout Standard
26990 where 
26991 \family sans
26992 your
26993 \begin_inset space ~
26994 \end_inset
26995
26996 name
26997 \family default
26998  is the word 
26999 \begin_inset Quotes eld
27000 \end_inset
27001
27002
27003 \emph on
27004 List of Algorithm
27005 \emph default
27006 s
27007 \begin_inset Quotes erd
27008 \end_inset
27009
27010  in your language.
27011 \end_layout
27012
27013 \begin_layout Standard
27014 Algorithm floats are not by default numbered in the scheme 
27015 \begin_inset Quotes eld
27016 \end_inset
27017
27018 chapter.algorithm
27019 \begin_inset Quotes erd
27020 \end_inset
27021
27022  as is the case for table and figure floats in many document-classes.
27023  To number algorithm floats in the same scheme, add this command to your
27024  document preamble:
27025 \end_layout
27026
27027 \begin_layout Standard
27028
27029 \series bold
27030
27031 \backslash
27032 numberwithin{algorithm}{chapter}
27033 \end_layout
27034
27035 \begin_layout Standard
27036 To be able to use the command 
27037 \series bold
27038
27039 \backslash
27040 numberwithin
27041 \series default
27042 , set in the tab 
27043 \family sans
27044 Math
27045 \begin_inset space ~
27046 \end_inset
27047
27048 Options
27049 \family default
27050  in the document settings the option 
27051 \family sans
27052 Use
27053 \begin_inset space ~
27054 \end_inset
27055
27056 AMS
27057 \begin_inset space ~
27058 \end_inset
27059
27060 math
27061 \begin_inset space ~
27062 \end_inset
27063
27064 package
27065 \family default
27066 .
27067 \end_layout
27068
27069 \begin_layout Section
27070 Float Numbering
27071 \begin_inset Index idx
27072 range none
27073 pageformat default
27074 status collapsed
27075
27076 \begin_layout Plain Layout
27077 Floats
27078 \begin_inset IndexMacro subentry
27079 status open
27080
27081 \begin_layout Plain Layout
27082 Numbering
27083 \end_layout
27084
27085 \end_inset
27086
27087
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \end_layout
27094
27095 \begin_layout Standard
27096 Floats are usually numbered either independently from the sections the floats
27097  are in, or in the scheme 
27098 \begin_inset Quotes eld
27099 \end_inset
27100
27101 chapter.number
27102 \begin_inset Quotes erd
27103 \end_inset
27104
27105  or 
27106 \begin_inset Quotes eld
27107 \end_inset
27108
27109 section.number
27110 \begin_inset Quotes erd
27111 \end_inset
27112
27113 .
27114  This depends on the document class used.
27115 \end_layout
27116
27117 \begin_layout Standard
27118 To change section-independent numbering, you can use this command in the
27119  document preamble:
27120 \end_layout
27121
27122 \begin_layout Standard
27123
27124 \series bold
27125
27126 \backslash
27127 renewcommand{
27128 \backslash
27129 thetable}{
27130 \backslash
27131 roman{table}}
27132 \end_layout
27133
27134 \begin_layout Standard
27135
27136 \series bold
27137
27138 \backslash
27139 thetable
27140 \series default
27141  is the command that prints the table number.
27142  For figure floats, the command would be 
27143 \series bold
27144
27145 \backslash
27146 thefigure
27147 \series default
27148 .
27149  
27150 \series bold
27151
27152 \backslash
27153 roman
27154 \series default
27155  in the command above prints the table number as a small roman number.
27156 \end_layout
27157
27158 \begin_layout Standard
27159 To change the numbering scheme for example to 
27160 \begin_inset Quotes eld
27161 \end_inset
27162
27163 subsection.number
27164 \begin_inset Quotes erd
27165 \end_inset
27166
27167 , use this command in the preamble:
27168 \end_layout
27169
27170 \begin_layout Standard
27171
27172 \series bold
27173
27174 \backslash
27175 numberwithin{table}{subsection}
27176 \end_layout
27177
27178 \begin_layout Standard
27179 To be able to use the command 
27180 \series bold
27181
27182 \backslash
27183 numberwithin
27184 \series default
27185 , set in the tab 
27186 \family sans
27187 Math
27188 \begin_inset space ~
27189 \end_inset
27190
27191 Options
27192 \family default
27193  in the document settings the option 
27194 \family sans
27195 Use
27196 \begin_inset space ~
27197 \end_inset
27198
27199 AMS
27200 \begin_inset space ~
27201 \end_inset
27202
27203 math
27204 \begin_inset space ~
27205 \end_inset
27206
27207 package
27208 \family default
27209 .
27210 \end_layout
27211
27212 \begin_layout Standard
27213 Please also have a look at section
27214 \begin_inset space ~
27215 \end_inset
27216
27217
27218 \begin_inset CommandInset ref
27219 LatexCommand ref
27220 reference "subsec:Footnote-Numbering"
27221
27222 \end_inset
27223
27224  for the details and important notes about the numbering commands.
27225 \end_layout
27226
27227 \begin_layout Section
27228 Referencing Floats
27229 \begin_inset CommandInset label
27230 LatexCommand label
27231 name "sec:Referencing-Floats"
27232
27233 \end_inset
27234
27235
27236 \begin_inset Index idx
27237 range none
27238 pageformat default
27239 status collapsed
27240
27241 \begin_layout Plain Layout
27242 Floats
27243 \begin_inset IndexMacro subentry
27244 status open
27245
27246 \begin_layout Plain Layout
27247 References
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \end_inset
27256
27257
27258 \begin_inset Index idx
27259 range none
27260 pageformat default
27261 status collapsed
27262
27263 \begin_layout Plain Layout
27264 References
27265 \begin_inset IndexMacro subentry
27266 status open
27267
27268 \begin_layout Plain Layout
27269 to Floats
27270 \end_layout
27271
27272 \end_inset
27273
27274
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \begin_layout Standard
27283 To reference a float, insert a label into its caption using the menu 
27284 \family sans
27285 Insert\SpecialChar menuseparator
27286 Label
27287 \family default
27288  or the toolbar button 
27289 \begin_inset Info
27290 type  "icon"
27291 arg   "label-insert"
27292 \end_inset
27293
27294 .
27295  A grey label box like this one: 
27296 \begin_inset Graphics
27297         filename clipart/label.png
27298         scaleBeforeRotation
27299
27300 \end_inset
27301
27302  will be inserted and the label window pops up asking for the label text.
27303  \SpecialChar LyX
27304  offers as text the first words of the caption with a prefix.
27305  The prefix depends on the float type, e.
27306 \begin_inset space \thinspace{}
27307 \end_inset
27308
27309 g.
27310 \begin_inset space \space{}
27311 \end_inset
27312
27313 for figure floats the prefix will be "
27314 \family sans
27315 fig:
27316 \family default
27317 ".
27318 \end_layout
27319
27320 \begin_layout Standard
27321 The label is used as anchor and name for the reference.
27322  You can refer to the label using the menu 
27323 \family sans
27324 Insert\SpecialChar menuseparator
27325 Cross-reference
27326 \family default
27327  or the toolbar button 
27328 \begin_inset Info
27329 type  "icon"
27330 arg   "dialog-show-new-inset ref"
27331 \end_inset
27332
27333 .
27334  The cross-reference window appears showing all labels of the document.
27335  If you have multiple \SpecialChar LyX
27336  documents opened, choose the one you are working
27337  on from the drop-list at the top of the dialog.
27338  You can now sort the labels alphabetically and then choose one.
27339  A grey cross-reference box like this one: 
27340 \begin_inset Graphics
27341         filename clipart/reference.png
27342         scaleBeforeRotation
27343
27344 \end_inset
27345
27346  will be inserted.
27347  At the position of the cross-reference box the float number will appear
27348  in the output.
27349 \end_layout
27350
27351 \begin_layout Standard
27352 It is recommended that you use a 
27353 \change_deleted 177693 1654669168
27354 protected
27355 \change_inserted 177693 1654669170
27356 non-breaking
27357 \change_unchanged
27358  space between the cross-reference name and its number to avoid line breaks
27359  between them.
27360  If a cross-reference refers to a non-existing label, you will see two question
27361  marks in the output instead of the reference.
27362 \end_layout
27363
27364 \begin_layout Standard
27365 You can change labels at any time by clicking on the label box.
27366  References to the changed label will automatically update their links to
27367  the new label text.
27368 \end_layout
27369
27370 \begin_layout Standard
27371 The button 
27372 \family sans
27373 Go
27374 \begin_inset space ~
27375 \end_inset
27376
27377 to
27378 \begin_inset space ~
27379 \end_inset
27380
27381 Label
27382 \family default
27383  in the cross-reference window sets the cursor before the referred label.
27384  The button text changes then to Go
27385 \begin_inset space ~
27386 \end_inset
27387
27388 Back and you can use it to set the cursor back to the cross-reference.
27389 \end_layout
27390
27391 \begin_layout Subsection
27392 Cross-Reference Formats
27393 \begin_inset CommandInset label
27394 LatexCommand label
27395 name "subsec:Cross-Reference-Formats"
27396
27397 \end_inset
27398
27399
27400 \begin_inset Index idx
27401 range none
27402 pageformat default
27403 status collapsed
27404
27405 \begin_layout Plain Layout
27406 References
27407 \begin_inset IndexMacro subentry
27408 status open
27409
27410 \begin_layout Plain Layout
27411 Formats
27412 \end_layout
27413
27414 \end_inset
27415
27416
27417 \end_layout
27418
27419 \end_inset
27420
27421
27422 \end_layout
27423
27424 \begin_layout Standard
27425 There are six varieties of cross-references:
27426 \end_layout
27427
27428 \begin_layout Description
27429 <reference>: prints the float number, this is the default: 
27430 \begin_inset CommandInset ref
27431 LatexCommand ref
27432 reference "fig:Two-distorted-images"
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \begin_layout Description
27440 (<reference>): prints the float number within two parentheses, this is the
27441  style normally used to reference formulas, especially when the reference
27442  name 
27443 \begin_inset Quotes eld
27444 \end_inset
27445
27446 Equation
27447 \begin_inset Quotes erd
27448 \end_inset
27449
27450  is omitted: 
27451 \begin_inset CommandInset ref
27452 LatexCommand eqref
27453 reference "eq:Wgn"
27454
27455 \end_inset
27456
27457
27458 \end_layout
27459
27460 \begin_layout Description
27461 <page>: prints the page number: Page
27462 \begin_inset space ~
27463 \end_inset
27464
27465
27466 \begin_inset CommandInset ref
27467 LatexCommand pageref
27468 reference "fig:Two-distorted-images"
27469
27470 \end_inset
27471
27472
27473 \end_layout
27474
27475 \begin_layout Description
27476 on
27477 \begin_inset space ~
27478 \end_inset
27479
27480 page
27481 \begin_inset space ~
27482 \end_inset
27483
27484 <page>: prints the text "on page" and the page number: 
27485 \begin_inset CommandInset ref
27486 LatexCommand vpageref
27487 reference "fig:Two-distorted-images"
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_layout Description
27495 <reference>
27496 \begin_inset space ~
27497 \end_inset
27498
27499 on
27500 \begin_inset space ~
27501 \end_inset
27502
27503 page
27504 \begin_inset space ~
27505 \end_inset
27506
27507 <page>: prints the float number, the text "on page", and the page number:
27508  
27509 \begin_inset CommandInset ref
27510 LatexCommand vref
27511 reference "fig:Two-distorted-images"
27512
27513 \end_inset
27514
27515
27516 \end_layout
27517
27518 \begin_layout Description
27519 Formatted
27520 \begin_inset space ~
27521 \end_inset
27522
27523 reference: prints a self-defined cross-reference format.
27524 \begin_inset Newline newline
27525 \end_inset
27526
27527
27528 \begin_inset Note Greyedout
27529 status open
27530
27531 \begin_layout Plain Layout
27532
27533 \series bold
27534 Note:
27535 \series default
27536  This feature is only available when you have the \SpecialChar LaTeX
27537 -package 
27538 \series bold
27539 prettyref
27540 \series default
27541  or 
27542 \series bold
27543 refstyle
27544 \series default
27545
27546 \begin_inset Index idx
27547 range none
27548 pageformat default
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552 \SpecialChar LaTeX
27553  packages
27554 \begin_inset IndexMacro subentry
27555 status open
27556
27557 \begin_layout Plain Layout
27558 prettyref
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \begin_inset Index idx
27570 range none
27571 pageformat default
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 \SpecialChar LaTeX
27576  packages
27577 \begin_inset IndexMacro subentry
27578 status open
27579
27580 \begin_layout Plain Layout
27581 refstyle
27582 \end_layout
27583
27584 \end_inset
27585
27586
27587 \end_layout
27588
27589 \end_inset
27590
27591  installed.
27592 \end_layout
27593
27594 \end_inset
27595
27596
27597 \begin_inset Newline newline
27598 \end_inset
27599
27600 You can select which \SpecialChar LaTeX
27601 -package should be used for this feature by setting
27602  the option 
27603 \family sans
27604 Use refstyle (not prettyref) for cross-references
27605 \family default
27606  in the menu 
27607 \family sans
27608 Document\SpecialChar menuseparator
27609 Settings\SpecialChar menuseparator
27610 Document Class
27611 \family default
27612 .
27613  The format is specified by adding the command 
27614 \series bold
27615
27616 \backslash
27617 newrefformat
27618 \series default
27619  (prettyref) or 
27620 \series bold
27621
27622 \backslash
27623 newref
27624 \series default
27625  (refstyle) to the preamble of the document.
27626  For example redefining all references to figures (which have the label
27627  prefix 
27628 \begin_inset Quotes eld
27629 \end_inset
27630
27631
27632 \family sans
27633 fig
27634 \family default
27635
27636 \begin_inset Quotes erd
27637 \end_inset
27638
27639 ) can be done with this command
27640 \begin_inset Newline newline
27641 \end_inset
27642
27643
27644 \series bold
27645
27646 \backslash
27647 newref{fig}{refcmd={Image on page 
27648 \backslash
27649 pageref{#1}}}
27650 \series default
27651
27652 \begin_inset Newline newline
27653 \end_inset
27654
27655 For more information about the format, have a look at the package documentations
27656
27657 \begin_inset CommandInset citation
27658 LatexCommand cite
27659 key "prettyref,refstyle"
27660 literal "true"
27661
27662 \end_inset
27663
27664 .
27665 \begin_inset Newline newline
27666 \end_inset
27667
27668 The options 
27669 \family sans
27670 Plural
27671 \family default
27672  and 
27673 \family sans
27674 Capitalized
27675 \family default
27676  are only available if you use the \SpecialChar LaTeX
27677 -package 
27678 \series bold
27679 refstyle
27680 \series default
27681 .
27682  
27683 \family sans
27684 Plural
27685 \family default
27686  adds an 
27687 \emph on
27688 s
27689 \emph default
27690  to the name, e.
27691 \begin_inset space \thinspace{}
27692 \end_inset
27693
27694 g.
27695 \begin_inset space \space{}
27696 \end_inset
27697
27698
27699 \begin_inset Quotes eld
27700 \end_inset
27701
27702 figures
27703 \begin_inset Quotes erd
27704 \end_inset
27705
27706
27707 \family sans
27708 Capitalized
27709 \family default
27710  outputs the name capitalized, e.
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714 g.
27715 \begin_inset space \space{}
27716 \end_inset
27717
27718
27719 \begin_inset Quotes eld
27720 \end_inset
27721
27722 Figure
27723 \begin_inset Quotes erd
27724 \end_inset
27725
27726 .
27727  Both options can be combined to get e.
27728 \begin_inset space \thinspace{}
27729 \end_inset
27730
27731 g.
27732 \begin_inset space \space{}
27733 \end_inset
27734
27735
27736 \begin_inset Quotes eld
27737 \end_inset
27738
27739 Figures
27740 \begin_inset Quotes erd
27741 \end_inset
27742
27743 .
27744 \end_layout
27745
27746 \begin_layout Description
27747 Textual
27748 \begin_inset space ~
27749 \end_inset
27750
27751 reference: prints the caption of the reference: 
27752 \begin_inset CommandInset ref
27753 LatexCommand nameref
27754 reference "fig:Two-distorted-images"
27755
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \begin_layout Description
27762 Label
27763 \begin_inset space ~
27764 \end_inset
27765
27766 only: prints only the \SpecialChar LaTeX
27767  label for the reference: 
27768 \begin_inset CommandInset ref
27769 LatexCommand labelonly
27770 reference "fig:Two-distorted-images"
27771 plural "false"
27772 caps "false"
27773 noprefix "false"
27774
27775 \end_inset
27776
27777
27778 \begin_inset Newline newline
27779 \end_inset
27780
27781 This allows to use the label for commands in \SpecialChar TeX
27782  code.
27783  With the option 
27784 \family sans
27785 No Prefix
27786 \family default
27787  one can omit the prefix of the label name: 
27788 \begin_inset CommandInset ref
27789 LatexCommand labelonly
27790 reference "fig:Two-distorted-images"
27791 plural "false"
27792 caps "false"
27793 noprefix "true"
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \begin_layout Standard
27801
27802 \family sans
27803 <page>
27804 \family default
27805  will not print the page number if the label is on the previous, the same,
27806  or the next page.
27807  You will e.
27808 \begin_inset space \thinspace{}
27809 \end_inset
27810
27811 g.
27812 \begin_inset space \space{}
27813 \end_inset
27814
27815 see the text 
27816 \begin_inset Quotes eld
27817 \end_inset
27818
27819
27820 \family sans
27821 on this page
27822 \family default
27823
27824 \begin_inset Quotes erd
27825 \end_inset
27826
27827  instead.
27828  The style 
27829 \family sans
27830 <reference> on page <page>
27831 \family default
27832  will not print anything about the page if the label is on the same page.
27833 \end_layout
27834
27835 \begin_layout Standard
27836 The number and current page of the part of the document referred to in the
27837  output is automatically calculated by \SpecialChar LaTeX
27838 .
27839  The varieties are adjusted in the field 
27840 \family sans
27841 Format
27842 \family default
27843  of the cross-reference window that appears when you click on the cross-referenc
27844 e box.
27845 \end_layout
27846
27847 \begin_layout Standard
27848 \begin_inset Note Greyedout
27849 status open
27850
27851 \begin_layout Plain Layout
27852
27853 \series bold
27854 Note:
27855 \series default
27856  It is recommended to use the \SpecialChar LaTeX
27857 -package 
27858 \series bold
27859 refstyle
27860 \series default
27861
27862 \begin_inset Index idx
27863 range none
27864 pageformat default
27865 status collapsed
27866
27867 \begin_layout Plain Layout
27868 \SpecialChar LaTeX
27869  packages
27870 \begin_inset IndexMacro subentry
27871 status open
27872
27873 \begin_layout Plain Layout
27874 refstyle
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \end_inset
27883
27884  because 
27885 \series bold
27886 prettyref
27887 \series default
27888
27889 \begin_inset Index idx
27890 range none
27891 pageformat default
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895 \SpecialChar LaTeX
27896  packages
27897 \begin_inset IndexMacro subentry
27898 status open
27899
27900 \begin_layout Plain Layout
27901 prettyref
27902 \end_layout
27903
27904 \end_inset
27905
27906
27907 \end_layout
27908
27909 \end_inset
27910
27911  does not know all of \SpecialChar LyX
27912 's possible label shortcuts
27913 \begin_inset Foot
27914 status collapsed
27915
27916 \begin_layout Plain Layout
27917 \begin_inset Quotes eld
27918 \end_inset
27919
27920 fig:
27921 \begin_inset Quotes erd
27922 \end_inset
27923
27924  is for example \SpecialChar LyX
27925 's shortcut for labels in figure captions.
27926 \end_layout
27927
27928 \end_inset
27929
27930  and is not internationalized.
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \begin_layout Subsection
27939 Automatic Reference Naming
27940 \begin_inset Index idx
27941 range none
27942 pageformat default
27943 status collapsed
27944
27945 \begin_layout Plain Layout
27946 References
27947 \begin_inset IndexMacro subentry
27948 status open
27949
27950 \begin_layout Plain Layout
27951 Automatic Reference Naming
27952 \end_layout
27953
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \end_layout
27963
27964 \begin_layout Standard
27965 The \SpecialChar LaTeX
27966 -package 
27967 \series bold
27968 hyperref
27969 \series default
27970
27971 \begin_inset Index idx
27972 range none
27973 pageformat default
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 \SpecialChar LaTeX
27978  packages
27979 \begin_inset IndexMacro subentry
27980 status open
27981
27982 \begin_layout Plain Layout
27983 hyperref
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \end_layout
27990
27991 \end_inset
27992
27993 , that is enabled in the 
27994 \family sans
27995 PDF Properties
27996 \family default
27997  of the 
27998 \family sans
27999 Document Settings
28000 \family default
28001  dialog, provides a very useful feature that cross-references automatically
28002  include the name of the referenced floats (or text parts like 
28003 \emph on
28004 section
28005 \emph default
28006 ).
28007  So you will save having to write e.
28008 \begin_inset space \thinspace{}
28009 \end_inset
28010
28011 g.
28012 \begin_inset space \space{}
28013 \end_inset
28014
28015 the name 
28016 \begin_inset Quotes eld
28017 \end_inset
28018
28019 Figure
28020 \begin_inset Quotes erd
28021 \end_inset
28022
28023  before every reference to a figure.
28024  To use this feature, enable 
28025 \series bold
28026 hyperref
28027 \series default
28028  and insert this line to the \SpecialChar LaTeX
28029  preamble:
28030 \end_layout
28031
28032 \begin_layout Standard
28033
28034 \series bold
28035
28036 \backslash
28037 AtBeginDocument{
28038 \backslash
28039 renewcommand{
28040 \backslash
28041 ref}[1]{
28042 \backslash
28043 mbox{
28044 \backslash
28045 autoref{#1}}}}
28046 \end_layout
28047
28048 \begin_layout Standard
28049 When you prefer other reference names than the default ones, for example
28050  you want instead of 
28051 \begin_inset Quotes eld
28052 \end_inset
28053
28054 section
28055 \begin_inset Quotes erd
28056 \end_inset
28057
28058  the name 
28059 \begin_inset Quotes eld
28060 \end_inset
28061
28062 sec.
28063 \begin_inset space \thinspace{}
28064 \end_inset
28065
28066
28067 \begin_inset Quotes eld
28068 \end_inset
28069
28070 , you can redefine the name by inserting this in the preamble:
28071 \end_layout
28072
28073 \begin_layout Standard
28074
28075 \series bold
28076
28077 \backslash
28078 addto
28079 \backslash
28080 extrasenglish{
28081 \backslash
28082 renewcommand{
28083 \backslash
28084 sectionautorefname}
28085 \begin_inset Newline newline
28086 \end_inset
28087
28088
28089 \begin_inset Phantom HPhantom
28090 status open
28091
28092 \begin_layout Plain Layout
28093
28094 \series bold
28095 \begin_inset space ~
28096 \end_inset
28097
28098
28099 \end_layout
28100
28101 \end_inset
28102
28103 {sec.
28104 \backslash
28105 negthinspace}}
28106 \end_layout
28107
28108 \begin_layout Standard
28109 When you are using another document language than English, replace
28110 \begin_inset Newline newline
28111 \end_inset
28112
28113
28114 \series bold
28115
28116 \backslash
28117 extrasenglish
28118 \series default
28119  by 
28120 \series bold
28121
28122 \backslash
28123 extras***
28124 \series default
28125 , where *** is the name of the language used.
28126 \end_layout
28127
28128 \begin_layout Standard
28129 To get automatic names, but not for certain reference types, for example
28130  not for equations, use this preamble code:
28131 \end_layout
28132
28133 \begin_layout Standard
28134
28135 \series bold
28136
28137 \backslash
28138 addto
28139 \backslash
28140 extrasenglish{
28141 \backslash
28142 renewcommand*{
28143 \backslash
28144 equationautorefname}[1]{}}
28145 \end_layout
28146
28147 \begin_layout Standard
28148 More about this topic can be found in 
28149 \series bold
28150 hyperref
28151 \series default
28152 's documentation 
28153 \begin_inset CommandInset citation
28154 LatexCommand cite
28155 key "hyperref"
28156 literal "true"
28157
28158 \end_inset
28159
28160 .
28161 \end_layout
28162
28163 \begin_layout Standard
28164 \begin_inset Note Greyedout
28165 status open
28166
28167 \begin_layout Plain Layout
28168
28169 \series bold
28170 Note:
28171 \series default
28172  Automatic reference naming cannot be used when you use cross-references
28173  in the 
28174 \family sans
28175 Formatted
28176 \begin_inset space ~
28177 \end_inset
28178
28179 reference
28180 \family default
28181  style, as described in section
28182 \begin_inset space ~
28183 \end_inset
28184
28185
28186 \begin_inset CommandInset ref
28187 LatexCommand ref
28188 reference "subsec:Cross-Reference-Formats"
28189
28190 \end_inset
28191
28192 .
28193 \end_layout
28194
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \begin_layout Standard
28201 The 
28202 \emph on
28203 Math
28204 \emph default
28205  manual is an example where automatic reference naming is used.
28206 \end_layout
28207
28208 \begin_layout Subsection
28209 Reference Position
28210 \begin_inset CommandInset label
28211 LatexCommand label
28212 name "subsec:Reference-Position"
28213
28214 \end_inset
28215
28216
28217 \begin_inset Index idx
28218 range none
28219 pageformat default
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223 References
28224 \begin_inset IndexMacro subentry
28225 status open
28226
28227 \begin_layout Plain Layout
28228 Reference Position
28229 \end_layout
28230
28231 \end_inset
28232
28233
28234 \end_layout
28235
28236 \end_inset
28237
28238
28239 \end_layout
28240
28241 \begin_layout Standard
28242 If you use 
28243 \series bold
28244 hyperref
28245 \series default
28246
28247 \begin_inset Index idx
28248 range none
28249 pageformat default
28250 status collapsed
28251
28252 \begin_layout Plain Layout
28253 \SpecialChar LaTeX
28254  packages
28255 \begin_inset IndexMacro subentry
28256 status open
28257
28258 \begin_layout Plain Layout
28259 hyperref
28260 \end_layout
28261
28262 \end_inset
28263
28264
28265 \end_layout
28266
28267 \end_inset
28268
28269  in the 
28270 \family sans
28271 PDF Properties
28272 \family default
28273  of the 
28274 \family sans
28275 Document Settings
28276 \family default
28277  dialog to link cross-references in the output, you will see that clicking
28278  on an image float reference jumps to the image label.
28279  The caption will be the first text part on the screen, so that you cannot
28280  see the image without scrolling.
28281  This is because the reference link anchor is placed at the position of
28282  the label.
28283  With the use of the package 
28284 \series bold
28285 hypcap
28286 \series default
28287
28288 \begin_inset Index idx
28289 range none
28290 pageformat default
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294 \SpecialChar LaTeX
28295  packages
28296 \begin_inset IndexMacro subentry
28297 status open
28298
28299 \begin_layout Plain Layout
28300 hypcap
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \end_inset
28309
28310 , which is part of the \SpecialChar LaTeX
28311 -package 
28312 \series bold
28313 oberdiek
28314 \series default
28315
28316 \begin_inset Index idx
28317 range none
28318 pageformat default
28319 status collapsed
28320
28321 \begin_layout Plain Layout
28322 \SpecialChar LaTeX
28323  packages
28324 \begin_inset IndexMacro subentry
28325 status open
28326
28327 \begin_layout Plain Layout
28328 oberdiek
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \end_inset
28337
28338 , the link anchor is placed at the beginning of a float.
28339  To use this feature for figure floats, load 
28340 \series bold
28341 hypcap
28342 \series default
28343  in the document preamble with the line
28344 \end_layout
28345
28346 \begin_layout Standard
28347
28348 \series bold
28349
28350 \backslash
28351 usepackage[figure]{hypcap}
28352 \end_layout
28353
28354 \begin_layout Standard
28355 You can also use 
28356 \series bold
28357 hypcap
28358 \series default
28359  for all float types but this is not recommended for stability reasons.
28360  For more information, have a look at 
28361 \series bold
28362 hypcap
28363 \series default
28364 's manual 
28365 \begin_inset CommandInset citation
28366 LatexCommand cite
28367 key "hypcap"
28368 literal "true"
28369
28370 \end_inset
28371
28372 .
28373 \end_layout
28374
28375 \begin_layout Standard
28376 \begin_inset Note Greyedout
28377 status open
28378
28379 \begin_layout Plain Layout
28380
28381 \series bold
28382 Note:
28383 \series default
28384  
28385 \series bold
28386 hypcap
28387 \series default
28388  has no effect on references to subfigures.
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \end_layout
28395
28396 \begin_layout Section
28397 Float 
28398 \change_deleted -712698321 1526031763
28399 Placement 
28400 \change_inserted -712698321 1526031765
28401 Settings
28402 \change_unchanged
28403
28404 \begin_inset CommandInset label
28405 LatexCommand label
28406 name "sec:Float-Settings"
28407
28408 \end_inset
28409
28410
28411 \begin_inset Index idx
28412 range none
28413 pageformat default
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417 Floats
28418 \begin_inset IndexMacro subentry
28419 status open
28420
28421 \begin_layout Plain Layout
28422
28423 \change_deleted -712698321 1526031841
28424 Placement
28425 \change_inserted -712698321 1526031842
28426 Settings
28427 \change_unchanged
28428
28429 \end_layout
28430
28431 \end_inset
28432
28433
28434 \end_layout
28435
28436 \end_inset
28437
28438
28439 \end_layout
28440
28441 \begin_layout Standard
28442
28443 \change_inserted -712698321 1526033385
28444 Float Settings can be adjusted at two places in \SpecialChar LyX
28445
28446 \change_inserted 630872221 1622709604
28447 i
28448 \change_deleted 630872221 1622709603
28449 I
28450 \change_inserted -712698321 1526033385
28451
28452 \family sans
28453 Document\SpecialChar menuseparator
28454 Settings\SpecialChar ldots
28455 \SpecialChar menuseparator
28456 Float Settings
28457 \family default
28458 , you can set some options that are used by default for all floats of the
28459  document (placement on page and alignment of contents), unless you modify
28460  the local settings of a float.
28461 \change_unchanged
28462
28463 \end_layout
28464
28465 \begin_layout Standard
28466
28467 \change_inserted -712698321 1526032513
28468 The latter can be done by 
28469 \change_deleted -712698321 1526032513
28470 R
28471 \change_inserted -712698321 1526032513
28472 r
28473 \change_unchanged
28474 ight-clicking on a float-box and clicking on 
28475 \family sans
28476 Settings
28477 \change_inserted -712698321 1526033387
28478 \SpecialChar ldots
28479
28480 \change_unchanged
28481
28482 \family default
28483  
28484 \change_inserted -712698321 1526032520
28485 This 
28486 \change_unchanged
28487 opens a dialog where you can
28488 \change_inserted -712698321 1526032584
28489 , now only for the given float,
28490 \change_unchanged
28491  alter the 
28492 \change_inserted -712698321 1526033452
28493 global 
28494 \change_unchanged
28495 placement 
28496 \change_deleted -712698321 1526033439
28497 options that \SpecialChar LaTeX
28498  uses for positioning the float
28499 \change_inserted -712698321 1526033493
28500  and alignment options, and adapt some other options that are only available
28501  for single floats
28502 \change_unchanged
28503 .
28504
28505 \change_inserted -712698321 1526032658
28506  All these options, both for 
28507 \family sans
28508 Document\SpecialChar menuseparator
28509 Settings\SpecialChar menuseparator
28510 Float Settings
28511 \family default
28512  and for local 
28513 \family sans
28514 Float Settings
28515 \family default
28516 , are described in turn.
28517 \change_deleted -712698321 1526031652
28518
28519 \begin_inset Newline newline
28520 \end_inset
28521
28522 The option 
28523 \family sans
28524 Span
28525 \begin_inset space ~
28526 \end_inset
28527
28528 columns
28529 \family default
28530  is only useful for two-column documents: If you select it, the float will
28531  span both columns on the page instead of being confined to just one.
28532 \begin_inset Newline newline
28533 \end_inset
28534
28535 The option 
28536 \family sans
28537 Rotate
28538 \begin_inset space ~
28539 \end_inset
28540
28541 sideways
28542 \family default
28543  is used to rotate floats, see section 
28544 \begin_inset CommandInset ref
28545 LatexCommand ref
28546 reference "sec:Rotated-Floats"
28547
28548 \end_inset
28549
28550 .
28551 \change_unchanged
28552
28553 \end_layout
28554
28555 \begin_layout Subsection
28556
28557 \change_inserted -712698321 1526031775
28558 Float Placement
28559 \begin_inset CommandInset label
28560 LatexCommand label
28561 name "sec:Float-Placement"
28562
28563 \end_inset
28564
28565
28566 \begin_inset Index idx
28567 range none
28568 pageformat default
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572
28573 \change_inserted -712698321 1526031775
28574 Floats
28575 \change_unchanged
28576
28577 \begin_inset IndexMacro subentry
28578 status open
28579
28580 \begin_layout Plain Layout
28581
28582 \change_inserted -712698321 1526031775
28583 Placement
28584 \change_unchanged
28585
28586 \end_layout
28587
28588 \end_inset
28589
28590
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \change_unchanged
28597
28598 \end_layout
28599
28600 \begin_layout Standard
28601
28602 \change_inserted -712698321 1526032697
28603 Both in 
28604 \family sans
28605 Document\SpecialChar menuseparator
28606 Settings\SpecialChar menuseparator
28607 Float Settings
28608 \family default
28609  and in the local 
28610 \family sans
28611 Float Settings
28612 \family default
28613  dialog, you can 
28614 \change_deleted -712698321 1526032811
28615 You can use one or more of the following options in the float dialog to
28616  set
28617 \change_inserted -712698321 1526032812
28618 modify
28619 \change_unchanged
28620  the placement 
28621 \change_inserted -712698321 1526033558
28622 algorithm that \SpecialChar LaTeX
28623  uses for positioning floats on the page, either 
28624 \change_unchanged
28625 for 
28626 \change_inserted -712698321 1526033535
28627 all floats (
28628 \family sans
28629 Document\SpecialChar menuseparator
28630 Settings\SpecialChar menuseparator
28631 Float Settings
28632 \family default
28633 ) or 
28634 \change_unchanged
28635 a particular float
28636 \change_inserted -712698321 1526033570
28637  (local 
28638 \family sans
28639 Float Settings
28640 \family default
28641  dialog).
28642  This is done via 
28643 \family sans
28644 Placement Settings
28645 \family default
28646 .
28647  By default, this is set to
28648 \change_unchanged
28649  
28650 \change_inserted -712698321 1526033604
28651
28652 \family sans
28653 Class Default
28654 \family default
28655  in 
28656 \family sans
28657 Document\SpecialChar menuseparator
28658 Settings\SpecialChar menuseparator
28659 Float Settings
28660 \family default
28661  (meaning that the default placement algorithm of the document class is
28662  used) or 
28663 \family sans
28664 Document Default
28665 \family default
28666  in the local 
28667 \family sans
28668 Float Settings
28669 \family default
28670  dialog (meaning that the settings in 
28671 \family sans
28672 Document\SpecialChar menuseparator
28673 Settings\SpecialChar menuseparator
28674 Float Settings
28675 \family default
28676  are used, which are the Class Defaults by default).
28677  If you want to change this, 
28678 \change_deleted -712698321 1526033009
28679 when you uncheck
28680 \change_inserted -712698321 1526033535
28681 select
28682 \change_unchanged
28683  
28684 \change_deleted -712698321 1526031920
28685 the option
28686 \change_inserted -712698321 1526033535
28687
28688 \family sans
28689 Placement Settings:
28690 \change_unchanged
28691
28692 \family default
28693  
28694 \change_inserted -712698321 1526033535
28695
28696 \family sans
28697 Custom.
28698 \change_deleted -712698321 1526031908
28699 Use
28700 \begin_inset space ~
28701 \end_inset
28702
28703 default
28704 \begin_inset space ~
28705 \end_inset
28706
28707 placement
28708 \change_inserted -712698321 1526033535
28709
28710 \family default
28711  This allows you to select one or more from
28712 \change_unchanged
28713 :
28714 \end_layout
28715
28716 \begin_layout Description
28717 Here
28718 \begin_inset space ~
28719 \end_inset
28720
28721 if
28722 \begin_inset space ~
28723 \end_inset
28724
28725 possible try to place the float on the position where it has been inserted
28726 \change_inserted 630872221 1622713522
28727
28728 \end_layout
28729
28730 \begin_layout Description
28731
28732 \change_inserted 630872221 1622713704
28733 Here,
28734 \begin_inset space ~
28735 \end_inset
28736
28737 definitely forces the placement of the float on the position where it has
28738  been inserted
28739 \change_unchanged
28740
28741 \end_layout
28742
28743 \begin_layout Description
28744 Top
28745 \begin_inset space ~
28746 \end_inset
28747
28748 of
28749 \begin_inset space ~
28750 \end_inset
28751
28752 page try to place the float at the top of the current page
28753 \end_layout
28754
28755 \begin_layout Description
28756 Bottom
28757 \begin_inset space ~
28758 \end_inset
28759
28760 of
28761 \begin_inset space ~
28762 \end_inset
28763
28764 page try to place the float at the bottom of the current page
28765 \end_layout
28766
28767 \begin_layout Description
28768 Page
28769 \begin_inset space ~
28770 \end_inset
28771
28772 of
28773 \begin_inset space ~
28774 \end_inset
28775
28776 floats try to place the float on its own page
28777 \end_layout
28778
28779 \begin_layout Standard
28780 The order of the above option is 
28781 \emph on
28782 always
28783 \emph default
28784  used by \SpecialChar LaTeX
28785 .
28786  That means, if you use the default placement, \SpecialChar LaTeX
28787  will first try out 
28788 \family sans
28789 Here
28790 \begin_inset space ~
28791 \end_inset
28792
28793 if
28794 \begin_inset space ~
28795 \end_inset
28796
28797 possible
28798 \family default
28799 , then 
28800 \family sans
28801 Top
28802 \begin_inset space ~
28803 \end_inset
28804
28805 of
28806 \begin_inset space ~
28807 \end_inset
28808
28809 page
28810 \family default
28811 , and then the others.
28812  If you do not use the default, \SpecialChar LaTeX
28813  will try only the checked options but in
28814  the same order.
28815  If none of the 4
28816 \begin_inset space ~
28817 \end_inset
28818
28819 placements is possible the procedure is internally repeated trying to put
28820  the float on the following page.
28821 \end_layout
28822
28823 \begin_layout Standard
28824 By default, each option has its own rules:
28825 \end_layout
28826
28827 \begin_layout Labeling
28828 \labelwidthstring 00.00.0000
28829
28830 \family sans
28831 Top
28832 \begin_inset space ~
28833 \end_inset
28834
28835 of
28836 \begin_inset space ~
28837 \end_inset
28838
28839 page
28840 \family default
28841  only floats occupying less than 70
28842 \begin_inset space \thinspace{}
28843 \end_inset
28844
28845 % of the page can be placed at the top of a page (
28846 \series bold
28847
28848 \backslash
28849 topfraction
28850 \series default
28851 )
28852 \end_layout
28853
28854 \begin_layout Labeling
28855 \labelwidthstring 00.00.0000
28856
28857 \family sans
28858 Bottom
28859 \begin_inset space ~
28860 \end_inset
28861
28862 of
28863 \begin_inset space ~
28864 \end_inset
28865
28866 page
28867 \family default
28868 : only floats occupying less than 30
28869 \begin_inset space \thinspace{}
28870 \end_inset
28871
28872 % of the page can be placed at the bottom of a page.
28873  (
28874 \series bold
28875
28876 \backslash
28877 bottomfraction
28878 \series default
28879 )
28880 \end_layout
28881
28882 \begin_layout Labeling
28883 \labelwidthstring 00.00.0000
28884
28885 \family sans
28886 Page
28887 \begin_inset space ~
28888 \end_inset
28889
28890 of
28891 \begin_inset space ~
28892 \end_inset
28893
28894 floats
28895 \family default
28896 : only if more than 50
28897 \begin_inset space \thinspace{}
28898 \end_inset
28899
28900 % of the page is occupied by floats, several floats can be set together
28901  on a page.
28902  (
28903 \series bold
28904
28905 \backslash
28906 floatpagefraction
28907 \series default
28908 )
28909 \end_layout
28910
28911 \begin_layout Standard
28912 If you don't like these rules, you can ignore them by using the additional
28913  option 
28914 \family sans
28915 Ignore
28916 \begin_inset space ~
28917 \end_inset
28918
28919 \SpecialChar LaTeX
28920
28921 \begin_inset space ~
28922 \end_inset
28923
28924 rules
28925 \family default
28926 .
28927 \begin_inset Newline newline
28928 \end_inset
28929
28930 You can also redefine the rules with \SpecialChar LaTeX
28931 -commands that are given in parentheses
28932  after the rules description above.
28933  To increase for example the often too small default of the bottom-rule
28934  to 50
28935 \begin_inset space \thinspace{}
28936 \end_inset
28937
28938 % of the page, add this line to your document preamble:
28939 \end_layout
28940
28941 \begin_layout Standard
28942
28943 \series bold
28944
28945 \backslash
28946 renewcommand{
28947 \backslash
28948 bottomfraction}{0.5}
28949 \end_layout
28950
28951 \begin_layout Standard
28952 Sometimes you might need, under all circumstances, a float to be placed
28953  exactly at the position where it is inserted.
28954  For this case you can use the option 
28955 \family sans
28956 Here
28957 \begin_inset space ~
28958 \end_inset
28959
28960 definitely
28961 \family default
28962 .
28963  Use this option very rarely and only if the document is almost ready to
28964  be printed, because the float is then no longer able to 
28965 \begin_inset Quotes eld
28966 \end_inset
28967
28968 float
28969 \begin_inset Quotes erd
28970 \end_inset
28971
28972  when you change your document and this will often destroy the page layout.
28973 \end_layout
28974
28975 \begin_layout Standard
28976 There are no placement options for text wrap floats, because they are always
28977  surrounded by the text of a certain paragraph.
28978 \begin_inset VSpace bigskip
28979 \end_inset
28980
28981
28982 \end_layout
28983
28984 \begin_layout Standard
28985 Sometimes you have the problem that a float is placed at the top of a page
28986  while its corresponding section starts at the middle of the page, so that
28987  the reader could think the float is part of the previous section.
28988  To avoid this the \SpecialChar LaTeX
28989 -command 
28990 \series bold
28991
28992 \backslash
28993 suppressfloats
28994 \series default
28995  can be used.
28996  It suppresses a given float placement for the page where it is inserted
28997  and can therefore be used to avoid floats being set before a section starts.
28998  To get this, add these commands to your document preamble:
28999 \end_layout
29000
29001 \begin_layout Standard
29002
29003 \series bold
29004
29005 \backslash
29006 let
29007 \backslash
29008 mySection
29009 \backslash
29010 section
29011 \begin_inset Newline newline
29012 \end_inset
29013
29014
29015 \backslash
29016 renewcommand{
29017 \backslash
29018 section}{
29019 \backslash
29020 suppressfloats[t]
29021 \backslash
29022 mySection}
29023 \end_layout
29024
29025 \begin_layout Standard
29026 You can define the same for all section headings, like chapters and subsections.
29027  This definition is not recommended to be used for small text parts like
29028  subsubsections because \SpecialChar LaTeX
29029  may then have problems finding a suitable placement.
29030 \end_layout
29031
29032 \begin_layout Standard
29033 \begin_inset VSpace bigskip
29034 \end_inset
29035
29036 In some cases it is required to have all figures/tables at the end of the
29037  document.
29038  For this purpose the \SpecialChar LaTeX
29039 -package 
29040 \series bold
29041 endfloat
29042 \series default
29043
29044 \begin_inset Index idx
29045 range none
29046 pageformat default
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 \SpecialChar LaTeX
29051  packages
29052 \begin_inset IndexMacro subentry
29053 status open
29054
29055 \begin_layout Plain Layout
29056 endfloat
29057 \end_layout
29058
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \end_inset
29065
29066  was developed.
29067  It puts all figure and table floats at the end of the document into their
29068  own sections.
29069  At the original float position a text hint like 
29070 \begin_inset Quotes eld
29071 \end_inset
29072
29073
29074 \family sans
29075 [Figure
29076 \begin_inset space ~
29077 \end_inset
29078
29079 3.2 about here.]
29080 \family default
29081
29082 \begin_inset Quotes erd
29083 \end_inset
29084
29085  is inserted.
29086  The endfloat-package is loaded in the preamble with the line
29087 \end_layout
29088
29089 \begin_layout Standard
29090
29091 \series bold
29092
29093 \backslash
29094 usepackage[options]{endfloat}
29095 \end_layout
29096
29097 \begin_layout Standard
29098 There are various package options to format the created figure/table sections.
29099  For more information we refer you to the 
29100 \series bold
29101 endfloat
29102 \series default
29103  documentation 
29104 \begin_inset CommandInset citation
29105 LatexCommand cite
29106 key "endfloat"
29107 literal "true"
29108
29109 \end_inset
29110
29111 .
29112 \begin_inset Newline newline
29113 \end_inset
29114
29115
29116 \begin_inset Note Greyedout
29117 status open
29118
29119 \begin_layout Plain Layout
29120
29121 \series bold
29122 Note: endfloat
29123 \series default
29124  doesn't provide an automatic translation for the text hint, you have to
29125  do this manually, see section
29126 \begin_inset space ~
29127 \end_inset
29128
29129 4 in 
29130 \begin_inset CommandInset citation
29131 LatexCommand cite
29132 key "endfloat"
29133 literal "true"
29134
29135 \end_inset
29136
29137 .
29138 \end_layout
29139
29140 \end_inset
29141
29142
29143 \begin_inset Newline newline
29144 \end_inset
29145
29146
29147 \begin_inset Note Greyedout
29148 status open
29149
29150 \begin_layout Plain Layout
29151
29152 \series bold
29153 Note:
29154 \series default
29155  There is currently a bug in 
29156 \series bold
29157 endfloat
29158 \series default
29159  when the caption contains a German 
29160 \begin_inset Quotes eld
29161 \end_inset
29162
29163 ß
29164 \begin_inset Quotes erd
29165 \end_inset
29166
29167 .
29168  Use in this case the command 
29169 \begin_inset Quotes eld
29170 \end_inset
29171
29172
29173 \series bold
29174
29175 \backslash
29176 ss
29177 \series default
29178
29179 \begin_inset Quotes erd
29180 \end_inset
29181
29182  in \SpecialChar TeX
29183  Code instead of 
29184 \begin_inset Quotes eld
29185 \end_inset
29186
29187 ß
29188 \begin_inset Quotes erd
29189 \end_inset
29190
29191 .
29192 \end_layout
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Standard
29200 \begin_inset VSpace bigskip
29201 \end_inset
29202
29203 For more details about float placements, have a look at \SpecialChar LaTeX
29204  books, 
29205 \begin_inset CommandInset citation
29206 LatexCommand cite
29207 key "latexcompanion,latexguide,latexbook"
29208 literal "true"
29209
29210 \end_inset
29211
29212 .
29213 \change_inserted -712698321 1526030561
29214
29215 \end_layout
29216
29217 \begin_layout Subsection
29218
29219 \change_inserted -712698321 1526031989
29220 Alignment of Float Contents
29221 \end_layout
29222
29223 \begin_layout Standard
29224
29225 \change_inserted -712698321 1526032316
29226 In this list of options, you can define how the contents of a float (or
29227  all floats by default, if selected from 
29228 \family sans
29229 Document\SpecialChar menuseparator
29230 Settings
29231 \family default
29232 ) are aligned.
29233  
29234 \family sans
29235 Class Default
29236 \family default
29237  means that the alignment of the class, or the default alignment of \SpecialChar LaTeX
29238 , is
29239  used.
29240  
29241 \family sans
29242 Document Default
29243 \family default
29244  (only visible in the 
29245 \family sans
29246 Float Settings
29247 \family default
29248  dialog, not in 
29249 \family sans
29250 Document\SpecialChar menuseparator
29251 Settings
29252 \family default
29253 ) takes the setting specified in 
29254 \family sans
29255 Document\SpecialChar menuseparator
29256 Settings\SpecialChar menuseparator
29257 Float Settings
29258 \family default
29259 .
29260  The other three options, 
29261 \family sans
29262 Left
29263 \family default
29264
29265 \family sans
29266 Center
29267 \family default
29268 , or 
29269 \family sans
29270 Right
29271 \family default
29272 , are self-explanatory.
29273  If one of these is selected in 
29274 \family sans
29275 Document\SpecialChar menuseparator
29276 Settings\SpecialChar menuseparator
29277 Float Settings
29278 \family default
29279 , all floats of the document will have this setting by default (so it is
29280  fairly easy, for instance, to center all floats).
29281 \change_unchanged
29282
29283 \end_layout
29284
29285 \begin_layout Subsection
29286
29287 \change_inserted -712698321 1526030571
29288 Other Float Options
29289 \end_layout
29290
29291 \begin_layout Standard
29292
29293 \change_inserted -712698321 1526035716
29294 These two options are only visible in the local 
29295 \family sans
29296 Float Settings
29297 \family default
29298  dialog, not in 
29299 \family sans
29300 Document\SpecialChar menuseparator
29301 Settings.
29302 \change_unchanged
29303
29304 \end_layout
29305
29306 \begin_layout Standard
29307
29308 \change_inserted -712698321 1526033931
29309 The option 
29310 \family sans
29311 Span
29312 \begin_inset space ~
29313 \end_inset
29314
29315 columns
29316 \family default
29317  is useful for two-column documents: If you select it, the float will span
29318  both columns on the page instead of being confined to just one.
29319 \end_layout
29320
29321 \begin_layout Standard
29322
29323 \change_inserted -712698321 1526030572
29324 The option 
29325 \family sans
29326 Rotate
29327 \begin_inset space ~
29328 \end_inset
29329
29330 sideways
29331 \family default
29332  is used to rotate floats, see section 
29333 \begin_inset CommandInset ref
29334 LatexCommand ref
29335 reference "sec:Rotated-Floats"
29336
29337 \end_inset
29338
29339 .
29340 \change_unchanged
29341
29342 \end_layout
29343
29344 \begin_layout Section
29345 Rotated Floats
29346 \begin_inset CommandInset label
29347 LatexCommand label
29348 name "sec:Rotated-Floats"
29349
29350 \end_inset
29351
29352
29353 \begin_inset Index idx
29354 range none
29355 pageformat default
29356 status collapsed
29357
29358 \begin_layout Plain Layout
29359 Floats
29360 \begin_inset IndexMacro subentry
29361 status open
29362
29363 \begin_layout Plain Layout
29364 Rotating
29365 \end_layout
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \end_inset
29373
29374
29375 \end_layout
29376
29377 \begin_layout Standard
29378 Especially for wide tables you might have floats rotated.
29379  To rotate a whole float including the caption, right-click on the float-box
29380  and use the option 
29381 \family sans
29382 Rotate
29383 \begin_inset space ~
29384 \end_inset
29385
29386 sideways
29387 \family default
29388 .
29389 \end_layout
29390
29391 \begin_layout Standard
29392 Rotated floats are always placed on a page of their own (or column of their
29393  own; in case you have a multi-column document).
29394  You can let them span several columns using the float settings option 
29395 \family sans
29396 Span
29397 \begin_inset space ~
29398 \end_inset
29399
29400 columns
29401 \family default
29402 .
29403  Floats are rotated so that you can read them from the outside margin.
29404  To force a certain rotation direction for all pages, you can add either
29405  the option 
29406 \series bold
29407 figuresleft
29408 \series default
29409  or 
29410 \series bold
29411 figuresright
29412 \series default
29413  to the document class options.
29414 \end_layout
29415
29416 \begin_layout Standard
29417 Referencing rotated floats is the same as for normal floats, the caption
29418  format is also the same: Table
29419 \begin_inset space ~
29420 \end_inset
29421
29422
29423 \begin_inset CommandInset ref
29424 LatexCommand ref
29425 reference "tab:Rotated-table"
29426
29427 \end_inset
29428
29429  is an example of a rotated table float.
29430 \end_layout
29431
29432 \begin_layout Standard
29433 \begin_inset Note Greyedout
29434 status open
29435
29436 \begin_layout Plain Layout
29437
29438 \series bold
29439 Note:
29440 \series default
29441  Not all DVI-viewers are able to display rotated floats.
29442 \end_layout
29443
29444 \end_inset
29445
29446
29447 \end_layout
29448
29449 \begin_layout Standard
29450 \begin_inset Float table
29451 placement document
29452 alignment document
29453 wide false
29454 sideways true
29455 status open
29456
29457 \begin_layout Plain Layout
29458 \begin_inset Caption Standard
29459
29460 \begin_layout Plain Layout
29461 \begin_inset CommandInset label
29462 LatexCommand label
29463 name "tab:Rotated-table"
29464
29465 \end_inset
29466
29467  Rotated table
29468 \end_layout
29469
29470 \end_inset
29471
29472
29473 \end_layout
29474
29475 \begin_layout Plain Layout
29476 \align center
29477 \begin_inset Tabular
29478 <lyxtabular version="3" rows="1" columns="5">
29479 <features tabularvalignment="middle">
29480 <column alignment="center" valignment="top">
29481 <column alignment="center" valignment="top">
29482 <column alignment="center" valignment="top">
29483 <column alignment="center" valignment="top">
29484 <column alignment="center" valignment="top">
29485 <row>
29486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29487 \begin_inset Text
29488
29489 \begin_layout Plain Layout
29490 test
29491 \end_layout
29492
29493 \end_inset
29494 </cell>
29495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29496 \begin_inset Text
29497
29498 \begin_layout Plain Layout
29499 b
29500 \end_layout
29501
29502 \end_inset
29503 </cell>
29504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29505 \begin_inset Text
29506
29507 \begin_layout Plain Layout
29508 c
29509 \end_layout
29510
29511 \end_inset
29512 </cell>
29513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29514 \begin_inset Text
29515
29516 \begin_layout Plain Layout
29517 d
29518 \end_layout
29519
29520 \end_inset
29521 </cell>
29522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29523 \begin_inset Text
29524
29525 \begin_layout Plain Layout
29526 e
29527 \end_layout
29528
29529 \end_inset
29530 </cell>
29531 </row>
29532 </lyxtabular>
29533
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \end_inset
29540
29541
29542 \end_layout
29543
29544 \begin_layout Section
29545 Subfloats
29546 \begin_inset Index idx
29547 range none
29548 pageformat default
29549 status collapsed
29550
29551 \begin_layout Plain Layout
29552 Floats
29553 \begin_inset IndexMacro subentry
29554 status open
29555
29556 \begin_layout Plain Layout
29557 Subfloats
29558 \end_layout
29559
29560 \end_inset
29561
29562
29563 \end_layout
29564
29565 \end_inset
29566
29567
29568 \end_layout
29569
29570 \begin_layout Standard
29571 Subfloats are for example used when a figure consists of several images.
29572  They are created by inserting a float into an existing float.
29573  The placement of the subfloats can be controlled in the same way as for
29574  paragraphs as shown in table
29575 \begin_inset space ~
29576 \end_inset
29577
29578
29579 \begin_inset CommandInset ref
29580 LatexCommand ref
29581 reference "tab:Two-subtables-side"
29582
29583 \end_inset
29584
29585  and 
29586 \begin_inset CommandInset ref
29587 LatexCommand ref
29588 reference "tab:Two-subtables-upon"
29589
29590 \end_inset
29591
29592 .
29593 \end_layout
29594
29595 \begin_layout Standard
29596 Referencing subfloats works as for normal floats: Table
29597 \begin_inset space ~
29598 \end_inset
29599
29600
29601 \begin_inset CommandInset ref
29602 LatexCommand ref
29603 reference "tab:This-is-subtable-a"
29604
29605 \end_inset
29606
29607  and 
29608 \begin_inset CommandInset ref
29609 LatexCommand ref
29610 reference "tab:This-is-subtable-b"
29611
29612 \end_inset
29613
29614  are subtables of table
29615 \begin_inset space ~
29616 \end_inset
29617
29618
29619 \begin_inset CommandInset ref
29620 LatexCommand ref
29621 reference "tab:Two-subtables-side"
29622
29623 \end_inset
29624
29625 .
29626 \end_layout
29627
29628 \begin_layout Standard
29629 \begin_inset Float table
29630 placement document
29631 alignment document
29632 wide false
29633 sideways false
29634 status open
29635
29636 \begin_layout Plain Layout
29637 \begin_inset Caption Standard
29638
29639 \begin_layout Plain Layout
29640 \begin_inset CommandInset label
29641 LatexCommand label
29642 name "tab:Two-subtables-side"
29643
29644 \end_inset
29645
29646 Two subtables placed side by side.
29647 \end_layout
29648
29649 \end_inset
29650
29651
29652 \end_layout
29653
29654 \begin_layout Plain Layout
29655 \align center
29656 \begin_inset space \hfill{}
29657 \end_inset
29658
29659
29660 \begin_inset Float table
29661 placement document
29662 alignment document
29663 wide false
29664 sideways false
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668 \begin_inset Caption Standard
29669
29670 \begin_layout Plain Layout
29671 \begin_inset CommandInset label
29672 LatexCommand label
29673 name "tab:This-is-subtable-a"
29674
29675 \end_inset
29676
29677 This is subtable a.
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \begin_layout Plain Layout
29686 \align center
29687 \begin_inset Tabular
29688 <lyxtabular version="3" rows="1" columns="5">
29689 <features tabularvalignment="middle">
29690 <column alignment="center" valignment="top">
29691 <column alignment="center" valignment="top">
29692 <column alignment="center" valignment="top">
29693 <column alignment="center" valignment="top">
29694 <column alignment="center" valignment="top">
29695 <row>
29696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29697 \begin_inset Text
29698
29699 \begin_layout Plain Layout
29700 test
29701 \end_layout
29702
29703 \end_inset
29704 </cell>
29705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29706 \begin_inset Text
29707
29708 \begin_layout Plain Layout
29709 b
29710 \end_layout
29711
29712 \end_inset
29713 </cell>
29714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29715 \begin_inset Text
29716
29717 \begin_layout Plain Layout
29718 c
29719 \end_layout
29720
29721 \end_inset
29722 </cell>
29723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29724 \begin_inset Text
29725
29726 \begin_layout Plain Layout
29727 d
29728 \end_layout
29729
29730 \end_inset
29731 </cell>
29732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29733 \begin_inset Text
29734
29735 \begin_layout Plain Layout
29736 e
29737 \end_layout
29738
29739 \end_inset
29740 </cell>
29741 </row>
29742 </lyxtabular>
29743
29744 \end_inset
29745
29746
29747 \end_layout
29748
29749 \end_inset
29750
29751
29752 \begin_inset space \hfill{}
29753 \end_inset
29754
29755
29756 \begin_inset Float table
29757 placement document
29758 alignment document
29759 wide false
29760 sideways false
29761 status collapsed
29762
29763 \begin_layout Plain Layout
29764 \begin_inset Caption Standard
29765
29766 \begin_layout Plain Layout
29767 \begin_inset CommandInset label
29768 LatexCommand label
29769 name "tab:This-is-subtable-b"
29770
29771 \end_inset
29772
29773 This is subtable b.
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \end_layout
29780
29781 \begin_layout Plain Layout
29782 \align center
29783 \begin_inset Tabular
29784 <lyxtabular version="3" rows="1" columns="5">
29785 <features tabularvalignment="middle">
29786 <column alignment="center" valignment="top">
29787 <column alignment="center" valignment="top">
29788 <column alignment="center" valignment="top">
29789 <column alignment="center" valignment="top">
29790 <column alignment="center" valignment="top">
29791 <row>
29792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29793 \begin_inset Text
29794
29795 \begin_layout Plain Layout
29796 e
29797 \end_layout
29798
29799 \end_inset
29800 </cell>
29801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29802 \begin_inset Text
29803
29804 \begin_layout Plain Layout
29805 d
29806 \end_layout
29807
29808 \end_inset
29809 </cell>
29810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29811 \begin_inset Text
29812
29813 \begin_layout Plain Layout
29814 c
29815 \end_layout
29816
29817 \end_inset
29818 </cell>
29819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29820 \begin_inset Text
29821
29822 \begin_layout Plain Layout
29823 b
29824 \end_layout
29825
29826 \end_inset
29827 </cell>
29828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29829 \begin_inset Text
29830
29831 \begin_layout Plain Layout
29832 test
29833 \end_layout
29834
29835 \end_inset
29836 </cell>
29837 </row>
29838 </lyxtabular>
29839
29840 \end_inset
29841
29842
29843 \end_layout
29844
29845 \end_inset
29846
29847
29848 \begin_inset space \hfill{}
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Standard
29860 \begin_inset Float table
29861 placement document
29862 alignment document
29863 wide false
29864 sideways false
29865 status open
29866
29867 \begin_layout Plain Layout
29868 \begin_inset Caption Standard
29869
29870 \begin_layout Plain Layout
29871 \begin_inset CommandInset label
29872 LatexCommand label
29873 name "tab:Two-subtables-upon"
29874
29875 \end_inset
29876
29877 Two subtables placed one above the other.
29878  (a) table with 4 cells, (b) table with 5 cells.
29879 \end_layout
29880
29881 \end_inset
29882
29883
29884 \end_layout
29885
29886 \begin_layout Plain Layout
29887 \align center
29888 \begin_inset Float table
29889 placement document
29890 alignment document
29891 wide false
29892 sideways false
29893 status collapsed
29894
29895 \begin_layout Plain Layout
29896 \begin_inset Caption Standard
29897
29898 \begin_layout Plain Layout
29899
29900 \end_layout
29901
29902 \end_inset
29903
29904
29905 \end_layout
29906
29907 \begin_layout Plain Layout
29908 \align center
29909 \begin_inset Tabular
29910 <lyxtabular version="3" rows="1" columns="4">
29911 <features tabularvalignment="middle">
29912 <column alignment="center" valignment="top">
29913 <column alignment="center" valignment="top">
29914 <column alignment="center" valignment="top">
29915 <column alignment="center" valignment="top">
29916 <row>
29917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29918 \begin_inset Text
29919
29920 \begin_layout Plain Layout
29921 test
29922 \end_layout
29923
29924 \end_inset
29925 </cell>
29926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29927 \begin_inset Text
29928
29929 \begin_layout Plain Layout
29930 test
29931 \end_layout
29932
29933 \end_inset
29934 </cell>
29935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29936 \begin_inset Text
29937
29938 \begin_layout Plain Layout
29939 test
29940 \end_layout
29941
29942 \end_inset
29943 </cell>
29944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29945 \begin_inset Text
29946
29947 \begin_layout Plain Layout
29948 test
29949 \end_layout
29950
29951 \end_inset
29952 </cell>
29953 </row>
29954 </lyxtabular>
29955
29956 \end_inset
29957
29958
29959 \end_layout
29960
29961 \end_inset
29962
29963
29964 \end_layout
29965
29966 \begin_layout Plain Layout
29967 \align center
29968 \begin_inset Float table
29969 placement document
29970 alignment document
29971 wide false
29972 sideways false
29973 status collapsed
29974
29975 \begin_layout Plain Layout
29976 \begin_inset Caption Standard
29977
29978 \begin_layout Plain Layout
29979
29980 \end_layout
29981
29982 \end_inset
29983
29984
29985 \end_layout
29986
29987 \begin_layout Plain Layout
29988 \align center
29989 \begin_inset Tabular
29990 <lyxtabular version="3" rows="1" columns="5">
29991 <features tabularvalignment="middle">
29992 <column alignment="center" valignment="top">
29993 <column alignment="center" valignment="top">
29994 <column alignment="center" valignment="top">
29995 <column alignment="center" valignment="top">
29996 <column alignment="center" valignment="top">
29997 <row>
29998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29999 \begin_inset Text
30000
30001 \begin_layout Plain Layout
30002 a
30003 \end_layout
30004
30005 \end_inset
30006 </cell>
30007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30008 \begin_inset Text
30009
30010 \begin_layout Plain Layout
30011 b
30012 \end_layout
30013
30014 \end_inset
30015 </cell>
30016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30017 \begin_inset Text
30018
30019 \begin_layout Plain Layout
30020 c
30021 \end_layout
30022
30023 \end_inset
30024 </cell>
30025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30026 \begin_inset Text
30027
30028 \begin_layout Plain Layout
30029 d
30030 \end_layout
30031
30032 \end_inset
30033 </cell>
30034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30035 \begin_inset Text
30036
30037 \begin_layout Plain Layout
30038 e
30039 \end_layout
30040
30041 \end_inset
30042 </cell>
30043 </row>
30044 </lyxtabular>
30045
30046 \end_inset
30047
30048
30049 \end_layout
30050
30051 \end_inset
30052
30053
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \end_layout
30060
30061 \begin_layout Section
30062 Floats Side by Side
30063 \begin_inset Index idx
30064 range none
30065 pageformat default
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069 Floats
30070 \begin_inset IndexMacro subentry
30071 status open
30072
30073 \begin_layout Plain Layout
30074 Side by side
30075 \end_layout
30076
30077 \end_inset
30078
30079
30080 \end_layout
30081
30082 \end_inset
30083
30084
30085 \end_layout
30086
30087 \begin_layout Standard
30088 To place floats side by side, as in Figures
30089 \begin_inset space ~
30090 \end_inset
30091
30092
30093 \begin_inset CommandInset ref
30094 LatexCommand ref
30095 reference "fig:Float-left"
30096
30097 \end_inset
30098
30099  and 
30100 \begin_inset CommandInset ref
30101 LatexCommand ref
30102 reference "fig:Float-right"
30103
30104 \end_inset
30105
30106 , only 
30107 \emph on
30108 one
30109 \emph default
30110  float is used.
30111  In it two minipage boxes are inserted.
30112 \begin_inset Foot
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116 Minipages are explained in section
30117 \begin_inset space ~
30118 \end_inset
30119
30120
30121 \begin_inset CommandInset ref
30122 LatexCommand ref
30123 reference "sec:Minipages"
30124
30125 \end_inset
30126
30127 .
30128 \end_layout
30129
30130 \end_inset
30131
30132  The width is set to 45
30133 \begin_inset space \thinspace{}
30134 \end_inset
30135
30136 -50
30137 \begin_inset space \thinspace{}
30138 \end_inset
30139
30140 column% and the box alignment to 
30141 \family sans
30142 Bottom
30143 \family default
30144  for each minipage.
30145  The minipage boxes contain the image and the caption in the same way as
30146  they are in a float.
30147  The only difference is that the image unit 
30148 \family sans
30149 Column
30150 \begin_inset space ~
30151 \end_inset
30152
30153 Width
30154 \begin_inset space ~
30155 \end_inset
30156
30157 %
30158 \family default
30159  is now calculated according to the width of the minipage boxes.
30160 \end_layout
30161
30162 \begin_layout Standard
30163 \begin_inset Float figure
30164 placement document
30165 alignment document
30166 wide false
30167 sideways false
30168 status open
30169
30170 \begin_layout Plain Layout
30171 \begin_inset Box Frameless
30172 position "b"
30173 hor_pos "c"
30174 has_inner_box 1
30175 inner_pos "t"
30176 use_parbox 0
30177 use_makebox 0
30178 width "45col%"
30179 special "none"
30180 height "1in"
30181 height_special "totalheight"
30182 thickness "0.4pt"
30183 separation "3pt"
30184 shadowsize "4pt"
30185 framecolor "black"
30186 backgroundcolor "none"
30187 status open
30188
30189 \begin_layout Plain Layout
30190 \align center
30191 \begin_inset Graphics
30192         filename clipart/2D-intensity-plot.pdf
30193         width 100col%
30194         scaleBeforeRotation
30195
30196 \end_inset
30197
30198
30199 \end_layout
30200
30201 \begin_layout Plain Layout
30202 \begin_inset Caption Standard
30203
30204 \begin_layout Plain Layout
30205 \begin_inset CommandInset label
30206 LatexCommand label
30207 name "fig:Float-left"
30208
30209 \end_inset
30210
30211 Float on the left side.
30212 \end_layout
30213
30214 \end_inset
30215
30216
30217 \end_layout
30218
30219 \end_inset
30220
30221
30222 \begin_inset space \hfill{}
30223 \end_inset
30224
30225
30226 \begin_inset Box Frameless
30227 position "b"
30228 hor_pos "c"
30229 has_inner_box 1
30230 inner_pos "t"
30231 use_parbox 0
30232 use_makebox 0
30233 width "45col%"
30234 special "none"
30235 height "1in"
30236 height_special "totalheight"
30237 thickness "0.4pt"
30238 separation "3pt"
30239 shadowsize "4pt"
30240 framecolor "black"
30241 backgroundcolor "none"
30242 status open
30243
30244 \begin_layout Plain Layout
30245 \align center
30246 \begin_inset Graphics
30247         filename clipart/Star-structure.pdf
30248         width 100col%
30249         scaleBeforeRotation
30250
30251 \end_inset
30252
30253
30254 \end_layout
30255
30256 \begin_layout Plain Layout
30257 \begin_inset Caption Standard
30258
30259 \begin_layout Plain Layout
30260 \begin_inset CommandInset label
30261 LatexCommand label
30262 name "fig:Float-right"
30263
30264 \end_inset
30265
30266 Float on the right side.
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \end_layout
30278
30279 \end_inset
30280
30281
30282 \end_layout
30283
30284 \begin_layout Standard
30285 An alternative and simpler solution is to use the module 
30286 \family sans
30287 Variable-width Minipages
30288 \family default
30289 , see sec.
30290 \begin_inset space \thinspace{}
30291 \end_inset
30292
30293
30294 \begin_inset CommandInset ref
30295 LatexCommand ref
30296 reference "sec:Minipages"
30297
30298 \end_inset
30299
30300 .
30301  Variable-width minipages adapt automatically to the width of the figures
30302  and tables.
30303  They do not require an explicit width to be given, and they improve the
30304  horizontal alignment of the figures.
30305  The LyX example file 
30306 \emph on
30307 varwidth-floats-side-by-side
30308 \emph default
30309  gives examples of how to do this.
30310 \end_layout
30311
30312 \begin_layout Section
30313 Caption Formatting
30314 \begin_inset Index idx
30315 range none
30316 pageformat default
30317 status collapsed
30318
30319 \begin_layout Plain Layout
30320 Caption
30321 \begin_inset IndexMacro subentry
30322 status open
30323
30324 \begin_layout Plain Layout
30325 Formatting
30326 \end_layout
30327
30328 \end_inset
30329
30330
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \begin_inset Index idx
30337 range none
30338 pageformat default
30339 status collapsed
30340
30341 \begin_layout Plain Layout
30342 Floats
30343 \begin_inset IndexMacro subentry
30344 status open
30345
30346 \begin_layout Plain Layout
30347 Caption Formatting
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \begin_inset CommandInset label
30359 LatexCommand label
30360 name "sec:Caption-Formatting"
30361
30362 \end_inset
30363
30364
30365 \end_layout
30366
30367 \begin_layout Standard
30368 The 
30369 \family sans
30370 Caption
30371 \family default
30372  environment is the default paragraph environment for 
30373 \family sans
30374 Floats
30375 \family default
30376 .
30377  On the \SpecialChar LyX
30378  screen captions appear as a label, e.
30379 \begin_inset space \thinspace{}
30380 \end_inset
30381
30382 g.
30383 \begin_inset space \space{}
30384 \end_inset
30385
30386
30387 \begin_inset Quotes eld
30388 \end_inset
30389
30390
30391 \family sans
30392 Figure #:
30393 \family default
30394
30395 \begin_inset Quotes erd
30396 \end_inset
30397
30398  followed by the caption text.
30399  
30400 \begin_inset Quotes eld
30401 \end_inset
30402
30403 #
30404 \begin_inset Quotes erd
30405 \end_inset
30406
30407  is the actual reference number.
30408  By default the label and the number are in the same font as the caption
30409  text and a colon follows the number to divide the label from the text.
30410  This caption format is suitable for many but not all documents.
30411  
30412 \end_layout
30413
30414 \begin_layout Standard
30415 To change the default caption format, load the \SpecialChar LaTeX
30416 -package 
30417 \series bold
30418 caption
30419 \series default
30420
30421 \begin_inset Index idx
30422 range none
30423 pageformat default
30424 status collapsed
30425
30426 \begin_layout Plain Layout
30427 \SpecialChar LaTeX
30428  packages
30429 \begin_inset IndexMacro subentry
30430 status open
30431
30432 \begin_layout Plain Layout
30433 caption
30434 \end_layout
30435
30436 \end_inset
30437
30438
30439 \end_layout
30440
30441 \end_inset
30442
30443  in the document preamble with this line:
30444 \end_layout
30445
30446 \begin_layout Standard
30447
30448 \series bold
30449
30450 \backslash
30451 usepackage[format definition]{caption}
30452 \end_layout
30453
30454 \begin_layout Standard
30455 To have for example the label and the number in sans-serif, bold font and
30456  the table captions always above the table as in this document, use the
30457  following command:
30458 \end_layout
30459
30460 \begin_layout Standard
30461
30462 \series bold
30463
30464 \backslash
30465 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
30466 \end_layout
30467
30468 \begin_layout Standard
30469 You can also define different caption formats for the different float types.
30470  In this case load the 
30471 \series bold
30472 caption
30473 \series default
30474  package without format specific options and define the different formats
30475  with the help of the command
30476 \end_layout
30477
30478 \begin_layout Standard
30479
30480 \series bold
30481
30482 \backslash
30483 captionsetup[float type]{format definition}
30484 \end_layout
30485
30486 \begin_layout Standard
30487 in the document preamble.
30488  For example the caption formats of Figure
30489 \begin_inset space ~
30490 \end_inset
30491
30492
30493 \begin_inset CommandInset ref
30494 LatexCommand ref
30495 reference "fig:This-is-an-fig"
30496
30497 \end_inset
30498
30499  and Table
30500 \begin_inset space ~
30501 \end_inset
30502
30503
30504 \begin_inset CommandInset ref
30505 LatexCommand ref
30506 reference "tab:This-is-an-tab"
30507
30508 \end_inset
30509
30510  can be created using these commands in the document preamble:
30511 \end_layout
30512
30513 \begin_layout Standard
30514
30515 \series bold
30516
30517 \backslash
30518 usepackage[tableposition=top]{caption}
30519 \series default
30520
30521 \begin_inset Newline newline
30522 \end_inset
30523
30524
30525 \series bold
30526
30527 \backslash
30528 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
30529 \begin_inset Newline newline
30530 \end_inset
30531
30532
30533 \begin_inset Phantom HPhantom
30534 status open
30535
30536 \begin_layout Plain Layout
30537
30538 \series bold
30539
30540 \backslash
30541 captionsetup[figure]{
30542 \end_layout
30543
30544 \end_inset
30545
30546 labelsep=period}
30547 \begin_inset Newline newline
30548 \end_inset
30549
30550
30551 \backslash
30552 captionsetup[table]{labelfont={bf,sf}}
30553 \end_layout
30554
30555 \begin_layout Standard
30556 \begin_inset Note Greyedout
30557 status open
30558
30559 \begin_layout Plain Layout
30560
30561 \series bold
30562 Note:
30563 \series default
30564  The option 
30565 \series bold
30566 tableposition=top
30567 \series default
30568  has no effect when a 
30569 \series bold
30570 KOMA-Script
30571 \series default
30572
30573 \begin_inset Index idx
30574 range none
30575 pageformat default
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579 \SpecialChar LaTeX
30580  packages
30581 \begin_inset IndexMacro subentry
30582 status open
30583
30584 \begin_layout Plain Layout
30585 KOMA-Script
30586 \end_layout
30587
30588 \end_inset
30589
30590
30591 \end_layout
30592
30593 \end_inset
30594
30595  document class is used.
30596  In this case the document class option 
30597 \series bold
30598 captions=tableheading
30599 \series default
30600  must be used.
30601 \end_layout
30602
30603 \end_inset
30604
30605
30606 \end_layout
30607
30608 \begin_layout Standard
30609 For more information about the package 
30610 \series bold
30611 caption
30612 \series default
30613  we refer to its documentation 
30614 \begin_inset CommandInset citation
30615 LatexCommand cite
30616 key "caption"
30617 literal "true"
30618
30619 \end_inset
30620
30621 .
30622 \end_layout
30623
30624 \begin_layout Standard
30625 To change the label name from e.
30626 \begin_inset space \thinspace{}
30627 \end_inset
30628
30629 g.
30630 \begin_inset space \space{}
30631 \end_inset
30632
30633
30634 \begin_inset Quotes eld
30635 \end_inset
30636
30637 Figure
30638 \begin_inset Quotes erd
30639 \end_inset
30640
30641  to 
30642 \begin_inset Quotes eld
30643 \end_inset
30644
30645 Image
30646 \begin_inset Quotes erd
30647 \end_inset
30648
30649  use this preamble command:
30650 \end_layout
30651
30652 \begin_layout Standard
30653
30654 \series bold
30655
30656 \backslash
30657 renewcommand{
30658 \backslash
30659 fnum@figure}{Image~
30660 \backslash
30661 thefigure}
30662 \end_layout
30663
30664 \begin_layout Standard
30665 where 
30666 \series bold
30667
30668 \backslash
30669 thefigure
30670 \series default
30671  inserts the figure number and
30672 \series bold
30673  
30674 \begin_inset Quotes eld
30675 \end_inset
30676
30677 ~
30678 \series default
30679
30680 \begin_inset Quotes erd
30681 \end_inset
30682
30683  creates a 
30684 \change_deleted 177693 1654669177
30685 protected
30686 \change_inserted 177693 1654669179
30687 non-breaking
30688 \change_unchanged
30689  space.
30690 \end_layout
30691
30692 \begin_layout Standard
30693 \begin_inset VSpace bigskip
30694 \end_inset
30695
30696 If you are using a 
30697 \series bold
30698 KOMA-Script
30699 \series default
30700
30701 \begin_inset Index idx
30702 range none
30703 pageformat default
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707 \SpecialChar LaTeX
30708  packages
30709 \begin_inset IndexMacro subentry
30710 status open
30711
30712 \begin_layout Plain Layout
30713 KOMA-Script
30714 \end_layout
30715
30716 \end_inset
30717
30718
30719 \end_layout
30720
30721 \end_inset
30722
30723  document class (
30724 \family sans
30725 article (KOMA-Script)
30726 \family default
30727
30728 \family sans
30729 book (KOMA-Script)
30730 \family default
30731
30732 \family sans
30733 letter (KOMA-Script)
30734 \family default
30735 , or 
30736 \family sans
30737 report (KOMA-Script)
30738 \family default
30739
30740 \begin_inset space \thinspace{}
30741 \end_inset
30742
30743 ), you can alternatively to the 
30744 \series bold
30745 caption
30746 \series default
30747  package use 
30748 \series bold
30749 KOMA-Script
30750 \series default
30751 's built-in command 
30752 \series bold
30753
30754 \backslash
30755 setkomafont
30756 \series default
30757 .
30758  For example, to have the caption label in bold, add this command to your
30759  document preamble:
30760 \end_layout
30761
30762 \begin_layout Standard
30763
30764 \series bold
30765
30766 \backslash
30767 setkomafont{captionlabel}{
30768 \backslash
30769 bfseries}
30770 \end_layout
30771
30772 \begin_layout Standard
30773 For more information about 
30774 \series bold
30775
30776 \backslash
30777 setkomafont
30778 \series default
30779  we refer to the 
30780 \series bold
30781 KOMA-Script
30782 \series default
30783  documentation 
30784 \begin_inset CommandInset citation
30785 LatexCommand cite
30786 key "KOMA-Script"
30787 literal "true"
30788
30789 \end_inset
30790
30791 .
30792 \end_layout
30793
30794 \begin_layout Standard
30795 \begin_inset ERT
30796 status collapsed
30797
30798 \begin_layout Plain Layout
30799
30800
30801 \backslash
30802 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
30803 }
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \begin_inset Note Note
30810 status open
30811
30812 \begin_layout Plain Layout
30813 The caption format is changed only for this example.
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \end_layout
30820
30821 \begin_layout Standard
30822 \begin_inset Float figure
30823 placement !p
30824 alignment document
30825 wide false
30826 sideways false
30827 status open
30828
30829 \begin_layout Plain Layout
30830 \align center
30831 \begin_inset Graphics
30832         filename clipart/2D-intensity-plot.pdf
30833         scaleBeforeRotation
30834
30835 \end_inset
30836
30837
30838 \end_layout
30839
30840 \begin_layout Plain Layout
30841 \begin_inset Caption Standard
30842
30843 \begin_layout Plain Layout
30844 \begin_inset CommandInset label
30845 LatexCommand label
30846 name "fig:This-is-an-fig"
30847
30848 \end_inset
30849
30850 This is an example figure caption that is longer than one line to show the
30851  different caption format.
30852  Here a self-defined caption format is used.
30853 \end_layout
30854
30855 \end_inset
30856
30857
30858 \end_layout
30859
30860 \end_inset
30861
30862
30863 \end_layout
30864
30865 \begin_layout Standard
30866 \begin_inset ERT
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870
30871
30872 \backslash
30873 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
30874 on}
30875 \end_layout
30876
30877 \end_inset
30878
30879
30880 \end_layout
30881
30882 \begin_layout Standard
30883 \begin_inset Float table
30884 placement !p
30885 alignment document
30886 wide false
30887 sideways false
30888 status open
30889
30890 \begin_layout Plain Layout
30891 \begin_inset Caption Standard
30892
30893 \begin_layout Plain Layout
30894 \begin_inset CommandInset label
30895 LatexCommand label
30896 name "tab:This-is-an-tab"
30897
30898 \end_inset
30899
30900 This is an example table caption that is longer than one line to show the
30901  different caption format.
30902  Here the standard caption format for tables in this document is used.
30903 \end_layout
30904
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \begin_layout Plain Layout
30911 \align center
30912 \begin_inset Tabular
30913 <lyxtabular version="3" rows="1" columns="5">
30914 <features tabularvalignment="middle">
30915 <column alignment="center" valignment="top">
30916 <column alignment="center" valignment="top">
30917 <column alignment="center" valignment="top">
30918 <column alignment="center" valignment="top">
30919 <column alignment="center" valignment="top">
30920 <row>
30921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30922 \begin_inset Text
30923
30924 \begin_layout Plain Layout
30925 a
30926 \end_layout
30927
30928 \end_inset
30929 </cell>
30930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30931 \begin_inset Text
30932
30933 \begin_layout Plain Layout
30934 b
30935 \end_layout
30936
30937 \end_inset
30938 </cell>
30939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30940 \begin_inset Text
30941
30942 \begin_layout Plain Layout
30943 c
30944 \end_layout
30945
30946 \end_inset
30947 </cell>
30948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30949 \begin_inset Text
30950
30951 \begin_layout Plain Layout
30952 d
30953 \end_layout
30954
30955 \end_inset
30956 </cell>
30957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30958 \begin_inset Text
30959
30960 \begin_layout Plain Layout
30961 e
30962 \end_layout
30963
30964 \end_inset
30965 </cell>
30966 </row>
30967 </lyxtabular>
30968
30969 \end_inset
30970
30971
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \end_layout
30978
30979 \begin_layout Section
30980 Caption Placement
30981 \begin_inset Index idx
30982 range none
30983 pageformat default
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987 Caption
30988 \begin_inset IndexMacro subentry
30989 status open
30990
30991 \begin_layout Plain Layout
30992 Placement
30993 \end_layout
30994
30995 \end_inset
30996
30997
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \begin_inset Index idx
31004 range none
31005 pageformat default
31006 status collapsed
31007
31008 \begin_layout Plain Layout
31009 Floats
31010 \begin_inset IndexMacro subentry
31011 status open
31012
31013 \begin_layout Plain Layout
31014 Caption Placement
31015 \end_layout
31016
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \begin_inset CommandInset label
31026 LatexCommand label
31027 name "sec:Caption-Placement"
31028
31029 \end_inset
31030
31031
31032 \end_layout
31033
31034 \begin_layout Standard
31035 The common caption placement rule is:
31036 \end_layout
31037
31038 \begin_layout Description
31039 Figure: Caption is set below the figure
31040 \end_layout
31041
31042 \begin_layout Description
31043 Table: Caption is set above the table
31044 \end_layout
31045
31046 \begin_layout Standard
31047 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
31048 's
31049  standard classes.
31050  That means if you are using the document classes 
31051 \family sans
31052 article
31053 \family default
31054
31055 \family sans
31056 book
31057 \family default
31058
31059 \family sans
31060 letter
31061 \family default
31062 , or 
31063 \family sans
31064 report
31065 \family default
31066  there will be no space between the caption and the table.
31067  To insert the necessary space, load the \SpecialChar LaTeX
31068 -package 
31069 \series bold
31070 caption
31071 \series default
31072
31073 \begin_inset Index idx
31074 range none
31075 pageformat default
31076 status collapsed
31077
31078 \begin_layout Plain Layout
31079 \SpecialChar LaTeX
31080  packages
31081 \begin_inset IndexMacro subentry
31082 status open
31083
31084 \begin_layout Plain Layout
31085 caption
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \end_layout
31092
31093 \end_inset
31094
31095  in your document preamble with the option
31096 \begin_inset Foot
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100 See section
31101 \begin_inset space ~
31102 \end_inset
31103
31104
31105 \begin_inset CommandInset ref
31106 LatexCommand ref
31107 reference "sec:Caption-Formatting"
31108
31109 \end_inset
31110
31111  for more information of the package 
31112 \series bold
31113 caption
31114 \series default
31115 .
31116 \end_layout
31117
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \begin_layout Standard
31124
31125 \series bold
31126 tableposition=top
31127 \end_layout
31128
31129 \begin_layout Standard
31130 If you are using a 
31131 \series bold
31132 KOMA-Script
31133 \series default
31134
31135 \begin_inset Index idx
31136 range none
31137 pageformat default
31138 status collapsed
31139
31140 \begin_layout Plain Layout
31141 \SpecialChar LaTeX
31142  packages
31143 \begin_inset IndexMacro subentry
31144 status open
31145
31146 \begin_layout Plain Layout
31147 KOMA-Script
31148 \end_layout
31149
31150 \end_inset
31151
31152
31153 \end_layout
31154
31155 \end_inset
31156
31157  document class (
31158 \family sans
31159 article (KOMA-Script)
31160 \family default
31161
31162 \family sans
31163 book (KOMA-Script)
31164 \family default
31165
31166 \family sans
31167 letter (KOMA-Script)
31168 \family default
31169 , or 
31170 \family sans
31171 report (KOMA-Script)
31172 \family default
31173
31174 \begin_inset space \thinspace{}
31175 \end_inset
31176
31177 ), you can alternatively to the 
31178 \series bold
31179 caption
31180 \series default
31181  package set the document class option
31182 \begin_inset Foot
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186 That option is used in this document.
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \end_layout
31193
31194 \begin_layout Standard
31195
31196 \series bold
31197 captions=tableheading
31198 \end_layout
31199
31200 \begin_layout Standard
31201 In documents with a KOMA-Script document class you can also right-click
31202  on a caption and mark in the context menu if this should be a caption above
31203  or below the table/figure.
31204  This way you can override the document-wide caption placement for certain
31205  captions.
31206  Table
31207 \begin_inset space ~
31208 \end_inset
31209
31210
31211 \begin_inset CommandInset ref
31212 LatexCommand ref
31213 reference "tab:A-caption-marked"
31214
31215 \end_inset
31216
31217  is an example where the caption is marked a being below the table while
31218  it is above.
31219  For comparison the caption in Table
31220 \begin_inset space ~
31221 \end_inset
31222
31223
31224 \begin_inset CommandInset ref
31225 LatexCommand ref
31226 reference "tab:A-standard-table"
31227
31228 \end_inset
31229
31230  is not marked.
31231 \end_layout
31232
31233 \begin_layout Standard
31234 \begin_inset Float table
31235 placement document
31236 alignment document
31237 wide false
31238 sideways false
31239 status open
31240
31241 \begin_layout Plain Layout
31242 \begin_inset Caption Below
31243
31244 \begin_layout Plain Layout
31245 \begin_inset CommandInset label
31246 LatexCommand label
31247 name "tab:A-caption-marked"
31248
31249 \end_inset
31250
31251 A caption marked as being below the table.
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \end_layout
31258
31259 \begin_layout Plain Layout
31260 \align center
31261 \begin_inset Tabular
31262 <lyxtabular version="3" rows="3" columns="3">
31263 <features tabularvalignment="middle">
31264 <column alignment="center" valignment="top" width="0pt">
31265 <column alignment="center" valignment="top" width="0pt">
31266 <column alignment="center" valignment="top" width="0pt">
31267 <row>
31268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31269 \begin_inset Text
31270
31271 \begin_layout Plain Layout
31272 1
31273 \end_layout
31274
31275 \end_inset
31276 </cell>
31277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31278 \begin_inset Text
31279
31280 \begin_layout Plain Layout
31281 2
31282 \end_layout
31283
31284 \end_inset
31285 </cell>
31286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31287 \begin_inset Text
31288
31289 \begin_layout Plain Layout
31290 3
31291 \end_layout
31292
31293 \end_inset
31294 </cell>
31295 </row>
31296 <row>
31297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31298 \begin_inset Text
31299
31300 \begin_layout Plain Layout
31301 Joe
31302 \end_layout
31303
31304 \end_inset
31305 </cell>
31306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31307 \begin_inset Text
31308
31309 \begin_layout Plain Layout
31310 Mary
31311 \end_layout
31312
31313 \end_inset
31314 </cell>
31315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31316 \begin_inset Text
31317
31318 \begin_layout Plain Layout
31319 Ted
31320 \end_layout
31321
31322 \end_inset
31323 </cell>
31324 </row>
31325 <row>
31326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31327 \begin_inset Text
31328
31329 \begin_layout Plain Layout
31330 \begin_inset Formula $\int x^{2}dx$
31331 \end_inset
31332
31333
31334 \end_layout
31335
31336 \end_inset
31337 </cell>
31338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31339 \begin_inset Text
31340
31341 \begin_layout Plain Layout
31342 \begin_inset Formula $\left[\begin{array}{cc}
31343 a & b\\
31344 c & d
31345 \end{array}\right]$
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \end_inset
31352 </cell>
31353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31354 \begin_inset Text
31355
31356 \begin_layout Plain Layout
31357 \begin_inset Formula $1+1=2$
31358 \end_inset
31359
31360
31361 \end_layout
31362
31363 \end_inset
31364 </cell>
31365 </row>
31366 </lyxtabular>
31367
31368 \end_inset
31369
31370
31371 \end_layout
31372
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 \begin_inset Float table
31380 placement document
31381 alignment document
31382 wide false
31383 sideways false
31384 status open
31385
31386 \begin_layout Plain Layout
31387 \begin_inset Caption Standard
31388
31389 \begin_layout Plain Layout
31390 \begin_inset CommandInset label
31391 LatexCommand label
31392 name "tab:A-standard-table"
31393
31394 \end_inset
31395
31396 A standard table caption.
31397 \end_layout
31398
31399 \end_inset
31400
31401
31402 \end_layout
31403
31404 \begin_layout Plain Layout
31405 \align center
31406 \begin_inset Tabular
31407 <lyxtabular version="3" rows="3" columns="3">
31408 <features tabularvalignment="middle">
31409 <column alignment="center" valignment="top" width="0pt">
31410 <column alignment="center" valignment="top" width="0pt">
31411 <column alignment="center" valignment="top" width="0pt">
31412 <row>
31413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31414 \begin_inset Text
31415
31416 \begin_layout Plain Layout
31417 1
31418 \end_layout
31419
31420 \end_inset
31421 </cell>
31422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31423 \begin_inset Text
31424
31425 \begin_layout Plain Layout
31426 2
31427 \end_layout
31428
31429 \end_inset
31430 </cell>
31431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31432 \begin_inset Text
31433
31434 \begin_layout Plain Layout
31435 3
31436 \end_layout
31437
31438 \end_inset
31439 </cell>
31440 </row>
31441 <row>
31442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31443 \begin_inset Text
31444
31445 \begin_layout Plain Layout
31446 Joe
31447 \end_layout
31448
31449 \end_inset
31450 </cell>
31451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31452 \begin_inset Text
31453
31454 \begin_layout Plain Layout
31455 Mary
31456 \end_layout
31457
31458 \end_inset
31459 </cell>
31460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31461 \begin_inset Text
31462
31463 \begin_layout Plain Layout
31464 Ted
31465 \end_layout
31466
31467 \end_inset
31468 </cell>
31469 </row>
31470 <row>
31471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31472 \begin_inset Text
31473
31474 \begin_layout Plain Layout
31475 \begin_inset Formula $\int x^{2}dx$
31476 \end_inset
31477
31478
31479 \end_layout
31480
31481 \end_inset
31482 </cell>
31483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout Plain Layout
31487 \begin_inset Formula $\left[\begin{array}{cc}
31488 a & b\\
31489 c & d
31490 \end{array}\right]$
31491 \end_inset
31492
31493
31494 \end_layout
31495
31496 \end_inset
31497 </cell>
31498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31499 \begin_inset Text
31500
31501 \begin_layout Plain Layout
31502 \begin_inset Formula $1+1=2$
31503 \end_inset
31504
31505
31506 \end_layout
31507
31508 \end_inset
31509 </cell>
31510 </row>
31511 </lyxtabular>
31512
31513 \end_inset
31514
31515
31516 \end_layout
31517
31518 \end_inset
31519
31520
31521 \end_layout
31522
31523 \begin_layout Standard
31524 \begin_inset VSpace bigskip
31525 \end_inset
31526
31527 It is also possible to set the caption beside a figure or table.
31528  To get this the \SpecialChar LaTeX
31529 -package 
31530 \series bold
31531 sidecap
31532 \series default
31533
31534 \begin_inset Index idx
31535 range none
31536 pageformat default
31537 status collapsed
31538
31539 \begin_layout Plain Layout
31540 \SpecialChar LaTeX
31541  packages
31542 \begin_inset IndexMacro subentry
31543 status open
31544
31545 \begin_layout Plain Layout
31546 sidecap
31547 \end_layout
31548
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \end_inset
31555
31556  has to be loaded in the document preamble with the line
31557 \end_layout
31558
31559 \begin_layout Standard
31560
31561 \series bold
31562
31563 \backslash
31564 usepackage[option]{sidecap}
31565 \end_layout
31566
31567 \begin_layout Standard
31568 If you set no option, the caption is placed on the side of the outer page
31569  margin â€“ to the right on odd pages, to the left on even pages.
31570  You can change the placement to inner margin with the option 
31571 \series bold
31572 innercaption
31573 \series default
31574 .
31575  To force the placement always to the right or left, use the option 
31576 \series bold
31577 rightcaption
31578 \series default
31579  or 
31580 \series bold
31581 leftcaption
31582 \series default
31583 , respectively.
31584 \end_layout
31585
31586 \begin_layout Standard
31587 \begin_inset ERT
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591
31592
31593 \backslash
31594 ifsidecap
31595 \end_layout
31596
31597 \end_inset
31598
31599
31600 \begin_inset Note Note
31601 status open
31602
31603 \begin_layout Plain Layout
31604 The following section will only be displayed when the \SpecialChar LaTeX
31605 -package 
31606 \series bold
31607 sidecap
31608 \series default
31609  is installed.
31610 \end_layout
31611
31612 \end_inset
31613
31614
31615 \end_layout
31616
31617 \begin_layout Standard
31618 To place in \SpecialChar LyX
31619  the caption of a float on the side, it is necessary to add
31620  these commands to the document preamble:
31621 \end_layout
31622
31623 \begin_layout Standard
31624 \noindent
31625 \begin_inset CommandInset line
31626 LatexCommand rule
31627 offset "0.5ex"
31628 width "100line%"
31629 height "1pt"
31630
31631 \end_inset
31632
31633
31634 \end_layout
31635
31636 \begin_layout Standard
31637
31638 \series bold
31639
31640 \backslash
31641 newcommand{
31642 \backslash
31643 TabBesBeg}[1][1.0]{%
31644 \begin_inset Newline newline
31645 \end_inset
31646
31647
31648 \begin_inset Phantom HPhantom
31649 status open
31650
31651 \begin_layout Plain Layout
31652 \begin_inset space ~
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \backslash
31662 let
31663 \backslash
31664 MyTable
31665 \backslash
31666 table
31667 \begin_inset Newline newline
31668 \end_inset
31669
31670
31671 \begin_inset Phantom HPhantom
31672 status open
31673
31674 \begin_layout Plain Layout
31675
31676 \series medium
31677 \begin_inset space ~
31678 \end_inset
31679
31680
31681 \end_layout
31682
31683 \end_inset
31684
31685
31686 \backslash
31687 let
31688 \backslash
31689 MyEndtable
31690 \backslash
31691 endtable
31692 \begin_inset Newline newline
31693 \end_inset
31694
31695
31696 \begin_inset Phantom HPhantom
31697 status open
31698
31699 \begin_layout Plain Layout
31700
31701 \series medium
31702 \begin_inset space ~
31703 \end_inset
31704
31705
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \backslash
31712 renewenvironment{table}[1]{
31713 \backslash
31714 begin{SCtable}[#1]##1}{
31715 \backslash
31716 end{SCtable}}}
31717 \end_layout
31718
31719 \begin_layout Standard
31720
31721 \series bold
31722
31723 \backslash
31724 newcommand{
31725 \backslash
31726 TabBesEnd}{%
31727 \begin_inset Newline newline
31728 \end_inset
31729
31730
31731 \begin_inset Phantom HPhantom
31732 status open
31733
31734 \begin_layout Plain Layout
31735 \begin_inset space ~
31736 \end_inset
31737
31738
31739 \end_layout
31740
31741 \end_inset
31742
31743
31744 \backslash
31745 let
31746 \backslash
31747 table
31748 \backslash
31749 MyTable
31750 \begin_inset Newline newline
31751 \end_inset
31752
31753
31754 \begin_inset Phantom HPhantom
31755 status open
31756
31757 \begin_layout Plain Layout
31758 \begin_inset space ~
31759 \end_inset
31760
31761
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \backslash
31768 let
31769 \backslash
31770 endtable
31771 \backslash
31772 MyEndtable
31773 \end_layout
31774
31775 \begin_layout Standard
31776
31777 \series bold
31778
31779 \backslash
31780 newcommand{
31781 \backslash
31782 FigBesBeg}[1][1.0]{%
31783 \begin_inset Newline newline
31784 \end_inset
31785
31786
31787 \begin_inset Phantom HPhantom
31788 status open
31789
31790 \begin_layout Plain Layout
31791 \begin_inset space ~
31792 \end_inset
31793
31794
31795 \end_layout
31796
31797 \end_inset
31798
31799
31800 \backslash
31801 let
31802 \backslash
31803 MyFigure
31804 \backslash
31805 figure
31806 \begin_inset Newline newline
31807 \end_inset
31808
31809
31810 \begin_inset Phantom HPhantom
31811 status open
31812
31813 \begin_layout Plain Layout
31814 \begin_inset space ~
31815 \end_inset
31816
31817
31818 \end_layout
31819
31820 \end_inset
31821
31822
31823 \backslash
31824 let
31825 \backslash
31826 MyEndfigure
31827 \backslash
31828 endfigure
31829 \begin_inset Newline newline
31830 \end_inset
31831
31832
31833 \begin_inset Phantom HPhantom
31834 status open
31835
31836 \begin_layout Plain Layout
31837 \begin_inset space ~
31838 \end_inset
31839
31840
31841 \end_layout
31842
31843 \end_inset
31844
31845
31846 \backslash
31847 renewenvironment{figure}[1]{
31848 \backslash
31849 begin{SCfigure}[#1]##1}{
31850 \backslash
31851 end{SCfigure}}}
31852 \end_layout
31853
31854 \begin_layout Standard
31855
31856 \series bold
31857
31858 \backslash
31859 newcommand{
31860 \backslash
31861 FigBesEnd}{%
31862 \begin_inset Newline newline
31863 \end_inset
31864
31865
31866 \begin_inset Phantom HPhantom
31867 status open
31868
31869 \begin_layout Plain Layout
31870 \begin_inset space ~
31871 \end_inset
31872
31873
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \backslash
31880 let
31881 \backslash
31882 figure
31883 \backslash
31884 MyFigure
31885 \begin_inset Newline newline
31886 \end_inset
31887
31888
31889 \begin_inset Phantom HPhantom
31890 status open
31891
31892 \begin_layout Plain Layout
31893 \begin_inset space ~
31894 \end_inset
31895
31896
31897 \end_layout
31898
31899 \end_inset
31900
31901
31902 \backslash
31903 let
31904 \backslash
31905 endfigure
31906 \backslash
31907 MyEndfigure}
31908 \end_layout
31909
31910 \begin_layout Standard
31911 \noindent
31912 \begin_inset CommandInset line
31913 LatexCommand rule
31914 offset "0.5ex"
31915 width "100line%"
31916 height "1pt"
31917
31918 \end_inset
31919
31920
31921 \end_layout
31922
31923 \begin_layout Standard
31924 The commands allow you to redefine the floats so that the caption is set
31925  on the side.
31926  For figure floats use the command
31927 \end_layout
31928
31929 \begin_layout Standard
31930
31931 \series bold
31932
31933 \backslash
31934 FigBesBeg
31935 \end_layout
31936
31937 \begin_layout Standard
31938 in \SpecialChar TeX
31939  Code before the float.
31940  And insert the command
31941 \end_layout
31942
31943 \begin_layout Standard
31944
31945 \series bold
31946
31947 \backslash
31948 FigBesEnd
31949 \end_layout
31950
31951 \begin_layout Standard
31952 in \SpecialChar TeX
31953  Code at the point where you want to get back to the original float definitio
31954 n.
31955 \end_layout
31956
31957 \begin_layout Standard
31958 For table floats use the corresponding commands
31959 \end_layout
31960
31961 \begin_layout Standard
31962
31963 \series bold
31964
31965 \backslash
31966 TabBesBeg
31967 \series default
31968  and 
31969 \series bold
31970
31971 \backslash
31972 TabBesEnd
31973 \end_layout
31974
31975 \begin_layout Standard
31976 Figure
31977 \begin_inset space ~
31978 \end_inset
31979
31980
31981 \begin_inset CommandInset ref
31982 LatexCommand ref
31983 reference "fig:cap-beside-fig"
31984
31985 \end_inset
31986
31987  and Table
31988 \begin_inset space ~
31989 \end_inset
31990
31991
31992 \begin_inset CommandInset ref
31993 LatexCommand ref
31994 reference "tab:cap-beside-tab"
31995
31996 \end_inset
31997
31998  are examples where the caption is set beside.
31999 \end_layout
32000
32001 \begin_layout Standard
32002 You can see in the examples that the caption text appears at the top of
32003  the floats for table floats and at the bottom for figure floats.
32004  To change this, you can use the command
32005 \end_layout
32006
32007 \begin_layout Standard
32008
32009 \series bold
32010
32011 \backslash
32012 sidecaptionvpos{float type}{placement}
32013 \end_layout
32014
32015 \begin_layout Standard
32016 in the document preamble or in \SpecialChar TeX
32017  Code before the float.
32018  The float type is either 
32019 \family sans
32020 figure
32021 \family default
32022  or 
32023 \family sans
32024 table
32025 \family default
32026 , the placement can be 
32027 \begin_inset Quotes eld
32028 \end_inset
32029
32030
32031 \family sans
32032 t
32033 \family default
32034
32035 \begin_inset Quotes erd
32036 \end_inset
32037
32038  for top, 
32039 \begin_inset Quotes eld
32040 \end_inset
32041
32042
32043 \family sans
32044 c
32045 \family default
32046
32047 \begin_inset Quotes erd
32048 \end_inset
32049
32050  for center, or 
32051 \begin_inset Quotes eld
32052 \end_inset
32053
32054
32055 \family sans
32056 b
32057 \family default
32058
32059 \begin_inset Quotes erd
32060 \end_inset
32061
32062  for bottom.
32063  To have for example the caption of figure floats vertically centered, use
32064  the command
32065 \end_layout
32066
32067 \begin_layout Standard
32068
32069 \series bold
32070
32071 \backslash
32072 sidecaptionvpos{figure}{c}
32073 \end_layout
32074
32075 \begin_layout Standard
32076 This was used for Figure
32077 \begin_inset space ~
32078 \end_inset
32079
32080
32081 \begin_inset CommandInset ref
32082 LatexCommand ref
32083 reference "fig:cap-beside-fig-2"
32084
32085 \end_inset
32086
32087 .
32088 \end_layout
32089
32090 \begin_layout Standard
32091 \begin_inset VSpace medskip
32092 \end_inset
32093
32094
32095 \end_layout
32096
32097 \begin_layout Standard
32098 The default caption width is the width of the image/table.
32099  For thin image/tables, like in Table
32100 \begin_inset space ~
32101 \end_inset
32102
32103
32104 \begin_inset CommandInset ref
32105 LatexCommand ref
32106 reference "tab:cap-beside-tab"
32107
32108 \end_inset
32109
32110 , this leads to captions that are too thin.
32111  You can increase the width by specifying a factor that will be multiplied
32112  with the image/table width to get the caption width.
32113  The caption width will automatically be recalculated in case it would protrude
32114  over the page or column margin due to the specified width.
32115  The 
32116 \emph on
32117 factor
32118 \emph default
32119  can either be given as optional argument for 
32120 \series bold
32121
32122 \backslash
32123 FigBesBeg
32124 \series default
32125 :
32126 \end_layout
32127
32128 \begin_layout Standard
32129
32130 \series bold
32131
32132 \backslash
32133 FigBesBeg[factor]
32134 \end_layout
32135
32136 \begin_layout Standard
32137 or in the definition of 
32138 \series bold
32139
32140 \backslash
32141 FigBesBeg
32142 \series default
32143  by replacing the 
32144 \series bold
32145 1.0
32146 \series default
32147  with another value.
32148  If you do the latter, your factor will be the default if 
32149 \series bold
32150
32151 \backslash
32152 FigBesBeg
32153 \series default
32154  is used without an argument.
32155  For Table
32156 \begin_inset space ~
32157 \end_inset
32158
32159
32160 \begin_inset CommandInset ref
32161 LatexCommand ref
32162 reference "tab:cap-beside-tab-wider"
32163
32164 \end_inset
32165
32166  the factor 5 was used.
32167 \end_layout
32168
32169 \begin_layout Standard
32170 \begin_inset Note Greyedout
32171 status open
32172
32173 \begin_layout Plain Layout
32174
32175 \series bold
32176 Note:
32177 \series default
32178  For floats with captions set beside, you cannot use the float placement
32179  option 
32180 \family sans
32181 Here
32182 \begin_inset space ~
32183 \end_inset
32184
32185 definitely
32186 \family default
32187  because it is not supported by 
32188 \series bold
32189 sidecap
32190 \series default
32191 .
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Standard
32200 \begin_inset VSpace medskip
32201 \end_inset
32202
32203 For more information about the package 
32204 \series bold
32205 sidecap
32206 \series default
32207  we refer to its documentation 
32208 \begin_inset CommandInset citation
32209 LatexCommand cite
32210 key "sidecap"
32211 literal "true"
32212
32213 \end_inset
32214
32215 .
32216 \end_layout
32217
32218 \begin_layout Standard
32219 \begin_inset Note Greyedout
32220 status open
32221
32222 \begin_layout Plain Layout
32223
32224 \series bold
32225 Note:
32226 \series default
32227  The \SpecialChar LaTeX
32228 -package 
32229 \series bold
32230 hypcap
32231 \series default
32232
32233 \begin_inset Index idx
32234 range none
32235 pageformat default
32236 status collapsed
32237
32238 \begin_layout Plain Layout
32239 \SpecialChar LaTeX
32240  packages
32241 \begin_inset IndexMacro subentry
32242 status open
32243
32244 \begin_layout Plain Layout
32245 hypcap
32246 \end_layout
32247
32248 \end_inset
32249
32250
32251 \end_layout
32252
32253 \end_inset
32254
32255 , described in section
32256 \begin_inset space ~
32257 \end_inset
32258
32259
32260 \begin_inset CommandInset ref
32261 LatexCommand ref
32262 reference "subsec:Reference-Position"
32263
32264 \end_inset
32265
32266 , has no effect on floats with the caption set beside.
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \end_layout
32273
32274 \begin_layout Standard
32275 \begin_inset ERT
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279
32280
32281 \backslash
32282 FigBesBeg
32283 \end_layout
32284
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \begin_layout Standard
32291 \begin_inset Float figure
32292 placement document
32293 alignment document
32294 wide false
32295 sideways false
32296 status open
32297
32298 \begin_layout Plain Layout
32299 \begin_inset Graphics
32300         filename clipart/3D-structure-distort.pdf
32301         scale 50
32302         scaleBeforeRotation
32303
32304 \end_inset
32305
32306
32307 \end_layout
32308
32309 \begin_layout Plain Layout
32310 \begin_inset Caption Standard
32311
32312 \begin_layout Plain Layout
32313 \begin_inset CommandInset label
32314 LatexCommand label
32315 name "fig:cap-beside-fig"
32316
32317 \end_inset
32318
32319 This is a caption beside a figure.
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Standard
32333 \begin_inset ERT
32334 status collapsed
32335
32336 \begin_layout Plain Layout
32337
32338
32339 \backslash
32340 FigBesEnd
32341 \end_layout
32342
32343 \end_inset
32344
32345
32346 \end_layout
32347
32348 \begin_layout Standard
32349 \begin_inset ERT
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353
32354
32355 \backslash
32356 TabBesBeg
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \end_layout
32363
32364 \begin_layout Standard
32365 \begin_inset Float table
32366 placement document
32367 alignment document
32368 wide false
32369 sideways false
32370 status open
32371
32372 \begin_layout Plain Layout
32373 \begin_inset Caption Standard
32374
32375 \begin_layout Plain Layout
32376 \begin_inset CommandInset label
32377 LatexCommand label
32378 name "tab:cap-beside-tab"
32379
32380 \end_inset
32381
32382 This is a caption beside a table.
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \end_layout
32389
32390 \begin_layout Plain Layout
32391 \begin_inset Tabular
32392 <lyxtabular version="3" rows="4" columns="5">
32393 <features tabularvalignment="middle">
32394 <column alignment="center" valignment="top">
32395 <column alignment="center" valignment="top">
32396 <column alignment="center" valignment="top">
32397 <column alignment="center" valignment="top">
32398 <column alignment="center" valignment="top">
32399 <row>
32400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32401 \begin_inset Text
32402
32403 \begin_layout Plain Layout
32404 a
32405 \end_layout
32406
32407 \end_inset
32408 </cell>
32409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32410 \begin_inset Text
32411
32412 \begin_layout Plain Layout
32413
32414 \end_layout
32415
32416 \end_inset
32417 </cell>
32418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32419 \begin_inset Text
32420
32421 \begin_layout Plain Layout
32422 b
32423 \end_layout
32424
32425 \end_inset
32426 </cell>
32427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32428 \begin_inset Text
32429
32430 \begin_layout Plain Layout
32431
32432 \end_layout
32433
32434 \end_inset
32435 </cell>
32436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32437 \begin_inset Text
32438
32439 \begin_layout Plain Layout
32440 c
32441 \end_layout
32442
32443 \end_inset
32444 </cell>
32445 </row>
32446 <row>
32447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32448 \begin_inset Text
32449
32450 \begin_layout Plain Layout
32451
32452 \end_layout
32453
32454 \end_inset
32455 </cell>
32456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32457 \begin_inset Text
32458
32459 \begin_layout Plain Layout
32460 d
32461 \end_layout
32462
32463 \end_inset
32464 </cell>
32465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32466 \begin_inset Text
32467
32468 \begin_layout Plain Layout
32469
32470 \end_layout
32471
32472 \end_inset
32473 </cell>
32474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32475 \begin_inset Text
32476
32477 \begin_layout Plain Layout
32478 e
32479 \end_layout
32480
32481 \end_inset
32482 </cell>
32483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32484 \begin_inset Text
32485
32486 \begin_layout Plain Layout
32487
32488 \end_layout
32489
32490 \end_inset
32491 </cell>
32492 </row>
32493 <row>
32494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32495 \begin_inset Text
32496
32497 \begin_layout Plain Layout
32498 f
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32504 \begin_inset Text
32505
32506 \begin_layout Plain Layout
32507
32508 \end_layout
32509
32510 \end_inset
32511 </cell>
32512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32513 \begin_inset Text
32514
32515 \begin_layout Plain Layout
32516 g
32517 \end_layout
32518
32519 \end_inset
32520 </cell>
32521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32522 \begin_inset Text
32523
32524 \begin_layout Plain Layout
32525
32526 \end_layout
32527
32528 \end_inset
32529 </cell>
32530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32531 \begin_inset Text
32532
32533 \begin_layout Plain Layout
32534 h
32535 \end_layout
32536
32537 \end_inset
32538 </cell>
32539 </row>
32540 <row>
32541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32542 \begin_inset Text
32543
32544 \begin_layout Plain Layout
32545
32546 \end_layout
32547
32548 \end_inset
32549 </cell>
32550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32551 \begin_inset Text
32552
32553 \begin_layout Plain Layout
32554 i
32555 \end_layout
32556
32557 \end_inset
32558 </cell>
32559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32560 \begin_inset Text
32561
32562 \begin_layout Plain Layout
32563
32564 \end_layout
32565
32566 \end_inset
32567 </cell>
32568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32569 \begin_inset Text
32570
32571 \begin_layout Plain Layout
32572 j
32573 \end_layout
32574
32575 \end_inset
32576 </cell>
32577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32578 \begin_inset Text
32579
32580 \begin_layout Plain Layout
32581
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 </row>
32587 </lyxtabular>
32588
32589 \end_inset
32590
32591
32592 \end_layout
32593
32594 \end_inset
32595
32596
32597 \end_layout
32598
32599 \begin_layout Standard
32600 \begin_inset ERT
32601 status collapsed
32602
32603 \begin_layout Plain Layout
32604
32605
32606 \backslash
32607 TabBesEnd
32608 \end_layout
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \begin_layout Standard
32616 \begin_inset ERT
32617 status collapsed
32618
32619 \begin_layout Plain Layout
32620
32621
32622 \backslash
32623 FigBesBeg
32624 \end_layout
32625
32626 \end_inset
32627
32628
32629 \begin_inset ERT
32630 status collapsed
32631
32632 \begin_layout Plain Layout
32633
32634
32635 \backslash
32636 sidecaptionvpos{figure}{c}
32637 \end_layout
32638
32639 \end_inset
32640
32641
32642 \begin_inset Float figure
32643 placement document
32644 alignment document
32645 wide false
32646 sideways false
32647 status open
32648
32649 \begin_layout Plain Layout
32650 \begin_inset Graphics
32651         filename clipart/3D-structure-distort.pdf
32652         scale 50
32653         scaleBeforeRotation
32654
32655 \end_inset
32656
32657
32658 \end_layout
32659
32660 \begin_layout Plain Layout
32661 \begin_inset Caption Standard
32662
32663 \begin_layout Plain Layout
32664 \begin_inset CommandInset label
32665 LatexCommand label
32666 name "fig:cap-beside-fig-2"
32667
32668 \end_inset
32669
32670 This is a vertically centered caption beside a figure.
32671 \end_layout
32672
32673 \end_inset
32674
32675
32676 \end_layout
32677
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \begin_layout Standard
32684 \begin_inset ERT
32685 status collapsed
32686
32687 \begin_layout Plain Layout
32688
32689
32690 \backslash
32691 FigBesEnd
32692 \end_layout
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \begin_layout Standard
32700 \begin_inset ERT
32701 status collapsed
32702
32703 \begin_layout Plain Layout
32704
32705
32706 \backslash
32707 TabBesBeg[5]
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \end_layout
32714
32715 \begin_layout Standard
32716 \begin_inset Float table
32717 placement document
32718 alignment document
32719 wide false
32720 sideways false
32721 status open
32722
32723 \begin_layout Plain Layout
32724 \begin_inset Caption Standard
32725
32726 \begin_layout Plain Layout
32727 \begin_inset CommandInset label
32728 LatexCommand label
32729 name "tab:cap-beside-tab-wider"
32730
32731 \end_inset
32732
32733 This caption is wider than the one in Table
32734 \begin_inset space ~
32735 \end_inset
32736
32737
32738 \begin_inset CommandInset ref
32739 LatexCommand ref
32740 reference "tab:cap-beside-tab"
32741
32742 \end_inset
32743
32744 .
32745 \end_layout
32746
32747 \end_inset
32748
32749
32750 \end_layout
32751
32752 \begin_layout Plain Layout
32753 \begin_inset Tabular
32754 <lyxtabular version="3" rows="4" columns="5">
32755 <features tabularvalignment="middle">
32756 <column alignment="center" valignment="top">
32757 <column alignment="center" valignment="top">
32758 <column alignment="center" valignment="top">
32759 <column alignment="center" valignment="top">
32760 <column alignment="center" valignment="top">
32761 <row>
32762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32763 \begin_inset Text
32764
32765 \begin_layout Plain Layout
32766 a
32767 \end_layout
32768
32769 \end_inset
32770 </cell>
32771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32772 \begin_inset Text
32773
32774 \begin_layout Plain Layout
32775
32776 \end_layout
32777
32778 \end_inset
32779 </cell>
32780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784 b
32785 \end_layout
32786
32787 \end_inset
32788 </cell>
32789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32790 \begin_inset Text
32791
32792 \begin_layout Plain Layout
32793
32794 \end_layout
32795
32796 \end_inset
32797 </cell>
32798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32799 \begin_inset Text
32800
32801 \begin_layout Plain Layout
32802 c
32803 \end_layout
32804
32805 \end_inset
32806 </cell>
32807 </row>
32808 <row>
32809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32810 \begin_inset Text
32811
32812 \begin_layout Plain Layout
32813
32814 \end_layout
32815
32816 \end_inset
32817 </cell>
32818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32819 \begin_inset Text
32820
32821 \begin_layout Plain Layout
32822 d
32823 \end_layout
32824
32825 \end_inset
32826 </cell>
32827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831
32832 \end_layout
32833
32834 \end_inset
32835 </cell>
32836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32837 \begin_inset Text
32838
32839 \begin_layout Plain Layout
32840 e
32841 \end_layout
32842
32843 \end_inset
32844 </cell>
32845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32846 \begin_inset Text
32847
32848 \begin_layout Plain Layout
32849
32850 \end_layout
32851
32852 \end_inset
32853 </cell>
32854 </row>
32855 <row>
32856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32857 \begin_inset Text
32858
32859 \begin_layout Plain Layout
32860 f
32861 \end_layout
32862
32863 \end_inset
32864 </cell>
32865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32866 \begin_inset Text
32867
32868 \begin_layout Plain Layout
32869
32870 \end_layout
32871
32872 \end_inset
32873 </cell>
32874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32875 \begin_inset Text
32876
32877 \begin_layout Plain Layout
32878 g
32879 \end_layout
32880
32881 \end_inset
32882 </cell>
32883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32884 \begin_inset Text
32885
32886 \begin_layout Plain Layout
32887
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32893 \begin_inset Text
32894
32895 \begin_layout Plain Layout
32896 h
32897 \end_layout
32898
32899 \end_inset
32900 </cell>
32901 </row>
32902 <row>
32903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32913 \begin_inset Text
32914
32915 \begin_layout Plain Layout
32916 i
32917 \end_layout
32918
32919 \end_inset
32920 </cell>
32921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32922 \begin_inset Text
32923
32924 \begin_layout Plain Layout
32925
32926 \end_layout
32927
32928 \end_inset
32929 </cell>
32930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32931 \begin_inset Text
32932
32933 \begin_layout Plain Layout
32934 j
32935 \end_layout
32936
32937 \end_inset
32938 </cell>
32939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32940 \begin_inset Text
32941
32942 \begin_layout Plain Layout
32943
32944 \end_layout
32945
32946 \end_inset
32947 </cell>
32948 </row>
32949 </lyxtabular>
32950
32951 \end_inset
32952
32953
32954 \end_layout
32955
32956 \end_inset
32957
32958
32959 \end_layout
32960
32961 \begin_layout Standard
32962 \begin_inset ERT
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966
32967
32968 \backslash
32969 TabBesEnd
32970 \end_layout
32971
32972 \end_inset
32973
32974
32975 \end_layout
32976
32977 \begin_layout Standard
32978 \begin_inset ERT
32979 status collapsed
32980
32981 \begin_layout Plain Layout
32982
32983
32984 \backslash
32985 else
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \begin_inset Note Note
32992 status open
32993
32994 \begin_layout Plain Layout
32995 The following will be displayed when the \SpecialChar LaTeX
32996 -package 
32997 \series bold
32998 sidecap
32999 \series default
33000  is not installed:
33001 \end_layout
33002
33003 \end_inset
33004
33005
33006 \end_layout
33007
33008 \begin_layout Standard
33009 You need to install the \SpecialChar LaTeX
33010 -package 
33011 \series bold
33012 sidecap
33013 \series default
33014  to see the following part of this section in the output.
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 fi
33026 \end_layout
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \begin_layout Section
33034 Listings of Floats
33035 \begin_inset Index idx
33036 range none
33037 pageformat default
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041 Floats
33042 \begin_inset IndexMacro subentry
33043 status open
33044
33045 \begin_layout Plain Layout
33046 Float Lists
33047 \end_layout
33048
33049 \end_inset
33050
33051
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Standard
33060 Similar to the table of contents where the sections of the document are
33061  listed, there are listings for all float types, like the figures of the
33062  documents.
33063  You can insert them via the 
33064 \family sans
33065 Insert\SpecialChar menuseparator
33066 List
33067 \begin_inset space ~
33068 \end_inset
33069
33070 /
33071 \begin_inset space ~
33072 \end_inset
33073
33074 TOC
33075 \family default
33076  sub menus.
33077 \end_layout
33078
33079 \begin_layout Standard
33080 The list entries are the float captions or its short title, the float number,
33081  and the page number where they appear in the document.
33082 \end_layout
33083
33084 \begin_layout Standard
33085 You can find the list of figures and tables at the end of this document.
33086 \end_layout
33087
33088 \begin_layout Chapter
33089 Notes
33090 \end_layout
33091
33092 \begin_layout Section
33093 \SpecialChar LyX
33094  Notes
33095 \begin_inset Index idx
33096 range none
33097 pageformat default
33098 status collapsed
33099
33100 \begin_layout Plain Layout
33101 Notes
33102 \begin_inset IndexMacro subentry
33103 status open
33104
33105 \begin_layout Plain Layout
33106 \SpecialChar LyX
33107  Notes
33108 \end_layout
33109
33110 \end_inset
33111
33112
33113 \end_layout
33114
33115 \end_inset
33116
33117
33118 \end_layout
33119
33120 \begin_layout Standard
33121 Notes are inserted with the toolbar button 
33122 \begin_inset Info
33123 type  "icon"
33124 arg   "note-insert"
33125 \end_inset
33126
33127  or the menu 
33128 \family sans
33129 Insert\SpecialChar menuseparator
33130 Note
33131 \family default
33132 .
33133  There are three types of notes:
33134 \end_layout
33135
33136 \begin_layout Description
33137 \SpecialChar LyX
33138
33139 \begin_inset space ~
33140 \end_inset
33141
33142 Note This note type is for internal notes that won't appear in the output.
33143  Its note-box looks like this:
33144 \begin_inset Newline newline
33145 \end_inset
33146
33147
33148 \begin_inset Newline newline
33149 \end_inset
33150
33151
33152 \begin_inset Graphics
33153         filename clipart/LyXNoteImage.png
33154         display false
33155         scaleBeforeRotation
33156
33157 \end_inset
33158
33159  
33160 \begin_inset Note Note
33161 status open
33162
33163 \begin_layout Plain Layout
33164 This is text in a note box that doesn't appear in the output.
33165 \end_layout
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \begin_layout Description
33173 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
33174 -comment,
33175  when you export the document to \SpecialChar LaTeX
33176  via the menu 
33177 \family sans
33178 File\SpecialChar menuseparator
33179 Export\SpecialChar menuseparator
33180 LaTeX
33181 \begin_inset space ~
33182 \end_inset
33183
33184 (pdflatex) / (plain)
33185 \family default
33186 .
33187  Its note-box looks like this:
33188 \begin_inset Newline newline
33189 \end_inset
33190
33191
33192 \begin_inset Newline newline
33193 \end_inset
33194
33195
33196 \begin_inset Graphics
33197         filename clipart/CommentNoteImage.png
33198         display false
33199         scaleBeforeRotation
33200
33201 \end_inset
33202
33203  
33204 \begin_inset Note Comment
33205 status open
33206
33207 \begin_layout Plain Layout
33208 This is text in a note box that only appears as comment in \SpecialChar LaTeX
33209 -files.
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \begin_layout Description
33218 Greyed
33219 \begin_inset space ~
33220 \end_inset
33221
33222 Out This note will appear in the output as grey text.
33223  Its note-box looks like this:
33224 \begin_inset Newline newline
33225 \end_inset
33226
33227
33228 \begin_inset Newline newline
33229 \end_inset
33230
33231
33232 \begin_inset Graphics
33233         filename clipart/GreyedOutNoteImage.png
33234         display false
33235         scaleBeforeRotation
33236
33237 \end_inset
33238
33239
33240 \begin_inset Newline newline
33241 \end_inset
33242
33243
33244 \begin_inset ERT
33245 status collapsed
33246
33247 \begin_layout Plain Layout
33248
33249
33250 \backslash
33251 renewenvironment{lyxgreyedout}
33252 \end_layout
33253
33254 \begin_layout Plain Layout
33255
33256 {
33257 \backslash
33258 textcolor[gray]{0.8}
33259 \backslash
33260 bgroup}{
33261 \backslash
33262 egroup}
33263 \end_layout
33264
33265 \end_inset
33266
33267
33268 \begin_inset Note Greyedout
33269 status open
33270
33271 \begin_layout Plain Layout
33272 This is text of a comment that appears grey in the output.
33273 \end_layout
33274
33275 \end_inset
33276
33277
33278 \begin_inset ERT
33279 status collapsed
33280
33281 \begin_layout Plain Layout
33282
33283
33284 \backslash
33285 renewenvironment{lyxgreyedout}
33286 \end_layout
33287
33288 \begin_layout Plain Layout
33289
33290 {
33291 \backslash
33292 textcolor{blue}
33293 \backslash
33294 bgroup}{
33295 \backslash
33296 egroup}
33297 \end_layout
33298
33299 \end_inset
33300
33301
33302 \begin_inset Note Note
33303 status collapsed
33304
33305 \begin_layout Plain Layout
33306 The greyed out note is here redefined to show it with the original \SpecialChar LyX
33307  definition
33308  because greyed out notes are redefined in the preamble of this document,
33309  as described below, to have blue text.
33310 \end_layout
33311
33312 \end_inset
33313
33314
33315 \begin_inset Newline newline
33316 \end_inset
33317
33318
33319 \begin_inset Newline newline
33320 \end_inset
33321
33322 As you can see in the example, the first line of greyed out notes is a bit
33323  indented and greyed out notes can have footnotes.
33324 \end_layout
33325
33326 \begin_layout Standard
33327 \begin_inset VSpace bigskip
33328 \end_inset
33329
33330 When you use the toolbar button 
33331 \begin_inset Info
33332 type  "icon"
33333 arg   "note-insert"
33334 \end_inset
33335
33336  to insert notes, a 
33337 \family sans
33338 \SpecialChar LyX
33339
33340 \begin_inset space ~
33341 \end_inset
33342
33343 Note
33344 \family default
33345  is inserted.
33346  You can switch between the three note types by right-clicking on the note-box.
33347  
33348 \family roman
33349 \series medium
33350 \bar no
33351 If you want to turn existing text into a note, mark it and click on the
33352  note
33353 \family default
33354 \series default
33355 \bar default
33356  toolbar 
33357 \family roman
33358 \series medium
33359 \bar no
33360 button
33361 \family default
33362 \series default
33363 \bar default
33364 .
33365  To change a note to text, press the backspace key when the cursor is in
33366  the first position of a note, or press the delete key when the cursor is
33367  in the very last position of the note, respectively.
33368 \end_layout
33369
33370 \begin_layout Standard
33371 \begin_inset VSpace bigskip
33372 \end_inset
33373
33374 You can change the text color of the greyed out notes in the menu 
33375 \family sans
33376 Document\SpecialChar menuseparator
33377 Settings\SpecialChar menuseparator
33378 Colors
33379 \family default
33380 .
33381 \end_layout
33382
33383 \begin_layout Section
33384 Footnotes
33385 \begin_inset CommandInset label
33386 LatexCommand label
33387 name "sec:Footnotes"
33388
33389 \end_inset
33390
33391
33392 \begin_inset Index idx
33393 range none
33394 pageformat default
33395 status collapsed
33396
33397 \begin_layout Plain Layout
33398 Notes
33399 \begin_inset IndexMacro subentry
33400 status open
33401
33402 \begin_layout Plain Layout
33403 Footnotes
33404 \end_layout
33405
33406 \end_inset
33407
33408
33409 \end_layout
33410
33411 \end_inset
33412
33413
33414 \begin_inset Index idx
33415 range none
33416 pageformat default
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 Footnotes
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Standard
33429 Footnotes can be inserted using the toolbar button 
33430 \begin_inset Info
33431 type  "icon"
33432 arg   "footnote-insert"
33433 \end_inset
33434
33435  or the menu 
33436 \family sans
33437 Insert\SpecialChar menuseparator
33438 Footnote
33439 \family default
33440 .
33441  You will then see the following footnote-box: 
33442 \begin_inset Graphics
33443         filename clipart/footnote.png
33444         scale 95
33445         scaleBeforeRotation
33446
33447 \end_inset
33448
33449  
33450 \family roman
33451 \series medium
33452 \bar no
33453 where you can enter the footnote text.
33454  If you want to turn existing text into a footnote, mark it and click on
33455  the footnote
33456 \family default
33457 \series default
33458 \bar default
33459  toolbar 
33460 \family roman
33461 \series medium
33462 \bar no
33463 button
33464 \family default
33465 \series default
33466 \bar default
33467 .
33468  To change a 
33469 \family roman
33470 \series medium
33471 \bar no
33472 footnote
33473 \family default
33474 \series default
33475 \bar default
33476  to text, press the 
33477 \family sans
33478 Backspace
33479 \family default
33480  key when the cursor is in the first position of a 
33481 \family roman
33482 \series medium
33483 \bar no
33484 footnote
33485 \family default
33486 \series default
33487 \bar default
33488 , or press the 
33489 \family sans
33490 Delete
33491 \family default
33492  key when the cursor is in the very last position of the 
33493 \family roman
33494 \series medium
33495 \bar no
33496 footnote
33497 \family default
33498 \series default
33499 \bar default
33500 , respectively.
33501 \end_layout
33502
33503 \begin_layout Standard
33504 Here is an example footnote:
33505 \family roman
33506 \series medium
33507 \bar no
33508
33509 \begin_inset Foot
33510 status open
33511
33512 \begin_layout Plain Layout
33513 \begin_inset CommandInset label
33514 LatexCommand label
33515 name "foot:This-is-an"
33516
33517 \end_inset
33518
33519 This is an example footnote.
33520 \end_layout
33521
33522 \end_inset
33523
33524
33525 \family default
33526 \series default
33527 \bar default
33528
33529 \begin_inset ERT
33530 status collapsed
33531
33532 \begin_layout Plain Layout
33533
33534
33535 \backslash
33536 newcounter{MyRepeatFoot}
33537 \end_layout
33538
33539 \begin_layout Plain Layout
33540
33541
33542 \backslash
33543 setcounter{MyRepeatFoot}{
33544 \backslash
33545 thefootnote}
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Standard
33554 The footnote will appear in the output as a superscript number at the text
33555  position where the footnote box is placed.
33556  The footnote text is placed at the bottom of the current page.
33557  The footnote number is calculated by \SpecialChar LaTeX
33558 ; the numbers are consecutive.
33559  Whether the footnote number is reset for every chapter depends on your
33560  document class.
33561 \end_layout
33562
33563 \begin_layout Standard
33564 Footnotes can be referenced like floats: Insert a label into the footnote
33565  and cross-reference this label in the text as described in section
33566 \begin_inset space ~
33567 \end_inset
33568
33569
33570 \begin_inset CommandInset ref
33571 LatexCommand ref
33572 reference "sec:Referencing-Floats"
33573
33574 \end_inset
33575
33576 .
33577 \begin_inset Newline newline
33578 \end_inset
33579
33580 This is a cross-reference of Footnote
33581 \begin_inset space ~
33582 \end_inset
33583
33584
33585 \begin_inset CommandInset ref
33586 LatexCommand ref
33587 reference "foot:This-is-an"
33588
33589 \end_inset
33590
33591 .
33592 \end_layout
33593
33594 \begin_layout Standard
33595 \begin_inset VSpace defskip
33596 \end_inset
33597
33598 Footnotes in title environments are usually not numbered with symbols and
33599  they cannot contain several paragraphs.
33600  See for example the footnote in the titling of this document.
33601 \end_layout
33602
33603 \begin_layout Standard
33604 Footnotes in multi-page tables are described in section
33605 \begin_inset space ~
33606 \end_inset
33607
33608
33609 \begin_inset CommandInset ref
33610 LatexCommand ref
33611 reference "subsec:Footnotes-in-Multi-page"
33612
33613 \end_inset
33614
33615 .
33616 \end_layout
33617
33618 \begin_layout Standard
33619 \begin_inset VSpace defskip
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Standard
33626 Footnotes in minipage boxes are printed, but inside the box and with a different
33627  numbering because a minipage box is like a page inside a page.
33628  (For more about minipages, see section
33629 \begin_inset space ~
33630 \end_inset
33631
33632
33633 \begin_inset CommandInset ref
33634 LatexCommand ref
33635 reference "sec:Minipages"
33636
33637 \end_inset
33638
33639 .) To get a footnote in the minipage that is output at the bottom of the
33640  page like normal footnotes use this method: Instead of the footnote the
33641  command 
33642 \series bold
33643
33644 \backslash
33645 footnotemark{}
33646 \series default
33647  is inserted as \SpecialChar TeX
33648  code.
33649  The text of the footnote is entered as an argument of the \SpecialChar TeX
33650  code command
33651  
33652 \series bold
33653
33654 \backslash
33655 footnotetext
33656 \series default
33657  after the minipage.
33658 \begin_inset Newline newline
33659 \end_inset
33660
33661 This was done for the following minipage with the command
33662 \end_layout
33663
33664 \begin_layout Standard
33665
33666 \series bold
33667
33668 \backslash
33669 footnotetext{
33670 \series default
33671 Footnote outside the minipage.
33672 \series bold
33673 }
33674 \end_layout
33675
33676 \begin_layout Standard
33677 \begin_inset Box Frameless
33678 position "t"
33679 hor_pos "c"
33680 has_inner_box 1
33681 inner_pos "t"
33682 use_parbox 0
33683 use_makebox 0
33684 width "100col%"
33685 special "none"
33686 height "1in"
33687 height_special "totalheight"
33688 thickness "0.4pt"
33689 separation "3pt"
33690 shadowsize "4pt"
33691 framecolor "black"
33692 backgroundcolor "none"
33693 status open
33694
33695 \begin_layout Plain Layout
33696 This an example text in a minipage.
33697 \begin_inset Foot
33698 status open
33699
33700 \begin_layout Plain Layout
33701 Footnote in the minipage.
33702 \end_layout
33703
33704 \end_inset
33705
33706
33707 \end_layout
33708
33709 \begin_layout Plain Layout
33710 This an example text in a minipage.
33711 \begin_inset ERT
33712 status collapsed
33713
33714 \begin_layout Plain Layout
33715
33716
33717 \backslash
33718 footnotemark{}
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \end_layout
33730
33731 \begin_layout Standard
33732 \begin_inset ERT
33733 status collapsed
33734
33735 \begin_layout Plain Layout
33736
33737
33738 \backslash
33739 footnotetext{
33740 \end_layout
33741
33742 \end_inset
33743
33744 Footnote outside the minipage.
33745 \begin_inset ERT
33746 status collapsed
33747
33748 \begin_layout Plain Layout
33749
33750 }
33751 \end_layout
33752
33753 \end_inset
33754
33755
33756 \end_layout
33757
33758 \begin_layout Standard
33759 \begin_inset VSpace defskip
33760 \end_inset
33761
33762
33763 \end_layout
33764
33765 \begin_layout Standard
33766 To refer to the same footnote several times without printing the footnote
33767  text every time, use the command 
33768 \series bold
33769
33770 \backslash
33771 footnotemark[number]
33772 \series default
33773  in \SpecialChar TeX
33774  code.
33775 \begin_inset Newline newline
33776 \end_inset
33777
33778 As you do not know the number of the repeating footnote while you are writing
33779  the text, you have to store its number.
33780  For the following footnote mark example, these commands were inserted in
33781  \SpecialChar TeX
33782  code after Footnote
33783 \begin_inset space ~
33784 \end_inset
33785
33786
33787 \begin_inset CommandInset ref
33788 LatexCommand ref
33789 reference "foot:This-is-an"
33790
33791 \end_inset
33792
33793  to store the footnote number:
33794 \end_layout
33795
33796 \begin_layout Standard
33797
33798 \series bold
33799
33800 \backslash
33801 newcounter{MyRepeatFoot}
33802 \begin_inset Newline newline
33803 \end_inset
33804
33805
33806 \backslash
33807 setcounter{MyRepeatFoot}{
33808 \backslash
33809 thefootnote}
33810 \end_layout
33811
33812 \begin_layout Standard
33813 The footnote mark was then created with this command:
33814 \end_layout
33815
33816 \begin_layout Standard
33817
33818 \series bold
33819
33820 \backslash
33821 footnotemark[
33822 \backslash
33823 theMyRepeatFoot]
33824 \end_layout
33825
33826 \begin_layout Standard
33827 Here is a repeated footnote:
33828 \family roman
33829 \series medium
33830 \bar no
33831
33832 \begin_inset ERT
33833 status collapsed
33834
33835 \begin_layout Plain Layout
33836
33837
33838 \backslash
33839 footnotemark[
33840 \backslash
33841 theMyRepeatFoot]
33842 \end_layout
33843
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \begin_layout Standard
33850 If you want to repeat the previous footnote, you can omit the storage of
33851  the footnote number and just use this command instead:
33852 \end_layout
33853
33854 \begin_layout Standard
33855
33856 \series bold
33857
33858 \backslash
33859 footnotemark[
33860 \backslash
33861 thefootnote]
33862 \end_layout
33863
33864 \begin_layout Standard
33865 Here is another repeated footnote:
33866 \family roman
33867 \series medium
33868 \bar no
33869
33870 \begin_inset ERT
33871 status collapsed
33872
33873 \begin_layout Plain Layout
33874
33875
33876 \backslash
33877 footnotemark[
33878 \backslash
33879 thefootnote]
33880 \end_layout
33881
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \begin_layout Subsection
33888 Footnote Numbering
33889 \begin_inset CommandInset label
33890 LatexCommand label
33891 name "subsec:Footnote-Numbering"
33892
33893 \end_inset
33894
33895
33896 \begin_inset Index idx
33897 range none
33898 pageformat default
33899 status collapsed
33900
33901 \begin_layout Plain Layout
33902 Footnotes
33903 \begin_inset IndexMacro subentry
33904 status open
33905
33906 \begin_layout Plain Layout
33907 Numbering
33908 \end_layout
33909
33910 \end_inset
33911
33912
33913 \end_layout
33914
33915 \end_inset
33916
33917
33918 \end_layout
33919
33920 \begin_layout Standard
33921 To reset the footnote number back to 1 after each section
33922 \family roman
33923 , add this command to your document preamble:
33924 \end_layout
33925
33926 \begin_layout Standard
33927
33928 \series bold
33929
33930 \backslash
33931 @addtoreset{footnote}{section}
33932 \end_layout
33933
33934 \begin_layout Standard
33935 \begin_inset VSpace bigskip
33936 \end_inset
33937
33938 The following preamble command changes the footnote numbering style to small
33939  roman numerals:
33940 \end_layout
33941
33942 \begin_layout Standard
33943
33944 \series bold
33945
33946 \backslash
33947 renewcommand{
33948 \backslash
33949 thefootnote}{
33950 \backslash
33951 roman{footnote}}
33952 \end_layout
33953
33954 \begin_layout Standard
33955 \begin_inset ERT
33956 status collapsed
33957
33958 \begin_layout Plain Layout
33959
33960
33961 \backslash
33962 renewcommand{
33963 \backslash
33964 thefootnote}{
33965 \backslash
33966 roman{footnote}}
33967 \end_layout
33968
33969 \end_inset
33970
33971  This is a footnote with roman numbering:
33972 \begin_inset Foot
33973 status open
33974
33975 \begin_layout Plain Layout
33976 This is an example footnote with roman numbering.
33977 \end_layout
33978
33979 \end_inset
33980
33981
33982 \end_layout
33983
33984 \begin_layout Standard
33985 To change the numbering style to capital roman numerals replace in the command
33986  above 
33987 \series bold
33988
33989 \backslash
33990 roman
33991 \series default
33992  by 
33993 \series bold
33994
33995 \backslash
33996 Roman
33997 \series default
33998 .
33999  To 
34000 \begin_inset Quotes eld
34001 \end_inset
34002
34003 number
34004 \begin_inset Quotes erd
34005 \end_inset
34006
34007  footnotes with capital or small Latin letters use 
34008 \series bold
34009
34010 \backslash
34011 Alph
34012 \series default
34013  or 
34014 \series bold
34015
34016 \backslash
34017 alph
34018 \series default
34019 , respectively.
34020  To 
34021 \begin_inset Quotes eld
34022 \end_inset
34023
34024 number
34025 \begin_inset Quotes erd
34026 \end_inset
34027
34028  footnotes with symbols use 
34029 \series bold
34030
34031 \backslash
34032 fnsymbol
34033 \series default
34034 .
34035 \end_layout
34036
34037 \begin_layout Standard
34038 \begin_inset Note Greyedout
34039 status open
34040
34041 \begin_layout Plain Layout
34042
34043 \series bold
34044 Note:
34045 \series default
34046  You can only number 26 footnotes with Latin letters, because this numbering
34047  is limited to single letters.
34048 \end_layout
34049
34050 \end_inset
34051
34052
34053 \begin_inset Newline newline
34054 \end_inset
34055
34056
34057 \begin_inset Note Greyedout
34058 status open
34059
34060 \begin_layout Plain Layout
34061
34062 \series bold
34063 Note:
34064 \series default
34065  You can only number 9 footnotes with symbols.
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Standard
34074 To return to the default numbering style after you have changed to another
34075  one, use 
34076 \series bold
34077
34078 \backslash
34079 arabic
34080 \series default
34081  instead of 
34082 \series bold
34083
34084 \backslash
34085 roman
34086 \series default
34087  in the command above.
34088 \begin_inset ERT
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092
34093
34094 \backslash
34095 renewcommand{
34096 \backslash
34097 thefootnote}{
34098 \backslash
34099 arabic{footnote}}
34100 \end_layout
34101
34102 \end_inset
34103
34104
34105 \end_layout
34106
34107 \begin_layout Standard
34108 \begin_inset VSpace bigskip
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Standard
34115 If you want to have footnotes numbered in the scheme 
34116 \begin_inset Quotes eld
34117 \end_inset
34118
34119 chapter.footnote
34120 \begin_inset Quotes erd
34121 \end_inset
34122
34123 , add the following command to your document preamble:
34124 \end_layout
34125
34126 \begin_layout Standard
34127
34128 \series bold
34129
34130 \backslash
34131 numberwithin{footnote}{chapter}
34132 \end_layout
34133
34134 \begin_layout Standard
34135 To be able to use the command 
34136 \series bold
34137
34138 \backslash
34139 numberwithin
34140 \series default
34141 , set in the tab 
34142 \family sans
34143 Math
34144 \begin_inset space ~
34145 \end_inset
34146
34147 Options
34148 \family default
34149  in the document settings the option 
34150 \family sans
34151 Use
34152 \begin_inset space ~
34153 \end_inset
34154
34155 AMS
34156 \begin_inset space ~
34157 \end_inset
34158
34159 math
34160 \begin_inset space ~
34161 \end_inset
34162
34163 package
34164 \family default
34165 .
34166 \end_layout
34167
34168 \begin_layout Standard
34169 \begin_inset ERT
34170 status collapsed
34171
34172 \begin_layout Plain Layout
34173
34174
34175 \backslash
34176 numberwithin{footnote}{chapter}
34177 \end_layout
34178
34179 \end_inset
34180
34181 This is another example footnote:
34182 \series bold
34183
34184 \begin_inset Foot
34185 status open
34186
34187 \begin_layout Plain Layout
34188 This is a footnote numbered in the scheme 
34189 \begin_inset Quotes eld
34190 \end_inset
34191
34192 chapter.footnote
34193 \begin_inset Quotes erd
34194 \end_inset
34195
34196 .
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \series default
34203
34204 \begin_inset ERT
34205 status collapsed
34206
34207 \begin_layout Plain Layout
34208
34209
34210 \backslash
34211 renewcommand{
34212 \backslash
34213 thefootnote}{
34214 \backslash
34215 arabic{footnote}}
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Standard
34224 \begin_inset Note Greyedout
34225 status open
34226
34227 \begin_layout Plain Layout
34228
34229 \series bold
34230 Note:
34231 \series default
34232  
34233 \series bold
34234
34235 \backslash
34236 numberwithin
34237 \series default
34238  always prints out the footnote number as arabic number; previous redefinitions
34239  to get non-arabic numbers are overwritten.
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Standard
34248 So to get for example the scheme 
34249 \begin_inset Quotes eld
34250 \end_inset
34251
34252 chapter.
34253 \backslash
34254 Roman{footnote}
34255 \begin_inset Quotes erd
34256 \end_inset
34257
34258 , use this command instead of 
34259 \series bold
34260
34261 \backslash
34262 numberwithin
34263 \series default
34264 :
34265 \end_layout
34266
34267 \begin_layout Standard
34268
34269 \series bold
34270
34271 \backslash
34272 renewcommand{
34273 \backslash
34274 thefootnote}{
34275 \backslash
34276 thechapter.
34277 \backslash
34278 Roman{footnote}}
34279 \end_layout
34280
34281 \begin_layout Subsection
34282 Footnote Placement
34283 \begin_inset Index idx
34284 range none
34285 pageformat default
34286 status collapsed
34287
34288 \begin_layout Plain Layout
34289 Footnotes
34290 \begin_inset IndexMacro subentry
34291 status open
34292
34293 \begin_layout Plain Layout
34294 Placement
34295 \end_layout
34296
34297 \end_inset
34298
34299
34300 \end_layout
34301
34302 \end_inset
34303
34304
34305 \end_layout
34306
34307 \begin_layout Standard
34308 If you have several footnotes in one page, they appear without vertical
34309  space between them at the bottom of the page.
34310  To make them more readable you can e.
34311 \begin_inset space \thinspace{}
34312 \end_inset
34313
34314 g.
34315 \begin_inset space \space{}
34316 \end_inset
34317
34318 add 1.5
34319 \begin_inset space \thinspace{}
34320 \end_inset
34321
34322 mm space with the following preamble command:
34323 \end_layout
34324
34325 \begin_layout Standard
34326
34327 \series bold
34328
34329 \backslash
34330 let
34331 \backslash
34332 myFoot
34333 \backslash
34334 footnote
34335 \begin_inset Newline newline
34336 \end_inset
34337
34338
34339 \backslash
34340 renewcommand{
34341 \backslash
34342 footnote}[1]{
34343 \backslash
34344 myFoot{#1
34345 \backslash
34346 vspace{1.5mm}}}
34347 \end_layout
34348
34349 \begin_layout Standard
34350 \begin_inset VSpace bigskip
34351 \end_inset
34352
34353 In a two-column document the footnotes appear at the bottom of every column,
34354  see Figure
34355 \begin_inset space ~
34356 \end_inset
34357
34358
34359 \begin_inset CommandInset ref
34360 LatexCommand ref
34361 reference "fig:Standard-footnote-placement"
34362
34363 \end_inset
34364
34365 .
34366  If the footnotes should only appear at the bottom of the right column,
34367  as in Figure
34368 \begin_inset space ~
34369 \end_inset
34370
34371
34372 \begin_inset CommandInset ref
34373 LatexCommand ref
34374 reference "fig:Footnote-placement-in"
34375
34376 \end_inset
34377
34378 , use the \SpecialChar LaTeX
34379 -package 
34380 \series bold
34381 ftnright
34382 \series default
34383
34384 \begin_inset Index idx
34385 range none
34386 pageformat default
34387 status collapsed
34388
34389 \begin_layout Plain Layout
34390 \SpecialChar LaTeX
34391  packages
34392 \begin_inset IndexMacro subentry
34393 status open
34394
34395 \begin_layout Plain Layout
34396 ftnright
34397 \end_layout
34398
34399 \end_inset
34400
34401
34402 \end_layout
34403
34404 \end_inset
34405
34406  with this command in the document preamble:
34407 \end_layout
34408
34409 \begin_layout Standard
34410
34411 \series bold
34412
34413 \backslash
34414 usepackage{ftnright}
34415 \end_layout
34416
34417 \begin_layout Standard
34418 \begin_inset Float figure
34419 placement !h
34420 alignment document
34421 wide false
34422 sideways false
34423 status open
34424
34425 \begin_layout Plain Layout
34426 \noindent
34427 \align center
34428 \begin_inset Box Boxed
34429 position "t"
34430 hor_pos "c"
34431 has_inner_box 0
34432 inner_pos "t"
34433 use_parbox 0
34434 use_makebox 0
34435 width ""
34436 special "none"
34437 height "1in"
34438 height_special "totalheight"
34439 thickness "0.4pt"
34440 separation "3pt"
34441 shadowsize "4pt"
34442 framecolor "black"
34443 backgroundcolor "none"
34444 status open
34445
34446 \begin_layout Plain Layout
34447 \begin_inset Graphics
34448         filename clipart/without_fntright.pdf
34449         width 100col%
34450         scaleBeforeRotation
34451
34452 \end_inset
34453
34454
34455 \end_layout
34456
34457 \end_inset
34458
34459
34460 \end_layout
34461
34462 \begin_layout Plain Layout
34463 \begin_inset Caption Standard
34464
34465 \begin_layout Plain Layout
34466 \begin_inset CommandInset label
34467 LatexCommand label
34468 name "fig:Standard-footnote-placement"
34469
34470 \end_inset
34471
34472 Standard footnote placement in two-column documents.
34473 \end_layout
34474
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \begin_layout Standard
34486 \begin_inset Float figure
34487 placement !h
34488 alignment document
34489 wide false
34490 sideways false
34491 status open
34492
34493 \begin_layout Plain Layout
34494 \noindent
34495 \align center
34496 \begin_inset Box Boxed
34497 position "t"
34498 hor_pos "c"
34499 has_inner_box 0
34500 inner_pos "t"
34501 use_parbox 0
34502 use_makebox 0
34503 width ""
34504 special "none"
34505 height "1in"
34506 height_special "totalheight"
34507 thickness "0.4pt"
34508 separation "3pt"
34509 shadowsize "4pt"
34510 framecolor "black"
34511 backgroundcolor "none"
34512 status open
34513
34514 \begin_layout Plain Layout
34515 \begin_inset Graphics
34516         filename clipart/with_fntright.pdf
34517         width 100col%
34518         scaleBeforeRotation
34519
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Plain Layout
34531 \begin_inset Caption Standard
34532
34533 \begin_layout Plain Layout
34534 \begin_inset CommandInset label
34535 LatexCommand label
34536 name "fig:Footnote-placement-in"
34537
34538 \end_inset
34539
34540 Footnote placement in two-column documents when the \SpecialChar LaTeX
34541 -package 
34542 \series bold
34543 ftnright
34544 \series default
34545  is used.
34546 \end_layout
34547
34548 \end_inset
34549
34550
34551 \end_layout
34552
34553 \end_inset
34554
34555
34556 \end_layout
34557
34558 \begin_layout Standard
34559 \begin_inset VSpace bigskip
34560 \end_inset
34561
34562 In some scientific literature it is usual to collect the footnotes and print
34563  them in a separate paragraph at the end of a section, as in Figure
34564 \begin_inset space ~
34565 \end_inset
34566
34567
34568 \begin_inset CommandInset ref
34569 LatexCommand ref
34570 reference "fig:Endnotes"
34571
34572 \end_inset
34573
34574 .
34575  They are then called 
34576 \begin_inset Quotes eld
34577 \end_inset
34578
34579 endnotes
34580 \begin_inset Quotes erd
34581 \end_inset
34582
34583 .
34584 \begin_inset Index idx
34585 range none
34586 pageformat default
34587 status collapsed
34588
34589 \begin_layout Plain Layout
34590 Endnotes
34591 \end_layout
34592
34593 \end_inset
34594
34595  To use endnotes instead of footnotes in your document, load in the menu
34596  
34597 \family sans
34598 Document\SpecialChar menuseparator
34599 Settings\SpecialChar menuseparator
34600 Modules 
34601 \family default
34602 the module 
34603 \family sans
34604 Foot
34605 \begin_inset space ~
34606 \end_inset
34607
34608 to
34609 \begin_inset space ~
34610 \end_inset
34611
34612 End
34613 \family default
34614 .
34615  To insert the collected footnotes, insert the command
34616 \end_layout
34617
34618 \begin_layout Standard
34619
34620 \series bold
34621
34622 \backslash
34623 theendnotes
34624 \end_layout
34625
34626 \begin_layout Standard
34627 in \SpecialChar TeX
34628  Code at the end of a section or chapter.
34629 \end_layout
34630
34631 \begin_layout Standard
34632 \begin_inset Float figure
34633 placement document
34634 alignment document
34635 wide false
34636 sideways false
34637 status open
34638
34639 \begin_layout Plain Layout
34640 \noindent
34641 \align center
34642 \begin_inset Box Boxed
34643 position "t"
34644 hor_pos "c"
34645 has_inner_box 0
34646 inner_pos "t"
34647 use_parbox 0
34648 use_makebox 0
34649 width ""
34650 special "none"
34651 height "1in"
34652 height_special "totalheight"
34653 thickness "0.4pt"
34654 separation "3pt"
34655 shadowsize "4pt"
34656 framecolor "black"
34657 backgroundcolor "none"
34658 status open
34659
34660 \begin_layout Plain Layout
34661 \begin_inset Graphics
34662         filename clipart/endnotes.pdf
34663         width 100col%
34664         scaleBeforeRotation
34665
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \end_inset
34672
34673
34674 \end_layout
34675
34676 \begin_layout Plain Layout
34677 \begin_inset Caption Standard
34678
34679 \begin_layout Plain Layout
34680 \begin_inset CommandInset label
34681 LatexCommand label
34682 name "fig:Endnotes"
34683
34684 \end_inset
34685
34686 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
34687  or chapters.
34688 \end_layout
34689
34690 \end_inset
34691
34692
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \end_layout
34699
34700 \begin_layout Standard
34701 \begin_inset VSpace medskip
34702 \end_inset
34703
34704 The paragraph heading for the endnotes isn't automatically translated into
34705  the document language, this must be done manually.
34706  The following preamble command translates the default English 
34707 \begin_inset Quotes eld
34708 \end_inset
34709
34710 Notes
34711 \begin_inset Quotes erd
34712 \end_inset
34713
34714  into the German 
34715 \begin_inset Quotes eld
34716 \end_inset
34717
34718 Anmerkungen
34719 \begin_inset Quotes erd
34720 \end_inset
34721
34722 :
34723 \end_layout
34724
34725 \begin_layout Standard
34726
34727 \series bold
34728
34729 \backslash
34730 renewcommand{
34731 \backslash
34732 notesname}{Anmerkungen}
34733 \end_layout
34734
34735 \begin_layout Standard
34736 \begin_inset VSpace medskip
34737 \end_inset
34738
34739 The numbering of endnotes can be changed like the footnote numbering as
34740  described in section
34741 \begin_inset space ~
34742 \end_inset
34743
34744
34745 \begin_inset CommandInset ref
34746 LatexCommand ref
34747 reference "subsec:Footnote-Numbering"
34748
34749 \end_inset
34750
34751 ; just replace the command 
34752 \series bold
34753
34754 \backslash
34755 thefootnote
34756 \series default
34757  by 
34758 \series bold
34759
34760 \backslash
34761 theendnote
34762 \series default
34763 .
34764  To reset the endnote number use the command 
34765 \series bold
34766
34767 \backslash
34768 @addtoreset
34769 \series default
34770  as described in section
34771 \begin_inset space ~
34772 \end_inset
34773
34774
34775 \begin_inset CommandInset ref
34776 LatexCommand ref
34777 reference "subsec:Footnote-Numbering"
34778
34779 \end_inset
34780
34781  and replace the command parameter 
34782 \series bold
34783 footnote
34784 \series default
34785  by 
34786 \series bold
34787 endnote
34788 \series default
34789 .
34790 \end_layout
34791
34792 \begin_layout Standard
34793 For endnotes there is the command 
34794 \series bold
34795
34796 \backslash
34797 endnotemark[number]
34798 \series default
34799  similar to the command 
34800 \series bold
34801
34802 \backslash
34803 footnotemark
34804 \series default
34805 , that is described in section
34806 \begin_inset space ~
34807 \end_inset
34808
34809
34810 \begin_inset CommandInset ref
34811 LatexCommand ref
34812 reference "sec:Footnotes"
34813
34814 \end_inset
34815
34816 .
34817 \end_layout
34818
34819 \begin_layout Standard
34820 \begin_inset VSpace bigskip
34821 \end_inset
34822
34823 Footnotes can also be placed in the page margin and the footnote text alignment
34824  can be changed, see the \SpecialChar LaTeX
34825 -package 
34826 \series bold
34827 footmisc
34828 \series default
34829
34830 \begin_inset Index idx
34831 range none
34832 pageformat default
34833 status collapsed
34834
34835 \begin_layout Plain Layout
34836 \SpecialChar LaTeX
34837  packages
34838 \begin_inset IndexMacro subentry
34839 status open
34840
34841 \begin_layout Plain Layout
34842 footmisc
34843 \end_layout
34844
34845 \end_inset
34846
34847
34848 \end_layout
34849
34850 \end_inset
34851
34852
34853 \begin_inset CommandInset citation
34854 LatexCommand cite
34855 key "footmisc"
34856 literal "true"
34857
34858 \end_inset
34859
34860  for more information about this.
34861 \end_layout
34862
34863 \begin_layout Standard
34864 For various further footnote formatting issues have a look at \SpecialChar LaTeX
34865 -books, 
34866 \begin_inset CommandInset citation
34867 LatexCommand cite
34868 key "latexcompanion,latexguide,latexbook"
34869 literal "true"
34870
34871 \end_inset
34872
34873 .
34874  If you are using a 
34875 \series bold
34876 KOMA-Script
34877 \series default
34878
34879 \begin_inset Index idx
34880 range none
34881 pageformat default
34882 status collapsed
34883
34884 \begin_layout Plain Layout
34885 \SpecialChar LaTeX
34886  packages
34887 \begin_inset IndexMacro subentry
34888 status open
34889
34890 \begin_layout Plain Layout
34891 KOMA-Script
34892 \end_layout
34893
34894 \end_inset
34895
34896
34897 \end_layout
34898
34899 \end_inset
34900
34901  document class, you can adjust all footnote settings using class-specific
34902  commands, see 
34903 \begin_inset CommandInset citation
34904 LatexCommand cite
34905 key "KOMA-Script"
34906 literal "true"
34907
34908 \end_inset
34909
34910 .
34911 \end_layout
34912
34913 \begin_layout Section
34914 Margin Notes
34915 \begin_inset Index idx
34916 range none
34917 pageformat default
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921 Notes
34922 \begin_inset IndexMacro subentry
34923 status open
34924
34925 \begin_layout Plain Layout
34926 Margin Notes
34927 \end_layout
34928
34929 \end_inset
34930
34931
34932 \end_layout
34933
34934 \end_inset
34935
34936
34937 \end_layout
34938
34939 \begin_layout Standard
34940 Margin notes look and behave in \SpecialChar LyX
34941  like footnotes.
34942  They are inserted via the menu 
34943 \family sans
34944 Insert\SpecialChar menuseparator
34945 Marginal
34946 \begin_inset space ~
34947 \end_inset
34948
34949 Note
34950 \family default
34951  or the toolbar button 
34952 \begin_inset Info
34953 type  "icon"
34954 arg   "marginalnote-insert"
34955 \end_inset
34956
34957 .
34958  A grey 
34959 \family roman
34960 \series medium
34961 box with the
34962 \family default
34963 \series default
34964  red 
34965 \family roman
34966 \series medium
34967 label 
34968 \begin_inset Quotes eld
34969 \end_inset
34970
34971 margin
34972 \begin_inset Quotes erd
34973 \end_inset
34974
34975  appears where you can enter the text of the margin note.
34976 \end_layout
34977
34978 \begin_layout Standard
34979 At the side is an example margin note.
34980
34981 \family roman
34982 \series medium
34983  
34984 \begin_inset Marginal
34985 status open
34986
34987 \begin_layout Plain Layout
34988 This is a margin note.
34989 \end_layout
34990
34991 \end_inset
34992
34993
34994 \end_layout
34995
34996 \begin_layout Standard
34997 Margin notes appear at the right side in single-sided documents.
34998  In double-sided documents they appear in the outer margin â€“ left on even
34999  pages, right on odd pages.
35000  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
35001 d when the note appears in the left margin.
35002  The first line of the margin note is placed at the position of the text
35003  line where it is inserted in the document.
35004 \end_layout
35005
35006 \begin_layout Standard
35007 \begin_inset VSpace bigskip
35008 \end_inset
35009
35010 To place the margin note in the inner margin, add the command
35011 \end_layout
35012
35013 \begin_layout Standard
35014
35015 \series bold
35016
35017 \backslash
35018 reversemarginpar
35019 \end_layout
35020
35021 \begin_layout Standard
35022 in \SpecialChar TeX
35023  Code before a margin note.
35024  The new placement is valid for all subsequent margin notes.
35025  
35026 \begin_inset ERT
35027 status collapsed
35028
35029 \begin_layout Plain Layout
35030
35031
35032 \backslash
35033 reversemarginpar 
35034 \end_layout
35035
35036 \end_inset
35037
35038
35039 \begin_inset Marginal
35040 status open
35041
35042 \begin_layout Plain Layout
35043 This is a margin note in the inner margin.
35044 \end_layout
35045
35046 \end_inset
35047
35048
35049 \series bold
35050
35051 \begin_inset Newline newline
35052 \end_inset
35053
35054
35055 \series default
35056
35057 \begin_inset Note Greyedout
35058 status open
35059
35060 \begin_layout Plain Layout
35061
35062 \series bold
35063 Note:
35064 \series default
35065  There is often not enough space in the inner margin so that the notes are
35066  not correctly displayed in the output.
35067 \end_layout
35068
35069 \end_inset
35070
35071
35072 \end_layout
35073
35074 \begin_layout Standard
35075 To return to the default placement insert the command
35076 \end_layout
35077
35078 \begin_layout Standard
35079
35080 \series bold
35081
35082 \backslash
35083 normalmarginpar
35084 \end_layout
35085
35086 \begin_layout Standard
35087 in \SpecialChar TeX
35088  Code.
35089 \begin_inset ERT
35090 status collapsed
35091
35092 \begin_layout Plain Layout
35093
35094
35095 \backslash
35096 normalmarginpar 
35097 \end_layout
35098
35099 \end_inset
35100
35101  
35102 \begin_inset Note Greyedout
35103 status open
35104
35105 \begin_layout Plain Layout
35106
35107 \series bold
35108 Note:
35109 \series default
35110  The command is ignored when it is within a paragraph where also the command
35111  
35112 \series bold
35113
35114 \backslash
35115 reversemarginpar
35116 \series default
35117  is inserted.
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Standard
35126 \begin_inset VSpace bigskip
35127 \end_inset
35128
35129
35130 \family roman
35131 \series medium
35132
35133 \begin_inset Marginal
35134 status open
35135
35136 \begin_layout Plain Layout
35137 AVeryLongMarginParWord that isn't hyphenated.
35138 \end_layout
35139
35140 \end_inset
35141
35142
35143 \family default
35144 \series default
35145  Similar to the case described in section
35146 \begin_inset space ~
35147 \end_inset
35148
35149
35150 \begin_inset CommandInset ref
35151 LatexCommand ref
35152 reference "subsec:Multiple-Lines-in"
35153
35154 \end_inset
35155
35156 , long words cannot be hyphenated when they are the first word in a margin
35157  note.
35158  To avoid this, insert 0
35159 \begin_inset space \thinspace{}
35160 \end_inset
35161
35162 pt horizontal space before the word
35163 \family roman
35164 \series medium
35165 .
35166  
35167 \begin_inset Marginal
35168 status open
35169
35170 \begin_layout Plain Layout
35171 \begin_inset space \hspace*{}
35172 \length 0pt
35173 \end_inset
35174
35175 AVeryLongMarginParWord that is hyphenated.
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Standard
35184 \begin_inset VSpace bigskip
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Standard
35191 \begin_inset Note Greyedout
35192 status open
35193
35194 \begin_layout Plain Layout
35195
35196 \series bold
35197 Note:
35198 \series default
35199  Margin notes can normally not be used inside tables, floats, and footnotes.
35200 \end_layout
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \begin_layout Standard
35208 \begin_inset VSpace bigskip
35209 \end_inset
35210
35211
35212 \end_layout
35213
35214 \begin_layout Standard
35215 \begin_inset ERT
35216 status collapsed
35217
35218 \begin_layout Plain Layout
35219
35220
35221 \backslash
35222 ifmarginnote
35223 \end_layout
35224
35225 \end_inset
35226
35227
35228 \begin_inset Note Note
35229 status open
35230
35231 \begin_layout Plain Layout
35232 The following section will only be displayed when the \SpecialChar LaTeX
35233 -package 
35234 \series bold
35235 marginnote
35236 \series default
35237  is installed.
35238 \end_layout
35239
35240 \end_inset
35241
35242
35243 \end_layout
35244
35245 \begin_layout Standard
35246 This restriction can be evaded by using the \SpecialChar LaTeX
35247 -package 
35248 \series bold
35249 marginnote
35250 \series default
35251
35252 \begin_inset Index idx
35253 range none
35254 pageformat default
35255 status collapsed
35256
35257 \begin_layout Plain Layout
35258 \SpecialChar LaTeX
35259  packages
35260 \begin_inset IndexMacro subentry
35261 status open
35262
35263 \begin_layout Plain Layout
35264 marginnote
35265 \end_layout
35266
35267 \end_inset
35268
35269
35270 \end_layout
35271
35272 \end_inset
35273
35274 .
35275  By adding these two lines to your document preamble, the command used by
35276  \SpecialChar LyX
35277  for margin notes is redefined to use the command provided by the 
35278 \series bold
35279 marginnote
35280 \series default
35281 -package:
35282 \end_layout
35283
35284 \begin_layout Standard
35285
35286 \series bold
35287
35288 \backslash
35289 usepackage{marginnote}
35290 \begin_inset Newline newline
35291 \end_inset
35292
35293
35294 \backslash
35295 let
35296 \backslash
35297 marginpar
35298 \backslash
35299 marginnote
35300 \end_layout
35301
35302 \begin_layout Standard
35303 This is also used in this document because 
35304 \series bold
35305 marginnote
35306 \series default
35307  has another useful feature: You can set a vertical offset for the note.
35308  This is often needed when too many margin notes are too close together
35309  or for a better page layout.
35310  The offset is set in \SpecialChar LyX
35311  as \SpecialChar TeX
35312  Code directly after the margin note in the scheme
35313 \end_layout
35314
35315 \begin_layout Standard
35316
35317 \series bold
35318 [offset]
35319 \end_layout
35320
35321 \begin_layout Standard
35322 where the offset is a length with one of the units listed in Table
35323 \begin_inset space ~
35324 \end_inset
35325
35326
35327 \begin_inset CommandInset ref
35328 LatexCommand ref
35329 reference "tab:Units"
35330
35331 \end_inset
35332
35333 .
35334  A negative value shifts the note up, a positive value shifts it down.
35335  
35336 \family roman
35337 \series medium
35338 For example the margin note beside this text line is shifted up 1.5
35339 \begin_inset space \thinspace{}
35340 \end_inset
35341
35342 cm with the \SpecialChar TeX
35343  Code command 
35344 \begin_inset Quotes eld
35345 \end_inset
35346
35347
35348 \family default
35349 \series bold
35350 [-1.5cm]
35351 \family roman
35352 \series medium
35353
35354 \begin_inset Quotes erd
35355 \end_inset
35356
35357
35358 \begin_inset Marginal
35359 status open
35360
35361 \begin_layout Plain Layout
35362 This margin note is shifted up 1.5
35363 \begin_inset space \thinspace{}
35364 \end_inset
35365
35366 cm from its original position.
35367 \end_layout
35368
35369 \end_inset
35370
35371
35372 \family default
35373 \series default
35374
35375 \begin_inset ERT
35376 status collapsed
35377
35378 \begin_layout Plain Layout
35379
35380 [-1.5cm]
35381 \end_layout
35382
35383 \end_inset
35384
35385
35386 \end_layout
35387
35388 \begin_layout Standard
35389 \begin_inset VSpace medskip
35390 \end_inset
35391
35392 With 
35393 \series bold
35394 marginnote
35395 \series default
35396  you can also change the alignment of the text in the margin note.
35397  For example the commands
35398 \end_layout
35399
35400 \begin_layout Standard
35401
35402 \series bold
35403
35404 \backslash
35405 renewcommand*{
35406 \backslash
35407 raggedleftmarginnote}{
35408 \backslash
35409 centering}
35410 \begin_inset Newline newline
35411 \end_inset
35412
35413
35414 \backslash
35415 renewcommand*{
35416 \backslash
35417 raggedrightmarginnote}{
35418 \backslash
35419 centering}
35420 \end_layout
35421
35422 \begin_layout Standard
35423 set the alignment to centered.
35424  
35425 \series bold
35426
35427 \backslash
35428 raggedleftmarginnote
35429 \series default
35430  denotes margin notes that appear at the left side.
35431 \family roman
35432 \series medium
35433
35434 \begin_inset ERT
35435 status collapsed
35436
35437 \begin_layout Plain Layout
35438
35439
35440 \backslash
35441 renewcommand*{
35442 \backslash
35443 raggedleftmarginnote}{
35444 \backslash
35445 centering}
35446 \end_layout
35447
35448 \begin_layout Plain Layout
35449
35450
35451 \backslash
35452 renewcommand*{
35453 \backslash
35454 raggedrightmarginnote}{
35455 \backslash
35456 centering}
35457 \end_layout
35458
35459 \end_inset
35460
35461
35462 \begin_inset Marginal
35463 status open
35464
35465 \begin_layout Plain Layout
35466 The text of this margin note is centered.
35467 \end_layout
35468
35469 \end_inset
35470
35471
35472 \family default
35473 \series default
35474  The default is
35475 \end_layout
35476
35477 \begin_layout Standard
35478
35479 \series bold
35480
35481 \backslash
35482 renewcommand*{
35483 \backslash
35484 raggedleftmarginnote}{
35485 \backslash
35486 raggedleft}
35487 \begin_inset Newline newline
35488 \end_inset
35489
35490
35491 \backslash
35492 renewcommand*{
35493 \backslash
35494 raggedrightmarginnote}{
35495 \backslash
35496 raggedright}
35497 \family roman
35498 \series medium
35499
35500 \begin_inset ERT
35501 status collapsed
35502
35503 \begin_layout Plain Layout
35504
35505
35506 \backslash
35507 renewcommand*{
35508 \backslash
35509 raggedleftmarginnote}{
35510 \backslash
35511 raggedleft}
35512 \end_layout
35513
35514 \begin_layout Plain Layout
35515
35516
35517 \backslash
35518 renewcommand*{
35519 \backslash
35520 raggedrightmarginnote}{
35521 \backslash
35522 raggedright}
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \begin_layout Standard
35531 \begin_inset VSpace medskip
35532 \end_inset
35533
35534 For the other features of 
35535 \series bold
35536 marginnote
35537 \series default
35538  refer to its documentation 
35539 \begin_inset CommandInset citation
35540 LatexCommand cite
35541 key "marginnote"
35542 literal "true"
35543
35544 \end_inset
35545
35546 .
35547 \end_layout
35548
35549 \begin_layout Standard
35550 \begin_inset VSpace bigskip
35551 \end_inset
35552
35553 You can adjust the layout of margin notes by changing its definition.
35554  To create for example a header for all margin notes with the underlined,
35555  sans-serif, and bold header text 
35556 \begin_inset Quotes eld
35557 \end_inset
35558
35559
35560 \family sans
35561 \series bold
35562 \bar under
35563 Attention!
35564 \family default
35565 \series default
35566 \bar default
35567
35568 \begin_inset Quotes erd
35569 \end_inset
35570
35571 , add this to your document preamble:
35572 \end_layout
35573
35574 \begin_layout Standard
35575
35576 \series bold
35577
35578 \backslash
35579 let
35580 \backslash
35581 myMarginpar
35582 \backslash
35583 marginpar
35584 \begin_inset Newline newline
35585 \end_inset
35586
35587
35588 \backslash
35589 renewcommand{
35590 \backslash
35591 marginpar}[1]{
35592 \backslash
35593 myMarginpar{%
35594 \begin_inset Newline newline
35595 \end_inset
35596
35597
35598 \begin_inset Phantom HPhantom
35599 status open
35600
35601 \begin_layout Plain Layout
35602
35603 \series bold
35604 \begin_inset space ~
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \end_inset
35611
35612
35613 \backslash
35614 hspace{0pt}
35615 \backslash
35616 textsf{
35617 \backslash
35618 textbf{
35619 \backslash
35620 underbar{Attention!}}}%
35621 \begin_inset Newline newline
35622 \end_inset
35623
35624
35625 \begin_inset Phantom HPhantom
35626 status open
35627
35628 \begin_layout Plain Layout
35629
35630 \series bold
35631 \begin_inset space ~
35632 \end_inset
35633
35634
35635 \end_layout
35636
35637 \end_inset
35638
35639
35640 \backslash
35641 vspace{1.5mm}
35642 \backslash
35643
35644 \backslash
35645 #1}}
35646 \end_layout
35647
35648 \begin_layout Standard
35649
35650 \family roman
35651 \series medium
35652 \begin_inset ERT
35653 status collapsed
35654
35655 \begin_layout Plain Layout
35656
35657
35658 \backslash
35659 let
35660 \backslash
35661 myMarginpar
35662 \backslash
35663 marginpar
35664 \end_layout
35665
35666 \begin_layout Plain Layout
35667
35668
35669 \backslash
35670 renewcommand{
35671 \backslash
35672 marginpar}[1]{
35673 \backslash
35674 myMarginpar{%
35675 \end_layout
35676
35677 \begin_layout Plain Layout
35678
35679    
35680 \backslash
35681 textsf{
35682 \backslash
35683 textbf{
35684 \backslash
35685 underbar{Attention!}}}%
35686 \end_layout
35687
35688 \begin_layout Plain Layout
35689
35690    
35691 \backslash
35692 vspace{1.5mm}
35693 \backslash
35694
35695 \backslash
35696 #1}}
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \begin_inset Marginal
35703 status open
35704
35705 \begin_layout Plain Layout
35706 This is a margin note with a defined heading.
35707 \end_layout
35708
35709 \end_inset
35710
35711
35712 \family default
35713 \series default
35714
35715 \begin_inset ERT
35716 status collapsed
35717
35718 \begin_layout Plain Layout
35719
35720 [-1.5cm]
35721 \end_layout
35722
35723 \end_inset
35724
35725
35726 \family roman
35727 \series medium
35728
35729 \begin_inset ERT
35730 status collapsed
35731
35732 \begin_layout Plain Layout
35733
35734
35735 \backslash
35736 renewcommand{
35737 \backslash
35738 marginpar}[1]{
35739 \backslash
35740 myMarginpar{#1}}
35741 \end_layout
35742
35743 \end_inset
35744
35745
35746 \family default
35747 \series default
35748
35749 \begin_inset Note Note
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753 The margin note format is changed only for this example.
35754 \end_layout
35755
35756 \end_inset
35757
35758
35759 \end_layout
35760
35761 \begin_layout Standard
35762 \begin_inset ERT
35763 status collapsed
35764
35765 \begin_layout Plain Layout
35766
35767
35768 \backslash
35769 else
35770 \end_layout
35771
35772 \end_inset
35773
35774
35775 \begin_inset Note Note
35776 status open
35777
35778 \begin_layout Plain Layout
35779 The following will be displayed when the \SpecialChar LaTeX
35780 -package 
35781 \series bold
35782 marginnote
35783 \series default
35784  is not installed:
35785 \end_layout
35786
35787 \end_inset
35788
35789
35790 \end_layout
35791
35792 \begin_layout Standard
35793 You need to install the \SpecialChar LaTeX
35794 -package 
35795 \series bold
35796 marginnote
35797 \series default
35798  to see the following part of this section in the output.
35799 \end_layout
35800
35801 \begin_layout Standard
35802 \begin_inset ERT
35803 status collapsed
35804
35805 \begin_layout Plain Layout
35806
35807
35808 \backslash
35809 fi
35810 \end_layout
35811
35812 \end_inset
35813
35814
35815 \end_layout
35816
35817 \begin_layout Chapter
35818 Boxes
35819 \end_layout
35820
35821 \begin_layout Section
35822 Introduction
35823 \begin_inset Index idx
35824 range none
35825 pageformat default
35826 status collapsed
35827
35828 \begin_layout Plain Layout
35829 Boxes
35830 \begin_inset IndexMacro subentry
35831 status open
35832
35833 \begin_layout Plain Layout
35834 Introduction
35835 \end_layout
35836
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \begin_layout Standard
35848 Boxes are used to format a block of text.
35849  Boxes can be used to write documents with multiple languages, see section
35850 \begin_inset space ~
35851 \end_inset
35852
35853
35854 \begin_inset CommandInset ref
35855 LatexCommand ref
35856 reference "sec:Minipages"
35857
35858 \end_inset
35859
35860 , to frame texts, see section
35861 \begin_inset space ~
35862 \end_inset
35863
35864
35865 \begin_inset CommandInset ref
35866 LatexCommand ref
35867 reference "sec:Decoration"
35868
35869 \end_inset
35870
35871 , to prevent words from being hyphenated, see section
35872 \begin_inset space ~
35873 \end_inset
35874
35875
35876 \begin_inset CommandInset ref
35877 LatexCommand ref
35878 reference "sec:Prevent-Hyphenation"
35879
35880 \end_inset
35881
35882 , to align text, see section
35883 \begin_inset space ~
35884 \end_inset
35885
35886
35887 \begin_inset CommandInset ref
35888 LatexCommand ref
35889 reference "subsec:Vertical-Alignment"
35890
35891 \end_inset
35892
35893 , or to set the background color of texts, see section
35894 \begin_inset space ~
35895 \end_inset
35896
35897
35898 \begin_inset CommandInset ref
35899 LatexCommand ref
35900 reference "sec:Colored-Boxes"
35901
35902 \end_inset
35903
35904 .
35905 \end_layout
35906
35907 \begin_layout Standard
35908 Boxes can be inserted with the menu 
35909 \family sans
35910 Insert\SpecialChar menuseparator
35911 Box
35912 \family default
35913  or the toolbar button 
35914 \begin_inset Info
35915 type  "icon"
35916 arg   "box-insert Frameless"
35917 \end_inset
35918
35919 .
35920  A grey box with the label 
35921 \family sans
35922 Box (Minipage)
35923 \family default
35924
35925 \begin_inset Graphics
35926         filename clipart/BoxInsetDefault.png
35927         scale 95
35928         scaleBeforeRotation
35929
35930 \end_inset
35931
35932  will be inserted.
35933  The box type can be specified by right-clicking on the box and selecting
35934  
35935 \family sans
35936 Settings
35937 \family default
35938 .
35939  The box dialog offers the 
35940 \family sans
35941 Inner
35942 \begin_inset space ~
35943 \end_inset
35944
35945 Box
35946 \family default
35947  types 
35948 \family sans
35949 Makebox
35950 \family default
35951
35952 \family sans
35953 Parbox
35954 \family default
35955  and 
35956 \family sans
35957 Minipage
35958 \family default
35959 .
35960  The type 
35961 \family sans
35962 Minipage
35963 \family default
35964  is the default for new boxes and is explained in section
35965 \begin_inset space ~
35966 \end_inset
35967
35968
35969 \begin_inset CommandInset ref
35970 LatexCommand ref
35971 reference "sec:Minipages"
35972
35973 \end_inset
35974
35975 ; the type 
35976 \family sans
35977 Parbox
35978 \family default
35979  is described in section
35980 \begin_inset space ~
35981 \end_inset
35982
35983
35984 \begin_inset CommandInset ref
35985 LatexCommand ref
35986 reference "sec:Parboxes"
35987
35988 \end_inset
35989
35990  and the type 
35991 \family sans
35992 Makebox
35993 \family default
35994  in 
35995 \begin_inset CommandInset ref
35996 LatexCommand ref
35997 reference "sec:Prevent-Hyphenation"
35998
35999 \end_inset
36000
36001 .
36002 \end_layout
36003
36004 \begin_layout Standard
36005 Boxes are not numbered and can therefore not be referenced like floats or
36006  footnotes.
36007 \end_layout
36008
36009 \begin_layout Standard
36010 \begin_inset Note Greyedout
36011 status open
36012
36013 \begin_layout Plain Layout
36014
36015 \series bold
36016 Note:
36017 \series default
36018  Boxes must not be the item in an 
36019 \family sans
36020 Itemize
36021 \family default
36022  or 
36023 \family sans
36024 Description
36025 \family default
36026  environment.
36027 \end_layout
36028
36029 \end_inset
36030
36031
36032 \end_layout
36033
36034 \begin_layout Standard
36035 \begin_inset Note Greyedout
36036 status open
36037
36038 \begin_layout Plain Layout
36039
36040 \series bold
36041 Note:
36042 \series default
36043  For an unknown reason you can only set the 
36044 \family sans
36045 Inner
36046 \begin_inset space ~
36047 \end_inset
36048
36049 Box
36050 \family default
36051  type to 
36052 \family sans
36053 None
36054 \family default
36055  when you use a framed box.
36056  Boxes without an 
36057 \family sans
36058 Inner
36059 \begin_inset space ~
36060 \end_inset
36061
36062 Box
36063 \family default
36064  type and without frames are explained in section
36065 \begin_inset space ~
36066 \end_inset
36067
36068
36069 \begin_inset CommandInset ref
36070 LatexCommand ref
36071 reference "sec:Prevent-Hyphenation"
36072
36073 \end_inset
36074
36075 .
36076 \end_layout
36077
36078 \end_inset
36079
36080
36081 \end_layout
36082
36083 \begin_layout Section
36084 Box Dialog
36085 \begin_inset CommandInset label
36086 LatexCommand label
36087 name "sec:Box-Dialog"
36088
36089 \end_inset
36090
36091
36092 \begin_inset Index idx
36093 range none
36094 pageformat default
36095 status collapsed
36096
36097 \begin_layout Plain Layout
36098 Boxes
36099 \begin_inset IndexMacro subentry
36100 status open
36101
36102 \begin_layout Plain Layout
36103 Box Dialog
36104 \end_layout
36105
36106 \end_inset
36107
36108
36109 \end_layout
36110
36111 \end_inset
36112
36113
36114 \end_layout
36115
36116 \begin_layout Subsection
36117 Size
36118 \begin_inset Index idx
36119 range none
36120 pageformat default
36121 status collapsed
36122
36123 \begin_layout Plain Layout
36124 Boxes
36125 \begin_inset IndexMacro subentry
36126 status open
36127
36128 \begin_layout Plain Layout
36129 Size
36130 \end_layout
36131
36132 \end_inset
36133
36134
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \end_layout
36141
36142 \begin_layout Standard
36143 In the box dialog you can adjust the box geometry in the fields 
36144 \family sans
36145 Width
36146 \family default
36147  and 
36148 \family sans
36149 Height
36150 \family default
36151 .
36152  The available units for the geometry are explained in Table
36153 \begin_inset space ~
36154 \end_inset
36155
36156
36157 \begin_inset CommandInset ref
36158 LatexCommand ref
36159 reference "tab:Units"
36160
36161 \end_inset
36162
36163 .
36164  The field 
36165 \family sans
36166 Height
36167 \family default
36168  offers the following additional sizes:
36169 \end_layout
36170
36171 \begin_layout Description
36172 Depth This is the plain text 
36173 \begin_inset Quotes eld
36174 \end_inset
36175
36176 height
36177 \begin_inset Quotes erd
36178 \end_inset
36179
36180 .
36181  It ignores the total depth when there are multiple text lines in the box:
36182 \begin_inset Newline newline
36183 \end_inset
36184
36185
36186 \begin_inset Newline newline
36187 \end_inset
36188
36189
36190 \begin_inset Newline newline
36191 \end_inset
36192
36193
36194 \begin_inset Box Boxed
36195 position "c"
36196 hor_pos "c"
36197 has_inner_box 1
36198 inner_pos "c"
36199 use_parbox 0
36200 use_makebox 0
36201 width "12col%"
36202 special "none"
36203 height "1in"
36204 height_special "depth"
36205 thickness "0.4pt"
36206 separation "3pt"
36207 shadowsize "4pt"
36208 framecolor "black"
36209 backgroundcolor "none"
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213 \align center
36214 Box height set to 1
36215 \begin_inset space \thinspace{}
36216 \end_inset
36217
36218 Depth
36219 \end_layout
36220
36221 \end_inset
36222
36223
36224 \begin_inset Newline newline
36225 \end_inset
36226
36227
36228 \begin_inset Newline newline
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \begin_layout Description
36235 Height This is the height of the text that is inside the box.
36236  A value of e.
36237 \begin_inset space \thinspace{}
36238 \end_inset
36239
36240 g.
36241 \begin_inset space \space{}
36242 \end_inset
36243
36244 2 for this size will set the box height to 2
36245 \begin_inset space ~
36246 \end_inset
36247
36248 times the text height: 
36249 \begin_inset Box Boxed
36250 position "c"
36251 hor_pos "c"
36252 has_inner_box 1
36253 inner_pos "c"
36254 use_parbox 0
36255 use_makebox 0
36256 width "20col%"
36257 special "none"
36258 height "2in"
36259 height_special "height"
36260 thickness "0.4pt"
36261 separation "3pt"
36262 shadowsize "4pt"
36263 framecolor "black"
36264 backgroundcolor "none"
36265 status collapsed
36266
36267 \begin_layout Plain Layout
36268 \align center
36269 Box height set to 2
36270 \begin_inset space \thinspace{}
36271 \end_inset
36272
36273 Height
36274 \end_layout
36275
36276 \end_inset
36277
36278
36279 \end_layout
36280
36281 \begin_layout Description
36282 Total
36283 \begin_inset space ~
36284 \end_inset
36285
36286 Height This is the Height
36287 \begin_inset space \thinspace{}
36288 \end_inset
36289
36290 +
36291 \begin_inset space \thinspace{}
36292 \end_inset
36293
36294 Depth: 
36295 \begin_inset Box Boxed
36296 position "c"
36297 hor_pos "c"
36298 has_inner_box 1
36299 inner_pos "c"
36300 use_parbox 0
36301 use_makebox 0
36302 width "20col%"
36303 special "none"
36304 height "1in"
36305 height_special "totalheight"
36306 thickness "0.4pt"
36307 separation "3pt"
36308 shadowsize "4pt"
36309 framecolor "black"
36310 backgroundcolor "none"
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314 \align center
36315 Box height set to 1
36316 \begin_inset space \thinspace{}
36317 \end_inset
36318
36319 Total
36320 \begin_inset space ~
36321 \end_inset
36322
36323 Height
36324 \end_layout
36325
36326 \end_inset
36327
36328
36329 \end_layout
36330
36331 \begin_layout Description
36332 Width This sets the width of the box as height: 
36333 \begin_inset Box Boxed
36334 position "c"
36335 hor_pos "c"
36336 has_inner_box 1
36337 inner_pos "c"
36338 use_parbox 0
36339 use_makebox 0
36340 width "12col%"
36341 special "none"
36342 height "1in"
36343 height_special "width"
36344 thickness "0.4pt"
36345 separation "3pt"
36346 shadowsize "4pt"
36347 framecolor "black"
36348 backgroundcolor "none"
36349 status collapsed
36350
36351 \begin_layout Plain Layout
36352 \align center
36353 Box height set to 1
36354 \begin_inset space \thinspace{}
36355 \end_inset
36356
36357 Width
36358 \end_layout
36359
36360 \end_inset
36361
36362
36363 \end_layout
36364
36365 \begin_layout Subsection
36366 Alignment
36367 \begin_inset Index idx
36368 range none
36369 pageformat default
36370 status collapsed
36371
36372 \begin_layout Plain Layout
36373 Boxes
36374 \begin_inset IndexMacro subentry
36375 status open
36376
36377 \begin_layout Plain Layout
36378 Alignment
36379 \end_layout
36380
36381 \end_inset
36382
36383
36384 \end_layout
36385
36386 \end_inset
36387
36388
36389 \end_layout
36390
36391 \begin_layout Standard
36392 When you have chosen an 
36393 \family sans
36394 Inner
36395 \begin_inset space ~
36396 \end_inset
36397
36398 Box
36399 \family default
36400 , the vertical box alignment can be:
36401 \end_layout
36402
36403 \begin_layout Description
36404 Top This is an example text line.
36405  
36406 \begin_inset Box Boxed
36407 position "t"
36408 hor_pos "c"
36409 has_inner_box 1
36410 inner_pos "c"
36411 use_parbox 0
36412 use_makebox 0
36413 width "12col%"
36414 special "none"
36415 height "1in"
36416 height_special "totalheight"
36417 thickness "0.4pt"
36418 separation "3pt"
36419 shadowsize "4pt"
36420 framecolor "black"
36421 backgroundcolor "none"
36422 status collapsed
36423
36424 \begin_layout Plain Layout
36425 \align center
36426 This box is top-aligned.
36427 \end_layout
36428
36429 \end_inset
36430
36431  This is an example text line.
36432 \end_layout
36433
36434 \begin_layout Description
36435 Middle This is an example text line.
36436  
36437 \begin_inset Box Boxed
36438 position "c"
36439 hor_pos "c"
36440 has_inner_box 1
36441 inner_pos "c"
36442 use_parbox 0
36443 use_makebox 0
36444 width "12col%"
36445 special "none"
36446 height "1in"
36447 height_special "totalheight"
36448 thickness "0.4pt"
36449 separation "3pt"
36450 shadowsize "4pt"
36451 framecolor "black"
36452 backgroundcolor "none"
36453 status collapsed
36454
36455 \begin_layout Plain Layout
36456 \align center
36457 This box is middle-aligned.
36458 \end_layout
36459
36460 \end_inset
36461
36462  This is an example text line.
36463 \end_layout
36464
36465 \begin_layout Description
36466 Bottom This is an example text line.
36467  
36468 \begin_inset Box Boxed
36469 position "b"
36470 hor_pos "c"
36471 has_inner_box 1
36472 inner_pos "c"
36473 use_parbox 0
36474 use_makebox 0
36475 width "12col%"
36476 special "none"
36477 height "1in"
36478 height_special "totalheight"
36479 thickness "0.4pt"
36480 separation "3pt"
36481 shadowsize "4pt"
36482 framecolor "black"
36483 backgroundcolor "none"
36484 status collapsed
36485
36486 \begin_layout Plain Layout
36487 \align center
36488 This box is bottom-aligned.
36489 \end_layout
36490
36491 \end_inset
36492
36493  This is an example text line.
36494 \end_layout
36495
36496 \begin_layout Standard
36497 \begin_inset Note Greyedout
36498 status open
36499
36500 \begin_layout Plain Layout
36501
36502 \series bold
36503 Note:
36504 \series default
36505  The vertical box alignment can be lost in the output when you have two
36506  boxes in a line and one has e.
36507 \begin_inset space \thinspace{}
36508 \end_inset
36509
36510 g.
36511 \begin_inset space \space{}
36512 \end_inset
36513
36514 a shadow and the other one not.
36515 \end_layout
36516
36517 \end_inset
36518
36519
36520 \end_layout
36521
36522 \begin_layout Standard
36523 The horizontal box alignment can be set via \SpecialChar LyX
36524 's paragraph dialog when you
36525  set the box into its own paragraph.
36526 \end_layout
36527
36528 \begin_layout Standard
36529 \begin_inset VSpace bigskip
36530 \end_inset
36531
36532 When you have chosen an 
36533 \family sans
36534 Inner
36535 \begin_inset space ~
36536 \end_inset
36537
36538 Box
36539 \family default
36540 , the box content can be aligned vertically to:
36541 \end_layout
36542
36543 \begin_layout Description
36544 top This is an example text line.
36545  
36546 \begin_inset Box Boxed
36547 position "c"
36548 hor_pos "c"
36549 has_inner_box 1
36550 inner_pos "t"
36551 use_parbox 0
36552 use_makebox 0
36553 width "12col%"
36554 special "none"
36555 height "1.5in"
36556 height_special "totalheight"
36557 thickness "0.4pt"
36558 separation "3pt"
36559 shadowsize "4pt"
36560 framecolor "black"
36561 backgroundcolor "none"
36562 status collapsed
36563
36564 \begin_layout Plain Layout
36565 \align center
36566 This box text is top-aligned.
36567 \end_layout
36568
36569 \end_inset
36570
36571  This is an example text line.
36572 \end_layout
36573
36574 \begin_layout Description
36575 middle This is an example text line.
36576  
36577 \begin_inset Box Boxed
36578 position "c"
36579 hor_pos "c"
36580 has_inner_box 1
36581 inner_pos "c"
36582 use_parbox 0
36583 use_makebox 0
36584 width "12col%"
36585 special "none"
36586 height "1.5in"
36587 height_special "totalheight"
36588 thickness "0.4pt"
36589 separation "3pt"
36590 shadowsize "4pt"
36591 framecolor "black"
36592 backgroundcolor "none"
36593 status collapsed
36594
36595 \begin_layout Plain Layout
36596 \align center
36597 This box text is middle-aligned.
36598 \end_layout
36599
36600 \end_inset
36601
36602  This is an example text line.
36603 \end_layout
36604
36605 \begin_layout Description
36606 bottom This is an example text line.
36607  
36608 \begin_inset Box Boxed
36609 position "c"
36610 hor_pos "c"
36611 has_inner_box 1
36612 inner_pos "b"
36613 use_parbox 0
36614 use_makebox 0
36615 width "12col%"
36616 special "none"
36617 height "1.5in"
36618 height_special "totalheight"
36619 thickness "0.4pt"
36620 separation "3pt"
36621 shadowsize "4pt"
36622 framecolor "black"
36623 backgroundcolor "none"
36624 status collapsed
36625
36626 \begin_layout Plain Layout
36627 \align center
36628 This box text is bottom-aligned.
36629 \end_layout
36630
36631 \end_inset
36632
36633  This is an example text line.
36634 \end_layout
36635
36636 \begin_layout Description
36637 stretch This is an example text line.
36638  
36639 \begin_inset Box Boxed
36640 position "c"
36641 hor_pos "c"
36642 has_inner_box 1
36643 inner_pos "s"
36644 use_parbox 0
36645 use_makebox 0
36646 width "12col%"
36647 special "none"
36648 height "1.5in"
36649 height_special "totalheight"
36650 thickness "0.4pt"
36651 separation "3pt"
36652 shadowsize "4pt"
36653 framecolor "black"
36654 backgroundcolor "none"
36655 status collapsed
36656
36657 \begin_layout Plain Layout
36658 \align center
36659 This box
36660 \end_layout
36661
36662 \begin_layout Plain Layout
36663 \align center
36664 text is
36665 \end_layout
36666
36667 \begin_layout Plain Layout
36668 \align center
36669 stretched.
36670 \end_layout
36671
36672 \end_inset
36673
36674  This is an example text line.
36675 \end_layout
36676
36677 \begin_layout Standard
36678 To stretch the box content, it must consist of more than one paragraph.
36679  In the example above every text line is in an own paragraph.
36680 \end_layout
36681
36682 \begin_layout Standard
36683 \begin_inset VSpace bigskip
36684 \end_inset
36685
36686 To align the box content horizontally you can use \SpecialChar LyX
36687 's paragraph dialog when
36688  you have chosen an 
36689 \family sans
36690 Inner
36691 \begin_inset space ~
36692 \end_inset
36693
36694 Box
36695 \family default
36696 .
36697 \end_layout
36698
36699 \begin_layout Standard
36700 \align center
36701 \begin_inset Box Boxed
36702 position "c"
36703 hor_pos "c"
36704 has_inner_box 1
36705 inner_pos "s"
36706 use_parbox 0
36707 use_makebox 0
36708 width "15col%"
36709 special "none"
36710 height "1.25in"
36711 height_special "totalheight"
36712 thickness "0.4pt"
36713 separation "3pt"
36714 shadowsize "4pt"
36715 framecolor "black"
36716 backgroundcolor "none"
36717 status collapsed
36718
36719 \begin_layout Plain Layout
36720 \align left
36721 This box
36722 \end_layout
36723
36724 \begin_layout Plain Layout
36725 \align center
36726 text is
36727 \end_layout
36728
36729 \begin_layout Plain Layout
36730 \align right
36731 stretched.
36732 \end_layout
36733
36734 \end_inset
36735
36736
36737 \end_layout
36738
36739 \begin_layout Standard
36740 If you have not set an 
36741 \family sans
36742 Inner
36743 \begin_inset space ~
36744 \end_inset
36745
36746 Box
36747 \family default
36748 , you can align the box content horizontally in the box dialog.
36749 \end_layout
36750
36751 \begin_layout Standard
36752 \align center
36753 \begin_inset Box Boxed
36754 position "c"
36755 hor_pos "s"
36756 has_inner_box 0
36757 inner_pos "s"
36758 use_parbox 0
36759 use_makebox 0
36760 width "90col%"
36761 special "none"
36762 height "1.25in"
36763 height_special "totalheight"
36764 thickness "0.4pt"
36765 separation "3pt"
36766 shadowsize "4pt"
36767 framecolor "black"
36768 backgroundcolor "none"
36769 status collapsed
36770
36771 \begin_layout Plain Layout
36772 This box text is horizontally stretched.
36773 \end_layout
36774
36775 \end_inset
36776
36777
36778 \end_layout
36779
36780 \begin_layout Subsection
36781 Decoration
36782 \begin_inset CommandInset label
36783 LatexCommand label
36784 name "sec:Decoration"
36785
36786 \end_inset
36787
36788
36789 \begin_inset Index idx
36790 range none
36791 pageformat default
36792 status collapsed
36793
36794 \begin_layout Plain Layout
36795 Boxes
36796 \begin_inset IndexMacro subentry
36797 status open
36798
36799 \begin_layout Plain Layout
36800 Decoration
36801 \end_layout
36802
36803 \end_inset
36804
36805
36806 \end_layout
36807
36808 \end_inset
36809
36810
36811 \end_layout
36812
36813 \begin_layout Standard
36814 The type of the box can be specified in the box dialog in the drop-down
36815  list 
36816 \family sans
36817 Decoration
36818 \family default
36819 .
36820  The following types are possible:
36821 \end_layout
36822
36823 \begin_layout Description
36824 No
36825 \begin_inset space ~
36826 \end_inset
36827
36828 frame Nothing is drawn.
36829 \end_layout
36830
36831 \begin_layout Description
36832 Simple
36833 \begin_inset space ~
36834 \end_inset
36835
36836 rectangular
36837 \begin_inset space ~
36838 \end_inset
36839
36840 frame This draws a rectangular frame around the box.
36841  The frame line thickness can be specified.
36842  
36843 \begin_inset Box Boxed
36844 position "c"
36845 hor_pos "c"
36846 has_inner_box 1
36847 inner_pos "c"
36848 use_parbox 0
36849 use_makebox 0
36850 width "20col%"
36851 special "none"
36852 height "1in"
36853 height_special "totalheight"
36854 thickness "0.4pt"
36855 separation "3pt"
36856 shadowsize "4pt"
36857 framecolor "black"
36858 backgroundcolor "none"
36859 status collapsed
36860
36861 \begin_layout Plain Layout
36862 \align center
36863 Rectangular box
36864 \end_layout
36865
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \begin_layout Description
36872 Oval
36873 \begin_inset space ~
36874 \end_inset
36875
36876 box,
36877 \begin_inset space ~
36878 \end_inset
36879
36880 thin This draws an oval frame around the box.
36881  The frame line thickness has the size 0.4
36882 \begin_inset space \thinspace{}
36883 \end_inset
36884
36885 pt.
36886  
36887 \begin_inset Box ovalbox
36888 position "c"
36889 hor_pos "c"
36890 has_inner_box 1
36891 inner_pos "c"
36892 use_parbox 0
36893 use_makebox 0
36894 width "20col%"
36895 special "none"
36896 height "1in"
36897 height_special "totalheight"
36898 thickness "0.4pt"
36899 separation "3pt"
36900 shadowsize "4pt"
36901 framecolor "black"
36902 backgroundcolor "none"
36903 status collapsed
36904
36905 \begin_layout Plain Layout
36906 \align center
36907 Oval box, thin
36908 \end_layout
36909
36910 \end_inset
36911
36912
36913 \end_layout
36914
36915 \begin_layout Description
36916 Oval
36917 \begin_inset space ~
36918 \end_inset
36919
36920 box,
36921 \begin_inset space ~
36922 \end_inset
36923
36924 thick This draws an oval frame around the box.
36925  The frame line thickness has the size 0.8
36926 \begin_inset space \thinspace{}
36927 \end_inset
36928
36929 pt.
36930  
36931 \begin_inset Box Ovalbox
36932 position "c"
36933 hor_pos "c"
36934 has_inner_box 1
36935 inner_pos "c"
36936 use_parbox 0
36937 use_makebox 0
36938 width "20col%"
36939 special "none"
36940 height "1in"
36941 height_special "totalheight"
36942 thickness "0.4pt"
36943 separation "3pt"
36944 shadowsize "4pt"
36945 framecolor "black"
36946 backgroundcolor "none"
36947 status collapsed
36948
36949 \begin_layout Plain Layout
36950 \align center
36951 Oval box, thick
36952 \end_layout
36953
36954 \end_inset
36955
36956
36957 \end_layout
36958
36959 \begin_layout Description
36960 Drop
36961 \begin_inset space ~
36962 \end_inset
36963
36964 shadow This draws a rectangular frame with a shadow around the box.
36965  The frame line thickness and the shadow can be specified.
36966  
36967 \begin_inset Box Shadowbox
36968 position "c"
36969 hor_pos "c"
36970 has_inner_box 1
36971 inner_pos "c"
36972 use_parbox 0
36973 use_makebox 0
36974 width "20col%"
36975 special "none"
36976 height "1in"
36977 height_special "totalheight"
36978 thickness "0.4pt"
36979 separation "3pt"
36980 shadowsize "4pt"
36981 framecolor "black"
36982 backgroundcolor "none"
36983 status collapsed
36984
36985 \begin_layout Plain Layout
36986 \align center
36987 Shadow box
36988 \end_layout
36989
36990 \end_inset
36991
36992
36993 \end_layout
36994
36995 \begin_layout Description
36996 Shaded
36997 \begin_inset space ~
36998 \end_inset
36999
37000 background This draws a box with a red background.
37001  Unlike colored boxes
37002 \begin_inset Foot
37003 status collapsed
37004
37005 \begin_layout Plain Layout
37006 see sec.
37007 \begin_inset space \thinspace{}
37008 \end_inset
37009
37010
37011 \begin_inset CommandInset ref
37012 LatexCommand ref
37013 reference "sec:Colored-Boxes"
37014
37015 \end_inset
37016
37017
37018 \end_layout
37019
37020 \end_inset
37021
37022 , it always uses the whole column width and the box is set as its own paragraph.
37023  
37024 \begin_inset Box Shaded
37025 position "t"
37026 hor_pos "c"
37027 has_inner_box 0
37028 inner_pos "t"
37029 use_parbox 0
37030 use_makebox 0
37031 width "50col%"
37032 special "none"
37033 height "1in"
37034 height_special "totalheight"
37035 thickness "0.4pt"
37036 separation "3pt"
37037 shadowsize "4pt"
37038 framecolor "black"
37039 backgroundcolor "none"
37040 status collapsed
37041
37042 \begin_layout Plain Layout
37043 Shaded background box
37044 \end_layout
37045
37046 \end_inset
37047
37048
37049 \end_layout
37050
37051 \begin_layout Description
37052 Double
37053 \begin_inset space ~
37054 \end_inset
37055
37056 rectangular
37057 \begin_inset space ~
37058 \end_inset
37059
37060 frame This draws a double-line rectangular frame around the box.
37061  The line thickness of the inner frame is 0.75
37062 \begin_inset space \thinspace{}
37063 \end_inset
37064
37065 line
37066 \begin_inset space ~
37067 \end_inset
37068
37069 thickness, the thickness of the outer frame is 1.5
37070 \begin_inset space \thinspace{}
37071 \end_inset
37072
37073 line
37074 \begin_inset space ~
37075 \end_inset
37076
37077 thickness.
37078  The distance between the lines is 1.5
37079 \begin_inset space \thinspace{}
37080 \end_inset
37081
37082 line
37083 \begin_inset space ~
37084 \end_inset
37085
37086 thickness
37087 \begin_inset space \thinspace{}
37088 \end_inset
37089
37090 +
37091 \begin_inset space \thinspace{}
37092 \end_inset
37093
37094 0.5
37095 \begin_inset space \thinspace{}
37096 \end_inset
37097
37098 pt.
37099  
37100 \begin_inset Box Doublebox
37101 position "c"
37102 hor_pos "c"
37103 has_inner_box 1
37104 inner_pos "c"
37105 use_parbox 0
37106 use_makebox 0
37107 width "20col%"
37108 special "none"
37109 height "1in"
37110 height_special "totalheight"
37111 thickness "0.4pt"
37112 separation "3pt"
37113 shadowsize "4pt"
37114 framecolor "black"
37115 backgroundcolor "none"
37116 status collapsed
37117
37118 \begin_layout Plain Layout
37119 \align center
37120 Double rectangular box
37121 \end_layout
37122
37123 \end_inset
37124
37125
37126 \end_layout
37127
37128 \begin_layout Standard
37129 \begin_inset VSpace bigskip
37130 \end_inset
37131
37132 \SpecialChar LyX
37133 's box label will reflect the different frame types.
37134  To be able to use all types, the \SpecialChar LaTeX
37135 -package 
37136 \series bold
37137 fancybox
37138 \series default
37139
37140 \begin_inset Index idx
37141 range none
37142 pageformat default
37143 status collapsed
37144
37145 \begin_layout Plain Layout
37146 \SpecialChar LaTeX
37147  packages
37148 \begin_inset IndexMacro subentry
37149 status open
37150
37151 \begin_layout Plain Layout
37152 fancybox
37153 \end_layout
37154
37155 \end_inset
37156
37157
37158 \end_layout
37159
37160 \end_inset
37161
37162  must be installed.
37163 \end_layout
37164
37165 \begin_layout Standard
37166 \begin_inset VSpace bigskip
37167 \end_inset
37168
37169 When you use the decoration 
37170 \family sans
37171 simple rectangular frame
37172 \family default
37173  and no inner box, you can allow page breaks within a box.
37174  Note that then, unlike other framed boxes, the frame always uses the whole
37175  column width and the box is set as its own paragraph: 
37176 \begin_inset Box Framed
37177 position "t"
37178 hor_pos "c"
37179 has_inner_box 0
37180 inner_pos "t"
37181 use_parbox 0
37182 use_makebox 0
37183 width "100col%"
37184 special "none"
37185 height "1in"
37186 height_special "totalheight"
37187 thickness "0.4pt"
37188 separation "3pt"
37189 shadowsize "4pt"
37190 framecolor "black"
37191 backgroundcolor "none"
37192 status collapsed
37193
37194 \begin_layout Plain Layout
37195 Allow page break box
37196 \end_layout
37197
37198 \end_inset
37199
37200
37201 \end_layout
37202
37203 \begin_layout Section
37204 Box Customization
37205 \begin_inset Index idx
37206 range none
37207 pageformat default
37208 status collapsed
37209
37210 \begin_layout Plain Layout
37211 Boxes
37212 \begin_inset IndexMacro subentry
37213 status open
37214
37215 \begin_layout Plain Layout
37216 Customization
37217 \end_layout
37218
37219 \end_inset
37220
37221
37222 \end_layout
37223
37224 \end_inset
37225
37226
37227 \end_layout
37228
37229 \begin_layout Standard
37230 The diameter of the round corners of the oval boxes can be set with the
37231  command 
37232 \series bold
37233
37234 \backslash
37235 cornersize
37236 \series default
37237 .
37238  The command
37239 \end_layout
37240
37241 \begin_layout Standard
37242
37243 \series bold
37244
37245 \backslash
37246 cornersize*{1cm}
37247 \end_layout
37248
37249 \begin_layout Standard
37250 sets the diameter to 1
37251 \begin_inset space \thinspace{}
37252 \end_inset
37253
37254 cm.
37255  The command
37256 \end_layout
37257
37258 \begin_layout Standard
37259
37260 \series bold
37261
37262 \backslash
37263 cornersize{num}
37264 \end_layout
37265
37266 \begin_layout Standard
37267 sets the diameter to 
37268 \family sans
37269 num
37270 \begin_inset space \thinspace{}
37271 \end_inset
37272
37273 ×
37274 \begin_inset space \thinspace{}
37275 \end_inset
37276
37277 minimum(width and height of box)
37278 \family default
37279 .
37280  The default is 
37281 \series bold
37282
37283 \backslash
37284 cornersize{0.5}
37285 \series default
37286 .
37287 \end_layout
37288
37289 \begin_layout Standard
37290 \begin_inset ERT
37291 status collapsed
37292
37293 \begin_layout Plain Layout
37294
37295
37296 \backslash
37297 cornersize*{1.5cm}
37298 \end_layout
37299
37300 \end_inset
37301
37302
37303 \begin_inset Box Ovalbox
37304 position "c"
37305 hor_pos "c"
37306 has_inner_box 1
37307 inner_pos "c"
37308 use_parbox 0
37309 use_makebox 0
37310 width "25col%"
37311 special "none"
37312 height "1in"
37313 height_special "totalheight"
37314 thickness "0.4pt"
37315 separation "3pt"
37316 shadowsize "4pt"
37317 framecolor "black"
37318 backgroundcolor "none"
37319 status open
37320
37321 \begin_layout Plain Layout
37322 \align center
37323 Oval box with 
37324 \series bold
37325
37326 \backslash
37327 cornersize
37328 \series default
37329
37330 \begin_inset space \thinspace{}
37331 \end_inset
37332
37333 =
37334 \begin_inset space \thinspace{}
37335 \end_inset
37336
37337 1.5
37338 \begin_inset space \thinspace{}
37339 \end_inset
37340
37341 cm
37342 \end_layout
37343
37344 \end_inset
37345
37346
37347 \begin_inset ERT
37348 status collapsed
37349
37350 \begin_layout Plain Layout
37351
37352
37353 \backslash
37354 cornersize{0.5}
37355 \end_layout
37356
37357 \end_inset
37358
37359
37360 \end_layout
37361
37362 \begin_layout Standard
37363 \begin_inset VSpace bigskip
37364 \end_inset
37365
37366
37367 \end_layout
37368
37369 \begin_layout Standard
37370 The default background color red of 
37371 \family sans
37372 shaded background
37373 \family default
37374  boxes can either be changed locally with the command 
37375 \series bold
37376
37377 \backslash
37378 definecolor{shadecolor}
37379 \series default
37380  or globally with the menu 
37381 \family sans
37382 Tools\SpecialChar menuseparator
37383 Preferences\SpecialChar menuseparator
37384 Colors\SpecialChar menuseparator
37385 shaded
37386 \begin_inset space ~
37387 \end_inset
37388
37389 box
37390 \family default
37391 .
37392  The scheme of the 
37393 \series bold
37394
37395 \backslash
37396 definecolor
37397 \series default
37398  command is explained in section
37399 \begin_inset space ~
37400 \end_inset
37401
37402
37403 \begin_inset CommandInset ref
37404 LatexCommand ref
37405 reference "sec:Colored-Tables"
37406
37407 \end_inset
37408
37409 .
37410 \begin_inset Foot
37411 status collapsed
37412
37413 \begin_layout Plain Layout
37414 Note that 
37415 \series bold
37416
37417 \backslash
37418 definecolor
37419 \series default
37420  requires the \SpecialChar LaTeX
37421 -package 
37422 \series bold
37423 color
37424 \series default
37425  in the preamble, see section
37426 \begin_inset space ~
37427 \end_inset
37428
37429
37430 \begin_inset CommandInset ref
37431 LatexCommand ref
37432 reference "sec:Colored-Boxes"
37433
37434 \end_inset
37435
37436 .
37437 \end_layout
37438
37439 \end_inset
37440
37441  For example the appearance of the following shaded background box is set
37442  with the \SpecialChar TeX
37443  Code command
37444 \end_layout
37445
37446 \begin_layout Standard
37447
37448 \series bold
37449
37450 \backslash
37451 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37452 \end_layout
37453
37454 \begin_layout Standard
37455 \begin_inset ERT
37456 status collapsed
37457
37458 \begin_layout Plain Layout
37459
37460
37461 \backslash
37462 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37463 \end_layout
37464
37465 \end_inset
37466
37467
37468 \begin_inset Box Shaded
37469 position "t"
37470 hor_pos "c"
37471 has_inner_box 0
37472 inner_pos "t"
37473 use_parbox 0
37474 use_makebox 0
37475 width "100col%"
37476 special "none"
37477 height "1in"
37478 height_special "totalheight"
37479 thickness "0.4pt"
37480 separation "3pt"
37481 shadowsize "4pt"
37482 framecolor "black"
37483 backgroundcolor "none"
37484 status open
37485
37486 \begin_layout Plain Layout
37487
37488 \color yellow
37489 This is yellow text in a
37490 \color none
37491  
37492 \family sans
37493 \color yellow
37494 shaded background
37495 \family default
37496 \color none
37497  
37498 \color yellow
37499 box with dark green background.
37500 \end_layout
37501
37502 \end_inset
37503
37504
37505 \begin_inset ERT
37506 status collapsed
37507
37508 \begin_layout Plain Layout
37509
37510
37511 \backslash
37512 definecolor{shadecolor}{rgb}{1,0,0}
37513 \end_layout
37514
37515 \end_inset
37516
37517
37518 \end_layout
37519
37520 \begin_layout Standard
37521 \begin_inset VSpace bigskip
37522 \end_inset
37523
37524 Manually changed sizes and colors are valid for all boxes following the
37525  commands that change them.
37526 \end_layout
37527
37528 \begin_layout Section
37529 Minipages
37530 \begin_inset CommandInset label
37531 LatexCommand label
37532 name "sec:Minipages"
37533
37534 \end_inset
37535
37536
37537 \begin_inset Index idx
37538 range none
37539 pageformat default
37540 status collapsed
37541
37542 \begin_layout Plain Layout
37543 Boxes
37544 \begin_inset IndexMacro subentry
37545 status open
37546
37547 \begin_layout Plain Layout
37548 Minipages
37549 \end_layout
37550
37551 \end_inset
37552
37553
37554 \end_layout
37555
37556 \end_inset
37557
37558
37559 \end_layout
37560
37561 \begin_layout Standard
37562 Minipages are treated by \SpecialChar LaTeX
37563  as pages within pages and can therefore for example
37564  have their own footnotes.
37565 \end_layout
37566
37567 \begin_layout Standard
37568 Minipages are useful when you write documents with different languages.
37569 \end_layout
37570
37571 \begin_layout Standard
37572 Below are two example minipages side by side.
37573  Their width is set to 45
37574 \begin_inset space \thinspace{}
37575 \end_inset
37576
37577 col% and they are separated by a horizontal fill, that was inserted via
37578  the menu 
37579 \family sans
37580 Insert\SpecialChar menuseparator
37581 Special
37582 \begin_inset space ~
37583 \end_inset
37584
37585 Formatting\SpecialChar menuseparator
37586 Horizontal
37587 \begin_inset space ~
37588 \end_inset
37589
37590 Fill
37591 \family default
37592 .
37593 \begin_inset Newpage newpage
37594 \end_inset
37595
37596
37597 \end_layout
37598
37599 \begin_layout Standard
37600 \begin_inset Box Frameless
37601 position "t"
37602 hor_pos "c"
37603 has_inner_box 1
37604 inner_pos "c"
37605 use_parbox 0
37606 use_makebox 0
37607 width "45col%"
37608 special "none"
37609 height "1in"
37610 height_special "totalheight"
37611 thickness "0.4pt"
37612 separation "3pt"
37613 shadowsize "4pt"
37614 framecolor "black"
37615 backgroundcolor "none"
37616 status open
37617
37618 \begin_layout Plain Layout
37619
37620 \lang ngerman
37621 Dies ist ein deutscher Text.
37622  Dies ist ein deutscher Text.
37623  Dies ist ein deutscher Text.
37624  Dies ist ein deutscher Text.
37625  Dies ist ein deutscher Text.
37626  Dies ist ein deutscher Text.
37627  Dies ist ein deutscher Text.
37628  Dies ist ein deutscher Text.
37629  Dies ist ein deutscher Text.
37630  Dies ist ein deutscher Text.
37631  Dies ist ein deutscher Text.
37632  Dies ist ein deutscher Text.
37633  Dies ist ein deutscher Text
37634 \begin_inset Foot
37635 status collapsed
37636
37637 \begin_layout Plain Layout
37638
37639 \lang ngerman
37640 Dies ist eine deutsche Fußnote.
37641 \end_layout
37642
37643 \end_inset
37644
37645 .
37646  Dies ist ein deutscher Text.
37647  Dies ist ein deutscher Text.
37648 \end_layout
37649
37650 \end_inset
37651
37652
37653 \begin_inset space \hfill{}
37654 \end_inset
37655
37656
37657 \begin_inset Box Frameless
37658 position "t"
37659 hor_pos "c"
37660 has_inner_box 1
37661 inner_pos "c"
37662 use_parbox 0
37663 use_makebox 0
37664 width "45col%"
37665 special "none"
37666 height "1in"
37667 height_special "totalheight"
37668 thickness "0.4pt"
37669 separation "3pt"
37670 shadowsize "4pt"
37671 framecolor "black"
37672 backgroundcolor "none"
37673 status open
37674
37675 \begin_layout Plain Layout
37676 This is an English Text.
37677  This is an English Text.
37678  This is an English Text.
37679  This is an English Text.
37680  This is an English Text.
37681  This is an English Text.
37682  This is an English Text.
37683  This is an English Text.
37684  This is an English Text.
37685  This is an English Text.
37686  This is an English Text.
37687  This is an English Text.
37688  This is an English Text.
37689  This is an English Text.
37690  This is an English Text.
37691  This is an English Text.
37692 \begin_inset Foot
37693 status collapsed
37694
37695 \begin_layout Plain Layout
37696 This is an English footnote.
37697 \end_layout
37698
37699 \end_inset
37700
37701  This is an English Text.
37702 \end_layout
37703
37704 \end_inset
37705
37706
37707 \end_layout
37708
37709 \begin_layout Standard
37710 \begin_inset VSpace bigskip
37711 \end_inset
37712
37713 The document-wide paragraph settings are ignored within minipages.
37714  That means that there will be no space between paragraphs in minipages
37715  although you set it to e.
37716 \begin_inset space \thinspace{}
37717 \end_inset
37718
37719 g.
37720 \begin_inset space \space{}
37721 \end_inset
37722
37723
37724 \family sans
37725 MedSkip
37726 \family default
37727  in the document settings.
37728 \end_layout
37729
37730 \begin_layout Standard
37731 Minipages can also be used to set a background color for text parts, see
37732  section
37733 \begin_inset space ~
37734 \end_inset
37735
37736
37737 \begin_inset CommandInset ref
37738 LatexCommand ref
37739 reference "sec:Colored-Boxes"
37740
37741 \end_inset
37742
37743 .
37744 \end_layout
37745
37746 \begin_layout Standard
37747 \begin_inset Note Greyedout
37748 status open
37749
37750 \begin_layout Plain Layout
37751
37752 \series bold
37753 Note:
37754 \series default
37755  You cannot have floats or margin notes inside minipages but minipages can
37756  be used inside tables, floats, and other boxes.
37757 \end_layout
37758
37759 \end_inset
37760
37761
37762 \end_layout
37763
37764 \begin_layout Standard
37765 \begin_inset VSpace bigskip
37766 \end_inset
37767
37768
37769 \end_layout
37770
37771 \begin_layout Standard
37772 \SpecialChar LyX
37773  has also basic support for minipages whose size is automatically determined
37774  by the width of their contents, via the module 
37775 \family sans
37776 Variable-width Minipages
37777 \family default
37778 .
37779  The \SpecialChar LyX
37780  example file 
37781 \emph on
37782 varwidth-floats-side-by-side
37783 \emph default
37784  gives examples of variable-width minipages used for placing two floats
37785  side-by-side.
37786 \end_layout
37787
37788 \begin_layout Section
37789 Parboxes
37790 \begin_inset CommandInset label
37791 LatexCommand label
37792 name "sec:Parboxes"
37793
37794 \end_inset
37795
37796
37797 \begin_inset Index idx
37798 range none
37799 pageformat default
37800 status collapsed
37801
37802 \begin_layout Plain Layout
37803 Boxes
37804 \begin_inset IndexMacro subentry
37805 status open
37806
37807 \begin_layout Plain Layout
37808 Parboxes
37809 \end_layout
37810
37811 \end_inset
37812
37813
37814 \end_layout
37815
37816 \end_inset
37817
37818
37819 \end_layout
37820
37821 \begin_layout Standard
37822 Parboxes are very similar to minipages with the difference that they cannot
37823  have footnotes.
37824 \end_layout
37825
37826 \begin_layout Standard
37827 \align center
37828 \begin_inset Box Frameless
37829 position "t"
37830 hor_pos "c"
37831 has_inner_box 1
37832 inner_pos "t"
37833 use_parbox 1
37834 use_makebox 0
37835 width "33col%"
37836 special "none"
37837 height "1in"
37838 height_special "totalheight"
37839 thickness "0.4pt"
37840 separation "3pt"
37841 shadowsize "4pt"
37842 framecolor "black"
37843 backgroundcolor "none"
37844 status open
37845
37846 \begin_layout Plain Layout
37847 This a text within a parbox.
37848  This a text within a parbox.
37849 \end_layout
37850
37851 \begin_layout Plain Layout
37852 This footnote won't appear:
37853 \begin_inset Foot
37854 status collapsed
37855
37856 \begin_layout Plain Layout
37857 This footnote is inside a parbox and will therefore not appear.
37858 \end_layout
37859
37860 \end_inset
37861
37862
37863 \end_layout
37864
37865 \end_inset
37866
37867
37868 \end_layout
37869
37870 \begin_layout Section
37871 Boxes for Words and Characters
37872 \begin_inset Index idx
37873 range none
37874 pageformat default
37875 status collapsed
37876
37877 \begin_layout Plain Layout
37878 Boxes
37879 \begin_inset IndexMacro subentry
37880 status open
37881
37882 \begin_layout Plain Layout
37883 for Characters
37884 \end_layout
37885
37886 \end_inset
37887
37888
37889 \end_layout
37890
37891 \end_inset
37892
37893
37894 \end_layout
37895
37896 \begin_layout Subsection
37897 Prevent Hyphenation
37898 \begin_inset CommandInset label
37899 LatexCommand label
37900 name "sec:Prevent-Hyphenation"
37901
37902 \end_inset
37903
37904
37905 \begin_inset Index idx
37906 range none
37907 pageformat default
37908 status collapsed
37909
37910 \begin_layout Plain Layout
37911 Boxes
37912 \begin_inset IndexMacro subentry
37913 status open
37914
37915 \begin_layout Plain Layout
37916 to Prevent Hyphenation
37917 \end_layout
37918
37919 \end_inset
37920
37921
37922 \end_layout
37923
37924 \end_inset
37925
37926
37927 \end_layout
37928
37929 \begin_layout Standard
37930 You can use the box type 
37931 \family sans
37932 Makebox
37933 \family default
37934  to prevent words or text from being hyphenated.
37935 \begin_inset Newline newline
37936 \end_inset
37937
37938 Here is an example text:
37939 \end_layout
37940
37941 \begin_layout Standard
37942 This line is an example to show how you can prevent the hyphenation of 
37943 \begin_inset Quotes eld
37944 \end_inset
37945
37946 veryverylongword
37947 \begin_inset Quotes erd
37948 \end_inset
37949
37950 .
37951 \end_layout
37952
37953 \begin_layout Standard
37954 To prevent the hyphenation of the word 
37955 \begin_inset Quotes eld
37956 \end_inset
37957
37958 veryverylongword
37959 \begin_inset Quotes erd
37960 \end_inset
37961
37962 , put the word into a box, set the 
37963 \family sans
37964 Inner
37965 \begin_inset space ~
37966 \end_inset
37967
37968 box
37969 \family default
37970  to 
37971 \family sans
37972 Makebox
37973 \family default
37974  and use no explicit width.
37975 \end_layout
37976
37977 \begin_layout Standard
37978 This is the result:
37979 \end_layout
37980
37981 \begin_layout Standard
37982 This line is an example to show how you can prevent the hyphenation of 
37983 \begin_inset Box Frameless
37984 position "t"
37985 hor_pos "c"
37986 has_inner_box 1
37987 inner_pos "t"
37988 use_parbox 0
37989 use_makebox 1
37990 width ""
37991 special "none"
37992 height "1in"
37993 height_special "totalheight"
37994 thickness "0.4pt"
37995 separation "3pt"
37996 shadowsize "4pt"
37997 framecolor "black"
37998 backgroundcolor "none"
37999 status open
38000
38001 \begin_layout Plain Layout
38002 \begin_inset Quotes eld
38003 \end_inset
38004
38005 veryverylongword
38006 \begin_inset Quotes erd
38007 \end_inset
38008
38009
38010 \end_layout
38011
38012 \end_inset
38013
38014 .
38015 \end_layout
38016
38017 \begin_layout Standard
38018 You can alternatively set the command 
38019 \begin_inset Quotes eld
38020 \end_inset
38021
38022
38023 \series bold
38024
38025 \backslash
38026 -
38027 \series default
38028
38029 \begin_inset Quotes grd
38030 \end_inset
38031
38032  as \SpecialChar TeX
38033  Code directly before the word:
38034 \end_layout
38035
38036 \begin_layout Standard
38037 This line is an example to show how you can prevent the hyphenation of 
38038 \begin_inset Quotes eld
38039 \end_inset
38040
38041
38042 \begin_inset ERT
38043 status collapsed
38044
38045 \begin_layout Plain Layout
38046
38047
38048 \backslash
38049 -
38050 \end_layout
38051
38052 \end_inset
38053
38054 veryverylongword
38055 \begin_inset Quotes erd
38056 \end_inset
38057
38058 .
38059 \end_layout
38060
38061 \begin_layout Standard
38062 Of course the word now protrudes over the side margin.
38063  To avoid this, add via the menu 
38064 \family sans
38065 Insert\SpecialChar menuseparator
38066 Formatting\SpecialChar menuseparator
38067 Ragged
38068 \begin_inset space ~
38069 \end_inset
38070
38071 Line
38072 \begin_inset space ~
38073 \end_inset
38074
38075 Break
38076 \family default
38077  (shortcut 
38078 \begin_inset Info
38079 type  "shortcut"
38080 arg   "newline-insert newline"
38081 \end_inset
38082
38083 ) a line break before the word:
38084 \end_layout
38085
38086 \begin_layout Standard
38087 This line is an example to show how you can prevent the hyphenation of 
38088 \begin_inset Newline newline
38089 \end_inset
38090
38091
38092 \begin_inset Box Frameless
38093 position "t"
38094 hor_pos "c"
38095 has_inner_box 1
38096 inner_pos "t"
38097 use_parbox 0
38098 use_makebox 1
38099 width ""
38100 special "none"
38101 height "1in"
38102 height_special "totalheight"
38103 thickness "0.4pt"
38104 separation "3pt"
38105 shadowsize "4pt"
38106 framecolor "black"
38107 backgroundcolor "none"
38108 status open
38109
38110 \begin_layout Plain Layout
38111 \begin_inset Quotes eld
38112 \end_inset
38113
38114 veryverylongword
38115 \begin_inset Quotes erd
38116 \end_inset
38117
38118
38119 \end_layout
38120
38121 \end_inset
38122
38123 .
38124 \end_layout
38125
38126 \begin_layout Subsection
38127 Vertical Alignment
38128 \begin_inset CommandInset label
38129 LatexCommand label
38130 name "subsec:Vertical-Alignment"
38131
38132 \end_inset
38133
38134
38135 \begin_inset Index idx
38136 range none
38137 pageformat default
38138 status collapsed
38139
38140 \begin_layout Plain Layout
38141 Boxes
38142 \begin_inset IndexMacro subentry
38143 status open
38144
38145 \begin_layout Plain Layout
38146 for Vertical Alignment
38147 \end_layout
38148
38149 \end_inset
38150
38151
38152 \end_layout
38153
38154 \end_inset
38155
38156
38157 \begin_inset Index idx
38158 range none
38159 pageformat default
38160 status collapsed
38161
38162 \begin_layout Plain Layout
38163 Boxes
38164 \begin_inset IndexMacro subentry
38165 status open
38166
38167 \begin_layout Plain Layout
38168 Raiseboxes
38169 \end_layout
38170
38171 \end_inset
38172
38173
38174 \end_layout
38175
38176 \end_inset
38177
38178
38179 \end_layout
38180
38181 \begin_layout Standard
38182 With the help of the command 
38183 \series bold
38184
38185 \backslash
38186 raisebox
38187 \series default
38188  you can align words, characters or other boxes vertically relative to the
38189  surrounding text.
38190  
38191 \series bold
38192
38193 \backslash
38194 raisebox
38195 \series default
38196  is used with the following scheme:
38197 \end_layout
38198
38199 \begin_layout Standard
38200
38201 \series bold
38202
38203 \backslash
38204 raisebox{lift}[height][depth]{box content}
38205 \end_layout
38206
38207 \begin_layout Standard
38208 The lift can be a positive value to raise the box or a negative value to
38209  lower the box.
38210 \end_layout
38211
38212 \begin_layout Standard
38213 To align for example the word 
38214 \begin_inset Quotes eld
38215 \end_inset
38216
38217 preventing
38218 \begin_inset Quotes erd
38219 \end_inset
38220
38221  so that the bottom of the 
38222 \begin_inset Quotes eld
38223 \end_inset
38224
38225 deepest
38226 \begin_inset Quotes erd
38227 \end_inset
38228
38229  character 
38230 \begin_inset Quotes eld
38231 \end_inset
38232
38233 p
38234 \begin_inset Quotes erd
38235 \end_inset
38236
38237  is at the baseline, insert the command
38238 \end_layout
38239
38240 \begin_layout Standard
38241
38242 \series bold
38243
38244 \backslash
38245 raisebox{
38246 \backslash
38247 depth}{
38248 \end_layout
38249
38250 \begin_layout Standard
38251 in \SpecialChar TeX
38252  Code before the word.
38253  After the word insert a closing brace 
38254 \begin_inset Quotes eld
38255 \end_inset
38256
38257
38258 \series bold
38259 }
38260 \series default
38261
38262 \begin_inset Quotes erd
38263 \end_inset
38264
38265  in \SpecialChar TeX
38266  Code.
38267 \begin_inset Newline newline
38268 \end_inset
38269
38270 This is the result:
38271 \end_layout
38272
38273 \begin_layout Standard
38274 This is a text line with the word 
38275 \begin_inset ERT
38276 status collapsed
38277
38278 \begin_layout Plain Layout
38279
38280
38281 \backslash
38282 raisebox{
38283 \backslash
38284 depth}{
38285 \end_layout
38286
38287 \end_inset
38288
38289
38290 \begin_inset Quotes eld
38291 \end_inset
38292
38293 preventing
38294 \begin_inset Quotes erd
38295 \end_inset
38296
38297
38298 \begin_inset ERT
38299 status collapsed
38300
38301 \begin_layout Plain Layout
38302
38303 }
38304 \end_layout
38305
38306 \end_inset
38307
38308  as a raised word.
38309 \end_layout
38310
38311 \begin_layout Standard
38312 \begin_inset VSpace bigskip
38313 \end_inset
38314
38315 When you raise or lower characters in a line, the line distance will be
38316  spread:
38317 \end_layout
38318
38319 \begin_layout Standard
38320 This is a text line with the word 
38321 \begin_inset ERT
38322 status collapsed
38323
38324 \begin_layout Plain Layout
38325
38326
38327 \backslash
38328 raisebox{-
38329 \backslash
38330 depth}{
38331 \end_layout
38332
38333 \end_inset
38334
38335
38336 \begin_inset Quotes eld
38337 \end_inset
38338
38339 preventing
38340 \begin_inset Quotes erd
38341 \end_inset
38342
38343
38344 \begin_inset ERT
38345 status collapsed
38346
38347 \begin_layout Plain Layout
38348
38349 }
38350 \end_layout
38351
38352 \end_inset
38353
38354  as a lowered word.
38355 \begin_inset Newline newline
38356 \end_inset
38357
38358 This is a text line with the word 
38359 \begin_inset ERT
38360 status collapsed
38361
38362 \begin_layout Plain Layout
38363
38364
38365 \backslash
38366 raisebox{0.5cm}{
38367 \end_layout
38368
38369 \end_inset
38370
38371
38372 \begin_inset Quotes eld
38373 \end_inset
38374
38375 testing
38376 \begin_inset Quotes erd
38377 \end_inset
38378
38379
38380 \begin_inset ERT
38381 status collapsed
38382
38383 \begin_layout Plain Layout
38384
38385 }
38386 \end_layout
38387
38388 \end_inset
38389
38390  as a raised word.
38391 \end_layout
38392
38393 \begin_layout Standard
38394 If you want to prevent this for a certain reason, set the box height to
38395  a zero value.
38396  For example use
38397 \end_layout
38398
38399 \begin_layout Standard
38400
38401 \series bold
38402
38403 \backslash
38404 raisebox{-
38405 \backslash
38406 depth}[0pt]{
38407 \end_layout
38408
38409 \begin_layout Standard
38410 This is a text line with the word 
38411 \begin_inset ERT
38412 status collapsed
38413
38414 \begin_layout Plain Layout
38415
38416
38417 \backslash
38418 raisebox{-
38419 \backslash
38420 depth}[0pt]{
38421 \end_layout
38422
38423 \end_inset
38424
38425
38426 \begin_inset Quotes eld
38427 \end_inset
38428
38429 preventing
38430 \begin_inset Quotes erd
38431 \end_inset
38432
38433
38434 \begin_inset ERT
38435 status collapsed
38436
38437 \begin_layout Plain Layout
38438
38439 }
38440 \end_layout
38441
38442 \end_inset
38443
38444  as a lowered word.
38445 \begin_inset Newline newline
38446 \end_inset
38447
38448
38449 \begin_inset Newline newline
38450 \end_inset
38451
38452 This is a text line with the word 
38453 \begin_inset ERT
38454 status collapsed
38455
38456 \begin_layout Plain Layout
38457
38458
38459 \backslash
38460 raisebox{0.5cm}[0pt]{
38461 \end_layout
38462
38463 \end_inset
38464
38465
38466 \begin_inset Quotes eld
38467 \end_inset
38468
38469 testing
38470 \begin_inset Quotes erd
38471 \end_inset
38472
38473
38474 \begin_inset ERT
38475 status collapsed
38476
38477 \begin_layout Plain Layout
38478
38479 }
38480 \end_layout
38481
38482 \end_inset
38483
38484  as a raised word.
38485 \end_layout
38486
38487 \begin_layout Section
38488 Colored Boxes
38489 \begin_inset CommandInset label
38490 LatexCommand label
38491 name "sec:Colored-Boxes"
38492
38493 \end_inset
38494
38495
38496 \begin_inset Index idx
38497 range none
38498 pageformat default
38499 status collapsed
38500
38501 \begin_layout Plain Layout
38502 Boxes
38503 \begin_inset IndexMacro subentry
38504 status open
38505
38506 \begin_layout Plain Layout
38507 Color
38508 \end_layout
38509
38510 \end_inset
38511
38512
38513 \end_layout
38514
38515 \end_inset
38516
38517
38518 \end_layout
38519
38520 \begin_layout Standard
38521 To color the background of a box just select the color you like in the box
38522  dialog.
38523  This is for example a box with orange background: 
38524 \begin_inset Box Frameless
38525 position "t"
38526 hor_pos "c"
38527 has_inner_box 1
38528 inner_pos "t"
38529 use_parbox 0
38530 use_makebox 1
38531 width ""
38532 special "none"
38533 height "1in"
38534 height_special "totalheight"
38535 thickness "0.4pt"
38536 separation "3pt"
38537 shadowsize "4pt"
38538 framecolor "black"
38539 backgroundcolor "orange"
38540 status open
38541
38542 \begin_layout Plain Layout
38543 Box with orange background
38544 \end_layout
38545
38546 \end_inset
38547
38548
38549 \end_layout
38550
38551 \begin_layout Standard
38552 If you use the decoration 
38553 \family sans
38554 Simple
38555 \begin_inset space ~
38556 \end_inset
38557
38558 rectangular
38559 \begin_inset space ~
38560 \end_inset
38561
38562 frame
38563 \family default
38564  you can set a frame color.
38565  In this case you must also specify a background color (LyX sets white as
38566  default).
38567  Here is an example: 
38568 \begin_inset Box Boxed
38569 position "t"
38570 hor_pos "c"
38571 has_inner_box 0
38572 inner_pos "t"
38573 use_parbox 0
38574 use_makebox 0
38575 width ""
38576 special "none"
38577 height "1in"
38578 height_special "totalheight"
38579 thickness "0.4pt"
38580 separation "3pt"
38581 shadowsize "4pt"
38582 framecolor "teal"
38583 backgroundcolor "yellow"
38584 status open
38585
38586 \begin_layout Plain Layout
38587 Box with teal frame color and yellow background color
38588 \end_layout
38589
38590 \end_inset
38591
38592
38593 \end_layout
38594
38595 \begin_layout Standard
38596 \begin_inset VSpace bigskip
38597 \end_inset
38598
38599 Of course you can also have colored text inside a colored box:
38600 \begin_inset Newline newline
38601 \end_inset
38602
38603
38604 \begin_inset Box Boxed
38605 position "t"
38606 hor_pos "c"
38607 has_inner_box 0
38608 inner_pos "t"
38609 use_parbox 0
38610 use_makebox 0
38611 width ""
38612 special "none"
38613 height "1in"
38614 height_special "totalheight"
38615 thickness "0.4pt"
38616 separation "3pt"
38617 shadowsize "4pt"
38618 framecolor "cyan"
38619 backgroundcolor "magenta"
38620 status open
38621
38622 \begin_layout Plain Layout
38623
38624 \color yellow
38625 This is colored text within a colored, framed box
38626 \end_layout
38627
38628 \end_inset
38629
38630
38631 \end_layout
38632
38633 \begin_layout Standard
38634 \begin_inset VSpace bigskip
38635 \end_inset
38636
38637
38638 \end_layout
38639
38640 \begin_layout Standard
38641 If you need another color than the predefined ones, you can define your
38642  own color as described in section
38643 \begin_inset space ~
38644 \end_inset
38645
38646
38647 \begin_inset CommandInset ref
38648 LatexCommand ref
38649 reference "sec:Colored-Tables"
38650
38651 \end_inset
38652
38653 .
38654  To use your own color you must typeset the box by using TeX code:
38655 \end_layout
38656
38657 \begin_layout Standard
38658 Colored boxes without frame are created with the command 
38659 \series bold
38660
38661 \backslash
38662 colorbox
38663 \series default
38664 .
38665  It has the following scheme:
38666 \end_layout
38667
38668 \begin_layout Standard
38669
38670 \series bold
38671
38672 \backslash
38673 colorbox{color}{box content}
38674 \end_layout
38675
38676 \begin_layout Standard
38677 The box content can also be a box and colored boxes can also be within other
38678  boxes.
38679  To have e.
38680 \begin_inset space \thinspace{}
38681 \end_inset
38682
38683 g.
38684 \begin_inset space \space{}
38685 \end_inset
38686
38687 a darkgreen background for a word, insert the command
38688 \end_layout
38689
38690 \begin_layout Standard
38691
38692 \series bold
38693
38694 \backslash
38695 colorbox{darkgreen}{
38696 \end_layout
38697
38698 \begin_layout Standard
38699 before the word in \SpecialChar TeX
38700  Code.
38701  After the word insert a closing brace 
38702 \begin_inset Quotes eld
38703 \end_inset
38704
38705
38706 \series bold
38707 }
38708 \series default
38709
38710 \begin_inset Quotes erd
38711 \end_inset
38712
38713  in \SpecialChar TeX
38714  Code.
38715 \begin_inset Newline newline
38716 \end_inset
38717
38718 This is the result:
38719 \end_layout
38720
38721 \begin_layout Standard
38722 This is a line where the word 
38723 \begin_inset ERT
38724 status collapsed
38725
38726 \begin_layout Plain Layout
38727
38728
38729 \backslash
38730 colorbox{darkgreen}{
38731 \end_layout
38732
38733 \end_inset
38734
38735
38736 \begin_inset Quotes eld
38737 \end_inset
38738
38739 Attention!
38740 \begin_inset Quotes erd
38741 \end_inset
38742
38743
38744 \begin_inset ERT
38745 status collapsed
38746
38747 \begin_layout Plain Layout
38748
38749 }
38750 \end_layout
38751
38752 \end_inset
38753
38754  has a darkgreen background.
38755 \end_layout
38756
38757 \begin_layout Standard
38758 Framed, colored boxes are created with the command 
38759 \series bold
38760
38761 \backslash
38762 fcolorbox
38763 \series default
38764 .
38765  It has the following scheme:
38766 \end_layout
38767
38768 \begin_layout Standard
38769
38770 \series bold
38771
38772 \backslash
38773 fcolorbox{frame color}{box color}{box content}
38774 \end_layout
38775
38776 \begin_layout Section
38777 Rotated and Scaled Boxes
38778 \end_layout
38779
38780 \begin_layout Standard
38781 To use the boxes described in this section, the module 
38782 \family sans
38783 GraphicBoxes
38784 \family default
38785  must be loaded in the document settings.
38786 \end_layout
38787
38788 \begin_layout Standard
38789 \begin_inset Note Greyedout
38790 status open
38791
38792 \begin_layout Plain Layout
38793
38794 \series bold
38795 Note:
38796 \series default
38797  Not all DVI viewers are able to display rotated or scaled material.
38798 \end_layout
38799
38800 \end_inset
38801
38802
38803 \end_layout
38804
38805 \begin_layout Standard
38806 \begin_inset Note Greyedout
38807 status open
38808
38809 \begin_layout Plain Layout
38810
38811 \series bold
38812 Note:
38813 \series default
38814  Floats are not allowed inside a rotated or scaled box.
38815 \end_layout
38816
38817 \end_inset
38818
38819
38820 \end_layout
38821
38822 \begin_layout Subsection
38823 Rotated Boxes
38824 \begin_inset Index idx
38825 range none
38826 pageformat default
38827 status collapsed
38828
38829 \begin_layout Plain Layout
38830 Boxes
38831 \begin_inset IndexMacro subentry
38832 status open
38833
38834 \begin_layout Plain Layout
38835 rotated
38836 \end_layout
38837
38838 \end_inset
38839
38840
38841 \end_layout
38842
38843 \end_inset
38844
38845
38846 \begin_inset Index idx
38847 range none
38848 pageformat default
38849 status collapsed
38850
38851 \begin_layout Plain Layout
38852 Rotated Material
38853 \end_layout
38854
38855 \end_inset
38856
38857
38858 \end_layout
38859
38860 \begin_layout Standard
38861 To rotate material, you can put it into a 
38862 \family sans
38863 Rotatebox
38864 \family default
38865 .
38866  Such a box is inserted via the menu 
38867 \family sans
38868 Insert\SpecialChar menuseparator
38869 Custom Insets\SpecialChar menuseparator
38870 Rotatebox
38871 \family default
38872 .
38873 \end_layout
38874
38875 \begin_layout Standard
38876 The rotation origin can be specified via the inset 
38877 \family sans
38878 Origin
38879 \family default
38880  (menu 
38881 \family sans
38882 Insert\SpecialChar menuseparator
38883 Origin
38884 \family default
38885 ) in the form 
38886 \series bold
38887 origin=position
38888 \series default
38889 .
38890  The following positions are possible: 
38891 \emph on
38892 c
38893 \emph default
38894  (center), 
38895 \emph on
38896 l
38897 \emph default
38898  (left), 
38899 \emph on
38900 r
38901 \emph default
38902  (right), 
38903 \emph on
38904 b
38905 \emph default
38906  (bottom), 
38907 \emph on
38908 t
38909 \emph default
38910  (top), along with meaningful combinations of the four base positions.
38911  For example 
38912 \emph on
38913 lt
38914 \emph default
38915  means that the rotation origin is at the top left corner of the box.
38916  When no rotation origin is specified, the position 
38917 \emph on
38918 l
38919 \emph default
38920  will be used.
38921  The rotation angle is a number that can be negative that specifies the
38922  angle in degrees.
38923  The rotation direction is counterclockwise.
38924 \end_layout
38925
38926 \begin_layout Standard
38927 In the following example 
38928 \series bold
38929 origin=c
38930 \series default
38931  was inserted to the 
38932 \family sans
38933 Origin
38934 \family default
38935  inset and 
38936 \series bold
38937 60
38938 \series default
38939  was inserted to the 
38940 \family sans
38941 Angle
38942 \family default
38943  inset.
38944 \end_layout
38945
38946 \begin_layout Standard
38947 This is a line 
38948 \begin_inset Flex Rotatebox
38949 status open
38950
38951 \begin_layout Plain Layout
38952 \begin_inset Argument 1
38953 status open
38954
38955 \begin_layout Plain Layout
38956 origin=c
38957 \end_layout
38958
38959 \end_inset
38960
38961
38962 \begin_inset Argument 2
38963 status open
38964
38965 \begin_layout Plain Layout
38966 60
38967 \end_layout
38968
38969 \end_inset
38970
38971 with rotated
38972 \end_layout
38973
38974 \end_inset
38975
38976  text.
38977 \end_layout
38978
38979 \begin_layout Standard
38980 The box content can also be another box or an inline formula:
38981 \end_layout
38982
38983 \begin_layout Standard
38984 This is a line 
38985 \begin_inset Flex Rotatebox
38986 status open
38987
38988 \begin_layout Plain Layout
38989 \begin_inset Argument 1
38990 status open
38991
38992 \begin_layout Plain Layout
38993 origin=r
38994 \end_layout
38995
38996 \end_inset
38997
38998
38999 \begin_inset Argument 2
39000 status open
39001
39002 \begin_layout Plain Layout
39003 -60
39004 \end_layout
39005
39006 \end_inset
39007
39008
39009 \begin_inset Box Doublebox
39010 position "c"
39011 hor_pos "c"
39012 has_inner_box 0
39013 inner_pos "c"
39014 use_parbox 0
39015 use_makebox 0
39016 width "1in"
39017 special "width"
39018 height "1in"
39019 height_special "totalheight"
39020 thickness "0.4pt"
39021 separation "3pt"
39022 shadowsize "4pt"
39023 framecolor "black"
39024 backgroundcolor "none"
39025 status collapsed
39026
39027 \begin_layout Plain Layout
39028 with rotated
39029 \end_layout
39030
39031 \end_inset
39032
39033
39034 \end_layout
39035
39036 \end_inset
39037
39038  framed text 
39039 \begin_inset Flex Rotatebox
39040 status open
39041
39042 \begin_layout Plain Layout
39043 \begin_inset Argument 1
39044 status open
39045
39046 \begin_layout Plain Layout
39047 origin=lb
39048 \end_layout
39049
39050 \end_inset
39051
39052
39053 \begin_inset Argument 2
39054 status open
39055
39056 \begin_layout Plain Layout
39057 60
39058 \end_layout
39059
39060 \end_inset
39061
39062
39063 \begin_inset Formula $\int A\,\mathrm{d}x=B$
39064 \end_inset
39065
39066
39067 \end_layout
39068
39069 \end_inset
39070
39071  and a formula.
39072 \end_layout
39073
39074 \begin_layout Standard
39075 or an image or table:
39076 \end_layout
39077
39078 \begin_layout Standard
39079 This is a line 
39080 \begin_inset Flex Rotatebox
39081 status open
39082
39083 \begin_layout Plain Layout
39084 \begin_inset Argument 1
39085 status open
39086
39087 \begin_layout Plain Layout
39088 origin=lb
39089 \end_layout
39090
39091 \end_inset
39092
39093
39094 \begin_inset Argument 2
39095 status open
39096
39097 \begin_layout Plain Layout
39098 90
39099 \end_layout
39100
39101 \end_inset
39102
39103
39104 \begin_inset Graphics
39105         filename clipart/Star-structure.pdf
39106         lyxscale 50
39107         width 25col%
39108
39109 \end_inset
39110
39111
39112 \end_layout
39113
39114 \end_inset
39115
39116  with a rotated image 
39117 \begin_inset Flex Rotatebox
39118 status open
39119
39120 \begin_layout Plain Layout
39121 \begin_inset Argument 2
39122 status open
39123
39124 \begin_layout Plain Layout
39125 -90
39126 \end_layout
39127
39128 \end_inset
39129
39130
39131 \begin_inset Tabular
39132 <lyxtabular version="3" rows="2" columns="2">
39133 <features tabularvalignment="middle">
39134 <column alignment="center" valignment="top">
39135 <column alignment="center" valignment="top">
39136 <row>
39137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39138 \begin_inset Text
39139
39140 \begin_layout Plain Layout
39141 q
39142 \end_layout
39143
39144 \end_inset
39145 </cell>
39146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39147 \begin_inset Text
39148
39149 \begin_layout Plain Layout
39150 w
39151 \end_layout
39152
39153 \end_inset
39154 </cell>
39155 </row>
39156 <row>
39157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39158 \begin_inset Text
39159
39160 \begin_layout Plain Layout
39161 e
39162 \end_layout
39163
39164 \end_inset
39165 </cell>
39166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39167 \begin_inset Text
39168
39169 \begin_layout Plain Layout
39170 r
39171 \end_layout
39172
39173 \end_inset
39174 </cell>
39175 </row>
39176 </lyxtabular>
39177
39178 \end_inset
39179
39180
39181 \end_layout
39182
39183 \end_inset
39184
39185  and table.
39186 \begin_inset Index idx
39187 range none
39188 pageformat default
39189 status collapsed
39190
39191 \begin_layout Plain Layout
39192 Figures
39193 \begin_inset IndexMacro subentry
39194 status open
39195
39196 \begin_layout Plain Layout
39197 rotated
39198 \end_layout
39199
39200 \end_inset
39201
39202
39203 \end_layout
39204
39205 \end_inset
39206
39207
39208 \begin_inset Index idx
39209 range none
39210 pageformat default
39211 status collapsed
39212
39213 \begin_layout Plain Layout
39214 Table Customization
39215 \begin_inset IndexMacro subentry
39216 status open
39217
39218 \begin_layout Plain Layout
39219 Rotating
39220 \end_layout
39221
39222 \end_inset
39223
39224
39225 \end_layout
39226
39227 \end_inset
39228
39229
39230 \end_layout
39231
39232 \begin_layout Standard
39233 \begin_inset Note Greyedout
39234 status open
39235
39236 \begin_layout Plain Layout
39237
39238 \series bold
39239 Note:
39240 \series default
39241  If the 
39242 \family sans
39243 Angle
39244 \family default
39245  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
39246
39247  errors when viewing/exporting the document.
39248 \end_layout
39249
39250 \end_inset
39251
39252
39253 \end_layout
39254
39255 \begin_layout Subsection
39256 Scaled Boxes
39257 \begin_inset Index idx
39258 range none
39259 pageformat default
39260 status collapsed
39261
39262 \begin_layout Plain Layout
39263 Boxes
39264 \begin_inset IndexMacro subentry
39265 status open
39266
39267 \begin_layout Plain Layout
39268 scaled
39269 \end_layout
39270
39271 \end_inset
39272
39273
39274 \end_layout
39275
39276 \end_inset
39277
39278
39279 \begin_inset Index idx
39280 range none
39281 pageformat default
39282 status collapsed
39283
39284 \begin_layout Plain Layout
39285 Scaled Material
39286 \end_layout
39287
39288 \end_inset
39289
39290
39291 \end_layout
39292
39293 \begin_layout Standard
39294 To scale material put it into a 
39295 \family sans
39296 Scalebox
39297 \family default
39298 .
39299  Such a box is inserted via the menu 
39300 \family sans
39301 Insert\SpecialChar menuseparator
39302 Custom Insets\SpecialChar menuseparator
39303 Scalebox
39304 \family default
39305 .
39306 \end_layout
39307
39308 \begin_layout Standard
39309 The 
39310 \family sans
39311 Scalebox
39312 \family default
39313  inset has the mandatory inset 
39314 \family sans
39315 H-Factor
39316 \family default
39317  and the optional inset 
39318 \family sans
39319 V-Factor
39320 \family default
39321  (inserted via the menu 
39322 \family sans
39323 Insert\SpecialChar menuseparator
39324 V-Factor)
39325 \family default
39326 .
39327  Input there the horizontal and vertical scale factor, respectively.
39328  If no 
39329 \family sans
39330 V-Factor
39331 \family default
39332  inset is used, the horizontal factor will also be used as the vertical
39333  one.
39334 \end_layout
39335
39336 \begin_layout Standard
39337 To get for example the double text size, compared to the document text size,
39338  insert 
39339 \series bold
39340 2
39341 \series default
39342  into the 
39343 \family sans
39344 H-Factor
39345 \family default
39346  inset.
39347  An example: 
39348 \begin_inset Flex Scalebox
39349 status open
39350
39351 \begin_layout Plain Layout
39352 \begin_inset Argument 1
39353 status open
39354
39355 \begin_layout Plain Layout
39356 2
39357 \end_layout
39358
39359 \end_inset
39360
39361 Hello
39362 \end_layout
39363
39364 \end_inset
39365
39366
39367 \end_layout
39368
39369 \begin_layout Standard
39370
39371 \series bold
39372 2
39373 \series default
39374  as 
39375 \family sans
39376 H-Factor
39377 \family default
39378  and 
39379 \series bold
39380 1
39381 \series default
39382  as 
39383 \family sans
39384 V-Factor
39385 \family default
39386  distorts the 
39387 \begin_inset Flex Scalebox
39388 status open
39389
39390 \begin_layout Plain Layout
39391 \begin_inset Argument 1
39392 status open
39393
39394 \begin_layout Plain Layout
39395 2
39396 \end_layout
39397
39398 \end_inset
39399
39400
39401 \begin_inset Argument 2
39402 status open
39403
39404 \begin_layout Plain Layout
39405 1
39406 \end_layout
39407
39408 \end_inset
39409
39410 Hello
39411 \end_layout
39412
39413 \end_inset
39414
39415 .
39416 \end_layout
39417
39418 \begin_layout Standard
39419 If the scaling factor is negative, the box content will be mirrored.
39420  Therefore 
39421 \series bold
39422 -1
39423 \series default
39424  as 
39425 \family sans
39426 H-Factor
39427 \family default
39428  and 
39429 \series bold
39430 1
39431 \series default
39432  as 
39433 \family sans
39434 V-Factor
39435 \family default
39436  can be used to create mirror writing: 
39437 \begin_inset Flex Scalebox
39438 status open
39439
39440 \begin_layout Plain Layout
39441 \begin_inset Argument 1
39442 status open
39443
39444 \begin_layout Plain Layout
39445 -1
39446 \end_layout
39447
39448 \end_inset
39449
39450
39451 \begin_inset Argument 2
39452 status open
39453
39454 \begin_layout Plain Layout
39455 1
39456 \end_layout
39457
39458 \end_inset
39459
39460 Hello
39461 \end_layout
39462
39463 \end_inset
39464
39465
39466 \end_layout
39467
39468 \begin_layout Standard
39469
39470 \series bold
39471 1
39472 \series default
39473  as 
39474 \family sans
39475 H-Factor
39476 \family default
39477  and 
39478 \series bold
39479 -1
39480 \series default
39481  as 
39482 \family sans
39483 V-Factor
39484 \family default
39485  reflects the 
39486 \begin_inset Flex Scalebox
39487 status open
39488
39489 \begin_layout Plain Layout
39490 \begin_inset Argument 1
39491 status open
39492
39493 \begin_layout Plain Layout
39494 1
39495 \end_layout
39496
39497 \end_inset
39498
39499
39500 \begin_inset Argument 2
39501 status open
39502
39503 \begin_layout Plain Layout
39504 -1
39505 \end_layout
39506
39507 \end_inset
39508
39509 Hello
39510 \end_layout
39511
39512 \end_inset
39513
39514  at the base line.
39515 \end_layout
39516
39517 \begin_layout Standard
39518 The 
39519 \family sans
39520 Reflectbox
39521 \family default
39522  (menu 
39523 \family sans
39524 Insert\SpecialChar menuseparator
39525 Custom Insets\SpecialChar menuseparator
39526 Reflectbox
39527 \family default
39528 ) is equivalent to 
39529 \series bold
39530 -1
39531 \series default
39532  as 
39533 \family sans
39534 H-Factor
39535 \family default
39536  and 
39537 \series bold
39538 1
39539 \series default
39540  as 
39541 \family sans
39542 V-Factor 
39543 \family default
39544 for a 
39545 \family sans
39546 Scalebox
39547 \family default
39548 .
39549 \end_layout
39550
39551 \begin_layout Standard
39552 \begin_inset Note Greyedout
39553 status open
39554
39555 \begin_layout Plain Layout
39556
39557 \series bold
39558 Note:
39559 \series default
39560  If the 
39561 \family sans
39562 H-Factor
39563 \family default
39564  inset is empty or contains other characters than numbers you will get LaTeX
39565  errors when viewing/exporting the document.
39566 \end_layout
39567
39568 \end_inset
39569
39570
39571 \end_layout
39572
39573 \begin_layout Standard
39574 \begin_inset VSpace bigskip
39575 \end_inset
39576
39577 The 
39578 \family sans
39579 Resizebox
39580 \family default
39581  (menu 
39582 \family sans
39583 Insert\SpecialChar menuseparator
39584 Custom Insets\SpecialChar menuseparator
39585 Resizebox
39586 \family default
39587 ) is used to scale the content to a defined width and height.
39588  The 
39589 \family sans
39590 Resizebox
39591 \family default
39592  inset has the mandatory inset 
39593 \family sans
39594 Width
39595 \family default
39596  and the optional inset 
39597 \family sans
39598 Height
39599 \family default
39600  (inserted via the menu 
39601 \family sans
39602 Insert\SpecialChar menuseparator
39603 Height)
39604 \family default
39605 .
39606  Input there the width and height, respectively, as value with a unit.
39607  
39608 \begin_inset CommandInset ref
39609 LatexCommand ref
39610 reference "tab:Units"
39611
39612 \end_inset
39613
39614  lists the possible units.
39615  If there is an exclamation mark 
39616 \series bold
39617 !
39618 \series default
39619  in one of the two insets, the size is set so that the aspect ratio of the
39620  box content is kept.
39621  If no 
39622 \family sans
39623 Height
39624 \family default
39625  inset is used an exclamation mark will internally be used for the height.
39626 \end_layout
39627
39628 \begin_layout Standard
39629
39630 \series bold
39631 2cm
39632 \series default
39633  as 
39634 \family sans
39635 Width
39636 \family default
39637  and 
39638 \series bold
39639 1cm
39640 \series default
39641  as 
39642 \family sans
39643 Height
39644 \family default
39645  produces: 
39646 \begin_inset Flex Resizebox
39647 status open
39648
39649 \begin_layout Plain Layout
39650 \begin_inset Argument 1
39651 status open
39652
39653 \begin_layout Plain Layout
39654 2cm
39655 \end_layout
39656
39657 \end_inset
39658
39659
39660 \begin_inset Argument 2
39661 status open
39662
39663 \begin_layout Plain Layout
39664 1cm
39665 \end_layout
39666
39667 \end_inset
39668
39669 Hello
39670 \end_layout
39671
39672 \end_inset
39673
39674
39675 \begin_inset Newline newline
39676 \end_inset
39677
39678
39679 \series bold
39680 2cm
39681 \series default
39682  as 
39683 \family sans
39684 Width
39685 \family default
39686  and 
39687 \series bold
39688 !
39689 \series default
39690  as 
39691 \family sans
39692 Height
39693 \family default
39694  (or no 
39695 \family sans
39696 Height
39697 \family default
39698 ) produces: 
39699 \begin_inset Flex Resizebox
39700 status open
39701
39702 \begin_layout Plain Layout
39703 \begin_inset Argument 1
39704 status open
39705
39706 \begin_layout Plain Layout
39707 2cm
39708 \end_layout
39709
39710 \end_inset
39711
39712
39713 \begin_inset Argument 2
39714 status open
39715
39716 \begin_layout Plain Layout
39717 !
39718 \end_layout
39719
39720 \end_inset
39721
39722 Hello
39723 \end_layout
39724
39725 \end_inset
39726
39727
39728 \end_layout
39729
39730 \begin_layout Standard
39731 \begin_inset Note Greyedout
39732 status open
39733
39734 \begin_layout Plain Layout
39735
39736 \series bold
39737 Note:
39738 \series default
39739  If the 
39740 \family sans
39741 Width
39742 \family default
39743  inset is empty or contains an invalid unit you will get LaTeX errors when
39744  viewing/exporting the document.
39745 \end_layout
39746
39747 \end_inset
39748
39749
39750 \end_layout
39751
39752 \begin_layout Standard
39753 \begin_inset VSpace bigskip
39754 \end_inset
39755
39756
39757 \end_layout
39758
39759 \begin_layout Standard
39760 The boxes can be combined in any order.
39761  As example a 
39762 \family sans
39763 Reflectbox
39764 \family default
39765  inside a 
39766 \family sans
39767 Resizebox
39768 \family default
39769  which is in turn inside a 
39770 \family sans
39771 Rotatebox
39772 \family default
39773 :
39774 \end_layout
39775
39776 \begin_layout Standard
39777 \noindent
39778 \align center
39779 \begin_inset Flex Rotatebox
39780 status open
39781
39782 \begin_layout Plain Layout
39783 \begin_inset Argument 1
39784 status open
39785
39786 \begin_layout Plain Layout
39787 origin=c
39788 \end_layout
39789
39790 \end_inset
39791
39792
39793 \begin_inset Argument 2
39794 status open
39795
39796 \begin_layout Plain Layout
39797 -45
39798 \end_layout
39799
39800 \end_inset
39801
39802
39803 \begin_inset Flex Resizebox
39804 status open
39805
39806 \begin_layout Plain Layout
39807 \begin_inset Argument 1
39808 status open
39809
39810 \begin_layout Plain Layout
39811 2cm
39812 \end_layout
39813
39814 \end_inset
39815
39816
39817 \begin_inset Flex Reflectbox
39818 status open
39819
39820 \begin_layout Plain Layout
39821 Hello
39822 \end_layout
39823
39824 \end_inset
39825
39826
39827 \end_layout
39828
39829 \end_inset
39830
39831
39832 \end_layout
39833
39834 \end_inset
39835
39836
39837 \end_layout
39838
39839 \begin_layout Standard
39840 \noindent
39841 Images, tables, and inline formulas are allowed as box content:
39842 \end_layout
39843
39844 \begin_layout Standard
39845 \noindent
39846 \align center
39847 \begin_inset Flex Resizebox
39848 status open
39849
39850 \begin_layout Plain Layout
39851 \begin_inset Argument 1
39852 status open
39853
39854 \begin_layout Plain Layout
39855 2cm
39856 \end_layout
39857
39858 \end_inset
39859
39860
39861 \begin_inset Flex Reflectbox
39862 status open
39863
39864 \begin_layout Plain Layout
39865 \begin_inset Graphics
39866         filename clipart/Star-structure.pdf
39867         lyxscale 50
39868         width 25col%
39869
39870 \end_inset
39871
39872
39873 \end_layout
39874
39875 \end_inset
39876
39877
39878 \end_layout
39879
39880 \end_inset
39881
39882  
39883 \begin_inset Flex Resizebox
39884 status open
39885
39886 \begin_layout Plain Layout
39887 \begin_inset Argument 1
39888 status open
39889
39890 \begin_layout Plain Layout
39891 2cm
39892 \end_layout
39893
39894 \end_inset
39895
39896
39897 \begin_inset Flex Reflectbox
39898 status open
39899
39900 \begin_layout Plain Layout
39901 \begin_inset Tabular
39902 <lyxtabular version="3" rows="2" columns="2">
39903 <features tabularvalignment="middle">
39904 <column alignment="center" valignment="top">
39905 <column alignment="center" valignment="top">
39906 <row>
39907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39908 \begin_inset Text
39909
39910 \begin_layout Plain Layout
39911 q
39912 \end_layout
39913
39914 \end_inset
39915 </cell>
39916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39917 \begin_inset Text
39918
39919 \begin_layout Plain Layout
39920 w
39921 \end_layout
39922
39923 \end_inset
39924 </cell>
39925 </row>
39926 <row>
39927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39928 \begin_inset Text
39929
39930 \begin_layout Plain Layout
39931 e
39932 \end_layout
39933
39934 \end_inset
39935 </cell>
39936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39937 \begin_inset Text
39938
39939 \begin_layout Plain Layout
39940 r
39941 \end_layout
39942
39943 \end_inset
39944 </cell>
39945 </row>
39946 </lyxtabular>
39947
39948 \end_inset
39949
39950
39951 \end_layout
39952
39953 \end_inset
39954
39955
39956 \end_layout
39957
39958 \end_inset
39959
39960  
39961 \begin_inset Flex Resizebox
39962 status open
39963
39964 \begin_layout Plain Layout
39965 \begin_inset Argument 1
39966 status open
39967
39968 \begin_layout Plain Layout
39969 3cm
39970 \end_layout
39971
39972 \end_inset
39973
39974
39975 \begin_inset Flex Reflectbox
39976 status open
39977
39978 \begin_layout Plain Layout
39979 \begin_inset Formula $\int A\,\mathrm{d}x=B$
39980 \end_inset
39981
39982
39983 \end_layout
39984
39985 \end_inset
39986
39987
39988 \end_layout
39989
39990 \end_inset
39991
39992
39993 \begin_inset Index idx
39994 range none
39995 pageformat default
39996 status collapsed
39997
39998 \begin_layout Plain Layout
39999 Figures
40000 \begin_inset IndexMacro subentry
40001 status open
40002
40003 \begin_layout Plain Layout
40004 scaled
40005 \end_layout
40006
40007 \end_inset
40008
40009
40010 \end_layout
40011
40012 \end_inset
40013
40014
40015 \begin_inset Index idx
40016 range none
40017 pageformat default
40018 status collapsed
40019
40020 \begin_layout Plain Layout
40021 Table Customization
40022 \begin_inset IndexMacro subentry
40023 status open
40024
40025 \begin_layout Plain Layout
40026 Scaling
40027 \end_layout
40028
40029 \end_inset
40030
40031
40032 \end_layout
40033
40034 \end_inset
40035
40036
40037 \end_layout
40038
40039 \begin_layout Standard
40040 When the global formula style 
40041 \series bold
40042 fleqn
40043 \series default
40044  is used in the document
40045 \begin_inset Foot
40046 status collapsed
40047
40048 \begin_layout Plain Layout
40049 When 
40050 \begin_inset Quotes eld
40051 \end_inset
40052
40053 fleqn
40054 \begin_inset Quotes erd
40055 \end_inset
40056
40057  is added to the document class options.
40058 \end_layout
40059
40060 \end_inset
40061
40062 , display style formulas can also be scaled.
40063 \end_layout
40064
40065 \begin_layout Chapter
40066 Objects Surrounded by Text
40067 \begin_inset Index idx
40068 range none
40069 pageformat default
40070 status collapsed
40071
40072 \begin_layout Plain Layout
40073 Surrounded by text
40074 \end_layout
40075
40076 \end_inset
40077
40078
40079 \end_layout
40080
40081 \begin_layout Section
40082 Wrap Floats
40083 \begin_inset CommandInset label
40084 LatexCommand label
40085 name "sec:Wrap-Floats"
40086
40087 \end_inset
40088
40089
40090 \begin_inset Index idx
40091 range none
40092 pageformat default
40093 status collapsed
40094
40095 \begin_layout Plain Layout
40096 Floats
40097 \begin_inset IndexMacro subentry
40098 status open
40099
40100 \begin_layout Plain Layout
40101 Wrap Floats
40102 \end_layout
40103
40104 \end_inset
40105
40106
40107 \end_layout
40108
40109 \end_inset
40110
40111
40112 \begin_inset Index idx
40113 range none
40114 pageformat default
40115 status collapsed
40116
40117 \begin_layout Plain Layout
40118 Surrounded by text
40119 \begin_inset IndexMacro subentry
40120 status open
40121
40122 \begin_layout Plain Layout
40123 Wrap Floats
40124 \end_layout
40125
40126 \end_inset
40127
40128
40129 \end_layout
40130
40131 \end_inset
40132
40133
40134 \end_layout
40135
40136 \begin_layout Standard
40137 \begin_inset Wrap figure
40138 lines 0
40139 placement l
40140 overhang 1cm
40141 width "40col%"
40142 status open
40143
40144 \begin_layout Plain Layout
40145 \begin_inset Graphics
40146         filename clipart/2D-intensity-plot.pdf
40147         width 40col%
40148         scaleBeforeRotation
40149         rotateOrigin center
40150
40151 \end_inset
40152
40153
40154 \end_layout
40155
40156 \begin_layout Plain Layout
40157 \begin_inset Caption Standard
40158
40159 \begin_layout Plain Layout
40160 \begin_inset CommandInset label
40161 LatexCommand label
40162 name "fig:This-is-a"
40163
40164 \end_inset
40165
40166 This is a figure wrap float.
40167 \end_layout
40168
40169 \end_inset
40170
40171
40172 \end_layout
40173
40174 \end_inset
40175
40176  This float type is used if you want to wrap text around a figure or table
40177  so that it only occupies some fraction of the column width.
40178  It can be inserted using the menu 
40179 \family sans
40180 Insert\SpecialChar menuseparator
40181 Floats\SpecialChar menuseparator
40182 Figure
40183 \begin_inset space ~
40184 \end_inset
40185
40186 Wrap
40187 \begin_inset space ~
40188 \end_inset
40189
40190 Float
40191 \family default
40192  or 
40193 \family sans
40194 Table
40195 \begin_inset space ~
40196 \end_inset
40197
40198 Wrap
40199 \begin_inset space ~
40200 \end_inset
40201
40202 Float
40203 \family default
40204  if the \SpecialChar LaTeX
40205 -package 
40206 \series bold
40207 wrapfig
40208 \series default
40209
40210 \begin_inset Index idx
40211 range none
40212 pageformat default
40213 status collapsed
40214
40215 \begin_layout Plain Layout
40216 \SpecialChar LaTeX
40217  packages
40218 \begin_inset IndexMacro subentry
40219 status open
40220
40221 \begin_layout Plain Layout
40222 wrapfig
40223 \end_layout
40224
40225 \end_inset
40226
40227
40228 \end_layout
40229
40230 \end_inset
40231
40232  is installed.
40233 \begin_inset Foot
40234 status collapsed
40235
40236 \begin_layout Plain Layout
40237 Installing a \SpecialChar LaTeX
40238 -package is explained it in the 
40239 \emph on
40240 \SpecialChar LaTeX
40241
40242 \begin_inset space ~
40243 \end_inset
40244
40245 Configuration
40246 \emph default
40247  manual.
40248 \end_layout
40249
40250 \end_inset
40251
40252  The settings of the float can be modified by right-clicking on the float
40253  box.
40254  The mandatory settings are the float 
40255 \family sans
40256 Placement
40257 \family default
40258  and its 
40259 \family sans
40260 Width
40261 \family default
40262 .
40263  Optional are the 
40264 \family sans
40265 Overhang
40266 \family default
40267  that specifies how much the float is set into the paragraph
40268 \begin_inset space \thinspace{}
40269 \end_inset
40270
40271 /
40272 \begin_inset space \thinspace{}
40273 \end_inset
40274
40275 page margin, and the 
40276 \family sans
40277 Line
40278 \begin_inset space ~
40279 \end_inset
40280
40281 span
40282 \family default
40283  that specifies how many text lines the float will approximately need.
40284  The line span is often hard to approximate; so it is better only to use
40285  it when you encounter float placement problems.
40286  You can furthermore decide if \SpecialChar LaTeX
40287  is allowed to let the float float within
40288  the paragraph or to surrounding paragraphs.
40289  Figure
40290 \begin_inset space ~
40291 \end_inset
40292
40293
40294 \begin_inset CommandInset ref
40295 LatexCommand ref
40296 reference "fig:This-is-a"
40297
40298 \end_inset
40299
40300  is an example text wrap float with a width of 40
40301 \begin_inset space \thinspace{}
40302 \end_inset
40303
40304 col%, 1
40305 \begin_inset space \thinspace{}
40306 \end_inset
40307
40308 cm overhang, set to the left.
40309 \end_layout
40310
40311 \begin_layout Standard
40312 \begin_inset Note Greyedout
40313 status open
40314
40315 \begin_layout Plain Layout
40316
40317 \series bold
40318 Note:
40319 \series default
40320  Text
40321 \begin_inset space ~
40322 \end_inset
40323
40324 wrap float floats are fragile! E.
40325 \begin_inset space \thinspace{}
40326 \end_inset
40327
40328 g.
40329 \begin_inset space \space{}
40330 \end_inset
40331
40332 having a figure too close to the bottom of the page can mess things up in
40333  such a way that the float does not appear in the output or that it is placed
40334  over some other text.
40335 \end_layout
40336
40337 \end_inset
40338
40339
40340 \end_layout
40341
40342 \begin_layout Standard
40343 In general, the following applies for wrap floats:
40344 \end_layout
40345
40346 \begin_layout Itemize
40347 They should not be placed in paragraphs that run over a page break.
40348  That means that wrap floats are better inserted in their exact place when
40349  the document is almost finished and you are able to estimate where page
40350  breaks will appear.
40351 \end_layout
40352
40353 \begin_layout Itemize
40354 They should either be placed in their own paragraph before the paragraph
40355  where they should wrap into or within a paragraph.
40356 \end_layout
40357
40358 \begin_layout Itemize
40359 In consecutive paragraphs they may cause troubles, so ensure that there
40360  is a text paragraph between them as separator.
40361 \end_layout
40362
40363 \begin_layout Itemize
40364 They are not allowed in section headings or tables.
40365 \end_layout
40366
40367 \begin_layout Itemize
40368 Their numbering and referencing works as described in chap.
40369 \begin_inset space \thinspace{}
40370 \end_inset
40371
40372
40373 \begin_inset CommandInset ref
40374 LatexCommand ref
40375 reference "chap:Floats"
40376
40377 \end_inset
40378
40379 .
40380 \end_layout
40381
40382 \begin_layout Section
40383 Surrounded Fixed Objects
40384 \begin_inset Index idx
40385 range none
40386 pageformat default
40387 status collapsed
40388
40389 \begin_layout Plain Layout
40390 Surrounded by text
40391 \begin_inset IndexMacro subentry
40392 status open
40393
40394 \begin_layout Plain Layout
40395 Fixed objects
40396 \end_layout
40397
40398 \end_inset
40399
40400
40401 \end_layout
40402
40403 \end_inset
40404
40405
40406 \end_layout
40407
40408 \begin_layout Standard
40409 The wrap floats described in sec.
40410 \begin_inset space \thinspace{}
40411 \end_inset
40412
40413
40414 \begin_inset CommandInset ref
40415 LatexCommand ref
40416 reference "sec:Wrap-Floats"
40417
40418 \end_inset
40419
40420  have these positions in the paragraph:
40421 \end_layout
40422
40423 \begin_layout Standard
40424 \noindent
40425 \align center
40426 \begin_inset Tabular
40427 <lyxtabular version="3" rows="2" columns="2">
40428 <features tabularvalignment="middle">
40429 <column alignment="center" valignment="top">
40430 <column alignment="center" valignment="top">
40431 <row>
40432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40433 \begin_inset Text
40434
40435 \begin_layout Plain Layout
40436 \begin_inset Info
40437 type  "icon"
40438 arg   "dialog-show-new-inset graphics"
40439 \end_inset
40440
40441
40442 \end_layout
40443
40444 \end_inset
40445 </cell>
40446 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40447 \begin_inset Text
40448
40449 \begin_layout Plain Layout
40450 text
40451 \end_layout
40452
40453 \end_inset
40454 </cell>
40455 </row>
40456 <row>
40457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40458 \begin_inset Text
40459
40460 \begin_layout Plain Layout
40461 text
40462 \end_layout
40463
40464 \end_inset
40465 </cell>
40466 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40467 \begin_inset Text
40468
40469 \begin_layout Plain Layout
40470 text
40471 \end_layout
40472
40473 \end_inset
40474 </cell>
40475 </row>
40476 </lyxtabular>
40477
40478 \end_inset
40479
40480  or 
40481 \begin_inset Tabular
40482 <lyxtabular version="3" rows="2" columns="2">
40483 <features tabularvalignment="middle">
40484 <column alignment="center" valignment="top">
40485 <column alignment="center" valignment="top">
40486 <row>
40487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40488 \begin_inset Text
40489
40490 \begin_layout Plain Layout
40491 text
40492 \end_layout
40493
40494 \end_inset
40495 </cell>
40496 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40497 \begin_inset Text
40498
40499 \begin_layout Plain Layout
40500 \begin_inset Info
40501 type  "icon"
40502 arg   "dialog-show-new-inset graphics"
40503 \end_inset
40504
40505
40506 \end_layout
40507
40508 \end_inset
40509 </cell>
40510 </row>
40511 <row>
40512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40513 \begin_inset Text
40514
40515 \begin_layout Plain Layout
40516 text
40517 \end_layout
40518
40519 \end_inset
40520 </cell>
40521 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40522 \begin_inset Text
40523
40524 \begin_layout Plain Layout
40525 text
40526 \end_layout
40527
40528 \end_inset
40529 </cell>
40530 </row>
40531 </lyxtabular>
40532
40533 \end_inset
40534
40535
40536 \end_layout
40537
40538 \begin_layout Standard
40539 To get an object exactly at the position where it is inserted, for example
40540  to get one of these positions:
40541 \begin_inset VSpace defskip
40542 \end_inset
40543
40544
40545 \end_layout
40546
40547 \begin_layout Standard
40548 \noindent
40549 \align center
40550 \begin_inset Tabular
40551 <lyxtabular version="3" rows="2" columns="2">
40552 <features tabularvalignment="middle">
40553 <column alignment="center" valignment="top">
40554 <column alignment="center" valignment="top">
40555 <row>
40556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40557 \begin_inset Text
40558
40559 \begin_layout Plain Layout
40560 text
40561 \end_layout
40562
40563 \end_inset
40564 </cell>
40565 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40566 \begin_inset Text
40567
40568 \begin_layout Plain Layout
40569 text
40570 \end_layout
40571
40572 \end_inset
40573 </cell>
40574 </row>
40575 <row>
40576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40577 \begin_inset Text
40578
40579 \begin_layout Plain Layout
40580 \begin_inset Info
40581 type  "icon"
40582 arg   "dialog-show-new-inset graphics"
40583 \end_inset
40584
40585
40586 \end_layout
40587
40588 \end_inset
40589 </cell>
40590 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40591 \begin_inset Text
40592
40593 \begin_layout Plain Layout
40594 text
40595 \end_layout
40596
40597 \end_inset
40598 </cell>
40599 </row>
40600 </lyxtabular>
40601
40602 \end_inset
40603
40604  
40605 \begin_inset Tabular
40606 <lyxtabular version="3" rows="2" columns="2">
40607 <features tabularvalignment="middle">
40608 <column alignment="center" valignment="top">
40609 <column alignment="center" valignment="top">
40610 <row>
40611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40612 \begin_inset Text
40613
40614 \begin_layout Plain Layout
40615 text
40616 \end_layout
40617
40618 \end_inset
40619 </cell>
40620 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40621 \begin_inset Text
40622
40623 \begin_layout Plain Layout
40624 text
40625 \end_layout
40626
40627 \end_inset
40628 </cell>
40629 </row>
40630 <row>
40631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40632 \begin_inset Text
40633
40634 \begin_layout Plain Layout
40635 text
40636 \end_layout
40637
40638 \end_inset
40639 </cell>
40640 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40641 \begin_inset Text
40642
40643 \begin_layout Plain Layout
40644 \begin_inset Info
40645 type  "icon"
40646 arg   "dialog-show-new-inset graphics"
40647 \end_inset
40648
40649
40650 \end_layout
40651
40652 \end_inset
40653 </cell>
40654 </row>
40655 </lyxtabular>
40656
40657 \end_inset
40658
40659  
40660 \begin_inset Tabular
40661 <lyxtabular version="3" rows="2" columns="3">
40662 <features tabularvalignment="middle">
40663 <column alignment="center" valignment="top">
40664 <column alignment="center" valignment="top">
40665 <column alignment="center" valignment="top">
40666 <row>
40667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40668 \begin_inset Text
40669
40670 \begin_layout Plain Layout
40671 text
40672 \end_layout
40673
40674 \end_inset
40675 </cell>
40676 <cell alignment="center" valignment="top" topline="true" usebox="none">
40677 \begin_inset Text
40678
40679 \begin_layout Plain Layout
40680 \begin_inset Info
40681 type  "icon"
40682 arg   "dialog-show-new-inset graphics"
40683 \end_inset
40684
40685
40686 \end_layout
40687
40688 \end_inset
40689 </cell>
40690 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40691 \begin_inset Text
40692
40693 \begin_layout Plain Layout
40694 text
40695 \end_layout
40696
40697 \end_inset
40698 </cell>
40699 </row>
40700 <row>
40701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40702 \begin_inset Text
40703
40704 \begin_layout Plain Layout
40705 text
40706 \end_layout
40707
40708 \end_inset
40709 </cell>
40710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40711 \begin_inset Text
40712
40713 \begin_layout Plain Layout
40714 text
40715 \end_layout
40716
40717 \end_inset
40718 </cell>
40719 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40720 \begin_inset Text
40721
40722 \begin_layout Plain Layout
40723 text
40724 \end_layout
40725
40726 \end_inset
40727 </cell>
40728 </row>
40729 </lyxtabular>
40730
40731 \end_inset
40732
40733  
40734 \begin_inset Tabular
40735 <lyxtabular version="3" rows="2" columns="3">
40736 <features tabularvalignment="middle">
40737 <column alignment="center" valignment="top">
40738 <column alignment="center" valignment="top">
40739 <column alignment="center" valignment="top">
40740 <row>
40741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40742 \begin_inset Text
40743
40744 \begin_layout Plain Layout
40745 text
40746 \end_layout
40747
40748 \end_inset
40749 </cell>
40750 <cell alignment="center" valignment="top" topline="true" usebox="none">
40751 \begin_inset Text
40752
40753 \begin_layout Plain Layout
40754 text
40755 \end_layout
40756
40757 \end_inset
40758 </cell>
40759 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40760 \begin_inset Text
40761
40762 \begin_layout Plain Layout
40763 text
40764 \end_layout
40765
40766 \end_inset
40767 </cell>
40768 </row>
40769 <row>
40770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40771 \begin_inset Text
40772
40773 \begin_layout Plain Layout
40774 text
40775 \end_layout
40776
40777 \end_inset
40778 </cell>
40779 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40780 \begin_inset Text
40781
40782 \begin_layout Plain Layout
40783 \begin_inset Info
40784 type  "icon"
40785 arg   "dialog-show-new-inset graphics"
40786 \end_inset
40787
40788
40789 \end_layout
40790
40791 \end_inset
40792 </cell>
40793 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40794 \begin_inset Text
40795
40796 \begin_layout Plain Layout
40797 text
40798 \end_layout
40799
40800 \end_inset
40801 </cell>
40802 </row>
40803 </lyxtabular>
40804
40805 \end_inset
40806
40807
40808 \end_layout
40809
40810 \begin_layout Standard
40811 \noindent
40812 \align center
40813 \begin_inset Tabular
40814 <lyxtabular version="3" rows="3" columns="2">
40815 <features tabularvalignment="middle">
40816 <column alignment="center" valignment="top">
40817 <column alignment="center" valignment="top">
40818 <row>
40819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40820 \begin_inset Text
40821
40822 \begin_layout Plain Layout
40823 text
40824 \end_layout
40825
40826 \end_inset
40827 </cell>
40828 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40829 \begin_inset Text
40830
40831 \begin_layout Plain Layout
40832 text
40833 \end_layout
40834
40835 \end_inset
40836 </cell>
40837 </row>
40838 <row>
40839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40840 \begin_inset Text
40841
40842 \begin_layout Plain Layout
40843 \begin_inset Info
40844 type  "icon"
40845 arg   "dialog-show-new-inset graphics"
40846 \end_inset
40847
40848
40849 \end_layout
40850
40851 \end_inset
40852 </cell>
40853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
40854 \begin_inset Text
40855
40856 \begin_layout Plain Layout
40857 text
40858 \end_layout
40859
40860 \end_inset
40861 </cell>
40862 </row>
40863 <row>
40864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40865 \begin_inset Text
40866
40867 \begin_layout Plain Layout
40868 text
40869 \end_layout
40870
40871 \end_inset
40872 </cell>
40873 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40874 \begin_inset Text
40875
40876 \begin_layout Plain Layout
40877 text
40878 \end_layout
40879
40880 \end_inset
40881 </cell>
40882 </row>
40883 </lyxtabular>
40884
40885 \end_inset
40886
40887  
40888 \begin_inset Tabular
40889 <lyxtabular version="3" rows="3" columns="3">
40890 <features tabularvalignment="middle">
40891 <column alignment="center" valignment="top">
40892 <column alignment="center" valignment="top">
40893 <column alignment="center" valignment="top">
40894 <row>
40895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40896 \begin_inset Text
40897
40898 \begin_layout Plain Layout
40899 text
40900 \end_layout
40901
40902 \end_inset
40903 </cell>
40904 <cell alignment="center" valignment="top" topline="true" usebox="none">
40905 \begin_inset Text
40906
40907 \begin_layout Plain Layout
40908 text
40909 \end_layout
40910
40911 \end_inset
40912 </cell>
40913 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40914 \begin_inset Text
40915
40916 \begin_layout Plain Layout
40917 text
40918 \end_layout
40919
40920 \end_inset
40921 </cell>
40922 </row>
40923 <row>
40924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40925 \begin_inset Text
40926
40927 \begin_layout Plain Layout
40928 text
40929 \end_layout
40930
40931 \end_inset
40932 </cell>
40933 <cell alignment="center" valignment="top" usebox="none">
40934 \begin_inset Text
40935
40936 \begin_layout Plain Layout
40937 \begin_inset Info
40938 type  "icon"
40939 arg   "dialog-show-new-inset graphics"
40940 \end_inset
40941
40942
40943 \end_layout
40944
40945 \end_inset
40946 </cell>
40947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
40948 \begin_inset Text
40949
40950 \begin_layout Plain Layout
40951 text
40952 \end_layout
40953
40954 \end_inset
40955 </cell>
40956 </row>
40957 <row>
40958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40959 \begin_inset Text
40960
40961 \begin_layout Plain Layout
40962 text
40963 \end_layout
40964
40965 \end_inset
40966 </cell>
40967 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40968 \begin_inset Text
40969
40970 \begin_layout Plain Layout
40971 text
40972 \end_layout
40973
40974 \end_inset
40975 </cell>
40976 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40977 \begin_inset Text
40978
40979 \begin_layout Plain Layout
40980 text
40981 \end_layout
40982
40983 \end_inset
40984 </cell>
40985 </row>
40986 </lyxtabular>
40987
40988 \end_inset
40989
40990  
40991 \begin_inset Tabular
40992 <lyxtabular version="3" rows="3" columns="2">
40993 <features tabularvalignment="middle">
40994 <column alignment="center" valignment="top">
40995 <column alignment="center" valignment="top">
40996 <row>
40997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40998 \begin_inset Text
40999
41000 \begin_layout Plain Layout
41001 text
41002 \end_layout
41003
41004 \end_inset
41005 </cell>
41006 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41007 \begin_inset Text
41008
41009 \begin_layout Plain Layout
41010 text
41011 \end_layout
41012
41013 \end_inset
41014 </cell>
41015 </row>
41016 <row>
41017 <cell alignment="center" valignment="top" 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" rightline="true" usebox="none">
41027 \begin_inset Text
41028
41029 \begin_layout Plain Layout
41030 \begin_inset Info
41031 type  "icon"
41032 arg   "dialog-show-new-inset graphics"
41033 \end_inset
41034
41035
41036 \end_layout
41037
41038 \end_inset
41039 </cell>
41040 </row>
41041 <row>
41042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41043 \begin_inset Text
41044
41045 \begin_layout Plain Layout
41046 text
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 \end_layout
41067
41068 \begin_layout Standard
41069 \noindent
41070 you can use the \SpecialChar LaTeX
41071 -package 
41072 \series bold
41073 picinpar
41074 \series default
41075
41076 \begin_inset Index idx
41077 range none
41078 pageformat default
41079 status collapsed
41080
41081 \begin_layout Plain Layout
41082 \SpecialChar LaTeX
41083  packages
41084 \begin_inset IndexMacro subentry
41085 status open
41086
41087 \begin_layout Plain Layout
41088 picinpar
41089 \end_layout
41090
41091 \end_inset
41092
41093
41094 \end_layout
41095
41096 \end_inset
41097
41098 .
41099  Here is an example:
41100 \end_layout
41101
41102 \begin_layout Standard
41103 \begin_inset ERT
41104 status collapsed
41105
41106 \begin_layout Plain Layout
41107
41108
41109 \backslash
41110 ifpicinpar
41111 \end_layout
41112
41113 \end_inset
41114
41115
41116 \begin_inset Note Note
41117 status open
41118
41119 \begin_layout Plain Layout
41120 The following section will only be displayed when the \SpecialChar LaTeX
41121 -package 
41122 \series bold
41123 picinpar
41124 \series default
41125  is installed.
41126 \end_layout
41127
41128 \end_inset
41129
41130
41131 \end_layout
41132
41133 \begin_layout Standard
41134 \begin_inset ERT
41135 status collapsed
41136
41137 \begin_layout Plain Layout
41138
41139
41140 \backslash
41141 begin{window}[2,c,{
41142 \end_layout
41143
41144 \end_inset
41145
41146
41147 \begin_inset Graphics
41148         filename clipart/2D-intensity-plot.pdf
41149         lyxscale 60
41150         width 40col%
41151         scaleBeforeRotation
41152         rotateOrigin center
41153
41154 \end_inset
41155
41156
41157 \begin_inset ERT
41158 status collapsed
41159
41160 \begin_layout Plain Layout
41161
41162 },]
41163 \end_layout
41164
41165 \begin_layout Plain Layout
41166
41167 {}
41168 \end_layout
41169
41170 \end_inset
41171
41172
41173 \size small
41174 It was in the spring of the year 1894 that all London was interested, and
41175  the fashionable world dismayed, by the murder of the Honourable Ronald
41176  Adair under most unusual and inexplicable circumstances.
41177  The public has already learned those particulars of the crime which
41178 \size default
41179
41180 \begin_inset ERT
41181 status collapsed
41182
41183 \begin_layout Plain Layout
41184
41185
41186 \backslash
41187 footnotemark{}
41188 \end_layout
41189
41190 \end_inset
41191
41192
41193 \size small
41194  came out in the police investigation, but a good deal was suppressed upon
41195  that occasion, since the case for the prosecution was so overwhelmingly
41196  strong that it was not necessary to bring forward all the facts.
41197  Only now, at the end of nearly ten years, am I allowed to supply those
41198  missing links which make up the whole of that remarkable chain.
41199 \size default
41200
41201 \begin_inset ERT
41202 status collapsed
41203
41204 \begin_layout Plain Layout
41205
41206
41207 \backslash
41208 end{window}
41209 \end_layout
41210
41211 \end_inset
41212
41213
41214 \end_layout
41215
41216 \begin_layout Standard
41217 \begin_inset ERT
41218 status collapsed
41219
41220 \begin_layout Plain Layout
41221
41222
41223 \backslash
41224 footnotetext{
41225 \end_layout
41226
41227 \end_inset
41228
41229 Footnote of the paragraph with the fixed object.
41230 \begin_inset ERT
41231 status collapsed
41232
41233 \begin_layout Plain Layout
41234
41235 }
41236 \end_layout
41237
41238 \end_inset
41239
41240
41241 \end_layout
41242
41243 \begin_layout Standard
41244 Surrounded fixed objects are used to let text float around them, at which
41245  the object's position in the paragraph can be determined by the number
41246  of lines above it.
41247  In contrary to floats is it not possible to have a numbered caption.
41248 \end_layout
41249
41250 \begin_layout Standard
41251 A fixed object is inserted by adding the command
41252 \end_layout
41253
41254 \begin_layout Standard
41255
41256 \series bold
41257
41258 \backslash
41259 begin{window}[2,c,{
41260 \end_layout
41261
41262 \begin_layout Standard
41263 as \SpecialChar TeX
41264  Code at the beginning of the paragraph.
41265  The first parameter in the bracket, here '2', defines the number of lines
41266  above the object, the second, here 'c', the position of the object.
41267  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
41268  Behind the command you insert the object.
41269  In this example an image with a width of 40
41270 \begin_inset space \thinspace{}
41271 \end_inset
41272
41273 % of the text column width was inserted.
41274  The object can also be a table, a box or an equation.
41275  Behind the object the command
41276 \end_layout
41277
41278 \begin_layout Standard
41279
41280 \series bold
41281 },description text]
41282 \begin_inset Newline newline
41283 \end_inset
41284
41285 {}
41286 \end_layout
41287
41288 \begin_layout Standard
41289 is inserted.
41290  Note that the 
41291 \begin_inset Quotes eld
41292 \end_inset
41293
41294
41295 \series bold
41296 {}
41297 \series default
41298
41299 \begin_inset Quotes erd
41300 \end_inset
41301
41302  is in the second line.
41303  The description text is optional.
41304  The text surrounding the object must be in the same paragraph as the object,
41305  so it must begin directly after the 
41306 \series bold
41307 {}
41308 \series default
41309 .
41310  At the end of the paragraph insert the command:
41311 \end_layout
41312
41313 \begin_layout Standard
41314
41315 \series bold
41316
41317 \backslash
41318 end{window}
41319 \end_layout
41320
41321 \begin_layout Standard
41322 Within a paragraph with a fixed object, you cannot insert footnotes in the
41323  normal way.
41324  You have to use instead the command 
41325 \series bold
41326
41327 \backslash
41328 footnotemark
41329 \series default
41330  inside the paragraph and outside the command 
41331 \series bold
41332
41333 \backslash
41334 footnotetext
41335 \series default
41336  as described in sec.
41337 \begin_inset space \thinspace{}
41338 \end_inset
41339
41340
41341 \begin_inset CommandInset ref
41342 LatexCommand ref
41343 reference "sec:Footnotes"
41344
41345 \end_inset
41346
41347 .
41348 \end_layout
41349
41350 \begin_layout Standard
41351 \begin_inset ERT
41352 status collapsed
41353
41354 \begin_layout Plain Layout
41355
41356
41357 \backslash
41358 else
41359 \end_layout
41360
41361 \end_inset
41362
41363
41364 \begin_inset Note Note
41365 status open
41366
41367 \begin_layout Plain Layout
41368 The following will be displayed when the \SpecialChar LaTeX
41369 -package 
41370 \series bold
41371 picinpar
41372 \series default
41373  is not installed:
41374 \end_layout
41375
41376 \end_inset
41377
41378
41379 \end_layout
41380
41381 \begin_layout Standard
41382 You need to install the \SpecialChar LaTeX
41383 -package 
41384 \series bold
41385 picinpar
41386 \series default
41387  to see the following part of this section in the output.
41388 \end_layout
41389
41390 \begin_layout Standard
41391 \begin_inset ERT
41392 status collapsed
41393
41394 \begin_layout Plain Layout
41395
41396
41397 \backslash
41398 fi
41399 \end_layout
41400
41401 \end_inset
41402
41403
41404 \end_layout
41405
41406 \begin_layout Section
41407 Initials
41408 \begin_inset Index idx
41409 range none
41410 pageformat default
41411 status collapsed
41412
41413 \begin_layout Plain Layout
41414 Initials
41415 \end_layout
41416
41417 \end_inset
41418
41419
41420 \begin_inset Index idx
41421 range none
41422 pageformat default
41423 status collapsed
41424
41425 \begin_layout Plain Layout
41426 Surrounded by text
41427 \begin_inset IndexMacro subentry
41428 status open
41429
41430 \begin_layout Plain Layout
41431 Initials
41432 \end_layout
41433
41434 \end_inset
41435
41436
41437 \end_layout
41438
41439 \end_inset
41440
41441
41442 \end_layout
41443
41444 \begin_layout Standard
41445 To use initials, you must have the \SpecialChar LaTeX
41446 -package 
41447 \series bold
41448 lettrine
41449 \series default
41450
41451 \begin_inset Index idx
41452 range none
41453 pageformat default
41454 status collapsed
41455
41456 \begin_layout Plain Layout
41457 \SpecialChar LaTeX
41458  packages
41459 \begin_inset IndexMacro subentry
41460 status open
41461
41462 \begin_layout Plain Layout
41463 lettrine
41464 \end_layout
41465
41466 \end_inset
41467
41468
41469 \end_layout
41470
41471 \end_inset
41472
41473  installed and use the module 
41474 \family sans
41475 Initials
41476 \family default
41477  in your document (menu 
41478 \family sans
41479 Document\SpecialChar menuseparator
41480 Settings\SpecialChar menuseparator
41481 Modules
41482 \family default
41483 ).
41484  To insert an initial, use the style 
41485 \family sans
41486 Initial
41487 \family default
41488 .
41489  This style has a mandatory and two optional arguments.
41490  The arguments are inserted via the 
41491 \family sans
41492 Insert
41493 \family default
41494  menu.
41495  The mandatory argument 
41496 \family sans
41497 Initial
41498 \family default
41499  contains the letter(s) that is the initial, the argument 
41500 \family sans
41501 Rest
41502 \begin_inset space ~
41503 \end_inset
41504
41505 of
41506 \begin_inset space ~
41507 \end_inset
41508
41509 Initial
41510 \family default
41511  contains the rest of the word or text of the initial letter(s).
41512  The argument 
41513 \family sans
41514 Options
41515 \family default
41516  contains parameters to modify the initial.
41517  For more information about the possible parameters see the documentation
41518  of 
41519 \series bold
41520 lettrine
41521 \series default
41522
41523 \begin_inset CommandInset citation
41524 LatexCommand cite
41525 key "lettrine"
41526 literal "true"
41527
41528 \end_inset
41529
41530 .
41531  The style itself contains the text that is surrounding the initial.
41532  The usual style is hereby that the word whose first letter is the initial,
41533  is printed with 
41534 \shape smallcaps
41535 small caps
41536 \shape default
41537 .
41538 \end_layout
41539
41540 \begin_layout Standard
41541 Here are some examples:
41542 \end_layout
41543
41544 \begin_layout Standard
41545 \begin_inset ERT
41546 status collapsed
41547
41548 \begin_layout Plain Layout
41549
41550
41551 \backslash
41552 iflettrine
41553 \end_layout
41554
41555 \end_inset
41556
41557
41558 \begin_inset Note Note
41559 status open
41560
41561 \begin_layout Plain Layout
41562 The following section will only be displayed when the \SpecialChar LaTeX
41563 -package 
41564 \series bold
41565 lettrine
41566 \series default
41567  is installed.
41568 \end_layout
41569
41570 \end_inset
41571
41572
41573 \end_layout
41574
41575 \begin_layout Enumerate
41576 No optional argument, the initial is the letter 'I' in the math font 
41577 \begin_inset Formula $\mathfrak{Fraktur}$
41578 \end_inset
41579
41580 :
41581 \end_layout
41582
41583 \begin_deeper
41584 \begin_layout Initial
41585 \begin_inset Argument 2
41586 status open
41587
41588 \begin_layout Plain Layout
41589 \begin_inset Formula $\mathfrak{I}$
41590 \end_inset
41591
41592
41593 \end_layout
41594
41595 \end_inset
41596
41597
41598 \begin_inset Argument 3
41599 status open
41600
41601 \begin_layout Plain Layout
41602 t
41603 \end_layout
41604
41605 \end_inset
41606
41607  was in the spring of the year 1894 that all London was interested, and
41608  the fashionable world dismayed, by the murder of the Honourable Ronald
41609  Adair under most unusual and inexplicable circumstances.
41610  The public has already learned those particulars of the crime which came
41611  out in the police investigation, but a good deal was suppressed upon that
41612  occasion, since the case for the prosecution was so overwhelmingly strong
41613  that it was not necessary to bring forward all the facts.
41614 \begin_inset Newpage newpage
41615 \end_inset
41616
41617
41618 \end_layout
41619
41620 \end_deeper
41621 \begin_layout Enumerate
41622 Only one line is surrounding the initial, which is formed by two letters
41623  in standard font and no text is printed in small caps:
41624 \end_layout
41625
41626 \begin_deeper
41627 \begin_layout Initial
41628 \begin_inset Argument 1
41629 status open
41630
41631 \begin_layout Plain Layout
41632 lines=1
41633 \end_layout
41634
41635 \end_inset
41636
41637
41638 \begin_inset Argument 2
41639 status open
41640
41641 \begin_layout Plain Layout
41642 It
41643 \end_layout
41644
41645 \end_inset
41646
41647  was in the spring of the year 1894 that all London was interested, and
41648  the fashionable world dismayed, by the murder of the Honourable Ronald
41649  Adair under most unusual and inexplicable circumstances.
41650  The public has already learned those particulars of the crime which came
41651  out in the police investigation, but a good deal was suppressed upon that
41652  occasion, since the case for the prosecution was so overwhelmingly strong
41653  that it was not necessary to bring forward all the facts.
41654 \end_layout
41655
41656 \end_deeper
41657 \begin_layout Enumerate
41658 Magenta, hanging initial over 3
41659 \begin_inset space ~
41660 \end_inset
41661
41662 lines in the math font 
41663 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
41664 \end_inset
41665
41666 , the text 
41667 \begin_inset Quotes eld
41668 \end_inset
41669
41670 t was in the spring
41671 \begin_inset Quotes erd
41672 \end_inset
41673
41674  is in 
41675 \shape smallcaps
41676 small caps
41677 \shape default
41678 ; to color the initial, you must insert this command before the initial:
41679 \begin_inset Newline newline
41680 \end_inset
41681
41682
41683 \series bold
41684
41685 \backslash
41686 renewcommand{
41687 \backslash
41688 LettrineFontHook}{
41689 \backslash
41690 color{color}}
41691 \series default
41692
41693 \begin_inset Newline newline
41694 \end_inset
41695
41696 where the second 
41697 \emph on
41698 color
41699 \emph default
41700  can be 
41701 \begin_inset Quotes eld
41702 \end_inset
41703
41704 red
41705 \begin_inset Quotes erd
41706 \end_inset
41707
41708
41709 \begin_inset Quotes eld
41710 \end_inset
41711
41712 blue
41713 \begin_inset Quotes erd
41714 \end_inset
41715
41716
41717 \begin_inset Quotes eld
41718 \end_inset
41719
41720 green
41721 \begin_inset Quotes erd
41722 \end_inset
41723
41724
41725 \begin_inset Quotes eld
41726 \end_inset
41727
41728 yellow
41729 \begin_inset Quotes erd
41730 \end_inset
41731
41732
41733 \begin_inset Quotes eld
41734 \end_inset
41735
41736 cyan
41737 \begin_inset Quotes erd
41738 \end_inset
41739
41740
41741 \begin_inset Quotes eld
41742 \end_inset
41743
41744 magenta
41745 \begin_inset Quotes erd
41746 \end_inset
41747
41748
41749 \begin_inset Quotes eld
41750 \end_inset
41751
41752 black
41753 \begin_inset Quotes erd
41754 \end_inset
41755
41756  or 
41757 \begin_inset Quotes eld
41758 \end_inset
41759
41760 white
41761 \begin_inset Quotes erd
41762 \end_inset
41763
41764 , and add this command to the document preamble:
41765 \begin_inset Newline newline
41766 \end_inset
41767
41768
41769 \series bold
41770
41771 \backslash
41772 @ifundefined{textcolor}
41773 \begin_inset Newline newline
41774 \end_inset
41775
41776
41777 \begin_inset space ~
41778 \end_inset
41779
41780 {
41781 \backslash
41782 usepackage{color}}{}
41783 \end_layout
41784
41785 \begin_deeper
41786 \begin_layout Standard
41787 \begin_inset ERT
41788 status collapsed
41789
41790 \begin_layout Plain Layout
41791
41792
41793 \backslash
41794 renewcommand{
41795 \backslash
41796 LettrineFontHook}{
41797 \backslash
41798 color{magenta}}
41799 \end_layout
41800
41801 \end_inset
41802
41803
41804 \begin_inset Note Note
41805 status collapsed
41806
41807 \begin_layout Plain Layout
41808 makes the initial magenta
41809 \end_layout
41810
41811 \end_inset
41812
41813
41814 \end_layout
41815
41816 \begin_layout Initial
41817 \begin_inset Argument 1
41818 status open
41819
41820 \begin_layout Plain Layout
41821 lines=3, lhang=0.33, loversize=0.25
41822 \end_layout
41823
41824 \end_inset
41825
41826
41827 \begin_inset Argument 2
41828 status open
41829
41830 \begin_layout Plain Layout
41831 \begin_inset Formula $\mathcal{I}$
41832 \end_inset
41833
41834
41835 \end_layout
41836
41837 \end_inset
41838
41839
41840 \begin_inset Argument 3
41841 status open
41842
41843 \begin_layout Plain Layout
41844 t was in the spring
41845 \end_layout
41846
41847 \end_inset
41848
41849  of the year 1894 that all London was interested, and the fashionable world
41850  dismayed, by the murder of the Honourable Ronald Adair under most unusual
41851  and inexplicable circumstances.
41852  The public has already learned those particulars of the crime which came
41853  out in the police investigation, but a good deal was suppressed upon that
41854  occasion, since the case for the prosecution was so overwhelmingly strong
41855  that it was not necessary to bring forward all the facts.
41856 \end_layout
41857
41858 \end_deeper
41859 \begin_layout Standard
41860 \begin_inset ERT
41861 status collapsed
41862
41863 \begin_layout Plain Layout
41864
41865
41866 \backslash
41867 else
41868 \end_layout
41869
41870 \end_inset
41871
41872
41873 \begin_inset Note Note
41874 status open
41875
41876 \begin_layout Plain Layout
41877 The following will be displayed when the \SpecialChar LaTeX
41878 -package 
41879 \series bold
41880 lettrine
41881 \series default
41882  is not installed:
41883 \end_layout
41884
41885 \end_inset
41886
41887
41888 \end_layout
41889
41890 \begin_layout Standard
41891 You need to install the \SpecialChar LaTeX
41892 -package 
41893 \series bold
41894 lettrine
41895 \series default
41896  to see the following part of this section in the output.
41897 \end_layout
41898
41899 \begin_layout Standard
41900 \begin_inset ERT
41901 status collapsed
41902
41903 \begin_layout Plain Layout
41904
41905
41906 \backslash
41907 fi
41908 \end_layout
41909
41910 \end_inset
41911
41912
41913 \end_layout
41914
41915 \begin_layout Chapter
41916 External Document Parts
41917 \begin_inset Index idx
41918 range none
41919 pageformat default
41920 status collapsed
41921
41922 \begin_layout Plain Layout
41923 External Document Parts
41924 \end_layout
41925
41926 \end_inset
41927
41928
41929 \end_layout
41930
41931 \begin_layout Standard
41932 With the menu 
41933 \family sans
41934 Insert\SpecialChar menuseparator
41935 File
41936 \family default
41937  you can insert external material into your document.
41938  This can be:
41939 \end_layout
41940
41941 \begin_layout Description
41942 LyX
41943 \begin_inset space ~
41944 \end_inset
41945
41946 Document Another \SpecialChar LyX
41947  document; its content is directly inserted to your document.
41948 \end_layout
41949
41950 \begin_layout Description
41951 Plain
41952 \begin_inset space ~
41953 \end_inset
41954
41955 Text A text document; each line is inserted in your document as a separate
41956  paragraph.
41957 \end_layout
41958
41959 \begin_layout Description
41960 Plain
41961 \begin_inset space ~
41962 \end_inset
41963
41964 Text,
41965 \begin_inset space ~
41966 \end_inset
41967
41968 Join
41969 \begin_inset space ~
41970 \end_inset
41971
41972 Lines A text document; text lines are inserted in your document continuously
41973  but an empty text line creates a new paragraph.
41974 \end_layout
41975
41976 \begin_layout Description
41977 External
41978 \begin_inset space ~
41979 \end_inset
41980
41981 Material Files in various formats.
41982 \end_layout
41983
41984 \begin_layout Description
41985 Child
41986 \begin_inset space ~
41987 \end_inset
41988
41989 Document \SpecialChar LyX
41990  or \SpecialChar LaTeX
41991  documents.
41992 \end_layout
41993
41994 \begin_layout Section
41995 External Material
41996 \begin_inset Index idx
41997 range none
41998 pageformat default
41999 status collapsed
42000
42001 \begin_layout Plain Layout
42002 External Document Parts
42003 \begin_inset IndexMacro subentry
42004 status open
42005
42006 \begin_layout Plain Layout
42007 External Material
42008 \end_layout
42009
42010 \end_inset
42011
42012
42013 \end_layout
42014
42015 \end_inset
42016
42017
42018 \end_layout
42019
42020 \begin_layout Standard
42021 The external material feature allows you to insert files into your document
42022  without converting them to a format that can be read by the document output
42023  format.
42024  \SpecialChar LyX
42025  takes care of the necessary conversions.
42026  This is similar to images that can be inserted in various image formats
42027  in \SpecialChar LyX
42028  documents.
42029  When you have enabled Instant Preview in \SpecialChar LyX
42030 's preferences under 
42031 \family sans
42032 Look
42033 \begin_inset space ~
42034 \end_inset
42035
42036 and
42037 \begin_inset space ~
42038 \end_inset
42039
42040 feel\SpecialChar menuseparator
42041 Graphics
42042 \family default
42043 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
42044 .
42045 \end_layout
42046
42047 \begin_layout Standard
42048 External material can be inserted via the 
42049 \family sans
42050 External Material
42051 \family default
42052  dialog that is accessible with the menu 
42053 \family sans
42054 Insert\SpecialChar menuseparator
42055 File\SpecialChar menuseparator
42056 External
42057 \begin_inset space ~
42058 \end_inset
42059
42060 Material
42061 \family default
42062 .
42063  Currently the following file types (
42064 \family sans
42065 Templates
42066 \family default
42067 ) are allowed:
42068 \end_layout
42069
42070 \begin_layout Description
42071 Chess
42072 \begin_inset space ~
42073 \end_inset
42074
42075 diagram This template supports chess position diagrams made with the program
42076  
42077 \series bold
42078
42079 \begin_inset CommandInset href
42080 LatexCommand href
42081 name "XBoard"
42082 target "https://en.wikipedia.org/wiki/XBoard"
42083 literal "false"
42084
42085 \end_inset
42086
42087
42088 \series default
42089 .
42090 \end_layout
42091
42092 \begin_layout Description
42093 Dia
42094 \begin_inset space ~
42095 \end_inset
42096
42097 diagram This template supports diagrams created with the program 
42098 \series bold
42099
42100 \begin_inset CommandInset href
42101 LatexCommand href
42102 name "Dia"
42103 target "https://en.wikipedia.org/wiki/Dia_(software)"
42104 literal "false"
42105
42106 \end_inset
42107
42108
42109 \series default
42110 .
42111 \end_layout
42112
42113 \begin_layout Description
42114 Inkscape
42115 \begin_inset space ~
42116 \end_inset
42117
42118 figure This template supports specific scalable images derived from scalable
42119  vector graphics (SVG), in which the contained text is replaced by a version
42120  typeset by \SpecialChar LaTeX
42121  (and hence in the current document font).
42122  It relies on a feature of the program 
42123 \series bold
42124
42125 \begin_inset CommandInset href
42126 LatexCommand href
42127 name "Inkscape"
42128 target "https://inkscape.org/"
42129 literal "false"
42130
42131 \end_inset
42132
42133
42134 \series default
42135  which creates a special PDF or EPS and \SpecialChar LaTeX
42136  file from a given SVG file (in
42137  
42138 \noun on
42139 Inkscape
42140 \noun default
42141  itself, the feature is available via the option 
42142 \family sans
42143 Omit text in PDF and create LaTeX file
42144 \family default
42145  when saving a drawing as PDF or EPS).
42146  The benefit of such files is a uniform text style throughout the whole
42147  document.
42148 \begin_inset Newline newline
42149 \end_inset
42150
42151 The external template reads SVG files and uses a converter program to generate
42152  the respective PDF\SpecialChar breakableslash
42153 EPS and \SpecialChar LaTeX
42154  files (via
42155 \noun on
42156  
42157 \noun default
42158 Inkscape
42159 \noun on
42160 )
42161 \noun default
42162  on the fly, so you don't have to export those files yourself.
42163  If you prefer the latter and want use given 
42164 \family typewriter
42165 *.pdf
42166 \family default
42167  and 
42168 \family typewriter
42169 *.pdf_tex
42170 \family default
42171  or 
42172 \family typewriter
42173 *.eps
42174 \family default
42175  and 
42176 \family typewriter
42177 *.eps_tex
42178 \family default
42179  files instead, simply input the respective 
42180 \family typewriter
42181 *.pdf_tex
42182 \family default
42183  or 
42184 \family typewriter
42185 *.eps_tex
42186 \family default
42187  file via the 
42188 \family sans
42189 Child Documents
42190 \family default
42191  dialog (see sec.
42192 \begin_inset space ~
42193 \end_inset
42194
42195
42196 \begin_inset CommandInset ref
42197 LatexCommand ref
42198 reference "sec:Child-Documents"
42199
42200 \end_inset
42201
42202 ) rather than using this template.
42203 \begin_inset Newline newline
42204 \end_inset
42205
42206 You can use \SpecialChar TeX
42207  code commands such as 
42208 \series bold
42209
42210 \backslash
42211 Large
42212 \series default
42213
42214 \series bold
42215
42216 \backslash
42217 small
42218 \series default
42219 , etc.
42220 \begin_inset space \space{}
42221 \end_inset
42222
42223 in the text of the SVG.
42224  The size of the font will be taken from the settings of the \SpecialChar LyX
42225  document.
42226  Please refer to 
42227 \begin_inset CommandInset citation
42228 LatexCommand cite
42229 key "Inkscape"
42230 literal "false"
42231
42232 \end_inset
42233
42234  for more information and examples.
42235 \end_layout
42236
42237 \begin_layout Description
42238 Lilypond
42239 \begin_inset space ~
42240 \end_inset
42241
42242 typeset
42243 \begin_inset space ~
42244 \end_inset
42245
42246 music This template is used for music notation typeset with the program
42247 \begin_inset Newline linebreak
42248 \end_inset
42249
42250
42251 \series bold
42252
42253 \begin_inset CommandInset href
42254 LatexCommand href
42255 name "LilyPond"
42256 target "https://en.wikipedia.org/wiki/LilyPond"
42257 literal "false"
42258
42259 \end_inset
42260
42261
42262 \series default
42263 .
42264  For \SpecialChar LyX
42265 's extended support for LilyPond have a look at \SpecialChar LyX
42266 's example file 
42267 \emph on
42268 lilypond.lyx
42269 \emph default
42270 .
42271 \end_layout
42272
42273 \begin_layout Description
42274 PDF
42275 \begin_inset space ~
42276 \end_inset
42277
42278 pages With this template you can insert PDF documents to your document.
42279  To specify the range of pages that should be included, use the option 
42280 \series bold
42281 pages
42282 \series default
42283  in the 
42284 \family sans
42285 Option
42286 \family default
42287  field in the 
42288 \family sans
42289 LaTeX and LyX options
42290 \family default
42291  tab.
42292  The argument of this option is a comma separated list, containing page
42293  numbers (insert as option 
42294 \series bold
42295 pages={3,5,6,8}
42296 \series default
42297 ), ranges of page numbers (
42298 \series bold
42299 pages={4-9}
42300 \series default
42301 ) or any combination.
42302  To insert empty pages use {}.
42303  E.
42304 \begin_inset space \thinspace{}
42305 \end_inset
42306
42307 g.
42308 \begin_inset space ~
42309 \end_inset
42310
42311
42312 \series bold
42313 pages={3,{},8-11,15}
42314 \series default
42315  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
42316  Page ranges are specified in the syntax 
42317 \emph on
42318 start
42319 \emph default
42320 -
42321 \emph on
42322 stop
42323 \emph default
42324 .
42325  This selects all pages from 
42326 \emph on
42327 start
42328 \emph default
42329  to 
42330 \emph on
42331 stop
42332 \emph default
42333 .
42334  Omitting 
42335 \emph on
42336 start
42337 \emph default
42338  defaults to the first page; omitting 
42339 \emph on
42340 stop
42341 \emph default
42342  defaults to the last page of the document.
42343  The last page can also be selected with the keyword 
42344 \series bold
42345 last
42346 \series default
42347 .
42348  (This is only permitted in a page range.) So 
42349 \series bold
42350 pages=-
42351 \series default
42352  will insert all pages of the document and 
42353 \series bold
42354 pages=last-1
42355 \series default
42356  will insert all pages in reverse order.
42357  If the pages option is not specified, only the first page of the PDF is
42358  inserted.
42359 \begin_inset Newline newline
42360 \end_inset
42361
42362 The option 
42363 \series bold
42364 noautoscale
42365 \series default
42366  inserts the pages with their original size, if this option is not given,
42367  the pages will be resized to fith the width of the page of your document.
42368  In the tab 
42369 \family sans
42370 Size and Rotation
42371 \family default
42372  you can specify the width and height of the input pages and their rotation.
42373  If another width than 100
42374 \begin_inset space \thinspace{}
42375 \end_inset
42376
42377 Scale% is used, the option 
42378 \series bold
42379 noautoscale
42380 \series default
42381  will be overwritten.
42382  For more info and possible options, have a look into the documentation
42383  of the \SpecialChar LaTeX
42384 -package 
42385 \series bold
42386 pdfpages
42387 \series default
42388  
42389 \begin_inset CommandInset citation
42390 LatexCommand cite
42391 key "pdfpages"
42392 literal "true"
42393
42394 \end_inset
42395
42396 .
42397 \begin_inset Index idx
42398 range none
42399 pageformat default
42400 status collapsed
42401
42402 \begin_layout Plain Layout
42403 \SpecialChar LaTeX
42404  packages
42405 \begin_inset IndexMacro subentry
42406 status open
42407
42408 \begin_layout Plain Layout
42409 pdfpages
42410 \end_layout
42411
42412 \end_inset
42413
42414
42415 \end_layout
42416
42417 \end_inset
42418
42419
42420 \begin_inset Newline newline
42421 \end_inset
42422
42423 To use this template in a 
42424 \family sans
42425 Beamer
42426 \family default
42427  presentation you need to first insert an 
42428 \family sans
42429 EndFrame
42430 \family default
42431  environment and in a subsequent paragraph a \SpecialChar TeX
42432  Code box containing the command
42433  
42434 \series bold
42435
42436 \backslash
42437 setbeamertemplate{background canvas}{}
42438 \series default
42439 .
42440  Then you can insert as many paragraphs containing the PDFPages template
42441  as you wish.
42442  Behind the included PDF pages you can resume the Beamer presentation by
42443  beginning a new frame or by starting a new section.
42444  To avoid stray blank pages prior to the PDF pages, make sure to use the
42445  
42446 \family sans
42447 Default
42448 \family default
42449  alignment for the paragraph containing the template.
42450 \begin_inset Newline newline
42451 \end_inset
42452
42453 Here is an included PDF which is rotated by -5°: 
42454 \begin_inset External
42455         template PDFPages
42456         filename clipart/Abstract.pdf
42457         extra LaTeX "noautoscale, pages=-"
42458         rotateAngle -5
42459         rotateOrigin bottomleft
42460
42461 \end_inset
42462
42463
42464 \end_layout
42465
42466 \begin_layout Description
42467 Raster
42468 \begin_inset space ~
42469 \end_inset
42470
42471 image This can be used for bitmap images.
42472  The image can be treated in the 
42473 \family sans
42474 External material
42475 \family default
42476  dialog like the images that are usually included via the 
42477 \family sans
42478 Graphics
42479 \family default
42480  dialog as described in section
42481 \begin_inset space ~
42482 \end_inset
42483
42484
42485 \begin_inset CommandInset ref
42486 LatexCommand ref
42487 reference "sec:Graphics-Dialog"
42488
42489 \end_inset
42490
42491 .
42492  Here is an inserted raster image: 
42493 \begin_inset External
42494         template RasterImage
42495         filename clipart/ToolbarEnvBox.png
42496
42497 \end_inset
42498
42499
42500 \end_layout
42501
42502 \begin_layout Description
42503 Spreadsheet With this template you can insert spreadsheets
42504 \begin_inset space \thinspace{}
42505 \end_inset
42506
42507 /
42508 \begin_inset space \thinspace{}
42509 \end_inset
42510
42511 tables in the format of 
42512 \series bold
42513
42514 \begin_inset CommandInset href
42515 LatexCommand href
42516 name "Gnumeric"
42517 target "https://en.wikipedia.org/wiki/Gnumeric"
42518 literal "false"
42519
42520 \end_inset
42521
42522
42523 \series default
42524
42525 \begin_inset CommandInset href
42526 LatexCommand href
42527 name "OpenDocument"
42528 target "https://en.wikipedia.org/wiki/OpenDocument"
42529 literal "false"
42530
42531 \end_inset
42532
42533
42534 \begin_inset CommandInset href
42535 LatexCommand href
42536 name "Microsoft Office XML"
42537 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
42538 literal "false"
42539
42540 \end_inset
42541
42542  and 
42543 \begin_inset CommandInset href
42544 LatexCommand href
42545 name "Office Open XML"
42546 target "https://en.wikipedia.org/wiki/Office_Open_XML"
42547 literal "false"
42548
42549 \end_inset
42550
42551 .
42552  For this feature \SpecialChar LyX
42553  must have found the program 
42554 \family typewriter
42555 ssconvert
42556 \family default
42557  during its configuration.
42558  This program is part of Gnumeric, so that you must have Gnumeric installed,
42559  also if you don't have tables in the Gnumeric format.
42560  For examples and possible limitations have a look at \SpecialChar LyX
42561 's example file 
42562 \emph on
42563 spreadsheet.lyx
42564 \emph default
42565 .
42566 \end_layout
42567
42568 \begin_layout Description
42569 Vector
42570 \begin_inset space ~
42571 \end_inset
42572
42573 graphics This can be used for vector graphics.
42574  The image can be treated in the 
42575 \family sans
42576 External material
42577 \family default
42578  dialog like the images that are usually included via the 
42579 \family sans
42580 Graphics
42581 \family default
42582  dialog as described in section
42583 \begin_inset space ~
42584 \end_inset
42585
42586
42587 \begin_inset CommandInset ref
42588 LatexCommand ref
42589 reference "sec:Graphics-Dialog"
42590
42591 \end_inset
42592
42593 .
42594  Here is an inserted vector graphics: 
42595 \begin_inset External
42596         template VectorGraphics
42597         filename clipart/SVG-Drawing.svg
42598         lyxscale 50
42599         scale 33
42600
42601 \end_inset
42602
42603
42604 \end_layout
42605
42606 \begin_layout Description
42607 Xfig
42608 \begin_inset space ~
42609 \end_inset
42610
42611 figure This template supports images created with the program 
42612 \begin_inset CommandInset href
42613 LatexCommand href
42614 name "Xfig"
42615 target "https://en.wikipedia.org/wiki/Xfig"
42616 literal "false"
42617
42618 \end_inset
42619
42620 .
42621 \end_layout
42622
42623 \begin_layout Standard
42624 When you use the option 
42625 \family sans
42626 Draft
42627 \family default
42628  in the 
42629 \family sans
42630 File
42631 \family default
42632  tab of the 
42633 \family sans
42634 External Material
42635 \family default
42636  dialog, only the path to the inserted file is shown in the output.
42637 \begin_inset Newline newline
42638 \end_inset
42639
42640 External material is displayed in \SpecialChar LyX
42641  either as a box like this: 
42642 \begin_inset Graphics
42643         filename clipart/ExternalMaterial.png
42644         scale 95
42645         scaleBeforeRotation
42646
42647 \end_inset
42648
42649  or as image, depending on the option 
42650 \family sans
42651 Show in LyX
42652 \family default
42653  in the 
42654 \family sans
42655 LaTeX and LyX options
42656 \family default
42657  tab of the dialog.
42658 \end_layout
42659
42660 \begin_layout Standard
42661 The 
42662 \family sans
42663 \emph on
42664 Customization
42665 \family default
42666 \emph default
42667  manual explains how you can define your own templates.
42668 \end_layout
42669
42670 \begin_layout Section
42671 Child Documents
42672 \begin_inset CommandInset label
42673 LatexCommand label
42674 name "sec:Child-Documents"
42675
42676 \end_inset
42677
42678
42679 \begin_inset Index idx
42680 range none
42681 pageformat default
42682 status collapsed
42683
42684 \begin_layout Plain Layout
42685 External Document Parts
42686 \begin_inset IndexMacro subentry
42687 status open
42688
42689 \begin_layout Plain Layout
42690 Child Documents
42691 \end_layout
42692
42693 \end_inset
42694
42695
42696 \end_layout
42697
42698 \end_inset
42699
42700
42701 \begin_inset Index idx
42702 range none
42703 pageformat default
42704 status collapsed
42705
42706 \begin_layout Plain Layout
42707 Files
42708 \begin_inset IndexMacro subentry
42709 status open
42710
42711 \begin_layout Plain Layout
42712 Include
42713 \end_layout
42714
42715 \end_inset
42716
42717
42718 \end_layout
42719
42720 \end_inset
42721
42722
42723 \end_layout
42724
42725 \begin_layout Standard
42726 Child documents are used if you have a long document consisting of several
42727  larger parts or sections.
42728  For maintenance it is often useful and sometimes even required to split
42729  the document into several files that can be revised separately.
42730  The different documents are then the so called 
42731 \begin_inset Quotes eld
42732 \end_inset
42733
42734 child documents
42735 \begin_inset Quotes erd
42736 \end_inset
42737
42738 , and a master document connects them to print the full document or parts
42739  of it.
42740  A child document inherits elements from its master, for example the \SpecialChar LaTeX
42741  preamble,
42742  the bibliography, and labels for cross-references.
42743 \end_layout
42744
42745 \begin_layout Standard
42746 To be able to work on child documents without the need to open their master,
42747  specify in the child document the master in the menu
42748 \family sans
42749  Document\SpecialChar menuseparator
42750 Settings\SpecialChar menuseparator
42751 Document
42752 \begin_inset space ~
42753 \end_inset
42754
42755 Class
42756 \family default
42757 .
42758  This master document will then be used in the background by \SpecialChar LyX
42759  when you edit
42760  the child document.
42761 \end_layout
42762
42763 \begin_layout Standard
42764 Included documents are displayed in \SpecialChar LyX
42765  as a box like this: 
42766 \begin_inset Graphics
42767         filename clipart/ChildDocument.png
42768         scale 95
42769         scaleBeforeRotation
42770
42771 \end_inset
42772
42773  To include child documents in a master document use the menu 
42774 \family sans
42775 Insert\SpecialChar menuseparator
42776 File\SpecialChar menuseparator
42777 Child
42778 \begin_inset space ~
42779 \end_inset
42780
42781 Documents
42782 \family default
42783 .
42784  A dialog pops up where you can choose between four include methods:
42785 \end_layout
42786
42787 \begin_layout Description
42788 Include You can include \SpecialChar LyX
42789  and \SpecialChar LaTeX
42790  documents.
42791  When you press the 
42792 \family sans
42793 Edit
42794 \family default
42795  button in the 
42796 \family sans
42797 Child Document
42798 \family default
42799  dialog, the included document will be opened in \SpecialChar LyX
42800  in a new file tab so that
42801  you can modify it.
42802 \begin_inset Newline newline
42803 \end_inset
42804
42805
42806 \end_layout
42807
42808 \begin_layout Standard
42809 Here is a child document inserted using 
42810 \family sans
42811 Include
42812 \family default
42813
42814 \begin_inset CommandInset include
42815 LatexCommand include
42816 filename "DummyDocument1.lyx"
42817 literal "true"
42818
42819 \end_inset
42820
42821
42822 \end_layout
42823
42824 \begin_layout Standard
42825 The section numbering includes the sections of the included files in the
42826  order they are inserted in the master document.
42827  The included example document has for example a subsection that is numbered
42828  as a subsection of this section.
42829  Labels of included documents can be referenced: Subsection
42830 \begin_inset space ~
42831 \end_inset
42832
42833
42834 \begin_inset CommandInset ref
42835 LatexCommand ref
42836 reference "subsec:External-Subsection-1"
42837
42838 \end_inset
42839
42840 .
42841 \end_layout
42842
42843 \begin_layout Standard
42844 The preamble of the child document is ignored; only the preamble of the
42845  master document is used.
42846  Branches in child documents will be ignored by the master document when
42847  the master document does not have a branch with the same name.
42848  Included documents are inserted starting on a new page and ending with
42849  a page break.
42850 \end_layout
42851
42852 \begin_layout Standard
42853 \begin_inset Note Greyedout
42854 status open
42855
42856 \begin_layout Plain Layout
42857
42858 \series bold
42859 Note:
42860 \series default
42861  If you have included a \SpecialChar LyX
42862  or \SpecialChar LaTeX
42863  file, you are warned when you export/view the
42864  document in case the child document uses another document class than the
42865  master document as this will lead to unexpected outputs.
42866 \end_layout
42867
42868 \end_inset
42869
42870
42871 \end_layout
42872
42873 \begin_layout Description
42874 Input This method is very similar to the Include method.
42875  The differences are:
42876 \end_layout
42877
42878 \begin_deeper
42879 \begin_layout Itemize
42880 Input files don't start with a new page and don't end with a page break.
42881 \end_layout
42882
42883 \begin_layout Itemize
42884 Input files can be previewed in \SpecialChar LyX
42885  when 
42886 \family sans
42887 Instant
42888 \begin_inset space ~
42889 \end_inset
42890
42891 Preview
42892 \family default
42893  is enabled in \SpecialChar LyX
42894 's preferences under 
42895 \family sans
42896 Look
42897 \begin_inset space ~
42898 \end_inset
42899
42900 and
42901 \begin_inset space ~
42902 \end_inset
42903
42904 feel\SpecialChar menuseparator
42905 Graphics
42906 \family default
42907 .
42908 \end_layout
42909
42910 \begin_layout Itemize
42911 You cannot exclude Input files via the menu 
42912 \family sans
42913 Document\SpecialChar menuseparator
42914 Settings\SpecialChar menuseparator
42915 Child Documents
42916 \family default
42917 .
42918 \end_layout
42919
42920 \end_deeper
42921 \begin_layout Standard
42922 Here is a child document inserted using 
42923 \family sans
42924 Input
42925 \family default
42926
42927 \begin_inset CommandInset include
42928 LatexCommand input
42929 filename "DummyDocument2.lyx"
42930 literal "true"
42931
42932 \end_inset
42933
42934
42935 \end_layout
42936
42937 \begin_layout Description
42938 Verbatim With this method any text file can be included.
42939  The file is shown in the output with its source code; no command used in
42940  the text is invoked.
42941  You can use the option 
42942 \family sans
42943 Mark spaces in output
42944 \family default
42945  that displays the character 
42946 \begin_inset Quotes eld
42947 \end_inset
42948
42949
42950 \begin_inset ERT
42951 status collapsed
42952
42953 \begin_layout Plain Layout
42954
42955
42956 \backslash
42957 textvisiblespace 
42958 \end_layout
42959
42960 \end_inset
42961
42962
42963 \begin_inset Quotes erd
42964 \end_inset
42965
42966  for every space character in the source code.
42967  The difference from the method via the menu 
42968 \family sans
42969 Insert\SpecialChar menuseparator
42970 File\SpecialChar menuseparator
42971 Plain
42972 \begin_inset space ~
42973 \end_inset
42974
42975 Text
42976 \family default
42977  is that the document content is not shown in \SpecialChar LyX
42978 .
42979 \end_layout
42980
42981 \begin_layout Standard
42982 Here is a child document inserted as Verbatim: 
42983 \begin_inset CommandInset include
42984 LatexCommand verbatiminput
42985 filename "DummyTextDocument.txt"
42986 literal "true"
42987
42988 \end_inset
42989
42990
42991 \begin_inset VSpace bigskip
42992 \end_inset
42993
42994  Here is a child document inserted as Verbatim using the 
42995 \family sans
42996 Mark spaces in output
42997 \family default
42998  option: 
42999 \begin_inset CommandInset include
43000 LatexCommand verbatiminput*
43001 filename "DummyTextDocument.txt"
43002 literal "true"
43003
43004 \end_inset
43005
43006
43007 \end_layout
43008
43009 \begin_layout Standard
43010 \begin_inset VSpace bigskip
43011 \end_inset
43012
43013
43014 \end_layout
43015
43016 \begin_layout Standard
43017 \begin_inset Note Greyedout
43018 status open
43019
43020 \begin_layout Plain Layout
43021
43022 \series bold
43023 Note:
43024 \series default
43025  As you can see in the examples above, the text of the documents included
43026  as 
43027 \family sans
43028 verbatim
43029 \family default
43030  is not broken at the end of the document lines.
43031 \end_layout
43032
43033 \end_inset
43034
43035
43036 \end_layout
43037
43038 \begin_layout Description
43039 Listings This type is described in chapter
43040 \begin_inset space ~
43041 \end_inset
43042
43043
43044 \begin_inset CommandInset ref
43045 LatexCommand ref
43046 reference "cha:Program-Code-Listings"
43047
43048 \end_inset
43049
43050 .
43051 \end_layout
43052
43053 \begin_layout Standard
43054 \begin_inset Note Greyedout
43055 status open
43056
43057 \begin_layout Plain Layout
43058
43059 \series bold
43060 Note:
43061 \series default
43062  Including the same document twice in a document using different methods
43063  could cause \SpecialChar LaTeX
43064 -problems.
43065 \end_layout
43066
43067 \end_inset
43068
43069
43070 \end_layout
43071
43072 \begin_layout Standard
43073 If you want to view/export only selected children of your master document,
43074  either because you want to save compiling time or because you want to distribut
43075 e single chapters of the book you are just writing, you can exclude children
43076  from the output.
43077  This is done via the menu 
43078 \family sans
43079 Document\SpecialChar menuseparator
43080 Settings\SpecialChar menuseparator
43081 Child Documents
43082 \family default
43083 .
43084  You can exclude\SpecialChar breakableslash
43085 include children by double-clicking on the 
43086 \family sans
43087 include to output
43088 \family default
43089  column of the respective child document in the list (note that this only
43090  works for documents embedded via 
43091 \begin_inset Quotes eld
43092 \end_inset
43093
43094 Include
43095 \begin_inset Quotes erd
43096 \end_inset
43097
43098 , not with 
43099 \begin_inset Quotes eld
43100 \end_inset
43101
43102 Input
43103 \begin_inset Quotes erd
43104 \end_inset
43105
43106 ).
43107  
43108 \change_inserted -712698321 1584102244
43109
43110 \end_layout
43111
43112 \begin_layout Standard
43113
43114 \change_inserted -712698321 1584102427
43115 In the section 
43116 \family sans
43117 Global Counters & References
43118 \family default
43119  you can set how page numbers, references, section counters etc.
43120  are handled.
43121 \end_layout
43122
43123 \begin_layout Itemize
43124
43125 \change_inserted -712698321 1584102377
43126 With the option 
43127 \family sans
43128 Strictly maintain
43129 \family default
43130
43131 \change_deleted -712698321 1584102385
43132 If the option 
43133 \family sans
43134 Maintain counters and references
43135 \family default
43136  is enabled, 
43137 \change_unchanged
43138 \SpecialChar LyX
43139  will assure that all page numbers, references etc.
43140 \begin_inset space ~
43141 \end_inset
43142
43143 are correct as if the whole document was 
43144 \change_deleted -712698321 1584108508
43145 processed
43146 \change_inserted -712698321 1584108509
43147 output
43148 \change_unchanged
43149 .
43150  This is useful if you want the selected sub-documents to look exactly as
43151  in the context of the whole document.
43152  However, \SpecialChar LyX
43153  needs to process the whole document in the background for this
43154  feature
43155 \change_inserted -712698321 1584102406
43156 , which can take a long time
43157 \change_unchanged
43158 .
43159
43160 \change_deleted -712698321 1584103026
43161  
43162 \change_inserted -712698321 1584102447
43163
43164 \end_layout
43165
43166 \begin_layout Itemize
43167
43168 \change_inserted -712698321 1584102489
43169 With the option 
43170 \family sans
43171 Do not maintain
43172 \family default
43173
43174 \change_unchanged
43175 \SpecialChar LyX
43176
43177 \change_inserted -712698321 1584103270
43178  only compiles the master and the included documents.
43179  Thus the counters will differ from the complete document, and references
43180  to excluded child documents will not be resolved.
43181  
43182 \change_deleted -712698321 1584102517
43183 So i
43184 \change_inserted -712698321 1584102518
43185 I
43186 \change_unchanged
43187 f you want to save compile time and if counters and references do not need
43188  to be correct, 
43189 \change_deleted -712698321 1584102523
43190 disable this checkbox
43191 \change_inserted -712698321 1584102546
43192 use this option as this is the fastest one
43193 \change_unchanged
43194 .
43195 \change_inserted -712698321 1584102550
43196
43197 \end_layout
43198
43199 \begin_layout Itemize
43200
43201 \change_inserted -712698321 1584109486
43202 The option 
43203 \family sans
43204 Maintain mostly
43205 \family default
43206  is somewhat in-between the above two.
43207  If this is selected, \SpecialChar LyX
43208  will compile the whole document at the first output,
43209  which sets up counters and references correctly.
43210  In subsequent outputs, it will compile the whole document only if a change
43211  has been made in an excluded child document.
43212  As long as you only edit the included files, this approach is as fast as
43213  the second one, while giving you more or less correct counters and references.
43214  They are only more or less correct since the change of size of included
43215  documents obviously also changes the pagination of excluded documents,
43216  but this change cannot be tracked with this method.
43217 \change_unchanged
43218
43219 \end_layout
43220
43221 \begin_layout Standard
43222 Alternatively, you can put each included file into a branch.
43223 \begin_inset Foot
43224 status collapsed
43225
43226 \begin_layout Plain Layout
43227 Branches are described in section 
43228 \emph on
43229 Branches
43230 \emph default
43231  of the \SpecialChar LyX
43232  
43233 \emph on
43234 Userguide
43235 \emph default
43236 .
43237 \end_layout
43238
43239 \end_inset
43240
43241  By enabling\SpecialChar breakableslash
43242 disabling branches you can decide which included files will
43243  appear in the output.
43244  This has the advantage that it also works with Input'ed sub-documents.
43245  However, counters and references will not be maintained with this approach.
43246 \end_layout
43247
43248 \begin_layout Chapter
43249 Program Code Listings
43250 \begin_inset CommandInset label
43251 LatexCommand label
43252 name "cha:Program-Code-Listings"
43253
43254 \end_inset
43255
43256
43257 \begin_inset Index idx
43258 range none
43259 pageformat default
43260 status collapsed
43261
43262 \begin_layout Plain Layout
43263 Listings
43264 \end_layout
43265
43266 \end_inset
43267
43268
43269 \begin_inset Index idx
43270 range none
43271 pageformat default
43272 status collapsed
43273
43274 \begin_layout Plain Layout
43275 Program Code
43276 \end_layout
43277
43278 \end_inset
43279
43280
43281 \begin_inset Index idx
43282 range none
43283 pageformat default
43284 status collapsed
43285
43286 \begin_layout Plain Layout
43287 Floats
43288 \begin_inset IndexMacro subentry
43289 status open
43290
43291 \begin_layout Plain Layout
43292 Listings
43293 \end_layout
43294
43295 \end_inset
43296
43297
43298 \end_layout
43299
43300 \end_inset
43301
43302
43303 \end_layout
43304
43305 \begin_layout Standard
43306 To include and typeset program code you can use the 
43307 \family sans
43308 Listings
43309 \family default
43310  inset that can be inserted via the menu 
43311 \family sans
43312 Insert\SpecialChar menuseparator
43313 Program Listing
43314 \family default
43315 .
43316  The \SpecialChar LaTeX
43317  packages 
43318 \series bold
43319 listings
43320 \series default
43321
43322 \begin_inset Index idx
43323 range none
43324 pageformat default
43325 status collapsed
43326
43327 \begin_layout Plain Layout
43328 \SpecialChar LaTeX
43329  packages
43330 \begin_inset IndexMacro subentry
43331 status open
43332
43333 \begin_layout Plain Layout
43334 listings
43335 \end_layout
43336
43337 \end_inset
43338
43339
43340 \end_layout
43341
43342 \end_inset
43343
43344  or 
43345 \series bold
43346 minted
43347 \series default
43348
43349 \begin_inset Index idx
43350 range none
43351 pageformat default
43352 status collapsed
43353
43354 \begin_layout Plain Layout
43355 \SpecialChar LaTeX
43356  packages
43357 \begin_inset IndexMacro subentry
43358 status open
43359
43360 \begin_layout Plain Layout
43361 minted
43362 \end_layout
43363
43364 \end_inset
43365
43366
43367 \end_layout
43368
43369 \end_inset
43370
43371  provide a powerful and flexible way to insert program source code into
43372  your document.
43373  One can only use one of these packages in a document.
43374  
43375 \series bold
43376 listings
43377 \series default
43378  is used by default.
43379 \end_layout
43380
43381 \begin_layout Standard
43382 \begin_inset Note Note
43383 status open
43384
43385 \begin_layout Plain Layout
43386
43387 \series bold
43388 Note:
43389 \series default
43390  \SpecialChar LyX
43391  does NOT want to encourage users to add the 
43392 \family typewriter
43393 -shell-escape
43394 \family default
43395  option to converter definitions.
43396  It works, but it is a huge security risk.
43397  There is an active discussion about how to handle this.
43398  Once that's been resolved, this can be updated appropriately.
43399 \end_layout
43400
43401 \begin_layout Plain Layout
43402 =====
43403 \end_layout
43404
43405 \begin_layout Plain Layout
43406 In order to use 
43407 \series bold
43408 minted
43409 \series default
43410 , you need to select it as the syntax highlighting package in the document
43411  settings under 
43412 \family sans
43413 Listings
43414 \family default
43415 .
43416  
43417 \series bold
43418 minted
43419 \series default
43420  requires also additionally the module 
43421 \family sans
43422 pygments
43423 \family default
43424  of the software 
43425 \noun on
43426 Python
43427 \noun default
43428
43429 \begin_inset Foot
43430 status collapsed
43431
43432 \begin_layout Plain Layout
43433 Under \SpecialChar LyX
43434  for Windows 
43435 \family sans
43436 pygments
43437 \family default
43438  is already installed.
43439 \end_layout
43440
43441 \end_inset
43442
43443  and the option 
43444 \family typewriter
43445 -shell-escape
43446 \family default
43447  for the \SpecialChar LaTeX
43448  processor.
43449  If you want for example view or export your document as the format 
43450 \family sans
43451 PDF
43452 \begin_inset space ~
43453 \end_inset
43454
43455 (pdflatex)
43456 \family default
43457 , go to the \SpecialChar LyX
43458  preferences and there to the section 
43459 \family sans
43460 File
43461 \begin_inset space ~
43462 \end_inset
43463
43464 Handling\SpecialChar menuseparator
43465 Converters
43466 \family default
43467 .
43468  There go to the entry 
43469 \family sans
43470 LaTeX
43471 \begin_inset space ~
43472 \end_inset
43473
43474 (pdflatex) -> PDF
43475 \begin_inset space ~
43476 \end_inset
43477
43478 (pdflatex)
43479 \family default
43480  and look at the field 
43481 \family sans
43482 Converter
43483 \family default
43484 .
43485  There you see by default the content
43486 \begin_inset Newline newline
43487 \end_inset
43488
43489
43490 \series bold
43491 pdflatex $$i
43492 \series default
43493
43494 \begin_inset Newline newline
43495 \end_inset
43496
43497 Now change it to
43498 \begin_inset Newline newline
43499 \end_inset
43500
43501
43502 \series bold
43503 pdflatex $$i -shell-escape
43504 \begin_inset Newline newline
43505 \end_inset
43506
43507
43508 \series default
43509 and press the 
43510 \family sans
43511 Modify
43512 \family default
43513  button and subsequently 
43514 \family sans
43515 Apply
43516 \family default
43517  or 
43518 \family sans
43519 Save
43520 \family default
43521 .
43522  The same can be done for the output formats 
43523 \family sans
43524 PDF
43525 \begin_inset space ~
43526 \end_inset
43527
43528 (LuaTeX)
43529 \family default
43530  and 
43531 \family sans
43532 PDF
43533 \begin_inset space ~
43534 \end_inset
43535
43536 (XeTeX)
43537 \family default
43538 .
43539 \end_layout
43540
43541 \end_inset
43542
43543
43544 \end_layout
43545
43546 \begin_layout Standard
43547 Right-clicking on a listings inset opens the context menu containing where
43548  you can set the listings format.
43549 \end_layout
43550
43551 \begin_layout Standard
43552 By default, a listing starts a new paragraph in the output.
43553  The placement option 
43554 \family sans
43555 Inline
43556 \begin_inset space ~
43557 \end_inset
43558
43559 listing
43560 \family default
43561  prints the listing inline like this: 
43562 \begin_inset listings
43563 lstparams "language={C++}"
43564 inline true
43565 status open
43566
43567 \begin_layout Plain Layout
43568
43569 int a=5;
43570 \end_layout
43571
43572 \end_inset
43573
43574
43575 \begin_inset Newline newline
43576 \end_inset
43577
43578 The option 
43579 \family sans
43580 Float
43581 \family default
43582  creates a listings float where you can specify the placement options 
43583 \begin_inset Quotes eld
43584 \end_inset
43585
43586
43587 \family sans
43588 h
43589 \family default
43590
43591 \begin_inset Quotes erd
43592 \end_inset
43593
43594
43595 \begin_inset Quotes eld
43596 \end_inset
43597
43598
43599 \family sans
43600 t
43601 \family default
43602
43603 \begin_inset Quotes erd
43604 \end_inset
43605
43606
43607 \begin_inset Quotes eld
43608 \end_inset
43609
43610
43611 \family sans
43612 b
43613 \family default
43614
43615 \begin_inset Quotes erd
43616 \end_inset
43617
43618 , and 
43619 \begin_inset Quotes eld
43620 \end_inset
43621
43622
43623 \family sans
43624 p
43625 \family default
43626
43627 \begin_inset Quotes erd
43628 \end_inset
43629
43630  corresponding to the float placement options described in section
43631 \begin_inset space ~
43632 \end_inset
43633
43634
43635 \begin_inset CommandInset ref
43636 LatexCommand ref
43637 reference "sec:Float-Settings"
43638
43639 \end_inset
43640
43641 .
43642  The placement options can be mixed and are inserted without any separation,
43643  e.
43644 \begin_inset space \thinspace{}
43645 \end_inset
43646
43647 g.
43648 \begin_inset space \space{}
43649 \end_inset
43650
43651
43652 \begin_inset Quotes eld
43653 \end_inset
43654
43655
43656 \family sans
43657 htbp
43658 \family default
43659
43660 \begin_inset Quotes erd
43661 \end_inset
43662
43663 .
43664  The option 
43665 \begin_inset Quotes eld
43666 \end_inset
43667
43668 h
43669 \begin_inset Quotes erd
43670 \end_inset
43671
43672  has sometimes no effect, but you don't need to use the 
43673 \family sans
43674 Float
43675 \family default
43676  option in this case as also non-float listings can have captions and be
43677  referenced.
43678 \end_layout
43679
43680 \begin_layout Standard
43681 You can add captions to listings that are not inline with the menu 
43682 \family sans
43683 Insert\SpecialChar menuseparator
43684 Caption
43685 \family default
43686 .
43687  Listings can be referenced like floats: Listing
43688 \begin_inset space ~
43689 \end_inset
43690
43691
43692 \begin_inset CommandInset ref
43693 LatexCommand ref
43694 reference "lst:Example-Listing"
43695
43696 \end_inset
43697
43698 .
43699  A list of listings which contains all listings with captions can be created
43700  via the menu 
43701 \family sans
43702 Insert\SpecialChar menuseparator
43703 List
43704 \begin_inset space ~
43705 \end_inset
43706
43707 /
43708 \begin_inset space ~
43709 \end_inset
43710
43711 TOC\SpecialChar menuseparator
43712 List of Listings
43713 \family default
43714 .
43715  The list entries are the listing caption and the listing number.
43716 \end_layout
43717
43718 \begin_layout Standard
43719 \begin_inset listings
43720 lstparams "language=Python"
43721 inline false
43722 status open
43723
43724 \begin_layout Plain Layout
43725
43726 \begin_inset Caption Standard
43727
43728 \begin_layout Plain Layout
43729 \begin_inset CommandInset label
43730 LatexCommand label
43731 name "lst:Example-Listing"
43732
43733 \end_inset
43734
43735 Example Listing float
43736 \end_layout
43737
43738 \end_inset
43739
43740 # Example listing float
43741 \end_layout
43742
43743 \begin_layout Plain Layout
43744
43745 def func(param):
43746 \end_layout
43747
43748 \begin_layout Plain Layout
43749
43750     'this is a python function'
43751 \end_layout
43752
43753 \begin_layout Plain Layout
43754
43755     pass
43756 \end_layout
43757
43758 \end_inset
43759
43760
43761 \end_layout
43762
43763 \begin_layout Standard
43764 \begin_inset Note Greyedout
43765 status open
43766
43767 \begin_layout Plain Layout
43768
43769 \series bold
43770 Note: 
43771 \series default
43772 The 
43773 \series bold
43774 listings
43775 \series default
43776  package places captions before the listing by default.
43777 \begin_inset Newline newline
43778 \end_inset
43779
43780 The 
43781 \series bold
43782 minted
43783 \series default
43784  package places them after the listing by default if it is floating.
43785  If it is not floating, caption will be typeset before the listing if it
43786  is inserted to its first line, otherwise it will be typeset after the listing.
43787  If you want to force the placement in every case before the listing, you
43788  have to add the following lines as last thing to the preamble:
43789 \begin_inset Newline newline
43790 \end_inset
43791
43792
43793 \series bold
43794
43795 \backslash
43796 @ifundefined{newfloat}
43797 \begin_inset Newline newline
43798 \end_inset
43799
43800
43801 \begin_inset Phantom HPhantom
43802 status open
43803
43804 \begin_layout Plain Layout
43805
43806 \series bold
43807 \begin_inset space ~
43808 \end_inset
43809
43810
43811 \end_layout
43812
43813 \end_inset
43814
43815 {
43816 \backslash
43817 usepackage{float}}{}
43818 \begin_inset Newline newline
43819 \end_inset
43820
43821
43822 \backslash
43823 floatstyle{plaintop}
43824 \series default
43825
43826 \begin_inset Note Note
43827 status collapsed
43828
43829 \begin_layout Plain Layout
43830 The package 
43831 \series bold
43832 float
43833 \series default
43834  will be loaded automatically by \SpecialChar LyX
43835  when you use special document-wide float
43836  placement settings.
43837  To avoid that it is loaded twice the command 
43838 \series bold
43839
43840 \backslash
43841 @ifundefined
43842 \series default
43843  is used in the above command.
43844 \end_layout
43845
43846 \end_inset
43847
43848
43849 \end_layout
43850
43851 \end_inset
43852
43853
43854 \end_layout
43855
43856 \begin_layout Standard
43857 When you have set a programming language in the listings dialog, the keywords
43858  of this language will be recognized and specially typeset in the output.
43859  In the example listings the Python keyword 
43860 \begin_inset Quotes eld
43861 \end_inset
43862
43863 def
43864 \begin_inset Quotes erd
43865 \end_inset
43866
43867  is recognized and printed bold in the output.
43868 \end_layout
43869
43870 \begin_layout Standard
43871 \begin_inset Note Greyedout
43872 status open
43873
43874 \begin_layout Plain Layout
43875
43876 \series bold
43877 Note:
43878 \series default
43879  If you don't get bold keywords when using typewriter fonts, your 
43880 \family typewriter
43881 typewriter
43882 \family default
43883  font probably doesn't provide a bold shape.
43884  In this case select a different one in the menu 
43885 \family sans
43886 Document\SpecialChar menuseparator
43887 Settings\SpecialChar menuseparator
43888 Fonts
43889 \family default
43890 .
43891  (The fonts 
43892 \emph on
43893 LuxiMono, BeraMono
43894 \emph default
43895  and 
43896 \emph on
43897 Courier
43898 \emph default
43899  provide bold shapes.)
43900 \end_layout
43901
43902 \end_inset
43903
43904
43905 \end_layout
43906
43907 \begin_layout Standard
43908 In section 
43909 \family sans
43910 Line
43911 \begin_inset space ~
43912 \end_inset
43913
43914 numbering
43915 \family default
43916  of the listings dialog you can specify the line numbering style.
43917  You can insert a number to specify which lines are numbered in the field
43918  
43919 \family sans
43920 Step
43921 \family default
43922 .
43923  When you insert e.
43924 \begin_inset space \thinspace{}
43925 \end_inset
43926
43927 g.
43928 \begin_inset space \space{}
43929 \end_inset
43930
43931
43932 \begin_inset Quotes eld
43933 \end_inset
43934
43935 3
43936 \begin_inset Quotes erd
43937 \end_inset
43938
43939 , only every 3rd line will be numbered.
43940 \end_layout
43941
43942 \begin_layout Standard
43943 You can furthermore specify a range of lines; only these will then appear
43944  in the output.
43945  The option 
43946 \family sans
43947 Extended character table
43948 \family default
43949  is only meaningful for the 
43950 \series bold
43951 listings
43952 \series default
43953  package and should be used when you use national characters like the German
43954  umlauts in the listing.
43955 \begin_inset Newline newline
43956 \end_inset
43957
43958 Here is an example listing with left line numbering, step 
43959 \begin_inset Quotes eld
43960 \end_inset
43961
43962 3
43963 \begin_inset Quotes erd
43964 \end_inset
43965
43966 , language 
43967 \begin_inset Quotes eld
43968 \end_inset
43969
43970 Python
43971 \begin_inset Quotes erd
43972 \end_inset
43973
43974 , options 
43975 \begin_inset Quotes eld
43976 \end_inset
43977
43978 Extended character table
43979 \begin_inset Quotes erd
43980 \end_inset
43981
43982  and 
43983 \begin_inset Quotes eld
43984 \end_inset
43985
43986 Space
43987 \begin_inset space ~
43988 \end_inset
43989
43990 as
43991 \begin_inset space ~
43992 \end_inset
43993
43994 symbol
43995 \begin_inset Quotes erd
43996 \end_inset
43997
43998 , range lines 3
43999 \begin_inset space \thinspace{}
44000 \end_inset
44001
44002 -
44003 \begin_inset space \thinspace{}
44004 \end_inset
44005
44006 8:
44007 \end_layout
44008
44009 \begin_layout Standard
44010 \begin_inset listings
44011 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
44012 inline false
44013 status open
44014
44015 \begin_layout Plain Layout
44016
44017 def func(param):
44018 \end_layout
44019
44020 \begin_layout Plain Layout
44021
44022     'this is a python function'
44023 \end_layout
44024
44025 \begin_layout Plain Layout
44026
44027     pass
44028 \end_layout
44029
44030 \begin_layout Plain Layout
44031
44032 def func(param):
44033 \end_layout
44034
44035 \begin_layout Plain Layout
44036
44037 'This is a German word: Tschüß'
44038 \end_layout
44039
44040 \begin_layout Plain Layout
44041
44042 pass
44043 \end_layout
44044
44045 \begin_layout Plain Layout
44046
44047 def func(param):
44048 \end_layout
44049
44050 \begin_layout Plain Layout
44051
44052 'this is a python function'
44053 \end_layout
44054
44055 \begin_layout Plain Layout
44056
44057 pass
44058 \end_layout
44059
44060 \end_inset
44061
44062
44063 \end_layout
44064
44065 \begin_layout Standard
44066 When you have tabulators in your listing, you can specify the number of
44067  characters that are spanned by a tabulator in the field 
44068 \family sans
44069 Tabulator
44070 \begin_inset space ~
44071 \end_inset
44072
44073 size
44074 \family default
44075 .
44076 \end_layout
44077
44078 \begin_layout Standard
44079 \begin_inset Note Greyedout
44080 status open
44081
44082 \begin_layout Plain Layout
44083
44084 \series bold
44085 Note:
44086 \series default
44087  Due to a bug in the 
44088 \series bold
44089 listings
44090 \series default
44091  package the line numbering is shifted by a line by every previous listing.
44092  That's the reason why the lines 2 and 5 are numbered in the above listing
44093  and not the lines 3 and 6.
44094 \end_layout
44095
44096 \end_inset
44097
44098
44099 \end_layout
44100
44101 \begin_layout Standard
44102 \begin_inset VSpace bigskip
44103 \end_inset
44104
44105
44106 \end_layout
44107
44108 \begin_layout Standard
44109 It is also possible to print lines from a file as listing.
44110  To do this, use the menu 
44111 \family sans
44112 Insert\SpecialChar menuseparator
44113 File\SpecialChar menuseparator
44114 Child Document
44115 \family default
44116  and choose the type 
44117 \family sans
44118 Listings
44119 \family default
44120 .
44121 \begin_inset Foot
44122 status collapsed
44123
44124 \begin_layout Plain Layout
44125 The other child document types are described in section
44126 \begin_inset space ~
44127 \end_inset
44128
44129
44130 \begin_inset CommandInset ref
44131 LatexCommand ref
44132 reference "sec:Child-Documents"
44133
44134 \end_inset
44135
44136 .
44137 \end_layout
44138
44139 \end_inset
44140
44141  In the child document dialog you can specify the listing parameters in
44142  a text box.
44143  To show a list of all available parameters, type in a question mark 
44144 \begin_inset Quotes eld
44145 \end_inset
44146
44147 ?
44148 \begin_inset Quotes erd
44149 \end_inset
44150
44151  in the text box.
44152 \end_layout
44153
44154 \begin_layout Standard
44155 To reference child document listings, write a label text into the corresponding
44156  field of the child document dialog.
44157  The label can then be referenced using the menu 
44158 \family sans
44159 Insert\SpecialChar menuseparator
44160 Cross-Reference
44161 \family default
44162 .
44163 \end_layout
44164
44165 \begin_layout Standard
44166 Listing
44167 \begin_inset space ~
44168 \end_inset
44169
44170
44171 \begin_inset CommandInset ref
44172 LatexCommand ref
44173 reference "lst:file-listing"
44174
44175 \end_inset
44176
44177  is an example for a listing of a file; there the lines 10
44178 \begin_inset space \thinspace{}
44179 \end_inset
44180
44181 -
44182 \begin_inset space \thinspace{}
44183 \end_inset
44184
44185 15 of this \SpecialChar LyX
44186  file are listed.
44187 \end_layout
44188
44189 \begin_layout Standard
44190 \begin_inset CommandInset include
44191 LatexCommand lstinputlisting
44192 filename "EmbeddedObjects.lyx"
44193 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
44194 literal "true"
44195
44196 \end_inset
44197
44198
44199 \end_layout
44200
44201 \begin_layout Standard
44202 \begin_inset VSpace bigskip
44203 \end_inset
44204
44205
44206 \end_layout
44207
44208 \begin_layout Standard
44209 Inserting a formula into a listing can be done the following way:
44210 \end_layout
44211
44212 \begin_layout Enumerate
44213 Open the listings dialog and add
44214 \begin_inset Newline newline
44215 \end_inset
44216
44217
44218 \family sans
44219 mathescape=true
44220 \family default
44221
44222 \begin_inset Newline newline
44223 \end_inset
44224
44225 to the field of the 
44226 \family sans
44227 Advanced
44228 \family default
44229  tab.
44230 \end_layout
44231
44232 \begin_layout Enumerate
44233 Create a formula outside the listing
44234 \end_layout
44235
44236 \begin_layout Enumerate
44237 Copy the content of the formula (not the formula inset) to the clipboard
44238  (shortcut 
44239 \begin_inset Info
44240 type  "shortcut"
44241 arg   "copy"
44242 \end_inset
44243
44244 )
44245 \end_layout
44246
44247 \begin_layout Enumerate
44248 In the listing write 
44249 \begin_inset Quotes eld
44250 \end_inset
44251
44252
44253 \family sans
44254 $$
44255 \family default
44256
44257 \begin_inset Quotes erd
44258 \end_inset
44259
44260  and copy from the clipboard between the dollar-signs (shortcut 
44261 \begin_inset Info
44262 type  "shortcut"
44263 arg   "paste"
44264 \end_inset
44265
44266 )
44267 \end_layout
44268
44269 \begin_layout Standard
44270 \begin_inset listings
44271 lstparams "language=Python,mathescape=true"
44272 inline false
44273 status open
44274
44275 \begin_layout Plain Layout
44276
44277 \begin_inset Caption Standard
44278
44279 \begin_layout Plain Layout
44280 Example Listing float containing a formula
44281 \end_layout
44282
44283 \end_inset
44284
44285 # Example listing float
44286 \end_layout
44287
44288 \begin_layout Plain Layout
44289
44290 def func(param):
44291 \end_layout
44292
44293 \begin_layout Plain Layout
44294
44295     # $
44296 \backslash
44297 prod_{n=1}^{
44298 \backslash
44299 infty}
44300 \backslash
44301 ,
44302 \backslash
44303 frac{1}{x^{2}}$
44304 \end_layout
44305
44306 \begin_layout Plain Layout
44307
44308     pass
44309 \end_layout
44310
44311 \end_inset
44312
44313
44314 \end_layout
44315
44316 \begin_layout Standard
44317 \begin_inset VSpace bigskip
44318 \end_inset
44319
44320
44321 \end_layout
44322
44323 \begin_layout Standard
44324 Global listings settings can be set in the 
44325 \family sans
44326 Document\SpecialChar menuseparator
44327 Settings\SpecialChar menuseparator
44328 Listings
44329 \family default
44330  dialog.
44331  To get there a list of available options, type in a question mark 
44332 \begin_inset Quotes eld
44333 \end_inset
44334
44335 ?
44336 \begin_inset Quotes erd
44337 \end_inset
44338
44339 .
44340 \end_layout
44341
44342 \begin_layout Standard
44343 For more information about the 
44344 \series bold
44345 listings
44346 \series default
44347  and 
44348 \series bold
44349 minted
44350 \series default
44351  packages, we refer to their documentation 
44352 \begin_inset CommandInset citation
44353 LatexCommand cite
44354 key "listings,minted"
44355 literal "true"
44356
44357 \end_inset
44358
44359 .
44360 \end_layout
44361
44362 \begin_layout Standard
44363 \begin_inset Newpage newpage
44364 \end_inset
44365
44366
44367 \end_layout
44368
44369 \begin_layout Chapter
44370 \start_of_appendix
44371 Units available in \SpecialChar LyX
44372
44373 \begin_inset Index idx
44374 range none
44375 pageformat default
44376 status collapsed
44377
44378 \begin_layout Plain Layout
44379 Units
44380 \end_layout
44381
44382 \end_inset
44383
44384
44385 \begin_inset CommandInset label
44386 LatexCommand label
44387 name "cha:Units-available-in"
44388
44389 \end_inset
44390
44391
44392 \end_layout
44393
44394 \begin_layout Standard
44395 To understand the units described in this documentation, Table
44396 \begin_inset space ~
44397 \end_inset
44398
44399
44400 \begin_inset CommandInset ref
44401 LatexCommand ref
44402 reference "tab:Units"
44403
44404 \end_inset
44405
44406  explains all units available in \SpecialChar LyX
44407 .
44408 \end_layout
44409
44410 \begin_layout Standard
44411 \begin_inset Float table
44412 placement h
44413 alignment document
44414 wide false
44415 sideways false
44416 status open
44417
44418 \begin_layout Plain Layout
44419 \begin_inset Caption Standard
44420
44421 \begin_layout Plain Layout
44422 \begin_inset CommandInset label
44423 LatexCommand label
44424 name "tab:Units"
44425
44426 \end_inset
44427
44428 Units
44429 \end_layout
44430
44431 \end_inset
44432
44433
44434 \end_layout
44435
44436 \begin_layout Plain Layout
44437 \begin_inset VSpace medskip
44438 \end_inset
44439
44440
44441 \end_layout
44442
44443 \begin_layout Plain Layout
44444 \align center
44445 \begin_inset Tabular
44446 <lyxtabular version="3" rows="21" columns="3">
44447 <features tabularvalignment="middle">
44448 <column alignment="center" valignment="top">
44449 <column alignment="center" valignment="middle" width="50col%">
44450 <column alignment="center" valignment="top">
44451 <row>
44452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44453 \begin_inset Text
44454
44455 \begin_layout Plain Layout
44456 unit
44457 \end_layout
44458
44459 \end_inset
44460 </cell>
44461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44462 \begin_inset Text
44463
44464 \begin_layout Plain Layout
44465 name/description
44466 \end_layout
44467
44468 \end_inset
44469 </cell>
44470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
44471 \begin_inset Text
44472
44473 \begin_layout Plain Layout
44474 \SpecialChar LaTeX
44475  command
44476 \end_layout
44477
44478 \end_inset
44479 </cell>
44480 </row>
44481 <row>
44482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44483 \begin_inset Text
44484
44485 \begin_layout Plain Layout
44486 bp
44487 \end_layout
44488
44489 \end_inset
44490 </cell>
44491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44492 \begin_inset Text
44493
44494 \begin_layout Plain Layout
44495 big point (72
44496 \begin_inset space \thinspace{}
44497 \end_inset
44498
44499 bp = 1
44500 \begin_inset space \thinspace{}
44501 \end_inset
44502
44503 in)
44504 \end_layout
44505
44506 \end_inset
44507 </cell>
44508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44509 \begin_inset Text
44510
44511 \begin_layout Plain Layout
44512 -
44513 \end_layout
44514
44515 \end_inset
44516 </cell>
44517 </row>
44518 <row>
44519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44520 \begin_inset Text
44521
44522 \begin_layout Plain Layout
44523 cc
44524 \end_layout
44525
44526 \end_inset
44527 </cell>
44528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44529 \begin_inset Text
44530
44531 \begin_layout Plain Layout
44532 cicero (1
44533 \begin_inset space \thinspace{}
44534 \end_inset
44535
44536 cc = 12
44537 \begin_inset space \thinspace{}
44538 \end_inset
44539
44540 dd)
44541 \end_layout
44542
44543 \end_inset
44544 </cell>
44545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44546 \begin_inset Text
44547
44548 \begin_layout Plain Layout
44549 -
44550 \end_layout
44551
44552 \end_inset
44553 </cell>
44554 </row>
44555 <row>
44556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44557 \begin_inset Text
44558
44559 \begin_layout Plain Layout
44560 cm
44561 \end_layout
44562
44563 \end_inset
44564 </cell>
44565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44566 \begin_inset Text
44567
44568 \begin_layout Plain Layout
44569 centimeter
44570 \end_layout
44571
44572 \end_inset
44573 </cell>
44574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44575 \begin_inset Text
44576
44577 \begin_layout Plain Layout
44578 -
44579 \end_layout
44580
44581 \end_inset
44582 </cell>
44583 </row>
44584 <row>
44585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44586 \begin_inset Text
44587
44588 \begin_layout Plain Layout
44589 dd
44590 \end_layout
44591
44592 \end_inset
44593 </cell>
44594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44595 \begin_inset Text
44596
44597 \begin_layout Plain Layout
44598 didot (1
44599 \begin_inset space \thinspace{}
44600 \end_inset
44601
44602 dd 
44603 \begin_inset Formula $\approx$
44604 \end_inset
44605
44606  0.376
44607 \begin_inset space \thinspace{}
44608 \end_inset
44609
44610 mm)
44611 \end_layout
44612
44613 \end_inset
44614 </cell>
44615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44616 \begin_inset Text
44617
44618 \begin_layout Plain Layout
44619 -
44620 \end_layout
44621
44622 \end_inset
44623 </cell>
44624 </row>
44625 <row>
44626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44627 \begin_inset Text
44628
44629 \begin_layout Plain Layout
44630 em
44631 \end_layout
44632
44633 \end_inset
44634 </cell>
44635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44636 \begin_inset Text
44637
44638 \begin_layout Plain Layout
44639 width of letter 
44640 \emph on
44641 M
44642 \emph default
44643  in current font
44644 \end_layout
44645
44646 \end_inset
44647 </cell>
44648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44649 \begin_inset Text
44650
44651 \begin_layout Plain Layout
44652 -
44653 \end_layout
44654
44655 \end_inset
44656 </cell>
44657 </row>
44658 <row>
44659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44660 \begin_inset Text
44661
44662 \begin_layout Plain Layout
44663 ex
44664 \end_layout
44665
44666 \end_inset
44667 </cell>
44668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44669 \begin_inset Text
44670
44671 \begin_layout Plain Layout
44672 height of letter 
44673 \emph on
44674 x
44675 \emph default
44676  in current font
44677 \end_layout
44678
44679 \end_inset
44680 </cell>
44681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44682 \begin_inset Text
44683
44684 \begin_layout Plain Layout
44685 -
44686 \end_layout
44687
44688 \end_inset
44689 </cell>
44690 </row>
44691 <row>
44692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44693 \begin_inset Text
44694
44695 \begin_layout Plain Layout
44696 in
44697 \end_layout
44698
44699 \end_inset
44700 </cell>
44701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44702 \begin_inset Text
44703
44704 \begin_layout Plain Layout
44705 inch
44706 \end_layout
44707
44708 \end_inset
44709 </cell>
44710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44711 \begin_inset Text
44712
44713 \begin_layout Plain Layout
44714 -
44715 \end_layout
44716
44717 \end_inset
44718 </cell>
44719 </row>
44720 <row>
44721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44722 \begin_inset Text
44723
44724 \begin_layout Plain Layout
44725 mm
44726 \end_layout
44727
44728 \end_inset
44729 </cell>
44730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44731 \begin_inset Text
44732
44733 \begin_layout Plain Layout
44734 millimeter
44735 \end_layout
44736
44737 \end_inset
44738 </cell>
44739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44740 \begin_inset Text
44741
44742 \begin_layout Plain Layout
44743 -
44744 \end_layout
44745
44746 \end_inset
44747 </cell>
44748 </row>
44749 <row>
44750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44751 \begin_inset Text
44752
44753 \begin_layout Plain Layout
44754 mu
44755 \end_layout
44756
44757 \end_inset
44758 </cell>
44759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44760 \begin_inset Text
44761
44762 \begin_layout Plain Layout
44763 math unit (1
44764 \begin_inset space \thinspace{}
44765 \end_inset
44766
44767 mu = 1/18
44768 \begin_inset space \thinspace{}
44769 \end_inset
44770
44771 em)
44772 \end_layout
44773
44774 \end_inset
44775 </cell>
44776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44777 \begin_inset Text
44778
44779 \begin_layout Plain Layout
44780 -
44781 \end_layout
44782
44783 \end_inset
44784 </cell>
44785 </row>
44786 <row>
44787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44788 \begin_inset Text
44789
44790 \begin_layout Plain Layout
44791 pt
44792 \end_layout
44793
44794 \end_inset
44795 </cell>
44796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44797 \begin_inset Text
44798
44799 \begin_layout Plain Layout
44800 point (72.27
44801 \begin_inset space \thinspace{}
44802 \end_inset
44803
44804 pt = 1
44805 \begin_inset space \thinspace{}
44806 \end_inset
44807
44808 in)
44809 \end_layout
44810
44811 \end_inset
44812 </cell>
44813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44814 \begin_inset Text
44815
44816 \begin_layout Plain Layout
44817 -
44818 \end_layout
44819
44820 \end_inset
44821 </cell>
44822 </row>
44823 <row>
44824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44825 \begin_inset Text
44826
44827 \begin_layout Plain Layout
44828 pc
44829 \end_layout
44830
44831 \end_inset
44832 </cell>
44833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44834 \begin_inset Text
44835
44836 \begin_layout Plain Layout
44837 pica (1
44838 \begin_inset space \thinspace{}
44839 \end_inset
44840
44841 pc = 12
44842 \begin_inset space \thinspace{}
44843 \end_inset
44844
44845 pt)
44846 \end_layout
44847
44848 \end_inset
44849 </cell>
44850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44851 \begin_inset Text
44852
44853 \begin_layout Plain Layout
44854 -
44855 \end_layout
44856
44857 \end_inset
44858 </cell>
44859 </row>
44860 <row>
44861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44862 \begin_inset Text
44863
44864 \begin_layout Plain Layout
44865 sp
44866 \end_layout
44867
44868 \end_inset
44869 </cell>
44870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44871 \begin_inset Text
44872
44873 \begin_layout Plain Layout
44874 scaled point (65536
44875 \begin_inset space \thinspace{}
44876 \end_inset
44877
44878 sp = 1
44879 \begin_inset space \thinspace{}
44880 \end_inset
44881
44882 pt)
44883 \end_layout
44884
44885 \end_inset
44886 </cell>
44887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44888 \begin_inset Text
44889
44890 \begin_layout Plain Layout
44891 -
44892 \end_layout
44893
44894 \end_inset
44895 </cell>
44896 </row>
44897 <row>
44898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44899 \begin_inset Text
44900
44901 \begin_layout Plain Layout
44902 Column Width %
44903 \end_layout
44904
44905 \end_inset
44906 </cell>
44907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44908 \begin_inset Text
44909
44910 \begin_layout Plain Layout
44911 % of column width
44912 \end_layout
44913
44914 \end_inset
44915 </cell>
44916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44917 \begin_inset Text
44918
44919 \begin_layout Plain Layout
44920
44921 \backslash
44922 columnwidth
44923 \end_layout
44924
44925 \end_inset
44926 </cell>
44927 </row>
44928 <row>
44929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44930 \begin_inset Text
44931
44932 \begin_layout Plain Layout
44933 Line Distance %
44934 \end_layout
44935
44936 \end_inset
44937 </cell>
44938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44939 \begin_inset Text
44940
44941 \begin_layout Plain Layout
44942 % of height between baselines of two subsequent text lines
44943 \end_layout
44944
44945 \end_inset
44946 </cell>
44947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44948 \begin_inset Text
44949
44950 \begin_layout Plain Layout
44951
44952 \backslash
44953 baselineskip
44954 \end_layout
44955
44956 \end_inset
44957 </cell>
44958 </row>
44959 <row>
44960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44961 \begin_inset Text
44962
44963 \begin_layout Plain Layout
44964 Line Width %
44965 \end_layout
44966
44967 \end_inset
44968 </cell>
44969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44970 \begin_inset Text
44971
44972 \begin_layout Plain Layout
44973 % of line width
44974 \end_layout
44975
44976 \end_inset
44977 </cell>
44978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44979 \begin_inset Text
44980
44981 \begin_layout Plain Layout
44982
44983 \backslash
44984 linewidth
44985 \end_layout
44986
44987 \end_inset
44988 </cell>
44989 </row>
44990 <row>
44991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44992 \begin_inset Text
44993
44994 \begin_layout Plain Layout
44995 Page Height %
44996 \end_layout
44997
44998 \end_inset
44999 </cell>
45000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45001 \begin_inset Text
45002
45003 \begin_layout Plain Layout
45004 % of paper height
45005 \end_layout
45006
45007 \end_inset
45008 </cell>
45009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45010 \begin_inset Text
45011
45012 \begin_layout Plain Layout
45013
45014 \backslash
45015 paperheight
45016 \end_layout
45017
45018 \end_inset
45019 </cell>
45020 </row>
45021 <row>
45022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45023 \begin_inset Text
45024
45025 \begin_layout Plain Layout
45026 Page Width %
45027 \end_layout
45028
45029 \end_inset
45030 </cell>
45031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45032 \begin_inset Text
45033
45034 \begin_layout Plain Layout
45035 % of paper width
45036 \end_layout
45037
45038 \end_inset
45039 </cell>
45040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45041 \begin_inset Text
45042
45043 \begin_layout Plain Layout
45044
45045 \backslash
45046 paperwidth
45047 \end_layout
45048
45049 \end_inset
45050 </cell>
45051 </row>
45052 <row>
45053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45054 \begin_inset Text
45055
45056 \begin_layout Plain Layout
45057 Scale Graphics %
45058 \end_layout
45059
45060 \end_inset
45061 </cell>
45062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45063 \begin_inset Text
45064
45065 \begin_layout Plain Layout
45066 % of original image width
45067 \end_layout
45068
45069 \end_inset
45070 </cell>
45071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45072 \begin_inset Text
45073
45074 \begin_layout Plain Layout
45075
45076 \end_layout
45077
45078 \end_inset
45079 </cell>
45080 </row>
45081 <row>
45082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45083 \begin_inset Text
45084
45085 \begin_layout Plain Layout
45086 Text Height %
45087 \end_layout
45088
45089 \end_inset
45090 </cell>
45091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45092 \begin_inset Text
45093
45094 \begin_layout Plain Layout
45095 % of text height
45096 \end_layout
45097
45098 \end_inset
45099 </cell>
45100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45101 \begin_inset Text
45102
45103 \begin_layout Plain Layout
45104
45105 \backslash
45106 textheight
45107 \end_layout
45108
45109 \end_inset
45110 </cell>
45111 </row>
45112 <row>
45113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45114 \begin_inset Text
45115
45116 \begin_layout Plain Layout
45117 Text Width %
45118 \end_layout
45119
45120 \end_inset
45121 </cell>
45122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45123 \begin_inset Text
45124
45125 \begin_layout Plain Layout
45126 % of text width
45127 \end_layout
45128
45129 \end_inset
45130 </cell>
45131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
45132 \begin_inset Text
45133
45134 \begin_layout Plain Layout
45135
45136 \backslash
45137 textwidth
45138 \end_layout
45139
45140 \end_inset
45141 </cell>
45142 </row>
45143 </lyxtabular>
45144
45145 \end_inset
45146
45147
45148 \end_layout
45149
45150 \end_inset
45151
45152
45153 \end_layout
45154
45155 \begin_layout Chapter
45156 Output File Formats with Graphics
45157 \begin_inset CommandInset label
45158 LatexCommand label
45159 name "cha:Output-File-Formats"
45160
45161 \end_inset
45162
45163
45164 \end_layout
45165
45166 \begin_layout Section
45167 DVI
45168 \begin_inset Index idx
45169 range none
45170 pageformat default
45171 status collapsed
45172
45173 \begin_layout Plain Layout
45174 File Formats
45175 \begin_inset IndexMacro subentry
45176 status open
45177
45178 \begin_layout Plain Layout
45179 DVI
45180 \end_layout
45181
45182 \end_inset
45183
45184
45185 \end_layout
45186
45187 \end_inset
45188
45189
45190 \begin_inset Index idx
45191 range none
45192 pageformat default
45193 status open
45194
45195 \begin_layout Plain Layout
45196 DVI
45197 \begin_inset IndexMacro see
45198 status open
45199
45200 \begin_layout Plain Layout
45201 File Formats
45202 \end_layout
45203
45204 \end_inset
45205
45206
45207 \end_layout
45208
45209 \end_inset
45210
45211
45212 \end_layout
45213
45214 \begin_layout Standard
45215 This file type has the extension 
45216 \begin_inset Quotes eld
45217 \end_inset
45218
45219
45220 \family typewriter
45221 .dvi
45222 \family default
45223
45224 \begin_inset Quotes erd
45225 \end_inset
45226
45227 .
45228  It is called 
45229 \begin_inset Quotes eld
45230 \end_inset
45231
45232 device-independent
45233 \begin_inset Quotes erd
45234 \end_inset
45235
45236  (DVI), because it is completely portable; you can move them from one machine
45237  to another without needing to do any sort of conversion.
45238  At the time when this file-format was developed, this was no matter of
45239  course.
45240  DVIs are used for quick previews and as pre-stage for other output formats,
45241  like PostScript.
45242 \end_layout
45243
45244 \begin_layout Standard
45245 \begin_inset Note Greyedout
45246 status open
45247
45248 \begin_layout Plain Layout
45249
45250 \series bold
45251 Note:
45252 \series default
45253  DVI-files do not contain images; they will only be a linked.
45254 \end_layout
45255
45256 \end_inset
45257
45258  So don't forget this, if you move your 
45259 \family typewriter
45260 .dvi
45261 \family default
45262  file to another computer.
45263  This property can also slow down your computer when you view the DVI, because
45264  the DVI-viewer has to convert the image in the background to make it visible
45265  when you scroll in the DVI.
45266  So it is recommended that you use PDF for files with many images.
45267 \end_layout
45268
45269 \begin_layout Standard
45270 You can export your document to DVI by using the menu 
45271 \family sans
45272 File\SpecialChar menuseparator
45273 Export\SpecialChar menuseparator
45274 DVI
45275 \family default
45276 .
45277  You can view your document as DVI via the 
45278 \family sans
45279 View
45280 \family default
45281  menu.
45282 \end_layout
45283
45284 \begin_layout Section
45285 PostScript
45286 \begin_inset Index idx
45287 range none
45288 pageformat default
45289 status collapsed
45290
45291 \begin_layout Plain Layout
45292 File Formats
45293 \begin_inset IndexMacro subentry
45294 status open
45295
45296 \begin_layout Plain Layout
45297 PostScript
45298 \end_layout
45299
45300 \end_inset
45301
45302
45303 \end_layout
45304
45305 \end_inset
45306
45307
45308 \begin_inset Index idx
45309 range none
45310 pageformat default
45311 status collapsed
45312
45313 \begin_layout Plain Layout
45314 PostScript
45315 \begin_inset IndexMacro see
45316 status open
45317
45318 \begin_layout Plain Layout
45319 File Formats
45320 \end_layout
45321
45322 \end_inset
45323
45324
45325 \end_layout
45326
45327 \end_inset
45328
45329
45330 \end_layout
45331
45332 \begin_layout Standard
45333 This file type has the extension 
45334 \begin_inset Quotes eld
45335 \end_inset
45336
45337
45338 \family typewriter
45339 .ps
45340 \family default
45341
45342 \begin_inset Quotes erd
45343 \end_inset
45344
45345 .
45346  PostScript was developed by the company 
45347 \family typewriter
45348 Adobe
45349 \family default
45350  as a printer language.
45351  The file therefore contains commands that the printer uses to print the
45352  file.
45353  PostScript can be seen as a 
45354 \begin_inset Quotes eld
45355 \end_inset
45356
45357 programming language
45358 \begin_inset Quotes erd
45359 \end_inset
45360
45361 ; you can calculate with it and draw diagrams and images.
45362 \begin_inset Foot
45363 status collapsed
45364
45365 \begin_layout Plain Layout
45366 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
45367 -package
45368  
45369 \series bold
45370 PSTricks
45371 \series default
45372  
45373 \begin_inset CommandInset citation
45374 LatexCommand cite
45375 key "pstricks"
45376 literal "true"
45377
45378 \end_inset
45379
45380 .
45381 \end_layout
45382
45383 \end_inset
45384
45385  Due to this ability, the files are often bigger than PDFs.
45386 \end_layout
45387
45388 \begin_layout Standard
45389 PostScript can only contain images in the format 
45390 \begin_inset Quotes eld
45391 \end_inset
45392
45393 Encapsulated PostScript
45394 \begin_inset Quotes erd
45395 \end_inset
45396
45397  (EPS, file extension 
45398 \begin_inset Quotes eld
45399 \end_inset
45400
45401
45402 \family typewriter
45403 .eps
45404 \family default
45405
45406 \begin_inset Quotes erd
45407 \end_inset
45408
45409 ).
45410  As \SpecialChar LyX
45411  allows you to use any known image format in your document, it has to
45412  convert images in the background to EPS.
45413  If you have e.g.
45414 \begin_inset space ~
45415 \end_inset
45416
45417 50
45418 \begin_inset space ~
45419 \end_inset
45420
45421 images in your document, \SpecialChar LyX
45422  has to do 50
45423 \begin_inset space ~
45424 \end_inset
45425
45426 conversions whenever you view or export your document.
45427  This will slow down your work flow with \SpecialChar LyX
45428  drastically.
45429  So if you plan to use PostScript, you can insert your images directly as
45430  EPS to avoid this problem.
45431 \end_layout
45432
45433 \begin_layout Standard
45434 You can export your document to PostScript using the menu 
45435 \family sans
45436 File\SpecialChar menuseparator
45437 Export\SpecialChar menuseparator
45438 Postscript
45439 \family default
45440 .
45441  You can view your document as PostScript via the 
45442 \family sans
45443 View
45444 \family default
45445  menu.
45446 \end_layout
45447
45448 \begin_layout Section
45449 PDF
45450 \begin_inset Index idx
45451 range none
45452 pageformat default
45453 status collapsed
45454
45455 \begin_layout Plain Layout
45456 File Formats
45457 \begin_inset IndexMacro subentry
45458 status open
45459
45460 \begin_layout Plain Layout
45461 PDF
45462 \end_layout
45463
45464 \end_inset
45465
45466
45467 \end_layout
45468
45469 \end_inset
45470
45471
45472 \begin_inset Index idx
45473 range none
45474 pageformat default
45475 status collapsed
45476
45477 \begin_layout Plain Layout
45478 PDF
45479 \end_layout
45480
45481 \end_inset
45482
45483
45484 \end_layout
45485
45486 \begin_layout Standard
45487 This file type has the extension 
45488 \begin_inset Quotes eld
45489 \end_inset
45490
45491
45492 \family typewriter
45493 .pdf
45494 \family default
45495
45496 \begin_inset Quotes erd
45497 \end_inset
45498
45499 .
45500  The 
45501 \begin_inset Quotes eld
45502 \end_inset
45503
45504 Portable Document Format
45505 \begin_inset Quotes erd
45506 \end_inset
45507
45508  (PDF) was developed by 
45509 \family typewriter
45510 Adobe
45511 \family default
45512  as a derivative of PostScript.
45513  It is more compressed and it uses fewer commands than PostScript.
45514  As the name 
45515 \begin_inset Quotes eld
45516 \end_inset
45517
45518 portable
45519 \begin_inset Quotes erd
45520 \end_inset
45521
45522  implies, it can be processed at any computer system and the printed output
45523  looks exactly the same.
45524 \end_layout
45525
45526 \begin_layout Standard
45527 PDF can contain images in its own PDF format, in the format 
45528 \begin_inset Quotes eld
45529 \end_inset
45530
45531 Joint Photographic Experts Group
45532 \begin_inset Quotes erd
45533 \end_inset
45534
45535  (JPG, file extension 
45536 \begin_inset Quotes eld
45537 \end_inset
45538
45539
45540 \family typewriter
45541 .jpg
45542 \family default
45543
45544 \begin_inset Quotes erd
45545 \end_inset
45546
45547  or 
45548 \begin_inset Quotes eld
45549 \end_inset
45550
45551
45552 \family typewriter
45553 .jpeg
45554 \family default
45555
45556 \begin_inset Quotes erd
45557 \end_inset
45558
45559 ), and in the format 
45560 \begin_inset Quotes eld
45561 \end_inset
45562
45563 Portable Network Graphics
45564 \begin_inset Quotes erd
45565 \end_inset
45566
45567  (PNG, file extension 
45568 \begin_inset Quotes eld
45569 \end_inset
45570
45571
45572 \family typewriter
45573 .png
45574 \family default
45575
45576 \begin_inset Quotes erd
45577 \end_inset
45578
45579 ).
45580  Nevertheless you can use any other image format, because \SpecialChar LyX
45581  converts them
45582  in the background to one of these formats.
45583  But as described in the section about PostScript, the image conversion
45584  will slow down your work flow.
45585  So it is recommended that you use images in one of the three mentioned
45586  formats.
45587 \end_layout
45588
45589 \begin_layout Standard
45590 You can export your document to PDF via the menu 
45591 \family sans
45592 File\SpecialChar menuseparator
45593 Export
45594 \family default
45595  in three different ways:
45596 \end_layout
45597
45598 \begin_layout Description
45599 PDF
45600 \begin_inset space ~
45601 \end_inset
45602
45603 (ps2pdf) This uses the program 
45604 \family typewriter
45605 ps2pdf
45606 \family default
45607  that creates a PDF from a PostScript-version of your file.
45608  The PostScript-version is produced by the program 
45609 \family typewriter
45610 dvips
45611 \family default
45612  which uses a DVI-version as intermediate step.
45613  So this export variant consists of three conversions.
45614 \end_layout
45615
45616 \begin_layout Description
45617 PDF
45618 \begin_inset space ~
45619 \end_inset
45620
45621 (dvipdfm) This uses the program 
45622 \family typewriter
45623 dvipdfm
45624 \family default
45625  that converts your file in the background to DVI and in a second step to
45626  PDF.
45627 \end_layout
45628
45629 \begin_layout Description
45630 PDF
45631 \begin_inset space ~
45632 \end_inset
45633
45634 (pdflatex) This uses the program 
45635 \family typewriter
45636 pdftex
45637 \family default
45638  that converts your file directly to PDF.
45639 \end_layout
45640
45641 \begin_layout Standard
45642 It is recommended that you use 
45643 \family sans
45644 PDF
45645 \begin_inset space ~
45646 \end_inset
45647
45648 (pdflatex)
45649 \family default
45650  because 
45651 \family typewriter
45652 pdftex
45653 \family default
45654  supports all features of actual PDF-versions, is quick and works stable.
45655  The program 
45656 \family typewriter
45657 dvipdfm
45658 \family default
45659  is not under development and therefore a bit outdated.
45660 \end_layout
45661
45662 \begin_layout Standard
45663 You can view your document as PDF via the 
45664 \family sans
45665 View
45666 \family default
45667  menu or by using a toolbar button.
45668 \end_layout
45669
45670 \begin_layout Chapter
45671 List of dvips color names
45672 \begin_inset CommandInset label
45673 LatexCommand label
45674 name "chap:List-of-dvips-colornames"
45675
45676 \end_inset
45677
45678
45679 \end_layout
45680
45681 \begin_layout Standard
45682 \begin_inset Tabular
45683 <lyxtabular version="3" rows="17" columns="4">
45684 <features tabularvalignment="middle">
45685 <column alignment="left" valignment="top" width="0pt">
45686 <column alignment="left" valignment="top" width="0pt">
45687 <column alignment="left" valignment="top" width="0pt">
45688 <column alignment="left" valignment="top" width="0pt">
45689 <row>
45690 <cell alignment="left" valignment="top" usebox="none">
45691 \begin_inset Text
45692
45693 \begin_layout Plain Layout
45694 \begin_inset ERT
45695 status collapsed
45696
45697 \begin_layout Plain Layout
45698
45699
45700 \backslash
45701 fcolorbox{black}{
45702 \end_layout
45703
45704 \end_inset
45705
45706 white
45707 \begin_inset ERT
45708 status collapsed
45709
45710 \begin_layout Plain Layout
45711
45712 }{
45713 \end_layout
45714
45715 \end_inset
45716
45717 Color
45718 \begin_inset ERT
45719 status collapsed
45720
45721 \begin_layout Plain Layout
45722
45723 }
45724 \end_layout
45725
45726 \end_inset
45727
45728  Color name
45729 \end_layout
45730
45731 \end_inset
45732 </cell>
45733 <cell alignment="left" valignment="top" usebox="none">
45734 \begin_inset Text
45735
45736 \begin_layout Plain Layout
45737 \begin_inset ERT
45738 status collapsed
45739
45740 \begin_layout Plain Layout
45741
45742
45743 \backslash
45744 fcolorbox{black}{
45745 \end_layout
45746
45747 \end_inset
45748
45749 white
45750 \begin_inset ERT
45751 status collapsed
45752
45753 \begin_layout Plain Layout
45754
45755 }{
45756 \end_layout
45757
45758 \end_inset
45759
45760 Color
45761 \begin_inset ERT
45762 status collapsed
45763
45764 \begin_layout Plain Layout
45765
45766 }
45767 \end_layout
45768
45769 \end_inset
45770
45771  Color name
45772 \end_layout
45773
45774 \end_inset
45775 </cell>
45776 <cell alignment="left" valignment="top" usebox="none">
45777 \begin_inset Text
45778
45779 \begin_layout Plain Layout
45780 \begin_inset ERT
45781 status collapsed
45782
45783 \begin_layout Plain Layout
45784
45785
45786 \backslash
45787 fcolorbox{black}{
45788 \end_layout
45789
45790 \end_inset
45791
45792 white
45793 \begin_inset ERT
45794 status collapsed
45795
45796 \begin_layout Plain Layout
45797
45798 }{
45799 \end_layout
45800
45801 \end_inset
45802
45803 Color
45804 \begin_inset ERT
45805 status collapsed
45806
45807 \begin_layout Plain Layout
45808
45809 }
45810 \end_layout
45811
45812 \end_inset
45813
45814  Color name
45815 \end_layout
45816
45817 \end_inset
45818 </cell>
45819 <cell alignment="left" valignment="top" usebox="none">
45820 \begin_inset Text
45821
45822 \begin_layout Plain Layout
45823 \begin_inset ERT
45824 status collapsed
45825
45826 \begin_layout Plain Layout
45827
45828
45829 \backslash
45830 fcolorbox{black}{
45831 \end_layout
45832
45833 \end_inset
45834
45835 white
45836 \begin_inset ERT
45837 status collapsed
45838
45839 \begin_layout Plain Layout
45840
45841 }{
45842 \end_layout
45843
45844 \end_inset
45845
45846 Color
45847 \begin_inset ERT
45848 status collapsed
45849
45850 \begin_layout Plain Layout
45851
45852 }
45853 \end_layout
45854
45855 \end_inset
45856
45857  Color name
45858 \end_layout
45859
45860 \end_inset
45861 </cell>
45862 </row>
45863 <row>
45864 <cell alignment="center" valignment="top" usebox="none">
45865 \begin_inset Text
45866
45867 \begin_layout Plain Layout
45868 \begin_inset ERT
45869 status collapsed
45870
45871 \begin_layout Plain Layout
45872
45873
45874 \backslash
45875 fcolorbox{black}{
45876 \end_layout
45877
45878 \end_inset
45879
45880 Apricot
45881 \begin_inset ERT
45882 status collapsed
45883
45884 \begin_layout Plain Layout
45885
45886 }{
45887 \end_layout
45888
45889 \end_inset
45890
45891
45892 \begin_inset Phantom Phantom
45893 status open
45894
45895 \begin_layout Plain Layout
45896 W
45897 \end_layout
45898
45899 \end_inset
45900
45901
45902 \begin_inset ERT
45903 status collapsed
45904
45905 \begin_layout Plain Layout
45906
45907 }
45908 \end_layout
45909
45910 \end_inset
45911
45912  Apricot
45913 \end_layout
45914
45915 \end_inset
45916 </cell>
45917 <cell alignment="center" valignment="top" usebox="none">
45918 \begin_inset Text
45919
45920 \begin_layout Plain Layout
45921 \begin_inset ERT
45922 status collapsed
45923
45924 \begin_layout Plain Layout
45925
45926
45927 \backslash
45928 fcolorbox{black}{
45929 \end_layout
45930
45931 \end_inset
45932
45933 Aquamarine
45934 \begin_inset ERT
45935 status collapsed
45936
45937 \begin_layout Plain Layout
45938
45939 }{
45940 \end_layout
45941
45942 \end_inset
45943
45944
45945 \begin_inset Phantom Phantom
45946 status open
45947
45948 \begin_layout Plain Layout
45949 W
45950 \end_layout
45951
45952 \end_inset
45953
45954
45955 \begin_inset ERT
45956 status collapsed
45957
45958 \begin_layout Plain Layout
45959
45960 }
45961 \end_layout
45962
45963 \end_inset
45964
45965  Aquamarine
45966 \end_layout
45967
45968 \end_inset
45969 </cell>
45970 <cell alignment="center" valignment="top" usebox="none">
45971 \begin_inset Text
45972
45973 \begin_layout Plain Layout
45974 \begin_inset ERT
45975 status collapsed
45976
45977 \begin_layout Plain Layout
45978
45979
45980 \backslash
45981 fcolorbox{black}{
45982 \end_layout
45983
45984 \end_inset
45985
45986 Bittersweet
45987 \begin_inset ERT
45988 status collapsed
45989
45990 \begin_layout Plain Layout
45991
45992 }{
45993 \end_layout
45994
45995 \end_inset
45996
45997
45998 \begin_inset Phantom Phantom
45999 status open
46000
46001 \begin_layout Plain Layout
46002 W
46003 \end_layout
46004
46005 \end_inset
46006
46007
46008 \begin_inset ERT
46009 status collapsed
46010
46011 \begin_layout Plain Layout
46012
46013 }
46014 \end_layout
46015
46016 \end_inset
46017
46018  Bittersweet
46019 \end_layout
46020
46021 \end_inset
46022 </cell>
46023 <cell alignment="center" valignment="top" usebox="none">
46024 \begin_inset Text
46025
46026 \begin_layout Plain Layout
46027 \begin_inset ERT
46028 status collapsed
46029
46030 \begin_layout Plain Layout
46031
46032
46033 \backslash
46034 fcolorbox{black}{
46035 \end_layout
46036
46037 \end_inset
46038
46039 BlueGreen
46040 \begin_inset ERT
46041 status collapsed
46042
46043 \begin_layout Plain Layout
46044
46045 }{
46046 \end_layout
46047
46048 \end_inset
46049
46050
46051 \begin_inset Phantom Phantom
46052 status open
46053
46054 \begin_layout Plain Layout
46055 W
46056 \end_layout
46057
46058 \end_inset
46059
46060
46061 \begin_inset ERT
46062 status collapsed
46063
46064 \begin_layout Plain Layout
46065
46066 }
46067 \end_layout
46068
46069 \end_inset
46070
46071  BlueGreen
46072 \end_layout
46073
46074 \end_inset
46075 </cell>
46076 </row>
46077 <row>
46078 <cell alignment="left" valignment="top" usebox="none">
46079 \begin_inset Text
46080
46081 \begin_layout Plain Layout
46082 \begin_inset ERT
46083 status collapsed
46084
46085 \begin_layout Plain Layout
46086
46087
46088 \backslash
46089 fcolorbox{black}{
46090 \end_layout
46091
46092 \end_inset
46093
46094 BlueViolet
46095 \begin_inset ERT
46096 status collapsed
46097
46098 \begin_layout Plain Layout
46099
46100 }{
46101 \end_layout
46102
46103 \end_inset
46104
46105
46106 \begin_inset Phantom Phantom
46107 status open
46108
46109 \begin_layout Plain Layout
46110 W
46111 \end_layout
46112
46113 \end_inset
46114
46115
46116 \begin_inset ERT
46117 status collapsed
46118
46119 \begin_layout Plain Layout
46120
46121 }
46122 \end_layout
46123
46124 \end_inset
46125
46126  BlueViolet
46127 \end_layout
46128
46129 \end_inset
46130 </cell>
46131 <cell alignment="left" valignment="top" usebox="none">
46132 \begin_inset Text
46133
46134 \begin_layout Plain Layout
46135 \begin_inset ERT
46136 status collapsed
46137
46138 \begin_layout Plain Layout
46139
46140
46141 \backslash
46142 fcolorbox{black}{
46143 \end_layout
46144
46145 \end_inset
46146
46147 BrickRed
46148 \begin_inset ERT
46149 status collapsed
46150
46151 \begin_layout Plain Layout
46152
46153 }{
46154 \end_layout
46155
46156 \end_inset
46157
46158
46159 \begin_inset Phantom Phantom
46160 status open
46161
46162 \begin_layout Plain Layout
46163 W
46164 \end_layout
46165
46166 \end_inset
46167
46168
46169 \begin_inset ERT
46170 status collapsed
46171
46172 \begin_layout Plain Layout
46173
46174 }
46175 \end_layout
46176
46177 \end_inset
46178
46179  BrickRed
46180 \end_layout
46181
46182 \end_inset
46183 </cell>
46184 <cell alignment="left" valignment="top" usebox="none">
46185 \begin_inset Text
46186
46187 \begin_layout Plain Layout
46188 \begin_inset ERT
46189 status collapsed
46190
46191 \begin_layout Plain Layout
46192
46193
46194 \backslash
46195 fcolorbox{black}{
46196 \end_layout
46197
46198 \end_inset
46199
46200 Brown
46201 \begin_inset ERT
46202 status collapsed
46203
46204 \begin_layout Plain Layout
46205
46206 }{
46207 \end_layout
46208
46209 \end_inset
46210
46211
46212 \begin_inset Phantom Phantom
46213 status open
46214
46215 \begin_layout Plain Layout
46216 W
46217 \end_layout
46218
46219 \end_inset
46220
46221
46222 \begin_inset ERT
46223 status collapsed
46224
46225 \begin_layout Plain Layout
46226
46227 }
46228 \end_layout
46229
46230 \end_inset
46231
46232  Brown
46233 \end_layout
46234
46235 \end_inset
46236 </cell>
46237 <cell alignment="left" valignment="top" usebox="none">
46238 \begin_inset Text
46239
46240 \begin_layout Plain Layout
46241 \begin_inset ERT
46242 status collapsed
46243
46244 \begin_layout Plain Layout
46245
46246
46247 \backslash
46248 fcolorbox{black}{
46249 \end_layout
46250
46251 \end_inset
46252
46253 BurntOrange
46254 \begin_inset ERT
46255 status collapsed
46256
46257 \begin_layout Plain Layout
46258
46259 }{
46260 \end_layout
46261
46262 \end_inset
46263
46264
46265 \begin_inset Phantom Phantom
46266 status open
46267
46268 \begin_layout Plain Layout
46269 W
46270 \end_layout
46271
46272 \end_inset
46273
46274
46275 \begin_inset ERT
46276 status collapsed
46277
46278 \begin_layout Plain Layout
46279
46280 }
46281 \end_layout
46282
46283 \end_inset
46284
46285  BurntOrange
46286 \end_layout
46287
46288 \end_inset
46289 </cell>
46290 </row>
46291 <row>
46292 <cell alignment="left" valignment="top" usebox="none">
46293 \begin_inset Text
46294
46295 \begin_layout Plain Layout
46296 \begin_inset ERT
46297 status collapsed
46298
46299 \begin_layout Plain Layout
46300
46301
46302 \backslash
46303 fcolorbox{black}{
46304 \end_layout
46305
46306 \end_inset
46307
46308 CadetBlue
46309 \begin_inset ERT
46310 status collapsed
46311
46312 \begin_layout Plain Layout
46313
46314 }{
46315 \end_layout
46316
46317 \end_inset
46318
46319
46320 \begin_inset Phantom Phantom
46321 status open
46322
46323 \begin_layout Plain Layout
46324 W
46325 \end_layout
46326
46327 \end_inset
46328
46329
46330 \begin_inset ERT
46331 status collapsed
46332
46333 \begin_layout Plain Layout
46334
46335 }
46336 \end_layout
46337
46338 \end_inset
46339
46340  CadetBlue
46341 \end_layout
46342
46343 \end_inset
46344 </cell>
46345 <cell alignment="left" valignment="top" usebox="none">
46346 \begin_inset Text
46347
46348 \begin_layout Plain Layout
46349 \begin_inset ERT
46350 status collapsed
46351
46352 \begin_layout Plain Layout
46353
46354
46355 \backslash
46356 fcolorbox{black}{
46357 \end_layout
46358
46359 \end_inset
46360
46361 CarnationPink
46362 \begin_inset ERT
46363 status collapsed
46364
46365 \begin_layout Plain Layout
46366
46367 }{
46368 \end_layout
46369
46370 \end_inset
46371
46372
46373 \begin_inset Phantom Phantom
46374 status open
46375
46376 \begin_layout Plain Layout
46377 W
46378 \end_layout
46379
46380 \end_inset
46381
46382
46383 \begin_inset ERT
46384 status collapsed
46385
46386 \begin_layout Plain Layout
46387
46388 }
46389 \end_layout
46390
46391 \end_inset
46392
46393  CarnationPink
46394 \end_layout
46395
46396 \end_inset
46397 </cell>
46398 <cell alignment="left" valignment="top" usebox="none">
46399 \begin_inset Text
46400
46401 \begin_layout Plain Layout
46402 \begin_inset ERT
46403 status collapsed
46404
46405 \begin_layout Plain Layout
46406
46407
46408 \backslash
46409 fcolorbox{black}{
46410 \end_layout
46411
46412 \end_inset
46413
46414 Cerulean
46415 \begin_inset ERT
46416 status collapsed
46417
46418 \begin_layout Plain Layout
46419
46420 }{
46421 \end_layout
46422
46423 \end_inset
46424
46425
46426 \begin_inset Phantom Phantom
46427 status open
46428
46429 \begin_layout Plain Layout
46430 W
46431 \end_layout
46432
46433 \end_inset
46434
46435
46436 \begin_inset ERT
46437 status collapsed
46438
46439 \begin_layout Plain Layout
46440
46441 }
46442 \end_layout
46443
46444 \end_inset
46445
46446  Cerulean
46447 \end_layout
46448
46449 \end_inset
46450 </cell>
46451 <cell alignment="left" valignment="top" usebox="none">
46452 \begin_inset Text
46453
46454 \begin_layout Plain Layout
46455 \begin_inset ERT
46456 status collapsed
46457
46458 \begin_layout Plain Layout
46459
46460
46461 \backslash
46462 fcolorbox{black}{
46463 \end_layout
46464
46465 \end_inset
46466
46467 CornflowerBlue
46468 \begin_inset ERT
46469 status collapsed
46470
46471 \begin_layout Plain Layout
46472
46473 }{
46474 \end_layout
46475
46476 \end_inset
46477
46478
46479 \begin_inset Phantom Phantom
46480 status open
46481
46482 \begin_layout Plain Layout
46483 W
46484 \end_layout
46485
46486 \end_inset
46487
46488
46489 \begin_inset ERT
46490 status collapsed
46491
46492 \begin_layout Plain Layout
46493
46494 }
46495 \end_layout
46496
46497 \end_inset
46498
46499  CornflowerBlue
46500 \end_layout
46501
46502 \end_inset
46503 </cell>
46504 </row>
46505 <row>
46506 <cell alignment="left" valignment="top" usebox="none">
46507 \begin_inset Text
46508
46509 \begin_layout Plain Layout
46510 \begin_inset ERT
46511 status collapsed
46512
46513 \begin_layout Plain Layout
46514
46515
46516 \backslash
46517 fcolorbox{black}{
46518 \end_layout
46519
46520 \end_inset
46521
46522 Dandelion
46523 \begin_inset ERT
46524 status collapsed
46525
46526 \begin_layout Plain Layout
46527
46528 }{
46529 \end_layout
46530
46531 \end_inset
46532
46533
46534 \begin_inset Phantom Phantom
46535 status open
46536
46537 \begin_layout Plain Layout
46538 W
46539 \end_layout
46540
46541 \end_inset
46542
46543
46544 \begin_inset ERT
46545 status collapsed
46546
46547 \begin_layout Plain Layout
46548
46549 }
46550 \end_layout
46551
46552 \end_inset
46553
46554  Dandelion
46555 \end_layout
46556
46557 \end_inset
46558 </cell>
46559 <cell alignment="left" valignment="top" usebox="none">
46560 \begin_inset Text
46561
46562 \begin_layout Plain Layout
46563 \begin_inset ERT
46564 status collapsed
46565
46566 \begin_layout Plain Layout
46567
46568
46569 \backslash
46570 fcolorbox{black}{
46571 \end_layout
46572
46573 \end_inset
46574
46575 DarkOrchid
46576 \begin_inset ERT
46577 status collapsed
46578
46579 \begin_layout Plain Layout
46580
46581 }{
46582 \end_layout
46583
46584 \end_inset
46585
46586
46587 \begin_inset Phantom Phantom
46588 status open
46589
46590 \begin_layout Plain Layout
46591 W
46592 \end_layout
46593
46594 \end_inset
46595
46596
46597 \begin_inset ERT
46598 status collapsed
46599
46600 \begin_layout Plain Layout
46601
46602 }
46603 \end_layout
46604
46605 \end_inset
46606
46607  DarkOrchid
46608 \end_layout
46609
46610 \end_inset
46611 </cell>
46612 <cell alignment="left" valignment="top" usebox="none">
46613 \begin_inset Text
46614
46615 \begin_layout Plain Layout
46616 \begin_inset ERT
46617 status collapsed
46618
46619 \begin_layout Plain Layout
46620
46621
46622 \backslash
46623 fcolorbox{black}{
46624 \end_layout
46625
46626 \end_inset
46627
46628 Emerald
46629 \begin_inset ERT
46630 status collapsed
46631
46632 \begin_layout Plain Layout
46633
46634 }{
46635 \end_layout
46636
46637 \end_inset
46638
46639
46640 \begin_inset Phantom Phantom
46641 status open
46642
46643 \begin_layout Plain Layout
46644 W
46645 \end_layout
46646
46647 \end_inset
46648
46649
46650 \begin_inset ERT
46651 status collapsed
46652
46653 \begin_layout Plain Layout
46654
46655 }
46656 \end_layout
46657
46658 \end_inset
46659
46660  Emerald
46661 \end_layout
46662
46663 \end_inset
46664 </cell>
46665 <cell alignment="left" valignment="top" usebox="none">
46666 \begin_inset Text
46667
46668 \begin_layout Plain Layout
46669 \begin_inset ERT
46670 status collapsed
46671
46672 \begin_layout Plain Layout
46673
46674
46675 \backslash
46676 fcolorbox{black}{
46677 \end_layout
46678
46679 \end_inset
46680
46681 ForestGreen
46682 \begin_inset ERT
46683 status collapsed
46684
46685 \begin_layout Plain Layout
46686
46687 }{
46688 \end_layout
46689
46690 \end_inset
46691
46692
46693 \begin_inset Phantom Phantom
46694 status open
46695
46696 \begin_layout Plain Layout
46697 W
46698 \end_layout
46699
46700 \end_inset
46701
46702
46703 \begin_inset ERT
46704 status collapsed
46705
46706 \begin_layout Plain Layout
46707
46708 }
46709 \end_layout
46710
46711 \end_inset
46712
46713  ForestGreen
46714 \end_layout
46715
46716 \end_inset
46717 </cell>
46718 </row>
46719 <row>
46720 <cell alignment="left" valignment="top" usebox="none">
46721 \begin_inset Text
46722
46723 \begin_layout Plain Layout
46724 \begin_inset ERT
46725 status collapsed
46726
46727 \begin_layout Plain Layout
46728
46729
46730 \backslash
46731 fcolorbox{black}{
46732 \end_layout
46733
46734 \end_inset
46735
46736 Fuchsia
46737 \begin_inset ERT
46738 status collapsed
46739
46740 \begin_layout Plain Layout
46741
46742 }{
46743 \end_layout
46744
46745 \end_inset
46746
46747
46748 \begin_inset Phantom Phantom
46749 status open
46750
46751 \begin_layout Plain Layout
46752 W
46753 \end_layout
46754
46755 \end_inset
46756
46757
46758 \begin_inset ERT
46759 status collapsed
46760
46761 \begin_layout Plain Layout
46762
46763 }
46764 \end_layout
46765
46766 \end_inset
46767
46768  Fuchsia
46769 \end_layout
46770
46771 \end_inset
46772 </cell>
46773 <cell alignment="left" valignment="top" usebox="none">
46774 \begin_inset Text
46775
46776 \begin_layout Plain Layout
46777 \begin_inset ERT
46778 status collapsed
46779
46780 \begin_layout Plain Layout
46781
46782
46783 \backslash
46784 fcolorbox{black}{
46785 \end_layout
46786
46787 \end_inset
46788
46789 Goldenrod
46790 \begin_inset ERT
46791 status collapsed
46792
46793 \begin_layout Plain Layout
46794
46795 }{
46796 \end_layout
46797
46798 \end_inset
46799
46800
46801 \begin_inset Phantom Phantom
46802 status open
46803
46804 \begin_layout Plain Layout
46805 W
46806 \end_layout
46807
46808 \end_inset
46809
46810
46811 \begin_inset ERT
46812 status collapsed
46813
46814 \begin_layout Plain Layout
46815
46816 }
46817 \end_layout
46818
46819 \end_inset
46820
46821  Goldenrod
46822 \end_layout
46823
46824 \end_inset
46825 </cell>
46826 <cell alignment="left" valignment="top" usebox="none">
46827 \begin_inset Text
46828
46829 \begin_layout Plain Layout
46830 \begin_inset ERT
46831 status collapsed
46832
46833 \begin_layout Plain Layout
46834
46835
46836 \backslash
46837 fcolorbox{black}{
46838 \end_layout
46839
46840 \end_inset
46841
46842 Gray
46843 \begin_inset ERT
46844 status collapsed
46845
46846 \begin_layout Plain Layout
46847
46848 }{
46849 \end_layout
46850
46851 \end_inset
46852
46853
46854 \begin_inset Phantom Phantom
46855 status open
46856
46857 \begin_layout Plain Layout
46858 W
46859 \end_layout
46860
46861 \end_inset
46862
46863
46864 \begin_inset ERT
46865 status collapsed
46866
46867 \begin_layout Plain Layout
46868
46869 }
46870 \end_layout
46871
46872 \end_inset
46873
46874  Gray
46875 \end_layout
46876
46877 \end_inset
46878 </cell>
46879 <cell alignment="left" valignment="top" usebox="none">
46880 \begin_inset Text
46881
46882 \begin_layout Plain Layout
46883 \begin_inset ERT
46884 status collapsed
46885
46886 \begin_layout Plain Layout
46887
46888
46889 \backslash
46890 fcolorbox{black}{
46891 \end_layout
46892
46893 \end_inset
46894
46895 GreenYellow
46896 \begin_inset ERT
46897 status collapsed
46898
46899 \begin_layout Plain Layout
46900
46901 }{
46902 \end_layout
46903
46904 \end_inset
46905
46906
46907 \begin_inset Phantom Phantom
46908 status open
46909
46910 \begin_layout Plain Layout
46911 W
46912 \end_layout
46913
46914 \end_inset
46915
46916
46917 \begin_inset ERT
46918 status collapsed
46919
46920 \begin_layout Plain Layout
46921
46922 }
46923 \end_layout
46924
46925 \end_inset
46926
46927  GreenYellow
46928 \end_layout
46929
46930 \end_inset
46931 </cell>
46932 </row>
46933 <row>
46934 <cell alignment="center" valignment="top" usebox="none">
46935 \begin_inset Text
46936
46937 \begin_layout Plain Layout
46938 \begin_inset ERT
46939 status collapsed
46940
46941 \begin_layout Plain Layout
46942
46943
46944 \backslash
46945 fcolorbox{black}{
46946 \end_layout
46947
46948 \end_inset
46949
46950 JungleGreen
46951 \begin_inset ERT
46952 status collapsed
46953
46954 \begin_layout Plain Layout
46955
46956 }{
46957 \end_layout
46958
46959 \end_inset
46960
46961
46962 \begin_inset Phantom Phantom
46963 status open
46964
46965 \begin_layout Plain Layout
46966 W
46967 \end_layout
46968
46969 \end_inset
46970
46971
46972 \begin_inset ERT
46973 status collapsed
46974
46975 \begin_layout Plain Layout
46976
46977 }
46978 \end_layout
46979
46980 \end_inset
46981
46982  JungleGreen
46983 \end_layout
46984
46985 \end_inset
46986 </cell>
46987 <cell alignment="center" valignment="top" usebox="none">
46988 \begin_inset Text
46989
46990 \begin_layout Plain Layout
46991 \begin_inset ERT
46992 status collapsed
46993
46994 \begin_layout Plain Layout
46995
46996
46997 \backslash
46998 fcolorbox{black}{
46999 \end_layout
47000
47001 \end_inset
47002
47003 Lavender
47004 \begin_inset ERT
47005 status collapsed
47006
47007 \begin_layout Plain Layout
47008
47009 }{
47010 \end_layout
47011
47012 \end_inset
47013
47014
47015 \begin_inset Phantom Phantom
47016 status open
47017
47018 \begin_layout Plain Layout
47019 W
47020 \end_layout
47021
47022 \end_inset
47023
47024
47025 \begin_inset ERT
47026 status collapsed
47027
47028 \begin_layout Plain Layout
47029
47030 }
47031 \end_layout
47032
47033 \end_inset
47034
47035  Lavender
47036 \end_layout
47037
47038 \end_inset
47039 </cell>
47040 <cell alignment="center" valignment="top" usebox="none">
47041 \begin_inset Text
47042
47043 \begin_layout Plain Layout
47044 \begin_inset ERT
47045 status collapsed
47046
47047 \begin_layout Plain Layout
47048
47049
47050 \backslash
47051 fcolorbox{black}{
47052 \end_layout
47053
47054 \end_inset
47055
47056 LimeGreen
47057 \begin_inset ERT
47058 status collapsed
47059
47060 \begin_layout Plain Layout
47061
47062 }{
47063 \end_layout
47064
47065 \end_inset
47066
47067
47068 \begin_inset Phantom Phantom
47069 status open
47070
47071 \begin_layout Plain Layout
47072 W
47073 \end_layout
47074
47075 \end_inset
47076
47077
47078 \begin_inset ERT
47079 status collapsed
47080
47081 \begin_layout Plain Layout
47082
47083 }
47084 \end_layout
47085
47086 \end_inset
47087
47088  LimeGreen
47089 \end_layout
47090
47091 \end_inset
47092 </cell>
47093 <cell alignment="center" valignment="top" usebox="none">
47094 \begin_inset Text
47095
47096 \begin_layout Plain Layout
47097 \begin_inset ERT
47098 status collapsed
47099
47100 \begin_layout Plain Layout
47101
47102
47103 \backslash
47104 fcolorbox{black}{
47105 \end_layout
47106
47107 \end_inset
47108
47109 Mahogany
47110 \begin_inset ERT
47111 status collapsed
47112
47113 \begin_layout Plain Layout
47114
47115 }{
47116 \end_layout
47117
47118 \end_inset
47119
47120
47121 \begin_inset Phantom Phantom
47122 status open
47123
47124 \begin_layout Plain Layout
47125 W
47126 \end_layout
47127
47128 \end_inset
47129
47130
47131 \begin_inset ERT
47132 status collapsed
47133
47134 \begin_layout Plain Layout
47135
47136 }
47137 \end_layout
47138
47139 \end_inset
47140
47141  Mahogany
47142 \end_layout
47143
47144 \end_inset
47145 </cell>
47146 </row>
47147 <row>
47148 <cell alignment="left" valignment="top" usebox="none">
47149 \begin_inset Text
47150
47151 \begin_layout Plain Layout
47152 \begin_inset ERT
47153 status collapsed
47154
47155 \begin_layout Plain Layout
47156
47157
47158 \backslash
47159 fcolorbox{black}{
47160 \end_layout
47161
47162 \end_inset
47163
47164 Mahogany
47165 \begin_inset ERT
47166 status collapsed
47167
47168 \begin_layout Plain Layout
47169
47170 }{
47171 \end_layout
47172
47173 \end_inset
47174
47175
47176 \begin_inset Phantom Phantom
47177 status open
47178
47179 \begin_layout Plain Layout
47180 W
47181 \end_layout
47182
47183 \end_inset
47184
47185
47186 \begin_inset ERT
47187 status collapsed
47188
47189 \begin_layout Plain Layout
47190
47191 }
47192 \end_layout
47193
47194 \end_inset
47195
47196  Mahogany
47197 \end_layout
47198
47199 \end_inset
47200 </cell>
47201 <cell alignment="left" valignment="top" usebox="none">
47202 \begin_inset Text
47203
47204 \begin_layout Plain Layout
47205 \begin_inset ERT
47206 status collapsed
47207
47208 \begin_layout Plain Layout
47209
47210
47211 \backslash
47212 fcolorbox{black}{
47213 \end_layout
47214
47215 \end_inset
47216
47217 Maroon
47218 \begin_inset ERT
47219 status collapsed
47220
47221 \begin_layout Plain Layout
47222
47223 }{
47224 \end_layout
47225
47226 \end_inset
47227
47228
47229 \begin_inset Phantom Phantom
47230 status open
47231
47232 \begin_layout Plain Layout
47233 W
47234 \end_layout
47235
47236 \end_inset
47237
47238
47239 \begin_inset ERT
47240 status collapsed
47241
47242 \begin_layout Plain Layout
47243
47244 }
47245 \end_layout
47246
47247 \end_inset
47248
47249  Maroon
47250 \end_layout
47251
47252 \end_inset
47253 </cell>
47254 <cell alignment="left" valignment="top" usebox="none">
47255 \begin_inset Text
47256
47257 \begin_layout Plain Layout
47258 \begin_inset ERT
47259 status collapsed
47260
47261 \begin_layout Plain Layout
47262
47263
47264 \backslash
47265 fcolorbox{black}{
47266 \end_layout
47267
47268 \end_inset
47269
47270 Melon
47271 \begin_inset ERT
47272 status collapsed
47273
47274 \begin_layout Plain Layout
47275
47276 }{
47277 \end_layout
47278
47279 \end_inset
47280
47281
47282 \begin_inset Phantom Phantom
47283 status open
47284
47285 \begin_layout Plain Layout
47286 W
47287 \end_layout
47288
47289 \end_inset
47290
47291
47292 \begin_inset ERT
47293 status collapsed
47294
47295 \begin_layout Plain Layout
47296
47297 }
47298 \end_layout
47299
47300 \end_inset
47301
47302  Melon
47303 \end_layout
47304
47305 \end_inset
47306 </cell>
47307 <cell alignment="left" valignment="top" usebox="none">
47308 \begin_inset Text
47309
47310 \begin_layout Plain Layout
47311 \begin_inset ERT
47312 status collapsed
47313
47314 \begin_layout Plain Layout
47315
47316
47317 \backslash
47318 fcolorbox{black}{
47319 \end_layout
47320
47321 \end_inset
47322
47323 MidnightBlue
47324 \begin_inset ERT
47325 status collapsed
47326
47327 \begin_layout Plain Layout
47328
47329 }{
47330 \end_layout
47331
47332 \end_inset
47333
47334
47335 \begin_inset Phantom Phantom
47336 status open
47337
47338 \begin_layout Plain Layout
47339 W
47340 \end_layout
47341
47342 \end_inset
47343
47344
47345 \begin_inset ERT
47346 status collapsed
47347
47348 \begin_layout Plain Layout
47349
47350 }
47351 \end_layout
47352
47353 \end_inset
47354
47355  MidnightBlue
47356 \end_layout
47357
47358 \end_inset
47359 </cell>
47360 </row>
47361 <row>
47362 <cell alignment="left" valignment="top" usebox="none">
47363 \begin_inset Text
47364
47365 \begin_layout Plain Layout
47366 \begin_inset ERT
47367 status collapsed
47368
47369 \begin_layout Plain Layout
47370
47371
47372 \backslash
47373 fcolorbox{black}{
47374 \end_layout
47375
47376 \end_inset
47377
47378 Mulberry
47379 \begin_inset ERT
47380 status collapsed
47381
47382 \begin_layout Plain Layout
47383
47384 }{
47385 \end_layout
47386
47387 \end_inset
47388
47389
47390 \begin_inset Phantom Phantom
47391 status open
47392
47393 \begin_layout Plain Layout
47394 W
47395 \end_layout
47396
47397 \end_inset
47398
47399
47400 \begin_inset ERT
47401 status collapsed
47402
47403 \begin_layout Plain Layout
47404
47405 }
47406 \end_layout
47407
47408 \end_inset
47409
47410  Mulberry
47411 \end_layout
47412
47413 \end_inset
47414 </cell>
47415 <cell alignment="left" valignment="top" usebox="none">
47416 \begin_inset Text
47417
47418 \begin_layout Plain Layout
47419 \begin_inset ERT
47420 status collapsed
47421
47422 \begin_layout Plain Layout
47423
47424
47425 \backslash
47426 fcolorbox{black}{
47427 \end_layout
47428
47429 \end_inset
47430
47431 NavyBlue
47432 \begin_inset ERT
47433 status collapsed
47434
47435 \begin_layout Plain Layout
47436
47437 }{
47438 \end_layout
47439
47440 \end_inset
47441
47442
47443 \begin_inset Phantom Phantom
47444 status open
47445
47446 \begin_layout Plain Layout
47447 W
47448 \end_layout
47449
47450 \end_inset
47451
47452
47453 \begin_inset ERT
47454 status collapsed
47455
47456 \begin_layout Plain Layout
47457
47458 }
47459 \end_layout
47460
47461 \end_inset
47462
47463  NavyBlue
47464 \end_layout
47465
47466 \end_inset
47467 </cell>
47468 <cell alignment="left" valignment="top" usebox="none">
47469 \begin_inset Text
47470
47471 \begin_layout Plain Layout
47472 \begin_inset ERT
47473 status collapsed
47474
47475 \begin_layout Plain Layout
47476
47477
47478 \backslash
47479 fcolorbox{black}{
47480 \end_layout
47481
47482 \end_inset
47483
47484 OliveGreen
47485 \begin_inset ERT
47486 status collapsed
47487
47488 \begin_layout Plain Layout
47489
47490 }{
47491 \end_layout
47492
47493 \end_inset
47494
47495
47496 \begin_inset Phantom Phantom
47497 status open
47498
47499 \begin_layout Plain Layout
47500 W
47501 \end_layout
47502
47503 \end_inset
47504
47505
47506 \begin_inset ERT
47507 status collapsed
47508
47509 \begin_layout Plain Layout
47510
47511 }
47512 \end_layout
47513
47514 \end_inset
47515
47516  OliveGreen
47517 \end_layout
47518
47519 \end_inset
47520 </cell>
47521 <cell alignment="left" valignment="top" usebox="none">
47522 \begin_inset Text
47523
47524 \begin_layout Plain Layout
47525 \begin_inset ERT
47526 status collapsed
47527
47528 \begin_layout Plain Layout
47529
47530
47531 \backslash
47532 fcolorbox{black}{
47533 \end_layout
47534
47535 \end_inset
47536
47537 Orange
47538 \begin_inset ERT
47539 status collapsed
47540
47541 \begin_layout Plain Layout
47542
47543 }{
47544 \end_layout
47545
47546 \end_inset
47547
47548
47549 \begin_inset Phantom Phantom
47550 status open
47551
47552 \begin_layout Plain Layout
47553 W
47554 \end_layout
47555
47556 \end_inset
47557
47558
47559 \begin_inset ERT
47560 status collapsed
47561
47562 \begin_layout Plain Layout
47563
47564 }
47565 \end_layout
47566
47567 \end_inset
47568
47569  Orange
47570 \end_layout
47571
47572 \end_inset
47573 </cell>
47574 </row>
47575 <row>
47576 <cell alignment="left" valignment="top" usebox="none">
47577 \begin_inset Text
47578
47579 \begin_layout Plain Layout
47580 \begin_inset ERT
47581 status collapsed
47582
47583 \begin_layout Plain Layout
47584
47585
47586 \backslash
47587 fcolorbox{black}{
47588 \end_layout
47589
47590 \end_inset
47591
47592 OrangeRed
47593 \begin_inset ERT
47594 status collapsed
47595
47596 \begin_layout Plain Layout
47597
47598 }{
47599 \end_layout
47600
47601 \end_inset
47602
47603
47604 \begin_inset Phantom Phantom
47605 status open
47606
47607 \begin_layout Plain Layout
47608 W
47609 \end_layout
47610
47611 \end_inset
47612
47613
47614 \begin_inset ERT
47615 status collapsed
47616
47617 \begin_layout Plain Layout
47618
47619 }
47620 \end_layout
47621
47622 \end_inset
47623
47624  OrangeRed
47625 \end_layout
47626
47627 \end_inset
47628 </cell>
47629 <cell alignment="left" valignment="top" usebox="none">
47630 \begin_inset Text
47631
47632 \begin_layout Plain Layout
47633 \begin_inset ERT
47634 status collapsed
47635
47636 \begin_layout Plain Layout
47637
47638
47639 \backslash
47640 fcolorbox{black}{
47641 \end_layout
47642
47643 \end_inset
47644
47645 Orchid
47646 \begin_inset ERT
47647 status collapsed
47648
47649 \begin_layout Plain Layout
47650
47651 }{
47652 \end_layout
47653
47654 \end_inset
47655
47656
47657 \begin_inset Phantom Phantom
47658 status open
47659
47660 \begin_layout Plain Layout
47661 W
47662 \end_layout
47663
47664 \end_inset
47665
47666
47667 \begin_inset ERT
47668 status collapsed
47669
47670 \begin_layout Plain Layout
47671
47672 }
47673 \end_layout
47674
47675 \end_inset
47676
47677  Orchid
47678 \end_layout
47679
47680 \end_inset
47681 </cell>
47682 <cell alignment="left" valignment="top" usebox="none">
47683 \begin_inset Text
47684
47685 \begin_layout Plain Layout
47686 \begin_inset ERT
47687 status collapsed
47688
47689 \begin_layout Plain Layout
47690
47691
47692 \backslash
47693 fcolorbox{black}{
47694 \end_layout
47695
47696 \end_inset
47697
47698 Peach
47699 \begin_inset ERT
47700 status collapsed
47701
47702 \begin_layout Plain Layout
47703
47704 }{
47705 \end_layout
47706
47707 \end_inset
47708
47709
47710 \begin_inset Phantom Phantom
47711 status open
47712
47713 \begin_layout Plain Layout
47714 W
47715 \end_layout
47716
47717 \end_inset
47718
47719
47720 \begin_inset ERT
47721 status collapsed
47722
47723 \begin_layout Plain Layout
47724
47725 }
47726 \end_layout
47727
47728 \end_inset
47729
47730  Peach
47731 \end_layout
47732
47733 \end_inset
47734 </cell>
47735 <cell alignment="left" valignment="top" usebox="none">
47736 \begin_inset Text
47737
47738 \begin_layout Plain Layout
47739 \begin_inset ERT
47740 status collapsed
47741
47742 \begin_layout Plain Layout
47743
47744
47745 \backslash
47746 fcolorbox{black}{
47747 \end_layout
47748
47749 \end_inset
47750
47751 Periwinkle
47752 \begin_inset ERT
47753 status collapsed
47754
47755 \begin_layout Plain Layout
47756
47757 }{
47758 \end_layout
47759
47760 \end_inset
47761
47762
47763 \begin_inset Phantom Phantom
47764 status open
47765
47766 \begin_layout Plain Layout
47767 W
47768 \end_layout
47769
47770 \end_inset
47771
47772
47773 \begin_inset ERT
47774 status collapsed
47775
47776 \begin_layout Plain Layout
47777
47778 }
47779 \end_layout
47780
47781 \end_inset
47782
47783  Periwinkle
47784 \end_layout
47785
47786 \end_inset
47787 </cell>
47788 </row>
47789 <row>
47790 <cell alignment="left" valignment="top" usebox="none">
47791 \begin_inset Text
47792
47793 \begin_layout Plain Layout
47794 \begin_inset ERT
47795 status collapsed
47796
47797 \begin_layout Plain Layout
47798
47799
47800 \backslash
47801 fcolorbox{black}{
47802 \end_layout
47803
47804 \end_inset
47805
47806 PineGreen
47807 \begin_inset ERT
47808 status collapsed
47809
47810 \begin_layout Plain Layout
47811
47812 }{
47813 \end_layout
47814
47815 \end_inset
47816
47817
47818 \begin_inset Phantom Phantom
47819 status open
47820
47821 \begin_layout Plain Layout
47822 W
47823 \end_layout
47824
47825 \end_inset
47826
47827
47828 \begin_inset ERT
47829 status collapsed
47830
47831 \begin_layout Plain Layout
47832
47833 }
47834 \end_layout
47835
47836 \end_inset
47837
47838  PineGreen
47839 \end_layout
47840
47841 \end_inset
47842 </cell>
47843 <cell alignment="left" valignment="top" usebox="none">
47844 \begin_inset Text
47845
47846 \begin_layout Plain Layout
47847 \begin_inset ERT
47848 status collapsed
47849
47850 \begin_layout Plain Layout
47851
47852
47853 \backslash
47854 fcolorbox{black}{
47855 \end_layout
47856
47857 \end_inset
47858
47859 Plum
47860 \begin_inset ERT
47861 status collapsed
47862
47863 \begin_layout Plain Layout
47864
47865 }{
47866 \end_layout
47867
47868 \end_inset
47869
47870
47871 \begin_inset Phantom Phantom
47872 status open
47873
47874 \begin_layout Plain Layout
47875 W
47876 \end_layout
47877
47878 \end_inset
47879
47880
47881 \begin_inset ERT
47882 status collapsed
47883
47884 \begin_layout Plain Layout
47885
47886 }
47887 \end_layout
47888
47889 \end_inset
47890
47891  Plum
47892 \end_layout
47893
47894 \end_inset
47895 </cell>
47896 <cell alignment="left" valignment="top" usebox="none">
47897 \begin_inset Text
47898
47899 \begin_layout Plain Layout
47900 \begin_inset ERT
47901 status collapsed
47902
47903 \begin_layout Plain Layout
47904
47905
47906 \backslash
47907 fcolorbox{black}{
47908 \end_layout
47909
47910 \end_inset
47911
47912 ProcessBlue
47913 \begin_inset ERT
47914 status collapsed
47915
47916 \begin_layout Plain Layout
47917
47918 }{
47919 \end_layout
47920
47921 \end_inset
47922
47923
47924 \begin_inset Phantom Phantom
47925 status open
47926
47927 \begin_layout Plain Layout
47928 W
47929 \end_layout
47930
47931 \end_inset
47932
47933
47934 \begin_inset ERT
47935 status collapsed
47936
47937 \begin_layout Plain Layout
47938
47939 }
47940 \end_layout
47941
47942 \end_inset
47943
47944  ProcessBlue
47945 \end_layout
47946
47947 \end_inset
47948 </cell>
47949 <cell alignment="left" valignment="top" usebox="none">
47950 \begin_inset Text
47951
47952 \begin_layout Plain Layout
47953 \begin_inset ERT
47954 status collapsed
47955
47956 \begin_layout Plain Layout
47957
47958
47959 \backslash
47960 fcolorbox{black}{
47961 \end_layout
47962
47963 \end_inset
47964
47965 Purple
47966 \begin_inset ERT
47967 status collapsed
47968
47969 \begin_layout Plain Layout
47970
47971 }{
47972 \end_layout
47973
47974 \end_inset
47975
47976
47977 \begin_inset Phantom Phantom
47978 status open
47979
47980 \begin_layout Plain Layout
47981 W
47982 \end_layout
47983
47984 \end_inset
47985
47986
47987 \begin_inset ERT
47988 status collapsed
47989
47990 \begin_layout Plain Layout
47991
47992 }
47993 \end_layout
47994
47995 \end_inset
47996
47997  Purple
47998 \end_layout
47999
48000 \end_inset
48001 </cell>
48002 </row>
48003 <row>
48004 <cell alignment="left" valignment="top" usebox="none">
48005 \begin_inset Text
48006
48007 \begin_layout Plain Layout
48008 \begin_inset ERT
48009 status collapsed
48010
48011 \begin_layout Plain Layout
48012
48013
48014 \backslash
48015 fcolorbox{black}{
48016 \end_layout
48017
48018 \end_inset
48019
48020 RawSienna
48021 \begin_inset ERT
48022 status collapsed
48023
48024 \begin_layout Plain Layout
48025
48026 }{
48027 \end_layout
48028
48029 \end_inset
48030
48031
48032 \begin_inset Phantom Phantom
48033 status open
48034
48035 \begin_layout Plain Layout
48036 W
48037 \end_layout
48038
48039 \end_inset
48040
48041
48042 \begin_inset ERT
48043 status collapsed
48044
48045 \begin_layout Plain Layout
48046
48047 }
48048 \end_layout
48049
48050 \end_inset
48051
48052  RawSienna
48053 \end_layout
48054
48055 \end_inset
48056 </cell>
48057 <cell alignment="left" valignment="top" usebox="none">
48058 \begin_inset Text
48059
48060 \begin_layout Plain Layout
48061 \begin_inset ERT
48062 status collapsed
48063
48064 \begin_layout Plain Layout
48065
48066
48067 \backslash
48068 fcolorbox{black}{
48069 \end_layout
48070
48071 \end_inset
48072
48073 RedOrange
48074 \begin_inset ERT
48075 status collapsed
48076
48077 \begin_layout Plain Layout
48078
48079 }{
48080 \end_layout
48081
48082 \end_inset
48083
48084
48085 \begin_inset Phantom Phantom
48086 status open
48087
48088 \begin_layout Plain Layout
48089 W
48090 \end_layout
48091
48092 \end_inset
48093
48094
48095 \begin_inset ERT
48096 status collapsed
48097
48098 \begin_layout Plain Layout
48099
48100 }
48101 \end_layout
48102
48103 \end_inset
48104
48105  RedOrange
48106 \end_layout
48107
48108 \end_inset
48109 </cell>
48110 <cell alignment="left" valignment="top" usebox="none">
48111 \begin_inset Text
48112
48113 \begin_layout Plain Layout
48114 \begin_inset ERT
48115 status collapsed
48116
48117 \begin_layout Plain Layout
48118
48119
48120 \backslash
48121 fcolorbox{black}{
48122 \end_layout
48123
48124 \end_inset
48125
48126 RedViolet
48127 \begin_inset ERT
48128 status collapsed
48129
48130 \begin_layout Plain Layout
48131
48132 }{
48133 \end_layout
48134
48135 \end_inset
48136
48137
48138 \begin_inset Phantom Phantom
48139 status open
48140
48141 \begin_layout Plain Layout
48142 W
48143 \end_layout
48144
48145 \end_inset
48146
48147
48148 \begin_inset ERT
48149 status collapsed
48150
48151 \begin_layout Plain Layout
48152
48153 }
48154 \end_layout
48155
48156 \end_inset
48157
48158  RedViolet
48159 \end_layout
48160
48161 \end_inset
48162 </cell>
48163 <cell alignment="left" valignment="top" usebox="none">
48164 \begin_inset Text
48165
48166 \begin_layout Plain Layout
48167 \begin_inset ERT
48168 status collapsed
48169
48170 \begin_layout Plain Layout
48171
48172
48173 \backslash
48174 fcolorbox{black}{
48175 \end_layout
48176
48177 \end_inset
48178
48179 Rhodamine
48180 \begin_inset ERT
48181 status collapsed
48182
48183 \begin_layout Plain Layout
48184
48185 }{
48186 \end_layout
48187
48188 \end_inset
48189
48190
48191 \begin_inset Phantom Phantom
48192 status open
48193
48194 \begin_layout Plain Layout
48195 W
48196 \end_layout
48197
48198 \end_inset
48199
48200
48201 \begin_inset ERT
48202 status collapsed
48203
48204 \begin_layout Plain Layout
48205
48206 }
48207 \end_layout
48208
48209 \end_inset
48210
48211  Rhodamine
48212 \end_layout
48213
48214 \end_inset
48215 </cell>
48216 </row>
48217 <row>
48218 <cell alignment="left" valignment="top" usebox="none">
48219 \begin_inset Text
48220
48221 \begin_layout Plain Layout
48222 \begin_inset ERT
48223 status collapsed
48224
48225 \begin_layout Plain Layout
48226
48227
48228 \backslash
48229 fcolorbox{black}{
48230 \end_layout
48231
48232 \end_inset
48233
48234 RoyalBlue
48235 \begin_inset ERT
48236 status collapsed
48237
48238 \begin_layout Plain Layout
48239
48240 }{
48241 \end_layout
48242
48243 \end_inset
48244
48245
48246 \begin_inset Phantom Phantom
48247 status open
48248
48249 \begin_layout Plain Layout
48250 W
48251 \end_layout
48252
48253 \end_inset
48254
48255
48256 \begin_inset ERT
48257 status collapsed
48258
48259 \begin_layout Plain Layout
48260
48261 }
48262 \end_layout
48263
48264 \end_inset
48265
48266  RoyalBlue
48267 \end_layout
48268
48269 \end_inset
48270 </cell>
48271 <cell alignment="left" valignment="top" usebox="none">
48272 \begin_inset Text
48273
48274 \begin_layout Plain Layout
48275 \begin_inset ERT
48276 status collapsed
48277
48278 \begin_layout Plain Layout
48279
48280
48281 \backslash
48282 fcolorbox{black}{
48283 \end_layout
48284
48285 \end_inset
48286
48287 RoyalPurple
48288 \begin_inset ERT
48289 status collapsed
48290
48291 \begin_layout Plain Layout
48292
48293 }{
48294 \end_layout
48295
48296 \end_inset
48297
48298
48299 \begin_inset Phantom Phantom
48300 status open
48301
48302 \begin_layout Plain Layout
48303 W
48304 \end_layout
48305
48306 \end_inset
48307
48308
48309 \begin_inset ERT
48310 status collapsed
48311
48312 \begin_layout Plain Layout
48313
48314 }
48315 \end_layout
48316
48317 \end_inset
48318
48319  RoyalPurple
48320 \end_layout
48321
48322 \end_inset
48323 </cell>
48324 <cell alignment="left" valignment="top" usebox="none">
48325 \begin_inset Text
48326
48327 \begin_layout Plain Layout
48328 \begin_inset ERT
48329 status collapsed
48330
48331 \begin_layout Plain Layout
48332
48333
48334 \backslash
48335 fcolorbox{black}{
48336 \end_layout
48337
48338 \end_inset
48339
48340 RubineRed
48341 \begin_inset ERT
48342 status collapsed
48343
48344 \begin_layout Plain Layout
48345
48346 }{
48347 \end_layout
48348
48349 \end_inset
48350
48351
48352 \begin_inset Phantom Phantom
48353 status open
48354
48355 \begin_layout Plain Layout
48356 W
48357 \end_layout
48358
48359 \end_inset
48360
48361
48362 \begin_inset ERT
48363 status collapsed
48364
48365 \begin_layout Plain Layout
48366
48367 }
48368 \end_layout
48369
48370 \end_inset
48371
48372  RubineRed
48373 \end_layout
48374
48375 \end_inset
48376 </cell>
48377 <cell alignment="left" valignment="top" usebox="none">
48378 \begin_inset Text
48379
48380 \begin_layout Plain Layout
48381 \begin_inset ERT
48382 status collapsed
48383
48384 \begin_layout Plain Layout
48385
48386
48387 \backslash
48388 fcolorbox{black}{
48389 \end_layout
48390
48391 \end_inset
48392
48393 Salmon
48394 \begin_inset ERT
48395 status collapsed
48396
48397 \begin_layout Plain Layout
48398
48399 }{
48400 \end_layout
48401
48402 \end_inset
48403
48404
48405 \begin_inset Phantom Phantom
48406 status open
48407
48408 \begin_layout Plain Layout
48409 W
48410 \end_layout
48411
48412 \end_inset
48413
48414
48415 \begin_inset ERT
48416 status collapsed
48417
48418 \begin_layout Plain Layout
48419
48420 }
48421 \end_layout
48422
48423 \end_inset
48424
48425  Salmon
48426 \end_layout
48427
48428 \end_inset
48429 </cell>
48430 </row>
48431 <row>
48432 <cell alignment="left" valignment="top" usebox="none">
48433 \begin_inset Text
48434
48435 \begin_layout Plain Layout
48436 \begin_inset ERT
48437 status collapsed
48438
48439 \begin_layout Plain Layout
48440
48441
48442 \backslash
48443 fcolorbox{black}{
48444 \end_layout
48445
48446 \end_inset
48447
48448 SeaGreen
48449 \begin_inset ERT
48450 status collapsed
48451
48452 \begin_layout Plain Layout
48453
48454 }{
48455 \end_layout
48456
48457 \end_inset
48458
48459
48460 \begin_inset Phantom Phantom
48461 status open
48462
48463 \begin_layout Plain Layout
48464 W
48465 \end_layout
48466
48467 \end_inset
48468
48469
48470 \begin_inset ERT
48471 status collapsed
48472
48473 \begin_layout Plain Layout
48474
48475 }
48476 \end_layout
48477
48478 \end_inset
48479
48480  SeaGreen
48481 \end_layout
48482
48483 \end_inset
48484 </cell>
48485 <cell alignment="left" valignment="top" usebox="none">
48486 \begin_inset Text
48487
48488 \begin_layout Plain Layout
48489 \begin_inset ERT
48490 status collapsed
48491
48492 \begin_layout Plain Layout
48493
48494
48495 \backslash
48496 fcolorbox{black}{
48497 \end_layout
48498
48499 \end_inset
48500
48501 Sepia
48502 \begin_inset ERT
48503 status collapsed
48504
48505 \begin_layout Plain Layout
48506
48507 }{
48508 \end_layout
48509
48510 \end_inset
48511
48512
48513 \begin_inset Phantom Phantom
48514 status open
48515
48516 \begin_layout Plain Layout
48517 W
48518 \end_layout
48519
48520 \end_inset
48521
48522
48523 \begin_inset ERT
48524 status collapsed
48525
48526 \begin_layout Plain Layout
48527
48528 }
48529 \end_layout
48530
48531 \end_inset
48532
48533  Sepia
48534 \end_layout
48535
48536 \end_inset
48537 </cell>
48538 <cell alignment="left" valignment="top" usebox="none">
48539 \begin_inset Text
48540
48541 \begin_layout Plain Layout
48542 \begin_inset ERT
48543 status collapsed
48544
48545 \begin_layout Plain Layout
48546
48547
48548 \backslash
48549 fcolorbox{black}{
48550 \end_layout
48551
48552 \end_inset
48553
48554 SkyBlue
48555 \begin_inset ERT
48556 status collapsed
48557
48558 \begin_layout Plain Layout
48559
48560 }{
48561 \end_layout
48562
48563 \end_inset
48564
48565
48566 \begin_inset Phantom Phantom
48567 status open
48568
48569 \begin_layout Plain Layout
48570 W
48571 \end_layout
48572
48573 \end_inset
48574
48575
48576 \begin_inset ERT
48577 status collapsed
48578
48579 \begin_layout Plain Layout
48580
48581 }
48582 \end_layout
48583
48584 \end_inset
48585
48586  SkyBlue
48587 \end_layout
48588
48589 \end_inset
48590 </cell>
48591 <cell alignment="left" valignment="top" usebox="none">
48592 \begin_inset Text
48593
48594 \begin_layout Plain Layout
48595 \begin_inset ERT
48596 status collapsed
48597
48598 \begin_layout Plain Layout
48599
48600
48601 \backslash
48602 fcolorbox{black}{
48603 \end_layout
48604
48605 \end_inset
48606
48607 SpringGreen
48608 \begin_inset ERT
48609 status collapsed
48610
48611 \begin_layout Plain Layout
48612
48613 }{
48614 \end_layout
48615
48616 \end_inset
48617
48618
48619 \begin_inset Phantom Phantom
48620 status open
48621
48622 \begin_layout Plain Layout
48623 W
48624 \end_layout
48625
48626 \end_inset
48627
48628
48629 \begin_inset ERT
48630 status collapsed
48631
48632 \begin_layout Plain Layout
48633
48634 }
48635 \end_layout
48636
48637 \end_inset
48638
48639  SpringGreen
48640 \end_layout
48641
48642 \end_inset
48643 </cell>
48644 </row>
48645 <row>
48646 <cell alignment="left" valignment="top" usebox="none">
48647 \begin_inset Text
48648
48649 \begin_layout Plain Layout
48650 \begin_inset ERT
48651 status collapsed
48652
48653 \begin_layout Plain Layout
48654
48655
48656 \backslash
48657 fcolorbox{black}{
48658 \end_layout
48659
48660 \end_inset
48661
48662 Tan
48663 \begin_inset ERT
48664 status collapsed
48665
48666 \begin_layout Plain Layout
48667
48668 }{
48669 \end_layout
48670
48671 \end_inset
48672
48673
48674 \begin_inset Phantom Phantom
48675 status open
48676
48677 \begin_layout Plain Layout
48678 W
48679 \end_layout
48680
48681 \end_inset
48682
48683
48684 \begin_inset ERT
48685 status collapsed
48686
48687 \begin_layout Plain Layout
48688
48689 }
48690 \end_layout
48691
48692 \end_inset
48693
48694  Tan
48695 \end_layout
48696
48697 \end_inset
48698 </cell>
48699 <cell alignment="left" valignment="top" usebox="none">
48700 \begin_inset Text
48701
48702 \begin_layout Plain Layout
48703 \begin_inset ERT
48704 status collapsed
48705
48706 \begin_layout Plain Layout
48707
48708
48709 \backslash
48710 fcolorbox{black}{
48711 \end_layout
48712
48713 \end_inset
48714
48715 TealBlue
48716 \begin_inset ERT
48717 status collapsed
48718
48719 \begin_layout Plain Layout
48720
48721 }{
48722 \end_layout
48723
48724 \end_inset
48725
48726
48727 \begin_inset Phantom Phantom
48728 status open
48729
48730 \begin_layout Plain Layout
48731 W
48732 \end_layout
48733
48734 \end_inset
48735
48736
48737 \begin_inset ERT
48738 status collapsed
48739
48740 \begin_layout Plain Layout
48741
48742 }
48743 \end_layout
48744
48745 \end_inset
48746
48747  TealBlue
48748 \end_layout
48749
48750 \end_inset
48751 </cell>
48752 <cell alignment="left" valignment="top" usebox="none">
48753 \begin_inset Text
48754
48755 \begin_layout Plain Layout
48756 \begin_inset ERT
48757 status collapsed
48758
48759 \begin_layout Plain Layout
48760
48761
48762 \backslash
48763 fcolorbox{black}{
48764 \end_layout
48765
48766 \end_inset
48767
48768 Thistle
48769 \begin_inset ERT
48770 status collapsed
48771
48772 \begin_layout Plain Layout
48773
48774 }{
48775 \end_layout
48776
48777 \end_inset
48778
48779
48780 \begin_inset Phantom Phantom
48781 status open
48782
48783 \begin_layout Plain Layout
48784 W
48785 \end_layout
48786
48787 \end_inset
48788
48789
48790 \begin_inset ERT
48791 status collapsed
48792
48793 \begin_layout Plain Layout
48794
48795 }
48796 \end_layout
48797
48798 \end_inset
48799
48800  Thistle
48801 \end_layout
48802
48803 \end_inset
48804 </cell>
48805 <cell alignment="left" valignment="top" usebox="none">
48806 \begin_inset Text
48807
48808 \begin_layout Plain Layout
48809 \begin_inset ERT
48810 status collapsed
48811
48812 \begin_layout Plain Layout
48813
48814
48815 \backslash
48816 fcolorbox{black}{
48817 \end_layout
48818
48819 \end_inset
48820
48821 Turquoise
48822 \begin_inset ERT
48823 status collapsed
48824
48825 \begin_layout Plain Layout
48826
48827 }{
48828 \end_layout
48829
48830 \end_inset
48831
48832
48833 \begin_inset Phantom Phantom
48834 status open
48835
48836 \begin_layout Plain Layout
48837 W
48838 \end_layout
48839
48840 \end_inset
48841
48842
48843 \begin_inset ERT
48844 status collapsed
48845
48846 \begin_layout Plain Layout
48847
48848 }
48849 \end_layout
48850
48851 \end_inset
48852
48853  Turquoise
48854 \end_layout
48855
48856 \end_inset
48857 </cell>
48858 </row>
48859 <row>
48860 <cell alignment="left" valignment="top" usebox="none">
48861 \begin_inset Text
48862
48863 \begin_layout Plain Layout
48864 \begin_inset ERT
48865 status collapsed
48866
48867 \begin_layout Plain Layout
48868
48869
48870 \backslash
48871 fcolorbox{black}{
48872 \end_layout
48873
48874 \end_inset
48875
48876 Violet
48877 \begin_inset ERT
48878 status collapsed
48879
48880 \begin_layout Plain Layout
48881
48882 }{
48883 \end_layout
48884
48885 \end_inset
48886
48887
48888 \begin_inset Phantom Phantom
48889 status open
48890
48891 \begin_layout Plain Layout
48892 W
48893 \end_layout
48894
48895 \end_inset
48896
48897
48898 \begin_inset ERT
48899 status collapsed
48900
48901 \begin_layout Plain Layout
48902
48903 }
48904 \end_layout
48905
48906 \end_inset
48907
48908  Violet
48909 \end_layout
48910
48911 \end_inset
48912 </cell>
48913 <cell alignment="left" valignment="top" usebox="none">
48914 \begin_inset Text
48915
48916 \begin_layout Plain Layout
48917 \begin_inset ERT
48918 status collapsed
48919
48920 \begin_layout Plain Layout
48921
48922
48923 \backslash
48924 fcolorbox{black}{
48925 \end_layout
48926
48927 \end_inset
48928
48929 VioletRed
48930 \begin_inset ERT
48931 status collapsed
48932
48933 \begin_layout Plain Layout
48934
48935 }{
48936 \end_layout
48937
48938 \end_inset
48939
48940
48941 \begin_inset Phantom Phantom
48942 status open
48943
48944 \begin_layout Plain Layout
48945 W
48946 \end_layout
48947
48948 \end_inset
48949
48950
48951 \begin_inset ERT
48952 status collapsed
48953
48954 \begin_layout Plain Layout
48955
48956 }
48957 \end_layout
48958
48959 \end_inset
48960
48961  VioletRed
48962 \end_layout
48963
48964 \end_inset
48965 </cell>
48966 <cell alignment="left" valignment="top" usebox="none">
48967 \begin_inset Text
48968
48969 \begin_layout Plain Layout
48970 \begin_inset ERT
48971 status collapsed
48972
48973 \begin_layout Plain Layout
48974
48975
48976 \backslash
48977 fcolorbox{black}{
48978 \end_layout
48979
48980 \end_inset
48981
48982 WildStrawberry
48983 \begin_inset ERT
48984 status collapsed
48985
48986 \begin_layout Plain Layout
48987
48988 }{
48989 \end_layout
48990
48991 \end_inset
48992
48993
48994 \begin_inset Phantom Phantom
48995 status open
48996
48997 \begin_layout Plain Layout
48998 W
48999 \end_layout
49000
49001 \end_inset
49002
49003
49004 \begin_inset ERT
49005 status collapsed
49006
49007 \begin_layout Plain Layout
49008
49009 }
49010 \end_layout
49011
49012 \end_inset
49013
49014  WildStrawberry
49015 \end_layout
49016
49017 \end_inset
49018 </cell>
49019 <cell alignment="left" valignment="top" usebox="none">
49020 \begin_inset Text
49021
49022 \begin_layout Plain Layout
49023 \begin_inset ERT
49024 status collapsed
49025
49026 \begin_layout Plain Layout
49027
49028
49029 \backslash
49030 fcolorbox{black}{
49031 \end_layout
49032
49033 \end_inset
49034
49035 YellowGreen
49036 \begin_inset ERT
49037 status collapsed
49038
49039 \begin_layout Plain Layout
49040
49041 }{
49042 \end_layout
49043
49044 \end_inset
49045
49046
49047 \begin_inset Phantom Phantom
49048 status open
49049
49050 \begin_layout Plain Layout
49051 W
49052 \end_layout
49053
49054 \end_inset
49055
49056
49057 \begin_inset ERT
49058 status collapsed
49059
49060 \begin_layout Plain Layout
49061
49062 }
49063 \end_layout
49064
49065 \end_inset
49066
49067  YellowGreen
49068 \end_layout
49069
49070 \end_inset
49071 </cell>
49072 </row>
49073 <row>
49074 <cell alignment="left" valignment="top" usebox="none">
49075 \begin_inset Text
49076
49077 \begin_layout Plain Layout
49078 \begin_inset ERT
49079 status collapsed
49080
49081 \begin_layout Plain Layout
49082
49083
49084 \backslash
49085 fcolorbox{black}{
49086 \end_layout
49087
49088 \end_inset
49089
49090 YellowOrange
49091 \begin_inset ERT
49092 status collapsed
49093
49094 \begin_layout Plain Layout
49095
49096 }{
49097 \end_layout
49098
49099 \end_inset
49100
49101
49102 \begin_inset Phantom Phantom
49103 status open
49104
49105 \begin_layout Plain Layout
49106 W
49107 \end_layout
49108
49109 \end_inset
49110
49111
49112 \begin_inset ERT
49113 status collapsed
49114
49115 \begin_layout Plain Layout
49116
49117 }
49118 \end_layout
49119
49120 \end_inset
49121
49122  YellowOrange
49123 \end_layout
49124
49125 \end_inset
49126 </cell>
49127 <cell alignment="left" valignment="top" usebox="none">
49128 \begin_inset Text
49129
49130 \begin_layout Plain Layout
49131
49132 \end_layout
49133
49134 \end_inset
49135 </cell>
49136 <cell alignment="left" valignment="top" usebox="none">
49137 \begin_inset Text
49138
49139 \begin_layout Plain Layout
49140
49141 \end_layout
49142
49143 \end_inset
49144 </cell>
49145 <cell alignment="left" valignment="top" usebox="none">
49146 \begin_inset Text
49147
49148 \begin_layout Plain Layout
49149
49150 \end_layout
49151
49152 \end_inset
49153 </cell>
49154 </row>
49155 </lyxtabular>
49156
49157 \end_inset
49158
49159
49160 \end_layout
49161
49162 \begin_layout Chapter
49163 Explanation of Equation
49164 \begin_inset space ~
49165 \end_inset
49166
49167 (
49168 \begin_inset CommandInset ref
49169 LatexCommand ref
49170 reference "eq:Wgn"
49171
49172 \end_inset
49173
49174 )
49175 \begin_inset CommandInset label
49176 LatexCommand label
49177 name "cha:Explanation-of-Equation"
49178
49179 \end_inset
49180
49181
49182 \end_layout
49183
49184 \begin_layout Standard
49185 We can calculate the total width of 
49186 \emph on
49187 n
49188 \emph default
49189  table cells 
49190 \begin_inset Formula $W_{\mathrm{tot\,n}}$
49191 \end_inset
49192
49193  as follows:
49194 \begin_inset Formula 
49195 \begin{equation}
49196 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
49197 \end{equation}
49198
49199 \end_inset
49200
49201 where 
49202 \begin_inset Formula $W_{g\,n}$
49203 \end_inset
49204
49205  is the given width of all cells, 
49206 \series bold
49207
49208 \backslash
49209 tabcolsep
49210 \series default
49211  is the \SpecialChar LaTeX
49212 -length between the cell text and the cell border (its default value
49213  is 6
49214 \begin_inset space \thinspace{}
49215 \end_inset
49216
49217 pt).
49218  
49219 \series bold
49220
49221 \backslash
49222 arrayrulewidth
49223 \series default
49224  is the thickness of the cell border line, the default is 0.4
49225 \begin_inset space \thinspace{}
49226 \end_inset
49227
49228 pt.
49229 \end_layout
49230
49231 \begin_layout Standard
49232 Following equation
49233 \begin_inset space ~
49234 \end_inset
49235
49236
49237 \begin_inset CommandInset ref
49238 LatexCommand eqref
49239 reference "eq:Wtot_n"
49240
49241 \end_inset
49242
49243 , the total width of a multicolumn 
49244 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
49245 \end_inset
49246
49247  is
49248 \begin_inset Formula 
49249 \begin{equation}
49250 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
49251 \end{equation}
49252
49253 \end_inset
49254
49255
49256 \end_layout
49257
49258 \begin_layout Standard
49259 By setting equation
49260 \begin_inset space ~
49261 \end_inset
49262
49263
49264 \begin_inset CommandInset ref
49265 LatexCommand eqref
49266 reference "eq:Wtot_n"
49267
49268 \end_inset
49269
49270  and 
49271 \begin_inset CommandInset ref
49272 LatexCommand eqref
49273 reference "eq:Wtot_mult"
49274
49275 \end_inset
49276
49277  equal we can calculate the needed given width 
49278 \begin_inset Formula $W_{g\,n}$
49279 \end_inset
49280
49281  when 
49282 \emph on
49283 n
49284 \emph default
49285  columns are spanned, so that each column has a total width of 
49286 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
49287 \end_inset
49288
49289 :
49290 \begin_inset Formula 
49291 \begin{equation}
49292 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
49293 \end{equation}
49294
49295 \end_inset
49296
49297
49298 \end_layout
49299
49300 \begin_layout Bibliography
49301 \begin_inset CommandInset bibitem
49302 LatexCommand bibitem
49303 key "latexcompanion"
49304 literal "true"
49305
49306 \end_inset
49307
49308 Frank Mittelbach and Michel Goossens: 
49309 \emph on
49310 The \SpecialChar LaTeX
49311  Companion Second Edition.
49312
49313 \emph default
49314  Addison-Wesley, 2004
49315 \end_layout
49316
49317 \begin_layout Bibliography
49318 \begin_inset CommandInset bibitem
49319 LatexCommand bibitem
49320 key "latexguide"
49321 literal "true"
49322
49323 \end_inset
49324
49325 Helmut Kopka and Patrick W.
49326  Daly: 
49327 \emph on
49328 A Guide to \SpecialChar LaTeX
49329  Fourth Edition.
49330
49331 \emph default
49332  Addison-Wesley, 2003
49333 \end_layout
49334
49335 \begin_layout Bibliography
49336 \begin_inset CommandInset bibitem
49337 LatexCommand bibitem
49338 key "latexbook"
49339 literal "true"
49340
49341 \end_inset
49342
49343 Leslie Lamport: 
49344 \emph on
49345 \SpecialChar LaTeX
49346 : A Document Preparation System.
49347
49348 \emph default
49349  Addison-Wesley, second edition, 1994
49350 \end_layout
49351
49352 \begin_layout Bibliography
49353 \begin_inset CommandInset bibitem
49354 LatexCommand bibitem
49355 key "arydshln"
49356 literal "true"
49357
49358 \end_inset
49359
49360 Documentation of the \SpecialChar LaTeX
49361 -package 
49362 \series bold
49363
49364 \begin_inset CommandInset href
49365 LatexCommand href
49366 name "arydshln"
49367 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
49368 literal "false"
49369
49370 \end_inset
49371
49372
49373 \series default
49374
49375 \begin_inset Index idx
49376 range none
49377 pageformat default
49378 status collapsed
49379
49380 \begin_layout Plain Layout
49381 \SpecialChar LaTeX
49382  packages
49383 \begin_inset IndexMacro subentry
49384 status open
49385
49386 \begin_layout Plain Layout
49387 arydshln
49388 \end_layout
49389
49390 \end_inset
49391
49392
49393 \end_layout
49394
49395 \end_inset
49396
49397
49398 \end_layout
49399
49400 \begin_layout Bibliography
49401 \begin_inset CommandInset bibitem
49402 LatexCommand bibitem
49403 key "booktabs"
49404 literal "true"
49405
49406 \end_inset
49407
49408 Documentation of the \SpecialChar LaTeX
49409 -package 
49410 \series bold
49411
49412 \begin_inset CommandInset href
49413 LatexCommand href
49414 name "booktabs"
49415 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
49416 literal "false"
49417
49418 \end_inset
49419
49420
49421 \series default
49422
49423 \begin_inset Index idx
49424 range none
49425 pageformat default
49426 status collapsed
49427
49428 \begin_layout Plain Layout
49429 \SpecialChar LaTeX
49430  packages
49431 \begin_inset IndexMacro subentry
49432 status open
49433
49434 \begin_layout Plain Layout
49435 booktabs
49436 \end_layout
49437
49438 \end_inset
49439
49440
49441 \end_layout
49442
49443 \end_inset
49444
49445
49446 \end_layout
49447
49448 \begin_layout Bibliography
49449 \begin_inset CommandInset bibitem
49450 LatexCommand bibitem
49451 key "caption"
49452 literal "true"
49453
49454 \end_inset
49455
49456 Documentation of the \SpecialChar LaTeX
49457 -package 
49458 \series bold
49459
49460 \begin_inset CommandInset href
49461 LatexCommand href
49462 name "caption"
49463 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
49464 literal "false"
49465
49466 \end_inset
49467
49468
49469 \series default
49470
49471 \begin_inset Index idx
49472 range none
49473 pageformat default
49474 status collapsed
49475
49476 \begin_layout Plain Layout
49477 \SpecialChar LaTeX
49478  packages
49479 \begin_inset IndexMacro subentry
49480 status open
49481
49482 \begin_layout Plain Layout
49483 caption
49484 \end_layout
49485
49486 \end_inset
49487
49488
49489 \end_layout
49490
49491 \end_inset
49492
49493
49494 \end_layout
49495
49496 \begin_layout Bibliography
49497 \begin_inset CommandInset bibitem
49498 LatexCommand bibitem
49499 key "diagbox"
49500 literal "true"
49501
49502 \end_inset
49503
49504 Documentation of the \SpecialChar LaTeX
49505 -package 
49506 \series bold
49507
49508 \begin_inset CommandInset href
49509 LatexCommand href
49510 name "diagbox"
49511 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
49512 literal "false"
49513
49514 \end_inset
49515
49516
49517 \series default
49518
49519 \begin_inset Index idx
49520 range none
49521 pageformat default
49522 status collapsed
49523
49524 \begin_layout Plain Layout
49525 \SpecialChar LaTeX
49526  packages
49527 \begin_inset IndexMacro subentry
49528 status open
49529
49530 \begin_layout Plain Layout
49531 diagbox
49532 \end_layout
49533
49534 \end_inset
49535
49536
49537 \end_layout
49538
49539 \end_inset
49540
49541
49542 \end_layout
49543
49544 \begin_layout Bibliography
49545 \begin_inset CommandInset bibitem
49546 LatexCommand bibitem
49547 key "endfloat"
49548 literal "true"
49549
49550 \end_inset
49551
49552 Documentation of the \SpecialChar LaTeX
49553 -package 
49554 \series bold
49555
49556 \begin_inset CommandInset href
49557 LatexCommand href
49558 name "endfloat"
49559 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
49560 literal "false"
49561
49562 \end_inset
49563
49564
49565 \series default
49566
49567 \begin_inset Index idx
49568 range none
49569 pageformat default
49570 status collapsed
49571
49572 \begin_layout Plain Layout
49573 \SpecialChar LaTeX
49574  packages
49575 \begin_inset IndexMacro subentry
49576 status open
49577
49578 \begin_layout Plain Layout
49579 endfloat
49580 \end_layout
49581
49582 \end_inset
49583
49584
49585 \end_layout
49586
49587 \end_inset
49588
49589
49590 \end_layout
49591
49592 \begin_layout Bibliography
49593 \begin_inset CommandInset bibitem
49594 LatexCommand bibitem
49595 key "footmisc"
49596 literal "true"
49597
49598 \end_inset
49599
49600 Documentation of the \SpecialChar LaTeX
49601 -package 
49602 \series bold
49603
49604 \begin_inset CommandInset href
49605 LatexCommand href
49606 name "footmisc"
49607 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
49608 literal "false"
49609
49610 \end_inset
49611
49612
49613 \series default
49614
49615 \begin_inset Index idx
49616 range none
49617 pageformat default
49618 status collapsed
49619
49620 \begin_layout Plain Layout
49621 \SpecialChar LaTeX
49622  packages
49623 \begin_inset IndexMacro subentry
49624 status open
49625
49626 \begin_layout Plain Layout
49627 footmisc
49628 \end_layout
49629
49630 \end_inset
49631
49632
49633 \end_layout
49634
49635 \end_inset
49636
49637
49638 \end_layout
49639
49640 \begin_layout Bibliography
49641 \begin_inset CommandInset bibitem
49642 LatexCommand bibitem
49643 key "hypcap"
49644 literal "true"
49645
49646 \end_inset
49647
49648 Documentation of the \SpecialChar LaTeX
49649 -package 
49650 \series bold
49651
49652 \begin_inset CommandInset href
49653 LatexCommand href
49654 name "hypcap"
49655 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
49656 literal "false"
49657
49658 \end_inset
49659
49660
49661 \series default
49662
49663 \begin_inset Index idx
49664 range none
49665 pageformat default
49666 status collapsed
49667
49668 \begin_layout Plain Layout
49669 \SpecialChar LaTeX
49670  packages
49671 \begin_inset IndexMacro subentry
49672 status open
49673
49674 \begin_layout Plain Layout
49675 hyperref
49676 \end_layout
49677
49678 \end_inset
49679
49680
49681 \end_layout
49682
49683 \end_inset
49684
49685
49686 \end_layout
49687
49688 \begin_layout Bibliography
49689 \begin_inset CommandInset bibitem
49690 LatexCommand bibitem
49691 key "hyperref"
49692 literal "true"
49693
49694 \end_inset
49695
49696 Documentation of the \SpecialChar LaTeX
49697 -package 
49698 \series bold
49699
49700 \begin_inset CommandInset href
49701 LatexCommand href
49702 name "hyperref"
49703 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
49704 literal "false"
49705
49706 \end_inset
49707
49708
49709 \series default
49710
49711 \begin_inset Index idx
49712 range none
49713 pageformat default
49714 status collapsed
49715
49716 \begin_layout Plain Layout
49717 \SpecialChar LaTeX
49718  packages
49719 \begin_inset IndexMacro subentry
49720 status open
49721
49722 \begin_layout Plain Layout
49723 hyperref
49724 \end_layout
49725
49726 \end_inset
49727
49728
49729 \end_layout
49730
49731 \end_inset
49732
49733
49734 \end_layout
49735
49736 \begin_layout Bibliography
49737 \begin_inset CommandInset bibitem
49738 LatexCommand bibitem
49739 key "KOMA-Script"
49740 literal "true"
49741
49742 \end_inset
49743
49744 Documentation of the \SpecialChar LaTeX
49745 -package 
49746 \series bold
49747
49748 \begin_inset CommandInset href
49749 LatexCommand href
49750 name "KOMA-Script"
49751 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
49752 literal "false"
49753
49754 \end_inset
49755
49756
49757 \series default
49758
49759 \begin_inset Index idx
49760 range none
49761 pageformat default
49762 status collapsed
49763
49764 \begin_layout Plain Layout
49765 \SpecialChar LaTeX
49766  packages
49767 \begin_inset IndexMacro subentry
49768 status open
49769
49770 \begin_layout Plain Layout
49771 KOMA-Script
49772 \end_layout
49773
49774 \end_inset
49775
49776
49777 \end_layout
49778
49779 \end_inset
49780
49781
49782 \end_layout
49783
49784 \begin_layout Bibliography
49785 \begin_inset CommandInset bibitem
49786 LatexCommand bibitem
49787 key "lettrine"
49788 literal "true"
49789
49790 \end_inset
49791
49792 Documentation of the \SpecialChar LaTeX
49793 -package 
49794 \series bold
49795
49796 \begin_inset CommandInset href
49797 LatexCommand href
49798 name "lettrine"
49799 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
49800 literal "false"
49801
49802 \end_inset
49803
49804
49805 \series default
49806  and an 
49807 \begin_inset CommandInset href
49808 LatexCommand href
49809 name "example"
49810 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
49811 literal "false"
49812
49813 \end_inset
49814
49815
49816 \begin_inset Index idx
49817 range none
49818 pageformat default
49819 status collapsed
49820
49821 \begin_layout Plain Layout
49822 \SpecialChar LaTeX
49823  packages
49824 \begin_inset IndexMacro subentry
49825 status open
49826
49827 \begin_layout Plain Layout
49828 lettrine
49829 \end_layout
49830
49831 \end_inset
49832
49833
49834 \end_layout
49835
49836 \end_inset
49837
49838
49839 \end_layout
49840
49841 \begin_layout Bibliography
49842 \begin_inset CommandInset bibitem
49843 LatexCommand bibitem
49844 key "listings"
49845 literal "true"
49846
49847 \end_inset
49848
49849 Documentation of the \SpecialChar LaTeX
49850 -package 
49851 \series bold
49852
49853 \begin_inset CommandInset href
49854 LatexCommand href
49855 name "listings"
49856 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
49857 literal "false"
49858
49859 \end_inset
49860
49861
49862 \series default
49863
49864 \begin_inset Index idx
49865 range none
49866 pageformat default
49867 status collapsed
49868
49869 \begin_layout Plain Layout
49870 \SpecialChar LaTeX
49871  packages
49872 \begin_inset IndexMacro subentry
49873 status open
49874
49875 \begin_layout Plain Layout
49876 listings
49877 \end_layout
49878
49879 \end_inset
49880
49881
49882 \end_layout
49883
49884 \end_inset
49885
49886
49887 \end_layout
49888
49889 \begin_layout Bibliography
49890 \begin_inset CommandInset bibitem
49891 LatexCommand bibitem
49892 key "minted"
49893 literal "false"
49894
49895 \end_inset
49896
49897 Documentation of the \SpecialChar LaTeX
49898 -package 
49899 \series bold
49900
49901 \begin_inset CommandInset href
49902 LatexCommand href
49903 name "minted"
49904 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
49905 literal "false"
49906
49907 \end_inset
49908
49909
49910 \series default
49911
49912 \begin_inset Index idx
49913 range none
49914 pageformat default
49915 status collapsed
49916
49917 \begin_layout Plain Layout
49918 \SpecialChar LaTeX
49919  packages
49920 \begin_inset IndexMacro subentry
49921 status open
49922
49923 \begin_layout Plain Layout
49924 minted
49925 \end_layout
49926
49927 \end_inset
49928
49929
49930 \end_layout
49931
49932 \end_inset
49933
49934
49935 \end_layout
49936
49937 \begin_layout Bibliography
49938 \begin_inset CommandInset bibitem
49939 LatexCommand bibitem
49940 key "marginnote"
49941 literal "true"
49942
49943 \end_inset
49944
49945 Documentation of the \SpecialChar LaTeX
49946 -package 
49947 \series bold
49948
49949 \begin_inset CommandInset href
49950 LatexCommand href
49951 name "marginnote"
49952 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
49953 literal "false"
49954
49955 \end_inset
49956
49957
49958 \series default
49959
49960 \begin_inset Index idx
49961 range none
49962 pageformat default
49963 status collapsed
49964
49965 \begin_layout Plain Layout
49966 \SpecialChar LaTeX
49967  packages
49968 \begin_inset IndexMacro subentry
49969 status open
49970
49971 \begin_layout Plain Layout
49972 marginnote
49973 \end_layout
49974
49975 \end_inset
49976
49977
49978 \end_layout
49979
49980 \end_inset
49981
49982
49983 \end_layout
49984
49985 \begin_layout Bibliography
49986 \begin_inset CommandInset bibitem
49987 LatexCommand bibitem
49988 key "pdfpages"
49989 literal "true"
49990
49991 \end_inset
49992
49993 Documentation of the \SpecialChar LaTeX
49994 -package 
49995 \series bold
49996
49997 \begin_inset CommandInset href
49998 LatexCommand href
49999 name "pdfpages"
50000 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
50001 literal "false"
50002
50003 \end_inset
50004
50005
50006 \series default
50007
50008 \begin_inset Index idx
50009 range none
50010 pageformat default
50011 status collapsed
50012
50013 \begin_layout Plain Layout
50014 \SpecialChar LaTeX
50015  packages
50016 \begin_inset IndexMacro subentry
50017 status open
50018
50019 \begin_layout Plain Layout
50020 pdfpages
50021 \end_layout
50022
50023 \end_inset
50024
50025
50026 \end_layout
50027
50028 \end_inset
50029
50030
50031 \end_layout
50032
50033 \begin_layout Bibliography
50034 \begin_inset CommandInset bibitem
50035 LatexCommand bibitem
50036 key "prettyref"
50037 literal "true"
50038
50039 \end_inset
50040
50041 Documentation of the \SpecialChar LaTeX
50042 -package 
50043 \series bold
50044
50045 \begin_inset CommandInset href
50046 LatexCommand href
50047 name "prettyref"
50048 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
50049 literal "false"
50050
50051 \end_inset
50052
50053
50054 \series default
50055
50056 \begin_inset Index idx
50057 range none
50058 pageformat default
50059 status collapsed
50060
50061 \begin_layout Plain Layout
50062 \SpecialChar LaTeX
50063  packages
50064 \begin_inset IndexMacro subentry
50065 status open
50066
50067 \begin_layout Plain Layout
50068 prettyref
50069 \end_layout
50070
50071 \end_inset
50072
50073
50074 \end_layout
50075
50076 \end_inset
50077
50078
50079 \end_layout
50080
50081 \begin_layout Bibliography
50082 \begin_inset CommandInset bibitem
50083 LatexCommand bibitem
50084 key "pstricks"
50085 literal "true"
50086
50087 \end_inset
50088
50089 Web page of the \SpecialChar LaTeX
50090 -package 
50091 \series bold
50092
50093 \begin_inset CommandInset href
50094 LatexCommand href
50095 name "PSTricks"
50096 target "http://tug.org/PSTricks/"
50097 literal "false"
50098
50099 \end_inset
50100
50101
50102 \series default
50103
50104 \begin_inset Index idx
50105 range none
50106 pageformat default
50107 status collapsed
50108
50109 \begin_layout Plain Layout
50110 \SpecialChar LaTeX
50111  packages
50112 \begin_inset IndexMacro subentry
50113 status open
50114
50115 \begin_layout Plain Layout
50116 PSTricks
50117 \end_layout
50118
50119 \end_inset
50120
50121
50122 \end_layout
50123
50124 \end_inset
50125
50126
50127 \end_layout
50128
50129 \begin_layout Bibliography
50130 \begin_inset CommandInset bibitem
50131 LatexCommand bibitem
50132 key "refstyle"
50133 literal "true"
50134
50135 \end_inset
50136
50137 Documentation of the \SpecialChar LaTeX
50138 -package 
50139 \series bold
50140
50141 \begin_inset CommandInset href
50142 LatexCommand href
50143 name "refstyle"
50144 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
50145 literal "false"
50146
50147 \end_inset
50148
50149
50150 \series default
50151
50152 \begin_inset Index idx
50153 range none
50154 pageformat default
50155 status collapsed
50156
50157 \begin_layout Plain Layout
50158 \SpecialChar LaTeX
50159  packages
50160 \begin_inset IndexMacro subentry
50161 status open
50162
50163 \begin_layout Plain Layout
50164 refstyle
50165 \end_layout
50166
50167 \end_inset
50168
50169
50170 \end_layout
50171
50172 \end_inset
50173
50174
50175 \end_layout
50176
50177 \begin_layout Bibliography
50178 \begin_inset CommandInset bibitem
50179 LatexCommand bibitem
50180 key "sidecap"
50181 literal "true"
50182
50183 \end_inset
50184
50185 Documentation of the \SpecialChar LaTeX
50186 -package 
50187 \series bold
50188
50189 \begin_inset CommandInset href
50190 LatexCommand href
50191 name "sidecap"
50192 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
50193 literal "false"
50194
50195 \end_inset
50196
50197
50198 \series default
50199
50200 \begin_inset Index idx
50201 range none
50202 pageformat default
50203 status collapsed
50204
50205 \begin_layout Plain Layout
50206 \SpecialChar LaTeX
50207  packages
50208 \begin_inset IndexMacro subentry
50209 status open
50210
50211 \begin_layout Plain Layout
50212 sidecap
50213 \end_layout
50214
50215 \end_inset
50216
50217
50218 \end_layout
50219
50220 \end_inset
50221
50222
50223 \end_layout
50224
50225 \begin_layout Bibliography
50226 \begin_inset CommandInset bibitem
50227 LatexCommand bibitem
50228 key "Inkscape"
50229 literal "true"
50230
50231 \end_inset
50232
50233 Documentation of the option 
50234 \begin_inset CommandInset href
50235 LatexCommand href
50236 name "Omit text in PDF"
50237 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
50238 literal "false"
50239
50240 \end_inset
50241
50242  of the program 
50243 \noun on
50244
50245 \begin_inset CommandInset href
50246 LatexCommand href
50247 name "Inkscape"
50248 target "https://inkscape.org"
50249 literal "false"
50250
50251 \end_inset
50252
50253
50254 \end_layout
50255
50256 \begin_layout Standard
50257 \begin_inset CommandInset index_print
50258 LatexCommand printindex
50259 type "idx"
50260 name "Index"
50261 literal "false"
50262
50263 \end_inset
50264
50265
50266 \end_layout
50267
50268 \end_body
50269 \end_document