]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
doc files: save them with LyX 2.3RC1
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC is numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package arydshln
107 % used for tables with dashed lines
108 \newboolean{arydshln}
109 \IfFileExists{arydshln.sty}
110  {\usepackage{arydshln}
111   \setboolean{arydshln}{true}}
112  {\setboolean{arydshln}{false}}
113
114 % check for package marginnote
115 % used for margin notes
116 \newboolean{marginnote}
117 \IfFileExists{marginnote.sty}
118  {\usepackage{marginnote}
119   \let\marginpar\marginnote
120   \setboolean{marginnote}{true}}
121  {\setboolean{marginnote}{false}}
122
123 % check for package sidecap
124 % used for captions on the side
125 \newboolean{sidecap}
126 \IfFileExists{sidecap.sty}
127  {\usepackage{sidecap}
128   \setboolean{sidecap}{true}}
129  {\setboolean{sidecap}{false}}
130
131 % check for picinpar
132 % used for surrounded fixed objects
133 \newboolean{picinpar}
134 \IfFileExists{picinpar.sty}
135  {\usepackage{picinpar}
136   \setboolean{picinpar}{true}}
137  {\setboolean{picinpar}{false}}
138
139 % check for lettrine
140 \newboolean{lettrine}
141 \IfFileExists{lettrine.sty}
142  {\usepackage{lettrine}
143   \setboolean{lettrine}{true}}
144  {\setboolean{lettrine}{false}}
145
146 % check for diagbox
147 \newboolean{diagbox}
148 \IfFileExists{diagbox.sty}
149  {\usepackage{diagbox}
150   \setboolean{diagbox}{true}}
151  {\setboolean{diagbox}{false}}
152 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
154 \use_default_options false
155 \begin_modules
156 initials
157 graphicboxes
158 \end_modules
159 \maintain_unincluded_children false
160 \language english
161 \language_package default
162 \inputencoding auto
163 \fontencoding global
164 \font_roman "lmodern" "default"
165 \font_sans "lmss" "default"
166 \font_typewriter "lmtt" "default"
167 \font_math "auto" "auto"
168 \font_default_family default
169 \use_non_tex_fonts false
170 \font_sc false
171 \font_osf false
172 \font_sf_scale 100 100
173 \font_tt_scale 100 100
174 \use_microtype false
175 \use_dash_ligatures true
176 \graphics default
177 \default_output_format pdf2
178 \output_sync 0
179 \bibtex_command default
180 \index_command default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
185 \pdf_author "LyX Team, Uwe Stöhr"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pdfusetitle false
197 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
198 \papersize default
199 \use_geometry false
200 \use_package amsmath 1
201 \use_package amssymb 1
202 \use_package cancel 1
203 \use_package esint 1
204 \use_package mathdots 1
205 \use_package mathtools 1
206 \use_package mhchem 1
207 \use_package stackrel 1
208 \use_package stmaryrd 1
209 \use_package undertilde 1
210 \cite_engine basic
211 \cite_engine_type default
212 \biblio_style plain
213 \use_bibtopic false
214 \use_indices false
215 \paperorientation portrait
216 \suppress_date false
217 \justification true
218 \use_refstyle 0
219 \use_minted 0
220 \notefontcolor #0000ff
221 \index Index
222 \shortcut idx
223 \color #008000
224 \end_index
225 \secnumdepth 3
226 \tocdepth 3
227 \paragraph_separation skip
228 \defskip medskip
229 \is_math_indent 0
230 \math_numbering_side default
231 \quotes_style english
232 \dynamic_quotes 0
233 \papercolumns 1
234 \papersides 2
235 \paperpagestyle default
236 \tracking_changes false
237 \output_changes false
238 \html_math_output 0
239 \html_css_as_file 0
240 \html_be_strict false
241 \end_header
242
243 \begin_body
244
245 \begin_layout Title
246 \SpecialChar LyX
247 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
248 \end_layout
249
250 \begin_layout Author
251 by the \SpecialChar LyX
252  Team
253 \begin_inset Foot
254 status collapsed
255
256 \begin_layout Plain Layout
257 \noindent
258 If you have comments or error corrections, please send them to the \SpecialChar LyX
259  Documentatio
260 n mailing list: 
261 \begin_inset CommandInset href
262 LatexCommand href
263 name "lyx-docs@lists.lyx.org"
264 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
265 type "mailto:"
266 literal "false"
267
268 \end_inset
269
270
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Note Note
277 status collapsed
278
279 \begin_layout Plain Layout
280 author: Uwe Stöhr
281 \end_layout
282
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \family sans
295 Version 2.3.x
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset CommandInset toc
300 LatexCommand tableofcontents
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset Note Note
309 status open
310
311 \begin_layout Plain Layout
312 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
313 -packages 
314 \series bold
315 arydshln
316 \series default
317
318 \series bold
319 colortbl
320 \series default
321
322 \series bold
323 diagbox, lettrine, marginnote, picinpar
324 \series default
325  and 
326 \series bold
327 sidecap
328 \series default
329  must be installed.
330  If they are not installed you can export the document anyway but the sections
331  where the packages are required won't appear in the output.
332 \end_layout
333
334 \begin_layout Plain Layout
335 The latest PDF-version of this document can be found here:
336 \begin_inset Newline newline
337 \end_inset
338
339
340 \series bold
341 http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
342 \end_layout
343
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Chapter
350 Figures
351 \begin_inset Index idx
352 status collapsed
353
354 \begin_layout Plain Layout
355 Figures
356 \end_layout
357
358 \end_inset
359
360
361 \begin_inset Index idx
362 status collapsed
363
364 \begin_layout Plain Layout
365 Graphics|see
366 \begin_inset ERT
367 status collapsed
368
369 \begin_layout Plain Layout
370
371 {
372 \end_layout
373
374 \end_inset
375
376 Figures
377 \begin_inset ERT
378 status collapsed
379
380 \begin_layout Plain Layout
381
382 }
383 \end_layout
384
385 \end_inset
386
387
388 \end_layout
389
390 \end_inset
391
392
393 \end_layout
394
395 \begin_layout Section
396 Graphics Dialog
397 \begin_inset Index idx
398 status collapsed
399
400 \begin_layout Plain Layout
401 Figures ! Graphics Dialog
402 \end_layout
403
404 \end_inset
405
406
407 \begin_inset CommandInset label
408 LatexCommand label
409 name "sec:Graphics-Dialog"
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Standard
417 To insert an image into your document, place the cursor at the text position
418  you want and click on the toolbar icon 
419 \begin_inset Info
420 type  "icon"
421 arg   "dialog-show-new-inset graphics"
422 \end_inset
423
424  or use the menu 
425 \family sans
426 Insert\SpecialChar menuseparator
427 Graphics
428 \family default
429 .
430  Then a dialog will appear to choose the file to load.
431  The image will appear in the output exactly at the position where it is
432  in the text.
433 \end_layout
434
435 \begin_layout Standard
436 The graphics dialog can be called at any time by clicking on an image.
437  This dialog has three tabs:
438 \end_layout
439
440 \begin_layout Description
441
442 \family sans
443 Graphics
444 \family default
445  Here you can choose an image file and adjust its appearance in the output.
446  The available units for the image size are explained in appendix
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "cha:Units-available-in"
454
455 \end_inset
456
457 .
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index idx
463 status collapsed
464
465 \begin_layout Plain Layout
466 Figures ! rotated
467 \end_layout
468
469 \end_inset
470
471 You can rotate images counter-clockwise by setting a rotation angle and
472  a rotation origin.
473  The image will also be rotated inside \SpecialChar LyX
474 .
475 \begin_inset Newline newline
476 \end_inset
477
478
479 \begin_inset Index idx
480 status collapsed
481
482 \begin_layout Plain Layout
483 Figures ! scaled
484 \end_layout
485
486 \end_inset
487
488 Images can be scaled by using a percentage value or by setting the width
489  and height explicitly.
490  If you set only the width or only the height, the other size will be determined
491  automatically.
492  If you set both, then the image will be transformed to the given size,
493  possibly distorting it.
494  To prevent the image from distortion, use the option 
495 \family sans
496 Maintain aspect ratio
497 \family default
498 .
499  The image will then be scaled so that its width and height don't exceed
500  the specified dimensions.
501 \begin_inset Newline newline
502 \end_inset
503
504 Images can be opened in a program of your choice by right-clicking on it
505  and choosing the entry 
506 \family sans
507 Edit
508 \begin_inset space ~
509 \end_inset
510
511 externally
512 \family default
513  in the context menu.
514  The program can be set for every image format in the file format settings
515  in \SpecialChar LyX
516 's preferences.
517 \end_layout
518
519 \begin_layout Description
520
521 \family sans
522 Clipping
523 \family default
524  Alternatively to the usage of scaling units it is possible to set image
525  coordinates to adjust the height and width of the image in the output.
526  The coordinates can also be calculated automatically by pressing the button
527  
528 \family sans
529 Get
530 \begin_inset space ~
531 \end_inset
532
533 from
534 \begin_inset space ~
535 \end_inset
536
537 File
538 \family default
539 .
540  The option 
541 \family sans
542 Clip
543 \begin_inset space ~
544 \end_inset
545
546 to
547 \begin_inset space ~
548 \end_inset
549
550 bounding
551 \begin_inset space ~
552 \end_inset
553
554 box
555 \family default
556  will only print the image region within the given coordinates.
557  Normally you don't need to worry about image coordinates and can ignore
558  this tab.
559 \end_layout
560
561 \begin_layout Description
562
563 \family sans
564 LaTeX
565 \begin_inset space ~
566 \end_inset
567
568 and
569 \begin_inset space ~
570 \end_inset
571
572 LyX
573 \begin_inset space ~
574 \end_inset
575
576 options
577 \family default
578  In this tab you can modify the appearance of the image within \SpecialChar LyX
579  and \SpecialChar LaTeX
580  experts
581  can specify additional \SpecialChar LaTeX
582  options.
583 \begin_inset Newline newline
584 \end_inset
585
586 The option 
587 \family sans
588 Draft
589 \begin_inset space ~
590 \end_inset
591
592 mode
593 \family default
594  makes the image appear in the output only as a frame with the size of the
595  image.
596 \begin_inset Newline newline
597 \end_inset
598
599 In the section 
600 \family sans
601 Graphics
602 \begin_inset space ~
603 \end_inset
604
605 Group
606 \family default
607  you can define or join an image settings group.
608 \begin_inset Index idx
609 status collapsed
610
611 \begin_layout Plain Layout
612 Figures ! Settings grouping
613 \end_layout
614
615 \end_inset
616
617  Images within such a group share their settings, so adjusting one image
618  of the group automatically also adjusts all other images of the group in
619  the same way.
620  So you can for example change the size for a bunch of images without the
621  need to manually change each of them.
622  Joining an existing group can also be done using the context menu of the
623  image by checking the name of the desired group.
624 \end_layout
625
626 \begin_layout Standard
627 \begin_inset VSpace bigskip
628 \end_inset
629
630
631 \end_layout
632
633 \begin_layout Standard
634 This is an example image in PDF format
635 \begin_inset Foot
636 status collapsed
637
638 \begin_layout Plain Layout
639 Image formats are explained in section
640 \begin_inset space ~
641 \end_inset
642
643
644 \begin_inset CommandInset ref
645 LatexCommand ref
646 reference "sec:Image-Formats"
647
648 \end_inset
649
650 .
651 \end_layout
652
653 \end_inset
654
655  within a separate, horizontally centered paragraph:
656 \end_layout
657
658 \begin_layout Standard
659 \align center
660 \begin_inset Graphics
661         filename clipart/2D-intensity-plot.pdf
662         scaleBeforeRotation
663         rotateOrigin center
664
665 \end_inset
666
667
668 \end_layout
669
670 \begin_layout Standard
671 This is the same image like the one above but in draft mode:
672 \end_layout
673
674 \begin_layout Standard
675 \align center
676 \begin_inset Graphics
677         filename clipart/2D-intensity-plot.pdf
678         draft
679         scaleBeforeRotation
680         rotateOrigin center
681
682 \end_inset
683
684
685 \end_layout
686
687 \begin_layout Standard
688 \begin_inset Newpage newpage
689 \end_inset
690
691
692 \end_layout
693
694 \begin_layout Section
695 Figure Floats
696 \begin_inset CommandInset label
697 LatexCommand label
698 name "sec:Figure-Floats"
699
700 \end_inset
701
702
703 \begin_inset Index idx
704 status collapsed
705
706 \begin_layout Plain Layout
707 Floats ! Figures
708 \end_layout
709
710 \end_inset
711
712
713 \begin_inset Index idx
714 status collapsed
715
716 \begin_layout Plain Layout
717 Figures ! Floats
718 \end_layout
719
720 \end_inset
721
722
723 \end_layout
724
725 \begin_layout Standard
726 For general explanations about floats, have a look at section
727 \begin_inset space ~
728 \end_inset
729
730
731 \begin_inset CommandInset ref
732 LatexCommand ref
733 reference "sec:FloatIntroduction"
734
735 \end_inset
736
737 .
738 \end_layout
739
740 \begin_layout Standard
741 The toolbar button 
742 \begin_inset Info
743 type  "icon"
744 arg   "float-insert figure"
745 \end_inset
746
747  and the menu 
748 \family sans
749 Insert\SpecialChar menuseparator
750 Float\SpecialChar menuseparator
751 Figure
752 \family default
753  inserts a float with a caption that has the label 
754 \begin_inset Quotes eld
755 \end_inset
756
757 Figure
758 \begin_inset space ~
759 \end_inset
760
761 #:
762 \begin_inset Quotes erd
763 \end_inset
764
765  (# is the actual number).
766  You can insert the image above the caption, like in Figure
767 \begin_inset space ~
768 \end_inset
769
770
771 \begin_inset CommandInset ref
772 LatexCommand ref
773 reference "fig:A-star-in"
774
775 \end_inset
776
777  or below the caption, like in Figure
778 \begin_inset space ~
779 \end_inset
780
781
782 \begin_inset CommandInset ref
783 LatexCommand ref
784 reference "fig:A-3D-object"
785
786 \end_inset
787
788 .
789  More about caption placement is described in section
790 \begin_inset space ~
791 \end_inset
792
793
794 \begin_inset CommandInset ref
795 LatexCommand ref
796 reference "sec:Caption-Placement"
797
798 \end_inset
799
800 .
801 \end_layout
802
803 \begin_layout Standard
804 \begin_inset Float figure
805 wide false
806 sideways false
807 status open
808
809 \begin_layout Plain Layout
810 \align center
811 \begin_inset Graphics
812         filename clipart/Star-structure.pdf
813         lyxscale 60
814         width 50col%
815         scaleBeforeRotation
816         rotateOrigin center
817
818 \end_inset
819
820
821 \end_layout
822
823 \begin_layout Plain Layout
824 \begin_inset Caption Standard
825
826 \begin_layout Plain Layout
827 \begin_inset CommandInset label
828 LatexCommand label
829 name "fig:A-star-in"
830
831 \end_inset
832
833 A star in a float.
834 \end_layout
835
836 \end_inset
837
838
839 \end_layout
840
841 \end_inset
842
843
844 \end_layout
845
846 \begin_layout Standard
847 \begin_inset Float figure
848 wide false
849 sideways false
850 status open
851
852 \begin_layout Plain Layout
853 \begin_inset Caption Standard
854
855 \begin_layout Plain Layout
856 \begin_inset CommandInset label
857 LatexCommand label
858 name "fig:A-3D-object"
859
860 \end_inset
861
862 A 3D object.
863 \end_layout
864
865 \end_inset
866
867
868 \end_layout
869
870 \begin_layout Plain Layout
871 \align center
872 \begin_inset Graphics
873         filename clipart/3D-structure-distort.pdf
874         lyxscale 60
875         scale 80
876         scaleBeforeRotation
877         rotateOrigin center
878
879 \end_inset
880
881
882 \end_layout
883
884 \end_inset
885
886
887 \end_layout
888
889 \begin_layout Standard
890 \begin_inset Index idx
891 status collapsed
892
893 \begin_layout Plain Layout
894 References ! to Figures
895 \end_layout
896
897 \end_inset
898
899 Figure
900 \begin_inset space ~
901 \end_inset
902
903
904 \begin_inset CommandInset ref
905 LatexCommand ref
906 reference "fig:A-star-in"
907
908 \end_inset
909
910  and 
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "fig:A-3D-object"
914
915 \end_inset
916
917  are examples of referenced figures.
918  Figures can be referenced in the text by referencing their label.
919  To do this insert a label in the caption using the menu 
920 \family sans
921 Insert\SpecialChar menuseparator
922 Label
923 \family default
924  or the toolbar button 
925 \begin_inset Info
926 type  "icon"
927 arg   "label-insert"
928 \end_inset
929
930 .
931  You can now refer to the label using the menu 
932 \family sans
933 Insert\SpecialChar menuseparator
934 Cross
935 \begin_inset space ~
936 \end_inset
937
938 reference
939 \family default
940  or the toolbar button 
941 \begin_inset Info
942 type  "icon"
943 arg   "dialog-show-new-inset ref"
944 \end_inset
945
946 .
947  It is important to use references to floats, rather than using vague references
948  like 
949 \begin_inset Quotes eld
950 \end_inset
951
952 the figure above
953 \begin_inset Quotes erd
954 \end_inset
955
956 , because \SpecialChar LaTeX
957  will reposition the floats in the final document and it might
958  not be 
959 \begin_inset Quotes eld
960 \end_inset
961
962 above
963 \begin_inset Quotes erd
964 \end_inset
965
966  at all.
967 \begin_inset Newline newline
968 \end_inset
969
970 Referencing is explained in detail in section
971 \begin_inset space ~
972 \end_inset
973
974
975 \begin_inset CommandInset ref
976 LatexCommand ref
977 reference "sec:Referencing-Floats"
978
979 \end_inset
980
981 .
982 \end_layout
983
984 \begin_layout Standard
985 Normally only one image is inserted to a figure float, but sometimes you
986  might want to use two images with separate subcaptions.
987  This can be done by inserting image floats into existing image floats.
988  Note that only the main caption of the float is added to the List of Figures.
989  Figure
990 \begin_inset space ~
991 \end_inset
992
993
994 \begin_inset CommandInset ref
995 LatexCommand ref
996 reference "fig:Two-distorted-images"
997
998 \end_inset
999
1000  is an example of a figure float with two images set side by side.
1001  You can also set the images one below the other.
1002  Figure
1003 \begin_inset space ~
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset ref
1008 LatexCommand ref
1009 reference "fig:Pink-object"
1010
1011 \end_inset
1012
1013  and 
1014 \begin_inset CommandInset ref
1015 LatexCommand ref
1016 reference "fig:A-star"
1017
1018 \end_inset
1019
1020  are the subfigures.
1021 \end_layout
1022
1023 \begin_layout Standard
1024 \begin_inset Float figure
1025 wide false
1026 sideways false
1027 status open
1028
1029 \begin_layout Plain Layout
1030 \begin_inset space \hfill{}
1031 \end_inset
1032
1033
1034 \begin_inset Float figure
1035 wide false
1036 sideways false
1037 status collapsed
1038
1039 \begin_layout Plain Layout
1040 \begin_inset Caption Standard
1041
1042 \begin_layout Plain Layout
1043 \begin_inset CommandInset label
1044 LatexCommand label
1045 name "fig:Pink-object"
1046
1047 \end_inset
1048
1049 Pink object.
1050 \end_layout
1051
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \begin_layout Plain Layout
1058 \begin_inset Graphics
1059         filename clipart/3D-structure-distort.pdf
1060         width 45col%
1061         scaleBeforeRotation
1062         groupId distorted
1063
1064 \end_inset
1065
1066
1067 \end_layout
1068
1069 \end_inset
1070
1071
1072 \begin_inset space \hfill{}
1073 \end_inset
1074
1075
1076 \begin_inset Float figure
1077 wide false
1078 sideways false
1079 status collapsed
1080
1081 \begin_layout Plain Layout
1082 \begin_inset Caption Standard
1083
1084 \begin_layout Plain Layout
1085 \begin_inset CommandInset label
1086 LatexCommand label
1087 name "fig:A-star"
1088
1089 \end_inset
1090
1091 A star.
1092 \end_layout
1093
1094 \end_inset
1095
1096
1097 \end_layout
1098
1099 \begin_layout Plain Layout
1100 \begin_inset Graphics
1101         filename clipart/Star-structure.pdf
1102         width 45col%
1103         scaleBeforeRotation
1104         groupId distorted
1105
1106 \end_inset
1107
1108
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \begin_inset space \hfill{}
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \begin_layout Plain Layout
1121 \begin_inset Caption Standard
1122
1123 \begin_layout Plain Layout
1124 \begin_inset CommandInset label
1125 LatexCommand label
1126 name "fig:Two-distorted-images"
1127
1128 \end_inset
1129
1130 Two distorted images.
1131  Both images are in the image settings group named 
1132 \begin_inset Quotes eld
1133 \end_inset
1134
1135 distorted
1136 \begin_inset Quotes erd
1137 \end_inset
1138
1139 .
1140 \end_layout
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \end_layout
1151
1152 \begin_layout Standard
1153 \begin_inset Newpage newpage
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \begin_layout Section
1160 Image Formats
1161 \begin_inset CommandInset label
1162 LatexCommand label
1163 name "sec:Image-Formats"
1164
1165 \end_inset
1166
1167
1168 \begin_inset Index idx
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172 Image Formats
1173 \end_layout
1174
1175 \end_inset
1176
1177
1178 \begin_inset Index idx
1179 status collapsed
1180
1181 \begin_layout Plain Layout
1182 Figures ! Image Formats
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \begin_layout Standard
1191 You can insert images in any known file format.
1192  But as explained in appendix
1193 \begin_inset space ~
1194 \end_inset
1195
1196
1197 \begin_inset CommandInset ref
1198 LatexCommand ref
1199 reference "cha:Output-File-Formats"
1200
1201 \end_inset
1202
1203 , each output document format allows only a few image formats.
1204  \SpecialChar LyX
1205  uses therefore the program 
1206 \family typewriter
1207 ImageMagick
1208 \family default
1209  in the background to convert the images to the right format.
1210  To increase your work flow by avoiding these conversions in the background,
1211  you could choose to use only the image formats that can directly be embedded
1212  in the output file format.
1213  The output file formats are explained in appendix
1214 \begin_inset space ~
1215 \end_inset
1216
1217
1218 \begin_inset CommandInset ref
1219 LatexCommand ref
1220 reference "cha:Output-File-Formats"
1221
1222 \end_inset
1223
1224 .
1225 \end_layout
1226
1227 \begin_layout Standard
1228 Similar to fonts there are two types of image formats:
1229 \end_layout
1230
1231 \begin_layout Description
1232 Bitmap
1233 \begin_inset space ~
1234 \end_inset
1235
1236 images consist of pixel values, often in a compressed form.
1237  They are therefore not fully scalable and look pixelated in large zooms.
1238  Well-known bitmap image formats are 
1239 \begin_inset Quotes eld
1240 \end_inset
1241
1242 Graphics Interchange Format
1243 \begin_inset Quotes erd
1244 \end_inset
1245
1246  (GIF, file extension 
1247 \begin_inset Quotes eld
1248 \end_inset
1249
1250
1251 \family typewriter
1252 .gif
1253 \family default
1254
1255 \begin_inset Quotes erd
1256 \end_inset
1257
1258 )
1259 \begin_inset Index idx
1260 status collapsed
1261
1262 \begin_layout Plain Layout
1263 GIF|see
1264 \begin_inset ERT
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268
1269 {
1270 \end_layout
1271
1272 \end_inset
1273
1274 Image formats
1275 \begin_inset ERT
1276 status collapsed
1277
1278 \begin_layout Plain Layout
1279
1280 }
1281 \end_layout
1282
1283 \end_inset
1284
1285
1286 \end_layout
1287
1288 \end_inset
1289
1290
1291 \begin_inset Quotes eld
1292 \end_inset
1293
1294 Portable Network Graphics
1295 \begin_inset Quotes erd
1296 \end_inset
1297
1298  (PNG, file extension 
1299 \begin_inset Quotes eld
1300 \end_inset
1301
1302
1303 \family typewriter
1304 .png
1305 \family default
1306
1307 \begin_inset Quotes erd
1308 \end_inset
1309
1310 )
1311 \begin_inset Index idx
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315 PNG|see
1316 \begin_inset ERT
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320
1321 {
1322 \end_layout
1323
1324 \end_inset
1325
1326 Image formats
1327 \begin_inset ERT
1328 status collapsed
1329
1330 \begin_layout Plain Layout
1331
1332 }
1333 \end_layout
1334
1335 \end_inset
1336
1337
1338 \end_layout
1339
1340 \end_inset
1341
1342 , and 
1343 \begin_inset Quotes eld
1344 \end_inset
1345
1346 Joint Photographic Experts Group
1347 \begin_inset Quotes erd
1348 \end_inset
1349
1350  (JPG, file extension 
1351 \begin_inset Quotes eld
1352 \end_inset
1353
1354
1355 \family typewriter
1356 .jpg
1357 \family default
1358
1359 \begin_inset Quotes erd
1360 \end_inset
1361
1362  or 
1363 \begin_inset Quotes eld
1364 \end_inset
1365
1366
1367 \family typewriter
1368 .jpeg
1369 \family default
1370
1371 \begin_inset Quotes erd
1372 \end_inset
1373
1374 )
1375 \begin_inset Index idx
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 JPG|see
1380 \begin_inset ERT
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384
1385 {
1386 \end_layout
1387
1388 \end_inset
1389
1390 Image formats
1391 \begin_inset ERT
1392 status collapsed
1393
1394 \begin_layout Plain Layout
1395
1396 }
1397 \end_layout
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \end_inset
1405
1406 .
1407 \end_layout
1408
1409 \begin_layout Description
1410 Vector
1411 \begin_inset space ~
1412 \end_inset
1413
1414 images consist of vectors and can therefore be scaled to any size without
1415  data loss.
1416  The scaling ability is necessary if you want to create presentations, because
1417  presentations are always scaled by the video projector.
1418  Scaling is also useful for online documents to let the user zoom into diagrams.
1419 \begin_inset Newline newline
1420 \end_inset
1421
1422 Well-known scalable image formats are 
1423 \begin_inset Quotes eld
1424 \end_inset
1425
1426 Scalable Vector Graphics
1427 \begin_inset Quotes erd
1428 \end_inset
1429
1430  (SVG, file extension 
1431 \begin_inset Quotes eld
1432 \end_inset
1433
1434
1435 \family typewriter
1436 .svg
1437 \family default
1438
1439 \begin_inset Quotes erd
1440 \end_inset
1441
1442 )
1443 \begin_inset Index idx
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447 SVG|see
1448 \begin_inset ERT
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452
1453 {
1454 \end_layout
1455
1456 \end_inset
1457
1458 Image formats
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 }
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \begin_inset Quotes eld
1476 \end_inset
1477
1478 Encapsulated PostScript
1479 \begin_inset Quotes erd
1480 \end_inset
1481
1482  (EPS, file extension 
1483 \begin_inset Quotes eld
1484 \end_inset
1485
1486
1487 \family typewriter
1488 .eps
1489 \family default
1490
1491 \begin_inset Quotes erd
1492 \end_inset
1493
1494 )
1495 \begin_inset Index idx
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 EPS|see
1500 \begin_inset ERT
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504
1505 {
1506 \end_layout
1507
1508 \end_inset
1509
1510 Image formats
1511 \begin_inset ERT
1512 status collapsed
1513
1514 \begin_layout Plain Layout
1515
1516 }
1517 \end_layout
1518
1519 \end_inset
1520
1521
1522 \end_layout
1523
1524 \end_inset
1525
1526
1527 \begin_inset Quotes eld
1528 \end_inset
1529
1530 Portable Document Format
1531 \begin_inset Quotes erd
1532 \end_inset
1533
1534  (PDF, file extension 
1535 \begin_inset Quotes eld
1536 \end_inset
1537
1538
1539 \family typewriter
1540 .pdf
1541 \family default
1542
1543 \begin_inset Quotes erd
1544 \end_inset
1545
1546 )
1547 \begin_inset Index idx
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551 PDF
1552 \end_layout
1553
1554 \end_inset
1555
1556 , and 
1557 \begin_inset Quotes eld
1558 \end_inset
1559
1560 Windows Metafile
1561 \begin_inset Quotes erd
1562 \end_inset
1563
1564  (WMF, file extension 
1565 \begin_inset Quotes eld
1566 \end_inset
1567
1568
1569 \family typewriter
1570 .wmf
1571 \family default
1572
1573 \begin_inset Quotes erd
1574 \end_inset
1575
1576 )
1577 \begin_inset Index idx
1578 status collapsed
1579
1580 \begin_layout Plain Layout
1581 SVG|see
1582 \begin_inset ERT
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586
1587 {
1588 \end_layout
1589
1590 \end_inset
1591
1592 Image formats
1593 \begin_inset ERT
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597
1598 }
1599 \end_layout
1600
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607
1608 .
1609  We wrote 
1610 \begin_inset Quotes eld
1611 \end_inset
1612
1613 can be
1614 \begin_inset Quotes erd
1615 \end_inset
1616
1617 , because you can convert any bitmap image to a PDF or EPS-image and the
1618  result will still be a bitmap image.
1619  In such cases only a header with the image properties is added to the original
1620  image
1621 \begin_inset Foot
1622 status collapsed
1623
1624 \begin_layout Plain Layout
1625 In the case of PDF, the original image is additionally compressed.
1626 \end_layout
1627
1628 \end_inset
1629
1630 .
1631  The PDF-files generated by 
1632 \family typewriter
1633 Adobe Photoshop
1634 \family default
1635  are for example bitmap images.
1636 \end_layout
1637
1638 \begin_layout Standard
1639 Normally it is not possible to convert a bitmap image into a scalable one,
1640  only vice versa.
1641  Only the image formats PDF and EPS can directly be embedded to PDF and
1642  PostScript output files, respectively.
1643  SVG and WMF-images are recalculated to bitmaps when the output file is
1644  generated because there is currently no adequate WMF/SVG
1645 \begin_inset Formula $\to$
1646 \end_inset
1647
1648 PDF/EPS converter available.
1649 \end_layout
1650
1651 \begin_layout Chapter
1652 Tables
1653 \begin_inset Index idx
1654 status collapsed
1655
1656 \begin_layout Plain Layout
1657 Table
1658 \end_layout
1659
1660 \end_inset
1661
1662
1663 \end_layout
1664
1665 \begin_layout Section
1666 Introduction
1667 \begin_inset Index idx
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 Table ! Introduction
1672 \end_layout
1673
1674 \end_inset
1675
1676
1677 \end_layout
1678
1679 \begin_layout Standard
1680 You can insert a table using either the toolbar button 
1681 \begin_inset Info
1682 type  "icon"
1683 arg   "tabular-insert"
1684 \end_inset
1685
1686  or the menu 
1687 \family sans
1688 Insert\SpecialChar menuseparator
1689 Table
1690 \family default
1691 .
1692  The toolbar button offers you a graphical selection: move the mouse to
1693  set the column/row number of the table that should be created and then
1694  press a mouse button.
1695  When you use the menu to create a table, a dialog will appear, asking you
1696  for the number of rows and columns.
1697 \begin_inset Newline newline
1698 \end_inset
1699
1700 The default table has lines around any cell and the first row appears separated
1701  from the rest of the table.
1702  This separation occurs due to a double line: The cells of the first row
1703  have a line below them and the cells of the second row have a line above
1704  them.
1705  Here is an example table:
1706 \end_layout
1707
1708 \begin_layout Standard
1709 \align center
1710 \begin_inset Tabular
1711 <lyxtabular version="3" rows="4" columns="4">
1712 <features tabularvalignment="middle">
1713 <column alignment="center" valignment="top">
1714 <column alignment="center" valignment="top">
1715 <column alignment="center" valignment="top">
1716 <column alignment="center" valignment="top">
1717 <row>
1718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \family roman
1733 \series medium
1734 \shape up
1735 \size normal
1736 \emph off
1737 \bar no
1738 \noun off
1739 \color none
1740 1
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749 2
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758 3
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 </row>
1764 <row>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \family roman
1771 \series medium
1772 \shape up
1773 \size normal
1774 \emph off
1775 \bar no
1776 \noun off
1777 \color none
1778 A
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 </row>
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \family roman
1818 \series medium
1819 \shape up
1820 \size normal
1821 \emph off
1822 \bar no
1823 \noun off
1824 \color none
1825 B
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 </row>
1858 <row>
1859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863
1864 \family roman
1865 \series medium
1866 \shape up
1867 \size normal
1868 \emph off
1869 \bar no
1870 \noun off
1871 \color none
1872 C
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 </row>
1905 </lyxtabular>
1906
1907 \end_inset
1908
1909
1910 \end_layout
1911
1912 \begin_layout Section
1913 Table Dialog
1914 \begin_inset Index idx
1915 status collapsed
1916
1917 \begin_layout Plain Layout
1918 Table ! Dialog
1919 \end_layout
1920
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \begin_layout Standard
1927 You can alter a table by clicking on it with the right mouse button, which
1928  brings up the context menu.
1929  Under the menu entry 
1930 \family sans
1931 More
1932 \family default
1933  you can adjust the settings of that cell and row/column respectively where
1934  the cursor is currently placed.
1935  The context menu 
1936 \family sans
1937 More\SpecialChar menuseparator
1938 Settings
1939 \family default
1940  opens the table dialog where you can adjust more things.
1941  Most of the dialog options also work on selections.
1942  This means if you select more cells, columns or rows, the action is done
1943  for the whole selection.
1944  Note that there is a difference between selecting the 
1945 \emph on
1946 contents
1947 \emph default
1948  of the cell, and the cell itself.
1949 \begin_inset Newline newline
1950 \end_inset
1951
1952 With the dialog option 
1953 \family sans
1954 Immediate
1955 \begin_inset space ~
1956 \end_inset
1957
1958 Apply
1959 \family default
1960  every change you make in the dialog is directly applied.
1961  If you move the cursor to another table cell the dialog will then also
1962  be updated with the parameters of the new cell.
1963  If you change length values in the dialog you must press 
1964 \family sans
1965 Return
1966 \family default
1967  to get the change applied.
1968 \begin_inset Newline newline
1969 \end_inset
1970
1971 You can alter tables with the following tabs of the table dialog:
1972 \end_layout
1973
1974 \begin_layout Description
1975 Table
1976 \begin_inset space ~
1977 \end_inset
1978
1979 Settings Here you can set the table width
1980 \begin_inset Index idx
1981 status collapsed
1982
1983 \begin_layout Plain Layout
1984 Table ! Width
1985 \end_layout
1986
1987 \end_inset
1988
1989 , and the horizontal alignment and the width of the current column.
1990  The alignment 
1991 \family sans
1992 At
1993 \begin_inset space ~
1994 \end_inset
1995
1996 Decimal
1997 \begin_inset space ~
1998 \end_inset
1999
2000 Separator
2001 \family default
2002  is described in section
2003 \begin_inset space ~
2004 \end_inset
2005
2006
2007 \begin_inset CommandInset ref
2008 LatexCommand ref
2009 reference "subsec:Special-Cell-Alignment"
2010
2011 \end_inset
2012
2013 .
2014  When you have set a width you can also adjust the vertical alignment of
2015  the current row.
2016  A given width will allow the cell to have line breaks and multiple paragraphs
2017  of text, see sec.
2018 \begin_inset space \thinspace{}
2019 \end_inset
2020
2021
2022 \begin_inset CommandInset ref
2023 LatexCommand ref
2024 reference "subsec:Multiple-Lines-in"
2025
2026 \end_inset
2027
2028 .
2029  If you set no width, the column is as wide as the content of its widest
2030  cell.
2031 \begin_inset Newline newline
2032 \end_inset
2033
2034 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2035  cell, see sec.
2036 \begin_inset space \thinspace{}
2037 \end_inset
2038
2039
2040 \begin_inset CommandInset ref
2041 LatexCommand ref
2042 reference "subsec:Multicolumns"
2043
2044 \end_inset
2045
2046  or the cells of one column as multirow cell, see sec.
2047 \begin_inset space \thinspace{}
2048 \end_inset
2049
2050
2051 \begin_inset CommandInset ref
2052 LatexCommand ref
2053 reference "subsec:Multirows"
2054
2055 \end_inset
2056
2057 .
2058 \begin_inset Newline newline
2059 \end_inset
2060
2061 The rotate check boxes rotate the current cell, a selection, or the whole
2062  table counter-clockwise by 90
2063 \begin_inset space \thinspace{}
2064 \end_inset
2065
2066 °.
2067  The rotation is not shown within \SpecialChar LyX
2068 , only in the output.
2069  For more information see sec.
2070 \begin_inset space \thinspace{}
2071 \end_inset
2072
2073
2074 \begin_inset CommandInset ref
2075 LatexCommand ref
2076 reference "sec:Rotated-Table-Cells"
2077
2078 \end_inset
2079
2080 .
2081 \begin_inset Newline newline
2082 \end_inset
2083
2084
2085 \begin_inset Note Greyedout
2086 status open
2087
2088 \begin_layout Plain Layout
2089
2090 \series bold
2091 Note:
2092 \series default
2093  Not all DVI-viewers are able to display rotations.
2094 \end_layout
2095
2096 \end_inset
2097
2098
2099 \begin_inset Newline newline
2100 \end_inset
2101
2102 The table-wide vertical alignment is used for tables within text lines:
2103 \begin_inset Newline newline
2104 \end_inset
2105
2106 A line with tables with different alignments: 
2107 \begin_inset Tabular
2108 <lyxtabular version="3" rows="2" columns="2">
2109 <features tabularvalignment="top">
2110 <column alignment="center" valignment="top" width="0pt">
2111 <column alignment="center" valignment="top">
2112 <row>
2113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2114 \begin_inset Text
2115
2116 \begin_layout Plain Layout
2117
2118 \end_layout
2119
2120 \end_inset
2121 </cell>
2122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2123 \begin_inset Text
2124
2125 \begin_layout Plain Layout
2126
2127 \family roman
2128 \series medium
2129 \shape up
2130 \size normal
2131 \emph off
2132 \bar no
2133 \noun off
2134 \color none
2135 1
2136 \end_layout
2137
2138 \end_inset
2139 </cell>
2140 </row>
2141 <row>
2142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2143 \begin_inset Text
2144
2145 \begin_layout Plain Layout
2146
2147 \family roman
2148 \series medium
2149 \shape up
2150 \size normal
2151 \emph off
2152 \bar no
2153 \noun off
2154 \color none
2155 A
2156 \end_layout
2157
2158 \end_inset
2159 </cell>
2160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2161 \begin_inset Text
2162
2163 \begin_layout Plain Layout
2164
2165 \end_layout
2166
2167 \end_inset
2168 </cell>
2169 </row>
2170 </lyxtabular>
2171
2172 \end_inset
2173
2174  
2175 \begin_inset Tabular
2176 <lyxtabular version="3" rows="2" columns="2">
2177 <features tabularvalignment="middle">
2178 <column alignment="center" valignment="top">
2179 <column alignment="center" valignment="top">
2180 <row>
2181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2182 \begin_inset Text
2183
2184 \begin_layout Plain Layout
2185
2186 \end_layout
2187
2188 \end_inset
2189 </cell>
2190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2191 \begin_inset Text
2192
2193 \begin_layout Plain Layout
2194
2195 \family roman
2196 \series medium
2197 \shape up
2198 \size normal
2199 \emph off
2200 \bar no
2201 \noun off
2202 \color none
2203 1
2204 \end_layout
2205
2206 \end_inset
2207 </cell>
2208 </row>
2209 <row>
2210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2211 \begin_inset Text
2212
2213 \begin_layout Plain Layout
2214
2215 \family roman
2216 \series medium
2217 \shape up
2218 \size normal
2219 \emph off
2220 \bar no
2221 \noun off
2222 \color none
2223 A
2224 \end_layout
2225
2226 \end_inset
2227 </cell>
2228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2229 \begin_inset Text
2230
2231 \begin_layout Plain Layout
2232
2233 \end_layout
2234
2235 \end_inset
2236 </cell>
2237 </row>
2238 </lyxtabular>
2239
2240 \end_inset
2241
2242  
2243 \begin_inset Tabular
2244 <lyxtabular version="3" rows="2" columns="2">
2245 <features tabularvalignment="bottom">
2246 <column alignment="center" valignment="top" width="0pt">
2247 <column alignment="center" valignment="top">
2248 <row>
2249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2250 \begin_inset Text
2251
2252 \begin_layout Plain Layout
2253
2254 \end_layout
2255
2256 \end_inset
2257 </cell>
2258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2259 \begin_inset Text
2260
2261 \begin_layout Plain Layout
2262
2263 \family roman
2264 \series medium
2265 \shape up
2266 \size normal
2267 \emph off
2268 \bar no
2269 \noun off
2270 \color none
2271 1
2272 \end_layout
2273
2274 \end_inset
2275 </cell>
2276 </row>
2277 <row>
2278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2279 \begin_inset Text
2280
2281 \begin_layout Plain Layout
2282
2283 \family roman
2284 \series medium
2285 \shape up
2286 \size normal
2287 \emph off
2288 \bar no
2289 \noun off
2290 \color none
2291 A
2292 \end_layout
2293
2294 \end_inset
2295 </cell>
2296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2297 \begin_inset Text
2298
2299 \begin_layout Plain Layout
2300
2301 \end_layout
2302
2303 \end_inset
2304 </cell>
2305 </row>
2306 </lyxtabular>
2307
2308 \end_inset
2309
2310
2311 \begin_inset Newline newline
2312 \end_inset
2313
2314 It is also possible to enter a \SpecialChar LaTeX
2315 -argument which is needed for special table
2316  formattings, see sec.
2317 \begin_inset space \thinspace{}
2318 \end_inset
2319
2320
2321 \begin_inset CommandInset ref
2322 LatexCommand ref
2323 reference "subsec:Multicolumn-Calculations"
2324
2325 \end_inset
2326
2327  and 
2328 \begin_inset CommandInset ref
2329 LatexCommand ref
2330 reference "sec:Colored-Tables"
2331
2332 \end_inset
2333
2334 .
2335 \end_layout
2336
2337 \begin_layout Description
2338 Borders In this tab you can add and delete border lines for the current
2339  row/column.
2340 \begin_inset Newline newline
2341 \end_inset
2342
2343 Using the style option 
2344 \family sans
2345 Formal
2346 \family default
2347  will convert the table to a formal table as described in sec.
2348 \begin_inset space \thinspace{}
2349 \end_inset
2350
2351
2352 \begin_inset CommandInset ref
2353 LatexCommand ref
2354 reference "sec:Formal-Tables"
2355
2356 \end_inset
2357
2358 .
2359 \begin_inset Newline newline
2360 \end_inset
2361
2362 You can also add space here to table rows as described in sec.
2363 \begin_inset space \thinspace{}
2364 \end_inset
2365
2366
2367 \begin_inset CommandInset ref
2368 LatexCommand ref
2369 reference "subsec:Row-Spacing"
2370
2371 \end_inset
2372
2373 .
2374 \end_layout
2375
2376 \begin_layout Description
2377 Multi-page
2378 \begin_inset space ~
2379 \end_inset
2380
2381 table This tab is to make a table a multi-page table that can run over several
2382  pages.
2383  Sections
2384 \begin_inset space ~
2385 \end_inset
2386
2387
2388 \begin_inset CommandInset ref
2389 LatexCommand ref
2390 reference "sec:Multi-page-Tables"
2391
2392 \end_inset
2393
2394  and 
2395 \begin_inset CommandInset ref
2396 LatexCommand ref
2397 reference "sec:Special-Longtable-Issues"
2398
2399 \end_inset
2400
2401  describe the multi-page table features in detail.
2402 \end_layout
2403
2404 \begin_layout Section
2405 Table Toolbar
2406 \begin_inset Index idx
2407 status collapsed
2408
2409 \begin_layout Plain Layout
2410 Table ! Toolbar
2411 \end_layout
2412
2413 \end_inset
2414
2415
2416 \end_layout
2417
2418 \begin_layout Standard
2419 The table toolbar is an alternative to the table dialog to be able to alter
2420  tables faster.
2421  It should normally appear at the bottom of \SpecialChar LyX
2422 's main window when the cursor
2423  is inside a table.
2424  You can alternatively switch it on to appear always, by right-clicking
2425  in \SpecialChar LyX
2426 's main menu bar.
2427 \end_layout
2428
2429 \begin_layout Standard
2430 The toolbar has the following icons:
2431 \end_layout
2432
2433 \begin_layout Labeling
2434 \labelwidthstring 00.00.0000
2435 \begin_inset Info
2436 type  "icon"
2437 arg   "tabular-feature append-row"
2438 \end_inset
2439
2440  adds a row below the current cell or selection
2441 \end_layout
2442
2443 \begin_layout Labeling
2444 \labelwidthstring 00.00.0000
2445 \begin_inset Info
2446 type  "icon"
2447 arg   "tabular-feature append-column"
2448 \end_inset
2449
2450  adds a column right beside the current cell or selection
2451 \end_layout
2452
2453 \begin_layout Labeling
2454 \labelwidthstring 00.00.0000
2455 \begin_inset Info
2456 type  "icon"
2457 arg   "tabular-feature delete-row"
2458 \end_inset
2459
2460  deletes the current row or selection
2461 \end_layout
2462
2463 \begin_layout Labeling
2464 \labelwidthstring 00.00.0000
2465 \begin_inset Info
2466 type  "icon"
2467 arg   "tabular-feature delete-column"
2468 \end_inset
2469
2470  deletes the current column or selection
2471 \end_layout
2472
2473 \begin_layout Labeling
2474 \labelwidthstring 00.00.0000
2475 \begin_inset Info
2476 type  "icon"
2477 arg   "tabular-feature move-row-up"
2478 \end_inset
2479
2480  moves the row up
2481 \end_layout
2482
2483 \begin_layout Labeling
2484 \labelwidthstring 00.00.0000
2485 \begin_inset Info
2486 type  "icon"
2487 arg   "tabular-feature move-column-left"
2488 \end_inset
2489
2490  moves the column to the left
2491 \end_layout
2492
2493 \begin_layout Labeling
2494 \labelwidthstring 00.00.0000
2495 \begin_inset Info
2496 type  "icon"
2497 arg   "tabular-feature move-row-down"
2498 \end_inset
2499
2500  moves the row down
2501 \end_layout
2502
2503 \begin_layout Labeling
2504 \labelwidthstring 00.00.0000
2505 \begin_inset Info
2506 type  "icon"
2507 arg   "tabular-feature move-column-right"
2508 \end_inset
2509
2510  moves the column to the right
2511 \end_layout
2512
2513 \begin_layout Labeling
2514 \labelwidthstring 00.00.0000
2515 \begin_inset Info
2516 type  "icon"
2517 arg   "tabular-feature toggle-line-top"
2518 \end_inset
2519
2520  adds a line at the top of the current cell / row or of a selection
2521 \end_layout
2522
2523 \begin_layout Labeling
2524 \labelwidthstring 00.00.0000
2525 \begin_inset Info
2526 type  "icon"
2527 arg   "tabular-feature toggle-line-bottom"
2528 \end_inset
2529
2530  adds a line at the bottom of the current cell / row or of a selection
2531 \end_layout
2532
2533 \begin_layout Labeling
2534 \labelwidthstring 00.00.0000
2535 \begin_inset Info
2536 type  "icon"
2537 arg   "tabular-feature toggle-line-left"
2538 \end_inset
2539
2540  adds a line at the left side of the current cell / row or of a selection
2541 \end_layout
2542
2543 \begin_layout Labeling
2544 \labelwidthstring 00.00.0000
2545 \begin_inset Info
2546 type  "icon"
2547 arg   "tabular-feature toggle-line-right"
2548 \end_inset
2549
2550  adds a line at the right side of the current cell / row or of a selection
2551 \end_layout
2552
2553 \begin_layout Labeling
2554 \labelwidthstring 00.00.0000
2555 \begin_inset Info
2556 type  "icon"
2557 arg   "tabular-feature set-all-lines"
2558 \end_inset
2559
2560  adds lines around the current or selected cells - if the current cell no
2561  multicolumn cell this also affects the current row and column
2562 \end_layout
2563
2564 \begin_layout Labeling
2565 \labelwidthstring 00.00.0000
2566 \begin_inset Info
2567 type  "icon"
2568 arg   "tabular-feature unset-all-lines"
2569 \end_inset
2570
2571  deletes all lines of the current or selected cells - if the current cell
2572  no multicolumn cell this also affects the current row and column
2573 \end_layout
2574
2575 \begin_layout Labeling
2576 \labelwidthstring 00.00.0000
2577 \begin_inset Info
2578 type  "icon"
2579 arg   "tabular-feature m-align-left"
2580 \end_inset
2581
2582  left-aligns the content of the current cell / column
2583 \end_layout
2584
2585 \begin_layout Labeling
2586 \labelwidthstring 00.00.0000
2587 \begin_inset Info
2588 type  "icon"
2589 arg   "tabular-feature m-align-center"
2590 \end_inset
2591
2592  centers the content of the current cell / column horizontally
2593 \end_layout
2594
2595 \begin_layout Labeling
2596 \labelwidthstring 00.00.0000
2597 \begin_inset Info
2598 type  "icon"
2599 arg   "tabular-feature m-align-right"
2600 \end_inset
2601
2602  right-aligns the content of the current cell / column
2603 \end_layout
2604
2605 \begin_layout Labeling
2606 \labelwidthstring 00.00.0000
2607 \begin_inset Info
2608 type  "icon"
2609 arg   "tabular-feature align-decimal"
2610 \end_inset
2611
2612  aligns the content of the current column at a character
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617 \begin_inset Info
2618 type  "icon"
2619 arg   "tabular-feature m-valign-top"
2620 \end_inset
2621
2622  aligns the content of the current cell vertically to the top
2623 \end_layout
2624
2625 \begin_layout Labeling
2626 \labelwidthstring 00.00.0000
2627 \begin_inset Info
2628 type  "icon"
2629 arg   "tabular-feature m-valign-middle"
2630 \end_inset
2631
2632  centers the content of the current cell vertically
2633 \end_layout
2634
2635 \begin_layout Labeling
2636 \labelwidthstring 00.00.0000
2637 \begin_inset Info
2638 type  "icon"
2639 arg   "tabular-feature m-valign-bottom"
2640 \end_inset
2641
2642  aligns the content of the current cell vertically to the bottom
2643 \end_layout
2644
2645 \begin_layout Labeling
2646 \labelwidthstring 00.00.0000
2647 \begin_inset Info
2648 type  "icon"
2649 arg   "tabular-feature set-rotate-cell"
2650 \end_inset
2651
2652  rotates the current cell or selection counter-clockwise by 90°
2653 \end_layout
2654
2655 \begin_layout Labeling
2656 \labelwidthstring 00.00.0000
2657 \begin_inset Info
2658 type  "icon"
2659 arg   "tabular-feature set-rotate-tabular"
2660 \end_inset
2661
2662  rotates the whole table counter-clockwise by 90°
2663 \end_layout
2664
2665 \begin_layout Labeling
2666 \labelwidthstring 00.00.0000
2667 \begin_inset Info
2668 type  "icon"
2669 arg   "tabular-feature multicolumn"
2670 \end_inset
2671
2672  sets the current cell or selection as a multicolumn
2673 \end_layout
2674
2675 \begin_layout Labeling
2676 \labelwidthstring 00.00.0000
2677 \begin_inset Info
2678 type  "icon"
2679 arg   "tabular-feature multirow"
2680 \end_inset
2681
2682  sets the current cell or selection as a multirow
2683 \end_layout
2684
2685 \begin_layout Standard
2686 \begin_inset Note Greyedout
2687 status open
2688
2689 \begin_layout Plain Layout
2690
2691 \series bold
2692 Note:
2693 \series default
2694  For the output the vertical alignment of the first cell in a row is used
2695  for all following cells in the row.
2696 \end_layout
2697
2698 \end_inset
2699
2700
2701 \end_layout
2702
2703 \begin_layout Section
2704 Edit Table Menu
2705 \begin_inset Index idx
2706 status collapsed
2707
2708 \begin_layout Plain Layout
2709 Table ! Edit Menu
2710 \end_layout
2711
2712 \end_inset
2713
2714
2715 \end_layout
2716
2717 \begin_layout Standard
2718 In addition to the table dialog and toolbar, the menu 
2719 \family sans
2720 Edit\SpecialChar menuseparator
2721 Table
2722 \family default
2723  allows you to add and delete border lines for the current row/column and
2724  to set the current selection as multicolumn.
2725  The menu is only available when the cursor is inside a table.
2726 \end_layout
2727
2728 \begin_layout Section
2729 Table Floats
2730 \begin_inset CommandInset label
2731 LatexCommand label
2732 name "sec:Table-Floats"
2733
2734 \end_inset
2735
2736
2737 \begin_inset Index idx
2738 status collapsed
2739
2740 \begin_layout Plain Layout
2741 Floats ! Tables
2742 \end_layout
2743
2744 \end_inset
2745
2746
2747 \begin_inset Index idx
2748 status collapsed
2749
2750 \begin_layout Plain Layout
2751 Table ! Floats
2752 \end_layout
2753
2754 \end_inset
2755
2756
2757 \end_layout
2758
2759 \begin_layout Standard
2760 For general explanations about floats, have a look at section
2761 \begin_inset space ~
2762 \end_inset
2763
2764
2765 \begin_inset CommandInset ref
2766 LatexCommand ref
2767 reference "sec:FloatIntroduction"
2768
2769 \end_inset
2770
2771 .
2772 \end_layout
2773
2774 \begin_layout Standard
2775 \begin_inset Float table
2776 placement h
2777 wide false
2778 sideways false
2779 status open
2780
2781 \begin_layout Plain Layout
2782 \begin_inset Caption Standard
2783
2784 \begin_layout Plain Layout
2785 \begin_inset CommandInset label
2786 LatexCommand label
2787 name "tab:a table float"
2788
2789 \end_inset
2790
2791 A table float.
2792 \end_layout
2793
2794 \end_inset
2795
2796
2797 \end_layout
2798
2799 \begin_layout Plain Layout
2800 \align center
2801 \begin_inset Tabular
2802 <lyxtabular version="3" rows="3" columns="3">
2803 <features tabularvalignment="middle">
2804 <column alignment="center" valignment="top" width="0pt">
2805 <column alignment="center" valignment="top" width="0pt">
2806 <column alignment="center" valignment="top" width="0pt">
2807 <row>
2808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2809 \begin_inset Text
2810
2811 \begin_layout Plain Layout
2812
2813 \family roman
2814 \series medium
2815 \shape up
2816 \size normal
2817 \emph off
2818 \bar no
2819 \noun off
2820 \color none
2821 1
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \family roman
2832 \series medium
2833 \shape up
2834 \size normal
2835 \emph off
2836 \bar no
2837 \noun off
2838 \color none
2839 2
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848
2849 \family roman
2850 \series medium
2851 \shape up
2852 \size normal
2853 \emph off
2854 \bar no
2855 \noun off
2856 \color none
2857 3
2858 \end_layout
2859
2860 \end_inset
2861 </cell>
2862 </row>
2863 <row>
2864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Plain Layout
2868
2869 \family roman
2870 \series medium
2871 \shape up
2872 \size normal
2873 \emph off
2874 \bar no
2875 \noun off
2876 \color none
2877 Joe
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886
2887 \family roman
2888 \series medium
2889 \shape up
2890 \size normal
2891 \emph off
2892 \bar no
2893 \noun off
2894 \color none
2895 Mary
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904
2905 \family roman
2906 \series medium
2907 \shape up
2908 \size normal
2909 \emph off
2910 \bar no
2911 \noun off
2912 \color none
2913 Ted
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 </row>
2919 <row>
2920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2921 \begin_inset Text
2922
2923 \begin_layout Plain Layout
2924
2925 \family roman
2926 \series medium
2927 \shape up
2928 \size normal
2929 \emph off
2930 \bar no
2931 \noun off
2932 \color none
2933 \begin_inset Formula $\int x^{2}dx$
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945
2946 \family roman
2947 \series medium
2948 \shape up
2949 \size normal
2950 \emph off
2951 \bar no
2952 \noun off
2953 \color none
2954 \begin_inset Formula $\left[\begin{array}{cc}
2955 a & b\\
2956 c & d
2957 \end{array}\right]$
2958 \end_inset
2959
2960
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969
2970 \family roman
2971 \series medium
2972 \shape up
2973 \size normal
2974 \emph off
2975 \bar no
2976 \noun off
2977 \color none
2978 \begin_inset Formula $1+1=2$
2979 \end_inset
2980
2981
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 </row>
2987 </lyxtabular>
2988
2989 \end_inset
2990
2991
2992 \end_layout
2993
2994 \end_inset
2995
2996
2997 \end_layout
2998
2999 \begin_layout Standard
3000 Table floats can be inserted using the menu 
3001 \family sans
3002 Insert\SpecialChar menuseparator
3003 Float\SpecialChar menuseparator
3004 Table
3005 \family default
3006  or the toolbar button 
3007 \begin_inset Info
3008 type  "icon"
3009 arg   "float-insert table"
3010 \end_inset
3011
3012 .
3013 \end_layout
3014
3015 \begin_layout Standard
3016 The float appears as a collapsible box with a caption that has the label
3017  
3018 \begin_inset Quotes eld
3019 \end_inset
3020
3021 Table
3022 \begin_inset space ~
3023 \end_inset
3024
3025 #:
3026 \begin_inset Quotes erd
3027 \end_inset
3028
3029  (# is the actual table number).
3030  You can insert tables in the float above or below the caption.
3031 \end_layout
3032
3033 \begin_layout Standard
3034 Table
3035 \begin_inset space ~
3036 \end_inset
3037
3038
3039 \begin_inset CommandInset ref
3040 LatexCommand ref
3041 reference "tab:a table float"
3042
3043 \end_inset
3044
3045  is an example table within a table float.
3046 \end_layout
3047
3048 \begin_layout Standard
3049 Having the caption above the table is the common rule that is unfortunately
3050  not supported in \SpecialChar LaTeX
3051 's standard classes.
3052  This means that, if you are using the document classes 
3053 \family sans
3054 article
3055 \family default
3056
3057 \family sans
3058 book
3059 \family default
3060
3061 \family sans
3062 letter
3063 \family default
3064 , or 
3065 \family sans
3066 report
3067 \family default
3068 , there will be no space between the caption and the table.
3069  To insert the needed space, add the following option to the load command
3070  of the \SpecialChar LaTeX
3071 -package 
3072 \series bold
3073 caption
3074 \series default
3075
3076 \begin_inset Index idx
3077 status collapsed
3078
3079 \begin_layout Plain Layout
3080 \SpecialChar LaTeX
3081 -packages ! caption
3082 \end_layout
3083
3084 \end_inset
3085
3086  in your document preamble:
3087 \begin_inset Foot
3088 status collapsed
3089
3090 \begin_layout Plain Layout
3091 For more information have a look at section
3092 \begin_inset space ~
3093 \end_inset
3094
3095
3096 \begin_inset CommandInset ref
3097 LatexCommand ref
3098 reference "sec:Caption-Placement"
3099
3100 \end_inset
3101
3102 .
3103 \end_layout
3104
3105 \end_inset
3106
3107
3108 \end_layout
3109
3110 \begin_layout Standard
3111
3112 \series bold
3113 tableposition=top
3114 \end_layout
3115
3116 \begin_layout Standard
3117 The package 
3118 \series bold
3119 caption
3120 \series default
3121 , which is described in section
3122 \begin_inset space ~
3123 \end_inset
3124
3125
3126 \begin_inset CommandInset ref
3127 LatexCommand ref
3128 reference "sec:Caption-Formatting"
3129
3130 \end_inset
3131
3132 , is used to adjust the caption format.
3133 \end_layout
3134
3135 \begin_layout Standard
3136 \begin_inset Index idx
3137 status collapsed
3138
3139 \begin_layout Plain Layout
3140 References ! to Tables
3141 \end_layout
3142
3143 \end_inset
3144
3145 Tables can be cross-referenced in the text by referencing their label.
3146  To do this insert a label in the caption using the menu 
3147 \family sans
3148 Insert\SpecialChar menuseparator
3149 Label
3150 \family default
3151  or the toolbar button 
3152 \begin_inset Info
3153 type  "icon"
3154 arg   "label-insert"
3155 \end_inset
3156
3157 .
3158  You can now refer to the label using the menu 
3159 \family sans
3160 Insert\SpecialChar menuseparator
3161 Cross
3162 \begin_inset space ~
3163 \end_inset
3164
3165 reference
3166 \family default
3167  or the toolbar button 
3168 \begin_inset Info
3169 type  "icon"
3170 arg   "dialog-show-new-inset ref"
3171 \end_inset
3172
3173 .
3174 \begin_inset Newline newline
3175 \end_inset
3176
3177 Referencing is explained in detail in section
3178 \begin_inset space ~
3179 \end_inset
3180
3181
3182 \begin_inset CommandInset ref
3183 LatexCommand ref
3184 reference "sec:Referencing-Floats"
3185
3186 \end_inset
3187
3188 .
3189 \end_layout
3190
3191 \begin_layout Section
3192
3193 \family sans
3194 Multi-page Table
3195 \family default
3196 s
3197 \begin_inset CommandInset label
3198 LatexCommand label
3199 name "sec:Multi-page-Tables"
3200
3201 \end_inset
3202
3203
3204 \begin_inset Index idx
3205 status collapsed
3206
3207 \begin_layout Plain Layout
3208 Multi-page Table
3209 \end_layout
3210
3211 \end_inset
3212
3213
3214 \begin_inset Index idx
3215 status collapsed
3216
3217 \begin_layout Plain Layout
3218 Table ! Multi-page Table
3219 \end_layout
3220
3221 \end_inset
3222
3223
3224 \end_layout
3225
3226 \begin_layout Standard
3227 If the table is too long to fit on one page, you can use the option 
3228 \family sans
3229 Use
3230 \begin_inset space ~
3231 \end_inset
3232
3233 multi-page
3234 \family default
3235  table in the tab 
3236 \family sans
3237 Multi-page
3238 \begin_inset space ~
3239 \end_inset
3240
3241 table
3242 \family default
3243  of the table dialog to split the table automatically over more pages.
3244  Doing this enables the following options:
3245 \end_layout
3246
3247 \begin_layout Description
3248 Header: The current row is defined to be a header row that appears on all
3249  pages of the multi-page table; except for the first page, if 
3250 \family sans
3251 First
3252 \begin_inset space ~
3253 \end_inset
3254
3255 header
3256 \family default
3257  is defined.
3258  This is therefore called the main header.
3259 \end_layout
3260
3261 \begin_layout Description
3262 First
3263 \begin_inset space ~
3264 \end_inset
3265
3266 header: The current row is defined to be a header row that appears on the
3267  first page of the multi-page table.
3268 \end_layout
3269
3270 \begin_layout Description
3271 Footer: The current row is defined to be a footer row that appears on all
3272  pages of the multi-page table; except for the last page, if 
3273 \family sans
3274 Last
3275 \begin_inset space ~
3276 \end_inset
3277
3278 footer
3279 \family default
3280  is defined.
3281 \end_layout
3282
3283 \begin_layout Description
3284 Last
3285 \begin_inset space ~
3286 \end_inset
3287
3288 footer: The current row is defined to be a footer row that appears on the
3289  last page of the multi-page table.
3290 \end_layout
3291
3292 \begin_layout Description
3293 Caption: The current row contains the table caption.
3294  The row is reset as single column and a caption is inserted.
3295  More about multi-page table captions is explained in sec.
3296 \begin_inset space \thinspace{}
3297 \end_inset
3298
3299
3300 \begin_inset CommandInset ref
3301 LatexCommand ref
3302 reference "subsec:Multi-page-Table-Captions"
3303
3304 \end_inset
3305
3306 .
3307 \end_layout
3308
3309 \begin_layout Standard
3310 You can also specify a row where the table is split.
3311  See the following multi-page table to see how it works:
3312 \end_layout
3313
3314 \begin_layout Standard
3315 \align center
3316 \begin_inset Tabular
3317 <lyxtabular version="3" rows="69" columns="3">
3318 <features islongtable="true" longtabularalignment="center">
3319 <column alignment="left" valignment="top" width="0cm">
3320 <column alignment="left" valignment="top" width="0pt">
3321 <column alignment="center" valignment="top" width="0pt">
3322 <row endfirsthead="true">
3323 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327
3328 \series bold
3329 Example Phone List (ignore the names)
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 <row endfirsthead="true">
3354 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358
3359 \series bold
3360 NAME
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \series bold
3380 TEL.
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 </row>
3386 <row endhead="true">
3387 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \series bold
3393 Example Phone List
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 <row endhead="true">
3418 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422
3423 \series bold
3424 NAME
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442
3443 \series bold
3444 TEL.
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 </row>
3450 <row endfoot="true">
3451 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455  continued on next page
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 <row>
3480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484
3485 \series bold
3486 Annovi
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 Silvia
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 111
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \series bold
3517 Bertoli
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 Stefano
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 111
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row>
3542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \series bold
3548 Bozzi
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 Walter
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 111
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577
3578 \series bold
3579 Cachia
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 Maria
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 111
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608
3609 \series bold
3610 Cachia
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 Maurizio
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 111
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 </row>
3634 <row>
3635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639
3640 \series bold
3641 Cinquemani
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 Giusi
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 111
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 </row>
3665 <row>
3666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670
3671 \series bold
3672 Colin
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 Bernard
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 111
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row>
3697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701
3702 \series bold
3703 Concli
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 Gianfranco
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 111
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row>
3728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732
3733 \series bold
3734 Dal Bosco
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 Carolina
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 111
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 </row>
3758 <row>
3759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763
3764 \series bold
3765 Dalpiaz
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 Annamaria
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 111
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 </row>
3789 <row>
3790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794
3795 \series bold
3796 Feliciello
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 Domenico
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 111
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 </row>
3820 <row>
3821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825
3826 \series bold
3827 Focarelli
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 Paola
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 111
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 <row>
3852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856
3857 \series bold
3858 Galletti
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 Oreste
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 111
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row>
3883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889 Gasparini
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 Franca
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 111
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 <row>
3914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918
3919 \series bold
3920 Rizzardi
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 Paola
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 111
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 <row>
3945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949
3950 \series bold
3951 Lassini
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 Giancarlo
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 111
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row>
3976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980
3981 \series bold
3982 Malfatti
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 Luciano
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 111
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 </row>
4006 <row>
4007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011
4012 \series bold
4013 Malfatti
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 Valeriano
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 111
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row>
4038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \series bold
4044 Meneguzzo
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 Roberto
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 111
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \series bold
4075 Mezzadra
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 Roberto
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 111
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \series bold
4106 Pirpamer
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 Erich
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 111
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \series bold
4137 Pochiesa
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 Paolo
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 111, 222
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \series bold
4168 Radina
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 Claudio
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 111
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 </row>
4192 <row>
4193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197
4198 \series bold
4199 Stuffer
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 Oskar
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 111
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \series bold
4230 Tacchelli
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Ugo
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 111
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \series bold
4261 Tezzele
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Margit
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 111
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \series bold
4292 Unterkalmsteiner
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Frieda
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 111
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321
4322 \series bold
4323 Vieider
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 Hilde
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 111
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352
4353 \series bold
4354 Vigna
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 Jürgen
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 111
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \series bold
4385 Weber
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 Maurizio
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 111
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 <row>
4410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414
4415 \series bold
4416 Winkler
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 Franz
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 111
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 </row>
4440 <row>
4441 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445  
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 </row>
4469 <row>
4470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474
4475 \series bold
4476 Annovi
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 Silvia
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 555
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 </row>
4500 <row>
4501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505
4506 \series bold
4507 Bertoli
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 Stefano
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 555
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 </row>
4531 <row>
4532 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536
4537 \series bold
4538 Bozzi
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 Walter
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 555
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 </row>
4562 <row>
4563 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567
4568 \series bold
4569 Cachia
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 Maria
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 555
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 </row>
4593 <row>
4594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598
4599 \series bold
4600 Cachia
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 Maurizio
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 555
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 </row>
4624 <row>
4625 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629
4630 \series bold
4631 Cinquemani
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 Giusi
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 555
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \series bold
4662 Colin
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 Bernard
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 555
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691
4692 \series bold
4693 Concli
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 Gianfranco
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 555
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 </row>
4717 <row>
4718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722
4723 \series bold
4724 Dal Bosco
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 Carolina
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 555
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 </row>
4748 <row>
4749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753
4754 \series bold
4755 Dalpiaz
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 Annamaria
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 555
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 </row>
4779 <row>
4780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784
4785 \series bold
4786 Feliciello
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 Domenico
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 555
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 </row>
4810 <row>
4811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815
4816 \series bold
4817 Focarelli
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 Paola
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 555
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \series bold
4848 Galletti
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 Oreste
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 555
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 </row>
4872 <row>
4873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877
4878 \series bold
4879 Gasparini
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 Franca
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 555
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 </row>
4903 <row>
4904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908
4909 \series bold
4910 Rizzardi
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 Paola
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 555
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 </row>
4934 <row>
4935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939
4940 \series bold
4941 Lassini
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 Giancarlo
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 555
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 </row>
4965 <row>
4966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970
4971 \series bold
4972 Malfatti
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 Luciano
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 555
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 </row>
4996 <row>
4997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001
5002 \series bold
5003 Malfatti
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 Valeriano
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 555
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 </row>
5027 <row>
5028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032
5033 \series bold
5034 Meneguzzo
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 Roberto
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 555
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 </row>
5058 <row>
5059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063
5064 \series bold
5065 Mezzadra
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Roberto
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 555
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row>
5090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \series bold
5096 Pirpamer
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 Erich
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 555
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row>
5121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \series bold
5127 Pochiesa
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 Paolo
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 555, 222
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 <row>
5152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156
5157 \series bold
5158 Radina
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 Claudio
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 555
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 </row>
5182 <row>
5183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187
5188 \series bold
5189 Stuffer
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 Oskar
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 555
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 </row>
5213 <row>
5214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218
5219 \series bold
5220 Tacchelli
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 Ugo
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238 555
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 </row>
5244 <row>
5245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \series bold
5251 Tezzele
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 Margit
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 555
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 </row>
5275 <row>
5276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280
5281 \series bold
5282 Unterkalmsteiner
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 Frieda
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 555
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 </row>
5306 <row>
5307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311
5312 \series bold
5313 Vieider
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 Hilde
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 555
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 </row>
5337 <row>
5338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342
5343 \series bold
5344 Vigna
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 <cell alignment="center" valignment="top" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 Jürgen
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 999
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 </row>
5368 <row>
5369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373
5374 \series bold
5375 Weber
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 Maurizio
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 555
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 </row>
5399 <row>
5400 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404
5405 \series bold
5406 Winkler
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 Franz
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424 555
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 </row>
5430 <row endlastfoot="true">
5431 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 end
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 </row>
5459 </lyxtabular>
5460
5461 \end_inset
5462
5463
5464 \begin_inset ERT
5465 status collapsed
5466
5467 \begin_layout Plain Layout
5468
5469
5470 \backslash
5471 addtocounter{table}{-1}
5472 \end_layout
5473
5474 \end_inset
5475
5476
5477 \begin_inset Note Note
5478 status collapsed
5479
5480 \begin_layout Plain Layout
5481 See the first greyed-out note in section
5482 \begin_inset space ~
5483 \end_inset
5484
5485
5486 \begin_inset CommandInset ref
5487 LatexCommand ref
5488 reference "subsec:Multi-page-Table-Captions"
5489
5490 \end_inset
5491
5492  for an explanation of this command.
5493 \end_layout
5494
5495 \end_inset
5496
5497
5498 \end_layout
5499
5500 \begin_layout Subsection
5501 Footnotes in Multi-page tables
5502 \begin_inset CommandInset label
5503 LatexCommand label
5504 name "subsec:Footnotes-in-Multi-page"
5505
5506 \end_inset
5507
5508
5509 \begin_inset Index idx
5510 status collapsed
5511
5512 \begin_layout Plain Layout
5513 Table ! Multi-page Table ! Footnotes
5514 \end_layout
5515
5516 \end_inset
5517
5518
5519 \end_layout
5520
5521 \begin_layout Standard
5522 Footnotes can be inserted to every Multi-page table cell.
5523  They appear at the bottom of the page where the table cell with the footnote
5524  appears.
5525  Table
5526 \begin_inset space ~
5527 \end_inset
5528
5529
5530 \begin_inset CommandInset ref
5531 LatexCommand ref
5532 reference "tab:DiffCaptions"
5533
5534 \end_inset
5535
5536  has for example a footnote.
5537 \end_layout
5538
5539 \begin_layout Subsection
5540 Multi-page Table Alignment
5541 \begin_inset Index idx
5542 status collapsed
5543
5544 \begin_layout Plain Layout
5545 Table ! Multi-page Table ! Alignment
5546 \end_layout
5547
5548 \end_inset
5549
5550
5551 \end_layout
5552
5553 \begin_layout Standard
5554 The horizontal alignment of multi-page tables can be set in the table settings
5555  dialog.
5556  For left- and right-alignment the table will be directly at the page border.
5557  To add space between the table and the border one has to set the alignment
5558  to center and change the value of the \SpecialChar LaTeX
5559 -lengths 
5560 \series bold
5561
5562 \backslash
5563 LTleft 
5564 \series default
5565 or 
5566 \series bold
5567
5568 \backslash
5569 LTright
5570 \series default
5571  by inserting this line as \SpecialChar TeX
5572  Code before the multi-page table:
5573 \end_layout
5574
5575 \begin_layout Standard
5576
5577 \series bold
5578
5579 \backslash
5580 setlength{
5581 \backslash
5582 LTleft}{value}
5583 \end_layout
5584
5585 \begin_layout Standard
5586 The value can have any of the units listed in Table
5587 \begin_inset space ~
5588 \end_inset
5589
5590
5591 \begin_inset CommandInset ref
5592 LatexCommand ref
5593 reference "tab:Units"
5594
5595 \end_inset
5596
5597 .
5598  
5599 \series bold
5600
5601 \backslash
5602 LTleft
5603 \series default
5604  controls the horizontal distance from the left page border to the multi-page
5605  table, 
5606 \series bold
5607
5608 \backslash
5609 LTright
5610 \series default
5611  the distance from the right side.
5612  The default value for both lengths is 
5613 \series bold
5614
5615 \backslash
5616 fill
5617 \series default
5618 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5619 .
5620 \end_layout
5621
5622 \begin_layout Standard
5623 The following multi-page table was centered and 
5624 \series bold
5625
5626 \backslash
5627 LTleft
5628 \series default
5629  set to 
5630 \family sans
5631 0.1
5632 \backslash
5633 columnwidth
5634 \family default
5635 :
5636 \begin_inset ERT
5637 status collapsed
5638
5639 \begin_layout Plain Layout
5640
5641
5642 \backslash
5643 setlength{
5644 \backslash
5645 LTleft}{0.1
5646 \backslash
5647 columnwidth}
5648 \end_layout
5649
5650 \end_inset
5651
5652
5653 \end_layout
5654
5655 \begin_layout Standard
5656 \begin_inset Tabular
5657 <lyxtabular version="3" rows="5" columns="5">
5658 <features islongtable="true" longtabularalignment="center">
5659 <column alignment="center" valignment="top">
5660 <column alignment="center" valignment="top" width="0pt">
5661 <column alignment="center" valignment="top">
5662 <column alignment="center" valignment="top">
5663 <column alignment="center" valignment="top">
5664 <row>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 1
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 2
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 3
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 4
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 5
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 </row>
5711 <row>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 asd
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 s
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734 s
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743 s
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 </row>
5758 <row>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763 asd
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 s
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 s
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790 s
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 asd
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 </row>
5805 <row>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 asd
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 s
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 s
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 s
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 </row>
5852 <row>
5853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 asd
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 asd
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 asd
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 asd
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 </row>
5899 </lyxtabular>
5900
5901 \end_inset
5902
5903
5904 \begin_inset ERT
5905 status collapsed
5906
5907 \begin_layout Plain Layout
5908
5909
5910 \backslash
5911 setlength{
5912 \backslash
5913 LTleft}{
5914 \backslash
5915 fill}
5916 \end_layout
5917
5918 \end_inset
5919
5920
5921 \begin_inset ERT
5922 status collapsed
5923
5924 \begin_layout Plain Layout
5925
5926
5927 \backslash
5928 addtocounter{table}{-1}
5929 \end_layout
5930
5931 \end_inset
5932
5933
5934 \begin_inset Note Note
5935 status collapsed
5936
5937 \begin_layout Plain Layout
5938 See the first greyed-out note in section
5939 \begin_inset space ~
5940 \end_inset
5941
5942
5943 \begin_inset CommandInset ref
5944 LatexCommand ref
5945 reference "subsec:Multi-page-Table-Captions"
5946
5947 \end_inset
5948
5949  for an explanation of this command.
5950 \end_layout
5951
5952 \end_inset
5953
5954
5955 \end_layout
5956
5957 \begin_layout Subsection
5958 Multi-page Table Captions
5959 \begin_inset Index idx
5960 status collapsed
5961
5962 \begin_layout Plain Layout
5963 Table ! Multi-page Table ! Captions
5964 \end_layout
5965
5966 \end_inset
5967
5968
5969 \begin_inset CommandInset label
5970 LatexCommand label
5971 name "subsec:Multi-page-Table-Captions"
5972
5973 \end_inset
5974
5975
5976 \end_layout
5977
5978 \begin_layout Standard
5979 A multi-page table cannot be put into a table float because floats can only
5980  be on one page.
5981  But the caption environment of floats can also be used for multi-page tables
5982  when you use the multi-page table option 
5983 \family sans
5984 Caption
5985 \family default
5986  as described in sec.
5987 \begin_inset space \thinspace{}
5988 \end_inset
5989
5990
5991 \begin_inset CommandInset ref
5992 LatexCommand ref
5993 reference "sec:Multi-page-Tables"
5994
5995 \end_inset
5996
5997 .
5998  Only one table row should contain a caption, either a header or a footer
5999  row.
6000 \end_layout
6001
6002 \begin_layout Standard
6003 Here is a short multi-page table to see how it works:
6004 \end_layout
6005
6006 \begin_layout Standard
6007 \begin_inset Tabular
6008 <lyxtabular version="3" rows="6" columns="5">
6009 <features islongtable="true" longtabularalignment="center">
6010 <column alignment="center" valignment="top">
6011 <column alignment="center" valignment="top">
6012 <column alignment="center" valignment="top">
6013 <column alignment="center" valignment="top">
6014 <column alignment="center" valignment="top">
6015 <row endfirsthead="true" caption="true">
6016 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 \begin_inset Caption Standard
6021
6022 \begin_layout Plain Layout
6023 Multi-page table with caption
6024 \begin_inset Argument 1
6025 status open
6026
6027 \begin_layout Plain Layout
6028 Multi-page table
6029 \end_layout
6030
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 </row>
6080 <row>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 1
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 2
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 3
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 4
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 5
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 </row>
6127 <row>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 asd
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 s
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 s
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 s
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 </row>
6174 <row>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 asd
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 s
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 s
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 s
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 asd
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 </row>
6221 <row>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 asd
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 s
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 s
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 s
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 asd
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 </row>
6268 <row>
6269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 asd
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 asd
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 asd
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 asd
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 asd
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 </row>
6315 </lyxtabular>
6316
6317 \end_inset
6318
6319
6320 \end_layout
6321
6322 \begin_layout Standard
6323 \begin_inset VSpace medskip
6324 \end_inset
6325
6326
6327 \begin_inset Note Greyedout
6328 status open
6329
6330 \begin_layout Plain Layout
6331
6332 \series bold
6333 Note
6334 \begin_inset space ~
6335 \end_inset
6336
6337 1:
6338 \series default
6339  The table number is increased for every multi-page table, even if you did
6340  not set a caption for it.
6341  For this reason you could have the case that e.
6342 \begin_inset space \thinspace{}
6343 \end_inset
6344
6345 g.
6346 \begin_inset space \space{}
6347 \end_inset
6348
6349 Table
6350 \begin_inset space ~
6351 \end_inset
6352
6353 2.4 follows Table
6354 \begin_inset space ~
6355 \end_inset
6356
6357 2.1 in the list of tables if there are two multi-page tables without captions.
6358  To avoid this you can add the following command in \SpecialChar TeX
6359  Code after every multi-page
6360  table without a caption:
6361 \end_layout
6362
6363 \begin_layout Plain Layout
6364
6365 \series bold
6366
6367 \backslash
6368 addtocounter{table}{-1}
6369 \end_layout
6370
6371 \begin_layout Plain Layout
6372 This is not needed when none of your multi-page tables has a caption and
6373  you add the following code to the document preamble:
6374 \end_layout
6375
6376 \begin_layout Plain Layout
6377
6378 \series bold
6379
6380 \backslash
6381 let
6382 \backslash
6383 myEnd
6384 \backslash
6385 endlongtable
6386 \begin_inset Newline newline
6387 \end_inset
6388
6389
6390 \backslash
6391 renewcommand{
6392 \backslash
6393 endlongtable}{
6394 \backslash
6395 myEnd
6396 \backslash
6397 addtocounter{table}{-1}}
6398 \end_layout
6399
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \begin_layout Standard
6406 \begin_inset Note Greyedout
6407 status open
6408
6409 \begin_layout Plain Layout
6410
6411 \series bold
6412 Note
6413 \begin_inset space ~
6414 \end_inset
6415
6416 2:
6417 \series default
6418  If you are using
6419 \series bold
6420  hyperref
6421 \series default
6422
6423 \begin_inset Index idx
6424 status collapsed
6425
6426 \begin_layout Plain Layout
6427 \SpecialChar LaTeX
6428 -packages ! hyperref
6429 \end_layout
6430
6431 \end_inset
6432
6433  in the 
6434 \family sans
6435 PDF Properties
6436 \family default
6437  of the 
6438 \family sans
6439 Document Settings
6440 \family default
6441  dialog to link cross-references, the link to a multi-page table caption
6442  will always point to the beginning of the document.
6443 \end_layout
6444
6445 \end_inset
6446
6447
6448 \end_layout
6449
6450 \begin_layout Subsubsection
6451 References to multi-page tables
6452 \begin_inset Index idx
6453 status collapsed
6454
6455 \begin_layout Plain Layout
6456 Table ! Multi-page Table ! References
6457 \end_layout
6458
6459 \end_inset
6460
6461
6462 \end_layout
6463
6464 \begin_layout Standard
6465 \begin_inset Tabular
6466 <lyxtabular version="3" rows="6" columns="5">
6467 <features islongtable="true" longtabularalignment="center">
6468 <column alignment="center" valignment="top">
6469 <column alignment="center" valignment="top">
6470 <column alignment="center" valignment="top">
6471 <column alignment="center" valignment="top">
6472 <column alignment="center" valignment="top">
6473 <row endfirsthead="true" caption="true">
6474 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 \begin_inset Caption Standard
6479
6480 \begin_layout Plain Layout
6481 Referenced multi-page table
6482 \begin_inset CommandInset label
6483 LatexCommand label
6484 name "tab:Referenced-multi-page-table"
6485
6486 \end_inset
6487
6488
6489 \end_layout
6490
6491 \end_inset
6492
6493
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 </row>
6535 <row>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 1
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 2
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 3
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 4
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 5
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 </row>
6582 <row>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 asd
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 s
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 s
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 s
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 asd
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 </row>
6629 <row>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 asd
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" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 s
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 asd
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 </row>
6676 <row>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 asd
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" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 s
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 asd
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 </row>
6723 <row>
6724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 asd
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 sad
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 asd
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 asd
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 </row>
6770 </lyxtabular>
6771
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \begin_layout Standard
6778 To reference a multi-page table, insert a label into the caption.
6779 \end_layout
6780
6781 \begin_layout Standard
6782 This is a reference to Table
6783 \begin_inset space ~
6784 \end_inset
6785
6786
6787 \begin_inset CommandInset ref
6788 LatexCommand ref
6789 reference "tab:Referenced-multi-page-table"
6790
6791 \end_inset
6792
6793 .
6794 \end_layout
6795
6796 \begin_layout Standard
6797 The caption layout can be set together with all other captions of your document
6798  using the \SpecialChar LaTeX
6799 -package 
6800 \series bold
6801 caption
6802 \series default
6803
6804 \begin_inset Index idx
6805 status collapsed
6806
6807 \begin_layout Plain Layout
6808 \SpecialChar LaTeX
6809 -packages ! caption
6810 \end_layout
6811
6812 \end_inset
6813
6814 , see section
6815 \begin_inset space ~
6816 \end_inset
6817
6818
6819 \begin_inset CommandInset ref
6820 LatexCommand ref
6821 reference "sec:Caption-Formatting"
6822
6823 \end_inset
6824
6825 .
6826 \end_layout
6827
6828 \begin_layout Subsubsection
6829 Caption Width
6830 \begin_inset Index idx
6831 status collapsed
6832
6833 \begin_layout Plain Layout
6834 Table ! Multi-page Table ! Caption Width
6835 \end_layout
6836
6837 \end_inset
6838
6839
6840 \end_layout
6841
6842 \begin_layout Standard
6843 The maximal width of caption lines is defined by the length 
6844 \series bold
6845
6846 \backslash
6847 LTcapwidth
6848 \series default
6849 .
6850  Its default value is 4
6851 \begin_inset space \thinspace{}
6852 \end_inset
6853
6854 in.
6855  To change it add the following command to your document preamble or as
6856  \SpecialChar TeX
6857  Code into your document before the multi-page table that should be affected
6858 \end_layout
6859
6860 \begin_layout Standard
6861
6862 \series bold
6863
6864 \backslash
6865 setlength{
6866 \backslash
6867 LTcapwidth}{width}
6868 \end_layout
6869
6870 \begin_layout Standard
6871 where the 
6872 \family sans
6873 width
6874 \family default
6875  can have one of the units listed in appendix
6876 \begin_inset space ~
6877 \end_inset
6878
6879
6880 \begin_inset CommandInset ref
6881 LatexCommand ref
6882 reference "cha:Units-available-in"
6883
6884 \end_inset
6885
6886 .
6887 \end_layout
6888
6889 \begin_layout Standard
6890 The following tables show the difference:
6891 \end_layout
6892
6893 \begin_layout Standard
6894 \begin_inset Tabular
6895 <lyxtabular version="3" rows="6" columns="5">
6896 <features islongtable="true" longtabularalignment="center">
6897 <column alignment="center" valignment="top">
6898 <column alignment="center" valignment="top">
6899 <column alignment="center" valignment="top">
6900 <column alignment="center" valignment="top">
6901 <column alignment="center" valignment="top">
6902 <row endfirsthead="true" caption="true">
6903 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 \begin_inset Caption Standard
6908
6909 \begin_layout Plain Layout
6910 Long full title with default width long full title with default width long
6911  full title with default width
6912 \begin_inset Argument 1
6913 status collapsed
6914
6915 \begin_layout Plain Layout
6916 caption with default width
6917 \end_layout
6918
6919 \end_inset
6920
6921
6922 \end_layout
6923
6924 \end_inset
6925
6926
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 </row>
6968 <row>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 1
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 2
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 3
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 4
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 5
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 </row>
7015 <row>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 asd
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 s
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 s
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 s
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 asd
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 asd
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 s
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 s
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 s
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 asd
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" bottomline="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" bottomline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 sad
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 asd
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" bottomline="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 </lyxtabular>
7204
7205 \end_inset
7206
7207
7208 \end_layout
7209
7210 \begin_layout Standard
7211 \begin_inset ERT
7212 status collapsed
7213
7214 \begin_layout Plain Layout
7215
7216
7217 \backslash
7218 setlength{
7219 \backslash
7220 LTcapwidth}{5cm}
7221 \end_layout
7222
7223 \end_inset
7224
7225
7226 \begin_inset Tabular
7227 <lyxtabular version="3" rows="6" columns="5">
7228 <features islongtable="true" longtabularalignment="center">
7229 <column alignment="center" valignment="top">
7230 <column alignment="center" valignment="top">
7231 <column alignment="center" valignment="top">
7232 <column alignment="center" valignment="top">
7233 <column alignment="center" valignment="top">
7234 <row endfirsthead="true" caption="true">
7235 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 \begin_inset Caption Standard
7240
7241 \begin_layout Plain Layout
7242 Long full title with width set to 5
7243 \begin_inset space \thinspace{}
7244 \end_inset
7245
7246 cm long full title with width set to 5
7247 \begin_inset space \thinspace{}
7248 \end_inset
7249
7250 cm long full title with width set to 5
7251 \begin_inset space \thinspace{}
7252 \end_inset
7253
7254 cm
7255 \begin_inset Argument 1
7256 status collapsed
7257
7258 \begin_layout Plain Layout
7259 caption with width
7260 \begin_inset space \thinspace{}
7261 \end_inset
7262
7263 =
7264 \begin_inset space \thinspace{}
7265 \end_inset
7266
7267 5
7268 \begin_inset space \thinspace{}
7269 \end_inset
7270
7271 cm
7272 \end_layout
7273
7274 \end_inset
7275
7276
7277 \end_layout
7278
7279 \end_inset
7280
7281
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 </row>
7323 <row>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 1
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 2
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 3
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 4
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 5
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 </row>
7370 <row>
7371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 asd
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 s
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 s
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 s
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 asd
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 </row>
7417 <row>
7418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422 asd
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431 s
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 s
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 s
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 asd
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 </row>
7464 <row>
7465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 asd
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 s
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 s
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 s
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 asd
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 </row>
7511 <row>
7512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 asd
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 sad
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 asd
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 asd
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 asd
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 </row>
7558 </lyxtabular>
7559
7560 \end_inset
7561
7562
7563 \end_layout
7564
7565 \begin_layout Standard
7566 \begin_inset ERT
7567 status collapsed
7568
7569 \begin_layout Plain Layout
7570
7571
7572 \backslash
7573 setlength{
7574 \backslash
7575 LTcapwidth}{4in}
7576 \end_layout
7577
7578 \end_inset
7579
7580
7581 \end_layout
7582
7583 \begin_layout Standard
7584 \begin_inset Note Greyedout
7585 status open
7586
7587 \begin_layout Plain Layout
7588
7589 \series bold
7590 Note:
7591 \series default
7592  When the \SpecialChar LaTeX
7593 -package 
7594 \series bold
7595 caption
7596 \series default
7597
7598 \begin_inset Index idx
7599 status collapsed
7600
7601 \begin_layout Plain Layout
7602 \SpecialChar LaTeX
7603 -packages ! caption
7604 \end_layout
7605
7606 \end_inset
7607
7608  is used, as in this document, the full page width is used for the caption
7609  when you use the default value of 4
7610 \begin_inset space \thinspace{}
7611 \end_inset
7612
7613 in for 
7614 \series bold
7615
7616 \backslash
7617 LTcapwidth
7618 \series default
7619 .
7620  To get in this case exactly a 4
7621 \begin_inset space \thinspace{}
7622 \end_inset
7623
7624 in wide caption, you can either use a value slightly different from 4.0
7625 \begin_inset space \thinspace{}
7626 \end_inset
7627
7628 in, e.
7629 \begin_inset space \thinspace{}
7630 \end_inset
7631
7632 g.
7633 \begin_inset space \space{}
7634 \end_inset
7635
7636 3.99
7637 \begin_inset space \thinspace{}
7638 \end_inset
7639
7640 in, or the \SpecialChar LaTeX
7641 -command 
7642 \series bold
7643
7644 \backslash
7645 captionsetup{width=value}
7646 \series default
7647  that is provided by the 
7648 \series bold
7649 caption
7650 \series default
7651 -package.
7652 \end_layout
7653
7654 \end_inset
7655
7656
7657 \end_layout
7658
7659 \begin_layout Subsubsection
7660 Different Captions for Table Pages
7661 \begin_inset Index idx
7662 status collapsed
7663
7664 \begin_layout Plain Layout
7665 Table ! Multi-page Table ! Different Captions for Pages
7666 \end_layout
7667
7668 \end_inset
7669
7670
7671 \end_layout
7672
7673 \begin_layout Standard
7674 When the table captions for the following pages should differ from the one
7675  of the first table page, mark a empty row as header which contains a caption.
7676  Then right-click on the caption and select in the context menu 
7677 \family sans
7678 Caption
7679 \begin_inset space ~
7680 \end_inset
7681
7682 (Unnumbered)
7683 \family default
7684 .
7685  Table
7686 \begin_inset space ~
7687 \end_inset
7688
7689
7690 \begin_inset CommandInset ref
7691 LatexCommand ref
7692 reference "tab:DiffCaptions"
7693
7694 \end_inset
7695
7696  is an example of a multi-page table with different heading where the second
7697  caption does not include the table number.
7698 \end_layout
7699
7700 \begin_layout Standard
7701 \align center
7702 \begin_inset Tabular
7703 <lyxtabular version="3" rows="59" columns="3">
7704 <features islongtable="true" longtabularalignment="center">
7705 <column alignment="left" valignment="top" width="0cm">
7706 <column alignment="left" valignment="top" width="0pt">
7707 <column alignment="center" valignment="top" width="0pt">
7708 <row endfirsthead="true" caption="true">
7709 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713 \begin_inset Caption Standard
7714
7715 \begin_layout Plain Layout
7716 Example Phone List
7717 \begin_inset CommandInset label
7718 LatexCommand label
7719 name "tab:DiffCaptions"
7720
7721 \end_inset
7722
7723
7724 \begin_inset Argument 1
7725 status collapsed
7726
7727 \begin_layout Plain Layout
7728 Example Phone List
7729 \end_layout
7730
7731 \end_inset
7732
7733
7734 \end_layout
7735
7736 \end_inset
7737
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row endfirsthead="true">
7763 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \series bold
7769 Example Phone List (ignore the names)
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row endfirsthead="true">
7794 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \series bold
7800 NAME
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818
7819 \series bold
7820 TEL.
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 </row>
7826 <row endhead="true" caption="true">
7827 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 \begin_inset Caption Unnumbered
7832
7833 \begin_layout Plain Layout
7834 Continued Example Phone List
7835 \end_layout
7836
7837 \end_inset
7838
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 <row endhead="true">
7864 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \series bold
7870 Example Phone List
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row endhead="true">
7895 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \series bold
7901 NAME
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \series bold
7921 TEL.
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 </row>
7927 <row endfoot="true">
7928 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 continued on next page
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 <row>
7957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \series bold
7963 Annovi
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 Silvia
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 111
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \series bold
7994 Bertoli
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 Stefano
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 111
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \series bold
8025 Bozzi
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 Walter
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 111
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \series bold
8056 Cachia
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 Maria
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 111
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \series bold
8087 Cachia
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 Maurizio
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 111
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \series bold
8118 Cinquemani
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 Giusi
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 111
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \series bold
8149 Colin
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 Bernard
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 111
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \series bold
8180 Concli
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Gianfranco
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 111
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \series bold
8211 Dal Bosco
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 Carolina
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 111
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \series bold
8242 Dalpiaz
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 Annamaria
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 111
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \series bold
8273 Feliciello
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 Domenico
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 111
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 <row>
8298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302
8303 \series bold
8304 Focarelli
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 Paola
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 111
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \series bold
8335 Galletti
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 Oreste
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 111
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row>
8360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364
8365 \series bold
8366 Gasparini
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 Franca
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 111
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \series bold
8397 Rizzardi
8398 \series default
8399
8400 \begin_inset Foot
8401 status open
8402
8403 \begin_layout Plain Layout
8404 Example footnote
8405 \end_layout
8406
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 Paola
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 111
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \series bold
8440 Lassini
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 Giancarlo
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 111
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 </row>
8464 <row>
8465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469
8470 \series bold
8471 Malfatti
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 Luciano
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 111
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 </row>
8495 <row>
8496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \series bold
8502 Malfatti
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 Valeriano
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 111
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \series bold
8533 Meneguzzo
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 Roberto
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 111
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \series bold
8564 Mezzadra
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Roberto
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 111
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \series bold
8595 Pirpamer
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 Erich
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 111
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 <row>
8620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624
8625 \series bold
8626 Pochiesa
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 Paolo
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 111, 222
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 </row>
8650 <row>
8651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655
8656 \series bold
8657 Radina
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 Claudio
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 111
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \series bold
8688 Stuffer
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 Oskar
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 111
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \series bold
8719 Tacchelli
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 Ugo
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 111
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 <row>
8744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748
8749 \series bold
8750 Tezzele
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 Margit
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 111
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row>
8775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \series bold
8781 Unterkalmsteiner
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 Frieda
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 111
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row>
8806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \series bold
8812 Vieider
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 Hilde
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 111
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 </row>
8836 <row>
8837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841
8842 \series bold
8843 Vigna
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 Jürgen
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 111
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \series bold
8874 Weber
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 Maurizio
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 111
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 <row>
8899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903
8904 \series bold
8905 Winkler
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 Franz
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 111
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 <row>
8930 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934  
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \series bold
8965 Annovi
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 Silvia
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 555
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994
8995 \series bold
8996 Bertoli
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 Stefano
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 555
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 </row>
9020 <row>
9021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025
9026 \series bold
9027 Bozzi
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 Walter
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 555
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 <row>
9052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056
9057 \series bold
9058 Cachia
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 Maria
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 555
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 <row>
9083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087
9088 \series bold
9089 Cachia
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 Maurizio
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 555
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 </row>
9113 <row>
9114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118
9119 \series bold
9120 Cinquemani
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 Giusi
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 555
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 <row>
9145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149
9150 \series bold
9151 Colin
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 Bernard
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 555
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 </row>
9175 <row>
9176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \series bold
9182 Concli
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 Gianfranco
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 555
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row>
9207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211
9212 \series bold
9213 Dal Bosco
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 Carolina
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 555
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 </row>
9237 <row>
9238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242
9243 \series bold
9244 Dalpiaz
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 Annamaria
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 555
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \series bold
9275 Feliciello
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 Domenico
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 555
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \series bold
9306 Focarelli
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 Paola
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 555
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 </row>
9330 <row>
9331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335
9336 \series bold
9337 Galletti
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 Oreste
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 555
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 </row>
9361 <row>
9362 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366
9367 \series bold
9368 Gasparini
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 Franca
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 555
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 </row>
9392 <row>
9393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397
9398 \series bold
9399 Rizzardi
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 Paola
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 555
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 </row>
9423 <row>
9424 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428
9429 \series bold
9430 Lassini
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 Giancarlo
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 555
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 <row>
9455 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \series bold
9461 Malfatti
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 Luciano
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479 555
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \series bold
9492 Malfatti
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501 Valeriano
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 555
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 </row>
9516 <row>
9517 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521
9522 \series bold
9523 Meneguzzo
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 Roberto
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 555
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 </row>
9547 <row>
9548 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552
9553 \series bold
9554 Mezzadra
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563 Roberto
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 555
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 </row>
9578 </lyxtabular>
9579
9580 \end_inset
9581
9582
9583 \end_layout
9584
9585 \begin_layout Section
9586 Special Multi-page Table Issues
9587 \begin_inset CommandInset label
9588 LatexCommand label
9589 name "sec:Special-Longtable-Issues"
9590
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \begin_layout Subsection
9597 Multi-page Table Calculation
9598 \begin_inset Index idx
9599 status collapsed
9600
9601 \begin_layout Plain Layout
9602 Table ! Multi-page Table ! Calculation
9603 \end_layout
9604
9605 \end_inset
9606
9607
9608 \end_layout
9609
9610 \begin_layout Standard
9611 \SpecialChar LaTeX
9612  calculates the height of table pages and their page breaks using so called
9613  chunks.
9614  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9615 's memory.
9616  The default value was historically set to only 20
9617 \begin_inset space ~
9618 \end_inset
9619
9620 table rows.
9621  If you are using multi-page tables with many pages this may slow down the
9622  creation of your document.
9623  You can safely increase the chunk size to values of 100
9624 \begin_inset space \thinspace{}
9625 \end_inset
9626
9627 --
9628 \begin_inset space \thinspace{}
9629 \end_inset
9630
9631 1000 by adding this command line to your document preamble:
9632 \end_layout
9633
9634 \begin_layout Standard
9635
9636 \series bold
9637
9638 \backslash
9639 setcounter{LTchunksize}{100}
9640 \end_layout
9641
9642 \begin_layout Subsection
9643 Floats and Multi-page Tables
9644 \begin_inset Index idx
9645 status collapsed
9646
9647 \begin_layout Plain Layout
9648 Table ! Multi-page Table ! Floats
9649 \end_layout
9650
9651 \end_inset
9652
9653
9654 \end_layout
9655
9656 \begin_layout Standard
9657 There might be problems when a float appears on the same page where a multi-page
9658  table starts.
9659  To avoid such a situation, insert a 
9660 \begin_inset Quotes eld
9661 \end_inset
9662
9663 clear page
9664 \begin_inset Quotes erd
9665 \end_inset
9666
9667  (menu 
9668 \family sans
9669 Insert\SpecialChar menuseparator
9670 Formatting\SpecialChar menuseparator
9671 Clear
9672 \begin_inset space ~
9673 \end_inset
9674
9675 Page
9676 \family default
9677 ) before your multi-page table.
9678 \end_layout
9679
9680 \begin_layout Subsection
9681 Forced Page Breaks
9682 \begin_inset Index idx
9683 status collapsed
9684
9685 \begin_layout Plain Layout
9686 Table ! Multi-page Table ! Forced Page Breaks
9687 \end_layout
9688
9689 \end_inset
9690
9691
9692 \end_layout
9693
9694 \begin_layout Standard
9695 By default tables are only broken between rows.
9696  If you have a cell with multiples lines and want to have a page break within
9697  the cell, insert the new line command 
9698 \begin_inset Quotes eld
9699 \end_inset
9700
9701
9702 \series bold
9703
9704 \backslash
9705
9706 \backslash
9707
9708 \series default
9709
9710 \begin_inset Quotes erd
9711 \end_inset
9712
9713  as \SpecialChar TeX
9714  Code at the point of the cell where it can be broken.
9715  Before the 
9716 \series bold
9717
9718 \backslash
9719
9720 \backslash
9721
9722 \series default
9723  command you have to insert in \SpecialChar TeX
9724  Code as many 
9725 \begin_inset Quotes eld
9726 \end_inset
9727
9728
9729 \series bold
9730 &
9731 \series default
9732
9733 \begin_inset Quotes erd
9734 \end_inset
9735
9736  characters as the number of the following table columns.
9737  The 
9738 \series bold
9739 &
9740 \series default
9741  is the character to separate table cells.
9742  Write in \SpecialChar TeX
9743  Code after each 
9744 \series bold
9745 &
9746 \series default
9747  the content of the corresponding following cell and delete the content
9748  of these cells.
9749 \begin_inset Newline newline
9750 \end_inset
9751
9752 After the 
9753 \series bold
9754
9755 \backslash
9756
9757 \backslash
9758
9759 \series default
9760  command, insert as many 
9761 \series bold
9762 &
9763 \series default
9764  characters as the number of table columns before the current column.
9765  In Table
9766 \begin_inset space ~
9767 \end_inset
9768
9769
9770 \begin_inset CommandInset ref
9771 LatexCommand ref
9772 reference "tab:ForcedPagebreak"
9773
9774 \end_inset
9775
9776  the cell that should be broken is in the second column followed by another
9777  column.
9778  Therefore the following command was inserted in the cell as \SpecialChar TeX
9779  Code after
9780  
9781 \begin_inset Quotes eld
9782 \end_inset
9783
9784
9785 \emph on
9786 Castelchiodato,
9787 \emph default
9788
9789 \begin_inset Quotes erd
9790 \end_inset
9791
9792 :
9793 \end_layout
9794
9795 \begin_layout Standard
9796
9797 \series bold
9798 & 111
9799 \backslash
9800
9801 \backslash
9802  
9803 \backslash
9804 newpage
9805 \begin_inset Newline newline
9806 \end_inset
9807
9808 &
9809 \end_layout
9810
9811 \begin_layout Standard
9812 The 
9813 \begin_inset Quotes eld
9814 \end_inset
9815
9816 111
9817 \begin_inset Quotes erd
9818 \end_inset
9819
9820  in the third column of the row was deleted.
9821  
9822 \series bold
9823
9824 \backslash
9825 newpage
9826 \series default
9827  is only needed when a page break should definitely occur at this position,
9828  otherwise it would be a conditional break.
9829  If your footer row of the multi-page table has for a certain reason no
9830  upper line but you would have a horizontal line where the cell is broken,
9831  use this command instead:
9832 \end_layout
9833
9834 \begin_layout Standard
9835
9836 \series bold
9837 & 111
9838 \backslash
9839
9840 \backslash
9841
9842 \begin_inset Newline newline
9843 \end_inset
9844
9845
9846 \backslash
9847 hline &
9848 \end_layout
9849
9850 \begin_layout Standard
9851 When the cell to be broken is in the last column, the command
9852 \end_layout
9853
9854 \begin_layout Standard
9855
9856 \series bold
9857
9858 \backslash
9859 setlength{
9860 \backslash
9861 parfillskip}{0pt}
9862 \end_layout
9863
9864 \begin_layout Standard
9865 must be inserted as \SpecialChar TeX
9866  Code at the beginning of the cell.
9867  This ensures that the part of the cell that will be displayed on the new
9868  page appears with the full width.
9869 \end_layout
9870
9871 \begin_layout Standard
9872 \align center
9873 \begin_inset Tabular
9874 <lyxtabular version="3" rows="38" columns="3">
9875 <features islongtable="true" longtabularalignment="center">
9876 <column alignment="left" valignment="top" width="0cm">
9877 <column alignment="left" valignment="top" width="3cm">
9878 <column alignment="center" valignment="top" width="0pt">
9879 <row endfirsthead="true" caption="true">
9880 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 \begin_inset Caption Standard
9885
9886 \begin_layout Plain Layout
9887 Table with forced page break in table cell
9888 \begin_inset CommandInset label
9889 LatexCommand label
9890 name "tab:ForcedPagebreak"
9891
9892 \end_inset
9893
9894
9895 \begin_inset Argument 1
9896 status collapsed
9897
9898 \begin_layout Plain Layout
9899 Table with forced page break in table cell
9900 \end_layout
9901
9902 \end_inset
9903
9904
9905 \end_layout
9906
9907 \end_inset
9908
9909
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 <row endfirsthead="true">
9934 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \series bold
9940 Example Phone List (ignore the names)
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 </row>
9964 <row endfirsthead="true">
9965 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \series bold
9971 NAME
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 TEL.
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 </row>
9997 <row endhead="true" caption="true">
9998 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 \begin_inset Caption Unnumbered
10003
10004 \begin_layout Plain Layout
10005 Continued Example Phone List
10006 \end_layout
10007
10008 \end_inset
10009
10010
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row endhead="true">
10035 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \series bold
10041 Example Phone List
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row endhead="true">
10066 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 NAME
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \series bold
10092 TEL.
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row endfoot="true">
10099 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 continued on next page
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row>
10128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \series bold
10134 Annovi
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 Silvia
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 111
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 </row>
10158 <row>
10159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163
10164 \series bold
10165 Bertoli
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 Stefano
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 111
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 </row>
10189 <row>
10190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194
10195 \series bold
10196 Bozzi
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 Walter
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 111
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 <row>
10221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225
10226 \series bold
10227 Cachia
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 Maria
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 111
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 </row>
10251 <row>
10252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256
10257 \series bold
10258 Cachia
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 Maurizio
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 111
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 </row>
10282 <row>
10283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287
10288 \series bold
10289 Cinquemani
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 Giusi
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 111
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 <row>
10314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318
10319 \series bold
10320 Colin
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 Bernard
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 111
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row>
10345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \series bold
10351 Concli
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 Gianfranco
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 111
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 </row>
10375 <row>
10376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380
10381 \series bold
10382 Dal Bosco
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 Carolina
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 111
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 </row>
10406 <row>
10407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \series bold
10413 Dalpiaz
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 Annamaria
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 111
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 </row>
10437 <row>
10438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442
10443 \series bold
10444 Feliciello
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 Domenico
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 111
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 </row>
10468 <row>
10469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473
10474 \series bold
10475 Focarelli
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 Paola
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 111
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row>
10500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \series bold
10506 Galletti
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 Oreste
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 111
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \series bold
10537 Gasparini
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 Franca
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 111
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 </row>
10561 <row>
10562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566
10567 \series bold
10568 Lassini
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 Giancarlo
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 111
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 </row>
10592 <row>
10593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597
10598 \series bold
10599 Malfatti
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 Luciano
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 111
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 <row>
10624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628
10629 \series bold
10630 Malfatti
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 Valeriano
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 111
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 <row>
10655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659
10660 \series bold
10661 Meneguzzo
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 Roberto
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 111
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 </row>
10685 <row>
10686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690
10691 \series bold
10692 Mezzadra
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 Roberto
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 111
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 </row>
10716 <row>
10717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \series bold
10723 Pirpamer
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 Erich
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 111
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row>
10748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \series bold
10754 Pochiesa
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 Paolo
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 111, 222
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \series bold
10785 Radina
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 Claudio
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803 111
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 </row>
10809 <row>
10810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814
10815 \series bold
10816 Rizzardi
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 Paolo, 11.
10826  Fürst von Montecompatri, 11.
10827  Fürst von Sulmona und Vivaro, 10.
10828  Fürst von Rossano, 5.
10829  Herzog von Canemorte, 11.
10830  Herzog von Palombara, 5.
10831  Herzog von Castelchiodato,
10832 \begin_inset ERT
10833 status open
10834
10835 \begin_layout Plain Layout
10836
10837 & 111
10838 \backslash
10839
10840 \backslash
10841  
10842 \backslash
10843 newpage
10844 \end_layout
10845
10846 \begin_layout Plain Layout
10847
10848 &
10849 \end_layout
10850
10851 \end_inset
10852
10853  11.
10854  Herzog von Poggionativo, 11.
10855  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10856  Graf von Valinfreda, 11.
10857  Baron von Cropalati, 11.
10858  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 </row>
10873 <row>
10874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878
10879 \series bold
10880 Stuffer
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 Oskar
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898 111
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 </row>
10904 <row>
10905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909
10910 \series bold
10911 Tacchelli
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 Ugo
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 111
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 <row>
10936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940
10941 \series bold
10942 Tezzele
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 Margit
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 111
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 </row>
10966 <row>
10967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971
10972 \series bold
10973 Unterkalmsteiner
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 Frieda
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 111
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 </row>
10997 <row>
10998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002
11003 \series bold
11004 Vieider
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013 Hilde
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 111
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 </row>
11028 <row>
11029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033
11034 \series bold
11035 Vigna
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 Jürgen
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 111
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 </row>
11059 <row>
11060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064
11065 \series bold
11066 Weber
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 Maurizio
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 111
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 </row>
11090 <row>
11091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095
11096 \series bold
11097 Winkler
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 Franz
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 111
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 </lyxtabular>
11122
11123 \end_inset
11124
11125
11126 \end_layout
11127
11128 \begin_layout Section
11129 Multiple Lines, Columns and Rows
11130 \end_layout
11131
11132 \begin_layout Subsection
11133 Multiple Lines in Table Cells
11134 \begin_inset CommandInset label
11135 LatexCommand label
11136 name "subsec:Multiple-Lines-in"
11137
11138 \end_inset
11139
11140
11141 \begin_inset Index idx
11142 status collapsed
11143
11144 \begin_layout Plain Layout
11145 Multiple Lines in Table Cells
11146 \end_layout
11147
11148 \end_inset
11149
11150
11151 \begin_inset Index idx
11152 status collapsed
11153
11154 \begin_layout Plain Layout
11155 Table ! Linebreaks
11156 \end_layout
11157
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \begin_layout Standard
11164 \noindent
11165 \begin_inset Float table
11166 placement H
11167 wide false
11168 sideways false
11169 status open
11170
11171 \begin_layout Plain Layout
11172 \begin_inset Caption Standard
11173
11174 \begin_layout Plain Layout
11175 \begin_inset CommandInset label
11176 LatexCommand label
11177 name "tab:Table-with-multiple"
11178
11179 \end_inset
11180
11181 Table with multiple lines in cells
11182 \end_layout
11183
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \begin_layout Plain Layout
11190 \align center
11191 \begin_inset Tabular
11192 <lyxtabular version="3" rows="3" columns="3">
11193 <features tabularvalignment="middle">
11194 <column alignment="center" valignment="middle" width="2.5cm">
11195 <column alignment="center" valignment="middle">
11196 <column alignment="center" valignment="middle">
11197 <row>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 multiple
11203 \begin_inset Newline linebreak
11204 \end_inset
11205
11206 lines
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 b
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 c
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 <row>
11231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 d
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 e
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 f
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 </row>
11259 <row>
11260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 g
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 h
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 i
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 </lyxtabular>
11289
11290 \end_inset
11291
11292
11293 \end_layout
11294
11295 \end_inset
11296
11297
11298 \end_layout
11299
11300 \begin_layout Standard
11301 Setting a fixed width for a column enables you to enter text as a paragraph
11302  with multiple lines and hyphenation.
11303 \end_layout
11304
11305 \begin_layout Standard
11306 To produce Table
11307 \begin_inset space ~
11308 \end_inset
11309
11310
11311 \begin_inset CommandInset ref
11312 LatexCommand ref
11313 reference "tab:Table-with-multiple"
11314
11315 \end_inset
11316
11317 , create a 3×3 table, mark the first cell and right-click on it.
11318  In the appearing table dialog we set a cell width of 2.5
11319 \begin_inset space \thinspace{}
11320 \end_inset
11321
11322 cm and choose centered for the vertical and horizontal alignment.
11323  The vertical alignment is used for all cells of the row.
11324  As our text is smaller than 2.5
11325 \begin_inset space \thinspace{}
11326 \end_inset
11327
11328 cm, only one line will appear.
11329  To get two lines, a justified line break (shortcut 
11330 \begin_inset Info
11331 type  "shortcut"
11332 arg   "newline-insert linebreak"
11333 \end_inset
11334
11335 ) was added.
11336  If the text is wider than the set cell width, it will automatically be
11337  broken to several lines.
11338 \end_layout
11339
11340 \begin_layout Standard
11341 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11342  by \SpecialChar LaTeX
11343  if it is the first entry.
11344  Therefore you need to insert something to prevent the word not being the
11345  first entry.
11346  So add a horizontal space of 0
11347 \begin_inset space \thinspace{}
11348 \end_inset
11349
11350 pt before the word.
11351  As the space is zero, it doesn't change the output.
11352  Table
11353 \begin_inset space ~
11354 \end_inset
11355
11356
11357 \begin_inset CommandInset ref
11358 LatexCommand ref
11359 reference "tab:Table-with-and"
11360
11361 \end_inset
11362
11363  shows the effect.
11364 \end_layout
11365
11366 \begin_layout Standard
11367 \begin_inset Float table
11368 placement h
11369 wide false
11370 sideways false
11371 status open
11372
11373 \begin_layout Plain Layout
11374 \begin_inset Caption Standard
11375
11376 \begin_layout Plain Layout
11377 \begin_inset CommandInset label
11378 LatexCommand label
11379 name "tab:Table-with-and"
11380
11381 \end_inset
11382
11383 Table with and without hyphenation
11384 \end_layout
11385
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \begin_layout Plain Layout
11392 \begin_inset space \hfill{}
11393 \end_inset
11394
11395
11396 \begin_inset Tabular
11397 <lyxtabular version="3" rows="3" columns="3">
11398 <features tabularvalignment="middle">
11399 <column alignment="center" valignment="middle" width="2.5cm">
11400 <column alignment="center" valignment="middle">
11401 <column alignment="center" valignment="middle">
11402 <row>
11403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 verylongtablecellword
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 b
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 c
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 </row>
11431 <row>
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 d
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 e
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 f
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 </row>
11460 <row>
11461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 g
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 h
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 i
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 </lyxtabular>
11490
11491 \end_inset
11492
11493
11494 \begin_inset space \hfill{}
11495 \end_inset
11496
11497
11498 \begin_inset Tabular
11499 <lyxtabular version="3" rows="3" columns="3">
11500 <features tabularvalignment="middle">
11501 <column alignment="center" valignment="middle" width="2.5cm">
11502 <column alignment="center" valignment="middle">
11503 <column alignment="center" valignment="middle">
11504 <row>
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 \begin_inset space \hspace{}
11510 \length 0pt
11511 \end_inset
11512
11513 verylongtablecellword
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 b
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 c
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 </row>
11537 <row>
11538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 d
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 e
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 f
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 </row>
11566 <row>
11567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 g
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 h
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 i
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 </row>
11595 </lyxtabular>
11596
11597 \end_inset
11598
11599
11600 \begin_inset space \hfill{}
11601 \end_inset
11602
11603
11604 \end_layout
11605
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \begin_layout Subsection
11612 Multicolumns
11613 \begin_inset CommandInset label
11614 LatexCommand label
11615 name "subsec:Multicolumns"
11616
11617 \end_inset
11618
11619
11620 \begin_inset Index idx
11621 status collapsed
11622
11623 \begin_layout Plain Layout
11624 Multicolumns
11625 \end_layout
11626
11627 \end_inset
11628
11629
11630 \begin_inset Index idx
11631 status collapsed
11632
11633 \begin_layout Plain Layout
11634 Table ! Multicolumns
11635 \end_layout
11636
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \begin_layout Subsubsection
11643 Multicolumn Basics
11644 \end_layout
11645
11646 \begin_layout Standard
11647 To merge cells over multiple columns, select as many cells within a row
11648  as you want to merge and use either the table-toolbar button 
11649 \begin_inset Info
11650 type  "icon"
11651 arg   "tabular-feature multicolumn"
11652 \end_inset
11653
11654 , or the menu 
11655 \family sans
11656 Edit\SpecialChar menuseparator
11657 Table\SpecialChar menuseparator
11658 Multicolumn
11659 \family default
11660 , or right click on the marked cells and choose 
11661 \family sans
11662 Multicolumn
11663 \family default
11664  in the context menu.
11665 \end_layout
11666
11667 \begin_layout Standard
11668 Multicolumns have their own cell settings.
11669  That means changing cell borders, cell alignment, and the width only affects
11670  the multicolumn.
11671  Here is an example table with a multicolumn cell in the first row and one
11672  in the last row without the upper border:
11673 \end_layout
11674
11675 \begin_layout Standard
11676 \align center
11677 \begin_inset Tabular
11678 <lyxtabular version="3" rows="3" columns="4">
11679 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11680 <column alignment="center" valignment="top" width="0pt">
11681 <column alignment="center" valignment="middle">
11682 <column alignment="center" valignment="top" width="0in">
11683 <column alignment="center" valignment="top" width="0pt">
11684 <row>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 abc
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 def ghi
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 jkl
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 </row>
11722 <row>
11723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727
11728 \family roman
11729 \series medium
11730 \shape up
11731 \size normal
11732 \emph off
11733 \bar no
11734 \noun off
11735 \color none
11736 A
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 B
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 C
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 D
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 </row>
11769 <row>
11770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 1
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783 2
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 3
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 4
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 </row>
11807 </lyxtabular>
11808
11809 \end_inset
11810
11811
11812 \end_layout
11813
11814 \begin_layout Subsubsection
11815 Multicolumn Calculations
11816 \begin_inset CommandInset label
11817 LatexCommand label
11818 name "subsec:Multicolumn-Calculations"
11819
11820 \end_inset
11821
11822
11823 \begin_inset Index idx
11824 status collapsed
11825
11826 \begin_layout Plain Layout
11827 Multicolumns ! Calculations
11828 \end_layout
11829
11830 \end_inset
11831
11832
11833 \end_layout
11834
11835 \begin_layout Standard
11836 \SpecialChar LyX
11837  supports multicolumns directly, but we have to take account of the cell
11838  width of the columns spanned by the multicolumn cell.
11839 \end_layout
11840
11841 \begin_layout Standard
11842 \begin_inset Float table
11843 placement h
11844 wide false
11845 sideways false
11846 status open
11847
11848 \begin_layout Plain Layout
11849 \begin_inset Caption Standard
11850
11851 \begin_layout Plain Layout
11852 \begin_inset CommandInset label
11853 LatexCommand label
11854 name "tab:Table-with-centered"
11855
11856 \end_inset
11857
11858 Table with centered multicolumn text above two columns that have exactly
11859  half the width of the multicolumn cell
11860 \begin_inset Argument 1
11861 status collapsed
11862
11863 \begin_layout Plain Layout
11864 Perfect multicolumn table
11865 \end_layout
11866
11867 \end_inset
11868
11869
11870 \end_layout
11871
11872 \end_inset
11873
11874
11875 \end_layout
11876
11877 \begin_layout Plain Layout
11878 \align center
11879 \begin_inset Tabular
11880 <lyxtabular version="3" rows="3" columns="3">
11881 <features tabularvalignment="middle">
11882 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11883 <column alignment="center" valignment="middle">
11884 <column alignment="center" valignment="top">
11885 <row>
11886 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 multiple lines multicolumn
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 c
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 <row>
11915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 d
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 e
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 f
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 </row>
11943 <row>
11944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 g
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Plain Layout
11957 h
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 i
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 </row>
11972 </lyxtabular>
11973
11974 \end_inset
11975
11976
11977 \end_layout
11978
11979 \end_inset
11980
11981
11982 \end_layout
11983
11984 \begin_layout Standard
11985 To create for example Table
11986 \begin_inset space ~
11987 \end_inset
11988
11989
11990 \begin_inset CommandInset ref
11991 LatexCommand ref
11992 reference "tab:Table-with-centered"
11993
11994 \end_inset
11995
11996 , mark the first two cells in the first row of a 3×3 table and right-click
11997  on them.
11998  Now choose for this cell 
11999 \emph on
12000 multicolumn
12001 \emph default
12002
12003 \emph on
12004 centered alignment
12005 \emph default
12006  and a width of 2.5
12007 \begin_inset space \thinspace{}
12008 \end_inset
12009
12010 cm in the table dialog.
12011  The merged columns should have exactly half the width of the multicolumn
12012  cell, so that you would set a width of 1.25
12013 \begin_inset space \thinspace{}
12014 \end_inset
12015
12016 cm for the first column.
12017  The second column has then automatically a width of 1.25
12018 \begin_inset space \thinspace{}
12019 \end_inset
12020
12021 cm (multicolumn width - width of first column).
12022  This was done for Table
12023 \begin_inset space ~
12024 \end_inset
12025
12026
12027 \begin_inset CommandInset ref
12028 LatexCommand ref
12029 reference "tab:Table-without-half"
12030
12031 \end_inset
12032
12033 .
12034 \end_layout
12035
12036 \begin_layout Standard
12037 \begin_inset Float table
12038 wide false
12039 sideways false
12040 status open
12041
12042 \begin_layout Plain Layout
12043 \begin_inset Caption Standard
12044
12045 \begin_layout Plain Layout
12046 \begin_inset CommandInset label
12047 LatexCommand label
12048 name "tab:Table-without-half"
12049
12050 \end_inset
12051
12052 Table where the spanned table columns are not exactly half the width of
12053  the multicolumn cell
12054 \begin_inset Argument 1
12055 status collapsed
12056
12057 \begin_layout Plain Layout
12058 Imperfect multicolumn table
12059 \end_layout
12060
12061 \end_inset
12062
12063
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \end_layout
12070
12071 \begin_layout Plain Layout
12072 \align center
12073 \begin_inset Tabular
12074 <lyxtabular version="3" rows="3" columns="3">
12075 <features tabularvalignment="middle">
12076 <column alignment="center" valignment="top" width="1.25cm">
12077 <column alignment="center" valignment="top">
12078 <column alignment="center" valignment="top">
12079 <row>
12080 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084 multiple lines multicolumn
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 <cell alignment="center" valignment="top" topline="true" bottomline="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 \end_layout
12172
12173 \end_inset
12174
12175
12176 \end_layout
12177
12178 \begin_layout Standard
12179 You can see that the first column is not half the width of the multicolumn
12180  cell, it is a bit bigger.
12181  The reason is that the specified width of a cell 
12182 \begin_inset Formula $W_{g}$
12183 \end_inset
12184
12185  is not its total width 
12186 \begin_inset Formula $W_{\mathrm{tot}}$
12187 \end_inset
12188
12189  because a cell is always a bit larger than specified.
12190  Appendix
12191 \begin_inset space ~
12192 \end_inset
12193
12194
12195 \begin_inset CommandInset ref
12196 LatexCommand ref
12197 reference "cha:Explanation-of-Equation"
12198
12199 \end_inset
12200
12201  explains this in detail.
12202 \end_layout
12203
12204 \begin_layout Standard
12205 The width 
12206 \begin_inset Formula $W_{g\,n}$
12207 \end_inset
12208
12209  which the user needs to set when 
12210 \emph on
12211 n
12212 \emph default
12213  columns are spanned can be calculated, so that each column has a total
12214  width of 
12215 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12216 \end_inset
12217
12218 :
12219 \begin_inset Formula 
12220 \begin{equation}
12221 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12222 \end{equation}
12223
12224 \end_inset
12225
12226
12227 \end_layout
12228
12229 \begin_layout Standard
12230 In our case we have 
12231 \begin_inset Formula $n=2$
12232 \end_inset
12233
12234
12235 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12236 \end_inset
12237
12238 cm and the default values for the lengths, so that equation 
12239 \begin_inset CommandInset ref
12240 LatexCommand ref
12241 reference "eq:Wgn"
12242
12243 \end_inset
12244
12245  becomes
12246 \begin_inset Formula 
12247 \begin{equation}
12248 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12249 \end{equation}
12250
12251 \end_inset
12252
12253
12254 \end_layout
12255
12256 \begin_layout Standard
12257 To enable calculations in \SpecialChar LaTeX
12258 , the \SpecialChar LaTeX
12259 -package 
12260 \series bold
12261 calc
12262 \series default
12263  must be loaded with the document preamble line
12264 \begin_inset Index idx
12265 status collapsed
12266
12267 \begin_layout Plain Layout
12268 \SpecialChar LaTeX
12269 -packages ! calc
12270 \end_layout
12271
12272 \end_inset
12273
12274
12275 \end_layout
12276
12277 \begin_layout Standard
12278
12279 \series bold
12280
12281 \backslash
12282 usepackage{calc}
12283 \end_layout
12284
12285 \begin_layout Standard
12286 \SpecialChar LyX
12287  does not allow you to calculate lengths in the 
12288 \family sans
12289 Width
12290 \family default
12291  field of the table dialog.
12292  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12293 -argument in the
12294  dialog.
12295  Here is an overview about the arguments:
12296 \end_layout
12297
12298 \begin_layout Itemize
12299
12300 \series bold
12301 p{width}
12302 \series default
12303  creates cell with a fixed width, its text is vertically top-aligned
12304 \end_layout
12305
12306 \begin_layout Itemize
12307
12308 \series bold
12309 m{width}
12310 \series default
12311  creates cell with a fixed width, its text is vertically centered
12312 \end_layout
12313
12314 \begin_layout Itemize
12315
12316 \series bold
12317 b{width}
12318 \series default
12319  creates cell with a fixed width, its text is vertically bottom-aligned
12320 \end_layout
12321
12322 \begin_layout Standard
12323 By entering a \SpecialChar LaTeX
12324 -argument, all cell settings set in the table dialog are overwritt
12325 en.
12326 \end_layout
12327
12328 \begin_layout Standard
12329 \begin_inset Note Greyedout
12330 status open
12331
12332 \begin_layout Plain Layout
12333
12334 \series bold
12335 Note:
12336 \series default
12337  Due to a bug, \SpecialChar LyX
12338  shows the overwritten settings anyway.
12339 \end_layout
12340
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \begin_layout Standard
12347 As the text should be horizontally centered, the command 
12348 \series bold
12349
12350 \backslash
12351 centering
12352 \series default
12353  is added.
12354  You can now enter the following \SpecialChar LaTeX
12355 -argument for the first spanned column:
12356 \end_layout
12357
12358 \begin_layout Standard
12359
12360 \series bold
12361 >{
12362 \backslash
12363 centering}m{1.25cm-6.2pt}
12364 \end_layout
12365
12366 \begin_layout Standard
12367 The command 
12368 \series bold
12369 >{ }
12370 \series default
12371  means, that the commands inside the braces are applied before the cell
12372  is created.
12373 \end_layout
12374
12375 \begin_layout Standard
12376 Although we have chosen centered alignment for the text of the multicolumn
12377  cell, it is still left aligned.
12378  This is because \SpecialChar LyX
12379  only applies the alignment to single columns.
12380  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12381 -argument
12382 \end_layout
12383
12384 \begin_layout Standard
12385
12386 \series bold
12387 >{
12388 \backslash
12389 centering}m{2.5cm}
12390 \end_layout
12391
12392 \begin_layout Subsection
12393 Multirows
12394 \begin_inset CommandInset label
12395 LatexCommand label
12396 name "subsec:Multirows"
12397
12398 \end_inset
12399
12400
12401 \begin_inset Index idx
12402 status collapsed
12403
12404 \begin_layout Plain Layout
12405 Multirows
12406 \end_layout
12407
12408 \end_inset
12409
12410
12411 \begin_inset Index idx
12412 status collapsed
12413
12414 \begin_layout Plain Layout
12415 Table ! Multirows
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \end_layout
12422
12423 \begin_layout Standard
12424 To merge cells over multiple rows, select as many cells within a column
12425  as you want to merge and use either the table-toolbar button 
12426 \begin_inset Info
12427 type  "icon"
12428 arg   "tabular-feature multirow"
12429 \end_inset
12430
12431 , or the menu 
12432 \family sans
12433 Edit\SpecialChar menuseparator
12434 Table\SpecialChar menuseparator
12435 Multirow
12436 \family default
12437 , or right click on the marked cells and choose 
12438 \family sans
12439 Multirow
12440 \family default
12441  in the context menu.
12442 \end_layout
12443
12444 \begin_layout Standard
12445 Here is an example table with a multirow in the first column:
12446 \end_layout
12447
12448 \begin_layout Standard
12449 \align center
12450 \begin_inset Tabular
12451 <lyxtabular version="3" rows="3" columns="3">
12452 <features tabularvalignment="middle">
12453 <column alignment="center" valignment="top" width="0pt">
12454 <column alignment="center" valignment="top">
12455 <column alignment="center" valignment="top">
12456 <row>
12457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 a long cell entry
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12467 \begin_inset Text
12468
12469 \begin_layout Plain Layout
12470 b
12471 \end_layout
12472
12473 \end_inset
12474 </cell>
12475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479 c
12480 \end_layout
12481
12482 \end_inset
12483 </cell>
12484 </row>
12485 <row>
12486 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 multirow
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 e
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12505 \begin_inset Text
12506
12507 \begin_layout Plain Layout
12508 f
12509 \end_layout
12510
12511 \end_inset
12512 </cell>
12513 </row>
12514 <row>
12515 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 h
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 i
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 </row>
12543 </lyxtabular>
12544
12545 \end_inset
12546
12547
12548 \end_layout
12549
12550 \begin_layout Standard
12551 The width of multirow cells is set by setting the width and alignment for
12552  the whole column.
12553  The 
12554 \family sans
12555 Vertical Offset
12556 \family default
12557  shifts the content of the multirow up/down if the offset is positive/negative.
12558 \end_layout
12559
12560 \begin_layout Standard
12561 If the column of a multirow cell has no explicit width, the multirow cell
12562  inherits the alignment of the column.
12563  Otherwise it is by default left-aligned.
12564  To override the default, renew the command 
12565 \series bold
12566
12567 \backslash
12568 multirowsetup
12569 \series default
12570  with the command
12571 \end_layout
12572
12573 \begin_layout Standard
12574
12575 \series bold
12576
12577 \backslash
12578 renewcommand{
12579 \backslash
12580 multirowsetup}{
12581 \backslash
12582 centering}
12583 \end_layout
12584
12585 \begin_layout Standard
12586 in the document preamble.
12587  Then all entries of multirow cells in the document are centered.
12588  If centering is only needed for several tables, you can renew the command
12589  in a \SpecialChar TeX
12590  Code box just before the table instead of the preamble.
12591  If the text should be right-aligned, replace 
12592 \series bold
12593
12594 \backslash
12595 centering
12596 \series default
12597  by 
12598 \series bold
12599
12600 \backslash
12601 raggedleft
12602 \series default
12603 .
12604  To return to left-alignment 
12605 \series bold
12606
12607 \backslash
12608 raggedright
12609 \series default
12610  is used.
12611 \end_layout
12612
12613 \begin_layout Standard
12614 This is an example table with a right-aligned multirow cell that has a vertical
12615  offset of -4
12616 \begin_inset space \thinspace{}
12617 \end_inset
12618
12619 mm and is in a 3
12620 \begin_inset space \thinspace{}
12621 \end_inset
12622
12623 cm wide column:
12624 \end_layout
12625
12626 \begin_layout Standard
12627 \noindent
12628 \align center
12629 \begin_inset ERT
12630 status collapsed
12631
12632 \begin_layout Plain Layout
12633
12634
12635 \backslash
12636 renewcommand{
12637 \backslash
12638 multirowsetup}{
12639 \backslash
12640 raggedleft}
12641 \end_layout
12642
12643 \end_inset
12644
12645
12646 \begin_inset Tabular
12647 <lyxtabular version="3" rows="4" columns="3">
12648 <features tabularvalignment="middle">
12649 <column alignment="center" valignment="top" width="3cm">
12650 <column alignment="center" valignment="top">
12651 <column alignment="center" valignment="top">
12652 <row>
12653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 a long cell entry
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 b
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 c
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 </row>
12681 <row>
12682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 t
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 n
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Plain Layout
12704 m
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 </row>
12710 <row>
12711 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715 multirow
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 e
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Plain Layout
12733 f
12734 \end_layout
12735
12736 \end_inset
12737 </cell>
12738 </row>
12739 <row>
12740 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753 h
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762 i
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 </row>
12768 </lyxtabular>
12769
12770 \end_inset
12771
12772
12773 \begin_inset ERT
12774 status collapsed
12775
12776 \begin_layout Plain Layout
12777
12778
12779 \backslash
12780 renewcommand{
12781 \backslash
12782 multirowsetup}{
12783 \backslash
12784 raggedright}
12785 \end_layout
12786
12787 \end_inset
12788
12789
12790 \end_layout
12791
12792 \begin_layout Standard
12793 To start a new line in a multirow you can use a forced line break (shortcut
12794  
12795 \begin_inset Info
12796 type  "shortcut"
12797 arg   "newline-insert newline"
12798 \end_inset
12799
12800 ) but this will not respect the cell lines as demonstrated in this table:
12801 \end_layout
12802
12803 \begin_layout Standard
12804 \noindent
12805 \align center
12806 \begin_inset Tabular
12807 <lyxtabular version="3" rows="3" columns="2">
12808 <features tabularvalignment="middle">
12809 <column alignment="left" valignment="middle" width="2cm">
12810 <column alignment="center" valignment="top">
12811 <row>
12812 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 aaa
12817 \begin_inset Newline newline
12818 \end_inset
12819
12820 aaa
12821 \begin_inset Newline newline
12822 \end_inset
12823
12824 wrong cell
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 ccc
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 </row>
12839 <row>
12840 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 ddd
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 </row>
12859 <row>
12860 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 bbb
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 eee
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 </row>
12879 </lyxtabular>
12880
12881 \end_inset
12882
12883
12884 \end_layout
12885
12886 \begin_layout Standard
12887 Therefore be careful with forced line breaks.
12888 \end_layout
12889
12890 \begin_layout Subsection
12891 Cells with diagonal line(s)
12892 \end_layout
12893
12894 \begin_layout Standard
12895 To tell the reader what is meant by column and row headings in a table,
12896  it is helpful to split the first cell of the table by one or two diagonal
12897  lines.
12898  This can be achieved by loading the \SpecialChar LaTeX
12899  package 
12900 \series bold
12901 diagbox
12902 \series default
12903
12904 \begin_inset Index idx
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908 \SpecialChar LaTeX
12909 -packages ! picinpar
12910 \end_layout
12911
12912 \end_inset
12913
12914  in the document preamble.
12915  The package provides the command 
12916 \series bold
12917
12918 \backslash
12919 diagbox
12920 \series default
12921  that is inserted as \SpecialChar TeX
12922  Code and that can take 2 or 3
12923 \begin_inset space ~
12924 \end_inset
12925
12926 arguments:
12927 \end_layout
12928
12929 \begin_layout Standard
12930
12931 \series bold
12932
12933 \backslash
12934 diagbox[options]{lower left}{upper right}
12935 \end_layout
12936
12937 \begin_layout Standard
12938
12939 \series bold
12940
12941 \backslash
12942 diagbox[options]{lower left}{upper left}{upper right}
12943 \end_layout
12944
12945 \begin_layout Standard
12946 The first scheme divides the cell by a single diagonal line and the arguments
12947  are placed below and above this line.
12948  The second scheme divides the cell by 2
12949 \begin_inset space ~
12950 \end_inset
12951
12952 lines.
12953 \end_layout
12954
12955 \begin_layout Standard
12956 \begin_inset ERT
12957 status collapsed
12958
12959 \begin_layout Plain Layout
12960
12961
12962 \backslash
12963 ifdiagbox
12964 \end_layout
12965
12966 \end_inset
12967
12968
12969 \begin_inset Note Note
12970 status open
12971
12972 \begin_layout Plain Layout
12973 The following section will only be displayed when the \SpecialChar LaTeX
12974 -package 
12975 \series bold
12976 diagbox
12977 \series default
12978  is installed.
12979 \end_layout
12980
12981 \end_inset
12982
12983
12984 \end_layout
12985
12986 \begin_layout Standard
12987 Here is an example table where 
12988 \series bold
12989
12990 \backslash
12991 diagbox 
12992 \series default
12993 is used in the 2-argument scheme in the first cell:
12994 \begin_inset VSpace medskip
12995 \end_inset
12996
12997
12998 \end_layout
12999
13000 \begin_layout Standard
13001 \noindent
13002 \begin_inset Tabular
13003 <lyxtabular version="3" rows="4" columns="4">
13004 <features tabularvalignment="middle">
13005 <column alignment="center" valignment="top">
13006 <column alignment="center" valignment="top">
13007 <column alignment="center" valignment="top">
13008 <column alignment="center" valignment="top">
13009 <row>
13010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 \begin_inset ERT
13015 status collapsed
13016
13017 \begin_layout Plain Layout
13018
13019
13020 \backslash
13021 diagbox{
13022 \end_layout
13023
13024 \end_inset
13025
13026 Name
13027 \begin_inset ERT
13028 status collapsed
13029
13030 \begin_layout Plain Layout
13031
13032 }{
13033 \end_layout
13034
13035 \end_inset
13036
13037 Parameter
13038 \begin_inset ERT
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042
13043 }
13044 \end_layout
13045
13046 \end_inset
13047
13048
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057 Thickness in nm
13058 \end_layout
13059
13060 \end_inset
13061 </cell>
13062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 Transparency in %
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 Hardness in MPa
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 </row>
13081 <row>
13082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086 Perfect Green
13087 \end_layout
13088
13089 \end_inset
13090 </cell>
13091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095 45
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Plain Layout
13104 80
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Plain Layout
13113 504
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 </row>
13119 <row>
13120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 Dark Multi-P
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 60
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 72
13143 \end_layout
13144
13145 \end_inset
13146 </cell>
13147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151 982
13152 \end_layout
13153
13154 \end_inset
13155 </cell>
13156 </row>
13157 <row>
13158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 Crystal Clear Pro
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 18
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13177 \begin_inset Text
13178
13179 \begin_layout Plain Layout
13180 86
13181 \end_layout
13182
13183 \end_inset
13184 </cell>
13185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13186 \begin_inset Text
13187
13188 \begin_layout Plain Layout
13189 374
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 </row>
13195 </lyxtabular>
13196
13197 \end_inset
13198
13199
13200 \begin_inset VSpace medskip
13201 \end_inset
13202
13203
13204 \end_layout
13205
13206 \begin_layout Standard
13207 The 3-argument scheme is for example useful for cross-tables of sports leagues
13208  or distances:
13209 \end_layout
13210
13211 \begin_layout Standard
13212 \noindent
13213 \align center
13214 \begin_inset Tabular
13215 <lyxtabular version="3" rows="4" columns="4">
13216 <features tabularvalignment="middle">
13217 <column alignment="center" valignment="top" width="0pt">
13218 <column alignment="center" valignment="top">
13219 <column alignment="center" valignment="top">
13220 <column alignment="center" valignment="top">
13221 <row>
13222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 \begin_inset ERT
13227 status collapsed
13228
13229 \begin_layout Plain Layout
13230
13231
13232 \backslash
13233 diagbox{
13234 \end_layout
13235
13236 \end_inset
13237
13238 Team home
13239 \begin_inset ERT
13240 status collapsed
13241
13242 \begin_layout Plain Layout
13243
13244 }{
13245 \end_layout
13246
13247 \end_inset
13248
13249 Result
13250 \begin_inset ERT
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254
13255 }{
13256 \end_layout
13257
13258 \end_inset
13259
13260 Team away
13261 \begin_inset ERT
13262 status collapsed
13263
13264 \begin_layout Plain Layout
13265
13266 }
13267 \end_layout
13268
13269 \end_inset
13270
13271
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 Tigers
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 Panthers
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 Falcons
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 </row>
13304 <row>
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 Tigers
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 —
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 1:3
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 0:1
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 </row>
13342 <row>
13343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Panthers
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 3:1
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 —
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 0:0
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 </row>
13380 <row>
13381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 Falcons
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 1:0
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 0:0
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 —
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 </row>
13418 </lyxtabular>
13419
13420 \end_inset
13421
13422
13423 \end_layout
13424
13425 \begin_layout Standard
13426 For larger cross-tables one might use split cells in 2 or every corner of
13427  the table like in this example:
13428 \end_layout
13429
13430 \begin_layout Standard
13431 \noindent
13432 \align center
13433 \begin_inset Tabular
13434 <lyxtabular version="3" rows="5" columns="5">
13435 <features tabularvalignment="middle">
13436 <column alignment="center" valignment="top" width="0pt">
13437 <column alignment="center" valignment="top">
13438 <column alignment="center" valignment="top">
13439 <column alignment="center" valignment="top">
13440 <column alignment="center" valignment="top">
13441 <row>
13442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 \begin_inset ERT
13447 status open
13448
13449 \begin_layout Plain Layout
13450
13451
13452 \backslash
13453 diagbox{
13454 \end_layout
13455
13456 \end_inset
13457
13458 Team home
13459 \begin_inset ERT
13460 status collapsed
13461
13462 \begin_layout Plain Layout
13463
13464 }{
13465 \end_layout
13466
13467 \end_inset
13468
13469 Result
13470 \begin_inset ERT
13471 status collapsed
13472
13473 \begin_layout Plain Layout
13474
13475 }{
13476 \end_layout
13477
13478 \end_inset
13479
13480 Team away
13481 \begin_inset ERT
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485
13486 }
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 Tigers
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 Panthers
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13515 \begin_inset Text
13516
13517 \begin_layout Plain Layout
13518 Falcons
13519 \end_layout
13520
13521 \end_inset
13522 </cell>
13523 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13524 \begin_inset Text
13525
13526 \begin_layout Plain Layout
13527 \begin_inset ERT
13528 status open
13529
13530 \begin_layout Plain Layout
13531
13532
13533 \backslash
13534 diagbox[dir=NE]{
13535 \end_layout
13536
13537 \end_inset
13538
13539 Team home
13540 \begin_inset ERT
13541 status collapsed
13542
13543 \begin_layout Plain Layout
13544
13545 }{
13546 \end_layout
13547
13548 \end_inset
13549
13550 Result
13551 \begin_inset ERT
13552 status collapsed
13553
13554 \begin_layout Plain Layout
13555
13556 }{
13557 \end_layout
13558
13559 \end_inset
13560
13561 Team away
13562 \begin_inset ERT
13563 status collapsed
13564
13565 \begin_layout Plain Layout
13566
13567 }
13568 \end_layout
13569
13570 \end_inset
13571
13572
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 </row>
13578 <row>
13579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 Tigers
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 —
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601 1:3
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Plain Layout
13610 0:1
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 Tigers
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 </row>
13625 <row>
13626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 Panthers
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639 3:1
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 —
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 0:0
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 Panthers
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 </row>
13672 <row>
13673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 Falcons
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 1:0
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 0:0
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 —
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 Falcons
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row>
13720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 \begin_inset ERT
13725 status open
13726
13727 \begin_layout Plain Layout
13728
13729
13730 \backslash
13731 diagbox[dir=SW]{
13732 \end_layout
13733
13734 \end_inset
13735
13736 Team home
13737 \begin_inset ERT
13738 status collapsed
13739
13740 \begin_layout Plain Layout
13741
13742 }{
13743 \end_layout
13744
13745 \end_inset
13746
13747 Result
13748 \begin_inset ERT
13749 status collapsed
13750
13751 \begin_layout Plain Layout
13752
13753 }{
13754 \end_layout
13755
13756 \end_inset
13757
13758 Team away
13759 \begin_inset ERT
13760 status collapsed
13761
13762 \begin_layout Plain Layout
13763
13764 }
13765 \end_layout
13766
13767 \end_inset
13768
13769
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 Tigers
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 Panthers
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 Falcons
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 \begin_inset ERT
13806 status open
13807
13808 \begin_layout Plain Layout
13809
13810
13811 \backslash
13812 diagbox[dir=SE]{
13813 \end_layout
13814
13815 \end_inset
13816
13817 Team home
13818 \begin_inset ERT
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822
13823 }{
13824 \end_layout
13825
13826 \end_inset
13827
13828 Result
13829 \begin_inset ERT
13830 status collapsed
13831
13832 \begin_layout Plain Layout
13833
13834 }{
13835 \end_layout
13836
13837 \end_inset
13838
13839 Team away
13840 \begin_inset ERT
13841 status collapsed
13842
13843 \begin_layout Plain Layout
13844
13845 }
13846 \end_layout
13847
13848 \end_inset
13849
13850
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 </row>
13856 </lyxtabular>
13857
13858 \end_inset
13859
13860
13861 \end_layout
13862
13863 \begin_layout Standard
13864 To rotate the diagonal lines, the command option 
13865 \series bold
13866 dir=direction
13867 \series default
13868  is used.
13869  
13870 \emph on
13871 direction
13872 \emph default
13873  is either 
13874 \series bold
13875 NE
13876 \series default
13877
13878 \series bold
13879 SE
13880 \series default
13881
13882 \series bold
13883 SW
13884 \series default
13885  or 
13886 \series bold
13887 NW
13888 \series default
13889  and represent a point of a compass.
13890  
13891 \series bold
13892 SW
13893 \series default
13894  is for example the south-west corner.
13895  Thus in the lower left cell of the above table the command
13896 \end_layout
13897
13898 \begin_layout Standard
13899
13900 \series bold
13901
13902 \backslash
13903 diagbox[dir=SW]{Team home}{Result}{Team away}
13904 \end_layout
13905
13906 \begin_layout Standard
13907 is used.
13908  If no direction is given, it will be NW.
13909 \end_layout
13910
13911 \begin_layout Standard
13912 The necessary width of split cells is automatically calculated.
13913  Thus if you set a fixed column width smaller than the calculated one, the
13914  cell's content will protrude the cell borders:
13915 \end_layout
13916
13917 \begin_layout Standard
13918 \noindent
13919 \align center
13920 \begin_inset Tabular
13921 <lyxtabular version="3" rows="2" columns="2">
13922 <features tabularvalignment="middle">
13923 <column alignment="center" valignment="top" width="3cm">
13924 <column alignment="center" valignment="top">
13925 <row>
13926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 \begin_inset ERT
13931 status collapsed
13932
13933 \begin_layout Plain Layout
13934
13935
13936 \backslash
13937 diagbox{
13938 \end_layout
13939
13940 \end_inset
13941
13942 Name
13943 \begin_inset ERT
13944 status collapsed
13945
13946 \begin_layout Plain Layout
13947
13948 }{
13949 \end_layout
13950
13951 \end_inset
13952
13953 Parameter
13954 \begin_inset ERT
13955 status collapsed
13956
13957 \begin_layout Plain Layout
13958
13959 }
13960 \end_layout
13961
13962 \end_inset
13963
13964
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Plain Layout
13973 Thickness in nm
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 </row>
13979 <row>
13980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 Perfect Green
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 45
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 </row>
13999 </lyxtabular>
14000
14001 \end_inset
14002
14003
14004 \end_layout
14005
14006 \begin_layout Standard
14007 If you need a certain width for columns with a split cell, use the command
14008  option 
14009 \series bold
14010 width=3cm
14011 \series default
14012  (replace '3cm' by the width you need).
14013  In the following table the width of the first column is set to 4
14014 \begin_inset space \thinspace{}
14015 \end_inset
14016
14017 cm.
14018  For 
14019 \series bold
14020
14021 \backslash
14022 diagbox
14023 \series default
14024  a width of 4
14025 \begin_inset space \thinspace{}
14026 \end_inset
14027
14028 cm + 2
14029 \begin_inset space \thinspace{}
14030 \end_inset
14031
14032
14033 \backslash
14034 tabcolsep is necessary because the overall width is the width for the text
14035  (in this case the 4
14036 \begin_inset space \thinspace{}
14037 \end_inset
14038
14039 cm) plus two times the separation of the text and the cell border.
14040  The calculation of the width cannot be done in the command option of 
14041 \series bold
14042
14043 \backslash
14044 diagbox
14045 \series default
14046  so one needs to create a new length which can be used later.
14047  This is done with the \SpecialChar TeX
14048  Code commands
14049 \end_layout
14050
14051 \begin_layout Standard
14052
14053 \series bold
14054
14055 \backslash
14056 newlength{
14057 \backslash
14058 diagtest}
14059 \begin_inset Newline newline
14060 \end_inset
14061
14062
14063 \backslash
14064 setlength{
14065 \backslash
14066 diagtest}{4cm+2
14067 \backslash
14068 tabcolsep}
14069 \end_layout
14070
14071 \begin_layout Standard
14072 \begin_inset ERT
14073 status collapsed
14074
14075 \begin_layout Plain Layout
14076
14077
14078 \backslash
14079 newlength{
14080 \backslash
14081 diagtest}
14082 \end_layout
14083
14084 \begin_layout Plain Layout
14085
14086
14087 \backslash
14088 setlength{
14089 \backslash
14090 diagtest}{4cm+2
14091 \backslash
14092 tabcolsep}
14093 \end_layout
14094
14095 \end_inset
14096
14097
14098 \end_layout
14099
14100 \begin_layout Standard
14101 To enable calculations in \SpecialChar LaTeX
14102  one needs to load the package 
14103 \series bold
14104 calc
14105 \series default
14106
14107 \begin_inset Index idx
14108 status collapsed
14109
14110 \begin_layout Plain Layout
14111 \SpecialChar LaTeX
14112 -packages ! calc
14113 \end_layout
14114
14115 \end_inset
14116
14117  in the document preamble.
14118 \end_layout
14119
14120 \begin_layout Standard
14121 In this table you can now use the command
14122 \end_layout
14123
14124 \begin_layout Standard
14125
14126 \series bold
14127
14128 \backslash
14129 diagbox[width=
14130 \backslash
14131 diagtest]{A}{B}
14132 \end_layout
14133
14134 \begin_layout Standard
14135 in the first cell:
14136 \end_layout
14137
14138 \begin_layout Standard
14139 \noindent
14140 \align center
14141 \begin_inset Tabular
14142 <lyxtabular version="3" rows="2" columns="2">
14143 <features tabularvalignment="middle">
14144 <column alignment="center" valignment="top" width="4cm">
14145 <column alignment="center" valignment="top">
14146 <row>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 \begin_inset ERT
14152 status open
14153
14154 \begin_layout Plain Layout
14155
14156
14157 \backslash
14158 diagbox[width=
14159 \backslash
14160 diagtest]{
14161 \end_layout
14162
14163 \end_inset
14164
14165 A
14166 \begin_inset ERT
14167 status collapsed
14168
14169 \begin_layout Plain Layout
14170
14171 }{
14172 \end_layout
14173
14174 \end_inset
14175
14176 B
14177 \begin_inset ERT
14178 status collapsed
14179
14180 \begin_layout Plain Layout
14181
14182 }
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 Thickness in nm
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 </row>
14202 <row>
14203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 Perfect Green
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 45
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 </row>
14222 </lyxtabular>
14223
14224 \end_inset
14225
14226
14227 \end_layout
14228
14229 \begin_layout Standard
14230 Note that the split cell needs to be the widest one in the column.
14231  Otherwise the length of the diagonal line cannot be calculated correctly
14232  like in this table:
14233 \end_layout
14234
14235 \begin_layout Standard
14236 \noindent
14237 \align center
14238 \begin_inset Tabular
14239 <lyxtabular version="3" rows="2" columns="2">
14240 <features tabularvalignment="middle">
14241 <column alignment="center" valignment="top" width="0pt">
14242 <column alignment="center" valignment="top">
14243 <row>
14244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248 \begin_inset ERT
14249 status collapsed
14250
14251 \begin_layout Plain Layout
14252
14253
14254 \backslash
14255 diagbox{
14256 \end_layout
14257
14258 \end_inset
14259
14260 A
14261 \begin_inset ERT
14262 status collapsed
14263
14264 \begin_layout Plain Layout
14265
14266 }{
14267 \end_layout
14268
14269 \end_inset
14270
14271 B
14272 \begin_inset ERT
14273 status collapsed
14274
14275 \begin_layout Plain Layout
14276
14277 }
14278 \end_layout
14279
14280 \end_inset
14281
14282
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 Thickness in nm
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 </row>
14297 <row>
14298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302 Perfect Green
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 45
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 </row>
14317 </lyxtabular>
14318
14319 \end_inset
14320
14321
14322 \end_layout
14323
14324 \begin_layout Standard
14325 In this case use the 
14326 \series bold
14327 width
14328 \series default
14329  option of the 
14330 \series bold
14331
14332 \backslash
14333 diagbox
14334 \series default
14335  command.
14336  It is then not necessary to add 2
14337 \backslash
14338 tabcolsep because the cell width is now the width of the column.
14339  In this table a width of 3
14340 \begin_inset space \thinspace{}
14341 \end_inset
14342
14343 cm is used:
14344 \end_layout
14345
14346 \begin_layout Standard
14347 \noindent
14348 \align center
14349 \begin_inset Tabular
14350 <lyxtabular version="3" rows="2" columns="2">
14351 <features tabularvalignment="middle">
14352 <column alignment="center" valignment="top" width="0pt">
14353 <column alignment="center" valignment="top">
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359 \begin_inset ERT
14360 status open
14361
14362 \begin_layout Plain Layout
14363
14364
14365 \backslash
14366 diagbox[width=3cm]{
14367 \end_layout
14368
14369 \end_inset
14370
14371 A
14372 \begin_inset ERT
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376
14377 }{
14378 \end_layout
14379
14380 \end_inset
14381
14382 B
14383 \begin_inset ERT
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387
14388 }
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 Thickness in nm
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 </row>
14408 <row>
14409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413 Perfect Green
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 45
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 </row>
14428 </lyxtabular>
14429
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \begin_layout Standard
14436 For multiple text lines in split cells one needs some extra height to fit
14437  the text to the cell.
14438  This can be achieved with the 
14439 \series bold
14440
14441 \backslash
14442 diagbox
14443 \series default
14444  option 
14445 \series bold
14446 height=3cm
14447 \series default
14448  (replace '3cm' by the height you need).
14449  In the following table the command
14450 \end_layout
14451
14452 \begin_layout Standard
14453
14454 \series bold
14455
14456 \backslash
14457 diagbox[width=3cm,height=1.4cm]{A
14458 \backslash
14459
14460 \backslash
14461 B}{C
14462 \backslash
14463
14464 \backslash
14465 D}
14466 \end_layout
14467
14468 \begin_layout Standard
14469 is used in the first cell.
14470  The command 
14471 \series bold
14472
14473 \backslash
14474
14475 \backslash
14476
14477 \series default
14478  creates hereby the line break.
14479 \begin_inset Foot
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483 Breaking lines with 
14484 \family sans
14485 Ctrl+Return
14486 \family default
14487  is only possible when the column has a fixed width.
14488 \end_layout
14489
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \begin_layout Standard
14496 \noindent
14497 \align center
14498 \begin_inset Tabular
14499 <lyxtabular version="3" rows="2" columns="2">
14500 <features tabularvalignment="middle">
14501 <column alignment="center" valignment="top">
14502 <column alignment="center" valignment="top">
14503 <row>
14504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508 \begin_inset ERT
14509 status open
14510
14511 \begin_layout Plain Layout
14512
14513
14514 \backslash
14515 diagbox[width=3cm,height=1.4cm]{
14516 \end_layout
14517
14518 \end_inset
14519
14520 A
14521 \begin_inset ERT
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525
14526
14527 \backslash
14528
14529 \backslash
14530
14531 \end_layout
14532
14533 \end_inset
14534
14535 B
14536 \begin_inset ERT
14537 status collapsed
14538
14539 \begin_layout Plain Layout
14540
14541 }{
14542 \end_layout
14543
14544 \end_inset
14545
14546 C
14547 \begin_inset ERT
14548 status collapsed
14549
14550 \begin_layout Plain Layout
14551
14552
14553 \backslash
14554
14555 \backslash
14556
14557 \end_layout
14558
14559 \end_inset
14560
14561 D
14562 \begin_inset ERT
14563 status collapsed
14564
14565 \begin_layout Plain Layout
14566
14567 }
14568 \end_layout
14569
14570 \end_inset
14571
14572
14573 \end_layout
14574
14575 \end_inset
14576 </cell>
14577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581 Thickness in nm
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 </row>
14587 <row>
14588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592 Perfect Green
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601 45
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 </row>
14607 </lyxtabular>
14608
14609 \end_inset
14610
14611
14612 \end_layout
14613
14614 \begin_layout Standard
14615 \begin_inset ERT
14616 status collapsed
14617
14618 \begin_layout Plain Layout
14619
14620
14621 \backslash
14622 else
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \begin_inset Note Note
14629 status open
14630
14631 \begin_layout Plain Layout
14632 The following will be displayed when the \SpecialChar LaTeX
14633 -package 
14634 \series bold
14635 diagbox
14636 \series default
14637  is not installed:
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \begin_layout Standard
14646 You need to install the \SpecialChar LaTeX
14647 -package 
14648 \series bold
14649 diagbox
14650 \series default
14651  to see the following part of this section in the output.
14652 \end_layout
14653
14654 \begin_layout Standard
14655 \begin_inset ERT
14656 status collapsed
14657
14658 \begin_layout Plain Layout
14659
14660
14661 \backslash
14662 fi
14663 \end_layout
14664
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \begin_layout Standard
14671 For more info about the \SpecialChar LaTeX
14672 -package 
14673 \series bold
14674 diagbox
14675 \series default
14676 , see its documentation, 
14677 \begin_inset CommandInset citation
14678 LatexCommand cite
14679 key "diagbox"
14680 literal "true"
14681
14682 \end_inset
14683
14684 .
14685 \end_layout
14686
14687 \begin_layout Section
14688 Formal Tables
14689 \begin_inset CommandInset label
14690 LatexCommand label
14691 name "sec:Formal-Tables"
14692
14693 \end_inset
14694
14695
14696 \begin_inset Index idx
14697 status collapsed
14698
14699 \begin_layout Plain Layout
14700 Table ! Formal
14701 \end_layout
14702
14703 \end_inset
14704
14705
14706 \end_layout
14707
14708 \begin_layout Standard
14709 Tables are often typeset in books similar to Table
14710 \begin_inset space ~
14711 \end_inset
14712
14713
14714 \begin_inset CommandInset ref
14715 LatexCommand ref
14716 reference "tab:Example-booktabs-table"
14717
14718 \end_inset
14719
14720 .
14721  This kind of tables is called 
14722 \begin_inset Quotes eld
14723 \end_inset
14724
14725
14726 \emph on
14727 formal
14728 \emph default
14729
14730 \begin_inset Quotes erd
14731 \end_inset
14732
14733 .
14734  To make a table a formal table use the option 
14735 \family sans
14736 Formal
14737 \family default
14738  in the 
14739 \family sans
14740 Borders
14741 \family default
14742  tab of the table dialog.
14743 \end_layout
14744
14745 \begin_layout Standard
14746 \begin_inset Float table
14747 placement h
14748 wide false
14749 sideways false
14750 status open
14751
14752 \begin_layout Plain Layout
14753 \begin_inset Caption Standard
14754
14755 \begin_layout Plain Layout
14756 \begin_inset CommandInset label
14757 LatexCommand label
14758 name "tab:Example-booktabs-table"
14759
14760 \end_inset
14761
14762 Example booktabs-table
14763 \end_layout
14764
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \begin_layout Plain Layout
14771 \align center
14772 \begin_inset Tabular
14773 <lyxtabular version="3" rows="8" columns="4">
14774 <features booktabs="true" tabularvalignment="middle">
14775 <column alignment="center" valignment="top">
14776 <column alignment="center" valignment="top">
14777 <column alignment="center" valignment="top">
14778 <column alignment="center" valignment="top">
14779 <row>
14780 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14781 \begin_inset Text
14782
14783 \begin_layout Plain Layout
14784 System
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 <cell alignment="center" valignment="top" topline="true" usebox="none">
14790 \begin_inset Text
14791
14792 \begin_layout Plain Layout
14793 Chip
14794 \begin_inset space \thinspace{}
14795 \end_inset
14796
14797 1
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806 Chip
14807 \begin_inset space \thinspace{}
14808 \end_inset
14809
14810 2
14811 \end_layout
14812
14813 \end_inset
14814 </cell>
14815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819
14820 \end_layout
14821
14822 \end_inset
14823 </cell>
14824 </row>
14825 <row>
14826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14827 \begin_inset Text
14828
14829 \begin_layout Plain Layout
14830 \begin_inset ERT
14831 status collapsed
14832
14833 \begin_layout Plain Layout
14834
14835
14836 \backslash
14837 cmidrule(r){2-2}
14838 \end_layout
14839
14840 \end_inset
14841
14842
14843 \begin_inset ERT
14844 status collapsed
14845
14846 \begin_layout Plain Layout
14847
14848
14849 \backslash
14850 cmidrule(l){3-4}
14851 \end_layout
14852
14853 \end_inset
14854
14855 Detector thickness in Âµm
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864 300
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 <cell alignment="center" valignment="top" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873 300
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 <cell alignment="center" valignment="top" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882 700
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 </row>
14888 <row>
14889 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893 Edge angle in Â°
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 <cell alignment="center" valignment="top" topline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902 3.55
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 <cell alignment="center" valignment="top" topline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911 2.71
14912 \end_layout
14913
14914 \end_inset
14915 </cell>
14916 <cell alignment="center" valignment="top" topline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920 7.99
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 </row>
14926 <row topspace="default">
14927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931 Spatial resolution in Âµm
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell alignment="center" valignment="top" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940 4.26
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 <cell alignment="center" valignment="top" usebox="none">
14946 \begin_inset Text
14947
14948 \begin_layout Plain Layout
14949 10.17
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 <cell alignment="center" valignment="top" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958 10.56
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 </row>
14964 <row topspace="default">
14965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969 MTF at 
14970 \begin_inset Formula $f_{\mathrm{max}}$
14971 \end_inset
14972
14973
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 <cell alignment="center" valignment="top" usebox="none">
14979 \begin_inset Text
14980
14981 \begin_layout Plain Layout
14982 0.53
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 0.37
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 0.39
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 </row>
15006 <row topspace="default">
15007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 \begin_inset ERT
15012 status collapsed
15013
15014 \begin_layout Plain Layout
15015
15016
15017 \backslash
15018 cmidrule[2pt](l{10pt}){1-1}
15019 \end_layout
15020
15021 \end_inset
15022
15023 LSF-spatial resolution
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 </row>
15056 <row>
15057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 in Âµm
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 129.7
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 52.75
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 50.78
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 </row>
15094 <row>
15095 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 in % of pixel size
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 76.3
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 95.9
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126 92.3
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 </row>
15132 </lyxtabular>
15133
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \begin_layout Standard
15145 Spaces to table rows can be added using the 
15146 \family sans
15147 Borders
15148 \family default
15149  tab of the table dialog as described in section
15150 \begin_inset space ~
15151 \end_inset
15152
15153
15154 \begin_inset CommandInset ref
15155 LatexCommand ref
15156 reference "subsec:Row-Spacing"
15157
15158 \end_inset
15159
15160 .
15161 \end_layout
15162
15163 \begin_layout Standard
15164 Unlike normal tables, formal tables have no vertical table lines.
15165  The horizontal table lines can be set as for normal tables but they appear
15166  with different widths in the output:
15167 \begin_inset Newline newline
15168 \end_inset
15169
15170 The first and the last table line have a default width of 0.08
15171 \begin_inset space \thinspace{}
15172 \end_inset
15173
15174 em while the other lines have a default width of 0.05
15175 \begin_inset space \thinspace{}
15176 \end_inset
15177
15178 em.
15179 \end_layout
15180
15181 \begin_layout Standard
15182 The default widths can be changed with the following preamble lines
15183 \end_layout
15184
15185 \begin_layout Standard
15186
15187 \series bold
15188
15189 \backslash
15190 let
15191 \backslash
15192 mytoprule
15193 \backslash
15194 toprule
15195 \begin_inset Newline newline
15196 \end_inset
15197
15198
15199 \backslash
15200 renewcommand{
15201 \backslash
15202 toprule}{
15203 \backslash
15204 mytoprule[width]}
15205 \end_layout
15206
15207 \begin_layout Standard
15208 This example is for the first line, the so called 
15209 \series bold
15210 toprule
15211 \series default
15212 .
15213  If you want to change the width for the last line, replace 
15214 \series bold
15215 toprule
15216 \series default
15217  by 
15218 \series bold
15219 bottomrule
15220 \series default
15221 .
15222  To change the width for the other lines replace 
15223 \series bold
15224 toprule
15225 \series default
15226  by 
15227 \series bold
15228 midrule
15229 \series default
15230 .
15231  You can use all units listed in appendix
15232 \begin_inset space ~
15233 \end_inset
15234
15235
15236 \begin_inset CommandInset ref
15237 LatexCommand ref
15238 reference "cha:Units-available-in"
15239
15240 \end_inset
15241
15242  to set the width.
15243 \end_layout
15244
15245 \begin_layout Standard
15246 Lines that do not span all table columns can be created by setting a table
15247  line for multicolumn cells.
15248  \SpecialChar LyX
15249  will then internally use the command 
15250 \series bold
15251
15252 \backslash
15253 cmidrule
15254 \series default
15255  to create this line.
15256  Its full scheme is
15257 \end_layout
15258
15259 \begin_layout Standard
15260
15261 \series bold
15262
15263 \backslash
15264 cmidrule[height](trim){startcol-endcol}
15265 \end_layout
15266
15267 \begin_layout Standard
15268 The options of 
15269 \series bold
15270
15271 \backslash
15272 cmidrule
15273 \series default
15274  are currently not supported by \SpecialChar LyX
15275  so you have to use \SpecialChar TeX
15276  Code to be able to
15277  use them.
15278  
15279 \series bold
15280
15281 \backslash
15282 cmidrule
15283 \series default
15284 s can manually be created by inserting the command as \SpecialChar TeX
15285  Code as the first
15286  cell entry of the first cell of a row.
15287  The line is then drawn in the output above the current row.
15288 \end_layout
15289
15290 \begin_layout Standard
15291 The default for the optional 
15292 \series bold
15293 height
15294 \series default
15295  is 0.03
15296 \begin_inset space \thinspace{}
15297 \end_inset
15298
15299 em.
15300  
15301 \series bold
15302 startcol
15303 \series default
15304  is the number of the column where the line starts and 
15305 \series bold
15306 endcol
15307 \series default
15308  the column number where the line ends.
15309  The 
15310 \series bold
15311 endcol
15312 \series default
15313  always needs to be specified, also when the line should span only one column.
15314  The optional parameter 
15315 \series bold
15316 trim
15317 \series default
15318  could either be 
15319 \emph on
15320 l{trimwidth}
15321 \emph default
15322  or 
15323 \emph on
15324 r{trimwidth}
15325 \emph default
15326  where the 
15327 \emph on
15328 trimwidth
15329 \emph default
15330  is also optional.
15331  Using for example the parameter 
15332 \emph on
15333 l{2pt}
15334 \emph default
15335  means that the line is trimmed from its left end by 2
15336 \begin_inset space \thinspace{}
15337 \end_inset
15338
15339 pt.
15340  If you don't specify the 
15341 \emph on
15342 trimwidth
15343 \emph default
15344  the line is trimmed by the default of 0.5
15345 \begin_inset space \thinspace{}
15346 \end_inset
15347
15348 em.
15349 \end_layout
15350
15351 \begin_layout Standard
15352 \begin_inset VSpace bigskip
15353 \end_inset
15354
15355 Table
15356 \begin_inset space ~
15357 \end_inset
15358
15359
15360 \begin_inset CommandInset ref
15361 LatexCommand ref
15362 reference "tab:Example-booktabs-table"
15363
15364 \end_inset
15365
15366  was created using the commands
15367 \end_layout
15368
15369 \begin_layout Standard
15370
15371 \series bold
15372
15373 \backslash
15374 cmidrule(r){2-2}
15375 \backslash
15376 cmidrule(l){3-4}
15377 \end_layout
15378
15379 \begin_layout Standard
15380 at the beginning of the second row and
15381 \end_layout
15382
15383 \begin_layout Standard
15384
15385 \series bold
15386
15387 \backslash
15388 cmidrule[2pt](l{10pt}){1-1}
15389 \end_layout
15390
15391 \begin_layout Standard
15392 in the sixth row.
15393 \end_layout
15394
15395 \begin_layout Standard
15396 \begin_inset VSpace bigskip
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Standard
15403 You might want to have overlapping 
15404 \series bold
15405
15406 \backslash
15407 cmidrule
15408 \series default
15409 s as in in Table
15410 \begin_inset space ~
15411 \end_inset
15412
15413
15414 \begin_inset CommandInset ref
15415 LatexCommand ref
15416 reference "tab:Special-booktabs-table"
15417
15418 \end_inset
15419
15420 .
15421  This can be achieved with the \SpecialChar TeX
15422  Code command
15423 \end_layout
15424
15425 \begin_layout Standard
15426
15427 \series bold
15428
15429 \backslash
15430 morecmidrules
15431 \end_layout
15432
15433 \begin_layout Standard
15434 The command that was used for the second row of Table
15435 \begin_inset space ~
15436 \end_inset
15437
15438
15439 \begin_inset CommandInset ref
15440 LatexCommand ref
15441 reference "tab:Special-booktabs-table"
15442
15443 \end_inset
15444
15445  is
15446 \end_layout
15447
15448 \begin_layout Standard
15449
15450 \series bold
15451
15452 \backslash
15453 cmidrule(r){2-2}
15454 \backslash
15455 cmidrule(l){3-4}
15456 \backslash
15457 morecmidrules
15458 \backslash
15459 cmidrule{2-4}
15460 \end_layout
15461
15462 \begin_layout Standard
15463 The command for the sixth row is
15464 \end_layout
15465
15466 \begin_layout Standard
15467
15468 \series bold
15469
15470 \backslash
15471 midrule
15472 \backslash
15473 morecmidrules
15474 \backslash
15475 cmidrule{3-4}
15476 \end_layout
15477
15478 \begin_layout Standard
15479 \begin_inset VSpace bigskip
15480 \end_inset
15481
15482
15483 \end_layout
15484
15485 \begin_layout Standard
15486 If you are in any way not satisfied with the border line spacing, you can
15487  use the following command to produce lines that span over all table columns
15488 \series bold
15489 :
15490 \end_layout
15491
15492 \begin_layout Standard
15493
15494 \series bold
15495
15496 \backslash
15497 specialrule{width}{space above}{space below}
15498 \end_layout
15499
15500 \begin_layout Standard
15501 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15502 -package
15503  
15504 \series bold
15505 booktabs
15506 \series default
15507  
15508 \begin_inset CommandInset citation
15509 LatexCommand cite
15510 key "booktabs"
15511 literal "true"
15512
15513 \end_inset
15514
15515 .
15516 \begin_inset Index idx
15517 status collapsed
15518
15519 \begin_layout Plain Layout
15520 \SpecialChar LaTeX
15521 -packages ! booktabs
15522 \end_layout
15523
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \begin_layout Standard
15530 \begin_inset Float table
15531 placement h
15532 wide false
15533 sideways false
15534 status open
15535
15536 \begin_layout Plain Layout
15537 \begin_inset Caption Standard
15538
15539 \begin_layout Plain Layout
15540 \begin_inset CommandInset label
15541 LatexCommand label
15542 name "tab:Special-booktabs-table"
15543
15544 \end_inset
15545
15546 Special booktabs-table
15547 \end_layout
15548
15549 \end_inset
15550
15551
15552 \end_layout
15553
15554 \begin_layout Plain Layout
15555 \align center
15556 \begin_inset Tabular
15557 <lyxtabular version="3" rows="8" columns="4">
15558 <features booktabs="true" tabularvalignment="middle">
15559 <column alignment="center" valignment="top">
15560 <column alignment="center" valignment="top">
15561 <column alignment="center" valignment="top">
15562 <column alignment="center" valignment="top">
15563 <row>
15564 <cell alignment="center" valignment="top" topline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568 System
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 <cell alignment="center" valignment="top" topline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577 Chip
15578 \begin_inset space \thinspace{}
15579 \end_inset
15580
15581 1
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590 Chip
15591 \begin_inset space \thinspace{}
15592 \end_inset
15593
15594 2
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 </row>
15609 <row>
15610 <cell alignment="center" valignment="top" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614 \begin_inset ERT
15615 status collapsed
15616
15617 \begin_layout Plain Layout
15618
15619
15620 \backslash
15621 cmidrule(r){2-2}
15622 \end_layout
15623
15624 \end_inset
15625
15626
15627 \begin_inset ERT
15628 status collapsed
15629
15630 \begin_layout Plain Layout
15631
15632
15633 \backslash
15634 cmidrule(l){3-4}
15635 \end_layout
15636
15637 \end_inset
15638
15639
15640 \begin_inset ERT
15641 status collapsed
15642
15643 \begin_layout Plain Layout
15644
15645
15646 \backslash
15647 morecmidrules 
15648 \end_layout
15649
15650 \end_inset
15651
15652
15653 \begin_inset ERT
15654 status collapsed
15655
15656 \begin_layout Plain Layout
15657
15658
15659 \backslash
15660 cmidrule{2-4}
15661 \end_layout
15662
15663 \end_inset
15664
15665 Detector thickness in Âµm
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 <cell alignment="center" valignment="top" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674 300
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 <cell alignment="center" valignment="top" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683 300
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 700
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 </row>
15698 <row>
15699 <cell alignment="center" valignment="top" topline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703 Edge angle in Â°
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" topline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 3.55
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 <cell alignment="center" valignment="top" topline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721 2.71
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730 7.99
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 </row>
15736 <row topspace="default">
15737 <cell alignment="center" valignment="top" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741 Spatial resolution in Âµm
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750 4.26
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759 10.17
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 10.56
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 </row>
15774 <row topspace="default">
15775 <cell alignment="center" valignment="top" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 MTF at 
15780 \begin_inset Formula $f_{\mathrm{max}}$
15781 \end_inset
15782
15783
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792 0.53
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 0.37
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 0.39
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 </row>
15816 <row>
15817 <cell alignment="center" valignment="top" topline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 \begin_inset ERT
15822 status collapsed
15823
15824 \begin_layout Plain Layout
15825
15826
15827 \backslash
15828 morecmidrules 
15829 \end_layout
15830
15831 \end_inset
15832
15833
15834 \begin_inset ERT
15835 status collapsed
15836
15837 \begin_layout Plain Layout
15838
15839
15840 \backslash
15841 cmidrule{3-4}
15842 \end_layout
15843
15844 \end_inset
15845
15846 LSF-spatial resolution
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" topline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" topline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" topline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 </row>
15879 <row>
15880 <cell alignment="center" valignment="top" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 in Âµm
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 129.7
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 52.75
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 50.78
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row>
15918 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 in % of pixel size
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 76.3
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 95.9
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949 92.3
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 </row>
15955 </lyxtabular>
15956
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \begin_layout Section
15968 Vertical Table Alignment
15969 \begin_inset Index idx
15970 status collapsed
15971
15972 \begin_layout Plain Layout
15973 Table ! Alignment
15974 \end_layout
15975
15976 \end_inset
15977
15978
15979 \end_layout
15980
15981 \begin_layout Standard
15982 To align tables vertically in a text line, the table must be inside a box.
15983  The box can then be vertically aligned as described in section
15984 \begin_inset space ~
15985 \end_inset
15986
15987
15988 \begin_inset CommandInset ref
15989 LatexCommand ref
15990 reference "sec:Box-Dialog"
15991
15992 \end_inset
15993
15994 .
15995 \end_layout
15996
15997 \begin_layout Standard
15998 In the following example the tables are inside a minipage
15999 \begin_inset Foot
16000 status collapsed
16001
16002 \begin_layout Plain Layout
16003 Minipages are described in section
16004 \begin_inset space ~
16005 \end_inset
16006
16007
16008 \begin_inset CommandInset ref
16009 LatexCommand ref
16010 reference "sec:Minipages"
16011
16012 \end_inset
16013
16014 .
16015 \end_layout
16016
16017 \end_inset
16018
16019  box that has a width of 15
16020 \begin_inset space \thinspace{}
16021 \end_inset
16022
16023 col%:
16024 \end_layout
16025
16026 \begin_layout Itemize
16027 test 
16028 \begin_inset Box Frameless
16029 position "t"
16030 hor_pos "c"
16031 has_inner_box 1
16032 inner_pos "c"
16033 use_parbox 0
16034 use_makebox 0
16035 width "15col%"
16036 special "none"
16037 height "1in"
16038 height_special "totalheight"
16039 thickness "0.4pt"
16040 separation "3pt"
16041 shadowsize "4pt"
16042 framecolor "black"
16043 backgroundcolor "none"
16044 status collapsed
16045
16046 \begin_layout Plain Layout
16047 \begin_inset Tabular
16048 <lyxtabular version="3" rows="3" columns="3">
16049 <features tabularvalignment="middle">
16050 <column alignment="center" valignment="top">
16051 <column alignment="center" valignment="top">
16052 <column alignment="center" valignment="top">
16053 <row>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058 a
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067 d
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076 g
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 </row>
16082 <row>
16083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 b
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 e
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16102 \begin_inset Text
16103
16104 \begin_layout Plain Layout
16105 h
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 </row>
16111 <row>
16112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 c
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 f
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134 i
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 </row>
16140 </lyxtabular>
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148
16149  test 
16150 \begin_inset ERT
16151 status collapsed
16152
16153 \begin_layout Plain Layout
16154
16155
16156 \backslash
16157 raisebox{0.85
16158 \backslash
16159 baselineskip}{
16160 \end_layout
16161
16162 \end_inset
16163
16164
16165 \begin_inset Box Frameless
16166 position "t"
16167 hor_pos "c"
16168 has_inner_box 1
16169 inner_pos "c"
16170 use_parbox 0
16171 use_makebox 0
16172 width "15col%"
16173 special "none"
16174 height "1in"
16175 height_special "totalheight"
16176 thickness "0.4pt"
16177 separation "3pt"
16178 shadowsize "4pt"
16179 framecolor "black"
16180 backgroundcolor "none"
16181 status collapsed
16182
16183 \begin_layout Plain Layout
16184 \begin_inset Tabular
16185 <lyxtabular version="3" rows="3" columns="3">
16186 <features tabularvalignment="middle">
16187 <column alignment="center" valignment="top">
16188 <column alignment="center" valignment="top">
16189 <column alignment="center" valignment="top">
16190 <row>
16191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 a
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204 d
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 g
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 </row>
16219 <row>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 b
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 e
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 h
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 </row>
16248 <row>
16249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 c
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 f
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 i
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 </lyxtabular>
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \end_inset
16285
16286
16287 \begin_inset ERT
16288 status collapsed
16289
16290 \begin_layout Plain Layout
16291
16292 }
16293 \end_layout
16294
16295 \end_inset
16296
16297
16298 \end_layout
16299
16300 \begin_layout Itemize
16301 test 
16302 \begin_inset Box Frameless
16303 position "c"
16304 hor_pos "c"
16305 has_inner_box 1
16306 inner_pos "c"
16307 use_parbox 0
16308 use_makebox 0
16309 width "15col%"
16310 special "none"
16311 height "1in"
16312 height_special "totalheight"
16313 thickness "0.4pt"
16314 separation "3pt"
16315 shadowsize "4pt"
16316 framecolor "black"
16317 backgroundcolor "none"
16318 status collapsed
16319
16320 \begin_layout Plain Layout
16321 \begin_inset Tabular
16322 <lyxtabular version="3" rows="3" columns="3">
16323 <features tabularvalignment="middle">
16324 <column alignment="center" valignment="top">
16325 <column alignment="center" valignment="top">
16326 <column alignment="center" valignment="top">
16327 <row>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 a
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 d
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 g
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 <row>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 b
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 e
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 h
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row>
16386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 c
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 f
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 i
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 </row>
16414 </lyxtabular>
16415
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \end_inset
16422
16423
16424 \end_layout
16425
16426 \begin_layout Itemize
16427 test 
16428 \begin_inset Box Frameless
16429 position "b"
16430 hor_pos "c"
16431 has_inner_box 1
16432 inner_pos "c"
16433 use_parbox 0
16434 use_makebox 0
16435 width "15col%"
16436 special "none"
16437 height "1in"
16438 height_special "totalheight"
16439 thickness "0.4pt"
16440 separation "3pt"
16441 shadowsize "4pt"
16442 framecolor "black"
16443 backgroundcolor "none"
16444 status collapsed
16445
16446 \begin_layout Plain Layout
16447 \begin_inset Tabular
16448 <lyxtabular version="3" rows="3" columns="3">
16449 <features tabularvalignment="middle">
16450 <column alignment="center" valignment="top">
16451 <column alignment="center" valignment="top">
16452 <column alignment="center" valignment="top">
16453 <row>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 a
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 d
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 g
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 </row>
16482 <row>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 b
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 e
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 h
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 </row>
16511 <row>
16512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 c
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 f
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 i
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 </lyxtabular>
16541
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \end_inset
16548
16549  test 
16550 \begin_inset ERT
16551 status collapsed
16552
16553 \begin_layout Plain Layout
16554
16555
16556 \backslash
16557 raisebox{-0.32
16558 \backslash
16559 baselineskip}{
16560 \end_layout
16561
16562 \end_inset
16563
16564
16565 \begin_inset Box Frameless
16566 position "b"
16567 hor_pos "c"
16568 has_inner_box 1
16569 inner_pos "c"
16570 use_parbox 0
16571 use_makebox 0
16572 width "15col%"
16573 special "none"
16574 height "1in"
16575 height_special "totalheight"
16576 thickness "0.4pt"
16577 separation "3pt"
16578 shadowsize "4pt"
16579 framecolor "black"
16580 backgroundcolor "none"
16581 status collapsed
16582
16583 \begin_layout Plain Layout
16584 \begin_inset Tabular
16585 <lyxtabular version="3" rows="3" columns="3">
16586 <features tabularvalignment="middle">
16587 <column alignment="center" valignment="top">
16588 <column alignment="center" valignment="top">
16589 <column alignment="center" valignment="top">
16590 <row>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 a
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604 d
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 g
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 </row>
16619 <row>
16620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Plain Layout
16624 b
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 e
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642 h
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 </row>
16648 <row>
16649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 c
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662 f
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 i
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 </row>
16677 </lyxtabular>
16678
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \end_inset
16685
16686
16687 \begin_inset ERT
16688 status collapsed
16689
16690 \begin_layout Plain Layout
16691
16692 }
16693 \end_layout
16694
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \begin_layout Standard
16701 As you will see, the content of the first and last table row is not correctly
16702  aligned.
16703  To get this alignment, the minipage box must be set into a raisebox.
16704 \begin_inset Foot
16705 status collapsed
16706
16707 \begin_layout Plain Layout
16708 Raiseboxes are described in section
16709 \begin_inset space ~
16710 \end_inset
16711
16712
16713 \begin_inset CommandInset ref
16714 LatexCommand ref
16715 reference "subsec:Vertical-Alignment"
16716
16717 \end_inset
16718
16719 .
16720 \end_layout
16721
16722 \end_inset
16723
16724  In the example above the second table in the first item is aligned using
16725  the \SpecialChar TeX
16726  Code command
16727 \end_layout
16728
16729 \begin_layout Standard
16730
16731 \series bold
16732
16733 \backslash
16734 raisebox{0.85
16735 \backslash
16736 baselineskip}{
16737 \end_layout
16738
16739 \begin_layout Standard
16740 before the box.
16741  After the box the closing brace 
16742 \series bold
16743 }
16744 \series default
16745  is inserted as \SpecialChar TeX
16746  Code.
16747  For the second table in the last item the command
16748 \end_layout
16749
16750 \begin_layout Standard
16751
16752 \series bold
16753
16754 \backslash
16755 raisebox{-0.32
16756 \backslash
16757 baselineskip}{
16758 \end_layout
16759
16760 \begin_layout Standard
16761 is used.
16762 \end_layout
16763
16764 \begin_layout Standard
16765 \begin_inset Note Greyedout
16766 status open
16767
16768 \begin_layout Plain Layout
16769
16770 \series bold
16771 Note:
16772 \series default
16773  The alignment of the table row content to the surrounding text line is
16774  not exact.
16775  The required value for the 
16776 \series bold
16777
16778 \backslash
16779 raisebox
16780 \series default
16781  command for this alignment depends on the document font, the font size,
16782  and the table line thickness.
16783 \end_layout
16784
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \begin_layout Section
16791 Colored Tables
16792 \begin_inset CommandInset label
16793 LatexCommand label
16794 name "sec:Colored-Tables"
16795
16796 \end_inset
16797
16798
16799 \begin_inset Index idx
16800 status collapsed
16801
16802 \begin_layout Plain Layout
16803 Table ! Color
16804 \end_layout
16805
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \begin_layout Subsection
16812 Colored Cells
16813 \begin_inset Index idx
16814 status collapsed
16815
16816 \begin_layout Plain Layout
16817 Table Color ! for Cells
16818 \end_layout
16819
16820 \end_inset
16821
16822
16823 \begin_inset Index idx
16824 status collapsed
16825
16826 \begin_layout Plain Layout
16827 Color ! for Table Cells
16828 \end_layout
16829
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \begin_layout Standard
16836 \begin_inset Float table
16837 placement h
16838 wide false
16839 sideways false
16840 status open
16841
16842 \begin_layout Plain Layout
16843 \begin_inset Caption Standard
16844
16845 \begin_layout Plain Layout
16846 \begin_inset CommandInset label
16847 LatexCommand label
16848 name "tab:Table-colored-without"
16849
16850 \end_inset
16851
16852 Table colored without using the package 
16853 \series bold
16854 colortbl
16855 \series default
16856
16857 \begin_inset Argument 1
16858 status collapsed
16859
16860 \begin_layout Plain Layout
16861 Table without colortbl
16862 \end_layout
16863
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \begin_layout Plain Layout
16875 \align center
16876 \begin_inset Tabular
16877 <lyxtabular version="3" rows="3" columns="3">
16878 <features tabularvalignment="middle">
16879 <column alignment="center" valignment="top">
16880 <column alignment="center" valignment="top">
16881 <column alignment="center" valignment="top">
16882 <row>
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887
16888 \color green
16889 a
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898
16899 \color red
16900 b
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909
16910 \color red
16911 c
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \color green
16924 d
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933
16934 \color blue
16935 e
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944
16945 \color blue
16946 f
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 </row>
16952 <row>
16953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957
16958 \color green
16959 g
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \color blue
16970 h
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979
16980 \color blue
16981 i
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 </lyxtabular>
16988
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \begin_layout Standard
17000 If you only need colored text, mark the cells and choose a color in the
17001  
17002 \family sans
17003 Text
17004 \begin_inset space ~
17005 \end_inset
17006
17007 Style
17008 \family default
17009  dialog (toolbar button 
17010 \begin_inset Info
17011 type  "icon"
17012 arg   "dialog-show character"
17013 \end_inset
17014
17015 ).
17016  This was used to create Table
17017 \begin_inset space ~
17018 \end_inset
17019
17020
17021 \begin_inset CommandInset ref
17022 LatexCommand ref
17023 reference "tab:Table-colored-without"
17024
17025 \end_inset
17026
17027 .
17028  In any other case you have to use the \SpecialChar LaTeX
17029 -package 
17030 \series bold
17031 colortbl
17032 \series default
17033 .
17034 \begin_inset Index idx
17035 status collapsed
17036
17037 \begin_layout Plain Layout
17038 \SpecialChar LaTeX
17039 -packages ! colortbl
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \begin_layout Standard
17048 \begin_inset ERT
17049 status collapsed
17050
17051 \begin_layout Plain Layout
17052
17053
17054 \backslash
17055 ifcolortbl
17056 \end_layout
17057
17058 \end_inset
17059
17060
17061 \begin_inset Note Note
17062 status open
17063
17064 \begin_layout Plain Layout
17065 The following section part will only be displayed when the \SpecialChar LaTeX
17066 -package 
17067 \series bold
17068 colortbl
17069 \series default
17070  is installed.
17071 \end_layout
17072
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \begin_layout Standard
17079 To create colored tables, 
17080 \series bold
17081 colortbl
17082 \series default
17083  must be loaded in the preamble with the line
17084 \end_layout
17085
17086 \begin_layout Standard
17087
17088 \series bold
17089
17090 \backslash
17091 usepackage{colortbl}
17092 \end_layout
17093
17094 \begin_layout Standard
17095 The color of a column is adjusted with the command
17096 \end_layout
17097
17098 \begin_layout Standard
17099
17100 \series bold
17101
17102 \backslash
17103 columncolor{name of color}
17104 \end_layout
17105
17106 \begin_layout Standard
17107 inside the command 
17108 \series bold
17109 >{ }
17110 \series default
17111 .
17112  More about the command 
17113 \series bold
17114 >{}
17115 \series default
17116  is contained in section
17117 \begin_inset space ~
17118 \end_inset
17119
17120
17121 \begin_inset CommandInset ref
17122 LatexCommand ref
17123 reference "subsec:Multicolumn-Calculations"
17124
17125 \end_inset
17126
17127 .
17128 \end_layout
17129
17130 \begin_layout Standard
17131 The following color names are predefined:
17132 \end_layout
17133
17134 \begin_layout Standard
17135
17136 \family sans
17137 red
17138 \family default
17139
17140 \family sans
17141 green
17142 \family default
17143
17144 \family sans
17145 yellow
17146 \family default
17147
17148 \family sans
17149 blue
17150 \family default
17151
17152 \family sans
17153 cyan
17154 \family default
17155
17156 \family sans
17157 magenta
17158 \family default
17159
17160 \family sans
17161 black
17162 \family default
17163  and 
17164 \family sans
17165 white
17166 \end_layout
17167
17168 \begin_layout Standard
17169 \begin_inset VSpace medskip
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \begin_layout Standard
17176 If you add the option
17177 \end_layout
17178
17179 \begin_layout Standard
17180
17181 \series bold
17182 dvipsnames
17183 \end_layout
17184
17185 \begin_layout Standard
17186 to the document class options in the document settings, you can additionally
17187  use further 61
17188 \begin_inset space ~
17189 \end_inset
17190
17191 colors.
17192  These colors are listed in appendix
17193 \begin_inset space ~
17194 \end_inset
17195
17196
17197 \begin_inset CommandInset ref
17198 LatexCommand ref
17199 reference "chap:List-of-dvips-colornames"
17200
17201 \end_inset
17202
17203 .
17204  One of these colors, 
17205 \family sans
17206 Maroon
17207 \family default
17208 , is used as example in Table
17209 \begin_inset space ~
17210 \end_inset
17211
17212
17213 \begin_inset CommandInset ref
17214 LatexCommand ref
17215 reference "tab:Table-colored-using"
17216
17217 \end_inset
17218
17219 .
17220 \end_layout
17221
17222 \begin_layout Standard
17223 \begin_inset VSpace medskip
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \begin_layout Standard
17230 You can also define your own color with the command
17231 \end_layout
17232
17233 \begin_layout Standard
17234
17235 \series bold
17236
17237 \backslash
17238 definecolor{color name}{color model}{color values}
17239 \end_layout
17240
17241 \begin_layout Standard
17242 The color model can be
17243 \end_layout
17244
17245 \begin_layout Labeling
17246 \labelwidthstring 00.00.0000
17247 cmyk: cyan, magenta, yellow, black
17248 \end_layout
17249
17250 \begin_layout Labeling
17251 \labelwidthstring 00.00.0000
17252 rgb: red, green blue
17253 \end_layout
17254
17255 \begin_layout Labeling
17256 \labelwidthstring 00.00.0000
17257 gray gray
17258 \end_layout
17259
17260 \begin_layout Standard
17261 and the color values are comma separated numbers between 0 and 1 describing
17262  the factor for the corresponding color of the color model.
17263 \end_layout
17264
17265 \begin_layout Standard
17266 You can e.
17267 \begin_inset space \thinspace{}
17268 \end_inset
17269
17270 g.
17271 \begin_inset space \space{}
17272 \end_inset
17273
17274 define the color "
17275 \emph on
17276 darkgreen
17277 \emph default
17278 " in the preamble with
17279 \end_layout
17280
17281 \begin_layout Standard
17282
17283 \series bold
17284
17285 \backslash
17286 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17287 \end_layout
17288
17289 \begin_layout Standard
17290 and the color "
17291 \emph on
17292 lightgray
17293 \emph default
17294 " with
17295 \end_layout
17296
17297 \begin_layout Standard
17298
17299 \series bold
17300
17301 \backslash
17302 definecolor{lightgray}{gray}{0.8}
17303 \end_layout
17304
17305 \begin_layout Standard
17306 \begin_inset VSpace medskip
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \begin_layout Standard
17313 Lines are colored with the command
17314 \end_layout
17315
17316 \begin_layout Standard
17317
17318 \series bold
17319
17320 \backslash
17321 rowcolor{name of color}
17322 \end_layout
17323
17324 \begin_layout Standard
17325 and cells are colored with the command
17326 \end_layout
17327
17328 \begin_layout Standard
17329
17330 \series bold
17331
17332 \backslash
17333 cellcolor{name of color}
17334 \end_layout
17335
17336 \begin_layout Standard
17337 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17338  Code.
17339 \end_layout
17340
17341 \begin_layout Standard
17342 To color characters in the table, mark the cells and use the 
17343 \family sans
17344 Text
17345 \begin_inset space ~
17346 \end_inset
17347
17348 Style
17349 \family default
17350  dialog.
17351  If a cell contains \SpecialChar TeX
17352  Code mark only the characters, otherwise the colored
17353  \SpecialChar TeX
17354  Code will cause \SpecialChar LaTeX
17355  errors.
17356 \end_layout
17357
17358 \begin_layout Standard
17359 \begin_inset Note Greyedout
17360 status open
17361
17362 \begin_layout Plain Layout
17363
17364 \series bold
17365 Note:
17366 \series default
17367  Not all DVI-viewers are able to display self-defined colors.
17368 \end_layout
17369
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \begin_layout Standard
17376 \begin_inset VSpace bigskip
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \begin_layout Standard
17383 To create Table
17384 \begin_inset space ~
17385 \end_inset
17386
17387
17388 \begin_inset CommandInset ref
17389 LatexCommand ref
17390 reference "tab:Table-colored-using"
17391
17392 \end_inset
17393
17394  do the following: The color of the first column should be 
17395 \emph on
17396 darkgreen
17397 \emph default
17398 .
17399  So insert
17400 \end_layout
17401
17402 \begin_layout Standard
17403
17404 \series bold
17405 >{
17406 \backslash
17407 columncolor{darkgreen}
17408 \backslash
17409 centering}c
17410 \end_layout
17411
17412 \begin_layout Standard
17413 as \SpecialChar LaTeX
17414 -argument for this column.
17415  The first row should be light blue, therefore the \SpecialChar TeX
17416  Code command
17417 \end_layout
17418
17419 \begin_layout Standard
17420
17421 \series bold
17422
17423 \backslash
17424 rowcolor{cyan}
17425 \end_layout
17426
17427 \begin_layout Standard
17428 is inserted to the first cell of this row.
17429  Note that this overwrites the column color for the first cell.
17430  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17431  Code
17432  command
17433 \end_layout
17434
17435 \begin_layout Standard
17436
17437 \series bold
17438
17439 \backslash
17440 cellcolor{Maroon}
17441 \end_layout
17442
17443 \begin_layout Standard
17444 The characters could now be colored using the menu 
17445 \family sans
17446 Edit\SpecialChar menuseparator
17447 Text
17448 \begin_inset space ~
17449 \end_inset
17450
17451 Style
17452 \family default
17453 .
17454 \end_layout
17455
17456 \begin_layout Standard
17457 \begin_inset Float table
17458 placement h
17459 wide false
17460 sideways false
17461 status open
17462
17463 \begin_layout Plain Layout
17464 \begin_inset Caption Standard
17465
17466 \begin_layout Plain Layout
17467 \begin_inset CommandInset label
17468 LatexCommand label
17469 name "tab:Table-colored-using"
17470
17471 \end_inset
17472
17473 Table colored using the package 
17474 \series bold
17475 colortbl
17476 \series default
17477
17478 \begin_inset Argument 1
17479 status collapsed
17480
17481 \begin_layout Plain Layout
17482 Table with colortbl
17483 \end_layout
17484
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \begin_layout Plain Layout
17496 \align center
17497 \begin_inset Tabular
17498 <lyxtabular version="3" rows="3" columns="3">
17499 <features tabularvalignment="middle">
17500 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17501 <column alignment="center" valignment="top">
17502 <column alignment="center" valignment="top">
17503 <row>
17504 <cell alignment="center" valignment="top" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 \begin_inset ERT
17509 status collapsed
17510
17511 \begin_layout Plain Layout
17512
17513
17514 \backslash
17515 rowcolor{cyan}
17516 \end_layout
17517
17518 \end_inset
17519
17520
17521 \color magenta
17522 a
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531
17532 \color red
17533 b
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542
17543 \color red
17544 c
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555
17556 \color yellow
17557 d
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566
17567 \color blue
17568 e
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577
17578 \color blue
17579 f
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 </row>
17585 <row>
17586 <cell alignment="center" valignment="top" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \color yellow
17592 g
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \color blue
17603 h
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 \begin_inset ERT
17613 status collapsed
17614
17615 \begin_layout Plain Layout
17616
17617
17618 \backslash
17619 cellcolor{Maroon}
17620 \end_layout
17621
17622 \end_inset
17623
17624
17625 \color green
17626 i
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 </row>
17632 </lyxtabular>
17633
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \end_layout
17643
17644 \begin_layout Standard
17645 \begin_inset ERT
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649
17650
17651 \backslash
17652 else
17653 \end_layout
17654
17655 \end_inset
17656
17657
17658 \begin_inset Note Note
17659 status open
17660
17661 \begin_layout Plain Layout
17662 The following will be displayed when the \SpecialChar LaTeX
17663 -package 
17664 \series bold
17665 colortbl
17666 \series default
17667  is not installed:
17668 \end_layout
17669
17670 \end_inset
17671
17672
17673 \end_layout
17674
17675 \begin_layout Standard
17676 You need to install the package 
17677 \series bold
17678 colortbl
17679 \series default
17680  to see the content of this section in the output.
17681 \end_layout
17682
17683 \begin_layout Standard
17684 \begin_inset ERT
17685 status collapsed
17686
17687 \begin_layout Plain Layout
17688
17689
17690 \backslash
17691 fi
17692 \end_layout
17693
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \begin_layout Subsection
17700 Colored Rows
17701 \begin_inset Index idx
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705 Table Color ! for Rows
17706 \end_layout
17707
17708 \end_inset
17709
17710
17711 \begin_inset Index idx
17712 status collapsed
17713
17714 \begin_layout Plain Layout
17715 Color ! for Table Rows
17716 \end_layout
17717
17718 \end_inset
17719
17720
17721 \end_layout
17722
17723 \begin_layout Standard
17724 In case every second table row needs to be colored there is an alternative
17725  to the method described in the previous section: One loads the package
17726  
17727 \series bold
17728 xcolor
17729 \series default
17730
17731 \begin_inset Index idx
17732 status collapsed
17733
17734 \begin_layout Plain Layout
17735 \SpecialChar LaTeX
17736 -packages ! xcolor
17737 \begin_inset ERT
17738 status collapsed
17739
17740 \begin_layout Plain Layout
17741
17742
17743 \backslash
17744 vspace{4mm}
17745 \end_layout
17746
17747 \end_inset
17748
17749
17750 \end_layout
17751
17752 \end_inset
17753
17754  in the document preamble with the command
17755 \end_layout
17756
17757 \begin_layout Standard
17758
17759 \series bold
17760
17761 \backslash
17762 usepackage[table]{xcolor}
17763 \end_layout
17764
17765 \begin_layout Standard
17766
17767 \series bold
17768 xcolor
17769 \series default
17770  automatically loads also the package 
17771 \series bold
17772 colortbl
17773 \series default
17774
17775 \begin_inset Index idx
17776 status collapsed
17777
17778 \begin_layout Plain Layout
17779 \SpecialChar LaTeX
17780 -packages ! colortbl
17781 \end_layout
17782
17783 \end_inset
17784
17785 , so 
17786 \series bold
17787 colortbl
17788 \series default
17789  must be installed in your \SpecialChar LaTeX
17790 -distribution, otherwise you get \SpecialChar LaTeX
17791 -errors.
17792 \end_layout
17793
17794 \begin_layout Standard
17795 \begin_inset ERT
17796 status collapsed
17797
17798 \begin_layout Plain Layout
17799
17800
17801 \backslash
17802 ifcolortbl
17803 \end_layout
17804
17805 \end_inset
17806
17807
17808 \begin_inset Note Note
17809 status open
17810
17811 \begin_layout Plain Layout
17812 The following section part will only be displayed when the \SpecialChar LaTeX
17813 -package 
17814 \series bold
17815 colortbl
17816 \series default
17817  is installed.
17818 \end_layout
17819
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \begin_layout Standard
17826 The table rows are colored with the command
17827 \end_layout
17828
17829 \begin_layout Standard
17830
17831 \series bold
17832
17833 \backslash
17834 rowcolors[commands]{row number}{odd row color}{even row color}
17835 \end_layout
17836
17837 \begin_layout Standard
17838 that is either inserted in the document preamble or as \SpecialChar TeX
17839  Code before the
17840  first table to be colored.
17841  row
17842 \begin_inset space ~
17843 \end_inset
17844
17845 number is the number of the first row which should be colored according
17846  to the odd row color.
17847  commands can be additional commands that are executed before every table
17848  row.
17849  So for example the command
17850 \end_layout
17851
17852 \begin_layout Standard
17853
17854 \series bold
17855
17856 \backslash
17857 rowcolors{1}{white}{lightgray}
17858 \end_layout
17859
17860 \begin_layout Standard
17861 leads to the coloring scheme of Table
17862 \begin_inset space ~
17863 \end_inset
17864
17865
17866 \begin_inset CommandInset ref
17867 LatexCommand ref
17868 reference "tab:Table-rowcolors"
17869
17870 \end_inset
17871
17872 .
17873  The command
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879
17880 \backslash
17881 rowcolors[
17882 \backslash
17883 hline]{1}{lightgray}{cyan}
17884 \end_layout
17885
17886 \begin_layout Standard
17887 leads to the coloring scheme of Table
17888 \begin_inset space ~
17889 \end_inset
17890
17891
17892 \begin_inset CommandInset ref
17893 LatexCommand ref
17894 reference "tab:Table-rowcolors-2"
17895
17896 \end_inset
17897
17898 .
17899  If odd
17900 \begin_inset space ~
17901 \end_inset
17902
17903 row
17904 \begin_inset space ~
17905 \end_inset
17906
17907 color and/or even
17908 \begin_inset space ~
17909 \end_inset
17910
17911 row
17912 \begin_inset space ~
17913 \end_inset
17914
17915 color are left empty, no color will be used so that the command
17916 \end_layout
17917
17918 \begin_layout Standard
17919
17920 \series bold
17921
17922 \backslash
17923 rowcolors{1}{}{}
17924 \end_layout
17925
17926 \begin_layout Standard
17927 deletes all colors.
17928  
17929 \series bold
17930
17931 \backslash
17932 rowcolors
17933 \series default
17934  affects all tables following that command.
17935 \end_layout
17936
17937 \begin_layout Standard
17938 \begin_inset ERT
17939 status open
17940
17941 \begin_layout Plain Layout
17942
17943
17944 \backslash
17945 rowcolors{1}{white}{lightgray}
17946 \end_layout
17947
17948 \end_inset
17949
17950
17951 \end_layout
17952
17953 \begin_layout Standard
17954 \begin_inset Float table
17955 placement h
17956 wide false
17957 sideways false
17958 status open
17959
17960 \begin_layout Plain Layout
17961 \begin_inset Caption Standard
17962
17963 \begin_layout Plain Layout
17964 \begin_inset CommandInset label
17965 LatexCommand label
17966 name "tab:Table-rowcolors"
17967
17968 \end_inset
17969
17970 Table where every second row is colored light gray.
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \begin_layout Plain Layout
17979 \align center
17980 \begin_inset Tabular
17981 <lyxtabular version="3" rows="4" columns="3">
17982 <features tabularvalignment="middle">
17983 <column alignment="center" valignment="top">
17984 <column alignment="center" valignment="top" width="0pt">
17985 <column alignment="center" valignment="top" width="0pt">
17986 <row>
17987 <cell alignment="center" valignment="top" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 X
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 <cell alignment="center" valignment="top" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000 Y
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 Z
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 </row>
18015 <row>
18016 <cell alignment="center" valignment="top" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020 1
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell alignment="center" valignment="top" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029 2
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 <cell alignment="center" valignment="top" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038 3
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 </row>
18044 <row>
18045 <cell alignment="center" valignment="top" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049 4
18050 \end_layout
18051
18052 \end_inset
18053 </cell>
18054 <cell alignment="center" valignment="top" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058 5
18059 \end_layout
18060
18061 \end_inset
18062 </cell>
18063 <cell alignment="center" valignment="top" usebox="none">
18064 \begin_inset Text
18065
18066 \begin_layout Plain Layout
18067 6
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 </row>
18073 <row>
18074 <cell alignment="center" valignment="top" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078 7
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 8
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 <cell alignment="center" valignment="top" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096 9
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 </row>
18102 </lyxtabular>
18103
18104 \end_inset
18105
18106
18107 \end_layout
18108
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \begin_layout Standard
18115 \begin_inset ERT
18116 status open
18117
18118 \begin_layout Plain Layout
18119
18120
18121 \backslash
18122 rowcolors[
18123 \backslash
18124 hline]{1}{lightgray}{cyan}
18125 \end_layout
18126
18127 \end_inset
18128
18129
18130 \end_layout
18131
18132 \begin_layout Standard
18133 \begin_inset Float table
18134 placement h
18135 wide false
18136 sideways false
18137 status open
18138
18139 \begin_layout Plain Layout
18140 \begin_inset Caption Standard
18141
18142 \begin_layout Plain Layout
18143 \begin_inset CommandInset label
18144 LatexCommand label
18145 name "tab:Table-rowcolors-2"
18146
18147 \end_inset
18148
18149 Table where every second row is colored cyan and at which there is a line
18150  between each row.
18151 \end_layout
18152
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \begin_layout Plain Layout
18159 \align center
18160 \begin_inset Tabular
18161 <lyxtabular version="3" rows="4" columns="3">
18162 <features tabularvalignment="middle">
18163 <column alignment="center" valignment="top">
18164 <column alignment="center" valignment="top">
18165 <column alignment="center" valignment="top" width="0pt">
18166 <row>
18167 <cell alignment="center" valignment="top" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 X
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180 Y
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 <cell alignment="center" valignment="top" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189 Z
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 </row>
18195 <row>
18196 <cell alignment="center" valignment="top" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 1
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 2
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 3
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 </row>
18224 <row>
18225 <cell alignment="center" valignment="top" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229 4
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 5
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 <cell alignment="center" valignment="top" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247 6
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 </row>
18253 <row>
18254 <cell alignment="center" valignment="top" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 7
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 8
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 <cell alignment="center" valignment="top" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Plain Layout
18276 9
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 </row>
18282 </lyxtabular>
18283
18284 \end_inset
18285
18286
18287 \end_layout
18288
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \begin_layout Standard
18295 \begin_inset ERT
18296 status collapsed
18297
18298 \begin_layout Plain Layout
18299
18300
18301 \backslash
18302 rowcolors{1}{}{}
18303 \end_layout
18304
18305 \end_inset
18306
18307
18308 \begin_inset Note Note
18309 status collapsed
18310
18311 \begin_layout Plain Layout
18312 turns off the row coloring
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Standard
18321 \begin_inset ERT
18322 status collapsed
18323
18324 \begin_layout Plain Layout
18325
18326
18327 \backslash
18328 else
18329 \end_layout
18330
18331 \end_inset
18332
18333
18334 \begin_inset Note Note
18335 status open
18336
18337 \begin_layout Plain Layout
18338 The following will be displayed when the \SpecialChar LaTeX
18339 -package 
18340 \series bold
18341 colortbl
18342 \series default
18343  is not installed:
18344 \end_layout
18345
18346 \end_inset
18347
18348
18349 \end_layout
18350
18351 \begin_layout Standard
18352 You need to install the package 
18353 \series bold
18354 colortbl
18355 \series default
18356  to see the content of this section in the output.
18357 \end_layout
18358
18359 \begin_layout Standard
18360 \begin_inset ERT
18361 status collapsed
18362
18363 \begin_layout Plain Layout
18364
18365
18366 \backslash
18367 fi
18368 \end_layout
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \begin_layout Subsection
18376 Colored Lines
18377 \begin_inset Index idx
18378 status collapsed
18379
18380 \begin_layout Plain Layout
18381 Table Color ! for Lines
18382 \end_layout
18383
18384 \end_inset
18385
18386
18387 \begin_inset Index idx
18388 status collapsed
18389
18390 \begin_layout Plain Layout
18391 Color ! for Table Lines
18392 \end_layout
18393
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \begin_layout Standard
18400 As described in section
18401 \begin_inset space ~
18402 \end_inset
18403
18404
18405 \begin_inset CommandInset ref
18406 LatexCommand ref
18407 reference "subsec:Line-Thickness"
18408
18409 \end_inset
18410
18411 , the line thickness for all lines in a table can be adjusted with the length
18412  
18413 \series bold
18414
18415 \backslash
18416 arrayrulewidth
18417 \series default
18418 .
18419  It is set to 1.5
18420 \begin_inset space \thinspace{}
18421 \end_inset
18422
18423 pt for all tables of this section.
18424 \begin_inset ERT
18425 status collapsed
18426
18427 \begin_layout Plain Layout
18428
18429
18430 \backslash
18431 setlength{
18432 \backslash
18433 arrayrulewidth}{1.5pt}
18434 \end_layout
18435
18436 \end_inset
18437
18438
18439 \end_layout
18440
18441 \begin_layout Standard
18442 To color vertical lines for example with green, create the following column
18443  format in the document preamble, according to the description in section
18444 \begin_inset space ~
18445 \end_inset
18446
18447
18448 \begin_inset CommandInset ref
18449 LatexCommand ref
18450 reference "subsec:Customized-Format"
18451
18452 \end_inset
18453
18454 :
18455 \end_layout
18456
18457 \begin_layout Standard
18458
18459 \series bold
18460
18461 \backslash
18462 newcolumntype{W}{!{
18463 \backslash
18464 color{green}
18465 \backslash
18466 vline}}
18467 \end_layout
18468
18469 \begin_layout Standard
18470 For Table
18471 \begin_inset space ~
18472 \end_inset
18473
18474
18475 \begin_inset CommandInset ref
18476 LatexCommand ref
18477 reference "tab:Table-with-vertical-colored"
18478
18479 \end_inset
18480
18481  the \SpecialChar LaTeX
18482 -argument
18483 \series bold
18484  WcW
18485 \series default
18486  was used for the last column and
18487 \series bold
18488  Wc
18489 \series default
18490  for the other columns.
18491 \end_layout
18492
18493 \begin_layout Standard
18494 If you want to have several colors, define more column formats.
18495 \end_layout
18496
18497 \begin_layout Standard
18498 \begin_inset Float table
18499 placement h
18500 wide false
18501 sideways false
18502 status open
18503
18504 \begin_layout Plain Layout
18505 \begin_inset Caption Standard
18506
18507 \begin_layout Plain Layout
18508 \begin_inset CommandInset label
18509 LatexCommand label
18510 name "tab:Table-with-vertical-colored"
18511
18512 \end_inset
18513
18514 Table with colored vertical lines
18515 \end_layout
18516
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \begin_layout Plain Layout
18523 \align center
18524 \begin_inset Tabular
18525 <lyxtabular version="3" rows="3" columns="3">
18526 <features tabularvalignment="middle">
18527 <column alignment="center" valignment="top" special="Wc">
18528 <column alignment="center" valignment="top" special="Wc">
18529 <column alignment="center" valignment="top" special="WcW">
18530 <row>
18531 <cell alignment="center" valignment="top" topline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535 sd
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 <cell alignment="center" valignment="top" topline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 <cell alignment="center" valignment="top" topline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 </row>
18559 <row>
18560 <cell alignment="center" valignment="top" topline="true" usebox="none">
18561 \begin_inset Text
18562
18563 \begin_layout Plain Layout
18564
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 <cell alignment="center" valignment="top" topline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573 sd
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 <cell alignment="center" valignment="top" topline="true" usebox="none">
18579 \begin_inset Text
18580
18581 \begin_layout Plain Layout
18582
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 </row>
18588 <row>
18589 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611 sd
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 </row>
18617 </lyxtabular>
18618
18619 \end_inset
18620
18621
18622 \end_layout
18623
18624 \end_inset
18625
18626
18627 \end_layout
18628
18629 \begin_layout Standard
18630 \begin_inset VSpace bigskip
18631 \end_inset
18632
18633 To color all horizontal lines for example with red, as in Table
18634 \begin_inset space ~
18635 \end_inset
18636
18637
18638 \begin_inset CommandInset ref
18639 LatexCommand ref
18640 reference "tab:Table-with-horizontal-colored"
18641
18642 \end_inset
18643
18644 , insert these commands in \SpecialChar TeX
18645  code before the table or table float:
18646 \end_layout
18647
18648 \begin_layout Standard
18649
18650 \series bold
18651
18652 \backslash
18653 let
18654 \backslash
18655 myHlineC
18656 \backslash
18657 hline
18658 \begin_inset Newline newline
18659 \end_inset
18660
18661
18662 \backslash
18663 renewcommand{
18664 \backslash
18665 hline}
18666 \begin_inset Newline newline
18667 \end_inset
18668
18669
18670 \begin_inset Phantom HPhantom
18671 status open
18672
18673 \begin_layout Plain Layout
18674
18675 \series bold
18676 \begin_inset space ~
18677 \end_inset
18678
18679
18680 \end_layout
18681
18682 \end_inset
18683
18684 {
18685 \backslash
18686 arrayrulecolor{red}
18687 \backslash
18688 myHlineC
18689 \backslash
18690 arrayrulecolor{black}}
18691 \end_layout
18692
18693 \begin_layout Standard
18694 \begin_inset ERT
18695 status collapsed
18696
18697 \begin_layout Plain Layout
18698
18699
18700 \backslash
18701 let
18702 \backslash
18703 myHlineC
18704 \backslash
18705 hline
18706 \end_layout
18707
18708 \begin_layout Plain Layout
18709
18710
18711 \backslash
18712 renewcommand{
18713 \backslash
18714 hline}
18715 \end_layout
18716
18717 \begin_layout Plain Layout
18718
18719  {
18720 \backslash
18721 arrayrulecolor{red}
18722 \backslash
18723 myHlineC
18724 \backslash
18725 arrayrulecolor{black}}
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \begin_inset Float table
18732 placement h
18733 wide false
18734 sideways false
18735 status open
18736
18737 \begin_layout Plain Layout
18738 \begin_inset Caption Standard
18739
18740 \begin_layout Plain Layout
18741 \begin_inset CommandInset label
18742 LatexCommand label
18743 name "tab:Table-with-horizontal-colored"
18744
18745 \end_inset
18746
18747 Table with colored horizontal lines
18748 \end_layout
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \begin_layout Plain Layout
18756 \align center
18757 \begin_inset Tabular
18758 <lyxtabular version="3" rows="3" columns="3">
18759 <features tabularvalignment="middle">
18760 <column alignment="center" valignment="top">
18761 <column alignment="center" valignment="top">
18762 <column alignment="center" valignment="top">
18763 <row>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 sd
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 </row>
18792 <row>
18793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 sd
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 </row>
18821 <row>
18822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 sd
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 </row>
18850 </lyxtabular>
18851
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \begin_layout Standard
18863 To return to the default line color black, insert this command in \SpecialChar TeX
18864  code
18865  after the table or table float:
18866 \end_layout
18867
18868 \begin_layout Standard
18869
18870 \series bold
18871
18872 \backslash
18873 renewcommand{
18874 \backslash
18875 hline}{
18876 \backslash
18877 myHlineC}
18878 \end_layout
18879
18880 \begin_layout Standard
18881 Table
18882 \begin_inset space ~
18883 \end_inset
18884
18885
18886 \begin_inset CommandInset ref
18887 LatexCommand ref
18888 reference "tab:Table-with-colored"
18889
18890 \end_inset
18891
18892  is an example with colored vertical and horizontal lines.
18893 \end_layout
18894
18895 \begin_layout Standard
18896 \begin_inset Float table
18897 placement h
18898 wide false
18899 sideways false
18900 status open
18901
18902 \begin_layout Plain Layout
18903 \begin_inset Caption Standard
18904
18905 \begin_layout Plain Layout
18906 \begin_inset CommandInset label
18907 LatexCommand label
18908 name "tab:Table-with-colored"
18909
18910 \end_inset
18911
18912 Table with colored lines
18913 \end_layout
18914
18915 \end_inset
18916
18917
18918 \end_layout
18919
18920 \begin_layout Plain Layout
18921 \align center
18922 \begin_inset Tabular
18923 <lyxtabular version="3" rows="3" columns="3">
18924 <features tabularvalignment="middle">
18925 <column alignment="center" valignment="top" special="Wc">
18926 <column alignment="center" valignment="top" special="Wc">
18927 <column alignment="center" valignment="top" special="WcW">
18928 <row>
18929 <cell alignment="center" valignment="top" topline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 sd
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 <row>
18958 <cell alignment="center" valignment="top" topline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 sd
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 </row>
18986 <row topspace="default">
18987 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 sd
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 </row>
19015 </lyxtabular>
19016
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \begin_layout Standard
19028 \begin_inset ERT
19029 status collapsed
19030
19031 \begin_layout Plain Layout
19032
19033
19034 \backslash
19035 renewcommand{
19036 \backslash
19037 hline}{
19038 \backslash
19039 myHlineC}
19040 \end_layout
19041
19042 \end_inset
19043
19044
19045 \end_layout
19046
19047 \begin_layout Standard
19048 \begin_inset ERT
19049 status collapsed
19050
19051 \begin_layout Plain Layout
19052
19053
19054 \backslash
19055 setlength{
19056 \backslash
19057 arrayrulewidth}{1.2pt}
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Standard
19066 To color only some of the table lines another strategy is necessary.
19067  To color all following horizontal lines, insert this command as \SpecialChar TeX
19068  code as
19069  last thing in the row that should be above the first colored line:
19070 \end_layout
19071
19072 \begin_layout Standard
19073
19074 \series bold
19075
19076 \backslash
19077
19078 \backslash
19079
19080 \backslash
19081 arrayrulecolor{blue}%
19082 \end_layout
19083
19084 \begin_layout Standard
19085 To go back to black lines, add this command as first thing in the row that
19086  is above the black lines:
19087 \end_layout
19088
19089 \begin_layout Standard
19090
19091 \series bold
19092
19093 \backslash
19094 arrayrulecolor{black}
19095 \end_layout
19096
19097 \begin_layout Standard
19098 With this one can color table lines like in Table
19099 \begin_inset space ~
19100 \end_inset
19101
19102
19103 \begin_inset CommandInset ref
19104 LatexCommand ref
19105 reference "tab:Table-with-different-hor"
19106
19107 \end_inset
19108
19109 .
19110  However, with this method it is not possible to color the line above the
19111  first row of a table.
19112 \end_layout
19113
19114 \begin_layout Standard
19115 \begin_inset Float table
19116 wide false
19117 sideways false
19118 status open
19119
19120 \begin_layout Plain Layout
19121 \begin_inset Caption Standard
19122
19123 \begin_layout Plain Layout
19124 \begin_inset CommandInset label
19125 LatexCommand label
19126 name "tab:Table-with-different-hor"
19127
19128 \end_inset
19129
19130 Table with different horizontal line colors.
19131 \end_layout
19132
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \begin_layout Plain Layout
19139 \align center
19140 \begin_inset Tabular
19141 <lyxtabular version="3" rows="6" columns="7">
19142 <features tabularvalignment="middle">
19143 <column alignment="center" valignment="top">
19144 <column alignment="center" valignment="top">
19145 <column alignment="center" valignment="top">
19146 <column alignment="center" valignment="top">
19147 <column alignment="center" valignment="top">
19148 <column alignment="center" valignment="top">
19149 <column alignment="center" valignment="top">
19150 <row>
19151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \end_layout
19166
19167 \end_inset
19168 </cell>
19169 <cell alignment="center" valignment="top" topline="true" usebox="none">
19170 \begin_inset Text
19171
19172 \begin_layout Plain Layout
19173
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 <cell alignment="center" valignment="top" topline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 <cell alignment="center" valignment="top" topline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 <cell alignment="center" valignment="top" topline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209 \begin_inset ERT
19210 status open
19211
19212 \begin_layout Plain Layout
19213
19214
19215 \backslash
19216
19217 \backslash
19218
19219 \backslash
19220 arrayrulecolor{blue}%
19221 \end_layout
19222
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 </row>
19231 <row>
19232 <cell alignment="center" valignment="top" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236 Y
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 <cell alignment="center" valignment="top" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290 Y
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 </row>
19296 <row>
19297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 \begin_inset ERT
19302 status open
19303
19304 \begin_layout Plain Layout
19305
19306
19307 \backslash
19308 arrayrulecolor{black}
19309 \end_layout
19310
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 <cell alignment="center" valignment="top" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 <cell alignment="center" valignment="top" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 </row>
19373 <row>
19374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 <cell alignment="center" valignment="top" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 \begin_inset ERT
19433 status collapsed
19434
19435 \begin_layout Plain Layout
19436
19437
19438 \backslash
19439
19440 \backslash
19441
19442 \backslash
19443 arrayrulecolor{green}%
19444 \end_layout
19445
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 <row>
19455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 </row>
19519 <row>
19520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524 \begin_inset ERT
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528
19529
19530 \backslash
19531 arrayrulecolor{black}
19532 \end_layout
19533
19534 \end_inset
19535
19536 B
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 \begin_inset ERT
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594
19595
19596 \backslash
19597
19598 \backslash
19599
19600 \backslash
19601 arrayrulecolor{blue}%
19602 \end_layout
19603
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 </lyxtabular>
19613
19614 \end_inset
19615
19616
19617 \end_layout
19618
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \begin_layout Standard
19625 To change the color of vertical lines within a row, like in Table
19626 \begin_inset space ~
19627 \end_inset
19628
19629
19630 \begin_inset CommandInset ref
19631 LatexCommand ref
19632 reference "tab:Table-with-different-ver"
19633
19634 \end_inset
19635
19636 , one needs to use multicolumns.
19637  At first one needs to remove all vertical lines that don't run along the
19638  whole column.
19639  Now one colors all lines using the command
19640 \end_layout
19641
19642 \begin_layout Standard
19643
19644 \series bold
19645
19646 \backslash
19647
19648 \backslash
19649
19650 \backslash
19651 arrayrulecolor{blue}%
19652 \end_layout
19653
19654 \begin_layout Standard
19655 as above.
19656  Finally one inserts this command as \SpecialChar TeX
19657  code to every cell in the row where
19658  one needs a vertical line in a different color:
19659 \end_layout
19660
19661 \begin_layout Standard
19662
19663 \series bold
19664
19665 \backslash
19666 multicolumn{1}{!{
19667 \backslash
19668 color{green}
19669 \backslash
19670 vline}c!{
19671 \backslash
19672 color{red}
19673 \backslash
19674 vline}}{
19675 \end_layout
19676
19677 \begin_layout Standard
19678 This adds a vertical line to both sides of the cell.
19679  The left one will be green, the right one red.
19680  If no color change is necessary one can omit the 
19681 \series bold
19682
19683 \backslash
19684 color
19685 \series default
19686  command in the above command.
19687  To get for example a black left line and a blue right line you can write:
19688 \end_layout
19689
19690 \begin_layout Standard
19691
19692 \series bold
19693
19694 \backslash
19695 multicolumn{1}{!{
19696 \backslash
19697 color{black}
19698 \backslash
19699 vline}c|}{
19700 \end_layout
19701
19702 \begin_layout Standard
19703 because the color blue was already set for all lines.
19704  The 
19705 \series bold
19706 |
19707 \series default
19708  creates hereby the vertical line while 
19709 \series bold
19710
19711 \backslash
19712 vline
19713 \series default
19714  does this when 
19715 \series bold
19716
19717 \backslash
19718 color
19719 \series default
19720  is used.
19721  To set vertical lines without changing any color use
19722 \end_layout
19723
19724 \begin_layout Standard
19725
19726 \series bold
19727
19728 \backslash
19729 multicolumn{1}{|c|}{
19730 \end_layout
19731
19732 \begin_layout Standard
19733 After this command insert the cell content the normal way and end the cell
19734  with a closing brace 
19735 \series bold
19736 }
19737 \series default
19738  in \SpecialChar TeX
19739  code.
19740 \end_layout
19741
19742 \begin_layout Standard
19743 \begin_inset Float table
19744 wide false
19745 sideways false
19746 status open
19747
19748 \begin_layout Plain Layout
19749 \begin_inset Caption Standard
19750
19751 \begin_layout Plain Layout
19752 \begin_inset CommandInset label
19753 LatexCommand label
19754 name "tab:Table-with-different-ver"
19755
19756 \end_inset
19757
19758 Table with different vertical line colors in one row.
19759 \end_layout
19760
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \begin_layout Plain Layout
19767 \align center
19768 \begin_inset Tabular
19769 <lyxtabular version="3" rows="5" columns="7">
19770 <features tabularvalignment="middle">
19771 <column alignment="center" valignment="top">
19772 <column alignment="center" valignment="top">
19773 <column alignment="center" valignment="top">
19774 <column alignment="center" valignment="top">
19775 <column alignment="center" valignment="top">
19776 <column alignment="center" valignment="top">
19777 <column alignment="center" valignment="top">
19778 <row>
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 <cell alignment="center" valignment="top" topline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" topline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" topline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 \begin_inset ERT
19838 status open
19839
19840 \begin_layout Plain Layout
19841
19842
19843 \backslash
19844
19845 \backslash
19846
19847 \backslash
19848 arrayrulecolor{red}%
19849 \end_layout
19850
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 <row>
19860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864 \begin_inset ERT
19865 status open
19866
19867 \begin_layout Plain Layout
19868
19869
19870 \backslash
19871 multicolumn{1}{!{
19872 \backslash
19873 color{black}
19874 \backslash
19875 vline}c|}{
19876 \end_layout
19877
19878 \end_inset
19879
19880 Y
19881 \begin_inset ERT
19882 status collapsed
19883
19884 \begin_layout Plain Layout
19885
19886 }
19887 \end_layout
19888
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 \begin_inset ERT
19937 status open
19938
19939 \begin_layout Plain Layout
19940
19941
19942 \backslash
19943 multicolumn{1}{c|}{
19944 \end_layout
19945
19946 \end_inset
19947
19948
19949 \begin_inset ERT
19950 status collapsed
19951
19952 \begin_layout Plain Layout
19953
19954 }
19955 \end_layout
19956
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968 \begin_inset ERT
19969 status open
19970
19971 \begin_layout Plain Layout
19972
19973
19974 \backslash
19975 multicolumn{1}{c!{
19976 \backslash
19977 color{black}
19978 \backslash
19979 vline}}{
19980 \end_layout
19981
19982 \end_inset
19983
19984 Y
19985 \begin_inset ERT
19986 status collapsed
19987
19988 \begin_layout Plain Layout
19989
19990 }
19991 \end_layout
19992
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 <row>
20002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006 \begin_inset ERT
20007 status collapsed
20008
20009 \begin_layout Plain Layout
20010
20011
20012 \backslash
20013 arrayrulecolor{black}
20014 \end_layout
20015
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 <cell alignment="center" valignment="top" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" 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" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072 \begin_inset ERT
20073 status collapsed
20074
20075 \begin_layout Plain Layout
20076
20077
20078 \backslash
20079
20080 \backslash
20081
20082 \backslash
20083 arrayrulecolor{magenta}%
20084 \end_layout
20085
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 </row>
20094 <row>
20095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099 \begin_inset ERT
20100 status collapsed
20101
20102 \begin_layout Plain Layout
20103
20104
20105 \backslash
20106 multicolumn{1}{|c!{
20107 \backslash
20108 color{red}
20109 \backslash
20110 vline}}{
20111 \end_layout
20112
20113 \end_inset
20114
20115
20116 \begin_inset ERT
20117 status collapsed
20118
20119 \begin_layout Plain Layout
20120
20121 }
20122 \end_layout
20123
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 \begin_inset ERT
20136 status collapsed
20137
20138 \begin_layout Plain Layout
20139
20140
20141 \backslash
20142 multicolumn{1}{c!{
20143 \backslash
20144 color{green}
20145 \backslash
20146 vline}}{
20147 \end_layout
20148
20149 \end_inset
20150
20151
20152 \begin_inset ERT
20153 status collapsed
20154
20155 \begin_layout Plain Layout
20156
20157 }
20158 \end_layout
20159
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171 \begin_inset ERT
20172 status collapsed
20173
20174 \begin_layout Plain Layout
20175
20176
20177 \backslash
20178 multicolumn{1}{c!{
20179 \backslash
20180 color{yellow}
20181 \backslash
20182 vline}}{
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \begin_inset ERT
20189 status collapsed
20190
20191 \begin_layout Plain Layout
20192
20193 }
20194 \end_layout
20195
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207 \begin_inset ERT
20208 status collapsed
20209
20210 \begin_layout Plain Layout
20211
20212
20213 \backslash
20214 multicolumn{1}{c!{
20215 \backslash
20216 color{blue}
20217 \backslash
20218 vline}}{
20219 \end_layout
20220
20221 \end_inset
20222
20223
20224 \begin_inset ERT
20225 status collapsed
20226
20227 \begin_layout Plain Layout
20228
20229 }
20230 \end_layout
20231
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243 \begin_inset ERT
20244 status collapsed
20245
20246 \begin_layout Plain Layout
20247
20248
20249 \backslash
20250 multicolumn{1}{c!{
20251 \backslash
20252 color{cyan}
20253 \backslash
20254 vline}}{
20255 \end_layout
20256
20257 \end_inset
20258
20259
20260 \begin_inset ERT
20261 status collapsed
20262
20263 \begin_layout Plain Layout
20264
20265 }
20266 \end_layout
20267
20268 \end_inset
20269
20270
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279 \begin_inset ERT
20280 status collapsed
20281
20282 \begin_layout Plain Layout
20283
20284
20285 \backslash
20286 multicolumn{1}{c!{
20287 \backslash
20288 color{black}
20289 \backslash
20290 vline}}{
20291 \end_layout
20292
20293 \end_inset
20294
20295
20296 \begin_inset ERT
20297 status collapsed
20298
20299 \begin_layout Plain Layout
20300
20301 }
20302 \end_layout
20303
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315 \begin_inset ERT
20316 status collapsed
20317
20318 \begin_layout Plain Layout
20319
20320
20321 \backslash
20322 multicolumn{1}{c|}{
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \begin_inset ERT
20329 status collapsed
20330
20331 \begin_layout Plain Layout
20332
20333 }
20334 \end_layout
20335
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349 \begin_inset ERT
20350 status collapsed
20351
20352 \begin_layout Plain Layout
20353
20354
20355 \backslash
20356 arrayrulecolor{black}
20357 \end_layout
20358
20359 \end_inset
20360
20361 B
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397
20398 \end_layout
20399
20400 \end_inset
20401 </cell>
20402 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 </row>
20421 </lyxtabular>
20422
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \begin_layout Standard
20434 \begin_inset ERT
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438
20439
20440 \backslash
20441 setlength{
20442 \backslash
20443 arrayrulewidth}{0.4pt}
20444 \end_layout
20445
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \begin_layout Section
20452 Rotated Table Cells
20453 \begin_inset CommandInset label
20454 LatexCommand label
20455 name "sec:Rotated-Table-Cells"
20456
20457 \end_inset
20458
20459
20460 \begin_inset Index idx
20461 status collapsed
20462
20463 \begin_layout Plain Layout
20464 Table ! Rotated Cells
20465 \end_layout
20466
20467 \end_inset
20468
20469
20470 \begin_inset Index idx
20471 status collapsed
20472
20473 \begin_layout Plain Layout
20474 Rotated Material
20475 \end_layout
20476
20477 \end_inset
20478
20479
20480 \end_layout
20481
20482 \begin_layout Standard
20483 \begin_inset Note Greyedout
20484 status open
20485
20486 \begin_layout Plain Layout
20487
20488 \series bold
20489 Note:
20490 \series default
20491  Not all DVI-viewers are able to display rotations.
20492 \end_layout
20493
20494 \end_inset
20495
20496
20497 \end_layout
20498
20499 \begin_layout Standard
20500 Table
20501 \begin_inset space ~
20502 \end_inset
20503
20504
20505 \begin_inset CommandInset ref
20506 LatexCommand ref
20507 reference "tab:Table-with-rotated"
20508 plural "false"
20509 caps "false"
20510 noprefix "false"
20511
20512 \end_inset
20513
20514  is an example where 3
20515 \begin_inset space ~
20516 \end_inset
20517
20518 cells were rotated by 45
20519 \begin_inset space \thinspace{}
20520 \end_inset
20521
20522 °.
20523 \end_layout
20524
20525 \begin_layout Standard
20526 \begin_inset Float table
20527 placement h
20528 wide false
20529 sideways false
20530 status open
20531
20532 \begin_layout Plain Layout
20533 \begin_inset Caption Standard
20534
20535 \begin_layout Plain Layout
20536 \begin_inset CommandInset label
20537 LatexCommand label
20538 name "tab:Table-with-rotated"
20539
20540 \end_inset
20541
20542 Table with rotated cells in the first row.
20543 \end_layout
20544
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \begin_layout Plain Layout
20551 \noindent
20552 \align center
20553 \begin_inset Tabular
20554 <lyxtabular version="3" rows="2" columns="3">
20555 <features tabularvalignment="middle">
20556 <column alignment="center" valignment="top" width="0pt">
20557 <column alignment="center" valignment="top" width="0pt">
20558 <column alignment="center" valignment="top" width="0pt">
20559 <row>
20560 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 cups
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 plates
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 saucers
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593 45
20594 \end_layout
20595
20596 \end_inset
20597 </cell>
20598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602 33
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611 21
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 </lyxtabular>
20618
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \end_inset
20625
20626
20627 \end_layout
20628
20629 \begin_layout Standard
20630 \begin_inset Note Greyedout
20631 status open
20632
20633 \begin_layout Plain Layout
20634
20635 \series bold
20636 Note:
20637 \series default
20638  Line breaks (shortcut 
20639 \begin_inset Info
20640 type  "shortcut"
20641 arg   "newline-insert newline"
20642 \end_inset
20643
20644 ) are not allowed in rotated cells.
20645 \end_layout
20646
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \begin_layout Standard
20653 If you want to rotate table cells containing line breaks, you have to put
20654  the cell content into a minipage or a parbox.
20655 \begin_inset Foot
20656 status collapsed
20657
20658 \begin_layout Plain Layout
20659 For more about these boxes see sec.
20660 \begin_inset space \thinspace{}
20661 \end_inset
20662
20663
20664 \begin_inset CommandInset ref
20665 LatexCommand ref
20666 reference "sec:Minipages"
20667
20668 \end_inset
20669
20670  and 
20671 \begin_inset CommandInset ref
20672 LatexCommand ref
20673 reference "sec:Parboxes"
20674
20675 \end_inset
20676
20677 .
20678 \end_layout
20679
20680 \end_inset
20681
20682  If you rotate this cell by 90
20683 \begin_inset space \thinspace{}
20684 \end_inset
20685
20686 ° the width of the box is the height of the cell.
20687  Table
20688 \begin_inset space ~
20689 \end_inset
20690
20691
20692 \begin_inset CommandInset ref
20693 LatexCommand ref
20694 reference "tab:Table-with-rotated-multi"
20695
20696 \end_inset
20697
20698  is an example for a rotated multiline cell where the box width was set
20699  to 3
20700 \begin_inset space \thinspace{}
20701 \end_inset
20702
20703 cm.
20704 \end_layout
20705
20706 \begin_layout Standard
20707 \begin_inset Float table
20708 wide false
20709 sideways false
20710 status open
20711
20712 \begin_layout Plain Layout
20713 \begin_inset Caption Standard
20714
20715 \begin_layout Plain Layout
20716 \begin_inset CommandInset label
20717 LatexCommand label
20718 name "tab:Table-with-rotated-multi"
20719
20720 \end_inset
20721
20722 Table with rotated multiline cell.
20723 \end_layout
20724
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \begin_layout Plain Layout
20731 \noindent
20732 \align center
20733 \begin_inset Tabular
20734 <lyxtabular version="3" rows="2" columns="3">
20735 <features tabularvalignment="middle">
20736 <column alignment="center" valignment="top">
20737 <column alignment="center" valignment="top" width="0pt">
20738 <column alignment="center" valignment="top">
20739 <row>
20740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744 a
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753 \begin_inset Box Frameless
20754 position "t"
20755 hor_pos "c"
20756 has_inner_box 1
20757 inner_pos "t"
20758 use_parbox 0
20759 use_makebox 0
20760 width "3cm"
20761 special "none"
20762 height "1in"
20763 height_special "totalheight"
20764 thickness "0.4pt"
20765 separation "3pt"
20766 shadowsize "4pt"
20767 framecolor "black"
20768 backgroundcolor "none"
20769 status open
20770
20771 \begin_layout Plain Layout
20772 rotated cell
20773 \begin_inset Newline newline
20774 \end_inset
20775
20776 with line break
20777 \end_layout
20778
20779 \end_inset
20780
20781
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790 e
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 <row>
20797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 b
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810 c
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819 d
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 </row>
20825 </lyxtabular>
20826
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \begin_layout Section
20838 Table Width Calculation
20839 \begin_inset CommandInset label
20840 LatexCommand label
20841 name "sec:Table-Width-Calculation"
20842
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \begin_layout Standard
20849 For wide tables it is sometimes difficult to assure that the table does
20850  not protrude over the page margin.
20851  Setting a fixed width for every column of the table is the solution, but
20852  what amount of space is needed for each column?
20853 \end_layout
20854
20855 \begin_layout Standard
20856 The table width 
20857 \begin_inset Formula $W_{\mathrm{table}}$
20858 \end_inset
20859
20860  can be calculated: Every column has the width of the specified column width
20861  
20862 \begin_inset Formula $W_{\mathrm{column}}$
20863 \end_inset
20864
20865  (that the content of the column can consume) plus two times the separation
20866  between the column content and the column border (\SpecialChar LaTeX
20867  length
20868 \series bold
20869  
20870 \backslash
20871 tabcolsep
20872 \series default
20873 , default 6
20874 \begin_inset space \thinspace{}
20875 \end_inset
20876
20877 pt) plus the width of a border line (\SpecialChar LaTeX
20878  length 
20879 \series bold
20880
20881 \backslash
20882 arrayrulewidth
20883 \series default
20884 , default 0.4
20885 \begin_inset space \thinspace{}
20886 \end_inset
20887
20888 pt): So if all 
20889 \begin_inset Formula $n$
20890 \end_inset
20891
20892
20893 \begin_inset space ~
20894 \end_inset
20895
20896 columns have the same width, the table width is
20897 \begin_inset Formula 
20898 \begin{equation}
20899 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20900 \end{equation}
20901
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \begin_layout Standard
20908 The available width for a table is the space between the page margins or
20909  the width of a text column (for a two-column document) (\SpecialChar LaTeX
20910  length 
20911 \series bold
20912
20913 \backslash
20914 columnwidth
20915 \series default
20916 ).
20917  If all table columns should have the same width and 
20918 \begin_inset Formula $W_{\mathrm{table}}$
20919 \end_inset
20920
20921  should be 1
20922 \begin_inset space \thinspace{}
20923 \end_inset
20924
20925
20926 \backslash
20927 columnwidth, 
20928 \begin_inset Formula $W_{\mathrm{column}}$
20929 \end_inset
20930
20931  can easily be calculated.
20932 \end_layout
20933
20934 \begin_layout Standard
20935 To be able to perform calculations you need to load the \SpecialChar LaTeX
20936 -package 
20937 \series bold
20938 calc
20939 \series default
20940
20941 \begin_inset Index idx
20942 status collapsed
20943
20944 \begin_layout Plain Layout
20945 \SpecialChar LaTeX
20946 -packages ! calc
20947 \end_layout
20948
20949 \end_inset
20950
20951  in the document preamble.
20952  To set the width in the table dialog you have to use the field 
20953 \family sans
20954 \SpecialChar LaTeX
20955  argument
20956 \family default
20957 .
20958  The command scheme for this field is the same that is explained in section
20959 \begin_inset space ~
20960 \end_inset
20961
20962
20963 \begin_inset CommandInset ref
20964 LatexCommand ref
20965 reference "subsec:Multicolumn-Calculations"
20966
20967 \end_inset
20968
20969 .
20970  For a table with 5
20971 \begin_inset space \thinspace{}
20972 \end_inset
20973
20974 columns with an uniform width and centered text, enter there for each column
20975  the command
20976 \end_layout
20977
20978 \begin_layout Standard
20979
20980 \series bold
20981 >{
20982 \backslash
20983 centering}p{(1
20984 \backslash
20985 columnwidth-62.4pt)/5}
20986 \end_layout
20987
20988 \begin_layout Standard
20989 For a table with 5
20990 \begin_inset space \thinspace{}
20991 \end_inset
20992
20993 columns where 2 should have 0.75
20994 \begin_inset space ~
20995 \end_inset
20996
20997 times the width than the 3 others, the calculation is
20998 \begin_inset Formula 
20999 \begin{align}
21000 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21001  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21002  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
21003 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21004 \end{align}
21005
21006 \end_inset
21007
21008
21009 \end_layout
21010
21011 \begin_layout Standard
21012 In the table therefore the command
21013 \end_layout
21014
21015 \begin_layout Standard
21016
21017 \series bold
21018 >{
21019 \backslash
21020 centering}p{(1
21021 \backslash
21022 columnwidth-62.4pt)/
21023 \backslash
21024 real{4.5}}
21025 \end_layout
21026
21027 \begin_layout Standard
21028 is used for the wider columns and
21029 \end_layout
21030
21031 \begin_layout Standard
21032
21033 \series bold
21034 >{
21035 \backslash
21036 centering}p{(1
21037 \backslash
21038 columnwidth-62.4pt)/
21039 \backslash
21040 real{4.5}*
21041 \backslash
21042 real{0.75}}
21043 \end_layout
21044
21045 \begin_layout Standard
21046 for the smaller ones:
21047 \end_layout
21048
21049 \begin_layout Standard
21050 \begin_inset Tabular
21051 <lyxtabular version="3" rows="2" columns="5">
21052 <features tabularvalignment="middle">
21053 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21054 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21055 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21056 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21057 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21058 <row>
21059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 1
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 2
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 3
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 4
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 5
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 </row>
21105 <row>
21106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 111111 1111111 111111 111111111 11111 11111 1111
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 2222 22222 222222 222222222 2222222 22 22222
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21143 \begin_inset Text
21144
21145 \begin_layout Plain Layout
21146 333333 333333 333333 33333 3333333 333
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 </lyxtabular>
21153
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \begin_layout Section
21160 Table Customization
21161 \begin_inset Index idx
21162 status collapsed
21163
21164 \begin_layout Plain Layout
21165 Table Customization
21166 \end_layout
21167
21168 \end_inset
21169
21170
21171 \begin_inset Index idx
21172 status collapsed
21173
21174 \begin_layout Plain Layout
21175 Table ! Customization
21176 \end_layout
21177
21178 \end_inset
21179
21180
21181 \end_layout
21182
21183 \begin_layout Subsection
21184 Row Spacing
21185 \begin_inset CommandInset label
21186 LatexCommand label
21187 name "subsec:Row-Spacing"
21188
21189 \end_inset
21190
21191
21192 \begin_inset Index idx
21193 status collapsed
21194
21195 \begin_layout Plain Layout
21196 Table Customization ! Row Spacing
21197 \end_layout
21198
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \begin_layout Standard
21205 You can add vertical space to table rows in the 
21206 \family sans
21207 Borders
21208 \family default
21209  tab of the table dialog.
21210  You find there three possibilities:
21211 \end_layout
21212
21213 \begin_layout Description
21214 Top
21215 \begin_inset space ~
21216 \end_inset
21217
21218 of
21219 \begin_inset space ~
21220 \end_inset
21221
21222 row will add space above the characters of the table row.
21223  If the table is a formal table
21224 \begin_inset Foot
21225 status collapsed
21226
21227 \begin_layout Plain Layout
21228 Formal tables are explained in section
21229 \begin_inset space ~
21230 \end_inset
21231
21232
21233 \begin_inset CommandInset ref
21234 LatexCommand ref
21235 reference "sec:Formal-Tables"
21236
21237 \end_inset
21238
21239 .
21240 \end_layout
21241
21242 \end_inset
21243
21244  \SpecialChar LyX
21245  will insert as default 0.5
21246 \begin_inset space \thinspace{}
21247 \end_inset
21248
21249 em space.
21250  For normal tables the inserted space will unfortunately destroy the vertical
21251  table lines as in the following table:
21252 \begin_inset VSpace medskip
21253 \end_inset
21254
21255
21256 \begin_inset Newline newline
21257 \end_inset
21258
21259
21260 \begin_inset space \hspace*{}
21261 \length 0pt
21262 \end_inset
21263
21264
21265 \begin_inset space \hfill{}
21266 \end_inset
21267
21268
21269 \begin_inset Tabular
21270 <lyxtabular version="3" rows="3" columns="1">
21271 <features tabularvalignment="middle">
21272 <column alignment="center" valignment="top">
21273 <row>
21274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 A
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 </row>
21284 <row topspace="3mm">
21285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289 3
21290 \begin_inset space \thinspace{}
21291 \end_inset
21292
21293 mm space top of row
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 </row>
21299 <row>
21300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304 C
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 </row>
21310 </lyxtabular>
21311
21312 \end_inset
21313
21314
21315 \begin_inset space \hfill{}
21316 \end_inset
21317
21318
21319 \begin_inset space \hspace*{}
21320 \length 0pt
21321 \end_inset
21322
21323
21324 \begin_inset VSpace medskip
21325 \end_inset
21326
21327
21328 \begin_inset Newline newline
21329 \end_inset
21330
21331 So inserting space in the top of row for normal tables is only useful when
21332  you don't have vertical lines.
21333 \end_layout
21334
21335 \begin_layout Description
21336 Bottom
21337 \begin_inset space ~
21338 \end_inset
21339
21340 of
21341 \begin_inset space ~
21342 \end_inset
21343
21344 row will add space below the characters of the table row.
21345  If the table is a formal table \SpecialChar LyX
21346  will insert as default 0.5
21347 \begin_inset space \thinspace{}
21348 \end_inset
21349
21350 em space, for normal tables the default size is 2
21351 \begin_inset space \thinspace{}
21352 \end_inset
21353
21354 pt.
21355 \end_layout
21356
21357 \begin_layout Description
21358 Between
21359 \begin_inset space ~
21360 \end_inset
21361
21362 rows adds space between the current and the following row.
21363  If the table is a formal table \SpecialChar LyX
21364  will insert as default 0.5
21365 \begin_inset space \thinspace{}
21366 \end_inset
21367
21368 em space.
21369  For normal tables the inserted space will unfortunately destroy the vertical
21370  table lines as in the following table:
21371 \begin_inset VSpace medskip
21372 \end_inset
21373
21374
21375 \begin_inset Newline newline
21376 \end_inset
21377
21378
21379 \begin_inset space \hspace*{}
21380 \length 0pt
21381 \end_inset
21382
21383
21384 \begin_inset space \hfill{}
21385 \end_inset
21386
21387
21388 \begin_inset Tabular
21389 <lyxtabular version="3" rows="3" columns="1">
21390 <features tabularvalignment="middle">
21391 <column alignment="center" valignment="top">
21392 <row>
21393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397 A
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 <row interlinespace="3mm">
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408 \begin_inset Formula $\downarrow$
21409 \end_inset
21410
21411  3
21412 \begin_inset space \thinspace{}
21413 \end_inset
21414
21415 mm space between row 
21416 \begin_inset Formula $\downarrow$
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 </row>
21425 <row>
21426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 \begin_inset Formula $\uparrow$
21431 \end_inset
21432
21433  3
21434 \begin_inset space \thinspace{}
21435 \end_inset
21436
21437 mm space between row 
21438 \begin_inset Formula $\uparrow$
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 </row>
21447 </lyxtabular>
21448
21449 \end_inset
21450
21451
21452 \begin_inset space \hfill{}
21453 \end_inset
21454
21455
21456 \begin_inset space \hspace*{}
21457 \length 0pt
21458 \end_inset
21459
21460
21461 \begin_inset VSpace medskip
21462 \end_inset
21463
21464
21465 \begin_inset Newline newline
21466 \end_inset
21467
21468 So inserting space between rows for normal tables is only useful when you
21469  don't have vertical lines.
21470 \end_layout
21471
21472 \begin_layout Standard
21473 \begin_inset VSpace bigskip
21474 \end_inset
21475
21476 When you want to add extra height to all cells of all tables, you can do
21477  this with the following preamble lines:
21478 \end_layout
21479
21480 \begin_layout Standard
21481
21482 \series bold
21483
21484 \backslash
21485 @ifundefined{extrarowheight}
21486 \begin_inset Newline newline
21487 \end_inset
21488
21489
21490 \begin_inset Phantom HPhantom
21491 status open
21492
21493 \begin_layout Plain Layout
21494
21495 \series bold
21496 \begin_inset space ~
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \end_inset
21503
21504 {
21505 \backslash
21506 usepackage{array}}{}
21507 \begin_inset Newline newline
21508 \end_inset
21509
21510
21511 \backslash
21512 setlength{
21513 \backslash
21514 extrarowheight}{height}
21515 \series default
21516
21517 \begin_inset Note Note
21518 status collapsed
21519
21520 \begin_layout Plain Layout
21521 The package 
21522 \series bold
21523 array
21524 \series default
21525  will be loaded automatically by \SpecialChar LyX
21526  when you use self defined table formats.
21527  To avoid that it is loaded twice the command 
21528 \series bold
21529
21530 \backslash
21531 @ifundefined
21532 \series default
21533  is used in the above command.
21534 \end_layout
21535
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \begin_layout Standard
21542 where the 
21543 \family sans
21544 height
21545 \family default
21546  can have one of the units listed in appendix
21547 \begin_inset space ~
21548 \end_inset
21549
21550
21551 \begin_inset CommandInset ref
21552 LatexCommand ref
21553 reference "cha:Units-available-in"
21554
21555 \end_inset
21556
21557 .
21558  But this has the disadvantage that the cell texts are no longer exactly
21559  vertically centered.
21560 \end_layout
21561
21562 \begin_layout Standard
21563 If you are using font sizes larger than the normal size, the table borders
21564  are often too close to the letters.
21565  This can be corrected by inserting the command 
21566 \series bold
21567
21568 \backslash
21569 strut
21570 \series default
21571  in \SpecialChar TeX
21572  Code at the beginning of a table row.
21573  Table
21574 \begin_inset space ~
21575 \end_inset
21576
21577
21578 \begin_inset CommandInset ref
21579 LatexCommand ref
21580 reference "tab:Vertical-alignment-of"
21581
21582 \end_inset
21583
21584  illustrates the effect.
21585 \end_layout
21586
21587 \begin_layout Standard
21588 \noindent
21589 \begin_inset Float table
21590 placement h
21591 wide false
21592 sideways false
21593 status open
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Caption Standard
21597
21598 \begin_layout Plain Layout
21599 \begin_inset CommandInset label
21600 LatexCommand label
21601 name "tab:Vertical-alignment-of"
21602
21603 \end_inset
21604
21605 Vertical alignment of text with large font sizes.
21606 \end_layout
21607
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \begin_layout Plain Layout
21614 \begin_inset space \hfill{}
21615 \end_inset
21616
21617
21618 \begin_inset Float table
21619 wide false
21620 sideways false
21621 status collapsed
21622
21623 \begin_layout Plain Layout
21624 \begin_inset Caption Standard
21625
21626 \begin_layout Plain Layout
21627 Normal table.
21628 \end_layout
21629
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \begin_layout Plain Layout
21636 \noindent
21637 \align center
21638 \begin_inset Tabular
21639 <lyxtabular version="3" rows="6" columns="1">
21640 <features tabularvalignment="middle">
21641 <column alignment="left" valignment="top">
21642 <row>
21643 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 Normal, g
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 </row>
21653 <row>
21654 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \size large
21660 Large
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 </row>
21666 <row>
21667 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671
21672 \size larger
21673 Larger
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 <row>
21680 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684
21685 \size largest
21686 Largest
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 </row>
21692 <row>
21693 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \size huge
21699 Huge
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 </row>
21705 <row>
21706 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710
21711 \size huge
21712 Huger
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 </lyxtabular>
21719
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \end_inset
21726
21727
21728 \begin_inset space \hfill{}
21729 \end_inset
21730
21731
21732 \begin_inset Float table
21733 wide false
21734 sideways false
21735 status collapsed
21736
21737 \begin_layout Plain Layout
21738 \begin_inset Caption Standard
21739
21740 \begin_layout Plain Layout
21741 Table using the command 
21742 \series bold
21743
21744 \backslash
21745 strut
21746 \series default
21747 .
21748 \end_layout
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \begin_layout Plain Layout
21756 \noindent
21757 \align center
21758 \begin_inset Tabular
21759 <lyxtabular version="3" rows="6" columns="1">
21760 <features tabularvalignment="middle">
21761 <column alignment="left" valignment="top">
21762 <row>
21763 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 Normal, g
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 </row>
21773 <row>
21774 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778
21779 \size large
21780 \begin_inset ERT
21781 status collapsed
21782
21783 \begin_layout Plain Layout
21784
21785
21786 \backslash
21787 strut 
21788 \end_layout
21789
21790 \end_inset
21791
21792 Large
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 </row>
21798 <row>
21799 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803
21804 \size larger
21805 \begin_inset ERT
21806 status collapsed
21807
21808 \begin_layout Plain Layout
21809
21810
21811 \backslash
21812 strut 
21813 \end_layout
21814
21815 \end_inset
21816
21817 Larger
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 </row>
21823 <row>
21824 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \size largest
21830 \begin_inset ERT
21831 status collapsed
21832
21833 \begin_layout Plain Layout
21834
21835
21836 \backslash
21837 strut 
21838 \end_layout
21839
21840 \end_inset
21841
21842 Largest
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 </row>
21848 <row>
21849 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853
21854 \size huge
21855 \begin_inset ERT
21856 status collapsed
21857
21858 \begin_layout Plain Layout
21859
21860
21861 \backslash
21862 strut 
21863 \end_layout
21864
21865 \end_inset
21866
21867 Huge
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 </row>
21873 <row>
21874 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878
21879 \size giant
21880 \begin_inset ERT
21881 status collapsed
21882
21883 \begin_layout Plain Layout
21884
21885
21886 \backslash
21887 strut 
21888 \end_layout
21889
21890 \end_inset
21891
21892
21893 \size huge
21894 Huger
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 </row>
21900 </lyxtabular>
21901
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908
21909
21910 \begin_inset space \hfill{}
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \begin_layout Subsection
21922 Special Cell Alignment
21923 \begin_inset CommandInset label
21924 LatexCommand label
21925 name "subsec:Special-Cell-Alignment"
21926
21927 \end_inset
21928
21929
21930 \begin_inset Index idx
21931 status collapsed
21932
21933 \begin_layout Plain Layout
21934 Table Customization ! Special Cell Alignment
21935 \end_layout
21936
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \begin_layout Standard
21943 Sometimes it looks better when the cell entries of a column are aligned
21944  with a special character, e.
21945 \begin_inset space \thinspace{}
21946 \end_inset
21947
21948 g.
21949 \begin_inset space \space{}
21950 \end_inset
21951
21952 with the decimal separator as in Table
21953 \begin_inset space ~
21954 \end_inset
21955
21956
21957 \begin_inset CommandInset ref
21958 LatexCommand ref
21959 reference "tab:Table-cells-align"
21960
21961 \end_inset
21962
21963 .
21964  This alignment is achieved by setting the cursor into the column and then
21965  either pressing the toolbar button 
21966 \begin_inset Info
21967 type  "icon"
21968 arg   "tabular-feature align-decimal"
21969 \end_inset
21970
21971  or setting the alignment in the table settings to 
21972 \family sans
21973 At
21974 \begin_inset space ~
21975 \end_inset
21976
21977 Decimal
21978 \begin_inset space ~
21979 \end_inset
21980
21981 Separator
21982 \family default
21983 .
21984  The alignment character can be a character of your choice and is specified
21985  in the table settings.
21986 \end_layout
21987
21988 \begin_layout Standard
21989 \begin_inset Float table
21990 placement h
21991 wide false
21992 sideways false
21993 status open
21994
21995 \begin_layout Plain Layout
21996 \begin_inset Caption Standard
21997
21998 \begin_layout Plain Layout
21999 \begin_inset CommandInset label
22000 LatexCommand label
22001 name "tab:Table-cells-align"
22002
22003 \end_inset
22004
22005 Table cells of a column aligned with the decimal separator.
22006 \end_layout
22007
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \begin_layout Plain Layout
22014 \align center
22015 \begin_inset Tabular
22016 <lyxtabular version="3" rows="4" columns="1">
22017 <features booktabs="true" tabularvalignment="middle">
22018 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22019 <row>
22020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 heading
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 <row>
22031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035 12.6
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 <row>
22042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046 0.68
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row>
22053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 -123.0
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 </row>
22063 </lyxtabular>
22064
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \begin_layout Standard
22076 \begin_inset Float table
22077 placement h
22078 wide false
22079 sideways false
22080 status open
22081
22082 \begin_layout Plain Layout
22083 \begin_inset Caption Standard
22084
22085 \begin_layout Plain Layout
22086 \begin_inset CommandInset label
22087 LatexCommand label
22088 name "tab:Table-align-operator"
22089
22090 \end_inset
22091
22092 Table cells of a column aligned with the operators.
22093 \end_layout
22094
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \begin_layout Plain Layout
22101 \align center
22102 \begin_inset Tabular
22103 <lyxtabular version="3" rows="4" columns="2">
22104 <features booktabs="true" tabularvalignment="middle">
22105 <column alignment="right" valignment="top" width="0pt">
22106 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22107 <row>
22108 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112 heading
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 </row>
22127 <row>
22128 <cell alignment="center" valignment="top" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132 \begin_inset Formula $12\,+$
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 <cell alignment="center" valignment="top" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 \begin_inset Formula $\,6$
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 </row>
22153 <row>
22154 <cell alignment="center" valignment="top" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158 \begin_inset Formula $0\,-$
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 <cell alignment="center" valignment="top" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170 \begin_inset Formula $\,68$
22171 \end_inset
22172
22173
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 </row>
22179 <row>
22180 <cell alignment="center" valignment="top" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184 \begin_inset Formula $-123\,/$
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 \begin_inset Formula $\,0$
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 </row>
22205 </lyxtabular>
22206
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \begin_layout Standard
22218 For alignments at characters in formulas this method does not work because
22219  the field to specify the alignment character does not allow formulas.
22220  In this case one need to use the method from Table
22221 \begin_inset space ~
22222 \end_inset
22223
22224
22225 \begin_inset CommandInset ref
22226 LatexCommand ref
22227 reference "tab:Table-align-operator"
22228
22229 \end_inset
22230
22231 .
22232  This table was created with a 4×2 table.
22233  The heading is a centered multicolumn.
22234  The first column is right-aligned and contains the first part including
22235  the operator.
22236  The second column is left aligned and contains the rest.
22237  A small space was added at the beginning of each cell of the second column
22238  to get the space that is usually around operators.
22239  To omit the space that is normally between two table columns, the following
22240  \SpecialChar LaTeX
22241 -argument was used for the second column:
22242 \end_layout
22243
22244 \begin_layout Standard
22245
22246 \series bold
22247 @{}l
22248 \end_layout
22249
22250 \begin_layout Standard
22251 Table
22252 \begin_inset space ~
22253 \end_inset
22254
22255
22256 \begin_inset CommandInset ref
22257 LatexCommand ref
22258 reference "tab:Several-table-cell"
22259
22260 \end_inset
22261
22262  shows some example alignments.
22263  For the alignment with the relation sign, a small space was added like
22264  for the second column of Table
22265 \begin_inset space ~
22266 \end_inset
22267
22268
22269 \begin_inset CommandInset ref
22270 LatexCommand ref
22271 reference "tab:Table-align-operator"
22272
22273 \end_inset
22274
22275 .
22276 \end_layout
22277
22278 \begin_layout Standard
22279 \begin_inset Float table
22280 placement h
22281 wide false
22282 sideways false
22283 status open
22284
22285 \begin_layout Plain Layout
22286 \begin_inset Caption Standard
22287
22288 \begin_layout Plain Layout
22289 \begin_inset CommandInset label
22290 LatexCommand label
22291 name "tab:Several-table-cell"
22292
22293 \end_inset
22294
22295 Several table cell alignments.
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \begin_layout Plain Layout
22304 \align center
22305 \begin_inset Tabular
22306 <lyxtabular version="3" rows="4" columns="6">
22307 <features tabularvalignment="middle">
22308 <column alignment="right" valignment="top">
22309 <column alignment="left" valignment="top" special="@{}l">
22310 <column alignment="right" valignment="top">
22311 <column alignment="left" valignment="top" special="@{}l">
22312 <column alignment="right" valignment="top">
22313 <column alignment="left" valignment="top" special="@{}l">
22314 <row>
22315 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 units
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 exponents
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 relations
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 </row>
22370 <row>
22371 <cell alignment="center" valignment="top" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375 12×
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384 24
22385 \begin_inset space \thinspace{}
22386 \end_inset
22387
22388 bottles
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $10\cdot$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22406 \begin_inset Text
22407
22408 \begin_layout Plain Layout
22409 \begin_inset Formula $10^{\mbox{-}17}$
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 \begin_inset Formula $\Gamma(t)\propto$
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell alignment="center" valignment="top" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433 \begin_inset Formula $\:\Upsilon(t)$
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 </row>
22442 <row>
22443 <cell alignment="center" valignment="top" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 1024×
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 768
22457 \begin_inset space \thinspace{}
22458 \end_inset
22459
22460 Pixels
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 <cell alignment="center" valignment="top" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 \begin_inset Formula $5.78\cdot$
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 \begin_inset Formula $10^{7}$
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 \begin_inset Formula $A\ne$
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 <cell alignment="center" valignment="top" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505 \begin_inset Formula $\:B_{\mathrm{red}}$
22506 \end_inset
22507
22508
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 </row>
22514 <row>
22515 <cell alignment="center" valignment="top" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 32×
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528 6
22529 \begin_inset space \thinspace{}
22530 \end_inset
22531
22532 cm
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 -
22542 \begin_inset Formula $33.5\cdot$
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 \begin_inset Formula $10^{4}$
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $\sin(\alpha)\ge$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 \begin_inset Formula $\:\sin(\beta)$
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 </row>
22587 </lyxtabular>
22588
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \begin_layout Subsection
22600 Customized Cell/Column Format
22601 \begin_inset CommandInset label
22602 LatexCommand label
22603 name "subsec:Customized-Format"
22604
22605 \end_inset
22606
22607
22608 \begin_inset Index idx
22609 status collapsed
22610
22611 \begin_layout Plain Layout
22612 Table Customization ! Cell/Column Format
22613 \end_layout
22614
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \begin_layout Standard
22621 Calculating the required width for normal columns as described in section
22622 \begin_inset space ~
22623 \end_inset
22624
22625
22626 \begin_inset CommandInset ref
22627 LatexCommand ref
22628 reference "sec:Table-Width-Calculation"
22629
22630 \end_inset
22631
22632  or for spanned columns as described in section
22633 \begin_inset space ~
22634 \end_inset
22635
22636
22637 \begin_inset CommandInset ref
22638 LatexCommand ref
22639 reference "subsec:Multicolumn-Calculations"
22640
22641 \end_inset
22642
22643  is very annoying if you have several tables where a calculation is necessary.
22644  To make life easier, you can define a cell/column format in the preamble,
22645  that can be used in all tables of the document.
22646  The format is defined with the command
22647 \end_layout
22648
22649 \begin_layout Standard
22650
22651 \series bold
22652
22653 \backslash
22654 newcolumntype{name of format}[number of arguments]{commands}
22655 \end_layout
22656
22657 \begin_layout Standard
22658 The format name may only consist of one letter.
22659  The letters 
22660 \emph on
22661 b
22662 \emph default
22663
22664 \emph on
22665 c
22666 \emph default
22667
22668 \emph on
22669 l
22670 \emph default
22671
22672 \emph on
22673 m
22674 \emph default
22675
22676 \emph on
22677 p
22678 \emph default
22679  and 
22680 \emph on
22681 r
22682 \emph default
22683  are predefined and cannot be used.
22684  But all letters are allowed as capitals.
22685 \end_layout
22686
22687 \begin_layout Standard
22688 \begin_inset VSpace medskip
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \begin_layout Standard
22695 For vertically and horizontally centered multicolumn cells with a fixed
22696  width you can define the cell format
22697 \end_layout
22698
22699 \begin_layout Standard
22700
22701 \series bold
22702
22703 \backslash
22704 newcolumntype{M}[1]{>{
22705 \backslash
22706 centering
22707 \backslash
22708 hspace{0pt}}m{#1}}
22709 \end_layout
22710
22711 \begin_layout Standard
22712 where 
22713 \series bold
22714
22715 \backslash
22716 hspace{0pt}
22717 \series default
22718  avoids the problem of hyphenating the first word, as described in section
22719 \begin_inset space ~
22720 \end_inset
22721
22722
22723 \begin_inset CommandInset ref
22724 LatexCommand ref
22725 reference "subsec:Multiple-Lines-in"
22726
22727 \end_inset
22728
22729 .
22730  Now you can simply enter
22731 \end_layout
22732
22733 \begin_layout Standard
22734
22735 \series bold
22736 M{width}
22737 \end_layout
22738
22739 \begin_layout Standard
22740 as 
22741 \family sans
22742 \SpecialChar LaTeX
22743 -argument
22744 \family default
22745  in the table dialog to create a multicolumn.
22746 \end_layout
22747
22748 \begin_layout Standard
22749 \begin_inset VSpace bigskip
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \begin_layout Standard
22756 For cells spanned by a multicolumn cell, you can define the format
22757 \end_layout
22758
22759 \begin_layout Standard
22760
22761 \series bold
22762
22763 \backslash
22764 newcolumntype{S}[2]{>{
22765 \backslash
22766 centering
22767 \backslash
22768 hspace{0pt}}
22769 \begin_inset Newline newline
22770 \end_inset
22771
22772
22773 \begin_inset Phantom HPhantom
22774 status open
22775
22776 \begin_layout Plain Layout
22777
22778 \series bold
22779
22780 \backslash
22781 newcolumntype
22782 \end_layout
22783
22784 \end_inset
22785
22786 m{(#1+(2
22787 \backslash
22788 tabcolsep+
22789 \backslash
22790 arrayrulewidth)*(1-#2))/#2}}
22791 \end_layout
22792
22793 \begin_layout Standard
22794 This format uses equation 
22795 \begin_inset CommandInset ref
22796 LatexCommand eqref
22797 reference "eq:Wgn"
22798
22799 \end_inset
22800
22801  to calculate the required width so that each spanned cell has the same
22802  width.
22803 \end_layout
22804
22805 \begin_layout Standard
22806 You can now enter
22807 \end_layout
22808
22809 \begin_layout Standard
22810
22811 \series bold
22812 S{width of multicolumn cell}{number of spanned columns}
22813 \end_layout
22814
22815 \begin_layout Standard
22816 as \SpecialChar LaTeX
22817 -argument of the column.
22818 \end_layout
22819
22820 \begin_layout Standard
22821 \begin_inset VSpace bigskip
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \begin_layout Standard
22828 For colored columns, you can define
22829 \end_layout
22830
22831 \begin_layout Standard
22832
22833 \series bold
22834
22835 \backslash
22836 newcolumntype{K}[1]{>{
22837 \backslash
22838 columncolor{#1}
22839 \backslash
22840 hspace{0pt}}c}
22841 \end_layout
22842
22843 \begin_layout Standard
22844 The 
22845 \begin_inset Quotes eld
22846 \end_inset
22847
22848 c
22849 \begin_inset Quotes erd
22850 \end_inset
22851
22852  at the end creates a column with a flexible width whose text is horizontally
22853  centered.
22854  You can now enter
22855 \end_layout
22856
22857 \begin_layout Standard
22858
22859 \series bold
22860 K{color name}
22861 \end_layout
22862
22863 \begin_layout Standard
22864 as \SpecialChar LaTeX
22865 -argument.
22866 \end_layout
22867
22868 \begin_layout Standard
22869 \begin_inset VSpace bigskip
22870 \end_inset
22871
22872
22873 \end_layout
22874
22875 \begin_layout Standard
22876 To create Table
22877 \begin_inset space ~
22878 \end_inset
22879
22880
22881 \begin_inset CommandInset ref
22882 LatexCommand ref
22883 reference "tab:Table-using-user-defined"
22884
22885 \end_inset
22886
22887  use the \SpecialChar LaTeX
22888 -arguments
22889 \end_layout
22890
22891 \begin_layout Standard
22892
22893 \series bold
22894 M{2.5cm}
22895 \end_layout
22896
22897 \begin_layout Standard
22898 for the first column and the multicolumn,
22899 \end_layout
22900
22901 \begin_layout Standard
22902
22903 \series bold
22904 K{red}
22905 \end_layout
22906
22907 \begin_layout Standard
22908 for the last column, and
22909 \end_layout
22910
22911 \begin_layout Standard
22912
22913 \series bold
22914 S{2.5cm}{2}
22915 \end_layout
22916
22917 \begin_layout Standard
22918 for the cells in the second column.
22919 \end_layout
22920
22921 \begin_layout Standard
22922 \begin_inset Float table
22923 placement h
22924 wide false
22925 sideways false
22926 status open
22927
22928 \begin_layout Plain Layout
22929 \begin_inset Caption Standard
22930
22931 \begin_layout Plain Layout
22932 \begin_inset CommandInset label
22933 LatexCommand label
22934 name "tab:Table-using-user-defined"
22935
22936 \end_inset
22937
22938 Table using user-defined table formats
22939 \end_layout
22940
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \begin_layout Plain Layout
22947 \align center
22948 \begin_inset Tabular
22949 <lyxtabular version="3" rows="3" columns="4">
22950 <features tabularvalignment="middle">
22951 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22952 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22953 <column alignment="center" valignment="middle">
22954 <column alignment="center" valignment="middle" special="K{red}">
22955 <row>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 verylongtablecellword
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 multiple lines multicolumn
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987 c
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 </row>
22993 <row>
22994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 d
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007 e
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016 f
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025 g
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 </row>
23031 <row>
23032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 h
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045 i
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054 j
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063 k
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 </row>
23069 </lyxtabular>
23070
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \begin_layout Subsection
23082 Line Thickness
23083 \begin_inset CommandInset label
23084 LatexCommand label
23085 name "subsec:Line-Thickness"
23086
23087 \end_inset
23088
23089
23090 \begin_inset Index idx
23091 status collapsed
23092
23093 \begin_layout Plain Layout
23094 Table Customization ! Line Thickness
23095 \end_layout
23096
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \begin_layout Standard
23103 The line thickness for all lines in a table can be adjusted with the length
23104  
23105 \series bold
23106
23107 \backslash
23108 arrayrulewidth
23109 \series default
23110 .
23111  To set for example a line thickness of 1.5
23112 \begin_inset space \thinspace{}
23113 \end_inset
23114
23115 pt, as in Table
23116 \begin_inset space ~
23117 \end_inset
23118
23119
23120 \begin_inset CommandInset ref
23121 LatexCommand ref
23122 reference "tab:Table-with-1.5"
23123
23124 \end_inset
23125
23126 , insert the command
23127 \end_layout
23128
23129 \begin_layout Standard
23130
23131 \series bold
23132
23133 \backslash
23134 setlength{
23135 \backslash
23136 arrayrulewidth}{1.5pt}
23137 \end_layout
23138
23139 \begin_layout Standard
23140 in \SpecialChar TeX
23141  Code before the table or table float.
23142  The changed thickness is valid for all subsequent tables.
23143  To use the default value again, set 
23144 \series bold
23145
23146 \backslash
23147 arrayrulewidth
23148 \series default
23149  to 0.4
23150 \begin_inset space \thinspace{}
23151 \end_inset
23152
23153 pt in \SpecialChar TeX
23154  Code after the table or table float.
23155 \end_layout
23156
23157 \begin_layout Standard
23158 \begin_inset ERT
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162
23163
23164 \backslash
23165 setlength{
23166 \backslash
23167 arrayrulewidth}{1.5pt}
23168 \end_layout
23169
23170 \end_inset
23171
23172
23173 \begin_inset Float table
23174 wide false
23175 sideways false
23176 status open
23177
23178 \begin_layout Plain Layout
23179 \begin_inset Caption Standard
23180
23181 \begin_layout Plain Layout
23182 \begin_inset CommandInset label
23183 LatexCommand label
23184 name "tab:Table-with-1.5"
23185
23186 \end_inset
23187
23188 Table with 1.5
23189 \begin_inset space \thinspace{}
23190 \end_inset
23191
23192 pt thick lines
23193 \end_layout
23194
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \begin_layout Plain Layout
23201 \align center
23202 \begin_inset Tabular
23203 <lyxtabular version="3" rows="3" columns="3">
23204 <features tabularvalignment="middle">
23205 <column alignment="center" valignment="top">
23206 <column alignment="center" valignment="top">
23207 <column alignment="center" valignment="top">
23208 <row>
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213 sd
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 </row>
23237 <row>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251 sd
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 </row>
23266 <row>
23267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289 sd
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 </lyxtabular>
23296
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303
23304
23305 \begin_inset ERT
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309
23310
23311 \backslash
23312 setlength{
23313 \backslash
23314 arrayrulewidth}{0.4pt}
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \begin_layout Standard
23323 \begin_inset VSpace bigskip
23324 \end_inset
23325
23326 To set the line thickness to 1.5
23327 \begin_inset space \thinspace{}
23328 \end_inset
23329
23330 pt only for horizontal lines, as in Table
23331 \begin_inset space ~
23332 \end_inset
23333
23334
23335 \begin_inset CommandInset ref
23336 LatexCommand ref
23337 reference "tab:Table-with-horizontal"
23338
23339 \end_inset
23340
23341 , insert these commands in \SpecialChar TeX
23342  Code before the table or table float:
23343 \end_layout
23344
23345 \begin_layout Standard
23346
23347 \series bold
23348
23349 \backslash
23350 let
23351 \backslash
23352 myHline
23353 \backslash
23354 hline
23355 \begin_inset Newline newline
23356 \end_inset
23357
23358
23359 \backslash
23360 renewcommand{
23361 \backslash
23362 hline}
23363 \begin_inset Newline newline
23364 \end_inset
23365
23366  {
23367 \backslash
23368 noalign{
23369 \backslash
23370 global
23371 \backslash
23372 arrayrulewidth 1.5pt}
23373 \begin_inset Newline newline
23374 \end_inset
23375
23376  
23377 \backslash
23378 myHline
23379 \backslash
23380 noalign{
23381 \backslash
23382 global
23383 \backslash
23384 arrayrulewidth 0.4pt}}
23385 \end_layout
23386
23387 \begin_layout Standard
23388 To return to the default line thickness, insert this command in \SpecialChar TeX
23389  Code after
23390  the table or table float:
23391 \end_layout
23392
23393 \begin_layout Standard
23394
23395 \series bold
23396
23397 \backslash
23398 renewcommand{
23399 \backslash
23400 hline}{
23401 \backslash
23402 myHline}
23403 \end_layout
23404
23405 \begin_layout Standard
23406 \begin_inset ERT
23407 status collapsed
23408
23409 \begin_layout Plain Layout
23410
23411
23412 \backslash
23413 let
23414 \backslash
23415 myHline
23416 \backslash
23417 hline
23418 \end_layout
23419
23420 \begin_layout Plain Layout
23421
23422
23423 \backslash
23424 renewcommand{
23425 \backslash
23426 hline}
23427 \end_layout
23428
23429 \begin_layout Plain Layout
23430
23431  {
23432 \backslash
23433 noalign{
23434 \backslash
23435 global
23436 \backslash
23437 arrayrulewidth 1.5pt}
23438 \end_layout
23439
23440 \begin_layout Plain Layout
23441
23442   
23443 \backslash
23444 myHline
23445 \backslash
23446 noalign{
23447 \backslash
23448 global
23449 \backslash
23450 arrayrulewidth 0.4pt}}
23451 \end_layout
23452
23453 \end_inset
23454
23455
23456 \begin_inset Float table
23457 wide false
23458 sideways false
23459 status open
23460
23461 \begin_layout Plain Layout
23462 \begin_inset Caption Standard
23463
23464 \begin_layout Plain Layout
23465 \begin_inset CommandInset label
23466 LatexCommand label
23467 name "tab:Table-with-horizontal"
23468
23469 \end_inset
23470
23471 Table with 1.5
23472 \begin_inset space \thinspace{}
23473 \end_inset
23474
23475 pt thick horizontal lines
23476 \end_layout
23477
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \begin_layout Plain Layout
23484 \align center
23485 \begin_inset Tabular
23486 <lyxtabular version="3" rows="3" columns="3">
23487 <features tabularvalignment="middle">
23488 <column alignment="center" valignment="top">
23489 <column alignment="center" valignment="top">
23490 <column alignment="center" valignment="top">
23491 <row>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 sd
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 </row>
23520 <row>
23521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 sd
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 </row>
23549 <row>
23550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 sd
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 </lyxtabular>
23579
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \end_inset
23586
23587
23588 \begin_inset ERT
23589 status collapsed
23590
23591 \begin_layout Plain Layout
23592
23593
23594 \backslash
23595 renewcommand{
23596 \backslash
23597 hline}{
23598 \backslash
23599 myHline}
23600 \end_layout
23601
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \begin_layout Standard
23608 \begin_inset VSpace bigskip
23609 \end_inset
23610
23611 To set the line thickness to 1.5
23612 \begin_inset space \thinspace{}
23613 \end_inset
23614
23615 pt only for vertical lines, create the following column format in the document
23616  preamble, according to the description in section
23617 \begin_inset space ~
23618 \end_inset
23619
23620
23621 \begin_inset CommandInset ref
23622 LatexCommand ref
23623 reference "subsec:Customized-Format"
23624
23625 \end_inset
23626
23627 :
23628 \end_layout
23629
23630 \begin_layout Standard
23631
23632 \series bold
23633
23634 \backslash
23635 newcolumntype{V}{!{
23636 \backslash
23637 vrule width 1.5pt}}
23638 \end_layout
23639
23640 \begin_layout Standard
23641 For Table
23642 \begin_inset space ~
23643 \end_inset
23644
23645
23646 \begin_inset CommandInset ref
23647 LatexCommand ref
23648 reference "tab:Table-with-vertical"
23649
23650 \end_inset
23651
23652  the \SpecialChar LaTeX
23653 -argument
23654 \end_layout
23655
23656 \begin_layout Standard
23657
23658 \series bold
23659 VcV
23660 \end_layout
23661
23662 \begin_layout Standard
23663 was used for the last column and
23664 \end_layout
23665
23666 \begin_layout Standard
23667
23668 \series bold
23669 Vc
23670 \end_layout
23671
23672 \begin_layout Standard
23673 for the other columns.
23674 \end_layout
23675
23676 \begin_layout Standard
23677 \begin_inset Float table
23678 wide false
23679 sideways false
23680 status open
23681
23682 \begin_layout Plain Layout
23683 \begin_inset Caption Standard
23684
23685 \begin_layout Plain Layout
23686 \begin_inset CommandInset label
23687 LatexCommand label
23688 name "tab:Table-with-vertical"
23689
23690 \end_inset
23691
23692 Table with 1.5
23693 \begin_inset space \thinspace{}
23694 \end_inset
23695
23696 pt thick vertical lines
23697 \end_layout
23698
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \begin_layout Plain Layout
23705 \align center
23706 \begin_inset Tabular
23707 <lyxtabular version="3" rows="3" columns="3">
23708 <features tabularvalignment="middle">
23709 <column alignment="center" valignment="top" special="Vc">
23710 <column alignment="center" valignment="top" special="Vc">
23711 <column alignment="center" valignment="top" special="VcV">
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 sd
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" topline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 </row>
23741 <row>
23742 <cell alignment="center" valignment="top" topline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" topline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 sd
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 <cell alignment="center" valignment="top" topline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 </row>
23770 <row>
23771 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 sd
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 </row>
23799 </lyxtabular>
23800
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \begin_layout Subsection
23812 Dashed Lines
23813 \begin_inset Index idx
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817 Table Customization ! Dashed Lines
23818 \end_layout
23819
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \begin_layout Standard
23826 \begin_inset ERT
23827 status collapsed
23828
23829 \begin_layout Plain Layout
23830
23831
23832 \backslash
23833 ifarydshln
23834 \end_layout
23835
23836 \end_inset
23837
23838
23839 \begin_inset Note Note
23840 status open
23841
23842 \begin_layout Plain Layout
23843 The following section will only be displayed when the \SpecialChar LaTeX
23844 -package 
23845 \series bold
23846 arydshln
23847 \series default
23848  is installed.
23849 \end_layout
23850
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \begin_layout Standard
23857 \begin_inset Float table
23858 placement H
23859 wide false
23860 sideways false
23861 status open
23862
23863 \begin_layout Plain Layout
23864 \begin_inset Caption Standard
23865
23866 \begin_layout Plain Layout
23867 \begin_inset CommandInset label
23868 LatexCommand label
23869 name "tab:Table-with-dashed"
23870
23871 \end_inset
23872
23873 Table with dashed lines
23874 \end_layout
23875
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \begin_layout Plain Layout
23882 \align center
23883 \begin_inset Tabular
23884 <lyxtabular version="3" rows="5" columns="5">
23885 <features tabularvalignment="middle">
23886 <column alignment="center" valignment="top">
23887 <column alignment="center" valignment="top">
23888 <column alignment="center" valignment="top" special=":c">
23889 <column alignment="center" valignment="top">
23890 <column alignment="center" valignment="top">
23891 <row>
23892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896 a
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 b
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914 c
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 d
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 e
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 f
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 g
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 h
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 i
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 j
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 </row>
23985 <row>
23986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 \begin_inset ERT
23991 status collapsed
23992
23993 \begin_layout Plain Layout
23994
23995
23996 \backslash
23997 hdashline 
23998 \end_layout
23999
24000 \end_inset
24001
24002 k
24003 \end_layout
24004
24005 \end_inset
24006 </cell>
24007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24008 \begin_inset Text
24009
24010 \begin_layout Plain Layout
24011 l
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 <cell alignment="center" valignment="top" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020 m
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 n
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 o
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 </row>
24044 <row>
24045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049 \begin_inset ERT
24050 status collapsed
24051
24052 \begin_layout Plain Layout
24053
24054
24055 \backslash
24056 cdashline{4-5}
24057 \end_layout
24058
24059 \end_inset
24060
24061 p
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 q
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 r
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 s
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 t
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 u
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 v
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135 w
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 x
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 </row>
24150 </lyxtabular>
24151
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Standard
24163 \SpecialChar LyX
24164  does not natively support dashed lines, so you have to use \SpecialChar TeX
24165  Code.
24166  As a prerequisite the \SpecialChar LaTeX
24167  package 
24168 \series bold
24169 arydshln
24170 \series default
24171
24172 \begin_inset Index idx
24173 status collapsed
24174
24175 \begin_layout Plain Layout
24176 \SpecialChar LaTeX
24177 -packages ! arydshln
24178 \end_layout
24179
24180 \end_inset
24181
24182  must be loaded in the document preamble with the command
24183 \end_layout
24184
24185 \begin_layout Standard
24186
24187 \series bold
24188
24189 \backslash
24190 usepackage{arydshln}
24191 \end_layout
24192
24193 \begin_layout Standard
24194 To make a vertical line dashed, enter the colon 
24195 \begin_inset Quotes eld
24196 \end_inset
24197
24198 :
24199 \begin_inset Quotes erd
24200 \end_inset
24201
24202  together with the character for the horizontal alignment as \SpecialChar LaTeX
24203  argument in
24204  the table cell dialog.
24205 \end_layout
24206
24207 \begin_layout Standard
24208 For a horizontal dashed line add the command
24209 \end_layout
24210
24211 \begin_layout Standard
24212
24213 \series bold
24214
24215 \backslash
24216 hdashline
24217 \end_layout
24218
24219 \begin_layout Standard
24220 in \SpecialChar TeX
24221  Code as first element of the first cell in the table row.
24222 \end_layout
24223
24224 \begin_layout Standard
24225 For dashed multicolumn lines use the command
24226 \end_layout
24227
24228 \begin_layout Standard
24229
24230 \series bold
24231
24232 \backslash
24233 cdashline{line number
24234 \series default
24235 }
24236 \end_layout
24237
24238 \begin_layout Standard
24239 in \SpecialChar TeX
24240  Code as the first element of the first cell in the table row.
24241  If you have for example a multicolumn spanning columns 2 to 4 and you want
24242  to have a dashed line above, add the command
24243 \end_layout
24244
24245 \begin_layout Standard
24246
24247 \series bold
24248
24249 \backslash
24250 cdashline{2-4}
24251 \end_layout
24252
24253 \begin_layout Standard
24254 as the first element of the first cell in the row of the multicolumn.
24255 \end_layout
24256
24257 \begin_layout Standard
24258 \begin_inset VSpace bigskip
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \begin_layout Standard
24265 Table
24266 \begin_inset space ~
24267 \end_inset
24268
24269
24270 \begin_inset CommandInset ref
24271 LatexCommand ref
24272 reference "tab:Table-with-dashed"
24273
24274 \end_inset
24275
24276  was created using 
24277 \begin_inset Quotes eld
24278 \end_inset
24279
24280
24281 \series bold
24282 :c
24283 \series default
24284
24285 \begin_inset Quotes erd
24286 \end_inset
24287
24288  as \SpecialChar LaTeX
24289  argument of the third column.
24290  The \SpecialChar TeX
24291  Code command 
24292 \series bold
24293
24294 \backslash
24295 hdashline
24296 \series default
24297  was inserted in the first cell of the third row and the \SpecialChar TeX
24298  Code command
24299 \begin_inset Newline newline
24300 \end_inset
24301
24302  
24303 \series bold
24304
24305 \backslash
24306 cdashline{4-5}
24307 \series default
24308  was inserted in the first cell of the fourth row.
24309 \end_layout
24310
24311 \begin_layout Standard
24312 \begin_inset VSpace bigskip
24313 \end_inset
24314
24315
24316 \end_layout
24317
24318 \begin_layout Standard
24319 Tables with dashed lines can also be colored as shown by Table
24320 \begin_inset space ~
24321 \end_inset
24322
24323
24324 \begin_inset CommandInset ref
24325 LatexCommand ref
24326 reference "tab:Colored-table-with"
24327
24328 \end_inset
24329
24330 .
24331 \end_layout
24332
24333 \begin_layout Standard
24334 \begin_inset ERT
24335 status collapsed
24336
24337 \begin_layout Plain Layout
24338
24339
24340 \backslash
24341 setlength{
24342 \backslash
24343 arrayrulewidth}{1pt}
24344 \end_layout
24345
24346 \end_inset
24347
24348
24349 \begin_inset Note Note
24350 status collapsed
24351
24352 \begin_layout Plain Layout
24353 thicker lines for better visualization of the line color
24354 \end_layout
24355
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \begin_layout Standard
24362 \begin_inset ERT
24363 status collapsed
24364
24365 \begin_layout Plain Layout
24366
24367
24368 \backslash
24369 dashgapcolor{green}
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \begin_inset Note Note
24376 status collapsed
24377
24378 \begin_layout Plain Layout
24379 color gaps between dashes green
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \begin_layout Standard
24388 \begin_inset ERT
24389 status collapsed
24390
24391 \begin_layout Plain Layout
24392
24393
24394 \backslash
24395 let
24396 \backslash
24397 myHdashline
24398 \backslash
24399 hdashline
24400 \end_layout
24401
24402 \begin_layout Plain Layout
24403
24404
24405 \backslash
24406 renewcommand{
24407 \backslash
24408 hdashline}
24409 \end_layout
24410
24411 \begin_layout Plain Layout
24412
24413  {
24414 \backslash
24415 arrayrulecolor{red}
24416 \backslash
24417 myHdashline
24418 \backslash
24419 arrayrulecolor{black}}
24420 \end_layout
24421
24422 \end_inset
24423
24424
24425 \begin_inset Note Note
24426 status collapsed
24427
24428 \begin_layout Plain Layout
24429 color horizontal, dashed lines red
24430 \end_layout
24431
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \begin_layout Standard
24438 \begin_inset ERT
24439 status collapsed
24440
24441 \begin_layout Plain Layout
24442
24443
24444 \backslash
24445 let
24446 \backslash
24447 myCdashline
24448 \backslash
24449 cdashline
24450 \end_layout
24451
24452 \begin_layout Plain Layout
24453
24454
24455 \backslash
24456 renewcommand{
24457 \backslash
24458 cdashline}[1]
24459 \end_layout
24460
24461 \begin_layout Plain Layout
24462
24463  {
24464 \backslash
24465 arrayrulecolor{yellow}
24466 \backslash
24467 myCdashline{#1}
24468 \backslash
24469 arrayrulecolor{black}}
24470 \end_layout
24471
24472 \end_inset
24473
24474
24475 \begin_inset Note Note
24476 status collapsed
24477
24478 \begin_layout Plain Layout
24479 color partial horizontal, dashed lines yellow
24480 \end_layout
24481
24482 \end_inset
24483
24484
24485 \end_layout
24486
24487 \begin_layout Standard
24488 \begin_inset Float table
24489 placement h
24490 wide false
24491 sideways false
24492 status open
24493
24494 \begin_layout Plain Layout
24495 \begin_inset Caption Standard
24496
24497 \begin_layout Plain Layout
24498 \begin_inset CommandInset label
24499 LatexCommand label
24500 name "tab:Colored-table-with"
24501
24502 \end_inset
24503
24504 Colored table with dashed lines
24505 \end_layout
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \begin_layout Plain Layout
24513 \align center
24514 \begin_inset Tabular
24515 <lyxtabular version="3" rows="5" columns="5">
24516 <features tabularvalignment="middle">
24517 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24518 <column alignment="center" valignment="top" width="0pt">
24519 <column alignment="center" valignment="top" width="0pt" special=":c">
24520 <column alignment="center" valignment="top">
24521 <column alignment="center" valignment="top">
24522 <row>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527 a
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" topline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536 b
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 <cell alignment="center" valignment="top" topline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545 c
24546 \end_layout
24547
24548 \end_inset
24549 </cell>
24550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554 d
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563 e
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 </row>
24569 <row>
24570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574 f
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" topline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583 g
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" topline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592 h
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601 i
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610 j
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 </row>
24616 <row>
24617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621 \begin_inset ERT
24622 status collapsed
24623
24624 \begin_layout Plain Layout
24625
24626
24627 \backslash
24628 hdashline 
24629 \end_layout
24630
24631 \end_inset
24632
24633
24634 \begin_inset ERT
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638
24639
24640 \backslash
24641 rowcolor{Gray}
24642 \end_layout
24643
24644 \end_inset
24645
24646 k
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655 l
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664 m
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673 n
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682 o
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 </row>
24688 <row>
24689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693 \begin_inset ERT
24694 status collapsed
24695
24696 \begin_layout Plain Layout
24697
24698
24699 \backslash
24700 cdashline{4-5}
24701 \end_layout
24702
24703 \end_inset
24704
24705 p
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 q
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723 r
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732 s
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Plain Layout
24741
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 </row>
24747 <row>
24748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 t
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 u
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 v
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 w
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788 \begin_inset ERT
24789 status collapsed
24790
24791 \begin_layout Plain Layout
24792
24793
24794 \backslash
24795 cellcolor{Maroon}
24796 \end_layout
24797
24798 \end_inset
24799
24800 i
24801 \end_layout
24802
24803 \end_inset
24804 </cell>
24805 </row>
24806 </lyxtabular>
24807
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \begin_layout Standard
24819 \begin_inset ERT
24820 status collapsed
24821
24822 \begin_layout Plain Layout
24823
24824
24825 \backslash
24826 renewcommand{
24827 \backslash
24828 hdashline}{
24829 \backslash
24830 myHdashline}
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \begin_inset Note Note
24837 status collapsed
24838
24839 \begin_layout Plain Layout
24840 reset to default
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \begin_layout Standard
24849 \begin_inset ERT
24850 status collapsed
24851
24852 \begin_layout Plain Layout
24853
24854
24855 \backslash
24856 renewcommand{
24857 \backslash
24858 cdashline}{
24859 \backslash
24860 myCdashline}
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \begin_inset Note Note
24867 status collapsed
24868
24869 \begin_layout Plain Layout
24870 reset to default
24871 \end_layout
24872
24873 \end_inset
24874
24875
24876 \end_layout
24877
24878 \begin_layout Standard
24879 \begin_inset ERT
24880 status collapsed
24881
24882 \begin_layout Plain Layout
24883
24884
24885 \backslash
24886 nodashgapcolor
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \begin_inset Note Note
24893 status collapsed
24894
24895 \begin_layout Plain Layout
24896 reset to default
24897 \end_layout
24898
24899 \end_inset
24900
24901
24902 \end_layout
24903
24904 \begin_layout Standard
24905 \begin_inset ERT
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909
24910
24911 \backslash
24912 setlength{
24913 \backslash
24914 arrayrulewidth}{0.4pt}
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \begin_inset Note Note
24921 status collapsed
24922
24923 \begin_layout Plain Layout
24924 reset to default
24925 \end_layout
24926
24927 \end_inset
24928
24929
24930 \end_layout
24931
24932 \begin_layout Standard
24933 The coloring of lines, columns and lines works as decribed in section
24934 \begin_inset space ~
24935 \end_inset
24936
24937
24938 \begin_inset CommandInset ref
24939 LatexCommand ref
24940 reference "sec:Colored-Tables"
24941
24942 \end_inset
24943
24944 .
24945  Coloring horizontal lines works analogically as described there as well,
24946  one only needs to replace in the commands 
24947 \series bold
24948
24949 \backslash
24950 myHlineC
24951 \series default
24952  by 
24953 \series bold
24954
24955 \backslash
24956 myHdashline
24957 \series default
24958  and 
24959 \backslash
24960
24961 \series bold
24962 hline
24963 \series default
24964  by 
24965 \series bold
24966
24967 \backslash
24968 hdashline
24969 \series default
24970 ; so one uses the command
24971 \end_layout
24972
24973 \begin_layout Standard
24974
24975 \series bold
24976
24977 \backslash
24978 let
24979 \backslash
24980 myHdashline
24981 \backslash
24982 hdashline
24983 \begin_inset Newline newline
24984 \end_inset
24985
24986
24987 \backslash
24988 renewcommand{
24989 \backslash
24990 hdashline}
24991 \begin_inset Newline newline
24992 \end_inset
24993
24994
24995 \begin_inset Phantom HPhantom
24996 status open
24997
24998 \begin_layout Plain Layout
24999 \begin_inset space ~
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \end_inset
25006
25007 {
25008 \backslash
25009 arrayrulecolor{red}
25010 \backslash
25011 myHdashline
25012 \backslash
25013 arrayrulecolor{black}}
25014 \end_layout
25015
25016 \begin_layout Standard
25017 To color 
25018 \series bold
25019
25020 \backslash
25021 cdashline
25022 \series default
25023 , the command is
25024 \end_layout
25025
25026 \begin_layout Standard
25027
25028 \series bold
25029
25030 \backslash
25031 let
25032 \backslash
25033 myCdashline
25034 \backslash
25035 cdashline
25036 \begin_inset Newline newline
25037 \end_inset
25038
25039
25040 \backslash
25041 renewcommand{
25042 \backslash
25043 cdashline}[1]
25044 \begin_inset Newline newline
25045 \end_inset
25046
25047
25048 \begin_inset Phantom HPhantom
25049 status open
25050
25051 \begin_layout Plain Layout
25052 \begin_inset space ~
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \end_inset
25059
25060 {
25061 \backslash
25062 arrayrulecolor{red}
25063 \backslash
25064 myCdashline{#1}
25065 \backslash
25066 arrayrulecolor{black}}
25067 \end_layout
25068
25069 \begin_layout Standard
25070 To get back the black line color, one needs to insert the following commands
25071  as \SpecialChar TeX
25072  Code behind the table:
25073 \end_layout
25074
25075 \begin_layout Standard
25076 For 
25077 \series bold
25078
25079 \backslash
25080 hdashline
25081 \end_layout
25082
25083 \begin_layout Standard
25084
25085 \series bold
25086
25087 \backslash
25088 renewcommand{
25089 \backslash
25090 hdashline}{
25091 \backslash
25092 myHdashline}
25093 \end_layout
25094
25095 \begin_layout Standard
25096 and for 
25097 \series bold
25098
25099 \backslash
25100 cdashline
25101 \end_layout
25102
25103 \begin_layout Standard
25104
25105 \series bold
25106
25107 \backslash
25108 renewcommand{
25109 \backslash
25110 cdashline}{
25111 \backslash
25112 myCdashline}
25113 \end_layout
25114
25115 \begin_layout Standard
25116 To color the gaps between the dashes the command
25117 \end_layout
25118
25119 \begin_layout Standard
25120
25121 \series bold
25122
25123 \backslash
25124 dashgapcolor{color}
25125 \end_layout
25126
25127 \begin_layout Standard
25128 can be used in front of a table as \SpecialChar TeX
25129  Code.
25130  color is hereby the name of a defined color.
25131  The command
25132 \end_layout
25133
25134 \begin_layout Standard
25135
25136 \series bold
25137
25138 \backslash
25139 nodashgapcolor
25140 \end_layout
25141
25142 \begin_layout Standard
25143 unsets the changes made by 
25144 \series bold
25145
25146 \backslash
25147 dashgapcolor
25148 \series default
25149 .
25150 \end_layout
25151
25152 \begin_layout Standard
25153 \begin_inset Note Greyedout
25154 status open
25155
25156 \begin_layout Plain Layout
25157
25158 \series bold
25159 \color none
25160 Note
25161 \series default
25162 : If there are multiple commands in a cell, the command of 
25163 \series bold
25164 arydshln
25165 \series default
25166  needs to be the first one in the cell.
25167  Therefore in cell 
25168 \emph on
25169 k
25170 \emph default
25171  of Table
25172 \begin_inset space ~
25173 \end_inset
25174
25175
25176 \begin_inset CommandInset ref
25177 LatexCommand ref
25178 reference "tab:Colored-table-with"
25179
25180 \end_inset
25181
25182  the command 
25183 \series bold
25184
25185 \backslash
25186 hdashline
25187 \series default
25188  is before 
25189 \series bold
25190
25191 \backslash
25192 rowcolor
25193 \series default
25194 .
25195 \end_layout
25196
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \begin_layout Standard
25203 \begin_inset Note Greyedout
25204 status open
25205
25206 \begin_layout Plain Layout
25207
25208 \series bold
25209 \color none
25210 Note:
25211 \series default
25212  The \SpecialChar LaTeX
25213 -package 
25214 \series bold
25215 arydshln
25216 \series default
25217  must be loaded in the document preamble before the \SpecialChar LaTeX
25218 -package 
25219 \series bold
25220 colortbl
25221 \series default
25222
25223 \begin_inset Index idx
25224 status collapsed
25225
25226 \begin_layout Plain Layout
25227 \SpecialChar LaTeX
25228 -packages ! colortbl
25229 \end_layout
25230
25231 \end_inset
25232
25233 .
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Standard
25242 \begin_inset ERT
25243 status collapsed
25244
25245 \begin_layout Plain Layout
25246
25247
25248 \backslash
25249 else
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \begin_inset Note Note
25256 status open
25257
25258 \begin_layout Plain Layout
25259 The following will be displayed when the \SpecialChar LaTeX
25260 -package 
25261 \series bold
25262 arydshln
25263 \series default
25264  is not installed:
25265 \end_layout
25266
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \begin_layout Standard
25273 You need to install the package 
25274 \series bold
25275 arydshln
25276 \series default
25277  to see the content of this section in the output.
25278 \end_layout
25279
25280 \begin_layout Standard
25281 \begin_inset ERT
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285
25286
25287 \backslash
25288 fi
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \begin_layout Standard
25297 For more information about dashed lines see the documentation of 
25298 \series bold
25299 arydshln
25300 \series default
25301
25302 \begin_inset CommandInset citation
25303 LatexCommand cite
25304 key "arydshln"
25305 literal "true"
25306
25307 \end_inset
25308
25309 .
25310 \end_layout
25311
25312 \begin_layout Chapter
25313 Floats
25314 \begin_inset CommandInset label
25315 LatexCommand label
25316 name "chap:Floats"
25317
25318 \end_inset
25319
25320
25321 \begin_inset Index idx
25322 status collapsed
25323
25324 \begin_layout Plain Layout
25325 Floats
25326 \end_layout
25327
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \begin_layout Section
25334 Introduction
25335 \begin_inset CommandInset label
25336 LatexCommand label
25337 name "sec:FloatIntroduction"
25338
25339 \end_inset
25340
25341
25342 \begin_inset Index idx
25343 status collapsed
25344
25345 \begin_layout Plain Layout
25346 Floats ! Introduction
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \end_layout
25353
25354 \begin_layout Standard
25355 A float is a block of text associated with some sort of label, which doesn't
25356  have a fixed location.
25357  It can 
25358 \begin_inset Quotes eld
25359 \end_inset
25360
25361 float
25362 \begin_inset Quotes erd
25363 \end_inset
25364
25365  forward or backward a page or two, to wherever it fits best.
25366  
25367 \family sans
25368 Footnotes
25369 \family default
25370  and 
25371 \family sans
25372 Margin
25373 \begin_inset space ~
25374 \end_inset
25375
25376 Notes
25377 \family default
25378  are also floats because they can float to the next page when there are
25379  too many notes on the page.
25380 \end_layout
25381
25382 \begin_layout Standard
25383 Floats allow a high quality layout.
25384  Images and tables can be spread evenly among the pages to avoid white space
25385  and pages without text.
25386  As the floating often destroys the context between the text and the image/table
25387 , every float can be referenced in the text.
25388  Floats are therefore numbered.
25389  Referencing is described in section
25390 \begin_inset space ~
25391 \end_inset
25392
25393
25394 \begin_inset CommandInset ref
25395 LatexCommand ref
25396 reference "sec:Referencing-Floats"
25397
25398 \end_inset
25399
25400 .
25401 \end_layout
25402
25403 \begin_layout Standard
25404 To insert a float, use the menu 
25405 \family sans
25406 Insert\SpecialChar menuseparator
25407 Float
25408 \family default
25409  (toolbar button 
25410 \begin_inset Info
25411 type  "icon"
25412 arg   "float-insert figure"
25413 \end_inset
25414
25415  or 
25416 \begin_inset Info
25417 type  "icon"
25418 arg   "float-insert table"
25419 \end_inset
25420
25421 ).
25422  This inserts the 
25423 \family sans
25424 Caption
25425 \family default
25426  inset, a box with a label.
25427  The label will automatically be translated to the document language in
25428  the output.
25429  After the label you can insert the caption text.
25430  The image or table is inserted above or below the caption in a separate
25431  paragraph within the float.
25432  More about the caption placement is contained in section
25433 \begin_inset space ~
25434 \end_inset
25435
25436
25437 \begin_inset CommandInset ref
25438 LatexCommand ref
25439 reference "sec:Caption-Placement"
25440
25441 \end_inset
25442
25443 .
25444  To keep your \SpecialChar LyX
25445  document readable, you can open and close the float box by
25446  left-clicking on the box label.
25447  A closed float box looks like this: 
25448 \begin_inset Graphics
25449         filename clipart/float.png
25450         scale 95
25451         scaleBeforeRotation
25452
25453 \end_inset
25454
25455  â€“ a gray button with a red label.
25456 \end_layout
25457
25458 \begin_layout Standard
25459 It is recommended that you insert floats as separate standard paragraphs
25460  to avoid possible \SpecialChar LaTeX
25461 -errors that can occur when the surrounding text is specially
25462  formatted.
25463 \end_layout
25464
25465 \begin_layout Standard
25466 Existing figures or tables can be put into a float by highlighting them
25467  and then pressing the corresponding toolbar button for a new float.
25468 \end_layout
25469
25470 \begin_layout Section
25471 Float Types
25472 \end_layout
25473
25474 \begin_layout Standard
25475 Besides figure and table floats that are described in sections
25476 \begin_inset space ~
25477 \end_inset
25478
25479
25480 \begin_inset CommandInset ref
25481 LatexCommand ref
25482 reference "sec:Figure-Floats"
25483
25484 \end_inset
25485
25486  and 
25487 \begin_inset CommandInset ref
25488 LatexCommand ref
25489 reference "sec:Table-Floats"
25490
25491 \end_inset
25492
25493  respectively, \SpecialChar LyX
25494  offers the float types 
25495 \family sans
25496 Algorithm
25497 \family default
25498  and 
25499 \family sans
25500 Wrap
25501 \family default
25502 .
25503  The latter are explained in sec.
25504 \begin_inset space \thinspace{}
25505 \end_inset
25506
25507
25508 \begin_inset CommandInset ref
25509 LatexCommand ref
25510 reference "sec:Wrap-Floats"
25511
25512 \end_inset
25513
25514 .
25515 \end_layout
25516
25517 \begin_layout Subsection
25518 Algorithm Floats
25519 \begin_inset Index idx
25520 status collapsed
25521
25522 \begin_layout Plain Layout
25523 Floats ! Algorithms
25524 \end_layout
25525
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \begin_layout Standard
25532 \begin_inset Float algorithm
25533 placement h
25534 wide false
25535 sideways false
25536 status open
25537
25538 \begin_layout Plain Layout
25539 \begin_inset Caption Standard
25540
25541 \begin_layout Plain Layout
25542 \begin_inset CommandInset label
25543 LatexCommand label
25544 name "alg:Example-Algorithm-float"
25545
25546 \end_inset
25547
25548 Example Algorithm float
25549 \end_layout
25550
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \begin_layout LyX-Code
25557 for I in 1..N loop
25558 \begin_inset Newline newline
25559 \end_inset
25560
25561  Sum:= Sum + A(I); /*comment*/
25562 \begin_inset Newline newline
25563 \end_inset
25564
25565 end loop
25566 \begin_inset VSpace -4mm
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \begin_layout Standard
25578 This float type is inserted with the menu 
25579 \family sans
25580 Insert\SpecialChar menuseparator
25581 Float\SpecialChar menuseparator
25582 Algorithm
25583 \family default
25584 .
25585  It is used for program codes and descriptions of algorithms and can be
25586  seen as an alternative to program code listings that are explained in chapter
25587 \begin_inset space ~
25588 \end_inset
25589
25590
25591 \begin_inset CommandInset ref
25592 LatexCommand ref
25593 reference "cha:Program-Code-Listings"
25594
25595 \end_inset
25596
25597 .
25598  A possible environment for algorithms is the 
25599 \family sans
25600 \SpecialChar LyX
25601  Code
25602 \family default
25603 , described in \SpecialChar LyX
25604 's 
25605 \emph on
25606 Userguide
25607 \emph default
25608 .
25609  Algorithm
25610 \begin_inset space ~
25611 \end_inset
25612
25613
25614 \begin_inset CommandInset ref
25615 LatexCommand ref
25616 reference "alg:Example-Algorithm-float"
25617
25618 \end_inset
25619
25620  is an example of an algorithm float where -4
25621 \begin_inset space \thinspace{}
25622 \end_inset
25623
25624 mm vertical space was added at the end of the float to have the bottom rule
25625  exactly below the last text line.
25626 \end_layout
25627
25628 \begin_layout Standard
25629 The float label is not automatically translated into the document language.
25630  If your document is not in English, you have to do this manually by adding
25631  the following line to the document preamble
25632 \series bold
25633 :
25634 \end_layout
25635
25636 \begin_layout Standard
25637
25638 \series bold
25639
25640 \backslash
25641 floatname{algorithm}{your
25642 \begin_inset space ~
25643 \end_inset
25644
25645 name}
25646 \end_layout
25647
25648 \begin_layout Standard
25649 where 
25650 \family sans
25651 your
25652 \begin_inset space ~
25653 \end_inset
25654
25655 name
25656 \family default
25657  is the word 
25658 \begin_inset Quotes eld
25659 \end_inset
25660
25661
25662 \emph on
25663 algorithm
25664 \emph default
25665
25666 \begin_inset Quotes erd
25667 \end_inset
25668
25669  in your language.
25670 \end_layout
25671
25672 \begin_layout Standard
25673 To insert the list of algorithms you can use the menu 
25674 \family sans
25675 Insert\SpecialChar menuseparator
25676 List
25677 \begin_inset space \thinspace{}
25678 \end_inset
25679
25680 /
25681 \begin_inset space \thinspace{}
25682 \end_inset
25683
25684 TOC\SpecialChar menuseparator
25685 List of Algorithms
25686 \family default
25687  when your document has the same language as \SpecialChar LyX
25688 's menu names.
25689  In other cases use this command in \SpecialChar TeX
25690  Code instead:
25691 \end_layout
25692
25693 \begin_layout Standard
25694
25695 \series bold
25696
25697 \backslash
25698 listof{algorithm}{your
25699 \begin_inset space ~
25700 \end_inset
25701
25702 name}
25703 \end_layout
25704
25705 \begin_layout Standard
25706 where 
25707 \family sans
25708 your
25709 \begin_inset space ~
25710 \end_inset
25711
25712 name
25713 \family default
25714  is the word 
25715 \begin_inset Quotes eld
25716 \end_inset
25717
25718
25719 \emph on
25720 List of Algorithm
25721 \emph default
25722 s
25723 \begin_inset Quotes erd
25724 \end_inset
25725
25726  in your language.
25727 \end_layout
25728
25729 \begin_layout Standard
25730 Algorithm floats are not by default numbered in the scheme 
25731 \begin_inset Quotes eld
25732 \end_inset
25733
25734 chapter.algorithm
25735 \begin_inset Quotes erd
25736 \end_inset
25737
25738  as is the case for table and figure floats in many document-classes.
25739  To number algorithm floats in the same scheme, add this command to your
25740  document preamble:
25741 \end_layout
25742
25743 \begin_layout Standard
25744
25745 \series bold
25746
25747 \backslash
25748 numberwithin{algorithm}{chapter}
25749 \end_layout
25750
25751 \begin_layout Standard
25752 To be able to use the command 
25753 \series bold
25754
25755 \backslash
25756 numberwithin
25757 \series default
25758 , set in the tab 
25759 \family sans
25760 Math
25761 \begin_inset space ~
25762 \end_inset
25763
25764 Options
25765 \family default
25766  in the document settings the option 
25767 \family sans
25768 Use
25769 \begin_inset space ~
25770 \end_inset
25771
25772 AMS
25773 \begin_inset space ~
25774 \end_inset
25775
25776 math
25777 \begin_inset space ~
25778 \end_inset
25779
25780 package
25781 \family default
25782 .
25783 \end_layout
25784
25785 \begin_layout Section
25786 Float Numbering
25787 \begin_inset Index idx
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791 Floats ! Numbering
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 Floats are usually numbered either independently from the sections the floats
25801  are in, or in the scheme 
25802 \begin_inset Quotes eld
25803 \end_inset
25804
25805 chapter.number
25806 \begin_inset Quotes erd
25807 \end_inset
25808
25809  or 
25810 \begin_inset Quotes eld
25811 \end_inset
25812
25813 section.number
25814 \begin_inset Quotes erd
25815 \end_inset
25816
25817 .
25818  This depends on the document class used.
25819 \end_layout
25820
25821 \begin_layout Standard
25822 To change section-independent numbering, you can use this command in the
25823  document preamble:
25824 \end_layout
25825
25826 \begin_layout Standard
25827
25828 \series bold
25829
25830 \backslash
25831 renewcommand{
25832 \backslash
25833 thetable}{
25834 \backslash
25835 roman{table}}
25836 \end_layout
25837
25838 \begin_layout Standard
25839
25840 \series bold
25841
25842 \backslash
25843 thetable
25844 \series default
25845  is the command that prints the table number.
25846  For figure floats, the command would be 
25847 \series bold
25848
25849 \backslash
25850 thefigure
25851 \series default
25852 .
25853  
25854 \series bold
25855
25856 \backslash
25857 roman
25858 \series default
25859  in the command above prints the table number as a small roman number.
25860 \end_layout
25861
25862 \begin_layout Standard
25863 To change the numbering scheme for example to 
25864 \begin_inset Quotes eld
25865 \end_inset
25866
25867 subsection.number
25868 \begin_inset Quotes erd
25869 \end_inset
25870
25871 , use this command in the preamble:
25872 \end_layout
25873
25874 \begin_layout Standard
25875
25876 \series bold
25877
25878 \backslash
25879 numberwithin{table}{subsection}
25880 \end_layout
25881
25882 \begin_layout Standard
25883 To be able to use the command 
25884 \series bold
25885
25886 \backslash
25887 numberwithin
25888 \series default
25889 , set in the tab 
25890 \family sans
25891 Math
25892 \begin_inset space ~
25893 \end_inset
25894
25895 Options
25896 \family default
25897  in the document settings the option 
25898 \family sans
25899 Use
25900 \begin_inset space ~
25901 \end_inset
25902
25903 AMS
25904 \begin_inset space ~
25905 \end_inset
25906
25907 math
25908 \begin_inset space ~
25909 \end_inset
25910
25911 package
25912 \family default
25913 .
25914 \end_layout
25915
25916 \begin_layout Standard
25917 Please also have a look at section
25918 \begin_inset space ~
25919 \end_inset
25920
25921
25922 \begin_inset CommandInset ref
25923 LatexCommand ref
25924 reference "subsec:Footnote-Numbering"
25925
25926 \end_inset
25927
25928  for the details and important notes about the numbering commands.
25929 \end_layout
25930
25931 \begin_layout Section
25932 Referencing Floats
25933 \begin_inset CommandInset label
25934 LatexCommand label
25935 name "sec:Referencing-Floats"
25936
25937 \end_inset
25938
25939
25940 \begin_inset Index idx
25941 status collapsed
25942
25943 \begin_layout Plain Layout
25944 Floats ! References
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \begin_inset Index idx
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954 References ! to Floats
25955 \end_layout
25956
25957 \end_inset
25958
25959
25960 \end_layout
25961
25962 \begin_layout Standard
25963 To reference a float, insert a label into its caption using the menu 
25964 \family sans
25965 Insert\SpecialChar menuseparator
25966 Label
25967 \family default
25968  or the toolbar button 
25969 \begin_inset Info
25970 type  "icon"
25971 arg   "label-insert"
25972 \end_inset
25973
25974 .
25975  A grey label box like this one: 
25976 \begin_inset Graphics
25977         filename clipart/label.png
25978         scaleBeforeRotation
25979
25980 \end_inset
25981
25982  will be inserted and the label window pops up asking for the label text.
25983  \SpecialChar LyX
25984  offers as text the first words of the caption with a prefix.
25985  The prefix depends on the float type, e.
25986 \begin_inset space \thinspace{}
25987 \end_inset
25988
25989 g.
25990 \begin_inset space \space{}
25991 \end_inset
25992
25993 for figure floats the prefix will be "
25994 \family sans
25995 fig:
25996 \family default
25997 ".
25998 \end_layout
25999
26000 \begin_layout Standard
26001 The label is used as anchor and name for the reference.
26002  You can refer to the label using the menu 
26003 \family sans
26004 Insert\SpecialChar menuseparator
26005 Cross-reference
26006 \family default
26007  or the toolbar button 
26008 \begin_inset Info
26009 type  "icon"
26010 arg   "dialog-show-new-inset ref"
26011 \end_inset
26012
26013 .
26014  The cross-reference window appears showing all labels of the document.
26015  If you have multiple \SpecialChar LyX
26016  documents opened, choose the one you are working
26017  on from the drop-list at the top of the dialog.
26018  You can now sort the labels alphabetically and then choose one.
26019  A grey cross-reference box like this one: 
26020 \begin_inset Graphics
26021         filename clipart/reference.png
26022         scaleBeforeRotation
26023
26024 \end_inset
26025
26026  will be inserted.
26027  At the position of the cross-reference box the float number will appear
26028  in the output.
26029 \end_layout
26030
26031 \begin_layout Standard
26032 It is recommended that you use a protected space between the cross-reference
26033  name and its number to avoid line breaks between them.
26034  If a cross-reference refers to a non-existing label, you will see two question
26035  marks in the output instead of the reference.
26036 \end_layout
26037
26038 \begin_layout Standard
26039 You can change labels at any time by clicking on the label box.
26040  References to the changed label will automatically update their links to
26041  the new label text.
26042 \end_layout
26043
26044 \begin_layout Standard
26045 The button 
26046 \family sans
26047 Go
26048 \begin_inset space ~
26049 \end_inset
26050
26051 to
26052 \begin_inset space ~
26053 \end_inset
26054
26055 Label
26056 \family default
26057  in the cross-reference window sets the cursor before the referred label.
26058  The button text changes then to Go
26059 \begin_inset space ~
26060 \end_inset
26061
26062 Back and you can use it to set the cursor back to the cross-reference.
26063 \end_layout
26064
26065 \begin_layout Subsection
26066 Cross-Reference Formats
26067 \begin_inset CommandInset label
26068 LatexCommand label
26069 name "subsec:Cross-Reference-Formats"
26070
26071 \end_inset
26072
26073
26074 \begin_inset Index idx
26075 status collapsed
26076
26077 \begin_layout Plain Layout
26078 References ! Formats
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \begin_layout Standard
26087 There are six varieties of cross-references:
26088 \end_layout
26089
26090 \begin_layout Description
26091 <reference>: prints the float number, this is the default: 
26092 \begin_inset CommandInset ref
26093 LatexCommand ref
26094 reference "fig:Two-distorted-images"
26095
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \begin_layout Description
26102 (<reference>): prints the float number within two parentheses, this is the
26103  style normally used to reference formulas, especially when the reference
26104  name 
26105 \begin_inset Quotes eld
26106 \end_inset
26107
26108 Equation
26109 \begin_inset Quotes erd
26110 \end_inset
26111
26112  is omitted: 
26113 \begin_inset CommandInset ref
26114 LatexCommand eqref
26115 reference "eq:Wgn"
26116
26117 \end_inset
26118
26119
26120 \end_layout
26121
26122 \begin_layout Description
26123 <page>: prints the page number: Page
26124 \begin_inset space ~
26125 \end_inset
26126
26127
26128 \begin_inset CommandInset ref
26129 LatexCommand pageref
26130 reference "fig:Two-distorted-images"
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \begin_layout Description
26138 on
26139 \begin_inset space ~
26140 \end_inset
26141
26142 page
26143 \begin_inset space ~
26144 \end_inset
26145
26146 <page>: prints the text "on page" and the page number: 
26147 \begin_inset CommandInset ref
26148 LatexCommand vpageref
26149 reference "fig:Two-distorted-images"
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \begin_layout Description
26157 <reference>
26158 \begin_inset space ~
26159 \end_inset
26160
26161 on
26162 \begin_inset space ~
26163 \end_inset
26164
26165 page
26166 \begin_inset space ~
26167 \end_inset
26168
26169 <page>: prints the float number, the text "on page", and the page number:
26170  
26171 \begin_inset CommandInset ref
26172 LatexCommand vref
26173 reference "fig:Two-distorted-images"
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Description
26181 Formatted
26182 \begin_inset space ~
26183 \end_inset
26184
26185 reference: prints a self-defined cross-reference format.
26186 \begin_inset Newline newline
26187 \end_inset
26188
26189
26190 \begin_inset Note Greyedout
26191 status open
26192
26193 \begin_layout Plain Layout
26194
26195 \series bold
26196 Note:
26197 \series default
26198  This feature is only available when you have the \SpecialChar LaTeX
26199 -package 
26200 \series bold
26201 prettyref
26202 \series default
26203  or 
26204 \series bold
26205 refstyle
26206 \series default
26207
26208 \begin_inset Index idx
26209 status collapsed
26210
26211 \begin_layout Plain Layout
26212 \SpecialChar LaTeX
26213 -packages ! prettyref
26214 \end_layout
26215
26216 \end_inset
26217
26218
26219 \begin_inset Index idx
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223 \SpecialChar LaTeX
26224 -packages ! refstyle
26225 \end_layout
26226
26227 \end_inset
26228
26229  installed.
26230 \end_layout
26231
26232 \end_inset
26233
26234
26235 \begin_inset Newline newline
26236 \end_inset
26237
26238 You can select which \SpecialChar LaTeX
26239 -package should be used for this feature by setting
26240  the option 
26241 \family sans
26242 Use refstyle (not prettyref) for cross-references
26243 \family default
26244  in the menu 
26245 \family sans
26246 Document\SpecialChar menuseparator
26247 Settings\SpecialChar menuseparator
26248 Document Class
26249 \family default
26250 .
26251  The format is specified by adding the command 
26252 \series bold
26253
26254 \backslash
26255 newrefformat
26256 \series default
26257  (prettyref) or 
26258 \series bold
26259
26260 \backslash
26261 newref
26262 \series default
26263  (refstyle) to the preamble of the document.
26264  For example redefining all references to figures (which have the label
26265  prefix 
26266 \begin_inset Quotes eld
26267 \end_inset
26268
26269
26270 \family sans
26271 fig
26272 \family default
26273
26274 \begin_inset Quotes erd
26275 \end_inset
26276
26277 ) can be done with this command
26278 \begin_inset Newline newline
26279 \end_inset
26280
26281
26282 \series bold
26283
26284 \backslash
26285 newref{fig}{refcmd={Image on page 
26286 \backslash
26287 pageref{#1}}}
26288 \series default
26289
26290 \begin_inset Newline newline
26291 \end_inset
26292
26293 For more information about the format, have a look at the package documentations
26294
26295 \begin_inset CommandInset citation
26296 LatexCommand cite
26297 key "prettyref,refstyle"
26298 literal "true"
26299
26300 \end_inset
26301
26302 .
26303 \begin_inset Newline newline
26304 \end_inset
26305
26306 The options 
26307 \family sans
26308 Plural
26309 \family default
26310  and 
26311 \family sans
26312 Capitalized
26313 \family default
26314  are only available if you use the \SpecialChar LaTeX
26315 -package 
26316 \series bold
26317 refstyle
26318 \series default
26319 .
26320  
26321 \family sans
26322 Plural
26323 \family default
26324  adds an 
26325 \emph on
26326 s
26327 \emph default
26328  to the name, e.
26329 \begin_inset space \thinspace{}
26330 \end_inset
26331
26332 g.
26333 \begin_inset space \space{}
26334 \end_inset
26335
26336
26337 \begin_inset Quotes eld
26338 \end_inset
26339
26340 figures
26341 \begin_inset Quotes erd
26342 \end_inset
26343
26344
26345 \family sans
26346 Capitalized
26347 \family default
26348  outputs the name capitalized, e.
26349 \begin_inset space \thinspace{}
26350 \end_inset
26351
26352 g.
26353 \begin_inset space \space{}
26354 \end_inset
26355
26356
26357 \begin_inset Quotes eld
26358 \end_inset
26359
26360 Figure
26361 \begin_inset Quotes erd
26362 \end_inset
26363
26364 .
26365  Both options can be combined to get e.
26366 \begin_inset space \thinspace{}
26367 \end_inset
26368
26369 g.
26370 \begin_inset space \space{}
26371 \end_inset
26372
26373
26374 \begin_inset Quotes eld
26375 \end_inset
26376
26377 Figures
26378 \begin_inset Quotes erd
26379 \end_inset
26380
26381 .
26382 \end_layout
26383
26384 \begin_layout Description
26385 Textual
26386 \begin_inset space ~
26387 \end_inset
26388
26389 reference: prints the caption of the reference: 
26390 \begin_inset CommandInset ref
26391 LatexCommand nameref
26392 reference "fig:Two-distorted-images"
26393
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \begin_layout Description
26400 Label
26401 \begin_inset space ~
26402 \end_inset
26403
26404 only: prints only the \SpecialChar LaTeX
26405  label for the reference: 
26406 \begin_inset CommandInset ref
26407 LatexCommand labelonly
26408 reference "fig:Two-distorted-images"
26409 plural "false"
26410 caps "false"
26411 noprefix "false"
26412
26413 \end_inset
26414
26415
26416 \begin_inset Newline newline
26417 \end_inset
26418
26419 This allows to use the label for commands in \SpecialChar TeX
26420  code.
26421  With the option 
26422 \family sans
26423 No Prefix
26424 \family default
26425  one can omit the prefix of the label name: 
26426 \begin_inset CommandInset ref
26427 LatexCommand labelonly
26428 reference "fig:Two-distorted-images"
26429 plural "false"
26430 caps "false"
26431 noprefix "true"
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Standard
26439
26440 \family sans
26441 <page>
26442 \family default
26443  will not print the page number if the label is on the previous, the same,
26444  or the next page.
26445  You will e.
26446 \begin_inset space \thinspace{}
26447 \end_inset
26448
26449 g.
26450 \begin_inset space \space{}
26451 \end_inset
26452
26453 see the text 
26454 \begin_inset Quotes eld
26455 \end_inset
26456
26457
26458 \family sans
26459 on this page
26460 \family default
26461
26462 \begin_inset Quotes erd
26463 \end_inset
26464
26465  instead.
26466  The style 
26467 \family sans
26468 <reference> on page <page>
26469 \family default
26470  will not print anything about the page if the label is on the same page.
26471 \end_layout
26472
26473 \begin_layout Standard
26474 The number and current page of the part of the document referred to in the
26475  output is automatically calculated by \SpecialChar LaTeX
26476 .
26477  The varieties are adjusted in the field 
26478 \family sans
26479 Format
26480 \family default
26481  of the cross-reference window that appears when you click on the cross-referenc
26482 e box.
26483 \end_layout
26484
26485 \begin_layout Standard
26486 \begin_inset Note Greyedout
26487 status open
26488
26489 \begin_layout Plain Layout
26490
26491 \series bold
26492 Note:
26493 \series default
26494  It is recommended to use the \SpecialChar LaTeX
26495 -package 
26496 \series bold
26497 refstyle
26498 \series default
26499
26500 \begin_inset Index idx
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504 \SpecialChar LaTeX
26505 -packages ! refstyle
26506 \end_layout
26507
26508 \end_inset
26509
26510  because 
26511 \series bold
26512 prettyref
26513 \series default
26514
26515 \begin_inset Index idx
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519 \SpecialChar LaTeX
26520 -packages ! prettyref
26521 \end_layout
26522
26523 \end_inset
26524
26525  does not know all of \SpecialChar LyX
26526 's possible label shortcuts
26527 \begin_inset Foot
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531 \begin_inset Quotes eld
26532 \end_inset
26533
26534 fig:
26535 \begin_inset Quotes erd
26536 \end_inset
26537
26538  is for example \SpecialChar LyX
26539 's shortcut for labels in figure captions.
26540 \end_layout
26541
26542 \end_inset
26543
26544  and is not internationalized.
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \begin_layout Subsection
26553 Automatic Reference Naming
26554 \begin_inset Index idx
26555 status collapsed
26556
26557 \begin_layout Plain Layout
26558 References ! Automatic Reference Naming
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \begin_layout Standard
26567 The \SpecialChar LaTeX
26568 -package 
26569 \series bold
26570 hyperref
26571 \series default
26572
26573 \begin_inset Index idx
26574 status collapsed
26575
26576 \begin_layout Plain Layout
26577 \SpecialChar LaTeX
26578 -packages ! hyperref
26579 \end_layout
26580
26581 \end_inset
26582
26583 , that is enabled in the 
26584 \family sans
26585 PDF Properties
26586 \family default
26587  of the 
26588 \family sans
26589 Document Settings
26590 \family default
26591  dialog, provides a very useful feature that cross-references automatically
26592  include the name of the referenced floats (or text parts like 
26593 \emph on
26594 section
26595 \emph default
26596 ).
26597  So you will save having to write e.
26598 \begin_inset space \thinspace{}
26599 \end_inset
26600
26601 g.
26602 \begin_inset space \space{}
26603 \end_inset
26604
26605 the name 
26606 \begin_inset Quotes eld
26607 \end_inset
26608
26609 Figure
26610 \begin_inset Quotes erd
26611 \end_inset
26612
26613  before every reference to a figure.
26614  To use this feature, enable 
26615 \series bold
26616 hyperref
26617 \series default
26618  and insert this line to the \SpecialChar LaTeX
26619  preamble:
26620 \end_layout
26621
26622 \begin_layout Standard
26623
26624 \series bold
26625
26626 \backslash
26627 AtBeginDocument{
26628 \backslash
26629 renewcommand{
26630 \backslash
26631 ref}[1]{
26632 \backslash
26633 mbox{
26634 \backslash
26635 autoref{#1}}}}
26636 \end_layout
26637
26638 \begin_layout Standard
26639 When you prefer other reference names than the default ones, for example
26640  you want instead of 
26641 \begin_inset Quotes eld
26642 \end_inset
26643
26644 section
26645 \begin_inset Quotes erd
26646 \end_inset
26647
26648  the name 
26649 \begin_inset Quotes eld
26650 \end_inset
26651
26652 sec.
26653 \begin_inset space \thinspace{}
26654 \end_inset
26655
26656
26657 \begin_inset Quotes eld
26658 \end_inset
26659
26660 , you can redefine the name by inserting this in the preamble:
26661 \end_layout
26662
26663 \begin_layout Standard
26664
26665 \series bold
26666
26667 \backslash
26668 addto
26669 \backslash
26670 extrasenglish{
26671 \backslash
26672 renewcommand{
26673 \backslash
26674 sectionautorefname}
26675 \begin_inset Newline newline
26676 \end_inset
26677
26678
26679 \begin_inset Phantom HPhantom
26680 status open
26681
26682 \begin_layout Plain Layout
26683
26684 \series bold
26685 \begin_inset space ~
26686 \end_inset
26687
26688
26689 \end_layout
26690
26691 \end_inset
26692
26693 {sec.
26694 \backslash
26695 negthinspace}}
26696 \end_layout
26697
26698 \begin_layout Standard
26699 When you are using another document language than English, replace
26700 \begin_inset Newline newline
26701 \end_inset
26702
26703
26704 \series bold
26705
26706 \backslash
26707 extrasenglish
26708 \series default
26709  by 
26710 \series bold
26711
26712 \backslash
26713 extras***
26714 \series default
26715 , where *** is the name of the language used.
26716 \end_layout
26717
26718 \begin_layout Standard
26719 To get automatic names, but not for certain reference types, for example
26720  not for equations, use this preamble code:
26721 \end_layout
26722
26723 \begin_layout Standard
26724
26725 \series bold
26726
26727 \backslash
26728 addto
26729 \backslash
26730 extrasenglish{
26731 \backslash
26732 renewcommand*{
26733 \backslash
26734 equationautorefname}[1]{}}
26735 \end_layout
26736
26737 \begin_layout Standard
26738 More about this topic can be found in 
26739 \series bold
26740 hyperref
26741 \series default
26742 's documentation 
26743 \begin_inset CommandInset citation
26744 LatexCommand cite
26745 key "hyperref"
26746 literal "true"
26747
26748 \end_inset
26749
26750 .
26751 \end_layout
26752
26753 \begin_layout Standard
26754 \begin_inset Note Greyedout
26755 status open
26756
26757 \begin_layout Plain Layout
26758
26759 \series bold
26760 Note:
26761 \series default
26762  Automatic reference naming cannot be used when you use cross-references
26763  in the 
26764 \family sans
26765 Formatted
26766 \begin_inset space ~
26767 \end_inset
26768
26769 reference
26770 \family default
26771  style, as described in section
26772 \begin_inset space ~
26773 \end_inset
26774
26775
26776 \begin_inset CommandInset ref
26777 LatexCommand ref
26778 reference "subsec:Cross-Reference-Formats"
26779
26780 \end_inset
26781
26782 .
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Standard
26791 The 
26792 \emph on
26793 Math
26794 \emph default
26795  manual is an example where automatic reference naming is used.
26796 \end_layout
26797
26798 \begin_layout Subsection
26799 Reference Position
26800 \begin_inset CommandInset label
26801 LatexCommand label
26802 name "subsec:Reference-Position"
26803
26804 \end_inset
26805
26806
26807 \begin_inset Index idx
26808 status collapsed
26809
26810 \begin_layout Plain Layout
26811 References ! Reference Position
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \begin_layout Standard
26820 If you use 
26821 \series bold
26822 hyperref
26823 \series default
26824
26825 \begin_inset Index idx
26826 status collapsed
26827
26828 \begin_layout Plain Layout
26829 \SpecialChar LaTeX
26830 -packages ! hyperref
26831 \end_layout
26832
26833 \end_inset
26834
26835  in the 
26836 \family sans
26837 PDF Properties
26838 \family default
26839  of the 
26840 \family sans
26841 Document Settings
26842 \family default
26843  dialog to link cross-references in the output, you will see that clicking
26844  on an image float reference jumps to the image label.
26845  The caption will be the first text part on the screen, so that you cannot
26846  see the image without scrolling.
26847  This is because the reference link anchor is placed at the position of
26848  the label.
26849  With the use of the package 
26850 \series bold
26851 hypcap
26852 \series default
26853
26854 \begin_inset Index idx
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858 \SpecialChar LaTeX
26859 -packages ! hypcap
26860 \end_layout
26861
26862 \end_inset
26863
26864 , which is part of the \SpecialChar LaTeX
26865 -package 
26866 \series bold
26867 oberdiek
26868 \series default
26869
26870 \begin_inset Index idx
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874 \SpecialChar LaTeX
26875 -packages ! oberdiek
26876 \end_layout
26877
26878 \end_inset
26879
26880 , the link anchor is placed at the beginning of a float.
26881  To use this feature for figure floats, load 
26882 \series bold
26883 hypcap
26884 \series default
26885  in the document preamble with the line
26886 \end_layout
26887
26888 \begin_layout Standard
26889
26890 \series bold
26891
26892 \backslash
26893 usepackage[figure]{hypcap}
26894 \end_layout
26895
26896 \begin_layout Standard
26897 You can also use 
26898 \series bold
26899 hypcap
26900 \series default
26901  for all float types but this is not recommended for stability reasons.
26902  For more information, have a look at 
26903 \series bold
26904 hypcap
26905 \series default
26906 's manual 
26907 \begin_inset CommandInset citation
26908 LatexCommand cite
26909 key "hypcap"
26910 literal "true"
26911
26912 \end_inset
26913
26914 .
26915 \end_layout
26916
26917 \begin_layout Standard
26918 \begin_inset Note Greyedout
26919 status open
26920
26921 \begin_layout Plain Layout
26922
26923 \series bold
26924 Note:
26925 \series default
26926  
26927 \series bold
26928 hypcap
26929 \series default
26930  has no effect on references to subfigures.
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \begin_layout Section
26939 Float Placement
26940 \begin_inset CommandInset label
26941 LatexCommand label
26942 name "sec:Float-Placement"
26943
26944 \end_inset
26945
26946
26947 \begin_inset Index idx
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951 Floats ! Placement
26952 \end_layout
26953
26954 \end_inset
26955
26956
26957 \end_layout
26958
26959 \begin_layout Standard
26960 Right-clicking on a float-box and clicking on 
26961 \family sans
26962 Settings
26963 \family default
26964  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
26965  uses for
26966  positioning the float.
26967 \begin_inset Newline newline
26968 \end_inset
26969
26970 The option 
26971 \family sans
26972 Span
26973 \begin_inset space ~
26974 \end_inset
26975
26976 columns
26977 \family default
26978  is only useful for two-column documents: If you select it, the float will
26979  span both columns on the page instead of being confined to just one.
26980 \begin_inset Newline newline
26981 \end_inset
26982
26983 The option 
26984 \family sans
26985 Rotate
26986 \begin_inset space ~
26987 \end_inset
26988
26989 sideways
26990 \family default
26991  is used to rotate floats, see section 
26992 \begin_inset CommandInset ref
26993 LatexCommand ref
26994 reference "sec:Rotated-Floats"
26995
26996 \end_inset
26997
26998 .
26999 \end_layout
27000
27001 \begin_layout Standard
27002 You can use one or more of the following options in the float dialog to
27003  set the placement for a particular float when you uncheck the option 
27004 \family sans
27005 Use
27006 \begin_inset space ~
27007 \end_inset
27008
27009 default
27010 \begin_inset space ~
27011 \end_inset
27012
27013 placement
27014 \family default
27015 :
27016 \end_layout
27017
27018 \begin_layout Description
27019 Here
27020 \begin_inset space ~
27021 \end_inset
27022
27023 if
27024 \begin_inset space ~
27025 \end_inset
27026
27027 possible try to place the float on the position where it has been inserted
27028 \end_layout
27029
27030 \begin_layout Description
27031 Top
27032 \begin_inset space ~
27033 \end_inset
27034
27035 of
27036 \begin_inset space ~
27037 \end_inset
27038
27039 page try to place the float at the top of the current page
27040 \end_layout
27041
27042 \begin_layout Description
27043 Bottom
27044 \begin_inset space ~
27045 \end_inset
27046
27047 of
27048 \begin_inset space ~
27049 \end_inset
27050
27051 page try to place the float at the bottom of the current page
27052 \end_layout
27053
27054 \begin_layout Description
27055 Page
27056 \begin_inset space ~
27057 \end_inset
27058
27059 of
27060 \begin_inset space ~
27061 \end_inset
27062
27063 floats try to place the float on its own page
27064 \end_layout
27065
27066 \begin_layout Standard
27067 The order of the above option is 
27068 \emph on
27069 always
27070 \emph default
27071  used by \SpecialChar LaTeX
27072 .
27073  That means, if you use the default placement, \SpecialChar LaTeX
27074  will first try out 
27075 \family sans
27076 Here
27077 \begin_inset space ~
27078 \end_inset
27079
27080 if
27081 \begin_inset space ~
27082 \end_inset
27083
27084 possible
27085 \family default
27086 , then 
27087 \family sans
27088 Top
27089 \begin_inset space ~
27090 \end_inset
27091
27092 of
27093 \begin_inset space ~
27094 \end_inset
27095
27096 page
27097 \family default
27098 , and then the others.
27099  If you do not use the default, \SpecialChar LaTeX
27100  will try only the checked options but in
27101  the same order.
27102  If none of the 4
27103 \begin_inset space ~
27104 \end_inset
27105
27106 placements is possible the procedure is internally repeated trying to put
27107  the float on the following page.
27108 \end_layout
27109
27110 \begin_layout Standard
27111 By default, each option has its own rules:
27112 \end_layout
27113
27114 \begin_layout Labeling
27115 \labelwidthstring 00.00.0000
27116
27117 \family sans
27118 Top
27119 \begin_inset space ~
27120 \end_inset
27121
27122 of
27123 \begin_inset space ~
27124 \end_inset
27125
27126 page
27127 \family default
27128  only floats occupying less than 70
27129 \begin_inset space \thinspace{}
27130 \end_inset
27131
27132 % of the page can be placed at the top of a page (
27133 \series bold
27134
27135 \backslash
27136 topfraction
27137 \series default
27138 )
27139 \end_layout
27140
27141 \begin_layout Labeling
27142 \labelwidthstring 00.00.0000
27143
27144 \family sans
27145 Bottom
27146 \begin_inset space ~
27147 \end_inset
27148
27149 of
27150 \begin_inset space ~
27151 \end_inset
27152
27153 page
27154 \family default
27155 : only floats occupying less than 30
27156 \begin_inset space \thinspace{}
27157 \end_inset
27158
27159 % of the page can be placed at the bottom of a page.
27160  (
27161 \series bold
27162
27163 \backslash
27164 bottomfraction
27165 \series default
27166 )
27167 \end_layout
27168
27169 \begin_layout Labeling
27170 \labelwidthstring 00.00.0000
27171
27172 \family sans
27173 Page
27174 \begin_inset space ~
27175 \end_inset
27176
27177 of
27178 \begin_inset space ~
27179 \end_inset
27180
27181 floats
27182 \family default
27183 : only if more than 50
27184 \begin_inset space \thinspace{}
27185 \end_inset
27186
27187 % of the page is occupied by floats, several floats can be set together
27188  on a page.
27189  (
27190 \series bold
27191
27192 \backslash
27193 floatpagefraction
27194 \series default
27195 )
27196 \end_layout
27197
27198 \begin_layout Standard
27199 If you don't like these rules, you can ignore them by using the additional
27200  option 
27201 \family sans
27202 Ignore
27203 \begin_inset space ~
27204 \end_inset
27205
27206 \SpecialChar LaTeX
27207
27208 \begin_inset space ~
27209 \end_inset
27210
27211 rules
27212 \family default
27213 .
27214 \begin_inset Newline newline
27215 \end_inset
27216
27217 You can also redefine the rules with \SpecialChar LaTeX
27218 -commands that are given in parentheses
27219  after the rules description above.
27220  To increase for example the often too small default of the bottom-rule
27221  to 50
27222 \begin_inset space \thinspace{}
27223 \end_inset
27224
27225 % of the page, add this line to your document preamble:
27226 \end_layout
27227
27228 \begin_layout Standard
27229
27230 \series bold
27231
27232 \backslash
27233 renewcommand{
27234 \backslash
27235 bottomfraction}{0.5}
27236 \end_layout
27237
27238 \begin_layout Standard
27239 Sometimes you might need, under all circumstances, a float to be placed
27240  exactly at the position where it is inserted.
27241  For this case you can use the option 
27242 \family sans
27243 Here
27244 \begin_inset space ~
27245 \end_inset
27246
27247 definitely
27248 \family default
27249 .
27250  Use this option very rarely and only if the document is almost ready to
27251  be printed, because the float is then no longer able to 
27252 \begin_inset Quotes eld
27253 \end_inset
27254
27255 float
27256 \begin_inset Quotes erd
27257 \end_inset
27258
27259  when you change your document and this will often destroy the page layout.
27260 \end_layout
27261
27262 \begin_layout Standard
27263 There are no placement options for text wrap floats, because they are always
27264  surrounded by the text of a certain paragraph.
27265 \begin_inset VSpace bigskip
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \begin_layout Standard
27272 Sometimes you have the problem that a float is placed at the top of a page
27273  while its corresponding section starts at the middle of the page, so that
27274  the reader could think the float is part of the previous section.
27275  To avoid this the \SpecialChar LaTeX
27276 -command 
27277 \series bold
27278
27279 \backslash
27280 suppressfloats
27281 \series default
27282  can be used.
27283  It suppresses a given float placement for the page where it is inserted
27284  and can therefore be used to avoid floats being set before a section starts.
27285  To get this, add these commands to your document preamble:
27286 \end_layout
27287
27288 \begin_layout Standard
27289
27290 \series bold
27291
27292 \backslash
27293 let
27294 \backslash
27295 mySection
27296 \backslash
27297 section
27298 \begin_inset Newline newline
27299 \end_inset
27300
27301
27302 \backslash
27303 renewcommand{
27304 \backslash
27305 section}{
27306 \backslash
27307 suppressfloats[t]
27308 \backslash
27309 mySection}
27310 \end_layout
27311
27312 \begin_layout Standard
27313 You can define the same for all section headings, like chapters and subsections.
27314  This definition is not recommended to be used for small text parts like
27315  subsubsections because \SpecialChar LaTeX
27316  may then have problems finding a suitable placement.
27317 \end_layout
27318
27319 \begin_layout Standard
27320 \begin_inset VSpace bigskip
27321 \end_inset
27322
27323 In some cases it is required to have all figures/tables at the end of the
27324  document.
27325  For this purpose the \SpecialChar LaTeX
27326 -package 
27327 \series bold
27328 endfloat
27329 \series default
27330
27331 \begin_inset Index idx
27332 status collapsed
27333
27334 \begin_layout Plain Layout
27335 \SpecialChar LaTeX
27336 -packages ! endfloat
27337 \end_layout
27338
27339 \end_inset
27340
27341  was developed.
27342  It puts all figure and table floats at the end of the document into their
27343  own sections.
27344  At the original float position a text hint like 
27345 \begin_inset Quotes eld
27346 \end_inset
27347
27348
27349 \family sans
27350 [Figure
27351 \begin_inset space ~
27352 \end_inset
27353
27354 3.2 about here.]
27355 \family default
27356
27357 \begin_inset Quotes erd
27358 \end_inset
27359
27360  is inserted.
27361  The endfloat-package is loaded in the preamble with the line
27362 \end_layout
27363
27364 \begin_layout Standard
27365
27366 \series bold
27367
27368 \backslash
27369 usepackage[options]{endfloat}
27370 \end_layout
27371
27372 \begin_layout Standard
27373 There are various package options to format the created figure/table sections.
27374  For more information we refer you to the 
27375 \series bold
27376 endfloat
27377 \series default
27378  documentation 
27379 \begin_inset CommandInset citation
27380 LatexCommand cite
27381 key "endfloat"
27382 literal "true"
27383
27384 \end_inset
27385
27386 .
27387 \begin_inset Newline newline
27388 \end_inset
27389
27390
27391 \begin_inset Note Greyedout
27392 status open
27393
27394 \begin_layout Plain Layout
27395
27396 \series bold
27397 Note: endfloat
27398 \series default
27399  doesn't provide an automatic translation for the text hint, you have to
27400  do this manually, see section
27401 \begin_inset space ~
27402 \end_inset
27403
27404 4 in 
27405 \begin_inset CommandInset citation
27406 LatexCommand cite
27407 key "endfloat"
27408 literal "true"
27409
27410 \end_inset
27411
27412 .
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \begin_inset Newline newline
27419 \end_inset
27420
27421
27422 \begin_inset Note Greyedout
27423 status open
27424
27425 \begin_layout Plain Layout
27426
27427 \series bold
27428 Note:
27429 \series default
27430  There is currently a bug in 
27431 \series bold
27432 endfloat
27433 \series default
27434  when the caption contains a German 
27435 \begin_inset Quotes eld
27436 \end_inset
27437
27438 ß
27439 \begin_inset Quotes erd
27440 \end_inset
27441
27442 .
27443  Use in this case the command 
27444 \begin_inset Quotes eld
27445 \end_inset
27446
27447
27448 \series bold
27449
27450 \backslash
27451 ss
27452 \series default
27453
27454 \begin_inset Quotes erd
27455 \end_inset
27456
27457  in \SpecialChar TeX
27458  Code instead of 
27459 \begin_inset Quotes eld
27460 \end_inset
27461
27462 ß
27463 \begin_inset Quotes erd
27464 \end_inset
27465
27466 .
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \begin_layout Standard
27475 \begin_inset VSpace bigskip
27476 \end_inset
27477
27478 For more details about float placements, have a look at \SpecialChar LaTeX
27479  books, 
27480 \begin_inset CommandInset citation
27481 LatexCommand cite
27482 key "latexcompanion,latexguide,latexbook"
27483 literal "true"
27484
27485 \end_inset
27486
27487 .
27488 \end_layout
27489
27490 \begin_layout Section
27491 Rotated Floats
27492 \begin_inset CommandInset label
27493 LatexCommand label
27494 name "sec:Rotated-Floats"
27495
27496 \end_inset
27497
27498
27499 \begin_inset Index idx
27500 status collapsed
27501
27502 \begin_layout Plain Layout
27503 Floats ! Rotating
27504 \end_layout
27505
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \begin_layout Standard
27512 Especially for wide tables you might have floats rotated.
27513  To rotate a whole float including the caption, right-click on the float-box
27514  and use the option 
27515 \family sans
27516 Rotate
27517 \begin_inset space ~
27518 \end_inset
27519
27520 sideways
27521 \family default
27522 .
27523 \end_layout
27524
27525 \begin_layout Standard
27526 Rotated floats are always placed on a page of their own (or column of their
27527  own; in case you have a multi-column document).
27528  You can let them span several columns using the float settings option 
27529 \family sans
27530 Span
27531 \begin_inset space ~
27532 \end_inset
27533
27534 columns
27535 \family default
27536 .
27537  Floats are rotated so that you can read them from the outside margin.
27538  To force a certain rotation direction for all pages, you can add either
27539  the option 
27540 \series bold
27541 figuresleft
27542 \series default
27543  or 
27544 \series bold
27545 figuresright
27546 \series default
27547  to the document class options.
27548 \end_layout
27549
27550 \begin_layout Standard
27551 Referencing rotated floats is the same as for normal floats, the caption
27552  format is also the same: Table
27553 \begin_inset space ~
27554 \end_inset
27555
27556
27557 \begin_inset CommandInset ref
27558 LatexCommand ref
27559 reference "tab:Rotated-table"
27560
27561 \end_inset
27562
27563  is an example of a rotated table float.
27564 \end_layout
27565
27566 \begin_layout Standard
27567 \begin_inset Note Greyedout
27568 status open
27569
27570 \begin_layout Plain Layout
27571
27572 \series bold
27573 Note:
27574 \series default
27575  Not all DVI-viewers are able to display rotated floats.
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \begin_layout Standard
27584 \begin_inset Float table
27585 wide false
27586 sideways true
27587 status open
27588
27589 \begin_layout Plain Layout
27590 \begin_inset Caption Standard
27591
27592 \begin_layout Plain Layout
27593 \begin_inset CommandInset label
27594 LatexCommand label
27595 name "tab:Rotated-table"
27596
27597 \end_inset
27598
27599  Rotated table
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \begin_layout Plain Layout
27608 \align center
27609 \begin_inset Tabular
27610 <lyxtabular version="3" rows="1" columns="5">
27611 <features tabularvalignment="middle">
27612 <column alignment="center" valignment="top">
27613 <column alignment="center" valignment="top">
27614 <column alignment="center" valignment="top">
27615 <column alignment="center" valignment="top">
27616 <column alignment="center" valignment="top">
27617 <row>
27618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27619 \begin_inset Text
27620
27621 \begin_layout Plain Layout
27622 test
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27628 \begin_inset Text
27629
27630 \begin_layout Plain Layout
27631 b
27632 \end_layout
27633
27634 \end_inset
27635 </cell>
27636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27637 \begin_inset Text
27638
27639 \begin_layout Plain Layout
27640 c
27641 \end_layout
27642
27643 \end_inset
27644 </cell>
27645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27646 \begin_inset Text
27647
27648 \begin_layout Plain Layout
27649 d
27650 \end_layout
27651
27652 \end_inset
27653 </cell>
27654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27655 \begin_inset Text
27656
27657 \begin_layout Plain Layout
27658 e
27659 \end_layout
27660
27661 \end_inset
27662 </cell>
27663 </row>
27664 </lyxtabular>
27665
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \begin_layout Section
27677 Subfloats
27678 \begin_inset Index idx
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682 Floats ! Subfloats
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \end_layout
27689
27690 \begin_layout Standard
27691 Subfloats are for example used when a figure consists of several images.
27692  They are created by inserting a float into an existing float.
27693  The placement of the subfloats can be controlled in the same way as for
27694  paragraphs as shown in table
27695 \begin_inset space ~
27696 \end_inset
27697
27698
27699 \begin_inset CommandInset ref
27700 LatexCommand ref
27701 reference "tab:Two-subtables-side"
27702
27703 \end_inset
27704
27705  and 
27706 \begin_inset CommandInset ref
27707 LatexCommand ref
27708 reference "tab:Two-subtables-upon"
27709
27710 \end_inset
27711
27712 .
27713 \end_layout
27714
27715 \begin_layout Standard
27716 Referencing subfloats works as for normal floats: Table
27717 \begin_inset space ~
27718 \end_inset
27719
27720
27721 \begin_inset CommandInset ref
27722 LatexCommand ref
27723 reference "tab:This-is-subtable-a"
27724
27725 \end_inset
27726
27727  and 
27728 \begin_inset CommandInset ref
27729 LatexCommand ref
27730 reference "tab:This-is-subtable-b"
27731
27732 \end_inset
27733
27734  are subtables of table
27735 \begin_inset space ~
27736 \end_inset
27737
27738
27739 \begin_inset CommandInset ref
27740 LatexCommand ref
27741 reference "tab:Two-subtables-side"
27742
27743 \end_inset
27744
27745 .
27746 \end_layout
27747
27748 \begin_layout Standard
27749 \begin_inset Float table
27750 wide false
27751 sideways false
27752 status open
27753
27754 \begin_layout Plain Layout
27755 \begin_inset Caption Standard
27756
27757 \begin_layout Plain Layout
27758 \begin_inset CommandInset label
27759 LatexCommand label
27760 name "tab:Two-subtables-side"
27761
27762 \end_inset
27763
27764 Two subtables placed side by side.
27765 \end_layout
27766
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \begin_layout Plain Layout
27773 \align center
27774 \begin_inset space \hfill{}
27775 \end_inset
27776
27777
27778 \begin_inset Float table
27779 wide false
27780 sideways false
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784 \begin_inset Caption Standard
27785
27786 \begin_layout Plain Layout
27787 \begin_inset CommandInset label
27788 LatexCommand label
27789 name "tab:This-is-subtable-a"
27790
27791 \end_inset
27792
27793 This is subtable a.
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \begin_layout Plain Layout
27802 \align center
27803 \begin_inset Tabular
27804 <lyxtabular version="3" rows="1" columns="5">
27805 <features tabularvalignment="middle">
27806 <column alignment="center" valignment="top">
27807 <column alignment="center" valignment="top">
27808 <column alignment="center" valignment="top">
27809 <column alignment="center" valignment="top">
27810 <column alignment="center" valignment="top">
27811 <row>
27812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816 test
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Plain Layout
27825 b
27826 \end_layout
27827
27828 \end_inset
27829 </cell>
27830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27831 \begin_inset Text
27832
27833 \begin_layout Plain Layout
27834 c
27835 \end_layout
27836
27837 \end_inset
27838 </cell>
27839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27840 \begin_inset Text
27841
27842 \begin_layout Plain Layout
27843 d
27844 \end_layout
27845
27846 \end_inset
27847 </cell>
27848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27849 \begin_inset Text
27850
27851 \begin_layout Plain Layout
27852 e
27853 \end_layout
27854
27855 \end_inset
27856 </cell>
27857 </row>
27858 </lyxtabular>
27859
27860 \end_inset
27861
27862
27863 \end_layout
27864
27865 \end_inset
27866
27867
27868 \begin_inset space \hfill{}
27869 \end_inset
27870
27871
27872 \begin_inset Float table
27873 wide false
27874 sideways false
27875 status collapsed
27876
27877 \begin_layout Plain Layout
27878 \begin_inset Caption Standard
27879
27880 \begin_layout Plain Layout
27881 \begin_inset CommandInset label
27882 LatexCommand label
27883 name "tab:This-is-subtable-b"
27884
27885 \end_inset
27886
27887 This is subtable b.
27888 \end_layout
27889
27890 \end_inset
27891
27892
27893 \end_layout
27894
27895 \begin_layout Plain Layout
27896 \align center
27897 \begin_inset Tabular
27898 <lyxtabular version="3" rows="1" columns="5">
27899 <features tabularvalignment="middle">
27900 <column alignment="center" valignment="top">
27901 <column alignment="center" valignment="top">
27902 <column alignment="center" valignment="top">
27903 <column alignment="center" valignment="top">
27904 <column alignment="center" valignment="top">
27905 <row>
27906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27907 \begin_inset Text
27908
27909 \begin_layout Plain Layout
27910 e
27911 \end_layout
27912
27913 \end_inset
27914 </cell>
27915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27916 \begin_inset Text
27917
27918 \begin_layout Plain Layout
27919 d
27920 \end_layout
27921
27922 \end_inset
27923 </cell>
27924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27925 \begin_inset Text
27926
27927 \begin_layout Plain Layout
27928 c
27929 \end_layout
27930
27931 \end_inset
27932 </cell>
27933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27934 \begin_inset Text
27935
27936 \begin_layout Plain Layout
27937 b
27938 \end_layout
27939
27940 \end_inset
27941 </cell>
27942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Plain Layout
27946 test
27947 \end_layout
27948
27949 \end_inset
27950 </cell>
27951 </row>
27952 </lyxtabular>
27953
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \begin_inset space \hfill{}
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \end_layout
27972
27973 \begin_layout Standard
27974 \begin_inset Float table
27975 wide false
27976 sideways false
27977 status open
27978
27979 \begin_layout Plain Layout
27980 \begin_inset Caption Standard
27981
27982 \begin_layout Plain Layout
27983 \begin_inset CommandInset label
27984 LatexCommand label
27985 name "tab:Two-subtables-upon"
27986
27987 \end_inset
27988
27989 Two subtables placed one above the other.
27990  (a) table with 4 cells, (b) table with 5 cells.
27991 \end_layout
27992
27993 \end_inset
27994
27995
27996 \end_layout
27997
27998 \begin_layout Plain Layout
27999 \align center
28000 \begin_inset Float table
28001 wide false
28002 sideways false
28003 status collapsed
28004
28005 \begin_layout Plain Layout
28006 \begin_inset Caption Standard
28007
28008 \begin_layout Plain Layout
28009
28010 \end_layout
28011
28012 \end_inset
28013
28014
28015 \end_layout
28016
28017 \begin_layout Plain Layout
28018 \align center
28019 \begin_inset Tabular
28020 <lyxtabular version="3" rows="1" columns="4">
28021 <features tabularvalignment="middle">
28022 <column alignment="center" valignment="top">
28023 <column alignment="center" valignment="top">
28024 <column alignment="center" valignment="top">
28025 <column alignment="center" valignment="top">
28026 <row>
28027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28028 \begin_inset Text
28029
28030 \begin_layout Plain Layout
28031 test
28032 \end_layout
28033
28034 \end_inset
28035 </cell>
28036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28037 \begin_inset Text
28038
28039 \begin_layout Plain Layout
28040 test
28041 \end_layout
28042
28043 \end_inset
28044 </cell>
28045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28046 \begin_inset Text
28047
28048 \begin_layout Plain Layout
28049 test
28050 \end_layout
28051
28052 \end_inset
28053 </cell>
28054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28055 \begin_inset Text
28056
28057 \begin_layout Plain Layout
28058 test
28059 \end_layout
28060
28061 \end_inset
28062 </cell>
28063 </row>
28064 </lyxtabular>
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \end_inset
28072
28073
28074 \end_layout
28075
28076 \begin_layout Plain Layout
28077 \align center
28078 \begin_inset Float table
28079 wide false
28080 sideways false
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084 \begin_inset Caption Standard
28085
28086 \begin_layout Plain Layout
28087
28088 \end_layout
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Plain Layout
28096 \align center
28097 \begin_inset Tabular
28098 <lyxtabular version="3" rows="1" columns="5">
28099 <features tabularvalignment="middle">
28100 <column alignment="center" valignment="top">
28101 <column alignment="center" valignment="top">
28102 <column alignment="center" valignment="top">
28103 <column alignment="center" valignment="top">
28104 <column alignment="center" valignment="top">
28105 <row>
28106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28107 \begin_inset Text
28108
28109 \begin_layout Plain Layout
28110 a
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Plain Layout
28119 b
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28125 \begin_inset Text
28126
28127 \begin_layout Plain Layout
28128 c
28129 \end_layout
28130
28131 \end_inset
28132 </cell>
28133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28134 \begin_inset Text
28135
28136 \begin_layout Plain Layout
28137 d
28138 \end_layout
28139
28140 \end_inset
28141 </cell>
28142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28143 \begin_inset Text
28144
28145 \begin_layout Plain Layout
28146 e
28147 \end_layout
28148
28149 \end_inset
28150 </cell>
28151 </row>
28152 </lyxtabular>
28153
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \end_inset
28165
28166
28167 \end_layout
28168
28169 \begin_layout Section
28170 Floats Side by Side
28171 \begin_inset Index idx
28172 status collapsed
28173
28174 \begin_layout Plain Layout
28175 Floats ! Side by side
28176 \end_layout
28177
28178 \end_inset
28179
28180
28181 \end_layout
28182
28183 \begin_layout Standard
28184 To place floats side by side, as in Figures
28185 \begin_inset space ~
28186 \end_inset
28187
28188
28189 \begin_inset CommandInset ref
28190 LatexCommand ref
28191 reference "fig:Float-left"
28192
28193 \end_inset
28194
28195  and 
28196 \begin_inset CommandInset ref
28197 LatexCommand ref
28198 reference "fig:Float-right"
28199
28200 \end_inset
28201
28202 , only 
28203 \emph on
28204 one
28205 \emph default
28206  float is used.
28207  In it two minipage boxes are inserted.
28208 \begin_inset Foot
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212 Minipages are explained in section
28213 \begin_inset space ~
28214 \end_inset
28215
28216
28217 \begin_inset CommandInset ref
28218 LatexCommand ref
28219 reference "sec:Minipages"
28220
28221 \end_inset
28222
28223 .
28224 \end_layout
28225
28226 \end_inset
28227
28228  The width is set to 45
28229 \begin_inset space \thinspace{}
28230 \end_inset
28231
28232 -50
28233 \begin_inset space \thinspace{}
28234 \end_inset
28235
28236 column% and the box alignment to 
28237 \family sans
28238 Bottom
28239 \family default
28240  for each minipage.
28241  The minipage boxes contain the image and the caption in the same way as
28242  they are in a float.
28243  The only difference is that the image unit 
28244 \family sans
28245 Column
28246 \begin_inset space ~
28247 \end_inset
28248
28249 Width
28250 \begin_inset space ~
28251 \end_inset
28252
28253 %
28254 \family default
28255  is now calculated according to the width of the minipage boxes.
28256 \end_layout
28257
28258 \begin_layout Standard
28259 \begin_inset Float figure
28260 wide false
28261 sideways false
28262 status open
28263
28264 \begin_layout Plain Layout
28265 \begin_inset Box Frameless
28266 position "b"
28267 hor_pos "c"
28268 has_inner_box 1
28269 inner_pos "t"
28270 use_parbox 0
28271 use_makebox 0
28272 width "45col%"
28273 special "none"
28274 height "1in"
28275 height_special "totalheight"
28276 thickness "0.4pt"
28277 separation "3pt"
28278 shadowsize "4pt"
28279 framecolor "black"
28280 backgroundcolor "none"
28281 status open
28282
28283 \begin_layout Plain Layout
28284 \align center
28285 \begin_inset Graphics
28286         filename clipart/2D-intensity-plot.pdf
28287         width 100col%
28288         scaleBeforeRotation
28289
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \begin_layout Plain Layout
28296 \begin_inset Caption Standard
28297
28298 \begin_layout Plain Layout
28299 \begin_inset CommandInset label
28300 LatexCommand label
28301 name "fig:Float-left"
28302
28303 \end_inset
28304
28305 Float on the left side.
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \begin_inset space \hfill{}
28317 \end_inset
28318
28319
28320 \begin_inset Box Frameless
28321 position "b"
28322 hor_pos "c"
28323 has_inner_box 1
28324 inner_pos "t"
28325 use_parbox 0
28326 use_makebox 0
28327 width "45col%"
28328 special "none"
28329 height "1in"
28330 height_special "totalheight"
28331 thickness "0.4pt"
28332 separation "3pt"
28333 shadowsize "4pt"
28334 framecolor "black"
28335 backgroundcolor "none"
28336 status open
28337
28338 \begin_layout Plain Layout
28339 \align center
28340 \begin_inset Graphics
28341         filename clipart/Star-structure.pdf
28342         width 100col%
28343         scaleBeforeRotation
28344
28345 \end_inset
28346
28347
28348 \end_layout
28349
28350 \begin_layout Plain Layout
28351 \begin_inset Caption Standard
28352
28353 \begin_layout Plain Layout
28354 \begin_inset CommandInset label
28355 LatexCommand label
28356 name "fig:Float-right"
28357
28358 \end_inset
28359
28360 Float on the right side.
28361 \end_layout
28362
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \begin_layout Standard
28379 An alternative and simpler solution is to use the module 
28380 \family sans
28381 Variable-width Minipages
28382 \family default
28383 , see sec.
28384 \begin_inset space \thinspace{}
28385 \end_inset
28386
28387
28388 \begin_inset CommandInset ref
28389 LatexCommand ref
28390 reference "sec:Minipages"
28391
28392 \end_inset
28393
28394 .
28395  Variable-width minipages adapt automatically to the width of the figures
28396  and tables.
28397  They do not require an explicit width to be given, and they improve the
28398  horizontal alignment of the figures.
28399  The LyX example file 
28400 \emph on
28401 varwidth-floats-side-by-side
28402 \emph default
28403  gives examples of how to do this.
28404 \end_layout
28405
28406 \begin_layout Section
28407 Caption Formatting
28408 \begin_inset Index idx
28409 status collapsed
28410
28411 \begin_layout Plain Layout
28412 Caption ! Formatting
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \begin_inset Index idx
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422 Floats ! Caption Formatting
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \begin_inset CommandInset label
28429 LatexCommand label
28430 name "sec:Caption-Formatting"
28431
28432 \end_inset
28433
28434
28435 \end_layout
28436
28437 \begin_layout Standard
28438 The 
28439 \family sans
28440 Caption
28441 \family default
28442  environment is the default paragraph environment for 
28443 \family sans
28444 Floats
28445 \family default
28446 .
28447  On the \SpecialChar LyX
28448  screen captions appear as a label, e.
28449 \begin_inset space \thinspace{}
28450 \end_inset
28451
28452 g.
28453 \begin_inset space \space{}
28454 \end_inset
28455
28456
28457 \begin_inset Quotes eld
28458 \end_inset
28459
28460
28461 \family sans
28462 Figure #:
28463 \family default
28464
28465 \begin_inset Quotes erd
28466 \end_inset
28467
28468  followed by the caption text.
28469  
28470 \begin_inset Quotes eld
28471 \end_inset
28472
28473 #
28474 \begin_inset Quotes erd
28475 \end_inset
28476
28477  is the actual reference number.
28478  By default the label and the number are in the same font as the caption
28479  text and a colon follows the number to divide the label from the text.
28480  This caption format is suitable for many but not all documents.
28481  
28482 \end_layout
28483
28484 \begin_layout Standard
28485 To change the default caption format, load the \SpecialChar LaTeX
28486 -package 
28487 \series bold
28488 caption
28489 \series default
28490
28491 \begin_inset Index idx
28492 status collapsed
28493
28494 \begin_layout Plain Layout
28495 \SpecialChar LaTeX
28496 -packages ! caption
28497 \end_layout
28498
28499 \end_inset
28500
28501  in the document preamble with this line:
28502 \end_layout
28503
28504 \begin_layout Standard
28505
28506 \series bold
28507
28508 \backslash
28509 usepackage[format definition]{caption}
28510 \end_layout
28511
28512 \begin_layout Standard
28513 To have for example the label and the number in sans-serif, bold font and
28514  the table captions always above the table as in this document, use the
28515  following command:
28516 \end_layout
28517
28518 \begin_layout Standard
28519
28520 \series bold
28521
28522 \backslash
28523 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28524 \end_layout
28525
28526 \begin_layout Standard
28527 You can also define different caption formats for the different float types.
28528  In this case load the 
28529 \series bold
28530 caption
28531 \series default
28532  package without format specific options and define the different formats
28533  with the help of the command
28534 \end_layout
28535
28536 \begin_layout Standard
28537
28538 \series bold
28539
28540 \backslash
28541 captionsetup[float type]{format definition}
28542 \end_layout
28543
28544 \begin_layout Standard
28545 in the document preamble.
28546  For example the caption formats of Figure
28547 \begin_inset space ~
28548 \end_inset
28549
28550
28551 \begin_inset CommandInset ref
28552 LatexCommand ref
28553 reference "fig:This-is-an-fig"
28554
28555 \end_inset
28556
28557  and Table
28558 \begin_inset space ~
28559 \end_inset
28560
28561
28562 \begin_inset CommandInset ref
28563 LatexCommand ref
28564 reference "tab:This-is-an-tab"
28565
28566 \end_inset
28567
28568  can be created using these commands in the document preamble:
28569 \end_layout
28570
28571 \begin_layout Standard
28572
28573 \series bold
28574
28575 \backslash
28576 usepackage[tableposition=top]{caption}
28577 \series default
28578
28579 \begin_inset Newline newline
28580 \end_inset
28581
28582
28583 \series bold
28584
28585 \backslash
28586 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28587 \begin_inset Newline newline
28588 \end_inset
28589
28590
28591 \begin_inset Phantom HPhantom
28592 status open
28593
28594 \begin_layout Plain Layout
28595
28596 \series bold
28597
28598 \backslash
28599 captionsetup[figure]{
28600 \end_layout
28601
28602 \end_inset
28603
28604 labelsep=period}
28605 \begin_inset Newline newline
28606 \end_inset
28607
28608
28609 \backslash
28610 captionsetup[table]{labelfont={bf,sf}}
28611 \end_layout
28612
28613 \begin_layout Standard
28614 \begin_inset Note Greyedout
28615 status open
28616
28617 \begin_layout Plain Layout
28618
28619 \series bold
28620 Note:
28621 \series default
28622  The option 
28623 \series bold
28624 tableposition=top
28625 \series default
28626  has no effect when a 
28627 \series bold
28628 KOMA-Script
28629 \series default
28630
28631 \begin_inset Index idx
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 \SpecialChar LaTeX
28636 -packages ! KOMA-Script
28637 \end_layout
28638
28639 \end_inset
28640
28641  document class is used.
28642  In this case the document class option 
28643 \series bold
28644 captions=tableheading
28645 \series default
28646  must be used.
28647 \end_layout
28648
28649 \end_inset
28650
28651
28652 \end_layout
28653
28654 \begin_layout Standard
28655 For more information about the package 
28656 \series bold
28657 caption
28658 \series default
28659  we refer to its documentation 
28660 \begin_inset CommandInset citation
28661 LatexCommand cite
28662 key "caption"
28663 literal "true"
28664
28665 \end_inset
28666
28667 .
28668 \end_layout
28669
28670 \begin_layout Standard
28671 To change the label name from e.
28672 \begin_inset space \thinspace{}
28673 \end_inset
28674
28675 g.
28676 \begin_inset space \space{}
28677 \end_inset
28678
28679
28680 \begin_inset Quotes eld
28681 \end_inset
28682
28683 Figure
28684 \begin_inset Quotes erd
28685 \end_inset
28686
28687  to 
28688 \begin_inset Quotes eld
28689 \end_inset
28690
28691 Image
28692 \begin_inset Quotes erd
28693 \end_inset
28694
28695  use this preamble command:
28696 \end_layout
28697
28698 \begin_layout Standard
28699
28700 \series bold
28701
28702 \backslash
28703 renewcommand{
28704 \backslash
28705 fnum@figure}{Image~
28706 \backslash
28707 thefigure}
28708 \end_layout
28709
28710 \begin_layout Standard
28711 where 
28712 \series bold
28713
28714 \backslash
28715 thefigure
28716 \series default
28717  inserts the figure number and
28718 \series bold
28719  
28720 \begin_inset Quotes eld
28721 \end_inset
28722
28723 ~
28724 \series default
28725
28726 \begin_inset Quotes erd
28727 \end_inset
28728
28729  creates a protected space.
28730 \end_layout
28731
28732 \begin_layout Standard
28733 \begin_inset VSpace bigskip
28734 \end_inset
28735
28736 If you are using a 
28737 \series bold
28738 KOMA-Script
28739 \series default
28740
28741 \begin_inset Index idx
28742 status collapsed
28743
28744 \begin_layout Plain Layout
28745 \SpecialChar LaTeX
28746 -packages ! KOMA-Script
28747 \end_layout
28748
28749 \end_inset
28750
28751  document class (
28752 \family sans
28753 article (KOMA-Script)
28754 \family default
28755
28756 \family sans
28757 book (KOMA-Script)
28758 \family default
28759
28760 \family sans
28761 letter (KOMA-Script)
28762 \family default
28763 , or 
28764 \family sans
28765 report (KOMA-Script)
28766 \family default
28767
28768 \begin_inset space \thinspace{}
28769 \end_inset
28770
28771 ), you can alternatively to the 
28772 \series bold
28773 caption
28774 \series default
28775  package use 
28776 \series bold
28777 KOMA-Script
28778 \series default
28779 's built-in command 
28780 \series bold
28781
28782 \backslash
28783 setkomafont
28784 \series default
28785 .
28786  For example, to have the caption label in bold, add this command to your
28787  document preamble:
28788 \end_layout
28789
28790 \begin_layout Standard
28791
28792 \series bold
28793
28794 \backslash
28795 setkomafont{captionlabel}{
28796 \backslash
28797 bfseries}
28798 \end_layout
28799
28800 \begin_layout Standard
28801 For more information about 
28802 \series bold
28803
28804 \backslash
28805 setkomafont
28806 \series default
28807  we refer to the 
28808 \series bold
28809 KOMA-Script
28810 \series default
28811  documentation 
28812 \begin_inset CommandInset citation
28813 LatexCommand cite
28814 key "KOMA-Script"
28815 literal "true"
28816
28817 \end_inset
28818
28819 .
28820 \end_layout
28821
28822 \begin_layout Standard
28823 \begin_inset ERT
28824 status collapsed
28825
28826 \begin_layout Plain Layout
28827
28828
28829 \backslash
28830 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28831 }
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \begin_inset Note Note
28838 status open
28839
28840 \begin_layout Plain Layout
28841 The caption format is changed only for this example.
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Standard
28850 \begin_inset Float figure
28851 placement !p
28852 wide false
28853 sideways false
28854 status open
28855
28856 \begin_layout Plain Layout
28857 \align center
28858 \begin_inset Graphics
28859         filename clipart/2D-intensity-plot.pdf
28860         scaleBeforeRotation
28861
28862 \end_inset
28863
28864
28865 \end_layout
28866
28867 \begin_layout Plain Layout
28868 \begin_inset Caption Standard
28869
28870 \begin_layout Plain Layout
28871 \begin_inset CommandInset label
28872 LatexCommand label
28873 name "fig:This-is-an-fig"
28874
28875 \end_inset
28876
28877 This is an example figure caption that is longer than one line to show the
28878  different caption format.
28879  Here a self-defined caption format is used.
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Standard
28893 \begin_inset ERT
28894 status collapsed
28895
28896 \begin_layout Plain Layout
28897
28898
28899 \backslash
28900 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28901 on}
28902 \end_layout
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \begin_layout Standard
28910 \begin_inset Float table
28911 placement !p
28912 wide false
28913 sideways false
28914 status open
28915
28916 \begin_layout Plain Layout
28917 \begin_inset Caption Standard
28918
28919 \begin_layout Plain Layout
28920 \begin_inset CommandInset label
28921 LatexCommand label
28922 name "tab:This-is-an-tab"
28923
28924 \end_inset
28925
28926 This is an example table caption that is longer than one line to show the
28927  different caption format.
28928  Here the standard caption format for tables in this document is used.
28929 \end_layout
28930
28931 \end_inset
28932
28933
28934 \end_layout
28935
28936 \begin_layout Plain Layout
28937 \align center
28938 \begin_inset Tabular
28939 <lyxtabular version="3" rows="1" columns="5">
28940 <features tabularvalignment="middle">
28941 <column alignment="center" valignment="top">
28942 <column alignment="center" valignment="top">
28943 <column alignment="center" valignment="top">
28944 <column alignment="center" valignment="top">
28945 <column alignment="center" valignment="top">
28946 <row>
28947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28948 \begin_inset Text
28949
28950 \begin_layout Plain Layout
28951 a
28952 \end_layout
28953
28954 \end_inset
28955 </cell>
28956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28957 \begin_inset Text
28958
28959 \begin_layout Plain Layout
28960 b
28961 \end_layout
28962
28963 \end_inset
28964 </cell>
28965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28966 \begin_inset Text
28967
28968 \begin_layout Plain Layout
28969 c
28970 \end_layout
28971
28972 \end_inset
28973 </cell>
28974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28975 \begin_inset Text
28976
28977 \begin_layout Plain Layout
28978 d
28979 \end_layout
28980
28981 \end_inset
28982 </cell>
28983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28984 \begin_inset Text
28985
28986 \begin_layout Plain Layout
28987 e
28988 \end_layout
28989
28990 \end_inset
28991 </cell>
28992 </row>
28993 </lyxtabular>
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \end_layout
29004
29005 \begin_layout Section
29006 Caption Placement
29007 \begin_inset Index idx
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011 Caption ! Placement
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \begin_inset Index idx
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021 Floats ! Caption Placement
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \begin_inset CommandInset label
29028 LatexCommand label
29029 name "sec:Caption-Placement"
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 The common caption placement rule is:
29038 \end_layout
29039
29040 \begin_layout Description
29041 Figure: Caption is set below the figure
29042 \end_layout
29043
29044 \begin_layout Description
29045 Table: Caption is set above the table
29046 \end_layout
29047
29048 \begin_layout Standard
29049 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
29050 's
29051  standard classes.
29052  That means if you are using the document classes 
29053 \family sans
29054 article
29055 \family default
29056
29057 \family sans
29058 book
29059 \family default
29060
29061 \family sans
29062 letter
29063 \family default
29064 , or 
29065 \family sans
29066 report
29067 \family default
29068  there will be no space between the caption and the table.
29069  To insert the necessary space, load the \SpecialChar LaTeX
29070 -package 
29071 \series bold
29072 caption
29073 \series default
29074
29075 \begin_inset Index idx
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079 \SpecialChar LaTeX
29080 -packages ! caption
29081 \end_layout
29082
29083 \end_inset
29084
29085  in your document preamble with the option
29086 \begin_inset Foot
29087 status collapsed
29088
29089 \begin_layout Plain Layout
29090 See section
29091 \begin_inset space ~
29092 \end_inset
29093
29094
29095 \begin_inset CommandInset ref
29096 LatexCommand ref
29097 reference "sec:Caption-Formatting"
29098
29099 \end_inset
29100
29101  for more information of the package 
29102 \series bold
29103 caption
29104 \series default
29105 .
29106 \end_layout
29107
29108 \end_inset
29109
29110
29111 \end_layout
29112
29113 \begin_layout Standard
29114
29115 \series bold
29116 tableposition=top
29117 \end_layout
29118
29119 \begin_layout Standard
29120 If you are using a 
29121 \series bold
29122 KOMA-Script
29123 \series default
29124
29125 \begin_inset Index idx
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129 \SpecialChar LaTeX
29130 -packages ! KOMA-Script
29131 \end_layout
29132
29133 \end_inset
29134
29135  document class (
29136 \family sans
29137 article (KOMA-Script)
29138 \family default
29139
29140 \family sans
29141 book (KOMA-Script)
29142 \family default
29143
29144 \family sans
29145 letter (KOMA-Script)
29146 \family default
29147 , or 
29148 \family sans
29149 report (KOMA-Script)
29150 \family default
29151
29152 \begin_inset space \thinspace{}
29153 \end_inset
29154
29155 ), you can alternatively to the 
29156 \series bold
29157 caption
29158 \series default
29159  package set the document class option
29160 \begin_inset Foot
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164 That option is used in this document.
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \begin_layout Standard
29173
29174 \series bold
29175 captions=tableheading
29176 \end_layout
29177
29178 \begin_layout Standard
29179 In documents with a KOMA-Script document class you can also right-click
29180  on a caption and mark in the context menu if this should be a caption above
29181  or below the table/figure.
29182  This way you can override the document-wide caption placement for certain
29183  captions.
29184  Table
29185 \begin_inset space ~
29186 \end_inset
29187
29188
29189 \begin_inset CommandInset ref
29190 LatexCommand ref
29191 reference "tab:A-caption-marked"
29192
29193 \end_inset
29194
29195  is an example where the caption is marked a being below the table while
29196  it is above.
29197  For comparison the caption in Table
29198 \begin_inset space ~
29199 \end_inset
29200
29201
29202 \begin_inset CommandInset ref
29203 LatexCommand ref
29204 reference "tab:A-standard-table"
29205
29206 \end_inset
29207
29208  is not marked.
29209 \end_layout
29210
29211 \begin_layout Standard
29212 \begin_inset Float table
29213 wide false
29214 sideways false
29215 status open
29216
29217 \begin_layout Plain Layout
29218 \begin_inset Caption Below
29219
29220 \begin_layout Plain Layout
29221 \begin_inset CommandInset label
29222 LatexCommand label
29223 name "tab:A-caption-marked"
29224
29225 \end_inset
29226
29227 A caption marked as being below the table.
29228 \end_layout
29229
29230 \end_inset
29231
29232
29233 \end_layout
29234
29235 \begin_layout Plain Layout
29236 \align center
29237 \begin_inset Tabular
29238 <lyxtabular version="3" rows="3" columns="3">
29239 <features tabularvalignment="middle">
29240 <column alignment="center" valignment="top" width="0pt">
29241 <column alignment="center" valignment="top" width="0pt">
29242 <column alignment="center" valignment="top" width="0pt">
29243 <row>
29244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29245 \begin_inset Text
29246
29247 \begin_layout Plain Layout
29248 1
29249 \end_layout
29250
29251 \end_inset
29252 </cell>
29253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29254 \begin_inset Text
29255
29256 \begin_layout Plain Layout
29257 2
29258 \end_layout
29259
29260 \end_inset
29261 </cell>
29262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29263 \begin_inset Text
29264
29265 \begin_layout Plain Layout
29266 3
29267 \end_layout
29268
29269 \end_inset
29270 </cell>
29271 </row>
29272 <row>
29273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29274 \begin_inset Text
29275
29276 \begin_layout Plain Layout
29277 Joe
29278 \end_layout
29279
29280 \end_inset
29281 </cell>
29282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29283 \begin_inset Text
29284
29285 \begin_layout Plain Layout
29286 Mary
29287 \end_layout
29288
29289 \end_inset
29290 </cell>
29291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29292 \begin_inset Text
29293
29294 \begin_layout Plain Layout
29295 Ted
29296 \end_layout
29297
29298 \end_inset
29299 </cell>
29300 </row>
29301 <row>
29302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29303 \begin_inset Text
29304
29305 \begin_layout Plain Layout
29306 \begin_inset Formula $\int x^{2}dx$
29307 \end_inset
29308
29309
29310 \end_layout
29311
29312 \end_inset
29313 </cell>
29314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29315 \begin_inset Text
29316
29317 \begin_layout Plain Layout
29318 \begin_inset Formula $\left[\begin{array}{cc}
29319 a & b\\
29320 c & d
29321 \end{array}\right]$
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \end_inset
29328 </cell>
29329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29330 \begin_inset Text
29331
29332 \begin_layout Plain Layout
29333 \begin_inset Formula $1+1=2$
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \end_inset
29340 </cell>
29341 </row>
29342 </lyxtabular>
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355 \begin_inset Float table
29356 wide false
29357 sideways false
29358 status open
29359
29360 \begin_layout Plain Layout
29361 \begin_inset Caption Standard
29362
29363 \begin_layout Plain Layout
29364 \begin_inset CommandInset label
29365 LatexCommand label
29366 name "tab:A-standard-table"
29367
29368 \end_inset
29369
29370 A standard table caption.
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \begin_layout Plain Layout
29379 \align center
29380 \begin_inset Tabular
29381 <lyxtabular version="3" rows="3" columns="3">
29382 <features tabularvalignment="middle">
29383 <column alignment="center" valignment="top" width="0pt">
29384 <column alignment="center" valignment="top" width="0pt">
29385 <column alignment="center" valignment="top" width="0pt">
29386 <row>
29387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29388 \begin_inset Text
29389
29390 \begin_layout Plain Layout
29391 1
29392 \end_layout
29393
29394 \end_inset
29395 </cell>
29396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29397 \begin_inset Text
29398
29399 \begin_layout Plain Layout
29400 2
29401 \end_layout
29402
29403 \end_inset
29404 </cell>
29405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29406 \begin_inset Text
29407
29408 \begin_layout Plain Layout
29409 3
29410 \end_layout
29411
29412 \end_inset
29413 </cell>
29414 </row>
29415 <row>
29416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Plain Layout
29420 Joe
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29426 \begin_inset Text
29427
29428 \begin_layout Plain Layout
29429 Mary
29430 \end_layout
29431
29432 \end_inset
29433 </cell>
29434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29435 \begin_inset Text
29436
29437 \begin_layout Plain Layout
29438 Ted
29439 \end_layout
29440
29441 \end_inset
29442 </cell>
29443 </row>
29444 <row>
29445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29446 \begin_inset Text
29447
29448 \begin_layout Plain Layout
29449 \begin_inset Formula $\int x^{2}dx$
29450 \end_inset
29451
29452
29453 \end_layout
29454
29455 \end_inset
29456 </cell>
29457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29458 \begin_inset Text
29459
29460 \begin_layout Plain Layout
29461 \begin_inset Formula $\left[\begin{array}{cc}
29462 a & b\\
29463 c & d
29464 \end{array}\right]$
29465 \end_inset
29466
29467
29468 \end_layout
29469
29470 \end_inset
29471 </cell>
29472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29473 \begin_inset Text
29474
29475 \begin_layout Plain Layout
29476 \begin_inset Formula $1+1=2$
29477 \end_inset
29478
29479
29480 \end_layout
29481
29482 \end_inset
29483 </cell>
29484 </row>
29485 </lyxtabular>
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \end_inset
29493
29494
29495 \end_layout
29496
29497 \begin_layout Standard
29498 \begin_inset VSpace bigskip
29499 \end_inset
29500
29501 It is also possible to set the caption beside a figure or table.
29502  To get this the \SpecialChar LaTeX
29503 -package 
29504 \series bold
29505 sidecap
29506 \series default
29507
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 \SpecialChar LaTeX
29513 -packages ! sidecap
29514 \end_layout
29515
29516 \end_inset
29517
29518  has to be loaded in the document preamble with the line
29519 \end_layout
29520
29521 \begin_layout Standard
29522
29523 \series bold
29524
29525 \backslash
29526 usepackage[option]{sidecap}
29527 \end_layout
29528
29529 \begin_layout Standard
29530 If you set no option, the caption is placed on the side of the outer page
29531  margin â€“ to the right on odd pages, to the left on even pages.
29532  You can change the placement to inner margin with the option 
29533 \series bold
29534 innercaption
29535 \series default
29536 .
29537  To force the placement always to the right or left, use the option 
29538 \series bold
29539 rightcaption
29540 \series default
29541  or 
29542 \series bold
29543 leftcaption
29544 \series default
29545 , respectively.
29546 \end_layout
29547
29548 \begin_layout Standard
29549 \begin_inset ERT
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553
29554
29555 \backslash
29556 ifsidecap
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \begin_inset Note Note
29563 status open
29564
29565 \begin_layout Plain Layout
29566 The following section will only be displayed when the \SpecialChar LaTeX
29567 -package 
29568 \series bold
29569 sidecap
29570 \series default
29571  is installed.
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \begin_layout Standard
29580 To place in \SpecialChar LyX
29581  the caption of a float on the side, it is necessary to add
29582  these commands to the document preamble:
29583 \end_layout
29584
29585 \begin_layout Standard
29586 \noindent
29587 \begin_inset CommandInset line
29588 LatexCommand rule
29589 offset "0.5ex"
29590 width "100line%"
29591 height "1pt"
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Standard
29599
29600 \series bold
29601
29602 \backslash
29603 newcommand{
29604 \backslash
29605 TabBesBeg}[1][1.0]{%
29606 \begin_inset Newline newline
29607 \end_inset
29608
29609
29610 \begin_inset Phantom HPhantom
29611 status open
29612
29613 \begin_layout Plain Layout
29614 \begin_inset space ~
29615 \end_inset
29616
29617
29618 \end_layout
29619
29620 \end_inset
29621
29622
29623 \backslash
29624 let
29625 \backslash
29626 MyTable
29627 \backslash
29628 table
29629 \begin_inset Newline newline
29630 \end_inset
29631
29632
29633 \begin_inset Phantom HPhantom
29634 status open
29635
29636 \begin_layout Plain Layout
29637
29638 \series medium
29639 \begin_inset space ~
29640 \end_inset
29641
29642
29643 \end_layout
29644
29645 \end_inset
29646
29647
29648 \backslash
29649 let
29650 \backslash
29651 MyEndtable
29652 \backslash
29653 endtable
29654 \begin_inset Newline newline
29655 \end_inset
29656
29657
29658 \begin_inset Phantom HPhantom
29659 status open
29660
29661 \begin_layout Plain Layout
29662
29663 \series medium
29664 \begin_inset space ~
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \backslash
29674 renewenvironment{table}[1]{
29675 \backslash
29676 begin{SCtable}[#1]##1}{
29677 \backslash
29678 end{SCtable}}}
29679 \end_layout
29680
29681 \begin_layout Standard
29682
29683 \series bold
29684
29685 \backslash
29686 newcommand{
29687 \backslash
29688 TabBesEnd}{%
29689 \begin_inset Newline newline
29690 \end_inset
29691
29692
29693 \begin_inset Phantom HPhantom
29694 status open
29695
29696 \begin_layout Plain Layout
29697 \begin_inset space ~
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \end_inset
29704
29705
29706 \backslash
29707 let
29708 \backslash
29709 table
29710 \backslash
29711 MyTable
29712 \begin_inset Newline newline
29713 \end_inset
29714
29715
29716 \begin_inset Phantom HPhantom
29717 status open
29718
29719 \begin_layout Plain Layout
29720 \begin_inset space ~
29721 \end_inset
29722
29723
29724 \end_layout
29725
29726 \end_inset
29727
29728
29729 \backslash
29730 let
29731 \backslash
29732 endtable
29733 \backslash
29734 MyEndtable
29735 \end_layout
29736
29737 \begin_layout Standard
29738
29739 \series bold
29740
29741 \backslash
29742 newcommand{
29743 \backslash
29744 FigBesBeg}[1][1.0]{%
29745 \begin_inset Newline newline
29746 \end_inset
29747
29748
29749 \begin_inset Phantom HPhantom
29750 status open
29751
29752 \begin_layout Plain Layout
29753 \begin_inset space ~
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \backslash
29763 let
29764 \backslash
29765 MyFigure
29766 \backslash
29767 figure
29768 \begin_inset Newline newline
29769 \end_inset
29770
29771
29772 \begin_inset Phantom HPhantom
29773 status open
29774
29775 \begin_layout Plain Layout
29776 \begin_inset space ~
29777 \end_inset
29778
29779
29780 \end_layout
29781
29782 \end_inset
29783
29784
29785 \backslash
29786 let
29787 \backslash
29788 MyEndfigure
29789 \backslash
29790 endfigure
29791 \begin_inset Newline newline
29792 \end_inset
29793
29794
29795 \begin_inset Phantom HPhantom
29796 status open
29797
29798 \begin_layout Plain Layout
29799 \begin_inset space ~
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \end_inset
29806
29807
29808 \backslash
29809 renewenvironment{figure}[1]{
29810 \backslash
29811 begin{SCfigure}[#1]##1}{
29812 \backslash
29813 end{SCfigure}}}
29814 \end_layout
29815
29816 \begin_layout Standard
29817
29818 \series bold
29819
29820 \backslash
29821 newcommand{
29822 \backslash
29823 FigBesEnd}{%
29824 \begin_inset Newline newline
29825 \end_inset
29826
29827
29828 \begin_inset Phantom HPhantom
29829 status open
29830
29831 \begin_layout Plain Layout
29832 \begin_inset space ~
29833 \end_inset
29834
29835
29836 \end_layout
29837
29838 \end_inset
29839
29840
29841 \backslash
29842 let
29843 \backslash
29844 figure
29845 \backslash
29846 MyFigure
29847 \begin_inset Newline newline
29848 \end_inset
29849
29850
29851 \begin_inset Phantom HPhantom
29852 status open
29853
29854 \begin_layout Plain Layout
29855 \begin_inset space ~
29856 \end_inset
29857
29858
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \backslash
29865 let
29866 \backslash
29867 endfigure
29868 \backslash
29869 MyEndfigure}
29870 \end_layout
29871
29872 \begin_layout Standard
29873 \noindent
29874 \begin_inset CommandInset line
29875 LatexCommand rule
29876 offset "0.5ex"
29877 width "100line%"
29878 height "1pt"
29879
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \begin_layout Standard
29886 The commands allow you to redefine the floats so that the caption is set
29887  on the side.
29888  For figure floats use the command
29889 \end_layout
29890
29891 \begin_layout Standard
29892
29893 \series bold
29894
29895 \backslash
29896 FigBesBeg
29897 \end_layout
29898
29899 \begin_layout Standard
29900 in \SpecialChar TeX
29901  Code before the float.
29902  And insert the command
29903 \end_layout
29904
29905 \begin_layout Standard
29906
29907 \series bold
29908
29909 \backslash
29910 FigBesEnd
29911 \end_layout
29912
29913 \begin_layout Standard
29914 in \SpecialChar TeX
29915  Code at the point where you want to get back to the original float definitio
29916 n.
29917 \end_layout
29918
29919 \begin_layout Standard
29920 For table floats use the corresponding commands
29921 \end_layout
29922
29923 \begin_layout Standard
29924
29925 \series bold
29926
29927 \backslash
29928 TabBesBeg
29929 \series default
29930  and 
29931 \series bold
29932
29933 \backslash
29934 TabBesEnd
29935 \end_layout
29936
29937 \begin_layout Standard
29938 Figure
29939 \begin_inset space ~
29940 \end_inset
29941
29942
29943 \begin_inset CommandInset ref
29944 LatexCommand ref
29945 reference "fig:cap-beside-fig"
29946
29947 \end_inset
29948
29949  and Table
29950 \begin_inset space ~
29951 \end_inset
29952
29953
29954 \begin_inset CommandInset ref
29955 LatexCommand ref
29956 reference "tab:cap-beside-tab"
29957
29958 \end_inset
29959
29960  are examples where the caption is set beside.
29961 \end_layout
29962
29963 \begin_layout Standard
29964 You can see in the examples that the caption text appears at the top of
29965  the floats for table floats and at the bottom for figure floats.
29966  To change this, you can use the command
29967 \end_layout
29968
29969 \begin_layout Standard
29970
29971 \series bold
29972
29973 \backslash
29974 sidecaptionvpos{float type}{placement}
29975 \end_layout
29976
29977 \begin_layout Standard
29978 in the document preamble or in \SpecialChar TeX
29979  Code before the float.
29980  The float type is either 
29981 \family sans
29982 figure
29983 \family default
29984  or 
29985 \family sans
29986 table
29987 \family default
29988 , the placement can be 
29989 \begin_inset Quotes eld
29990 \end_inset
29991
29992
29993 \family sans
29994 t
29995 \family default
29996
29997 \begin_inset Quotes erd
29998 \end_inset
29999
30000  for top, 
30001 \begin_inset Quotes eld
30002 \end_inset
30003
30004
30005 \family sans
30006 c
30007 \family default
30008
30009 \begin_inset Quotes erd
30010 \end_inset
30011
30012  for center, or 
30013 \begin_inset Quotes eld
30014 \end_inset
30015
30016
30017 \family sans
30018 b
30019 \family default
30020
30021 \begin_inset Quotes erd
30022 \end_inset
30023
30024  for bottom.
30025  To have for example the caption of figure floats vertically centered, use
30026  the command
30027 \end_layout
30028
30029 \begin_layout Standard
30030
30031 \series bold
30032
30033 \backslash
30034 sidecaptionvpos{figure}{c}
30035 \end_layout
30036
30037 \begin_layout Standard
30038 This was used for Figure
30039 \begin_inset space ~
30040 \end_inset
30041
30042
30043 \begin_inset CommandInset ref
30044 LatexCommand ref
30045 reference "fig:cap-beside-fig-2"
30046
30047 \end_inset
30048
30049 .
30050 \end_layout
30051
30052 \begin_layout Standard
30053 \begin_inset VSpace medskip
30054 \end_inset
30055
30056
30057 \end_layout
30058
30059 \begin_layout Standard
30060 The default caption width is the width of the image/table.
30061  For thin image/tables, like in Table
30062 \begin_inset space ~
30063 \end_inset
30064
30065
30066 \begin_inset CommandInset ref
30067 LatexCommand ref
30068 reference "tab:cap-beside-tab"
30069
30070 \end_inset
30071
30072 , this leads to captions that are too thin.
30073  You can increase the width by specifying a factor that will be multiplied
30074  with the image/table width to get the caption width.
30075  The caption width will automatically be recalculated in case it would protrude
30076  over the page or column margin due to the specified width.
30077  The 
30078 \emph on
30079 factor
30080 \emph default
30081  can either be given as optional argument for 
30082 \series bold
30083
30084 \backslash
30085 FigBesBeg
30086 \series default
30087 :
30088 \end_layout
30089
30090 \begin_layout Standard
30091
30092 \series bold
30093
30094 \backslash
30095 FigBesBeg[factor]
30096 \end_layout
30097
30098 \begin_layout Standard
30099 or in the definition of 
30100 \series bold
30101
30102 \backslash
30103 FigBesBeg
30104 \series default
30105  by replacing the 
30106 \series bold
30107 1.0
30108 \series default
30109  with another value.
30110  If you do the latter, your factor will be the default if 
30111 \series bold
30112
30113 \backslash
30114 FigBesBeg
30115 \series default
30116  is used without an argument.
30117  For Table
30118 \begin_inset space ~
30119 \end_inset
30120
30121
30122 \begin_inset CommandInset ref
30123 LatexCommand ref
30124 reference "tab:cap-beside-tab-wider"
30125
30126 \end_inset
30127
30128  the factor 5 was used.
30129 \end_layout
30130
30131 \begin_layout Standard
30132 \begin_inset Note Greyedout
30133 status open
30134
30135 \begin_layout Plain Layout
30136
30137 \series bold
30138 Note:
30139 \series default
30140  For floats with captions set beside, you cannot use the float placement
30141  option 
30142 \family sans
30143 Here
30144 \begin_inset space ~
30145 \end_inset
30146
30147 definitely
30148 \family default
30149  because it is not supported by 
30150 \series bold
30151 sidecap
30152 \series default
30153 .
30154 \end_layout
30155
30156 \end_inset
30157
30158
30159 \end_layout
30160
30161 \begin_layout Standard
30162 \begin_inset VSpace medskip
30163 \end_inset
30164
30165 For more information about the package 
30166 \series bold
30167 sidecap
30168 \series default
30169  we refer to its documentation 
30170 \begin_inset CommandInset citation
30171 LatexCommand cite
30172 key "sidecap"
30173 literal "true"
30174
30175 \end_inset
30176
30177 .
30178 \end_layout
30179
30180 \begin_layout Standard
30181 \begin_inset Note Greyedout
30182 status open
30183
30184 \begin_layout Plain Layout
30185
30186 \series bold
30187 Note:
30188 \series default
30189  The \SpecialChar LaTeX
30190 -package 
30191 \series bold
30192 hypcap
30193 \series default
30194
30195 \begin_inset Index idx
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199 \SpecialChar LaTeX
30200 -packages ! hypcap
30201 \end_layout
30202
30203 \end_inset
30204
30205 , described in section
30206 \begin_inset space ~
30207 \end_inset
30208
30209
30210 \begin_inset CommandInset ref
30211 LatexCommand ref
30212 reference "subsec:Reference-Position"
30213
30214 \end_inset
30215
30216 , has no effect on floats with the caption set beside.
30217 \end_layout
30218
30219 \end_inset
30220
30221
30222 \end_layout
30223
30224 \begin_layout Standard
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230
30231 \backslash
30232 FigBesBeg
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \end_layout
30239
30240 \begin_layout Standard
30241 \begin_inset Float figure
30242 wide false
30243 sideways false
30244 status open
30245
30246 \begin_layout Plain Layout
30247 \begin_inset Graphics
30248         filename clipart/3D-structure-distort.pdf
30249         scale 50
30250         scaleBeforeRotation
30251
30252 \end_inset
30253
30254
30255 \end_layout
30256
30257 \begin_layout Plain Layout
30258 \begin_inset Caption Standard
30259
30260 \begin_layout Plain Layout
30261 \begin_inset CommandInset label
30262 LatexCommand label
30263 name "fig:cap-beside-fig"
30264
30265 \end_inset
30266
30267 This is a caption beside a figure.
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \begin_layout Standard
30281 \begin_inset ERT
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285
30286
30287 \backslash
30288 FigBesEnd
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \begin_layout Standard
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302
30303 \backslash
30304 TabBesBeg
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \end_layout
30311
30312 \begin_layout Standard
30313 \begin_inset Float table
30314 wide false
30315 sideways false
30316 status open
30317
30318 \begin_layout Plain Layout
30319 \begin_inset Caption Standard
30320
30321 \begin_layout Plain Layout
30322 \begin_inset CommandInset label
30323 LatexCommand label
30324 name "tab:cap-beside-tab"
30325
30326 \end_inset
30327
30328 This is a caption beside a table.
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \end_layout
30335
30336 \begin_layout Plain Layout
30337 \begin_inset Tabular
30338 <lyxtabular version="3" rows="4" columns="5">
30339 <features tabularvalignment="middle">
30340 <column alignment="center" valignment="top">
30341 <column alignment="center" valignment="top">
30342 <column alignment="center" valignment="top">
30343 <column alignment="center" valignment="top">
30344 <column alignment="center" valignment="top">
30345 <row>
30346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30347 \begin_inset Text
30348
30349 \begin_layout Plain Layout
30350 a
30351 \end_layout
30352
30353 \end_inset
30354 </cell>
30355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30356 \begin_inset Text
30357
30358 \begin_layout Plain Layout
30359
30360 \end_layout
30361
30362 \end_inset
30363 </cell>
30364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30365 \begin_inset Text
30366
30367 \begin_layout Plain Layout
30368 b
30369 \end_layout
30370
30371 \end_inset
30372 </cell>
30373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30374 \begin_inset Text
30375
30376 \begin_layout Plain Layout
30377
30378 \end_layout
30379
30380 \end_inset
30381 </cell>
30382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30383 \begin_inset Text
30384
30385 \begin_layout Plain Layout
30386 c
30387 \end_layout
30388
30389 \end_inset
30390 </cell>
30391 </row>
30392 <row>
30393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30394 \begin_inset Text
30395
30396 \begin_layout Plain Layout
30397
30398 \end_layout
30399
30400 \end_inset
30401 </cell>
30402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30403 \begin_inset Text
30404
30405 \begin_layout Plain Layout
30406 d
30407 \end_layout
30408
30409 \end_inset
30410 </cell>
30411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30412 \begin_inset Text
30413
30414 \begin_layout Plain Layout
30415
30416 \end_layout
30417
30418 \end_inset
30419 </cell>
30420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30421 \begin_inset Text
30422
30423 \begin_layout Plain Layout
30424 e
30425 \end_layout
30426
30427 \end_inset
30428 </cell>
30429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30430 \begin_inset Text
30431
30432 \begin_layout Plain Layout
30433
30434 \end_layout
30435
30436 \end_inset
30437 </cell>
30438 </row>
30439 <row>
30440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30441 \begin_inset Text
30442
30443 \begin_layout Plain Layout
30444 f
30445 \end_layout
30446
30447 \end_inset
30448 </cell>
30449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30450 \begin_inset Text
30451
30452 \begin_layout Plain Layout
30453
30454 \end_layout
30455
30456 \end_inset
30457 </cell>
30458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30459 \begin_inset Text
30460
30461 \begin_layout Plain Layout
30462 g
30463 \end_layout
30464
30465 \end_inset
30466 </cell>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471
30472 \end_layout
30473
30474 \end_inset
30475 </cell>
30476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30477 \begin_inset Text
30478
30479 \begin_layout Plain Layout
30480 h
30481 \end_layout
30482
30483 \end_inset
30484 </cell>
30485 </row>
30486 <row>
30487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30488 \begin_inset Text
30489
30490 \begin_layout Plain Layout
30491
30492 \end_layout
30493
30494 \end_inset
30495 </cell>
30496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30497 \begin_inset Text
30498
30499 \begin_layout Plain Layout
30500 i
30501 \end_layout
30502
30503 \end_inset
30504 </cell>
30505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30506 \begin_inset Text
30507
30508 \begin_layout Plain Layout
30509
30510 \end_layout
30511
30512 \end_inset
30513 </cell>
30514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30515 \begin_inset Text
30516
30517 \begin_layout Plain Layout
30518 j
30519 \end_layout
30520
30521 \end_inset
30522 </cell>
30523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30524 \begin_inset Text
30525
30526 \begin_layout Plain Layout
30527
30528 \end_layout
30529
30530 \end_inset
30531 </cell>
30532 </row>
30533 </lyxtabular>
30534
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \end_inset
30541
30542
30543 \end_layout
30544
30545 \begin_layout Standard
30546 \begin_inset ERT
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550
30551
30552 \backslash
30553 TabBesEnd
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 \begin_inset ERT
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566
30567
30568 \backslash
30569 FigBesBeg
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \begin_inset ERT
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579
30580
30581 \backslash
30582 sidecaptionvpos{figure}{c}
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \begin_inset Float figure
30589 wide false
30590 sideways false
30591 status open
30592
30593 \begin_layout Plain Layout
30594 \begin_inset Graphics
30595         filename clipart/3D-structure-distort.pdf
30596         scale 50
30597         scaleBeforeRotation
30598
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \begin_layout Plain Layout
30605 \begin_inset Caption Standard
30606
30607 \begin_layout Plain Layout
30608 \begin_inset CommandInset label
30609 LatexCommand label
30610 name "fig:cap-beside-fig-2"
30611
30612 \end_inset
30613
30614 This is a vertically centered caption beside a figure.
30615 \end_layout
30616
30617 \end_inset
30618
30619
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \end_layout
30626
30627 \begin_layout Standard
30628 \begin_inset ERT
30629 status collapsed
30630
30631 \begin_layout Plain Layout
30632
30633
30634 \backslash
30635 FigBesEnd
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 \begin_inset ERT
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648
30649
30650 \backslash
30651 TabBesBeg[5]
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \end_layout
30658
30659 \begin_layout Standard
30660 \begin_inset Float table
30661 wide false
30662 sideways false
30663 status open
30664
30665 \begin_layout Plain Layout
30666 \begin_inset Caption Standard
30667
30668 \begin_layout Plain Layout
30669 \begin_inset CommandInset label
30670 LatexCommand label
30671 name "tab:cap-beside-tab-wider"
30672
30673 \end_inset
30674
30675 This caption is wider than the one in Table
30676 \begin_inset space ~
30677 \end_inset
30678
30679
30680 \begin_inset CommandInset ref
30681 LatexCommand ref
30682 reference "tab:cap-beside-tab"
30683
30684 \end_inset
30685
30686 .
30687 \end_layout
30688
30689 \end_inset
30690
30691
30692 \end_layout
30693
30694 \begin_layout Plain Layout
30695 \begin_inset Tabular
30696 <lyxtabular version="3" rows="4" columns="5">
30697 <features tabularvalignment="middle">
30698 <column alignment="center" valignment="top">
30699 <column alignment="center" valignment="top">
30700 <column alignment="center" valignment="top">
30701 <column alignment="center" valignment="top">
30702 <column alignment="center" valignment="top">
30703 <row>
30704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30705 \begin_inset Text
30706
30707 \begin_layout Plain Layout
30708 a
30709 \end_layout
30710
30711 \end_inset
30712 </cell>
30713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30714 \begin_inset Text
30715
30716 \begin_layout Plain Layout
30717
30718 \end_layout
30719
30720 \end_inset
30721 </cell>
30722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30723 \begin_inset Text
30724
30725 \begin_layout Plain Layout
30726 b
30727 \end_layout
30728
30729 \end_inset
30730 </cell>
30731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30732 \begin_inset Text
30733
30734 \begin_layout Plain Layout
30735
30736 \end_layout
30737
30738 \end_inset
30739 </cell>
30740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30741 \begin_inset Text
30742
30743 \begin_layout Plain Layout
30744 c
30745 \end_layout
30746
30747 \end_inset
30748 </cell>
30749 </row>
30750 <row>
30751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30752 \begin_inset Text
30753
30754 \begin_layout Plain Layout
30755
30756 \end_layout
30757
30758 \end_inset
30759 </cell>
30760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30761 \begin_inset Text
30762
30763 \begin_layout Plain Layout
30764 d
30765 \end_layout
30766
30767 \end_inset
30768 </cell>
30769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30770 \begin_inset Text
30771
30772 \begin_layout Plain Layout
30773
30774 \end_layout
30775
30776 \end_inset
30777 </cell>
30778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30779 \begin_inset Text
30780
30781 \begin_layout Plain Layout
30782 e
30783 \end_layout
30784
30785 \end_inset
30786 </cell>
30787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30788 \begin_inset Text
30789
30790 \begin_layout Plain Layout
30791
30792 \end_layout
30793
30794 \end_inset
30795 </cell>
30796 </row>
30797 <row>
30798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30799 \begin_inset Text
30800
30801 \begin_layout Plain Layout
30802 f
30803 \end_layout
30804
30805 \end_inset
30806 </cell>
30807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30808 \begin_inset Text
30809
30810 \begin_layout Plain Layout
30811
30812 \end_layout
30813
30814 \end_inset
30815 </cell>
30816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30817 \begin_inset Text
30818
30819 \begin_layout Plain Layout
30820 g
30821 \end_layout
30822
30823 \end_inset
30824 </cell>
30825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30826 \begin_inset Text
30827
30828 \begin_layout Plain Layout
30829
30830 \end_layout
30831
30832 \end_inset
30833 </cell>
30834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30835 \begin_inset Text
30836
30837 \begin_layout Plain Layout
30838 h
30839 \end_layout
30840
30841 \end_inset
30842 </cell>
30843 </row>
30844 <row>
30845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30846 \begin_inset Text
30847
30848 \begin_layout Plain Layout
30849
30850 \end_layout
30851
30852 \end_inset
30853 </cell>
30854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30855 \begin_inset Text
30856
30857 \begin_layout Plain Layout
30858 i
30859 \end_layout
30860
30861 \end_inset
30862 </cell>
30863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30864 \begin_inset Text
30865
30866 \begin_layout Plain Layout
30867
30868 \end_layout
30869
30870 \end_inset
30871 </cell>
30872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30873 \begin_inset Text
30874
30875 \begin_layout Plain Layout
30876 j
30877 \end_layout
30878
30879 \end_inset
30880 </cell>
30881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30882 \begin_inset Text
30883
30884 \begin_layout Plain Layout
30885
30886 \end_layout
30887
30888 \end_inset
30889 </cell>
30890 </row>
30891 </lyxtabular>
30892
30893 \end_inset
30894
30895
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Standard
30904 \begin_inset ERT
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908
30909
30910 \backslash
30911 TabBesEnd
30912 \end_layout
30913
30914 \end_inset
30915
30916
30917 \end_layout
30918
30919 \begin_layout Standard
30920 \begin_inset ERT
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924
30925
30926 \backslash
30927 else
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \begin_inset Note Note
30934 status open
30935
30936 \begin_layout Plain Layout
30937 The following will be displayed when the \SpecialChar LaTeX
30938 -package 
30939 \series bold
30940 sidecap
30941 \series default
30942  is not installed:
30943 \end_layout
30944
30945 \end_inset
30946
30947
30948 \end_layout
30949
30950 \begin_layout Standard
30951 You need to install the \SpecialChar LaTeX
30952 -package 
30953 \series bold
30954 sidecap
30955 \series default
30956  to see the following part of this section in the output.
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \begin_inset ERT
30961 status collapsed
30962
30963 \begin_layout Plain Layout
30964
30965
30966 \backslash
30967 fi
30968 \end_layout
30969
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Section
30976 Listings of Floats
30977 \begin_inset Index idx
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981 Floats ! Float Lists
30982 \end_layout
30983
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \begin_layout Standard
30990 Similar to the table of contents where the sections of the document are
30991  listed, there are listings for all float types, like the figures of the
30992  documents.
30993  You can insert them via the 
30994 \family sans
30995 Insert\SpecialChar menuseparator
30996 List
30997 \begin_inset space ~
30998 \end_inset
30999
31000 /
31001 \begin_inset space ~
31002 \end_inset
31003
31004 TOC
31005 \family default
31006  sub menus.
31007 \end_layout
31008
31009 \begin_layout Standard
31010 The list entries are the float captions or its short title, the float number,
31011  and the page number where they appear in the document.
31012 \end_layout
31013
31014 \begin_layout Standard
31015 You can find the list of figures and tables at the end of this document.
31016 \end_layout
31017
31018 \begin_layout Chapter
31019 Notes
31020 \end_layout
31021
31022 \begin_layout Section
31023 \SpecialChar LyX
31024  Notes
31025 \begin_inset Index idx
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029 Notes ! \SpecialChar LyX
31030  Notes
31031 \end_layout
31032
31033 \end_inset
31034
31035
31036 \end_layout
31037
31038 \begin_layout Standard
31039 Notes are inserted with the toolbar button 
31040 \begin_inset Info
31041 type  "icon"
31042 arg   "note-insert"
31043 \end_inset
31044
31045  or the menu 
31046 \family sans
31047 Insert\SpecialChar menuseparator
31048 Note
31049 \family default
31050 .
31051  There are three types of notes:
31052 \end_layout
31053
31054 \begin_layout Description
31055 \SpecialChar LyX
31056
31057 \begin_inset space ~
31058 \end_inset
31059
31060 Note This note type is for internal notes that won't appear in the output.
31061  Its note-box looks like this:
31062 \begin_inset Newline newline
31063 \end_inset
31064
31065
31066 \begin_inset Newline newline
31067 \end_inset
31068
31069
31070 \begin_inset Graphics
31071         filename clipart/LyXNoteImage.png
31072         display false
31073         scaleBeforeRotation
31074
31075 \end_inset
31076
31077  
31078 \begin_inset Note Note
31079 status open
31080
31081 \begin_layout Plain Layout
31082 This is text in a note box that doesn't appear in the output.
31083 \end_layout
31084
31085 \end_inset
31086
31087
31088 \end_layout
31089
31090 \begin_layout Description
31091 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31092 -comment,
31093  when you export the document to \SpecialChar LaTeX
31094  via the menu 
31095 \family sans
31096 File\SpecialChar menuseparator
31097 Export\SpecialChar menuseparator
31098 LaTeX
31099 \begin_inset space ~
31100 \end_inset
31101
31102 (pdflatex) / (plain)
31103 \family default
31104 .
31105  Its note-box looks like this:
31106 \begin_inset Newline newline
31107 \end_inset
31108
31109
31110 \begin_inset Newline newline
31111 \end_inset
31112
31113
31114 \begin_inset Graphics
31115         filename clipart/CommentNoteImage.png
31116         display false
31117         scaleBeforeRotation
31118
31119 \end_inset
31120
31121  
31122 \begin_inset Note Comment
31123 status open
31124
31125 \begin_layout Plain Layout
31126 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31127 -files.
31128 \end_layout
31129
31130 \end_inset
31131
31132
31133 \end_layout
31134
31135 \begin_layout Description
31136 Greyed
31137 \begin_inset space ~
31138 \end_inset
31139
31140 Out This note will appear in the output as grey text.
31141  Its note-box looks like this:
31142 \begin_inset Newline newline
31143 \end_inset
31144
31145
31146 \begin_inset Newline newline
31147 \end_inset
31148
31149
31150 \begin_inset Graphics
31151         filename clipart/GreyedOutNoteImage.png
31152         display false
31153         scaleBeforeRotation
31154
31155 \end_inset
31156
31157
31158 \begin_inset Newline newline
31159 \end_inset
31160
31161
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167
31168 \backslash
31169 renewenvironment{lyxgreyedout}
31170 \end_layout
31171
31172 \begin_layout Plain Layout
31173
31174 {
31175 \backslash
31176 textcolor[gray]{0.8}
31177 \backslash
31178 bgroup}{
31179 \backslash
31180 egroup}
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \begin_inset Note Greyedout
31187 status open
31188
31189 \begin_layout Plain Layout
31190 This is text of a comment that appears grey in the output.
31191 \end_layout
31192
31193 \end_inset
31194
31195
31196 \begin_inset ERT
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200
31201
31202 \backslash
31203 renewenvironment{lyxgreyedout}
31204 \end_layout
31205
31206 \begin_layout Plain Layout
31207
31208 {
31209 \backslash
31210 textcolor{blue}
31211 \backslash
31212 bgroup}{
31213 \backslash
31214 egroup}
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \begin_inset Note Note
31221 status collapsed
31222
31223 \begin_layout Plain Layout
31224 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31225  definition
31226  because greyed out notes are redefined in the preamble of this document,
31227  as described below, to have blue text.
31228 \end_layout
31229
31230 \end_inset
31231
31232
31233 \begin_inset Newline newline
31234 \end_inset
31235
31236
31237 \begin_inset Newline newline
31238 \end_inset
31239
31240 As you can see in the example, the first line of greyed out notes is a bit
31241  indented and greyed out notes can have footnotes.
31242 \end_layout
31243
31244 \begin_layout Standard
31245 \begin_inset VSpace bigskip
31246 \end_inset
31247
31248 When you use the toolbar button 
31249 \begin_inset Info
31250 type  "icon"
31251 arg   "note-insert"
31252 \end_inset
31253
31254  to insert notes, a 
31255 \family sans
31256 \SpecialChar LyX
31257
31258 \begin_inset space ~
31259 \end_inset
31260
31261 Note
31262 \family default
31263  is inserted.
31264  You can switch between the three note types by right-clicking on the note-box.
31265  
31266 \family roman
31267 \series medium
31268 \bar no
31269 If you want to turn existing text into a note, mark it and click on the
31270  note
31271 \family default
31272 \series default
31273 \bar default
31274  toolbar 
31275 \family roman
31276 \series medium
31277 \bar no
31278 button
31279 \family default
31280 \series default
31281 \bar default
31282 .
31283  To change a note to text, press the backspace key when the cursor is in
31284  the first position of a note, or press the delete key when the cursor is
31285  in the very last position of the note, respectively.
31286 \end_layout
31287
31288 \begin_layout Standard
31289 \begin_inset VSpace bigskip
31290 \end_inset
31291
31292 You can change the text color of the greyed out notes in the menu 
31293 \family sans
31294 Document\SpecialChar menuseparator
31295 Settings\SpecialChar menuseparator
31296 Colors
31297 \family default
31298 .
31299 \end_layout
31300
31301 \begin_layout Section
31302 Footnotes
31303 \begin_inset CommandInset label
31304 LatexCommand label
31305 name "sec:Footnotes"
31306
31307 \end_inset
31308
31309
31310 \begin_inset Index idx
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314 Notes ! Footnotes
31315 \end_layout
31316
31317 \end_inset
31318
31319
31320 \begin_inset Index idx
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324 Footnotes
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \begin_layout Standard
31333 Footnotes can be inserted using the toolbar button 
31334 \begin_inset Info
31335 type  "icon"
31336 arg   "footnote-insert"
31337 \end_inset
31338
31339  or the menu 
31340 \family sans
31341 Insert\SpecialChar menuseparator
31342 Footnote
31343 \family default
31344 .
31345  You will then see the following footnote-box: 
31346 \begin_inset Graphics
31347         filename clipart/footnote.png
31348         scale 95
31349         scaleBeforeRotation
31350
31351 \end_inset
31352
31353  
31354 \family roman
31355 \series medium
31356 \bar no
31357 where you can enter the footnote text.
31358  If you want to turn existing text into a footnote, mark it and click on
31359  the footnote
31360 \family default
31361 \series default
31362 \bar default
31363  toolbar 
31364 \family roman
31365 \series medium
31366 \bar no
31367 button
31368 \family default
31369 \series default
31370 \bar default
31371 .
31372  To change a 
31373 \family roman
31374 \series medium
31375 \bar no
31376 footnote
31377 \family default
31378 \series default
31379 \bar default
31380  to text, press the 
31381 \family sans
31382 Backspace
31383 \family default
31384  key when the cursor is in the first position of a 
31385 \family roman
31386 \series medium
31387 \bar no
31388 footnote
31389 \family default
31390 \series default
31391 \bar default
31392 , or press the 
31393 \family sans
31394 Delete
31395 \family default
31396  key when the cursor is in the very last position of the 
31397 \family roman
31398 \series medium
31399 \bar no
31400 footnote
31401 \family default
31402 \series default
31403 \bar default
31404 , respectively.
31405 \end_layout
31406
31407 \begin_layout Standard
31408 Here is an example footnote:
31409 \family roman
31410 \series medium
31411 \bar no
31412
31413 \begin_inset Foot
31414 status open
31415
31416 \begin_layout Plain Layout
31417 \begin_inset CommandInset label
31418 LatexCommand label
31419 name "foot:This-is-an"
31420
31421 \end_inset
31422
31423 This is an example footnote.
31424 \end_layout
31425
31426 \end_inset
31427
31428
31429 \family default
31430 \series default
31431 \bar default
31432
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438
31439 \backslash
31440 newcounter{MyRepeatFoot}
31441 \end_layout
31442
31443 \begin_layout Plain Layout
31444
31445
31446 \backslash
31447 setcounter{MyRepeatFoot}{
31448 \backslash
31449 thefootnote}
31450 \end_layout
31451
31452 \end_inset
31453
31454
31455 \end_layout
31456
31457 \begin_layout Standard
31458 The footnote will appear in the output as a superscript number at the text
31459  position where the footnote box is placed.
31460  The footnote text is placed at the bottom of the current page.
31461  The footnote number is calculated by \SpecialChar LaTeX
31462 ; the numbers are consecutive.
31463  Whether the footnote number is reset for every chapter depends on your
31464  document class.
31465 \end_layout
31466
31467 \begin_layout Standard
31468 Footnotes can be referenced like floats: Insert a label into the footnote
31469  and cross-reference this label in the text as described in section
31470 \begin_inset space ~
31471 \end_inset
31472
31473
31474 \begin_inset CommandInset ref
31475 LatexCommand ref
31476 reference "sec:Referencing-Floats"
31477
31478 \end_inset
31479
31480 .
31481 \begin_inset Newline newline
31482 \end_inset
31483
31484 This is a cross-reference of Footnote
31485 \begin_inset space ~
31486 \end_inset
31487
31488
31489 \begin_inset CommandInset ref
31490 LatexCommand ref
31491 reference "foot:This-is-an"
31492
31493 \end_inset
31494
31495 .
31496 \end_layout
31497
31498 \begin_layout Standard
31499 \begin_inset VSpace defskip
31500 \end_inset
31501
31502 Footnotes in title environments are usually not numbered with symbols and
31503  they cannot contain several paragraphs.
31504  See for example the footnote in the titling of this document.
31505 \end_layout
31506
31507 \begin_layout Standard
31508 \begin_inset VSpace defskip
31509 \end_inset
31510
31511 Footnotes in tables are not printed by \SpecialChar LaTeX
31512  due to technical reasons.
31513  However there exists another method to print them: Instead of the footnote
31514  the command 
31515 \series bold
31516
31517 \backslash
31518 footnotemark{}
31519 \series default
31520  is inserted as \SpecialChar TeX
31521  code.
31522  The text of the footnote is entered as an argument of the \SpecialChar TeX
31523  code command
31524  
31525 \series bold
31526
31527 \backslash
31528 footnotetext
31529 \series default
31530  after the table.
31531 \begin_inset Newline newline
31532 \end_inset
31533
31534 This was done for the following table with the command
31535 \end_layout
31536
31537 \begin_layout Standard
31538
31539 \series bold
31540
31541 \backslash
31542 footnotetext{
31543 \series default
31544 Printed table footnote.
31545 \series bold
31546 }
31547 \end_layout
31548
31549 \begin_layout Standard
31550 \begin_inset Tabular
31551 <lyxtabular version="3" rows="2" columns="1">
31552 <features tabularvalignment="middle">
31553 <column alignment="center" valignment="top">
31554 <row>
31555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31556 \begin_inset Text
31557
31558 \begin_layout Plain Layout
31559 This an example text.
31560 \begin_inset Foot
31561 status open
31562
31563 \begin_layout Plain Layout
31564 This footnote will not be printed!
31565 \end_layout
31566
31567 \end_inset
31568
31569
31570 \end_layout
31571
31572 \end_inset
31573 </cell>
31574 </row>
31575 <row>
31576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31577 \begin_inset Text
31578
31579 \begin_layout Plain Layout
31580 This an example text.
31581 \begin_inset ERT
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585
31586
31587 \backslash
31588 footnotemark{}
31589 \end_layout
31590
31591 \end_inset
31592
31593
31594 \end_layout
31595
31596 \end_inset
31597 </cell>
31598 </row>
31599 </lyxtabular>
31600
31601 \end_inset
31602
31603
31604 \begin_inset ERT
31605 status collapsed
31606
31607 \begin_layout Plain Layout
31608
31609
31610 \backslash
31611 footnotetext{
31612 \end_layout
31613
31614 \end_inset
31615
31616 Printed table footnote.
31617 \begin_inset ERT
31618 status collapsed
31619
31620 \begin_layout Plain Layout
31621
31622 }
31623 \end_layout
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \begin_layout Standard
31631 Footnotes in multi-page tables are described in section
31632 \begin_inset space ~
31633 \end_inset
31634
31635
31636 \begin_inset CommandInset ref
31637 LatexCommand ref
31638 reference "subsec:Footnotes-in-Multi-page"
31639
31640 \end_inset
31641
31642 .
31643 \end_layout
31644
31645 \begin_layout Standard
31646 Footnotes in minipage boxes are printed, but inside the box and with a different
31647  numbering because a minipage box is like a page inside a page.
31648  (For more about minipages, see section
31649 \begin_inset space ~
31650 \end_inset
31651
31652
31653 \begin_inset CommandInset ref
31654 LatexCommand ref
31655 reference "sec:Minipages"
31656
31657 \end_inset
31658
31659 .) To get a footnote in the minipage that is output at the bottom of the
31660  page like normal footnotes, also use the method of 
31661 \series bold
31662
31663 \backslash
31664 footnotemark{}
31665 \series default
31666  and 
31667 \series bold
31668
31669 \backslash
31670 footnotetext
31671 \series default
31672 .
31673 \end_layout
31674
31675 \begin_layout Standard
31676 \begin_inset Box Frameless
31677 position "t"
31678 hor_pos "c"
31679 has_inner_box 1
31680 inner_pos "t"
31681 use_parbox 0
31682 use_makebox 0
31683 width "100col%"
31684 special "none"
31685 height "1in"
31686 height_special "totalheight"
31687 thickness "0.4pt"
31688 separation "3pt"
31689 shadowsize "4pt"
31690 framecolor "black"
31691 backgroundcolor "none"
31692 status open
31693
31694 \begin_layout Plain Layout
31695 This an example text in a minipage.
31696 \begin_inset Foot
31697 status open
31698
31699 \begin_layout Plain Layout
31700 Footnote in the minipage.
31701 \end_layout
31702
31703 \end_inset
31704
31705
31706 \end_layout
31707
31708 \begin_layout Plain Layout
31709 This an example text in a minipage.
31710 \begin_inset ERT
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714
31715
31716 \backslash
31717 footnotemark{}
31718 \end_layout
31719
31720 \end_inset
31721
31722
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736
31737 \backslash
31738 footnotetext{
31739 \end_layout
31740
31741 \end_inset
31742
31743 Footnote outside the minipage.
31744 \begin_inset ERT
31745 status collapsed
31746
31747 \begin_layout Plain Layout
31748
31749 }
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \begin_layout Standard
31758 \begin_inset VSpace defskip
31759 \end_inset
31760
31761
31762 \end_layout
31763
31764 \begin_layout Standard
31765 To refer to the same footnote several times without printing the footnote
31766  text every time, use the command 
31767 \series bold
31768
31769 \backslash
31770 footnotemark[number]
31771 \series default
31772  in \SpecialChar TeX
31773  code.
31774 \begin_inset Newline newline
31775 \end_inset
31776
31777 As you do not know the number of the repeating footnote while you are writing
31778  the text, you have to store its number.
31779  For the following footnote mark example, these commands were inserted in
31780  \SpecialChar TeX
31781  code after Footnote
31782 \begin_inset space ~
31783 \end_inset
31784
31785
31786 \begin_inset CommandInset ref
31787 LatexCommand ref
31788 reference "foot:This-is-an"
31789
31790 \end_inset
31791
31792  to store the footnote number:
31793 \end_layout
31794
31795 \begin_layout Standard
31796
31797 \series bold
31798
31799 \backslash
31800 newcounter{MyRepeatFoot}
31801 \begin_inset Newline newline
31802 \end_inset
31803
31804
31805 \backslash
31806 setcounter{MyRepeatFoot}{
31807 \backslash
31808 thefootnote}
31809 \end_layout
31810
31811 \begin_layout Standard
31812 The footnote mark was then created with this command:
31813 \end_layout
31814
31815 \begin_layout Standard
31816
31817 \series bold
31818
31819 \backslash
31820 footnotemark[
31821 \backslash
31822 theMyRepeatFoot]
31823 \end_layout
31824
31825 \begin_layout Standard
31826 Here is a repeated footnote:
31827 \family roman
31828 \series medium
31829 \bar no
31830
31831 \begin_inset ERT
31832 status collapsed
31833
31834 \begin_layout Plain Layout
31835
31836
31837 \backslash
31838 footnotemark[
31839 \backslash
31840 theMyRepeatFoot]
31841 \end_layout
31842
31843 \end_inset
31844
31845
31846 \end_layout
31847
31848 \begin_layout Standard
31849 If you want to repeat the previous footnote, you can omit the storage of
31850  the footnote number and just use this command instead:
31851 \end_layout
31852
31853 \begin_layout Standard
31854
31855 \series bold
31856
31857 \backslash
31858 footnotemark[
31859 \backslash
31860 thefootnote]
31861 \end_layout
31862
31863 \begin_layout Standard
31864 Here is another repeated footnote:
31865 \family roman
31866 \series medium
31867 \bar no
31868
31869 \begin_inset ERT
31870 status collapsed
31871
31872 \begin_layout Plain Layout
31873
31874
31875 \backslash
31876 footnotemark[
31877 \backslash
31878 thefootnote]
31879 \end_layout
31880
31881 \end_inset
31882
31883
31884 \end_layout
31885
31886 \begin_layout Subsection
31887 Footnote Numbering
31888 \begin_inset CommandInset label
31889 LatexCommand label
31890 name "subsec:Footnote-Numbering"
31891
31892 \end_inset
31893
31894
31895 \begin_inset Index idx
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899 Footnotes ! Numbering
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \end_layout
31906
31907 \begin_layout Standard
31908 To reset the footnote number back to 1 after each section
31909 \family roman
31910 , add this command to your document preamble:
31911 \end_layout
31912
31913 \begin_layout Standard
31914
31915 \series bold
31916
31917 \backslash
31918 @addtoreset{footnote}{section}
31919 \end_layout
31920
31921 \begin_layout Standard
31922 \begin_inset VSpace bigskip
31923 \end_inset
31924
31925 The following preamble command changes the footnote numbering style to small
31926  roman numerals:
31927 \end_layout
31928
31929 \begin_layout Standard
31930
31931 \series bold
31932
31933 \backslash
31934 renewcommand{
31935 \backslash
31936 thefootnote}{
31937 \backslash
31938 roman{footnote}}
31939 \end_layout
31940
31941 \begin_layout Standard
31942 \begin_inset ERT
31943 status collapsed
31944
31945 \begin_layout Plain Layout
31946
31947
31948 \backslash
31949 renewcommand{
31950 \backslash
31951 thefootnote}{
31952 \backslash
31953 roman{footnote}}
31954 \end_layout
31955
31956 \end_inset
31957
31958  This is a footnote with roman numbering:
31959 \begin_inset Foot
31960 status open
31961
31962 \begin_layout Plain Layout
31963 This is an example footnote with roman numbering.
31964 \end_layout
31965
31966 \end_inset
31967
31968
31969 \end_layout
31970
31971 \begin_layout Standard
31972 To change the numbering style to capital roman numerals replace in the command
31973  above 
31974 \series bold
31975
31976 \backslash
31977 roman
31978 \series default
31979  by 
31980 \series bold
31981
31982 \backslash
31983 Roman
31984 \series default
31985 .
31986  To 
31987 \begin_inset Quotes eld
31988 \end_inset
31989
31990 number
31991 \begin_inset Quotes erd
31992 \end_inset
31993
31994  footnotes with capital or small Latin letters use 
31995 \series bold
31996
31997 \backslash
31998 Alph
31999 \series default
32000  or 
32001 \series bold
32002
32003 \backslash
32004 alph
32005 \series default
32006 , respectively.
32007  To 
32008 \begin_inset Quotes eld
32009 \end_inset
32010
32011 number
32012 \begin_inset Quotes erd
32013 \end_inset
32014
32015  footnotes with symbols use 
32016 \series bold
32017
32018 \backslash
32019 fnsymbol
32020 \series default
32021 .
32022 \end_layout
32023
32024 \begin_layout Standard
32025 \begin_inset Note Greyedout
32026 status open
32027
32028 \begin_layout Plain Layout
32029
32030 \series bold
32031 Note:
32032 \series default
32033  You can only number 26 footnotes with Latin letters, because this numbering
32034  is limited to single letters.
32035 \end_layout
32036
32037 \end_inset
32038
32039
32040 \begin_inset Newline newline
32041 \end_inset
32042
32043
32044 \begin_inset Note Greyedout
32045 status open
32046
32047 \begin_layout Plain Layout
32048
32049 \series bold
32050 Note:
32051 \series default
32052  You can only number 9 footnotes with symbols.
32053 \end_layout
32054
32055 \end_inset
32056
32057
32058 \end_layout
32059
32060 \begin_layout Standard
32061 To return to the default numbering style after you have changed to another
32062  one, use 
32063 \series bold
32064
32065 \backslash
32066 arabic
32067 \series default
32068  instead of 
32069 \series bold
32070
32071 \backslash
32072 roman
32073 \series default
32074  in the command above.
32075 \begin_inset ERT
32076 status collapsed
32077
32078 \begin_layout Plain Layout
32079
32080
32081 \backslash
32082 renewcommand{
32083 \backslash
32084 thefootnote}{
32085 \backslash
32086 arabic{footnote}}
32087 \end_layout
32088
32089 \end_inset
32090
32091
32092 \end_layout
32093
32094 \begin_layout Standard
32095 \begin_inset VSpace bigskip
32096 \end_inset
32097
32098
32099 \end_layout
32100
32101 \begin_layout Standard
32102 If you want to have footnotes numbered in the scheme 
32103 \begin_inset Quotes eld
32104 \end_inset
32105
32106 chapter.footnote
32107 \begin_inset Quotes erd
32108 \end_inset
32109
32110 , add the following command to your document preamble:
32111 \end_layout
32112
32113 \begin_layout Standard
32114
32115 \series bold
32116
32117 \backslash
32118 numberwithin{footnote}{chapter}
32119 \end_layout
32120
32121 \begin_layout Standard
32122 To be able to use the command 
32123 \series bold
32124
32125 \backslash
32126 numberwithin
32127 \series default
32128 , set in the tab 
32129 \family sans
32130 Math
32131 \begin_inset space ~
32132 \end_inset
32133
32134 Options
32135 \family default
32136  in the document settings the option 
32137 \family sans
32138 Use
32139 \begin_inset space ~
32140 \end_inset
32141
32142 AMS
32143 \begin_inset space ~
32144 \end_inset
32145
32146 math
32147 \begin_inset space ~
32148 \end_inset
32149
32150 package
32151 \family default
32152 .
32153 \end_layout
32154
32155 \begin_layout Standard
32156 \begin_inset ERT
32157 status collapsed
32158
32159 \begin_layout Plain Layout
32160
32161
32162 \backslash
32163 numberwithin{footnote}{chapter}
32164 \end_layout
32165
32166 \end_inset
32167
32168 This is another example footnote:
32169 \series bold
32170
32171 \begin_inset Foot
32172 status open
32173
32174 \begin_layout Plain Layout
32175 This is a footnote numbered in the scheme 
32176 \begin_inset Quotes eld
32177 \end_inset
32178
32179 chapter.footnote
32180 \begin_inset Quotes erd
32181 \end_inset
32182
32183 .
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \series default
32190
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196
32197 \backslash
32198 renewcommand{
32199 \backslash
32200 thefootnote}{
32201 \backslash
32202 arabic{footnote}}
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \begin_layout Standard
32211 \begin_inset Note Greyedout
32212 status open
32213
32214 \begin_layout Plain Layout
32215
32216 \series bold
32217 Note:
32218 \series default
32219  
32220 \series bold
32221
32222 \backslash
32223 numberwithin
32224 \series default
32225  always prints out the footnote number as arabic number; previous redefinitions
32226  to get non-arabic numbers are overwritten.
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \begin_layout Standard
32235 So to get for example the scheme 
32236 \begin_inset Quotes eld
32237 \end_inset
32238
32239 chapter.
32240 \backslash
32241 Roman{footnote}
32242 \begin_inset Quotes erd
32243 \end_inset
32244
32245 , use this command instead of 
32246 \series bold
32247
32248 \backslash
32249 numberwithin
32250 \series default
32251 :
32252 \end_layout
32253
32254 \begin_layout Standard
32255
32256 \series bold
32257
32258 \backslash
32259 renewcommand{
32260 \backslash
32261 thefootnote}{
32262 \backslash
32263 thechapter.
32264 \backslash
32265 Roman{footnote}}
32266 \end_layout
32267
32268 \begin_layout Subsection
32269 Footnote Placement
32270 \begin_inset Index idx
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274 Footnotes ! Placement
32275 \end_layout
32276
32277 \end_inset
32278
32279
32280 \end_layout
32281
32282 \begin_layout Standard
32283 If you have several footnotes in one page, they appear without vertical
32284  space between them at the bottom of the page.
32285  To make them more readable you can e.
32286 \begin_inset space \thinspace{}
32287 \end_inset
32288
32289 g.
32290 \begin_inset space \space{}
32291 \end_inset
32292
32293 add 1.5
32294 \begin_inset space \thinspace{}
32295 \end_inset
32296
32297 mm space with the following preamble command:
32298 \end_layout
32299
32300 \begin_layout Standard
32301
32302 \series bold
32303
32304 \backslash
32305 let
32306 \backslash
32307 myFoot
32308 \backslash
32309 footnote
32310 \begin_inset Newline newline
32311 \end_inset
32312
32313
32314 \backslash
32315 renewcommand{
32316 \backslash
32317 footnote}[1]{
32318 \backslash
32319 myFoot{#1
32320 \backslash
32321 vspace{1.5mm}}}
32322 \end_layout
32323
32324 \begin_layout Standard
32325 \begin_inset VSpace bigskip
32326 \end_inset
32327
32328 In a two-column document the footnotes appear at the bottom of every column,
32329  see Figure
32330 \begin_inset space ~
32331 \end_inset
32332
32333
32334 \begin_inset CommandInset ref
32335 LatexCommand ref
32336 reference "fig:Standard-footnote-placement"
32337
32338 \end_inset
32339
32340 .
32341  If the footnotes should only appear at the bottom of the right column,
32342  as in Figure
32343 \begin_inset space ~
32344 \end_inset
32345
32346
32347 \begin_inset CommandInset ref
32348 LatexCommand ref
32349 reference "fig:Footnote-placement-in"
32350
32351 \end_inset
32352
32353 , use the \SpecialChar LaTeX
32354 -package 
32355 \series bold
32356 ftnright
32357 \series default
32358
32359 \begin_inset Index idx
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363 \SpecialChar LaTeX
32364 -packages ! ftnright
32365 \end_layout
32366
32367 \end_inset
32368
32369  with this command in the document preamble:
32370 \end_layout
32371
32372 \begin_layout Standard
32373
32374 \series bold
32375
32376 \backslash
32377 usepackage{ftnright}
32378 \end_layout
32379
32380 \begin_layout Standard
32381 \begin_inset Float figure
32382 placement !h
32383 wide false
32384 sideways false
32385 status open
32386
32387 \begin_layout Plain Layout
32388 \noindent
32389 \align center
32390 \begin_inset Box Boxed
32391 position "t"
32392 hor_pos "c"
32393 has_inner_box 0
32394 inner_pos "t"
32395 use_parbox 0
32396 use_makebox 0
32397 width ""
32398 special "none"
32399 height "1in"
32400 height_special "totalheight"
32401 thickness "0.4pt"
32402 separation "3pt"
32403 shadowsize "4pt"
32404 framecolor "black"
32405 backgroundcolor "none"
32406 status open
32407
32408 \begin_layout Plain Layout
32409 \begin_inset Graphics
32410         filename clipart/without_fntright.pdf
32411         width 100col%
32412         scaleBeforeRotation
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Plain Layout
32425 \begin_inset Caption Standard
32426
32427 \begin_layout Plain Layout
32428 \begin_inset CommandInset label
32429 LatexCommand label
32430 name "fig:Standard-footnote-placement"
32431
32432 \end_inset
32433
32434 Standard footnote placement in two-column documents.
32435 \end_layout
32436
32437 \end_inset
32438
32439
32440 \end_layout
32441
32442 \end_inset
32443
32444
32445 \end_layout
32446
32447 \begin_layout Standard
32448 \begin_inset Float figure
32449 placement !h
32450 wide false
32451 sideways false
32452 status open
32453
32454 \begin_layout Plain Layout
32455 \noindent
32456 \align center
32457 \begin_inset Box Boxed
32458 position "t"
32459 hor_pos "c"
32460 has_inner_box 0
32461 inner_pos "t"
32462 use_parbox 0
32463 use_makebox 0
32464 width ""
32465 special "none"
32466 height "1in"
32467 height_special "totalheight"
32468 thickness "0.4pt"
32469 separation "3pt"
32470 shadowsize "4pt"
32471 framecolor "black"
32472 backgroundcolor "none"
32473 status open
32474
32475 \begin_layout Plain Layout
32476 \begin_inset Graphics
32477         filename clipart/with_fntright.pdf
32478         width 100col%
32479         scaleBeforeRotation
32480
32481 \end_inset
32482
32483
32484 \end_layout
32485
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \begin_layout Plain Layout
32492 \begin_inset Caption Standard
32493
32494 \begin_layout Plain Layout
32495 \begin_inset CommandInset label
32496 LatexCommand label
32497 name "fig:Footnote-placement-in"
32498
32499 \end_inset
32500
32501 Footnote placement in two-column documents when the \SpecialChar LaTeX
32502 -package 
32503 \series bold
32504 ftnright
32505 \series default
32506  is used.
32507 \end_layout
32508
32509 \end_inset
32510
32511
32512 \end_layout
32513
32514 \end_inset
32515
32516
32517 \end_layout
32518
32519 \begin_layout Standard
32520 \begin_inset VSpace bigskip
32521 \end_inset
32522
32523 In some scientific literature it is usual to collect the footnotes and print
32524  them in a separate paragraph at the end of a section, as in Figure
32525 \begin_inset space ~
32526 \end_inset
32527
32528
32529 \begin_inset CommandInset ref
32530 LatexCommand ref
32531 reference "fig:Endnotes"
32532
32533 \end_inset
32534
32535 .
32536  They are then called 
32537 \begin_inset Quotes eld
32538 \end_inset
32539
32540 endnotes
32541 \begin_inset Quotes erd
32542 \end_inset
32543
32544 .
32545 \begin_inset Index idx
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549 Endnotes
32550 \end_layout
32551
32552 \end_inset
32553
32554  To use endnotes instead of footnotes in your document, load in the menu
32555  
32556 \family sans
32557 Document\SpecialChar menuseparator
32558 Settings\SpecialChar menuseparator
32559 Modules 
32560 \family default
32561 the module 
32562 \family sans
32563 Foot
32564 \begin_inset space ~
32565 \end_inset
32566
32567 to
32568 \begin_inset space ~
32569 \end_inset
32570
32571 End
32572 \family default
32573 .
32574  To insert the collected footnotes, insert the command
32575 \end_layout
32576
32577 \begin_layout Standard
32578
32579 \series bold
32580
32581 \backslash
32582 theendnotes
32583 \end_layout
32584
32585 \begin_layout Standard
32586 in \SpecialChar TeX
32587  Code at the end of a section or chapter.
32588 \end_layout
32589
32590 \begin_layout Standard
32591 \begin_inset Float figure
32592 wide false
32593 sideways false
32594 status open
32595
32596 \begin_layout Plain Layout
32597 \noindent
32598 \align center
32599 \begin_inset Box Boxed
32600 position "t"
32601 hor_pos "c"
32602 has_inner_box 0
32603 inner_pos "t"
32604 use_parbox 0
32605 use_makebox 0
32606 width ""
32607 special "none"
32608 height "1in"
32609 height_special "totalheight"
32610 thickness "0.4pt"
32611 separation "3pt"
32612 shadowsize "4pt"
32613 framecolor "black"
32614 backgroundcolor "none"
32615 status open
32616
32617 \begin_layout Plain Layout
32618 \begin_inset Graphics
32619         filename clipart/endnotes.pdf
32620         width 100col%
32621         scaleBeforeRotation
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \end_inset
32629
32630
32631 \end_layout
32632
32633 \begin_layout Plain Layout
32634 \begin_inset Caption Standard
32635
32636 \begin_layout Plain Layout
32637 \begin_inset CommandInset label
32638 LatexCommand label
32639 name "fig:Endnotes"
32640
32641 \end_inset
32642
32643 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
32644  or chapters.
32645 \end_layout
32646
32647 \end_inset
32648
32649
32650 \end_layout
32651
32652 \end_inset
32653
32654
32655 \end_layout
32656
32657 \begin_layout Standard
32658 \begin_inset VSpace medskip
32659 \end_inset
32660
32661 The paragraph heading for the endnotes isn't automatically translated into
32662  the document language, this must be done manually.
32663  The following preamble command translates the default English 
32664 \begin_inset Quotes eld
32665 \end_inset
32666
32667 Notes
32668 \begin_inset Quotes erd
32669 \end_inset
32670
32671  into the German 
32672 \begin_inset Quotes eld
32673 \end_inset
32674
32675 Anmerkungen
32676 \begin_inset Quotes erd
32677 \end_inset
32678
32679 :
32680 \end_layout
32681
32682 \begin_layout Standard
32683
32684 \series bold
32685
32686 \backslash
32687 renewcommand{
32688 \backslash
32689 notesname}{Anmerkungen}
32690 \end_layout
32691
32692 \begin_layout Standard
32693 \begin_inset VSpace medskip
32694 \end_inset
32695
32696 The numbering of endnotes can be changed like the footnote numbering as
32697  described in section
32698 \begin_inset space ~
32699 \end_inset
32700
32701
32702 \begin_inset CommandInset ref
32703 LatexCommand ref
32704 reference "subsec:Footnote-Numbering"
32705
32706 \end_inset
32707
32708 ; just replace the command 
32709 \series bold
32710
32711 \backslash
32712 thefootnote
32713 \series default
32714  by 
32715 \series bold
32716
32717 \backslash
32718 theendnote
32719 \series default
32720 .
32721  To reset the endnote number use the command 
32722 \series bold
32723
32724 \backslash
32725 @addtoreset
32726 \series default
32727  as described in section
32728 \begin_inset space ~
32729 \end_inset
32730
32731
32732 \begin_inset CommandInset ref
32733 LatexCommand ref
32734 reference "subsec:Footnote-Numbering"
32735
32736 \end_inset
32737
32738  and replace the command parameter 
32739 \series bold
32740 footnote
32741 \series default
32742  by 
32743 \series bold
32744 endnote
32745 \series default
32746 .
32747 \end_layout
32748
32749 \begin_layout Standard
32750 For endnotes there is the command 
32751 \series bold
32752
32753 \backslash
32754 endnotemark[number]
32755 \series default
32756  similar to the command 
32757 \series bold
32758
32759 \backslash
32760 footnotemark
32761 \series default
32762 , that is described in section
32763 \begin_inset space ~
32764 \end_inset
32765
32766
32767 \begin_inset CommandInset ref
32768 LatexCommand ref
32769 reference "sec:Footnotes"
32770
32771 \end_inset
32772
32773 .
32774 \end_layout
32775
32776 \begin_layout Standard
32777 \begin_inset VSpace bigskip
32778 \end_inset
32779
32780 Footnotes can also be placed in the page margin and the footnote text alignment
32781  can be changed, see the \SpecialChar LaTeX
32782 -package 
32783 \series bold
32784 footmisc
32785 \series default
32786
32787 \begin_inset Index idx
32788 status collapsed
32789
32790 \begin_layout Plain Layout
32791 \SpecialChar LaTeX
32792 -packages ! footmisc
32793 \end_layout
32794
32795 \end_inset
32796
32797
32798 \begin_inset CommandInset citation
32799 LatexCommand cite
32800 key "footmisc"
32801 literal "true"
32802
32803 \end_inset
32804
32805  for more information about this.
32806 \end_layout
32807
32808 \begin_layout Standard
32809 For various further footnote formatting issues have a look at \SpecialChar LaTeX
32810 -books, 
32811 \begin_inset CommandInset citation
32812 LatexCommand cite
32813 key "latexcompanion,latexguide,latexbook"
32814 literal "true"
32815
32816 \end_inset
32817
32818 .
32819  If you are using a 
32820 \series bold
32821 KOMA-Script
32822 \series default
32823
32824 \begin_inset Index idx
32825 status collapsed
32826
32827 \begin_layout Plain Layout
32828 \SpecialChar LaTeX
32829 -packages ! KOMA-Script
32830 \end_layout
32831
32832 \end_inset
32833
32834  document class, you can adjust all footnote settings using class-specific
32835  commands, see 
32836 \begin_inset CommandInset citation
32837 LatexCommand cite
32838 key "KOMA-Script"
32839 literal "true"
32840
32841 \end_inset
32842
32843 .
32844 \end_layout
32845
32846 \begin_layout Section
32847 Margin Notes
32848 \begin_inset Index idx
32849 status collapsed
32850
32851 \begin_layout Plain Layout
32852 Notes ! Margin Notes
32853 \end_layout
32854
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \begin_layout Standard
32861 Margin notes look and behave in \SpecialChar LyX
32862  like footnotes.
32863  They are inserted via the menu 
32864 \family sans
32865 Insert\SpecialChar menuseparator
32866 Marginal
32867 \begin_inset space ~
32868 \end_inset
32869
32870 Note
32871 \family default
32872  or the toolbar button 
32873 \begin_inset Info
32874 type  "icon"
32875 arg   "marginalnote-insert"
32876 \end_inset
32877
32878 .
32879  A grey 
32880 \family roman
32881 \series medium
32882 box with the
32883 \family default
32884 \series default
32885  red 
32886 \family roman
32887 \series medium
32888 label 
32889 \begin_inset Quotes eld
32890 \end_inset
32891
32892 margin
32893 \begin_inset Quotes erd
32894 \end_inset
32895
32896  appears where you can enter the text of the margin note.
32897 \end_layout
32898
32899 \begin_layout Standard
32900 At the side is an example margin note.
32901
32902 \family roman
32903 \series medium
32904  
32905 \begin_inset Marginal
32906 status open
32907
32908 \begin_layout Plain Layout
32909 This is a margin note.
32910 \end_layout
32911
32912 \end_inset
32913
32914
32915 \end_layout
32916
32917 \begin_layout Standard
32918 Margin notes appear at the right side in single-sided documents.
32919  In double-sided documents they appear in the outer margin â€“ left on even
32920  pages, right on odd pages.
32921  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
32922 d when the note appears in the left margin.
32923  The first line of the margin note is placed at the position of the text
32924  line where it is inserted in the document.
32925 \end_layout
32926
32927 \begin_layout Standard
32928 \begin_inset VSpace bigskip
32929 \end_inset
32930
32931 To place the margin note in the inner margin, add the command
32932 \end_layout
32933
32934 \begin_layout Standard
32935
32936 \series bold
32937
32938 \backslash
32939 reversemarginpar
32940 \end_layout
32941
32942 \begin_layout Standard
32943 in \SpecialChar TeX
32944  Code before a margin note.
32945  The new placement is valid for all subsequent margin notes.
32946  
32947 \begin_inset ERT
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951
32952
32953 \backslash
32954 reversemarginpar 
32955 \end_layout
32956
32957 \end_inset
32958
32959
32960 \begin_inset Marginal
32961 status open
32962
32963 \begin_layout Plain Layout
32964 This is a margin note in the inner margin.
32965 \end_layout
32966
32967 \end_inset
32968
32969
32970 \series bold
32971
32972 \begin_inset Newline newline
32973 \end_inset
32974
32975
32976 \series default
32977
32978 \begin_inset Note Greyedout
32979 status open
32980
32981 \begin_layout Plain Layout
32982
32983 \series bold
32984 Note:
32985 \series default
32986  There is often not enough space in the inner margin so that the notes are
32987  not correctly displayed in the output.
32988 \end_layout
32989
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \begin_layout Standard
32996 To return to the default placement insert the command
32997 \end_layout
32998
32999 \begin_layout Standard
33000
33001 \series bold
33002
33003 \backslash
33004 normalmarginpar
33005 \end_layout
33006
33007 \begin_layout Standard
33008 in \SpecialChar TeX
33009  Code.
33010 \begin_inset ERT
33011 status collapsed
33012
33013 \begin_layout Plain Layout
33014
33015
33016 \backslash
33017 normalmarginpar 
33018 \end_layout
33019
33020 \end_inset
33021
33022  
33023 \begin_inset Note Greyedout
33024 status open
33025
33026 \begin_layout Plain Layout
33027
33028 \series bold
33029 Note:
33030 \series default
33031  The command is ignored when it is within a paragraph where also the command
33032  
33033 \series bold
33034
33035 \backslash
33036 reversemarginpar
33037 \series default
33038  is inserted.
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \end_layout
33045
33046 \begin_layout Standard
33047 \begin_inset VSpace bigskip
33048 \end_inset
33049
33050
33051 \family roman
33052 \series medium
33053
33054 \begin_inset Marginal
33055 status open
33056
33057 \begin_layout Plain Layout
33058 AVeryLongMarginParWord that isn't hyphenated.
33059 \end_layout
33060
33061 \end_inset
33062
33063
33064 \family default
33065 \series default
33066  Similar to the case described in section
33067 \begin_inset space ~
33068 \end_inset
33069
33070
33071 \begin_inset CommandInset ref
33072 LatexCommand ref
33073 reference "subsec:Multiple-Lines-in"
33074
33075 \end_inset
33076
33077 , long words cannot be hyphenated when they are the first word in a margin
33078  note.
33079  To avoid this, insert 0
33080 \begin_inset space \thinspace{}
33081 \end_inset
33082
33083 pt horizontal space before the word
33084 \family roman
33085 \series medium
33086 .
33087  
33088 \begin_inset Marginal
33089 status open
33090
33091 \begin_layout Plain Layout
33092 \begin_inset space \hspace*{}
33093 \length 0pt
33094 \end_inset
33095
33096 AVeryLongMarginParWord that is hyphenated.
33097 \end_layout
33098
33099 \end_inset
33100
33101
33102 \end_layout
33103
33104 \begin_layout Standard
33105 \begin_inset VSpace bigskip
33106 \end_inset
33107
33108
33109 \end_layout
33110
33111 \begin_layout Standard
33112 \begin_inset Note Greyedout
33113 status open
33114
33115 \begin_layout Plain Layout
33116
33117 \series bold
33118 Note:
33119 \series default
33120  Margin notes can normally not be used inside tables, floats, and footnotes.
33121 \end_layout
33122
33123 \end_inset
33124
33125
33126 \end_layout
33127
33128 \begin_layout Standard
33129 \begin_inset VSpace bigskip
33130 \end_inset
33131
33132
33133 \end_layout
33134
33135 \begin_layout Standard
33136 \begin_inset ERT
33137 status collapsed
33138
33139 \begin_layout Plain Layout
33140
33141
33142 \backslash
33143 ifmarginnote
33144 \end_layout
33145
33146 \end_inset
33147
33148
33149 \begin_inset Note Note
33150 status open
33151
33152 \begin_layout Plain Layout
33153 The following section will only be displayed when the \SpecialChar LaTeX
33154 -package 
33155 \series bold
33156 marginnote
33157 \series default
33158  is installed.
33159 \end_layout
33160
33161 \end_inset
33162
33163
33164 \end_layout
33165
33166 \begin_layout Standard
33167 This restriction can be evaded by using the \SpecialChar LaTeX
33168 -package 
33169 \series bold
33170 marginnote
33171 \series default
33172
33173 \begin_inset Index idx
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177 \SpecialChar LaTeX
33178 -packages ! marginnote
33179 \end_layout
33180
33181 \end_inset
33182
33183 .
33184  By adding these two lines to your document preamble, the command used by
33185  \SpecialChar LyX
33186  for margin notes is redefined to use the command provided by the 
33187 \series bold
33188 marginnote
33189 \series default
33190 -package:
33191 \end_layout
33192
33193 \begin_layout Standard
33194
33195 \series bold
33196
33197 \backslash
33198 usepackage{marginnote}
33199 \begin_inset Newline newline
33200 \end_inset
33201
33202
33203 \backslash
33204 let
33205 \backslash
33206 marginpar
33207 \backslash
33208 marginnote
33209 \end_layout
33210
33211 \begin_layout Standard
33212 This is also used in this document because 
33213 \series bold
33214 marginnote
33215 \series default
33216  has another useful feature: You can set a vertical offset for the note.
33217  This is often needed when too many margin notes are too close together
33218  or for a better page layout.
33219  The offset is set in \SpecialChar LyX
33220  as \SpecialChar TeX
33221  Code directly after the margin note in the scheme
33222 \end_layout
33223
33224 \begin_layout Standard
33225
33226 \series bold
33227 [offset]
33228 \end_layout
33229
33230 \begin_layout Standard
33231 where the offset is a length with one of the units listed in Table
33232 \begin_inset space ~
33233 \end_inset
33234
33235
33236 \begin_inset CommandInset ref
33237 LatexCommand ref
33238 reference "tab:Units"
33239
33240 \end_inset
33241
33242 .
33243  A negative value shifts the note up, a positive value shifts it down.
33244  
33245 \family roman
33246 \series medium
33247 For example the margin note beside this text line is shifted up 1.5
33248 \begin_inset space \thinspace{}
33249 \end_inset
33250
33251 cm with the \SpecialChar TeX
33252  Code command 
33253 \begin_inset Quotes eld
33254 \end_inset
33255
33256
33257 \family default
33258 \series bold
33259 [-1.5cm]
33260 \family roman
33261 \series medium
33262
33263 \begin_inset Quotes erd
33264 \end_inset
33265
33266
33267 \begin_inset Marginal
33268 status open
33269
33270 \begin_layout Plain Layout
33271 This margin note is shifted up 1.5
33272 \begin_inset space \thinspace{}
33273 \end_inset
33274
33275 cm from its original position.
33276 \end_layout
33277
33278 \end_inset
33279
33280
33281 \family default
33282 \series default
33283
33284 \begin_inset ERT
33285 status collapsed
33286
33287 \begin_layout Plain Layout
33288
33289 [-1.5cm]
33290 \end_layout
33291
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Standard
33298 \begin_inset VSpace medskip
33299 \end_inset
33300
33301 With 
33302 \series bold
33303 marginnote
33304 \series default
33305  you can also change the alignment of the text in the margin note.
33306  For example the commands
33307 \end_layout
33308
33309 \begin_layout Standard
33310
33311 \series bold
33312
33313 \backslash
33314 renewcommand*{
33315 \backslash
33316 raggedleftmarginnote}{
33317 \backslash
33318 centering}
33319 \begin_inset Newline newline
33320 \end_inset
33321
33322
33323 \backslash
33324 renewcommand*{
33325 \backslash
33326 raggedrightmarginnote}{
33327 \backslash
33328 centering}
33329 \end_layout
33330
33331 \begin_layout Standard
33332 set the alignment to centered.
33333  
33334 \series bold
33335
33336 \backslash
33337 raggedleftmarginnote
33338 \series default
33339  denotes margin notes that appear at the left side.
33340 \family roman
33341 \series medium
33342
33343 \begin_inset ERT
33344 status collapsed
33345
33346 \begin_layout Plain Layout
33347
33348
33349 \backslash
33350 renewcommand*{
33351 \backslash
33352 raggedleftmarginnote}{
33353 \backslash
33354 centering}
33355 \end_layout
33356
33357 \begin_layout Plain Layout
33358
33359
33360 \backslash
33361 renewcommand*{
33362 \backslash
33363 raggedrightmarginnote}{
33364 \backslash
33365 centering}
33366 \end_layout
33367
33368 \end_inset
33369
33370
33371 \begin_inset Marginal
33372 status open
33373
33374 \begin_layout Plain Layout
33375 The text of this margin note is centered.
33376 \end_layout
33377
33378 \end_inset
33379
33380
33381 \family default
33382 \series default
33383  The default is
33384 \end_layout
33385
33386 \begin_layout Standard
33387
33388 \series bold
33389
33390 \backslash
33391 renewcommand*{
33392 \backslash
33393 raggedleftmarginnote}{
33394 \backslash
33395 raggedleft}
33396 \begin_inset Newline newline
33397 \end_inset
33398
33399
33400 \backslash
33401 renewcommand*{
33402 \backslash
33403 raggedrightmarginnote}{
33404 \backslash
33405 raggedright}
33406 \family roman
33407 \series medium
33408
33409 \begin_inset ERT
33410 status collapsed
33411
33412 \begin_layout Plain Layout
33413
33414
33415 \backslash
33416 renewcommand*{
33417 \backslash
33418 raggedleftmarginnote}{
33419 \backslash
33420 raggedleft}
33421 \end_layout
33422
33423 \begin_layout Plain Layout
33424
33425
33426 \backslash
33427 renewcommand*{
33428 \backslash
33429 raggedrightmarginnote}{
33430 \backslash
33431 raggedright}
33432 \end_layout
33433
33434 \end_inset
33435
33436
33437 \end_layout
33438
33439 \begin_layout Standard
33440 \begin_inset VSpace medskip
33441 \end_inset
33442
33443 For the other features of 
33444 \series bold
33445 marginnote
33446 \series default
33447  refer to its documentation 
33448 \begin_inset CommandInset citation
33449 LatexCommand cite
33450 key "marginnote"
33451 literal "true"
33452
33453 \end_inset
33454
33455 .
33456 \end_layout
33457
33458 \begin_layout Standard
33459 \begin_inset VSpace bigskip
33460 \end_inset
33461
33462 You can adjust the layout of margin notes by changing its definition.
33463  To create for example a header for all margin notes with the underlined,
33464  sans-serif, and bold header text 
33465 \begin_inset Quotes eld
33466 \end_inset
33467
33468
33469 \family sans
33470 \series bold
33471 \bar under
33472 Attention!
33473 \family default
33474 \series default
33475 \bar default
33476
33477 \begin_inset Quotes erd
33478 \end_inset
33479
33480 , add this to your document preamble:
33481 \end_layout
33482
33483 \begin_layout Standard
33484
33485 \series bold
33486
33487 \backslash
33488 let
33489 \backslash
33490 myMarginpar
33491 \backslash
33492 marginpar
33493 \begin_inset Newline newline
33494 \end_inset
33495
33496
33497 \backslash
33498 renewcommand{
33499 \backslash
33500 marginpar}[1]{
33501 \backslash
33502 myMarginpar{%
33503 \begin_inset Newline newline
33504 \end_inset
33505
33506
33507 \begin_inset Phantom HPhantom
33508 status open
33509
33510 \begin_layout Plain Layout
33511
33512 \series bold
33513 \begin_inset space ~
33514 \end_inset
33515
33516
33517 \end_layout
33518
33519 \end_inset
33520
33521
33522 \backslash
33523 hspace{0pt}
33524 \backslash
33525 textsf{
33526 \backslash
33527 textbf{
33528 \backslash
33529 underbar{Attention!}}}%
33530 \begin_inset Newline newline
33531 \end_inset
33532
33533
33534 \begin_inset Phantom HPhantom
33535 status open
33536
33537 \begin_layout Plain Layout
33538
33539 \series bold
33540 \begin_inset space ~
33541 \end_inset
33542
33543
33544 \end_layout
33545
33546 \end_inset
33547
33548
33549 \backslash
33550 vspace{1.5mm}
33551 \backslash
33552
33553 \backslash
33554 #1}}
33555 \end_layout
33556
33557 \begin_layout Standard
33558
33559 \family roman
33560 \series medium
33561 \begin_inset ERT
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565
33566
33567 \backslash
33568 let
33569 \backslash
33570 myMarginpar
33571 \backslash
33572 marginpar
33573 \end_layout
33574
33575 \begin_layout Plain Layout
33576
33577
33578 \backslash
33579 renewcommand{
33580 \backslash
33581 marginpar}[1]{
33582 \backslash
33583 myMarginpar{%
33584 \end_layout
33585
33586 \begin_layout Plain Layout
33587
33588    
33589 \backslash
33590 textsf{
33591 \backslash
33592 textbf{
33593 \backslash
33594 underbar{Attention!}}}%
33595 \end_layout
33596
33597 \begin_layout Plain Layout
33598
33599    
33600 \backslash
33601 vspace{1.5mm}
33602 \backslash
33603
33604 \backslash
33605 #1}}
33606 \end_layout
33607
33608 \end_inset
33609
33610
33611 \begin_inset Marginal
33612 status open
33613
33614 \begin_layout Plain Layout
33615 This is a margin note with a defined heading.
33616 \end_layout
33617
33618 \end_inset
33619
33620
33621 \family default
33622 \series default
33623
33624 \begin_inset ERT
33625 status collapsed
33626
33627 \begin_layout Plain Layout
33628
33629 [-1.5cm]
33630 \end_layout
33631
33632 \end_inset
33633
33634
33635 \family roman
33636 \series medium
33637
33638 \begin_inset ERT
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642
33643
33644 \backslash
33645 renewcommand{
33646 \backslash
33647 marginpar}[1]{
33648 \backslash
33649 myMarginpar{#1}}
33650 \end_layout
33651
33652 \end_inset
33653
33654
33655 \family default
33656 \series default
33657
33658 \begin_inset Note Note
33659 status collapsed
33660
33661 \begin_layout Plain Layout
33662 The margin note format is changed only for this example.
33663 \end_layout
33664
33665 \end_inset
33666
33667
33668 \end_layout
33669
33670 \begin_layout Standard
33671 \begin_inset ERT
33672 status collapsed
33673
33674 \begin_layout Plain Layout
33675
33676
33677 \backslash
33678 else
33679 \end_layout
33680
33681 \end_inset
33682
33683
33684 \begin_inset Note Note
33685 status open
33686
33687 \begin_layout Plain Layout
33688 The following will be displayed when the \SpecialChar LaTeX
33689 -package 
33690 \series bold
33691 marginnote
33692 \series default
33693  is not installed:
33694 \end_layout
33695
33696 \end_inset
33697
33698
33699 \end_layout
33700
33701 \begin_layout Standard
33702 You need to install the \SpecialChar LaTeX
33703 -package 
33704 \series bold
33705 marginnote
33706 \series default
33707  to see the following part of this section in the output.
33708 \end_layout
33709
33710 \begin_layout Standard
33711 \begin_inset ERT
33712 status collapsed
33713
33714 \begin_layout Plain Layout
33715
33716
33717 \backslash
33718 fi
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Chapter
33727 Boxes
33728 \end_layout
33729
33730 \begin_layout Section
33731 Introduction
33732 \begin_inset Index idx
33733 status collapsed
33734
33735 \begin_layout Plain Layout
33736 Boxes ! Introduction
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Standard
33745 Boxes are used to format a block of text.
33746  Boxes can be used to write documents with multiple languages, see section
33747 \begin_inset space ~
33748 \end_inset
33749
33750
33751 \begin_inset CommandInset ref
33752 LatexCommand ref
33753 reference "sec:Minipages"
33754
33755 \end_inset
33756
33757 , to frame texts, see section
33758 \begin_inset space ~
33759 \end_inset
33760
33761
33762 \begin_inset CommandInset ref
33763 LatexCommand ref
33764 reference "sec:Decoration"
33765
33766 \end_inset
33767
33768 , to prevent words from being hyphenated, see section
33769 \begin_inset space ~
33770 \end_inset
33771
33772
33773 \begin_inset CommandInset ref
33774 LatexCommand ref
33775 reference "sec:Prevent-Hyphenation"
33776
33777 \end_inset
33778
33779 , to align text, see section
33780 \begin_inset space ~
33781 \end_inset
33782
33783
33784 \begin_inset CommandInset ref
33785 LatexCommand ref
33786 reference "subsec:Vertical-Alignment"
33787
33788 \end_inset
33789
33790 , or to set the background color of texts, see section
33791 \begin_inset space ~
33792 \end_inset
33793
33794
33795 \begin_inset CommandInset ref
33796 LatexCommand ref
33797 reference "sec:Colored-Boxes"
33798
33799 \end_inset
33800
33801 .
33802 \end_layout
33803
33804 \begin_layout Standard
33805 Boxes can be inserted with the menu 
33806 \family sans
33807 Insert\SpecialChar menuseparator
33808 Box
33809 \family default
33810  or the toolbar button 
33811 \begin_inset Info
33812 type  "icon"
33813 arg   "box-insert Frameless"
33814 \end_inset
33815
33816 .
33817  A grey box with the label 
33818 \family sans
33819 Box (Minipage)
33820 \family default
33821
33822 \begin_inset Graphics
33823         filename clipart/BoxInsetDefault.png
33824         scale 95
33825         scaleBeforeRotation
33826
33827 \end_inset
33828
33829  will be inserted.
33830  The box type can be specified by right-clicking on the box and selecting
33831  
33832 \family sans
33833 Settings
33834 \family default
33835 .
33836  The box dialog offers the 
33837 \family sans
33838 Inner
33839 \begin_inset space ~
33840 \end_inset
33841
33842 Box
33843 \family default
33844  types 
33845 \family sans
33846 Makebox
33847 \family default
33848
33849 \family sans
33850 Parbox
33851 \family default
33852  and 
33853 \family sans
33854 Minipage
33855 \family default
33856 .
33857  The type 
33858 \family sans
33859 Minipage
33860 \family default
33861  is the default for new boxes and is explained in section
33862 \begin_inset space ~
33863 \end_inset
33864
33865
33866 \begin_inset CommandInset ref
33867 LatexCommand ref
33868 reference "sec:Minipages"
33869
33870 \end_inset
33871
33872 ; the type 
33873 \family sans
33874 Parbox
33875 \family default
33876  is described in section
33877 \begin_inset space ~
33878 \end_inset
33879
33880
33881 \begin_inset CommandInset ref
33882 LatexCommand ref
33883 reference "sec:Parboxes"
33884
33885 \end_inset
33886
33887  and the type 
33888 \family sans
33889 Makebox
33890 \family default
33891  in 
33892 \begin_inset CommandInset ref
33893 LatexCommand ref
33894 reference "sec:Prevent-Hyphenation"
33895
33896 \end_inset
33897
33898 .
33899 \end_layout
33900
33901 \begin_layout Standard
33902 Boxes are not numbered and can therefore not be referenced like floats or
33903  footnotes.
33904 \end_layout
33905
33906 \begin_layout Standard
33907 \begin_inset Note Greyedout
33908 status open
33909
33910 \begin_layout Plain Layout
33911
33912 \series bold
33913 Note:
33914 \series default
33915  Boxes must not be the item in an 
33916 \family sans
33917 Itemize
33918 \family default
33919  or 
33920 \family sans
33921 Description
33922 \family default
33923  environment.
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932 \begin_inset Note Greyedout
33933 status open
33934
33935 \begin_layout Plain Layout
33936
33937 \series bold
33938 Note:
33939 \series default
33940  For an unknown reason you can only set the 
33941 \family sans
33942 Inner
33943 \begin_inset space ~
33944 \end_inset
33945
33946 Box
33947 \family default
33948  type to 
33949 \family sans
33950 None
33951 \family default
33952  when you use a framed box.
33953  Boxes without an 
33954 \family sans
33955 Inner
33956 \begin_inset space ~
33957 \end_inset
33958
33959 Box
33960 \family default
33961  type and without frames are explained in section
33962 \begin_inset space ~
33963 \end_inset
33964
33965
33966 \begin_inset CommandInset ref
33967 LatexCommand ref
33968 reference "sec:Prevent-Hyphenation"
33969
33970 \end_inset
33971
33972 .
33973 \end_layout
33974
33975 \end_inset
33976
33977
33978 \end_layout
33979
33980 \begin_layout Section
33981 Box Dialog
33982 \begin_inset CommandInset label
33983 LatexCommand label
33984 name "sec:Box-Dialog"
33985
33986 \end_inset
33987
33988
33989 \begin_inset Index idx
33990 status collapsed
33991
33992 \begin_layout Plain Layout
33993 Boxes ! Box Dialog
33994 \end_layout
33995
33996 \end_inset
33997
33998
33999 \end_layout
34000
34001 \begin_layout Subsection
34002 Size
34003 \begin_inset Index idx
34004 status collapsed
34005
34006 \begin_layout Plain Layout
34007 Boxes ! Size
34008 \end_layout
34009
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \begin_layout Standard
34016 In the box dialog you can adjust the box geometry in the fields 
34017 \family sans
34018 Width
34019 \family default
34020  and 
34021 \family sans
34022 Height
34023 \family default
34024 .
34025  The available units for the geometry are explained in Table
34026 \begin_inset space ~
34027 \end_inset
34028
34029
34030 \begin_inset CommandInset ref
34031 LatexCommand ref
34032 reference "tab:Units"
34033
34034 \end_inset
34035
34036 .
34037  The field 
34038 \family sans
34039 Height
34040 \family default
34041  offers the following additional sizes:
34042 \end_layout
34043
34044 \begin_layout Description
34045 Depth This is the plain text 
34046 \begin_inset Quotes eld
34047 \end_inset
34048
34049 height
34050 \begin_inset Quotes erd
34051 \end_inset
34052
34053 .
34054  It ignores the total depth when there are multiple text lines in the box:
34055 \begin_inset Newline newline
34056 \end_inset
34057
34058
34059 \begin_inset Newline newline
34060 \end_inset
34061
34062
34063 \begin_inset Newline newline
34064 \end_inset
34065
34066
34067 \begin_inset Box Boxed
34068 position "c"
34069 hor_pos "c"
34070 has_inner_box 1
34071 inner_pos "c"
34072 use_parbox 0
34073 use_makebox 0
34074 width "12col%"
34075 special "none"
34076 height "1in"
34077 height_special "depth"
34078 thickness "0.4pt"
34079 separation "3pt"
34080 shadowsize "4pt"
34081 framecolor "black"
34082 backgroundcolor "none"
34083 status collapsed
34084
34085 \begin_layout Plain Layout
34086 \align center
34087 Box height set to 1
34088 \begin_inset space \thinspace{}
34089 \end_inset
34090
34091 Depth
34092 \end_layout
34093
34094 \end_inset
34095
34096
34097 \begin_inset Newline newline
34098 \end_inset
34099
34100
34101 \begin_inset Newline newline
34102 \end_inset
34103
34104
34105 \end_layout
34106
34107 \begin_layout Description
34108 Height This is the height of the text that is inside the box.
34109  A value of e.
34110 \begin_inset space \thinspace{}
34111 \end_inset
34112
34113 g.
34114 \begin_inset space \space{}
34115 \end_inset
34116
34117 2 for this size will set the box height to 2
34118 \begin_inset space ~
34119 \end_inset
34120
34121 times the text height: 
34122 \begin_inset Box Boxed
34123 position "c"
34124 hor_pos "c"
34125 has_inner_box 1
34126 inner_pos "c"
34127 use_parbox 0
34128 use_makebox 0
34129 width "20col%"
34130 special "none"
34131 height "2in"
34132 height_special "height"
34133 thickness "0.4pt"
34134 separation "3pt"
34135 shadowsize "4pt"
34136 framecolor "black"
34137 backgroundcolor "none"
34138 status collapsed
34139
34140 \begin_layout Plain Layout
34141 \align center
34142 Box height set to 2
34143 \begin_inset space \thinspace{}
34144 \end_inset
34145
34146 Height
34147 \end_layout
34148
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \begin_layout Description
34155 Total
34156 \begin_inset space ~
34157 \end_inset
34158
34159 Height This is the Height
34160 \begin_inset space \thinspace{}
34161 \end_inset
34162
34163 +
34164 \begin_inset space \thinspace{}
34165 \end_inset
34166
34167 Depth: 
34168 \begin_inset Box Boxed
34169 position "c"
34170 hor_pos "c"
34171 has_inner_box 1
34172 inner_pos "c"
34173 use_parbox 0
34174 use_makebox 0
34175 width "20col%"
34176 special "none"
34177 height "1in"
34178 height_special "totalheight"
34179 thickness "0.4pt"
34180 separation "3pt"
34181 shadowsize "4pt"
34182 framecolor "black"
34183 backgroundcolor "none"
34184 status collapsed
34185
34186 \begin_layout Plain Layout
34187 \align center
34188 Box height set to 1
34189 \begin_inset space \thinspace{}
34190 \end_inset
34191
34192 Total
34193 \begin_inset space ~
34194 \end_inset
34195
34196 Height
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Description
34205 Width This sets the width of the box as height: 
34206 \begin_inset Box Boxed
34207 position "c"
34208 hor_pos "c"
34209 has_inner_box 1
34210 inner_pos "c"
34211 use_parbox 0
34212 use_makebox 0
34213 width "12col%"
34214 special "none"
34215 height "1in"
34216 height_special "width"
34217 thickness "0.4pt"
34218 separation "3pt"
34219 shadowsize "4pt"
34220 framecolor "black"
34221 backgroundcolor "none"
34222 status collapsed
34223
34224 \begin_layout Plain Layout
34225 \align center
34226 Box height set to 1
34227 \begin_inset space \thinspace{}
34228 \end_inset
34229
34230 Width
34231 \end_layout
34232
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \begin_layout Subsection
34239 Alignment
34240 \begin_inset Index idx
34241 status collapsed
34242
34243 \begin_layout Plain Layout
34244 Boxes ! Alignment
34245 \end_layout
34246
34247 \end_inset
34248
34249
34250 \end_layout
34251
34252 \begin_layout Standard
34253 When you have chosen an 
34254 \family sans
34255 Inner
34256 \begin_inset space ~
34257 \end_inset
34258
34259 Box
34260 \family default
34261 , the vertical box alignment can be:
34262 \end_layout
34263
34264 \begin_layout Description
34265 Top This is an example text line.
34266  
34267 \begin_inset Box Boxed
34268 position "t"
34269 hor_pos "c"
34270 has_inner_box 1
34271 inner_pos "c"
34272 use_parbox 0
34273 use_makebox 0
34274 width "12col%"
34275 special "none"
34276 height "1in"
34277 height_special "totalheight"
34278 thickness "0.4pt"
34279 separation "3pt"
34280 shadowsize "4pt"
34281 framecolor "black"
34282 backgroundcolor "none"
34283 status collapsed
34284
34285 \begin_layout Plain Layout
34286 \align center
34287 This box is top-aligned.
34288 \end_layout
34289
34290 \end_inset
34291
34292  This is an example text line.
34293 \end_layout
34294
34295 \begin_layout Description
34296 Middle This is an example text line.
34297  
34298 \begin_inset Box Boxed
34299 position "c"
34300 hor_pos "c"
34301 has_inner_box 1
34302 inner_pos "c"
34303 use_parbox 0
34304 use_makebox 0
34305 width "12col%"
34306 special "none"
34307 height "1in"
34308 height_special "totalheight"
34309 thickness "0.4pt"
34310 separation "3pt"
34311 shadowsize "4pt"
34312 framecolor "black"
34313 backgroundcolor "none"
34314 status collapsed
34315
34316 \begin_layout Plain Layout
34317 \align center
34318 This box is middle-aligned.
34319 \end_layout
34320
34321 \end_inset
34322
34323  This is an example text line.
34324 \end_layout
34325
34326 \begin_layout Description
34327 Bottom This is an example text line.
34328  
34329 \begin_inset Box Boxed
34330 position "b"
34331 hor_pos "c"
34332 has_inner_box 1
34333 inner_pos "c"
34334 use_parbox 0
34335 use_makebox 0
34336 width "12col%"
34337 special "none"
34338 height "1in"
34339 height_special "totalheight"
34340 thickness "0.4pt"
34341 separation "3pt"
34342 shadowsize "4pt"
34343 framecolor "black"
34344 backgroundcolor "none"
34345 status collapsed
34346
34347 \begin_layout Plain Layout
34348 \align center
34349 This box is bottom-aligned.
34350 \end_layout
34351
34352 \end_inset
34353
34354  This is an example text line.
34355 \end_layout
34356
34357 \begin_layout Standard
34358 \begin_inset Note Greyedout
34359 status open
34360
34361 \begin_layout Plain Layout
34362
34363 \series bold
34364 Note:
34365 \series default
34366  The vertical box alignment can be lost in the output when you have two
34367  boxes in a line and one has e.
34368 \begin_inset space \thinspace{}
34369 \end_inset
34370
34371 g.
34372 \begin_inset space \space{}
34373 \end_inset
34374
34375 a shadow and the other one not.
34376 \end_layout
34377
34378 \end_inset
34379
34380
34381 \end_layout
34382
34383 \begin_layout Standard
34384 The horizontal box alignment can be set via \SpecialChar LyX
34385 's paragraph dialog when you
34386  set the box into its own paragraph.
34387 \end_layout
34388
34389 \begin_layout Standard
34390 \begin_inset VSpace bigskip
34391 \end_inset
34392
34393 When you have chosen an 
34394 \family sans
34395 Inner
34396 \begin_inset space ~
34397 \end_inset
34398
34399 Box
34400 \family default
34401 , the box content can be aligned vertically to:
34402 \end_layout
34403
34404 \begin_layout Description
34405 top This is an example text line.
34406  
34407 \begin_inset Box Boxed
34408 position "c"
34409 hor_pos "c"
34410 has_inner_box 1
34411 inner_pos "t"
34412 use_parbox 0
34413 use_makebox 0
34414 width "12col%"
34415 special "none"
34416 height "1.5in"
34417 height_special "totalheight"
34418 thickness "0.4pt"
34419 separation "3pt"
34420 shadowsize "4pt"
34421 framecolor "black"
34422 backgroundcolor "none"
34423 status collapsed
34424
34425 \begin_layout Plain Layout
34426 \align center
34427 This box text is top-aligned.
34428 \end_layout
34429
34430 \end_inset
34431
34432  This is an example text line.
34433 \end_layout
34434
34435 \begin_layout Description
34436 middle This is an example text line.
34437  
34438 \begin_inset Box Boxed
34439 position "c"
34440 hor_pos "c"
34441 has_inner_box 1
34442 inner_pos "c"
34443 use_parbox 0
34444 use_makebox 0
34445 width "12col%"
34446 special "none"
34447 height "1.5in"
34448 height_special "totalheight"
34449 thickness "0.4pt"
34450 separation "3pt"
34451 shadowsize "4pt"
34452 framecolor "black"
34453 backgroundcolor "none"
34454 status collapsed
34455
34456 \begin_layout Plain Layout
34457 \align center
34458 This box text is middle-aligned.
34459 \end_layout
34460
34461 \end_inset
34462
34463  This is an example text line.
34464 \end_layout
34465
34466 \begin_layout Description
34467 bottom This is an example text line.
34468  
34469 \begin_inset Box Boxed
34470 position "c"
34471 hor_pos "c"
34472 has_inner_box 1
34473 inner_pos "b"
34474 use_parbox 0
34475 use_makebox 0
34476 width "12col%"
34477 special "none"
34478 height "1.5in"
34479 height_special "totalheight"
34480 thickness "0.4pt"
34481 separation "3pt"
34482 shadowsize "4pt"
34483 framecolor "black"
34484 backgroundcolor "none"
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488 \align center
34489 This box text is bottom-aligned.
34490 \end_layout
34491
34492 \end_inset
34493
34494  This is an example text line.
34495 \end_layout
34496
34497 \begin_layout Description
34498 stretch This is an example text line.
34499  
34500 \begin_inset Box Boxed
34501 position "c"
34502 hor_pos "c"
34503 has_inner_box 1
34504 inner_pos "s"
34505 use_parbox 0
34506 use_makebox 0
34507 width "12col%"
34508 special "none"
34509 height "1.5in"
34510 height_special "totalheight"
34511 thickness "0.4pt"
34512 separation "3pt"
34513 shadowsize "4pt"
34514 framecolor "black"
34515 backgroundcolor "none"
34516 status collapsed
34517
34518 \begin_layout Plain Layout
34519 \align center
34520 This box
34521 \end_layout
34522
34523 \begin_layout Plain Layout
34524 \align center
34525 text is
34526 \end_layout
34527
34528 \begin_layout Plain Layout
34529 \align center
34530 stretched.
34531 \end_layout
34532
34533 \end_inset
34534
34535  This is an example text line.
34536 \end_layout
34537
34538 \begin_layout Standard
34539 To stretch the box content, it must consist of more than one paragraph.
34540  In the example above every text line is in an own paragraph.
34541 \end_layout
34542
34543 \begin_layout Standard
34544 \begin_inset VSpace bigskip
34545 \end_inset
34546
34547 To align the box content horizontally you can use \SpecialChar LyX
34548 's paragraph dialog when
34549  you have chosen an 
34550 \family sans
34551 Inner
34552 \begin_inset space ~
34553 \end_inset
34554
34555 Box
34556 \family default
34557 .
34558 \end_layout
34559
34560 \begin_layout Standard
34561 \align center
34562 \begin_inset Box Boxed
34563 position "c"
34564 hor_pos "c"
34565 has_inner_box 1
34566 inner_pos "s"
34567 use_parbox 0
34568 use_makebox 0
34569 width "15col%"
34570 special "none"
34571 height "1.25in"
34572 height_special "totalheight"
34573 thickness "0.4pt"
34574 separation "3pt"
34575 shadowsize "4pt"
34576 framecolor "black"
34577 backgroundcolor "none"
34578 status collapsed
34579
34580 \begin_layout Plain Layout
34581 \align left
34582 This box
34583 \end_layout
34584
34585 \begin_layout Plain Layout
34586 \align center
34587 text is
34588 \end_layout
34589
34590 \begin_layout Plain Layout
34591 \align right
34592 stretched.
34593 \end_layout
34594
34595 \end_inset
34596
34597
34598 \end_layout
34599
34600 \begin_layout Standard
34601 If you have not set an 
34602 \family sans
34603 Inner
34604 \begin_inset space ~
34605 \end_inset
34606
34607 Box
34608 \family default
34609 , you can align the box content horizontally in the box dialog.
34610 \end_layout
34611
34612 \begin_layout Standard
34613 \align center
34614 \begin_inset Box Boxed
34615 position "c"
34616 hor_pos "s"
34617 has_inner_box 0
34618 inner_pos "s"
34619 use_parbox 0
34620 use_makebox 0
34621 width "90col%"
34622 special "none"
34623 height "1.25in"
34624 height_special "totalheight"
34625 thickness "0.4pt"
34626 separation "3pt"
34627 shadowsize "4pt"
34628 framecolor "black"
34629 backgroundcolor "none"
34630 status collapsed
34631
34632 \begin_layout Plain Layout
34633 This box text is horizontally stretched.
34634 \end_layout
34635
34636 \end_inset
34637
34638
34639 \end_layout
34640
34641 \begin_layout Subsection
34642 Decoration
34643 \begin_inset CommandInset label
34644 LatexCommand label
34645 name "sec:Decoration"
34646
34647 \end_inset
34648
34649
34650 \begin_inset Index idx
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654 Boxes ! Decoration
34655 \end_layout
34656
34657 \end_inset
34658
34659
34660 \end_layout
34661
34662 \begin_layout Standard
34663 The type of the box can be specified in the box dialog in the drop-down
34664  list 
34665 \family sans
34666 Decoration
34667 \family default
34668 .
34669  The following types are possible:
34670 \end_layout
34671
34672 \begin_layout Description
34673 No
34674 \begin_inset space ~
34675 \end_inset
34676
34677 frame Nothing is drawn.
34678 \end_layout
34679
34680 \begin_layout Description
34681 Simple
34682 \begin_inset space ~
34683 \end_inset
34684
34685 rectangular
34686 \begin_inset space ~
34687 \end_inset
34688
34689 frame This draws a rectangular frame around the box.
34690  The frame line thickness can be specified.
34691  
34692 \begin_inset Box Boxed
34693 position "c"
34694 hor_pos "c"
34695 has_inner_box 1
34696 inner_pos "c"
34697 use_parbox 0
34698 use_makebox 0
34699 width "20col%"
34700 special "none"
34701 height "1in"
34702 height_special "totalheight"
34703 thickness "0.4pt"
34704 separation "3pt"
34705 shadowsize "4pt"
34706 framecolor "black"
34707 backgroundcolor "none"
34708 status collapsed
34709
34710 \begin_layout Plain Layout
34711 \align center
34712 Rectangular box
34713 \end_layout
34714
34715 \end_inset
34716
34717
34718 \end_layout
34719
34720 \begin_layout Description
34721 Oval
34722 \begin_inset space ~
34723 \end_inset
34724
34725 box,
34726 \begin_inset space ~
34727 \end_inset
34728
34729 thin This draws an oval frame around the box.
34730  The frame line thickness has the size 0.4
34731 \begin_inset space \thinspace{}
34732 \end_inset
34733
34734 pt.
34735  
34736 \begin_inset Box ovalbox
34737 position "c"
34738 hor_pos "c"
34739 has_inner_box 1
34740 inner_pos "c"
34741 use_parbox 0
34742 use_makebox 0
34743 width "20col%"
34744 special "none"
34745 height "1in"
34746 height_special "totalheight"
34747 thickness "0.4pt"
34748 separation "3pt"
34749 shadowsize "4pt"
34750 framecolor "black"
34751 backgroundcolor "none"
34752 status collapsed
34753
34754 \begin_layout Plain Layout
34755 \align center
34756 Oval box, thin
34757 \end_layout
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Description
34765 Oval
34766 \begin_inset space ~
34767 \end_inset
34768
34769 box,
34770 \begin_inset space ~
34771 \end_inset
34772
34773 thick This draws an oval frame around the box.
34774  The frame line thickness has the size 0.8
34775 \begin_inset space \thinspace{}
34776 \end_inset
34777
34778 pt.
34779  
34780 \begin_inset Box Ovalbox
34781 position "c"
34782 hor_pos "c"
34783 has_inner_box 1
34784 inner_pos "c"
34785 use_parbox 0
34786 use_makebox 0
34787 width "20col%"
34788 special "none"
34789 height "1in"
34790 height_special "totalheight"
34791 thickness "0.4pt"
34792 separation "3pt"
34793 shadowsize "4pt"
34794 framecolor "black"
34795 backgroundcolor "none"
34796 status collapsed
34797
34798 \begin_layout Plain Layout
34799 \align center
34800 Oval box, thick
34801 \end_layout
34802
34803 \end_inset
34804
34805
34806 \end_layout
34807
34808 \begin_layout Description
34809 Drop
34810 \begin_inset space ~
34811 \end_inset
34812
34813 shadow This draws a rectangular frame with a shadow around the box.
34814  The frame line thickness and the shadow can be specified.
34815  
34816 \begin_inset Box Shadowbox
34817 position "c"
34818 hor_pos "c"
34819 has_inner_box 1
34820 inner_pos "c"
34821 use_parbox 0
34822 use_makebox 0
34823 width "20col%"
34824 special "none"
34825 height "1in"
34826 height_special "totalheight"
34827 thickness "0.4pt"
34828 separation "3pt"
34829 shadowsize "4pt"
34830 framecolor "black"
34831 backgroundcolor "none"
34832 status collapsed
34833
34834 \begin_layout Plain Layout
34835 \align center
34836 Shadow box
34837 \end_layout
34838
34839 \end_inset
34840
34841
34842 \end_layout
34843
34844 \begin_layout Description
34845 Shaded
34846 \begin_inset space ~
34847 \end_inset
34848
34849 background This draws a box with a red background.
34850  Unlike colored boxes
34851 \begin_inset Foot
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855 see sec.
34856 \begin_inset space \thinspace{}
34857 \end_inset
34858
34859
34860 \begin_inset CommandInset ref
34861 LatexCommand ref
34862 reference "sec:Colored-Boxes"
34863
34864 \end_inset
34865
34866
34867 \end_layout
34868
34869 \end_inset
34870
34871 , it always uses the whole column width and the box is set as its own paragraph.
34872  
34873 \begin_inset Box Shaded
34874 position "t"
34875 hor_pos "c"
34876 has_inner_box 0
34877 inner_pos "t"
34878 use_parbox 0
34879 use_makebox 0
34880 width "50col%"
34881 special "none"
34882 height "1in"
34883 height_special "totalheight"
34884 thickness "0.4pt"
34885 separation "3pt"
34886 shadowsize "4pt"
34887 framecolor "black"
34888 backgroundcolor "none"
34889 status collapsed
34890
34891 \begin_layout Plain Layout
34892 Shaded background box
34893 \end_layout
34894
34895 \end_inset
34896
34897
34898 \end_layout
34899
34900 \begin_layout Description
34901 Double
34902 \begin_inset space ~
34903 \end_inset
34904
34905 rectangular
34906 \begin_inset space ~
34907 \end_inset
34908
34909 frame This draws a double-line rectangular frame around the box.
34910  The line thickness of the inner frame is 0.75
34911 \begin_inset space \thinspace{}
34912 \end_inset
34913
34914 line
34915 \begin_inset space ~
34916 \end_inset
34917
34918 thickness, the thickness of the outer frame is 1.5
34919 \begin_inset space \thinspace{}
34920 \end_inset
34921
34922 line
34923 \begin_inset space ~
34924 \end_inset
34925
34926 thickness.
34927  The distance between the lines is 1.5
34928 \begin_inset space \thinspace{}
34929 \end_inset
34930
34931 line
34932 \begin_inset space ~
34933 \end_inset
34934
34935 thickness
34936 \begin_inset space \thinspace{}
34937 \end_inset
34938
34939 +
34940 \begin_inset space \thinspace{}
34941 \end_inset
34942
34943 0.5
34944 \begin_inset space \thinspace{}
34945 \end_inset
34946
34947 pt.
34948  
34949 \begin_inset Box Doublebox
34950 position "c"
34951 hor_pos "c"
34952 has_inner_box 1
34953 inner_pos "c"
34954 use_parbox 0
34955 use_makebox 0
34956 width "20col%"
34957 special "none"
34958 height "1in"
34959 height_special "totalheight"
34960 thickness "0.4pt"
34961 separation "3pt"
34962 shadowsize "4pt"
34963 framecolor "black"
34964 backgroundcolor "none"
34965 status collapsed
34966
34967 \begin_layout Plain Layout
34968 \align center
34969 Double rectangular box
34970 \end_layout
34971
34972 \end_inset
34973
34974
34975 \end_layout
34976
34977 \begin_layout Standard
34978 \begin_inset VSpace bigskip
34979 \end_inset
34980
34981 \SpecialChar LyX
34982 's box label will reflect the different frame types.
34983  To be able to use all types, the \SpecialChar LaTeX
34984 -package 
34985 \series bold
34986 fancybox
34987 \series default
34988
34989 \begin_inset Index idx
34990 status collapsed
34991
34992 \begin_layout Plain Layout
34993 \SpecialChar LaTeX
34994 -packages ! fancybox
34995 \end_layout
34996
34997 \end_inset
34998
34999  must be installed.
35000 \end_layout
35001
35002 \begin_layout Standard
35003 \begin_inset VSpace bigskip
35004 \end_inset
35005
35006 When you use the decoration 
35007 \family sans
35008 simple rectangular frame
35009 \family default
35010  and no inner box, you can allow page breaks within a box.
35011  Note that then, unlike other framed boxes, the frame always uses the whole
35012  column width and the box is set as its own paragraph: 
35013 \begin_inset Box Framed
35014 position "t"
35015 hor_pos "c"
35016 has_inner_box 0
35017 inner_pos "t"
35018 use_parbox 0
35019 use_makebox 0
35020 width "100col%"
35021 special "none"
35022 height "1in"
35023 height_special "totalheight"
35024 thickness "0.4pt"
35025 separation "3pt"
35026 shadowsize "4pt"
35027 framecolor "black"
35028 backgroundcolor "none"
35029 status collapsed
35030
35031 \begin_layout Plain Layout
35032 Allow page break box
35033 \end_layout
35034
35035 \end_inset
35036
35037
35038 \end_layout
35039
35040 \begin_layout Section
35041 Box Customization
35042 \begin_inset Index idx
35043 status collapsed
35044
35045 \begin_layout Plain Layout
35046 Boxes ! Customization
35047 \end_layout
35048
35049 \end_inset
35050
35051
35052 \end_layout
35053
35054 \begin_layout Standard
35055 The diameter of the round corners of the oval boxes can be set with the
35056  command 
35057 \series bold
35058
35059 \backslash
35060 cornersize
35061 \series default
35062 .
35063  The command
35064 \end_layout
35065
35066 \begin_layout Standard
35067
35068 \series bold
35069
35070 \backslash
35071 cornersize*{1cm}
35072 \end_layout
35073
35074 \begin_layout Standard
35075 sets the diameter to 1
35076 \begin_inset space \thinspace{}
35077 \end_inset
35078
35079 cm.
35080  The command
35081 \end_layout
35082
35083 \begin_layout Standard
35084
35085 \series bold
35086
35087 \backslash
35088 cornersize{num}
35089 \end_layout
35090
35091 \begin_layout Standard
35092 sets the diameter to 
35093 \family sans
35094 num
35095 \begin_inset space \thinspace{}
35096 \end_inset
35097
35098 ×
35099 \begin_inset space \thinspace{}
35100 \end_inset
35101
35102 minimum(width and height of box)
35103 \family default
35104 .
35105  The default is 
35106 \series bold
35107
35108 \backslash
35109 cornersize{0.5}
35110 \series default
35111 .
35112 \end_layout
35113
35114 \begin_layout Standard
35115 \begin_inset ERT
35116 status collapsed
35117
35118 \begin_layout Plain Layout
35119
35120
35121 \backslash
35122 cornersize*{1.5cm}
35123 \end_layout
35124
35125 \end_inset
35126
35127
35128 \begin_inset Box Ovalbox
35129 position "c"
35130 hor_pos "c"
35131 has_inner_box 1
35132 inner_pos "c"
35133 use_parbox 0
35134 use_makebox 0
35135 width "25col%"
35136 special "none"
35137 height "1in"
35138 height_special "totalheight"
35139 thickness "0.4pt"
35140 separation "3pt"
35141 shadowsize "4pt"
35142 framecolor "black"
35143 backgroundcolor "none"
35144 status open
35145
35146 \begin_layout Plain Layout
35147 \align center
35148 Oval box with 
35149 \series bold
35150
35151 \backslash
35152 cornersize
35153 \series default
35154
35155 \begin_inset space \thinspace{}
35156 \end_inset
35157
35158 =
35159 \begin_inset space \thinspace{}
35160 \end_inset
35161
35162 1.5
35163 \begin_inset space \thinspace{}
35164 \end_inset
35165
35166 cm
35167 \end_layout
35168
35169 \end_inset
35170
35171
35172 \begin_inset ERT
35173 status collapsed
35174
35175 \begin_layout Plain Layout
35176
35177
35178 \backslash
35179 cornersize{0.5}
35180 \end_layout
35181
35182 \end_inset
35183
35184
35185 \end_layout
35186
35187 \begin_layout Standard
35188 \begin_inset VSpace bigskip
35189 \end_inset
35190
35191
35192 \end_layout
35193
35194 \begin_layout Standard
35195 The default background color red of 
35196 \family sans
35197 shaded background
35198 \family default
35199  boxes can either be changed locally with the command 
35200 \series bold
35201
35202 \backslash
35203 definecolor{shadecolor}
35204 \series default
35205  or globally with the menu 
35206 \family sans
35207 Tools\SpecialChar menuseparator
35208 Preferences\SpecialChar menuseparator
35209 Colors\SpecialChar menuseparator
35210 shaded
35211 \begin_inset space ~
35212 \end_inset
35213
35214 box
35215 \family default
35216 .
35217  The scheme of the 
35218 \series bold
35219
35220 \backslash
35221 definecolor
35222 \series default
35223  command is explained in section
35224 \begin_inset space ~
35225 \end_inset
35226
35227
35228 \begin_inset CommandInset ref
35229 LatexCommand ref
35230 reference "sec:Colored-Tables"
35231
35232 \end_inset
35233
35234 .
35235 \begin_inset Foot
35236 status collapsed
35237
35238 \begin_layout Plain Layout
35239 Note that 
35240 \series bold
35241
35242 \backslash
35243 definecolor
35244 \series default
35245  requires the \SpecialChar LaTeX
35246 -package 
35247 \series bold
35248 color
35249 \series default
35250  in the preamble, see section
35251 \begin_inset space ~
35252 \end_inset
35253
35254
35255 \begin_inset CommandInset ref
35256 LatexCommand ref
35257 reference "sec:Colored-Boxes"
35258
35259 \end_inset
35260
35261 .
35262 \end_layout
35263
35264 \end_inset
35265
35266  For example the appearance of the following shaded background box is set
35267  with the \SpecialChar TeX
35268  Code command
35269 \end_layout
35270
35271 \begin_layout Standard
35272
35273 \series bold
35274
35275 \backslash
35276 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35277 \end_layout
35278
35279 \begin_layout Standard
35280 \begin_inset ERT
35281 status collapsed
35282
35283 \begin_layout Plain Layout
35284
35285
35286 \backslash
35287 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35288 \end_layout
35289
35290 \end_inset
35291
35292
35293 \begin_inset Box Shaded
35294 position "t"
35295 hor_pos "c"
35296 has_inner_box 0
35297 inner_pos "t"
35298 use_parbox 0
35299 use_makebox 0
35300 width "100col%"
35301 special "none"
35302 height "1in"
35303 height_special "totalheight"
35304 thickness "0.4pt"
35305 separation "3pt"
35306 shadowsize "4pt"
35307 framecolor "black"
35308 backgroundcolor "none"
35309 status open
35310
35311 \begin_layout Plain Layout
35312
35313 \color yellow
35314 This is yellow text in a
35315 \color none
35316  
35317 \family sans
35318 \color yellow
35319 shaded background
35320 \family default
35321 \color none
35322  
35323 \color yellow
35324 box with dark green background.
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \begin_inset ERT
35331 status collapsed
35332
35333 \begin_layout Plain Layout
35334
35335
35336 \backslash
35337 definecolor{shadecolor}{rgb}{1,0,0}
35338 \end_layout
35339
35340 \end_inset
35341
35342
35343 \end_layout
35344
35345 \begin_layout Standard
35346 \begin_inset VSpace bigskip
35347 \end_inset
35348
35349 Manually changed sizes and colors are valid for all boxes following the
35350  commands that change them.
35351 \end_layout
35352
35353 \begin_layout Section
35354 Minipages
35355 \begin_inset CommandInset label
35356 LatexCommand label
35357 name "sec:Minipages"
35358
35359 \end_inset
35360
35361
35362 \begin_inset Index idx
35363 status collapsed
35364
35365 \begin_layout Plain Layout
35366 Boxes ! Minipages
35367 \end_layout
35368
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \begin_layout Standard
35375 Minipages are treated by \SpecialChar LaTeX
35376  as pages within pages and can therefore for example
35377  have their own footnotes.
35378 \end_layout
35379
35380 \begin_layout Standard
35381 Minipages are useful when you write documents with different languages.
35382 \end_layout
35383
35384 \begin_layout Standard
35385 Below are two example minipages side by side.
35386  Their width is set to 45
35387 \begin_inset space \thinspace{}
35388 \end_inset
35389
35390 col% and they are separated by a horizontal fill, that was inserted via
35391  the menu 
35392 \family sans
35393 Insert\SpecialChar menuseparator
35394 Special
35395 \begin_inset space ~
35396 \end_inset
35397
35398 Formatting\SpecialChar menuseparator
35399 Horizontal
35400 \begin_inset space ~
35401 \end_inset
35402
35403 Fill
35404 \family default
35405 .
35406 \begin_inset Newpage newpage
35407 \end_inset
35408
35409
35410 \end_layout
35411
35412 \begin_layout Standard
35413 \begin_inset Box Frameless
35414 position "t"
35415 hor_pos "c"
35416 has_inner_box 1
35417 inner_pos "c"
35418 use_parbox 0
35419 use_makebox 0
35420 width "45col%"
35421 special "none"
35422 height "1in"
35423 height_special "totalheight"
35424 thickness "0.4pt"
35425 separation "3pt"
35426 shadowsize "4pt"
35427 framecolor "black"
35428 backgroundcolor "none"
35429 status open
35430
35431 \begin_layout Plain Layout
35432
35433 \lang ngerman
35434 Dies ist ein deutscher Text.
35435  Dies ist ein deutscher Text.
35436  Dies ist ein deutscher Text.
35437  Dies ist ein deutscher Text.
35438  Dies ist ein deutscher Text.
35439  Dies ist ein deutscher Text.
35440  Dies ist ein deutscher Text.
35441  Dies ist ein deutscher Text.
35442  Dies ist ein deutscher Text.
35443  Dies ist ein deutscher Text.
35444  Dies ist ein deutscher Text.
35445  Dies ist ein deutscher Text.
35446  Dies ist ein deutscher Text
35447 \begin_inset Foot
35448 status collapsed
35449
35450 \begin_layout Plain Layout
35451
35452 \lang ngerman
35453 Dies ist eine deutsche Fußnote.
35454 \end_layout
35455
35456 \end_inset
35457
35458 .
35459  Dies ist ein deutscher Text.
35460  Dies ist ein deutscher Text.
35461 \end_layout
35462
35463 \end_inset
35464
35465
35466 \begin_inset space \hfill{}
35467 \end_inset
35468
35469
35470 \begin_inset Box Frameless
35471 position "t"
35472 hor_pos "c"
35473 has_inner_box 1
35474 inner_pos "c"
35475 use_parbox 0
35476 use_makebox 0
35477 width "45col%"
35478 special "none"
35479 height "1in"
35480 height_special "totalheight"
35481 thickness "0.4pt"
35482 separation "3pt"
35483 shadowsize "4pt"
35484 framecolor "black"
35485 backgroundcolor "none"
35486 status open
35487
35488 \begin_layout Plain Layout
35489 This is an English Text.
35490  This is an English Text.
35491  This is an English Text.
35492  This is an English Text.
35493  This is an English Text.
35494  This is an English Text.
35495  This is an English Text.
35496  This is an English Text.
35497  This is an English Text.
35498  This is an English Text.
35499  This is an English Text.
35500  This is an English Text.
35501  This is an English Text.
35502  This is an English Text.
35503  This is an English Text.
35504  This is an English Text.
35505 \begin_inset Foot
35506 status collapsed
35507
35508 \begin_layout Plain Layout
35509 This is an English footnote.
35510 \end_layout
35511
35512 \end_inset
35513
35514  This is an English Text.
35515 \end_layout
35516
35517 \end_inset
35518
35519
35520 \end_layout
35521
35522 \begin_layout Standard
35523 \begin_inset VSpace bigskip
35524 \end_inset
35525
35526 The document-wide paragraph settings are ignored within minipages.
35527  That means that there will be no space between paragraphs in minipages
35528  although you set it to e.
35529 \begin_inset space \thinspace{}
35530 \end_inset
35531
35532 g.
35533 \begin_inset space \space{}
35534 \end_inset
35535
35536
35537 \family sans
35538 MedSkip
35539 \family default
35540  in the document settings.
35541 \end_layout
35542
35543 \begin_layout Standard
35544 Minipages can also be used to set a background color for text parts, see
35545  section
35546 \begin_inset space ~
35547 \end_inset
35548
35549
35550 \begin_inset CommandInset ref
35551 LatexCommand ref
35552 reference "sec:Colored-Boxes"
35553
35554 \end_inset
35555
35556 .
35557 \end_layout
35558
35559 \begin_layout Standard
35560 \begin_inset Note Greyedout
35561 status open
35562
35563 \begin_layout Plain Layout
35564
35565 \series bold
35566 Note:
35567 \series default
35568  You cannot have floats or margin notes inside minipages but minipages can
35569  be used inside tables, floats, and other boxes.
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \end_layout
35576
35577 \begin_layout Standard
35578 \begin_inset VSpace bigskip
35579 \end_inset
35580
35581
35582 \end_layout
35583
35584 \begin_layout Standard
35585 \SpecialChar LyX
35586  has also basic support for minipages whose size is automatically determined
35587  by the width of their contents, via the module 
35588 \family sans
35589 Variable-width Minipages
35590 \family default
35591 .
35592  The \SpecialChar LyX
35593  example file 
35594 \emph on
35595 varwidth-floats-side-by-side
35596 \emph default
35597  gives examples of variable-width minipages used for placing two floats
35598  side-by-side.
35599 \end_layout
35600
35601 \begin_layout Section
35602 Parboxes
35603 \begin_inset CommandInset label
35604 LatexCommand label
35605 name "sec:Parboxes"
35606
35607 \end_inset
35608
35609
35610 \begin_inset Index idx
35611 status collapsed
35612
35613 \begin_layout Plain Layout
35614 Boxes ! Parboxes
35615 \end_layout
35616
35617 \end_inset
35618
35619
35620 \end_layout
35621
35622 \begin_layout Standard
35623 Parboxes are very similar to minipages with the difference that they cannot
35624  have footnotes.
35625 \end_layout
35626
35627 \begin_layout Standard
35628 \align center
35629 \begin_inset Box Frameless
35630 position "t"
35631 hor_pos "c"
35632 has_inner_box 1
35633 inner_pos "t"
35634 use_parbox 1
35635 use_makebox 0
35636 width "33col%"
35637 special "none"
35638 height "1in"
35639 height_special "totalheight"
35640 thickness "0.4pt"
35641 separation "3pt"
35642 shadowsize "4pt"
35643 framecolor "black"
35644 backgroundcolor "none"
35645 status open
35646
35647 \begin_layout Plain Layout
35648 This a text within a parbox.
35649  This a text within a parbox.
35650 \end_layout
35651
35652 \begin_layout Plain Layout
35653 This footnote won't appear:
35654 \begin_inset Foot
35655 status collapsed
35656
35657 \begin_layout Plain Layout
35658 This footnote is inside a parbox and will therefore not appear.
35659 \end_layout
35660
35661 \end_inset
35662
35663
35664 \end_layout
35665
35666 \end_inset
35667
35668
35669 \end_layout
35670
35671 \begin_layout Section
35672 Boxes for Words and Characters
35673 \begin_inset Index idx
35674 status collapsed
35675
35676 \begin_layout Plain Layout
35677 Boxes ! for Characters
35678 \end_layout
35679
35680 \end_inset
35681
35682
35683 \end_layout
35684
35685 \begin_layout Subsection
35686 Prevent Hyphenation
35687 \begin_inset CommandInset label
35688 LatexCommand label
35689 name "sec:Prevent-Hyphenation"
35690
35691 \end_inset
35692
35693
35694 \begin_inset Index idx
35695 status collapsed
35696
35697 \begin_layout Plain Layout
35698 Boxes ! to Prevent Hyphenation
35699 \end_layout
35700
35701 \end_inset
35702
35703
35704 \end_layout
35705
35706 \begin_layout Standard
35707 You can use the box type 
35708 \family sans
35709 Makebox
35710 \family default
35711  to prevent words or text from being hyphenated.
35712 \begin_inset Newline newline
35713 \end_inset
35714
35715 Here is an example text:
35716 \end_layout
35717
35718 \begin_layout Standard
35719 This line is an example to show how you can prevent the hyphenation of 
35720 \begin_inset Quotes eld
35721 \end_inset
35722
35723 veryverylongword
35724 \begin_inset Quotes erd
35725 \end_inset
35726
35727 .
35728 \end_layout
35729
35730 \begin_layout Standard
35731 To prevent the hyphenation of the word 
35732 \begin_inset Quotes eld
35733 \end_inset
35734
35735 veryverylongword
35736 \begin_inset Quotes erd
35737 \end_inset
35738
35739 , put the word into a box, set the 
35740 \family sans
35741 Inner
35742 \begin_inset space ~
35743 \end_inset
35744
35745 box
35746 \family default
35747  to 
35748 \family sans
35749 Makebox
35750 \family default
35751  and use no explicit width.
35752 \end_layout
35753
35754 \begin_layout Standard
35755 This is the result:
35756 \end_layout
35757
35758 \begin_layout Standard
35759 This line is an example to show how you can prevent the hyphenation of 
35760 \begin_inset Box Frameless
35761 position "t"
35762 hor_pos "c"
35763 has_inner_box 1
35764 inner_pos "t"
35765 use_parbox 0
35766 use_makebox 1
35767 width ""
35768 special "none"
35769 height "1in"
35770 height_special "totalheight"
35771 thickness "0.4pt"
35772 separation "3pt"
35773 shadowsize "4pt"
35774 framecolor "black"
35775 backgroundcolor "none"
35776 status open
35777
35778 \begin_layout Plain Layout
35779 \begin_inset Quotes eld
35780 \end_inset
35781
35782 veryverylongword
35783 \begin_inset Quotes erd
35784 \end_inset
35785
35786
35787 \end_layout
35788
35789 \end_inset
35790
35791 .
35792 \end_layout
35793
35794 \begin_layout Standard
35795 You can alternatively set the command 
35796 \begin_inset Quotes eld
35797 \end_inset
35798
35799
35800 \series bold
35801
35802 \backslash
35803 -
35804 \series default
35805
35806 \begin_inset Quotes grd
35807 \end_inset
35808
35809  as \SpecialChar TeX
35810  Code directly before the word:
35811 \end_layout
35812
35813 \begin_layout Standard
35814 This line is an example to show how you can prevent the hyphenation of 
35815 \begin_inset Quotes eld
35816 \end_inset
35817
35818
35819 \begin_inset ERT
35820 status collapsed
35821
35822 \begin_layout Plain Layout
35823
35824
35825 \backslash
35826 -
35827 \end_layout
35828
35829 \end_inset
35830
35831 veryverylongword
35832 \begin_inset Quotes erd
35833 \end_inset
35834
35835 .
35836 \end_layout
35837
35838 \begin_layout Standard
35839 Of course the word now protrudes over the side margin.
35840  To avoid this, add via the menu 
35841 \family sans
35842 Insert\SpecialChar menuseparator
35843 Formatting\SpecialChar menuseparator
35844 Ragged
35845 \begin_inset space ~
35846 \end_inset
35847
35848 Line
35849 \begin_inset space ~
35850 \end_inset
35851
35852 Break
35853 \family default
35854  (shortcut 
35855 \begin_inset Info
35856 type  "shortcut"
35857 arg   "newline-insert newline"
35858 \end_inset
35859
35860 ) a line break before the word:
35861 \end_layout
35862
35863 \begin_layout Standard
35864 This line is an example to show how you can prevent the hyphenation of 
35865 \begin_inset Newline newline
35866 \end_inset
35867
35868
35869 \begin_inset Box Frameless
35870 position "t"
35871 hor_pos "c"
35872 has_inner_box 1
35873 inner_pos "t"
35874 use_parbox 0
35875 use_makebox 1
35876 width ""
35877 special "none"
35878 height "1in"
35879 height_special "totalheight"
35880 thickness "0.4pt"
35881 separation "3pt"
35882 shadowsize "4pt"
35883 framecolor "black"
35884 backgroundcolor "none"
35885 status open
35886
35887 \begin_layout Plain Layout
35888 \begin_inset Quotes eld
35889 \end_inset
35890
35891 veryverylongword
35892 \begin_inset Quotes erd
35893 \end_inset
35894
35895
35896 \end_layout
35897
35898 \end_inset
35899
35900 .
35901 \end_layout
35902
35903 \begin_layout Subsection
35904 Vertical Alignment
35905 \begin_inset CommandInset label
35906 LatexCommand label
35907 name "subsec:Vertical-Alignment"
35908
35909 \end_inset
35910
35911
35912 \begin_inset Index idx
35913 status collapsed
35914
35915 \begin_layout Plain Layout
35916 Boxes ! for Vertical Alignment
35917 \end_layout
35918
35919 \end_inset
35920
35921
35922 \begin_inset Index idx
35923 status collapsed
35924
35925 \begin_layout Plain Layout
35926 Boxes ! Raiseboxes
35927 \end_layout
35928
35929 \end_inset
35930
35931
35932 \end_layout
35933
35934 \begin_layout Standard
35935 With the help of the command 
35936 \series bold
35937
35938 \backslash
35939 raisebox
35940 \series default
35941  you can align words, characters or other boxes vertically relative to the
35942  surrounding text.
35943  
35944 \series bold
35945
35946 \backslash
35947 raisebox
35948 \series default
35949  is used with the following scheme:
35950 \end_layout
35951
35952 \begin_layout Standard
35953
35954 \series bold
35955
35956 \backslash
35957 raisebox{lift}[height][depth]{box content}
35958 \end_layout
35959
35960 \begin_layout Standard
35961 The lift can be a positive value to raise the box or a negative value to
35962  lower the box.
35963 \end_layout
35964
35965 \begin_layout Standard
35966 To align for example the word 
35967 \begin_inset Quotes eld
35968 \end_inset
35969
35970 preventing
35971 \begin_inset Quotes erd
35972 \end_inset
35973
35974  so that the bottom of the 
35975 \begin_inset Quotes eld
35976 \end_inset
35977
35978 deepest
35979 \begin_inset Quotes erd
35980 \end_inset
35981
35982  character 
35983 \begin_inset Quotes eld
35984 \end_inset
35985
35986 p
35987 \begin_inset Quotes erd
35988 \end_inset
35989
35990  is at the baseline, insert the command
35991 \end_layout
35992
35993 \begin_layout Standard
35994
35995 \series bold
35996
35997 \backslash
35998 raisebox{
35999 \backslash
36000 depth}{
36001 \end_layout
36002
36003 \begin_layout Standard
36004 in \SpecialChar TeX
36005  Code before the word.
36006  After the word insert a closing brace 
36007 \begin_inset Quotes eld
36008 \end_inset
36009
36010
36011 \series bold
36012 }
36013 \series default
36014
36015 \begin_inset Quotes erd
36016 \end_inset
36017
36018  in \SpecialChar TeX
36019  Code.
36020 \begin_inset Newline newline
36021 \end_inset
36022
36023 This is the result:
36024 \end_layout
36025
36026 \begin_layout Standard
36027 This is a text line with the word 
36028 \begin_inset ERT
36029 status collapsed
36030
36031 \begin_layout Plain Layout
36032
36033
36034 \backslash
36035 raisebox{
36036 \backslash
36037 depth}{
36038 \end_layout
36039
36040 \end_inset
36041
36042
36043 \begin_inset Quotes eld
36044 \end_inset
36045
36046 preventing
36047 \begin_inset Quotes erd
36048 \end_inset
36049
36050
36051 \begin_inset ERT
36052 status collapsed
36053
36054 \begin_layout Plain Layout
36055
36056 }
36057 \end_layout
36058
36059 \end_inset
36060
36061  as a raised word.
36062 \end_layout
36063
36064 \begin_layout Standard
36065 \begin_inset VSpace bigskip
36066 \end_inset
36067
36068 When you raise or lower characters in a line, the line distance will be
36069  spread:
36070 \end_layout
36071
36072 \begin_layout Standard
36073 This is a text line with the word 
36074 \begin_inset ERT
36075 status collapsed
36076
36077 \begin_layout Plain Layout
36078
36079
36080 \backslash
36081 raisebox{-
36082 \backslash
36083 depth}{
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \begin_inset Quotes eld
36090 \end_inset
36091
36092 preventing
36093 \begin_inset Quotes erd
36094 \end_inset
36095
36096
36097 \begin_inset ERT
36098 status collapsed
36099
36100 \begin_layout Plain Layout
36101
36102 }
36103 \end_layout
36104
36105 \end_inset
36106
36107  as a lowered word.
36108 \begin_inset Newline newline
36109 \end_inset
36110
36111 This is a text line with the word 
36112 \begin_inset ERT
36113 status collapsed
36114
36115 \begin_layout Plain Layout
36116
36117
36118 \backslash
36119 raisebox{0.5cm}{
36120 \end_layout
36121
36122 \end_inset
36123
36124
36125 \begin_inset Quotes eld
36126 \end_inset
36127
36128 testing
36129 \begin_inset Quotes erd
36130 \end_inset
36131
36132
36133 \begin_inset ERT
36134 status collapsed
36135
36136 \begin_layout Plain Layout
36137
36138 }
36139 \end_layout
36140
36141 \end_inset
36142
36143  as a raised word.
36144 \end_layout
36145
36146 \begin_layout Standard
36147 If you want to prevent this for a certain reason, set the box height to
36148  a zero value.
36149  For example use
36150 \end_layout
36151
36152 \begin_layout Standard
36153
36154 \series bold
36155
36156 \backslash
36157 raisebox{-
36158 \backslash
36159 depth}[0pt]{
36160 \end_layout
36161
36162 \begin_layout Standard
36163 This is a text line with the word 
36164 \begin_inset ERT
36165 status collapsed
36166
36167 \begin_layout Plain Layout
36168
36169
36170 \backslash
36171 raisebox{-
36172 \backslash
36173 depth}[0pt]{
36174 \end_layout
36175
36176 \end_inset
36177
36178
36179 \begin_inset Quotes eld
36180 \end_inset
36181
36182 preventing
36183 \begin_inset Quotes erd
36184 \end_inset
36185
36186
36187 \begin_inset ERT
36188 status collapsed
36189
36190 \begin_layout Plain Layout
36191
36192 }
36193 \end_layout
36194
36195 \end_inset
36196
36197  as a lowered word.
36198 \begin_inset Newline newline
36199 \end_inset
36200
36201
36202 \begin_inset Newline newline
36203 \end_inset
36204
36205 This is a text line with the word 
36206 \begin_inset ERT
36207 status collapsed
36208
36209 \begin_layout Plain Layout
36210
36211
36212 \backslash
36213 raisebox{0.5cm}[0pt]{
36214 \end_layout
36215
36216 \end_inset
36217
36218
36219 \begin_inset Quotes eld
36220 \end_inset
36221
36222 testing
36223 \begin_inset Quotes erd
36224 \end_inset
36225
36226
36227 \begin_inset ERT
36228 status collapsed
36229
36230 \begin_layout Plain Layout
36231
36232 }
36233 \end_layout
36234
36235 \end_inset
36236
36237  as a raised word.
36238 \end_layout
36239
36240 \begin_layout Section
36241 Colored Boxes
36242 \begin_inset CommandInset label
36243 LatexCommand label
36244 name "sec:Colored-Boxes"
36245
36246 \end_inset
36247
36248
36249 \begin_inset Index idx
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253 Boxes ! Color
36254 \end_layout
36255
36256 \end_inset
36257
36258
36259 \end_layout
36260
36261 \begin_layout Standard
36262 To color the background of a box just select the color you like in the box
36263  dialog.
36264  This is for example a box with orange background: 
36265 \begin_inset Box Frameless
36266 position "t"
36267 hor_pos "c"
36268 has_inner_box 1
36269 inner_pos "t"
36270 use_parbox 0
36271 use_makebox 1
36272 width ""
36273 special "none"
36274 height "1in"
36275 height_special "totalheight"
36276 thickness "0.4pt"
36277 separation "3pt"
36278 shadowsize "4pt"
36279 framecolor "black"
36280 backgroundcolor "orange"
36281 status open
36282
36283 \begin_layout Plain Layout
36284 Box with orange background
36285 \end_layout
36286
36287 \end_inset
36288
36289
36290 \end_layout
36291
36292 \begin_layout Standard
36293 If you use the decoration 
36294 \family sans
36295 Simple
36296 \begin_inset space ~
36297 \end_inset
36298
36299 rectangular
36300 \begin_inset space ~
36301 \end_inset
36302
36303 frame
36304 \family default
36305  you can set a frame color.
36306  In this case you must also specify a background color (LyX sets white as
36307  default).
36308  Here is an example: 
36309 \begin_inset Box Boxed
36310 position "t"
36311 hor_pos "c"
36312 has_inner_box 0
36313 inner_pos "t"
36314 use_parbox 0
36315 use_makebox 0
36316 width ""
36317 special "none"
36318 height "1in"
36319 height_special "totalheight"
36320 thickness "0.4pt"
36321 separation "3pt"
36322 shadowsize "4pt"
36323 framecolor "teal"
36324 backgroundcolor "yellow"
36325 status open
36326
36327 \begin_layout Plain Layout
36328 Box with teal frame color and yellow background color
36329 \end_layout
36330
36331 \end_inset
36332
36333
36334 \end_layout
36335
36336 \begin_layout Standard
36337 \begin_inset VSpace bigskip
36338 \end_inset
36339
36340 Of course you can also have colored text inside a colored box:
36341 \begin_inset Newline newline
36342 \end_inset
36343
36344
36345 \begin_inset Box Boxed
36346 position "t"
36347 hor_pos "c"
36348 has_inner_box 0
36349 inner_pos "t"
36350 use_parbox 0
36351 use_makebox 0
36352 width ""
36353 special "none"
36354 height "1in"
36355 height_special "totalheight"
36356 thickness "0.4pt"
36357 separation "3pt"
36358 shadowsize "4pt"
36359 framecolor "cyan"
36360 backgroundcolor "magenta"
36361 status open
36362
36363 \begin_layout Plain Layout
36364
36365 \color yellow
36366 This is colored text within a colored, framed box
36367 \end_layout
36368
36369 \end_inset
36370
36371
36372 \end_layout
36373
36374 \begin_layout Standard
36375 \begin_inset VSpace bigskip
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \begin_layout Standard
36382 If you need another color than the predefined ones, you can define your
36383  own color as described in section
36384 \begin_inset space ~
36385 \end_inset
36386
36387
36388 \begin_inset CommandInset ref
36389 LatexCommand ref
36390 reference "sec:Colored-Tables"
36391
36392 \end_inset
36393
36394 .
36395  To use your own color you must typeset the box by using TeX code:
36396 \end_layout
36397
36398 \begin_layout Standard
36399 Colored boxes without frame are created with the command 
36400 \series bold
36401
36402 \backslash
36403 colorbox
36404 \series default
36405 .
36406  It has the following scheme:
36407 \end_layout
36408
36409 \begin_layout Standard
36410
36411 \series bold
36412
36413 \backslash
36414 colorbox{color}{box content}
36415 \end_layout
36416
36417 \begin_layout Standard
36418 The box content can also be a box and colored boxes can also be within other
36419  boxes.
36420  To have e.
36421 \begin_inset space \thinspace{}
36422 \end_inset
36423
36424 g.
36425 \begin_inset space \space{}
36426 \end_inset
36427
36428 a darkgreen background for a word, insert the command
36429 \end_layout
36430
36431 \begin_layout Standard
36432
36433 \series bold
36434
36435 \backslash
36436 colorbox{darkgreen}{
36437 \end_layout
36438
36439 \begin_layout Standard
36440 before the word in \SpecialChar TeX
36441  Code.
36442  After the word insert a closing brace 
36443 \begin_inset Quotes eld
36444 \end_inset
36445
36446
36447 \series bold
36448 }
36449 \series default
36450
36451 \begin_inset Quotes erd
36452 \end_inset
36453
36454  in \SpecialChar TeX
36455  Code.
36456 \begin_inset Newline newline
36457 \end_inset
36458
36459 This is the result:
36460 \end_layout
36461
36462 \begin_layout Standard
36463 This is a line where the word 
36464 \begin_inset ERT
36465 status collapsed
36466
36467 \begin_layout Plain Layout
36468
36469
36470 \backslash
36471 colorbox{darkgreen}{
36472 \end_layout
36473
36474 \end_inset
36475
36476
36477 \begin_inset Quotes eld
36478 \end_inset
36479
36480 Attention!
36481 \begin_inset Quotes erd
36482 \end_inset
36483
36484
36485 \begin_inset ERT
36486 status collapsed
36487
36488 \begin_layout Plain Layout
36489
36490 }
36491 \end_layout
36492
36493 \end_inset
36494
36495  has a darkgreen background.
36496 \end_layout
36497
36498 \begin_layout Standard
36499 Framed, colored boxes are created with the command 
36500 \series bold
36501
36502 \backslash
36503 fcolorbox
36504 \series default
36505 .
36506  It has the following scheme:
36507 \end_layout
36508
36509 \begin_layout Standard
36510
36511 \series bold
36512
36513 \backslash
36514 fcolorbox{frame color}{box color}{box content}
36515 \end_layout
36516
36517 \begin_layout Section
36518 Rotated and Scaled Boxes
36519 \end_layout
36520
36521 \begin_layout Standard
36522 To use the boxes described in this section, the module 
36523 \family sans
36524 GraphicBoxes
36525 \family default
36526  must be loaded in the document settings.
36527 \end_layout
36528
36529 \begin_layout Standard
36530 \begin_inset Note Greyedout
36531 status open
36532
36533 \begin_layout Plain Layout
36534
36535 \series bold
36536 Note:
36537 \series default
36538  Not all DVI viewers are able to display rotated or scaled material.
36539 \end_layout
36540
36541 \end_inset
36542
36543
36544 \end_layout
36545
36546 \begin_layout Standard
36547 \begin_inset Note Greyedout
36548 status open
36549
36550 \begin_layout Plain Layout
36551
36552 \series bold
36553 Note:
36554 \series default
36555  Floats are not allowed inside a rotated or scaled box.
36556 \end_layout
36557
36558 \end_inset
36559
36560
36561 \end_layout
36562
36563 \begin_layout Subsection
36564 Rotated Boxes
36565 \begin_inset Index idx
36566 status collapsed
36567
36568 \begin_layout Plain Layout
36569 Boxes ! rotated
36570 \end_layout
36571
36572 \end_inset
36573
36574
36575 \begin_inset Index idx
36576 status collapsed
36577
36578 \begin_layout Plain Layout
36579 Rotated Material
36580 \end_layout
36581
36582 \end_inset
36583
36584
36585 \end_layout
36586
36587 \begin_layout Standard
36588 To rotate material, you can put it into a 
36589 \family sans
36590 Rotatebox
36591 \family default
36592 .
36593  Such a box is inserted via the menu 
36594 \family sans
36595 Insert\SpecialChar menuseparator
36596 Custom Insets\SpecialChar menuseparator
36597 Rotatebox
36598 \family default
36599 .
36600 \end_layout
36601
36602 \begin_layout Standard
36603 The rotation origin can be specified via the inset 
36604 \family sans
36605 Origin
36606 \family default
36607  (menu 
36608 \family sans
36609 Insert\SpecialChar menuseparator
36610 Origin
36611 \family default
36612 ) in the form 
36613 \series bold
36614 origin=position
36615 \series default
36616 .
36617  The following positions are possible: 
36618 \emph on
36619 c
36620 \emph default
36621  (center), 
36622 \emph on
36623 l
36624 \emph default
36625  (left), 
36626 \emph on
36627 r
36628 \emph default
36629  (right), 
36630 \emph on
36631 b
36632 \emph default
36633  (bottom), 
36634 \emph on
36635 t
36636 \emph default
36637  (top), along with meaningful combinations of the four base positions.
36638  For example 
36639 \emph on
36640 lt
36641 \emph default
36642  means that the rotation origin is at the top left corner of the box.
36643  When no rotation origin is specified, the position 
36644 \emph on
36645 l
36646 \emph default
36647  will be used.
36648  The rotation angle is a number that can be negative that specifies the
36649  angle in degrees.
36650  The rotation direction is counterclockwise.
36651 \end_layout
36652
36653 \begin_layout Standard
36654 In the following example 
36655 \series bold
36656 origin=c
36657 \series default
36658  was inserted to the 
36659 \family sans
36660 Origin
36661 \family default
36662  inset and 
36663 \series bold
36664 60
36665 \series default
36666  was inserted to the 
36667 \family sans
36668 Angle
36669 \family default
36670  inset.
36671 \end_layout
36672
36673 \begin_layout Standard
36674 This is a line 
36675 \begin_inset Flex Rotatebox
36676 status open
36677
36678 \begin_layout Plain Layout
36679 \begin_inset Argument 1
36680 status open
36681
36682 \begin_layout Plain Layout
36683 origin=c
36684 \end_layout
36685
36686 \end_inset
36687
36688
36689 \begin_inset Argument 2
36690 status open
36691
36692 \begin_layout Plain Layout
36693 60
36694 \end_layout
36695
36696 \end_inset
36697
36698 with rotated
36699 \end_layout
36700
36701 \end_inset
36702
36703  text.
36704 \end_layout
36705
36706 \begin_layout Standard
36707 The box content can also be another box or an inline formula:
36708 \end_layout
36709
36710 \begin_layout Standard
36711 This is a line 
36712 \begin_inset Flex Rotatebox
36713 status open
36714
36715 \begin_layout Plain Layout
36716 \begin_inset Argument 1
36717 status open
36718
36719 \begin_layout Plain Layout
36720 origin=r
36721 \end_layout
36722
36723 \end_inset
36724
36725
36726 \begin_inset Argument 2
36727 status open
36728
36729 \begin_layout Plain Layout
36730 -60
36731 \end_layout
36732
36733 \end_inset
36734
36735
36736 \begin_inset Box Doublebox
36737 position "c"
36738 hor_pos "c"
36739 has_inner_box 0
36740 inner_pos "c"
36741 use_parbox 0
36742 use_makebox 0
36743 width "1in"
36744 special "width"
36745 height "1in"
36746 height_special "totalheight"
36747 thickness "0.4pt"
36748 separation "3pt"
36749 shadowsize "4pt"
36750 framecolor "black"
36751 backgroundcolor "none"
36752 status collapsed
36753
36754 \begin_layout Plain Layout
36755 with rotated
36756 \end_layout
36757
36758 \end_inset
36759
36760
36761 \end_layout
36762
36763 \end_inset
36764
36765  framed text 
36766 \begin_inset Flex Rotatebox
36767 status open
36768
36769 \begin_layout Plain Layout
36770 \begin_inset Argument 1
36771 status open
36772
36773 \begin_layout Plain Layout
36774 origin=lb
36775 \end_layout
36776
36777 \end_inset
36778
36779
36780 \begin_inset Argument 2
36781 status open
36782
36783 \begin_layout Plain Layout
36784 60
36785 \end_layout
36786
36787 \end_inset
36788
36789
36790 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36791 \end_inset
36792
36793
36794 \end_layout
36795
36796 \end_inset
36797
36798  and a formula.
36799 \end_layout
36800
36801 \begin_layout Standard
36802 or an image or table:
36803 \end_layout
36804
36805 \begin_layout Standard
36806 This is a line 
36807 \begin_inset Flex Rotatebox
36808 status open
36809
36810 \begin_layout Plain Layout
36811 \begin_inset Argument 1
36812 status open
36813
36814 \begin_layout Plain Layout
36815 origin=lb
36816 \end_layout
36817
36818 \end_inset
36819
36820
36821 \begin_inset Argument 2
36822 status open
36823
36824 \begin_layout Plain Layout
36825 90
36826 \end_layout
36827
36828 \end_inset
36829
36830
36831 \begin_inset Graphics
36832         filename clipart/Star-structure.pdf
36833         lyxscale 50
36834         width 25col%
36835
36836 \end_inset
36837
36838
36839 \end_layout
36840
36841 \end_inset
36842
36843  with a rotated image 
36844 \begin_inset Flex Rotatebox
36845 status open
36846
36847 \begin_layout Plain Layout
36848 \begin_inset Argument 2
36849 status open
36850
36851 \begin_layout Plain Layout
36852 -90
36853 \end_layout
36854
36855 \end_inset
36856
36857
36858 \begin_inset Tabular
36859 <lyxtabular version="3" rows="2" columns="2">
36860 <features tabularvalignment="middle">
36861 <column alignment="center" valignment="top">
36862 <column alignment="center" valignment="top">
36863 <row>
36864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36865 \begin_inset Text
36866
36867 \begin_layout Plain Layout
36868 q
36869 \end_layout
36870
36871 \end_inset
36872 </cell>
36873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36874 \begin_inset Text
36875
36876 \begin_layout Plain Layout
36877 w
36878 \end_layout
36879
36880 \end_inset
36881 </cell>
36882 </row>
36883 <row>
36884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36885 \begin_inset Text
36886
36887 \begin_layout Plain Layout
36888 e
36889 \end_layout
36890
36891 \end_inset
36892 </cell>
36893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36894 \begin_inset Text
36895
36896 \begin_layout Plain Layout
36897 r
36898 \end_layout
36899
36900 \end_inset
36901 </cell>
36902 </row>
36903 </lyxtabular>
36904
36905 \end_inset
36906
36907
36908 \end_layout
36909
36910 \end_inset
36911
36912  and table.
36913 \begin_inset Index idx
36914 status collapsed
36915
36916 \begin_layout Plain Layout
36917 Figures ! rotated
36918 \end_layout
36919
36920 \end_inset
36921
36922
36923 \begin_inset Index idx
36924 status collapsed
36925
36926 \begin_layout Plain Layout
36927 Table Customization ! Rotating
36928 \end_layout
36929
36930 \end_inset
36931
36932
36933 \end_layout
36934
36935 \begin_layout Standard
36936 \begin_inset Note Greyedout
36937 status open
36938
36939 \begin_layout Plain Layout
36940
36941 \series bold
36942 Note:
36943 \series default
36944  If the 
36945 \family sans
36946 Angle
36947 \family default
36948  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36949
36950  errors when viewing/exporting the document.
36951 \end_layout
36952
36953 \end_inset
36954
36955
36956 \end_layout
36957
36958 \begin_layout Subsection
36959 Scaled Boxes
36960 \begin_inset Index idx
36961 status collapsed
36962
36963 \begin_layout Plain Layout
36964 Boxes ! scaled
36965 \end_layout
36966
36967 \end_inset
36968
36969
36970 \begin_inset Index idx
36971 status collapsed
36972
36973 \begin_layout Plain Layout
36974 Scaled Material
36975 \end_layout
36976
36977 \end_inset
36978
36979
36980 \end_layout
36981
36982 \begin_layout Standard
36983 To scale material put it into a 
36984 \family sans
36985 Scalebox
36986 \family default
36987 .
36988  Such a box is inserted via the menu 
36989 \family sans
36990 Insert\SpecialChar menuseparator
36991 Custom Insets\SpecialChar menuseparator
36992 Scalebox
36993 \family default
36994 .
36995 \end_layout
36996
36997 \begin_layout Standard
36998 The 
36999 \family sans
37000 Scalebox
37001 \family default
37002  inset has the mandatory inset 
37003 \family sans
37004 H-Factor
37005 \family default
37006  and the optional inset 
37007 \family sans
37008 V-Factor
37009 \family default
37010  (inserted via the menu 
37011 \family sans
37012 Insert\SpecialChar menuseparator
37013 V-Factor)
37014 \family default
37015 .
37016  Input there the horizontal and vertical scale factor, respectively.
37017  If no 
37018 \family sans
37019 V-Factor
37020 \family default
37021  inset is used, the horizontal factor will also be used as the vertical
37022  one.
37023 \end_layout
37024
37025 \begin_layout Standard
37026 To get for example the double text size, compared to the document text size,
37027  insert 
37028 \series bold
37029 2
37030 \series default
37031  into the 
37032 \family sans
37033 H-Factor
37034 \family default
37035  inset.
37036  An example: 
37037 \begin_inset Flex Scalebox
37038 status open
37039
37040 \begin_layout Plain Layout
37041 \begin_inset Argument 1
37042 status open
37043
37044 \begin_layout Plain Layout
37045 2
37046 \end_layout
37047
37048 \end_inset
37049
37050 Hello
37051 \end_layout
37052
37053 \end_inset
37054
37055
37056 \end_layout
37057
37058 \begin_layout Standard
37059
37060 \series bold
37061 2
37062 \series default
37063  as 
37064 \family sans
37065 H-Factor
37066 \family default
37067  and 
37068 \series bold
37069 1
37070 \series default
37071  as 
37072 \family sans
37073 V-Factor
37074 \family default
37075  distorts the 
37076 \begin_inset Flex Scalebox
37077 status open
37078
37079 \begin_layout Plain Layout
37080 \begin_inset Argument 1
37081 status open
37082
37083 \begin_layout Plain Layout
37084 2
37085 \end_layout
37086
37087 \end_inset
37088
37089
37090 \begin_inset Argument 2
37091 status open
37092
37093 \begin_layout Plain Layout
37094 1
37095 \end_layout
37096
37097 \end_inset
37098
37099 Hello
37100 \end_layout
37101
37102 \end_inset
37103
37104 .
37105 \end_layout
37106
37107 \begin_layout Standard
37108 If the scaling factor is negative, the box content will be mirrored.
37109  Therefore 
37110 \series bold
37111 -1
37112 \series default
37113  as 
37114 \family sans
37115 H-Factor
37116 \family default
37117  and 
37118 \series bold
37119 1
37120 \series default
37121  as 
37122 \family sans
37123 V-Factor
37124 \family default
37125  can be used to create mirror writing: 
37126 \begin_inset Flex Scalebox
37127 status open
37128
37129 \begin_layout Plain Layout
37130 \begin_inset Argument 1
37131 status open
37132
37133 \begin_layout Plain Layout
37134 -1
37135 \end_layout
37136
37137 \end_inset
37138
37139
37140 \begin_inset Argument 2
37141 status open
37142
37143 \begin_layout Plain Layout
37144 1
37145 \end_layout
37146
37147 \end_inset
37148
37149 Hello
37150 \end_layout
37151
37152 \end_inset
37153
37154
37155 \end_layout
37156
37157 \begin_layout Standard
37158
37159 \series bold
37160 1
37161 \series default
37162  as 
37163 \family sans
37164 H-Factor
37165 \family default
37166  and 
37167 \series bold
37168 -1
37169 \series default
37170  as 
37171 \family sans
37172 V-Factor
37173 \family default
37174  reflects the 
37175 \begin_inset Flex Scalebox
37176 status open
37177
37178 \begin_layout Plain Layout
37179 \begin_inset Argument 1
37180 status open
37181
37182 \begin_layout Plain Layout
37183 1
37184 \end_layout
37185
37186 \end_inset
37187
37188
37189 \begin_inset Argument 2
37190 status open
37191
37192 \begin_layout Plain Layout
37193 -1
37194 \end_layout
37195
37196 \end_inset
37197
37198 Hello
37199 \end_layout
37200
37201 \end_inset
37202
37203  at the base line.
37204 \end_layout
37205
37206 \begin_layout Standard
37207 The 
37208 \family sans
37209 Reflectbox
37210 \family default
37211  (menu 
37212 \family sans
37213 Insert\SpecialChar menuseparator
37214 Custom Insets\SpecialChar menuseparator
37215 Reflectbox
37216 \family default
37217 ) is equivalent to 
37218 \series bold
37219 -1
37220 \series default
37221  as 
37222 \family sans
37223 H-Factor
37224 \family default
37225  and 
37226 \series bold
37227 1
37228 \series default
37229  as 
37230 \family sans
37231 V-Factor 
37232 \family default
37233 for a 
37234 \family sans
37235 Scalebox
37236 \family default
37237 .
37238 \end_layout
37239
37240 \begin_layout Standard
37241 \begin_inset Note Greyedout
37242 status open
37243
37244 \begin_layout Plain Layout
37245
37246 \series bold
37247 Note:
37248 \series default
37249  If the 
37250 \family sans
37251 H-Factor
37252 \family default
37253  inset is empty or contains other characters than numbers you will get LaTeX
37254  errors when viewing/exporting the document.
37255 \end_layout
37256
37257 \end_inset
37258
37259
37260 \end_layout
37261
37262 \begin_layout Standard
37263 \begin_inset VSpace bigskip
37264 \end_inset
37265
37266 The 
37267 \family sans
37268 Resizebox
37269 \family default
37270  (menu 
37271 \family sans
37272 Insert\SpecialChar menuseparator
37273 Custom Insets\SpecialChar menuseparator
37274 Resizebox
37275 \family default
37276 ) is used to scale the content to a defined width and height.
37277  The 
37278 \family sans
37279 Resizebox
37280 \family default
37281  inset has the mandatory inset 
37282 \family sans
37283 Width
37284 \family default
37285  and the optional inset 
37286 \family sans
37287 Height
37288 \family default
37289  (inserted via the menu 
37290 \family sans
37291 Insert\SpecialChar menuseparator
37292 Height)
37293 \family default
37294 .
37295  Input there the width and height, respectively, as value with a unit.
37296  
37297 \begin_inset CommandInset ref
37298 LatexCommand ref
37299 reference "tab:Units"
37300
37301 \end_inset
37302
37303  lists the possible units.
37304  If there is an exclamation mark 
37305 \series bold
37306 !
37307 \series default
37308  in of of the two insets, the size is set so that the aspect ratio of the
37309  box content is kept.
37310  If no 
37311 \family sans
37312 Height
37313 \family default
37314  inset is used an exclamation mark will internally be used for the height.
37315 \end_layout
37316
37317 \begin_layout Standard
37318
37319 \series bold
37320 2cm
37321 \series default
37322  as 
37323 \family sans
37324 Width
37325 \family default
37326  and 
37327 \series bold
37328 1cm
37329 \series default
37330  as 
37331 \family sans
37332 Height
37333 \family default
37334  produces: 
37335 \begin_inset Flex Resizebox
37336 status open
37337
37338 \begin_layout Plain Layout
37339 \begin_inset Argument 1
37340 status open
37341
37342 \begin_layout Plain Layout
37343 2cm
37344 \end_layout
37345
37346 \end_inset
37347
37348
37349 \begin_inset Argument 2
37350 status open
37351
37352 \begin_layout Plain Layout
37353 1cm
37354 \end_layout
37355
37356 \end_inset
37357
37358 Hello
37359 \end_layout
37360
37361 \end_inset
37362
37363
37364 \begin_inset Newline newline
37365 \end_inset
37366
37367
37368 \series bold
37369 2cm
37370 \series default
37371  as 
37372 \family sans
37373 Width
37374 \family default
37375  and 
37376 \series bold
37377 !
37378 \series default
37379  as 
37380 \family sans
37381 Height
37382 \family default
37383  (or no 
37384 \family sans
37385 Height
37386 \family default
37387 ) produces: 
37388 \begin_inset Flex Resizebox
37389 status open
37390
37391 \begin_layout Plain Layout
37392 \begin_inset Argument 1
37393 status open
37394
37395 \begin_layout Plain Layout
37396 2cm
37397 \end_layout
37398
37399 \end_inset
37400
37401
37402 \begin_inset Argument 2
37403 status open
37404
37405 \begin_layout Plain Layout
37406 !
37407 \end_layout
37408
37409 \end_inset
37410
37411 Hello
37412 \end_layout
37413
37414 \end_inset
37415
37416
37417 \end_layout
37418
37419 \begin_layout Standard
37420 \begin_inset Note Greyedout
37421 status open
37422
37423 \begin_layout Plain Layout
37424
37425 \series bold
37426 Note:
37427 \series default
37428  If the 
37429 \family sans
37430 Width
37431 \family default
37432  inset is empty or contains an invalid unit you will get LaTeX errors when
37433  viewing/exporting the document.
37434 \end_layout
37435
37436 \end_inset
37437
37438
37439 \end_layout
37440
37441 \begin_layout Standard
37442 \begin_inset VSpace bigskip
37443 \end_inset
37444
37445
37446 \end_layout
37447
37448 \begin_layout Standard
37449 The boxes can be combined in any order.
37450  As example a 
37451 \family sans
37452 Reflectbox
37453 \family default
37454  inside a 
37455 \family sans
37456 Resizebox
37457 \family default
37458  which is in turn inside a 
37459 \family sans
37460 Rotatebox
37461 \family default
37462 :
37463 \end_layout
37464
37465 \begin_layout Standard
37466 \noindent
37467 \align center
37468 \begin_inset Flex Rotatebox
37469 status open
37470
37471 \begin_layout Plain Layout
37472 \begin_inset Argument 1
37473 status open
37474
37475 \begin_layout Plain Layout
37476 origin=c
37477 \end_layout
37478
37479 \end_inset
37480
37481
37482 \begin_inset Argument 2
37483 status open
37484
37485 \begin_layout Plain Layout
37486 -45
37487 \end_layout
37488
37489 \end_inset
37490
37491
37492 \begin_inset Flex Resizebox
37493 status open
37494
37495 \begin_layout Plain Layout
37496 \begin_inset Argument 1
37497 status open
37498
37499 \begin_layout Plain Layout
37500 2cm
37501 \end_layout
37502
37503 \end_inset
37504
37505
37506 \begin_inset Flex Reflectbox
37507 status open
37508
37509 \begin_layout Plain Layout
37510 Hello
37511 \end_layout
37512
37513 \end_inset
37514
37515
37516 \end_layout
37517
37518 \end_inset
37519
37520
37521 \end_layout
37522
37523 \end_inset
37524
37525
37526 \end_layout
37527
37528 \begin_layout Standard
37529 \noindent
37530 Images, tables, and inline formulas are allowed as box content:
37531 \end_layout
37532
37533 \begin_layout Standard
37534 \noindent
37535 \align center
37536 \begin_inset Flex Resizebox
37537 status open
37538
37539 \begin_layout Plain Layout
37540 \begin_inset Argument 1
37541 status open
37542
37543 \begin_layout Plain Layout
37544 2cm
37545 \end_layout
37546
37547 \end_inset
37548
37549
37550 \begin_inset Flex Reflectbox
37551 status open
37552
37553 \begin_layout Plain Layout
37554 \begin_inset Graphics
37555         filename clipart/Star-structure.pdf
37556         lyxscale 50
37557         width 25col%
37558
37559 \end_inset
37560
37561
37562 \end_layout
37563
37564 \end_inset
37565
37566
37567 \end_layout
37568
37569 \end_inset
37570
37571  
37572 \begin_inset Flex Resizebox
37573 status open
37574
37575 \begin_layout Plain Layout
37576 \begin_inset Argument 1
37577 status open
37578
37579 \begin_layout Plain Layout
37580 2cm
37581 \end_layout
37582
37583 \end_inset
37584
37585
37586 \begin_inset Flex Reflectbox
37587 status open
37588
37589 \begin_layout Plain Layout
37590 \begin_inset Tabular
37591 <lyxtabular version="3" rows="2" columns="2">
37592 <features tabularvalignment="middle">
37593 <column alignment="center" valignment="top">
37594 <column alignment="center" valignment="top">
37595 <row>
37596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600 q
37601 \end_layout
37602
37603 \end_inset
37604 </cell>
37605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37606 \begin_inset Text
37607
37608 \begin_layout Plain Layout
37609 w
37610 \end_layout
37611
37612 \end_inset
37613 </cell>
37614 </row>
37615 <row>
37616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37617 \begin_inset Text
37618
37619 \begin_layout Plain Layout
37620 e
37621 \end_layout
37622
37623 \end_inset
37624 </cell>
37625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37626 \begin_inset Text
37627
37628 \begin_layout Plain Layout
37629 r
37630 \end_layout
37631
37632 \end_inset
37633 </cell>
37634 </row>
37635 </lyxtabular>
37636
37637 \end_inset
37638
37639
37640 \end_layout
37641
37642 \end_inset
37643
37644
37645 \end_layout
37646
37647 \end_inset
37648
37649  
37650 \begin_inset Flex Resizebox
37651 status open
37652
37653 \begin_layout Plain Layout
37654 \begin_inset Argument 1
37655 status open
37656
37657 \begin_layout Plain Layout
37658 3cm
37659 \end_layout
37660
37661 \end_inset
37662
37663
37664 \begin_inset Flex Reflectbox
37665 status open
37666
37667 \begin_layout Plain Layout
37668 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37669 \end_inset
37670
37671
37672 \end_layout
37673
37674 \end_inset
37675
37676
37677 \end_layout
37678
37679 \end_inset
37680
37681
37682 \begin_inset Index idx
37683 status collapsed
37684
37685 \begin_layout Plain Layout
37686 Figures ! scaled
37687 \end_layout
37688
37689 \end_inset
37690
37691
37692 \begin_inset Index idx
37693 status collapsed
37694
37695 \begin_layout Plain Layout
37696 Table Customization ! Scaling
37697 \end_layout
37698
37699 \end_inset
37700
37701
37702 \end_layout
37703
37704 \begin_layout Standard
37705 When the global formula style 
37706 \series bold
37707 fleqn
37708 \series default
37709  is used in the document
37710 \begin_inset Foot
37711 status collapsed
37712
37713 \begin_layout Plain Layout
37714 When 
37715 \begin_inset Quotes eld
37716 \end_inset
37717
37718 fleqn
37719 \begin_inset Quotes erd
37720 \end_inset
37721
37722  is added to the document class options.
37723 \end_layout
37724
37725 \end_inset
37726
37727 , display style formulas can also be scaled.
37728 \end_layout
37729
37730 \begin_layout Chapter
37731 Objects Surrounded by Text
37732 \begin_inset Index idx
37733 status collapsed
37734
37735 \begin_layout Plain Layout
37736 Surrounded by text
37737 \end_layout
37738
37739 \end_inset
37740
37741
37742 \end_layout
37743
37744 \begin_layout Section
37745 Wrap Floats
37746 \begin_inset CommandInset label
37747 LatexCommand label
37748 name "sec:Wrap-Floats"
37749
37750 \end_inset
37751
37752
37753 \begin_inset Index idx
37754 status collapsed
37755
37756 \begin_layout Plain Layout
37757 Floats ! Wrap Floats
37758 \end_layout
37759
37760 \end_inset
37761
37762
37763 \begin_inset Index idx
37764 status collapsed
37765
37766 \begin_layout Plain Layout
37767 Surrounded by text ! Wrap Floats
37768 \end_layout
37769
37770 \end_inset
37771
37772
37773 \end_layout
37774
37775 \begin_layout Standard
37776 \begin_inset Wrap figure
37777 lines 0
37778 placement l
37779 overhang 1cm
37780 width "40col%"
37781 status open
37782
37783 \begin_layout Plain Layout
37784 \begin_inset Graphics
37785         filename clipart/2D-intensity-plot.pdf
37786         width 40col%
37787         scaleBeforeRotation
37788         rotateOrigin center
37789
37790 \end_inset
37791
37792
37793 \end_layout
37794
37795 \begin_layout Plain Layout
37796 \begin_inset Caption Standard
37797
37798 \begin_layout Plain Layout
37799 \begin_inset CommandInset label
37800 LatexCommand label
37801 name "fig:This-is-a"
37802
37803 \end_inset
37804
37805 This is a figure wrap float.
37806 \end_layout
37807
37808 \end_inset
37809
37810
37811 \end_layout
37812
37813 \end_inset
37814
37815  This float type is used if you want to wrap text around a figure or table
37816  so that it only occupies some fraction of the column width.
37817  It can be inserted using the menu 
37818 \family sans
37819 Insert\SpecialChar menuseparator
37820 Floats\SpecialChar menuseparator
37821 Figure
37822 \begin_inset space ~
37823 \end_inset
37824
37825 Wrap
37826 \begin_inset space ~
37827 \end_inset
37828
37829 Float
37830 \family default
37831  or 
37832 \family sans
37833 Table
37834 \begin_inset space ~
37835 \end_inset
37836
37837 Wrap
37838 \begin_inset space ~
37839 \end_inset
37840
37841 Float
37842 \family default
37843  if the \SpecialChar LaTeX
37844 -package 
37845 \series bold
37846 wrapfig
37847 \series default
37848
37849 \begin_inset Index idx
37850 status collapsed
37851
37852 \begin_layout Plain Layout
37853 \SpecialChar LaTeX
37854 -packages ! wrapfig
37855 \end_layout
37856
37857 \end_inset
37858
37859  is installed.
37860 \begin_inset Foot
37861 status collapsed
37862
37863 \begin_layout Plain Layout
37864 Installing a \SpecialChar LaTeX
37865 -package is explained it in the 
37866 \emph on
37867 \SpecialChar LaTeX
37868
37869 \begin_inset space ~
37870 \end_inset
37871
37872 Configuration
37873 \emph default
37874  manual.
37875 \end_layout
37876
37877 \end_inset
37878
37879  The settings of the float can be modified by right-clicking on the float
37880  box.
37881  The mandatory settings are the float 
37882 \family sans
37883 Placement
37884 \family default
37885  and its 
37886 \family sans
37887 Width
37888 \family default
37889 .
37890  Optional are the 
37891 \family sans
37892 Overhang
37893 \family default
37894  that specifies how much the float is set into the paragraph
37895 \begin_inset space \thinspace{}
37896 \end_inset
37897
37898 /
37899 \begin_inset space \thinspace{}
37900 \end_inset
37901
37902 page margin, and the 
37903 \family sans
37904 Line
37905 \begin_inset space ~
37906 \end_inset
37907
37908 span
37909 \family default
37910  that specifies how many text lines the float will approximately need.
37911  The line span is often hard to approximate; so it is better only to use
37912  it when you encounter float placement problems.
37913  You can furthermore decide if \SpecialChar LaTeX
37914  is allowed to let the float float within
37915  the paragraph or to surrounding paragraphs.
37916  Figure
37917 \begin_inset space ~
37918 \end_inset
37919
37920
37921 \begin_inset CommandInset ref
37922 LatexCommand ref
37923 reference "fig:This-is-a"
37924
37925 \end_inset
37926
37927  is an example text wrap float with a width of 40
37928 \begin_inset space \thinspace{}
37929 \end_inset
37930
37931 col%, 1
37932 \begin_inset space \thinspace{}
37933 \end_inset
37934
37935 cm overhang, set to the left.
37936 \end_layout
37937
37938 \begin_layout Standard
37939 \begin_inset Note Greyedout
37940 status open
37941
37942 \begin_layout Plain Layout
37943
37944 \series bold
37945 Note:
37946 \series default
37947  Text
37948 \begin_inset space ~
37949 \end_inset
37950
37951 wrap float floats are fragile! E.
37952 \begin_inset space \thinspace{}
37953 \end_inset
37954
37955 g.
37956 \begin_inset space \space{}
37957 \end_inset
37958
37959 having a figure too close to the bottom of the page can mess things up in
37960  such a way that the float does not appear in the output or that it is placed
37961  over some other text.
37962 \end_layout
37963
37964 \end_inset
37965
37966
37967 \end_layout
37968
37969 \begin_layout Standard
37970 In general, the following applies for wrap floats:
37971 \end_layout
37972
37973 \begin_layout Itemize
37974 They should not be placed in paragraphs that run over a page break.
37975  That means that wrap floats are better inserted in their exact place when
37976  the document is almost finished and you are able to estimate where page
37977  breaks will appear.
37978 \end_layout
37979
37980 \begin_layout Itemize
37981 They should either be placed in their own paragraph before the paragraph
37982  where they should wrap into or within a paragraph.
37983 \end_layout
37984
37985 \begin_layout Itemize
37986 In consecutive paragraphs they may cause troubles, so ensure that there
37987  is a text paragraph between them as separator.
37988 \end_layout
37989
37990 \begin_layout Itemize
37991 They are not allowed in section headings or tables.
37992 \end_layout
37993
37994 \begin_layout Itemize
37995 Their numbering and referencing works as described in chap.
37996 \begin_inset space \thinspace{}
37997 \end_inset
37998
37999
38000 \begin_inset CommandInset ref
38001 LatexCommand ref
38002 reference "chap:Floats"
38003
38004 \end_inset
38005
38006 .
38007 \end_layout
38008
38009 \begin_layout Section
38010 Surrounded Fixed Objects
38011 \begin_inset Index idx
38012 status collapsed
38013
38014 \begin_layout Plain Layout
38015 Surrounded by text ! Fixed objects
38016 \end_layout
38017
38018 \end_inset
38019
38020
38021 \end_layout
38022
38023 \begin_layout Standard
38024 The wrap floats described in sec.
38025 \begin_inset space \thinspace{}
38026 \end_inset
38027
38028
38029 \begin_inset CommandInset ref
38030 LatexCommand ref
38031 reference "sec:Wrap-Floats"
38032
38033 \end_inset
38034
38035  have these positions in the paragraph:
38036 \end_layout
38037
38038 \begin_layout Standard
38039 \noindent
38040 \align center
38041 \begin_inset Tabular
38042 <lyxtabular version="3" rows="2" columns="2">
38043 <features tabularvalignment="middle">
38044 <column alignment="center" valignment="top">
38045 <column alignment="center" valignment="top">
38046 <row>
38047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38048 \begin_inset Text
38049
38050 \begin_layout Plain Layout
38051 \begin_inset Info
38052 type  "icon"
38053 arg   "dialog-show-new-inset graphics"
38054 \end_inset
38055
38056
38057 \end_layout
38058
38059 \end_inset
38060 </cell>
38061 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38062 \begin_inset Text
38063
38064 \begin_layout Plain Layout
38065 text
38066 \end_layout
38067
38068 \end_inset
38069 </cell>
38070 </row>
38071 <row>
38072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38073 \begin_inset Text
38074
38075 \begin_layout Plain Layout
38076 text
38077 \end_layout
38078
38079 \end_inset
38080 </cell>
38081 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38082 \begin_inset Text
38083
38084 \begin_layout Plain Layout
38085 text
38086 \end_layout
38087
38088 \end_inset
38089 </cell>
38090 </row>
38091 </lyxtabular>
38092
38093 \end_inset
38094
38095  or 
38096 \begin_inset Tabular
38097 <lyxtabular version="3" rows="2" columns="2">
38098 <features tabularvalignment="middle">
38099 <column alignment="center" valignment="top">
38100 <column alignment="center" valignment="top">
38101 <row>
38102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38103 \begin_inset Text
38104
38105 \begin_layout Plain Layout
38106 text
38107 \end_layout
38108
38109 \end_inset
38110 </cell>
38111 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38112 \begin_inset Text
38113
38114 \begin_layout Plain Layout
38115 \begin_inset Info
38116 type  "icon"
38117 arg   "dialog-show-new-inset graphics"
38118 \end_inset
38119
38120
38121 \end_layout
38122
38123 \end_inset
38124 </cell>
38125 </row>
38126 <row>
38127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38128 \begin_inset Text
38129
38130 \begin_layout Plain Layout
38131 text
38132 \end_layout
38133
38134 \end_inset
38135 </cell>
38136 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38137 \begin_inset Text
38138
38139 \begin_layout Plain Layout
38140 text
38141 \end_layout
38142
38143 \end_inset
38144 </cell>
38145 </row>
38146 </lyxtabular>
38147
38148 \end_inset
38149
38150
38151 \end_layout
38152
38153 \begin_layout Standard
38154 To get an object exactly at the position where it is inserted, for example
38155  to get one of these positions:
38156 \begin_inset VSpace defskip
38157 \end_inset
38158
38159
38160 \end_layout
38161
38162 \begin_layout Standard
38163 \noindent
38164 \align center
38165 \begin_inset Tabular
38166 <lyxtabular version="3" rows="2" columns="2">
38167 <features tabularvalignment="middle">
38168 <column alignment="center" valignment="top">
38169 <column alignment="center" valignment="top">
38170 <row>
38171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38172 \begin_inset Text
38173
38174 \begin_layout Plain Layout
38175 text
38176 \end_layout
38177
38178 \end_inset
38179 </cell>
38180 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38181 \begin_inset Text
38182
38183 \begin_layout Plain Layout
38184 text
38185 \end_layout
38186
38187 \end_inset
38188 </cell>
38189 </row>
38190 <row>
38191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38192 \begin_inset Text
38193
38194 \begin_layout Plain Layout
38195 \begin_inset Info
38196 type  "icon"
38197 arg   "dialog-show-new-inset graphics"
38198 \end_inset
38199
38200
38201 \end_layout
38202
38203 \end_inset
38204 </cell>
38205 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38206 \begin_inset Text
38207
38208 \begin_layout Plain Layout
38209 text
38210 \end_layout
38211
38212 \end_inset
38213 </cell>
38214 </row>
38215 </lyxtabular>
38216
38217 \end_inset
38218
38219  
38220 \begin_inset Tabular
38221 <lyxtabular version="3" rows="2" columns="2">
38222 <features tabularvalignment="middle">
38223 <column alignment="center" valignment="top">
38224 <column alignment="center" valignment="top">
38225 <row>
38226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38227 \begin_inset Text
38228
38229 \begin_layout Plain Layout
38230 text
38231 \end_layout
38232
38233 \end_inset
38234 </cell>
38235 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38236 \begin_inset Text
38237
38238 \begin_layout Plain Layout
38239 text
38240 \end_layout
38241
38242 \end_inset
38243 </cell>
38244 </row>
38245 <row>
38246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38247 \begin_inset Text
38248
38249 \begin_layout Plain Layout
38250 text
38251 \end_layout
38252
38253 \end_inset
38254 </cell>
38255 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38256 \begin_inset Text
38257
38258 \begin_layout Plain Layout
38259 \begin_inset Info
38260 type  "icon"
38261 arg   "dialog-show-new-inset graphics"
38262 \end_inset
38263
38264
38265 \end_layout
38266
38267 \end_inset
38268 </cell>
38269 </row>
38270 </lyxtabular>
38271
38272 \end_inset
38273
38274  
38275 \begin_inset Tabular
38276 <lyxtabular version="3" rows="2" columns="3">
38277 <features tabularvalignment="middle">
38278 <column alignment="center" valignment="top">
38279 <column alignment="center" valignment="top">
38280 <column alignment="center" valignment="top">
38281 <row>
38282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38283 \begin_inset Text
38284
38285 \begin_layout Plain Layout
38286 text
38287 \end_layout
38288
38289 \end_inset
38290 </cell>
38291 <cell alignment="center" valignment="top" topline="true" usebox="none">
38292 \begin_inset Text
38293
38294 \begin_layout Plain Layout
38295 \begin_inset Info
38296 type  "icon"
38297 arg   "dialog-show-new-inset graphics"
38298 \end_inset
38299
38300
38301 \end_layout
38302
38303 \end_inset
38304 </cell>
38305 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38306 \begin_inset Text
38307
38308 \begin_layout Plain Layout
38309 text
38310 \end_layout
38311
38312 \end_inset
38313 </cell>
38314 </row>
38315 <row>
38316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38317 \begin_inset Text
38318
38319 \begin_layout Plain Layout
38320 text
38321 \end_layout
38322
38323 \end_inset
38324 </cell>
38325 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38326 \begin_inset Text
38327
38328 \begin_layout Plain Layout
38329 text
38330 \end_layout
38331
38332 \end_inset
38333 </cell>
38334 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38335 \begin_inset Text
38336
38337 \begin_layout Plain Layout
38338 text
38339 \end_layout
38340
38341 \end_inset
38342 </cell>
38343 </row>
38344 </lyxtabular>
38345
38346 \end_inset
38347
38348  
38349 \begin_inset Tabular
38350 <lyxtabular version="3" rows="2" columns="3">
38351 <features tabularvalignment="middle">
38352 <column alignment="center" valignment="top">
38353 <column alignment="center" valignment="top">
38354 <column alignment="center" valignment="top">
38355 <row>
38356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38357 \begin_inset Text
38358
38359 \begin_layout Plain Layout
38360 text
38361 \end_layout
38362
38363 \end_inset
38364 </cell>
38365 <cell alignment="center" valignment="top" topline="true" usebox="none">
38366 \begin_inset Text
38367
38368 \begin_layout Plain Layout
38369 text
38370 \end_layout
38371
38372 \end_inset
38373 </cell>
38374 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38375 \begin_inset Text
38376
38377 \begin_layout Plain Layout
38378 text
38379 \end_layout
38380
38381 \end_inset
38382 </cell>
38383 </row>
38384 <row>
38385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38386 \begin_inset Text
38387
38388 \begin_layout Plain Layout
38389 text
38390 \end_layout
38391
38392 \end_inset
38393 </cell>
38394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38395 \begin_inset Text
38396
38397 \begin_layout Plain Layout
38398 \begin_inset Info
38399 type  "icon"
38400 arg   "dialog-show-new-inset graphics"
38401 \end_inset
38402
38403
38404 \end_layout
38405
38406 \end_inset
38407 </cell>
38408 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38409 \begin_inset Text
38410
38411 \begin_layout Plain Layout
38412 text
38413 \end_layout
38414
38415 \end_inset
38416 </cell>
38417 </row>
38418 </lyxtabular>
38419
38420 \end_inset
38421
38422
38423 \end_layout
38424
38425 \begin_layout Standard
38426 \noindent
38427 \align center
38428 \begin_inset Tabular
38429 <lyxtabular version="3" rows="3" columns="2">
38430 <features tabularvalignment="middle">
38431 <column alignment="center" valignment="top">
38432 <column alignment="center" valignment="top">
38433 <row>
38434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38435 \begin_inset Text
38436
38437 \begin_layout Plain Layout
38438 text
38439 \end_layout
38440
38441 \end_inset
38442 </cell>
38443 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38444 \begin_inset Text
38445
38446 \begin_layout Plain Layout
38447 text
38448 \end_layout
38449
38450 \end_inset
38451 </cell>
38452 </row>
38453 <row>
38454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38455 \begin_inset Text
38456
38457 \begin_layout Plain Layout
38458 \begin_inset Info
38459 type  "icon"
38460 arg   "dialog-show-new-inset graphics"
38461 \end_inset
38462
38463
38464 \end_layout
38465
38466 \end_inset
38467 </cell>
38468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38469 \begin_inset Text
38470
38471 \begin_layout Plain Layout
38472 text
38473 \end_layout
38474
38475 \end_inset
38476 </cell>
38477 </row>
38478 <row>
38479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38480 \begin_inset Text
38481
38482 \begin_layout Plain Layout
38483 text
38484 \end_layout
38485
38486 \end_inset
38487 </cell>
38488 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38489 \begin_inset Text
38490
38491 \begin_layout Plain Layout
38492 text
38493 \end_layout
38494
38495 \end_inset
38496 </cell>
38497 </row>
38498 </lyxtabular>
38499
38500 \end_inset
38501
38502  
38503 \begin_inset Tabular
38504 <lyxtabular version="3" rows="3" columns="3">
38505 <features tabularvalignment="middle">
38506 <column alignment="center" valignment="top">
38507 <column alignment="center" valignment="top">
38508 <column alignment="center" valignment="top">
38509 <row>
38510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38511 \begin_inset Text
38512
38513 \begin_layout Plain Layout
38514 text
38515 \end_layout
38516
38517 \end_inset
38518 </cell>
38519 <cell alignment="center" valignment="top" topline="true" usebox="none">
38520 \begin_inset Text
38521
38522 \begin_layout Plain Layout
38523 text
38524 \end_layout
38525
38526 \end_inset
38527 </cell>
38528 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38529 \begin_inset Text
38530
38531 \begin_layout Plain Layout
38532 text
38533 \end_layout
38534
38535 \end_inset
38536 </cell>
38537 </row>
38538 <row>
38539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38540 \begin_inset Text
38541
38542 \begin_layout Plain Layout
38543 text
38544 \end_layout
38545
38546 \end_inset
38547 </cell>
38548 <cell alignment="center" valignment="top" usebox="none">
38549 \begin_inset Text
38550
38551 \begin_layout Plain Layout
38552 \begin_inset Info
38553 type  "icon"
38554 arg   "dialog-show-new-inset graphics"
38555 \end_inset
38556
38557
38558 \end_layout
38559
38560 \end_inset
38561 </cell>
38562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38563 \begin_inset Text
38564
38565 \begin_layout Plain Layout
38566 text
38567 \end_layout
38568
38569 \end_inset
38570 </cell>
38571 </row>
38572 <row>
38573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38574 \begin_inset Text
38575
38576 \begin_layout Plain Layout
38577 text
38578 \end_layout
38579
38580 \end_inset
38581 </cell>
38582 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38583 \begin_inset Text
38584
38585 \begin_layout Plain Layout
38586 text
38587 \end_layout
38588
38589 \end_inset
38590 </cell>
38591 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38592 \begin_inset Text
38593
38594 \begin_layout Plain Layout
38595 text
38596 \end_layout
38597
38598 \end_inset
38599 </cell>
38600 </row>
38601 </lyxtabular>
38602
38603 \end_inset
38604
38605  
38606 \begin_inset Tabular
38607 <lyxtabular version="3" rows="3" columns="2">
38608 <features tabularvalignment="middle">
38609 <column alignment="center" valignment="top">
38610 <column alignment="center" valignment="top">
38611 <row>
38612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38613 \begin_inset Text
38614
38615 \begin_layout Plain Layout
38616 text
38617 \end_layout
38618
38619 \end_inset
38620 </cell>
38621 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38622 \begin_inset Text
38623
38624 \begin_layout Plain Layout
38625 text
38626 \end_layout
38627
38628 \end_inset
38629 </cell>
38630 </row>
38631 <row>
38632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38633 \begin_inset Text
38634
38635 \begin_layout Plain Layout
38636 text
38637 \end_layout
38638
38639 \end_inset
38640 </cell>
38641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38642 \begin_inset Text
38643
38644 \begin_layout Plain Layout
38645 \begin_inset Info
38646 type  "icon"
38647 arg   "dialog-show-new-inset graphics"
38648 \end_inset
38649
38650
38651 \end_layout
38652
38653 \end_inset
38654 </cell>
38655 </row>
38656 <row>
38657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38658 \begin_inset Text
38659
38660 \begin_layout Plain Layout
38661 text
38662 \end_layout
38663
38664 \end_inset
38665 </cell>
38666 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38667 \begin_inset Text
38668
38669 \begin_layout Plain Layout
38670 text
38671 \end_layout
38672
38673 \end_inset
38674 </cell>
38675 </row>
38676 </lyxtabular>
38677
38678 \end_inset
38679
38680
38681 \end_layout
38682
38683 \begin_layout Standard
38684 \noindent
38685 you can use the \SpecialChar LaTeX
38686 -package 
38687 \series bold
38688 picinpar
38689 \series default
38690
38691 \begin_inset Index idx
38692 status collapsed
38693
38694 \begin_layout Plain Layout
38695 \SpecialChar LaTeX
38696 -packages ! picinpar
38697 \end_layout
38698
38699 \end_inset
38700
38701 .
38702  Here is an example:
38703 \end_layout
38704
38705 \begin_layout Standard
38706 \begin_inset ERT
38707 status collapsed
38708
38709 \begin_layout Plain Layout
38710
38711
38712 \backslash
38713 ifpicinpar
38714 \end_layout
38715
38716 \end_inset
38717
38718
38719 \begin_inset Note Note
38720 status open
38721
38722 \begin_layout Plain Layout
38723 The following section will only be displayed when the \SpecialChar LaTeX
38724 -package 
38725 \series bold
38726 picinpar
38727 \series default
38728  is installed.
38729 \end_layout
38730
38731 \end_inset
38732
38733
38734 \end_layout
38735
38736 \begin_layout Standard
38737 \begin_inset ERT
38738 status collapsed
38739
38740 \begin_layout Plain Layout
38741
38742
38743 \backslash
38744 begin{window}[2,c,{
38745 \end_layout
38746
38747 \end_inset
38748
38749
38750 \begin_inset Graphics
38751         filename clipart/2D-intensity-plot.pdf
38752         lyxscale 60
38753         width 40col%
38754         scaleBeforeRotation
38755         rotateOrigin center
38756
38757 \end_inset
38758
38759
38760 \begin_inset ERT
38761 status collapsed
38762
38763 \begin_layout Plain Layout
38764
38765 },]
38766 \end_layout
38767
38768 \begin_layout Plain Layout
38769
38770 {}
38771 \end_layout
38772
38773 \end_inset
38774
38775
38776 \size small
38777 It was in the spring of the year 1894 that all London was interested, and
38778  the fashionable world dismayed, by the murder of the Honourable Ronald
38779  Adair under most unusual and inexplicable circumstances.
38780  The public has already learned those particulars of the crime which
38781 \size default
38782
38783 \begin_inset ERT
38784 status collapsed
38785
38786 \begin_layout Plain Layout
38787
38788
38789 \backslash
38790 footnotemark{}
38791 \end_layout
38792
38793 \end_inset
38794
38795
38796 \size small
38797  came out in the police investigation, but a good deal was suppressed upon
38798  that occasion, since the case for the prosecution was so overwhelmingly
38799  strong that it was not necessary to bring forward all the facts.
38800  Only now, at the end of nearly ten years, am I allowed to supply those
38801  missing links which make up the whole of that remarkable chain.
38802 \size default
38803
38804 \begin_inset ERT
38805 status collapsed
38806
38807 \begin_layout Plain Layout
38808
38809
38810 \backslash
38811 end{window}
38812 \end_layout
38813
38814 \end_inset
38815
38816
38817 \end_layout
38818
38819 \begin_layout Standard
38820 \begin_inset ERT
38821 status collapsed
38822
38823 \begin_layout Plain Layout
38824
38825
38826 \backslash
38827 footnotetext{
38828 \end_layout
38829
38830 \end_inset
38831
38832 Footnote of the paragraph with the fixed object.
38833 \begin_inset ERT
38834 status collapsed
38835
38836 \begin_layout Plain Layout
38837
38838 }
38839 \end_layout
38840
38841 \end_inset
38842
38843
38844 \end_layout
38845
38846 \begin_layout Standard
38847 Surrounded fixed objects are used to let text float around them, at which
38848  the object's position in the paragraph can be determined by the number
38849  of lines above it.
38850  In contrary to floats is it not possible to have a numbered caption.
38851 \end_layout
38852
38853 \begin_layout Standard
38854 A fixed object is inserted by adding the command
38855 \end_layout
38856
38857 \begin_layout Standard
38858
38859 \series bold
38860
38861 \backslash
38862 begin{window}[2,c,{
38863 \end_layout
38864
38865 \begin_layout Standard
38866 as \SpecialChar TeX
38867  Code at the beginning of the paragraph.
38868  The first parameter in the bracket, here '2', defines the number of lines
38869  above the object, the second, here 'c', the position of the object.
38870  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
38871  Behind the command you insert the object.
38872  In this example an image with a width of 40
38873 \begin_inset space \thinspace{}
38874 \end_inset
38875
38876 % of the text column width was inserted.
38877  The object can also be a table, a box or an equation.
38878  Behind the object the command
38879 \end_layout
38880
38881 \begin_layout Standard
38882
38883 \series bold
38884 },description text]
38885 \begin_inset Newline newline
38886 \end_inset
38887
38888 {}
38889 \end_layout
38890
38891 \begin_layout Standard
38892 is inserted.
38893  Note that the 
38894 \begin_inset Quotes eld
38895 \end_inset
38896
38897
38898 \series bold
38899 {}
38900 \series default
38901
38902 \begin_inset Quotes erd
38903 \end_inset
38904
38905  is in the second line.
38906  The description text is optional.
38907  The text surrounding the object must be in the same paragraph as the object,
38908  so it must begin directly after the 
38909 \series bold
38910 {}
38911 \series default
38912 .
38913  At the end of the paragraph insert the command:
38914 \end_layout
38915
38916 \begin_layout Standard
38917
38918 \series bold
38919
38920 \backslash
38921 end{window}
38922 \end_layout
38923
38924 \begin_layout Standard
38925 Within a paragraph with a fixed object, you cannot insert footnotes in the
38926  normal way.
38927  You have to use instead the command 
38928 \series bold
38929
38930 \backslash
38931 footnotemark
38932 \series default
38933  inside the paragraph and outside the command 
38934 \series bold
38935
38936 \backslash
38937 footnotetext
38938 \series default
38939  as described in sec.
38940 \begin_inset space \thinspace{}
38941 \end_inset
38942
38943
38944 \begin_inset CommandInset ref
38945 LatexCommand ref
38946 reference "sec:Footnotes"
38947
38948 \end_inset
38949
38950 .
38951 \end_layout
38952
38953 \begin_layout Standard
38954 \begin_inset ERT
38955 status collapsed
38956
38957 \begin_layout Plain Layout
38958
38959
38960 \backslash
38961 else
38962 \end_layout
38963
38964 \end_inset
38965
38966
38967 \begin_inset Note Note
38968 status open
38969
38970 \begin_layout Plain Layout
38971 The following will be displayed when the \SpecialChar LaTeX
38972 -package 
38973 \series bold
38974 picinpar
38975 \series default
38976  is not installed:
38977 \end_layout
38978
38979 \end_inset
38980
38981
38982 \end_layout
38983
38984 \begin_layout Standard
38985 You need to install the \SpecialChar LaTeX
38986 -package 
38987 \series bold
38988 picinpar
38989 \series default
38990  to see the following part of this section in the output.
38991 \end_layout
38992
38993 \begin_layout Standard
38994 \begin_inset ERT
38995 status collapsed
38996
38997 \begin_layout Plain Layout
38998
38999
39000 \backslash
39001 fi
39002 \end_layout
39003
39004 \end_inset
39005
39006
39007 \end_layout
39008
39009 \begin_layout Section
39010 Initials
39011 \begin_inset Index idx
39012 status collapsed
39013
39014 \begin_layout Plain Layout
39015 Initials
39016 \end_layout
39017
39018 \end_inset
39019
39020
39021 \begin_inset Index idx
39022 status collapsed
39023
39024 \begin_layout Plain Layout
39025 Surrounded by text ! Initials
39026 \end_layout
39027
39028 \end_inset
39029
39030
39031 \end_layout
39032
39033 \begin_layout Standard
39034 To use initials, you must have the \SpecialChar LaTeX
39035 -package 
39036 \series bold
39037 lettrine
39038 \series default
39039
39040 \begin_inset Index idx
39041 status collapsed
39042
39043 \begin_layout Plain Layout
39044 \SpecialChar LaTeX
39045 -packages ! lettrine
39046 \end_layout
39047
39048 \end_inset
39049
39050  installed and use the module 
39051 \family sans
39052 Initials
39053 \family default
39054  in your document (menu 
39055 \family sans
39056 Document\SpecialChar menuseparator
39057 Settings\SpecialChar menuseparator
39058 Modules
39059 \family default
39060 ).
39061  To insert an initial, use the style 
39062 \family sans
39063 Initial
39064 \family default
39065 .
39066  This style has a mandatory and two optional arguments.
39067  The arguments are inserted via the 
39068 \family sans
39069 Insert
39070 \family default
39071  menu.
39072  The mandatory argument 
39073 \family sans
39074 Initial
39075 \family default
39076  contains the letter(s) that is the initial, the argument 
39077 \family sans
39078 Rest
39079 \begin_inset space ~
39080 \end_inset
39081
39082 of
39083 \begin_inset space ~
39084 \end_inset
39085
39086 Initial
39087 \family default
39088  contains the rest of the word or text of the initial letter(s).
39089  The argument 
39090 \family sans
39091 Options
39092 \family default
39093  contains parameters to modify the initial.
39094  For more information about the possible parameters see the documentation
39095  of 
39096 \series bold
39097 lettrine
39098 \series default
39099
39100 \begin_inset CommandInset citation
39101 LatexCommand cite
39102 key "lettrine"
39103 literal "true"
39104
39105 \end_inset
39106
39107 .
39108  The style itself contains the text that is surrounding the initial.
39109  The usual style is hereby that the word whose first letter is the initial,
39110  is printed with 
39111 \shape smallcaps
39112 small caps
39113 \shape default
39114 .
39115 \end_layout
39116
39117 \begin_layout Standard
39118 Here are some examples:
39119 \end_layout
39120
39121 \begin_layout Standard
39122 \begin_inset ERT
39123 status collapsed
39124
39125 \begin_layout Plain Layout
39126
39127
39128 \backslash
39129 iflettrine
39130 \end_layout
39131
39132 \end_inset
39133
39134
39135 \begin_inset Note Note
39136 status open
39137
39138 \begin_layout Plain Layout
39139 The following section will only be displayed when the \SpecialChar LaTeX
39140 -package 
39141 \series bold
39142 lettrine
39143 \series default
39144  is installed.
39145 \end_layout
39146
39147 \end_inset
39148
39149
39150 \end_layout
39151
39152 \begin_layout Enumerate
39153 No optional argument, the initial is the letter 'I' in the math font 
39154 \begin_inset Formula $\mathfrak{Fraktur}$
39155 \end_inset
39156
39157 :
39158 \end_layout
39159
39160 \begin_deeper
39161 \begin_layout Initial
39162 \begin_inset Argument 2
39163 status open
39164
39165 \begin_layout Plain Layout
39166 \begin_inset Formula $\mathfrak{I}$
39167 \end_inset
39168
39169
39170 \end_layout
39171
39172 \end_inset
39173
39174
39175 \begin_inset Argument 3
39176 status open
39177
39178 \begin_layout Plain Layout
39179 t
39180 \end_layout
39181
39182 \end_inset
39183
39184  was in the spring of the year 1894 that all London was interested, and
39185  the fashionable world dismayed, by the murder of the Honourable Ronald
39186  Adair under most unusual and inexplicable circumstances.
39187  The public has already learned those particulars of the crime which came
39188  out in the police investigation, but a good deal was suppressed upon that
39189  occasion, since the case for the prosecution was so overwhelmingly strong
39190  that it was not necessary to bring forward all the facts.
39191 \begin_inset Newpage newpage
39192 \end_inset
39193
39194
39195 \end_layout
39196
39197 \end_deeper
39198 \begin_layout Enumerate
39199 Only one line is surrounding the initial, which is formed by two letters
39200  in standard font and no text is printed in small caps:
39201 \end_layout
39202
39203 \begin_deeper
39204 \begin_layout Initial
39205 \begin_inset Argument 1
39206 status open
39207
39208 \begin_layout Plain Layout
39209 lines=1
39210 \end_layout
39211
39212 \end_inset
39213
39214
39215 \begin_inset Argument 2
39216 status open
39217
39218 \begin_layout Plain Layout
39219 It
39220 \end_layout
39221
39222 \end_inset
39223
39224  was in the spring of the year 1894 that all London was interested, and
39225  the fashionable world dismayed, by the murder of the Honourable Ronald
39226  Adair under most unusual and inexplicable circumstances.
39227  The public has already learned those particulars of the crime which came
39228  out in the police investigation, but a good deal was suppressed upon that
39229  occasion, since the case for the prosecution was so overwhelmingly strong
39230  that it was not necessary to bring forward all the facts.
39231 \end_layout
39232
39233 \end_deeper
39234 \begin_layout Enumerate
39235 Magenta, hanging initial over 3
39236 \begin_inset space ~
39237 \end_inset
39238
39239 lines in the math font 
39240 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39241 \end_inset
39242
39243 , the text 
39244 \begin_inset Quotes eld
39245 \end_inset
39246
39247 t was in the spring
39248 \begin_inset Quotes erd
39249 \end_inset
39250
39251  is in 
39252 \shape smallcaps
39253 small caps
39254 \shape default
39255 ; to color the initial, you must insert this command before the initial:
39256 \begin_inset Newline newline
39257 \end_inset
39258
39259
39260 \series bold
39261
39262 \backslash
39263 renewcommand{
39264 \backslash
39265 LettrineFontHook}{
39266 \backslash
39267 color{color}}
39268 \series default
39269
39270 \begin_inset Newline newline
39271 \end_inset
39272
39273 where the second 
39274 \emph on
39275 color
39276 \emph default
39277  can be 
39278 \begin_inset Quotes eld
39279 \end_inset
39280
39281 red
39282 \begin_inset Quotes erd
39283 \end_inset
39284
39285
39286 \begin_inset Quotes eld
39287 \end_inset
39288
39289 blue
39290 \begin_inset Quotes erd
39291 \end_inset
39292
39293
39294 \begin_inset Quotes eld
39295 \end_inset
39296
39297 green
39298 \begin_inset Quotes erd
39299 \end_inset
39300
39301
39302 \begin_inset Quotes eld
39303 \end_inset
39304
39305 yellow
39306 \begin_inset Quotes erd
39307 \end_inset
39308
39309
39310 \begin_inset Quotes eld
39311 \end_inset
39312
39313 cyan
39314 \begin_inset Quotes erd
39315 \end_inset
39316
39317
39318 \begin_inset Quotes eld
39319 \end_inset
39320
39321 magenta
39322 \begin_inset Quotes erd
39323 \end_inset
39324
39325
39326 \begin_inset Quotes eld
39327 \end_inset
39328
39329 black
39330 \begin_inset Quotes erd
39331 \end_inset
39332
39333  or 
39334 \begin_inset Quotes eld
39335 \end_inset
39336
39337 white
39338 \begin_inset Quotes erd
39339 \end_inset
39340
39341 , and add this command to the document preamble:
39342 \begin_inset Newline newline
39343 \end_inset
39344
39345
39346 \series bold
39347
39348 \backslash
39349 @ifundefined{textcolor}
39350 \begin_inset Newline newline
39351 \end_inset
39352
39353
39354 \begin_inset space ~
39355 \end_inset
39356
39357 {
39358 \backslash
39359 usepackage{color}}{}
39360 \end_layout
39361
39362 \begin_deeper
39363 \begin_layout Standard
39364 \begin_inset ERT
39365 status collapsed
39366
39367 \begin_layout Plain Layout
39368
39369
39370 \backslash
39371 renewcommand{
39372 \backslash
39373 LettrineFontHook}{
39374 \backslash
39375 color{magenta}}
39376 \end_layout
39377
39378 \end_inset
39379
39380
39381 \begin_inset Note Note
39382 status collapsed
39383
39384 \begin_layout Plain Layout
39385 makes the initial magenta
39386 \end_layout
39387
39388 \end_inset
39389
39390
39391 \end_layout
39392
39393 \begin_layout Initial
39394 \begin_inset Argument 1
39395 status open
39396
39397 \begin_layout Plain Layout
39398 lines=3, lhang=0.33, loversize=0.25
39399 \end_layout
39400
39401 \end_inset
39402
39403
39404 \begin_inset Argument 2
39405 status open
39406
39407 \begin_layout Plain Layout
39408 \begin_inset Formula $\mathcal{I}$
39409 \end_inset
39410
39411
39412 \end_layout
39413
39414 \end_inset
39415
39416
39417 \begin_inset Argument 3
39418 status open
39419
39420 \begin_layout Plain Layout
39421 t was in the spring
39422 \end_layout
39423
39424 \end_inset
39425
39426  of the year 1894 that all London was interested, and the fashionable world
39427  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39428  and inexplicable circumstances.
39429  The public has already learned those particulars of the crime which came
39430  out in the police investigation, but a good deal was suppressed upon that
39431  occasion, since the case for the prosecution was so overwhelmingly strong
39432  that it was not necessary to bring forward all the facts.
39433 \end_layout
39434
39435 \end_deeper
39436 \begin_layout Standard
39437 \begin_inset ERT
39438 status collapsed
39439
39440 \begin_layout Plain Layout
39441
39442
39443 \backslash
39444 else
39445 \end_layout
39446
39447 \end_inset
39448
39449
39450 \begin_inset Note Note
39451 status open
39452
39453 \begin_layout Plain Layout
39454 The following will be displayed when the \SpecialChar LaTeX
39455 -package 
39456 \series bold
39457 lettrine
39458 \series default
39459  is not installed:
39460 \end_layout
39461
39462 \end_inset
39463
39464
39465 \end_layout
39466
39467 \begin_layout Standard
39468 You need to install the \SpecialChar LaTeX
39469 -package 
39470 \series bold
39471 lettrine
39472 \series default
39473  to see the following part of this section in the output.
39474 \end_layout
39475
39476 \begin_layout Standard
39477 \begin_inset ERT
39478 status collapsed
39479
39480 \begin_layout Plain Layout
39481
39482
39483 \backslash
39484 fi
39485 \end_layout
39486
39487 \end_inset
39488
39489
39490 \end_layout
39491
39492 \begin_layout Chapter
39493 External Document Parts
39494 \begin_inset Index idx
39495 status collapsed
39496
39497 \begin_layout Plain Layout
39498 External Document Parts
39499 \end_layout
39500
39501 \end_inset
39502
39503
39504 \end_layout
39505
39506 \begin_layout Standard
39507 With the menu 
39508 \family sans
39509 Insert\SpecialChar menuseparator
39510 File
39511 \family default
39512  you can insert external material into your document.
39513  This can be:
39514 \end_layout
39515
39516 \begin_layout Description
39517 LyX
39518 \begin_inset space ~
39519 \end_inset
39520
39521 Document Another \SpecialChar LyX
39522  document; its content is directly inserted to your document.
39523 \end_layout
39524
39525 \begin_layout Description
39526 Plain
39527 \begin_inset space ~
39528 \end_inset
39529
39530 Text A text document; each line is inserted in your document as a separate
39531  paragraph.
39532 \end_layout
39533
39534 \begin_layout Description
39535 Plain
39536 \begin_inset space ~
39537 \end_inset
39538
39539 Text,
39540 \begin_inset space ~
39541 \end_inset
39542
39543 Join
39544 \begin_inset space ~
39545 \end_inset
39546
39547 Lines A text document; text lines are inserted in your document continuously
39548  but an empty text line creates a new paragraph.
39549 \end_layout
39550
39551 \begin_layout Description
39552 External
39553 \begin_inset space ~
39554 \end_inset
39555
39556 Material Files in various formats.
39557 \end_layout
39558
39559 \begin_layout Description
39560 Child
39561 \begin_inset space ~
39562 \end_inset
39563
39564 Document \SpecialChar LyX
39565  or \SpecialChar LaTeX
39566  documents.
39567 \end_layout
39568
39569 \begin_layout Section
39570 External Material
39571 \begin_inset Index idx
39572 status collapsed
39573
39574 \begin_layout Plain Layout
39575 External Document Parts ! External Material
39576 \end_layout
39577
39578 \end_inset
39579
39580
39581 \end_layout
39582
39583 \begin_layout Standard
39584 The external material feature allows you to insert files into your document
39585  without converting them to a format that can be read by the document output
39586  format.
39587  \SpecialChar LyX
39588  takes care of the necessary conversions.
39589  This is similar to images that can be inserted in various image formats
39590  in \SpecialChar LyX
39591  documents.
39592  When you have enabled Instant Preview in \SpecialChar LyX
39593 's preferences under 
39594 \family sans
39595 Look
39596 \begin_inset space ~
39597 \end_inset
39598
39599 and
39600 \begin_inset space ~
39601 \end_inset
39602
39603 feel\SpecialChar menuseparator
39604 Graphics
39605 \family default
39606 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
39607 .
39608 \end_layout
39609
39610 \begin_layout Standard
39611 External material can be inserted via the 
39612 \family sans
39613 External Material
39614 \family default
39615  dialog that is accessible with the menu 
39616 \family sans
39617 Insert\SpecialChar menuseparator
39618 File\SpecialChar menuseparator
39619 External
39620 \begin_inset space ~
39621 \end_inset
39622
39623 Material
39624 \family default
39625 .
39626  Currently the following file types (
39627 \family sans
39628 Templates
39629 \family default
39630 ) are allowed:
39631 \end_layout
39632
39633 \begin_layout Description
39634 Chess
39635 \begin_inset space ~
39636 \end_inset
39637
39638 diagram This template supports chess position diagrams made with the program
39639  
39640 \series bold
39641
39642 \begin_inset CommandInset href
39643 LatexCommand href
39644 name "XBoard"
39645 target "http://en.wikipedia.org/wiki/XBoard"
39646 literal "false"
39647
39648 \end_inset
39649
39650
39651 \series default
39652 .
39653 \end_layout
39654
39655 \begin_layout Description
39656 Dia
39657 \begin_inset space ~
39658 \end_inset
39659
39660 diagram This template supports diagrams created with the program 
39661 \series bold
39662
39663 \begin_inset CommandInset href
39664 LatexCommand href
39665 name "Dia"
39666 target "http://en.wikipedia.org/wiki/Dia_(software)"
39667 literal "false"
39668
39669 \end_inset
39670
39671
39672 \series default
39673 .
39674 \end_layout
39675
39676 \begin_layout Description
39677 Inkscape
39678 \begin_inset space ~
39679 \end_inset
39680
39681 figure This template supports specific scalable images derived from scalable
39682  vector graphics (SVG), in which the contained text is replaced by a version
39683  typeset by \SpecialChar LaTeX
39684  (and hence in the current document font).
39685  It relies on a feature of the program 
39686 \series bold
39687
39688 \begin_inset CommandInset href
39689 LatexCommand href
39690 name "Inkscape"
39691 target "https://inkscape.org/"
39692 literal "false"
39693
39694 \end_inset
39695
39696
39697 \series default
39698  which creates a special PDF or EPS and \SpecialChar LaTeX
39699  file from a given SVG file (in
39700  
39701 \noun on
39702 Inkscape
39703 \noun default
39704  itself, the feature is available via the option 
39705 \family sans
39706 Omit text in PDF and create LaTeX file
39707 \family default
39708  when saving a drawing as PDF or EPS).
39709  The benefit of such files is a uniform text style throughout the whole
39710  document.
39711 \begin_inset Newline newline
39712 \end_inset
39713
39714 The external template reads SVG files and uses a converter program to generate
39715  the respective PDF\SpecialChar breakableslash
39716 EPS and \SpecialChar LaTeX
39717  files (via
39718 \noun on
39719  
39720 \noun default
39721 Inkscape
39722 \noun on
39723 )
39724 \noun default
39725  on the fly, so you don't have to export those files yourself.
39726  If you prefer the latter and want use given 
39727 \family typewriter
39728 *.pdf
39729 \family default
39730  and 
39731 \family typewriter
39732 *.pdf_tex
39733 \family default
39734  or 
39735 \family typewriter
39736 *.eps
39737 \family default
39738  and 
39739 \family typewriter
39740 *.eps_tex
39741 \family default
39742  files instead, simply input the respective 
39743 \family typewriter
39744 *.pdf_tex
39745 \family default
39746  or 
39747 \family typewriter
39748 *.eps_tex
39749 \family default
39750  file via the 
39751 \family sans
39752 Child Documents
39753 \family default
39754  dialog (see sec.
39755 \begin_inset space ~
39756 \end_inset
39757
39758
39759 \begin_inset CommandInset ref
39760 LatexCommand ref
39761 reference "sec:Child-Documents"
39762
39763 \end_inset
39764
39765 ) rather than using this template.
39766 \begin_inset Newline newline
39767 \end_inset
39768
39769 You can use \SpecialChar TeX
39770  code commands such as 
39771 \series bold
39772
39773 \backslash
39774 Large
39775 \series default
39776
39777 \series bold
39778
39779 \backslash
39780 small
39781 \series default
39782 , etc.
39783 \begin_inset space \space{}
39784 \end_inset
39785
39786 in the text of the SVG.
39787  The size of the font will be taken from the settings of the \SpecialChar LyX
39788  document.
39789  Please refer to 
39790 \begin_inset CommandInset citation
39791 LatexCommand cite
39792 key "Inkscape"
39793 literal "false"
39794
39795 \end_inset
39796
39797  for more information and examples.
39798 \end_layout
39799
39800 \begin_layout Description
39801 Lilypond
39802 \begin_inset space ~
39803 \end_inset
39804
39805 typeset
39806 \begin_inset space ~
39807 \end_inset
39808
39809 music This template is used for music notation typeset with the program
39810 \begin_inset Newline linebreak
39811 \end_inset
39812
39813
39814 \series bold
39815
39816 \begin_inset CommandInset href
39817 LatexCommand href
39818 name "LilyPond"
39819 target "http://en.wikipedia.org/wiki/LilyPond"
39820 literal "false"
39821
39822 \end_inset
39823
39824
39825 \series default
39826 .
39827  For \SpecialChar LyX
39828 's extended support for LilyPond have a look at \SpecialChar LyX
39829 's example file 
39830 \emph on
39831 lilypond.lyx
39832 \emph default
39833 .
39834 \end_layout
39835
39836 \begin_layout Description
39837 PDF
39838 \begin_inset space ~
39839 \end_inset
39840
39841 pages With this template you can insert PDF documents to your document.
39842  To specify the range of pages that should be included, use the option 
39843 \series bold
39844 pages
39845 \series default
39846  in the 
39847 \family sans
39848 Option
39849 \family default
39850  field in the 
39851 \family sans
39852 LaTeX and LyX options
39853 \family default
39854  tab.
39855  The argument of this option is a comma separated list, containing page
39856  numbers (insert as option 
39857 \series bold
39858 pages={3,5,6,8}
39859 \series default
39860 ), ranges of page numbers (
39861 \series bold
39862 pages={4-9}
39863 \series default
39864 ) or any combination.
39865  To insert empty pages use {}.
39866  E.
39867 \begin_inset space \thinspace{}
39868 \end_inset
39869
39870 g.
39871 \begin_inset space ~
39872 \end_inset
39873
39874
39875 \series bold
39876 pages={3,{},8-11,15}
39877 \series default
39878  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
39879  Page ranges are specified in the syntax 
39880 \emph on
39881 start
39882 \emph default
39883 -
39884 \emph on
39885 stop
39886 \emph default
39887 .
39888  This selects all pages from 
39889 \emph on
39890 start
39891 \emph default
39892  to 
39893 \emph on
39894 stop
39895 \emph default
39896 .
39897  Omitting 
39898 \emph on
39899 start
39900 \emph default
39901  defaults to the first page; omitting 
39902 \emph on
39903 stop
39904 \emph default
39905  defaults to the last page of the document.
39906  The last page can also be selected with the keyword 
39907 \series bold
39908 last
39909 \series default
39910 .
39911  (This is only permitted in a page range.) So 
39912 \series bold
39913 pages=-
39914 \series default
39915  will insert all pages of the document and 
39916 \series bold
39917 pages=last-1
39918 \series default
39919  will insert all pages in reverse order.
39920  If the pages option is not specified, only the first page of the PDF is
39921  inserted.
39922 \begin_inset Newline newline
39923 \end_inset
39924
39925 The option 
39926 \series bold
39927 noautoscale
39928 \series default
39929  inserts the pages with their original size, if this option is not given,
39930  the pages will be resized to fith the width of the page of your document.
39931  In the tab 
39932 \family sans
39933 Size and Rotation
39934 \family default
39935  you can specify the width and height of the input pages and their rotation.
39936  If another width than 100
39937 \begin_inset space \thinspace{}
39938 \end_inset
39939
39940 Scale% is used, the option 
39941 \series bold
39942 noautoscale
39943 \series default
39944  will be overwritten.
39945  For more info and possible options, have a look into the documentation
39946  of the \SpecialChar LaTeX
39947 -package 
39948 \series bold
39949 pdfpages
39950 \series default
39951  
39952 \begin_inset CommandInset citation
39953 LatexCommand cite
39954 key "pdfpages"
39955 literal "true"
39956
39957 \end_inset
39958
39959 .
39960 \begin_inset Index idx
39961 status collapsed
39962
39963 \begin_layout Plain Layout
39964 \SpecialChar LaTeX
39965 -packages ! pdfpages
39966 \end_layout
39967
39968 \end_inset
39969
39970
39971 \begin_inset Newline newline
39972 \end_inset
39973
39974 To use this template in a 
39975 \family sans
39976 Beamer
39977 \family default
39978  presentation you need to first insert an 
39979 \family sans
39980 EndFrame
39981 \family default
39982  environment and in a subsequent paragraph a \SpecialChar TeX
39983  Code box containing the command
39984  
39985 \series bold
39986
39987 \backslash
39988 setbeamertemplate{background canvas}{}
39989 \series default
39990 .
39991  Then you can insert as many paragraphs containing the PDFPages template
39992  as you wish.
39993  Behind the included PDF pages you can resume the Beamer presentation by
39994  beginning a new frame or by starting a new section.
39995  To avoid stray blank pages prior to the PDF pages, make sure to use the
39996  
39997 \family sans
39998 Default
39999 \family default
40000  alignment for the paragraph containing the template.
40001 \begin_inset Newline newline
40002 \end_inset
40003
40004 Here is an included PDF which is rotated by -5°: 
40005 \begin_inset External
40006         template PDFPages
40007         filename clipart/Abstract.pdf
40008         extra LaTeX "noautoscale, pages=-"
40009         rotateAngle -5
40010         rotateOrigin bottomleft
40011
40012 \end_inset
40013
40014
40015 \end_layout
40016
40017 \begin_layout Description
40018 Raster
40019 \begin_inset space ~
40020 \end_inset
40021
40022 image This can be used for bitmap images.
40023  The image can be treated in the 
40024 \family sans
40025 External material
40026 \family default
40027  dialog like the images that are usually included via the 
40028 \family sans
40029 Graphics
40030 \family default
40031  dialog as described in section
40032 \begin_inset space ~
40033 \end_inset
40034
40035
40036 \begin_inset CommandInset ref
40037 LatexCommand ref
40038 reference "sec:Graphics-Dialog"
40039
40040 \end_inset
40041
40042 .
40043  Here is an inserted raster image: 
40044 \begin_inset External
40045         template RasterImage
40046         filename clipart/ToolbarEnvBox.png
40047
40048 \end_inset
40049
40050
40051 \end_layout
40052
40053 \begin_layout Description
40054 Spreadsheet With this template you can insert spreadsheets
40055 \begin_inset space \thinspace{}
40056 \end_inset
40057
40058 /
40059 \begin_inset space \thinspace{}
40060 \end_inset
40061
40062 tables in the format of 
40063 \series bold
40064
40065 \begin_inset CommandInset href
40066 LatexCommand href
40067 name "Gnumeric"
40068 target "http://en.wikipedia.org/wiki/Gnumeric"
40069 literal "false"
40070
40071 \end_inset
40072
40073
40074 \series default
40075
40076 \begin_inset CommandInset href
40077 LatexCommand href
40078 name "OpenDocument"
40079 target "http://en.wikipedia.org/wiki/OpenDocument"
40080 literal "false"
40081
40082 \end_inset
40083
40084
40085 \begin_inset CommandInset href
40086 LatexCommand href
40087 name "Microsoft Office XML"
40088 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40089 literal "false"
40090
40091 \end_inset
40092
40093  and 
40094 \begin_inset CommandInset href
40095 LatexCommand href
40096 name "Office Open XML"
40097 target "http://en.wikipedia.org/wiki/Office_Open_XML"
40098 literal "false"
40099
40100 \end_inset
40101
40102 .
40103  For this feature \SpecialChar LyX
40104  must have found the program 
40105 \family typewriter
40106 ssconvert
40107 \family default
40108  during its configuration.
40109  This program is part of Gnumeric, so that you must have Gnumeric installed,
40110  also if you don't have tables in the Gnumeric format.
40111  For examples and possible limitations have a look at \SpecialChar LyX
40112 's example file 
40113 \emph on
40114 spreadsheet.lyx
40115 \emph default
40116 .
40117 \end_layout
40118
40119 \begin_layout Description
40120 Vector
40121 \begin_inset space ~
40122 \end_inset
40123
40124 graphics This can be used for vector graphics.
40125  The image can be treated in the 
40126 \family sans
40127 External material
40128 \family default
40129  dialog like the images that are usually included via the 
40130 \family sans
40131 Graphics
40132 \family default
40133  dialog as described in section
40134 \begin_inset space ~
40135 \end_inset
40136
40137
40138 \begin_inset CommandInset ref
40139 LatexCommand ref
40140 reference "sec:Graphics-Dialog"
40141
40142 \end_inset
40143
40144 .
40145  Here is an inserted vector graphics: 
40146 \begin_inset External
40147         template VectorGraphics
40148         filename clipart/SVG-Drawing.svg
40149         lyxscale 50
40150         scale 33
40151
40152 \end_inset
40153
40154
40155 \end_layout
40156
40157 \begin_layout Description
40158 Xfig
40159 \begin_inset space ~
40160 \end_inset
40161
40162 figure This template supports images created with the program 
40163 \begin_inset CommandInset href
40164 LatexCommand href
40165 name "Xfig"
40166 target "http://en.wikipedia.org/wiki/Xfig"
40167 literal "false"
40168
40169 \end_inset
40170
40171 .
40172 \end_layout
40173
40174 \begin_layout Standard
40175 When you use the option 
40176 \family sans
40177 Draft
40178 \family default
40179  in the 
40180 \family sans
40181 File
40182 \family default
40183  tab of the 
40184 \family sans
40185 External Material
40186 \family default
40187  dialog, only the path to the inserted file is shown in the output.
40188 \begin_inset Newline newline
40189 \end_inset
40190
40191 External material is displayed in \SpecialChar LyX
40192  either as a box like this: 
40193 \begin_inset Graphics
40194         filename clipart/ExternalMaterial.png
40195         scale 95
40196         scaleBeforeRotation
40197
40198 \end_inset
40199
40200  or as image, depending on the option 
40201 \family sans
40202 Show in LyX
40203 \family default
40204  in the 
40205 \family sans
40206 LaTeX and LyX options
40207 \family default
40208  tab of the dialog.
40209 \end_layout
40210
40211 \begin_layout Standard
40212 The 
40213 \family sans
40214 \emph on
40215 Customization
40216 \family default
40217 \emph default
40218  manual explains how you can define your own templates.
40219 \end_layout
40220
40221 \begin_layout Section
40222 Child Documents
40223 \begin_inset CommandInset label
40224 LatexCommand label
40225 name "sec:Child-Documents"
40226
40227 \end_inset
40228
40229
40230 \begin_inset Index idx
40231 status collapsed
40232
40233 \begin_layout Plain Layout
40234 External Document Parts ! Child Documents
40235 \end_layout
40236
40237 \end_inset
40238
40239
40240 \begin_inset Index idx
40241 status collapsed
40242
40243 \begin_layout Plain Layout
40244 Files ! Include
40245 \end_layout
40246
40247 \end_inset
40248
40249
40250 \end_layout
40251
40252 \begin_layout Standard
40253 Child documents are used if you have a long document consisting of several
40254  larger parts or sections.
40255  For maintenance it is often useful and sometimes even required to split
40256  the document into several files that can be revised separately.
40257  The different documents are then the so called 
40258 \begin_inset Quotes eld
40259 \end_inset
40260
40261 child documents
40262 \begin_inset Quotes erd
40263 \end_inset
40264
40265 , and a master document connects them to print the full document or parts
40266  of it.
40267  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40268  preamble,
40269  the bibliography, and labels for cross-references.
40270 \end_layout
40271
40272 \begin_layout Standard
40273 To be able to work on child documents without the need to open their master,
40274  specify in the child document the master in the menu
40275 \family sans
40276  Document\SpecialChar menuseparator
40277 Settings\SpecialChar menuseparator
40278 Document
40279 \begin_inset space ~
40280 \end_inset
40281
40282 Class
40283 \family default
40284 .
40285  This master document will then be used in the background by \SpecialChar LyX
40286  when you edit
40287  the child document.
40288 \end_layout
40289
40290 \begin_layout Standard
40291 Included documents are displayed in \SpecialChar LyX
40292  as a box like this: 
40293 \begin_inset Graphics
40294         filename clipart/ChildDocument.png
40295         scale 95
40296         scaleBeforeRotation
40297
40298 \end_inset
40299
40300  To include child documents in a master document use the menu 
40301 \family sans
40302 Insert\SpecialChar menuseparator
40303 File\SpecialChar menuseparator
40304 Child
40305 \begin_inset space ~
40306 \end_inset
40307
40308 Documents
40309 \family default
40310 .
40311  A dialog pops up where you can choose between four include methods:
40312 \end_layout
40313
40314 \begin_layout Description
40315 Include You can include \SpecialChar LyX
40316  and \SpecialChar LaTeX
40317  documents.
40318  When you press the 
40319 \family sans
40320 Edit
40321 \family default
40322  button in the 
40323 \family sans
40324 Child Document
40325 \family default
40326  dialog, the included document will be opened in \SpecialChar LyX
40327  in a new file tab so that
40328  you can modify it.
40329 \begin_inset Newline newline
40330 \end_inset
40331
40332
40333 \end_layout
40334
40335 \begin_layout Standard
40336 Here is a child document inserted using 
40337 \family sans
40338 Include
40339 \family default
40340
40341 \begin_inset CommandInset include
40342 LatexCommand include
40343 filename "DummyDocument1.lyx"
40344
40345 \end_inset
40346
40347
40348 \end_layout
40349
40350 \begin_layout Standard
40351 The section numbering includes the sections of the included files in the
40352  order they are inserted in the master document.
40353  The included example document has for example a subsection that is numbered
40354  as a subsection of this section.
40355  Labels of included documents can be referenced: Subsection
40356 \begin_inset space ~
40357 \end_inset
40358
40359
40360 \begin_inset CommandInset ref
40361 LatexCommand ref
40362 reference "subsec:External-Subsection-1"
40363
40364 \end_inset
40365
40366 .
40367 \end_layout
40368
40369 \begin_layout Standard
40370 The preamble of the child document is ignored; only the preamble of the
40371  master document is used.
40372  Branches in child documents will be ignored by the master document when
40373  the master document does not have a branch with the same name.
40374  Included documents are inserted starting on a new page and ending with
40375  a page break.
40376 \end_layout
40377
40378 \begin_layout Standard
40379 \begin_inset Note Greyedout
40380 status open
40381
40382 \begin_layout Plain Layout
40383
40384 \series bold
40385 Note:
40386 \series default
40387  If you have included a \SpecialChar LyX
40388  or \SpecialChar LaTeX
40389  file, you are warned when you export/view the
40390  document in case the child document uses another document class than the
40391  master document as this will lead to unexpected outputs.
40392 \end_layout
40393
40394 \end_inset
40395
40396
40397 \end_layout
40398
40399 \begin_layout Description
40400 Input This method is very similar to the Include method.
40401  The differences are:
40402 \end_layout
40403
40404 \begin_deeper
40405 \begin_layout Itemize
40406 Input files don't start with a new page and don't end with a page break.
40407 \end_layout
40408
40409 \begin_layout Itemize
40410 Input files can be previewed in \SpecialChar LyX
40411  when 
40412 \family sans
40413 Instant
40414 \begin_inset space ~
40415 \end_inset
40416
40417 Preview
40418 \family default
40419  is enabled in \SpecialChar LyX
40420 's preferences under 
40421 \family sans
40422 Look
40423 \begin_inset space ~
40424 \end_inset
40425
40426 and
40427 \begin_inset space ~
40428 \end_inset
40429
40430 feel\SpecialChar menuseparator
40431 Graphics
40432 \family default
40433 .
40434 \end_layout
40435
40436 \begin_layout Itemize
40437 You cannot exclude Input files via the menu 
40438 \family sans
40439 Document\SpecialChar menuseparator
40440 Settings\SpecialChar menuseparator
40441 Child Documents
40442 \family default
40443 .
40444 \end_layout
40445
40446 \end_deeper
40447 \begin_layout Standard
40448 Here is a child document inserted using 
40449 \family sans
40450 Input
40451 \family default
40452
40453 \begin_inset CommandInset include
40454 LatexCommand input
40455 filename "DummyDocument2.lyx"
40456
40457 \end_inset
40458
40459
40460 \end_layout
40461
40462 \begin_layout Description
40463 Verbatim With this method any text file can be included.
40464  The file is shown in the output with its source code; no command used in
40465  the text is invoked.
40466  You can use the option 
40467 \family sans
40468 Mark spaces in output
40469 \family default
40470  that displays the character 
40471 \begin_inset Quotes eld
40472 \end_inset
40473
40474
40475 \begin_inset ERT
40476 status collapsed
40477
40478 \begin_layout Plain Layout
40479
40480
40481 \backslash
40482 textvisiblespace 
40483 \end_layout
40484
40485 \end_inset
40486
40487
40488 \begin_inset Quotes erd
40489 \end_inset
40490
40491  for every space character in the source code.
40492  The difference from the method via the menu 
40493 \family sans
40494 Insert\SpecialChar menuseparator
40495 File\SpecialChar menuseparator
40496 Plain
40497 \begin_inset space ~
40498 \end_inset
40499
40500 Text
40501 \family default
40502  is that the document content is not shown in \SpecialChar LyX
40503 .
40504 \end_layout
40505
40506 \begin_layout Standard
40507 Here is a child document inserted as Verbatim: 
40508 \begin_inset CommandInset include
40509 LatexCommand verbatiminput
40510 filename "DummyTextDocument.txt"
40511
40512 \end_inset
40513
40514
40515 \begin_inset VSpace bigskip
40516 \end_inset
40517
40518  Here is a child document inserted as Verbatim using the 
40519 \family sans
40520 Mark spaces in output
40521 \family default
40522  option: 
40523 \begin_inset CommandInset include
40524 LatexCommand verbatiminput*
40525 filename "DummyTextDocument.txt"
40526
40527 \end_inset
40528
40529
40530 \end_layout
40531
40532 \begin_layout Standard
40533 \begin_inset VSpace bigskip
40534 \end_inset
40535
40536
40537 \end_layout
40538
40539 \begin_layout Standard
40540 \begin_inset Note Greyedout
40541 status open
40542
40543 \begin_layout Plain Layout
40544
40545 \series bold
40546 Note:
40547 \series default
40548  As you can see in the examples above, the text of the documents included
40549  as 
40550 \family sans
40551 verbatim
40552 \family default
40553  is not broken at the end of the document lines.
40554 \end_layout
40555
40556 \end_inset
40557
40558
40559 \end_layout
40560
40561 \begin_layout Description
40562 Listings This type is described in chapter
40563 \begin_inset space ~
40564 \end_inset
40565
40566
40567 \begin_inset CommandInset ref
40568 LatexCommand ref
40569 reference "cha:Program-Code-Listings"
40570
40571 \end_inset
40572
40573 .
40574 \end_layout
40575
40576 \begin_layout Standard
40577 \begin_inset Note Greyedout
40578 status open
40579
40580 \begin_layout Plain Layout
40581
40582 \series bold
40583 Note:
40584 \series default
40585  Including the same document twice in a document using different methods
40586  could cause \SpecialChar LaTeX
40587 -problems.
40588 \end_layout
40589
40590 \end_inset
40591
40592
40593 \end_layout
40594
40595 \begin_layout Standard
40596 If you want to view/export only selected children of your master document,
40597  either because you want to save compiling time or because you want to distribut
40598 e single chapters of the book you are just writing, you can exclude children
40599  from the output.
40600  This is done via the menu 
40601 \family sans
40602 Document\SpecialChar menuseparator
40603 Settings\SpecialChar menuseparator
40604 Child Documents
40605 \family default
40606 .
40607  You can exclude\SpecialChar breakableslash
40608 include children by double-clicking on the 
40609 \family sans
40610 include to output
40611 \family default
40612  column of the respective child document in the list (note that this only
40613  works for documents embedded via 
40614 \begin_inset Quotes eld
40615 \end_inset
40616
40617 Include
40618 \begin_inset Quotes erd
40619 \end_inset
40620
40621 , not with 
40622 \begin_inset Quotes eld
40623 \end_inset
40624
40625 Input
40626 \begin_inset Quotes erd
40627 \end_inset
40628
40629 ).
40630  If the option 
40631 \family sans
40632 Maintain counters and references
40633 \family default
40634  is enabled, \SpecialChar LyX
40635  will assure that all page numbers, references etc.
40636 \begin_inset space ~
40637 \end_inset
40638
40639 are correct as if the whole document was processed.
40640  This is useful if you want the selected sub-documents to look exactly as
40641  in the context of the whole document.
40642  However, \SpecialChar LyX
40643  needs to process the whole document in the background for this
40644  feature.
40645  So if you want to save compile time and if counters and references do not
40646  need to be correct, disable this checkbox.
40647 \end_layout
40648
40649 \begin_layout Standard
40650 Alternatively, you can put each included file into a branch.
40651 \begin_inset Foot
40652 status collapsed
40653
40654 \begin_layout Plain Layout
40655 Branches are described in section 
40656 \emph on
40657 Branches
40658 \emph default
40659  of the \SpecialChar LyX
40660  
40661 \emph on
40662 Userguide
40663 \emph default
40664 .
40665 \end_layout
40666
40667 \end_inset
40668
40669  By enabling\SpecialChar breakableslash
40670 disabling branches you can decide which included files will
40671  appear in the output.
40672  This has the advantage that it also works with Input'ed sub-documents.
40673  However, counters and references will not be maintained with this approach.
40674 \end_layout
40675
40676 \begin_layout Chapter
40677 Program Code Listings
40678 \begin_inset CommandInset label
40679 LatexCommand label
40680 name "cha:Program-Code-Listings"
40681
40682 \end_inset
40683
40684
40685 \begin_inset Index idx
40686 status collapsed
40687
40688 \begin_layout Plain Layout
40689 Listings
40690 \end_layout
40691
40692 \end_inset
40693
40694
40695 \begin_inset Index idx
40696 status collapsed
40697
40698 \begin_layout Plain Layout
40699 Program Code
40700 \end_layout
40701
40702 \end_inset
40703
40704
40705 \begin_inset Index idx
40706 status collapsed
40707
40708 \begin_layout Plain Layout
40709 Floats ! Listings
40710 \end_layout
40711
40712 \end_inset
40713
40714
40715 \end_layout
40716
40717 \begin_layout Standard
40718 To include and typeset program code you can use the 
40719 \family sans
40720 Listings
40721 \family default
40722  inset that can be inserted via the menu 
40723 \family sans
40724 Insert\SpecialChar menuseparator
40725 Program Listing
40726 \family default
40727 .
40728  The \SpecialChar LaTeX
40729 -packages 
40730 \series bold
40731 listings
40732 \series default
40733
40734 \begin_inset Index idx
40735 status collapsed
40736
40737 \begin_layout Plain Layout
40738 \SpecialChar LaTeX
40739 -packages ! listings
40740 \end_layout
40741
40742 \end_inset
40743
40744  or 
40745 \series bold
40746 minted
40747 \series default
40748
40749 \begin_inset Index idx
40750 status collapsed
40751
40752 \begin_layout Plain Layout
40753 \SpecialChar LaTeX
40754 -packages ! minted
40755 \end_layout
40756
40757 \end_inset
40758
40759  provide a powerful and flexible way to insert program source code into
40760  your document.
40761  One can only use one of these packages in a document.
40762  
40763 \series bold
40764 listings
40765 \series default
40766  is used by default.
40767 \end_layout
40768
40769 \begin_layout Standard
40770 \begin_inset Note Note
40771 status open
40772
40773 \begin_layout Plain Layout
40774
40775 \series bold
40776 Note:
40777 \series default
40778  \SpecialChar LyX
40779  does NOT want to encourage users to add the 
40780 \family typewriter
40781 -shell-escape
40782 \family default
40783  option to converter definitions.
40784  It works, but it is a huge security risk.
40785  There is an active discussion about how to handle this.
40786  Once that's been resolved, this can be updated appropriately.
40787 \end_layout
40788
40789 \begin_layout Plain Layout
40790 =====
40791 \end_layout
40792
40793 \begin_layout Plain Layout
40794 In order to use 
40795 \series bold
40796 minted
40797 \series default
40798 , you need to select it as the syntax highlighting package in the document
40799  settings under 
40800 \family sans
40801 Listings
40802 \family default
40803 .
40804  
40805 \series bold
40806 minted
40807 \series default
40808  requires also additionally the module 
40809 \family sans
40810 pygments
40811 \family default
40812  of the software 
40813 \noun on
40814 Python
40815 \noun default
40816
40817 \begin_inset Foot
40818 status collapsed
40819
40820 \begin_layout Plain Layout
40821 Under \SpecialChar LyX
40822  for Windows 
40823 \family sans
40824 pygments
40825 \family default
40826  is already installed.
40827 \end_layout
40828
40829 \end_inset
40830
40831  and the option 
40832 \family typewriter
40833 -shell-escape
40834 \family default
40835  for the \SpecialChar LaTeX
40836  processor.
40837  If you want for example view or export your document as the format 
40838 \family sans
40839 PDF
40840 \begin_inset space ~
40841 \end_inset
40842
40843 (pdflatex)
40844 \family default
40845 , go to the \SpecialChar LyX
40846  preferences and there to the section 
40847 \family sans
40848 File
40849 \begin_inset space ~
40850 \end_inset
40851
40852 Handling\SpecialChar menuseparator
40853 Converters
40854 \family default
40855 .
40856  There go to the entry 
40857 \family sans
40858 LaTeX
40859 \begin_inset space ~
40860 \end_inset
40861
40862 (pdflatex) -> PDF
40863 \begin_inset space ~
40864 \end_inset
40865
40866 (pdflatex)
40867 \family default
40868  and look at the field 
40869 \family sans
40870 Converter
40871 \family default
40872 .
40873  There you see by default the content
40874 \begin_inset Newline newline
40875 \end_inset
40876
40877
40878 \series bold
40879 pdflatex $$i
40880 \series default
40881
40882 \begin_inset Newline newline
40883 \end_inset
40884
40885 Now change it to
40886 \begin_inset Newline newline
40887 \end_inset
40888
40889
40890 \series bold
40891 pdflatex $$i -shell-escape
40892 \begin_inset Newline newline
40893 \end_inset
40894
40895
40896 \series default
40897 and press the 
40898 \family sans
40899 Modify
40900 \family default
40901  button and subsequently 
40902 \family sans
40903 Apply
40904 \family default
40905  or 
40906 \family sans
40907 Save
40908 \family default
40909 .
40910  The same can be done for the output formats 
40911 \family sans
40912 PDF
40913 \begin_inset space ~
40914 \end_inset
40915
40916 (LuaTeX)
40917 \family default
40918  and 
40919 \family sans
40920 PDF
40921 \begin_inset space ~
40922 \end_inset
40923
40924 (XeTeX)
40925 \family default
40926 .
40927 \end_layout
40928
40929 \end_inset
40930
40931
40932 \end_layout
40933
40934 \begin_layout Standard
40935 Right-clicking on a listings inset opens the context menu containing where
40936  you can set the listings format.
40937 \end_layout
40938
40939 \begin_layout Standard
40940 By default, a listing starts a new paragraph in the output.
40941  The placement option 
40942 \family sans
40943 Inline
40944 \begin_inset space ~
40945 \end_inset
40946
40947 listing
40948 \family default
40949  prints the listing inline like this: 
40950 \begin_inset listings
40951 lstparams "language={C++}"
40952 inline true
40953 status open
40954
40955 \begin_layout Plain Layout
40956
40957 int a=5;
40958 \end_layout
40959
40960 \end_inset
40961
40962
40963 \begin_inset Newline newline
40964 \end_inset
40965
40966 The option 
40967 \family sans
40968 Float
40969 \family default
40970  creates a listings float where you can specify the placement options 
40971 \begin_inset Quotes eld
40972 \end_inset
40973
40974
40975 \family sans
40976 h
40977 \family default
40978
40979 \begin_inset Quotes erd
40980 \end_inset
40981
40982
40983 \begin_inset Quotes eld
40984 \end_inset
40985
40986
40987 \family sans
40988 t
40989 \family default
40990
40991 \begin_inset Quotes erd
40992 \end_inset
40993
40994
40995 \begin_inset Quotes eld
40996 \end_inset
40997
40998
40999 \family sans
41000 b
41001 \family default
41002
41003 \begin_inset Quotes erd
41004 \end_inset
41005
41006 , and 
41007 \begin_inset Quotes eld
41008 \end_inset
41009
41010
41011 \family sans
41012 p
41013 \family default
41014
41015 \begin_inset Quotes erd
41016 \end_inset
41017
41018  corresponding to the float placement options described in section
41019 \begin_inset space ~
41020 \end_inset
41021
41022
41023 \begin_inset CommandInset ref
41024 LatexCommand ref
41025 reference "sec:Float-Placement"
41026
41027 \end_inset
41028
41029 .
41030  The placement options can be mixed and are inserted without any separation,
41031  e.
41032 \begin_inset space \thinspace{}
41033 \end_inset
41034
41035 g.
41036 \begin_inset space \space{}
41037 \end_inset
41038
41039
41040 \begin_inset Quotes eld
41041 \end_inset
41042
41043
41044 \family sans
41045 htbp
41046 \family default
41047
41048 \begin_inset Quotes erd
41049 \end_inset
41050
41051 .
41052  The option 
41053 \begin_inset Quotes eld
41054 \end_inset
41055
41056 h
41057 \begin_inset Quotes erd
41058 \end_inset
41059
41060  has sometimes no effect, but you don't need to use the 
41061 \family sans
41062 Float
41063 \family default
41064  option in this case as also non-float listings can have captions and be
41065  referenced.
41066 \end_layout
41067
41068 \begin_layout Standard
41069 You can add captions to listings that are not inline with the menu 
41070 \family sans
41071 Insert\SpecialChar menuseparator
41072 Caption
41073 \family default
41074 .
41075  Listings can be referenced like floats: Listing
41076 \begin_inset space ~
41077 \end_inset
41078
41079
41080 \begin_inset CommandInset ref
41081 LatexCommand ref
41082 reference "lst:Example-Listing"
41083
41084 \end_inset
41085
41086 .
41087  A list of listings which contains all listings with captions can be created
41088  via the menu 
41089 \family sans
41090 Insert\SpecialChar menuseparator
41091 List
41092 \begin_inset space ~
41093 \end_inset
41094
41095 /
41096 \begin_inset space ~
41097 \end_inset
41098
41099 TOC\SpecialChar menuseparator
41100 List of Listings
41101 \family default
41102 .
41103  The list entries are the listing caption and the listing number.
41104 \end_layout
41105
41106 \begin_layout Standard
41107 \begin_inset listings
41108 lstparams "language=Python"
41109 inline false
41110 status open
41111
41112 \begin_layout Plain Layout
41113
41114 \begin_inset Caption Standard
41115
41116 \begin_layout Plain Layout
41117 \begin_inset CommandInset label
41118 LatexCommand label
41119 name "lst:Example-Listing"
41120
41121 \end_inset
41122
41123 Example Listing float
41124 \end_layout
41125
41126 \end_inset
41127
41128 # Example listing float
41129 \end_layout
41130
41131 \begin_layout Plain Layout
41132
41133 def func(param):
41134 \end_layout
41135
41136 \begin_layout Plain Layout
41137
41138     'this is a python function'
41139 \end_layout
41140
41141 \begin_layout Plain Layout
41142
41143     pass
41144 \end_layout
41145
41146 \end_inset
41147
41148
41149 \end_layout
41150
41151 \begin_layout Standard
41152 \begin_inset Note Greyedout
41153 status open
41154
41155 \begin_layout Plain Layout
41156
41157 \series bold
41158 Note: 
41159 \series default
41160 The 
41161 \series bold
41162 listings
41163 \series default
41164  package places captions before the listing by default.
41165 \begin_inset Newline newline
41166 \end_inset
41167
41168 The 
41169 \series bold
41170 minted
41171 \series default
41172  package places them after the listing by default if it is floating.
41173  If tit is not floating caption will be typeset before the listing if it
41174  is inserted to its first line, otherwise it will be typeset after the listing.
41175  If you want to force the placement in avery case before the listing, you
41176  have to add the following lines as last thing to the preamble:
41177 \begin_inset Newline newline
41178 \end_inset
41179
41180
41181 \series bold
41182
41183 \backslash
41184 @ifundefined{newfloat}
41185 \begin_inset Newline newline
41186 \end_inset
41187
41188
41189 \begin_inset Phantom HPhantom
41190 status open
41191
41192 \begin_layout Plain Layout
41193
41194 \series bold
41195 \begin_inset space ~
41196 \end_inset
41197
41198
41199 \end_layout
41200
41201 \end_inset
41202
41203 {
41204 \backslash
41205 usepackage{float}}{}
41206 \begin_inset Newline newline
41207 \end_inset
41208
41209
41210 \backslash
41211 floatstyle{plaintop}
41212 \series default
41213
41214 \begin_inset Note Note
41215 status collapsed
41216
41217 \begin_layout Plain Layout
41218 The package 
41219 \series bold
41220 float
41221 \series default
41222  will be loaded automatically by \SpecialChar LyX
41223  when you use special document-wide float
41224  placement settings.
41225  To avoid that it is loaded twice the command 
41226 \series bold
41227
41228 \backslash
41229 @ifundefined
41230 \series default
41231  is used in the above command.
41232 \end_layout
41233
41234 \end_inset
41235
41236
41237 \end_layout
41238
41239 \end_inset
41240
41241
41242 \end_layout
41243
41244 \begin_layout Standard
41245 When you have set a programming language in the listings dialog, the keywords
41246  of this language will be recognized and specially typeset in the output.
41247  In the example listings the Python keyword 
41248 \begin_inset Quotes eld
41249 \end_inset
41250
41251 def
41252 \begin_inset Quotes erd
41253 \end_inset
41254
41255  is recognized and printed bold in the output.
41256 \end_layout
41257
41258 \begin_layout Standard
41259 \begin_inset Note Greyedout
41260 status open
41261
41262 \begin_layout Plain Layout
41263
41264 \series bold
41265 Note:
41266 \series default
41267  If you don't get bold keywords when using typewriter fonts, your 
41268 \family typewriter
41269 typewriter
41270 \family default
41271  font probably doesn't provide a bold shape.
41272  In this case select a different one in the menu 
41273 \family sans
41274 Document\SpecialChar menuseparator
41275 Settings\SpecialChar menuseparator
41276 Fonts
41277 \family default
41278 .
41279  (The fonts 
41280 \emph on
41281 LuxiMono, BeraMono
41282 \emph default
41283  and 
41284 \emph on
41285 Courier
41286 \emph default
41287  provide bold shapes.)
41288 \end_layout
41289
41290 \end_inset
41291
41292
41293 \end_layout
41294
41295 \begin_layout Standard
41296 In section 
41297 \family sans
41298 Line
41299 \begin_inset space ~
41300 \end_inset
41301
41302 numbering
41303 \family default
41304  of the listings dialog you can specify the line numbering style.
41305  You can insert a number to specify which lines are numbered in the field
41306  
41307 \family sans
41308 Step
41309 \family default
41310 .
41311  When you insert e.
41312 \begin_inset space \thinspace{}
41313 \end_inset
41314
41315 g.
41316 \begin_inset space \space{}
41317 \end_inset
41318
41319
41320 \begin_inset Quotes eld
41321 \end_inset
41322
41323 3
41324 \begin_inset Quotes erd
41325 \end_inset
41326
41327 , only every 3rd line will be numbered.
41328 \end_layout
41329
41330 \begin_layout Standard
41331 You can furthermore specify a range of lines; only these will then appear
41332  in the output.
41333  The option 
41334 \family sans
41335 Extended character table
41336 \family default
41337  is only meaningful for the 
41338 \series bold
41339 listings
41340 \series default
41341  package and should be used when you use national characters like the German
41342  umlauts in the listing.
41343 \begin_inset Newline newline
41344 \end_inset
41345
41346 Here is an example listing with left line numbering, step 
41347 \begin_inset Quotes eld
41348 \end_inset
41349
41350 3
41351 \begin_inset Quotes erd
41352 \end_inset
41353
41354 , language 
41355 \begin_inset Quotes eld
41356 \end_inset
41357
41358 Python
41359 \begin_inset Quotes erd
41360 \end_inset
41361
41362 , options 
41363 \begin_inset Quotes eld
41364 \end_inset
41365
41366 Extended character table
41367 \begin_inset Quotes erd
41368 \end_inset
41369
41370  and 
41371 \begin_inset Quotes eld
41372 \end_inset
41373
41374 Space
41375 \begin_inset space ~
41376 \end_inset
41377
41378 as
41379 \begin_inset space ~
41380 \end_inset
41381
41382 symbol
41383 \begin_inset Quotes erd
41384 \end_inset
41385
41386 , range lines 3
41387 \begin_inset space \thinspace{}
41388 \end_inset
41389
41390 -
41391 \begin_inset space \thinspace{}
41392 \end_inset
41393
41394 8:
41395 \end_layout
41396
41397 \begin_layout Standard
41398 \begin_inset listings
41399 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41400 inline false
41401 status open
41402
41403 \begin_layout Plain Layout
41404
41405 def func(param):
41406 \end_layout
41407
41408 \begin_layout Plain Layout
41409
41410     'this is a python function'
41411 \end_layout
41412
41413 \begin_layout Plain Layout
41414
41415     pass
41416 \end_layout
41417
41418 \begin_layout Plain Layout
41419
41420 def func(param):
41421 \end_layout
41422
41423 \begin_layout Plain Layout
41424
41425 'This is a German word: Tschüß'
41426 \end_layout
41427
41428 \begin_layout Plain Layout
41429
41430 pass
41431 \end_layout
41432
41433 \begin_layout Plain Layout
41434
41435 def func(param):
41436 \end_layout
41437
41438 \begin_layout Plain Layout
41439
41440 'this is a python function'
41441 \end_layout
41442
41443 \begin_layout Plain Layout
41444
41445 pass
41446 \end_layout
41447
41448 \end_inset
41449
41450
41451 \end_layout
41452
41453 \begin_layout Standard
41454 When you have tabulators in your listing, you can specify the number of
41455  characters that are spanned by a tabulator in the field 
41456 \family sans
41457 Tabulator
41458 \begin_inset space ~
41459 \end_inset
41460
41461 size
41462 \family default
41463 .
41464 \end_layout
41465
41466 \begin_layout Standard
41467 \begin_inset Note Greyedout
41468 status open
41469
41470 \begin_layout Plain Layout
41471
41472 \series bold
41473 Note:
41474 \series default
41475  Due to a bug in the 
41476 \series bold
41477 listings
41478 \series default
41479  package the line numbering is shifted by a line by every previous listing.
41480  That's the reason why the lines 2 and 5 are numbered in the above listing
41481  and not the lines 3 and 6.
41482 \end_layout
41483
41484 \end_inset
41485
41486
41487 \end_layout
41488
41489 \begin_layout Standard
41490 \begin_inset VSpace bigskip
41491 \end_inset
41492
41493
41494 \end_layout
41495
41496 \begin_layout Standard
41497 It is also possible to print lines from a file as listing.
41498  To do this, use the menu 
41499 \family sans
41500 Insert\SpecialChar menuseparator
41501 File\SpecialChar menuseparator
41502 Child Document
41503 \family default
41504  and choose the type 
41505 \family sans
41506 Listings
41507 \family default
41508 .
41509 \begin_inset Foot
41510 status collapsed
41511
41512 \begin_layout Plain Layout
41513 The other child document types are described in section
41514 \begin_inset space ~
41515 \end_inset
41516
41517
41518 \begin_inset CommandInset ref
41519 LatexCommand ref
41520 reference "sec:Child-Documents"
41521
41522 \end_inset
41523
41524 .
41525 \end_layout
41526
41527 \end_inset
41528
41529  In the child document dialog you can specify the listing parameters in
41530  a text box.
41531  To show a list of all available parameters, type in a question mark 
41532 \begin_inset Quotes eld
41533 \end_inset
41534
41535 ?
41536 \begin_inset Quotes erd
41537 \end_inset
41538
41539  in the text box.
41540 \end_layout
41541
41542 \begin_layout Standard
41543 To reference child document listings, write a label text into the corresponding
41544  field of the child document dialog.
41545  The label can then be referenced using the menu 
41546 \family sans
41547 Insert\SpecialChar menuseparator
41548 Cross-Reference
41549 \family default
41550 .
41551 \end_layout
41552
41553 \begin_layout Standard
41554 Listing
41555 \begin_inset space ~
41556 \end_inset
41557
41558
41559 \begin_inset CommandInset ref
41560 LatexCommand ref
41561 reference "lst:file-listing"
41562
41563 \end_inset
41564
41565  is an example for a listing of a file; there the lines 10
41566 \begin_inset space \thinspace{}
41567 \end_inset
41568
41569 -
41570 \begin_inset space \thinspace{}
41571 \end_inset
41572
41573 15 of this \SpecialChar LyX
41574  file are listed.
41575 \end_layout
41576
41577 \begin_layout Standard
41578 \begin_inset CommandInset include
41579 LatexCommand lstinputlisting
41580 filename "EmbeddedObjects.lyx"
41581 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41582
41583 \end_inset
41584
41585
41586 \end_layout
41587
41588 \begin_layout Standard
41589 \begin_inset VSpace bigskip
41590 \end_inset
41591
41592
41593 \end_layout
41594
41595 \begin_layout Standard
41596 Inserting a formula into a listing can be done the following way:
41597 \end_layout
41598
41599 \begin_layout Enumerate
41600 Open the listings dialog and add
41601 \begin_inset Newline newline
41602 \end_inset
41603
41604
41605 \family sans
41606 mathescape=true
41607 \family default
41608
41609 \begin_inset Newline newline
41610 \end_inset
41611
41612 to the field of the 
41613 \family sans
41614 Advanced
41615 \family default
41616  tab.
41617 \end_layout
41618
41619 \begin_layout Enumerate
41620 Create a formula outside the listing
41621 \end_layout
41622
41623 \begin_layout Enumerate
41624 Copy the content of the formula (not the formula inset) to the clipboard
41625  (shortcut 
41626 \begin_inset Info
41627 type  "shortcut"
41628 arg   "copy"
41629 \end_inset
41630
41631 )
41632 \end_layout
41633
41634 \begin_layout Enumerate
41635 In the listing write 
41636 \begin_inset Quotes eld
41637 \end_inset
41638
41639
41640 \family sans
41641 $$
41642 \family default
41643
41644 \begin_inset Quotes erd
41645 \end_inset
41646
41647  and copy from the clipboard between the dollar-signs (shortcut 
41648 \begin_inset Info
41649 type  "shortcut"
41650 arg   "paste"
41651 \end_inset
41652
41653 )
41654 \end_layout
41655
41656 \begin_layout Standard
41657 \begin_inset listings
41658 lstparams "language=Python,mathescape=true"
41659 inline false
41660 status open
41661
41662 \begin_layout Plain Layout
41663
41664 \begin_inset Caption Standard
41665
41666 \begin_layout Plain Layout
41667 Example Listing float containing a formula
41668 \end_layout
41669
41670 \end_inset
41671
41672 # Example listing float
41673 \end_layout
41674
41675 \begin_layout Plain Layout
41676
41677 def func(param):
41678 \end_layout
41679
41680 \begin_layout Plain Layout
41681
41682     # $
41683 \backslash
41684 prod_{n=1}^{
41685 \backslash
41686 infty}
41687 \backslash
41688 ,
41689 \backslash
41690 frac{1}{x^{2}}$
41691 \end_layout
41692
41693 \begin_layout Plain Layout
41694
41695     pass
41696 \end_layout
41697
41698 \end_inset
41699
41700
41701 \end_layout
41702
41703 \begin_layout Standard
41704 \begin_inset VSpace bigskip
41705 \end_inset
41706
41707
41708 \end_layout
41709
41710 \begin_layout Standard
41711 Global listings settings can be set in the 
41712 \family sans
41713 Document\SpecialChar menuseparator
41714 Settings\SpecialChar menuseparator
41715 Listings
41716 \family default
41717  dialog.
41718  To get there a list of available options, type in a question mark 
41719 \begin_inset Quotes eld
41720 \end_inset
41721
41722 ?
41723 \begin_inset Quotes erd
41724 \end_inset
41725
41726 .
41727 \end_layout
41728
41729 \begin_layout Standard
41730 For more information about the 
41731 \series bold
41732 listings
41733 \series default
41734  and 
41735 \series bold
41736 minted
41737 \series default
41738  packages, we refer to their documentation 
41739 \begin_inset CommandInset citation
41740 LatexCommand cite
41741 key "listings,minted"
41742 literal "true"
41743
41744 \end_inset
41745
41746 .
41747 \end_layout
41748
41749 \begin_layout Standard
41750 \begin_inset Newpage newpage
41751 \end_inset
41752
41753
41754 \end_layout
41755
41756 \begin_layout Chapter
41757 \start_of_appendix
41758 Units available in \SpecialChar LyX
41759
41760 \begin_inset Index idx
41761 status collapsed
41762
41763 \begin_layout Plain Layout
41764 Units
41765 \end_layout
41766
41767 \end_inset
41768
41769
41770 \begin_inset CommandInset label
41771 LatexCommand label
41772 name "cha:Units-available-in"
41773
41774 \end_inset
41775
41776
41777 \end_layout
41778
41779 \begin_layout Standard
41780 To understand the units described in this documentation, Table
41781 \begin_inset space ~
41782 \end_inset
41783
41784
41785 \begin_inset CommandInset ref
41786 LatexCommand ref
41787 reference "tab:Units"
41788
41789 \end_inset
41790
41791  explains all units available in \SpecialChar LyX
41792 .
41793 \end_layout
41794
41795 \begin_layout Standard
41796 \begin_inset Float table
41797 placement h
41798 wide false
41799 sideways false
41800 status open
41801
41802 \begin_layout Plain Layout
41803 \begin_inset Caption Standard
41804
41805 \begin_layout Plain Layout
41806 \begin_inset CommandInset label
41807 LatexCommand label
41808 name "tab:Units"
41809
41810 \end_inset
41811
41812 Units
41813 \end_layout
41814
41815 \end_inset
41816
41817
41818 \end_layout
41819
41820 \begin_layout Plain Layout
41821 \begin_inset VSpace medskip
41822 \end_inset
41823
41824
41825 \end_layout
41826
41827 \begin_layout Plain Layout
41828 \align center
41829 \begin_inset Tabular
41830 <lyxtabular version="3" rows="20" columns="3">
41831 <features tabularvalignment="middle">
41832 <column alignment="center" valignment="top">
41833 <column alignment="center" valignment="top">
41834 <column alignment="center" valignment="top">
41835 <row>
41836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41837 \begin_inset Text
41838
41839 \begin_layout Plain Layout
41840 unit
41841 \end_layout
41842
41843 \end_inset
41844 </cell>
41845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41846 \begin_inset Text
41847
41848 \begin_layout Plain Layout
41849 name/description
41850 \end_layout
41851
41852 \end_inset
41853 </cell>
41854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41855 \begin_inset Text
41856
41857 \begin_layout Plain Layout
41858 \SpecialChar LaTeX
41859  command
41860 \end_layout
41861
41862 \end_inset
41863 </cell>
41864 </row>
41865 <row>
41866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41867 \begin_inset Text
41868
41869 \begin_layout Plain Layout
41870 mm
41871 \end_layout
41872
41873 \end_inset
41874 </cell>
41875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41876 \begin_inset Text
41877
41878 \begin_layout Plain Layout
41879 millimeter
41880 \end_layout
41881
41882 \end_inset
41883 </cell>
41884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41885 \begin_inset Text
41886
41887 \begin_layout Plain Layout
41888 -
41889 \end_layout
41890
41891 \end_inset
41892 </cell>
41893 </row>
41894 <row>
41895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41896 \begin_inset Text
41897
41898 \begin_layout Plain Layout
41899 cm
41900 \end_layout
41901
41902 \end_inset
41903 </cell>
41904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41905 \begin_inset Text
41906
41907 \begin_layout Plain Layout
41908 centimeter
41909 \end_layout
41910
41911 \end_inset
41912 </cell>
41913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41914 \begin_inset Text
41915
41916 \begin_layout Plain Layout
41917 -
41918 \end_layout
41919
41920 \end_inset
41921 </cell>
41922 </row>
41923 <row>
41924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41925 \begin_inset Text
41926
41927 \begin_layout Plain Layout
41928 in
41929 \end_layout
41930
41931 \end_inset
41932 </cell>
41933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41934 \begin_inset Text
41935
41936 \begin_layout Plain Layout
41937 inch
41938 \end_layout
41939
41940 \end_inset
41941 </cell>
41942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41943 \begin_inset Text
41944
41945 \begin_layout Plain Layout
41946 -
41947 \end_layout
41948
41949 \end_inset
41950 </cell>
41951 </row>
41952 <row>
41953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41954 \begin_inset Text
41955
41956 \begin_layout Plain Layout
41957 pt
41958 \end_layout
41959
41960 \end_inset
41961 </cell>
41962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41963 \begin_inset Text
41964
41965 \begin_layout Plain Layout
41966 point (72.27
41967 \begin_inset space \thinspace{}
41968 \end_inset
41969
41970 pt = 1
41971 \begin_inset space \thinspace{}
41972 \end_inset
41973
41974 in)
41975 \end_layout
41976
41977 \end_inset
41978 </cell>
41979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41980 \begin_inset Text
41981
41982 \begin_layout Plain Layout
41983 -
41984 \end_layout
41985
41986 \end_inset
41987 </cell>
41988 </row>
41989 <row>
41990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41991 \begin_inset Text
41992
41993 \begin_layout Plain Layout
41994 pc
41995 \end_layout
41996
41997 \end_inset
41998 </cell>
41999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42000 \begin_inset Text
42001
42002 \begin_layout Plain Layout
42003 pica (1
42004 \begin_inset space \thinspace{}
42005 \end_inset
42006
42007 pc = 12
42008 \begin_inset space \thinspace{}
42009 \end_inset
42010
42011 pt)
42012 \end_layout
42013
42014 \end_inset
42015 </cell>
42016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42017 \begin_inset Text
42018
42019 \begin_layout Plain Layout
42020 -
42021 \end_layout
42022
42023 \end_inset
42024 </cell>
42025 </row>
42026 <row>
42027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42028 \begin_inset Text
42029
42030 \begin_layout Plain Layout
42031 sp
42032 \end_layout
42033
42034 \end_inset
42035 </cell>
42036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42037 \begin_inset Text
42038
42039 \begin_layout Plain Layout
42040 scaled point (65536
42041 \begin_inset space \thinspace{}
42042 \end_inset
42043
42044 sp = 1
42045 \begin_inset space \thinspace{}
42046 \end_inset
42047
42048 pt)
42049 \end_layout
42050
42051 \end_inset
42052 </cell>
42053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42054 \begin_inset Text
42055
42056 \begin_layout Plain Layout
42057 -
42058 \end_layout
42059
42060 \end_inset
42061 </cell>
42062 </row>
42063 <row>
42064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42065 \begin_inset Text
42066
42067 \begin_layout Plain Layout
42068 bp
42069 \end_layout
42070
42071 \end_inset
42072 </cell>
42073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42074 \begin_inset Text
42075
42076 \begin_layout Plain Layout
42077 big point (72
42078 \begin_inset space \thinspace{}
42079 \end_inset
42080
42081 bp = 1
42082 \begin_inset space \thinspace{}
42083 \end_inset
42084
42085 in)
42086 \end_layout
42087
42088 \end_inset
42089 </cell>
42090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42091 \begin_inset Text
42092
42093 \begin_layout Plain Layout
42094 -
42095 \end_layout
42096
42097 \end_inset
42098 </cell>
42099 </row>
42100 <row>
42101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42102 \begin_inset Text
42103
42104 \begin_layout Plain Layout
42105 dd
42106 \end_layout
42107
42108 \end_inset
42109 </cell>
42110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42111 \begin_inset Text
42112
42113 \begin_layout Plain Layout
42114 didot (1
42115 \begin_inset space \thinspace{}
42116 \end_inset
42117
42118 dd 
42119 \begin_inset Formula $\approx$
42120 \end_inset
42121
42122  0.376
42123 \begin_inset space \thinspace{}
42124 \end_inset
42125
42126 mm)
42127 \end_layout
42128
42129 \end_inset
42130 </cell>
42131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42132 \begin_inset Text
42133
42134 \begin_layout Plain Layout
42135 -
42136 \end_layout
42137
42138 \end_inset
42139 </cell>
42140 </row>
42141 <row>
42142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42143 \begin_inset Text
42144
42145 \begin_layout Plain Layout
42146 cc
42147 \end_layout
42148
42149 \end_inset
42150 </cell>
42151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42152 \begin_inset Text
42153
42154 \begin_layout Plain Layout
42155 cicero (1
42156 \begin_inset space \thinspace{}
42157 \end_inset
42158
42159 cc = 12
42160 \begin_inset space \thinspace{}
42161 \end_inset
42162
42163 dd)
42164 \end_layout
42165
42166 \end_inset
42167 </cell>
42168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42169 \begin_inset Text
42170
42171 \begin_layout Plain Layout
42172 -
42173 \end_layout
42174
42175 \end_inset
42176 </cell>
42177 </row>
42178 <row>
42179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42180 \begin_inset Text
42181
42182 \begin_layout Plain Layout
42183 Scale Graphics %
42184 \end_layout
42185
42186 \end_inset
42187 </cell>
42188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42189 \begin_inset Text
42190
42191 \begin_layout Plain Layout
42192 % of original image width
42193 \end_layout
42194
42195 \end_inset
42196 </cell>
42197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42198 \begin_inset Text
42199
42200 \begin_layout Plain Layout
42201
42202 \end_layout
42203
42204 \end_inset
42205 </cell>
42206 </row>
42207 <row>
42208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42209 \begin_inset Text
42210
42211 \begin_layout Plain Layout
42212 Text Width %
42213 \end_layout
42214
42215 \end_inset
42216 </cell>
42217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42218 \begin_inset Text
42219
42220 \begin_layout Plain Layout
42221 % of text width
42222 \end_layout
42223
42224 \end_inset
42225 </cell>
42226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42227 \begin_inset Text
42228
42229 \begin_layout Plain Layout
42230
42231 \backslash
42232 textwidth
42233 \end_layout
42234
42235 \end_inset
42236 </cell>
42237 </row>
42238 <row>
42239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42240 \begin_inset Text
42241
42242 \begin_layout Plain Layout
42243 Column Width %
42244 \end_layout
42245
42246 \end_inset
42247 </cell>
42248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42249 \begin_inset Text
42250
42251 \begin_layout Plain Layout
42252 % of column width
42253 \end_layout
42254
42255 \end_inset
42256 </cell>
42257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42258 \begin_inset Text
42259
42260 \begin_layout Plain Layout
42261
42262 \backslash
42263 columnwidth
42264 \end_layout
42265
42266 \end_inset
42267 </cell>
42268 </row>
42269 <row>
42270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42271 \begin_inset Text
42272
42273 \begin_layout Plain Layout
42274 Page Width %
42275 \end_layout
42276
42277 \end_inset
42278 </cell>
42279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42280 \begin_inset Text
42281
42282 \begin_layout Plain Layout
42283 % of paper width
42284 \end_layout
42285
42286 \end_inset
42287 </cell>
42288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42289 \begin_inset Text
42290
42291 \begin_layout Plain Layout
42292
42293 \backslash
42294 paperwidth
42295 \end_layout
42296
42297 \end_inset
42298 </cell>
42299 </row>
42300 <row>
42301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42302 \begin_inset Text
42303
42304 \begin_layout Plain Layout
42305 Line Width %
42306 \end_layout
42307
42308 \end_inset
42309 </cell>
42310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42311 \begin_inset Text
42312
42313 \begin_layout Plain Layout
42314 % of line width
42315 \end_layout
42316
42317 \end_inset
42318 </cell>
42319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42320 \begin_inset Text
42321
42322 \begin_layout Plain Layout
42323
42324 \backslash
42325 linewidth
42326 \end_layout
42327
42328 \end_inset
42329 </cell>
42330 </row>
42331 <row>
42332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42333 \begin_inset Text
42334
42335 \begin_layout Plain Layout
42336 Text Height %
42337 \end_layout
42338
42339 \end_inset
42340 </cell>
42341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42342 \begin_inset Text
42343
42344 \begin_layout Plain Layout
42345 % of text height
42346 \end_layout
42347
42348 \end_inset
42349 </cell>
42350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42351 \begin_inset Text
42352
42353 \begin_layout Plain Layout
42354
42355 \backslash
42356 textheight
42357 \end_layout
42358
42359 \end_inset
42360 </cell>
42361 </row>
42362 <row>
42363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42364 \begin_inset Text
42365
42366 \begin_layout Plain Layout
42367 Page Height %
42368 \end_layout
42369
42370 \end_inset
42371 </cell>
42372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42373 \begin_inset Text
42374
42375 \begin_layout Plain Layout
42376 % of paper height
42377 \end_layout
42378
42379 \end_inset
42380 </cell>
42381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42382 \begin_inset Text
42383
42384 \begin_layout Plain Layout
42385
42386 \backslash
42387 paperheight
42388 \end_layout
42389
42390 \end_inset
42391 </cell>
42392 </row>
42393 <row>
42394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42395 \begin_inset Text
42396
42397 \begin_layout Plain Layout
42398 ex
42399 \end_layout
42400
42401 \end_inset
42402 </cell>
42403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42404 \begin_inset Text
42405
42406 \begin_layout Plain Layout
42407 height of letter 
42408 \emph on
42409 x
42410 \emph default
42411  in current font
42412 \end_layout
42413
42414 \end_inset
42415 </cell>
42416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42417 \begin_inset Text
42418
42419 \begin_layout Plain Layout
42420 -
42421 \end_layout
42422
42423 \end_inset
42424 </cell>
42425 </row>
42426 <row>
42427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42428 \begin_inset Text
42429
42430 \begin_layout Plain Layout
42431 em
42432 \end_layout
42433
42434 \end_inset
42435 </cell>
42436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42437 \begin_inset Text
42438
42439 \begin_layout Plain Layout
42440 width of letter 
42441 \emph on
42442 M
42443 \emph default
42444  in current font
42445 \end_layout
42446
42447 \end_inset
42448 </cell>
42449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42450 \begin_inset Text
42451
42452 \begin_layout Plain Layout
42453 -
42454 \end_layout
42455
42456 \end_inset
42457 </cell>
42458 </row>
42459 <row>
42460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42461 \begin_inset Text
42462
42463 \begin_layout Plain Layout
42464 mu
42465 \end_layout
42466
42467 \end_inset
42468 </cell>
42469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42470 \begin_inset Text
42471
42472 \begin_layout Plain Layout
42473 math unit (1
42474 \begin_inset space \thinspace{}
42475 \end_inset
42476
42477 mu = 1/18
42478 \begin_inset space \thinspace{}
42479 \end_inset
42480
42481 em)
42482 \end_layout
42483
42484 \end_inset
42485 </cell>
42486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42487 \begin_inset Text
42488
42489 \begin_layout Plain Layout
42490 -
42491 \end_layout
42492
42493 \end_inset
42494 </cell>
42495 </row>
42496 </lyxtabular>
42497
42498 \end_inset
42499
42500
42501 \end_layout
42502
42503 \end_inset
42504
42505
42506 \end_layout
42507
42508 \begin_layout Chapter
42509 Output File Formats with Graphics
42510 \begin_inset CommandInset label
42511 LatexCommand label
42512 name "cha:Output-File-Formats"
42513
42514 \end_inset
42515
42516
42517 \end_layout
42518
42519 \begin_layout Section
42520 DVI
42521 \begin_inset Index idx
42522 status collapsed
42523
42524 \begin_layout Plain Layout
42525 File Formats ! DVI
42526 \end_layout
42527
42528 \end_inset
42529
42530
42531 \begin_inset Index idx
42532 status collapsed
42533
42534 \begin_layout Plain Layout
42535 DVI|see
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541 {
42542 \end_layout
42543
42544 \end_inset
42545
42546 File Formats
42547 \begin_inset ERT
42548 status collapsed
42549
42550 \begin_layout Plain Layout
42551
42552 }
42553 \end_layout
42554
42555 \end_inset
42556
42557
42558 \end_layout
42559
42560 \end_inset
42561
42562
42563 \end_layout
42564
42565 \begin_layout Standard
42566 This file type has the extension 
42567 \begin_inset Quotes eld
42568 \end_inset
42569
42570
42571 \family typewriter
42572 .dvi
42573 \family default
42574
42575 \begin_inset Quotes erd
42576 \end_inset
42577
42578 .
42579  It is called 
42580 \begin_inset Quotes eld
42581 \end_inset
42582
42583 device-independent
42584 \begin_inset Quotes erd
42585 \end_inset
42586
42587  (DVI), because it is completely portable; you can move them from one machine
42588  to another without needing to do any sort of conversion.
42589  At the time when this file-format was developed, this was no matter of
42590  course.
42591  DVIs are used for quick previews and as pre-stage for other output formats,
42592  like PostScript.
42593 \end_layout
42594
42595 \begin_layout Standard
42596 \begin_inset Note Greyedout
42597 status open
42598
42599 \begin_layout Plain Layout
42600
42601 \series bold
42602 Note:
42603 \series default
42604  DVI-files do not contain images; they will only be a linked.
42605 \end_layout
42606
42607 \end_inset
42608
42609  So don't forget this, if you move your 
42610 \family typewriter
42611 .dvi
42612 \family default
42613  file to another computer.
42614  This property can also slow down your computer when you view the DVI, because
42615  the DVI-viewer has to convert the image in the background to make it visible
42616  when you scroll in the DVI.
42617  So it is recommended that you use PDF for files with many images.
42618 \end_layout
42619
42620 \begin_layout Standard
42621 You can export your document to DVI by using the menu 
42622 \family sans
42623 File\SpecialChar menuseparator
42624 Export\SpecialChar menuseparator
42625 DVI
42626 \family default
42627 .
42628  You can view your document as DVI via the 
42629 \family sans
42630 View
42631 \family default
42632  menu.
42633 \end_layout
42634
42635 \begin_layout Section
42636 PostScript
42637 \begin_inset Index idx
42638 status collapsed
42639
42640 \begin_layout Plain Layout
42641 File Formats ! PostScript
42642 \end_layout
42643
42644 \end_inset
42645
42646
42647 \begin_inset Index idx
42648 status collapsed
42649
42650 \begin_layout Plain Layout
42651 PostScript|see
42652 \begin_inset ERT
42653 status collapsed
42654
42655 \begin_layout Plain Layout
42656
42657 {
42658 \end_layout
42659
42660 \end_inset
42661
42662 File Formats
42663 \begin_inset ERT
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667
42668 }
42669 \end_layout
42670
42671 \end_inset
42672
42673
42674 \end_layout
42675
42676 \end_inset
42677
42678
42679 \end_layout
42680
42681 \begin_layout Standard
42682 This file type has the extension 
42683 \begin_inset Quotes eld
42684 \end_inset
42685
42686
42687 \family typewriter
42688 .ps
42689 \family default
42690
42691 \begin_inset Quotes erd
42692 \end_inset
42693
42694 .
42695  PostScript was developed by the company 
42696 \family typewriter
42697 Adobe
42698 \family default
42699  as a printer language.
42700  The file therefore contains commands that the printer uses to print the
42701  file.
42702  PostScript can be seen as a 
42703 \begin_inset Quotes eld
42704 \end_inset
42705
42706 programming language
42707 \begin_inset Quotes erd
42708 \end_inset
42709
42710 ; you can calculate with it and draw diagrams and images.
42711 \begin_inset Foot
42712 status collapsed
42713
42714 \begin_layout Plain Layout
42715 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
42716 -package
42717  
42718 \series bold
42719 PSTricks
42720 \series default
42721  
42722 \begin_inset CommandInset citation
42723 LatexCommand cite
42724 key "pstricks"
42725 literal "true"
42726
42727 \end_inset
42728
42729 .
42730 \end_layout
42731
42732 \end_inset
42733
42734  Due to this ability, the files are often bigger than PDFs.
42735 \end_layout
42736
42737 \begin_layout Standard
42738 PostScript can only contain images in the format 
42739 \begin_inset Quotes eld
42740 \end_inset
42741
42742 Encapsulated PostScript
42743 \begin_inset Quotes erd
42744 \end_inset
42745
42746  (EPS, file extension 
42747 \begin_inset Quotes eld
42748 \end_inset
42749
42750
42751 \family typewriter
42752 .eps
42753 \family default
42754
42755 \begin_inset Quotes erd
42756 \end_inset
42757
42758 ).
42759  As \SpecialChar LyX
42760  allows you to use any known image format in your document, it has to
42761  convert images in the background to EPS.
42762  If you have e.g.
42763 \begin_inset space ~
42764 \end_inset
42765
42766 50
42767 \begin_inset space ~
42768 \end_inset
42769
42770 images in your document, \SpecialChar LyX
42771  has to do 50
42772 \begin_inset space ~
42773 \end_inset
42774
42775 conversions whenever you view or export your document.
42776  This will slow down your work flow with \SpecialChar LyX
42777  drastically.
42778  So if you plan to use PostScript, you can insert your images directly as
42779  EPS to avoid this problem.
42780 \end_layout
42781
42782 \begin_layout Standard
42783 You can export your document to PostScript using the menu 
42784 \family sans
42785 File\SpecialChar menuseparator
42786 Export\SpecialChar menuseparator
42787 Postscript
42788 \family default
42789 .
42790  You can view your document as PostScript via the 
42791 \family sans
42792 View
42793 \family default
42794  menu.
42795 \end_layout
42796
42797 \begin_layout Section
42798 PDF
42799 \begin_inset Index idx
42800 status collapsed
42801
42802 \begin_layout Plain Layout
42803 File Formats ! PDF
42804 \end_layout
42805
42806 \end_inset
42807
42808
42809 \begin_inset Index idx
42810 status collapsed
42811
42812 \begin_layout Plain Layout
42813 PDF
42814 \end_layout
42815
42816 \end_inset
42817
42818
42819 \end_layout
42820
42821 \begin_layout Standard
42822 This file type has the extension 
42823 \begin_inset Quotes eld
42824 \end_inset
42825
42826
42827 \family typewriter
42828 .pdf
42829 \family default
42830
42831 \begin_inset Quotes erd
42832 \end_inset
42833
42834 .
42835  The 
42836 \begin_inset Quotes eld
42837 \end_inset
42838
42839 Portable Document Format
42840 \begin_inset Quotes erd
42841 \end_inset
42842
42843  (PDF) was developed by 
42844 \family typewriter
42845 Adobe
42846 \family default
42847  as a derivative of PostScript.
42848  It is more compressed and it uses fewer commands than PostScript.
42849  As the name 
42850 \begin_inset Quotes eld
42851 \end_inset
42852
42853 portable
42854 \begin_inset Quotes erd
42855 \end_inset
42856
42857  implies, it can be processed at any computer system and the printed output
42858  looks exactly the same.
42859 \end_layout
42860
42861 \begin_layout Standard
42862 PDF can contain images in its own PDF format, in the format 
42863 \begin_inset Quotes eld
42864 \end_inset
42865
42866 Joint Photographic Experts Group
42867 \begin_inset Quotes erd
42868 \end_inset
42869
42870  (JPG, file extension 
42871 \begin_inset Quotes eld
42872 \end_inset
42873
42874
42875 \family typewriter
42876 .jpg
42877 \family default
42878
42879 \begin_inset Quotes erd
42880 \end_inset
42881
42882  or 
42883 \begin_inset Quotes eld
42884 \end_inset
42885
42886
42887 \family typewriter
42888 .jpeg
42889 \family default
42890
42891 \begin_inset Quotes erd
42892 \end_inset
42893
42894 ), and in the format 
42895 \begin_inset Quotes eld
42896 \end_inset
42897
42898 Portable Network Graphics
42899 \begin_inset Quotes erd
42900 \end_inset
42901
42902  (PNG, file extension 
42903 \begin_inset Quotes eld
42904 \end_inset
42905
42906
42907 \family typewriter
42908 .png
42909 \family default
42910
42911 \begin_inset Quotes erd
42912 \end_inset
42913
42914 ).
42915  Nevertheless you can use any other image format, because \SpecialChar LyX
42916  converts them
42917  in the background to one of these formats.
42918  But as described in the section about PostScript, the image conversion
42919  will slow down your work flow.
42920  So it is recommended that you use images in one of the three mentioned
42921  formats.
42922 \end_layout
42923
42924 \begin_layout Standard
42925 You can export your document to PDF via the menu 
42926 \family sans
42927 File\SpecialChar menuseparator
42928 Export
42929 \family default
42930  in three different ways:
42931 \end_layout
42932
42933 \begin_layout Description
42934 PDF
42935 \begin_inset space ~
42936 \end_inset
42937
42938 (ps2pdf) This uses the program 
42939 \family typewriter
42940 ps2pdf
42941 \family default
42942  that creates a PDF from a PostScript-version of your file.
42943  The PostScript-version is produced by the program 
42944 \family typewriter
42945 dvips
42946 \family default
42947  which uses a DVI-version as intermediate step.
42948  So this export variant consists of three conversions.
42949 \end_layout
42950
42951 \begin_layout Description
42952 PDF
42953 \begin_inset space ~
42954 \end_inset
42955
42956 (dvipdfm) This uses the program 
42957 \family typewriter
42958 dvipdfm
42959 \family default
42960  that converts your file in the background to DVI and in a second step to
42961  PDF.
42962 \end_layout
42963
42964 \begin_layout Description
42965 PDF
42966 \begin_inset space ~
42967 \end_inset
42968
42969 (pdflatex) This uses the program 
42970 \family typewriter
42971 pdftex
42972 \family default
42973  that converts your file directly to PDF.
42974 \end_layout
42975
42976 \begin_layout Standard
42977 It is recommended that you use 
42978 \family sans
42979 PDF
42980 \begin_inset space ~
42981 \end_inset
42982
42983 (pdflatex)
42984 \family default
42985  because 
42986 \family typewriter
42987 pdftex
42988 \family default
42989  supports all features of actual PDF-versions, is quick and works stable.
42990  The program 
42991 \family typewriter
42992 dvipdfm
42993 \family default
42994  is not under development and therefore a bit outdated.
42995 \end_layout
42996
42997 \begin_layout Standard
42998 You can view your document as PDF via the 
42999 \family sans
43000 View
43001 \family default
43002  menu or by using a toolbar button.
43003 \end_layout
43004
43005 \begin_layout Chapter
43006 List of dvips color names
43007 \begin_inset CommandInset label
43008 LatexCommand label
43009 name "chap:List-of-dvips-colornames"
43010
43011 \end_inset
43012
43013
43014 \end_layout
43015
43016 \begin_layout Standard
43017 \begin_inset Tabular
43018 <lyxtabular version="3" rows="17" columns="4">
43019 <features tabularvalignment="middle">
43020 <column alignment="left" valignment="top" width="0pt">
43021 <column alignment="left" valignment="top" width="0pt">
43022 <column alignment="left" valignment="top" width="0pt">
43023 <column alignment="left" valignment="top" width="0pt">
43024 <row>
43025 <cell alignment="left" valignment="top" usebox="none">
43026 \begin_inset Text
43027
43028 \begin_layout Plain Layout
43029 \begin_inset ERT
43030 status collapsed
43031
43032 \begin_layout Plain Layout
43033
43034
43035 \backslash
43036 fcolorbox{black}{
43037 \end_layout
43038
43039 \end_inset
43040
43041 white
43042 \begin_inset ERT
43043 status collapsed
43044
43045 \begin_layout Plain Layout
43046
43047 }{
43048 \end_layout
43049
43050 \end_inset
43051
43052 Color
43053 \begin_inset ERT
43054 status collapsed
43055
43056 \begin_layout Plain Layout
43057
43058 }
43059 \end_layout
43060
43061 \end_inset
43062
43063  Color name
43064 \end_layout
43065
43066 \end_inset
43067 </cell>
43068 <cell alignment="left" valignment="top" usebox="none">
43069 \begin_inset Text
43070
43071 \begin_layout Plain Layout
43072 \begin_inset ERT
43073 status collapsed
43074
43075 \begin_layout Plain Layout
43076
43077
43078 \backslash
43079 fcolorbox{black}{
43080 \end_layout
43081
43082 \end_inset
43083
43084 white
43085 \begin_inset ERT
43086 status collapsed
43087
43088 \begin_layout Plain Layout
43089
43090 }{
43091 \end_layout
43092
43093 \end_inset
43094
43095 Color
43096 \begin_inset ERT
43097 status collapsed
43098
43099 \begin_layout Plain Layout
43100
43101 }
43102 \end_layout
43103
43104 \end_inset
43105
43106  Color name
43107 \end_layout
43108
43109 \end_inset
43110 </cell>
43111 <cell alignment="left" valignment="top" usebox="none">
43112 \begin_inset Text
43113
43114 \begin_layout Plain Layout
43115 \begin_inset ERT
43116 status collapsed
43117
43118 \begin_layout Plain Layout
43119
43120
43121 \backslash
43122 fcolorbox{black}{
43123 \end_layout
43124
43125 \end_inset
43126
43127 white
43128 \begin_inset ERT
43129 status collapsed
43130
43131 \begin_layout Plain Layout
43132
43133 }{
43134 \end_layout
43135
43136 \end_inset
43137
43138 Color
43139 \begin_inset ERT
43140 status collapsed
43141
43142 \begin_layout Plain Layout
43143
43144 }
43145 \end_layout
43146
43147 \end_inset
43148
43149  Color name
43150 \end_layout
43151
43152 \end_inset
43153 </cell>
43154 <cell alignment="left" valignment="top" usebox="none">
43155 \begin_inset Text
43156
43157 \begin_layout Plain Layout
43158 \begin_inset ERT
43159 status collapsed
43160
43161 \begin_layout Plain Layout
43162
43163
43164 \backslash
43165 fcolorbox{black}{
43166 \end_layout
43167
43168 \end_inset
43169
43170 white
43171 \begin_inset ERT
43172 status collapsed
43173
43174 \begin_layout Plain Layout
43175
43176 }{
43177 \end_layout
43178
43179 \end_inset
43180
43181 Color
43182 \begin_inset ERT
43183 status collapsed
43184
43185 \begin_layout Plain Layout
43186
43187 }
43188 \end_layout
43189
43190 \end_inset
43191
43192  Color name
43193 \end_layout
43194
43195 \end_inset
43196 </cell>
43197 </row>
43198 <row>
43199 <cell alignment="center" valignment="top" usebox="none">
43200 \begin_inset Text
43201
43202 \begin_layout Plain Layout
43203 \begin_inset ERT
43204 status collapsed
43205
43206 \begin_layout Plain Layout
43207
43208
43209 \backslash
43210 fcolorbox{black}{
43211 \end_layout
43212
43213 \end_inset
43214
43215 Apricot
43216 \begin_inset ERT
43217 status collapsed
43218
43219 \begin_layout Plain Layout
43220
43221 }{
43222 \end_layout
43223
43224 \end_inset
43225
43226
43227 \begin_inset Phantom Phantom
43228 status open
43229
43230 \begin_layout Plain Layout
43231 W
43232 \end_layout
43233
43234 \end_inset
43235
43236
43237 \begin_inset ERT
43238 status collapsed
43239
43240 \begin_layout Plain Layout
43241
43242 }
43243 \end_layout
43244
43245 \end_inset
43246
43247  Apricot
43248 \end_layout
43249
43250 \end_inset
43251 </cell>
43252 <cell alignment="center" valignment="top" usebox="none">
43253 \begin_inset Text
43254
43255 \begin_layout Plain Layout
43256 \begin_inset ERT
43257 status collapsed
43258
43259 \begin_layout Plain Layout
43260
43261
43262 \backslash
43263 fcolorbox{black}{
43264 \end_layout
43265
43266 \end_inset
43267
43268 Aquamarine
43269 \begin_inset ERT
43270 status collapsed
43271
43272 \begin_layout Plain Layout
43273
43274 }{
43275 \end_layout
43276
43277 \end_inset
43278
43279
43280 \begin_inset Phantom Phantom
43281 status open
43282
43283 \begin_layout Plain Layout
43284 W
43285 \end_layout
43286
43287 \end_inset
43288
43289
43290 \begin_inset ERT
43291 status collapsed
43292
43293 \begin_layout Plain Layout
43294
43295 }
43296 \end_layout
43297
43298 \end_inset
43299
43300  Aquamarine
43301 \end_layout
43302
43303 \end_inset
43304 </cell>
43305 <cell alignment="center" valignment="top" usebox="none">
43306 \begin_inset Text
43307
43308 \begin_layout Plain Layout
43309 \begin_inset ERT
43310 status collapsed
43311
43312 \begin_layout Plain Layout
43313
43314
43315 \backslash
43316 fcolorbox{black}{
43317 \end_layout
43318
43319 \end_inset
43320
43321 Bittersweet
43322 \begin_inset ERT
43323 status collapsed
43324
43325 \begin_layout Plain Layout
43326
43327 }{
43328 \end_layout
43329
43330 \end_inset
43331
43332
43333 \begin_inset Phantom Phantom
43334 status open
43335
43336 \begin_layout Plain Layout
43337 W
43338 \end_layout
43339
43340 \end_inset
43341
43342
43343 \begin_inset ERT
43344 status collapsed
43345
43346 \begin_layout Plain Layout
43347
43348 }
43349 \end_layout
43350
43351 \end_inset
43352
43353  Bittersweet
43354 \end_layout
43355
43356 \end_inset
43357 </cell>
43358 <cell alignment="center" valignment="top" usebox="none">
43359 \begin_inset Text
43360
43361 \begin_layout Plain Layout
43362 \begin_inset ERT
43363 status collapsed
43364
43365 \begin_layout Plain Layout
43366
43367
43368 \backslash
43369 fcolorbox{black}{
43370 \end_layout
43371
43372 \end_inset
43373
43374 BlueGreen
43375 \begin_inset ERT
43376 status collapsed
43377
43378 \begin_layout Plain Layout
43379
43380 }{
43381 \end_layout
43382
43383 \end_inset
43384
43385
43386 \begin_inset Phantom Phantom
43387 status open
43388
43389 \begin_layout Plain Layout
43390 W
43391 \end_layout
43392
43393 \end_inset
43394
43395
43396 \begin_inset ERT
43397 status collapsed
43398
43399 \begin_layout Plain Layout
43400
43401 }
43402 \end_layout
43403
43404 \end_inset
43405
43406  BlueGreen
43407 \end_layout
43408
43409 \end_inset
43410 </cell>
43411 </row>
43412 <row>
43413 <cell alignment="left" valignment="top" usebox="none">
43414 \begin_inset Text
43415
43416 \begin_layout Plain Layout
43417 \begin_inset ERT
43418 status collapsed
43419
43420 \begin_layout Plain Layout
43421
43422
43423 \backslash
43424 fcolorbox{black}{
43425 \end_layout
43426
43427 \end_inset
43428
43429 BlueViolet
43430 \begin_inset ERT
43431 status collapsed
43432
43433 \begin_layout Plain Layout
43434
43435 }{
43436 \end_layout
43437
43438 \end_inset
43439
43440
43441 \begin_inset Phantom Phantom
43442 status open
43443
43444 \begin_layout Plain Layout
43445 W
43446 \end_layout
43447
43448 \end_inset
43449
43450
43451 \begin_inset ERT
43452 status collapsed
43453
43454 \begin_layout Plain Layout
43455
43456 }
43457 \end_layout
43458
43459 \end_inset
43460
43461  BlueViolet
43462 \end_layout
43463
43464 \end_inset
43465 </cell>
43466 <cell alignment="left" valignment="top" usebox="none">
43467 \begin_inset Text
43468
43469 \begin_layout Plain Layout
43470 \begin_inset ERT
43471 status collapsed
43472
43473 \begin_layout Plain Layout
43474
43475
43476 \backslash
43477 fcolorbox{black}{
43478 \end_layout
43479
43480 \end_inset
43481
43482 BrickRed
43483 \begin_inset ERT
43484 status collapsed
43485
43486 \begin_layout Plain Layout
43487
43488 }{
43489 \end_layout
43490
43491 \end_inset
43492
43493
43494 \begin_inset Phantom Phantom
43495 status open
43496
43497 \begin_layout Plain Layout
43498 W
43499 \end_layout
43500
43501 \end_inset
43502
43503
43504 \begin_inset ERT
43505 status collapsed
43506
43507 \begin_layout Plain Layout
43508
43509 }
43510 \end_layout
43511
43512 \end_inset
43513
43514  BrickRed
43515 \end_layout
43516
43517 \end_inset
43518 </cell>
43519 <cell alignment="left" valignment="top" usebox="none">
43520 \begin_inset Text
43521
43522 \begin_layout Plain Layout
43523 \begin_inset ERT
43524 status collapsed
43525
43526 \begin_layout Plain Layout
43527
43528
43529 \backslash
43530 fcolorbox{black}{
43531 \end_layout
43532
43533 \end_inset
43534
43535 Brown
43536 \begin_inset ERT
43537 status collapsed
43538
43539 \begin_layout Plain Layout
43540
43541 }{
43542 \end_layout
43543
43544 \end_inset
43545
43546
43547 \begin_inset Phantom Phantom
43548 status open
43549
43550 \begin_layout Plain Layout
43551 W
43552 \end_layout
43553
43554 \end_inset
43555
43556
43557 \begin_inset ERT
43558 status collapsed
43559
43560 \begin_layout Plain Layout
43561
43562 }
43563 \end_layout
43564
43565 \end_inset
43566
43567  Brown
43568 \end_layout
43569
43570 \end_inset
43571 </cell>
43572 <cell alignment="left" valignment="top" usebox="none">
43573 \begin_inset Text
43574
43575 \begin_layout Plain Layout
43576 \begin_inset ERT
43577 status collapsed
43578
43579 \begin_layout Plain Layout
43580
43581
43582 \backslash
43583 fcolorbox{black}{
43584 \end_layout
43585
43586 \end_inset
43587
43588 BurntOrange
43589 \begin_inset ERT
43590 status collapsed
43591
43592 \begin_layout Plain Layout
43593
43594 }{
43595 \end_layout
43596
43597 \end_inset
43598
43599
43600 \begin_inset Phantom Phantom
43601 status open
43602
43603 \begin_layout Plain Layout
43604 W
43605 \end_layout
43606
43607 \end_inset
43608
43609
43610 \begin_inset ERT
43611 status collapsed
43612
43613 \begin_layout Plain Layout
43614
43615 }
43616 \end_layout
43617
43618 \end_inset
43619
43620  BurntOrange
43621 \end_layout
43622
43623 \end_inset
43624 </cell>
43625 </row>
43626 <row>
43627 <cell alignment="left" valignment="top" usebox="none">
43628 \begin_inset Text
43629
43630 \begin_layout Plain Layout
43631 \begin_inset ERT
43632 status collapsed
43633
43634 \begin_layout Plain Layout
43635
43636
43637 \backslash
43638 fcolorbox{black}{
43639 \end_layout
43640
43641 \end_inset
43642
43643 CadetBlue
43644 \begin_inset ERT
43645 status collapsed
43646
43647 \begin_layout Plain Layout
43648
43649 }{
43650 \end_layout
43651
43652 \end_inset
43653
43654
43655 \begin_inset Phantom Phantom
43656 status open
43657
43658 \begin_layout Plain Layout
43659 W
43660 \end_layout
43661
43662 \end_inset
43663
43664
43665 \begin_inset ERT
43666 status collapsed
43667
43668 \begin_layout Plain Layout
43669
43670 }
43671 \end_layout
43672
43673 \end_inset
43674
43675  CadetBlue
43676 \end_layout
43677
43678 \end_inset
43679 </cell>
43680 <cell alignment="left" valignment="top" usebox="none">
43681 \begin_inset Text
43682
43683 \begin_layout Plain Layout
43684 \begin_inset ERT
43685 status collapsed
43686
43687 \begin_layout Plain Layout
43688
43689
43690 \backslash
43691 fcolorbox{black}{
43692 \end_layout
43693
43694 \end_inset
43695
43696 CarnationPink
43697 \begin_inset ERT
43698 status collapsed
43699
43700 \begin_layout Plain Layout
43701
43702 }{
43703 \end_layout
43704
43705 \end_inset
43706
43707
43708 \begin_inset Phantom Phantom
43709 status open
43710
43711 \begin_layout Plain Layout
43712 W
43713 \end_layout
43714
43715 \end_inset
43716
43717
43718 \begin_inset ERT
43719 status collapsed
43720
43721 \begin_layout Plain Layout
43722
43723 }
43724 \end_layout
43725
43726 \end_inset
43727
43728  CarnationPink
43729 \end_layout
43730
43731 \end_inset
43732 </cell>
43733 <cell alignment="left" valignment="top" usebox="none">
43734 \begin_inset Text
43735
43736 \begin_layout Plain Layout
43737 \begin_inset ERT
43738 status collapsed
43739
43740 \begin_layout Plain Layout
43741
43742
43743 \backslash
43744 fcolorbox{black}{
43745 \end_layout
43746
43747 \end_inset
43748
43749 Cerulean
43750 \begin_inset ERT
43751 status collapsed
43752
43753 \begin_layout Plain Layout
43754
43755 }{
43756 \end_layout
43757
43758 \end_inset
43759
43760
43761 \begin_inset Phantom Phantom
43762 status open
43763
43764 \begin_layout Plain Layout
43765 W
43766 \end_layout
43767
43768 \end_inset
43769
43770
43771 \begin_inset ERT
43772 status collapsed
43773
43774 \begin_layout Plain Layout
43775
43776 }
43777 \end_layout
43778
43779 \end_inset
43780
43781  Cerulean
43782 \end_layout
43783
43784 \end_inset
43785 </cell>
43786 <cell alignment="left" valignment="top" usebox="none">
43787 \begin_inset Text
43788
43789 \begin_layout Plain Layout
43790 \begin_inset ERT
43791 status collapsed
43792
43793 \begin_layout Plain Layout
43794
43795
43796 \backslash
43797 fcolorbox{black}{
43798 \end_layout
43799
43800 \end_inset
43801
43802 CornflowerBlue
43803 \begin_inset ERT
43804 status collapsed
43805
43806 \begin_layout Plain Layout
43807
43808 }{
43809 \end_layout
43810
43811 \end_inset
43812
43813
43814 \begin_inset Phantom Phantom
43815 status open
43816
43817 \begin_layout Plain Layout
43818 W
43819 \end_layout
43820
43821 \end_inset
43822
43823
43824 \begin_inset ERT
43825 status collapsed
43826
43827 \begin_layout Plain Layout
43828
43829 }
43830 \end_layout
43831
43832 \end_inset
43833
43834  CornflowerBlue
43835 \end_layout
43836
43837 \end_inset
43838 </cell>
43839 </row>
43840 <row>
43841 <cell alignment="left" valignment="top" usebox="none">
43842 \begin_inset Text
43843
43844 \begin_layout Plain Layout
43845 \begin_inset ERT
43846 status collapsed
43847
43848 \begin_layout Plain Layout
43849
43850
43851 \backslash
43852 fcolorbox{black}{
43853 \end_layout
43854
43855 \end_inset
43856
43857 Dandelion
43858 \begin_inset ERT
43859 status collapsed
43860
43861 \begin_layout Plain Layout
43862
43863 }{
43864 \end_layout
43865
43866 \end_inset
43867
43868
43869 \begin_inset Phantom Phantom
43870 status open
43871
43872 \begin_layout Plain Layout
43873 W
43874 \end_layout
43875
43876 \end_inset
43877
43878
43879 \begin_inset ERT
43880 status collapsed
43881
43882 \begin_layout Plain Layout
43883
43884 }
43885 \end_layout
43886
43887 \end_inset
43888
43889  Dandelion
43890 \end_layout
43891
43892 \end_inset
43893 </cell>
43894 <cell alignment="left" valignment="top" usebox="none">
43895 \begin_inset Text
43896
43897 \begin_layout Plain Layout
43898 \begin_inset ERT
43899 status collapsed
43900
43901 \begin_layout Plain Layout
43902
43903
43904 \backslash
43905 fcolorbox{black}{
43906 \end_layout
43907
43908 \end_inset
43909
43910 DarkOrchid
43911 \begin_inset ERT
43912 status collapsed
43913
43914 \begin_layout Plain Layout
43915
43916 }{
43917 \end_layout
43918
43919 \end_inset
43920
43921
43922 \begin_inset Phantom Phantom
43923 status open
43924
43925 \begin_layout Plain Layout
43926 W
43927 \end_layout
43928
43929 \end_inset
43930
43931
43932 \begin_inset ERT
43933 status collapsed
43934
43935 \begin_layout Plain Layout
43936
43937 }
43938 \end_layout
43939
43940 \end_inset
43941
43942  DarkOrchid
43943 \end_layout
43944
43945 \end_inset
43946 </cell>
43947 <cell alignment="left" valignment="top" usebox="none">
43948 \begin_inset Text
43949
43950 \begin_layout Plain Layout
43951 \begin_inset ERT
43952 status collapsed
43953
43954 \begin_layout Plain Layout
43955
43956
43957 \backslash
43958 fcolorbox{black}{
43959 \end_layout
43960
43961 \end_inset
43962
43963 Emerald
43964 \begin_inset ERT
43965 status collapsed
43966
43967 \begin_layout Plain Layout
43968
43969 }{
43970 \end_layout
43971
43972 \end_inset
43973
43974
43975 \begin_inset Phantom Phantom
43976 status open
43977
43978 \begin_layout Plain Layout
43979 W
43980 \end_layout
43981
43982 \end_inset
43983
43984
43985 \begin_inset ERT
43986 status collapsed
43987
43988 \begin_layout Plain Layout
43989
43990 }
43991 \end_layout
43992
43993 \end_inset
43994
43995  Emerald
43996 \end_layout
43997
43998 \end_inset
43999 </cell>
44000 <cell alignment="left" valignment="top" usebox="none">
44001 \begin_inset Text
44002
44003 \begin_layout Plain Layout
44004 \begin_inset ERT
44005 status collapsed
44006
44007 \begin_layout Plain Layout
44008
44009
44010 \backslash
44011 fcolorbox{black}{
44012 \end_layout
44013
44014 \end_inset
44015
44016 ForestGreen
44017 \begin_inset ERT
44018 status collapsed
44019
44020 \begin_layout Plain Layout
44021
44022 }{
44023 \end_layout
44024
44025 \end_inset
44026
44027
44028 \begin_inset Phantom Phantom
44029 status open
44030
44031 \begin_layout Plain Layout
44032 W
44033 \end_layout
44034
44035 \end_inset
44036
44037
44038 \begin_inset ERT
44039 status collapsed
44040
44041 \begin_layout Plain Layout
44042
44043 }
44044 \end_layout
44045
44046 \end_inset
44047
44048  ForestGreen
44049 \end_layout
44050
44051 \end_inset
44052 </cell>
44053 </row>
44054 <row>
44055 <cell alignment="left" valignment="top" usebox="none">
44056 \begin_inset Text
44057
44058 \begin_layout Plain Layout
44059 \begin_inset ERT
44060 status collapsed
44061
44062 \begin_layout Plain Layout
44063
44064
44065 \backslash
44066 fcolorbox{black}{
44067 \end_layout
44068
44069 \end_inset
44070
44071 Fuchsia
44072 \begin_inset ERT
44073 status collapsed
44074
44075 \begin_layout Plain Layout
44076
44077 }{
44078 \end_layout
44079
44080 \end_inset
44081
44082
44083 \begin_inset Phantom Phantom
44084 status open
44085
44086 \begin_layout Plain Layout
44087 W
44088 \end_layout
44089
44090 \end_inset
44091
44092
44093 \begin_inset ERT
44094 status collapsed
44095
44096 \begin_layout Plain Layout
44097
44098 }
44099 \end_layout
44100
44101 \end_inset
44102
44103  Fuchsia
44104 \end_layout
44105
44106 \end_inset
44107 </cell>
44108 <cell alignment="left" valignment="top" usebox="none">
44109 \begin_inset Text
44110
44111 \begin_layout Plain Layout
44112 \begin_inset ERT
44113 status collapsed
44114
44115 \begin_layout Plain Layout
44116
44117
44118 \backslash
44119 fcolorbox{black}{
44120 \end_layout
44121
44122 \end_inset
44123
44124 Goldenrod
44125 \begin_inset ERT
44126 status collapsed
44127
44128 \begin_layout Plain Layout
44129
44130 }{
44131 \end_layout
44132
44133 \end_inset
44134
44135
44136 \begin_inset Phantom Phantom
44137 status open
44138
44139 \begin_layout Plain Layout
44140 W
44141 \end_layout
44142
44143 \end_inset
44144
44145
44146 \begin_inset ERT
44147 status collapsed
44148
44149 \begin_layout Plain Layout
44150
44151 }
44152 \end_layout
44153
44154 \end_inset
44155
44156  Goldenrod
44157 \end_layout
44158
44159 \end_inset
44160 </cell>
44161 <cell alignment="left" valignment="top" usebox="none">
44162 \begin_inset Text
44163
44164 \begin_layout Plain Layout
44165 \begin_inset ERT
44166 status collapsed
44167
44168 \begin_layout Plain Layout
44169
44170
44171 \backslash
44172 fcolorbox{black}{
44173 \end_layout
44174
44175 \end_inset
44176
44177 Gray
44178 \begin_inset ERT
44179 status collapsed
44180
44181 \begin_layout Plain Layout
44182
44183 }{
44184 \end_layout
44185
44186 \end_inset
44187
44188
44189 \begin_inset Phantom Phantom
44190 status open
44191
44192 \begin_layout Plain Layout
44193 W
44194 \end_layout
44195
44196 \end_inset
44197
44198
44199 \begin_inset ERT
44200 status collapsed
44201
44202 \begin_layout Plain Layout
44203
44204 }
44205 \end_layout
44206
44207 \end_inset
44208
44209  Gray
44210 \end_layout
44211
44212 \end_inset
44213 </cell>
44214 <cell alignment="left" valignment="top" usebox="none">
44215 \begin_inset Text
44216
44217 \begin_layout Plain Layout
44218 \begin_inset ERT
44219 status collapsed
44220
44221 \begin_layout Plain Layout
44222
44223
44224 \backslash
44225 fcolorbox{black}{
44226 \end_layout
44227
44228 \end_inset
44229
44230 GreenYellow
44231 \begin_inset ERT
44232 status collapsed
44233
44234 \begin_layout Plain Layout
44235
44236 }{
44237 \end_layout
44238
44239 \end_inset
44240
44241
44242 \begin_inset Phantom Phantom
44243 status open
44244
44245 \begin_layout Plain Layout
44246 W
44247 \end_layout
44248
44249 \end_inset
44250
44251
44252 \begin_inset ERT
44253 status collapsed
44254
44255 \begin_layout Plain Layout
44256
44257 }
44258 \end_layout
44259
44260 \end_inset
44261
44262  GreenYellow
44263 \end_layout
44264
44265 \end_inset
44266 </cell>
44267 </row>
44268 <row>
44269 <cell alignment="center" valignment="top" usebox="none">
44270 \begin_inset Text
44271
44272 \begin_layout Plain Layout
44273 \begin_inset ERT
44274 status collapsed
44275
44276 \begin_layout Plain Layout
44277
44278
44279 \backslash
44280 fcolorbox{black}{
44281 \end_layout
44282
44283 \end_inset
44284
44285 JungleGreen
44286 \begin_inset ERT
44287 status collapsed
44288
44289 \begin_layout Plain Layout
44290
44291 }{
44292 \end_layout
44293
44294 \end_inset
44295
44296
44297 \begin_inset Phantom Phantom
44298 status open
44299
44300 \begin_layout Plain Layout
44301 W
44302 \end_layout
44303
44304 \end_inset
44305
44306
44307 \begin_inset ERT
44308 status collapsed
44309
44310 \begin_layout Plain Layout
44311
44312 }
44313 \end_layout
44314
44315 \end_inset
44316
44317  JungleGreen
44318 \end_layout
44319
44320 \end_inset
44321 </cell>
44322 <cell alignment="center" valignment="top" usebox="none">
44323 \begin_inset Text
44324
44325 \begin_layout Plain Layout
44326 \begin_inset ERT
44327 status collapsed
44328
44329 \begin_layout Plain Layout
44330
44331
44332 \backslash
44333 fcolorbox{black}{
44334 \end_layout
44335
44336 \end_inset
44337
44338 Lavender
44339 \begin_inset ERT
44340 status collapsed
44341
44342 \begin_layout Plain Layout
44343
44344 }{
44345 \end_layout
44346
44347 \end_inset
44348
44349
44350 \begin_inset Phantom Phantom
44351 status open
44352
44353 \begin_layout Plain Layout
44354 W
44355 \end_layout
44356
44357 \end_inset
44358
44359
44360 \begin_inset ERT
44361 status collapsed
44362
44363 \begin_layout Plain Layout
44364
44365 }
44366 \end_layout
44367
44368 \end_inset
44369
44370  Lavender
44371 \end_layout
44372
44373 \end_inset
44374 </cell>
44375 <cell alignment="center" valignment="top" usebox="none">
44376 \begin_inset Text
44377
44378 \begin_layout Plain Layout
44379 \begin_inset ERT
44380 status collapsed
44381
44382 \begin_layout Plain Layout
44383
44384
44385 \backslash
44386 fcolorbox{black}{
44387 \end_layout
44388
44389 \end_inset
44390
44391 LimeGreen
44392 \begin_inset ERT
44393 status collapsed
44394
44395 \begin_layout Plain Layout
44396
44397 }{
44398 \end_layout
44399
44400 \end_inset
44401
44402
44403 \begin_inset Phantom Phantom
44404 status open
44405
44406 \begin_layout Plain Layout
44407 W
44408 \end_layout
44409
44410 \end_inset
44411
44412
44413 \begin_inset ERT
44414 status collapsed
44415
44416 \begin_layout Plain Layout
44417
44418 }
44419 \end_layout
44420
44421 \end_inset
44422
44423  LimeGreen
44424 \end_layout
44425
44426 \end_inset
44427 </cell>
44428 <cell alignment="center" valignment="top" usebox="none">
44429 \begin_inset Text
44430
44431 \begin_layout Plain Layout
44432 \begin_inset ERT
44433 status collapsed
44434
44435 \begin_layout Plain Layout
44436
44437
44438 \backslash
44439 fcolorbox{black}{
44440 \end_layout
44441
44442 \end_inset
44443
44444 Mahogany
44445 \begin_inset ERT
44446 status collapsed
44447
44448 \begin_layout Plain Layout
44449
44450 }{
44451 \end_layout
44452
44453 \end_inset
44454
44455
44456 \begin_inset Phantom Phantom
44457 status open
44458
44459 \begin_layout Plain Layout
44460 W
44461 \end_layout
44462
44463 \end_inset
44464
44465
44466 \begin_inset ERT
44467 status collapsed
44468
44469 \begin_layout Plain Layout
44470
44471 }
44472 \end_layout
44473
44474 \end_inset
44475
44476  Mahogany
44477 \end_layout
44478
44479 \end_inset
44480 </cell>
44481 </row>
44482 <row>
44483 <cell alignment="left" valignment="top" usebox="none">
44484 \begin_inset Text
44485
44486 \begin_layout Plain Layout
44487 \begin_inset ERT
44488 status collapsed
44489
44490 \begin_layout Plain Layout
44491
44492
44493 \backslash
44494 fcolorbox{black}{
44495 \end_layout
44496
44497 \end_inset
44498
44499 Mahogany
44500 \begin_inset ERT
44501 status collapsed
44502
44503 \begin_layout Plain Layout
44504
44505 }{
44506 \end_layout
44507
44508 \end_inset
44509
44510
44511 \begin_inset Phantom Phantom
44512 status open
44513
44514 \begin_layout Plain Layout
44515 W
44516 \end_layout
44517
44518 \end_inset
44519
44520
44521 \begin_inset ERT
44522 status collapsed
44523
44524 \begin_layout Plain Layout
44525
44526 }
44527 \end_layout
44528
44529 \end_inset
44530
44531  Mahogany
44532 \end_layout
44533
44534 \end_inset
44535 </cell>
44536 <cell alignment="left" valignment="top" usebox="none">
44537 \begin_inset Text
44538
44539 \begin_layout Plain Layout
44540 \begin_inset ERT
44541 status collapsed
44542
44543 \begin_layout Plain Layout
44544
44545
44546 \backslash
44547 fcolorbox{black}{
44548 \end_layout
44549
44550 \end_inset
44551
44552 Maroon
44553 \begin_inset ERT
44554 status collapsed
44555
44556 \begin_layout Plain Layout
44557
44558 }{
44559 \end_layout
44560
44561 \end_inset
44562
44563
44564 \begin_inset Phantom Phantom
44565 status open
44566
44567 \begin_layout Plain Layout
44568 W
44569 \end_layout
44570
44571 \end_inset
44572
44573
44574 \begin_inset ERT
44575 status collapsed
44576
44577 \begin_layout Plain Layout
44578
44579 }
44580 \end_layout
44581
44582 \end_inset
44583
44584  Maroon
44585 \end_layout
44586
44587 \end_inset
44588 </cell>
44589 <cell alignment="left" valignment="top" usebox="none">
44590 \begin_inset Text
44591
44592 \begin_layout Plain Layout
44593 \begin_inset ERT
44594 status collapsed
44595
44596 \begin_layout Plain Layout
44597
44598
44599 \backslash
44600 fcolorbox{black}{
44601 \end_layout
44602
44603 \end_inset
44604
44605 Melon
44606 \begin_inset ERT
44607 status collapsed
44608
44609 \begin_layout Plain Layout
44610
44611 }{
44612 \end_layout
44613
44614 \end_inset
44615
44616
44617 \begin_inset Phantom Phantom
44618 status open
44619
44620 \begin_layout Plain Layout
44621 W
44622 \end_layout
44623
44624 \end_inset
44625
44626
44627 \begin_inset ERT
44628 status collapsed
44629
44630 \begin_layout Plain Layout
44631
44632 }
44633 \end_layout
44634
44635 \end_inset
44636
44637  Melon
44638 \end_layout
44639
44640 \end_inset
44641 </cell>
44642 <cell alignment="left" valignment="top" usebox="none">
44643 \begin_inset Text
44644
44645 \begin_layout Plain Layout
44646 \begin_inset ERT
44647 status collapsed
44648
44649 \begin_layout Plain Layout
44650
44651
44652 \backslash
44653 fcolorbox{black}{
44654 \end_layout
44655
44656 \end_inset
44657
44658 MidnightBlue
44659 \begin_inset ERT
44660 status collapsed
44661
44662 \begin_layout Plain Layout
44663
44664 }{
44665 \end_layout
44666
44667 \end_inset
44668
44669
44670 \begin_inset Phantom Phantom
44671 status open
44672
44673 \begin_layout Plain Layout
44674 W
44675 \end_layout
44676
44677 \end_inset
44678
44679
44680 \begin_inset ERT
44681 status collapsed
44682
44683 \begin_layout Plain Layout
44684
44685 }
44686 \end_layout
44687
44688 \end_inset
44689
44690  MidnightBlue
44691 \end_layout
44692
44693 \end_inset
44694 </cell>
44695 </row>
44696 <row>
44697 <cell alignment="left" valignment="top" usebox="none">
44698 \begin_inset Text
44699
44700 \begin_layout Plain Layout
44701 \begin_inset ERT
44702 status collapsed
44703
44704 \begin_layout Plain Layout
44705
44706
44707 \backslash
44708 fcolorbox{black}{
44709 \end_layout
44710
44711 \end_inset
44712
44713 Mulberry
44714 \begin_inset ERT
44715 status collapsed
44716
44717 \begin_layout Plain Layout
44718
44719 }{
44720 \end_layout
44721
44722 \end_inset
44723
44724
44725 \begin_inset Phantom Phantom
44726 status open
44727
44728 \begin_layout Plain Layout
44729 W
44730 \end_layout
44731
44732 \end_inset
44733
44734
44735 \begin_inset ERT
44736 status collapsed
44737
44738 \begin_layout Plain Layout
44739
44740 }
44741 \end_layout
44742
44743 \end_inset
44744
44745  Mulberry
44746 \end_layout
44747
44748 \end_inset
44749 </cell>
44750 <cell alignment="left" valignment="top" usebox="none">
44751 \begin_inset Text
44752
44753 \begin_layout Plain Layout
44754 \begin_inset ERT
44755 status collapsed
44756
44757 \begin_layout Plain Layout
44758
44759
44760 \backslash
44761 fcolorbox{black}{
44762 \end_layout
44763
44764 \end_inset
44765
44766 NavyBlue
44767 \begin_inset ERT
44768 status collapsed
44769
44770 \begin_layout Plain Layout
44771
44772 }{
44773 \end_layout
44774
44775 \end_inset
44776
44777
44778 \begin_inset Phantom Phantom
44779 status open
44780
44781 \begin_layout Plain Layout
44782 W
44783 \end_layout
44784
44785 \end_inset
44786
44787
44788 \begin_inset ERT
44789 status collapsed
44790
44791 \begin_layout Plain Layout
44792
44793 }
44794 \end_layout
44795
44796 \end_inset
44797
44798  NavyBlue
44799 \end_layout
44800
44801 \end_inset
44802 </cell>
44803 <cell alignment="left" valignment="top" usebox="none">
44804 \begin_inset Text
44805
44806 \begin_layout Plain Layout
44807 \begin_inset ERT
44808 status collapsed
44809
44810 \begin_layout Plain Layout
44811
44812
44813 \backslash
44814 fcolorbox{black}{
44815 \end_layout
44816
44817 \end_inset
44818
44819 OliveGreen
44820 \begin_inset ERT
44821 status collapsed
44822
44823 \begin_layout Plain Layout
44824
44825 }{
44826 \end_layout
44827
44828 \end_inset
44829
44830
44831 \begin_inset Phantom Phantom
44832 status open
44833
44834 \begin_layout Plain Layout
44835 W
44836 \end_layout
44837
44838 \end_inset
44839
44840
44841 \begin_inset ERT
44842 status collapsed
44843
44844 \begin_layout Plain Layout
44845
44846 }
44847 \end_layout
44848
44849 \end_inset
44850
44851  OliveGreen
44852 \end_layout
44853
44854 \end_inset
44855 </cell>
44856 <cell alignment="left" valignment="top" usebox="none">
44857 \begin_inset Text
44858
44859 \begin_layout Plain Layout
44860 \begin_inset ERT
44861 status collapsed
44862
44863 \begin_layout Plain Layout
44864
44865
44866 \backslash
44867 fcolorbox{black}{
44868 \end_layout
44869
44870 \end_inset
44871
44872 Orange
44873 \begin_inset ERT
44874 status collapsed
44875
44876 \begin_layout Plain Layout
44877
44878 }{
44879 \end_layout
44880
44881 \end_inset
44882
44883
44884 \begin_inset Phantom Phantom
44885 status open
44886
44887 \begin_layout Plain Layout
44888 W
44889 \end_layout
44890
44891 \end_inset
44892
44893
44894 \begin_inset ERT
44895 status collapsed
44896
44897 \begin_layout Plain Layout
44898
44899 }
44900 \end_layout
44901
44902 \end_inset
44903
44904  Orange
44905 \end_layout
44906
44907 \end_inset
44908 </cell>
44909 </row>
44910 <row>
44911 <cell alignment="left" valignment="top" usebox="none">
44912 \begin_inset Text
44913
44914 \begin_layout Plain Layout
44915 \begin_inset ERT
44916 status collapsed
44917
44918 \begin_layout Plain Layout
44919
44920
44921 \backslash
44922 fcolorbox{black}{
44923 \end_layout
44924
44925 \end_inset
44926
44927 OrangeRed
44928 \begin_inset ERT
44929 status collapsed
44930
44931 \begin_layout Plain Layout
44932
44933 }{
44934 \end_layout
44935
44936 \end_inset
44937
44938
44939 \begin_inset Phantom Phantom
44940 status open
44941
44942 \begin_layout Plain Layout
44943 W
44944 \end_layout
44945
44946 \end_inset
44947
44948
44949 \begin_inset ERT
44950 status collapsed
44951
44952 \begin_layout Plain Layout
44953
44954 }
44955 \end_layout
44956
44957 \end_inset
44958
44959  OrangeRed
44960 \end_layout
44961
44962 \end_inset
44963 </cell>
44964 <cell alignment="left" valignment="top" usebox="none">
44965 \begin_inset Text
44966
44967 \begin_layout Plain Layout
44968 \begin_inset ERT
44969 status collapsed
44970
44971 \begin_layout Plain Layout
44972
44973
44974 \backslash
44975 fcolorbox{black}{
44976 \end_layout
44977
44978 \end_inset
44979
44980 Orchid
44981 \begin_inset ERT
44982 status collapsed
44983
44984 \begin_layout Plain Layout
44985
44986 }{
44987 \end_layout
44988
44989 \end_inset
44990
44991
44992 \begin_inset Phantom Phantom
44993 status open
44994
44995 \begin_layout Plain Layout
44996 W
44997 \end_layout
44998
44999 \end_inset
45000
45001
45002 \begin_inset ERT
45003 status collapsed
45004
45005 \begin_layout Plain Layout
45006
45007 }
45008 \end_layout
45009
45010 \end_inset
45011
45012  Orchid
45013 \end_layout
45014
45015 \end_inset
45016 </cell>
45017 <cell alignment="left" valignment="top" usebox="none">
45018 \begin_inset Text
45019
45020 \begin_layout Plain Layout
45021 \begin_inset ERT
45022 status collapsed
45023
45024 \begin_layout Plain Layout
45025
45026
45027 \backslash
45028 fcolorbox{black}{
45029 \end_layout
45030
45031 \end_inset
45032
45033 Peach
45034 \begin_inset ERT
45035 status collapsed
45036
45037 \begin_layout Plain Layout
45038
45039 }{
45040 \end_layout
45041
45042 \end_inset
45043
45044
45045 \begin_inset Phantom Phantom
45046 status open
45047
45048 \begin_layout Plain Layout
45049 W
45050 \end_layout
45051
45052 \end_inset
45053
45054
45055 \begin_inset ERT
45056 status collapsed
45057
45058 \begin_layout Plain Layout
45059
45060 }
45061 \end_layout
45062
45063 \end_inset
45064
45065  Peach
45066 \end_layout
45067
45068 \end_inset
45069 </cell>
45070 <cell alignment="left" valignment="top" usebox="none">
45071 \begin_inset Text
45072
45073 \begin_layout Plain Layout
45074 \begin_inset ERT
45075 status collapsed
45076
45077 \begin_layout Plain Layout
45078
45079
45080 \backslash
45081 fcolorbox{black}{
45082 \end_layout
45083
45084 \end_inset
45085
45086 Periwinkle
45087 \begin_inset ERT
45088 status collapsed
45089
45090 \begin_layout Plain Layout
45091
45092 }{
45093 \end_layout
45094
45095 \end_inset
45096
45097
45098 \begin_inset Phantom Phantom
45099 status open
45100
45101 \begin_layout Plain Layout
45102 W
45103 \end_layout
45104
45105 \end_inset
45106
45107
45108 \begin_inset ERT
45109 status collapsed
45110
45111 \begin_layout Plain Layout
45112
45113 }
45114 \end_layout
45115
45116 \end_inset
45117
45118  Periwinkle
45119 \end_layout
45120
45121 \end_inset
45122 </cell>
45123 </row>
45124 <row>
45125 <cell alignment="left" valignment="top" usebox="none">
45126 \begin_inset Text
45127
45128 \begin_layout Plain Layout
45129 \begin_inset ERT
45130 status collapsed
45131
45132 \begin_layout Plain Layout
45133
45134
45135 \backslash
45136 fcolorbox{black}{
45137 \end_layout
45138
45139 \end_inset
45140
45141 PineGreen
45142 \begin_inset ERT
45143 status collapsed
45144
45145 \begin_layout Plain Layout
45146
45147 }{
45148 \end_layout
45149
45150 \end_inset
45151
45152
45153 \begin_inset Phantom Phantom
45154 status open
45155
45156 \begin_layout Plain Layout
45157 W
45158 \end_layout
45159
45160 \end_inset
45161
45162
45163 \begin_inset ERT
45164 status collapsed
45165
45166 \begin_layout Plain Layout
45167
45168 }
45169 \end_layout
45170
45171 \end_inset
45172
45173  PineGreen
45174 \end_layout
45175
45176 \end_inset
45177 </cell>
45178 <cell alignment="left" valignment="top" usebox="none">
45179 \begin_inset Text
45180
45181 \begin_layout Plain Layout
45182 \begin_inset ERT
45183 status collapsed
45184
45185 \begin_layout Plain Layout
45186
45187
45188 \backslash
45189 fcolorbox{black}{
45190 \end_layout
45191
45192 \end_inset
45193
45194 Plum
45195 \begin_inset ERT
45196 status collapsed
45197
45198 \begin_layout Plain Layout
45199
45200 }{
45201 \end_layout
45202
45203 \end_inset
45204
45205
45206 \begin_inset Phantom Phantom
45207 status open
45208
45209 \begin_layout Plain Layout
45210 W
45211 \end_layout
45212
45213 \end_inset
45214
45215
45216 \begin_inset ERT
45217 status collapsed
45218
45219 \begin_layout Plain Layout
45220
45221 }
45222 \end_layout
45223
45224 \end_inset
45225
45226  Plum
45227 \end_layout
45228
45229 \end_inset
45230 </cell>
45231 <cell alignment="left" valignment="top" usebox="none">
45232 \begin_inset Text
45233
45234 \begin_layout Plain Layout
45235 \begin_inset ERT
45236 status collapsed
45237
45238 \begin_layout Plain Layout
45239
45240
45241 \backslash
45242 fcolorbox{black}{
45243 \end_layout
45244
45245 \end_inset
45246
45247 ProcessBlue
45248 \begin_inset ERT
45249 status collapsed
45250
45251 \begin_layout Plain Layout
45252
45253 }{
45254 \end_layout
45255
45256 \end_inset
45257
45258
45259 \begin_inset Phantom Phantom
45260 status open
45261
45262 \begin_layout Plain Layout
45263 W
45264 \end_layout
45265
45266 \end_inset
45267
45268
45269 \begin_inset ERT
45270 status collapsed
45271
45272 \begin_layout Plain Layout
45273
45274 }
45275 \end_layout
45276
45277 \end_inset
45278
45279  ProcessBlue
45280 \end_layout
45281
45282 \end_inset
45283 </cell>
45284 <cell alignment="left" valignment="top" usebox="none">
45285 \begin_inset Text
45286
45287 \begin_layout Plain Layout
45288 \begin_inset ERT
45289 status collapsed
45290
45291 \begin_layout Plain Layout
45292
45293
45294 \backslash
45295 fcolorbox{black}{
45296 \end_layout
45297
45298 \end_inset
45299
45300 Purple
45301 \begin_inset ERT
45302 status collapsed
45303
45304 \begin_layout Plain Layout
45305
45306 }{
45307 \end_layout
45308
45309 \end_inset
45310
45311
45312 \begin_inset Phantom Phantom
45313 status open
45314
45315 \begin_layout Plain Layout
45316 W
45317 \end_layout
45318
45319 \end_inset
45320
45321
45322 \begin_inset ERT
45323 status collapsed
45324
45325 \begin_layout Plain Layout
45326
45327 }
45328 \end_layout
45329
45330 \end_inset
45331
45332  Purple
45333 \end_layout
45334
45335 \end_inset
45336 </cell>
45337 </row>
45338 <row>
45339 <cell alignment="left" valignment="top" usebox="none">
45340 \begin_inset Text
45341
45342 \begin_layout Plain Layout
45343 \begin_inset ERT
45344 status collapsed
45345
45346 \begin_layout Plain Layout
45347
45348
45349 \backslash
45350 fcolorbox{black}{
45351 \end_layout
45352
45353 \end_inset
45354
45355 RawSienna
45356 \begin_inset ERT
45357 status collapsed
45358
45359 \begin_layout Plain Layout
45360
45361 }{
45362 \end_layout
45363
45364 \end_inset
45365
45366
45367 \begin_inset Phantom Phantom
45368 status open
45369
45370 \begin_layout Plain Layout
45371 W
45372 \end_layout
45373
45374 \end_inset
45375
45376
45377 \begin_inset ERT
45378 status collapsed
45379
45380 \begin_layout Plain Layout
45381
45382 }
45383 \end_layout
45384
45385 \end_inset
45386
45387  RawSienna
45388 \end_layout
45389
45390 \end_inset
45391 </cell>
45392 <cell alignment="left" valignment="top" usebox="none">
45393 \begin_inset Text
45394
45395 \begin_layout Plain Layout
45396 \begin_inset ERT
45397 status collapsed
45398
45399 \begin_layout Plain Layout
45400
45401
45402 \backslash
45403 fcolorbox{black}{
45404 \end_layout
45405
45406 \end_inset
45407
45408 RedOrange
45409 \begin_inset ERT
45410 status collapsed
45411
45412 \begin_layout Plain Layout
45413
45414 }{
45415 \end_layout
45416
45417 \end_inset
45418
45419
45420 \begin_inset Phantom Phantom
45421 status open
45422
45423 \begin_layout Plain Layout
45424 W
45425 \end_layout
45426
45427 \end_inset
45428
45429
45430 \begin_inset ERT
45431 status collapsed
45432
45433 \begin_layout Plain Layout
45434
45435 }
45436 \end_layout
45437
45438 \end_inset
45439
45440  RedOrange
45441 \end_layout
45442
45443 \end_inset
45444 </cell>
45445 <cell alignment="left" valignment="top" usebox="none">
45446 \begin_inset Text
45447
45448 \begin_layout Plain Layout
45449 \begin_inset ERT
45450 status collapsed
45451
45452 \begin_layout Plain Layout
45453
45454
45455 \backslash
45456 fcolorbox{black}{
45457 \end_layout
45458
45459 \end_inset
45460
45461 RedViolet
45462 \begin_inset ERT
45463 status collapsed
45464
45465 \begin_layout Plain Layout
45466
45467 }{
45468 \end_layout
45469
45470 \end_inset
45471
45472
45473 \begin_inset Phantom Phantom
45474 status open
45475
45476 \begin_layout Plain Layout
45477 W
45478 \end_layout
45479
45480 \end_inset
45481
45482
45483 \begin_inset ERT
45484 status collapsed
45485
45486 \begin_layout Plain Layout
45487
45488 }
45489 \end_layout
45490
45491 \end_inset
45492
45493  RedViolet
45494 \end_layout
45495
45496 \end_inset
45497 </cell>
45498 <cell alignment="left" valignment="top" usebox="none">
45499 \begin_inset Text
45500
45501 \begin_layout Plain Layout
45502 \begin_inset ERT
45503 status collapsed
45504
45505 \begin_layout Plain Layout
45506
45507
45508 \backslash
45509 fcolorbox{black}{
45510 \end_layout
45511
45512 \end_inset
45513
45514 Rhodamine
45515 \begin_inset ERT
45516 status collapsed
45517
45518 \begin_layout Plain Layout
45519
45520 }{
45521 \end_layout
45522
45523 \end_inset
45524
45525
45526 \begin_inset Phantom Phantom
45527 status open
45528
45529 \begin_layout Plain Layout
45530 W
45531 \end_layout
45532
45533 \end_inset
45534
45535
45536 \begin_inset ERT
45537 status collapsed
45538
45539 \begin_layout Plain Layout
45540
45541 }
45542 \end_layout
45543
45544 \end_inset
45545
45546  Rhodamine
45547 \end_layout
45548
45549 \end_inset
45550 </cell>
45551 </row>
45552 <row>
45553 <cell alignment="left" valignment="top" usebox="none">
45554 \begin_inset Text
45555
45556 \begin_layout Plain Layout
45557 \begin_inset ERT
45558 status collapsed
45559
45560 \begin_layout Plain Layout
45561
45562
45563 \backslash
45564 fcolorbox{black}{
45565 \end_layout
45566
45567 \end_inset
45568
45569 RoyalBlue
45570 \begin_inset ERT
45571 status collapsed
45572
45573 \begin_layout Plain Layout
45574
45575 }{
45576 \end_layout
45577
45578 \end_inset
45579
45580
45581 \begin_inset Phantom Phantom
45582 status open
45583
45584 \begin_layout Plain Layout
45585 W
45586 \end_layout
45587
45588 \end_inset
45589
45590
45591 \begin_inset ERT
45592 status collapsed
45593
45594 \begin_layout Plain Layout
45595
45596 }
45597 \end_layout
45598
45599 \end_inset
45600
45601  RoyalBlue
45602 \end_layout
45603
45604 \end_inset
45605 </cell>
45606 <cell alignment="left" valignment="top" usebox="none">
45607 \begin_inset Text
45608
45609 \begin_layout Plain Layout
45610 \begin_inset ERT
45611 status collapsed
45612
45613 \begin_layout Plain Layout
45614
45615
45616 \backslash
45617 fcolorbox{black}{
45618 \end_layout
45619
45620 \end_inset
45621
45622 RoyalPurple
45623 \begin_inset ERT
45624 status collapsed
45625
45626 \begin_layout Plain Layout
45627
45628 }{
45629 \end_layout
45630
45631 \end_inset
45632
45633
45634 \begin_inset Phantom Phantom
45635 status open
45636
45637 \begin_layout Plain Layout
45638 W
45639 \end_layout
45640
45641 \end_inset
45642
45643
45644 \begin_inset ERT
45645 status collapsed
45646
45647 \begin_layout Plain Layout
45648
45649 }
45650 \end_layout
45651
45652 \end_inset
45653
45654  RoyalPurple
45655 \end_layout
45656
45657 \end_inset
45658 </cell>
45659 <cell alignment="left" valignment="top" usebox="none">
45660 \begin_inset Text
45661
45662 \begin_layout Plain Layout
45663 \begin_inset ERT
45664 status collapsed
45665
45666 \begin_layout Plain Layout
45667
45668
45669 \backslash
45670 fcolorbox{black}{
45671 \end_layout
45672
45673 \end_inset
45674
45675 RubineRed
45676 \begin_inset ERT
45677 status collapsed
45678
45679 \begin_layout Plain Layout
45680
45681 }{
45682 \end_layout
45683
45684 \end_inset
45685
45686
45687 \begin_inset Phantom Phantom
45688 status open
45689
45690 \begin_layout Plain Layout
45691 W
45692 \end_layout
45693
45694 \end_inset
45695
45696
45697 \begin_inset ERT
45698 status collapsed
45699
45700 \begin_layout Plain Layout
45701
45702 }
45703 \end_layout
45704
45705 \end_inset
45706
45707  RubineRed
45708 \end_layout
45709
45710 \end_inset
45711 </cell>
45712 <cell alignment="left" valignment="top" usebox="none">
45713 \begin_inset Text
45714
45715 \begin_layout Plain Layout
45716 \begin_inset ERT
45717 status collapsed
45718
45719 \begin_layout Plain Layout
45720
45721
45722 \backslash
45723 fcolorbox{black}{
45724 \end_layout
45725
45726 \end_inset
45727
45728 Salmon
45729 \begin_inset ERT
45730 status collapsed
45731
45732 \begin_layout Plain Layout
45733
45734 }{
45735 \end_layout
45736
45737 \end_inset
45738
45739
45740 \begin_inset Phantom Phantom
45741 status open
45742
45743 \begin_layout Plain Layout
45744 W
45745 \end_layout
45746
45747 \end_inset
45748
45749
45750 \begin_inset ERT
45751 status collapsed
45752
45753 \begin_layout Plain Layout
45754
45755 }
45756 \end_layout
45757
45758 \end_inset
45759
45760  Salmon
45761 \end_layout
45762
45763 \end_inset
45764 </cell>
45765 </row>
45766 <row>
45767 <cell alignment="left" valignment="top" usebox="none">
45768 \begin_inset Text
45769
45770 \begin_layout Plain Layout
45771 \begin_inset ERT
45772 status collapsed
45773
45774 \begin_layout Plain Layout
45775
45776
45777 \backslash
45778 fcolorbox{black}{
45779 \end_layout
45780
45781 \end_inset
45782
45783 SeaGreen
45784 \begin_inset ERT
45785 status collapsed
45786
45787 \begin_layout Plain Layout
45788
45789 }{
45790 \end_layout
45791
45792 \end_inset
45793
45794
45795 \begin_inset Phantom Phantom
45796 status open
45797
45798 \begin_layout Plain Layout
45799 W
45800 \end_layout
45801
45802 \end_inset
45803
45804
45805 \begin_inset ERT
45806 status collapsed
45807
45808 \begin_layout Plain Layout
45809
45810 }
45811 \end_layout
45812
45813 \end_inset
45814
45815  SeaGreen
45816 \end_layout
45817
45818 \end_inset
45819 </cell>
45820 <cell alignment="left" valignment="top" usebox="none">
45821 \begin_inset Text
45822
45823 \begin_layout Plain Layout
45824 \begin_inset ERT
45825 status collapsed
45826
45827 \begin_layout Plain Layout
45828
45829
45830 \backslash
45831 fcolorbox{black}{
45832 \end_layout
45833
45834 \end_inset
45835
45836 Sepia
45837 \begin_inset ERT
45838 status collapsed
45839
45840 \begin_layout Plain Layout
45841
45842 }{
45843 \end_layout
45844
45845 \end_inset
45846
45847
45848 \begin_inset Phantom Phantom
45849 status open
45850
45851 \begin_layout Plain Layout
45852 W
45853 \end_layout
45854
45855 \end_inset
45856
45857
45858 \begin_inset ERT
45859 status collapsed
45860
45861 \begin_layout Plain Layout
45862
45863 }
45864 \end_layout
45865
45866 \end_inset
45867
45868  Sepia
45869 \end_layout
45870
45871 \end_inset
45872 </cell>
45873 <cell alignment="left" valignment="top" usebox="none">
45874 \begin_inset Text
45875
45876 \begin_layout Plain Layout
45877 \begin_inset ERT
45878 status collapsed
45879
45880 \begin_layout Plain Layout
45881
45882
45883 \backslash
45884 fcolorbox{black}{
45885 \end_layout
45886
45887 \end_inset
45888
45889 SkyBlue
45890 \begin_inset ERT
45891 status collapsed
45892
45893 \begin_layout Plain Layout
45894
45895 }{
45896 \end_layout
45897
45898 \end_inset
45899
45900
45901 \begin_inset Phantom Phantom
45902 status open
45903
45904 \begin_layout Plain Layout
45905 W
45906 \end_layout
45907
45908 \end_inset
45909
45910
45911 \begin_inset ERT
45912 status collapsed
45913
45914 \begin_layout Plain Layout
45915
45916 }
45917 \end_layout
45918
45919 \end_inset
45920
45921  SkyBlue
45922 \end_layout
45923
45924 \end_inset
45925 </cell>
45926 <cell alignment="left" valignment="top" usebox="none">
45927 \begin_inset Text
45928
45929 \begin_layout Plain Layout
45930 \begin_inset ERT
45931 status collapsed
45932
45933 \begin_layout Plain Layout
45934
45935
45936 \backslash
45937 fcolorbox{black}{
45938 \end_layout
45939
45940 \end_inset
45941
45942 SpringGreen
45943 \begin_inset ERT
45944 status collapsed
45945
45946 \begin_layout Plain Layout
45947
45948 }{
45949 \end_layout
45950
45951 \end_inset
45952
45953
45954 \begin_inset Phantom Phantom
45955 status open
45956
45957 \begin_layout Plain Layout
45958 W
45959 \end_layout
45960
45961 \end_inset
45962
45963
45964 \begin_inset ERT
45965 status collapsed
45966
45967 \begin_layout Plain Layout
45968
45969 }
45970 \end_layout
45971
45972 \end_inset
45973
45974  SpringGreen
45975 \end_layout
45976
45977 \end_inset
45978 </cell>
45979 </row>
45980 <row>
45981 <cell alignment="left" valignment="top" usebox="none">
45982 \begin_inset Text
45983
45984 \begin_layout Plain Layout
45985 \begin_inset ERT
45986 status collapsed
45987
45988 \begin_layout Plain Layout
45989
45990
45991 \backslash
45992 fcolorbox{black}{
45993 \end_layout
45994
45995 \end_inset
45996
45997 Tan
45998 \begin_inset ERT
45999 status collapsed
46000
46001 \begin_layout Plain Layout
46002
46003 }{
46004 \end_layout
46005
46006 \end_inset
46007
46008
46009 \begin_inset Phantom Phantom
46010 status open
46011
46012 \begin_layout Plain Layout
46013 W
46014 \end_layout
46015
46016 \end_inset
46017
46018
46019 \begin_inset ERT
46020 status collapsed
46021
46022 \begin_layout Plain Layout
46023
46024 }
46025 \end_layout
46026
46027 \end_inset
46028
46029  Tan
46030 \end_layout
46031
46032 \end_inset
46033 </cell>
46034 <cell alignment="left" valignment="top" usebox="none">
46035 \begin_inset Text
46036
46037 \begin_layout Plain Layout
46038 \begin_inset ERT
46039 status collapsed
46040
46041 \begin_layout Plain Layout
46042
46043
46044 \backslash
46045 fcolorbox{black}{
46046 \end_layout
46047
46048 \end_inset
46049
46050 TealBlue
46051 \begin_inset ERT
46052 status collapsed
46053
46054 \begin_layout Plain Layout
46055
46056 }{
46057 \end_layout
46058
46059 \end_inset
46060
46061
46062 \begin_inset Phantom Phantom
46063 status open
46064
46065 \begin_layout Plain Layout
46066 W
46067 \end_layout
46068
46069 \end_inset
46070
46071
46072 \begin_inset ERT
46073 status collapsed
46074
46075 \begin_layout Plain Layout
46076
46077 }
46078 \end_layout
46079
46080 \end_inset
46081
46082  TealBlue
46083 \end_layout
46084
46085 \end_inset
46086 </cell>
46087 <cell alignment="left" valignment="top" usebox="none">
46088 \begin_inset Text
46089
46090 \begin_layout Plain Layout
46091 \begin_inset ERT
46092 status collapsed
46093
46094 \begin_layout Plain Layout
46095
46096
46097 \backslash
46098 fcolorbox{black}{
46099 \end_layout
46100
46101 \end_inset
46102
46103 Thistle
46104 \begin_inset ERT
46105 status collapsed
46106
46107 \begin_layout Plain Layout
46108
46109 }{
46110 \end_layout
46111
46112 \end_inset
46113
46114
46115 \begin_inset Phantom Phantom
46116 status open
46117
46118 \begin_layout Plain Layout
46119 W
46120 \end_layout
46121
46122 \end_inset
46123
46124
46125 \begin_inset ERT
46126 status collapsed
46127
46128 \begin_layout Plain Layout
46129
46130 }
46131 \end_layout
46132
46133 \end_inset
46134
46135  Thistle
46136 \end_layout
46137
46138 \end_inset
46139 </cell>
46140 <cell alignment="left" valignment="top" usebox="none">
46141 \begin_inset Text
46142
46143 \begin_layout Plain Layout
46144 \begin_inset ERT
46145 status collapsed
46146
46147 \begin_layout Plain Layout
46148
46149
46150 \backslash
46151 fcolorbox{black}{
46152 \end_layout
46153
46154 \end_inset
46155
46156 Turquoise
46157 \begin_inset ERT
46158 status collapsed
46159
46160 \begin_layout Plain Layout
46161
46162 }{
46163 \end_layout
46164
46165 \end_inset
46166
46167
46168 \begin_inset Phantom Phantom
46169 status open
46170
46171 \begin_layout Plain Layout
46172 W
46173 \end_layout
46174
46175 \end_inset
46176
46177
46178 \begin_inset ERT
46179 status collapsed
46180
46181 \begin_layout Plain Layout
46182
46183 }
46184 \end_layout
46185
46186 \end_inset
46187
46188  Turquoise
46189 \end_layout
46190
46191 \end_inset
46192 </cell>
46193 </row>
46194 <row>
46195 <cell alignment="left" valignment="top" usebox="none">
46196 \begin_inset Text
46197
46198 \begin_layout Plain Layout
46199 \begin_inset ERT
46200 status collapsed
46201
46202 \begin_layout Plain Layout
46203
46204
46205 \backslash
46206 fcolorbox{black}{
46207 \end_layout
46208
46209 \end_inset
46210
46211 Violet
46212 \begin_inset ERT
46213 status collapsed
46214
46215 \begin_layout Plain Layout
46216
46217 }{
46218 \end_layout
46219
46220 \end_inset
46221
46222
46223 \begin_inset Phantom Phantom
46224 status open
46225
46226 \begin_layout Plain Layout
46227 W
46228 \end_layout
46229
46230 \end_inset
46231
46232
46233 \begin_inset ERT
46234 status collapsed
46235
46236 \begin_layout Plain Layout
46237
46238 }
46239 \end_layout
46240
46241 \end_inset
46242
46243  Violet
46244 \end_layout
46245
46246 \end_inset
46247 </cell>
46248 <cell alignment="left" valignment="top" usebox="none">
46249 \begin_inset Text
46250
46251 \begin_layout Plain Layout
46252 \begin_inset ERT
46253 status collapsed
46254
46255 \begin_layout Plain Layout
46256
46257
46258 \backslash
46259 fcolorbox{black}{
46260 \end_layout
46261
46262 \end_inset
46263
46264 VioletRed
46265 \begin_inset ERT
46266 status collapsed
46267
46268 \begin_layout Plain Layout
46269
46270 }{
46271 \end_layout
46272
46273 \end_inset
46274
46275
46276 \begin_inset Phantom Phantom
46277 status open
46278
46279 \begin_layout Plain Layout
46280 W
46281 \end_layout
46282
46283 \end_inset
46284
46285
46286 \begin_inset ERT
46287 status collapsed
46288
46289 \begin_layout Plain Layout
46290
46291 }
46292 \end_layout
46293
46294 \end_inset
46295
46296  VioletRed
46297 \end_layout
46298
46299 \end_inset
46300 </cell>
46301 <cell alignment="left" valignment="top" usebox="none">
46302 \begin_inset Text
46303
46304 \begin_layout Plain Layout
46305 \begin_inset ERT
46306 status collapsed
46307
46308 \begin_layout Plain Layout
46309
46310
46311 \backslash
46312 fcolorbox{black}{
46313 \end_layout
46314
46315 \end_inset
46316
46317 WildStrawberry
46318 \begin_inset ERT
46319 status collapsed
46320
46321 \begin_layout Plain Layout
46322
46323 }{
46324 \end_layout
46325
46326 \end_inset
46327
46328
46329 \begin_inset Phantom Phantom
46330 status open
46331
46332 \begin_layout Plain Layout
46333 W
46334 \end_layout
46335
46336 \end_inset
46337
46338
46339 \begin_inset ERT
46340 status collapsed
46341
46342 \begin_layout Plain Layout
46343
46344 }
46345 \end_layout
46346
46347 \end_inset
46348
46349  WildStrawberry
46350 \end_layout
46351
46352 \end_inset
46353 </cell>
46354 <cell alignment="left" valignment="top" usebox="none">
46355 \begin_inset Text
46356
46357 \begin_layout Plain Layout
46358 \begin_inset ERT
46359 status collapsed
46360
46361 \begin_layout Plain Layout
46362
46363
46364 \backslash
46365 fcolorbox{black}{
46366 \end_layout
46367
46368 \end_inset
46369
46370 YellowGreen
46371 \begin_inset ERT
46372 status collapsed
46373
46374 \begin_layout Plain Layout
46375
46376 }{
46377 \end_layout
46378
46379 \end_inset
46380
46381
46382 \begin_inset Phantom Phantom
46383 status open
46384
46385 \begin_layout Plain Layout
46386 W
46387 \end_layout
46388
46389 \end_inset
46390
46391
46392 \begin_inset ERT
46393 status collapsed
46394
46395 \begin_layout Plain Layout
46396
46397 }
46398 \end_layout
46399
46400 \end_inset
46401
46402  YellowGreen
46403 \end_layout
46404
46405 \end_inset
46406 </cell>
46407 </row>
46408 <row>
46409 <cell alignment="left" valignment="top" usebox="none">
46410 \begin_inset Text
46411
46412 \begin_layout Plain Layout
46413 \begin_inset ERT
46414 status collapsed
46415
46416 \begin_layout Plain Layout
46417
46418
46419 \backslash
46420 fcolorbox{black}{
46421 \end_layout
46422
46423 \end_inset
46424
46425 YellowOrange
46426 \begin_inset ERT
46427 status collapsed
46428
46429 \begin_layout Plain Layout
46430
46431 }{
46432 \end_layout
46433
46434 \end_inset
46435
46436
46437 \begin_inset Phantom Phantom
46438 status open
46439
46440 \begin_layout Plain Layout
46441 W
46442 \end_layout
46443
46444 \end_inset
46445
46446
46447 \begin_inset ERT
46448 status collapsed
46449
46450 \begin_layout Plain Layout
46451
46452 }
46453 \end_layout
46454
46455 \end_inset
46456
46457  YellowOrange
46458 \end_layout
46459
46460 \end_inset
46461 </cell>
46462 <cell alignment="left" valignment="top" usebox="none">
46463 \begin_inset Text
46464
46465 \begin_layout Plain Layout
46466
46467 \end_layout
46468
46469 \end_inset
46470 </cell>
46471 <cell alignment="left" valignment="top" usebox="none">
46472 \begin_inset Text
46473
46474 \begin_layout Plain Layout
46475
46476 \end_layout
46477
46478 \end_inset
46479 </cell>
46480 <cell alignment="left" valignment="top" usebox="none">
46481 \begin_inset Text
46482
46483 \begin_layout Plain Layout
46484
46485 \end_layout
46486
46487 \end_inset
46488 </cell>
46489 </row>
46490 </lyxtabular>
46491
46492 \end_inset
46493
46494
46495 \end_layout
46496
46497 \begin_layout Chapter
46498 Explanation of Equation
46499 \begin_inset space ~
46500 \end_inset
46501
46502 (
46503 \begin_inset CommandInset ref
46504 LatexCommand ref
46505 reference "eq:Wgn"
46506
46507 \end_inset
46508
46509 )
46510 \begin_inset CommandInset label
46511 LatexCommand label
46512 name "cha:Explanation-of-Equation"
46513
46514 \end_inset
46515
46516
46517 \end_layout
46518
46519 \begin_layout Standard
46520 We can calculate the total width of 
46521 \emph on
46522 n
46523 \emph default
46524  table cells 
46525 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46526 \end_inset
46527
46528  as follows:
46529 \begin_inset Formula 
46530 \begin{equation}
46531 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46532 \end{equation}
46533
46534 \end_inset
46535
46536 where 
46537 \begin_inset Formula $W_{g\,n}$
46538 \end_inset
46539
46540  is the given width of all cells, 
46541 \series bold
46542
46543 \backslash
46544 tabcolsep
46545 \series default
46546  is the \SpecialChar LaTeX
46547 -length between the cell text and the cell border (its default value
46548  is 6
46549 \begin_inset space \thinspace{}
46550 \end_inset
46551
46552 pt).
46553  
46554 \series bold
46555
46556 \backslash
46557 arrayrulewidth
46558 \series default
46559  is the thickness of the cell border line, the default is 0.4
46560 \begin_inset space \thinspace{}
46561 \end_inset
46562
46563 pt.
46564 \end_layout
46565
46566 \begin_layout Standard
46567 Following equation
46568 \begin_inset space ~
46569 \end_inset
46570
46571
46572 \begin_inset CommandInset ref
46573 LatexCommand eqref
46574 reference "eq:Wtot_n"
46575
46576 \end_inset
46577
46578 , the total width of a multicolumn 
46579 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46580 \end_inset
46581
46582  is
46583 \begin_inset Formula 
46584 \begin{equation}
46585 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46586 \end{equation}
46587
46588 \end_inset
46589
46590
46591 \end_layout
46592
46593 \begin_layout Standard
46594 By setting equation
46595 \begin_inset space ~
46596 \end_inset
46597
46598
46599 \begin_inset CommandInset ref
46600 LatexCommand eqref
46601 reference "eq:Wtot_n"
46602
46603 \end_inset
46604
46605  and 
46606 \begin_inset CommandInset ref
46607 LatexCommand eqref
46608 reference "eq:Wtot_mult"
46609
46610 \end_inset
46611
46612  equal we can calculate the needed given width 
46613 \begin_inset Formula $W_{g\,n}$
46614 \end_inset
46615
46616  when 
46617 \emph on
46618 n
46619 \emph default
46620  columns are spanned, so that each column has a total width of 
46621 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46622 \end_inset
46623
46624 :
46625 \begin_inset Formula 
46626 \begin{equation}
46627 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46628 \end{equation}
46629
46630 \end_inset
46631
46632
46633 \end_layout
46634
46635 \begin_layout Bibliography
46636 \begin_inset CommandInset bibitem
46637 LatexCommand bibitem
46638 key "latexcompanion"
46639 literal "true"
46640
46641 \end_inset
46642
46643 Frank Mittelbach and Michel Goossens: 
46644 \emph on
46645 The \SpecialChar LaTeX
46646  Companion Second Edition.
46647
46648 \emph default
46649  Addison-Wesley, 2004
46650 \end_layout
46651
46652 \begin_layout Bibliography
46653 \begin_inset CommandInset bibitem
46654 LatexCommand bibitem
46655 key "latexguide"
46656 literal "true"
46657
46658 \end_inset
46659
46660 Helmut Kopka and Patrick W.
46661  Daly: 
46662 \emph on
46663 A Guide to \SpecialChar LaTeX
46664  Fourth Edition.
46665
46666 \emph default
46667  Addison-Wesley, 2003
46668 \end_layout
46669
46670 \begin_layout Bibliography
46671 \begin_inset CommandInset bibitem
46672 LatexCommand bibitem
46673 key "latexbook"
46674 literal "true"
46675
46676 \end_inset
46677
46678 Leslie Lamport: 
46679 \emph on
46680 \SpecialChar LaTeX
46681 : A Document Preparation System.
46682
46683 \emph default
46684  Addison-Wesley, second edition, 1994
46685 \end_layout
46686
46687 \begin_layout Bibliography
46688 \begin_inset CommandInset bibitem
46689 LatexCommand bibitem
46690 key "arydshln"
46691 literal "true"
46692
46693 \end_inset
46694
46695 Documentation of the \SpecialChar LaTeX
46696 -package 
46697 \series bold
46698
46699 \begin_inset CommandInset href
46700 LatexCommand href
46701 name "arydshln"
46702 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46703 literal "false"
46704
46705 \end_inset
46706
46707
46708 \series default
46709
46710 \begin_inset Index idx
46711 status collapsed
46712
46713 \begin_layout Plain Layout
46714 \SpecialChar LaTeX
46715 -packages ! arydshln
46716 \end_layout
46717
46718 \end_inset
46719
46720
46721 \end_layout
46722
46723 \begin_layout Bibliography
46724 \begin_inset CommandInset bibitem
46725 LatexCommand bibitem
46726 key "booktabs"
46727 literal "true"
46728
46729 \end_inset
46730
46731 Documentation of the \SpecialChar LaTeX
46732 -package 
46733 \series bold
46734
46735 \begin_inset CommandInset href
46736 LatexCommand href
46737 name "booktabs"
46738 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46739 literal "false"
46740
46741 \end_inset
46742
46743
46744 \series default
46745
46746 \begin_inset Index idx
46747 status collapsed
46748
46749 \begin_layout Plain Layout
46750 \SpecialChar LaTeX
46751 -packages ! booktabs
46752 \end_layout
46753
46754 \end_inset
46755
46756
46757 \end_layout
46758
46759 \begin_layout Bibliography
46760 \begin_inset CommandInset bibitem
46761 LatexCommand bibitem
46762 key "caption"
46763 literal "true"
46764
46765 \end_inset
46766
46767 Documentation of the \SpecialChar LaTeX
46768 -package 
46769 \series bold
46770
46771 \begin_inset CommandInset href
46772 LatexCommand href
46773 name "caption"
46774 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46775 literal "false"
46776
46777 \end_inset
46778
46779
46780 \series default
46781
46782 \begin_inset Index idx
46783 status collapsed
46784
46785 \begin_layout Plain Layout
46786 \SpecialChar LaTeX
46787 -packages ! caption
46788 \end_layout
46789
46790 \end_inset
46791
46792
46793 \end_layout
46794
46795 \begin_layout Bibliography
46796 \begin_inset CommandInset bibitem
46797 LatexCommand bibitem
46798 key "diagbox"
46799 literal "true"
46800
46801 \end_inset
46802
46803 Documentation of the \SpecialChar LaTeX
46804 -package 
46805 \series bold
46806
46807 \begin_inset CommandInset href
46808 LatexCommand href
46809 name "diagbox"
46810 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46811 literal "false"
46812
46813 \end_inset
46814
46815
46816 \series default
46817
46818 \begin_inset Index idx
46819 status collapsed
46820
46821 \begin_layout Plain Layout
46822 \SpecialChar LaTeX
46823 -packages ! diagbox
46824 \end_layout
46825
46826 \end_inset
46827
46828
46829 \end_layout
46830
46831 \begin_layout Bibliography
46832 \begin_inset CommandInset bibitem
46833 LatexCommand bibitem
46834 key "endfloat"
46835 literal "true"
46836
46837 \end_inset
46838
46839 Documentation of the \SpecialChar LaTeX
46840 -package 
46841 \series bold
46842
46843 \begin_inset CommandInset href
46844 LatexCommand href
46845 name "endfloat"
46846 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46847 literal "false"
46848
46849 \end_inset
46850
46851
46852 \series default
46853
46854 \begin_inset Index idx
46855 status collapsed
46856
46857 \begin_layout Plain Layout
46858 \SpecialChar LaTeX
46859 -packages ! endfloat
46860 \end_layout
46861
46862 \end_inset
46863
46864
46865 \end_layout
46866
46867 \begin_layout Bibliography
46868 \begin_inset CommandInset bibitem
46869 LatexCommand bibitem
46870 key "footmisc"
46871 literal "true"
46872
46873 \end_inset
46874
46875 Documentation of the \SpecialChar LaTeX
46876 -package 
46877 \series bold
46878
46879 \begin_inset CommandInset href
46880 LatexCommand href
46881 name "footmisc"
46882 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46883 literal "false"
46884
46885 \end_inset
46886
46887
46888 \series default
46889
46890 \begin_inset Index idx
46891 status collapsed
46892
46893 \begin_layout Plain Layout
46894 \SpecialChar LaTeX
46895 -packages ! footmisc
46896 \end_layout
46897
46898 \end_inset
46899
46900
46901 \end_layout
46902
46903 \begin_layout Bibliography
46904 \begin_inset CommandInset bibitem
46905 LatexCommand bibitem
46906 key "hypcap"
46907 literal "true"
46908
46909 \end_inset
46910
46911 Documentation of the \SpecialChar LaTeX
46912 -package 
46913 \series bold
46914
46915 \begin_inset CommandInset href
46916 LatexCommand href
46917 name "hypcap"
46918 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46919 literal "false"
46920
46921 \end_inset
46922
46923
46924 \series default
46925
46926 \begin_inset Index idx
46927 status collapsed
46928
46929 \begin_layout Plain Layout
46930 \SpecialChar LaTeX
46931 -packages ! hyperref
46932 \end_layout
46933
46934 \end_inset
46935
46936
46937 \end_layout
46938
46939 \begin_layout Bibliography
46940 \begin_inset CommandInset bibitem
46941 LatexCommand bibitem
46942 key "hyperref"
46943 literal "true"
46944
46945 \end_inset
46946
46947 Documentation of the \SpecialChar LaTeX
46948 -package 
46949 \series bold
46950
46951 \begin_inset CommandInset href
46952 LatexCommand href
46953 name "hyperref"
46954 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46955 literal "false"
46956
46957 \end_inset
46958
46959
46960 \series default
46961
46962 \begin_inset Index idx
46963 status collapsed
46964
46965 \begin_layout Plain Layout
46966 \SpecialChar LaTeX
46967 -packages ! hyperref
46968 \end_layout
46969
46970 \end_inset
46971
46972
46973 \end_layout
46974
46975 \begin_layout Bibliography
46976 \begin_inset CommandInset bibitem
46977 LatexCommand bibitem
46978 key "KOMA-Script"
46979 literal "true"
46980
46981 \end_inset
46982
46983 Documentation of the \SpecialChar LaTeX
46984 -package 
46985 \series bold
46986
46987 \begin_inset CommandInset href
46988 LatexCommand href
46989 name "KOMA-Script"
46990 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46991 literal "false"
46992
46993 \end_inset
46994
46995
46996 \series default
46997
46998 \begin_inset Index idx
46999 status collapsed
47000
47001 \begin_layout Plain Layout
47002 \SpecialChar LaTeX
47003 -packages ! KOMA-Script
47004 \end_layout
47005
47006 \end_inset
47007
47008
47009 \end_layout
47010
47011 \begin_layout Bibliography
47012 \begin_inset CommandInset bibitem
47013 LatexCommand bibitem
47014 key "lettrine"
47015 literal "true"
47016
47017 \end_inset
47018
47019 Documentation of the \SpecialChar LaTeX
47020 -package 
47021 \series bold
47022
47023 \begin_inset CommandInset href
47024 LatexCommand href
47025 name "lettrine"
47026 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47027 literal "false"
47028
47029 \end_inset
47030
47031
47032 \series default
47033  and an 
47034 \begin_inset CommandInset href
47035 LatexCommand href
47036 name "example"
47037 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
47038 literal "false"
47039
47040 \end_inset
47041
47042
47043 \begin_inset Index idx
47044 status collapsed
47045
47046 \begin_layout Plain Layout
47047 \SpecialChar LaTeX
47048 -packages ! lettrine
47049 \end_layout
47050
47051 \end_inset
47052
47053
47054 \end_layout
47055
47056 \begin_layout Bibliography
47057 \begin_inset CommandInset bibitem
47058 LatexCommand bibitem
47059 key "listings"
47060 literal "true"
47061
47062 \end_inset
47063
47064 Documentation of the \SpecialChar LaTeX
47065 -package 
47066 \series bold
47067
47068 \begin_inset CommandInset href
47069 LatexCommand href
47070 name "listings"
47071 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47072 literal "false"
47073
47074 \end_inset
47075
47076
47077 \series default
47078
47079 \begin_inset Index idx
47080 status collapsed
47081
47082 \begin_layout Plain Layout
47083 \SpecialChar LaTeX
47084 -packages ! listings
47085 \end_layout
47086
47087 \end_inset
47088
47089
47090 \end_layout
47091
47092 \begin_layout Bibliography
47093 \begin_inset CommandInset bibitem
47094 LatexCommand bibitem
47095 key "minted"
47096 literal "false"
47097
47098 \end_inset
47099
47100 Documentation of the \SpecialChar LaTeX
47101 -package 
47102 \series bold
47103
47104 \begin_inset CommandInset href
47105 LatexCommand href
47106 name "minted"
47107 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
47108 literal "false"
47109
47110 \end_inset
47111
47112
47113 \series default
47114
47115 \begin_inset Index idx
47116 status collapsed
47117
47118 \begin_layout Plain Layout
47119 \SpecialChar LaTeX
47120 -packages ! minted
47121 \end_layout
47122
47123 \end_inset
47124
47125
47126 \end_layout
47127
47128 \begin_layout Bibliography
47129 \begin_inset CommandInset bibitem
47130 LatexCommand bibitem
47131 key "marginnote"
47132 literal "true"
47133
47134 \end_inset
47135
47136 Documentation of the \SpecialChar LaTeX
47137 -package 
47138 \series bold
47139
47140 \begin_inset CommandInset href
47141 LatexCommand href
47142 name "marginnote"
47143 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47144 literal "false"
47145
47146 \end_inset
47147
47148
47149 \series default
47150
47151 \begin_inset Index idx
47152 status collapsed
47153
47154 \begin_layout Plain Layout
47155 \SpecialChar LaTeX
47156 -packages ! marginnote
47157 \end_layout
47158
47159 \end_inset
47160
47161
47162 \end_layout
47163
47164 \begin_layout Bibliography
47165 \begin_inset CommandInset bibitem
47166 LatexCommand bibitem
47167 key "pdfpages"
47168 literal "true"
47169
47170 \end_inset
47171
47172 Documentation of the \SpecialChar LaTeX
47173 -package 
47174 \series bold
47175
47176 \begin_inset CommandInset href
47177 LatexCommand href
47178 name "pdfpages"
47179 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47180 literal "false"
47181
47182 \end_inset
47183
47184
47185 \series default
47186
47187 \begin_inset Index idx
47188 status collapsed
47189
47190 \begin_layout Plain Layout
47191 \SpecialChar LaTeX
47192 -packages ! pdfpages
47193 \end_layout
47194
47195 \end_inset
47196
47197
47198 \end_layout
47199
47200 \begin_layout Bibliography
47201 \begin_inset CommandInset bibitem
47202 LatexCommand bibitem
47203 key "prettyref"
47204 literal "true"
47205
47206 \end_inset
47207
47208 Documentation of the \SpecialChar LaTeX
47209 -package 
47210 \series bold
47211
47212 \begin_inset CommandInset href
47213 LatexCommand href
47214 name "prettyref"
47215 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47216 literal "false"
47217
47218 \end_inset
47219
47220
47221 \series default
47222
47223 \begin_inset Index idx
47224 status collapsed
47225
47226 \begin_layout Plain Layout
47227 \SpecialChar LaTeX
47228 -packages ! prettyref
47229 \end_layout
47230
47231 \end_inset
47232
47233
47234 \end_layout
47235
47236 \begin_layout Bibliography
47237 \begin_inset CommandInset bibitem
47238 LatexCommand bibitem
47239 key "pstricks"
47240 literal "true"
47241
47242 \end_inset
47243
47244 Web page of the \SpecialChar LaTeX
47245 -package 
47246 \series bold
47247
47248 \begin_inset CommandInset href
47249 LatexCommand href
47250 name "PSTricks"
47251 target "http://tug.org/PSTricks/"
47252 literal "false"
47253
47254 \end_inset
47255
47256
47257 \series default
47258
47259 \begin_inset Index idx
47260 status collapsed
47261
47262 \begin_layout Plain Layout
47263 \SpecialChar LaTeX
47264 -packages ! PSTricks
47265 \end_layout
47266
47267 \end_inset
47268
47269
47270 \end_layout
47271
47272 \begin_layout Bibliography
47273 \begin_inset CommandInset bibitem
47274 LatexCommand bibitem
47275 key "refstyle"
47276 literal "true"
47277
47278 \end_inset
47279
47280 Documentation of the \SpecialChar LaTeX
47281 -package 
47282 \series bold
47283
47284 \begin_inset CommandInset href
47285 LatexCommand href
47286 name "refstyle"
47287 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47288 literal "false"
47289
47290 \end_inset
47291
47292
47293 \series default
47294
47295 \begin_inset Index idx
47296 status collapsed
47297
47298 \begin_layout Plain Layout
47299 \SpecialChar LaTeX
47300 -packages ! refstyle
47301 \end_layout
47302
47303 \end_inset
47304
47305
47306 \end_layout
47307
47308 \begin_layout Bibliography
47309 \begin_inset CommandInset bibitem
47310 LatexCommand bibitem
47311 key "sidecap"
47312 literal "true"
47313
47314 \end_inset
47315
47316 Documentation of the \SpecialChar LaTeX
47317 -package 
47318 \series bold
47319
47320 \begin_inset CommandInset href
47321 LatexCommand href
47322 name "sidecap"
47323 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47324 literal "false"
47325
47326 \end_inset
47327
47328
47329 \series default
47330
47331 \begin_inset Index idx
47332 status collapsed
47333
47334 \begin_layout Plain Layout
47335 \SpecialChar LaTeX
47336 -packages ! sidecap
47337 \end_layout
47338
47339 \end_inset
47340
47341
47342 \end_layout
47343
47344 \begin_layout Bibliography
47345 \begin_inset CommandInset bibitem
47346 LatexCommand bibitem
47347 key "Inkscape"
47348 literal "true"
47349
47350 \end_inset
47351
47352 Documentation of the option 
47353 \begin_inset CommandInset href
47354 LatexCommand href
47355 name "Omit text in PDF"
47356 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47357 literal "false"
47358
47359 \end_inset
47360
47361  of the program 
47362 \noun on
47363
47364 \begin_inset CommandInset href
47365 LatexCommand href
47366 name "Inkscape"
47367 target "https://inkscape.org"
47368 literal "false"
47369
47370 \end_inset
47371
47372
47373 \end_layout
47374
47375 \begin_layout Standard
47376 \begin_inset CommandInset index_print
47377 LatexCommand printindex
47378 type "idx"
47379 name "Index"
47380 literal "false"
47381
47382 \end_inset
47383
47384
47385 \end_layout
47386
47387 \end_body
47388 \end_document